html {
    overflow-y: scroll;
}

.menu-page-wrapper {
    flex-wrap: nowrap!important;
}

/* -------------------------------- */

.siteNotificationWrapper {
    position: relative;
    margin-top: 60px;
    z-index: 1111;
}

.siteNotificationClose {
    position: absolute;
    top: 5px;
    right: 30px;
}

/* -------------------------------- */

.buttonDefault {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

.button1 {
    width: 100%;
    height: 40px;
    background: #4a74b9;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}

/* -------------------------------- */

#dynamicModal .modal-title {
    font-family: "300-Roboto-Light";
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

#dynamicModal .modal-body {
    padding: 50px 20px 20px 20px!important;
}

#dynamicModal .modal-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    font-family: "500-Roboto-Medium";
    font-size: 15px;
}

#dynamicModal .modal-loading .spinner-border {
    margin-right: 15px;
    width: 30px;
    height: 30px;
}

/* -------------------------------- */

.modalLanguagesContent p{
    font-family: "300-Roboto-Light" !important;
    width: 100% !important;
    align-items: center;
    display: flex;
}
.modalLanguagesContent img{
    margin-right: 5px !important;
}

.modalLanguagesContent p,
.modalLanguagesContent img {
    align-self: center;
    margin-bottom: 0px;
    font-size: 12px !important;
}

.modalLanguagesContent img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.modalCitiesContent ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.modalCitiesContent ul li {
    width: calc(33.3% - 10px);        
    text-align: left;
    list-style-type: none;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-size: 14px !important;
    font-family: "300-Roboto-Light" !important;
}

.modalContentCustom {
    margin-top: 50px;
}

/* -------------------------------- */

header .select-lang {
    position: absolute;
    right: 55px;
    top: 9.5px;
}

header .select-lang img {
    width: 20px;
    height: 20px;
}

header .select-city {
    position: absolute;
    right: 100px;
    top: 12px;
}

header .select-city p {
    font-size: 10px;
    margin-bottom: 0px !important;
    text-decoration: underline;
    text-decoration-style: dotted;
}

header .select-city p img {
    width: auto;
    height: 10px;
    margin-right: 2px;
}

/* -------------------------------- */

.formRegistrationStep {
    display: none;
}

.formRegistrationStep2 {
    margin-top: 20px;
}

.formRegistrationStep3 {
    margin-top: 20px;
}

.formRegistrationButtons {
    display: flex;
    justify-content: space-between;
}

.formRegistrationButtons .formRegistrationButtonsBack {
    background: #ff3333!important;
}

.formRegistrationButtons button {
    width: calc(50% - 10px)!important;
}

.formRegistrationCitiesList {
    margin-top: 15px;
}

.formRegistrationCitiesList .formRegistrationCitiesListItem {
    width: max-content;
    margin-bottom: 10px;
    font-size: 18px;
}

.formRegistrationCitiesList .formRegistrationCitiesListItem.active {
    background: #51e395;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.formRegistrationShopsList {
    margin-bottom: 50px;
}

