@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "FontAwesome";
  src: url(/font-awesome/fonts/fontawesome-webfont.ttf);
}
html {
  font-size: 62.5%;
  color: #000;
  min-height: 100%;
  font-family: "Lato", sans-serif;
}
body {
  font-family: Arial;
  font-size: 1em;
  min-height: 100%;
  font-family: "Lato", sans-serif;
}

/* rishi edited css*/


/* for shop page css start */
.shopitem{
  width: 24%;
  float: left;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  background: #fff;
  padding: 1px;
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.05);
  margin: 10px 9px 10px 0px;
}
.newbutton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #e7e7e7; color: black;} /* Gray */ 
.button5 {background-color: #555555;} /* Black */

.shopitem p {
    text-align: center !important;
}
.shopitem a {
    font-size: large;
    font-style: initial;
    font-weight: bold;
}
/* End for shop page css*/




/* for ticket css */
.subject-title {
  font-weight: normal;
}
.media-body {
  padding: 10px;
}

.media-heading {
  padding: 15px;
}
.chat-name {
  color: aliceblue;
  margin-right: 50px;
}
/* end for ticket css */

.sharelinks {
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  border-width: 2px;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.success {
  font-weight: normal;
  font-size: 0.85em;
  margin-left: 5px;
  color: #45a41a;
}

.verify {
  width: 26%;
  padding: 3.5px 15px;
  border-radius: 4px;
  background-color: #008cff;
  color: #fff !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.emailclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.emailclose:hover,
.emailclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* rishi edited css*/

p {
  font-size: 1.5em;
  line-height: 1.8em;
  margin-bottom: 1.72em;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div {
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

.backbutton {
  width: 120px;
  height: 27px;
  font-size: 17px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(45deg, #ace143, #219393);
}

.required {
  color: red;
  font-weight: bolder;
  font-size: 18px;
}
#bodycontainer {
  background: #fff;
  margin-left: 19%;
}
a:hover,
a:active,
a:visited {
  color: #0000ee;
}
.spacer {
  clear: both;
}
.spacer {
  clear: both;
}
#mainmenu {
  width: calc(100% - 81%);
  top: 0;
  height: 100vh;
  position: fixed;
  left: 0;
}
#leftmenu {
  width: 100%;
  padding-bottom: 96px;
  height: 100vh;
  margin-top: 0;
  background: #fff;
}
#mainmenu h2 {
  line-height: 2em;
  color: #050505;
  text-align: center;
  font-size: 17px;
  height: 3.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
#leftprofilecontainer {
  height: 9.6em;
  background: #0d1a26;
  display: none;
}
#leftprofilecontainer li {
  float: left;
  margin-right: 10px;
  border-right: 0px solid #fff;
  padding-right: 10px;
  font-weight: normal;
}
#leftprofilecontainer .profileimage {
  float: left;
  line-height: 9.6em;
  padding: 24px 10px;
}
#leftprofilecontainer .profileimage img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: left;
}
#leftprofilecontainer .username {
  float: left;
  line-height: 1;
  border: 0px solid #333;
  line-height: 6.4em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
#maincontent {
  background: #fff;
  bottom: 0;
  height: 100vh;
}
#maincontent:after {
  display: block;
  content: "";
  clear: both;
}
#maincontent #content {
  padding: 1.2em 2em;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
}
#maincontent #content:after {
  display: block;
  content: "";
  clear: both;
}
#maincontent #header {
  line-height: 4.8em;
  color: #050505;
  font-size: 1.5em;
  height: 4.2em;
  position: fixed;
  width: calc(100% - 9%);
  box-shadow: 11px 6px 10px 1px rgb(0 0 0 / 10%);
  z-index: 999;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: #fff; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 0;
}
#maincontent #header::before,
#maincontent #header::after {
  display: block;
  content: "";
}
#maincontent h2 {
  background: #fff;
  height: 45px;
  box-shadow: -2px 0px 5px 0px rgb(0 0 0 / 9%);
  width: 100%;
  align-items: center;
  display: flex;
  padding: 17px;
  border-radius: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#maincontent #innercontent {
  padding: 100px 30px 30px 30px;
  background: #f8f8f8;
  min-height: 100vh;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
