.no-scroll-dialog{
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
.iti--container{
    z-index: 10300!important;
}
.cabinet-modal {
    z-index: 10200;
}
.cabinet-modal-backdrop {
    z-index: 10199;
}

.djflowers-cabinet-modal{
    max-width: 460px;
    width:100%;
    padding: 45px;
    border-radius: 15px;
    background: #FFF;
}

.djflowers-cabinet-modal__close{
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 10px;
    top: 9.5px;
    border-radius: 45px;
    border:0px;
    background:transparent;
    z-index: 1;
}

.djflowers-cabinet__form_body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.fields-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.input-wrapper{ 
    width:100%;
}


.djflowers-cabinet__form .btn.btn-primary{
    display: flex;
    height: 45px;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;
    background: #403C3B;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.djflowers-cabinet__form .btn.btn-primary:hover{
    background: #403C3B;
}
.djflowers-cabinet__form input.form-control{
    display: flex;
    height: 45px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E6E5E5;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    line-height: 20px; 
}
.djflowers-cabinet__form input.form-control::placeholder{
    color: #95908E;
}
.cabinet .password-field:has(input[type=text]) .password-field__toggle:before {
    -webkit-mask-image: url('/assets/images/tpl/eye-open.svg');
    mask-image: url('/assets/images/tpl/eye-open.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;

    background-color: currentColor; /* цвет иконки */
}

.cabinet .password-field:has(input[type=password]) .password-field__toggle:before {
    -webkit-mask-image: url('/assets/images/tpl/eye-closed.svg');
    mask-image: url('/assets/images/tpl/eye-closed.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;

    background-color: currentColor;
}

.cabinet .password-field:has(input.is-invalid) .password-field__toggle, .cabinet .password-field:has(input.is-valid) .password-field__toggle {
    right: 0px;
}

.cabinet_modal_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch; 
}

.cabinet_modal_header .cabinet_modal_title{
    color: #000;
    font-family: Jost;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: -0.15px;
    text-align:center;
}

.cabinet_modal_header .cabinet_modal_subtitle,.cabinet_modal_header .cabinet_modal_subtitle a{
    color: #000;
    font-family: Inter;
    font-size: 15px;
    line-height: 25px;
    text-align:center;
}
.cabinet_modal_header .cabinet_modal_subtitle a{
    text-decoration:underline;
}

.form-custom-row{
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.form-custom-row .form-check-wrapper{
    display: flex;
    padding: 10px 0;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}
.djflowers-cabinet__form_body .iti{
    width:100%;
}
.form-custom-row .form-check-wrapper label{
    color: #000;
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
    
}
.form-custom-row .recovery-password-wrapper{
    display: flex;
    padding: 10px 0;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    justify-content: flex-end;
}
.form-custom-row .recovery-password-wrapper a{
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    line-height: 20px; 
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Прячем стандартный чекбокс */
.form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Стили контейнера */
.form-custom-row .form-check-wrapper .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding-left:0px;
    margin-bottom: 0px;
}

/* Кастомная коробочка */
.nowrap{
    white-space: nowrap;
}
.djflowers-cabinet-modal .form-check-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #aaa;
    transition: all 0.2s ease;
    margin-right: 7px;
    vertical-align: middle;
}

/* Галочка */
.djflowers-cabinet-modal .form-check-input:checked + .form-check-label::before {
    background-color: #8B9B78; /* зелёный фон */
    border-color: #8B9B78;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M6.173 12.067a.75.75 0 01-1.06-.01L2.646 9.589a.75.75 0 111.06-1.06l2.385 2.384 6.293-6.293a.75.75 0 111.06 1.06L6.173 12.067z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
}

@media (max-width: 575px) {
    .cabinet_modal_header .cabinet_modal_subtitle,.cabinet_modal_header .cabinet_modal_title{
        text-align:left;
    }
    .cabinet_modal_header .cabinet_modal_title{
        font-size: 22px;
        line-height: 30px; 
        letter-spacing: 0px;
    }
   .djflowers-cabinet-modal{
        width: 100%;
        max-width: calc(100% - 30px);
        margin-left:15px;
        margin-right:15px;
        padding: 30px;
    } 
    .cabinet_modal_header{
        align-items: flex-start;
    }
}

/*  CUSTOM ALERT */
.custom-alert{
    display: flex;
    flex-direction: column;
    gap: 30px; 
}
.custom-alert-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.custom-alert-body .custom-alert-title{
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 22px;
    line-height: 30px;
}

.custom-alert-body .custom-alert-text{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    line-height: 25px;
}
.custom-alert .custom-alert__close{
    display: flex;
    height: 45px;
    width:100%;
    padding: 10px 25px;
    border:0px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #403C3B;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.custom-alert-body .custom-alert__close:hover{
    background: #403C3B;
}

#iti-0__search-input{
    height:40px!important;
}