.formRegistrationShopsList .formRegistrationShopsListItem.active .block-coupon {
    background: #51e395!important;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

.row_recipes .row_recipes_item {
  display: flex !important;
  gap: 15px !important;
}

.row_recipes .card {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: 600px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  --bs-card-border-color: var(--bs-border-color-translucent);
  border: none !important;
  z-index: 1;
}

.row_recipes .card .circle {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border: 1px solid var(--bs-card-border-color);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.row_recipes .card .circle.top {
  top: -20px;
}

.row_recipes .card .circle.bottom {
  bottom: -20px;
}

.row_recipes .card .card-image,
.row_recipes .card .card-content {
  width: 50%;
}

.row_recipes .card-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.row_recipes .card-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.row_recipes .discount {
  background: #ffc107;
  color: #000;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  width: fit-content;
}

.row_recipes .card-content h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.row_recipes .card-content p {
  margin: 4px 0 16px;
  color: #555;
  font-size: 14px;
}

.row_recipes .activate-btn,
.row_recipes .activate-btn-disabled {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}



/* ===== RECIPES «фрукты» (секция выше) ===== */
              .row_global.row_recipes .row_recipes_item{display:flex!important;gap:15px!important;}
              .row_global.row_recipes .card{position:relative;display:flex;flex-direction:row;max-width:600px;border-radius:12px;overflow:hidden;background:#fff;border:none!important;z-index:1;box-shadow:none!important;}
              .row_global.row_recipes .card .circle{position:absolute;width:25px!important;height:25px!important;border:1px solid var(--bs-card-border-color);border-radius:25px!important;left:50%;transform:translateX(-50%);z-index:5;}
              .row_global.row_recipes .card .circle.top{top:-12.5px!important;}
              .row_global.row_recipes .card .circle.bottom{bottom:-12.5px!important;}
              .row_global.row_recipes .card .card-image,.row_global.row_recipes .card .card-content{width:50%;border-radius:12px;border:1px solid var(--bs-card-border-color);}
              .row_global.row_recipes .card .card-image{border-right:0!important;}
              .row_global.row_recipes .card-content>div.block-info{margin-top:100px!important;}
              .row_global.row_recipes .card-image img{width:100%;height:100%!important;object-fit:cover;display:block;border-radius:12px;}
              .row_global.row_recipes .card-content{flex:1;padding:10px 15px!important;display:flex;flex-direction:column;justify-content:space-between;background:#fff;}
              .row_global.row_recipes .discount{background:#ffc107;color:#000;font-weight:700;padding:4px 10px;border-radius:6px;font-size:20px;display:inline-block;margin-bottom:0!important;width:fit-content;}
              .row_global.row_recipes .card-content h3{margin:0;font-size:25px;font-weight:600;}
              .row_global.row_recipes .card-content p{margin:4px 0 16px;color:#555;font-size:14px;margin-bottom:0!important;font-family:"300-Roboto-Light"!important;font-weight:100!important;}
              .row_global.row_recipes .activate-btn, .row_global.row_recipes .activate-btn-disabled{background:#4a74b9;color:#fff;border:none;padding:10px;font-size:14px;font-weight:700;border-radius:6px;cursor:pointer;text-align: center;text-decoration: none;}
              .row_global.row_recipes .activate-btn-disabled {background: #92add9!important;}
              .row_global.row_recipes  .card-timer .card-content .discount,
              .row_global.row_recipes  .card-timer .card-content .block-info,
              .row_global.row_recipes  .card-timer .card-content .activate-btn,
              .row_global.row_recipes  .card-timer .card-content .activate-btn-disabled{
                display: none !important;
              }
              .row_global.row_recipes .card.card-timer .card-content{
                background: #ffe97c !important;
              }
              .row_global.row_recipes .card-timer .card-content .block-timer{
                justify-content: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                height: 100%;
                gap: 10px;
              }
              .row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    gap: 5px;
              }
              .row_global.row_recipes .card-timer .card-content .block-timer p{
                text-align: center;
                font-weight: 700 !important;
                font-size: 16px !important;
                color: #000 !important;
              }
              .row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count > span:nth-child(1),
              .row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count > span:nth-child(3){
                background: #000 !important;
                color: #fff !important;
                font-size: 30px;
                padding: 10px !important;
              }
              .row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count > span:nth-child(2){
                font-size: 30px;
              }
              @media (max-width:575.98px){
                .row_global.row_recipes .card-content{padding:10px 15px!important;}
                .row_global.row_recipes .discount{font-size:12px!important;}
                .row_global.row_recipes .card-content h3{font-size:16px!important;}
                .row_global.row_recipes .card-content p{font-size:12px!important;}
                .row_global.row_recipes .activate-btn, .row_global.row_recipes .activate-btn-disabled{padding:5px 10px!important;}
                .row_global.row_recipes .card-content>div.block-info{margin-top:40px!important;}
                .row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count > span:nth-child(1),
                .row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count > span:nth-child(3){font-size: 20px !important;},
.row_global.row_recipes .card-timer .card-content .block-timer .block-timer-count > span:nth-child(2){
  font-size: 20px !;
}
              }
              @media (max-width:375.98px){.row_global.row_recipes .card-content>div.block-info{margin-top:30px!important;}}
              @media (max-width:349.98px){.row_global.row_recipes .card-content>div.block-info{margin-top:20px!important;}}

/* ----------------- */

.container-main-page {
    display: flex;
    flex-direction: column;
    gap: 30px;
}




.row_shop,
.row_favorite,
.row_discount,
.row_recipes {
    margin-bottom: 30px !important;
}

#popup-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    display: none;
    z-index: 9999;
}








.container-main-page>.row-coupon,
.container-main-page .row_global>.col-12 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row_global {
    display: none;
}

.row_global.row_shop {
    display: block;
}

.row_global.row_shop>.col-12 {
    display: flex;
    gap: 30px 0px;
}

/* ================= CUPON ================= */
.row-coupon {
    margin-bottom: -20px !important;
}

.row-coupon .block-coupon-type-one {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    align-items: stretch;
}

.row-coupon .block-img {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.row-coupon .block-img>img.logo {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.row-coupon .block-img .options {
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.row-coupon .block-img .options img {
    width: 20px;
    height: auto;
}

.row-coupon .block-details {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
}

.row-coupon .block-details p.header {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 2px 0;
    text-align: left;
}

.row-coupon .block-details p.address-city,
.row-coupon .block-details p.address-index {
    text-align: left;
    margin: 0;
    color: #555;
    font-size: 14px;
}

.row-coupon .block-details .form-check.form-switch {
    margin-top: 7.5px;
}

.row-coupon .block-details .form-check.form-switch>label {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-top: 2px;
}

.row-coupon .block-details .form-check .form-check-input:hover {
    cursor: pointer;
}

/* ================= TABS ================= */
.row-tabs {
    display: flex;
    gap: 10px 0;
}

.row-tabs .block-tabs {
    background: #fff;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 7.5px;
    user-select: none;
}

.row-tabs .block-tabs:hover {
    background: #f7f6fb;
    cursor: pointer;
}

.row-tabs .block-tabs-active {
    background: #f7f6fb;
}

.row-tabs .block-tabs img {
    width: 35px;
    height: auto;
    align-self: center;
}

.row-tabs .block-tabs p {
    align-self: center;
    margin: 0;
    font-size: 14px !important;
}

/* ================= BANNERS ================= */
.row-banners {
    display: flex;
    gap: 10px 0;
}

.row-banners img {
    width: 100%;
}

/* ================= RECIPES ================= */
.row-recipes {
    display: flex;
    gap: 10px 0;
}

.row-recipes h2.subtitle1,
.row_discount h2.subtitle1,
.row_favorite h2.subtitle1 {
    margin-bottom: 0 !important;
}

.row-recipes .block-recipes {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    align-items: stretch;
    padding-bottom: 10px;
}

.row-recipes .block-recipes img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.row-recipes .block-recipes p,
.row_discount .block-discount p.header,
.row_favorite .block-discount p.header {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 15px;
    min-height: 30px;
    min-inline-size: fit-content;
    padding: 10px 10px 0;
}

.row_discount .block-discount p.description,
.row_favorite .block-discount p.description {
    text-align: left;
    margin: 0;
    color: #555;
    font-size: 12px;
    padding: 0 10px;
    font-family: "300-Roboto-Light" !important;
}

/* ================= DISCOUNT + FAVORITE ================= */
.row_discount .block-discount,
.row_favorite .block-discount {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    align-items: stretch;
    position: relative;
    padding-bottom: 10px;
}

.row_discount .block-discount img.logo,
.row_favorite .block-discount img.logo {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.row-discount,
.row-favorite {
    display: flex;
    gap: 10px 0px;
}

.row-favorite-none {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.row-favorite-none p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.row-favorite-none img {
    margin: 0 auto;
    display: block;
}

.row_discount .col-6,
.row-recipes .col-6 {
    display: flex;
}

.row_discount .block-discount .promotion,
.row_favorite .block-discount .promotion {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.row_discount .block-discount .promotion span:nth-child(1),
.row_favorite .block-discount .promotion span:nth-child(1) {
    background: #fedd14;
    color: #b32901;
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 12px;
}

.row_discount .block-discount .promotion span:nth-child(2),
.row_favorite .block-discount .promotion span:nth-child(2) {
    background: #b32901;
    color: #fff;
    padding: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
}

.row_discount .block-discount .discount-price,
.row_favorite .block-discount .discount-price {
    display: flex;
    flex-direction: row;
    position: relative;
}

.row_discount .block-discount .discount-price p,
.row_favorite .block-discount .discount-price p {
    margin-bottom: 0 !important;
    text-align: center;
}

.row_discount .discount-price .option-one,
.row_favorite .discount-price .option-one {
    background: #b32901;
    color: #fff;
    font-size: 16px !important;
    width: 40%;
    padding: 5px;
}

.row_discount .discount-price .option-two,
.row_favorite .discount-price .option-two {
    background: #ebebeb;
    color: #88888a;
    font-size: 14px !important;
    width: 40%;
    padding: 5px;
    text-decoration: line-through;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row_discount .discount-price .option-three,
.row_favorite .discount-price .option-three {
    background: #fedd14;
    color: #b32901;
    position: absolute;
    top: -28px;
    left: 0;
    padding: 5px 10px;
    font-size: 12px !important;
}

.row_discount .discount-price .option-fourth,
.row_favorite .discount-price .option-fourth {
    width: 20%;
    align-self: center;
    display: flex;
    justify-content: center;
}

.row_discount .discount-price .option-fourth img,
.row_favorite .discount-price .option-fourth img {
    width: 70%;
    display: block;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 575.98px) {
    .page-main>.container-main-page {
        padding: 0 10px;
    }
}

/* -------------- */

#OptionSettingsComplainModal {
    overflow: hidden;
}

#OptionSettingsComplainModal h1 {
    font-size: 18px !important;
}

#OptionSettingsComplainModal .modal-dialog {
    justify-content: center;
    display: flex !important;
}

#OptionSettingsComplainModal .modal-content {
    width: 80%;
}

#OptionSettingsComplainModal .modal-body form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#OptionSettingsComplainModal .modal-body form textarea {
    background: #f8f8f8;
    border: 2px solid #b4b4b4;
    height: 120px;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
}

#OptionSettingsComplainModal .modal-body form button {
    padding: 5px 10px;
    font-size: 16px !important;
    background: #00c7ff !important;
    color: #fff;
    border-radius: 10px !important;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border: 0;
    height: 45px;
}

/* ------------------------------- */

.page-user .container_row_user .row-coupon,
.page-user .container_row_user .row_notification
        {
                padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
        }

.page-discount {
    padding-bottom: 30px;
}

.row_notification {
    display: flex;
    gap: 10px;
    margin-top: 70px!important;
}

.row_notification .block-notification {
    display: flex;
    flex-direction: row;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.row_notification .block-notification.block-notification-type-01 {
    background: #dffffe;
}

.row_notification .block-notification.block-notification-type-02 {
    background: #fff6bb;
}

.row_notification .block-notification.block-notification-type-02 button {
    background: #4675b9;
    color: #fff;
    border-radius: 12px;
    padding: 10px;
    font-size: 12px !important;
    width: fit-content;
    border: 0px;
}

.row_notification .block-notification .block-image,
.row_notification .block-notification .block-text {
    align-self: center;
}

.row_notification .block-notification .block-image {
    width: 17.5%;
}

.row_notification .block-notification .block-image img {
    width: 100%;
}

.row_notification .block-notification .block-text {
    width: 82.5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

.row_notification .block-notification .block-text h5 {
    font-size: 16px !important;
}

.row_notification .block-notification .block-text p {
    font-size: 12px !important;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
}

/* -------------------------------------------------- */

.wheel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.wheel-container .wheel-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.wheel-container .wheel {
    width: 100%;
    height: 100%;
    max-width: 340px;
    border-radius: 50%;
    position: relative;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1);
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
    background: url("/assets/img/new/border.png");
    background-size: 100%;
}

.wheel-container .pointer {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
    background: url(/assets/img/new/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 40px;
}

.wheel-container .center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #333;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.wheel-container .center-circle span {
    font-size: 30px;
    position: relative;
    left: 3px;
    top: -1px;
    cursor: pointer;
}

.wheel-container .center-circle img {
    width: 100%;
}

.wheel-container .center-circle.inactive {
    opacity: .5;
}

.wheel-container .controls {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wheel-container .control-group {
    margin-bottom: 25px;
}

.wheel-container .control-group h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.wheel-container .control-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.wheel-container .result {
    width: 100%;
    max-width: 340px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    display: none;
}

.wheel-container .wheelResultBlock {
    width: 100%;
    padding: 20px;
    border: 3px solid #ffca19;
    border-radius: 20px;
    box-sizing: border-box;
}

.wheel-container .wheelResultBlock img {
    width: 42px;
    margin-bottom: 15px;
}

.wheel-container .wheelResultBlock .wheelResultBlockWin {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.wheel-container .wheelResultBlock .wheelResultBlockProduct {
    color: #10af10;
}

.wheel-container .result.show {
    display: block;
    animation: resultAppear 0.5s ease-out;
}

@keyframes resultAppear {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wheel-container .sectors-list {
    max-height: 200px;
    overflow-y: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}

.wheel-container .sector-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 0.9em;
}

.wheel-container .sector-color {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
}

@media (max-width: 768px) {        
    .wheel-container .wheel {
        width: 300px;
        height: 300px;
    }
}

/* --------------------------------- */

.row_events {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.row_events .top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row_events .top-bar input {
    flex: 1;
    padding: 8px 12px 8px 36px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    background-image: url('/images/block-events/settings-search.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 12px center;
}

.row_events .add-btn {
    background-color: #ff9800;
    color: #fff;
    border: none;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.row_events .favorite-btn {
    background-color: #3b5998;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    display: none; /* скрыта */
    align-items: center;
    justify-content: center;
}

.row_events ul.ul-list-categories {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 0 10px 0 !important;
    list-style: none;
    width: 100%;
    gap: 10px;
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
    padding: 0 !important;
}

.row_events ul.ul-list-categories::-webkit-scrollbar {
    display: none;
}

.row_events ul.ul-list-categories {
    padding: 0px !important;
    margin: 0px !important;
}

.row_events ul.ul-list-categories li {
    flex: 0 0 auto;
}

.row_events ul.ul-list-categories li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 90px;
    padding: 10px;
    text-decoration: none;
    font-size: 14px !important;
    border-radius: 10px;
    background: #e9e8e7;
    color: #0f0f0f !important;
    transition: background-color 0.3s, color 0.3s;
}

.row_events ul.ul-list-categories li img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.row_events ul.ul-list-categories li p {
    margin: 0;
    text-align: center;
}

.row_events ul.ul-list-categories li.active a {
    background: #0f0f0f !important;
    color: #fff !important;
}

.row_events .row_events_type {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.row_events .row_events_type .block-events {
    border-radius: 12px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    position: relative;
}

.row_events .row_events_type .block-events .block-image {
    position: relative;
}

.row_events .row_events_type .block-events .block-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.row_events .row_events_type .block-events .block-image p.type-category {
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    padding: 2.5px 10px;
    border-radius: 10px;
    font-size: 10px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px !important;
    border-bottom-left-radius: 12px !important;
    margin-bottom: 0px !important;
}

:root {
    --color-block-post-1: #C0392B;
    --color-block-post-2: #008B8B;
    --color-block-post-3: #B8860B;
    --color-block-post-4: #4B0082;
    --color-block-post-5: #E65100;
    --color-block-post-6: #0B3C49;
    --color-block-post-7: #993300;
}

.row_events .row_events_type .block-events .block-image p.type-category-1,
.row_events .row_events_type .block-events .block-image p.type-category-8 { background: var(--color-block-post-1); }
.row_events .row_events_type .block-events .block-image p.type-category-2,
.row_events .row_events_type .block-events .block-image p.type-category-9 { background: var(--color-block-post-2); }
.row_events .row_events_type .block-events .block-image p.type-category-3,
.row_events .row_events_type .block-events .block-image p.type-category-10 { background: var(--color-block-post-3); }
.row_events .row_events_type .block-events .block-image p.type-category-4,
.row_events .row_events_type .block-events .block-image p.type-category-11 { background: var(--color-block-post-4); }
.row_events .row_events_type .block-events .block-image p.type-category-5,
.row_events .row_events_type .block-events .block-image p.type-category-12 { background: var(--color-block-post-5); }
.row_events .row_events_type .block-events .block-image p.type-category-6,
.row_events .row_events_type .block-events .block-image p.type-category-13 { background: var(--color-block-post-6); }
.row_events .row_events_type .block-events .block-image p.type-category-7,
.row_events .row_events_type .block-events .block-image p.type-category-14 { background: var(--color-block-post-7); }

.row_events .row_events_type .block-events .block-description {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 18px;
    padding: 7.5px 7.5px 5px 2.5px;
    display: grid;
    height: 170px;
}

.row_events .row_events_type .block-events .block-description p.header {
    margin-bottom: 0px !important;
}

.row_events .row_events_type .block-events .block-description .block-parameters {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
}

.row_events .row_events_type .block-events .block-description .block-parameters > div {
    display: flex;
    gap: 5px;
}

.row_events .row_events_type .block-events .block-description .block-parameters img {
    width: auto;
    height: 10px;
    align-self: center;
}

.row_events .row_events_type .block-events .block-description .block-parameters div:nth-child(1) img {
    width: 11px;
    height: 11px;
}

.row_events .row_events_type .block-events .block-description .block-parameters div:nth-child(2) img {
    width: 13px;
    height: 13px;
    margin-left: -1px;
    margin-right: -1px;
}

.row_events .row_events_type .block-events .block-description .block-parameters div:nth-child(3) img {
    height: 13px;
    margin-left: -1px;
}

.row_events .row_events_type .block-events .block-description .block-parameters p {
    font-size: 12px !important;
    color: #979797 !important;
    line-height: 12.5px !important;
    margin-bottom: 0px;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
}

.row_events .row_events_type .block-events .block-description p.price {
    margin-bottom: 0px !important;
    color: #ca212fff !important;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.row_events .row_events_type .block-events .block-description .block-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: end;
}

.row_events .row_events_type .block-events .block-description .block-buttons button {
    background: #97c7fd;
    color: #fff;
    border: 0px solid !important;
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    z-index: 2;
    padding: 5px;
    border-radius: 3px;
}

.row_events .row_events_type .block-events .block-description .block-buttons button i {
    font-size: 20px !important;
}

/* ------------------------------------- */

.page-dating .row_registration .block-registration{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0px !important;
}

.page-dating .row_registration .block-registration img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page-dating .row_registration .block-registration button {
    background: #4d71bb;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 12px;
    width: 100% !important; 
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-size: 20px !important;
}

.row_user_filter h1 {
    margin-bottom: 0px !important;
    font-size: 25px !important;
}

.row_user_filter img {
    height: 25px;
    width: 25px;
    display: block;
    margin-left: auto;
}

.row_users_list {
    display: flex;
    gap: 15px 0px;
    padding-bottom: 60px;
}

.row_users_list .block-user {
    border-radius: 12px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    position: relative;
}

.row_users_list .block-user::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    pointer-events: none;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.row_users_list .block-user img.user-image {
    border-radius: 12px;
    width: 100%;
    height: 280px !important;
    object-fit: cover;
}

.row_users_list .block-user .block-parameters {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 2;
    margin-bottom: 0;
}
.row_users_list .block-user .block-parameters p.name{
    font-size: 13px !important;
}
.row_users_list .block-user .block-parameters p.name,
.row_users_list .block-user .block-parameters p.parameters {
    color: #fff;
    margin-bottom: 0;
    align-self: center;
}

.row_users_list .block-user .block-parameters p.parameters {
    display: flex;
    gap: 5px;
}

.row_users_list .block-user .block-parameters p.parameters span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
    color: #fff;
    font-size: 10px;
}

.row_users_list .block-user .block-parameters p.parameters span img {
    width: 12px;
    height: 12px;
}

#interestsModal .noUi-connect {
    background: #00c7ff !important;
}

#interestsModal button[type="button"].btn-primary {
    color: #fff !important;
    background: #00c7ff !important;
    border-radius: 10px !important;
    border: 0px none !important;
        height: 38px;
}


#interestsModal .btn-group label{
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    font-size: 14px !important;
    height: 38px;
}

#interestsModal .btn-group label.active {
    background: #00c7ff !important;
}

#interestsModal h5{
    
}
.form-control-town::placeholder{
    font-size: 14px !important;
    font-family: "300-Roboto-Light" !important;
}

@media (max-width:575.98px){
    .row_users_list .block-user img.user-image{
        height: 200px !important;
    }
}

:root {
    --online: #22c55e;
}

#ModalUserInfo img.user_image {
    height: 400px;
    object-fit: cover;
}

#ModalUserInfo .block-white-border{
    height: 25px;
    background: #fff;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

 #ModalUserInfo .stemplen-container{
    padding-bottom: 50px !important;
}


#ModalUserInfo div.section{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


#ModalUserInfo .profile-card {
    max-width: 380px;
    margin: 24px auto;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    overflow: hidden;
}

#ModalUserInfo .profile-header {
    padding: 15px 0px;
}

#ModalUserInfo .name-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

#ModalUserInfo .name-row button{
    border-radius: 50%;
    border: 1px solid #000 !important;
}

#ModalUserInfo .name {
    font-weight: 700;
    font-size: 22px;
}

#ModalUserInfo .online-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--online);
    display: inline-block;
}

