@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit: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");
.cursor-pointer {
  cursor: pointer;
}

.button-bg-now-payments {
  background-color: #63a1fb;
  border-color: #63a1fb;
}

.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#referral-tree {
  display: inline-block;
  padding: 8px;
}

#referral-tree * {
  box-sizing: border-box;
}

#referral-tree .branch {
  padding: 5px 0 5px 20px;
}

#referral-tree .branch:not(:first-child) {
  margin-left: 290px;
}

#referral-tree .branch:not(:first-child):after {
  content: "";
  width: 30px;
  border-top: 2px solid #ccc;
  position: absolute;
  left: 260px;
  top: 50%;
  margin-top: 40px;
}

.entry {
  position: relative;
  min-height: 100px;
  display: block;
}

.entry:before {
  content: "";
  height: 100%;
  border-left: 2px solid #ccc;
  position: absolute;
  left: -20px;
}

.entry:first-child:after {
  height: 10px;
  border-radius: 10px 0 0 0;
}

.entry:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 40px;
  border-radius: 10px 0 0 0;
}

.entry:after {
  content: "";
  width: 20px;
  transition: border 0.5s;
  border-top: 2px solid #ccc;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: 40px;
}

.entry:last-child:before {
  width: 10px;
  height: 90%;
  border-radius: 0 0 0 10px;
}

.entry:last-child:after {
  height: 10px;
  border-top: none;
  transition: border 0.5s;
  border-bottom: 2px solid #ccc;
  border-radius: 0 0 0 10px;
  margin-top: 30px;
}

.entry:only-child:after {
  width: 20px;
  height: 0px;
  margin-top: 40px;
  border-radius: 0px;
}

.entry:only-child:before {
  display: none;
}

.entry span {
  display: block;
  min-width: 260px;
  max-width: 260px;
  padding: 10px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 1px;
  color: #666;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  transition: ease-in-out 0.2s;
  background-color: white;
  cursor: pointer;
}

#referral-tree .entry span:hover,
#referral-tree .entry span:hover + .branch .entry span {
  color: #000;
  border-color: #ffd700;
  box-shadow: 5px 5px 15px #c4c4c4;
  border: 1px solid #ffd700;
  border-left: 0.5rem solid #ffd700 !important;
  transform: scale(1.025);
}

#referral-tree .entry span:hover + .branch .entry::after,
#referral-tree .entry span:hover + .branch .entry::before,
#referral-tree .entry span:hover + .branch::before,
#referral-tree .entry span:hover + .branch::after,
#referral-tree .entry span:hover + .branch .branch::before {
  border-color: #01373a;
}

.binary-tree {
  height: 190px;
  width: 250px;
}

.tree {
  width: 100%;
  height: auto;
  text-align: center;
  overflow-x: auto;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
}

.tree li {
  display: inline-block;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 10px;
  transition: 0.3s;
}

.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 3px solid #ccc;
  width: 51%;
  height: 10px;
  transition: 0.3s;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 3px solid #ccc;
  transition: 0.3s;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  border-right: 3px solid #ccc;
  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;
}

.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 3px solid #ccc;
  width: 0;
  height: 20px;
  transition: 0.3s;
}

.tree li a {
  background-color: white;
  padding: 10px;
  display: inline-grid;
  text-decoration-line: none;
  border-radius: 20px;
  color: #01373a;
  transition: 0.3s;
}

.tree li a img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px !important;
  border-radius: 100px;
  margin: auto;
}

.tree li a span {
  border: 0;
  transition: 0.5s;
  color: #666;
  font-size: 11px;
  color: #deaf47;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/*Hover-Section*/
.tree li a:hover,
.tree li a:hover i,
.tree li a:hover + ul li a {
  transform: scale(1.01);
  color: #000;
  box-shadow: 5px 5px 15px #c4c4c4;
  border: 1px solid #ffd700;
  border-left: 0.5rem solid #ffd700 !important;
  border-color: #ffd700;
}

.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: #01373a;
}

/* DATATABLES - HOVER COLOR, PAGINATION COLOR */
table.dataTable tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.pagination .page-item.active .page-link {
  color: white !important;
  background-color: #01373a !important;
  border: 1px solid #01373a !important;
}

.pagination .page-item .page-link {
  color: #01373a !important;
}

.pagination .page-item.disabled .page-link {
  color: gray !important;
}

.dataTables_processing .card {
  color: #01373a !important;
}

/* DATATABLES - END */
.navi.collapsed .chevron-down {
  transform: rotate(180deg);
}

.navi[aria-expanded=false] .chevron-down {
  transform: rotate(180deg);
}

.chevron-down {
  transition: all 0.5s ease;
}

.data_table .btn {
  background-color: #01373a;
}

.binarytree-card {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 30px;
}

.buyload-card {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 30px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  position: absolute;
  left: 5px;
  filter: invert(100%);
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  position: absolute;
  right: 5px;
  filter: invert(100%);
}

input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type=button] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}

/* Style the tab */
.tab {
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  border: 0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px;
}

.tab button .card {
  width: 220px;
}

/* Change background color of buttons on hover */
.tab button:hover .border-left-ten {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #c300bc !important;
}

#walletHover button:hover .border-left-ten {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #c300bc !important;
}

