@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'
);


th:first-child {
    border-top-left-radius: 12px;  
    overflow: hidden; 
}

th:last-child {
    border-top-right-radius: 12px;
}
table tr:nth-child(odd) {
    background-color: white; /* First row white */
}

table tr:nth-child(even) {
    background-color: rgba(241, 248, 196, 1) /* Second row light green */
}
.admin-post-img {
    display: flex;
    justify-items: center;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 3px;
    row-gap: 4px;
}
 .admin-post-img img {
     width: 300px;
     object-fit: cover;
     height: 160px;
 }

.like-icon.like-active img {
    filter: invert(0.4) sepia(1) hue-rotate(20deg) saturate(1000%);
}

.profile_img {
    width: 43px !important;
    border-radius: 50px;
    height: 43px;
}
body{
    font-family: "Poppins", sans-serif !important;
    background: #f5f7fb;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.login-bg{
    background: url(../images/login-bg.jpg) no-repeat center center;
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.login_wrapper {
    max-width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-top: 0px;
}
.login_content {
    margin: 0 auto;
    padding: 0px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 100%;
}
.login_content h1 {
    font: 600 36px "Poppins", sans-serif !important;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 0px 0 0px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 35px;
}
.login_content h1:before, .login_content h1:after {
    content: none;
}
.login_content  p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(129, 129, 129, 1);
    text-align: left;
}
.login-input{
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: rgba(216, 216, 216, 1) solid 1px;
    padding-left: 60px;
}
.login-left-addon{
    width: 46px;
    height: 42px;
    border: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 1px;
    left: 1px;
    padding-top: 9px;
    z-index: 99;
}
.login_content label {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    float: left;
}
.login_content .form-check-input {
    position: absolute;
    margin-top: .1rem;
    margin-left: -1.25rem;
    left: 20px;
    width: 16px;
    height: 16px;
}
.for-got {
    font-size: 14px;
    font-weight: 400;
    color: #9BB448;
}
.sign-in {
    background: #9BB448;
    color: #000;
    border: 0px;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-top: 12px;
}
    .sign-in:hover {
        background: #9BB448;
        color: #000;
        text-decoration: none !important;
        transition: liner 0.8s all;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background: #9BB448;
    background: #9BB448;
}
.csv {
    background: #9BB448 !important;
    color: #000 !important;
    border: 0px;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 12px 20px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    min-width: 180px;
}
    .csv:hover {
        background: #9BB448;
        color: #000;
        text-decoration: none !important;
        transition: liner 0.8s all;
    }   
.csv .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background: #9BB448;
    background: #9BB448;
} 
.digi-code{
    width: 45px !important;
    height: 67px;
    padding-left: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding-right: 0px;
    
}
.digi-code::placeholder{
    color: rgba(188, 188, 188, 1);
}

.re-send{
    color: rgba(0, 0, 0, 1)!important;
    background: transparent;
    border: 0;
    font-size: 14px!important;
    font-weight: 500 !important;
    text-decoration: underline!important;
}
.re-send:hover{
    color: rgba(0, 0, 0, 1)!important;
    background: transparent;
    text-decoration: none!important;
} 

/* ======= Left Navigation ========== */

.menu_section > ul {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
    font-size: 14px;
    color: rgba(28, 54, 38, 1);
    font-weight: 500;
    border-radius: 8px;
    border: #000000 solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left; /* Ensure text is left-aligned */
    transition: background-color 0.3s, color 0.3s;
    background: rgba(241, 248, 196, 1);
}

.nav.side-menu > li > a > span {
    margin-left: auto; /* Push the arrow to the far right */
}

    .nav.side-menu > li > a:hover,
    .nav.side-menu > li > a:focus,
    .nav.side-menu > li > a.active {
        background: #9BB448;
        color: rgba(28, 54, 38, 1) !important;
        text-decoration: none;
    }

.nav.side-menu > li > a:hover .fa,
.nav.side-menu > li > a:focus .fa,
.nav.side-menu > li > a.active .fa{
    color: rgba(28, 54, 38, 1) !important;
}

.nav li li.current-page a {
    color: #3e4d8f;
}

.main_menu span.fa {
    font-size: 10px;
    color: rgba(28, 54, 38, 1);
    transform: rotate(-88deg);
}

.nav.side-menu>li.current-page, .nav.side-menu>li.active {
    border-right: 0px solid #1ABB9C;
}
    .nav.side-menu > li.current-page > a {
        color: rgba(28, 54, 38, 1) !important;
        text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
        background: #9BB448 !important;
        box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    }
.nav.child_menu li {
    padding-left: 0px;
}