ul#profilenav {
  float: right;
  font-size: 1em;
  line-height: 4.8;
  font-weight: 600;
  margin-right: 15%;
  display: flex;
  justify-content: left;
  align-items: center;
  width: calc(100% - 93%);
}
ul#profilenav li {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 20px;
}
ul#profilenav li:last-child {
  padding-right: 0;
  border: none;
  flex-direction: column;
  line-height: initial;
  padding-top: 0px;
  letter-spacing: 1px;
  position: relative;
  height: 66px;
}
ul#profilenav li.profileimage img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0px solid #fff;
}
#toggleMenu {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 0px solid #dfdfdf;
  margin-top: 25px;
  box-sizing: border-box;
  position: relative;
  display: none;
}
#toggleMenu span {
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 11px;
  background: #fff;
  transition: 0.3s;
}
#toggleMenu span:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
#toggleMenu span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
#toggleMenu.toggle span {
  background: transparent;
}
#toggleMenu.toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
#toggleMenu.toggle span:after {
  top: 0;
  transform: rotate(-45deg);
}
#passport img {
  width: 100px;
  height: auto;
  border: 1px solid rgba(230, 230, 230, 0.9);
  padding: 5px;
  margin-top: 12px;
}
.row {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.8em;
  display: table;
}
.row + .row {
  margin-bottom: 12px;
}
.row,
.column {
  box-sizing: border-box;
}
.label {
  font-weight: bold;
}
.row:after {
  clear: both;
}
.col {
  float: left;
  width: 50%;
}
.column {
  position: relative;
  float: left;
  display: table-cell;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  box-sizing: border-box;
  margin-right: 1.5%;
}
.column-1 {
  width: 6.86666666667%;
}
.column-2 {
  width: 15.3333333333%;
}
.column-3 {
  width: 23.8%;
}
.column-4 {
  width: 32.2666666667%;
}
.column-5 {
  width: 40.7333333333%;
}
.column-6 {
  width: 49.2%;
}
.column-7 {
  width: 57.6666666667%;
}
.column-8 {
  width: 66.1333333333%;
}
.column-9 {
  width: 74.6%;
}
.column-10 {
  width: 83.0666666667%;
}
.column-11 {
  width: 91.5333333333%;
}
.column-12 {
  width: 100%;
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 30px;
  color: #002366;
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 9%);
  position: relative;
  z-index: 11;
}
#header h1 {
}
#topbackground img {
  width: 100%;
}
#topbackground {
  max-height: 250px;
  overflow-y: hidden;
}
#footer {
  background-color: #002366;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  color: #002366;
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 9%);
  z-index: 11;
}
#leftnavigation {
  border: 0px solid #fff;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  padding-bottom: 100px;
}
#leftnavigation ul {
  color: #fff;
  font-size: 1.4em;
  list-style: none;
  line-height: 2.4em;
}
#leftnavigation ul li {
  padding: 9px 0px 6px 0px;
  color: #1f1f2d;
  border-bottom: 1px solid #1f1f2d4f;
}
#leftnavigation ul li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  padding-left: 20px;
}
#leftnavigation ul li a.dashboard::before,
#leftnavigation ul li a.clients::before,
#leftnavigation ul li a.genealogy::before,
#leftnavigation ul li a.payment::before,
#leftnavigation ul li a.message::before,
#leftnavigation ul li a.usersonline::before,
#leftnavigation ul li a.logout::before,
#leftnavigation ul li a.network::before,
#leftnavigation ul li a.ewallet::before,
#leftnavigation ul li a.epin::before,
#leftnavigation ul li a.profile::before,
#leftnavigation ul li a.members::before,
#leftnavigation ul li a.users::before,
#leftnavigation ul li a.addnewmember::before,
#leftnavigation ul li a.referral::before,
#leftnavigation ul li a.bonus::before,
#leftnavigation ul li a.reports::before,
#leftnavigation ul li a.promotion::before,
#leftnavigation ul li a.database::before {
  font-family: icofont;
  position: absolute;
  left: -25px;
  top: -0px;
  font-size: 1.2em;
  font-weight: normal;
}
#leftnavigation ul li a.dashboard::before {
  content: "\f0d9";
}
#leftnavigation ul li a.clients::before {
  content: "\ed6b";
}
#leftnavigation ul li a.genealogy::before {
  content: "\ea74";
}
#leftnavigation ul li a.payment::before {
  content: "\ea7d";
}
#leftnavigation ul li a.ewallet::before {
  content: "\edae";
}
#leftnavigation ul li a.epin::before {
  content: "\edb0";
}
#leftnavigation ul li a.message::before {
  content: "\ed45";
}
#leftnavigation ul li a.members::before {
  content: "\ede3";
}
#leftnavigation ul li a.usersonline::before {
  content: "\ed6c";
}
#leftnavigation ul li a.logout::before {
  content: "\f054";
}
#leftnavigation ul li a.network::before {
  content: "\ea74";
}
#leftnavigation ul li a.profile::before {
  content: "\edd8";
}
#leftnavigation ul li a.users::before {
  content: "\edcb";
}
#leftnavigation ul li a.addnewmember::before {
  content: "\f0a5";
}
#leftnavigation ul li a.referral::before {
  content: "\efc3";
}
#leftnavigation ul li a.bonus::before {
  content: "\e904";
}
#leftnavigation ul li a.reports::before {
  content: "\f0ed";
}
#leftnavigation ul li a.promotion::before {
  content: "\eef1";
}
#leftnavigation ul li a.database::before {
  content: "\efd5";
}

.linkbutton {
  display: block;
  margin-top: 24px;
}
.linkbutton ul {
  list-style-type: none;
}
.linkbutton ul li {
  display: inline-block;
  margin-right: 20px;
  box-sizing: border-box;
}
.linkbutton a {
  color: #fff;
  background: #7fcad0;
  text-decoration: none;
  padding: 10px 10px;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 5px;
}
.linkbutton a:hover {
  background: #6ab8be;
}

