/* site-cabinet.css — Cabinet pages styles (BEM + Bootstrap 5.3 utilities) */
::placeholder {
  opacity: 0.4 !important;
}

/* ===== Register Page ===== */

#content.cabinet {
  padding: 0;
  margin: 0;
}

.cabinet-register__title {
  margin-bottom: 20px !important;
  font-size: 50px;
  font-weight: bold;
}

.cabinet-register__step {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.cabinet-register__form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 150px;
  background-color: #94a310;
}

.cabinet-register__form a {
  color: #f3f3f3;
}

/* Radio */
.cabinet-register__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.cabinet-register__radio-input {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-right: 12px;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.cabinet-register__radio-input:checked {
  background-color: #009ebe;
  border-color: #ffffff;
}

.cabinet-register__radio-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #009ebe;
  border-radius: 50%;
}

/* Labels (Yii2 .control-label and custom .label) */
.cabinet-register__form .control-label,
.cabinet-register__form .label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

/* Submit */
.cabinet-register__submit {
  margin-top: 30px;
  text-align: center;
}

.cabinet-register__submit-btn {
  background-color: #009ebe;
  width: 100%;
  height: 50px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
}

.cabinet-register__submit-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Role field spacing */
#registerform-role {
  padding-top: 10px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-register__form {
    padding: 0 50px;
  }
}

@media (max-width: 500px) {
  .cabinet-register__form {
    padding: 0 15px;
  }
}

/* ===== Email Verify Notice ===== */

