/* Пользовательские стили */
.raider-popup-form__errors.is-error {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: red;
}

.raider-popup-form {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 0;
  z-index: 10;
  background-color: #fff;
  padding: 20px;
  color: #333;
  width: 280px;
  max-width: 100%;
}

.raider-popup-form .btn-close {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 1;
}

.raider-popup-form__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.raider-popup-form .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  padding: 13px 20px;
}

.raider-popup-form .button {
  width: 100%;
  background-color: #d58507;
  border-color: #cf8207;
}

.raider-link-wrap {
  margin-top: 20px;
  position: relative;
  z-index: 10;
  padding: 0;
}

.raider-link {
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  background-color: #ee9507;
  background-image: linear-gradient(34deg,#ee9507 0,#ebd02b 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 0;
}

@media (max-width: 1024.98px) {
  .raider-popup-form {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 20px);
  }
  .raider-link-wrap {
    text-align: center;
  }
}

.addarticle section.bg-light,
.editarticle section.bg-light {
  background: transparent !important;
}

.addarticle .checkbox,
.addarticle .form-label,
.editarticle .checkbox,
.editarticle .form-label {
  color: #000;
}

.to-up {
  --bs-btn-bg: #ee9507;
  --bs-btn-border-color: #ee9507;
  --bs-btn-hover-bg: #ee9507;
  --bs-btn-hover-border-color: #ee9507;
  --bs-btn-active-bg: #ee9507;
  --bs-btn-active-border-color: #ee9507;
}

.social__link {
  font-size: 30px;
  color: #000;
}

.social__link-wrap:last-child .social__link {
  background-color: transparent;
  background-image: none;
} 