.nav-md ul.nav.child_menu li:before, .nav-md ul.nav.child_menu li:after {
    display: none;
}
.nav.child_menu > li > a {
    border: #272873 solid 0px;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: 12px;
}
    .nav.child_menu > li > a:hover {
        border: #272873 solid 0px;
        padding-left: 40px;
        color: #9BB448 !important;
        font-weight: 500;
        transition: linear 0.5s all;
    }

.setting-last li a {
    background: transparent !important;
}


/* ======= Left Navigation ========== */


/* ======== Dashboard ========= */

.left_col {
    background: rgba(255, 255, 255, 1);
    /* border-right: #D8D8D8 solid 1px; */

}
.nav_title {
    width: 100%;
    float: left;
    background:rgba(241, 248, 196, 1);
    border-radius: 0;
    height: 82px;
    padding: 0px;
    /* border-bottom-left-radius: 15px; */
}
.main_container .top_nav {
    display: block;
    margin-left: 269px;
   
}
.nav-md .container.body .right_col {
    padding: 90px 20px 0 50px;
    margin-left: 269px;
    /* min-height: auto !important; */
    /* height: 100vh; */
}
.nav_menu {
    float: left;
    background: rgba(241, 248, 196, 1);
    /* border-bottom: 1px solid #D9DEE4; */
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    /* border-bottom-right-radius: 15px; */
}
.main_menu_side {
    padding: 0;
    border-right: #D8D8D8 solid 1px;
    background: rgba(255, 255, 255, 1);
}

.search-flie .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #52538f;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px !important;
}
.search-flie .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

        /* ======== Search Box ======== */

/* Styles for wrapping the search box */

.main {
    width: 100%;
    margin: 19.5px auto;
    margin-left: 28%;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #fff;
    font-size: 20px;
    top: 13px;
}

.input-group-append{border-radious:17px !important;}

.log-out {
    margin-bottom: 20px;
    background: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(28, 54, 38, 1);
    margin-top: 25px;
    margin-right: 25px;
    border-radius: 4px;
    padding: 6px 24px;
    border: rgb(118 118 118) solid 2px;
}
.model-log-out{
    width: 28%;
    /* top: 15%; */
}
.model-log-out2{
    width: 35%;
    /* top: 15%; */
}
.model-log-out h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-top: 20px;
}
.model-log-out p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}
.no-btn{
    border: #B4C725 solid 1px;
    border-radius: 8px;
    padding: 6px 45px;
    font-size: 14px;
    font-weight: 500;
    color: #B4C725;
}
    .no-btn:hover {
        background: #9BB448;
        color: #fff;
        transition: linear 0.5s all;
    }
.yes-btn {
    background: #9BB448;
    border: transparent solid 1px;
    border-radius: 8px;
    padding: 6px 45px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
    .yes-btn:hover {
        background: #9BB448;
        border: #B4C725 solid 1px;
        color: #fff;
        transition: linear 0.5s all;
    }
.edit-btn{
    border: #000000 solid 1px;
    border-radius: 2px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

    .edit-btn :hover {
        background: #9BB448;
        color: #000000;
        transition: linear 0.5s all;
    }

.model-del{
    width: 30%;
    /* top: 15%;  */
    
}
.model-del h2{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    /* padding-top: 20px; */
}
.model-del p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}

.model-change{
    width: 57%;
    top: 15%;
    margin: 1.75rem auto;
}
.model-change h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    /* padding-top: 20px; */
}

.model-change p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}

.model-log-trip{
    width: 70%;
    top: 15%;
    margin: 1.75rem auto;
}
.model-log-trip h2{
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-top: 0px;
}
.model-log-trip label{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}
.img-01{
    margin-top: -61px;
    margin-left: 398px;
}
/* .form-floating-1{
    margin-left: 9px;
} */
.form-select-1{
    width: 100%;
    height: 37px;
    padding-left: 10px;
}



.form-select-2 {
    width: 518px;
    height: 38px;
    margin-left: 19px;
    border-radius: 5px;
    border: 1px solid #E6EDEF
}
.cards-1 {
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 18px 12px;
    border-top: #9BB448 solid 4px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.year-dat{
    padding-right: 30px;
}

.my-btn {
    background: #9BB448;
    border: transparent solid 1px;
    border-radius: 5px;
    min-width: 160px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000000 !important;
    height: 45px;
}

.my-btn:hover{    
    background: transparent;
    border: #000 solid 1px;
    color: #000000;
    transition: linear 0.5s all;
}
.cancel-btn {
    border: #000000 solid 1px;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    min-width: 160px;
    color: #000000;    
    /* margin-right: 30px!important; */
    height: 45px;

}
    .cancel-btn:hover {
        background: #9BB448;
        border: #9BB448 solid 1px;
        color: #000000;
        transition: linear 0.5s all;
    }
