.hidden,
.uc-hidden,
.uc-hiddenblock {
  display: none !important;
}

.visible {
  display: block;
}

.no-click {
  pointer-events: none !important;
}

.inactive-btn {
  background-color: unset;
  background-color: #999999 !important;
  pointer-events: none !important;
}

.unavalable-btn {
  background-color: unset;
  background-color: #999999 !important;
  color: white !important;
}

.unavalable-btn:hover {
  background-color: unset;
  background-color: transparent !important;
  border: #999999 1px solid !important;
  color: #999999 !important;
}

.inactive-inp {
  background-color: unset;
  background-color: #efefef !important;
  pointer-events: none !important;
}

.nlsending {
  font-size: 0 !important;
  pointer-events: none;
}
.nlsending:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 50%;
  border: 2px solid #333333;
  border-top-color: #cccccc;
  animation: n-submit-spinner 0.6s linear infinite;
}
@keyframes n-submit-spinner {
  to {
    transform: rotate(360deg);
  }
}

#change-password .tlk-popup__buttons {
  gap: 10px;
  flex-direction: column;
}

#change-password .tlk-popup__buttons button {
  line-height: 1.5;
  font-weight: 600;
  transition: all ease 250ms;
  border-radius: 80px;
  font-family: "Manrope-Din", Arial, sans-serif;
  border-width: 1px;
  width: 100% !important;
}

#change-password .tlk-popup__buttons button[type="submit"] {
  background-color: #438dc6;
  margin-left: 0px;
}

#change-password .tlk-popup__buttons button[type="submit"]:hover {
  background-color: #3f83b8;
}

#change-password .tlk-input {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(226, 226, 226);
  background-color: transparent;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}

#change-password .tlk-popup__container {
  background-color: #ffffff;
  border-radius: 12px;
}

.nlm608hide {
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: absolute;
  bottom: -100000px;
}
[data-record-type="431"] .no_records:after {
  content: "" !important;
}

.nl_reploader_father {
  z-index: 99999999;
  position: relative;
}
.nl_reploader_father:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0059ff;
  opacity: 100%;
  z-index: 8888;
}
.n048-loader {
  z-index: 99999999;
  position: absolute;
}
.nl_reploader_father svg,
.nl_reploader_father svg path {
  width: 62px;
  stroke: #ffffff;
  fill: #ffffff;
}

.b-text {
  padding: 3px 12px;
  width: fit-content;
  color: white;
  border-radius: 20px;
}

.warning {
  background: #ad8e60;
}

.error {
  background: #8b4d5e;
}

.success {
  background: #5857b0;
}

.custom-descr {
  color: red;
  margin-top: 5px;
}

.tn-atom:has(> .left) {
  width: 100% !important;
  padding: 3px 2px !important;
}

.l-head {
  font-size: 24px;
  font-weight: 500;
}

.t431 .t431__btnwrapper a {
  height: 32px;
}

/*Стили переключателя БС*/
.promo-sw-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.toggle-wrapper {
  margin: 0;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 80px;
}
.input-sw {
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.label {
  background-color: #438dc6;
  height: 40px;
  width: 80px;
  position: absolute;
  border-radius: 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.circle {
  width: 34px;
  height: 34px;
  background-color: #fafdff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: toggleOff 0.3s linear forwards;
}

.input-sw:checked + .label {
  background-color: #38578f;
}

.input-sw:checked + .label .circle {
  background-color: #eff8ff;
  animation: toggleOn 0.3s linear forwards;
}

.promo-sw-wrapper p {
  padding: 0 !important;
}

.promo-sw-wrapper p[fired="1"] {
  font-weight: 600;
}

@keyframes toggleOn {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(40px);
  }
}
@keyframes toggleOff {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 639px) {
  .label {
    height: 32px;
    width: 60px;
  }

  .circle {
    width: 26px;
    height: 26px;
  }

  .promo-sw-wrapper {
    gap: 0px;
  }

  @keyframes toggleOn {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(28px);
    }
  }
  @keyframes toggleOff {
    0% {
      transform: translateX(28px);
    }
    100% {
      transform: translateX(0);
    }
  }
}

/*Стили модуля БС*/
.module-text,
a,
.tn-atom,
.module-popup {
  font-family: "Manrope-Din", Arial, sans-serif;
}

.module-header {
  font-weight: 500;
}

.module-fullhead {
  display: flex;
  justify-content: space-between;
}

.module-profile-img {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(
    0.25turn,
    rgb(56, 87, 143) 0%,
    rgb(65, 130, 188) 100%
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 40px;
}

.profile-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-img img {
  width: 100%;
  height: 100%;
}

.module {
  padding: 25px;
  background-color: #f5f5f7;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  transition: all 250ms ease;
}

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

.module-container img {
  width: 100%;
}

.auth-form-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 13px;
}

.auth-form-input {
  flex-grow: 1;
}

.module-input {
  width: 100%;
  height: 100% !important;
  color: rgb(23, 25, 37);
  border: 1px solid rgb(210, 210, 210);
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}

.module-promo-cont input {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 1.33;
  margin: 0;
  outline: none;
  padding: 12px 11px !important;
  width: 100%;
  background-color: transparent !important;
  border-bottom: 1px solid;
  border-left: 0 !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  outline: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.module-promo-cont .t-inputpromocode__btn {
  background: #438dc6 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 80px;
  transition: all 350ms ease-in-out;
}

.module-promo-cont .t-inputpromocode__btn:hover {
  background: #38578f !important;
}

.module-promo-cont .t-input-group_pc,
.auth-form-cont .t-input-group,
.module-promo-cont,
.module .t-input-group {
  margin: 0 !important;
}

.module-signup-btn {
  padding: 13px 25px;
  background-color: #ad8e60;
  text-transform: uppercase;
  display: flex;
  position: relative;
  cursor: pointer;
  transition: all 250ms ease;
}

.module-signup-btn:hover {
  background-color: #8e744e;
}

.module-signup-btn .tn-atom {
  text-decoration: none;
  align-self: center;
  color: #ffffff !important;
}

.module-descr a,
.module-popup a {
  color: black;
  text-decoration: underline !important;
}
