@font-face {
  font-family: 'Conthrax';
  src: url('../fonts/Conthrax_Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Saira';
  src: url('../fonts/Saira-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Saira Condensed';
  src: url('../fonts/Saira_Condensed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Saira Condensed Bold';
  src: url('../fonts/Saira_Condensed-Bold.ttf') format('truetype');
}

body {
  overflow: auto !important;
}

label {
  margin-bottom: 0.3rem !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 5px;
}

.btn {
  border-radius: 15px !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #979797;
}

#twofa_Container {
  color: #fff !important;
}

#page-wrapper-login {
  background-color: #000;
}

#page-wrapper {
  background-color: #000;
  min-height: 100vh;
  /* background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-image: url('../images/background.png');
  background-size: 55%; */
}

.my-sponsord {
  margin-top: 60px;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.login-padding-sup .form-group {
  margin-bottom: 15px !important;
}

.input-login-sup {
  border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.input-login-inf {
  border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.btn:focus,
.btn.focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

.link-button-pending-paid {
  border: 0px;
  font-family: inherit;
  padding: 0;
  color: #856404;
  font-size: 1rem;
  vertical-align: initial;
  margin-left: 5px;
  font-weight: bold;
}

.link-button-pending-paid:hover {
  background-color: transparent;
  color: #856404;
}

#dashboard {
  margin-top: 20px;
}

/* .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #469fa3;
  border-color: #469fa3;
} */

.logo-icon {
  text-align: center;
  font-size: 5rem;
  color: #e83c7e;
}

.tfaQr {
  margin-bottom: 1rem;
}

.tfaQrCode {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  border: 1px dashed #1b1e21;
  padding: 0.5rem 0.5rem !important;
}

.containerButtons button {
  margin-right: 1rem;
  letter-spacing: 1px;
}

.levelItem i,
.last-levelItem i {
  color: #e83c7e;
  margin-right: 0.5rem;
}

.last-levelItem {
  margin-bottom: 1.5rem;
}

.titleLevel {
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
  font-weight: 700;
  background: #e83c7e;
  color: #fff;
  padding: 0.25rem 0.75rem;
}

.green {
  color: green !important;
}

.note {
  text-align: justify;
  font-size: 0.875rem;
  color: #e83c7e;
  margin-top: 2rem;
}

.linkIntText {
  color: #e83c7e;
  text-decoration: underline;
}

.linkIntText:hover {
  color: #939598;
  text-decoration: underline;
}

.preview-avatar {
  width: 100%;
  background: #fff;
  min-height: 250px;
  margin-bottom: 0.85rem;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #fff;
}

.inputFile {
  width: 100%;
}

.inputFile input {
  width: 100%;
  overflow: hidden;
}

.node-hidden {
  display: none;
}
/************* Header ******************/

.header-right-options {
  display: flex;
  justify-content: flex-end;
}

.language-item {
  display: flex;
  align-items: center;
}

.language-item img {
  width: 20px;
  margin-right: 5px;
}

.select-languages {
  margin-right: 10px;
  /* height: 35px; */
  display: flex;
  /* margin-top: 6px; */
  outline: 0px auto !important;
  color: #353535;
}

.select-languages .btn-sm,
.select-languages .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.2rem;
  outline: 0px auto !important;
  color: #fff;
}

.select-languages .btn-sm:hover,
.select-languages .btn-group-sm > .btn:hover {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.2rem;
  outline: 0px auto !important;
  color: #fff;
}

.select-languages .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.55em;
  vertical-align: 0.1em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.buttonMenu {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

button:focus {
  outline: 0px auto !important;
}

.buttonMenu button {
  background: transparent;
  border: 0;
  align-items: center;
  display: flex;
}

.buttonMenu button i {
  margin-right: 0px;
  font-size: 1.8em;
  color: #469fa3;
}

.buttonMenu button:hover,
.buttonMenu button i:hover {
  color: #3bc2f8;
}

.menuContainer {
  position: absolute;
  color: #fff;
  top: 45px;
  right: 0px;
  z-index: 9999;
  box-sizing: border-box;
  width: fit-content;
  /* padding: 10px 15px; */
  overflow: hidden;
  background-color: #469fa3;
  border-radius: 0px;
  border-bottom: 1px solid #1d95c5;
  border-left: 1px solid #1d95c5;
  border-top: 1px solid #1d95c5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menuContainer .rc-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  border: 0px solid #d9d9d9 !important;
  box-shadow: 0 0 0px #d9d9d9 !important;
  border-radius: 3px;
  color: #fff;
}

.menuContainer .rc-menu-item,
.menuContainer .rc-menu-submenu-title {
  margin: 0;
  position: relative;
  display: block;
  padding: 15px 30px 15px 30px !important;
  white-space: nowrap;
  cursor: pointer;
}

.menuContainer .rc-menu-inline {
  padding: 0px 0 !important;
}

.rc-menu-submenu > .rc-menu {
  background-color: #1d95c5 !important;
}

.rc-menu-submenu-active {
  background-color: #1d95c5 !important;
}

.rc-menu-item-active,
.rc-menu-submenu-active > .rc-menu-submenu-title {
  background-color: #1d95c5 !important;
}

.rc-menu-submenu > .rc-menu .rc-menu-item.rc-menu-item-active {
  background-color: #1d95c5 !important;
}

.rc-menu-item.rc-menu-item-active {
  background-color: #1d95c5 !important;
}

/* This fires as soon as the element enters the dorm */
.menu-transition-enter,
.menu-transition-appear {
  /*We give the menu the initial dimension of the menu button*/
  top: 45px;
  width: 0px;
  right: 0px;
  /* max-height: 160px; */
  color: transparent;
  background-color: #469fa3;
}
/* This is where we can add the transition*/
.menu-transition-enter-active,
.menu-transition-appear-active {
  top: 45px;
  width: 180px;
  right: 0px;
  /* max-height: 160px; */
  background-color: #469fa3;
  transition: all 600ms;
}

/* This fires as soon as the this.state.showmenu is false */
.menu-transition-exit {
  top: 45px;
  width: 180px;
  right: 0px;
  /* max-height: 160px; */
  background-color: #469fa3;
}
/* fires as element leaves the DOM*/
.menu-transition-exit-active {
  top: 45px;
  width: 0px;
  right: 0px;
  /* max-height: 160px; */
  color: transparent;
  background-color: #469fa3;
  transition: all 600ms;
}

.menuContainer .dropdown-item {
  padding-left: 0px;
}

.diagram-component {
  width: 400px;
  height: 400px;
  border: solid 1px black;
  background-color: white;
}

.Treant .collapse-switch {
  width: 0px !important;
  height: 0px !important;
  display: block;
  border: 0px solid black !important;
  position: absolute;
  top: -5px !important;
  right: -3px !important;
  cursor: pointer;
}

.Treant .collapse-switch::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: '\f146';
  color: #e83c7e;
}

.Treant .node.collapsed .collapse-switch::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: '\f0fe';
  color: #e83c7e;
}