#ModalUserInfo .badge-purple {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
#ModalUserInfo .badge-purple img{
    width: 12px;
    height: 12px;
}

#ModalUserInfo .subline {
    color: #6c757d !important;
    font-size: 13px;
}

#ModalUserInfo .zodiac {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e9e9e9;
    padding: 8px 12px;
    border-radius: 12px;
    width: max-content;
    background: #fff;
    margin-top: 10px;
    font-weight: 600;
}

#ModalUserInfo .zodiac .icon {
    font-size: 18px;
    line-height: 1;
}

#ModalUserInfo div.section {
    padding: 15px 0px;
}



#ModalUserInfo div.section h5 {
    font-size: 25px;
}

#ModalUserInfo .about {
    font-size: 14px !important;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
}


#ModalUserInfo .dotlist {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#ModalUserInfo .dotlist>div {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 14.5px;
}

#ModalUserInfo .dotlist>div>span:nth-child(1) {
    color: #000;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
    font-size: 14px !important;
}

#ModalUserInfo .dotlist>div>span:nth-child(2) {
    flex: 1 1 auto;
    position: relative;
    top: -2px;
    border-bottom: 1px dotted #d8d8d8 !important;
}

#ModalUserInfo .dotlist>div>span:nth-child(3) {
    color: #000;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
    font-size: 14px !important;
}

