﻿:root {
    --falcon-pagination-disabled-border-color: #dee2e6;
    --bs-body-font-family: Inter,sans-serif;
}

/*------------------------ fonts ------------------------*/
@font-face {
    font-family: 'cs_chatthaiuiregular';
    src: url('../fonts/CSChatThaiUI/cschatthaiui-webfont.eot');
    src: url('../fonts/CSChatThaiUI/cschatthaiui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/CSChatThaiUI/cschatthaiui-webfont.woff2') format('woff2'), url('../fonts/CSChatThaiUI/cschatthaiui-webfont.woff') format('woff'), url('../fonts/CSChatThaiUI/cschatthaiui-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt-200';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/prompt/prompt-v1-latin_thai-200.eot');
    src: local('Prompt ExtraLight'), local('Prompt-ExtraLight'), url('../fonts/prompt/prompt-v1-latin_thai-200.eot?#iefix') format('embedded-opentype'), url('../fonts/prompt/prompt-v1-latin_thai-200.woff2') format('woff2'), url('../fonts/prompt/prompt-v1-latin_thai-200.woff') format('woff'), url('../fonts/prompt/prompt-v1-latin_thai-200.ttf') format('truetype'), url('../fonts/prompt/prompt-v1-latin_thai-200.svg#Prompt') format('svg');
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/prompt/prompt-v1-latin_thai-regular.eot');
    src: local('Prompt'), local('Prompt-Regular'), url('../fonts/prompt/prompt-v1-latin_thai-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/prompt/prompt-v1-latin_thai-regular.woff2') format('woff2'), url('../fonts/prompt/prompt-v1-latin_thai-regular.woff') format('woff'), url('../fonts/prompt/prompt-v1-latin_thai-regular.ttf') format('truetype'), url('../fonts/prompt/prompt-v1-latin_thai-regular.svg#Prompt') format('svg');
}

@font-face {
    font-family: 'Prompt-italic';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/prompt/prompt-v1-latin_thai-italic.eot');
    src: local('Prompt Italic'), local('Prompt-Italic'), url('../fonts/prompt/prompt-v1-latin_thai-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/prompt/prompt-v1-latin_thai-italic.woff2') format('woff2'), url('../fonts/prompt/prompt-v1-latin_thai-italic.woff') format('woff'), url('../fonts/prompt/prompt-v1-latin_thai-italic.ttf') format('truetype'), url('../fonts/prompt/prompt-v1-latin_thai-italic.svg#Prompt') format('svg');
}

@font-face {
    font-family: 'Prompt-600';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/prompt/prompt-v1-latin_thai-600.eot');
    src: local('Prompt SemiBold'), local('Prompt-SemiBold'), url('../fonts/prompt/prompt-v1-latin_thai-600.eot?#iefix') format('embedded-opentype'), url('../fonts/prompt/prompt-v1-latin_thai-600.woff2') format('woff2'), url('../fonts/prompt/prompt-v1-latin_thai-600.woff') format('woff'), url('../fonts/prompt/prompt-v1-latin_thai-600.ttf') format('truetype'), url('../fonts/prompt/prompt-v1-latin_thai-600.svg#Prompt') format('svg');
}

.font_Prompt {
    font-family: 'Prompt';
}

.font_PromptItalic {
    font-family: 'Prompt-italic';
}

.font_Prompt200 {
    font-family: 'Prompt-200';
}

.font_PromptBold {
    font-family: 'Prompt-600';
}
/*------------------------ end fonts ------------------------*/

.title-page {
    font-size: 1.50rem;
    font-family: 'Prompt';
}

.navbar-top {    
    font-weight: 500 !important;
}

.document-dialog .modal-text-header, .report-dialog .modal-text-header {
    font-family: 'Prompt';
    font-size: 1.225rem;
    color: #000;
}

.document-dialog .modal-text-title, .report-dialog .modal-text-title {
    font-family: 'Prompt';
    color: #2898cb;
}

.document-dialog .document-responsive .text, .document-dialog .document-responsive .value {
    font-size: 1.4rem !important;
}

.dropzone {
    position: relative;
    background-color: #fff;
    border: 0;
    background-color: transparent;
    border-radius: 0.375rem;
}

    .dropzone .dz-message, .dropzone .dz-message * {
        cursor: pointer;
    }

    .dropzone .dz-message {
        text-align: center;
    }

.dz-section .list {
    margin-bottom: 15px;
}

    .dz-section .list .list-border {
        border-radius: 5px;
        border: 1px solid #ccd0d9;
        background-color: #fff;
        height: 200px;
        position: relative;
        cursor: pointer;
        margin: 0 auto;
    }

.dz-section .list-border .list-image {
    height: 159px;
    background-color: #f6f7f8;
    text-align: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dz-section .list-border .list-description {
    border-top: 1px solid #ccd0d9;
    width: 100%;
    padding: 5px 10px 5px 15px;
    display: flex;
}

.dz-section .list-border .list-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}

.dz-section .list-border .list-description .file {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.dz-section .list-border .list-description .file a{
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #646e7a;
    width: 100%;
}

.dz-section .list .list-border .list-description .close {
    width: 20px;
    opacity: .2;
    position: relative;
}

body.signin *:not(.feather) {
    font-family: var(--bs-body-font-family) !important;
}

.signin .social-text {
    margin-bottom: 0px !important;
    line-height: 1.5 !important;
    color: #fff;
}

.signin .text-cap {    
    color: #1e2022;
    font-size: .7109375rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-light {
    font-weight: 100 !important
}

.font-weight-normal {
    font-weight: 300 !important
}

.font-weight-medium {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-size-0 {
    font-size: 0 !important
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-50 {
    font-size: 50px !important
}

.font-size-60 {
    font-size: 60px !important
}

.font-size-70 {
    font-size: 70px !important
}

.font-size-80 {
    font-size: 80px !important
}

.form-label {
    margin-bottom: .2rem;
    font-size: 1rem;
}

.hidden {
    display: none !important;
}

@media(max-width: 768px) {
    /*.form-label {
        font-size: 0.955rem !important;
    }*/
}

@media(min-width: 1200px){
    /*.form-label {
        font-size: 0.975rem !important;
    }

    .form-control {
        font-size: 0.975rem !important;
    }*/
}

/*---------------Color-----------------*/
.bg-red-100 {
    background-color: #ffdbdc !important
}

.bg-red-200 {
    background-color: #ffbfc1 !important
}

.bg-red-300 {
    background-color: #ffa1a4 !important
}

.bg-red-400 {
    background-color: #ff8589 !important
}

.bg-red-500 {
    background-color: #ff666b !important
}

.bg-red-600 {
    background-color: #ff4c52 !important
}

.bg-red-700 {
    background-color: #f2353c !important
}

.bg-red-800 {
    background-color: #e62020 !important
}

.bg-red-900 {
    background-color: #d60b0b !important
}

.red-100 {
    color: #ffdbdc !important
}

.red-200 {
    color: #ffbfc1 !important
}

.red-300 {
    color: #ffa1a4 !important
}

.red-400 {
    color: #ff8589 !important
}

.red-500 {
    color: #ff666b !important
}

.red-600 {
    color: #ff4c52 !important
}

.red-700 {
    color: #f2353c !important
}

.red-800 {
    color: #e62020 !important
}

.red-900 {
    color: #d60b0b !important
}

.bg-pink-100 {
    background-color: #ffd9e6 !important
}

.bg-pink-200 {
    background-color: #ffbad2 !important
}

.bg-pink-300 {
    background-color: #ff9ec0 !important
}

.bg-pink-400 {
    background-color: #ff7daa !important
}

.bg-pink-500 {
    background-color: #ff5e97 !important
}

.bg-pink-600 {
    background-color: #f74584 !important
}

.bg-pink-700 {
    background-color: #eb2f71 !important
}

.bg-pink-800 {
    background-color: #e6155e !important
}

.bg-pink-900 {
    background-color: #d10049 !important
}

.pink-100 {
    color: #ffd9e6 !important
}

.pink-200 {
    color: #ffbad2 !important
}

.pink-300 {
    color: #ff9ec0 !important
}

.pink-400 {
    color: #ff7daa !important
}

.pink-500 {
    color: #ff5e97 !important
}

.pink-600 {
    color: #f74584 !important
}

.pink-700 {
    color: #eb2f71 !important
}

.pink-800 {
    color: #e6155e !important
}

.pink-900 {
    color: #d10049 !important
}

.bg-purple-100 {
    background-color: #eae1fc !important
}

.bg-purple-200 {
    background-color: #d9c7fc !important
}

.bg-purple-300 {
    background-color: #c8aefc !important
}

.bg-purple-400 {
    background-color: #b693fa !important
}

.bg-purple-500 {
    background-color: #a57afa !important
}

.bg-purple-600 {
    background-color: #9463f7 !important
}

.bg-purple-700 {
    background-color: #8349f5 !important
}

.bg-purple-800 {
    background-color: #7231f5 !important
}

.bg-purple-900 {
    background-color: #6118f2 !important
}

.purple-100 {
    color: #eae1fc !important
}

.purple-200 {
    color: #d9c7fc !important
}

.purple-300 {
    color: #c8aefc !important
}

.purple-400 {
    color: #b693fa !important
}

.purple-500 {
    color: #a57afa !important
}

.purple-600 {
    color: #9463f7 !important
}

.purple-700 {
    color: #8349f5 !important
}

.purple-800 {
    color: #7231f5 !important
}

.purple-900 {
    color: #6118f2 !important
}

.bg-indigo-100 {
    background-color: #e1e4fc !important
}

.bg-indigo-200 {
    background-color: #c7cffc !important
}

.bg-indigo-300 {
    background-color: #afb9fa !important
}

.bg-indigo-400 {
    background-color: #96a3fa !important
}

.bg-indigo-500 {
    background-color: #7d8efa !important
}

.bg-indigo-600 {
    background-color: #667afa !important
}

.bg-indigo-700 {
    background-color: #4d64fa !important
}

.bg-indigo-800 {
    background-color: #364ff5 !important
}

.bg-indigo-900 {
    background-color: #1f3aed !important
}

.indigo-100 {
    color: #e1e4fc !important
}

.indigo-200 {
    color: #c7cffc !important
}

.indigo-300 {
    color: #afb9fa !important
}

.indigo-400 {
    color: #96a3fa !important
}

.indigo-500 {
    color: #7d8efa !important
}

.indigo-600 {
    color: #667afa !important
}

.indigo-700 {
    color: #4d64fa !important
}

.indigo-800 {
    color: #364ff5 !important
}

.indigo-900 {
    color: #1f3aed !important
}

.bg-blue-100 {
    background-color: #d9e9ff !important
}

.bg-blue-200 {
    background-color: #b8d7ff !important
}

.bg-blue-300 {
    background-color: #99c5ff !important
}

.bg-blue-400 {
    background-color: #79b2fc !important
}

.bg-blue-500 {
    background-color: #589ffc !important
}

.bg-blue-600 {
    background-color: #3e8ef7 !important
}

.bg-blue-700 {
    background-color: #247cf0 !important
}

.bg-blue-800 {
    background-color: #0b69e3 !important
}

.bg-blue-900 {
    background-color: #0053bf !important
}

.blue-100 {
    color: #d9e9ff !important
}

.blue-200 {
    color: #b8d7ff !important
}

.blue-300 {
    color: #99c5ff !important
}

.blue-400 {
    color: #79b2fc !important
}

.blue-500 {
    color: #589ffc !important
}

.blue-600 {
    color: #3e8ef7 !important
}

.blue-700 {
    color: #247cf0 !important
}

.blue-800 {
    color: #0b69e3 !important
}

.blue-900 {
    color: #0053bf !important
}

.bg-cyan-100 {
    background-color: #c2f5ff !important
}

.bg-cyan-200 {
    background-color: #9de6f5 !important
}

.bg-cyan-300 {
    background-color: #77d9ed !important
}

.bg-cyan-400 {
    background-color: #54cbe3 !important
}

.bg-cyan-500 {
    background-color: #28c0de !important
}

.bg-cyan-600 {
    background-color: #0bb2d4 !important
}

.bg-cyan-700 {
    background-color: #0099b8 !important
}

.bg-cyan-800 {
    background-color: #007d96 !important
}

.bg-cyan-900 {
    background-color: #006275 !important
}

.cyan-100 {
    color: #c2f5ff !important
}

.cyan-200 {
    color: #9de6f5 !important
}

.cyan-300 {
    color: #77d9ed !important
}

.cyan-400 {
    color: #54cbe3 !important
}

.cyan-500 {
    color: #28c0de !important
}

.cyan-600 {
    color: #0bb2d4 !important
}

.cyan-700 {
    color: #0099b8 !important
}

.cyan-800 {
    color: #007d96 !important
}

.cyan-900 {
    color: #006275 !important
}

.bg-teal-100 {
    background-color: #c3f7f2 !important
}

.bg-teal-200 {
    background-color: #92f0e6 !important
}

.bg-teal-300 {
    background-color: #6be3d7 !important
}

.bg-teal-400 {
    background-color: #45d6c8 !important
}

.bg-teal-500 {
    background-color: #28c7b7 !important
}

.bg-teal-600 {
    background-color: #17b3a3 !important
}

.bg-teal-700 {
    background-color: #089e8f !important
}

.bg-teal-800 {
    background-color: #008577 !important
}

.bg-teal-900 {
    background-color: #00665c !important
}

.teal-100 {
    color: #c3f7f2 !important
}

.teal-200 {
    color: #92f0e6 !important
}

.teal-300 {
    color: #6be3d7 !important
}

.teal-400 {
    color: #45d6c8 !important
}

.teal-500 {
    color: #28c7b7 !important
}

.teal-600 {
    color: #17b3a3 !important
}

.teal-700 {
    color: #089e8f !important
}

.teal-800 {
    color: #008577 !important
}

.teal-900 {
    color: #00665c !important
}

.bg-green-100 {
    background-color: #c2fadc !important
}

.bg-green-200 {
    background-color: #99f2c2 !important
}

.bg-green-300 {
    background-color: #72e8ab !important
}

.bg-green-400 {
    background-color: #49de94 !important
}

.bg-green-500 {
    background-color: #28d17c !important
}

.bg-green-600 {
    background-color: #11c26d !important
}

.bg-green-700 {
    background-color: #05a85c !important
}

.bg-green-800 {
    background-color: #008c4d !important
}

.bg-green-900 {
    background-color: #006e3c !important
}

.green-100 {
    color: #c2fadc !important
}

.green-200 {
    color: #99f2c2 !important
}

.green-300 {
    color: #72e8ab !important
}

.green-400 {
    color: #49de94 !important
}

.green-500 {
    color: #28d17c !important
}

.green-600 {
    color: #11c26d !important
}

.green-700 {
    color: #05a85c !important
}

.green-800 {
    color: #008c4d !important
}

.green-900 {
    color: #006e3c !important
}

.bg-light-green-100 {
    background-color: #dcf7b0 !important
}

.bg-light-green-200 {
    background-color: #c3e887 !important
}

.bg-light-green-300 {
    background-color: #add966 !important
}

.bg-light-green-400 {
    background-color: #94cc39 !important
}

.bg-light-green-500 {
    background-color: #7eb524 !important
}

.bg-light-green-600 {
    background-color: #6da611 !important
}

.bg-light-green-700 {
    background-color: #5a9101 !important
}

.bg-light-green-800 {
    background-color: #4a7800 !important
}

.bg-light-green-900 {
    background-color: #3a5e00 !important
}

.light-green-100 {
    color: #dcf7b0 !important
}

.light-green-200 {
    color: #c3e887 !important
}

.light-green-300 {
    color: #add966 !important
}

.light-green-400 {
    color: #94cc39 !important
}

.light-green-500 {
    color: #7eb524 !important
}

.light-green-600 {
    color: #6da611 !important
}

.light-green-700 {
    color: #5a9101 !important
}

.light-green-800 {
    color: #4a7800 !important
}

.light-green-900 {
    color: #3a5e00 !important
}

.bg-yellow-100 {
    background-color: #fff6b5 !important
}

.bg-yellow-200 {
    background-color: #fff39c !important
}

.bg-yellow-300 {
    background-color: #ffed78 !important
}

.bg-yellow-400 {
    background-color: #ffe54f !important
}

.bg-yellow-500 {
    background-color: #ffdc2e !important
}

.bg-yellow-600 {
    background-color: #ffcd17 !important
}

.bg-yellow-700 {
    background-color: #fcb900 !important
}

.bg-yellow-800 {
    background-color: #faa700 !important
}

.bg-yellow-900 {
    background-color: #fa9600 !important
}

.yellow-100 {
    color: #fff6b5 !important
}

.yellow-200 {
    color: #fff39c !important
}

.yellow-300 {
    color: #ffed78 !important
}

.yellow-400 {
    color: #ffe54f !important
}

.yellow-500 {
    color: #ffdc2e !important
}

.yellow-600 {
    color: #ffcd17 !important
}

.yellow-700 {
    color: #fcb900 !important
}

.yellow-800 {
    color: #faa700 !important
}

.yellow-900 {
    color: #fa9600 !important
}

.bg-orange-100 {
    background-color: #ffe1c4 !important
}

.bg-orange-200 {
    background-color: #ffc894 !important
}

.bg-orange-300 {
    background-color: #fab06b !important
}

.bg-orange-400 {
    background-color: #fa983c !important
}

.bg-orange-500 {
    background-color: #f57d1b !important
}

.bg-orange-600 {
    background-color: #eb6709 !important
}

.bg-orange-700 {
    background-color: #de4e00 !important
}

.bg-orange-800 {
    background-color: #b53f00 !important
}

.bg-orange-900 {
    background-color: #962d00 !important
}

.orange-100 {
    color: #ffe1c4 !important
}

.orange-200 {
    color: #ffc894 !important
}

.orange-300 {
    color: #fab06b !important
}

.orange-400 {
    color: #fa983c !important
}

.orange-500 {
    color: #f57d1b !important
}

.orange-600 {
    color: #eb6709 !important
}

.orange-700 {
    color: #de4e00 !important
}

.orange-800 {
    color: #b53f00 !important
}

.orange-900 {
    color: #962d00 !important
}

.bg-brown-100 {
    background-color: #f5e2da !important
}

.bg-brown-200 {
    background-color: #e0cdc5 !important
}

.bg-brown-300 {
    background-color: #cfb8b0 !important
}

.bg-brown-400 {
    background-color: #bda299 !important
}

.bg-brown-500 {
    background-color: #ab8c82 !important
}

.bg-brown-600 {
    background-color: #997b71 !important
}

.bg-brown-700 {
    background-color: #82675f !important
}

.bg-brown-800 {
    background-color: #6b534c !important
}

.bg-brown-900 {
    background-color: #57403a !important
}

.brown-100 {
    color: #f5e2da !important
}

.brown-200 {
    color: #e0cdc5 !important
}

.brown-300 {
    color: #cfb8b0 !important
}

.brown-400 {
    color: #bda299 !important
}

.brown-500 {
    color: #ab8c82 !important
}

.brown-600 {
    color: #997b71 !important
}

.brown-700 {
    color: #82675f !important
}

.brown-800 {
    color: #6b534c !important
}

.brown-900 {
    color: #57403a !important
}

.bg-grey-100 {
    background-color: #fafafa !important
}

.bg-grey-200 {
    background-color: #eee !important
}

.bg-grey-300 {
    background-color: #e0e0e0 !important
}

.bg-grey-400 {
    background-color: #bdbdbd !important
}

.bg-grey-500 {
    background-color: #9e9e9e !important
}

.bg-grey-600 {
    background-color: #757575 !important
}

.bg-grey-700 {
    background-color: #616161 !important
}

.bg-grey-800 {
    background-color: #424242 !important
}

.bg-grey-900 {
    background-color: #474747 !important
}

.grey-100 {
    color: #fafafa !important
}

.grey-200 {
    color: #eee !important
}

.grey-300 {
    color: #e0e0e0 !important
}

.grey-400 {
    color: #bdbdbd !important
}

.grey-500 {
    color: #9e9e9e !important
}

.grey-600 {
    color: #757575 !important
}

.grey-700 {
    color: #616161 !important
}

.grey-800 {
    color: #424242 !important
}

.grey-900 {
    color: #474747 !important
}

.bg-blue-grey-100 {
    background-color: #f3f7f9 !important
}

.bg-blue-grey-200 {
    background-color: #e4eaec !important
}

.bg-blue-grey-300 {
    background-color: #ccd5db !important
}

.bg-blue-grey-400 {
    background-color: #a3afb7 !important
}

.bg-blue-grey-500 {
    background-color: #76838f !important
}

.bg-blue-grey-600 {
    background-color: #526069 !important
}

.bg-blue-grey-700 {
    background-color: #37474f !important
}

.bg-blue-grey-800 {
    background-color: #263238 !important
}

.bg-blue-grey-900 {
    background-color: #3e4854 !important
}

.blue-grey-100 {
    color: #f3f7f9 !important
}

.blue-grey-200 {
    color: #e4eaec !important
}

.blue-grey-300 {
    color: #ccd5db !important
}

.blue-grey-400 {
    color: #a3afb7 !important
}

.blue-grey-500 {
    color: #76838f !important
}

.blue-grey-600 {
    color: #526069 !important
}

.blue-grey-700 {
    color: #37474f !important
}

.blue-grey-800 {
    color: #263238 !important
}

.blue-grey-900 {
    color: #3e4854 !important
}

.bg-primary-100 {
    background-color: #d9e9ff !important
}

.bg-primary-200 {
    background-color: #b8d7ff !important
}

.bg-primary-300 {
    background-color: #99c5ff !important
}

.bg-primary-400 {
    background-color: #79b2fc !important
}

.bg-primary-500 {
    background-color: #589ffc !important
}

.bg-primary-600 {
    background-color: #3e8ef7 !important
}

.bg-primary-700 {
    background-color: #247cf0 !important
}

.bg-primary-800 {
    background-color: #0b69e3 !important
}

.primary-100 {
    color: #d9e9ff !important
}

.primary-200 {
    color: #b8d7ff !important
}

.primary-300 {
    color: #99c5ff !important
}

.primary-400 {
    color: #79b2fc !important
}

.primary-500 {
    color: #589ffc !important
}

.primary-600 {
    color: #3e8ef7 !important
}

.primary-700 {
    color: #247cf0 !important
}

.primary-800 {
    color: #0b69e3 !important
}

.black {
    color: #000 !important
}

.white {
    color: #fff !important
}

.bg-white {
    color: #76838f;
    background-color: #fff
}

.bg-primary {
    color: #fff;
    background-color: #3e8ef7
}

    .bg-primary:hover {
        background-color: #6fabf9
    }

    .bg-primary a, .bg-primary a.bg-primary {
        color: #fff
    }

        .bg-primary a.bg-primary:hover, .bg-primary a:hover {
            color: #fff
        }

.bg-success {
    color: #fff;
    background-color: #11c26d
}

    .bg-success:hover {
        background-color: #1beb87
    }

    .bg-success a, .bg-success a.bg-primary {
        color: #fff
    }

        .bg-success a.bg-primary:hover, .bg-success a:hover {
            color: #fff
        }

.bg-info {
    color: #fff;
    background-color: #0bb2d4
}

.bg-info:hover {
    background-color: #1fcff3
}

.bg-info a, .bg-info a.bg-info {
    color: #fff
}

.bg-info a.bg-info:hover, .bg-info a:hover {
    color: #fff
}

.bg-warning {
    color: #fff;
    background-color: #eb6709
}

.bg-warning:hover {
    background-color: #f78330
}

.bg-warning a, .bg-warning a.bg-warning {
    color: #fff
}

.bg-warning a.bg-warning:hover, .bg-warning a:hover {
    color: #fff
}

.bg-danger {
    color: #fff;
    background-color: #ff4c52
}

.bg-danger:hover {
    background-color: #ff7f83
}

.bg-danger a, .bg-danger a.bg-danger {
    color: #fff
}

.bg-danger a.bg-danger:hover, .bg-danger a:hover {
    color: #fff
}

.bg-dark {
    color: #fff;
    background-color: #526069
}

.bg-dark:hover {
    background-color: #687a86
}

.bg-dark a, .bg-dark a.bg-dark {
    color: #fff
}

.bg-dark a.bg-dark:hover, .bg-dark a:hover {
    color: #fff
}
/*---------------End Color-------------*/

/*---------------Social-------------*/
.btn-outline-line {
    color: #06C755;
    border-color: #06C755;
}

.btn-outline-line:active {
    color: #fff;
    background-color: #06C755;
    border-color: #06C755;
}

    .btn-outline-line:hover {
        color: #fff;
        background-color: #06C755;
        border-color: #06C755;
    }
/*---------------End Social-------------*/

.modal.modal-ui.modal-static .modal-dialog {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/*------------ Table List ------------*/
.table-data-container {
    height: calc(100vh - 260px) !important;
    overflow-y: auto;
    margin-bottom: 20px !important;
}

.table-data-list tbody > tr:last-child > td {
    border-bottom: 0;
}

.table-data-list div.project-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table-data-list div.project-name.desc {
    font-family: Prompt;
    font-size: 13px;
    line-height: 1.62em;
    color: #646e7a;
}

.table th {
    font-family: cs_chatthaiuiregular;
}

.table-data-list .dropdown-menu-container a {
    font-size: 0.85rem !important;
}

.table-data-list .dropdown-menu-container i {
    padding-right: 5px;
}

.table-data-list thead > tr > th:first-child, .table-data-list tr th:first-child, .table-data-list tr td:first-child {
    padding-left: 0.75rem !important;
}

.table-data-container .pagination-box{    
    padding: 0.75rem 0.75rem !important;    
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e9ee;
}
/*------------------------------------*/
/*------------ Search Box ------------*/
.btn-search-falcon {
    position: relative;
    opacity: 0.5;
    left: 15px;
}

.search-form-box .show-search-value {
    border: 1px solid #2898cb;
    padding-right: 30px;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.search-form-box .text-value {
    font-family: Prompt;
    font-size: 13px;
    line-height: 1.62em;
    color: #646e7a;
    color: #2898cb;
    line-height: 30px;
    padding: 0 12px 0 3px;
}

/*------------------------------------*/

/*.overlay-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 100px;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/

.twitter-typeahead{
    display: block !important;
}

.tt-input{
    background-color: #fff !important;
}

.tt-menu,
.gist {
    text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    line-height: 30px;    
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 0px 0;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 2px 20px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #2c7be5 !important;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #2c7be5;
}

.tt-suggestion p {
    margin: 0;
}

.tt-footer a {
    display: block;
    text-decoration: none;
}

.tt-suggestion.tt-selectable {
    font-size: 1rem;
}

.input-group > .twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

    .input-group > .twitter-typeahead:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .twitter-typeahead > .tt-input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.scrollable-dropdown-menu .tt-menu {
    max-height: 350px !important;
    overflow-y: auto;    
}

/*.container-data-item{
    overflow-x: auto;
}*/

.gist {
    font-size: 14px;
}

a,
p,
input,
button,
select,
optgroup,
textarea,
small,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
[data-list] .page,
.tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-menu__footer .tox-button--secondary,
.tox .tox-dialog__footer .tox-button--secondary,
.valid-feedback,
.invalid-feedback,
.select2-selection > span,
.select2-dropdown .select2-results {
    font-family: var(--bs-body-font-family) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Prompt !important;
}

.modal-backdrop, .modal-open .modal.in {
    background-color: hsla(0,0%,0%,.3) !important;
}

.offcanvas {
    z-index: 1800 !important;
}

.width-30 {
    min-width: 30px !important;
}

.width-50 {
    min-width: 50px !important;
}

.width-80 {
    min-width: 80px !important;
}

.width-100 {
    min-width: 100px !important;
}

.width-120 {
    min-width: 120px !important;
}

.width-140 {
    min-width: 140px !important;
}

.width-150 {
    min-width: 150px !important;
}

.width-180 {
    min-width: 180px !important;
}

.width-200 {
    min-width: 200px !important;
}

.width-220 {
    min-width: 220px !important;
}

.width-250 {
    min-width: 250px !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

/******** Select2 ********/
.select2-results__options{
    font-size: 14px !important;
}
.select2-results__option:empty {
    height: 30px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--falcon-input-border-color) !important;
}
.select2-container--default .select2-dropdown .select2-search .select2-search__field {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgb(13, 110, 253, .25);
}

.select2-container--default .select2-selection--single {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.select2-container--default .select2-selection {
    width: 100%;
    min-height: calc(1.25em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-dropdown .select2-search {
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-search {
    width: 100%;
}

.select2-container--default .select2-dropdown {
    z-index: 1056;
    overflow: hidden;
    border-color: #86b7fe;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--falcon-200) !important;
}

.input-group > .select2-container--default {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--default .select2-selection--single {
        height: 100%;
        line-height: inherit;
        padding: 0.5rem 1rem;
    }
/************************/

.toast .toast-message {
    font-size: 1.0rem;
    font-family: Prompt;
    font-weight: 500;
}

.custom-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.custom-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.custom-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.custom-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.custom-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none !important;
    border-color: #ced4da;
    padding-right: inherit;
    color: inherit;
}

/**************** Option items type *****************/
.card-body .action-div {
    height: 35px;
}  

.card-body .action-div fieldset.option-items-type {
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #ccd0d9;
    line-height: 33px;
    height: 35px;
    font-family: Prompt;
}

.card-body .action-div fieldset.option-items-type .item-option:first-child {
    padding-left: 18px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.card-body .action-div fieldset.option-items-type .item-option.active {
    color: #2898cb;
    background: #f3fbfe;
}

.card-body .action-div fieldset.option-items-type .item-option {
    padding: 0 10px 0 8px;
    background: #fff;
    border-right: 1px solid #ccd0d9;
    cursor: pointer;
    float: left;
}

.card-body .action-div fieldset.option-items-type .item-option:last-child:not(.item-option-more) {
    padding-left: 8px;
}

.card-body .action-div fieldset.option-items-type .item-option:last-child {
    border-right: none;
    padding: 0 18px 0 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.site-action {
    position: fixed;
    right: 32px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.btn-floating {
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0;
    font-size: 1.715rem;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}

.site-action .btn {
    -webkit-box-shadow: 0 10px 10px 0 rgb(60 60 60 / 10%);
    box-shadow: 0 10px 10px 0 rgb(60 60 60 / 10%);
}

.site-action .front-icon {
    display: block;
}

.btn-floating i {
    position: relative;
    top: 0;
}

.btn-raised {
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 18%), 0 2px 4px rgb(0 0 0 / 21%);
    box-shadow: 0 0 2px rgb(0 0 0 / 18%), 0 2px 4px rgb(0 0 0 / 21%);
    -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
}

.search-form-box .card{
    width: 25rem;
}

.document-dialog .modal-header .btn-close, .report-dialog .modal-header .btn-close {
    padding: 0;
}

.map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#map-canvas {
    height: 100% !important;
    min-height: 100%;
    position: relative;
}

.marker-label {
    text-align: center !important;
    top: -25px;
    position: relative;
}

.map-container #info-content p {
    margin-bottom: 10px !important;
    color: var(--falcon-gray-black);
}

.scroll-top {
    display: none;
    z-index: 1049;
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 60px;
    height: 60px;
}

.scroll-top .btn {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    margin: 0;
    padding: 0;
    background: #FFF !important;
}

.scroll-top .btn img {
    width: 30px;
    height: auto;
    margin: 15px auto;
}

.spinner-overlay .spinner-body {
    padding: 10px 10px;
    background-color: white;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.375rem;
    -webkit-box-shadow: var(--falcon-box-shadow-sm);
    box-shadow: var(--falcon-box-shadow-sm);
    outline: 0;
    font-family: Prompt;
    font-size: 0.8333rem !important;
}

.spinner-overlay .spinner-border {
    animation: 1.5s linear infinite spinner-border !important;
}

.dxrd-preview .dxrd-right-panel-collapse, .dxrd-preview .dxrd-right-panel, .dxrd-preview .dxrd-right-tabs {
    display: none
}

.dxrd-image-properties-inactive, .dxrd-image-properties-active {
    display: none;
}  

.users-body .content, .departments-body .content,
.topics-body .content, .channels-body .content,
.workgroups-body .content, .taskboard-body .content {
    min-height: 100% !important;
}

.users-body .card-container, .departments-body .card-container,
.topics-body .card-container, .channels-body .card-container,
.workgroups-body .card-container, .taskboard-body .card-container {
    height: calc(100vh - 150px) !important;
}

.btn-purple:hover {
    color: #fff;
    background-color: #670075;
    border-color: #670075;
}

.btn-purple:active {
    color: #fff !important;
    background-color: #7B008C;
    border-color: #7B008C;
}

.btn-purple {
    color: #fff !important;
    background-color: #7B008C !important;
    border-color: #7B008C !important;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

#tableWG tbody tr, #tableWG tbody tr img {
    cursor: pointer;
}

.scrollbar::-webkit-scrollbar{
    width: 8px !important;
    height: 8px !important;
}

.white-space-pre-line{
    white-space: pre-line !important;
}

.btn-circle.btn-sm {
    width: 2.0rem !important;
    height: 2.0rem !important;
}

button.btn-export-toggle {
    background-color: #00d27a !important;
    border-color: #00d27a !important;
}

.dot-circle {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    text-align: center;
    width: 400px;
}

.user-profile{
    text-align: center;
}

@media (max-width: 768px) {
    .title-page {
        font-size: 1.25rem;
    }

    .document-dialog .modal-header .btn-save-doc, .report-dialog .modal-header .btn-start-print {
        height: 35px;
    }

    .document-dialog .modal-text-header, .report-dialog .modal-text-header,
    #section-dashboard .products-text-header {
        font-size: 0.925rem;
    }

    .document-dialog .modal-text-title, .report-dialog .modal-text-title,
    #section-dashboard .products-text-title {
        font-size: 1.10rem;
    }

    .document-dialog .modal-header .btn:not(.btn-close), .report-dialog .modal-header .btn:not(.btn-close),
    .btn.btn-responvie, #section-dashboard .card-header .btn {
        padding: 0.1875rem 0.75rem;
        font-size: 0.875rem;
    }

    .document-dialog .doc-box .me-4 {
        margin-right: 0.5rem !important;
    }

    .document-dialog .doc-box .ms-4 {
        margin-left: 0.5rem !important;
    }

    .document-dialog .doc-box .pe-4 {
        padding-right: 0.5rem !important;
    }

    .document-dialog .doc-box .ps-4 {
        padding-left: 0.5rem !important;
    }

    .document-dialog .doc-box .avatar.avatar-5xl {
        height: 3rem;
        width: 3rem;
    }

    .document-dialog .doc-box .upload-attachment {
        height: 100%;
    }

    .document-dialog .document-responsive .text {
        min-width: unset !important;
        display: block !important;
        text-align: right;
    }

    .document-dialog .document-responsive .text, .document-responsive .document-summary .value {
        font-size: 1.125rem !important;
    }
    
    .dropzone .dz-message {
        padding: 3rem 2rem;
    }

    .search-form-box .card {
        width: auto;
    }

    table.table-responsive {
        min-width: 1000px;
    }

    .taskboard-body{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .users-body .content, .departments-body .content,
    .topics-body .content, .channels-body .content,
    .workgroups-body .content, .taskboard-body .content {
        padding-bottom: 4.5rem !important;
    }    
}

@media (max-width: 576px) {
    .search-form-box .text-value{
        display: none !important;
    }
   
    .document-dialog .modal-header .btn-save-doc {
        height: 35px;
    }

    .document-dialog .modal-header .btn:not(.btn-close), .report-dialog .modal-header .btn:not(.btn-close), .btn.btn-responvie {
        min-width: 110px;
    }
    
    body.complaint .btn-new-doc {
        font-size: 0.750rem !important;
    }
}

@media (max-width: 480px) {
    .navbar-brand img{
        width: 60px !important;
    }

    .scroll-top {
        right: 10px;
        bottom: 10px;
    }
}