@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../fonts/Brut_Grotesque_WEB-Regular.css');
@import url('../fonts/Brut_Grotesque_WEB-Bold.css');
@import url('../fonts/Brut_Grotesque_WEB-Medium.css');
@import url('../fonts/Brut_Grotesque_WEB-Light.css');
@import url('../fonts/Brut_Grotesque_WEB-Italic.css');

html {
  font-family: 'Brut_Grotesque_WEB-Regular', 'Inter Tight', 'Open Sans', sans-serif;  
}

body::before {
  display:none;
}

body.font-opensans {
  font-size:16px;
  font-family: 'Brut_Grotesque_WEB-Regular', 'Inter Tight', 'Open Sans', sans-serif;  
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Brut_Grotesque_WEB-Bold', 'Inter Tight', 'Open Sans', sans-serif;  
}

strong {
  font-family: 'Brut_Grotesque_WEB-Medium', 'Inter Tight', 'Open Sans', sans-serif;  
}

em {
  font-family: 'Brut_Grotesque_WEB-Italic', 'Inter Tight', 'Open Sans', sans-serif;  
}

.page-loader-wrapper {
  background: rgba(233,233,233,0.8);
}

.page-loader-wrapper img {
  width:unset;
  height:unset;
}

#top-goldborder {
  position:fixed;
  top:0px;
  height: 10px;
  background-color: #FFE096;
  width: 100%;
  z-index:1;
}

.metismenu a {
  font-size:14px;
}

.metismenu a > i {
  color: #efc152;
}

.form-label {
  font-size:14px;
}

.form-control, .dataTables_wrapper .dataTables_filter {
  font-size:14px;
}

#header_top {
  display:none;
}

#header_top #brand-logo {
  max-height: 45px;
}

#left-sidebar {
  padding-top: 10px;
  padding-left: 30px;
  width:280px;
}

#left-sidebar>.brand_name {
  margin-top: 20px;
}

.page {
  padding-top: 10px;
  left: 280px;
  width: calc(100% - 280px);
  padding-bottom: 80px;
}

.footer {
  font-size:14px;
}

#bottom-menu {
  background: #fff;
}

#bottom-menu .container {
  max-width: 800px;
}

#bottom-menu .card {
  margin-bottom:0px;
  border:none;
  border-radius:0px;
}

#bottom-menu .card-body {
  padding:5px 5px;
}

#bottom-menu  a.my_sort_cut i {
  font-size: 22px;
}

#bottom-menu  a.my_sort_cut {
  min-height:unset;
  padding-top: 10px;
  font-size:14px;
  font-weight: bold;
  text-transform: uppercase;
}

#bottom-menu .card-body a {
  background-color: #fff;
}

#bottom-menu  a > i {
  color: #efc152;
}

#bottom-menu .card-body a:hover {
  background-color: #fff;
}

#bottom-menu  a:hover > i {
  color: #FFE096;
  font-size: 22px;
}

.wizard .actions {
  text-align:center;
}
.wizard .content{
  min-height: 550px !important;
  background: none;
}

#registrationwizard.wizard > .content > .body input {
  border: 1px solid #e8e9e9;
}

#registrationwizard.wizard .steps .col {
  /*display:inline-block;*/
  padding-left:0px;
  padding-right:0px;
}

#registrationwizard.wizard .steps>ul>li{
  width: 160px;
}

#registrationwizard.wizard .steps>ul>li a {
  position:relative;
  display:block;
  padding-top: 45px;
  font-size:14px;
}


.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover, 
.wizard > .steps .disabled a:active {
  background:none;
}

#registrationwizard.wizard > .content > .body {
  width: 100%;
}

#registrationwizard.wizard .steps .disabled a:hover, 
#registrationwizard.wizard .steps .disabled a:active {
  background:none;
}

#registrationwizard.wizard>.steps .current a, 
#registrationwizard.wizard>.steps .current a:hover, 
#registrationwizard.wizard>.steps .current a:active {
  background:none;
  color:#000;
  font-weight: bold;
}



#registrationwizard.wizard .steps>ul>li span.number {
  display:block;
  position:absolute;
  width:40px;
  height:40px;
  line-height: 40px;
  text-align:center;
  font-weight: bold;
  top:0px;
  left:0px;
  border-radius: 5rem;
  background-color: #EEEEEE;
  color: #000;
  margin-left:10px;
}

#registrationwizard.wizard .steps>ul>li.current span.number {
  background-color: #FFE096;
}

