
* {
    font-size: 15px;
}
.bg-gray {
    background-color: #e5e5e5;
}
.sidebar {
    background-color: #222224;
    width: 240px;
    height: calc(100vh - 35px);
    border-radius: 20px;
    position: relative;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.admin-navbar {
    height: 55px;
    width: 100% !important;
}
.nav-breadcrumb b {
    font-size: 17px;
}
.profile {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.scroll-y {
    height: calc(100vh - 235px);
    overflow-y: auto;
}
.scroll-report {
    /* height: calc(100vh - 170px);
    overflow-y: auto; */
}
.btn-delete {
    position: absolute;
    display: none;
}
.report-input,.report-input-avg {
    text-align: center;
    border: none;
    width: 100%;
}
.report-input:focus {
    outline: none;
}
.report-input-avg:focus {
    outline: none;
}
.sidebar-bottom-menu {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.sidebar-bottom-menu:hover{
    text-decoration: none;
}
.setting-menu{
    width: 300px;
}
.setting-menu-list{
    /* position: relative;
    height: 35px; */
}
.setting-menu-items{
    /* position: absolute;
    width: 100%;
    height: 100%; */
}
.andp-header{
    background-color: #1abc9c !important;
}
.andp-days-names div{
    /* background-color: transparent !important; */
    color:  #1abc9c !important;
}
.andp-days-names div:nth-last-child(1) {
    color: red !important; /* Last child */
}
.andp-column .day.selected{
    background-color: #1abc9c !important;
    border: none;
}
.login-container{
    height: 100vh;
    width: 100vw;
    background-image: url("/bg.jpg"), linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
    background-size:cover;
    position: absolute;
    left: 0;
    top: 0;
}
.lh-0{
    line-height: 0 !important;
}
.main-color{
    color: #eb4a00 !important;
}
.main-bg{
    background-color: #eb4a00 !important;
}
.secondary-color{
    color:#0051A6 !important;
}
.secondary-bg{
    background-color: #0051A6 !important;
}
.main-border{
    background-color: #eb4a00;
    height: 3px;
    width: 60px;
    border-radius: 10px;
}
.input-container{
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    border-radius: 5px;
}
.input-container i{
    font-size: 20px;
    color: #1abc9c;
}
.input-container input{
    border: none;
    width: 100%;
}
.input-container input:focus{
    outline: none;
}

.input-container button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.input-container button:focus{
    outline: none;
}
.btn-login{
    background-color: #1abc9c;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    color: #fff;
}
.btn-login:hover{
    background-color: #1abc9cd7;
}
.copyright{
    position: fixed;
    bottom: 25%;
    left: 25%;
    font-size: 90px;
    color: #ccc;
    width: 100%;
    transform-origin: left bottom;
    transform: rotate(-50deg);
    opacity: 0.1;
}
.print-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.print-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.print-footer-note{
    position: fixed;
    bottom: 130px;
    left: 0;
    width: 100%;
    align-items: center;
    display: none;
}
@media print {
    .print-footer{
        display: flex;
    }
    .print-footer-note{
        display: flex;
    }
    .print-card{
        box-shadow: none !important;
        border: none !important;
    }
    .dNone{
        display: none !important;
    }
}
.hidableTable tbody tr:nth-child(1) {
    display: none !important;
}

.hidableTable tbody tr:nth-child(2) {
    display: none !important;
}

.hidableTable tbody tr:nth-child(3) {
    display: none !important;
}

.logo{
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}
.sidebar-list li a.active{
    background-color: #eb4a00cf !important;
    color: #fff !important;
 }
.sidebar-list li{
    margin-bottom: 2px;
}
.multi-level.active ul{
    display: block;
}
.multi-level ul li a{
     background-color: transparent !important;
}
.multi-level.active ul li a{
     background-color: transparent !important;
}
.multi-level.active ul li a.active{
    color: #fff !important;
    font-weight: bold;
}
.multi-level:hover .multi-level-menu{
     background-color: #eb4a00cf !important;
}
.sidebar-logo{
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}
.nav-sidebar{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