.pen-app{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 7px;
}
.form-control{
    font-size: 12px;
    font-weight: 500;
    /* color: #BCBCBC; */
}

.form-select{
    width: 276px;
    height: 38px;
    margin-left: 19px;
}

li#datatable-fixed-header_next a {
    color: #000;
}

li.paginate_button.active a {
    color: #000;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* .col-md-3:nth-child(1) .cards-1 {
    background-color:  rgba(255, 255, 255, 1);
}
.col-md-3:nth-child(2) .cards-1 {
    background-color:#FF0000; 
}
.col-md-3:nth-child(3) .cards-1 {
    background-color:#FF9823; 
    height: 116px;
} */
.cards-1 img{
    margin-top: 8px;
}
.cards-1 h2{
    font-size: 16px;
    font-weight: 500;
    color:#76787a;
}
.cards-1 h3 {
    font-size: 28px;
    font-weight: 600;
    color: #9BB448;
}

.dash-hd h1{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 18px;  
}
.table-bordered th {
    border: 0px solid #dee2e6;
    background: #9BB448 !important;
    color: #1C3626;
    font-size: 12px;
    font-weight: 500;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}
.table-bordered {
    border: 0px solid #dee2e6;
}
table.dataTable {
    border-collapse: collapse !important;
}
.tab-left-bor{
    border-top-left-radius: 8px;
}
.tab-right-bor{
    border-top-right-radius: 8px;
}

.tab-left-right--tbody-bor tr td{

border: 1px solid #dee2e6 !important;
}
.x_panel {
    padding: 20px 8px;
    border: 0px solid #E6E9ED;
}


.admin-mana-pag tr td{
        padding: 0.5rem 0.55rem;
        padding-bottom: 4px;
    }

.dash-total-tem{
    width: 90%;
    height: 115px;
}    



/* DropDown Select */

.reset-pass-ac-btn{
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    padding: 4px 5px !important;
    height: 30px;
    border: rgb(126 126 126) solid 2px !important;
}


.status-btn{
    padding: 0px 8px 0px 8px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 8px !important;
}