#registrationwizard.wizard .steps>ul>li.done span.number {
  background-color: #FFE096;
}

#registrationwizard.wizard .steps>ul>li span.number::after {
  display:block;
  position:absolute;
  width:100px;
  height:2px;
  background-color: #dddddd;
  top: 19px;
  left: 50px;
  margin-right:10px;
  content:"";
}

#registrationwizard.wizard .steps>ul>li.done span.number::after {
  background-color: #FFE096;
}

#registrationwizard.wizard .steps>ul>li:last-child span.number::after {
  display:none;
}

#registrationwizard.wizard .steps>ul>li.current {
  /*border-bottom: solid 4px #FFE096;*/
}

#registrationwizard.wizard .steps .col a {
  padding-left: 15px;
  padding-right: 15px;
  text-align:center;
}

#registrationwizard.wizard>.steps .current a,
#registrationwizard.wizard>.steps .current a:hover,
#registrationwizard.wizard>.steps .current a:active, {
  /*background-color: #31302c;*/
  color: #000;
  font-weight:bold;
}

#registrationwizard.wizard>.steps .done a,
#registrationwizard.wizard>.steps .done a:hover {
  background: none;
}

.ci-effect-1 a span {
  font-size:14px;
  padding-bottom:2px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.ci-effect-1 a span:before {
  width:150px;
  top:200%;
}

.ci-effect-1 a:hover span, .ci-effect-1 a:focus span {
  transform: translateY(-200%);
}

.nav-products {
  margin-top: 50px !important;
}

.nav-pills .nav-link {
  display:block;
}
.nav-tabs .nav-link {
  background-color: #dddddd;
  border:none;
  color: #000000;
  padding: 10px 15px;
  text-align:center !important;
  border-radius: 5px;
}

.nav-tabs .nav-link.active {
  background-color: #FFE096;  
  font-weight:bold;
  border:none;
  color: #000000;
}

.input-group-prepend>.input-group-text {
  border-right:0;
  border-left:0;
  border-top:0;
  background:none;
  border-bottom-color: #B4B4B3;
}

.input-group-text {
  border-right:0;
  border-left:0;
  border-top:0;
  background: #ffffff;
  color: #efc152;
  font-size:16px;
  border-color:#e8e9e9;
  background:none;
  border-bottom-color: #B4B4B3;
}

.input-group > .form-control {
  border-left:0 !important;
  border-right:0 !important;
  border-top:0 !important;
  background: none !important;
  border-bottom-color: #B4B4B3 !important;
}

input[type="text"] {
  border-left:0 !important;
  border-right:0 !important;
  border-top:0 !important;
  background: none !important;
  border-bottom-color: #B4B4B3 !important;
}

.form-group > .form-control {
  border-left:0 !important;
  border-right:0 !important;
  border-top:0 !important;
  background: none !important;
  border-bottom-color: #B4B4B3 !important;
}

.wizard>.actions a {
/*    background: #FFE096;
    color: #000;*/
  background: transparent;
  border: solid 1px #AEAFA0;
  color: #666;
  text-transform: uppercase;
  font-family: 'Brut_Grotesque_WEB-Light';
  border-radius: 2px;
  font-size:14px;
  padding:0.5em 2em;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 
.wizard>.actions a:hover {
color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    text-transform: uppercase;
  font-family: 'Brut_Grotesque_WEB-Light';
  border-radius: 2px;
  font-size:14px;
  padding:0.5em 2em;
}


.text-gold {
  color: #efc152;
}

.number{
  font-size:13px !important;
}

.selectgroup-button{
  color: white !important;
  border: none;
  background: none;
  border-radius: 10px !important;
}

.selectgroup-input:checked+.selectgroup-button{
  color: white !important;
  border: solid 5px #FFE096;
  background-color: rgba(255,255,255,0.5);
}

.bg-bronze{
  background-image: linear-gradient(135deg, #C4A484 0%, #F7E8DA 20%, #C4A484 50%) !important;
  height: 6rem;
  line-height: 5rem !important;
}

.bg-silver{
  background-image: linear-gradient(135deg, #C0C0C0 0%, white 20%, #C0C0C0 50%) !important;
  height: 6rem;
  line-height: 5rem !important;
}

.bg-gold{
  background-image: linear-gradient(135deg, #DAA520 0%, #F3E8CC 20%, #DAA520 50%) !important;
  height: 6rem;
  line-height: 5rem !important;
}

.bg-elite{
  background-image: linear-gradient(135deg, #0F52BA 0%, white 20%, #0F52BA 50%) !important;
  height: 6rem;
  line-height: 5rem !important;
}

.silver-square{
    background-image: linear-gradient(135deg, #C0C0C0 0%, white 20%, #C0C0C0 50%);
    color: white;
    height: 100px;
}

.pnp-tab{
  margin-right: 1rem;
}

.enrol-label{
  font-size:16px;
}

.text-p{
  font-size: .875rem;
}

.sponsor-name{
  background-color: #ffffff !important;
  color: #666666;
  border-right:0;
}

#Radio2{
  display: none;
}

.password-weak{
  background-color: #dc3545;
}

.password-medium{
  background-color: #fbbd08;
}

.password-strong{
  background-color: #28a745;
}

.progress-bar {
  border-radius: 3px;
}

.custom-checkbox .custom-control-label{
  position: relative !important;
}

.expiry-date{
  width: 4rem;
  display: inline-block;
}

.width-100{
  width: 100%;
}

.screenshot-p{
  opacity: 0.7;
}

#password_message{
  width: 100%;
  font-size:14px;
}

#password_message2{
  width: 100%;
  font-size:14px;
}

#password-text{
  width: 100%;
}

#password-text2{
  width: 100%;
}

.grey-tr{
  background-color: rgba(0,0,0,0.04);
}

.success-register{
  float: none !important;
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
}

.username_dropdown{
  color: black;
  line-height: 32px;
}

.username_dropdown:hover{
  color: #6c757d !important;
}

.btn-copy-link{
  color: black;
  border-color: rgba(0,0,0,.125);
  width: 70%;
}

.avatar-container {
  position:relative;
  display:block;
}

.avatar-container::after {
  position:absolute;
  content: '';
  width:40px;
  height:40px;
  bottom:5%;
  right:5%;
  background: transparent url('../img/icon-camera.png') top center no-repeat;
  border-radius:30px;
}

.avatar-xxl{
  background: white no-repeat center/cover;
  height: unset;
  width: 100%;
  padding: 0.3rem;
}

/*.avatar-xxl {
    background: white no-repeat center/cover;
    height: unset;
    max-height: 250px;
    width: 100%;
    padding: 0.3rem;
}*/

/*.avatar-xxl {
    background: white no-repeat center/cover;
    height: 200px;
    padding: 0.3rem;
    width: unset !important;
}*/

.mt-mb-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.qualification-card{
  border: 1px solid rgba(0,0,0,.125) !important;
}

.border-bottom-gold{
  border-bottom: solid 4px #B4B4B3;
  border-radius: 0.55rem;
  padding: 0.5rem 0;
}

.tr-bottom-gold{
  border-bottom: solid 2px #B4B4B3;
}

.dash-table th,.dash-table td{
  font-size:14px !important;
  padding: 0.5rem;
}

.carousel-indicators li{
  width: 5px;
  height: 5px;
  border: none;
  border-radius: 50px;
}


.card-header {
  padding-bottom:0px;
}

.card-product {
}

.card-product .card-image {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow:hidden;
}

.card-product .card-body {
  font-size:14px;
  padding: 10px;
  text-align:center;
}

.card-product .card-body > div {
  margin-top:10px;
}

.card-product .card-body .product-title {
  font-size:16px;
}

.card-product .input-group-sm>.custom-select,
.card-product .input-group-sm>.form-control,
.card-product .input-group-sm>.input-group-append>.btn,
.card-product .input-group-sm>.input-group-append>.input-group-text,
.card-product .input-group-sm>.input-group-prepend>.btn,
.card-product .input-group-sm>.input-group-prepend>.input-group-text {
  font-size:14px;
}

.p-0{
  padding: 0 !important;
}

.back-link{
  line-height: 1px;
}

.rank-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
  border-radius: 20px;
  margin: 10px;
  text-align:center;
  position:relative;
}

.rank-icon .icon {
  width: 60px;
  margin: 10px auto 5px;
}

.rank-icon .icon img {
  margin-top: 10px;
}

.rank-icon .title {
  font-size:12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 12px;
}

#login-header {
  background: white;
}

