@media only screen and (max-width: 1000px) {
.header {
padding-top: 24px;
}
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgb(235, 244, 255) inset !important;
}

input:-webkit-autofill{
    font-family: 'Oak Sans', sans-serif;
}



.brandimg {
width: 260px;
}
.font-header{
font-size: 35pt;
text-align: right;
font-weight: 700;
-webkit-font-smoothing: auto;
}


.main {
background-color: white;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
min-width: 0;
overflow: hidden;
transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
width: 100%;

}
body {
/* font-size: 80%; */
background-color: #fcfcfc;
}


.wrapper:before {
    background: #006cb8;
    content: " ";
    min-height: 320px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.set-background:before {
    background: linear-gradient(180deg, rgba(0, 108, 184, 1) 10%, rgba(255, 255, 255, 0) 100%);
    min-height: 620px;
  }





.header {
margin-top: -45px;
margin-bottom: 2rem;
position: relative;
}


.veryTop {
    z-index: 2000 !important
}

/* .container-fluid {
padding-right: 0px;
}
*/


.fs-7 {
font-size: 12px;
}

.fs-8 {
    font-size: 10.5px;
    }

    .fs-9 {
        font-size: 8.5px;
        }

.dropdown-menu {
min-width: 220px;
}
.navbar-bg {
/* background: #0C356A; */
}
.navbar {
border-bottom: 0;
box-shadow: 0 0 0 0 rgba(33,37,41,.1);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #40A2D8;
    --bs-nav-pills-border-radius: 10px;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    font-weight: 700;
}


.nav-link:focus-visible {
    box-shadow: none;
}

.card {
    border-radius: 12px;

}

.modal-content {
    border-radius: 12px;

    background-color: white;

}

.fw-bold {
    font-weight: 700 !important;
}


.card-header {
background-color: #ffffff20;
/* box-shadow: 0 1px 0 0 #c7d92c; */
}

.bolded {
font-weight:bold;
}

.sidebar, .sidebar-content {
background-color: #FEF9F2;
}

#sideNavbar .sidebar-header {

padding: 0.6rem 1.7rem 0.1rem;
color: #00509f !important;
font-size: 13px;
}

.sidebar-link, a.sidebar-link {
background: transparent;
border-left: 0px solid transparent;
color: rgba(24, 24, 24, 0.831);
cursor: pointer;
display: block;
font-weight: 400;
padding: 4px 6px;
position: relative;
text-decoration: none;
transition: background .1s ease-in-out;
border-radius: 4px;
font-size: 12px;
}

