
.cs-modal-open {
    overflow: hidden;
}

.cs-modal-open .cs-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.cs-modal {
    background-color: rgba(24, 29, 54, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.cs-show {
    display: block;
}




/* .modal.cs-show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
} */


.cs-modal-dialog {
    max-width: 695px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    position: relative;
    width: auto;
    pointer-events: none;
}


.cs-modal-content {
    padding: 35px 45px;
    border: 0;
    border-radius: 15px;
    background: #f8f9fc;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
    /* margin-top: -25px;
    transition: margin-top 2s; */
}

/* .cs-show .cs-modal-content {
    margin-top: 0;
} */

.cs-modal-title {
    color: #e50051;
    font-size: 32px;
    margin-bottom: 20px;
}

.cs-modal-footer {
    text-align: right;
}

.cs-modal-footer .cs-confirm {
    margin-top: 30px!important;
}

.cs-error {
    color: #bf130d;
    display: none;
    font-weight: bold;
    margin-top: 10px;
}

.clCountry-FR .hide- {
    display: none!important;
}

/* .cs-modal-dialog {
    content: "";
    display: block;
}


@media (min-width: 576px) {
    .cs-modal-dialog::before {
    height: calc(100vh - 3.5rem);
    }
} */

@media (max-width: 690px) {
    .cs-modal-dialog {
        padding: 0 20px;
    }

    .cs-modal-title {
        line-height: 30px;
    }
} 