@font-face {font-family: 'FontAwesome5';src: url('../../e_lib/font/fontawesome-free-6.5.1/less/solid.less') format('truetype');}
/* 
/* lazy load */
@keyframes loadingGradient {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.lazy-load {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1; /* 背景颜色 */
    border-radius: 8px;
}



/* 使用伪元素创建渐变效果 */
.lazy-load::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #e1e1e1 25%, #f9f1db 50%, #e1e1e1 75%);
    background-size: 200% 100%;
    animation: loadingGradient 1.5s infinite;
}
.lazy-load * {
    opacity: .7!important;
    pointer-events: none;
} 

/* image */
    .responsive-img {  width: 100%;height: auto;}
/*  */
/* swal alert */
    .swal2-container{
        z-index: 9999!important;
    }
    div:where(.swal2-container) .swal2-html-container{
        margin-bottom: 15!important;
    }
    div:where(.swal2-container) div:where(.swal2-popup){
        padding: 30px 25px !important;
    }
    div:where(.swal2-icon){
        margin: 1em auto;
    }

    .swal2-title {
        font-size: 25px!important;
        padding: 18px 5px 0 5px!important;
    }
    
    .swal2-actions {
        margin: 0px!important;
    }

    .swal2-btn {
        padding: 8px 25px;
        margin: 10px;
        font-size: 13px;
        border-radius: 35px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        transition: all .2s;
    }
    
    .swal2-actions button {
        margin-top: 10px;
    }

    .swal2-post-btn{
        display: inline-block;
        width: 100px;
        height: 45px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .swal2-post-btn:hover{
        background-color: #2b3b2f!important;
        /* filter: brightness(80%)!important; */
    }
/*  */
:root{
    --main_gold: #FFC13B;
    --main_green: #539d52;
    --main_red: #a8000c;
    --main_brown: #3b2f22;
    --main_brown2: #685642;
    --sub_green :#d0ffd2;
    --main_print :#2855ab;
    --lhdn:#2524e6;
   
    --sub_red :#ffd0d0;
    --black: #1B1C1E;
    --gray1: #bababa;
    --gray2: #c4c4c4;
    --gray3: #6e6e6e;
    --gray4: #989898;
    --gray5: #f0f0f0;
    --main_leave:#F383BE;
    --main_meeting: #66529D;
    --main_handover: #F6AC56;
    --blue1: #53b3dc;

    --task_todo: #539d52;
    --task_inprogress: #9CDA4D;
    --task_pendingreview: #4D96DA;
    --task_toreview: #6BB2F3;
}

/* table */

    .table-inside-table tr>td:nth-child(1){
        padding-left: 0!important;
    }
    .table-inside-table tr>td:nth-last-child(1){
        padding-right: 0!important;
    }

    table.table-A thead {
        background: #685642;
    }
    table.table-A thead th {
        font-weight: 600;
        font-size: 12px;
        text-align: left;
        color: #fff;
        background: #685642;
        padding: 5px 8px;
    }
    
    table.table-A tbody td {
        font-weight: 600;
        font-size: 12px;
        color: #222;
        padding: 5px 8px;
        background-color: #fff;
        border-bottom: 1px solid #f0f0f0;
    }
    
    table.table-A tbody tr:nth-last-child(1) td {
        border-bottom: unset;
    }

    table.table-A tfoot th {
        background: #685642;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        padding: 5px 8px;
        border-top: 1px solid #fff;
        
    }
    table.table-A tfoot td {
        font-weight: 600;
        font-size: 12px;
        color: #222;
        padding: 5px 8px;
        background-color: #fff;
        border-bottom: 1px solid #f0f0f0;
    }

    .sub-heading{
        height: 0;
        border-top: 1px solid #ddd;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    
    .sub-heading span{
        display: inline-block;
        position: relative;
        padding: 0 17px;
        top: -15px;
        font-size: 12px;
        color: #727272;
        background-color: #fff;
    }

    /* 
        Example structure
        <div class="sub-heading">
            <span>Optional Fields</span>
        </div> 
    */
    
/*  */

/* for disabled selection use */
    .select2-select-single-disable .select2-container--default .select2-selection--single{
        background-color: #f0f0f0;
        pointer-events: none;
        
    }
    .select2-select-single-disable .select2-container--default .select2-selection--single .select2-selection__rendered{
        color:#727272!important;
    }

    .select2-select-single-red .select2-container--default .select2-selection--single{
        background-color: #fff;
        border-color:var(--main_red)!important;
    }
    
/*  */

/* button */
    /* showhide */
        /* <button type="button" class="showhide_optional" data-collapsediv="#conso_inv_optional_con" data-text="Optional">
            <span class="text">Show Optional</span>
            <span class="icon"><i class="fa-solid fa-chevron-up"></i></span>
        </button>*/
        button.showhide_optional {
            font-weight: 600;
            width: 100%;
            text-align: left;
            color: var(--gray3);
            cursor: pointer;
            display: flex;
            align-items: left;
            font-size: 12px;
        }

        button.showhide_optional:hover {
            color: var(--main_brown2);
        }

        .showhide_optional_con {
            display: none;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

        button.showhide_optional .icon {
            margin-left: auto;
            transition: transform 0.3s ease;
        }

        .rotate {
            transform: rotate(180deg);
        }
    /*  */
/*  */
.modal-body {
    overflow-x: hidden;
}

.globe-con {
    padding: 20px 25px 120px 25px;
    width: 100%;
    overflow: auto;
}

.globe-accordion .accordion-header .accordion-button{
    font-size:12px;
    padding: 8px 15px;
    font-weight: 600;
    color:#545454;
}

.globe_collapse_btn {
    color: #685642!important;
}

.globe_collapse_btn.rotated{
    transform: rotate(180deg);
}

.font-error {
    color: var(--main_red);
    font-size: 13px;
    font-weight: 600;
}

.font-opt {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
}
.font-normal {
    color: #3b2f22;
    font-weight: 600;
    font-size: 13px;
}

.font-title-1 {
    padding: 25px 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--main_brown);
}

.frame-1 {
    background-color: var(--white);
    border-radius: 12px;
}

.t-1 {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.t-2 {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.t-3 {
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
}
.t-4 {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.t-5 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.t-6 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.t-8 {
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
}

.t-9 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fc .fc-list-table {
    font-size: 12px;
    text-align: left;
}

.tool-t-con {
    position: fixed;
    bottom: 0px;
    left: 70px;
    width: calc(100% - 70px);
    background-color: #fff;
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.08);
    padding: 4px 15px 4px 15px!important;
    z-index: 996;
    -webkit-transition:.8s;
    -moz-transition:.8s;
    -ms-transition:.8s;
    -o-transition:.8s;
    transition:.8s;
}

.tool-t-setting-con {
    position: fixed;
    bottom: 0px;
    left: 350px;
    width: calc(100% - 350px);
    background-color: #fff;
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.08);
    padding: 4px 15px 4px 15px!important;
    z-index: 996;
    -webkit-transition:.8s;
    -moz-transition:.8s;
    -ms-transition:.8s;
    -o-transition:.8s;
    transition:.8s;
}


.btn-tel {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 25 25" fill="none"><path d="M25.0278 18.2112L19.5591 15.8675C19.3255 15.7679 19.0658 15.7469 18.8192 15.8077C18.5727 15.8685 18.3525 16.0077 18.1919 16.2044L15.77 19.1634C11.9691 17.3713 8.91026 14.3124 7.11816 10.5115L10.0771 8.08965C10.2743 7.92933 10.4138 7.70916 10.4746 7.46247C10.5354 7.21578 10.5141 6.956 10.4141 6.72246L8.07031 1.25371C7.9605 1.00195 7.76629 0.796406 7.52117 0.672506C7.27604 0.548606 6.99537 0.514121 6.72754 0.574997L1.64941 1.74687C1.3912 1.8065 1.16081 1.95189 0.995867 2.15932C0.830921 2.36674 0.741151 2.62395 0.741211 2.88896C0.741211 15.4134 10.8926 25.5452 23.3975 25.5452C23.6626 25.5454 23.9199 25.4557 24.1274 25.2907C24.3349 25.1258 24.4804 24.8953 24.54 24.637L25.7119 19.5589C25.7724 19.2898 25.7372 19.008 25.6123 18.762C25.4875 18.516 25.2808 18.3213 25.0278 18.2112Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.filter-search-btn {
    font-weight: 600;
    font-size: 8px;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
    padding: 0px 8px;
    height: 23px;
    align-self: center;
}

.filter-btn-fil-title{
    font-weight: 600;font-size: 8px;text-align: left; color: #4d4d4d;padding:5px 10px;align-self: center;
}
.filter-btn-inactive{
    background-color: #fff;
    color:#666666;
    border-color: #666666;
}

.richtext-remark-display a:hover{
    text-decoration: underline!important;
}


.table-sticky-2-col tr td {
    z-index: 5;
}

.table-sticky-2-col tr td:nth-child(2) {
    position: sticky;
    left:0;
    z-index: 6;
}

* {
    font-family: 'Open Sans', sans-serif!important;
    letter-spacing: .4;
    font-weight: medium;
}

input:read-only::placeholder, textarea:read-only::placeholder{
    -webkit-text-fill-color: transparent!important;
    color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display:inline-flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal!important;
    text-overflow: ellipsis!important;
}
span.select2-selection.select2-selection--single {
    overflow: hidden;
}

.select2-results__option .option-content {
    display: flex;
    flex-direction: column;
}
.select2-results__option .option-content .line1 {
    font-weight: bold;
}
.select2-results__option .option-content .line2 {
    font-size: 12px;
    color: #888;
}

.modal{
    z-index: 9998;
}

.daterangepicker {
    z-index: 9999!important;
}

.border-box {
    border: solid 1px #c4c4c4;
    padding: 10px;
    border-radius: 8px;
}

.border-box-error {
    border: solid 1px var(--main_red);
    color: var(--main_red);
    background-color: var(--sub_red);
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px 0px;
    font-weight: 600;
}
.border-box-error .icon {
    padding-right: 8px;
}

.sys_load_con{
    padding :15px 20px;
}

.sysdash-con{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    /* min-height: 85px; */
    margin-top: 15px;
    transition-duration: .1s;
}

.sysdash-con-p15{
    padding: 10px 15px;
}



.sysdash-con_title{
    color: #685642;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: inline-flex;
    width: 100%;
}
.sysdash-con_title_icon{
    margin-right: 8px;
}

.sysdash-con_content{
    padding:20px;
}

.sysdash-con_widget{
    border-radius: 8px;
    padding: 15px;
}

.sysdash-con_widget .filter_opt{
    background-color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 12px;
    text-align: left;
    color: var(--main_brown);
}

.sysdash-con_widget .filter_opt:hover{
    outline :var(--main_gold) solid 2px;
}

.filter_opt span{
    float: right;
}
.sysdash-con_widget .circle-icon{
   text-align: center;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 40px; height:40px; background-color:#fff; border-radius: 50%;
}

.circle-icon >i{
    margin-left: auto;
    margin-right: auto;
}

.sysdash-con_widget .circle-icon i{
    width: 100%;
}

.sysdash-con_widget .sub-icon{
    color: #fff;
    padding: 8px;
    margin-left: 3px;
    transition: .3s;
}
.sysdash-con_widget .sub-icon:hover{
    transform: scale(1.2);
}

.sysdash-con_widget .title{
    color:#fff; padding-left:15px;font-weight: 700; font-size:13px;
}

.sysdash-con-hover-enlarge:hover {
    position: relative; 
}


.sysdash-con-hover-enlarge {
    overflow: hidden;
}

.sysdash-con-hover-enlarge-con{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-color: #FFC13Be8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: .35s;
}

.sysdash-con-hover-enlarge:hover .sysdash-con-hover-enlarge-con{
    opacity: 100;
    transform: scale(1.05);
}

.sysdash-con-hover-enlarge-con button:hover{
   outline: 2px solid var(--main_brown2);
   color: var(--main_brown2)!important;
}


@media (max-width: 1024px) {
    .sysdash-con-p15 {
        background-image: none !important;
    }
}

/* edit mydash layout */
    .mydash_layout_con_draggable{
        overflow: hidden;
    }
    .mydash_layout_con_draggable.hover{
        transition-duration: .1s;
    }
    .mydash_layout_con_draggable.hover:hover {
        outline :var(--main_gold) solid 2px;
    }
    .mydash_layout_con_draggable .move-icon {
        position: absolute;
        right:0;
        top:0;
        padding:10px 15px;
        color: #fff;
        background-color: var(--main_gold);
        display: none;
    }

    .mydash_layout_con_draggable_placeholder {
        width: 100%;
        border: var(--main_gold) 2px dotted;
        border-radius: 8px;
        margin-top: 10px;
        opacity: 80;
        text-align: center;
        padding: 15px;
        color: var(--main_gold);
        font-weight: 700;
        /* display: none; */
    }

    .mydash_layout_con_draggable_placeholder_selected {
        width: 100%;
        border: var(--main_gold) 2px dotted;
        border-radius: 8px;
        margin-top: 10px;
        opacity: 80;
        text-align: center;
        padding: 15px;
        color: #fff;
        font-weight: 700;
        background-color: var(--main_gold);
        /* display: none; */
    }
/* ================== */

/* edit mydash layout */
    .globe_btn-hover:hover {
        outline :var(--main_gold) solid 2px;
    }
    .globe_btn_a {
        font-size: 12px;
        background-color: #fff;
        border: 1px solid #fff;
        font-style: normal;
        font-weight: 700;
        padding: 8px 25px;
        border-radius: 35px;
        text-wrap: nowrap;
        /* background-color:var(--main_green); color:#fff; border-radius: 9px; border:#fff 3px solid; text-align:left;padding-left:15px;padding-right:15px */
    }

    .globe_btn_af {
        font-size: 12px;
        background-color: none;
        border: 1px solid #fff;
        font-style: normal;
        font-weight: 500;
        color: #fff!important;
        padding: 8px 25px;
        border-radius: 35px;
        text-wrap: nowrap;
    }

    .globe_btn_b {
        font-size: 12px;
        background-color: #fff;
        border: 1px solid;
        font-style: normal;
        font-weight: 700;
        padding: 8px 25px;
        border-radius: 35px;
        text-wrap: nowrap;
    }

    
    .globe_btn_c {
        font-size: 12px;
        border: 2px solid #fff;
        font-style: normal;
        font-weight: 700;
        padding: 8px 25px;
        border-radius: 35px;
        text-wrap: nowrap;
        margin-bottom: 5px;
        /* background-color:var(--main_green); color:#fff; border-radius: 9px; border:#fff 3px solid; text-align:left;padding-left:15px;padding-right:15px */
    }


    .globe-tform-filter-btn {
        border-radius: 4px;
        border: 1px #c4c4c4 solid;
        padding: 2px 5px;
        font-size: 12px;
        min-width: 32px;
        font-weight: 600;
        color: #363636;
        text-wrap: nowrap;
    }

    .globe-tform-filter-btn.active {
        border-radius: 4px;
        border: 1px #c4c4c4 solid;
        padding: 2px 5px;
        font-size: 12px;
        min-width: 32px;
        font-weight: 600;
        text-wrap: nowrap;
        background-color: #685642;
        color: #fff;
    }

    .globe-tform-btn {
        border-radius: 4px;
        border: 1px #c4c4c4 solid;
        padding: 2px 5px;
        font-size: 12px;
        min-width: 32px;
        font-weight: 600;
        color: #363636;
        text-wrap: nowrap;
    }
    
    .globe-tform-btn:hover {
        outline :var(--main_gold) solid 2px;
    }

    .globe-table-btn {
        border-radius: 4px;
        padding: 4px 15px;
        font-size: 12px;
        min-width: 32px;
        font-weight: 600;
        color: #363636;
        text-wrap: nowrap;
    }
    
    .globe-table-btn:hover {
        outline :var(--main_gold) solid 2px;
    }

    .globe-table-filter-mcon{
        display: inline-flex;
        align-items: center;
    }
    .globe-table-filter-mcon .filter-title{
        font-size: 13px;
        color: var(--gray3);
        padding: 0px 8px;
        padding-top: 2px;
    }

    .globe-table-filter {
        padding: 5px 0;
        width: 100%;
        display: inline-flex;
    }

    .globe-table-filter_con {
        align-items: center;
        display: inline-flex;
        padding: 0px 10px;
        overflow-x: auto;
    }

    .globe-table-filter-main-title{
        font-size: 13px;
        color: var(--gray3);
        font-weight: 600;
        padding-right: 10px;
        text-wrap: nowrap;
        margin-top: 2px;
        margin-bottom: 4px;
    }

    .globe-table-filter .select2-container{
        margin-top: 2px;
        margin-bottom: 2px;
        width: auto;
        border-radius: 4px;
        font-size: 12px;
    }

    .globe-table-filter-con.select{
        margin-right: 4px;
    }

    .globe-table-filter-con {
        margin-right: 5px;
    }

    .globe-table-filter-text {
        margin-top: 2px;
        margin-bottom: 2px;width: auto;
        margin-right: 3px;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 600;
        height: 28px;
        padding-left: 10px;
        padding-right: 10px;
        width: 120px;
        background-size: 12px auto;
        padding-right: 25px!important;
        background-color: #fff;
    }


    .globe-table-filter-con.date {
        display: inline-flex;
    }

    .globe-table-filter-date {
        margin-top: 2px;
        margin-bottom: 2px;width: auto;
        margin-right: 3px;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 600;
        height: 28px;
        padding-left: 10px;
        padding-right: 10px;
        width: 120px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9.143' viewBox='0 0 8 9.143'%3E%3Cpath id='regular_calendar-alt' data-name='regular calendar-alt' d='M2.643,5.143H1.929a.215.215,0,0,1-.214-.214V4.214A.215.215,0,0,1,1.929,4h.714a.215.215,0,0,1,.214.214v.714A.215.215,0,0,1,2.643,5.143Zm1.929-.214V4.214A.215.215,0,0,0,4.357,4H3.643a.215.215,0,0,0-.214.214v.714a.215.215,0,0,0,.214.214h.714A.215.215,0,0,0,4.571,4.929Zm1.714,0V4.214A.215.215,0,0,0,6.071,4H5.357a.215.215,0,0,0-.214.214v.714a.215.215,0,0,0,.214.214h.714A.215.215,0,0,0,6.286,4.929ZM4.571,6.643V5.929a.215.215,0,0,0-.214-.214H3.643a.215.215,0,0,0-.214.214v.714a.215.215,0,0,0,.214.214h.714A.215.215,0,0,0,4.571,6.643Zm-1.714,0V5.929a.215.215,0,0,0-.214-.214H1.929a.215.215,0,0,0-.214.214v.714a.215.215,0,0,0,.214.214h.714A.215.215,0,0,0,2.857,6.643Zm3.429,0V5.929a.215.215,0,0,0-.214-.214H5.357a.215.215,0,0,0-.214.214v.714a.215.215,0,0,0,.214.214h.714A.215.215,0,0,0,6.286,6.643ZM8,2V8.286a.857.857,0,0,1-.857.857H.857A.857.857,0,0,1,0,8.286V2a.857.857,0,0,1,.857-.857h.857V.214A.215.215,0,0,1,1.929,0h.714a.215.215,0,0,1,.214.214v.929H5.143V.214A.215.215,0,0,1,5.357,0h.714a.215.215,0,0,1,.214.214v.929h.857A.857.857,0,0,1,8,2ZM7.143,8.179V2.857H.857V8.179a.107.107,0,0,0,.107.107H7.036A.107.107,0,0,0,7.143,8.179Z' fill='%23c4c4c4'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position-x: calc(100% - 10px);
        background-position-y: center;
        background-size: 12px auto;
        padding-right: 25px!important;
        background-color: #fff;
    }

    .globe-table-filter-con.date .globe-table-filter-date:first-child{
        border-radius: 4px 0px 0px 4px;
        margin-right: 0;
        border-right: none;
    }
    .globe-table-filter-con.date .globe-table-filter-date:last-child{
        border-radius: 0px 4px 4px 0px;
    }

    .globe-table-filter-con.date.single .globe-table-filter-date{
        border-radius: 4px !important;
    }

    .globe-table-filter-main-search-btn button {
        margin-top: 2px;
        margin-bottom: 2px;
        width: auto;
        border-radius: 4px;
        font-size: 12px;
        background-color: var(--main_gold);
        color: #fff;
        text-wrap: nowrap;
        font-weight: 700;
        height: 27px;
        padding: 0px 10px;
        margin-left: 4px;
    }

    .globe-table-filter-main-search-btn button:hover {
        background-color: #3b2f22;
        outline :var(--main_gold) solid 2px;
    }

    .globe-input-search-big{
        border: var(--gray1) solid 1.5px;
        font-size: 13px;
        padding: 5px 20px;
        border-radius: 35px;
        font-weight: 600;
    }

    .tform-more-button{
        font-size: 12px;
        color: var(--gray3);
        font-weight: 600;
        margin-bottom: 10px;
    }

    .tform-more-button:hover{
        text-decoration: underline;
    }

    .tform-more-button span::before{
        content: 'Load More Filter';
    }

    .tform-more-button span::after{
        font-family: "Font Awesome 6 Free";
         content: '\00a0\00a0\f0d7';
    }

    #collapseMoreFilter.show{
        display: contents;
    }
/* ================== */
    .text-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .globe-badge_globe{
        background-color: var(--main_gold);
        margin-left: 8px;
    }

    .nav-pre, .nav-next{
        font-weight: 600;
        font-size: 12px;
        color: #a8a8a8!important;
        border-radius: 4px;
        padding: 3px 8px;
    }

    .nav-pre:hover, .nav-next:hover{
        border: 1px solid #a8a8a8;
    }
/*  */

.blinking-border{
    outline:#a8000c 2px solid;
    animation: blinker 2s linear infinite;
    background-color: var(--main_brown);
}
@keyframes blinker {
    /* animation keyframes */
    50% {
        outline: #539d5200 2px solid; /* change border color to transparent */
        background-color: #a8000c;
    }
}

.select2-container--default .select2-results__group{
    font-size: 13px;
}

.select2-container--default .select2-results__option .select2-results__option{
    font-size: 13px;
}
.select2-results__option{
    font-size: 13px;
}

select option{
    font-size: 13px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #685642!important;
}
/* tform sidebar */
#globe-tform-sidebar .globe-tform-sidebar_content:not(.show){
    display: none;
}
.globe-tform-sidebar_btn{
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

.globe-tform-sidebar_btn:not(.active){
    color: #747474;
}

.globe-tform-sidebar_btn.active{
    color: var(--main_brown);
    font-weight: bold;
}

.globe-tform-sidebar_btn:hover{
    color: var(--main_brown);
}

.border-selection-con {
    border-radius: 8px;
    overflow: hidden;
    border: #f0f0f0 solid 2px;
    color: #3b2f22;
    font-size: 15px;
    font-weight: 500;
}

.border-selection-con .border-selection-content {
    padding: 8px 15px;
    border-bottom: #f0f0f0 solid 2px;
    cursor: pointer;
    transition: .7s;
} 

.border-selection-con .border-selection-content:last-child {
    border-bottom: none;
} 

.border-selection-con .border-selection-content:hover span {
    color:var(--main_green)!important;
}

.total_user_hv_access{
    color: var(--main_brown2);
}

.total_user_hv_access {
    border-bottom: #685642 2px solid;
    width: auto;
    margin-left: auto;
}

.total_user_hv_access button{
    font-size: 12px;
    padding: 8px 15px;
    border: transparent 1.5px solid;
    border-radius: 8px 8px 0 0;
    color: var(--main_brown2);
    font-weight: 600;
}

.total_user_hv_access button:hover{
    background-color: #d2d2d2;
}


    .toast-body {
        font-size: 13px;
        color: var(--epac_gray_3);
    }

    .kpi_award_table {
        padding: 0!important;
        overflow: hidden;
    }

    .kpi_award_table .header{
        background-color: var(--main_brown2);
        color: #fff;
        padding: 12px 24px;
        font-size: 15px;
        font-weight: 600;
    }

    .kpi_award_table table{
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        color: var(--main_brown1);
    }

    .kpi_award_table table td{
        padding: 10px;
        border: none;
        border-bottom: 2px #f0f0f0 solid;
    }

    .kpi_award_table .header{
        background-color: var(--main_brown2);
        color: #fff;
        padding: 12px 24px;
        font-size: 15px;
        font-weight: 600;
    }

    .kpi_award_table .content{
        background-color: #fff;
        padding: 12px 24px;
    }

    .kpi_award_table table{
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: var(--main_brown1);
        table-layout: fixed;
    }

    .kpi_award_table table td{
        padding: 5px 10px;
        border: none;
        border-bottom: 2px #f0f0f0 solid;
    }

    .kpi_award_table table td:nth-last-child(){
        border-bottom: none;
    }

    .kpi_award_table table td.check-icon{
        color:var(--gray4)
    }

    .kpi_award_table table tr:hover td.check-icon{
        color:var(--main_gold)
    }

    .kpi_award_table-pg{
        width: 100%;
        font-size: 13px;
        font-weight:500;
        color: #363636;
    }

    .kpi_award_table-pg .pgtotal {
        margin-right:auto;
        padding: 10px 20px;
    }

    .kpi_award_table-pg .pgination {
        padding: 10px 20px;
        justify-content: flex-end;
    }

    .kpi_award_table-pg .pre_pg, .kpi_award_table-pg .next_pg{
        font-size: 13px;
        font-weight:600;
        color: #363636;
        padding: 5px 12px;
        border-radius: 8px;
        border: 1px solid #c4c4c4;
        margin: 0px 4px;
    }

    @keyframes spin {
        100% { transform: rotate(360deg); }
    }