.sidebar-link:hover {
background: linear-gradient(90deg,#40A2D8,#40A2D8 50%,#40A2D8);
color: #f6faff;
border-radius: 4px;
padding-left: 10px;
}

.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link {
background: linear-gradient(90deg,#40A2D8,#40A2D8 50%,#40A2D8);
border-left-color: #8cd0f4;
color: #f6faff;
border-radius: 4px;
margin: 2px 0px;
}

.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
color: #40A2D8;

}

.nav-item:focus-visible {
    outline: 1px solid #fff;
}

.sidebar .nav-link{
color: #4a4a4a !important;
text-decoration: none !important;
font-size: 13px !important;
font-weight: 500;


}

.sidebar .nav-link:hover{
color: #40A2D8 !important;
text-decoration: none !important;
font-size: 13px;


}

.sidebar .bi{
font-size: 9px;


}

/* .sidebar .nav-link:hover .bi{
display: inline-block;

color: #40A2D8 !important;
font-size: 12px;


} */

/* .navbar .nav-link {
color: #ffffff !important; 
font-weight: bold;
padding: 10px 15px;
transition: color 0.3s ease;
} */




.hamburger, .hamburger:after, .hamburger:before {
background: #fafafa;
border-radius: 1px;
content: "";
cursor: pointer;
display: block;
height: 3px;
transition: background .1s ease-in-out,color .1s ease-in-out;
width: 24px;
}
/* .font-sides{
font-size: 15px;
font-weight: 400;
-webkit-font-smoothing: auto;
} */



.loader,
.loader:before,
.loader:after {
background: #ffffff;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader {
color: #ffffff;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 12px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
#loadingDiv {
position:absolute;
top:0;
left:0;
width:100%;
height:1600px;
background-color:#006cb8;

}


.text-danger {

    color: #ff0000 !important;

}

.text-danger {

    color: #ff0000 !important;

}

.text-success {

    color: #4fd840 !important;

}

.text-primary {

    color: #40A2D8 !important;

}


.text-secondary {
    color: rgb(108, 117, 125);

}

.text-warning {
    color: #e8aa1a !important;


}

.text-warning-subtle {
    color: #edff00  !important;
}

.text-dark-blue {
    color: #001744;
}

.bg-success {
    background-color: #4fd840 !important;


}

.bg-primary {

}

.bg-warning {
    background-color: #e8aa1a !important;


}


/* .nav-tabs {
    --bs-nav-tabs-border-color: #eee    ;
    
}

.nav-tabs .nav-link {
    color: #40A2D8;
    border-color: transparent;
    transition: color 0.2s, background-color 0.2s;
    font-size: 14px;
}

.nav-tabs .nav-link.active {
    color: #eee;
    background-color: #40A2D8;
    font-weight: 600;

    border-top: 1px solid #eee;   
    border-right: 1px solid #eee; 
    border-left: 1px solid #eee;    
    border-bottom-color: transparent !important;
}

.nav-tabs .nav-item:hover {
   
    border-bottom: 1px solid #40A2D8;

    margin-bottom: -1px;
}

.nav-tabs .nav-link:hover {
    border-top: 1px solid #eee;    
    border-right: 1px solid #eee;   
    border-left: 1px solid #eee;    
    border-bottom: 1px solid #40A2D8;
    margin-bottom: -1px;
}

.nav-tabs .nav-link.disabled {
    color: #a3d9f3;
    pointer-events: none;
} */

.sidebar-header .collapsed .collapse{
border-left: 2px solid #22222224;

}

.sidebar-header .collapsed .collapsing{
border-left: 2px solid #22222224;

}

.sidebar-header .collapse {
margin-top: 6px;
padding-left: 6px;
border-left: 2px solid #22222224;
}

.sidebar-header  .collapsing{
margin-top: 6px;
padding-left: 6px;
border-left: 2px solid #22222224;

}

.has-arrow.collapsed::after {
font-family: "bootstrap-icons";

content: "\F234";
font-size: 10px;
margin-left: 6px;
margin-bottom: 1px;

}

.has-arrow[aria-expanded="true"]::after {
font-family: "bootstrap-icons";

content: "\F229";
font-size: 10px;
margin-left: 6px;
margin-bottom: 1px;
}






.badge.text-bg-primary {
background-color: #40A2D8 !important;
color: #fff;
}

.badge.text-bg-danger {
background-color: #ff0000 !important;
color: #fff;
}


.badge.bg-primary {
background-color: #40A2D8 !important;
color: #fff;
}

.badge.bg-danger {
background-color: #ff0000 !important;
color: #fff;
}

/* .badge.bg-secondary {
background-color: #aaa !important;
color: #4a4a4a;
} */

.badge.bg-success {
background-color: #4fd840 !important;
color: #fff;
}



.badge.bg-warning {
background-color: #e8aa1a !important;
color: #fff;
}

.badge.bg-info {
background-color: #03f0fc !important;
color: #fff;
}

.badge.bg-light {
background-color: #f8f9fa !important;
color: #4a4a4a;
}

.badge.bg-dark {
background-color: #000 !important;
color: #fff;
}


.pagination .page-link {
color: #40A2D8;
border: 1px solid #40A2D8;
font-size: 12px;
background-color: transparent;
}

.pagination .page-link:focus {
box-shadow: none;
}

.pagination .page-link:hover {
background-color: #40A2D8;
color: #fff;
}

.pagination .page-item.active .page-link {
background-color: #40A2D8;
color: #fff;
border-color: #40A2D8;
}

.pagination .page-item.disabled .page-link {
color: #aaa;
background-color: transparent;
border-color: #aaa;
pointer-events: none;
}





.btn-close:focus, .btn-close:focus-visible {
    box-shadow: 0 0 0 .2rem rgb(255 255 255 / 25%);
    outline: 1px transparent;
}




.btn-outline-primary {



--bs-btn-color: #40A2D8;
--bs-btn-bg: transparent;
--bs-btn-border-color: #40A2D8;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #40A2D8;
--bs-btn-hover-border-color: #40A2D8;

--bs-btn-focus-shadow-rgb: 64, 162, 216;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #2f80ad;
--bs-btn-active-border-color: #2f80ad;
--bs-btn-disabled-color: #a3d9f3;
--bs-btn-disabled-border-color: #a3d9f3;
--bs-btn-focus-box-shadow: 0 0 0 0.1rem rgba(0, 99, 180, 0.6);

}

.btn-outline-success {



--bs-btn-color: #4fd840;
--bs-btn-bg: transparent;
--bs-btn-border-color: #4fd840;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #4fd840;
--bs-btn-hover-border-color: #4fd840;

--bs-btn-focus-shadow-rgb: 79, 216, 64;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #2ea62c;
--bs-btn-active-border-color: #2ea62c;
--bs-btn-disabled-color: #a0e5a0;
--bs-btn-disabled-border-color: #a0e5a0;
}

.btn-outline-danger {



--bs-btn-color: #ff0000;
--bs-btn-bg: transparent;
--bs-btn-border-color: #ff0000;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #ff0000;
--bs-btn-hover-border-color: #ff0000;

--bs-btn-focus-shadow-rgb: 196, 4, 68;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #8b032f;
--bs-btn-active-border-color: #8b032f;
--bs-btn-disabled-color: #e38ca1;
--bs-btn-disabled-border-color: #e38ca1;
--bs-btn-focus-box-shadow: 0 0 0 0.1rem rgba(180, 24, 0, 0.6);

}

.btn-outline-warning {



--bs-btn-color: #e8aa1a;
--bs-btn-bg: transparent;
--bs-btn-border-color: #e8aa1a;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #e8aa1a;
--bs-btn-hover-border-color: #e8aa1a;

--bs-btn-focus-shadow-rgb: 240, 164, 33;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #a6821b;
--bs-btn-active-border-color: #a6821b;
--bs-btn-disabled-color: #f0d05c;
--bs-btn-disabled-border-color: #f0d05c;
--bs-btn-focus-box-shadow: 0 0 0 0.1rem rgba(180, 153, 0, 0.6);

}

.btn-outline-info {



--bs-btn-color: #03f0fc;
--bs-btn-bg: transparent;
--bs-btn-border-color: #03f0fc;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #03f0fc;
--bs-btn-hover-border-color: #03f0fc;

--bs-btn-focus-shadow-rgb: 3, 240, 252;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #02b7d3;
--bs-btn-active-border-color: #02b7d3;
--bs-btn-disabled-color: #99d6e6;
--bs-btn-disabled-border-color: #99d6e6;
}

.btn-outline-light {



--bs-btn-color: #eee;
--bs-btn-bg: transparent;
--bs-btn-border-color: #eee;

--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #eee;
--bs-btn-hover-border-color: #eee;

--bs-btn-focus-shadow-rgb: 200, 200, 200;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ccc;
--bs-btn-active-border-color: #ccc;
--bs-btn-disabled-color: #d9d9d9;
--bs-btn-disabled-border-color: #d9d9d9;
}

.btn-outline-dark {



--bs-btn-color: #000;
--bs-btn-bg: transparent;
--bs-btn-border-color: #000;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #000;
--bs-btn-hover-border-color: #000;

--bs-btn-focus-shadow-rgb: 0, 0, 0;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #333;
--bs-btn-active-border-color: #333;
--bs-btn-disabled-color: #444;
--bs-btn-disabled-border-color: #444;
}

table { 
    box-shadow: 0px 2px 8px rgba(184, 184, 184, 0.1);

}
table thead tr th {
    background-color: #fff ;
    color: #4a4a4a;
    }

table.dataTable thead tr th{
background-color: #fff ;
color: #4a4a4a !important;
}


.dt-info {
font-size: 11px !important;
}

.dt-buttons {
    margin-bottom: 0px !important;
    text-align: left !important;
}

.dt-processing.card div div{
background: rgb(64 162 216) !important;
}

.dt-search .form-control {
border-radius: 4px;

}

.deletePoPerPoBtn {
    display: none !important;
}

.dt-search .form-control:focus,.dt-length .form-select:focus {
    border-radius: 4px;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    }

    

.dt-length label {
    display: none !important;
}

.dt-search label {
    display: none !important;
}




p {
margin-bottom: 4px !important;
}

.btn {
    border-radius: 10px;
}
.btn-sm {
    border-radius: 8px;
}


.btn-lg {
    border-radius: 12px;
}

.badge {
    border-radius: 8px;
    padding: 5px 9px;
    }

    .page-item:first-child .page-link {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-color: #cacdd0 !important;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-color: #cacdd0 !important;

    }

    .dt-length .form-select.form-select-sm {
        border-radius: 6px !important;
        border-color: #cacdd0 !important;

        }

        .dt-search .form-select.form-select-sm {
            border-radius: 6px !important;
        border-color: #cacdd0 !important;

        }

        




.btn-primary{



--bs-btn-color: #fff;
--bs-btn-bg: #40A2D8;
--bs-btn-border-color: #40A2D8;
--bs-btn-hover-color: #ffffff;
--bs-btn-hover-bg: #44abe2;
--bs-btn-hover-border-color: #4bb5ee;
--bs-btn-focus-shadow-rgb: 60, 153, 110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #378fbf;
--bs-btn-active-border-color: #378fbf;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #eee;
--bs-btn-disabled-bg: #63c7ff;
--bs-btn-disabled-border-color: #63c7ff;
--bs-btn-focus-box-shadow: 0 0 0 0.1rem rgba(0, 99, 180, 0.6);


}

.btn-success {



--bs-btn-color: #fff;
--bs-btn-bg: #4fd840;
--bs-btn-border-color: #4fd840;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #3db833;
--bs-btn-hover-border-color: #3db833;

--bs-btn-focus-shadow-rgb: 79, 216, 64;

--bs-btn-active-color: #fff;
--bs-btn-active-bg: #2ea62c;
--bs-btn-active-border-color: #2ea62c;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

--bs-btn-disabled-color: #e6ffe6;
--bs-btn-disabled-bg: #a0e5a0;
--bs-btn-disabled-border-color: #a0e5a0;


--bs-btn-focus-box-shadow: 0 0 0 0.1rem #a7eb9f;
}

.btn-danger {



--bs-btn-color: #fff;
--bs-btn-bg: #ff0000;
--bs-btn-border-color: #ff0000;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #e01414;
--bs-btn-hover-border-color: #e01414;
--bs-btn-focus-shadow-rgb: 196, 4, 68;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #f00a0a;
--bs-btn-active-border-color: #f00a0a;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #e38ca1;
--bs-btn-disabled-border-color: #e38ca1;
--bs-btn-focus-box-shadow: 0 0 0 0.1rem #eb9f9f;

}

.btn-warning {
--bs-btn-color: #fff;
--bs-btn-bg: #e8aa1a;
--bs-btn-border-color: #e8aa1a;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #c69415;
--bs-btn-hover-border-color: #c69415;

--bs-btn-focus-shadow-rgb: 240, 164, 33;

--bs-btn-active-color: #fff;
--bs-btn-active-bg: #d7a723;
--bs-btn-active-border-color: #d7a723;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

--bs-btn-disabled-color: #f0f0f0;
--bs-btn-disabled-bg: #f0d05c;
--bs-btn-disabled-border-color: #f0d05c;
--bs-btn-focus-box-shadow: 0 0 0 0.1rem #ffefa1;




}

.btn-info {
--bs-btn-color: #fff;
--bs-btn-bg: #03f0fc;
--bs-btn-border-color: #03f0fc;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #02d3e6;
--bs-btn-hover-border-color: #02d3e6;

--bs-btn-focus-shadow-rgb: 3, 240, 252;

--bs-btn-active-color: #fff;
--bs-btn-active-bg: #02b7d3;
--bs-btn-active-border-color: #02b7d3;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

--bs-btn-disabled-color: #f0f0f0;
--bs-btn-disabled-bg: #99d6e6;
--bs-btn-disabled-border-color: #99d6e6;



}

.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #eee;
--bs-btn-border-color: #eee;

--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ddd;
--bs-btn-hover-border-color: #ddd;

--bs-btn-focus-shadow-rgb: 200, 200, 200;

--bs-btn-active-color: #000;
--bs-btn-active-bg: #ccc;
--bs-btn-active-border-color: #ccc;

--bs-btn-disabled-color: #f0f0f0;
--bs-btn-disabled-bg: #d9d9d9;
--bs-btn-disabled-border-color: #d9d9d9;

--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

--bs-btn-focus-box-shadow: 0 0 0 0.1rem rgba(173, 173, 173, 0.6);



}

.btn-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #000;
--bs-btn-border-color: #000;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #1a1a1a;
--bs-btn-hover-border-color: #1a1a1a;

--bs-btn-focus-shadow-rgb: 0, 0, 0;

--bs-btn-active-color: #fff;
--bs-btn-active-bg: #333;
--bs-btn-active-border-color: #333;

--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #ddd;
--bs-btn-disabled-border-color: #ddd;



}

.btn-sm {
    border-radius: 10px;
    padding: 4px 10px;


}

.form-select-sm {
border-radius: 4px;
}
.form-select {
        border-radius: 4px !important;
    }

.form-label {
    font-size: 12px;
    margin-bottom: 4px;
}



.form-select:focus{

border-color: #8ad8ff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(72, 170, 219, 0.6);
border-radius: 4px;


}

.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(34, 144, 255, 0.6) !important;
}



.form-control:focus {
border-color: #8ad8ff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(72, 170, 219, 0.6);
border-radius: 4px;

}


.form-floating input {
    background-color: #fff;
    color: #333;

}

.form-floating .form-select {
    background-color: #fff;
    color: #333;
}

.form-floating label::before{
    background-color: transparent !important;
    
}

.form-floating label::after{
    background-color: transparent !important;
    
}

label[for="floatingSelectGrid"] {
    background-color: transparent !important;


}






input:not(.form-check-input){
background-color: #fff;
color: #333;
border-radius: 4px;
/* padding-left: 10px !important;
padding-right: 10px !important; */
}


table {
border-collapse: collapse !important;
}





.dt-container th .dt-column-title input:not(.form-check-input) {
background-color: #fff;
color: #4a4a4a;
border-radius: 4px;
padding: 2px 4px;
font-size: 11px;
border: 1px solid #b1b1b1;


}

.dt-column-title {
}

.dt-container th .dt-column-title input:focus-visible {
background-color: #fff;
color: #495057;
border-radius: 4px;
padding: 2px 4px;
font-size: 11px;
border: 1px solid #8ad8ff;

outline: #8ad8ff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(72, 170, 219, 0.6);


}

.dt-container th .dt-column-title input::placeholder {
color: #b1b1b1;
font-size: 11px;
}

.dtfh-floatingparent .filters th input {
background-color: #fff;
color: #4a4a4a;
border-radius: 4px;
padding: 2px 4px;
font-size: 11px;
border: 1px solid #b1b1b1;


}


.dtfh-floatingparent .filters th input:focus-visible {
background-color: #fff;
color: #495057;
border-radius: 4px;
padding: 2px 4px;
font-size: 11px;
border: 1px solid #8ad8ff;

outline: #8ad8ff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(72, 170, 219, 0.6);


}

