@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Kanit', sans-serif;
}

loading-page {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

loading-page::after {
    content: "กำลังโหลดข้อมูล";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-outline-primary {
    border-color: rgb(65, 105, 225);
    color: rgb(65, 105, 225);
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: rgb(65, 105, 225) !important;
}

.btn-outline-success {
    border-color: #80b918 !important;
    color: #80b918;
}

.btn-outline-success:hover, .btn-outline-success:active {
    background-color: #80b918 !important;
}

.btn-outline-success:disabled {
    color: #80b918 !important;
}

.btn-danger {
    background-color: #ef233c;
    border-color: #ef233c;
}

.btn-danger:hover, .btn-danger:active {
    background-color: #ef233c !important;
}

.btn-success {
    background-color: #80b918;
    border-color: #80b918;
}

.btn-success:hover, .btn-success:active {
    background-color: #75a815 !important;
}