.Treant .node.collapsed .collapse-switch:hover,
.Treant .collapse-switch:hover {
  text-decoration: none;
}

.node-Text {
  font-size: 0.75rem;
}

.node {
  display: flex !important;
  max-width: 200px;
  flex-wrap: wrap;
  background: #ffffff;
  border: 2px solid #469fa3;
  padding: 7px 7px;
  min-height: 60px;
  max-height: 65px;
  min-width: 200px;
  border-radius: 15px;
}

.node.networkDisabled {
  display: flex !important;
  max-width: 200px;
  flex-wrap: wrap;
  background: #e9e9e9;
  border: 2px solid #469fa3;
  padding: 7px 7px;
  min-height: 60px;
  max-height: 65px;
  min-width: 200px;
  border-radius: 15px;
}

.node.customNode {
  display: block !important;
  max-height: 65px;
  min-height: 60px;
  border: 0px solid #ff0000;
  padding: 0px;
  min-width: 200px;
}

.node.customNode.nodeLevel1 {
  display: block !important;
  max-height: 66px;
  min-height: 66px;
  border: 0px solid #00ff00;
  padding: 0px;
  min-width: 200px;
}

.node img {
  width: 50px;
  height: 50px;
  margin-right: 0px;
}

.node-name {
  font-size: 0.75rem;
  position: absolute;
  left: 68px;
}