/*#accordion div {position: relative;}
#accordion div::before {content: '\f0a3';position: absolute;right: 0%;font-family: icofont;}
#accordion div.active::before {content: '\f072';position: absolute;right: 0%;font-family: icofont;}*/
#leftnavigation ul ul {
  font-size: 0.93333em;
  display: none;
  margin: 0;
  background: #fff;
  padding-left: 0;
}
#leftnavigation ul ul li {
  padding-left: 0;
  border-bottom: none;
  padding: 4px 0px 4px 7px;
}
#leftnavigation ul ul li a {
  text-decoration: none;
  color: #1f1f2d;
  position: relative;
  display: block;
  font-weight: normal;
  outline: none;
  font-size: 14px;
  padding-left: 35px;
  letter-spacing: 1px;
}
.registrationform {
  color: #333;
  /* margin: 20px auto; */
  /*top: 50%;left: 50%;position: absolute;transform: translate(-50%,-50%);*/
  border: none;
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 2%);
  max-width: 100% !important;
  border-radius: 10px;
  padding: 10px 0px;
}
.registrationform:before,
.registrationform:after {
  display: block;
  content: " ";
}
.registrationform:after {
  clear: both;
}
.registration_wrapper .control {
  /* float: left; */
  width: 100% !important;
}
.registrationform .control {
  float: left;
  width: 50%;
  padding: 0 1%;
  position: relative;
}
.registrationform .double {
  width: 100%;
  padding: 0 1%;
  float: none;
}
.registrationform .control input,
.registrationform .control select,
.registrationform .control textarea {
  width: 100%;
  display: block;
  height: 40px;
  color: #040404 !important;
  border: 1px solid #ccc !important;
  padding: 0 14px;
  font-size: 12px !important;
  border-radius: 6px;
  background: #fff;
  letter-spacing: 1px;
}
.registrationform .control textarea {
  font-size: 1.5em;
}
.registrationform .control-group {
  width: 100%;
}
.registrationform .control-group:before,
.registrationform .control-group:after {
  display: block;
  content: " ";
}
.registrationform .control-group:after {
  clear: both;
}
.registrationform h2 {
  margin: 0;
  background: transparent !important;
  line-height: 2em;
  border: none !important;
  text-align: left;
  font-size: 19px !important;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #040404;
  box-shadow: none !important;
}
.registrationform p {
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 6px 15px;
  line-height: 24px;
}
.registrationform h1.sectionhead {
  padding-left: 10px;
  color: #fff;
  text-align: left;
  font-size: 17px !important;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0px 4px;
  border-radius: 5px;
  background: -webkit-linear-gradient(#53b2fe, #065af3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.registrationform h1.sectionhead::first-child {
  margin-top: 0;
}
.registrationform input[type="submit"] {
  display: block;
  height: 44px !important;
  border: 1px solid #ccc !important;
  font-size: 15px !important;
  background: transparent;
  letter-spacing: 1px;
  width: 100%;
  outline: none;
  font-weight: 700;
  padding: 12.5px 0;
  border-radius: 4px;
  background-color: #008cff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
  margin: 10px 0;
}
.registrationform input[type="submit"]:hover {
  background: #002366;
  color: #fff;
}
/*.user {width: 80px;height: 80px;border-radius: 50%; overflow: hidden; position: absolute;top: calc(-80px/2); left: calc(50% - 40px);}
.registrationform h2 {margin: 0; padding: 0 0 30px;color: #333; text-align: center;}
.registrationform p {margin: 0;padding:0; font-weight: bold; color: #333;font-size: 1.4em}
.registrationform input {width: 100%; margin-bottom: 20px;background: transparent;}
.registrationform input[type='text'], input[type="password"] {border: none; border-bottom: 1px solid #fff; background: transparent; outline: none; height: 40px; color: #fff; font-size: 16px;}
::placeholder {color: rgba(255,255,255,0.5);}
.registrationform input[type='submit'] {border: none; outline: none; height: 40px; color: #fff; font-size: 16px; background: #ff267e;cursor: pointer;border-radius: 20px;}
.registrationform input[type="submit"]:hover {background: #efed40;color: #262626;}
.registrationform a {color: #fff; font-size: 1.0em;font-weight: normal; text-decoration: none;}*/
/*dashboard css*/
* {
  box-sizing: border-box;
}
section.dashboard {
  width: 100%;
}
section.dashboard::before,
section.dashboard::after {
  content: "";
  display: block;
}
section.dashboard::after {
  clear: both;
}
figure {
  width: 24%;
  float: left;
  position: relative;
  margin-bottom: 1rem;
  height: 8.4em;
  text-align: center;
  background: #fff;
  padding: 1px;
  border-radius: 6px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.05);
  margin: 10px 9px 10px 0px;
}
figure div.caption a {
  text-decoration: none;
  margin: 0;
}
figure div.item {
  border: 0px solid #ccc;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
figure div.item > p {
  font-size: 2.4em;
  font-weight: bold;
  position: relative;
  color: #050505;
  margin: 0;
}
figure div.caption {
  color: #444444 !IMPORTANT;
  width: 100%;
}
figure div.caption p {
  width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  color: #999;
  text-transform: capitalize;
  text-align: left;
  margin: 0 !important;
  border-bottom: 3px solid #0000001a;
  display: block;
  padding-bottom: 7px;
  position: relative;
}

figure div.item::before {
  position: absolute;
  font-family: icofont;
  font-size: 4em;
  top: 45%;
  left: 40%;
}

figure div.item.orange::before {
  color: #000;
  z-index: 0;
  color: #c27b0a;
}
figure div.item.concrete::before {
  content: "\ea7e";
  color: #000;
  z-index: 0;
  color: #465253;
}
figure div.item.greensea::before {
  content: "\ed45";
  color: #000;
  z-index: 0;
  color: #0f705d;
}
figure div.item.nightgale::before {
  content: "\ef77";
  color: #000;
  z-index: 0;
  color: #517394;
}
figure div.item.pomegranate::before {
  content: "\ed37";
  color: #000;
  z-index: 0;
  color: #3e130e;
}
figure div.item.purple::before {
  content: "\e925";
  color: #000;
  z-index: 0;
  color: #3e130e;
}
figure div.item.totalsales::before {
  content: "\ef77";
  z-index: 0;
  color: #186839;
}

figure div.item.balancebox::before {
  content: "\ea69";
  color: #000;
  z-index: 0;
  color: #e6412d;
}
figure div.item.referralbox::before {
  content: "\ea75";
  color: #000;
  z-index: 0;
  color: #21c0e0;
}
figure div.item.matrixbox::before {
  content: "\ea7f";
  color: #000;
  z-index: 0;
  color: #424242;
}
figure div.item.stepoutbox::before {
  content: "\ea78";
  color: #000;
  z-index: 0;
  color: #15aa66;
}
figure div.item.debitbox::before {
  content: "\ea70";
  color: #000;
  z-index: 0;
  color: #ffc40e;
}
figure div.item.receivedbox::before {
  content: "\ea73";
  color: #000;
  z-index: 0;
  color: #603cba;
}
figure div.item.loginbox::before {
  content: "\ea6c";
  color: #000;
  z-index: 0;
  color: rgba(128, 0, 128);
}

figure div.item.registration::before {
  content: "\ea7d";
  color: #000;
  z-index: 0;
  color: #e67e22;
}
figure div.item.welcomebonus::before {
  content: "\ea76";
  color: #000;
  z-index: 0;
  color: #e74c3c;
}
figure div.item.referralbonus::before {
  content: "\efc3";
  color: #000;
  z-index: 0;
  color: #265797;
}
figure div.item.companyprofit::before {
  content: "\efe3";
  color: #000;
  z-index: 0;
  color: #95a5ab;
}
figure div.item.stepoutbonus::before {
  content: "\ea78";
  color: #000;
  z-index: 0;
  color: #27ae60;
}
figure div.item.matrixbonus::before {
  content: "\ea7f";
  color: #000;
  z-index: 0;
  color: #298069;
}
figure div.item.messagestickets::before {
  content: "\ed45";
  color: #000;
  z-index: 0;
  color: #965966;
}
figure div.item.withdrawalrequest::before {
  content: "\ed9f";
  color: #000;
  z-index: 0;
  color: #2c3e50;
}
figure div.item.unusedepins::before {
  content: "\ed37";
  color: #000;
  z-index: 0;
  color: #f1c40f;
}
figure div.item.promowinners::before {
  content: "\eb8e";
  color: #000;
  z-index: 0;
  color: #1d1d1d;
}
figure div.item.totalmembers::before {
  content: "\ea7e";
  color: #000;
  z-index: 0;
  color: teal;
}
figure div.item.referralbonus::before {
  content: "\efc3";
  color: #000;
  z-index: 0;
  color: #265797;
}
figure div.item.totalsales::before {
  content: "\ea70";
  color: #000;
  z-index: 0;
  color: #0f705d;
}

.registration {
  background: #f39c12;
}
.registration .caption {
  background: #e67e22;
}
.welcomebonus {
  background: rgba(231, 76, 60, 0.4);
}
.welcomebonus .caption {
  background: #e74c3c;
}
.referralbonus {
  background: rgba(38, 87, 151, 0.75);
}
.referralbonus .caption {
  background: #265797;
}
.companyprofit {
  background: #bdc3c7;
}
.companyprofit .caption {
  background: #95a5ab;
}
.stepoutbonus {
  background: #2ecc71;
}
.stepoutbonus .caption {
  background: #27ae60;
}
.matrixbonus .caption {
  background: #298069;
}
.matrixbonus {
  background: #3498db;
}
.messagestickets {
  background: rgba(155, 89, 102, 0.75);
}
.messagestickets .caption {
  background: #9b5966;
}
.withdrawalrequest {
  background: rgba(52, 73, 94, 0.75);
}
.withdrawalrequest .caption {
  background: #2c3e50;
}
.totalsales {
  background: #16a085;
}
.totalsales .caption {
  background: #0f705d;
}
/*.totalsales {background: rgba(52, 73, 94,0.75);}
.totalsales .caption {background: #2c3e50}*/

.unusedepins {
  background: rgba(241, 196, 15, 0.4);
}
.unusedepins .caption {
  background: #f1c40f;
}
.totalmembers {
  background: rgba(0, 128, 128, 0.7);
}
.totalmembers .caption {
  background: teal;
}
.promowinners {
  background: rgba(29, 29, 29, 0.6);
}
.promowinners .caption {
  background: #1d1d1d;
}

/*color scheme*/
.orange {
  background: #f39c12;
}
.orange .caption {
  background: #c27b0a;
}
.emerland {
  background: #2ecc71;
}
.emerland .caption {
  background: #186839;
}
.pumpkin {
  background: #d35400;
}
.pumpkin .caption {
  background: #662900;
}
.concrete {
  background: #95a5a6;
}
.concrete .caption {
  background: #465253;
}
.cloud {
  background: #95a5a6;
}
.cloud .caption {
  background: #465253;
}
.pomegranate {
  background: #c0392b;
}
.pomegranate .caption {
  background: #3e130e;
}
.nightgale {
  background: #2c3e50;
}
.nightgale .caption {
  background: #517394;
}
.greensea {
  background: #16a085;
}
.greensea .caption {
  background: #0f705d;
}
.purple {
  background: purple;
}
.purple .caption {
  background: #662900;
}

.balancebox {
  background: rgba(230, 65, 45, 0.7);
}
.balancebox .caption {
  background: #e6412d;
}
.referralbox {
  background: rgba(33, 192, 224, 0.7);
}
.referralbox .caption {
  background: #21c0e0;
}
.matrixbox {
  background: rgba(66, 66, 66, 0.7);
}
.matrixbox .caption {
  background: #424242;
}
.stepoutbox {
  background: rgba(21, 170, 102, 0.7);
}
.stepoutbox .caption {
  background: #15aa66;
}
.debitbox {
  background: rgba(255, 196, 14, 0.7);
}
.debitbox .caption {
  background: #ffc40e;
}
.receivedbox {
  background: rgba(96, 60, 186, 0.7);
}
.receivedbox .caption {
  background: #603cba;
}
.loginbox {
  background: rgba(128, 0, 128, 0.7);
}
.loginbox .caption {
  background: rgb(128, 0, 128);
}
.loginbox a {
  color: #fff;
  text-decoration: none;
}

.errors {
  font-weight: normal;
  font-size: 0.85em;
  margin-left: 5px;
  color: red;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #000;
  width: 50%;
  height: 20px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #000;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #000;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.tree li a {
  border: 1px solid #999;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the lineage of the element also*/
.tree li a:hover,
.tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}
p.formdata {
  border: 1px solid #ccc;
  padding: 3px;
  font-weight: normal;
  margin-top: 0.5em;
}

.jOrgChart {
  width: 768px;
  overflow: scroll;
}
.jOrgChart .node {
  color: #fff;
  font-weight: bold;
  background: royalblue;
}
.jOrgChart .node a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  margin-top: 24px;
}