.tab button.active .border-left-ten {
  border-color: #c300bc;
  border-left: 1rem solid #c300bc !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

.tab button:hover .border-left-nine {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #00a1a1 !important;
}

#walletHover button:hover .border-left-nine {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #00a1a1 !important;
}

.tab button.active .border-left-nine {
  border-color: #00a1a1;
  border-left: 1rem solid #00a1a1 !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

.tab button:hover .border-left-four {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #3a3a3a !important;
}

#walletHover button:hover .border-left-four {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #3a3a3a !important;
}

.tab button.active .border-left-four {
  border-color: #3a3a3a;
  border-left: 1rem solid #3a3a3a !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

.tab button:hover .border-left-eight {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #ffd700 !important;
}

#walletHover button:hover .border-left-eight {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #ffd700 !important;
}

/* Create an active/current tablink class */
.tab button.active .border-left-eight {
  border-color: #ffd700;
  border-left: 1rem solid #ffd700 !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

/* Change background color of buttons on hover */
.tab button:hover .border-left-five {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #00189f !important;
}

#walletHover button:hover .border-left-five {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #00189f !important;
}

/* Create an active/current tablink class */
.tab button.active .border-left-five {
  border-color: #00189f;
  border-left: 1rem solid #00189f !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

/* Change background color of buttons on hover */
.tab button:hover .border-left-six {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #008a29 !important;
}

#walletHover button:hover .border-left-six {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #008a29 !important;
}

/* Create an active/current tablink class */
.tab button.active .border-left-six {
  border-color: #008a29;
  border-left: 1rem solid #008a29 !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

/* Change background color of buttons on hover */
.tab button:hover .border-left-seven {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #e20000 !important;
}

#walletHover button:hover .border-left-seven {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #e20000 !important;
}

/* Create an active/current tablink class */
.tab button.active .border-left-seven {
  border-color: #e20000;
  border-left: 1rem solid #e20000 !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

/* Change background color of buttons on hover */
.tab button:hover .border-left-eleven {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #00ff95 !important;
}

#walletHover button:hover .border-left-eleven {
  transition: 0.3s;
  transform: scale(1.05);
  border-left: 0.5rem solid #00ff95 !important;
}

/* Create an active/current tablink class */
.tab button.active .border-left-eleven {
  border-color: #00ff95;
  border-left: 1rem solid #00ff95 !important;
  box-shadow: 5px 5px 15px #c4c4c4;
  transition: 0.4s;
  transform: scale(1.1);
}

/* Style the tab content */
.tabcontent {
  margin-top: 30px;
  text-align: left;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border: 0;
}

.card .notif:hover {
  background-color: #ececec;
  transition: 0.2s;
}

textarea {
  box-sizing: border-box;
  width: 100%;
}

.bgfixed {
  background-position: absolute;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  background-position-x: right;
}

/* Admin Registration*/
.bgRegistrationAdmin {
  z-index: -1;
  height: 100rem;
}

/*Registration CSS*/
.bgRegistration {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 37%;
  left: 0;
}

.packageDiv {
  box-shadow: 0 0.5rem 1rem rgba(58, 58, 58, 0.175);
}

.packageDiv:hover {
  box-shadow: 0 0.5rem 1rem rgba(222, 175, 71, 0.75);
  transform: translateY(3px);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.registrationHeader {
  font-size: 30px;
  font-weight: 900;
  color: #626362;
  text-align: center;
}

.registrationHeader > span {
  color: #626362;
}

.br20 {
  border-radius: 20px;
}

.br15 {
  border-radius: 15px;
}

.wrong .fa-check {
  display: none;
}

.good .fa-times {
  display: none;
}

.single_advisor_profile {
  position: relative;
  margin-bottom: 50px;
  transition-duration: 500ms;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
}

.single_advisor_profile .advisor_thumb {
  position: relative;
  z-index: 1;
  border-radius: 15px 15px 0 0;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
  background-color: #f49f1c;
  overflow: hidden;
}

.single_advisor_profile .advisor_thumb::after {
  transition-duration: 500ms;
  position: absolute;
  width: 150%;
  height: 80px;
  bottom: -45px;
  left: -25%;
  content: "";
  background-color: #ffffff;
  transform: rotate(-15deg);
}

@media only screen and (max-width: 575px) {
  .single_advisor_profile .advisor_thumb::after {
    height: 160px;
    bottom: -90px;
  }
}
.single_advisor_profile .advisor_thumb .social-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  right: 30px;
  text-align: right;
}

.single_advisor_profile .advisor_thumb .social-info a {
  font-size: 14px;
  color: #020710;
  padding: 0 5px;
}

.single_advisor_profile .advisor_thumb .social-info a:hover,
.single_advisor_profile .advisor_thumb .social-info a:focus {
  color: #f49f1c;
}

.single_advisor_profile .advisor_thumb .social-info a:last-child {
  padding-right: 0;
}

