
:root{
  --bg-color:#1d2a3b;
}
html {
  overflow-x: hidden;
  padding-left: 0px;
}
.text-white {
  color: #fff;
}
.btn-light-grey {
  background: #8b8383ba !important;
}
.btn-light-grey:hover {
  background: #8b838398 !important;
}
.cs-single-form{
  height:100vh;
  width:100%;
  background: var(--bg-color) !important;
}
.profile_switcher_custom table{
  background-color: transparent;
}
.cs_loader {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  display: inline-block;
  border-radius: 100%;
  border-top: 5px solid transparent;
  animation: load-animate infinite linear 1s;
}
@keyframes load-animate {
  0% {
    transform: rotate(0deg) 000000;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 765px) {
  .mobile_responsive {
    margin-top: 75px;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 30px;
  }
  .mobile_responsive_text_bold {
    font-weight: bold;
    font-size: 40px;
  }
  .mobile_responsive_sort_description {
    line-height: 25px;
    font-weight: 500;
    padding: 5px;
  }
}
@media screen and (min-width: 766px) {
  .mobile_responsive {
    margin-left: 70px;
    padding-top: 200px;
    height: 775px;
  }
  .mobile_responsive_text_bold {
    font-weight: 900;
    font-weight: bold;
    font-size: 80px !important;
  }
  .mobile_responsive_sort_description {
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/* SELECT DROPDOWN */
/* Reset Select */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
.custom-select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 0.25em;
}
.custom-select {
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
/* Transition */
.select:hover::after {
  color: var(--primary-color);
}
/* singin,singup,forget password page css*/
.black_text i#show_password,
.black_text i#hide_password {
  position: absolute;
  right: 0;
  padding: 15px;
  cursor: pointer;
  top: 0;
}
.black_text i#show_password {
  display: none;
  color: #1db5e7;
}
.input-group-append {
  position: absolute;
  background: var(--primary-color);
  padding: 12px;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 40px;
  text-align: center;
}
.custom-formpage input {
  padding: 10px;
  padding-left: 44px;
  width: 100%;
}
#verification_code{
  padding-left: 10px;
}

.custom-formpage .btn {
  width: 100%;
  margin-top: 10px;
  border-radius: 3px;
  height: 44px;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-formpage .btn.btn-danger:active:hover,
.custom-formpage .alert-danger,
body .btn-danger,
body .btn-danger:hover,
body .btn-danger:active:hover,
body .btn-danger:active,
body .btn-danger:active:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
body .nav-tabs > li.active > a,
body .nav-tabs > li.active > a:hover {
  border-bottom: 5px solid var(--primary-color) !important;
  border-bottom-color: var(--primary-color) !important;
}
.custom-formpage {
  background-color: #f3f3f3;
  padding: 40px;
  margin-left: 12px;
  margin-right: 12px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 4px;
  display: flow-root;
}
.custom-formpage .black_text {
  margin-bottom: 10px;
  position: relative;
}
.custom-formpage .btn.btn-danger:focus {
  border: 0px;
  outline: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 24px;
  margin-bottom: 0px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background: #1db5e7;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  transform: translateX(30px);
}

.invitecode_switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.invitecode_switch span {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .custom-formpage {
    background-color: #f3f3f3;
    padding: 10px;
  }
}
/* singin,singup,forget password page css end*/

/* captcha form */
.captcha-form{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.captcha-form.custom-formpage{
  padding: 60px;
}
.cs-captcha {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.cs-captcha input {
  padding: 10px;
}
.primary-color{
  color: var(--primary-color);
}
/* Payment Popup */
#checkoutModal .modal-dialog {
  width: 100% !important;
}

/* >= 768px */
@media (min-width: 768px) {
  #checkoutModal .modal-dialog{
    width: 500px !important;
  }
  #checkoutModal .popup {
    height: 100%;
  }
}

/* >= 1024px */
@media (min-width: 1024px) {
  #checkoutModal .modal-dialog{
    height: 100%;
    width: 800px !important;
  }
 
  #checkoutModal {
    height: 700px;
    overflow-y: hidden;
    margin: auto;
  }
  #modal-stripe {
    margin: auto;
    overflow-y: hidden;
    height: 897px;
  }
}

#modal-stripe .modal-dialog {
  max-width: 1200px;
  width: auto;
}
#modal-stripe button.close {
  position: absolute;
  right: -90%;
  color: #fff;
  opacity: 1;
}
#modal-stripe button.close {
  right: -50px;
  color: #000;
  opacity: 1;
  background: #fff;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  line-height: 12px;
  font-size: 18px;
  top: -16px;
}

@media screen and (max-width:1366px){
  #modal-stripe button.close {
    right: 0px;
    top: -35px;
  }
}
#modal-stripe .custom-responsive iframe{
  height: calc(100vh - 14.2rem) !important;
  /* height: 240px !important; */
  width: 100%;
  border: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #modal-stripe .custom-responsive iframe{
    /* height: calc(100vh - 25rem) !important; */
    min-height: 280px !important; 
    width: 100%;
    border: 0px;
  }
  #checkoutModal .modal-dialog {
    margin:0 !important;
  }
  #checkoutModal {
    margin-top:2vh;
    height: 83rem;
    padding:10px !important
  }
}

/* Loader overlay */
.stripe-loader {
  position: absolute;
  inset: 0;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Animated Ring Loader */
.loader-ring {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top-color: #1db5e7; /* bootstrap blue */
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Background overlay */
#checkoutModal .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: auto;
}

/* Popup */
#checkoutModal .popup {
  width: 850px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
}

/* Skeleton base */
#checkoutModal .skeleton {
  background: linear-gradient(90deg, #e2e2e2 25%, #f2f2f2 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

/* Title */
#checkoutModal .title {
  height: 20px;
  width: 180px;
  margin-bottom: 25px;
}

/* Grid layout */
#checkoutModal .content {
  padding-top: 40px;
}

/* LEFT Side Skeletons */
#checkoutModal .payment-item {
  height: 100px;
  margin-bottom: 15px;
}

/* RIGHT Side Skeletons */
#checkoutModal .small-box {
  height: 30px;
  width: 152px;
  margin-bottom: 10px;
}

#checkoutModal .small-text {
  height: 15px;
  width: 100px;
  margin-bottom: 25px;
}

#checkoutModal .total-box {
  height: 40px;
  width: 200px;
  margin-bottom: 25px;
}

#checkoutModal .pay-btn {
  height: 45px;
  width: 160px;
  margin-bottom: 20px;
  float:right;
}

/* Bottom Notice */
#checkoutModal .notice {
  height: 95px;
  margin-top: 30px;
  border-radius: 10px;
}

/* Shimmer animation */
@keyframes shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: calc(200px + 100%) 0; }
}