hr {
    background-color: #f7f9ff;
    height: 20px;
    border: none;
}

.levy-group-page-container {
    margin-top: -8rem;
}

.title-header {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
}

.card.rounded {
    border-radius: 10px !important;
}

.form-control {
    height: calc(1.5em + 0.75rem + 8px) !important;
    border-radius: 10px;
}

.btn-exsub:hover {
    background-color: #fff;
    color: #ff6060;
    border: 1px solid #ff6060;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-modal-add i {
    margin-right: 5px !important;
}

.font-playfair {
    font-family: "Playfair Display", serif;
}

.applicant-form {
    margin: 1.25em 0em;
}

.bg-exc-trash {
    padding: 2px 6px;
    background-color: #fcddec;
    border-radius: 4px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff4545;
    border-color: #ff4545;
}

.btn-contribute {
    width: 200px;
    border: 2px solid #ff6060;
}

.text-grey {
    color: #636e72;
}

.btn-add-app {
    display: flex;
    width: auto;
    height: auto;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #272727;
    background: var(--primary-white, #fff);
    color: #272727 !important;
    font-weight: 500;
}

.btn-add-app:hover {
    display: flex;
    width: auto;
    /* height: auto; */
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid var(--iris-100, #272727);
    background: var(--primary-white, #fff);
    color: #272727 !important;
    font-weight: 500;
}

.btn-back {
    display: flex;
    width: auto;
    height: auto;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #666666;
    background: var(--primary-white, #fff);
    color: #666666 !important;
    font-weight: 500;
}

.btn-back:hover {
    background: #666666;
    color: #ffffff !important;
}

.btn-continue {
    display: flex;
    width: auto;
    height: auto;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #ff6060;
    background: #ff6060;
    color: #fff !important;
    font-weight: 500;
}

.hidden {
    display: none;
}

.empty {
    background: #fcddec;
}

.arrival_date[readonly] {
    background-color: transparent;
    opacity: 1;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
}

.font-size-14 {
    font-size: 14px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.br-gray {
    width: 200px;
    height: auto;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid var(--Grey-Text, #666);
    background: var(--primary-white, #fff);
    color: #666;
    margin-right: 15px;
}

.br-gray:hover {
    color: #666;
}

.cont-ca {
    justify-content: flex-end;
}

.btn-add-app {
    width: max-content;
}

.select2-hidden-accessible {
    display: none;
}

#preloader {
    display: none !important;
}

#preloader.blck_imprt {
    display: block !important;
}

.br-gray,
.btn-contribute {
    height: 54px;
}

.info-validation {
    display: none;
}

.jconfirm-content {
    text-align: justify;
}

.amounts_section {
    border: none !important;
}

.amounts_total_section {
    border: 1.5px solid #e2eafe;
    border-radius: 12px;
    padding: 12px;
}

.modalLevy .modal-content {
    background-color: #fff !important;
}

.border-red {
    border: 1px solid #ff6060;
    border-radius: 12px;
    width: 750px;
    max-width: 90vw;
}

.border-warning {
    border: 1px solid #ec9006;
    border-radius: 12px;
    width: 750px;
    max-width: 90vw;
}

.date-bg-sky {
    background-color: #f7f9ff !important;
    border-radius: 12px;
    display: block;
    width: 500px;
    max-width: 80vw;
}

.annouce-text {
    width: 500px;
    max-width: 80vw;
    color: #8d8d8d;
    display: block;
}

.btn_arrow_bottom {
    display: none !important;
}

img.btn_levy_bottom {
    display: none !important;
}

.select2 {
    width: 100% !important;
    border: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    /* border: none !important; */
    /* border-radius: 10px;
    height: 44px !important; */
}

.form-control.empty {
    border: 1px solid #ff0000 !important;
}

.country-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #000;
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .cont-full {
        /* padding-left: 150px;
        padding-right: 150px; */
        max-width: 944px;
    }
}

@media (max-width: 575px) {
    body {
        background: #f7f9ff;
        background-color: #f7f9ff;
    }

    .row {
        width: 100%;
        margin: 0px;
    }

    .levy-group-page-container {
        margin-top: 0px !important;
    }

    .cont-full {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-add-app {
        width: 100% !important;
    }

    h5 {
        font-size: 1rem;
    }

    .br-gray,
    .btn-contribute {
        width: calc((100% / 2) - 10px);
        min-width: calc((100% / 2) - 10px);
    }

    .br-gray {
        margin: 0px;
    }

    .cont-ca {
        justify-content: space-between;
    }

    .cont-full .cd-dt {
        padding-right: 0px;
        padding-left: 0px;
    }

    span.title-pay {
        display: none !important;
    }

    .btn-action {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .row-action {
        margin-top: 1.5rem !important;
    }
}