.dtfh-floatingparent .filters th input::placeholder {
color: #b1b1b1;
font-size: 11px;
}

.dtfh-floatingparent .table{
background-color: #fff !important;
}


.dt-container tr input {
background-color: #fff;
color: #4a4a4a;
border-radius: 4px;
padding: 2px 4px;
font-size: 11px;
border: 1px solid #b1b1b1;


}

.dt-container tr input:focus-visible {
background-color: #fff;
color: #495057;
border-radius: 4px;
padding: 2px 4px;
font-size: 11px;
border: 1px solid #8ad8ff;

outline: #8ad8ff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(72, 170, 219, 0.6);


}

.dt-container tr input::placeholder {
color: #b1b1b1;
font-size: 11px;
}


.dt-container label {
font-size: 12px
}

.table.dataTable tbody td {
font-size: 12px;
background-color: #eee;
}

tr.group {
background-color: #eef7ff !important;
}

.table.dataTable thead tr.filters {
background-color: transparent !important;


}

/* .table.table.dataTable>:not(caption)>*>* {
background-color: #ffffff96 !important;


} */


.tooltip-dashboard-skp {
z-index: 9999 !important;
}




.tooltip-arrow{
display: none !important;

}


.tooltip-inner {

max-width: 200px;
padding: .25rem .5rem;
color: #eee;
text-align: center;
background-color: #092d4a;
border-radius: .25rem;
font-family: 'Oak Sans', sans-serif;
font-size: 12px;
/* z-index: 700 !important; */
margin: 2px;

}


