
: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;
}

.cs_loader_captcha {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #141313d4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_loader_captcha .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #fff; /* Black border */
  border-top-color: rgb(29, 181, 231); /* Red top border */
  border-radius: 50%;
  animation: Captchaspin 0.8s linear infinite;
  margin: 10px auto;
}
.cs_loader_captcha p {
  color: #fff;
  font-size: 20px;
}
.hide-captcha-form{
  display: none;
}

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

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

/* captcha form */
.cs-captcha {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.cs-captcha input {
  padding: 10px;
}
.primary-color{
  color: var(--primary-color);
}
