<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    height: 20%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

label.error {
    color: red !important;
}

.live_group img:hover {
    cursor: pointer;
}

#modal_login .modal-footer {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 13px;
    border-top: none;
}

    #modal_login .modal-footer a {
        color: #ee602a;
    }

.close-promo:hover, input[type=checkbox], .fa-redo-alt, .fa-copy, .fa-trash-alt {
    cursor: pointer;
}

.no-scroll-y {
    overflow-y: auto;
}

.validation-message-field {
    padding: 10px;
    border: 1px solid #ee602a;
    border-radius: 10px;
}

.validation-message.valid {
    color: #72ff41;
}

.validation-message.invalid {
    color: red;
}

#form_registration_1 .validation-message.valid, #form_chgpassword .validation-message.valid {
    color: green;
}

#form_registration_1 .btn_join:hover, #form_registration_2 .btn_join:hover, #registration_success .btn_join:hover {
    color: black;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #ee602a;
    padding: 10px 0;
}

.side_tit {
    text-transform: uppercase;
}

.fa-copy {
    color: #ee602a;
}

.btn-info {
    border-color: #ee602a !important;
}

.mailbox .text-left {
    color: black;
}

    .mailbox .text-left:hover {
        cursor: pointer;
    }

.unread {
    color: #ee602a !important;
}

.transfer-load {
    width: 20% !important;
    height: 20% !important;
}

table.dataTable tbody tr td {
    border-bottom: 1px solid #c8c8c8;
}</pre></body></html>