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

.no-click,
.uc-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 button {
  font-family: "TildaSans", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 10px 10px 10px 10px;
  transition: all ease 250ms;
}

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

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

.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;
}
.nl_reploader_father:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

  opacity: 100%;
  z-index: 99999998;
}
.n048-loader {
  z-index: 99999999;
  position: fixed;
}
.nl_reploader_father svg,
.nl_reploader_father svg path {
  width: 50px;
  stroke: #f13c3d;
  fill: #f13c3d;
}

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