#passport {
  width: 160px;
  margin: 12px auto 0;
  border: 1px solid #eee;
  height: 160px;
  text-align: center;
  border-radius: 80px;
  overflow: hidden;
}
#passport .passportinner {
  width: 165px;
  height: 165px;
  border: 1px solid #eee;
}
@media screen and (max-width: 480px) {
  .registrationform .control {
    float: left;
    width: 100%;
    padding: 0 1%;
    float: none;
  }
  figure {
    width: calc(100% / 1);
    margin-top: 20px;
    height: auto;
    margin-bottom: 0;
  }
  figure div.caption p {
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #largeModal {
    z-index: 99999;
  }
  .show_modal .modal-md {
    width: 95% !important;
  }
  .phone_no_input .prefix_value {
    left: 10px !important;
  }
  #toggleMenu {
    display: flex;
    background: linear-gradient(45deg, #ace143, #219393);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
  }
  #mainmenu {
    width: 250px;
    position: fixed;
    left: -250px;
    overflow-y: scroll;
  }
  #maincontent {
    width: 100%;
    float: none;
    position: relative;
    min-height: 100%;
    z-index: 99999;
  }
  #maincontent #innercontent {
    min-height: 100%;
    font-size: 15px;
    padding-top: 82px;
    height: 40px;
  }
  .column {
    width: 50%;
  }
  .col {
    width: 100%;
  }
  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    width: 50%;
    float: left;
  }
}
.left-user-panel {
  float: left;
  width: 100%;
  color: #ccc;
  padding: 10px 10px 20px 10px;
}
.user-panel .image {
  width: 35%;
  max-width: 75px;
}
.left-pull-left {
  float: left;
}
.left-user-panel .image {
  width: 35%;
  max-width: 65px;
}
.left-user-panel .image img {
  max-width: 100%;
}
.left-user-panel .info {
  width: 50%;
  margin-left: 11px;
  margin-top: 6px;
}
.left-user-panel .info p {
  margin: 5px 0;
}
.left-user-img-circle {
  background: #fff;
  z-index: 1000;
  position: inherit;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 2px;
}
.img-circle {
  border-radius: 50%;
}
.pull-left {
  float: left;
}
.txtOnline {
  color: #fff;
  font-size: 11px;
}
.user-online span {
  background: green;
  padding: 1px 5px;
  border-radius: 50%;
  color: green;
}

.profile-userpic img {
  margin-top: 24px;
  width: 150px;
  padding: 3px;
  border: 3px solid rgb(210, 214, 222);
  /* border-radius: 50% 50% 50% 50%; */
}
.profile-usertitle {
  text-align: center;
  margin-top: 5px;
}
.profile-usertitle-name {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #3a405b;
}
#leftnavigation ul li a span {
  font-size: 17px;
  margin-right: 6px;
  position: relative;
  top: 4px;
  display: inline-block;
}
#leftnavigation ul ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f5b075;
  position: absolute;
  left: 15px;
  top: 13px;
  border-radius: 50%;
}
.active {
}
.active a {
}
.profileimage {
  margin-right: 10px;
}

.user_dashboard figure .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 12px;
  overflow: hidden;
  color: #000;
}
.left_sec {
  width: 30%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  /* display: none; */
}
.left_sec span {
  width: 112px;
  height: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #4a4997;
  background: #fff;
}
.right_sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #444444;
  align-items: end;
  padding: 11px;
}
.right_sec .value {
  font-size: 17px !important;
  color: inherit;
}
.right_sec p {
  font-size: 14px !important;
  line-height: inherit;
  margin-bottom: 5px !important;
}
.dataTables_wrapper {
  border: 1px solid #e0d9d9;
  background: #fff;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.05);
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent !important;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  background: #f3f4fb !important;
  padding: 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #9395a6;
  font-size: 13px;
  font-weight: 900 !important;
  border: none;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 17px;
  border: 1px solid #f0f0f0 !important;
  color: #3a3840;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: top;
  background: transparent !important;
}
.removeline::after {
  display: none !important;
}
.childcount p {
  margin: 0;
  line-height: initial;
  color: #000;
  font-size: 15px;
}
.childcount {
  font-size: 13px !important;
  margin: 17px 0;
}
.count_c {
  font-weight: 900;
  color: #55af6f;
  margin-left: 4px;
  font-size: 16px;
}
.login_form_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 15%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.login_form {
  width: 50%;
  height: 600px;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  position: relative;
}
.login_input_control {
  margin: 16px 0;
  width: 100%;
}
.login_input_control input {
  width: 100%;
  display: block;
  height: 47px !important;
  color: #040404 !important;
  border: 1px solid #ccc !important;
  padding: 0 14px;
  font-size: 15px !important;
  border-radius: 6px;
}
.login_input_control label {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 600;
  letter-spacing: 1px;
}
.login_form h2 {
  color: #4a4a4a;
  text-align: center;
  font-size: 29px !important;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.login_form p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 10px 0;
  line-height: 24px;
}
.login_input_control .login_button {
  width: 100%;
  outline: none;
  font-weight: 700;
  padding: 12.5px 0;
  border-radius: 4px;
  background-color: #008cff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
}
.login_img {
  width: 50%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.login_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(93deg, #53b2fe, #065af3);
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.login_img h4 {
  color: #fff;
  text-align: center;
  font-size: 47px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.login_main_wrapper {
  width: 93%;
  min-height: 600px;
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 9%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.genral_links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.genral_links a {
  color: #0b8bfa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 50%;
}
.genral_links p {
  font-size: 14px;
  width: 70%;
  text-align: right;
  color: #4a4a4a;
}
.genral_links p a {
  font-size: 13px;
}
.left_half {
  position: absolute;
  width: 494px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(93deg, #53b2fe, #065af3);
  left: -109px;
  z-index: -1;
  top: -201px;
  opacity: 0.5;
}
.right_half {
  position: absolute;
  width: 494px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(93deg, #53b2fe, #065af3);
  right: -109px;
  z-index: -1;
  bottom: -201px;
  opacity: 0.5;
}
.login_input_control p {
  text-align: left !important;
}
.registration_wrapper {
  width: 61%;
  min-height: 600px;
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 9%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
.registration_form_basic {
  width: 100%;
  height: auto;
}
.registration_form_basic h3 {
  text-align: left;
  font-size: 23px !important;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 0 12px;
  color: #040404;
}
.registration_form_basic h3 span {
  text-align: left;
  letter-spacing: 1px;
  margin: 10px 0;
  line-height: 24px;
  font-size: 15px;
  color: red;
}
.reg_control {
  display: flex;
  justify-content: left;
  align-items: baseline;
}
.control_group {
  display: block;
  width: 48%;
  height: auto;
  overflow: auto;
  margin: 0 10px;
}
.control_group label {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 600;
  letter-spacing: 1px;
}
.control_group p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 6px 0;
  line-height: 24px;
  font-weight: 500;
}

.control_group input[type="text"],
.control_group input[type="password"],
.control_group input[type="date"],
.control_group select,
.control_group textarea {
  width: 100%;
  display: block;
  height: 44px !important;
  color: #040404 !important;
  border: 1px solid #ccc !important;
  padding: 0 14px;
  font-size: 15px !important;
  border-radius: 6px;
  background: transparent;
  letter-spacing: 1px;
}
.control_group input[type="submit"] {
  display: block;
  height: 44px !important;
  border: 1px solid #ccc !important;
  font-size: 15px !important;
  background: transparent;
  letter-spacing: 1px;
  width: 100%;
  outline: none;
  font-weight: 700;
  padding: 12.5px 0;
  border-radius: 4px;
  background-color: #008cff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
  margin: 10px 0;
}
.registration_form_grid {
  width: 100%;
}
.control {
  display: block;
  width: 100%;
  height: auto;
  margin: 7px 0;
  overflow: auto;
}

.main_heading h4 {
  color: #fff;
  text-align: left;
  font-size: 19px !important;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 6px 14px;
  border-radius: 5px;
  background: -webkit-linear-gradient(#53b2fe, #065af3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
form {
  border: none !important;
}
#leftmenu::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

#leftmenu::-webkit-scrollbar-thumb {
  border-radius: 2px;
}

#leftmenu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
.insufficent_blnc {
  width: 40% !important;
  margin-left: 0;
}

.mode_of_payment_wrapper {
  width: 30% !important;
}

.mode_of_payment_wrapper input {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 13px;
}
.genrate_pin_wrapper label {
  color: #333;
  margin-top: 5px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 1px 0;
  line-height: 23px;
  font-weight: 800;
}
.genrate_pin_wrapper input {
  width: 100%;
  display: block;
  height: 40px !important;
  color: #040404 !important;
  border: 1px solid #ccc !important;
  padding: 0 14px;
  font-size: 12px !important;
  border-radius: 6px;
  background: #fff;
  letter-spacing: 1px;
}

.input_control p {
  display: block;
}
#wallet_imp_detail {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 10px 0 5px 0;
}
#wallet_imp_detail li {
  font-size: 13px;
  display: block;
  margin-right: 11px;
  font-weight: 700;
  color: #f44336;
  letter-spacing: 1px;
}
#wallet_imp_detail li span {
  color: #040404;
}
.imp_msg {
  background: #8bc34a2e;
  display: inline-block;
  padding: 4px 13px;
  border-radius: 7px;
  color: #4caf50 !important;
  font-weight: 700 !important;
  border: 2px solid #4caf50;
  font-size: 12px !important;
  margin: 8px 0 !important;
}
.err_msg {
  background: #f4433614;
  display: inline-block;
  padding: 4px 13px;
  border-radius: 7px;
  color: #f44336 !important;
  font-weight: 600 !important;
  border: 2px solid #f44336;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 0px;
}

.logout_msg {
  background: #f4433614;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 7px;
  color: #f44336 !important;
  font-weight: 646 !important;
  border: 2px solid #f44336;
  font-size: inherit;
}

.genrate_epin_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 11px 0;
  background: #f9f9f9;
  padding: 12px;
  border-radius: 10px;
}
.genrate_pin_wrapper {
  width: 30% !important;
  margin-right: 20px;
}
.checkbox_label {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 15px;
}
#input_checkbox {
  padding: 0;
  width: 100%;
  float: inherit;
  display: flex;
  justify-content: left;
  align-items: center;
}
#input_checkbox label {
  font-weight: 400;
  color: #7b7b7b;
  font-size: 14px;
  letter-spacing: 1px;
}

.session_end a {
  color: #f44336;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 1px;
}

@media screen and (max-width: 768px) {
    #mb_responsive {
        display: flex;
        flex-direction: column;
    }
    .custom_cards {
        width: 100% !important;
        overflow-x: scroll;
    }
.refer_earn_wrapper img{
    width:100%;
}
    .refer_earn_wrapper p.message{
        width:100% !important;
    }
    .membership_link {
    display: flex;
    flex-direction: column;
    }
    .membership_link span{
        width:100% !important;
        text-align: left !IMPORTANT;
    }
    .membership_link_input{
        width:100% !important;
    }
    .refer_link_group {
        display: flex;
        flex-direction: column;
    }
    .sharelinks {
        margin: 10px 0px !IMPORTANT;
    }
  .registration_wrapper {
    width: 95%;
    padding: 10px;
  }

  .reg_control {
    display: flex;
    flex-direction: column;
  }
  .control_group {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0px;
  }
  .login_main_wrapper {
    width: 95%;
    flex-direction: column;
    min-height: auto;
  }
  .login_img {
    display: none !important;
  }
  .login_form {
    width: 100%;
    height: auto;
    padding: 35px 10px;
  }
  .login_form_wrapper {
    width: 100%;
    padding: 0 3%;
  }
  .genral_links {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
  }
  .genral_links a,
  .genral_links p {
    width: 100%;
  }
  section.dashboard {
    padding: 0;
  }
  ul#profilenav {
    margin-right: 25%;
  }
  #bodycontainer {
    margin-left: 0%;
  }
  #maincontent #header {
    width: 100% !important;
    padding: 0 19px;
  }
  .dataTables_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  #maincontent h2 {
    font-size: 15px;
    padding: 10px;
    height: 40px;
  }
  #wallet_imp_detail {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    margin: 10px 0 5px 0;
  }
  .registrationform p {
    margin: 6px 0px;
  }
  .genrate_epin_grid {
    display: flex;
    flex-direction: column;
  }
  .genrate_pin_wrapper {
    width: 100% !important;
    margin-right: 0px;
  }
  .mode_of_payment_wrapper {
    width: 100% !important;
  }
  .insufficent_blnc {
    width: 100% !important;
    margin-left: 0;
  }
  #wallet_imp_detail li {
    margin: 5px 0;
  }
  .registrationform {
    width: 100% !important;
    padding: 8px !important;
  }
  .logout_link {
    background: #f443360a;
    height: 36px;
    width: 100%;
    border-radius: 11px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 12px;
    margin: 14px 0px;
    color: #f44336;
    border: 2px solid #f44336;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .logout_link a {
    color: red;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 5px;
  }
  .registrationform .control-group label {
    font-size: 14px !important;
    margin-top: 4px;
  }
  .login_form h2 {
    font-size: 20px !important;
    text-align: left;
    margin: 10px 0;
  }
  .login_form p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 1px 0;
    line-height: 20px;
  }
  .login_input_control label {
    font-size: 13px;
  }
  .login_input_control input {
    width: 100%;
    display: block;
    height: 37px !important;
    padding: 0px !important;
  }
  .right_sec p {
    font-size: 15px;
  }
  .withdrawl_form_grid .control-group {
    display: flex;
    flex-direction: column;
  }
  .withdrawl_form_grid .control-group .control {
    width: 100% !important;
  }
}
.withdrawl_form_grid {
  color: #333;
  margin: 20px auto;
  border: none;
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 2%);
  max-width: 100% !important;
  border-radius: 10px;
  padding: 17px;
}
.withdrawl_form_grid .control-group {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
}
.withdrawl_form_grid .control-group .control {
  width: 32%;
  margin: 0px 5px;
}
.withdrawl_form_grid .control p {
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 6px 0px;
  line-height: 24px;
}
.small_note {
  color: #f44336 !important;
  font-size: 11px;
}
.control p {
}
.control input {
  width: 100%;
  display: block;
  height: 40px;
  color: #040404 !important;
  border: 1px solid #ccc !important;
  padding: 0 14px;
  font-size: 12px !important;
  border-radius: 6px;
  background: #fff;
  letter-spacing: 1px;
}
.control input[type="submit"] {
  display: block;
  height: 44px !important;
  border: 1px solid #ccc !important;
  font-size: 15px !important;
  background: transparent;
  letter-spacing: 1px;
  width: 100%;
  outline: none;
  font-weight: 700;
  padding: 12.5px 0;
  border-radius: 4px;
  background-color: #008cff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
  margin: 10px 0;
}
.listing {
  display: block;
  color: #f44336 !important;
  font-size: 15px;
  margin: 8px 0;
  line-height: 25px;
}
.user_id {
  font-weight: 500;
  font-size: 15px;
}
.phone_no_input {
}
.phone_no_input .prefix_value {
  position: absolute;
  bottom: 13px;
  font-size: 15px;
  left: 10px;
  color: #040404;
  opacity: 0.6;
}

.phone_no_input input {
  padding-left: 34px !important;
}
#mid_logo {
  width: 145px;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #mid_logo {
    display: none !important;
  }
}

#leftnavigation ul li:hover {
  color: #000;
  background: #f8f8f8;
}
.username p {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.username p span {
  color: #ed1b25;
}
#leftnavigation ul li ul li:hover a {
  color: #444444;
}
.admin_desc_cards {
  display: flex;
  width: 100%;
}
.custom_cards {
  width: 50%;
  margin-right: 12px;
  background: #fff;
  box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 5%);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.cards_header {
  background: #fff;
}
.cards_header h4 {
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 14px 10px;
}

.cards_body {
  padding: 10px;
}
.cards_body .dataTables_wrapper {
  border: none;
  box-shadow: none;
}
.marquee_wraper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 5%);
  margin: 14px 0px;
  padding: 0;
}
.marquee_wraper marquee {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
}
.marquee_wraper marquee span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #ace143, #219393);
  left: -12px;
  top: 8px;
  border-radius: 50%;
}
.show_modal {
  opacity: 1 !important;
  z-index: 3333;
  visibility: visible !important;
}

.show_modal .modal-md {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 32px 0 rgb(0 0 0 / 15%);
}
.show_modal .modal-content {
  width: 100%;
  padding: 0;
}
.show_modal .modal-header {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}
.show_modal button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  border: none;
}
.show_modal h4 {
  font-size: 17px;
  font-weight: 600;
  color: #444444;
  width: 96%;
}
.show_modal .modal-body {
  padding: 20px;
}
.show_modal p {
  margin: 5px 0px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
.show_modal img {
  width: 95%;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 3px 3px rgb(0 0 0 / 5%);
}
#largeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.user_detail {
  z-index: 2;
  position: absolute;
  box-shadow: 3px 1px 8px 0 rgb(0 0 0 / 10%);
  background: #fff;
  display: none;
  top: 100%;
  padding: 10px;
  border-radius: 10px;
  width: 200px;
  justify-content: center;
  align-items: center;
}
.profileimage:hover .user_detail {
  display: flex;
  flex-direction: column;
}
.user_detail p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #444444;
}
.user_detail p span {
  color: #f44336;
}
.user_detail .user_id {
  font-weight: 600;
  color: #444444;
}
.user_detail::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  z-index: 1;
  box-shadow: 3px 1px 8px 0 rgb(0 0 0 / 10%);
  clip-path: polygon(50% 0%, 0 40%, 100% 40%);
}
.parent_node .user_detail,
.p_sec .user_detail {
  position: relative !important;
  top: 0 !important;
  display: contents !important;
}
.marquee_wraper .custom_cards {
  width: 100%;
}
.custom_cards marquee {
  padding: 10px;
}
.dash_red {
  /* background-image: linear-gradient(79deg, #ca170a 0%, #ff4a51 100%); */
}
.dash_blue {
  /* background: #1142af; */
}