.single_advisor_profile .single_advisor_details_info {
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: right;
  transition-duration: 500ms;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

.single_advisor_profile .single_advisor_details_info::after {
  transition-duration: 500ms;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 3px;
  background-color: #030e4f;
  content: "";
  top: 12px;
  right: 30px;
}

.single_advisor_profile .single_advisor_details_info h6 {
  margin-bottom: 0.25rem;
  transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_advisor_profile .single_advisor_details_info h6 {
    font-size: 14px;
  }
}
.single_advisor_profile .single_advisor_details_info p {
  transition-duration: 500ms;
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_advisor_profile .single_advisor_details_info p {
    font-size: 12px;
  }
}
.single_advisor_profile:hover .advisor_thumb::after,
.single_advisor_profile:focus .advisor_thumb::after {
  background-color: #030e4f;
}

.single_advisor_profile:hover .advisor_thumb .social-info a,
.single_advisor_profile:focus .advisor_thumb .social-info a {
  color: #ffffff;
}

.single_advisor_profile:hover .advisor_thumb .social-info a:hover,
.single_advisor_profile:hover .advisor_thumb .social-info a:focus,
.single_advisor_profile:focus .advisor_thumb .social-info a:hover,
.single_advisor_profile:focus .advisor_thumb .social-info a:focus {
  color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info,
.single_advisor_profile:focus .single_advisor_details_info {
  background-color: #070a57;
}

.single_advisor_profile:hover .single_advisor_details_info::after,
.single_advisor_profile:focus .single_advisor_details_info::after {
  background-color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info h6,
.single_advisor_profile:focus .single_advisor_details_info h6 {
  color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info p,
.single_advisor_profile:focus .single_advisor_details_info p {
  color: #ffffff;
}

.poppins {
  font-family: "Inria Sans", sans-serif;
}

.ibmplex {
  font-family: "IBM Plex Sans";
}

input {
  max-width: 500px;
}

.pa-gray {
  color: #b1b1b1;
}

td {
  vertical-align: middle;
  text-align: center;
}

td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

td input {
  margin-left: auto;
  margin-right: auto;
}

th {
  text-align: center;
}

label {
  opacity: 50%;
}

.pa-gradient {
  background: linear-gradient(to right, #deaf47, #01373a, #deaf47, #01373a);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: transparent;
}

.pa-bgblack {
  background: black;
}

.pa-bggradient {
  background: linear-gradient(to right, #01373a, #01373a, #01373a, #deaf47);
}

.pa-bggradient-reverse {
  background: linear-gradient(to right, #deaf47, #01373a, #01373a, #01373a);
}

.carousel-indicators button.thumbnail {
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
  float: right;
  right: 2% !important;
  left: inherit;
}

.exportas {
  position: absolute;
  top: 20px;
  right: 155px;
}

.buttonnobg {
  background-color: transparent;
  border: 0;
}

.aboutus {
  height: 30vh;
  min-height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.homepage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aqpcover {
  background-color: #3a3a3a;
  padding-top: 55px;
  padding-bottom: 1px;
}

.aqplogo {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.awpRegistrationLogo {
  width: 50px;
}

.imageshadow {
  filter: drop-shadow(2px 2px 10px black);
}

.paddingtop {
  padding-top: 50px;
}

.paddingleft {
  padding-left: 20px;
}

.bg-pablack {
  background-color: #3a3a3a;
}

.bg-paprimaryone {
  background-color: #deaf47;
}

.bg-paprimarytwo {
  background-color: #01373a;
}

.bg-paprimarythree {
  background-color: #7a1e1b;
}

.bg-paLprimaryone {
  background-color: #fee378;
}

.bg-paLrprimaryone {
  background-color: #ffe691;
}

.bg-paLprimarytwo {
  background-color: #096268;
}

.pa-gold {
  color: #ffd700;
}

.bg-paloyalty {
  background-color: #626362;
}

.bg-pacashback {
  background-color: #69b18f;
}

.bg-pareferral {
  background-color: #d9ad46;
}

.bg-pashipping {
  background-color: #2b9063;
}

.bg-pacomission {
  background-color: #315a8b;
}

.bg-padistributor {
  background-color: rgba(195, 0, 188, 0.7490196078);
}

.bg-padeposit {
  background-color: #fe6362;
}

.bg-pasavings {
  background-color: #569c3e;
}

.pa-primaryone {
  color: #deaf47;
}

.pa-text-bg-primaryone {
  color: #3a3a3a;
  background-color: #deaf47;
}

.pa-primarytwo {
  color: #01373a;
}

.pa-primarythree {
  color: #7a1e1b;
}

.white {
  color: white;
}

.pa-diamond {
  color: #a2c4d8;
}

.pa-sapphire {
  color: #3c4f69;
}

.pa-ruby {
  color: #7a1e1b;
}

.pa-amethyst {
  color: #7b529a;
}

.pa-topaz {
  color: #b57d50;
}

.pa-emerald {
  color: #3c854a;
}

.pa-loyalty {
  color: #626362;
}

.sp-bluegreen {
  color: #3AA39F;
}

.pa-bgdiamond {
  background-color: #a2c4d8;
}

.pa-bgsapphire {
  background-color: #3c4f69;
}

.pa-bgruby {
  background-color: #7a1e1b;
}

.pa-bgamethyst {
  background-color: #7b529a;
}

.pa-bgtopaz {
  background-color: #b57d50;
}

.pa-bgemerald {
  background-color: #3c854a;
}

.pa-pckgBgDiamond {
  background-color: #e0e1e1;
}

.pa-pckgBgSapphire {
  background-color: #b1c0d3;
}

.pa-pckgBgRuby {
  background-color: #ffa9a9;
}

.pa-pckgBgAmethyst {
  background-color: #ffe3ff;
}

.pa-pckgBgTopaz {
  background-color: #fbf0cf;
}

.pa-pckgBgEmerald {
  background-color: #b7ffd5;
}

.pablack {
  color: #3a3a3a;
}

.font15 {
  font-size: 15px;
}

.font25 {
  font-size: 25px;
}

.font20 {
  font-size: 20px;
}

.font30b {
  font-size: 30px;
  font-weight: 900;
}

.font35b {
  font-size: 35px;
  font-weight: bold;
}

.font40b {
  font-size: 40px;
  font-weight: bold;
}

.font50b {
  font-size: 50px;
  font-weight: bold;
}

.font100b {
  font-size: 80px;
  font-weight: bold;
}

.fontabout {
  font-size: 50px;
  font-weight: bold;
  margin-top: -50px;
}

.fontHOneDormancy {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 5px;
}

.btnDormancy > h3 {
  font-weight: 500;
  color: #f1f1f1;
}

.btnDormancy:hover {
  background-color: #ffd700;
}

.imgDormancy {
  height: 55%;
  width: 100%;
}

.dormancyDivCont > div > h5 {
  font-size: 18px;
  font-weight: bold;
}

.dormancyDivCont > div > p,
.dormancyDivCont > div > li {
  font-size: 14px;
}

header {
  box-shadow: 0px 2px #deaf47, 0 5px 10px #3a3a3a;
}

.myshadow4 {
  text-shadow: 2.5px -2.5px 5px #01373a;
}

.boxshadow {
  box-shadow: 5px 5px 20px #c4c4c4;
}

.boxshadow2 {
  box-shadow: 5px 5px 15px #c4c4c4;
}

.myCenterShadow {
  box-shadow: rgba(50, 50, 93, 0.2) 0px 0px 15px 0px;
}

.myshadowone {
  text-shadow: 2.5px -2.5px 0px #deaf47;
}

.myshadowtwo {
  text-shadow: 2.5px -2.5px 0px #01373a;
}

.ReturnShop {
  border-color: #3aa39f;
}

.ReturnShop img {
  transition: transform 0.1s ease;
}

.ReturnShop:hover {
  color: gray;
}

.ReturnShop:hover img {
  transform: scale(1.01);
  content: url("../../images/icons/backtrianglegray.png");
}

.big-hr {
  height: 2px;
  background-color: #3a3a3a;
  border: none;
}

.button-bg-special-blue-green {
  background-color: #3AA39F;
  border-color: #3AA39F;
}

.bggold {
  background-color: #ffd700;
}

.bgblue {
  background-color: #01373a;
}

.myshadow3 {
  text-shadow: 2.5px 2.5px 5px #d1d1d1;
}

.myshadowimg2 {
  filter: drop-shadow(5px 5px 5px #3a3a3a);
}

.myshadowimg {
  filter: drop-shadow(5px 5px 5px #b1b1b1);
}

.noborder {
  border-color: transparent;
}

.border-left-one {
  border-left: 0.25rem solid #deaf47 !important;
}

.border-left-two {
  border-left: 0.25rem solid #01373a !important;
}

.border-left-three {
  border-left: 0.25rem solid #7a1e1b !important;
}

.border-left-four {
  border-left: 0.25rem solid #3a3a3a !important;
}

.border-left-five {
  border-left: 0.25rem solid #00189f !important;
}

.border-left-six {
  border-left: 0.25rem solid #008a29 !important;
}

.border-left-seven {
  border-left: 0.25rem solid #e20000 !important;
}

.border-left-eight {
  border-left: 0.25rem solid #ffd700 !important;
}

.border-left-nine {
  border-left: 0.25rem solid #00a1a1 !important;
}

.border-left-ten {
  border-left: 0.25rem solid #c300bc !important;
}

.border-left-eleven {
  border-left: 0.25rem solid #00ff95 !important;
}

.border-right-one {
  border-right: 0.25rem solid #deaf47 !important;
}

.border-right-two {
  border-right: 0.25rem solid #01373a !important;
}

.border-right-three {
  border-right: 0.25rem solid #7a1e1b !important;
}

.border-right-four {
  border-right: 0.25rem solid #3a3a3a !important;
}

.border-right-five {
  border-right: 0.25rem solid #00189f !important;
}

.border-right-six {
  border-right: 0.25rem solid #008a29 !important;
}

.border-right-seven {
  border-right: 0.25rem solid #e20000 !important;
}

.border-right-eight {
  border-right: 0.25rem solid #ffd700 !important;
}

.border-top-one {
  border-top: 0.25rem solid #deaf47 !important;
}

.border-top-two {
  border-top: 0.25rem solid #01373a !important;
}

.border-top-three {
  border-top: 0.25rem solid #7a1e1b !important;
}

.blueborder {
  border-color: #01373a;
  border-width: 1px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.img-replace-fast {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

.img-replace-slow {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sapphire:hover .img-replace-slow {
  transform: scale(1.05);
  filter: drop-shadow(10px 10px 5px #3c4f69);
}

.topaz:hover .img-replace-slow {
  transform: scale(1.05);
  filter: drop-shadow(10px 10px 5px #b57d50);
}

.amethyst:hover .img-replace-slow {
  transform: scale(1.05);
  filter: drop-shadow(10px 10px 5px #7b529a);
}

.ruby:hover .img-replace-slow {
  transform: scale(1.05);
  filter: drop-shadow(10px 10px 5px #7a1e1b);
}

.emerald:hover .img-replace-slow {
  transform: scale(1.05);
  filter: drop-shadow(10px 10px 5px #3c854a);
}

.diamond:hover .img-replace-slow {
  transform: scale(1.05);
  filter: drop-shadow(10px 10px 5px #a2c4d8);
}

.sapphireicon:hover .img-replace-fast {
  transform: scale(1.2);
  filter: drop-shadow(2px 2px 2px #3c4f69);
}

.topazicon:hover .img-replace-fast {
  transform: scale(1.2);
  filter: drop-shadow(2px 2px 2px #b57d50);
}

.amethysticon:hover .img-replace-fast {
  transform: scale(1.2);
  filter: drop-shadow(2px 2px 2px #7b529a);
}

.rubyicon:hover .img-replace-fast {
  transform: scale(1.2);
  filter: drop-shadow(2px 2px 2px #7a1e1b);
}

.emeraldicon:hover .img-replace-fast {
  transform: scale(1.2);
  filter: drop-shadow(2px 2px 2px #3c854a);
}

.diamondicon:hover .img-replace-fast {
  transform: scale(1.2);
  filter: drop-shadow(2px 2px 2px #a2c4d8);
}

.productsicon:hover .img-replace-fast {
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel {
  overflow: hidden;
}

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
* Extra utilities
*/
.flex-equal > * {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: 0.3rem;
  }
}
/* Image gallery 
*/
/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
}

/* Next button  */
.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

.media-carousel img {
  width: 250px;
  height: 100px;
}

/* End carousel */
/* admin dashboard */
body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
}

/*
* Sidebar
*/
.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: -1rem;
  }
}
.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
}

/*
* Navbar
*/
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}


.zoomIn:hover {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.ticketAttachmentImage:hover {
  cursor: pointer;
  transition: 0.5s ease-in-out;
  opacity: 0.5;
}

.ticketAttachmentImageLarge:hover {
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.ticketConfirmationMessage {
  display: none;
}

.clearInputFile:hover {
  cursor: pointer;
  fill: gray;
}

.alphaRankTitle {
  font-size: 35px;
  font-weight: 700;
  font-family: "Inria Sans", sans-serif;
  color: #01373A;
}

.borderWhite {
  border: 1px solid #FFFFFF !important;
  box-shadow: 0 0 15px #FFFFFF;
}

.alphaRankingBody {
  background: linear-gradient(to left, #01373a 0%, rgba(71, 71, 71, 0) 100%) !important;
  padding-top: 70px;
}

.userRankIdDiv {
  background: linear-gradient(71.54deg, rgba(1, 55, 58, 0.5) -4.79%, rgba(186, 167, 105, 0.5) 89.7%, rgba(244, 162, 3, 0.5) 141.72%);
}

.topBuildersDiv {
  background-image: url("../../images/alphaRankingAssets/top100Bg.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.progressDiv {
  background-image: url("../../images/alphaRankingAssets/bgProgress.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rankDiv {
  background-image: url("../../images/alphaRankingAssets/bgRank.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rulesDiv {
  background-image: url("../../images/alphaRankingAssets/bgRules.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.maxRankId {
  border: dashed 2px black;
}

.unRankId {
  background: linear-gradient(48deg, rgb(0, 60, 64) 0%, rgb(0, 81, 85) 31%, rgb(116, 168, 171) 72%, rgb(1, 55, 58) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.apprenticeRankId,
.juniorAssocRankId,
.assocRankId {
  background: linear-gradient(48deg, rgb(112, 69, 0) 0%, rgb(209, 123, 25) 41%, rgb(255, 203, 158) 72%, rgb(194, 119, 27) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.seniorAssocRankId {
  background: linear-gradient(48deg, rgb(55, 55, 55) 0%, rgb(161, 161, 161) 31%, rgb(249, 249, 249) 72%, rgb(87, 87, 87) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.divAlphaRankingChildrenLeft {
  background-color: rgba(233, 233, 233, 0.5);
}

.idMedalDiv > img {
  width: 8px;
}

.rankBadge {
  width: 120px !important;
}

.cardRankDiv {
  width: 80% !important;
}

.progressSteps {
  width: 90% !important;
}

.progressCell {
  height: 150px;
  width: 95%;
  margin: auto;
}

.progressCells {
  height: 600px;
  overflow-y: scroll;
}

.alphaRank-scroll::-webkit-scrollbar {
  width: 15px;
}

.alphaRank-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0px 25px 25px 0px;
}

.alphaRank-scroll::-webkit-scrollbar-thumb {
  background: rgb(18, 79, 82);
}

.alphaRank-scroll::-webkit-scrollbar-thumb:hover {
  background: rgb(25, 107, 111);
}

.progressLocker {
  top: 55% !important;
  font-size: 0.8em;
  font-family: "Kanit", sans-serif;
  color: #308EF6;
}

.divRanks {
  height: 250px !important;
}

@media (min-width: 500px) {
  .rankInfo {
    scale: 1.3;
  }
}
@media (min-width: 576px) {
  .cardRankDiv {
    width: 70% !important;
  }
  .progressCell {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .cardRankDiv {
    width: 90% !important;
  }
  .rankInfo {
    scale: 1;
  }
}
@media (min-width: 992px) {
  .progressCell {
    height: 100px !important;
    width: 100% !important;
  }
  .progressLocker {
    left: 55% !important;
  }
}
@media (min-width: 1200px) {
  .cardRankDiv {
    width: 50% !important;
  }
  .divRanks {
    height: 420px !important;
  }
}
@media (min-width: 1400px) {
  .cardRankDiv {
    width: 50% !important;
  }
  .progressCell {
    height: 150px !important;
    width: 100% !important;
  }
  .divRanks {
    height: 350px !important;
  }
  .progressLocker {
    left: 50% !important;
  }
}
@media (min-width: 1560px) {
  .divRanks {
    height: 250px !important;
  }
}
.currentPos {
  font-size: 15px;
  font-weight: 700;
  font-family: "Inria Sans", sans-serif;
  color: #DA9C37;
}

.nextPos {
  font-size: 15px;
  font-weight: 700;
  font-family: "Inria Sans", sans-serif;
  color: #EC696F;
}

.positionType,
.positionRequirements,
.positionConditions,
.positionRewards {
  color: #FFFFFF;
}

.positionType {
  font-size: 14px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
}

.positionConditions {
  font-size: 8px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}

.positionRequirements,
.positionRewards {
  font-size: 10px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
}

.positionRewards {
  font-size: 8px;
}

.topBuildersDiv {
  height: 50px;
  width: 65%;
  transform: translate(0, 50px);
  font-weight: 600;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
  color: #FFFFFF;
}

.progressDiv,
.rankDiv,
.rulesDiv {
  height: 100px;
  width: 80px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #FFFFFF;
}

.middleCondition {
  transform: translate(0, 0) !important;
}

.progressDiv > img,
.rankDiv > img,
.rulesDiv > img {
  width: 30px;
}

.progressUnsatisfied {
  border: 2px solid rgba(255, 255, 255, 0.4);
  opacity: 50%;
}

.progressSatisfied {
  border: 2px solid #009B00 !important;
  opacity: 100% !important;
}

.rankHierarchy {
  background-color: rgba(233, 233, 233, 0.5);
}

.ruleSet {
  background-color: rgba(233, 233, 233, 0.5);
  overflow-y: scroll;
  height: 400px;
}

.ruleSet > div > ul {
  color: white;
  font-size: 12px;
}

.ruleSet > div > h5 {
  font-weight: bolder;
  color: #ffd700;
}

.rankHierarchy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.apprenticeRank,
.juniorAssocRank,
.assocRank {
  background: linear-gradient(105.78deg, #bf6608 -69.58%, #ffffff 80.22%) !important;
}

.apprenticeRankChild > p,
.juniorAssocRankChild > p,
.assocRankChild > p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #8f4503;
}

.seniorAssocRank {
  background: linear-gradient(105.78deg, #494949 -69.58%, #ffffff 80.22%) !important;
}

.seniorAssocRankChild > p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #434343;
}

.rewardsDiv {
  font-size: 12px;
  font-weight: 700;
  background: white;
}

.rewardNoRank {
  color: #01373a;
}

.rewardApprentice,
.rewardJuniorAssoc,
.rewardAssoc {
  color: rgb(159, 74, 22);
}

.rewardSeniorAssoc {
  color: rgb(111, 111, 111);
}

.alphaRankingTable {
  border-radius: 0 0 20px 20px;
}

.alphaRankingTable th {
  height: 45px;
  color: #454459;
}

.divAboveTable {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 0 0;
}

.ap-bgLightGreen {
  background: linear-gradient(122.71deg, #C0FFCE -47.76%, #FFFFFF 69.15%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.modalTitle {
  background: linear-gradient(154.02deg, #01373A 16.14%, #00B48F 92.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
  .modalParent {
    transform: translate(0%, 20vh);
  }
  .modalBox {
    background: rgba(0, 0, 0, 0.4) !important;
  }
  .alphaRankingBody,
  html {
    position: relative !important;
  }
}
@media (min-width: 576px) {
  .modalParent {
    width: 250px !important;
    transform: translate(0%, 20vh);
  }
  .modalBox {
    background: rgba(0, 0, 0, 0.4) !important;
  }
  .modalContent {
    background: linear-gradient(122.71deg, #C0FFCE -47.76%, #FFFFFF 69.15%), linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
  }
}
@media (min-width: 768px) {
  .modalParent {
    transform: translate(0%, 30vh);
  }
}
@media (min-width: 992px) {
  .modalParent {
    transform: translate(0%, 5vh);
  }
}
.alphaRankingTable tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.alphaRankingTable tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

.numRanking {
  font-size: 20px;
  font-weight: 600;
  transform: translate(0, 2px);
}

.wordRanking {
  font-size: 8px;
  font-weight: 400;
  transform: translate(0, -5px);
}

.gscWord {
  font-size: 5px;
  font-weight: 400;
}

.memberName,
.positionMember,
.memberGsc {
  font-family: "Inria Sans", sans-serif;
  font-size: 8px;
  font-weight: 700;
  transform: translate(0, -1px);
}

.memberIdName {
  font-size: 14px;
  font-weight: bolder;
  font-family: "Kanit", sans-serif;
  color: #FFFFFF;
}

.memberIdPosition {
  font-size: 10px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #FFFFFF;
}

.memberProgress {
  font-size: 10px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #FFF3E1;
}

.memberProgressPoints {
  font-size: 10px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #594C44;
}

.progressBar {
  border: 1px solid #01373A;
}

.progressStatusPercent {
  font-size: 10px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #FFFFFF;
}

.progressStatus {
  background-color: #01373A;
  border: 1px solid #01373A;
}

.activeDirectConditions {
  font-size: 16px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  color: #082D65;
}

.activeDirectConditionsChild {
  font-size: 8px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #308EF6;
}

input[type=checkbox].input-checkXMark {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: none;
  /* Not removed via appearance */
  margin: 0;
  vertical-align: top;
  width: 1em;
  height: 1em;
  position: relative;
  border: 0;
  outline: 0;
}

input[type=checkbox].input-checkXMark:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  /*   border-radius: 2px;
    box-shadow: 0 0 .25em grey; */
}

input[type=checkbox].input-checkXMark::before {
  content: "✕";
  color: #dc3545;
  font-weight: 1000;
  position: absolute;
  top: 10%;
  left: 7%;
}

input[type=checkbox].input-checkXMark:checked::before {
  content: "✓";
  color: #198754;
  font-weight: 1000;
  position: absolute;
  top: 10%;
  left: 8%;
}

main {
  position: relative;
  min-height: 100vh;
}

.footerMain {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*Responsiveness base on mobile first policy*/
@media (min-width: 640px) {
  /*sm devices*/
}
@media (min-width: 768px) {
  /*md devices*/
  .fontHOneDormancy {
    font-size: 6rem;
  }
  .dormancyDivCont > div > h5 {
    font-size: 15px;
    font-weight: bold;
  }
  .dormancyDivCont > div > p,
  .dormancyDivCont > div > li {
    font-size: 12px;
  }
  .alphaRankingBody {
    margin: 20px;
  }
  .alphaRankingBody > main {
    padding-left: 8px;
  }
  .divAlphaRankingChildrenLeft {
    display: grid;
    grid-row-gap: 20px;
    grid-row-gap: 20px;
  }
  .positionType {
    font-size: 25px;
  }
  .positionRequirements,
  .positionRewards {
    font-size: 12px;
  }
  .rewardUnilevel {
    font-size: 12px;
  }
  .apprenticeCrownImg,
  .juniorAssocBell {
    width: 80px;
  }
  .positionConditions {
    font-size: 12px;
  }
  .idMedalDiv > img {
    width: 20px;
  }
  .topBuildersDiv {
    height: 90px;
    font-size: 25px;
  }
  .memberName,
  .positionMember,
  .memberGsc {
    font-weight: bolder !important;
    font-size: 12px;
  }
  .gscWord {
    font-size: 12px;
  }
  .progressDiv,
  .rankDiv,
  .rulesDiv {
    height: 170px;
    width: 150px;
  }
  .progressDiv > img,
  .rankDiv > img,
  .rulesDiv > img {
    width: 60px;
  }
}
@media (min-width: 1024px) {
  /*lg devices*/
  .fontHOneDormancy {
    font-size: 8rem;
  }
  .dormancyDivCont > div > h5 {
    font-size: 20px;
    font-weight: bold;
  }
  .dormancyDivCont > div > p,
  .dormancyDivCont > div > li {
    font-size: 16px;
  }
  .imgDormancy {
    height: 80%;
  }
  .topBuildersDiv {
    height: 65px;
  }
  .progressDiv,
  .rankDiv,
  .rulesDiv {
    height: 130px;
    width: 85px;
  }
}
@media (min-width: 1280px) {
  /*xl devices*/
  .fontHOneDormancy {
    font-size: 12rem;
  }
  .dormancyDivCont > div > h5 {
    font-size: 22px;
    font-weight: bold;
  }
  .dormancyDivCont > div > p,
  .dormancyDivCont > div > li {
    font-size: 18px;
  }
  .progressDiv,
  .rankDiv,
  .rulesDiv {
    height: 170px;
    width: 135px;
  }
}
@media (min-width: 1536px) {
  /*2xl devices*/
  .fontHOneDormancy {
    font-size: 15rem;
  }
}
/*end of responsive design mobile first policy*/
@media (min-width: 768px) {
  /*md devices and up*/
  .awpRegistrationLogo {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .tooltip-inner {
    transform: translate(0%, 0%);
    border: #01373a solid 1px;
    padding: 3%;
  }
  .bgRegistration {
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 37%;
    left: 0;
  }
  .awpRegistrationLogo {
    width: 120px;
  }
}
@media (max-width: 994px) {
  .tooltip-inner {
    border: #01373a solid 1px;
    padding: 3%;
  }
}
.custom-tooltip {
  --bs-tooltip-bg: white;
  --bs-tooltip-opacity: 100%;
  --bs-tooltip-color: black;
  --bs-tooltip-font-size: 0.7em;
  --bs-tooltip-margin-x: 50%;
  font-weight: bold;
}

.custom-meatballsTooltip {
  --bs-tooltip-bg: #ffc107;
  --bs-tooltip-opacity: 100%;
  --bs-tooltip-color: #01373a;
  --bs-tooltip-font-size: 0.8rem;
  font-weight: bold;
}

.tooltip .tooltip-arrow {
  z-index: 100;
}

@media (min-width: 1099px) {
  .alphaUpgradeIcon {
    width: 200px;
  }
  .bgRegistration {
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 37%;
    left: 0;
  }
}
@media (min-width: 494px) and (max-width: 1098px) {
  .alphaUpgradeIcon {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .copyReferralDiv {
    width: 10%;
  }
}
@media (max-width: 991px) {
  .copyReferralDiv {
    width: 18%;
  }
  .indicator1 {
    color: #deaf47 !important;
  }
  .indicator2 {
    color: #ffd700 !important;
  }
}
@media (min-width: 919px) {
  #referralLink {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .referralIconDiv {
    display: none;
  }
  .copyReferralDiv {
    width: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .alphaUpgradeIcon {
    width: 150px;
  }
}
.referralIcon {
  width: 100px;
}

.upgradeIconDiv {
  width: 40%;
}

.buttonUpgrade:hover {
  background-color: white;
  color: #deaf47;
}

.indicator1 {
  color: gray;
}

.indicator2 {
  color: gray;
}

.card:hover .indicator1 {
  color: #deaf47;
}
.card:hover .indicator2 {
  color: #ffd700;
}

@media (min-width: 992px) and (max-width: 1084px) {
  .newMemberContainer {
    height: 300px !important;
  }
}
.walletDiv:hover {
  cursor: pointer;
  scale: 1.02;
}

.newMemberContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  transform: translateY(-500%);
  transition: transform 1s ease;
}

.content.active {
  transform: translateY(0);
  transition: transform 1s ease;
}

.active + .content {
  transform: translateY(-500%);
  transition: transform 1s ease;
}

.defaultBS {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media (min-width: 1170px) {
  .funnel-laptop {
    width: 500px;
  }
  .funnel-header {
    background-color: #deaf47;
    color: #01373a;
    font-size: 0.5vw;
  }
  .funnel-timer-box {
    width: 300px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    color: #deaf47;
    background-color: #001b1d;
  }
  .header-title {
    width: 100%;
  }
  .title {
    width: 60%;
  }
  .method-image {
    width: 100px;
  }
  .method-name {
    font-size: 1.2em;
  }
  .testimonial-box {
    border: solid 1.5px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), linear-gradient(to right, rgb(32, 142, 141), rgb(1, 55, 58));
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 50px;
  }
  .testimonial-box p {
    margin: 10%;
    font-size: 0.7em;
    color: black;
    opacity: 60%;
  }
  .testimonial-box .funnel-profile-image {
    width: 40px;
    height: 40px;
    margin: 10px;
    margin-top: 0px;
  }
  .carousel .carousel-indicators button {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #db471a;
    opacity: 20%;
  }
  .carousel-indicators .active {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #db471a;
    opacity: 1 !important;
  }
  .asset-img1 {
    height: 500px;
    max-height: 500px;
  }
  .skill-bars {
    width: 350px;
  }
  .amuText {
    margin-top: 15%;
  }
  .faqDiv {
    color: white;
    background-image: linear-gradient(90deg, rgb(84, 120, 123) 0%, rgb(1, 55, 58) 100%);
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .faqDiv .divAns {
    display: none;
  }
  .faqAct {
    border: solid 2px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), linear-gradient(to right, rgb(84, 120, 123), rgb(1, 55, 58));
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 10px;
  }
  .plusButton {
    cursor: pointer;
  }
}
@media (min-width: 500px) and (max-width: 1169px) {
  .funnel-laptop {
    width: 500px;
  }
  .funnel-header {
    background-color: #deaf47;
    color: #01373a;
    font-size: 0.5vw;
  }
  .div-title h5 {
    font-size: 0.5em;
  }
  .div-title p {
    font-size: 2.5vw;
  }
}
@media (max-width: 499px) {
  .funnel-laptop {
    display: none;
  }
  .funnel-header {
    display: none;
  }
  .funnel-header .title {
    display: none;
  }
  .div-title .title {
    font-size: 4vw;
  }
  .div-title h5 {
    font-size: 1.1em;
  }
  .div-title p {
    font-size: 3vw;
  }
}
.funnel-header {
  background-color: #deaf47;
  color: #01373a;
}

.funnel-timer-box {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  color: #deaf47;
  background-color: #001b1d;
}

.funnel-counter-box {
  background-color: black;
}

.ctaButton {
  background-color: #deaf47;
  color: #01373a;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
}

.ctaButton:hover {
  color: #01373a;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #distributorEarning-tbl,
  #alphaLeadEarning-tbl {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .distributor,
  .alphaearning,
  .distributors-earning,
  .alphaearning-side {
    width: 100%;
  }
  .financial,
  .totalEarning-top {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */