html {
    overflow-y: scroll;
}

.linkTarget {
    color: #0d6efd;
    text-decoration: underline;
}

.blockLoginError {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ff857c;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.container, #width-container, footer,
.modal .modal-dialog {
    max-width: 400px!important;
}

/* -------------------------------- */

.input-field-help {
    font-size: 11px;
    color: #a1a0a0;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
}

/* -------------------------------- */

.siteNotificationWrapper {
    position: fixed;
    z-index: 1111;
}

.siteNotificationClose {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #f0f0f0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.siteNotificationClose img {
    width: 8px;
}

/* -------------------------------- */

.checkboxGroup1 {
    margin: 20px 0;
}

.checkboxGroup1 .checkboxGroup1Item {
    display: flex;
    margin-bottom: 15px;
}

.checkboxGroup1 .checkboxGroup1Item:nth-last-of-type(1) {
    margin-bottom: 0;
    display: flex;
}

.checkboxGroup1 .checkboxGroup1Item label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
}

/* -------------------------------- */

#dynamicModal {
    z-index: 11111!important;
}

#dynamicModal .modal-dialog {
    display: flex!important;
    align-items: center!important;
    background: rgba(0, 0, 0, .7)!important;
}

#dynamicModal .modal-content {
    height: max-content!important;
    max-height: 100%!important;
    margin: 0 10px!important;
    border-radius: 10px!important;
}

/* -------------------------------- */

.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: 0;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
}

/* -------------------------------- */

.form1 .field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.form1 .input {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    border: 1px solid #CACACA;
}

.form1 button {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    color: #fff;
    background-color: #0171d3;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* -------------------------------- */

#dynamicModal .modal-title {
    font-family: "300-Roboto-Light";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

#dynamicModal .modal-customtext {
    font-family: "300-Roboto-Light";
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

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

/* -------------------------------- */

.swiper-container .swiper-pagination {
    z-index: 111;
    bottom: 15px!important;
}

.swiper-container .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #b2b2b2;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--global-color-02) !important;
}

.swiper-container .swiper-wrapper {
    height: 100%!important;
    max-height: 70vh!important;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%!important;
    object-fit: cover!important;
    object-position: top!important;
}

/* -------------------------------- */

header .select-lang {
    position: absolute;
    right: 55px;
    top: 9.5px;
    z-index: 1;
    width: 20px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .select-lang img {
    width: 100%;
}

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 {
    margin-bottom: 20px!important;
}

.formRegistrationShopsList .formRegistrationShopsListItem:nth-last-of-type(1) {
    margin-bottom: 0!important;
}

.formRegistrationShopsList .formRegistrationShopsListItem.active .block-coupon {
    background: #51e395!important;
}

/* -------------------------------- */

.shopMessagesButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 23px!important;
    height: 23px!important;
    padding: 0!important;
    box-sizing: border-box;
}

.shopMessagesButton img {
    width: 100%;
    height: 100%;
}

.shopMessagesButton .shopMessagesButtonCount {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #fff;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

.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;max-height: 180px;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: #eeebac!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;
    align-items: center;
    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: 50%;
    padding: 5px;
}

.row_discount .discount-price .option-two,
.row_favorite .discount-price .option-two {
    background: #ebebeb;
    color: #88888a;
    font-size: 14px !important;
    width: 50%;
    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: 40px!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 .result {
    width: 100%;
    max-width: 340px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 30px auto 0 auto;
    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: 10px;
    font-size: 14px;
    font-weight: 400;
}

.wheel-container .wheelResultBlock .wheelResultBlockProduct {
    color: #10af10;
    margin-top: 5px;
    display: block;
}

.wheel-container .result.show {
    display: block;
    animation: resultAppear 0.5s ease-out;
}

.wheel-container .result .resultError {
    display: none;
    color: #e74c3c;
    font-size: 16px;
    margin-bottom: 15px;
}

@keyframes resultAppear {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wheelEmptyBlock {
    min-height: calc(100vh - 80px);
    justify-content: center;
}

/* --------------------------------- */

.row_events {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.row_events .img-settings {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 60px;
    cursor: pointer;
}

.row_events .top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.row_events .input-wrapper {
    flex: 1;
    position: relative;
}

.row_events .main-input {
    width: 100%;
    padding: 8px 12px 8px 36px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-image: url('/images/block-events/settings-search.png');
    background-repeat: no-repeat;
    background-size: 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 .filter-popup {
    display: none;
    position: absolute;
    top: -10px;
    left: 0;
    width: calc(100% - 50px);
    z-index: 500;
}

.row_events .filter-box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.row_events .filter-input {
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}

.row_events .select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.row_events .filter-select {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 40px 8px 40px;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.row_events .select-icon-left {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #666;
}

.row_events .select-icon-right {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #666;
}

.row_events .filter-btn-search {
    width: 100%;
    height: 40px;
    background: #5274c8;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.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;
    max-width: 400px!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;
    position: relative;
}

#ModalUserInfo .name-row button{
    border-radius: 50%;
    border: 1px solid #000;
}

#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  .parameters{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#ModalUserInfo .zodiac,
#ModalUserInfo .status {
    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 .status img{
    width: 25px;
    height: auto;
}
#ModalUserInfo .status{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#ModalUserInfo .status .infoDating__zodiac,
#ModalUserInfo .status .infoDating__target {
    font-size: 14px;
}
#ModalUserInfo .status > span{
    display: flex;
    flex-direction: column;
}
#ModalUserInfo .status > span > span:nth-child(1){
    font-size: 10px;
    font-weight: 300 !important;
}

#ModalUserInfo_Test .zodiac span:nth-child(2),
#ModalUserInfo_Test .status > span > span:nth-child(2){
    font-size: 14px !important;
}

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

#ModalUserInfo .infoDating__interests {
    color: #000;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
    font-size: 14px !important;
}

#ModalUserInfo .ModalUserInfoChat {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    width: 36px;
    height: 36px;
    padding: 0;
    position: absolute;
    top: -5px;
    right: 15px;
}

#ModalUserInfo .ModalUserInfoChat img {
    width: 100%;
    height: 100%;
}

#ModalUserInfo .ModalUserInfoReport {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    width: 28px;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 75px;
    top: 0;
}

#ModalUserInfo .ModalUserInfoReport img {
    width: 100%;
    height: 100%;
}

@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: 70px !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: 14px !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;
}

/* -------------------------------------------------------------- */

.block-parameters {
    display: flex;
    gap: 15px;
}

.block-parameters button:nth-child(1) img {
    width: 33px !important;
    height: 33px !important;
}

.block-parameters button {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    background: none;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
}

.block-parameters button img {
    opacity: 0.4;
    width: 30px;
    height: 30px;
}

.block-parameters button.active {
    color: #fff;
}

.tab_user {
    display: none;
}

.tab_user.active_tab_user {
    display: block;
}

.block-parameters button.active img {
    opacity: 1;
}

.block-parameters button span.badge {
    background: var(--global-color-04);
    color: var(--global-color-01);
    position: absolute;
    font-size: 10px;
    width: 17px;
    height: 17px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: -5px;
    top: -5px;
}

.container_row_user {
    padding-bottom: 0px !important;
}

.container_row_user .block-user {
    position: relative;
    padding-top: 00px;
    padding-bottom: 30px;
    background: #fff !important;
    border-radius: 45px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-top: 50px !important;
}

.container_row_user .row_tabs {
    margin-bottom: 50px;
    margin-top: 15px !important;
}

.container_row_user .row-coupon {
    margin-bottom: 20px !important;
}

#UserChangeImg img.choose-img-user {
    width: 100%;
}

#UserChangeImg img.close-fix-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    background: var(--global-color-01);
    width: 38px !important;
    height: 38px !important;
    border-radius: 100%;
    z-index: 1;
    padding: 10px;
}

#UserChangeImg .avatar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

#UserChangeImg .avatar-item img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

#UserChangeImg .row-border {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -50px;
    background: var(--global-color-01);
    padding-top: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px !important;
}

.container_row_user .block-user .user-city {
    text-align: center;
    color: #8c95b6 !important;
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-family: "500-Roboto-Medium" !important;
}

.container_row_user .block-user .block-parameterms {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container_row_user .tab-up-fix {
    position: absolute;
    top: -190px;
    right: calc(50% - 55px);
    width: auto !important;
    z-index: 5;
}

.container_row_user .tab-up-fix img {
    margin-left: 0px !important;
    width: 25px !important;
    height: 25px !important;
    background: var(--global-color-01);
    border-radius: 100%;
    padding: 5px;
}

.container_row_user .menu-card {
    width: auto;
    margin: 15px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.container_row_user .menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}

.container_row_user .menu-item:last-child {
    border-bottom: none;
}

.container_row_user .menu-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container_row_user .menu-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
}

.container_row_user .icon-red {
    background-color: #f35c52;
}

.container_row_user .icon-green {
    background-color: #3ccca4;
}

.container_row_user .icon-purple {
    background-color: #7a44ff;
}

.container_row_user .icon-orange {
    background-color: #ff7a2f;
}

.container_row_user .badge-new {
    background-color: #a44dff;
    font-size: 0.75rem;
    border-radius: 6px;
    color: white;
    padding: 3px 6px;
}

.container_row_user .menu-item:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.chat-section {}
.chat-section .chat-user-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-section .chat-user-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background: #fff;
    border-radius: 15px;
    transition: .3s;
}

.chat-section .chat-user-item:hover {
    background: #f7f9fb;
    transform: scale(1.01);
}

.chat-section .chat-user-avatar {
    position: relative;
}

.chat-section .chat-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-section .chat-status-online,
.chat-section .chat-status-offline {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.chat-section .chat-status-online {
    background: #2ecc71;
}

.chat-section .chat-status-offline {
    background: #bbb;
}

.chat-section .chat-user-info {
    flex: 1;
    margin-left: 10px;
}

.chat-section .chat-user-info h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.chat-section .chat-user-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.chat-section .chat-user-info p img {
    width: 22px!important;
    height: 22px!important;
    margin-top: 5px!important;
}

.chat-section .chat-user-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.chat-section .chat-user-meta small {
    color: #999;
    font-size: 12px;
}

.chat-section .chat-user-badge {
    background: var(--global-color-04, #217ccf);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 4px;
}

.chatbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    max-width: 400px;
    margin: 0 auto;
}

.chatbox.chatbox-open {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32%;
    height: 100%;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
    overflow: hidden;
    animation: chatboxFade .35s ease;
}

@keyframes chatboxFade {
    from {
        transform: translate(-50%, -45%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.chatbox .chatbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(4px);
}

.chatbox .chatbox-window {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: inherit;
    overflow: hidden;
}

.chatbox .chatbox-header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    box-shadow: 0 6px 11px rgba(0, 0, 0, .15);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 2;
}

.chatbox .chatbox-header .chatbox-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatbox .chatbox-header .chatbox-user img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.chatbox .chatbox-header .chatbox-user p {
    margin: 0;
    font-weight: 500;
}

.chatbox .chatbox-header .chatbox-actions {
    display: flex;
    gap: 0px;
}

.chatbox .chatbox-header img.chatbox-delete {
    height: 28px;
    width: 28px;
}

.chatbox .chatbox-header .chatbox-actions img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 10px;
}

.chatbox .chatbox-body {
    flex: 1;
    overflow-y: auto;
    background: #f8f9fb;
    padding: 30px 15px 70px 15px;
}

.chatbox .chatbox-body .msg {
    margin-bottom: 12px;
    display: flex;
}

.chatbox .chatbox-body .msg-opposite img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.chatbox .chatbox-body .msg-bubble {
    padding: 10px 14px;
    border-radius: 12px;
    max-width: 75%;
    word-wrap: break-word;
}

.chatbox .chatbox-body .msg-blue {
    background: #217ccf;
    color: #fff;
    margin-left: auto;
}

.chatbox .chatbox-body .msg-white {
    background: #fff;
    border: 1px solid #eee;
}

.chatbox .chatbox-body .msg-time {
    font-size: 12px;
    color: #aaa;
    margin-top: 4px;
    text-align: right;
}

.chatbox .chatbox-body .msg-blue .msg-time {
    color: #fff;
}

.chatbox .chatbox-footer {
    background: #fff;
    padding: 10px 16px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    z-index: 2;
}

.chatbox .chatbox-footer .chatbox-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 6px 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.chatbox .chatbox-footer .chatbox-input input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 15px;
    padding-left: 70px;
}

.chatbox .chatbox-footer .chatbox-input button {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #217ccf;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.chatbox .chatbox-footer .chatbox-tools {
    position: absolute;
    left: 25px;
    bottom: 19px;
    display: flex;
    gap: 8px;
}

.chatbox .chatbox-footer .chatbox-tools img {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.chatbox .chatbox-footer .chatbox-smile-panel {
    pointer-events: none;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
    border-radius: 12px;
    padding: 10px;
}

.chatbox .chatbox-footer .chatbox-smile-panel.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.chatbox .chatbox-footer .chatbox-smile-panel img {
    width: 100%;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .chatbox.chatbox-open {
        width: 70% !important;
    }
}

@media (max-width: 991.98px) {
    .chatbox.chatbox-open {
        width: 80% !important;
    }
}

@media (max-width: 767.98px) {
    .chatbox.chatbox-open {
        width: 85% !important;
    }
}

@media (max-width: 575.98px) {
    .chatbox.chatbox-open {
        width: 100% !important;
    }
}

.chatbox #modal-user-delete-chat,
.chatbox #modal-user-block-chat {
    display: block;
    position: fixed;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 6000;
    width: 300px;
    opacity: 0;
    animation: modalFadeIn .3s ease forwards;
}

.chatbox #modal-user-delete-chat p,
.chatbox #modal-user-block-chat p {
    text-align: center;
    text-transform: uppercase;
}

.chatbox #modal-user-delete-chat button,
.chatbox #modal-user-block-chat button {
    color: #fff;
    background: #00c7ff !important;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    border: 0;
    height: 40px;
    transition: transform .2s ease;
}

.chatbox #modal-user-delete-chat button:hover,
.chatbox #modal-user-block-chat button:hover {
    transform: scale(1.05);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

:root {
    --status-online: #00d84a;
    --status-offline: #d5d5d5;
}

.row_user_message {
    display: flex;
    gap: 10px;
}

.tab_user .row_user_message hr {
    margin-top: 15px!important;
    margin-bottom: 30px!important;
}

.row_user_message .user-message {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    transition: .3s;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.row_user_message .user-message:hover {
    background: #f8f8f8;
    cursor: pointer;
}

.row_user_message .user-avatar {
    position: relative;
    margin-right: 12px;
}

.row_user_message .user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.row_user_message .user-avatar .status-dot {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.row_user_message .user-avatar .status-dot.status-01 {
    background: var(--status-online);
}

.row_user_message .user-avatar .status-dot.status-02 {
    background: var(--status-offline);
}

.row_user_message .user-info {
    flex: 1;
}

.row_user_message .user-info h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.row_user_message .user-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: "300-Roboto-Light" !important;
    padding-right: 10px;
}

.row_user_message .right-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.row_user_message .user-badge {
    min-width: 22px;
    height: 22px;
    background: var(--global-color-04);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.row_user_message .block-user-circle {
    display: flex;
    flex-direction: row;
    gap: 15px;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.row_user_message .block-user-circle::-webkit-scrollbar {
    display: none;
}

.row_user_message .block-user-circle img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
    padding: 2px;
}

.row_user_message .block-user-circle h6 {
    text-align: center;
    font-size: 12px;
    color: #656366;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100;
}

@supports (-webkit-touch-callout: none) {
    .User-Chat-Modal .modal-content {
        height: 100dvh;
    }
    .User-Chat-Modal .chat-scroll-area {
        flex: 1;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

.modal {
    overflow: hidden;
    position: fixed;
}

#modal-user-delete-chat,
#modal-user-block-chat {
    display: block;
    position: fixed;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    z-index: 6000;
    width: 300px;
    opacity: 0;
    animation: modalFadeIn .3s ease forwards;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

#modal-user-delete-chat p,
#modal-user-block-chat p {
    text-align: center;
    text-transform: uppercase;
}

#modal-user-delete-chat button,
#modal-user-block-chat button {
    color: #fff;
    background: #00c7ff !important;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    border: 0;
    height: 40px;
    transition: transform .2s ease;
}

#modal-user-delete-chat button:hover,
#modal-user-block-chat button:hover {
    transform: scale(1.05);
}

@keyframes modalFadeIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -60%) scale(.8);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

:root {
  --status-online: #00d84a;
  --status-offline: #d5d5d5;
}

.row_user_message {
  display: flex;
  gap: 10px;
}

.row_user_message .user-message {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  transition: 0.3s;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}

.row_user_message .user-message:hover {
  background: #f8f8f8;
  cursor: pointer;
}

.row_user_message .user-avatar {
  position: relative;
  margin-right: 12px;
}

.row_user_message .user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.row_user_message .user-avatar .status-dot {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.row_user_message .user-avatar .status-dot.status-01 {
  background: var(--status-online);
}

.row_user_message .user-avatar .status-dot.status-02 {
  background: var(--status-offline);
}

.row_user_message .user-info {
  flex: 1;
}

.row_user_message .user-info h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.row_user_message .user-info p {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-family: "300-Roboto-Light" !important;
  padding-right: 10px;
  width: 90%;
}

.row_user_message .right-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.row_user_message .right-panel small {
  position: absolute;
  bottom: 3px;
}

.row_user_message .right-panel div {
  position: absolute;
  top: 3px;
}

.row_user_message .user-badge {
  min-width: 22px;
  height: 22px;
  background: var(--global-color-04);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.row_user_message .block-user-circle {
  display: flex;
  flex-direction: row;
  gap: 15px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.row_user_message .block-user-circle::-webkit-scrollbar {
  display: none;
}

.row_user_message .block-user-circle > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row_user_message .block-user-circle img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
  padding: 2px;
  object-fit: cover;
}

.row_user_message .block-user-circle h6 {
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 12px;
  color: #656366;
  font-family: "300-Roboto-Light" !important;
  font-weight: 100 !important;
}

.row_user_message hr {
  margin: 0px !important;
}


.container_panel_user_tab2 #UserChangeImg  .modal-dialog.modal-fullscreen{
  height: fit-content !important;
}
.container_panel_user_tab2 #UserChangeImg  .modal-content{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.container_panel_user_tab2 .drop-area {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 140px;
  border: 2px dashed #6fc7a4;
  border-radius: 12px;
  background: #f9fefb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  cursor: pointer;
  transition: 0.3s;
}
.container_panel_user_tab2 #nameModal{

}
.container_panel_user_tab2 .drop-area i {
  font-size: 28px;
  color: #4dbf87;
  margin-bottom: 8px;
}
.container_panel_user_tab2 .drop-area.dragover {
  background: #e8f7ef;
  border-color: #4dbf87;
}
.container_panel_user_tab2 .drop-area.filled {
  border-color: #4dbf87;
  background: #f2fdf6;
}
.container_panel_user_tab2 .upload-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.container_panel_user_tab2 .upload-slot {
  width: calc(100% / 3 - 15px);
  height: 130px;
  border: 2px dashed #d3d3d3;
  border-radius: 10px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.container_panel_user_tab2 .upload-slot:hover {
  border-color: #aaa;
  background-color: #f1f1f1;
}
.container_panel_user_tab2 .upload-slot i {
  font-size: 28px;
  color: #999;
}
.container_panel_user_tab2 .upload-slot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.container_panel_user_tab2 .upload-grid .remove-btn {
    width: 22px;
    height: 22px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #e10118;
  color: #fff !important;
  border: none;
  border-radius: 15px;
  padding: 5px;
  cursor: pointer;
}
.container_panel_user_tab2 .upload-grid .remove-btn i {
  font-size: 9px !important;
  color: #fff !important; 
}

#User_Delete_Account div.modal-body button{
  color: #fff;
  background: #00c7ff !important;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border: 0;
  height: 40px;
  transition: transform .2s ease;
}


.container_panel_user_tab2 {
  padding-bottom: 0px !important;
}

.container_panel_user_tab2 .block-user {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px;
  background: #fff !important;
  border-radius: 45px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-top: 50px !important;
}

.container_panel_user_tab2 .block-avatar .user-img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto !important;
  position: relative;
  z-index: 5;
  border-radius: 100%;
  background: var(--global-color-01) !important;
  object-fit: cover;
}

.container_panel_user_tab2 .block-avatar {
  position: relative;
  top: -30px;
  margin-bottom: -30px !important;
}

.container_panel_user_tab2 .row_tabs {
  margin-bottom: 50px;
  margin-top: 15px !important;
}

.container_panel_user_tab2 .row-coupon {
  margin-bottom: 20px !important;
}

.upload-slot {
    position: relative;
}

.upload-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.remove-btn:hover {
    background: rgba(255, 0, 0, 1);
}

.set-main-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #009723;
    color: white;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.set-main-btn i {
    font-size: 9px!important;
    color: #fff!important;
}

.set-main-btn.active i {
    color: yellow!important;
}

.main-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #009723;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    z-index: 10;
}

#UserChangeImg img.choose-img-user {
  width: 100%;
}