.dash_blue {
  /* background-image: linear-gradient(79deg, #093085 0%, #1142af 100%); */
}

.dash_green {
  /* background-image: linear-gradient(79deg, #9b0e24 0%, #e30023 100%); */
}
.dash_light_blue {
  /* background-image: linear-gradient(79deg, #026763 0%, #02a8a2 100%); */
}
/*dashboard table css by mohit*/
.compact_table {
  border-collapse: collapse;
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  height: 286px;
}
.compact_table thead {
  background: #e7e7e7;
  padding: 10px;
}
.compact_table th {
  border-spacing: 0px !important;
  padding: 8px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #949494;
}
.compact_table td {
  font-size: 13px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 2px;
  text-align: left;
  padding: 9px 15px;
}
.compact_table tr:nth-child(even) {
  background: #f8f8f8;
}
.view_more {
  display: inline-block;
  background: #4caf50;
  padding: 10px;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800 !important;
  border-radius: 7px;
  float: right;
  margin: 20px 0px;
}
/* width */
#leftnavigation::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#leftnavigation::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
#leftnavigation::-webkit-scrollbar-thumb {
  background: #f5af71;
  border-radius: 10px;
}

/* Handle on hover */
#leftnavigation::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
#mainmenu h2::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 3.7em;
  background: #fff;
  z-index: -1;
  box-shadow: 4px 6px 10px 1px rgb(0 0 0 / 10%);
}
figure div.caption p::after {
  content: "";
  position: absolute;
  width: 55%;
  background: #276cb2;
  height: 3px;
  left: 0;
  bottom: -2px;
}
/*ticket chat like UI css by mohit*/
.chat_wrapper {
  display: block;
  padding: 0px 20px;
  height: auto;
  overflow: auto;
  position: relative;
}
.chat_listings {
  background: #3e4295;
  float: left;
  padding: 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 500px;
  margin-bottom: 20px;
}
.chat_listings h3 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 24px;
}
.chat_listings h5 {
  font-size: 13px;
  color: #929292;
  letter-spacing: 1px;
  margin-top: 5px;
}
.chat_listings h5 span {
  color: inherit !important;
  margin: 0;
}
.chat_listings p {
  text-align: right;
  font-size: 11px;
  margin: 0PX;
  font-size: 11px;
  width:65%;
}
.from_user {
  float: right !important;
  background: #f7f4f0;
  color: #000;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border: 1px solid #ccc;
}
.chatlistbg {
  color: #333;
  margin-top: 5px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 24px;
  max-width: 100% !important;
  border-radius: 10px;
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 300px);
}
.from_user .chat-name a {
  color: blue !important;
}
.chat-name a {
  color: #8bc34a !important;
}
.chatlistbg::-webkit-scrollbar {
  width: 7px;
}
.chatlistbg::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 10px;
}
.chatlistbg::-webkit-scrollbar-track {
  border-radius: 10px;
}
.ticket_form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
}
.ticket_form textarea {
  display: block;
}
.ticket_form p {
  font-size: 15px;
  letter-spacing: 1px;
}
.ticket_form p span {
}

.ticket_form h3 {
}
.ticket_form h3 span {
}
.send_message {display: block !IMPORTANT;width: 120px !IMPORTANT;margin: 10px 23px !important;border-radius: 26px !IMPORTANT;}
.ticket_form_input {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 15px;
}
.ticket_form_input h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0px;
}
.ticket_form_input textarea {
  width: 100%;
  height: 60px !important;
  border: 1px solid #ccc;
  border-radius: 42px;
  overflow: hidden;
  resize: auto;
  padding: 20px;
  letter-spacing: 1px;
}
.subject_wrapper {
}
.subject_wrapper span {
}
.ticket_error {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
}
.ticket_error p {
  margin: 0;
}
.ticket_error input {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  border-radius: 20px;
}
.chat_window {
  background: #fff;
  box-shadow: -2px 0px 21px 0px rgb(0 0 0 / 2%);
  position: relative;
  height: calc(100vh - 15vh);
  overflow: hidden;
}
.ticket_form .registrationform{
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0px 20px 0px;
    border-top: 3px solid #f6f6f6 !IMPORTANT;
}
input:focus, textarea:focus{
    outline:none !important;
}
.message_flex{
display: flex;
justify-content: left;
align-items: center;
}
.left_sec img{
    width: 45px;
    opacity: .5;
}
.das_icon img{
    display: block;
    width: 17px;
}
.admin_ticket_error_flex{
    flex-direction: inherit;
}
.admin_ticket_inputs{
    width: 47%;
    margin-right: 30px;
}
.admin_ticket_inputs select{
    width: 100%;
    height: 41px;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #cccc;
}
select:focus{
    outline:none !important;
}
/*refer and earn css by mohit*/
.refer_earn_wrapper{
    
}
.refer_earn_wrapper p{
    
}
.sharelinks{
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 1px;
    margin: 0px 20px;
    border-radius: 7px;
    padding-top: 3px;
}
.refer_link_group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.refer_link_group a:nth-child(1){
    background: #3b5998;
}
.refer_link_group a:nth-child(2){
    background: #1DA1F2;
}
.refer_link_group a:nth-child(3){
    background: #0077b5;
}
.refer_link_group a:nth-child(4){
    background: #25D366;
}
.refer_earn_wrapper img{
    display: block;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.refer_earn_wrapper p.message{
    text-align: center;
    width: 80%;
    margin: 30px auto;
    background: #f6fdf7;
    border: 1px solid #55d367;
    color: #55d367;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 6px;
    border-radius: 6px;
}
.refer_link_group a i{
    font-size: 23px;
    position: relative;
    top: -1px;
}
.membership_link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.membership_link span{
    font-size: 16px;
    font-weight: 800;
    text-align: right;
    width: 25%;
}
.membership_link_input{
    display: block;
    width: 71%;
    padding: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px dashed #55d367;
    margin: 10px auto;
    color: #55d367;
    background: #55d3670d;
}




/* Nested tree css */
.nested_tree_wrapper {
  display: flex;
  justify-content: flex-start;
  min-height: auto;
  width: 100%;
  margin: 10px auto;
  padding: 20px;
  align-items: baseline;
  padding-left: calc(100% - 70%);
}
.nested_parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.parent_content {
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 17%);
  padding: 14px 6px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  min-width: 340px;
  background: #fff;
  z-index: 11;
}
.nested_img_sec {
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #ace143, #219393);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
}
.nested_img_sec span {
}
.nested_content_sec {
  width: 80%;
  margin-left: 11px;
}
.nested_content_sec h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #219393;
  margin-bottom: 6px;
}
.nested_content_sec h6 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #444;
  display: flex;
  justify-content: left;
  align-items: center;
}
.nested_content_sec p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #444;
  margin: 0;
  margin-left: 5px;
}
.nested_content_sec p span {
  font-weight: 700;
  color: #73bf8a;
  font-size: 12px;
}
.nested_sudo_child {
  margin: 0;
  position: relative;
}

