@font-face {
    font-family: 'poppins-black';
    src: url('../fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'kanit-regular';
    src: url('../fonts/Kanit/Kanit-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-regular';
    src: url('../fonts/Inter/static/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'kanit-light';
    src: url('../fonts/Kanit/Kanit-Light.ttf') format('truetype');
}

html {
    font-size: 14px;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mainDivHomeFooter {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.setValidateTimeout {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    margin-left: 0 !important;
}

.rootDivHomeFooter {
    border-top: 1px solid rgba(178, 178, 178, 1);
    width: 100%;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
}

    .rootDivHomeFooter p {
        color: rgba(110, 87, 115, 1) !important;
    }

.mainDivLoginFooter {
    pointer-events: none !important;
    position: absolute !important;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.rootDivLoginFooter {
    /*border-top: 1px solid rgba(178, 178, 178, 1);*/
    width: 100%;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
}

    .rootDivLoginFooter p {
        color: rgba(110, 87, 115, 1) !important;
    }

.setFooter {
    height: 100% !important;
    display: flex !important;
    align-items: end !important;
}

    .setFooter .container {
        border-top: 1px solid #e5e5e5;
        width: 100%;
    }
/*html {
    position: relative;
    min-height: 100%;
}*/
* {
    font-family: 'roboto-regular','kanit-regular', sans-serif;
}

body {
    /*margin-bottom: 60px;*/
}

.bodyNotFound {
    margin: 0;
    padding: 0;
    background-image: url('../images/404Page.png');
    background-position: center;
    background-size: 95% 100%; /* Set the background size to cover the full screen */
    height: 100vh; /* Set the body height to the full viewport height */
}

.confirmPopup {
    background-color: #28a745 !important;
}

.cancelPopup {
    background-color: #dc3545 !important;
}

.show-mobile {
    display: none !important;
}

.show-mobile-footer {
    display: none !important;
}

.show-mobileBarcodeInput {
    display: none !important;
}

.hidden-option {
    display: none !important;
}

.show-text {
    display: flex !important;
}

.show-mobileCreateInspect {
    display: none !important;
}

.font16size {
    font-size: 16px !important;
}

.disablereadonly {
    background-color: rgba(178, 178, 178, 1) !important;
    pointer-events: none;
}

.disablereadonlyMember {
    pointer-events: none;
    font-size: 16px !important;
    background-color: rgba(232, 231, 227, 1) !important;
}

.disablereadonlyBoard {
    background-color: rgba(221, 221, 221, 1) !important;
    pointer-events: none;
}

input::placeholder {
    color: rgba(214, 214, 214, 1) !important;
}

.fixFormWidth {
    width: auto !important;
}

.setCenter {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.setLeft {
    display: flex !important;
    justify-content: start !important;
}

.setRight {
    display: flex !important;
    justify-content: end !important;
}

.setRightLeft {
    margin-left: -78px !important;
}

.customSwalfire {
    width: 350px !important;
    height: 250px !important;
    border-radius: 35px !important;
}

.customSwalfireIcon {
    width: 91px !important;
    height: 91px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.customSwalfireForminput {
    width: 724px !important;
    height: 640px !important;
    border-radius: 35px !important;
}

    .customSwalfireForminput h2 {
        font-size: 36px !important;
        color: rgba(110, 87, 115, 1) !important;
        font-weight: 600 !important;
    }

    .customSwalfireForminput label {
        font-size: 20px !important;
        padding: 0px 140px 10px 140px !important;
        text-align: center !important;
        color: rgba(110, 87, 115, 1) !important;
        margin-bottom: 10px !important;
    }

    .customSwalfireForminput textarea {
        width: 540px !important;
        height: 218px !important;
        margin: 0px 40px 0px 40px !important;
        border-radius: 15px !important;
        padding: 10px !important;
    }

    .customSwalfireForminput button {
        width: 120px !important;
        height: 43px !important;
        border-radius: 20px !important;
        font-size: 24px !important;
        line-height: 0px !important;
        font-weight: 400 !important;
        box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    }

        .customSwalfireForminput button:hover {
            box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
        }

.editPeriodSubmitbtn {
    background-color: #28A745 !important;
}

.editPeriodCancelbtn {
    background-color: rgba(253, 112, 112, 1) !important;
}

.customSwalfireTitle {
    font-size: 30px !important;
}

.customSwalfireTitleSAP {
    font-size: 25px !important;
}

.imgDatePicker {
    pointer-events: none !important;
}
/*------------------------------------------------Modal---------------------------------------------------*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

    /* Center the modal content */
    .modal.centered {
        display: flex; /* Use flexbox to center */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1398px !important;
    height: 460px !important;
    top: -30px !important;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.headBoardModal {
    display: flex !important;
    align-items: center !important;
    margin-top: -20px !important;
}

.fixspanboardHr {
    margin: 5px -20px 0 -20px !important;
}

.spanHeadInspectModal {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

/*.modalAssetScan {
    display: flex;*/ /* Hidden by default */
/*position: fixed;*/ /* Stay in place */
/*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
/*height: 100%;*/ /* Full height */
/*overflow: auto;*/ /* Enable scroll if needed */
/*background-color: rgb(0,0,0);*/ /* Fallback color */
/*background-color: rgba(0,0,0,0.2);*/ /* Black w/ opacity */
/*}*/

/* Center the modal content */
/*.modalAssetScan.centered {
        display: flex;*/ /* Use flexbox to center */
/*justify-content: center;*/ /* Center horizontally */
/*align-items: center;*/ /* Center vertically */
/*}*/

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1398px !important;
    height: 460px !important;
    top: -30px !important;
}
/*--------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------_Layout---------------------------------------------------*/
.navMainMobile {
    display: none !important;
}

.NavNameTitle {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

    .NavNameTitle #dropdown {
        margin-top: 10px !important;
        margin-left: 80px !important;
        right: 0 !important;
    }

.CustomAsset {
    font-size: 28px;
    margin: 0 0 0 10px;
    font-family: 'poppins-semibold', sans-serif;
    color: rgba(110, 87, 115, 1);
    font-weight: 700;
    line-height: 48px;
}

#dropdownArrow:hover {
    filter: brightness(1) invert(1);
}

.custom-navbar {
    background: linear-gradient(to right, rgba(255, 253, 220, 1), rgba(251, 219, 183, 1), rgba(248, 211, 228, 1));
    height: 68px;
    width: 100% !important;
}

.CustomUserName {
    color: rgba(110, 87, 115, 1);
    font-size: 20px;
    margin: 0 0 0 10px;
    font-family: 'roboto-regular','kanit-regular', sans-serif;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
    font-size: 20px;
}

    .dropdown-content a {
        color: rgba(110, 87, 115, 1) !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 8px;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.logoutimage {
    margin-top: -2px;
}
/*--------------------------------------------------------------------------------------------------------*/

/*------------------------------------------HomeIndex----------------------------------------*/
.setLogoforRamaMobile {
    display: none !important;
}

.LoginBackgroundColor {
    background: linear-gradient(to bottom right, rgba(246, 192, 180, 0.9), rgba(251, 219, 183, 0.9), rgba(255, 253, 220, 0.9));
    margin: 0;
    /*height: 100vh;*/
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

#setHeightLoginPage {
    height: 100% !important;
}

#lgdiv {
    font-family: 'roboto-regular','kanit-regular', sans-serif;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    padding: 50px;
    height: 70%; /* Adjusted height to 70% */
    border-radius: 20px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pAssetFont {
    font-family: 'poppins-black', sans-serif;
    color: rgba(110, 87, 115, 1);
    font-size: 48px;
    font-weight: 700;
    /*line-height: 72px;*/
    margin-top: 24px !important;
    /*margin-bottom: 24px !important;*/
    margin-bottom: 0px !important;
}

.pAssetThaiFont {
    color: rgba(110, 87, 115, 1);
    font-size: 28px;
    font-weight: 700;
    /*line-height: 72px;*/
    margin-top: -15px !important;
    margin-bottom: 24px !important;
}

.pWelcomeTextHomeLogin {
    font-size: 32px;
    color: rgba(110, 87, 115, 1);
    line-height: 32px !important;
    font-weight: 400;
}

.firstmain, .secondmain {
    flex: 1;
    padding: 10px;
}

.forms-inputsHomeLogin {
    display: flex;
    align-items: center;
}

    .forms-inputsHomeLogin img {
        margin-right: 10px;
        transform: translateX(50%);
        z-index: 1 !important;
        position: absolute;
    }

    .forms-inputsHomeLogin input {
        flex: 1;
        padding-left: 50px;
    }

.inputHomeLogin {
    /*font-size: 20px !important;*/
    width: 540px !important;
    height: 44px !important;
    border-radius: 8px;
    background-color: rgba(245, 245, 245, 1) !important;
    border-color: transparent !important;
    padding-left: 60px !important;
    border-radius: 10px !important;
}

    .inputHomeLogin::placeholder {
        color: rgba(214, 214, 214, 1) !important;
    }

/*css สำหรับ Validate หน้า Login*/
.inputHomeLoginValidate {
    width: 540px !important;
    height: 44px !important;
    border-radius: 8px;
    background-color: rgba(245, 245, 245, 1) !important;
    border-color: transparent !important;
    padding-left: 60px !important;
    border-radius: 10px !important;
}

    .inputHomeLoginValidate::placeholder {
        color: rgba(255, 0, 0, 1) !important;
        font-size: 20px !important;
    }

.validateAlertLogin {
    color: rgba(255, 0, 0, 1) !important;
    font-size: 14px !important;
    line-height: 21px !important;
    text-align: left;
    margin-left: 45px;
    margin-bottom: -37px;
}
/*----------------------------*/


.imageinputlogin {
    width: 24px;
    height: 24px;
}

.btnSubmitHomeLogin {
    background: linear-gradient(to right, rgba(246, 192, 182, 1), rgba(253, 237, 234, 1));
    color: rgba(110, 87, 115, 1) !important;
    justify-content: center;
    border: none !important;
    border-radius: 8px;
    width: 100% !important;
    height: 40px;
    font-size: 16px !important;
    font-weight: 700;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

    .btnSubmitHomeLogin:hover {
        box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    }

.footerLogin {
    color: rgba(110, 87, 115, 1);
}

.footerLoginMobile {
    display: none !important;
}
/*--------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------HomePage-------------------------------------------------*/
/*.fixDisplaymenu {
    display: flex !important;
    justify-content: center !important;
}*/

.fixDisplaymenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-items: center;
}

.fixDisplaymenuUser {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 50px;
    justify-items: center;
}

    .fixDisplaymenuUser > :nth-child(2n-1) {
        margin-right: -100px !important;
    }

    .fixDisplaymenuUser > :nth-child(2n) {
        margin-left: -100px !important;
    }

.pWelcomeText {
    font-size: 96px;
    color: rgba(110, 87, 115, 1);
    font-family: 'poppins-semibold', sans-serif;
    font-weight: 200;
    line-height: 144px;
    margin-top: 0px;
}

.cenHomePageIndex {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap !important; /* Ensure the items do not wrap */
    margin-top: 90px !important;
}

    .cenHomePageIndex > div {
        /*margin-left: 30px;
        margin-right: 30px;*/
        width: 50% !important; /* Make sure the parent container has enough width */
    }

.cenHomePageIndexMobile {
    display: none !important;
    justify-content: center;
    flex-wrap: nowrap !important; /* Ensure the items do not wrap */
    margin-top: 30px !important;
}

    .cenHomePageIndexMobile > div {
        /*margin-left: 30px;
        margin-right: 30px;*/
        width: 18% !important; /* Make sure the parent container has enough width */
    }

.divCard {
    border: none !important;
    border-radius: 15px !important;
    width: 212px;
    height: 212px !important;
    padding-bottom: 30px;
    background: linear-gradient(to bottom right, rgba(255, 253, 220, 1), rgba(251, 219, 183, 1), rgba(248, 211, 228, 1));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-image: linear-gradient(to bottom right, rgba(255, 253, 220, 1), rgba(251, 219, 183, 1), rgba(248, 211, 228, 1)) 1 !important;
    transition: transform 0.3s ease;
}

    .divCard:hover {
        transform: scale(1.1);
        box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    }

.imgMenuDiv {
    margin-bottom: 65px;
}

.imgMenuDivnobr {
    margin-top: 15px !important;
    margin-bottom: 70px;
}

.btextMenuDiv {
    color: #787579;
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 400;
    margin-bottom: 50px;
}

.menuDiv {
    margin-bottom: -40px;
}

.divbtnTutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px !important;
}

.btnTutorial {
    width: 199px;
    height: 47px;
    background-color: rgba(246, 192, 182, 1) !important;
    border-radius: 20px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 29.05px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(110, 87, 115, 1) !important;
    margin-top: 20px !important;
    /*margin-bottom: 120px !important;*/
}

    .btnTutorial:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: white !important;
    }

.footerHome {
    line-height: 18.15px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 20px;
}

    .footerHome p {
        margin-bottom: 0 !important;
    }

.pFooterHome {
    margin-bottom: 0px !important;
}
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------_AdminLayout------------------------------------------------*/
#contentAdmin {
    background-color: rgba(255, 249, 242, 1);
    /*margin-left:-590px;*/
}

.importIconColor {
    filter: invert(38%) sepia(12%) saturate(678%) hue-rotate(248deg) brightness(60%) contrast(90%);
}

.logoRamaCustom {
    display: flex;
    justify-content: center;
}
/* Basic styling for the sidenav */
.sidebarAdminLayout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 252px;
    z-index: 600;
    background-color: rgba(246, 192, 182, 1) !important;
    transition: width 0.3s;
}

    .sidebarAdminLayout.collapsed {
        width: 60px; /* Adjust to your desired width when collapsed */
    }

        .sidebarAdminLayout.collapsed .position-sticky > *:not(.sidebarimage) {
            display: none;
        }

.pTextAdminLayout {
    color: #2548A8;
    font-size: 24px;
    font-family: 'poppins-semibold', sans-serif;
    color: rgba(110, 87, 115, 1);
    margin-bottom: -5px;
}


.button-container, .ulBackAdminLayout {
    width: 230px !important;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 10px 10px 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}

.button-container {
    width: 230px !important;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 10px 10px 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    /*max-height: 1000px;*/ /* Set the maximum height for the container */
    /*overflow-y: auto;*/ /* Enable vertical scrolling */
}



.imageMargin {
    margin-left: 10px;
}

.required {
    color: red;
    margin-left: 4px; /* Adjust spacing if needed */
    font-weight: bold; /* Optional: Makes it bold */
}

.ulAdminLayout button {
    width: 230px; /* Allow button to size based on content */
    padding: 25px 0;
    text-align: left;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    outline: none;
    transition: background-color 0.3s;
    position: relative; /* Required for absolute positioning of pseudo-element */
}

    .ulAdminLayout button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: rgba(253, 237, 234, 1);
        z-index: -1; /* Ensure pseudo-element is behind */
        transition: width 0.3s;
        margin-top: 18px;
        height: 42px; /* Adjust height as needed */
        border-radius: 5px;
    }

    .ulAdminLayout button:hover::before,
    .ulAdminLayout button.active::before { /* Added active state */
        width: 100%; /* Adjust width as needed */
        height: 42px; /* Adjust height as needed */
        border-radius: 5px;
        margin-top: 18px;
        background-color: rgba(253, 237, 234, 1) !important;
        /*color: rgba(110, 87, 115, 1);*/ /* Text color change on hover */
    }

    .ulAdminLayout button.activeSub:hover::before {
        width: 100%; /* Adjust width as needed */
        height: 42px; /* Adjust height as needed */
        border-radius: 5px;
        margin-top: 18px;
        background-color: rgba(253, 237, 234, 1) !important;
        /*color: rgba(110, 87, 115, 1);*/ /* Text color change on hover */
    }

    .ulAdminLayout button.activeSub::before { /* Added active state */
        border-radius: 5px;
        margin-top: 18px;
        background-color: transparent !important;
    }


    .ulAdminLayout button:hover {
        color: rgba(110, 87, 115, 1);
    }

        .ulAdminLayout button:hover img {
            filter: brightness(1) invert(0);
        }

    .ulAdminLayout button img {
        filter: brightness(0) invert(1);
    }

.sidebarimage {
    margin-top: -80px;
    margin-left: 10px;
}

.ulBackAdminLayout {
    left: 0;
    bottom: 0;
    position: fixed !important;
    margin-bottom: 50px !important;
    margin: 10px 10px 10px 5px !important;
    padding: 26px 26px 26px 10px !important;
    color: rgba(255, 255, 255, 1)
}

.liBackAdminLayout {
    margin-right: 120px;
    padding-right: 75px !important;
}

.imageArrowMenu {
    padding-bottom: 3px;
}

.dropdown-container {
    max-height: 0;
    overflow: hidden;
    margin: -10px 0px 10px 0px;
    width: 240px !important;
    margin-left: -15px !important;
    /*transition: max-height 0.3s ease-out;*/
}

    .dropdown-container li {
        padding: 10px 0px 10px 4px; /* Adjust padding as needed */
        text-decoration: none;
        font-size: 16px;
        color: rgba(110, 87, 115, 1);
        display: block;
        cursor: pointer;
        position: relative; /* Ensure relative positioning */
        transition: background-color 0.3s, border-radius 0.3s;
        margin-bottom: 10px;
    }

        .dropdown-container li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: rgba(253, 237, 234, 1); /**/ /*เปิดอันนี้ถ้าเอา Hover Menu รอง*/
            z-index: -1; /* Ensure pseudo-element is behind */
            transition: width 0.3s;
            border-radius: 5px;
        }

        .dropdown-container li:hover::before {
            width: 100%; /* Expand width on hover */
            border-radius: 5px; /* Apply border-radius on hover */
        }

        .dropdown-container li:hover {
            background-color: transparent; /* Ensure background color changes on hover */
        }


        /* Active state for dropdown */
        /*.active + .dropdown-container {
    max-height: 500px;*/ /* Adjust this value as needed */
        /*}*/


        .dropdown-container li.active {
            background-color: rgba(253, 237, 234, 1); /* Apply background color when active */
            border-radius: 5px;
        }

.ulAdminLayout button.active {
    border-radius: 5px;
    color: rgba(110, 87, 115, 1); /* Ensure text color changes when active */
}

    .ulAdminLayout button.active img {
        filter: brightness(1) invert(0);
    }

.ulAdminLayout button.activeSub {
    border-radius: 5px;
    color: rgba(110, 87, 115, 1); /* Ensure text color changes when active */
}

    .ulAdminLayout button.activeSub img {
        filter: brightness(1) invert(0);
    }

.fixpadding {
    padding-right: 75px !important;
}

.SpaceforSidebar {
    margin-left: 250px;
}
/*--------------------------------------HeadofPage---------------------------------------*/
.HeadGroupPageText {
    margin: 0px !important;
}

.HeadPageText {
    font-size: 40px;
    margin-left: 20px;
    color: rgba(110, 87, 115, 1);
    font-weight: 500;
    font-family: 'kanit-light', sans-serif;
    line-height: 80px;
}

    .HeadPageText a {
        font-size: 40px !important;
        color: rgba(110, 87, 115, 1);
        font-family: 'kanit-light', sans-serif;
        text-decoration-style: solid;
        text-decoration-thickness: 2px;
    }

        .HeadPageText a:hover {
            font-size: 40px !important;
            color: #D8BD8F;
            font-family: 'kanit-light', sans-serif;
            text-decoration-style: solid;
            text-decoration-thickness: 2px;
        }

.Nameofpage {
    display: flex;
    font-size: 20px;
    justify-content: end;
    line-height: 80px;
    color: rgba(110, 87, 115, 1);
}

    .Nameofpage .lineimage {
        margin-top: 18px;
        margin-right: 10px;
    }

    .Nameofpage .avatarimage {
        margin-top: 23px;
        margin-right: 10px;
    }

    .Nameofpage .arrowimage {
        margin-top: 8px;
        margin-right: 10px;
    }

.dropdown-contentofName {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
    font-size: 20px;
    height: 54px;
    width: 160px;
    margin-top: 60px;
    margin-right: 30px;
}

    .dropdown-contentofName a {
        color: rgba(110, 87, 115, 1) !important;
        padding-left: 10px !important;
        text-decoration: none;
        display: block;
        height: 54px;
        width: 160px;
        line-height: 50px;
        text-align: center;
        border-radius: 8px;
    }

        .dropdown-contentofName a:hover {
            background-color: #f1f1f1;
        }
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------PeriodManage------------------------------------*/
.setheightPeriodManageSearch {
    height: 51px !important;
}

.divCreatePeriodmanage {
    display: flex;
    justify-content: end;
}

    .divCreatePeriodmanage img {
        margin-right: -5px;
    }

    .divCreatePeriodmanage button {
        padding: 0px;
        width: 158px;
        height: 51px;
        background-color: rgba(251, 219, 183, 1);
        border: 2px solid rgba(251, 219, 183, 1) !important;
        border-radius: 20px !important;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: rgba(110, 87, 115, 1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .divCreatePeriodmanage button:hover {
            color: rgba(158, 125, 168, 1);
            border: 2px solid rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

.btnSearchPeriodManage {
    width: 94px !important;
    height: 33px !important;
    border-radius: 10px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    padding: 0px !important;
    font-size: 16px !important;
    color: white !important;
    margin-left: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btnSearchPeriodManage:hover {
        border: 2px solid rgba(0, 0, 0, 0.25) !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.succesStatus {
    width: 73px !important;
    height: 24px !important;
    background-color: rgba(209, 219, 189, 1) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    color: rgba(62, 96, 111, 1) !important;
}

.failStatus {
    width: 73px !important;
    height: 24px !important;
    background-color: rgba(246, 192, 182, 1) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    color: rgba(255, 0, 0, 1) !important;
}

.waitingStatus {
    width: 73px !important;
    height: 24px !important;
    background-color: rgba(255, 237, 187, 1) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    color: rgba(254, 155, 44, 1) !important;
}

.detailBtnPeriodManage {
    background-color: rgba(156, 192, 143, 1) !important;
    width: 91px !important;
    height: 34px !important;
    padding: 0;
    font-size: 16px !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    line-height: 10px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.editBtnPeriodManage {
    background-color: rgba(117, 184, 245, 1) !important;
    width: 91px !important;
    height: 34px !important;
    padding: 0;
    font-size: 16px !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    line-height: 10px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .editBtnPeriodManage:hover,
    .detailBtnPeriodManage:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: white !important;
    }

.historyEditPeriodManage {
    background-color: rgba(232, 231, 227, 1) !important;
    border-radius: 20px !important;
    padding: 0px 20px 20px 20px !important;
}

.historytext {
    font-size: 24px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-left: 20px;
    font-weight: 600 !important;
    padding-top: 15px !important;
}

.tableDetailsPeriod th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tableDetailsPeriod td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tableDetailsPeriod tbody tr:nth-child(odd) {
    --bs-table-bg: rgba(255, 255, 255, 1) !important; /* Override Bootstrap variable */
    background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
}

.tableDetailsPeriod tbody tr:nth-child(even) {
    --bs-table-bg: rgba(242, 242, 242, 1) !important; /* Override Bootstrap variable */
    background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
}

.btnBackPeriod {
    width: 133px !important;
    height: 47px !important;
    background-color: rgba(151, 150, 153, 1) !important;
    border-radius: 14px !important;
    font-size: 24px !important;
    padding: 0;
    color: rgba(255, 255, 255, 1) !important;
    margin-top: 15px !important;
    margin-left: 5px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 35px !important;
}

    .btnBackPeriod:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: white !important;
    }
/*-------------------------------------------------------------------------------------*/
/*--------------------------------------PeriodManage------------------------------------*/
.yearBudgetCreatePeriod {
    font-size: 24px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-left: 10px;
}

    .yearBudgetCreatePeriod select,
    .yearBudgetCreatePeriod input {
        width: 321px !important;
        height: 42px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

        .yearBudgetCreatePeriod select:disabled,
        .yearBudgetCreatePeriod input:disabled {
            background-color: rgba(178, 178, 178, 1) !important;
        }

    .yearBudgetCreatePeriod img {
        margin-left: -35px;
    }

.divAppointPeriodCreatePeriod {
    margin-left: 10px;
}

    .divAppointPeriodCreatePeriod p {
        font-size: 24px !important;
        color: rgba(110, 87, 115, 1) !important;
        font-weight: 600;
    }

.RangeAppointPeriodCreatePeriod {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-left: 15px;
}

    .RangeAppointPeriodCreatePeriod input {
        width: 321px !important;
        height: 42px !important;
        font-size: 20px !important;
        text-align: center !important;
        padding-right: 25px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

        .RangeAppointPeriodCreatePeriod input:disabled {
            background-color: rgba(178, 178, 178, 1) !important;
        }

    .RangeAppointPeriodCreatePeriod img {
        margin-left: -35px;
    }

.btnsubmitCreatePeriod {
    width: 102px !important;
    height: 47px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    /*background-color: rgba(117, 184, 245, 1) !important;*/
    font-size: 24px !important;
    color: white !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0 !important;
}

    .btnsubmitCreatePeriod:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.btncancelCreatePeriod {
    width: 102px !important;
    height: 47px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    font-size: 24px !important;
    color: white !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

    .btncancelCreatePeriod:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.btneditCreatePeriod {
    width: 102px !important;
    /*width: 200px !important;*/
    height: 47px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    /*background-color: rgba(254, 155, 44, 1) !important;*/
    font-size: 24px !important;
    color: white !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0 !important;
}

    .btneditCreatePeriod:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
/*-------------------------------------------------------------------------------------*/
/*--------------------------------------Appointment------------------------------------*/
.jumbotron-Custom {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    background-color: rgba(240, 238, 238, 1);
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-radius: 20px !important;
}

.searchtextAppointment {
    font-size: 20px;
    color: rgba(110, 87, 115, 1);
}

.searchInputAppointment {
    width: 380px !important;
    height: 33px !important;
    border-radius: 10px !important;
}

    .searchInputAppointment::placeholder {
        color: rgba(178, 178, 178, 1) !important;
    }

.form-group {
    display: flex;
    align-items: center;
}

    .form-group label {
        margin-right: 10px; /* Adjust as needed */
    }

.fixpaddingBoard {
    height: 58px !important;
}

.divCreateAppointment {
    display: flex;
    justify-content: end;
}

    .divCreateAppointment img {
        margin-right: -5px;
    }

    .divCreateAppointment button {
        padding: 0px;
        width: 174px;
        height: 51px;
        background-color: rgba(251, 219, 183, 1);
        border: 2px solid rgba(251, 219, 183, 1) !important;
        border-radius: 18px;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: rgba(110, 87, 115, 1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .divCreateAppointment button:hover {
            border: 2px solid rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

.customTable {
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    border-color: var(--bs-table-border-color);
}

    .customTable thead {
        --bs-table-bg: rgba(255, 237, 187, 1); /* Override Bootstrap variable */
        background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
    }

    .customTable tbody {
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
        font-size: 16px;
        vertical-align: middle !important;
        /*text-align:left!important;*/
    }

        .customTable tbody tr:nth-child(odd) {
            --bs-table-bg: rgba(242, 242, 242, 1); /* Override Bootstrap variable */
            background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        }

        .customTable tbody tr:nth-child(even) {
            --bs-table-bg: rgba(232, 231, 227, 1); /* Override Bootstrap variable */
            background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        }

.btnDetailsAppoint {
    width: 116px !important;
    height: 34px !important;
    background-color: rgba(156, 192, 143, 1) !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    border-radius: 10px !important;
}

.btnEditAppoint {
    width: 77px !important;
    height: 34px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    border-radius: 10px !important;
}

    .btnEditAppoint:hover,
    .btnDetailsAppoint:hover {
        color: rgba(255, 255, 255, 1) !important;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.textBelowResp {
    height: 30px !important;
    text-align: center !important;
}

    .textBelowResp p {
        width: 153px !important;
        color: rgba(255, 0, 0, 1) !important;
        font-size: 11px !important;
        margin-top: 10px !important;
        margin-right: 35px !important;
    }

.textCommitDisplayNoTable p {
    font-size: 18px;
    color: rgba(110, 87, 115, 1);
    text-align: center !important;
    margin: 50px !important;
}

.yearBudgetCommit {
    font-size: 24px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-left: 10px;
    margin-right: 20px;
}

    .yearBudgetCommit select,
    .yearBudgetCommit input {
        width: 221px !important;
        height: 35px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

        .yearBudgetCommit select:disabled,
        .yearBudgetCommit input:disabled {
            background-color: rgba(178, 178, 178, 1) !important;
        }

    .yearBudgetCommit img {
        margin-left: -35px;
    }
/*-------------------------------------------------------------------------------------*/
/*------------------------------------DetailBoard--------------------------------------*/
.spHeadDetailBoard {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 500 !important;
}

.divHeadDetailBoard {
    background-color: rgba(255, 237, 187, 1) !important;
    padding: 15px !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divHeadbudgetPeriodDetail input {
    width: 125px !important;
    height: 27px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    text-align: center !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divHeadstartendPeriodDetail input {
    width: 193px !important;
    height: 27px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    text-align: center !important;
    color: rgba(110, 87, 115, 1) !important;
}

    .divHeadbudgetPeriodDetail input:disabled,
    .divHeadstartendPeriodDetail input:disabled {
        background-color: rgba(232, 231, 227, 1) !important;
    }

.btnBackBoardDetail {
    width: 89px !important;
    height: 32px !important;
    border-radius: 10px !important;
    background-color: rgba(178, 178, 178, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
}

    .btnBackBoardDetail:hover,
    .btnDeleteBoard:hover {
        color: rgba(255, 255, 255, 1) !important;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.fixfontsizespan {
    font-size: 14px !important;
}

.divCostDetailBoard {
    background-color: rgba(232, 231, 227, 1) !important;
    padding: 15px !important;
    border-radius: 20px !important;
}

.divCostSearchDetailBoard {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 500 !important;
}

.divstartCostSearchDetailBoard input {
    width: 359px !important;
    height: 27px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    border-color: rgba(178, 178, 178, 1) !important;
}

.divendCostSearchDetailBoard input {
    width: 355px !important;
    height: 27px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    border-color: rgba(178, 178, 178, 1) !important;
}

    .divstartCostSearchDetailBoard input:disabled,
    .divendCostSearchDetailBoard input:disabled {
        border-color: rgba(178, 178, 178, 1) !important;
        background-color: rgba(232, 231, 227, 1) !important;
    }

.selectPositionBoard select {
    background-color: rgba(251, 219, 183, 1) !important;
    width: 150px !important;
    height: 33px !important;
    font-size: 16px !important;
    text-align: center !important;
    border-radius: 10px !important;
    color: rgba(110, 87, 115, 1) !important;
    border: none !important;
}

.btnDeleteBoard {
    width: 80px !important;
    height: 33px !important;
    background-color: rgba(252, 105, 105, 1) !important;
    padding: 0 !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px !important;
}

.tdinputEmailBoard {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

    .tdinputEmailBoard input {
        width: 238px !important;
        height: 28px !important;
        text-align: center !important;
    }
/*-------------------------------------------------------------------------------------*/
/*--------------------------------------CreateBoard------------------------------------*/
.HeadtextBudget {
    font-size: 20px;
    color: rgba(110, 87, 115, 1);
    margin-left: 5px;
    font-weight: 500;
}

.BudgetDetails {
    background-color: rgba(255, 237, 187, 1);
    width: 100%;
    height: 157px;
    border-radius: 20px;
    padding: 20px;
}

.yearBudget {
    width: 445px !important;
    height: 27px !important;
    text-align: center !important;
    font-size: 20px !important;
    padding: 0 !important;
}

.dropdownYearBudgeticon {
    margin-left: -25px !important;
}

.budgetdetailstext {
    font-size: 18px !important;
}

.custom-width {
    width: 300px !important; /* Set the desired width */
    max-width: 100% !important; /* Ensure the column does not exceed the container's width */
    flex: 0 0 auto !important;
}

.startendDateBudget {
    width: 196px !important;
    height: 27px !important;
}

.periodDateBudget {
    width: 179px !important;
    height: 27px !important;
}

.btnsubmitAppointment {
    width: 73px !important;
    height: 32px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    border-radius: 10px !important;
    color: white !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.fixsubmitBtnAppointment {
    display: flex !important;
    justify-content: flex-end !important;
}

.btnsubmitAppointment:hover {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btncancelAppointment {
    width: 73px !important;
    height: 32px !important;
    border-radius: 10px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    color: white !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.fixcancelBtnAppointment {
    display: flex !important;
    justify-content: flex-start !important;
}

.btncancelAppointment:hover {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.divbtnSubmitAppointment {
    margin-left: -30px !important;
}

.btnSubmitCreateBoard {
    background-color: rgba(117, 199, 52, 1) !important;
    border-radius: 10px !important;
    border: none !important;
    width: 73px !important;
    height: 32px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px !important;
    line-height: 0 !important;
}

.btnBackCreateBoard {
    background-color: rgba(253, 112, 112, 1) !important;
    border-radius: 10px !important;
    width: 73px !important;
    height: 32px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px !important;
    padding-top: 3px;
}

.btnsubmitEditBoard {
    /*background-color: rgba(254, 155, 44, 1) !important;*/
    background-color: rgba(117, 199, 52, 1) !important;
    border-radius: 10px !important;
    border: none !important;
    width: 73px !important;
    /*width: 127px !important;*/
    height: 32px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px !important;
}

    .btnsubmitEditBoard:hover,
    .divSearchCreateBoard button:hover,
    .btnShowlistBoard:hover,
    .btnSubmitCreateBoard:hover,
    .btnBackCreateBoard:hover,
    .btnCopyResBoard:hover,
    .deleteBtnCommit button:hover {
        color: rgba(255, 255, 255, 1) !important;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.btnShowlistBoard {
    width: 173px !important;
    height: 48px !important;
    background-color: rgba(110, 87, 115, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px !important;
    padding: 0 !important;
}

.iptCopyResBoard {
    width: 229px !important;
    height: 32px !important;
    border-radius: 10px !important;
}

.btnCopyResBoard {
    width: 228px !important;
    height: 48px !important;
    border-radius: 10px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    font-size: 18px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 !important;
    border: none !important;
}

.divSearchCreateBoard label {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divSearchCreateBoard input {
    width: 300px !important;
    height: 33px !important;
    border-radius: 10px !important;
}

.divSearchCreateBoard button {
    width: 93px !important;
    height: 34px !important;
    border-radius: 10px !important;
    background-color: rgba(110, 87, 115, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px !important;
    line-height: 0 !important;
}

.deleteBtnCommit button {
    width: auto !important;
    height: 33px !important;
    background: rgba(252, 105, 105, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
    font-size: 17px !important;
    border-radius: 5px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none !important;
}

#noDataMessage {
    text-align: center !important;
    margin: 20px !important;
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
}
/*-------------------------------------------------------------------------------------*/
/*---------------------------------AdminHomepage-----------------------------------------*/
.textUserAdmin {
    font-size: 32px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.btnMenuListAdmin {
    width: 239px !important;
    height: 68px !important;
    border-radius: 15px !important;
    background-color: rgba(251, 219, 183, 1) !important;
    font-size: 28px !important;
    /*font-size: 32px !important;*/
    padding: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(110, 87, 115, 1) !important;
}

    .btnMenuListAdmin:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .btnMenuListAdmin img {
        margin-top: -10px !important;
    }

.btnMenuListAsset {
    width: 239px !important;
    height: 68px !important;
    border-radius: 15px !important;
    background-color: rgba(251, 219, 183, 1) !important;
    font-size: 25px !important;
    /*font-size: 28px !important;*/
    padding: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(110, 87, 115, 1) !important;
}

    .btnMenuListAsset:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .btnMenuListAsset img {
        margin-top: -5px !important;
    }

.textrescostfix {
    font-size: 19px !important;
    padding-top: 15px !important;
    padding-left: 30px !important;
}

    .textrescostfix img {
        margin-top: -10px !important;
        margin-right: 15px !important;
    }
/*-------------------------------------------------------------------------------------*/

/*-----------------------------------AdminMember---------------------------------------*/
.searchMember label {
    font-size: 30px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.searchMember input {
    width: 459px !important;
    height: 43px !important;
    border-radius: 10px !important;
}

.searchMember button {
    width: 93px !important;
    height: 43px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    font-size: 20px !important;
    padding: 0 !important;
    margin-left: 15px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .searchMember button:hover {
        color: rgba(255, 255, 255, 1) !important;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.btnAddMember {
    display: flex !important;
    justify-content: end !important;
}

    .btnAddMember button {
        width: 135px !important;
        height: 43px !important;
        background-color: rgba(246, 192, 182, 1) !important;
        font-size: 20px !important;
        border-radius: 10px !important;
        border: none !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(110, 87, 115, 1) !important;
    }

        .btnAddMember button:hover {
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

.btnEditMemberPage {
    background-color: rgba(117, 184, 245, 1) !important;
    width: 91px !important;
    height: 34px !important;
    padding: 0;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btnEditMemberPage:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.headTextAddMember {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 500 !important;
}

.pIdinputAddmember label {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 400 !important;
}

.pIdinputAddmember input {
    width: 604px !important;
    height: 36px !important;
    border-radius: 10px !important;
}

.pIdinputAddmember button {
    background-color: rgba(117, 184, 245, 1) !important;
    width: 67px !important;
    height: 36px !important;
    padding: 0;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 15px !important;
}

    .pIdinputAddmember button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.fullnameinputAddmember label {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 400 !important;
}

.fullnameinputAddmember input {
    width: 580px !important;
    height: 36px !important;
    border-radius: 10px !important;
}

.fullnameinputAddmember button {
    background-color: rgba(117, 184, 245, 1) !important;
    width: 67px !important;
    height: 36px !important;
    padding: 0;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 15px !important;
}

    .fullnameinputAddmember button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.campusinputAddmember label {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 400 !important;
}

.campusinputAddmember input {
    width: 640px !important;
    height: 36px !important;
    border-radius: 10px !important;
}

.campusinputAddmember button {
    background-color: rgba(117, 184, 245, 1) !important;
    width: 67px !important;
    height: 36px !important;
    padding: 0;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 15px !important;
}

    .campusinputAddmember button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.textStatusAddMemeber {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.textActiveAddMemeber {
    font-size: 16px !important;
    color: rgba(110, 87, 115, 1) !important;
}
/*for toggle*/
.form-check-input:checked {
    background-color: rgba(1, 166, 81, 1) !important;
    border-color: rgba(1, 166, 81, 1) !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgba(1, 166, 81, 1);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 16px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*------------*/
/*Role*/
.divsubmitAddRole {
    width: 67px !important;
    height: 36px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: rgba(117, 199, 52, 1) !important;
}

.divsubmitEditRole {
    width: 67px !important;
    /*width: 114px !important;*/
    height: 36px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    /*background-color: rgba(254, 155, 44, 1) !important;*/
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .divsubmitEditRole:hover,
    .divsubmitAddRole:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.titleAlertSubmitRole {
    color: rgba(110, 87, 115, 1) !important;
    font-size: 33px !important;
    font-weight: lighter !important;
    margin-bottom: 20px !important;
}

/*-------------*/
.divsubmitAddMember {
    width: 67px !important;
    height: 36px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: rgba(117, 199, 52, 1) !important;
}

.divcancelAddMember {
    width: 67px !important;
    height: 36px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.divsubmitEditMember {
    width: 67px !important;
    /*width: 114px !important;*/
    height: 36px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    /*background-color: rgba(254, 155, 44, 1) !important;*/
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .divsubmitEditMember:hover,
    .divcancelAddMember:hover,
    .divsubmitAddMember:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.divSelectAddMember label {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divSelectAddMember select {
    width: 655px !important;
    height: 36px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
}

.dropimgforSelectMember {
    margin-left: -40px !important;
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------------StatusPage---------------------------------------*/
.divmainStatus {
    width: auto !important;
    height: 63px !important;
    border-radius: 5px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 20px !important;
}

.divFirstStatus label {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: rgba(178, 178, 178, 1) !important;
}

.divFirstStatus p {
    font-size: 24px !important;
    font-weight: 300 !important;
    color: rgba(110, 87, 115, 1) !important;
    text-align: center !important;
    margin: 0 !important;
}

.divStatusToggle {
    display: flex !important;
    justify-content: center !important;
}

.labelStatusOnStatusPage {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(178, 178, 178, 1) !important;
}

.divStatusSetting {
    display: flex !important;
    justify-content: end !important;
    align-items: center !important;
}

.divToggleStatus {
    height: 109px;
    overflow: hidden; /* Ensures content fits within the height */
    display: none; /* Initially hide the element */
    border-radius: 5px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 20px 0px 25px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-top: solid !important;
    border-top-color: rgba(178, 178, 178, 1) !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

    .divToggleStatus p {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: rgba(110, 87, 115, 1) !important;
    }

.divEquipStatus {
    width: auto !important;
    height: 41px !important;
    border-radius: 10px !important;
    background-color: rgba(251, 219, 183, 1) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 16px !important;
    color: rgba(110, 87, 115, 1) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.red-asterisk {
    color: red;
}

.textSapAlertRed {
    font-size: 16px !important;
}

.tags-container {
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.tag {
    background-color: #e0e0e0;
    border-radius: 3px;
    padding: 5px;
    margin: 0px 5px 0px 10px !important;
    display: flex;
    align-items: center;
}

    .tag .remove-tag {
        margin-left: 5px;
        cursor: pointer;
    }

.titleAlertSubmitStatus {
    color: rgba(110, 87, 115, 1) !important;
    font-size: 26px !important;
    font-weight: lighter !important;
    margin-bottom: 20px !important;
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------------AssetMaster--------------------------------------*/
.theadcolorAsset thead {
    background-color: rgba(251, 219, 183, 1) !important;
}

.HeadAssetMaster {
    font-size: 36px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 600 !important;
}

.searchAssetMaster label {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: rgba(110, 87, 115, 1) !important;
}

.searchAssetMaster input {
    width: 524px;
    height: 37px !important;
    border-radius: 10px !important;
    padding-right: 55px !important;
}

.searchAssetMaster button {
    background-color: rgba(110, 87, 115, 1) !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    margin-left: -49px !important;
}

    .btnDetailAsset:hover,
    .searchAssetMaster button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.btnDetailAsset {
    width: 91px !important;
    height: 34px !important;
    background-color: rgba(156, 192, 143, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 14px !important;
    padding: 0px !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
}

.headTextDetailsAsset {
    font-size: 36px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divDetailsAsset {
    display: flex;
    align-items: center;
}

    .divDetailsAsset label {
        font-size: 20px !important;
        color: rgba(110, 87, 115, 1) !important;
        flex: 0.5 !important; /* Adjusts the space for the label */
    }

    .divDetailsAsset input {
        width: 604px !important;
        height: 36px !important;
        border-radius: 10px !important;
        flex: 3 !important; /* Adjusts the space for the label */
        font-size: 20px !important;
    }

        .divDetailsAsset input:disabled {
            background-color: rgba(215, 215, 215, 1) !important;
            color: rgba(110, 87, 115, 1) !important;
        }


.divBackAssetMaster {
    font-size: 16px !important;
    width: 100px !important;
    height: 36px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
}

    .divBackAssetMaster:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

#yearBudgetAssetMaster {
    width: 300px !important;
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------------Cost Center--------------------------------------*/
.btnEditCCenter {
    width: 53px !important;
    height: 34px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    color: rgba(240, 238, 238, 1) !important;
}

    .btnEditCCenter:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.pIdinputEditCCenter label {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 400 !important;
}

.pIdinputEditCCenter input {
    width: 604px !important;
    height: 36px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
}

    .pIdinputEditCCenter input:disabled {
        background-color: rgba(178, 178, 178, 1) !important;
    }

.pIdinputEditCCenter button {
    background-color: rgba(117, 184, 245, 1) !important;
    width: 67px !important;
    height: 36px !important;
    padding: 0;
    border-radius: 5px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 15px !important;
}

    .pIdinputEditCCenter button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.DepartNameCCenter {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 400 !important;
}

    .DepartNameCCenter input {
        width: 615px !important;
        height: 36px !important;
        border-radius: 10px !important;
        font-size: 20px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

/*-------------------------------------------------------------------------------------*/

/*-------------------------------------Asset Class-------------------------------------*/
.divTextAreaClasspage label {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-bottom: 75px !important;
}

.divTextAreaClasspage textarea {
    width: 569px !important;
    min-height: 107px !important;
    border-radius: 10px !important;
    padding: 10px !important;
}
/*-------------------------------------------------------------------------------------*/

/*---------------------------------------Location--------------------------------------*/
.flipicon {
    transform: scaleX(-1);
}

.divNavigateControl button:disabled {
    background-color: rgba(240, 238, 238, 1) !important;
}

    .divNavigateControl button:disabled:hover {
        box-shadow: none !important;
        background-color: rgba(240, 238, 238, 1) !important;
    }

.divNavigateStart {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: start !important;
}

.divPageSize {
    background-color: rgba(255, 255, 255, 1) !important;
    border: solid 2px !important;
    border-color: rgba(202, 196, 208, 1) !important;
    font-size: 20px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    color: rgba(110, 87, 115, 1) !important;
}

    .divPageSize select {
        color: rgba(110, 87, 115, 1) !important;
        border: none !important;
    }

.divNavigateEnd {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: end !important;
}

    .divNavigateEnd button {
        background-color: rgba(255, 255, 255, 1) !important;
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        border-radius: 10px !important;
        border: solid 2px !important;
        border-color: rgba(202, 196, 208, 1) !important;
        margin-left: 5px !important;
    }

    .divNavigateEnd span {
        margin: 0 10px 0 10px !important;
        font-size: 20px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

    .divNavigateEnd button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        background-color: rgba(240, 238, 238, 1) !important;
    }
/*-------------------------------------------------------------------------------------*/

/*-------------------------------------Check Parcel------------------------------------*/
.SearchPtagParcel {
    font-size: 24px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-left: 15px !important;
}

.divSearchParcel {
    border-top: 1px solid !important;
    border-color: rgba(178, 178, 178, 1) !important;
    margin-left: 15px !important;
}

[aria-labelledby="select2-CCSelectParcel-container"],
[aria-labelledby="select2-RespSelectParcel-container"] {
    background-color: rgba(178, 178, 178, 1) !important;
}

.setWidthCreateParcel {
    width: 550px !important;
}

.divCreateParcel {
    display: flex !important;
    justify-content: end !important;
}

    .divCreateParcel button {
        width: 135px !important;
        height: 44px !important;
        background-color: rgba(110, 87, 115, 1) !important;
        font-size: 24px !important;
        border-radius: 10px !important;
        border: none !important;
        color: rgba(240, 238, 238, 1) !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .divCreateParcel button:hover,
        .btnEditParcel:hover,
        .btnCheckParcel:hover {
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(255, 255, 255, 1) !important;
        }

.tableCheckParcelTR th {
    text-align: center; /* Center horizontally */
    vertical-align: middle; /* Center vertically */
    padding: 5px 10px; /* Reduce padding around the text */
}

.tableCheckParcelTR .small-textHead {
    line-height: 1.2; /* Optional: Adjust line height */
}

.tableCheckParcelTR th .small-text {
    font-size: 12px; /* Optional: Adjust font size */
}

.CCDpParcel .select2-container {
    width: 347px !important;
}

.RCCDpParcel .select2-container {
    width: 347px !important;
}

.btnEditParcel {
    width: 95px !important;
    height: 34px !important;
    background-color: rgba(156, 192, 143, 1) !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.colorDetailNone {
    color: rgba(110, 87, 115, 1) !important;
}

.RCCDpParcel #yearBudgetSearchReport {
    width: 100px !important;
}

.btnCheckParcel {
    width: 97px !important;
    height: 34px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnApprovefromParcel {
    margin: 0;
    margin-right: 10px;
    width: 70px !important;
    height: 34px !important;
    background-color: rgba(156, 192, 143, 1) !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btnApprovefromParcel:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.customTableParcel {
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    border-color: var(--bs-table-border-color);
}

    .customTableParcel thead {
        --bs-table-bg: rgba(251, 219, 183, 1); /* Override Bootstrap variable */
        background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        font-size: 18px;
        font-weight: 500;
        line-height: 47px;
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
    }

    .customTableParcel tbody {
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
        font-size: 16px;
        vertical-align: middle !important;
        border-width: 0px !important;
    }

    .customTableParcel td {
        border-bottom-width: 0px;
    }

    .customTableParcel tbody tr:nth-child(odd) {
        --bs-table-bg: rgba(255, 255, 255, 1); /* Override Bootstrap variable */
        background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
    }

    .customTableParcel tbody tr:nth-child(even) {
        --bs-table-bg: rgba(242, 242, 242, 1); /* Override Bootstrap variable */
        background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
    }

.customTableParcelUncheck {
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    border-color: var(--bs-table-border-color);
}

    .customTableParcelUncheck thead {
        --bs-table-bg: rgba(251, 219, 183, 1); /* Override Bootstrap variable */
        background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        font-size: 18px;
        font-weight: 500;
        line-height: 47px;
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
    }

    .customTableParcelUncheck tbody {
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
        font-size: 16px;
        vertical-align: middle !important;
    }

        .customTableParcelUncheck tbody tr:nth-child(odd) {
            --bs-table-bg: rgba(255, 255, 255, 1); /* Override Bootstrap variable */
            background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        }

        .customTableParcelUncheck tbody tr:nth-child(even) {
            --bs-table-bg: rgba(242, 242, 242, 1); /* Override Bootstrap variable */
            background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        }

.CampusSpanSelect,
.LocationSpanSelect,
.CCSpanSelect,
.RCSpanSelect {
    width: 100% !important;
}

.setDecreaseMB {
    margin-bottom: -15px !important;
}

.textNoDataTable {
    display: flex !important;
    justify-content: center !important;
    font-size: 20px !important;
}

#pendingDetailsTable .tBodyInspect td {
    border: none !important;
}

.tdcheckboxUnParcel {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
}

.checkboxUnParcel {
    height: 20px !important;
}
/*-------------------------------------------------------------------------------------*/
/*-----------------------------------------Inspect-------------------------------------*/
.SearchPtagInspect {
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
}

.divSearchInspect label {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divSearchInspect select {
    font-size: 18px !important;
    padding: 0px 0px 0px 10px !important;
    width: 400px !important;
    height: 28px !important;
    border-radius: 10px !important;
}

.divshowCsRespInspect {
    font-size: 16px !important;
}

    .divshowCsRespInspect input {
        width: 247px !important;
        height: 27px !important;
        border: 1px solid !important;
        border-radius: 10px !important;
        padding-left: 5px !important;
        border-color: rgba(141, 139, 139, 1) !important;
    }

.tBodyInspect input,
.tBodyInspect select {
    display: inline !important;
    justify-content: center !important;
    width: 144px !important;
    border-radius: 10px !important;
}

.divSubmitInspect {
    margin-top: 20px !important;
    margin-left: 35px !important;
}

.submitInspect {
    width: 90px !important;
    /*width: 141px !important;*/
    height: 46px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    /*background-color: rgba(254, 155, 44, 1) !important;*/
    border-radius: 10px !important;
    font-size: 20px !important;
    color: rgba(240, 238, 238, 1) !important;
    border: none !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cancelInspect {
    width: 90px !important;
    height: 46px !important;
    background-color: rgba(252, 105, 105, 1) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.excelInspect {
    width: 120px !important;
    height: 46px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .submitInspect:hover,
    .cancelInspect:hover,
    .excelInspect:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

#excelUploadModal .modal-dialog{
    height:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
}

#excelUploadModal .modal-body p{
    display:flex!important;
    align-items:center!important;
}

.divmodalAssetForm1 {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-top: 25px !important;
}

    .divmodalAssetForm1 input {
        width: 525px !important;
        height: 31px !important;
        font-size: 20px !important;
        border-radius: 10px !important;
    }

.divmodalAssetForm2 {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-top: 35px !important;
}

    .divmodalAssetForm2 input {
        width: 1265px !important;
        height: 31px !important;
        font-size: 20px !important;
        border-radius: 10px !important;
    }

.divmodalAssetForm3 {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-top: 35px !important;
}

    .divmodalAssetForm3 input {
        width: 465px !important;
        height: 31px !important;
        font-size: 20px !important;
        border-radius: 10px !important;
    }

.divmodalAssetForm4 {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-top: 35px !important;
}

    .divmodalAssetForm4 input {
        width: 521px !important;
        height: 31px !important;
        font-size: 20px !important;
        border-radius: 10px !important;
    }

.divmodalAssetForm5 {
    font-size: 18px !important;
    color: rgba(110, 87, 115, 1) !important;
    margin-top: 35px !important;
}

    .divmodalAssetForm5 input {
        width: 519px !important;
        height: 31px !important;
        font-size: 20px !important;
        border-radius: 10px !important;
    }

.closeModalInspect {
    display: flex !important;
    justify-content: center !important;
}

    .closeModalInspect button {
        margin-top: 25px !important;
        width: 141px !important;
        height: 46px !important;
        border-radius: 10px !important;
        background-color: rgba(141, 139, 139, 1) !important;
        border: none !important;
        font-size: 24px !important;
        color: rgba(240, 238, 238, 1) !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .closeModalInspect button:hover {
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(255, 255, 255, 1) !important;
        }

.cancelDetailParcel {
    width: 90px !important;
    height: 46px !important;
    background-color: rgba(178, 178, 178, 1) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .cancelDetailParcel:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.btnResetParcel {
    background: orange !important;
    margin-left: 15px !important;
}

    .btnResetParcel .imgResetParcel {
        margin-right: 2px !important;
        filter: invert(1) !important;
        height: 15px !important;
        width: auto !important;
    }

    #AssetInspectDiv {
        width: 400px !important;
    }

.AssetSpanInspectSelect {
    width: 100% !important;
    font-size: 18px !important;
}

    .AssetSpanInspectSelect .selection {
        font-size: 18px !important;
        transition: none !important;
    }

    .AssetSpanInspectSelect .select2-selection__rendered {
        line-height: 28px !important;
    }

#select2-AssetInspectSelect-results {
    font-size: 14px !important;
}

#campusInspectDiv {
    width: 120px !important;
}

#locationInspectDiv {
    width: 280px !important;
}

.LocationSpanInspectSelect {
    width: 100% !important;
    height: 33px !important;
}

    .LocationSpanInspectSelect .select2-selection--single {
        height: 33px !important;
    }

    .LocationSpanInspectSelect .select2-selection__rendered {
        line-height: 32px !important;
    }

.tBodyInspect .statusInspectSelect {
    width: 170px !important;
}

.tBodyInspect .qualityInspectSelect {
    width: 90px !important;
}

.tBodyInspect .remarkInspectInput {
    width: 200px !important;
}

.tBodyInspect .roomInspectInput {
    width: 90px !important;
}

.btnEditDetailImg {
    background: none !important;
    border: none !important;
}

.editDetailImg {
    width: 25px !important;
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------------CreateParcel-------------------------------------*/
.divHeadtextLeftParcel p {
    font-size: 20px !important;
    font-weight: bold !important;
    color: rgba(110, 87, 115, 1) !important;
    text-decoration: underline !important;
    margin-left: 35px !important;
}

.divLeftDataParcel {
    display: flex !important;
    justify-content: center !important;
    font-size: 16px !important;
    color: rgba(110, 87, 115, 1) !important;
}

    .divLeftDataParcel select,
    .divLeftDataParcel input {
        width: 100% !important;
        height: 30px !important;
        font-size: 15px !important;
        padding: 0 !important;
        padding-left: 10px !important;
        /*margin-left: -25px !important;*/
    }

.inputRoomCreateParcel input {
    border: 1px solid border-radius;
    border-radius: 10px !important;
    height: 28px !important;
}

.btnSubmitCreateParcel {
    width: 93px !important;
    height: 46px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 5px 5px 10px 15px !important;
}

.btnCancelCreateParcel {
    width: 105px !important;
    height: 46px !important;
    background-color: rgba(178, 178, 178, 1) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 5px 10px 10px 5px !important;
}

    .btnSubmitCreateParcel:hover,
    .btnCancelCreateParcel:hover,
    .btnDeleteCreateParcel:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.divBarcodeImage {
    display: flex !important;
    width: 66px !important;
    height: 36px !important;
    background-color: rgba(117, 184, 245, 1) !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px !important;
    margin-left: 35px !important;
    margin-right: 10px !important;
}

.scanInputRightParcel {
    width: 354px !important;
    height: 36px !important;
    border-radius: 10px !important;
}

.marginCraeateParcelTable {
    margin-right: 20px !important;
}

.divofTableCreateParcel {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.btnDeleteCreateParcel {
    width: 45px !important;
    height: 30px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 1) !important;
    border: none !important;
}

.comfirmerrorAssetyAlert {
    background-color: dodgerblue !important;
}

#CCSelectParcel, #RespSelectParcel, #LocationSelectParcel, #CampusSelectParcel {
    width: auto !important;
}

.setWidthDivCreateParcel {
    width: 100% !important;
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------Report------------------------------------*/
.btnMenuListReport {
    width: 287px !important;
    height: 113px !important;
    border-radius: 15px !important;
    background-color: rgba(251, 219, 183, 1) !important;
    font-size: 24px !important;
    padding: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(110, 87, 115, 1) !important;
}

    .btnMenuListReport:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .btnMenuListReport img {
        /*margin-top: -10px !important;*/
    }

.btnMenuListReport2 {
    width: 300px !important;
    height: 113px !important;
    border-radius: 15px !important;
    background-color: rgba(251, 219, 183, 1) !important;
    font-size: 24px !important;
    padding: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(110, 87, 115, 1) !important;
}

    .btnMenuListReport2:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .btnMenuListReport2 img {
        /*margin-top: -10px !important;*/
    }

.searchtextReport {
    font-size: 16px;
    color: rgba(110, 87, 115, 1);
}

.searchInputCostReport {
    width: auto !important;
}

.yearSearchReport {
    width: 299px !important;
    height: 27px !important;
}

.CCSearchReport {
    width: 349px !important;
    height: 27px !important;
}

.RCSearchReport {
    width: 349px !important;
    height: 27px !important;
}

.yearSelectReport {
    width: 299px !important;
    height: 27px !important;
    margin-right: 20px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    padding-left: 10px !important;
}

.btnApproveReport {
    width: auto !important;
    height: 34px !important;
    background-color: rgba(156, 192, 143, 1) !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
}

.btnApproveReportDisabled {
    background-color: grey !important;
    width: 88px !important;
    height: 34px !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
}

.btnExportReport {
    width: auto !important;
    height: 34px !important;
    background-color: rgba(0, 122, 255, 1) !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
}

    .btnApproveReport:hover,
    .btnExportReport:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.btnApproveSubmit {
    width: 91px !important;
    height: 37px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    font-size: 20px !important;
    line-height: 0 !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnApproveCancel {
    width: 91px !important;
    height: 37px !important;
    background-color: rgba(252, 105, 105, 1) !important;
    font-size: 20px !important;
    line-height: 0 !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none !important;
}

    .btnApproveSubmit:hover,
    .btnApproveCancel:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.divNavigateCenter {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
}

    .divNavigateCenter button {
        background-color: rgba(255, 255, 255, 1) !important;
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        border-radius: 10px !important;
        border: solid 2px !important;
        border-color: rgba(202, 196, 208, 1) !important;
        margin-left: 5px !important;
    }

    .divNavigateCenter span {
        margin: 0 10px 0 10px !important;
        font-size: 20px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

    .divNavigateCenter button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        background-color: rgba(240, 238, 238, 1) !important;
    }

.buttonAlertSubmit,
.buttonAlertCancel {
    border-radius: 10px !important;
    font-size: 20px !important;
    width: 90px !important;
    height: 46px !important;
    padding: 0 !important;
}

.titleAlertSubmit {
    color: rgba(110, 87, 115, 1) !important;
    font-size: 36px !important;
    font-weight: lighter !important;
    margin-bottom: 20px !important;
}

.customSwalfireApprove {
    width: 350px !important;
    height: auto !important;
    border-radius: 35px !important;
}

.customSwalfireRecheck {
    /*width: 350px !important;*/
    height: auto !important;
    border-radius: 35px !important;
}

.btnExportBack {
    width: 91px !important;
    height: 37px !important;
    background-color: rgba(178, 178, 178, 1) !important;
    font-size: 16px !important;
    line-height: 0 !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none !important;
}

    .btnExportBack:hover,
    .btnPDF:hover,
    .btnEXCEL:hover,
    .btnEXCELCommit:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.divExportReport {
    display: flex !important;
    justify-content: end !important;
}

    .divExportReport label {
        font-size: 20px !important;
        color: rgba(110, 87, 115, 1) !important;
    }

.btnPDF {
    width: 94px !important;
    height: 37px !important;
    background-color: rgba(252, 105, 105, 1) !important;
    padding: 0 !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnEXCEL {
    width: 106px !important;
    height: 37px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    padding: 0 !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnEXCELCommit {
    width: 204px !important;
    height: 37px !important;
    background-color: rgba(117, 199, 52, 1) !important;
    padding: 0 !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    color: rgba(240, 238, 238, 1) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.collapse:not(.show) {
    display: block;
}

.collapsing {
    height: auto !important; /* Set to auto to avoid collapsing */
    overflow: visible !important; /* Ensure content is not cut off */
    transition: none !important; /* Optional: Disable transition effects if needed */
}

/*-------------------------------------------------------------------------------------*/

/*----------------------------ApprovePage------------------------------------------*/
.btnApproveReport {
    width: 88px !important;
    height: 34px !important;
    background-color: rgba(156, 192, 143, 1) !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
}

.btnListCommit {
    width: 108px !important;
    height: 34px !important;
    background-color: rgba(0, 122, 255, 1) !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    padding: 0 !important;
}

.btnOutList {
    width: 88px !important;
    height: 34px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    padding: 0 !important;
}

.btnUnApproveSubmit {
    width: 120px !important;
    height: 34px !important;
    background-color: rgba(253, 112, 112, 1) !important;
    font-size: 14px !important;
    color: rgba(240, 238, 238, 1) !important;
    padding: 0 !important;
    border: none !important;
}

    .btnApproveReport:hover,
    .btnListCommit:hover,
    .btnUnApproveSubmit:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

.modal-approve-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 632px !important;
    height: auto !important;
    top: -30px !important;
}

.inputmodalApprove {
    height: 28px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(178, 178, 178, 1) !important;
}

.closeModalApprove {
    display: flex !important;
    justify-content: center !important;
}

    .closeModalApprove button {
        margin-top: 15px !important;
        padding: 0 !important;
        width: 73px !important;
        height: 31px !important;
        border-radius: 10px !important;
        background-color: rgba(141, 139, 139, 1) !important;
        border: none !important;
        font-size: 18px !important;
        color: rgba(240, 238, 238, 1) !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .closeModalApprove button:hover {
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(255, 255, 255, 1) !important;
        }

.customTableApproveModal {
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    border-color: var(--bs-table-border-color);
}

    .customTableApproveModal thead {
        --bs-table-bg: rgba(251, 219, 183, 1); /* Override Bootstrap variable */
        background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        font-size: 14px;
        font-weight: 500;
        line-height: 20px !important;
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
    }

    .customTableApproveModal tbody {
        --bs-table-color: rgba(110, 87, 115, 1);
        color: var(--bs-table-color) !important;
        font-size: 14px;
        vertical-align: middle !important;
    }

        .customTableApproveModal tbody tr:nth-child(odd) {
            --bs-table-bg: rgba(255, 255, 255, 1); /* Override Bootstrap variable */
            background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        }

        .customTableApproveModal tbody tr:nth-child(even) {
            --bs-table-bg: rgba(242, 242, 242, 1); /* Override Bootstrap variable */
            background-color: var(--bs-table-bg) !important; /* Ensure it uses the overridden variable */
        }

.btnChangePageApproveModal {
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(217, 217, 217, 1) !important;
    padding: 0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btnChangePageApproveModal:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(255, 255, 255, 1) !important;
    }

    .btnChangePageApproveModal img {
        width: 16px !important;
        height: 16px !important;
    }

    .btnChangePageApproveModal:disabled {
        background-color: rgba(240, 238, 238, 1) !important;
    }

        .btnChangePageApproveModal:disabled:hover {
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

.labelChangePageModalApprove {
    font-size: 16px !important;
}

.fixspanboardHrModal {
    margin: 0px -20px 0 -20px !important;
}

.inputYearApprove {
    width: 187px !important;
    height: 27px !important;
    border-radius: 10px !important;
    pointer-events: none;
    background-color: rgba(217, 217, 217, 1) !important;
    border: 1px solid rgba(141, 139, 139, 1) !important;
}

.inputCCApprove {
    width: 441px !important;
    height: 27px !important;
    border-radius: 10px !important;
    pointer-events: none;
    background-color: rgba(217, 217, 217, 1) !important;
    border: 1px solid rgba(141, 139, 139, 1) !important;
}

.inputRCCApprove {
    width: 499px !important;
    height: 27px !important;
    border-radius: 10px !important;
    pointer-events: none;
    background-color: rgba(217, 217, 217, 1) !important;
    border: 1px solid rgba(141, 139, 139, 1) !important;
}
/*-------------------------------------------------------------------------------------*/

/*-------------------------------------------For Camera--------------------------------*/
/* Styling for the camera modal */
.camera-modal {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 20px;
    text-align: center;
}

.camera-modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    /*width: 80%;*/
    /*max-width: 600px;*/
}

.close-btnCamera {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

.hide-web {
    display: none !important;
}

#video {
    display: none; /* Hide video until camera is started */
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 20px;
}

#result {
    font-size: 1.2em;
    color: #333;
}

/* Styling for the normal button */
/*#openCameraModalButton {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    #openCameraModalButton:hover {
        background-color: #0056b3;
    }*/
/*--------------------------------------------------------------------------------------*/

/*-------------------------------------Modal AssetScan----------------------------------*/

.modalAssetScan-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: auto !important;
    height: auto !important;
    top: -30px !important;
    border-radius: 10px !important;
}

.spanHeadAssetScan {
    font-size: 16px !important;
    color: rgba(110, 87, 115, 1) !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.fixspanboardAssetScanHr {
    margin: -5px -20px 0 -20px !important;
}

.MainDetailAssetScan {
    margin-top: 15px !important;
}

.divDetailAssetScan {
    margin-top: 10px !important;
}

    .divDetailAssetScan label {
        font-size: 14px !important;
    }

    .divDetailAssetScan input,
    .divDetailAssetScan select {
        height: 25px !important;
        border-radius: 5px !important;
        font-size: 11px !important;
        padding: 0 !important;
        padding-left: 5px !important;
    }

    .divDetailAssetScan .form-select {
        background-size: 5px 6px;
    }

    .divDetailAssetScan div {
        width: 100% !important;
    }

.divSubmitAssetScan {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: end !important;
}

    .divSubmitAssetScan button {
        width: 55px !important;
        height: 30px !important;
        font-size: 12px !important;
        padding: 0 !important;
    }

.btnAssetScanSubmit {
    background: rgba(1, 166, 81, 1) !important;
    color: white !important;
    margin-right: 5px !important;
}

.btnAssetScanCancel {
    background: rgba(252, 105, 105, 1) !important;
    color: white !important;
}
/*--------------------------------------------------------------------------------------*/

/*--------------------------------------Sap Manage--------------------------------------*/
.pSubHeadSapManage {
    font-size: 25px !important;
    /*font-size: 28px !important;*/
    text-decoration: underline !important;
    color: rgba(110, 87, 115, 1) !important;
    font-weight: 600 !important;
}

.divLabelYearSapManage label {
    font-size: 24px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.divSelectYearSapManage select {
    width: 524px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    padding: 0 !important;
    padding-left: 15px !important;
    line-height: 1.2 !important;
}

.divButtonYearSapManage button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 287px !important;
    height: 81px !important;
    font-size: 24px !important;
    background-color: rgba(251, 219, 183, 1) !important;
    border-radius: 15px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .divButtonYearSapManage button:hover {
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
/*--------------------------------------------------------------------------------------*/
/*------------------------------------DataTable-----------------------------------------*/
.dt-paging-button {
    background-color: rgba(255, 255, 255, 1) !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    border: solid 2px !important;
    border-color: rgba(202, 196, 208, 1) !important;
    margin-left: 5px !important;
}

.div.dt-container .dt-paging .dt-paging-button:hover {
    color: black !important;
}

.dt-paging-button:hover {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: rgba(240, 238, 238, 1) !important;
}

.dt-paging-button.disabled {
    background-color: rgba(240, 238, 238, 1) !important;
}

    .dt-paging-button.disabled:hover {
        box-shadow: none !important;
        background-color: rgba(240, 238, 238, 1) !important;
    }

.dt-paging .dt-paging-button:not(.previous):not(.next):not(.first):not(.last) {
    display: none;
}

span.ellipsis {
    display: none !important;
}

.pagingTableText {
    margin: 0 10px 0 10px !important;
    font-size: 20px !important;
    color: rgba(110, 87, 115, 1) !important;
}

.dt-paging nav {
    display: flex;
    align-items: center; /* Vertical center */
    justify-content: center; /* Optional: horizontal center */
}


/*--------------------------------------------------------------------------------------*/

/*------------------------------------ImportManage && ExportParcel--------------------------------------*/
.divExportMainParcel{
    display:flex!important;
    justify-content:end!important;
}
.SeachCost label {
    font-size: 18px !important;
}
.divExportParcelExport{
    font-size:18px!important;
}
.divExportParcelExport span{
    font-size:12px!important;
}
.divExportParcelExport button{
    font-size:18px!important;
}
/*--------------------------------------------------------------------------------------*/