.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}
.card {
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(3, 0, 71, 0.09);
    box-shadow: 0 1px 3px rgba(3, 0, 71, 0.09);
}
.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ecebf1;
}
.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.clean_modal a.btn {
    letter-spacing: 0px !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}
.clean_modal a.btn img {
    margin-right: 6px;
}
.clean_modal .close {
    position: absolute;
    right: 0;
    top: -34px;
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
}
.clean_modal .modal-content {
    border-radius: 0;
    border: unset;
}
.clean_modal .modal-content .modal-body {
    padding: 50px 40px;
}
@media (min-width: 576px) {
    .clean_modal .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
    .clean_modal .modal-dialog.modal-md {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media only screen and (max-width: 991px) {
    .clean_modal .modal-body {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    .clean_modal .modal-content .modal-body {
        padding: 20px 26px;
    }
    .clean_modal .modal-content .modal-body .form-group {
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    .clean_modal.clean_modal-lg .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .clean_modal.clean_modal-lg .modal-content .modal-body {
        padding-bottom: 25px;
    }
}