.status__btn::after {
    font-size: 18px;
    margin-top: 6px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.custom-dropdown, .dropdown-menu {
    /* box-shadow: 0px 2px 5px #0000001A; */
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.custom-dropdown .dropdown-item {
    color: #17191C;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}

    .custom-dropdown .dropdown-item:hover {
        background-color: #b4c725 !important;
        color: #fff;
    }
.custom-dropdown .dropdown-item:active,
.custom-dropdown .dropdown-item.selected {
    background-color: #272873 !important;
    color: #fff;
}

.btin-drop-opti{
    min-width: 6rem;
    left: 32px;
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 2px 5px #0000001A;
}

.status_dropdown {
    min-width: 90px;
}

.status_dropdown[data-color="active-status"] {
    background-color: #00A2454D;
    /* border: 2px solid #FF7909; */
}

.status_dropdown[data-color="disable-status"] {
    background-color: #FF00004D;
    /* border: 2px solid #34394D; */
}

.status_dropdown[data-color="discharge-status"] {
    background-color: #213E89;
    /* border: 2px solid #2DBDCA; */
}

/* .status_dropdown[data-color="finished-status"] {
    background-color: #B6FFA7;
    border: 2px solid #72D500;
}

.status_dropdown[data-color="rejected-status"] {
    background-color: #FCBDBD;
    border: 2px solid #FD5252;
} */

.status_dropdown[data-color="active-status"] .status__btn {
    color: #00923E;
}

.status_dropdown[data-color="disable-status"] .status__btn {
    color: #FF0000;
}

.status_dropdown[data-color="discharge-status"] .status__btn {
    color: #fff;
}

/* .status_dropdown[data-color="finished-status"] .status__btn {
    color: #72D500;
}

.status_dropdown[data-color="rejected-status"] .status__btn {
    color: #FD5252;
} */

.status__btn::after {
    content: '';
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border: 0.3em solid transparent;
    border-top-color: currentColor;
}

.status_dropdown[data-color="active-status"] .status__btn::after {
    border-top-color: #00923E;
}

.status_dropdown[data-color="disable-status"] .status__btn::after {
    border-top-color: #FF0000;
}

.status_dropdown[data-color="discharge-status"] .status__btn::after {
    border-top-color: #fff;
}

/* .status_dropdown[data-color="finished-status"] .status__btn::after {
    border-top-color: #72D500;
}

.status_dropdown[data-color="rejected-status"] .status__btn::after {
    border-top-color: #FD5252;
} */

.dataTables_paginate a {
    padding: 6px 9px !important;
    background: transparent !important;
    margin-right: 10px;
    border-radius: 3px;
    border: #BCBCBC80 solid 1px;
    border: 1px solid rgba(188, 188, 188, 0.5);
    margin-top: 20px !important;
    color: rgba(51, 51, 51, 0.5);
}
/* div.dataTables_wrapper div.dataTables_filter label {
    display: none;
} */
.fil-main{
    float: right;
    position: relative;
    bottom: -11px;
    margin-right: 8px;
    z-index: 4;
}
.fil-main2 {
    float: right;
    position: relative;
    margin-right: 8px;
    z-index: 4;
    top: -28px;
}
.filter-btn{
    background: rgba(39, 40, 115, 1);
    color: #fff;
    border-radius: 4px;
    border: 0px;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 20px 2px 20px;
    position: relative;
    bottom: -37px;
    margin-right: 8px;
}
.filter-btn:hover{
    background: rgba(39, 40, 115, 1);
    color:#fff;
}  
.filter-btn:focus{
    background: rgba(39, 40, 115, 1);
}    

.fil-main .dropdown-toggle::after {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.fil-main .dropdown-menu{
    min-width: 6rem;
    left: 32px;
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 2px 5px #0000001A;
    padding: 5px 5px;
    margin-top: 5px;
}
.fil-main .dropdown-menu li{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}
.fil-main .dropdown-menu li a{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}
.card-box h2{
    font-size: 16px !important;
    font-weight: 500px !important;
    padding-left: 15px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}
.table-responsive {
    overflow-x: hidden;
}
footer {
    margin-left: 287px;
    /* margin-top: 60px; */
}

.own-form input{
    height: 44px;
    border-radius: 5px;
    border: 1px solid #E6EDEF;
    background: #FFF;
    font-size: 12px;
    font-weight: 400;
}
 
.own-form input::placeholder{
    color: #BCBCBC;
}
 
.own-form label{
    color: #242923;
    font-weight: 500;
    font-size: 14px; 
}
 
.dot-dropdown{
    background: transparent;
    color: rgba(195, 197, 205, 1);
    border: 0px;
}
.dot-dropdown-mwenu{
    left: -50px!important;
    border: 0px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}
.dot-dropdown-mwenu a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 8px 0px 8px 10px;
    

}
 
.own-form button{
    flex-shrink: 0;
    border-radius: 4px;
    background: #B4C725;
    color: #1C3626;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 6px 40px; 
}
.own-form button:hover{
    background: #B4C725;
    color: #1C3626;
    transition: linear 0.5s all; 
}
.own-form .form-control{
    margin-bottom: 40px;
} 

.text{
    margin-top: -50px;
}
.change-passowrd .x_panel{
        padding: 80px 0 40px 40px;
}
.col-form-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.analytics-hidden {
    display: none;
}

.analytics-visible {
    display: block;
}
.hei-sho{
    margin-bottom:190px;
}
.dataTables_info{
    margin-top: 30px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 30px;
}
.table th {
    padding: .65rem;
}
ul.bar_tabs {
    background: transparent;
    border-bottom: 0px solid #E6E9ED;
}
ul.bar_tabs>li {
    border: 0px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 8px 8px 8px 8px;
}
ul.bar_tabs>li a {
    padding: 10px 17px;
    background: #f8f8f8;
    margin: 0;
    border-top-right-radius: 0;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #0d3268!important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}
    ul.bar_tabs > li a:hover {
        border: 1px solid transparent;
        background: #9BB448 !important;
        color: #fff !important;
    }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    background: #0d3268;
    color: #fff !important;
}
.editor-bor{
    border: #D8D8D8 solid 1px;
    padding: 15px;
}
div.dataTables_wrapper div.dataTables_filter input {
    height: 28px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 58px;
    height: 28px;
    padding: 2px 2px;
    font-size: 12px;
}
.table td {
    padding: 0.8rem 0.55rem;
}
.approve-td tbody tr td {
    padding-top: 8px !important;
    padding-bottom: 4px !important;
}
/* .approve-td table td {
    padding: 1rem 0.55rem !important;
} */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    text-align: left;
}
table.table-bordered.dataTable td {
    text-align: left;
}
.pen-green{
    background: #00A2454D;
    color: #00923E !important;
    font-size: 12px;
    font-weight: 400;
    border-radius: 23px;
    padding: 4px 20px;
    border: 0;
}
.pen-green:hover{
    background: #00A2454D;
}
.pen-green:active{
    background: #00A2454D !important;
}
.table td{
    vertical-align: middle;
}
.model-invite-pati{
    max-width: 903px;
    border-radius: 0px;
    top: 20%;
}
.modal-content {
    border-radius: 0rem;
}
.invite-btn{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    color: #343434 !important;
}
.invite-hd{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.own-form input{
    height: 44px;
    border-radius: 5px;
    border: 1px solid #E6EDEF;
    background: #FFF;
    font-size: 12px;
    font-weight: 400;
    width: 460px;
}

.own-form input::placeholder{
    color: #BCBCBC;
}

.own-form label{
    color: #242923;
    font-weight: 500;
    font-size: 14px;
}
.edit-text-modal{
    max-width: 1030px;
}
.edit-text-modal h2 {
    font-size: 30px;
    color: #000;
}

.patient-head h3{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.patient-head table{
    margin: 30px;
}

.patient-head table th{
    /* font-weight: 500; */
}

.patient-head{
    /* position: sticky;
    top:0; */
    /* background-color: #fff;
    z-index: 999; */
}

.patient-footer{
    color: #000;
    margin-top: 50px;
}

.patient-footer input{
    border-radius: 5px;
}

.patient-footer h4{
    font-size:18px;
    padding-left: 25px;
}

.patient-footer .f-btn {
    display: flex;
    padding-top: 32px;
    padding-left: 0;
    column-gap: 10px;
    margin-left: 0;
}

.patient-footer .f-btn button {
    height: 38px;
    margin: 0;
    padding: 0;
    min-width: 48%;
}

.patient-footer .dated{
    display: flex;
    column-gap: 30px;
}

.patient-footer .dated input{
    width: 90%;
}

.patient-note{
    font-size: 18px;
    color: #000;
    border-radius: 8px;
border: 1px solid #C9C8C8;
background: #FFF;
margin:15px;
padding: 20px 30px 30px;
}

.patient-note h4{
    font-size: 20px;
    font-weight: 600;
}

.patient-note button{
    height: 38px;
}
.bread-crum {
    font-size: 16px;
    font-weight: 500;
    color: #9BB448;
}
.bread-crum span{
    color: #000;
}
.nav.side-menu > li img{
    margin-right: 10px;
    width: 24px;
    object-fit: scale-down;
}

.crum{
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    color: #000;
    margin-bottom: 3px;
}

.crum span{
    padding-left: 50px;
    color: #8C8F9F;
}
 
/* .nav.side-menu > li img,
.nav.side-menu > li.active img,
.nav.side-menu > li a.active img{
    filter: brightness(0) invert(0);
} */



/* Date Modal Start */

.solar-powe .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

.solar-powe .modal-content {
background-color: #fefefe;
margin: 15% auto; 
padding: 20px;
border: 1px solid #888;
width: 300px; 
}

.solar-powe .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.solar-powe .close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.solar-powe .modal-calender {
margin: 11% auto;
padding: 20px;
border: 0px solid #888;
width: 460px;
/* height: 402px; */
border-radius: 10px;
}
.solar-powe .modal-calender .ui-widget.ui-widget-content {
border: 0px solid #c5c5c5;
width: 100%;
}
.solar-powe .modal-calender .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
    background: transparent;
    font-weight: normal;
    color: #454545;
    text-align: center;
    width: 42px;
    height: 42px;
    padding-top: 13px;
}
.solar-powe .modal-calender .ui-datepicker td span, .ui-datepicker td a {
    padding: 1em 0em;
    text-align: center;
}
    .solar-powe .modal-calender .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #9BB448;
        color: #fff;
        border-radius: 50px;
        width: 42px;
        height: 42px;
    }
    .solar-powe .modal-calender .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #9BB448;
        background: #9BB448;
        font-weight: normal;
        color: #fff;
        border-radius: 50px;
        width: 42px;
        height: 42px;
    }
.solar-powe .modal-calender .ui-widget-header {
    border: 0px solid #ddd;
    background: transparent;
    color: #333;
    font-weight: bold;
}
.solar-powe .modal-calender .ui-icon-circle-triangle-e {
    background-position: -29px -0px;
}
.solar-powe .modal-calender .ui-icon-circle-triangle-w {
    background-position: -100px -0px;
}
.solar-powe .modal-calender .ui-datepicker .ui-datepicker-prev {
    left: auto;
    right: 9px;
}
    .solar-powe .modal-calender a.ui-state-default:hover {
        background: #9BB448;
        color: #fff;
        border-radius: 50px;
        width: 42px;
        height: 42px;
    }
.solar-powe .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em 0 1.1em;
    line-height: 1.8em;
    text-align: left;
    font-size: 20px;
}