@media (max-width: 420px) {
    #ModalUserInfo .profile-card {
        border-radius: 0;
        max-width: 100%;
        margin: 0;
    }
}

#CreateAссount .row-button,
#CreateAссount .row-button .col-12 {
    padding: 0px !important;
}

#CreateAссount .container {
    padding-top: 25px;
    padding-bottom: 30px;
}

#CreateAссount h1 {
    font-size: 18px !important;
}


#CreateAссount .row_registation_acc {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: 15px !important;
}

#CreateAссount .row_registation_acc label {
    font-size: 12px !important;
    margin-bottom: 0px !important;
}

#CreateAссount .row_registation_acc select {
    font-size: 12px !important;
}

#CreateAссount .row_registation_acc .row_block-parameters {
    padding: 12px 5px;
    background: white !important;
    border: 1px solid #e1e1e1;
    border-radius: 5px !important;
    display: flex;
    gap: 15px 0px !important;
}

#CreateAссount .row_registation_acc .row {
    display: flex;
    gap: 15px 0px !important;
}

#CreateAссount .row_registation_acc .row button[type="submit"] {
    width: 100%;
}

#CreateAссount .row_registation_acc .row_block-parameters h2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
}

#CreateAссount .row_registation_acc>form>.col-12 {
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}

#CreateAссount .row_registation_acc textarea {
    width: 100%;
}

