<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modalbox, .modalBox2 {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 8px #171a24;
    box-sizing: border-box;
    color: #182a3c;
    /*min-height: 20%;
    min-width: 40%;*/
    padding: 35px;
    transform: scale(0.95);
    width: 80%;
    border-radius: 20px;
}

.MgageApponlineModalbox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 8px #171a24;
    box-sizing: border-box;
    color: #182a3c;
    /*min-height: 20%;
    min-width: 40%;*/
    padding: 35px;
    transform: scale(0.95);
    width: 50%;
    border-radius: 20px;
}

img.iw-closeImg {
    height: 24px;
    width: 24px;
}
.modalFooter {
    bottom: 0;
    color: #fff;
    position: absolute;
}
.modalFooter span {
    cursor: pointer;
}
.iw-modalOverlay {
    background: none repeat scroll 0 0 #000;
    opacity: 0.5;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 5px;
    /*left: 5px;*/
    right: 7px;
    width: 28px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
    font-size: 22px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.remodal-close:after {
    display: block;
    text-align: center;
    /*font-size: 32px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;*/
    content: "×";
    cursor: pointer;
    text-decoration: none;
    color: #3e5368;
    font-size: 22px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-close:hover, .remodal-close:active {
    background: #3e5368;
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #f4f4f4;
}

@media only screen and (max-width: 640px) {
    .modalbox, .modalBox2 {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 0 8px #171a24;
        box-sizing: border-box;
        color: #182a3c;
        /*min-height: 20%;
    min-width: 40%;*/
        padding: 30px;
        transform: scale(0.95);
        width: 100%;
        border-radius: 0px;
    }

    .MgageApponlineModalbox {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 0 8px #171a24;
        box-sizing: border-box;
        color: #182a3c;
        /*min-height: 20%;
    min-width: 40%;*/
        padding: 30px;
        transform: scale(0.95);
        width: 100%;
        border-radius: 0px;
    }

    .remodal-close {
        display: none;
    }
}

/*Modal*/
.modalbox .ModalLeftPanel {
    width: 50%;
    float: left;
    clear: both;
}

.modalbox .ModalRightPanel {
    width: 50%;
    float: right;
}

.modalbox .wrapper {
    clear: both;
    min-height: 80px;
    padding: 5px;
}

.modalbox .TitleText {
    margin: 0px 10px;
}

.modalbox .boxRight {
    margin: 0px 10px;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .modalbox .ModalLeftPanel,
    .modalbox .ModalRightPanel {
        width: 100%;
        clear: both;
    }

    .modalbox .wrapper {
        clear: both;
        min-height: 80px;
        padding: 0px;
    }

    .modalbox .TitleText {
        margin: 0px;
    }

    .modalbox .boxRight {
        margin: 0px;
        overflow: visible;
    }
}</pre></body></html>