.tooltip{
    z-index: 1151 !important;
  }




.form-control::file-selector-button {

/* padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
margin-inline-end: 0.75rem;
pointer-events: none;
border-style: solid;
border-width: 0px;
border-inline-end-width: var(--bs-border-width);
border-radius: 0px; */


}

.form-control:focus {
border-color: #8ad8ff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(52, 174, 235, 0.6);
}

.was-validated .form-control:invalid, .form-control.is-valid {
border-color: #ff0000;
background-color: rgba(230, 115, 115, 0.1);
}

.was-validated .form-control:valid, .form-control.is-valid {
border-color: #4fd840;
background-color: rgba(26, 255, 0, 0.1);
}

.input-group-prepend .input-group-text {
color: #8d8d8d;
background-color: #eee;
border-radius: 4px 0px 0px 4px;


}


/* .input-group .form-control {
padding: 6px 10px;
} */


/* .input-group .btn {
    border: 1px solid #ced4da  !important;
    border-bottom-right-radius : 3.2px !important;
    border-top-right-radius: 3.2px !important;

} */


table.dataTable tbody tr.child:hover{
background-color: #eee;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
background-color: #f3fbfb !important;
}

table {
    --bs-table-striped-bg: #fff !important;
  }

  /* table thead tr {
    background-color: #006cb8 !important;
    color: #eeeeee !important;
    } */


    .pvtTable thead tr {
        color: #4a4a4a !important;
    }

    .pvtTable th {
        background-color: #ffffff !important;


    }

    .pvtTable {
        /* width: 100%; */
    }
    




:root {
--dt-row-stripe: transparent !important;
--dt-row-hover: 100, 200, 500 !important;

}


.dropdown-menu {
--bs-dropdown-bg: #ffffff;
--bs-dropdown-color: #1d1d1d;
--bs-dropdown-border-color: #000;
--bs-dropdown-link-active-bg: #40A2D8;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-hover-bg: #40A2D8;
--bs-dropdown-link-hover-color: #fff;
}

.dropdown-menu .red{
    background-color: white;
    --bs-dropdown-link-hover-bg: red;
    --bs-dropdown-link-active-bg: none; 


}

.dropdown-menu .transparent{
    background-color: white;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-bg: none; 
    --bs-dropdown-link-hover-color: auto;


}

.dropdown-menu .dropdown-item {
color: var(--bs-dropdown-color);
background-color: transparent;
border: none;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
background-color: var(--bs-dropdown-link-hover-bg);
color: var(--bs-dropdown-link-hover-color);
}

.dropdown-menu .dropdown-item.active {
background-color: var(--bs-dropdown-link-active-bg);
color: var(--bs-dropdown-link-active-color);
}