#CreateAссount .row_registation_acc .upload-dropzone {
    position: relative;
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 12px;
    border: 1px dashed var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
}

#CreateAссount .row_registation_acc .upload-dropzone .btn {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
}

#CreateAссount .row_registation_acc .upload-dropzone .upload-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    opacity: .5;
    text-align: center;
    pointer-events: none;
}

#CreateAссount .row_registation_acc .upload-dropzone.dragover {
    border-color: var(--bs-danger);
    background-color: rgba(var(--bs-danger-rgb), .06);
}

#CreateAссount .row_registation_acc .upload-dropzone .btn {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
}

#CreateAссount .row_registation_acc .photo-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: .5rem;
}

#CreateAссount .row_registation_acc .photo-thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f8f9fa;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    overflow: hidden;
}

#CreateAссount .row_registation_acc .photo-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#CreateAссount .row_registation_acc .photo-thumb .remove {
    position: absolute;
    top: .3rem;
    right: .3rem;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

#CreateAссount .row_registation_acc .sun-editor .se-btn {
    width: 22px !important;
    height: 22px !important;
}

#CreateAссount .row_registation_acc .sun-editor button>svg {
    width: 15px !important;
    height: 15px !important;
}

#CreateAссount .row_registation_acc .form-text {
    font-size: 10px !important;
}

