<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CustomModal .modal-dialog {
    top: 10vh;
}

.CustomModal .modal-content {
    border-radius: 0;
    border: none;
}

.CustomModal .modal-header {
    background: #FFA101;
    height: 50px;
    border-bottom: none;
    border-radius: 0;
}

.CustomModal .modal-body {
    text-align: center;
}

    .CustomModal .modal-body .fa-check-circle {
        color: #4A9463;
        font-size: 4em;
        margin-bottom: 25px;
    }

    .CustomModal .modal-body p {
        font-size: medium;
        color: #010101;
    }

.CustomModal .modal-footer {
    border-top: none;
    display: block;
    text-align: center;
}

    .CustomModal .modal-footer .congrate-btn {
        width: 95px;
        height: 50px;
        color: #fff;
        background: #FFA101;
        border-radius: 15px;
        margin: auto;
    }
</pre></body></html>