<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468
}

.modal-orange .modal-header {
    border-bottom: 3px solid #fb6e52
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0)
}

    .modal-content .close {
        font-size: 26px
    }

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5
}

.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5
}

    .modal-header .close {
        font-size: 26px
    }

.modal-backdrop {
    background-color: #fff
}

    .modal-backdrop.in {
        zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

.modal-message .modal-dialog {
    width: 300px
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px
}

    .modal-message .modal-header .fa, .modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
        font-size: 30px
    }

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px
}

.modal-message .modal-body {
    color: #737373
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468
}
</pre></body></html>