#CreateAссount .row_registation_acc .form-text {
    font-size: 10px !important;
}

#CreateAссount .row_registation_acc .sun-editor .se-resizing-bar {
    display: none !important;
}

#CreateAссount .row_registation_acc select {
    color: rgba(33, 37, 41, 0.5) !important;
}

#CreateAссount .row_registation_acc select.form-select:valid {
    color: #000 !important;
}

/* -------------------------------------------------------------- */

#CreateAnnouncement .row-form-feedback h1 {
    font-size: 18px !important;
}

#CreateAnnouncement .row-form-feedback {
    padding-top: 25px;
    padding-bottom: 30px;
}

#CreateAnnouncement .row-form-feedback .sun-editor .se-svg,
#CreateAnnouncement .row-form-feedback .sun-editor button > svg {
    width: 15px !important;
    height: 15px !important;
}

#CreateAnnouncement .row-form-feedback .sun-editor .se-btn {
    width: 22px !important;
    height: 22px !important;
}

#CreateAnnouncement .row-form-feedback {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

#CreateAnnouncement .row-form-feedback form.form-feedback {
    position: relative;
}

#CreateAnnouncement .row-form-feedback form.form-feedback * {
    font-size: 12px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback {
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#CreateAnnouncement .row-form-feedback form.form-feedback > .row {
    padding: 12px 5px;
    background: white !important;
    border: 1px solid #e1e1e1;
    border-radius: 5px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback > .row,
#CreateAnnouncement .row-form-feedback form.form-feedback > .row .row {
    display: flex;
    gap: 15px 0px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .row .mb-3 {
    margin-bottom: 0px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback textarea {
    width: 100% !important;
    min-width: 100% !important;
    height: 150px;
}

#CreateAnnouncement .row-form-feedback form.form-feedback label {
    width: 100%;
    margin-bottom: 0px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .buttons-block {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .buttons-block .form-check {
    margin: 0px !important;
    padding: 0px !important;
    min-height: auto !important;
    width: 100%;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .buttons-block button {
    width: 50%;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .form-select.flex-grow-0:valid {
    background-image: none !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .form-check-two .btn-group .btn {
    flex: 1;
    border-radius: 0;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #444;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .form-check-two .btn-group .btn-left {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .form-check-two .btn-group .btn-right {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .form-check-two .btn-group .btn-check:checked + .btn {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

@media (max-width: 575.98px) {
    #CreateAnnouncement .row-form-feedback form.form-feedback .buttons-block {
        align-items: initial !important;
    }
}

#CreateAnnouncement .row-form-feedback form.form-feedback .upload-dropzone {
    position: relative;
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 12px;
    border: 1px dashed var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
}

#CreateAnnouncement .row-form-feedback form.form-feedback .upload-dropzone .btn {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .upload-dropzone .upload-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    opacity: 0.5;
    text-align: center;
    pointer-events: none;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .upload-dropzone.dragover {
    border-color: var(--bs-danger);
    background-color: rgba(var(--bs-danger-rgb), 0.06);
}

#CreateAnnouncement .row-form-feedback form.form-feedback .photo-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 0.5rem;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .photo-thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f8f9fa;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow: hidden;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .photo-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .photo-thumb .remove {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .row:nth-child(5) > .col-12 {
    display: grid;
    gap: 15px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .row:nth-child(7) div.form-text,
#CreateAnnouncement .row-form-feedback form.form-feedback .row:nth-child(8) div.form-text {
    font-size: 10px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .row-button,
#CreateAnnouncement .row-form-feedback form.form-feedback .row-button > .col-12 {
    padding: 0px !important;
}

#CreateAnnouncement .row-form-feedback form.form-feedback .row-button > .col-12 button {
    width: 100%;
}

@media (max-width: 575.98px) {
    #CreateAnnouncement .row-form-feedback form.form-feedback .upload-dropzone {
        min-height: 140px;
        padding: 10px;
    }

    #CreateAnnouncement .row-form-feedback form.form-feedback .upload-dropzone .btn {
        top: 10px;
        left: 10px;
    }
}

#ModalAnnouncement .row.row-company-logo {
    position: relative;
}