#UserChangeImg img.close-fix-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--global-color-01);
  width: 38px !important;
  height: 38px !important;
  border-radius: 100%;
  z-index: 1;
  padding: 10px;
}

#UserChangeImg .avatar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

#UserChangeImg .avatar-item img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

#UserChangeImg .row-border {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -50px;
  background: var(--global-color-01);
  padding-top: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px !important;
}

.block-user .user-name {
  text-align: center;
  color: #515770 !important;
  font-size: 30px !important;
  margin-bottom: 0px !important;
}

.container_panel_user_tab2 .block-user .user-city {
  text-align: center;
  color: #8c95b6 !important;
  font-size: 20px !important;
  margin-bottom: 0px !important;
  font-family: "500-Roboto-Medium" !important;
}

.container_panel_user_tab2 .block-user .block-parameterms {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.container_panel_user_tab2 .tab-up-fix {
  position: absolute;
  top: -190px;
  right: calc(50% - 55px);
  width: auto !important;
  z-index: 5;
}

.container_panel_user_tab2 .tab-up-fix img {
  margin-left: 0px !important;
  width: 25px !important;
  height: 25px !important;
  background: var(--global-color-01);
  border-radius: 100%;
  padding: 5px;
}

.container_panel_user_tab2 .menu-card {
  width: auto;
  margin: 15px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.container_panel_user_tab2 .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.container_panel_user_tab2 .menu-item:last-child {
  border-bottom: none;
}

.container_panel_user_tab2 .menu-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "500-Roboto-Medium";
  font-size: 15px;
}

.container_panel_user_tab2 .menu-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
  font-size: 1rem;
}

.container_panel_user_tab2 .icon-red {
  background-color: #f35c52;
}

.container_panel_user_tab2 .icon-blue {
  background-color: #525df3ff;
}

.container_panel_user_tab2 .icon-green {
  background-color: #3ccca4;
}

.container_panel_user_tab2 .icon-purple {
  background-color: #7a44ff;
}

.container_panel_user_tab2 .icon-orange {
  background-color: #ff7a2f;
}

.container_panel_user_tab2 .badge-new {
  background-color: #a44dff;
  font-size: 0.75rem;
  border-radius: 6px;
  color: white;
  padding: 3px 6px;
}

.container_panel_user_tab2 .menu-item:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.container_panel_user_tab2 .interests-container,
.datingContent .interests-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.container_panel_user_tab2 .interest-tag,
.datingContent .interest-tag {
  background: transparent;
  border: 1px solid #a5a5a5;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.container_panel_user_tab2 .interest-tag.active,
.datingContent .interest-tag.active {
  color: white !important;
}

.container_panel_user_tab2 .interest-tag:hover,
.datingContent .interest-tag:hover {
  color: #fff;
  cursor: pointer;
}

#interestsModal_tab2 .modal-body {
  padding: 15px 0px !important;
}


/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/

.blockMenu1 .blockMenu1List {
    width: auto;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.blockMenu1 .blockMenu1List:nth-last-of-type(1) {
    margin-bottom: 0;
}

.blockMenu1 .blockMenu1List .blockMenu1ListItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}

.blockMenu1 .blockMenu1List .blockMenu1ListItem:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.blockMenu1 .blockMenu1List .blockMenu1ListItem .blockMenu1ListItemLeft {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "500-Roboto-Medium";
    font-size: 15px;
}

.blockMenu1 .blockMenu1List .blockMenu1ListItem .blockMenu1ListItemLeft .blockMenu1ListItemLeftIcon {
    min-width: 34px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    background-color: #f35c52;
}

.blockMenu1 .blockMenu1List form {
    margin: 0;
}

.blockMenu1 .blockMenu1List button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
}

/* -------------------------------------- */