.solar-powe .calen-btn{
    background: none;
    border: 0;
    position: relative;
    top: -33px;
    float: right;
}
.solar-powe .ui-datepicker .ui-datepicker-next {
    right: -10px;
}
.solar-powe .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
/* width: 1.8em; */
/* height: 1.8em; */
}
.solar-powe .form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.solar-powe .ui-datepicker td {
    border: 0;
    padding: 1px;
    width: 42px;
    height: 42px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0px solid #ccc;
    background: transparent;
    font-weight: normal;
    color: #2b2b2b;
}

/* Date Modal End */



.table-responsive {
    overflow-x: initial;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.migrate-pati-btn{
    border-radius: 4px;white-space: nowrap;padding: 8px 20px;
}

input[type=checkbox]:checked{
    accent-color: #000;
}

.text-box {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
}

.text-box p {
    margin: 0; 
    font-size: 18px; 
    font-weight: 500;
    color: #000000; 
}

.toggle {
	cursor: pointer;
	display: inline-block;
}
.toggle-switch {
	display: inline-block;
	background: #D6D6D6;
	border-radius: 16px;
	width: 58px;
	height: 32px;
	position: relative;
	vertical-align: middle;
	transition: background 0.25s;
	&:before,
	&:after {
		content: "";
	}
	&:before {
		display: block;
		background: linear-gradient(to bottom, #fff 0%,#eee 100%);
		border-radius: 50%;
		box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
		width: 24px;
		height: 24px;
		position: absolute;
		top: 4px;
		left: 4px;
		transition: left 0.25s;
	}
	.toggle:hover &:before {
		background: linear-gradient(to bottom, #fff 0%,#fff 100%);
		box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
	}
	.toggle-checkbox:checked + & {
		background: #C6DA34;
		&:before {
			left: 30px;
		}
	}
}
.toggle-checkbox {
	position: absolute;
	visibility: hidden;
    z-index:9;
}
.toggle-label {
	margin-left: 5px;
	position: relative;
	top: 2px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 79px;
    height: 32px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C6DA34;;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: #D6D6D6;
}

  input:checked + .slider:before {
    transform: translateX(26px);
  }
.personal-infor{
    color: #242525;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.personal-infor span{
    margin-left: 15px;
    color: #8388A2;
}
.personal-infor2{
    color: #242525;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.personal-infor2 span{
    margin-left: 15px;
    color: #8388A2;
}
.my-red-btn{
    background-color: #FF0000;
    border: transparent solid 1px;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 500;    
    color: #ffffff;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);

}
    .my-red-btn:hover {
        background-color: #FF0000;
        border: #FF0000 solid 1px;
        color: #000;
        transition: linear 0.5s all;
    }
.top-right-riadus{
    border-top-right-radius: 8px;
}

.text-4{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
.model-edit-team{
    width: 42%;
    top: 15% !important;
    margin: 10.75rem auto;
}

.model-edit-team h2{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    /* padding-top: 20px; */
}
.model-edit-team label{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
}
.model-edit-team input{
    width: 100%;
}
.model-edit-team .form-text{
    padding-top: 8px;  
}
.model-delete{
    width: 28%;
    top: 30%;
    margin: 1.75rem auto;
}
.model-delete h2{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    /* padding-top: 20px; */
}
.model-delete p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}

.model-team {
    width: 41%;
    top: 15%;
    margin: 1.75rem auto;
}

.model-team h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-top: 20px;
}

.model-team p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}

.contant-text h2{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.form-control-3{
    width: 100%;
    height: 114px;
    background-color: #FAFBFF;
    border: none;
    resize: none;
    border-radius:8px;
}
.form-control-3{
    color: rgba(91, 93, 103, 1);
}
.contact-text-1 label {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.timeAgo {
    margin-top: 0px;
    margin-left: 60px;
}
.form-floating-2{
    color: #242923;
    font-size: 14px;
    font-weight: 500;
}
.form-control{
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: rgba(230, 237, 239, 1) solid 1px;
}
.img3{
    margin-top: -69px;
    margin-left: 242px;
}
.calendar-1{
    /* margin-left: 471px; */
}
.content-t-1 h1{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.content-t-2 h2{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.model-remove {
    width: 25%;
    /* top: 15%; */
    margin: 1.75rem auto;
}
.model-remove h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-top: 20px;
}

.model-remove p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
}
.my-btn-1{
    border: #000000 solid 1px;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 500;
    width: 141px;
    color: #000000;
    padding: 5px;
}

    .my-btn-1:hover {
        background: #9BB448;
        color: #000000;
        transition: linear 0.5s all;
    }

.my-btn-2{
    background-color: #FF0000;
    border-radius: 1px;
    font-size: 13px;
    font-weight: 500;
    width: 141px;
    color: #ffffff;
    padding: 5px;
}

.my-btn-2:hover{    
    background-color: #FF0000;
    color: #ffffff;
    transition: linear 0.5s all;
}

.my-btn-3{
    border: #000000 solid 1px;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 500;
    width: 88px;
    color: #000000;
    padding: 10px;
}

    .my-btn-3:hover {
        background: #9BB448;
        color: #000000;
        transition: linear 0.5s all;
    }

.my-btn-4 {
    background: #9BB448;
    border: transparent solid 1px;
    border-radius: 5px;
    padding: 10px 30px !important;
    min-width: 160px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    /* margin-right: 25px !important; */
    height: 45px;
} 

.my-btn-4:hover{    
    background: transparent;
    border: #000 solid 1px;
    color: #000000 !important;
    transition: linear 0.5s all;
}

.my-btn-5 {
    border: #000000 solid 1px;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 500;
    color: #000000 !important;
    min-width: 160px;
    height: 45px;

}

.my-btn-5:hover{
    background: #9BB448;
    border: #9BB448 solid 1px;
    color: #000000;
    transition: linear 0.5s all;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #9BB448;
}

.ghj .form-control::placeholder{
    color: rgba(188, 188, 188, 1);
}

.app-rej{
    padding: 5px 0px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
}

.my-btn-6 {
    border: #000000 solid 1px;
    border-radius: 5px;
    padding: 6px 45px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    height: 45px;
    padding: 10px;
    min-width: 170px;
}
.my-btn-6:hover{
    border: #000000 solid 1px;
    color: #000000;
    transition: linear 0.5s all;
}

.form-label-1{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.form-control-1{
    width: 100%;
    height: 44px;
    border: rgba(230, 237, 239, 1) solid 1px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 10px;
}
.form-control-1::placeholder{
    color: rgba(188, 188, 188, 1);
    font-size: 12px;
    font-weight: 400;
    padding-left: 6px;
}
textarea.form-control {
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 5px;
    border: rgba(230, 237, 239, 1) solid 1px;
}
textarea.form-control::placeholder{
    color: rgba(188, 188, 188, 1);
    font-size: 12px;
    font-weight: 400;
    padding-left: 6px;
}

.text-p h3{
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-top: -50px;
}

.ct-1 h2{
    color: #000000;
    font-weight: 500;
    font-size: 24px;
}

.ct-2 h3{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.ct-2 h3 span{
    margin-left: 20px;
    color: #8388A2;
    font-weight: 500;
    font-size: 16px;
}

.pi-2{
    color: #8388A2;
    font-size: 16px;
    font-weight: 500;
}
.form-floating input{
    width: 100%;
    height: 44px;
    padding-left:10px
}
.form-floating-3 label{
    color: #242923;
    font-size: 14px;
    font-weight: 500;
}
.form-floating-3 input{
    width: 437px;
}
.calendar-2{
    margin-top: 18px;
}
.form-floating-6 label{
    color:  #242923;
    font-size: 14px;
    font-weight: 500;
}
.form-floating-6 input{
    /* width: 350px; */
}
.img4{
    margin-right: 10px;
    margin-top: -33px;
    float: right;
}
.p-b{
    border-radius: 5px;
    border: 1px solid #E6EDEF;
    width: 460px;
    height: 44px;
}
.p-b p{
    margin-top: 10px;
    margin-left: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.toggle-1{
    margin-right: 10px;
    margin-top: 5px;
}

.form-label-4{
    margin-left: 40px;
    color: #242923;
    font-size: 14px;
    font-weight: 500;
}
.form-4{
    margin-left: 40px;
    width: 435px;
}

.text-001{
    margin-left: 40px; 
}
.Shape{
    margin-top: -107px;
    margin-left: 974px;
}
.text-par{
    margin-top: -40px;
}

.cust-tabbing a.nav-link.active .cards-1 {
    background: #9BB448;
    border-radius: 8px;
    /* padding: 12px 12px; */
    border-top: #9BB448 solid 4px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.cust-tabbing a.nav-link.active .cards-1 img{
    margin-top: 8px;
    filter: brightness(0);
}
.cust-tabbing a.nav-link.active .cards-1 h2{
    /* font-size: 15px; */
    font-weight: 500;
    color:#000000;
}
.cust-tabbing a.nav-link.active .cards-1 h3{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}


/* New left Nav Start */
.main_container .top_nav {
    display: block;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.digit-box input.form-control.login-input.digi-code.mr-3{
    margin-right: 0 !important;
    width: 13% !important;
    height: 60px;
    font-size: 20px;
}

.nav-md .container.body .right_col{
    margin-left: 0;
}

.container.body .main_container{
    display: flex;
}

.nav-md .container.body .col-md-3.left_col {
    display: block;
    position: inherit;
    max-width: 19%;
    margin-bottom: -39px;
}

footer{
    margin-left: 19%;
}
.nav-md .container.body .right_col{
    width: 100%;
}
.personal-infor-2 .col-md-4{
    margin-left: -40px;
}

.cust-tabbing a.nav-link.active,
.cust-tabbing a.nav-link{
    background: transparent !important;
    padding: 0;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6!important;
}

.cust-tabbing{
    padding-right:60px;
}

.login_content form div a{
    text-shadow: none;
}

#datatable-fixed-header_filter label {
    color: #000;
}

.cmt-box {
    background-color: #fff;
    margin: 0 15px;
    border-radius: 5px;
    padding: 25px 0 0;
    padding-bottom: 29px;
}

.cmt-box .img-box img{
    width: 80px;
}

.cmt-box .img-box img {
    width: 55px;
}

.cmt-box .img-box {
    text-align: center;
}

 .cmt-box .cmt-text {
        background-color: #f6f6f6;
        padding: 15px 20px;
        border-radius: 12px;
        margin-right: 24px;
    }

.cmt-box .cmt-text .pgh h6{
    color: #000;
    font-weight: 500;
}

.cmt-box .cmt-text p{
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

/* .cmt-box .cmt-text span{
    float: right;
    display: block;
} */

.cmt-box .cmt-text .pgh{
    display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        margin-top: 5px;
}

.cmt-post {
    position: relative;
}


.cmt-post input{
    height: 70px;
    width: 100%;
    border-radius: 30px;
    background-color: #f6f6f6;
    text-indent: 15px;
    border: 0;
    font-size: 16px;
    border: 1px solid gray;
}
.cmt-post button{
    background-color: #C6DA34;
    border-radius: 20px;
    min-width: 100px;
    padding:10px 30px ;
    font-size: 16px;
    font-weight: 500;;
    border: 0;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: .3s;
}

.cmt-post button:hover{
    background-color:#b4c62f;
}

.toggle-cmt{
    margin-top: 20px;
}

.toggle-cmt{
    cursor: pointer;
}
/* New left Nav end */


.toggle-cmt{
    display: none;
}

.model-log-trip{
    height: 100%;
    display: flex
;
    align-items: center;
}

.modal-open .modal{
    padding-right: 0!important  ;
}

.main_menu span.fa{
    margin-top: 0!important;
    transform: rotate(-90deg)!important;
   
}

.main_menu .fa{
    width: auto!important;
}

.active a span.fa{
    margin-right: 0px!important;
}


.nav.side-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
}

.modal-footer,
.modal-body{
    padding: 2rem!important;
}

.modal-footer{
    padding-top: 0!important;

}

select{
    padding-left:10px!important;
    height: 42px!important;
}

.model-change,
.model-del,
.model-log-out,
.model-log-trip,
.model-edit-team,
.model-remove{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    margin: auto!important;
}

.pagination .page-button {
    padding: 6px 9px !important;
    background: transparent !important;
    margin-right: 10px;
    border-radius: 3px;
    border: #BCBCBC80 solid 1px;
    border: 1px solid rgba(188, 188, 188, 0.5);
    color: rgba(51, 51, 51, 0.5);
}

    .pagination .page-button.active {
        color: #000;
    }

.dataTables_length label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .dataTables_length label select {
        width: 64px;
    }

.dataTables_length form input {
    height: 36px;
}

.validation-label, .field-validation-error {
    font-size: 12px !important;
}


input[type=checkbox]:checked ~ .toggle .toggle-switch::before {
    left:30px;
}

input[type=checkbox]:checked ~ .toggle .toggle-switch {
    background: #9BB448;
}
#loader-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4); /* White with opacity for blurring effect */
    z-index: 9999; /* Ensure it's on top of all other elements */
    justify-content: center;
    align-items: center;
    display: flex;
    /*backdrop-filter: blur(1px);*/ /* Apply blur effect */
}
#loader-overlayouter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4); /* White with opacity for blurring effect */
    z-index: 9999; /* Ensure it's on top of all other elements */
    justify-content: center;
    align-items: center;
    display: flex;
    /*backdrop-filter: blur(1px);*/ /* Apply blur effect */
}



/* Spinner style */
#loader {
    border: 7px solid #848f76;
    border-radius: 53% !important;
    border-top: 7px solid #C6DA34;
    border-bottom: 7px solid #C6DA1F;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: 280px;
    margin-bottom:80px;
}
#loaderouter {
    border: 7px solid #848f76;
    border-radius: 53% !important;
    border-top: 7px solid #C6DA34;
    border-bottom: 7px solid #C6DA1F;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

/* Spin animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.fas.fa-check-circle {
    color: green;
    margin-right: 10px;
}

.fas.fa-times-circle {
    color: red;
    margin-right: 10px;
}

span.glyphicon.glyphicon-ok-sign{
    display: none;
}
span.glyphicon.glyphicon-remove-sign {
    display: none;
}

.bootoast.alert i {
    color: #fff !important;
}
.alert-success {
    color: #ffffff;
    background-color: #9BB448;
    border-color: #9BB448;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    white-space: nowrap;
}