#ModalAnnouncement .row.row-company-logo img.box-img-shadow {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 105px !important;
    padding: 0 !important;
    object-fit: cover;
    z-index: 55;
}

#ModalAnnouncement .logo-company {
    width: 100% !important;
}

#ModalAnnouncement div.block-parameterms {
    margin-top: 5px !important;
}

#ModalAnnouncement h1 {
    width: 100%;
    font-size: 25px !important;
    line-height: 22px !important;
}

#ModalAnnouncement .row-contact-block .block-parameterms {
    display: flex;
    flex-direction: row;
}

#ModalAnnouncement .row-contact-block i {
    font-size: 12px;
    margin-right: 7.5px;
    align-self: center;
}

#ModalAnnouncement .row-contact-block p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    font-family: "300-Roboto-Light" !important;
    align-self: center;
}

#ModalAnnouncement .row_description,
#ModalAnnouncement .row_user {
    display: flex;
    flex-direction: column;
    gap: 10px 0 !important;
    margin-top: 30px;
}

#ModalAnnouncement .row_description h3.section-header,
#ModalAnnouncement .row_user h3.section-header {
    display: flex;
    flex-direction: row;
    font-size: 18px !important;
    margin-bottom: 15px;
}

#ModalAnnouncement .row_description h3.section-header span:nth-of-type(1),
#ModalAnnouncement .row_user h3.section-header span:nth-of-type(1) {
    display: block;
    width: 3px;
    height: auto;
    margin-right: 5px;
    background: #0088ff;
}

