<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************* CUSTOM CSS ***********************************************/
/* กำหนดสีหลักของระบบ */
:root {
    --main-color: #0c1427; /*น้ำเงินเข้ม*/
    --main-color2: #727cf5; /*ม่วงอ่อน*/
    --tbl-header: #c6caff; /*ม่วงหัวตาราง*/
}


/* กำหนด font หลักของระบบ */
@font-face {
    font-family: 'Kanit-Regular';
    src: url('../theme/fonts/Kanit/Kanit-Regular.ttf') format('truetype');
}

body {
    font-family: 'Kanit-Regular'
}

.color-red {
    color:red;
}

.login-brand {
    color: var(--main-color);
    padding: .25rem;
    font-size: 2.25rem;
    font-weight: bold;
    white-space: nowrap
}

    .login-brand span {
        color: var(--main-color2);
        font-weight: bold;
    }

.btn-login {
    font-size: 1.25rem !important;
    padding: 0.5rem 1.25rem !important;
}

.sch-panel {
    padding: 15px;
    background: #ebeaff;
    border-radius: 0.5rem;
}

.PayOnTime { /*จ่ายตรง*/
    color: #1DA806;
    background-color:transparent;
}
.PayLate { /*จ่ายทบ*/
    color: #1DA806;
    background-color: transparent;
}
.PaySick { /*โรค*/
    color: #1DA806;
    background-color: transparent;
}
.PayEscape { /*หนี*/
    background: #ff5c5c;
    color: #9d0000;
    text-align: center;
}
.PayNothing { /*ไม่จ่าย*/
    background: #ff666685;
    color: #9d0000;
    text-align: center;
}
.PayLateRemark {
    background: #fff;
    color: #1DA806;
    text-align: center;
    content:'/' !important;
}
.PayEmpty {
    background: #fff;
}
.PayStart {
    background: #9d0000;
}
.PayEnd {
    background: #0fff23;
}
    /******************************************* CUSTOM Table ***********************************************/
    .table thead tr {
        background: var(--tbl-header);
    }

    .table thead tr th {
        color: var(--main-color) !important;
        font-size: 1rem !important;
        text-align: center !important;
        padding: .2rem;
    }
    .table thead tr td {
        padding: 0.2rem;
        text-align: center;
        
    }

        .table thead tr th label {
            margin: 0;
        }
        .table td {
            padding: 0.2rem;
            text-align: center;
            border: 1px solid black;
            
            
        }


/******************************************* CUSTOM Sweet alert lib *************************************/
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0,100%);
    width: 32em;
    max-width: 100%;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
    min-height: 200px;
}
</pre></body></html>