.callout {
    padding: 6px;
    margin: 6px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
  
    h4 {
      margin-top: 0;
      margin-bottom: 5px;
    }
  
    p:last-child {
      margin-bottom: 0;
    }
  
    code {
      border-radius: 3px;
    }
  
    & + .bs-callout {
      margin-top: -5px;
    }
  
    
  }

  .callout-primary {
    border-left-color: #428bca;
  }
  
  .callout-success {
    border-left-color: #5cb85c;
  }
  
  .callout-danger {
    border-left-color: #ff0000;
  }

  .callout-default {
    border-left-color: #777;
  }


  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .0rem #fff !important;
}



.swal2-title{
    text-align: left !important;
    font-size: 1.09375rem;
    padding: 16px;
} 


div:where(.swal2-container) div:where(.swal2-popup) {
   border-radius: 12px !important;
}

.swal2-html-container {
    text-align: left !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    margin: 0px !important;
} 

.swal2-actions {
    gap: 12px;
}

.swal2-actions{
    width: 100%;
    justify-content: end;
    padding: 0px 16px;
}

.custom-table-plan-detail td{
    background-color: white !important;
    padding: 4px 0px;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}


.hide-scroll::-webkit-scrollbar {
    display: none !important;
  }

  .hide-scroll::-webkit-scrollbar:horizontal {
    display: none !important;
  }



.ui-datepicker {
    background: #ffffff; 
    border: 1px solid #dee2e6;
    border-radius: 0.45rem; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    font-family: inherit;
    font-size: 1rem; 
    padding: 10px;
}



.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    color: #ffffff; 
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    color: #e9ecef;
}


.ui-datepicker-current-day .ui-state-active {
    background: #0d6efd !important;
    color: #ffffff !important;
}

.ui-state-default.ui-state-hover {
    background: #e9ecef !important; 
}

/* Other days in month view */
.ui-datepicker-calendar td {
    padding: 5px;
}

/* Disabled dates */
.ui-datepicker-unselectable .ui-state-disabled {
    color: #6c757d !important;  
    background: none !important;
    opacity: 0.65;  
}

.ui-state-default {
    border: 0px solid #ffffff !important;
    background: #ffffff !important;
    font-weight: normal;
    color: #454545;
}

.ui-datepicker-today  .ui-state-highlight {
    color: #777620 !important;
    background: #fffb29 !important;

}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: none;
}


.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;

}


.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #4a4a4a;
    font-size: 16px;
    background-color: #ffffff;
    height: 100%;
    border-right: 0px !important;
    border: none !important;

}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
    color: #4a4a4a;
    border: 1px solid #ced4da !important;

}



.select2 .select2-selection {
    background-color: white;
    
}
.select2 .select2-selection:active {
    border-color: #8ad8ff !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(52, 174, 235, 0.6) !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{

    border-color: #8ad8ff !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(52, 174, 235, 0.6) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #40a2d8 !important;
}

.select2-search__field {
    border-color: #f5f5f5 !important;

}

.select2-selection {
    border-radius: 4px !important;
    font-size: 12px !important;

}

.select2-dropdown{
    border-left-color: #8ad8ff !important;
border-right-color: #8ad8ff !important;
border-bottom-color: #8ad8ff !important;

box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(52, 174, 235, 0.6) !important;


}


.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1250 !important;
}


.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1px !important;
    color: #1e1e1e;
}

.sh5 {
    font-size: 2.8rem !important;
    line-height: 1 !important;
    margin-top: 4px;
}


.ellipsis {
    text-overflow: ellipsis; /* enables ellipsis */
    white-space: nowrap; /* keeps the text in a single line */
    overflow: hidden; /* keeps the element from overflowing its parent */
  }


  #carouselStockTtl .carousel-control-prev, .carousel-control-next {
    width: 50px;
  }


   .toast-success {
    background-color: #1db04d !important;
  }

  .toast-error {
    background-color: #ff2100 !important;
  }

  

  .toast-top-center{

    margin-top: 64px !important;

  
  
    .toast {
        width: 250px !important ;
        --bs-toast-border-color: transparent;

        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        opacity: 1;
        border-radius: 24px !important;
    
    
        .toast-message {
            margin: 0px;
            width: auto;
        }
    }

    

}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;

}