#ModalAnnouncement .row_description h4 {
    font-size: 14px !important;
}

#ModalAnnouncement .row_description p,
#ModalAnnouncement .row_description ul {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    font-family: "300-Roboto-Light" !important;
}

#ModalAnnouncement .row_user {
    margin-bottom: 30px;
}

#ModalAnnouncement .row_card {
    position: relative;
    padding: 10px 7.5px;
    margin-right: calc(var(--bs-gutter-x) * 0);
    margin-left: calc(var(--bs-gutter-x) * 0);
    border-radius: 12px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

#ModalAnnouncement .row_card img.user-img {
    width: 100%;
}

#ModalAnnouncement .row_card .block-user {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
}

#ModalAnnouncement .row_card .block-user * {
    margin: 0 !important;
}

#ModalAnnouncement .row_card .block-user h4 {
    font-size: 14px !important;
}

#ModalAnnouncement .row_card .block-user p {
    font-size: 12px !important;
    font-weight: 100 !important;
    font-family: "300-Roboto-Light" !important;
    color: #979797 !important;
}

#ModalAnnouncement .row_card .block-user span {
    font-family: "300-Roboto-Light" !important;
}

#ModalAnnouncement .row_card .block-connection {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 5px;
}

#ModalAnnouncement .row_card .block-connection > div {
    border-radius: 5px;
    width: fit-content;
    padding: 7.5px;
}

#ModalAnnouncement .row_card .block-connection > div:nth-child(1) {
    background: #f6c02c;
}

#ModalAnnouncement .row_card .block-connection > div:nth-child(2) {
    background: #02b571;
}

#ModalAnnouncement .row_card .block-connection i {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

#ModalAnnouncement .row_card .block-connection a {
    text-decoration: none;
}