#login-panel {
  background: none;
  box-shadow: none;
  border:none;
}

.login-tnc {
  font-size: 0.7rem;
}

.captcha-container img {
  max-height: 30px;
  border: 1px solid #E8E9E9;
}

.captcha-container a {
  font-size: 15px;
  line-height:30px;
  display:inline-block;
  margin-left: 10px;
}

.btn-gold, .btn-gold:hover {
/*  background: #FFE096;
  color: #000;*/
  background: transparent;
  border: solid 1px #AEAFA0;
  color: #666;
  text-transform: uppercase;
  font-family: 'Brut_Grotesque_WEB-Light';
  border-radius: 2px;
  font-size:14px;
  /*padding:0.5em 2em;*/

}

.btn-login {
  padding-left: 50px;
  padding-right: 50px;
}

#login-language {
  /*position:absolute;*/
  /*
  top: 15px;
  right: 15px;
  z-index:100;*/
  display:inline-block;
  float:right;
  margin-top: 6px;
}

#login-language-bar {
  font-size:14px;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 8px;
  color: #bbb;
}

#login-language-bar a {
  font-size:14px;
  display:inline-block;
  padding: 0px 4px;
  border-right: 1px solid #bbb;
}

#login-language-bar a:last-child {
  padding-right: 0px;
  border-right: none;
}