.node-title {
  font-size: 0.75rem;
  position: absolute;
  left: 68px;
  top: 25px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.term-and-conditions {
  font-size: 0.875rem;
  text-align: justify;
}

.term-and-conditions p {
  margin-bottom: 1rem;
}

.dashboard-item-container {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 200px;
}

.first-item {
  padding-right: 7.5px !important;
}

.first-item.movile-container-margin {
  padding-right: 15px !important;
  margin-bottom: 15px;
}

.normal-item.movile-container-margin {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-bottom: 15px;
}

.last-item {
  padding-left: 7.5px !important;
}

.last-item.movile-container-margin {
  padding-left: 15px !important;
  margin-bottom: 15px;
}

.normal-item {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}

.dashboard-item-title {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  font-weight: 600;
}

.dashboard-item-title i {
  margin-right: 5px;
}

.dashboard-item-body {
  overflow: hidden;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-180px * 11));
    transform: translateX(calc(-180px * 11));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-180px * 11));
    transform: translateX(calc(-180px * 11));
  }
}
.slider {
  background: pr;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 130px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 130px;
  position: absolute;
  width: 50px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 100s linear infinite;
  animation: scroll 100s linear infinite;
  display: flex;
  width: calc(180px * 22);
}
.slider .slide {
  height: 150px;
  width: 180px;
}

.image-medal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0.3;
}

.text-medal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.3;
}

.have-medal {
  opacity: 1 !important;
}

.margTop15 {
  margin-top: 15px !important;
}

.margBottom15 {
  margin-bottom: 15px !important;
}

.unilevelTree-user-title {
  font-size: 0.8rem;
  width: 100%;
  font-weight: bold;
  color: #fff;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.btn-dashboard {
  color: #e83c7e;
  background-color: #ffffff;
  border-color: #fff;
  color: #fff !important;
}

.btn-dashboard:hover,
.btn-dashboard.active {
  color: #ffffff;
  background-color: #e83c7e;
  border-color: #e83c7e !important;
}

.rv-xy-plot__axis__tick__text {
  font-size: 0.7rem;
}

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9;
}

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9;
}

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9;
}

.rv-discrete-color-legend-item__title {
  margin-left: 10px;
  font-size: 0.7rem;
}

.rv-discrete-color-legend.horizontal {
  position: absolute;
  right: 35px;
  bottom: 40px;
  font-size: 0.875rem;
}

.rv-discrete-color-legend-item__color {
  height: 5px !important;
}

.tooltip-chart {
  background-color: #1b1e21;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.tooltip-title-chart {
  font-size: 0.875rem;
}

.tooltip-body-chart {
  font-size: 0.7rem;
}

.data-container {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.data-container-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: underline;
  color: #e83c7e;
}

.data-container-title i {
  margin-right: 10px;
  color: #e83c7e;
}

