.modal-content {
    border-radius: 16px !important;
}

.modal-content h1 {
    font-size: 20px !important;
}

.m-menu-close-btn-modal {
    margin-top: 8px;
    margin-right: 8px;
    width: 48px;
    height: 48px;
}

.modal-form-elements {
    /*overflow-x: auto;*/
}

.modal-menu-title {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.modal-body .a-form-label {
    margin-bottom: 8px;
}

.modal-menu-title p {
    margin-top: -24px !important;
    color: #a5a5a5;
}

.modal-req-button {
    margin-top: 24px !important;
    width: 100% !important;
}

.modal-body .a-form-input {
    margin-bottom: 16px !important;
}

.m-menu-close-btn-modal {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff !important;
}

.x-icon-modal {
    margin-top: 0px;
}

.modal p {
    color: #a5a5a5;
}

.modal strong {
    white-space: normal;
}

.modal h2 {
    margin-bottom: 8px !important;
}

.dr-disc__pragraph {
    height: 432px;
    overflow: scroll;
}

.sm__modal {
    margin-top: 8px;
    margin-bottom: -16px;
    width: 100%;
    text-align: center;
}

.cookie-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cookie-option {
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
}

.cookie-selection {
    gap: 24px;
}

.cookie-selection label {
    margin-left: 12px;
}

.filter-modal__elements {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.filter-modal-select__m {
    width: 205px;
}

.f-modal__elements {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fm_select {
    width: 200px !important;
}

.filter-input__name {
    margin-bottom: 0;
}

.filter-input__select {
    margin-bottom: 16px;
}

.filter-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.filter-modal__texts label {
    font-size: 14px !important;
}

.filter-modal__mobile-btns {
    display: none;
}

.a-form-label {
    text-align: left;
    margin-bottom: 12px;
}

@media (max-width: 999px) {
    .filter-modal__elements {
        gap: 0px;
        flex-direction: column;
    }
    .filter-modal-select {
        width: 100% !important;
    }
    .filter-input__name {
        margin-top: 8px;
        margin-right: 0px;
    }
    .filter-modal__mobile-btns {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
        gap: 10px;
    }
    .filter-modal__mobile-btn {
        width: 100%;
    }
}
.modal-header{
    padding: 20px 27px !important;
}