.cabinet-verify {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-verify__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-verify__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-verify__text {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-verify__btn {
  background-color: #009ebe;
  width: 100%;
  max-width: 416px;
  height: 50px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.cabinet-verify__btn span {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-verify {
    padding: 24px 16px !important;
  }
}

/* ===== Email Verify Success ===== */

.cabinet-verify-success {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-verify-success__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-verify-success__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-verify-success__text {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-verify-success__btn {
  background-color: #009ebe;
  width: 100%;
  max-width: 416px;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.cabinet-verify-success__btn span {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-verify-success {
    padding: 24px 16px !important;
  }
}

/* ===== Seller Form (Step 2) ===== */

.cabinet-seller-form__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-form__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-form__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-seller-form__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-form__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-form__intro {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

/* .cabinet-seller-form__form {
  max-width: 416px;
} */

.cabinet-seller-form__fields-group {
  width: 100%;
  max-width: 460px;
}

.cabinet-seller-form__label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-seller-form__field .form-control {
  height: 48px;
  padding: 8px 10px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #20004c;
}

.cabinet-seller-form__field .form-control::placeholder {
  color: #20004c;
}

.cabinet-seller-form__field .form-control:focus {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  outline: none;
}

.cabinet-seller-form__error {
  font-size: 12px;
  line-height: 14px;
  color: yellow;
}

.cabinet-seller-form__confirm {
  margin-top: 8px;
}

.cabinet-seller-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 33px;
  height: 33px;
  min-width: 33px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.cabinet-seller-form__checkbox:checked {
  background-color: #ffffff;
}

.cabinet-seller-form__confirm-text {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}

.cabinet-seller-form__required-note {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
}

.cabinet-seller-form__submit-btn {
  background-color: #009ebe;
  width: 100%;
  max-width: 416px;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.cabinet-seller-form__submit-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-seller-form__header {
    padding: 24px 16px !important;
  }
  .cabinet-seller-form {
    padding: 24px 16px !important;
  }
  .cabinet-seller-form__form {
    max-width: 100%;
  }
}

/* ===== Seller Confirm (Step 2 — preview) ===== */

.cabinet-seller-confirm__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-confirm__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-confirm__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-seller-confirm__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-confirm {
  width: 100%;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-confirm__store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-confirm__store-label {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-confirm__intro {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-confirm__field {
  width: 100%;
}

.cabinet-seller-confirm__field-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-seller-confirm__field-value {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.cabinet-seller-confirm__btn {
  background-color: #009ebe;
  width: 416px;
  max-width: 100%;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
}

.cabinet-seller-confirm__btn-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-seller-confirm__header {
    padding: 24px 16px !important;
  }
  .cabinet-seller-confirm {
    padding: 24px 16px !important;
  }
}

/* ===== Profile Page ===== */

.profile footer {
  margin-top: 0;
}

.cabinet-profile__hr {
  width: 100%;
  height: 0px;
  border: 1px solid #ffffff;
}

.cabinet-profile__table-wrapper {
  width: 100%;
  border: 1px solid #6b7a1d;
  overflow: hidden;
}

.cabinet-profile__table-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #6b7a1d;
}

.cabinet-profile__table-title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-profile__table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  vertical-align: middle;
  background-color: #94a310;
}

.cabinet-profile__table thead tr {
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-profile__table th {
  padding: 8px 16px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-profile__table tbody tr {
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-profile__table td {
  padding: 8px 16px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-profile__table tbody tr:last-child {
  border-bottom: none;
}

.cabinet-profile__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  gap: 8px;
  width: 100%;
  max-width: 416px;
  height: 60px;
  background: #009ebe;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
  outline: none;
  border: none;
}

.cabinet-profile__btn-text {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: auto;
}

/* ===== Owner Form (Step 2) ===== */

.cabinet-owner-form__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-form__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-form__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-owner-form__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-form__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-form__intro {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-form__form {
  max-width: 416px;
}

.cabinet-owner-form__label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-owner-form__field .form-control {
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 16px;
  color: #20004c;
}

.cabinet-owner-form__field .form-control::placeholder {
  color: #20004c;
}

.cabinet-owner-form__field .form-control:focus {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  outline: none;
}

.cabinet-owner-form__error {
  font-size: 12px;
  line-height: 14px;
  color: yellow;
}

.cabinet-owner-form__confirm {
  margin-top: 8px;
}

.cabinet-owner-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 33px;
  height: 33px;
  min-width: 33px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.cabinet-owner-form__checkbox:checked {
  background-color: #ffffff;
}

.cabinet-owner-form__confirm-text {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}

.cabinet-owner-form__required-note {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
}

.cabinet-owner-form__submit-btn {
  background-color: #009ebe;
  width: 100%;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.cabinet-owner-form__submit-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-owner-form__header {
    padding: 24px 16px !important;
  }
  .cabinet-owner-form {
    padding: 24px 16px !important;
  }
  .cabinet-owner-form__form {
    max-width: 100%;
  }
}

/* ===== Owner Confirm (Step 2 — preview) ===== */

.cabinet-owner-confirm__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-confirm__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-confirm__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-owner-confirm__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-confirm {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-confirm__store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-confirm__store-label {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-confirm__intro {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-confirm__field {
  width: 100%;
}

.cabinet-owner-confirm__field-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-owner-confirm__field-value {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.cabinet-owner-confirm__btn {
  background-color: #009ebe;
  width: 416px;
  max-width: 100%;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
}

.cabinet-owner-confirm__btn-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-owner-confirm__header {
    padding: 24px 16px !important;
  }
  .cabinet-owner-confirm {
    padding: 24px 16px !important;
  }
}

/* ===== Owner Store List (Profile) ===== */

.cabinet-profile__stores {
  width: 100%;
}

.cabinet-profile__stores-title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-profile__stores-grid {
  width: 100%;
}

.cabinet-profile__store-card {
  max-width: 375px;
  border: 1px solid #6b7a1d;
}

.cabinet-profile__store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-profile__store-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-profile__store-value {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.cabinet-profile__store-address {
  text-align: center;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-profile__store-card {
    max-width: 100%;
  }
}

/* ===== Product Table (Register Purchase) ===== */

.cabinet-product-table {
  width: 100%;
  border: 1px solid #6b7a1d;
  overflow: hidden;
}

.cabinet-product-table__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #6b7a1d;
}

.cabinet-product-table__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-product-table__table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  vertical-align: middle;
  background-color: #94a310;
}

.cabinet-product-table__table thead tr {
  background: #6b7a1d;
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-product-table__table th {
  padding: 8px 12px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-product-table__table tbody tr {
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-product-table__table td {
  padding: 8px 12px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-product-table__table tbody tr:last-child {
  border-bottom: none;
}

.cabinet-product-table__name {
  text-align: left;
}

/* .cabinet-product-table__qty {
  background: #ffffff;
} */

.cabinet-product-table__input {
  width: 100%;
  max-width: 80px;
  padding: 4px 8px;
  border: none;
  height: 36px !important;
  background: transparent;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #000000;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}

.cabinet-product-table__input::-webkit-inner-spin-button,
.cabinet-product-table__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cabinet-product-table__footer {
  height: 8px;
  background: #6b7a1d;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-product-table__table th,
  .cabinet-product-table__table td {
    padding: 6px 8px;
    font-size: 12px;
  }

  .cabinet-product-table__input {
    max-width: 60px;
    font-size: 14px;
  }
}

/* ===== Blogger Hero ===== */
.blogger-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  background: url("/img/blogger/30356_SP_BTL-Web_2026_DBA.webp") center center /
    cover no-repeat;
  overflow: hidden;
}

.blogger-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.blogger-hero__main {
  width: 100%;
}

.blogger-hero__left {
  width: fit-content;
  height: calc(100vh - 150px);
  padding: 2vh 0 5vh 5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogger-hero__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.blogger-hero__logo {
  width: 28vh;
  height: 8vh;
  margin-right: 5%;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXAAAABqCAMAAACS/fpEAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMA6ir3hwkM4DhbAz8QBuYf85tK/JejgO5l2GAazhbIwzAlqYN8bb93ckWun7GST/ncjdJWtTO5pohcAgAADG1JREFUeNrs22l3mkAUgOGLLCoCElEWdxRF3OISc///P+sxtTIDM4At9LQnPN+SaBJfruzCf07udobnbQNqf0H3aH8a74jYh1rFdH/Yb+KDUA94tdSWdLIw9ga16uiN8ISU968BV6FWATVaWJgwg1pVWh/vmLKBWjX8ATKII6hVYiggyxRqVdAWyHaGWgW0MXL0oFa+yQU5TB1qpVOmyDOGWvkOyDWAWuk6Ij7Ue+F/g/6JfHOolS2ykMtUoFa2PvJdoFY2xUO+HdTK1sIMV6iVbYgZulAr2xL5PKiVbod8S6iV7gO5rAZUS++E3+9czQy5FlAhueEuTBRk+G6myGPNoSpKT5paiPgdg/Mn3IZKqK3N3rjX/qbB98ix16ESLbz7vsF3yDYbQTU63zy4xJlvBR7q4OVaIYMVEr3r4KWKMEVcN4BQBy9VV0TaKZgDpQ5eKn2NzuVjd17adrBxjw0Fkv7f4Hq3FfWiqHPztX/oblS3PYFs/2VwLbofWz2J40Fw9PVSl2ZnGNrLwI1GkEEdddrhub/b7frncBj5ev5v3dhLO3R7DQ0KUie39v1Jq2ND/5Pg6mTec8Off92X4RWjZRPTxHG/BRBJJJc1E1Jso0JXIrThTu1IMxEfnH1bASY1uj+MJF52V/6At+y1iU/edtiFhKUUC+CLH+4dfHifhvFTFFu6GyDBPEtPVyBN2ueZgE/W5e2oQEHK0kCOCKBDF9Ag5ZP+PEIreYJJC8cWUsY9SFPCi4gMXqABg+xO3zHB3PlAETFmAIB6XZtIEVbqr6kzMdOOqL35dDDltFGhiPkYeZoqgEr/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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.blogger-hero__slogan span {
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.blogger-hero__text h1 {
  color: #fff;
  font-size: 5vh;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  font-family: HelveticaNeueCyr-Black, sans-serif;
  background-color: #bb2b01;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4vh 4vh 4vh 0;
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
  position: relative;
  letter-spacing: 0.7vh;
}
@media (max-width: 600px) {
  .blogger-hero__text h1 {
    font-size: 4vh;
    width: min-content;
  }
}

.blogger-hero__text h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #bb2b01;
  width: 50vw;
  left: -50vw;
}

.blogger-hero__separator {
  height: 2vw;
}

.blogger-hero__text p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 2.8vh;
  line-height: 1.4;
  letter-spacing: 3px;
  margin: 5px 0;
  font-family: HelveticaNeueCyr-Light, sans-serif;
}

.blogger-hero__left .btn {
  display: inline-block;
  padding: 16px 48px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #94a310;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  width: fit-content;
}

.blogger-hero__left .btn:hover {
  background: #7d8f0e;
}

.blogger-hero__left .btn span {
  color: #fff;
}

/* ===== Blogger Rules ===== */
.blogger-rules {
  height: 300px;
  background: #f5f5ef;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='989' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M796.147 34.696C1152.1-17.084 1699.03 21.21 1928 46.832V989H-12.248C-15.081 963.515-63.798 55-47 55c20.997 0 398.205 44.42 843.147-20.304z' fill='%23B8C516'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M638.45 42.65C812.974 18.31 972.183-3.895 1210.17.578c137.26 2.58 405.22 19.935 591.7 32.014 46.56 3.015 88.03 5.701 121.13 7.747l-2.36 16.142c-33.42-2.065-75.17-4.77-121.96-7.799-186.54-12.08-452.97-29.334-589.23-31.895C974.476 12.37 817.7 34.235 643.331 58.554l-1.534.214C466.423 83.228 270 84.5-32.441 58L-33 41.789C217.5 58 461.658 67.307 636.541 42.917l1.909-.267z' fill='url(%23rgrdg)'/%3E%3Cdefs%3E%3ClinearGradient id='rgrdg' x1='1468.81' y1='14.359' x2='14.123' y2='133.729' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C7A1D'/%3E%3Cstop offset='.375' stop-color='%238EA323'/%3E%3Cstop offset='1' stop-color='%2377881C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -70px;
  position: relative;
  background-color: transparent;
  padding-bottom: 75px;
}

.blogger-rules .btn_rules {
  background-color: #eb8200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 70px;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  margin: 40px auto;
}

.blogger-rules .btn_rules:hover {
  background: #94a310;
  color: #fff;
}

.blogger-rules .btn_rules span {
  display: block;
  margin: auto;
  font-size: 20px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  text-transform: uppercase;
}

/* ===== Blogger Profile ===== */
.blogger-profile {
  max-width: 600px;
  margin: 40px auto;
  padding: 32px;
  background: #f8f8f0;
  border-radius: 12px;
}

.blogger-profile h1 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.blogger-profile__info {
  margin-bottom: 24px;
}

.blogger-profile__row {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0d0;
}

.blogger-profile__label {
  width: 160px;
  flex-shrink: 0;
  font-weight: 600;
  color: #555;
}

.blogger-profile__value {
  flex: 1;
  color: #222;
  word-break: break-word;
}

.blogger-profile__value a {
  color: #94a310;
  text-decoration: underline;
}

.blogger-profile .btn {
  display: block;
  margin: 0 auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #94a310;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
}

.blogger-profile .btn:hover {
  background: #7d8f0e;
}

/* ===== Register Success Modal ===== */
.register-success {
  text-align: center;
  padding: 20px 0;
}

.register-success h2 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #fff;
}

.register-success p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #ddd;
}

.register-success .btn-holder {
  margin-top: 24px;
}

@media (max-width: 656px) {
  .blogger-hero__left .btn {
    padding: 12px 32px;
    font-size: 16px;
  }

  .blogger-hero__text h1 {
    font-size: 32px;
  }

  .blogger-hero__text p {
    font-size: 18px;
  }

  .blogger-profile {
    margin: 20px auto;
    padding: 20px;
  }

  .blogger-profile__row {
    flex-direction: column;
  }

  .blogger-profile__label {
    width: auto;
    margin-bottom: 4px;
  }
}
