<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*For all*/
@media print {
    body {
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }
}
.bootstrap-select.disabled, .bootstrap-select &gt; .disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.text-highlight {
    text-decoration: underline;
    color: blue;
    font-weight: 400;
}

.text-break {
    word-wrap: break-word;
}

.text-fs11 {
    font-size: 11px !important;
}

.text-error {
    font-size: 14px;
    font-weight: 500;
    color: red;
}

.Warning1 {
    font-size: 9pt;
    color: #ff0000;
    font-weight: bold;
}

.Warning2 {
    font-size: 11pt;
    color: #ffffff;
    font-weight: bold;
}

.Warning3 {
    font-size: 110%;
    color: #008000;
    font-weight: bold;
}

.Warning4 {
    font-size: 9pt;
    color: #ff0000;
}

.Warning5 {
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.table-custom1 th, .table-custom1 td {
    vertical-align: middle;
    text-align: center;
}

.vcb-footer-notification {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.icon-spin {
    display: inline-block;
    animation: spin 1s infinite linear;
}

.spinner {
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-reverse {
    display: inline-block;
    animation: spin-reverse 1s linear infinite;
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.blockOverlay {
    z-index: 1050 !important;
}

.blockElement, .blockPage {
    z-index: 1051 !important;
}

/*.swal-overlay {
    background-color: rgba(43, 165, 137, 0.45);
}
.swal-modal {
    background-color: rgba(63,255,106,0.69);
    border: 3px solid white;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}*/
@media screen\0 {
    .swal-overlay {
        visibility: hidden;
    }

    .swal-overlay--show-modal {
        visibility: visible;
    }

    .swal-button__loader {
        visibility: hidden;
    }

    .swal-overlay--show-modal .swal-modal {
        visibility: visible;
    }

    .swal-modal {
        visibility: hidden;
    }
}
.swal-text {
    color: #212529;
}
.swal-title {
    color: #00502f;
    font-weight: 700 !important;
    text-align: center !important;
}
/*swal-button--{type}  example is swal-button--confirm*/
.swal-button {
    color: #fff;
    background-color: #8cc53f;
    border-color: #8cc53f;
}
.swal-button--cancel {
    color: #00502f;
    background-color: #d7d7d7;
    border-color: #d7d7d7;
}
.swal-button--confirm {
    color: #fff;
    background-color: #8cc53f;
    border-color: #8cc53f;
}
/*For Master_New*/


/*For Noti_New*/


/*For IB_New*/


/*For Corp_New*/
.table-custom2 {
    background: linear-gradient(to left, #00502f, #8cc53f);
    color: #fff;
}

    .table-custom2 th, .table-custom2 td {
        vertical-align: middle;
        text-align: center;
    }

.icon-success-01 {
    background-image: url(../images/icons/icon-check-large.png);
    width: 30px;
    height: 30px;
    background-size: contain;
}
</pre></body></html>