.row__progress-wrapper {
    margin-bottom: 30px;
}

  .row__progress-wrapper button.btn-add {
    border: 1px solid black;
    font-size: 10px;
    margin: 0 !important;
    padding: 2px !important;
    width: fit-content;
  }
  .see-more,
  .line-discount {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    background: #f7df00;
    padding: 1px 6px;
    border-radius: 6px;
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-flex;
    align-items: center;
  }
  .see-more {
    right: 0px;
    width: fit-content;
    left: auto;
  }
  .see-more i{
    font-size: 8px;
    margin-left: 5px;
  }
  .line-discount::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f7df00;
  }
  .progress-wrapper {
    position: relative;
  }
  .progress-wrapper .progress-line {
    background: #ddd;
    border-radius: 3px;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
width: calc(100% - 40px);
left: 20px;
user-select: none !important;
  }
  .progress-wrapper .progress-fill {
    background: #00a000;
    border-radius: 3px;
    height: 2px;
    transition: .4s;
    width: 0%;
    z-index: 2;
  }
  .progress-wrapper .grid {
    align-items: center;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .progress-wrapper .circle {
    align-items: center;
    background: white;
    border: 2px solid #999;
    border-radius: 50%;
    display: flex;
    font-size: 12px !important;
    font-weight: bold;
    height: 22px;
    justify-content: center;
    justify-self: center;
    width: 22px;
  }
  .progress-wrapper .circle:nth-child(1) {
    justify-self: start;
  }
  .progress-wrapper .circle:last-child{
    justify-self: end;
  }

  .progress-wrapper .circle.active {
    background: #00a000;
    border-color: #00a000;
    color: white;
  }

  .progress-wrapper .discount {
    background: #ccc;
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    padding: 1px 8px;
    position: relative;
    transition: .3s;
    width: max-content;
    text-align: center;
  }

  .progress-wrapper .grid .discount {
    justify-self: baseline !important;
    position: relative;
  }

  .progress-wrapper .grid div:nth-child(4) {
    justify-self: center !important
  }

  .progress-wrapper .discount.active {
    background: #00a000;
    opacity: 1;
  }

  .progress-wrapper .discount:last-child {
    justify-self: end !important;
  }
  .progress-wrapper {
    position: relative;
    width: 100%;
  }



  .modal-discount-system .modal-body {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
  .modal-discount-system .modal-body {
    background-image: url('/images/system-discount/background.jpg');
    padding: 0;
    background-size: cover;
  }
  .modal-discount-system .block-progress-modal {
    background: white;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 30px);
    border: 1px solid black !important;
    padding: 30px 0px;
    position: relative;
  }
  .modal-discount-system .block-progress-modal .qr-code {
    background: #fdc83e;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 12.5px;
    font-size: 35px;
    transform: translate(-50%, -50%);
    border: 2px solid #000;
  }
  .accordion-button:not(.collapsed) {
    box-shadow: none !important;
  }
  .modal-discount-system .block-progress-modal .block-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .modal-discount-system .block-progress-modal .block-header img {
    width: 50px;
  }
  .modal-discount-system .block-progress-modal .block-header h3 {
    align-self: center;
    margin-bottom: 0;
  }
  .modal-discount-system .block-progress-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .modal-discount-system .modal-vertical, .modal-discount-system .infoStamp__line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    gap: 25px;
    width: fit-content;
  }
  .modal-discount-system .vertical-line {
    background: #ddd;
    border-radius: 3px;
    height: calc(100% - 25px);
    top: 12.5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4px;
    z-index: 1;
  }
  .modal-discount-system .vertical-fill {
    background: #00a000;
    border-radius: 3px;
    height: 0%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .4s;
    width: 4px;
    z-index: 2;
  }
  .modal-discount-system .v-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }
  .modal-discount-system .v-circle {
    align-items: center;
    background: white;
    border: 2px solid #999;
    border-radius: 50%;
    display: flex;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    width: 20px;
    text-align: center;
    align-content: center;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .modal-discount-system .v-circle.active {
    background: #00a000;
    border-color: #00a000;
    color: white;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-item .v-discount {
    background: #ccc;
    border-radius: 18px;
    font-size: 10px;
    padding: 2px 8px;
    position: relative;
    top: 100%;
    width: 40px;
    height: 19px;
    text-align: center;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-item .v-discount.active {
    background: #00a000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-item .v-discount.active:after {
    content: "";
    background: url("/assets/img/new/check_stamp.png");
    background-size: contain;
    width: 11px;
    height: 11px;
  }
    .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-item .v-discount.active.final:after {
        display: none;
    }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-time {
    position: absolute;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-time p {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .block-progress-modal .v-time p:nth-child(2) {
    font-size: 10px !important;
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .discount-img-popup {
    display: none;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .show-popup {
    display: block;
    opacity: 1;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-card {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 15px 0px;
    padding-bottom: 0px;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-body {
    height: 180px;
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-dash {
    width: calc(100% - 30px);
    display: block;
    border-top: 2px dashed #cfcfcf;
    position: relative;
    margin: 0;
    margin: 0 auto;
    top: 0px;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-card::before,
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-card::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #e1e1e1;
    bottom: 78.5px;
    border-radius: 50%;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-card::before {
    left: -12px;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-card::after {
    right: -12px;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-footer {
    background: #fff;
    padding: 15px;
  }
  .modal-dialog.modal-dialog-centered.modal-fullscreen .modal-body .bonus-btn {
    width: 100%;
    padding: 15px 0;
    background: #faf7ed;
    border: 2px solid #d7d7d7;
    border-radius: 15px;
    font-size: 18px;
    cursor: pointer;
  }
  .modal-discount-system .v-time-circle,
  .modal-discount-system .v-time-discount {
    position: relative;
    z-index: 5;
  }
  .modal-discount-system .v-time-circle,
  .modal-discount-system .v-time-discount {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
  }
  .modal-discount-system .v-time-discount {
    top: 85%;
  }
  .modal-discount-system .v-time-circle p,
  .modal-discount-system .v-time-discount p {
    margin: 0;
    font-size: 12px;
  }
  .modal-discount-system .bonus-card-additional {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 15px;
  }
  .modal-discount-system .bonus-card-additional p {
    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;
  }
  .modal-discount-system .bonus-card-additional * {
    margin: 2.5px 0px !important;
  }
  .modal-discount-system .bonus-card .row__cards {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .modal-discount-system .bonus-card .row__cards div:nth-child(1) {
    width: 20%;
    padding: 0px 15px;
  }

  .modal-discount-system .bonus-card .row__cards div:nth-child(1) img {
    width: 100%;
  }

  .modal-discount-system .bonus-card .row__cards div:nth-child(2) {
    width: 80%;
    padding: 0px 5px;
  }

  .modal-discount-system .bonus-card .row__cards div:nth-child(2) * {
    margin: 0px !important;
  }

  .modal-discount-system .bonus-card .row__cards div:nth-child(2) h3 {
    font-size: 16px !important;
  }

  .modal-discount-system .bonus-card .row__cards div:nth-child(2) p {
    font-size: 12px !important;

    font-family: "300-Roboto-Light" !important;
    font-weight: 100 !important;

  }

  .infoStamp__successList .infoStamp__successListItem {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #02a902;
    border-radius: 14px;
    box-sizing: border-box;
  }

 .infoStamp__successList .infoStamp__successListItem:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .infoStamp__successList .infoStamp__successListItem:nth-of-type(1) {
    margin-top: 30px;
  }

  .infoStamp__successList .infoStamp__successListItem .infoStamp__successListItemText {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
  }

  .infoStamp__successList .infoStamp__successListItem .infoStamp__successListItemText span {
    font-weight: 600;
    font-size: 14px;
  }

  .infoStamp__successList .infoStamp__successListItem .infoStamp__successListItemDate {
    font-size: 12px;
    color: #fff;
  }

  .infoStamp__successList .infoStamp__successListItem .infoStamp__successListItemDate span {
    font-weight: 600;
    font-size: 13px;
  }

  .stampSuccessEmpty {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .stampSuccessEmpty span {
    font-family: "500-Roboto-Medium";
    font-size: 18px;
    text-align: center;
    display: block;
  }

  .stampSuccessEmpty img {
    height: 140px;
  }

/* ------------------------------------------------ */

.autocomplete-wrapper {
    position: relative;
}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.autocomplete-suggestions.show {
    display: block;
}

.suggestion-item {
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.suggestion-item:hover {
    background: #f5f5f5;
}

.suggestion-item:last-child {
    border-radius: 0 0 8px 8px;
}

.suggestion-empty {
    padding: 10px 16px;
    color: #999;
    font-size: 14px;
}

/* ------------------------------------ */

.stampSuccessModalContent {
    text-align: center;
}

.stampSuccessModalContent .stampSuccessModalContentIcon {
    width: 80px;
    margin-bottom: 15px;
}

.stampSuccessModalContent h3 {
    margin-bottom: 10px;
}

.stampSuccessModalContent .stampSuccessModalContentText1 {
    font-size: 15px;
    margin-bottom: 10px;
}

.stampSuccessModalContent .stampSuccessModalContentNumber {
    font-size: 46px;
    color: red;
    font-weight: 600;
    margin-bottom: 15px;
}

.stampSuccessModalContent .stampSuccessModalContentText2 {
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
}