﻿body {
    font-size: 14px;
    line-height: 1.6rem;
    letter-spacing: .004em;
    color: #958d9e;
    background: #EDEDF5;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Noto Sans Khmer';
    src: url('../fonts/NotoSansKhmer-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif, "Noto Sans Khmer";
}



.moul-regular {
    font-family: "Moul", serif;
    font-weight: 400;
    font-style: normal;
}

.koulen-regular {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.battambang-thin {
    font-family: "Battambang", system-ui;
    font-weight: 100;
    font-style: normal;
}

.battambang-light {
    font-family: "Battambang", system-ui;
    font-weight: 300;
    font-style: normal;
}

.battambang-regular {
    font-family: "Battambang", system-ui;
    font-weight: 400;
    font-style: normal;
}

.battambang-bold {
    font-family: "Battambang", system-ui;
    font-weight: 700;
    font-style: normal;
}

.battambang-black {
    font-family: "Battambang", system-ui;
    font-weight: 900;
    font-style: normal;
}

.logo1 {
    width: 200px;
}
.logo-header-default {
    width: 30%;
}
.logo-default {
    width: 10%;
}
.logo-bottom {
    width: 10%;
}
@media only screen and (max-width: 768px) {

    .logo1 {
        width: 28%;
    }

    .logo-default {
        width: 43%;
    }
    .logo-bottom {
        width: 17%;
        
    }

}

.company-title {
    padding-top: 10px;
}

.login-m-t-5 {
    margin-bottom: 5px !important;
}
.login-fg {
    float: right;
    margin-right: 8px;
}
.login-lg {
    text-align: right;
}
.login-lg > select {
        display: inline;
        background: unset;
        border: unset;
}





.pin-input {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .pin-input > input {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 24px;
        border: 2px solid #ccc;
        border-radius: 8px;
        background: white;
        outline: none;
        transition: border-color 0.3s;
    }

    .pin-input input:focus {
        border-color: #007BFF;
    }

.pin-container > form > button[type="submit"] {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background: #007BFF;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

    .pin-container > form > button[type="submit"]:hover {
        background: #0056b3;
    }





body {
    background: radial-gradient(circle at 20% 20%, rgba(59,130,246,.15), transparent 50%), radial-gradient(circle at 80% 80%, rgba(34,197,94,.12), transparent 50%), #f8fafc;
}

.nav-tabs {
    border: none;
    background: #f1f5f9;
    border-radius: 12px;
    padding: 4px;
    width: fit-content;
}

    .nav-tabs .nav-link {
        border: none;
        border-radius: 8px;
        color: #64748b;
        font-weight: 500;
        padding: 8px 16px;
        transition: all .2s;
    }

        .nav-tabs .nav-link.active {
            background: #ffffff;
            color: #0f172a;
            box-shadow: 0 2px 6px rgba(0,0,0,.08);
        }

.card {
    border-radius: 20px;
    overflow: hidden;
}

.btn-primary {
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.form-control {
    border-radius: 12px;
    padding: 12px;
}

.badge {
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 500;
}
.custom-font-select {
    padding: 0;
    padding-left: 12px;
    font-size: 14px;
}