.modal.msg-helper-alert{
    padding-right: unset !important;
}
.modal.msg-helper-alert.in,
.modal.msg-helper-alert {
    z-index: 99991 !important;
    position: fixed;
}
.modal.msg-helper-alert.in~.modal-backdrop,
.modal-open .modal.msg-helper-alert.in~.modal-backdrop{
    z-index: 99990 !important;
}
/*.modal.msg-helper-alert.msg-helper-modal.in,
.modal.msg-helper-alert.msg-helper-modal {
    z-index: 99998 !important;
}
.modal.msg-helper-alert.msg-helper-modal.in + .modal-backdrop,
.modal-open .modal.msg-helper-alert.msg-helper-modal.in + .modal-backdrop {
    z-index: 99997 !important;
}*/

.msg-helper-alert .modal-title {
    width: 100%;
    text-align: center;
    padding: 5px 15px 10px 15px;
    color: #0f8db1;
    font-size: 20px;
    line-height: 40px;
    font-family: "OpenSans", Arial;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
}

.msg-helper-alert .custom-modal-title {
    width: 100%;
    text-align: center;
    padding: 5px 15px 5px 15px;
    color: #0f8db1;
    font-size: 20px;
    line-height: 20px;
    font-family: OpenSans,Arial;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
}

.msg-helper-alert .msg-desc-container {
    padding: 1em 1.75em;
    text-align: center;
}

.msg-helper-alert .msg-desc-container .msg-desc {
    margin: 5px 0px;
    font-size: 14px;
    font-family: "OpenSans", Arial;
    line-height: 1.42857143;
    color: #333;
}

.msg-helper-alert button {
    margin: 0px;
}

.msg-helper-alert .btn-alert-close {
    background-color: transparent;
    border: 2px solid #0f8db1;
    color: #0f8db1;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: 600;
}

.msg-helper-alert .btn-alert-close:hover,
.msg-helper-alert .btn-alert-close:focus {
    background-color: #0f8db1!important;
    color: #d0f0f8!important;
}

.msg-helper-alert .modal-header {
    border-bottom: 0px !important;
    padding: 5px 10px;
    height: auto !important;
    min-height: 16.43px;
}

.msg-helper-alert .modal-footer {
    display: flex;
    justify-content: center !important;
    border-top: 0px !important;
}

.msg-helper-alert .modal-header .close {
    color: #0b647e;
    opacity: 0.6;
    top: 12px;
    right: 12px;
    position: absolute;
    width: 15px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.msg-helper-alert .modal-header .close>span {
    margin: 0px;
    padding: 0px;
}

.msg-helper-alert .modal-header .close:focus {
    border: unset  !important;
    text-decoration: none !important;
    outline: 2px solid #006885 !important;
    outline-offset: 1px !important;
}

.msg-helper-alert .modal-header .close:hover {
    color: #0b647e;
    text-decoration: none;
    opacity: .8;
}

.msg-helper-alert .btn-blue {
    background-color: transparent;
    border: 2px solid #0f8db1;
    color: #0f8db1;
    text-transform: uppercase;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    height: 40px;
    position: relative;
    font-family: "OpenSans", Arial !important;
    transition: 0.2s ease-in-out all;
    text-decoration: none;
    border-radius: 3px;
    -ms-overflow: hidden;
    -ms-border-radius: 3px;
    display: inline-block;
    padding: 8px 35px;
}

.msg-helper-alert .btn-blue:hover,
.msg-helper-alert .btn-blue:focus {
    background-color: #0f8db1 !important;
    color: #d0f0f8 !important;
}

.msg-helper-alert .modal-lg-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: auto !important;
}

.msg-helper-alert.modal:before{
    content: unset
}

.msg-helper-alert .modal-content {
    min-height: 210px;
}
.msg-helper-alert .custom-modal-body{
    padding: 5px 15px 30px 15px;
}

@media  screen and (max-width: 768px) {
    .msg-helper-alert .modal-content {
        min-width: 70vw;
    }
}
@media screen and (max-width: 414px) {
    .msg-helper-alert .modal-lg-centered {
        width: 95%;
    }
    .msg-helper-alert .modal-footer {
        flex-direction: column;
    }
    .msg-helper-alert .btn-alert-close {
        margin: 10px 0px !important;
    }
}