.sudo_child_content {
    margin: 20px 0px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 17%);
    padding: 18px 6px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 350px;
    background: #fff;
    position: relative;
    z-index: 7;
}
.parent_content::after{
    /* content: '';
    position: absolute;
    width: 2px;
    height: calc(var(--sudo-height) - 50px);
    background: #6ebe68;
    left: 10px;
    top: 100%;
    opacity: 1; */
}
.sudo_child_content::after{
    content: '';
}
.sudo_child_content::before{
    content: '';
    opacity: 1;
    position: absolute;
    top: -61px;
    left: -88px;
    border-left: 2px solid #68bb6a;
    border-bottom: 2px solid #7bc65e;
    border-radius: 0 0 0 0px;
    width: 88px;
    height: 92px;
    z-index: 1;
}
.sudo_child_wrapper{
    position: relative;
    left: 121px;
}
.hide_child{
    display: none;
}
.show_child{
    display: flex !important;
}
.sudo_child_wrapper::before{
  opacity: 1;
  position: absolute;
  content: "";
  top: 18px;
  left: -88px;
  border-left: 2px solid #7ec75e;
  border-top: 2px solid #73c164;
  border-radius: 0px 0 0 0;
  width: 0px;
  height: 100%;
}
.show_after_line::after{
    content: '';
    position: absolute;
    width: 1%;
    height: calc(var(--sudo-height) - 40px);
    background: #6ebe68;
    left: 15px;
    top: 10px;
}

.parent_node::after{

}

.inner_child_wrapper{
    display: none;
}
.parent_node .inner_child_wrapper{
    /* display: block; */
}
.rotating_button{
    position: absolute;
    right: 10px;
    height: 15px;
    width: 15px;
    background: linear-gradient(45deg, #ace143, #219393);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
}
.nested_content_sec h4 a{
  text-decoration: none;
  margin-left: 10px;
  font-size: 9px;
  font-weight: 600;
  background: #007bff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
} 
.hide_line::before{
  content: '';
  display: none;
}
.nested_sudo_child .sudo_child_wrapper:nth-child(2)::before , .inner_child_wrapper .sudo_child_wrapper:nth-child(2)::before{
display: none;
}
/*End Nested Tree CSS */


/* rishi role permisssion table css*/

.table-vertical { 
  width: 100%; 
  height:auto;
}
/* Zebra striping */
.table-vertical>tbody>tr { 
  background: #f9f9f9;
}
.table-vertical>thead>tr>th { 
  background: #fff; 
  color: #000; 
  font-weight: bold; 
}
.table-vertical>tbody>tr>td, .table-vertical>thead>tr>th { 
  padding: 15px; 
  border-top: 1px solid #ddd; 
  text-align: left; 
  vertical-align: middle;
  font-size: 12px;
}

#option{
	width:20%;
}


#rolemaincontent h4 {
  background: #fff;
  height: 45px;
  box-shadow: -2px 0px 5px 0px rgb(0 0 0 / 9%);
  width: 100%;
  align-items: center;
  display: flex;
  padding: 17px;
  border-radius: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#rolemaincontent #roleinner {
  background: #fbf1e4;
  min-height: 100vh;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-vertical thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-vertical>thead>tr,  .table-vertical>tbody>tr{ border: 1px solid #ccc; }
	
	 
	.table-vertical>thead>tr>td,  .table-vertical>tbody>tr>td{ 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.table-vertical>tbody>tr>td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.table-vertical>tbody>tr>td:before { content: attr(data-th); }
}
/* end role permission css*/

/*toggle button css */
.toggle_login input.input_wrapper, .toggle_tpassword input.input_wrapper{
    width: 95%;
    margin: 0 auto;
    border-radius: 0;
    height: 37px;
    
}
.toggle_login span, .toggle_tpassword span{
    position: absolute;
    right: 35px;
    top: 47px;
    font-size: 16px;
    cursor: pointer;    
}
.toggle_eye span.toggle_span::after{
    content:'';
        position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(
123deg
);
    left: 1px;
    top: 7px;
}
.control .formdata{
        height: 39px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.link_button ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.link_button ul li{
    display: flex;
    margin: 0 20px;
}
.link_button ul li a{
    font-size: 13px;
    background: #03a9f4;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
}
.link_button ul li:nth-child(1) a{background: #e0e0e0;color: #313233;}


/* rishi css for admin*/
.dt-button.buttons-excel.buttons-html5 {
    padding: 8px;
    background: #02a0e8;
    color: white;
    font-size: 16px;
    margin-left: 19px;
    margin-right: 19px;
    font-weight: bold;
}

.dt-buttons {
    margin-top: 20px;
}
.dt-button.buttons-csv.buttons-html5 {
    padding: 8px;
    background: #02a0e8;
    color: white;
    font-size: 16px;
    margin-left: 19px;
    margin-right: 19px;
    font-weight: bold;
}
/* end */

@media only screen and (max-width: 600px) {
  .modal-content{
	  width : 100%;
  }
  
}