.data-container-Pago {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.stripe-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.info-label {
  display: flex;
}

.data-label {
  font-size: 00.875rem;
  margin-right: 10px;
}

.data-info {
  font-size: 00.875rem;
  font-weight: 600;
}

.dashboardContainer50 {
  height: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboardContainerX2 {
  height: 500px !important;
  /* display: flex; */
}

.dashboardContainerNews {
  height: 900px !important;
  /* display: flex; */
}

.dashboardProgressbar {
  height: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboardProgressbar .dashboard-item-body {
  width: 60% !important;
  padding: 15px;
}

.dashboardProgressbarTitle {
  display: none;
}

.walletAddress {
  margin-top: 0px;
  height: 60px !important;
  align-items: center;
  justify-content: center;
  display: flex;
}

.url-sponsor {
  margin-top: 0px;
  height: 60px !important;
  align-items: center;
  justify-content: center;
  display: flex;
}

.text-confirm-register {
  text-align: justify;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.button-confirm button {
  margin-right: 10px;
}

.administration-layout {
  display: flex;
}

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  content: '';
  display: none !important;
}

.pro-sidebar {
  color: #adadad;
  height: calc(100vh - 50px) !important;
  width: 240px !important;
  min-width: 240px !important;
  text-align: left;
  transition: width, left, right, 0.3s;
  position: relative;
  z-index: 1009;
}

.pro-sidebar.collapsed {
  width: 80px !important;
  min-width: 80px !important;
}

.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-header {
  border-bottom: 0px solid rgba(173, 173, 173, 0.2) !important;
  padding: 5px;
  text-align: right;
}

.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 35px 8px 20px !important;
  cursor: pointer;
}

.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item > div > ul {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper {
  display: flex;
  margin-right: 10px !important;
  opacity: 1;
  transition: opacity 0.2s;
}

.languages-login .select-languages {
  margin-right: 0px;
  margin-top: 0px;
}

.languages-login .select-languages .btn-sm,
.languages-login .select-languages .btn-group-sm > .btn {
  color: #fff !important;
}

.select-languages .dropdown-menu.show {
  left: -50px !important;
  background-color: #fff !important;
  color: #353535 !important;
  border: 1px solid #545454;
}

.select-languages .dropdown-menu.show .dropdown-item {
  color: #353535 !important;
}

.colorWhite {
  color: #fff;
}

.select-languages .dropdown-menu.show .dropdown-item:hover {
  background-color: #469fa3 !important;
  color: #fff !important;
}

.mobilePopup {
  width: 80% !important;
}

.mobileTitle {
  font-size: 1.275em !important;
}

.mobileContent {
  padding: 0 1em !important;
  color: #545454 !important;
  font-size: 0.875em !important;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.urlSponsord {
  cursor: pointer;
}

.urlSponsord i {
  color: #e83c7e;
  margin-right: 5px;
}

.fileContainer {
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
  border-radius: 10px;
  padding: 0px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
  transition: all 0.3s ease-in;
}

.fileContainer .chooseFileButton {
  padding: 6px 23px;
  background: #e83c7e !important;
  border-radius: 5px !important;
  color: white;
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0;
  transition: all 0.2s ease-in;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
}

.fileContainer .chooseFileButton:hover {
  padding: 6px 23px;
  background: #ff438b !important;
  border-radius: 5px !important;
  color: white;
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0;
  transition: all 0.2s ease-in;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
}

.amount-container-investments {
  height: 100px !important;
}

.grahps-container {
  height: 280px !important;
}

.customWalletContainer {
  height: 60px !important;
}

.css-2613qy-menu {
  background-color: #fff;
  z-index: 999999;
}

.dark-container {
  background-color: #fff !important;
  border: 1px solid #469fa3 !important;
  overflow: auto;
  border-radius: 25px;
}

.dark-container-hidden {
  background-color: #fff !important;
  border: 1px solid #469fa3 !important;
  overflow: hidden;
  border-radius: 25px;
}

.dark-containerPromo {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/fondo.jpg');
  background-size: 100%;
  border: 1px solid #383838 !important;
  overflow: auto;
  background-color: #171717 !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 8px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #353535 !important;
  background-color: #f2fbff !important;
  background-clip: padding-box;
  border: 1px solid #cfd1d2 !important;
  border-radius: 0.75rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: rgb(74 74 104 / 20%) 0px 2px 2px 0px inset !important;
  outline: 0px !important;
}

.dark__control {
  color: #353535 !important;
  border: 1px solid #cfd1d2 !important;
  border-radius: 0.75rem !important;
  height: calc(1.5em + 0.75rem + 8px) !important;
  background-color: #f2fbff !important;
  box-shadow: rgb(74 74 104 / 20%) 0px 2px 2px 0px inset !important;
  outline: 0px !important;
}

.dark__single-value {
  color: #353535 !important;
}

.dark__single-value--is-disabled {
  color: #353535 !important;
}

.dark__menu {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.dark__option--is-selected {
  background-color: #469fa3 !important;
  color: #ffffff !important;
}

.dark__option--is-focused {
  background-color: #469fa3 !important;
  color: #ffffff !important;
}

.dark-filter-container {
  background-color: #00736c !important;
  border: 1px solid #00a79d !important;
}

.filter-arrow {
  color: #fff !important;
  margin-left: 8px !important;
  border: 1px solid #fff !important;
  padding: 2px 6px 2px 4px !important;
  border-radius: 30px !important;
}

.smartnet-table .rt-thead.-header {
  background-color: #353535 !important;
  border: 1px solid #353535 !important;
  color: #fff;
}

.smartnet-table .rt-tr.-odd {
  background-color: #019b92 !important;
  color: #fff;
}

.smartnet-table .rt-tr.-even {
  background-color: #00736c !important;
  color: #fff;
}

.smartnet-table .rt-tbody .rt-tr-group {
  border-bottom: 1px solid #00736c !important;
  border-left: 1px solid #00736c !important;
  border-right: 1px solid #00736c !important;
}

.smartnet-table .pagination-bottom {
  background-color: #353535 !important;
  border-bottom: 1px solid #353535 !important;
  border-left: 1px solid #353535 !important;
  border-right: 1px solid #353535 !important;
  color: #fff;
  padding: 10px 15px;
}

.smartnet-table .pagination-bottom .-next button {
  background-color: #00a79d !important;
  color: #fff;
  max-width: 50%;
}

.smartnet-table .pagination-bottom .-previous button {
  background-color: #00a79d !important;
  color: #fff;
  max-width: 50%;
}

.smartnet-table.simplePagination .pagination-bottom {
  background-color: transparent !important;
  border: 0px !important;
  color: #fff;
  padding: 0px 0px;
}

.smartnet-table .-pageJump input {
  display: block;
  width: 100%;
  color: #ffffff !important;
  background-color: #171717 !important;
  background-clip: padding-box;
  border: 1px solid #545454 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.smartnet-table.ReactTable .-pagination {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: none !important;
  border-top: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.smartnet-table.ReactTable .-pagination .-previous {
  flex: 1 1;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}

.smartnet-table.ReactTable .-pagination .-next {
  flex: 1 1;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #353535;
  -webkit-text-fill-color: #353535;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f2fbff !important;
  opacity: 0.5 !important;
  color: #353535 !important;
}

.dark__control--is-disabled {
  background-color: #f2fbff !important;
  opacity: 0.5 !important;
  color: #353535 !important;
}

.customAlert {
  padding: 0.5rem 0.5rem !important;
}

.swal2-popup {
  background: #fff !important;
  border: 1px solid #353535 !important;
  color: #353535 !important;
}

.swal2-title {
  color: #469fa3 !important;
}

.swal2-content {
  color: #353535 !important;
}

.swal2-styled:focus {
  outline: none !important;
  box-shadow: 0 0 0 0px #fff, 0 0 0 0px rgba(50, 100, 150, 0.4) !important;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.error {
  position: relative !important;
  font-size: 0.85rem !important;
}

.error.in {
  position: absolute !important;
  font-size: 0.85rem !important;
}

.tooltip-extra {
  background-color: #383838 !important;
  padding: 10px !important;
  max-width: 350px;
}

.tooltip-extra::after {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  bottom: -6px !important;
  left: 50% !important;
  margin-left: -8px !important;
  border-top-color: #383838 !important;
  border-top-style: solid !important;
  border-top-width: 6px !important;
}

.tooltip-extra-trans {
  background-color: #000000 !important;
  padding: 10px !important;
  max-width: 375px;
  white-space: normal !important;
}

.tooltip-extra-trans::after {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  bottom: -6px !important;
  left: 50% !important;
  margin-left: -8px !important;
  border-top-color: #000000 !important;
  border-top-style: solid !important;
  border-top-width: 6px !important;
}

.color-red {
  color: #e83c7e;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: #fff;
  border: 1px solid #353535;
  border-radius: 5px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.policy p {
  margin-bottom: 15px;
}

.text-hightLight {
  color: #e83c7e;
  font-weight: bold;
}

.withOutTitle {
  display: none !important;
}

.promodialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.promodialog .modal-header {
  background: #171717;
  padding: 0rem 0rem;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  height: 0px;
  line-height: 0px;
}

.promodialog .modal-body {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}

.promodialog .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #e83c7e;
  text-shadow: 0 0px 0 #000;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  right: 15px;
}

.promodialog .close:hover {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #e83c7e;
  text-shadow: 0 0px 0 #000;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  right: 15px;
}

.ReactTable .-pagination input,
.ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #3e3e3e !important;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none;
  color: #fff;
}

#zmmtg-root {
  display: none;
}

.swal2-container {
  z-index: 99999 !important;
}

.progress-bar-amount {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar-amount-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-amount-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-amount-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e83c7e;
  transition: width 0.6s ease;
}

/*************************************************** */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.side-navbar {
  margin-left: -300px;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: #ffffff26;
}

.my-container {
  transition: 0.4s;
}

.active-nav {
  margin-left: 0;
}

/* for main section */
.active-cont {
  margin-left: 180px;
}

.wallet .form-group {
  margin-bottom: 0px !important;
}

.actionAdd {
  color: #469fa3 !important;
}

.buttonFloat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #469fa3;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #5d5d5d;
  border: 0px;
  font-size: 1.4rem;
}

.ReactTable.apiExchangeTable .rt-th,
.ReactTable.apiExchangeTable .rt-td {
  flex: 1 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 0px;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: width, min-width, padding, opacity;
}

.smartnet-table.apiExchangeTable .rt-tr.-odd {
  background-color: #00736c !important;
  color: #fff;
}

.smartnet-table.apiExchangeTable .rt-tr.-even {
  background-color: #00736c !important;
  color: #fff;
}

.smartnet-table.apiExchangeTable .rt-tbody .rt-tr-group {
  border-bottom: 2px solid #00a79d !important;
  border-left: 0px solid #00736c !important;
  border-right: 0px solid #00736c !important;
}

.ReactTable.smartnet-table.apiExchangeTable {
  border-radius: 10px;
  border: 0px solid rgba(0, 0, 0, 0.1);
}

.ReactTable.smartnet-table.apiExchangeTable .rt-table {
  border-radius: 10px;
}

.form-switch .serviceStatus.form-check-input {
  width: 3em;
}

.serviceStatus.form-check-input {
  width: 1em;
  height: 1.5em;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
}

.serviceStatusContainer.form-switch {
  padding-left: 1em !important;
}

.preRegister p {
  text-align: justify;
  margin-bottom: 15px;
}

.gtrader label {
  color: #fff;
  font-family: 'Saira';
}

.gtrader input.form-control {
  background-color: rgba(33, 0, 65, 0.5) !important;
  border: 1px solid transparent !important;
  /* border-radius: 10px; */
  color: #fff !important;
  box-shadow: none !important;
}

.gtrader input.form-control:focus {
  background-color: rgba(33, 0, 65, 0.5) !important;
  border: 1px solid #27ea86 !important;
  outline: none !important;
  box-shadow: none !important;
}

.gtrader .error {
  color: #27ea86 !important;
}

.gtrader label a {
  color: #27ea86 !important;
}

.btn-gtrader {
  border: 1px solid transparent !important;
  background-color: #210041 !important;
  /* height: 40px; */
  font-weight: 800 !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  color: #27ea86 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  font-family: 'Saira Condensed';
}

.btn-gtrader:hover,
.btn-gtrader:focus {
  background-color: #27ea86 !important;
  box-shadow: none !important;
  color: #210041 !important;
  outline: none !important;
  border: 1px solid transparent !important;
  text-decoration: none !important;
}

.body_gtrader {
  padding: 0px !important;
  width: 100% !important;
  background: linear-gradient(
    195deg,
    rgba(84, 101, 174, 1) 0%,
    rgba(101, 45, 144, 1) 35%,
    rgba(146, 39, 143, 1) 100%
  ) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  margin: 0px !important;
  min-height: 100vh !important;
}

.footer_gtrader {
  display: none !important;
}

.header_gtrader {
  height: 70px;
  background: transparent !important;
  border-bottom: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.header_gtrader .dropdown-toggle.language-item {
  color: #27ea86 !important;
  font-family: 'Saira';
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(
    .invalid-tooltip
  ):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: calc(1.5em + 0.75rem + 6px) !important;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-outline-secondary {
  color: #fff !important;
  border: 1px solid #469fa3 !important;
  background-color: #469fa3 !important;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #57c3c9 !important;
  border-color: #57c3c9 !important;
}

.loadingModal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.loadingModal-backdrop.show {
  opacity: 0.5 !important;
}
.loadingModal-backdrop.fade {
  opacity: 0;
}

.loadingModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-loading {
  text-align: center;
}

.modal-loading .modal-content {
  background: transparent;
  border: 0px;
}

.modal-loading div.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: transparent;
  border: 0px solid #e91d75;
  border-radius: 5px;
}

.mask {
  opacity: 0.7;
}

.gtrader .dark__control {
  color: #353535 !important;
  border: 1px solid transparent !important;
  border-radius: 0.75rem !important;
  height: calc(1.5em + 0.75rem + 8px) !important;
  background-color: rgba(33, 0, 65, 0.5) !important;
  box-shadow: rgb(74 74 104 / 20%) 0px 2px 2px 0px inset !important;
  outline: 0px !important;
}

.gtrader .dark__single-value {
  color: #fff !important;
}

/* .gtrader input.form-control {
    background-color: rgba(33, 0, 65, 0.5) !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    box-shadow: none !important;
} */