#login-language-bar a.active, 
#login-language-bar a:hover {
  color: #000;
}

.settings-card .settings-icon {
  font-size: 25px;
  color: #efc152;
}

.settings-card:hover .settings-icon {
  color: #FFE096;
}

.settings-card .settings-title {
  font-size: 0.8rem;
  color: #000;
}

.settings-card:hover .settings-title {
  font-weight:bold;
}

.table-scrollable  {
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_length select
{
  font-size:14px;
}

.sidebar-nav > hr {
  margin-right:30px;
}

.sidebar-nav #login-language {
  display:none;
}

.sidebar-nav .servertime {
  font-size:12px;
  color: #aaa;
}

.pagination {
  margin-top:5px;
}

.pagination .page-item .page-link {
  color: #333;
}

.pagination .page-item.active .page-link {
  background-color: #B4B4B3;
  border-color: #B4B4B3;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  color: #ddd;
}

.leadership-icon {
  max-width: 5vw;
  opacity:0.5;
}

.leadership-active {
  border: solid 2px #B4B4B3;  
}

.leadership-active th,
.leadership-active td{
  background-color: #ffffff;
  border: none;
}

.leadership-active .leadership-icon {
  opacity:1;
}

.leadership-info1 {
}

.leadership-info2 {
}

@media screen and (max-width: 1200px) {
#left-sidebar {
    left: unset;
}
}
@media screen and (max-width: 767px) {
  .metismenu a,
  .form-label,
  .form-control,
  .dataTables_wrapper .dataTables_filter,
  #login-language-bar,
  #login-language-bar a,
  .dash-table th,
  .dash-table td,
  .card-product .card-body,
  .card-product .input-group-sm>.custom-select,
  .card-product .input-group-sm>.form-control,
  .card-product .input-group-sm>.input-group-append>.btn,
  .card-product .input-group-sm>.input-group-append>.input-group-text,
  .card-product .input-group-sm>.input-group-prepend>.btn,
  .card-product .input-group-sm>.input-group-prepend>.input-group-text {
    font-size:16px;
  }

  #header_top {
    display:block;
  }

  #left-sidebar {
    left: -330px;
  }

  #left-sidebar>.brand_name #brand-logo {
    display:none;
  }

  .page {
    padding: 56px 0 0 0;
    padding-bottom:50px;
    width: 100%;
    left: 0;
  }
  .wizard .content .body {
    padding:none;
  }
  .wizard .steps>ul>li{
    width: 100% !important;
  }

  #registrationwizard.wizard .steps>ul>li{
    width: 45px !important;
  }

  #registrationwizard.wizard .steps>ul>li span.number::after {
    display:none;
  }

  #registrationwizard.wizard>.steps a span.label {
    display:none;

  }

  .settings-card {
    margin-bottom: 4px;
  }

  .settings-card .card-body {
    text-align:left !important;
    padding: 5px 15px;
  }

  .settings-card .settings-icon {
    float:left;
    width: 30px;
  }

  .settings-card .settings-title {
    float:left;
    line-height: 33px;
    padding-left: 15px;
  }

  #login-header .col {
    text-align:center;
  }

  .sidebar-nav #login-language {
    display:inline-block;
    float:unset;
    margin-top:0px;
    width:fit-content;
    margin-bottom: 10px;
  }

  #login-logo {
    width: 50vw;
  }

  .avatar-container::after {
    bottom: 0px;
    right:0px;
  }
  .leadership-icon {
    max-width: 10vw;
  }

}




