/* _content/waiproduction/Views/Shared/_Layout.cshtml.rz.scp.css */


*[b-ds99bw7s5d]{
    margin:0;
    padding:0;
    box-sizing:border-box;
    

}


.container[b-ds99bw7s5d] {
    display: flex;
    width: 100%;
    min-height: 100vh;
}


.sidebar[b-ds99bw7s5d] {
  
    position: fixed;
    width: 254px;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-image: linear-gradient(to right, #0099ff,#007dd0);
    padding: 24px;
    padding-top: 50px;
    transition: all 0.3s;
}

.sidebar .head[b-ds99bw7s5d] {
    display: block;
    gap: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid #f6f6f6;
}
.head[b-ds99bw7s5d] {
    margin-top: 20px;
}

.user-img[b-ds99bw7s5d] {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.user-img img[b-ds99bw7s5d] {
    
    width: 100%;
    object-fit: cover;
}

.user-details .title[b-ds99bw7s5d], .menu .title[b-ds99bw7s5d] {
    font-size: 1vw;
    font-weight: 500;
    color: #f6f6f6;
    text-transform: uppercase;
    font-family: Leelawadee;
}
.menu[b-ds99bw7s5d] {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.user-details .name[b-ds99bw7s5d] {
    margin-top:2vw;
    text-align:center;
    font-size: 1.25vw;
    font-weight: 400;
    color: #f6f6f6;
    

}
.logout[b-ds99bw7s5d] {
    margin-top: 20px;
    margin-left: 2.5vw;
}
    .logout a[b-ds99bw7s5d] {
        text-decoration: auto;
        color: #f6f6f6;
        text-align: center;
        margin-left: 1.5vw;
    }

.account[b-ds99bw7s5d] {
    margin-top: 5px;
}

.account a[b-ds99bw7s5d] {
    text-decoration: none;
    color: #f6f6f6;
}

.menu ul li[b-ds99bw7s5d] {
    list-style: none;
    margin-bottom: 5px;
    font-family:Leelawadee;
    
}

    .menu ul li a[b-ds99bw7s5d] {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 19px;
        font-weight: 500;
        color: #f6f6f6;
        text-decoration: none;
        padding: 12px 8px;
        border-radius: 8px;
        transition: all 0.3s;
        font-family: Leelawadee;
    }

    .menu ul li > a:hover[b-ds99bw7s5d],
    .menu ul li .active > a[b-ds99bw7s5d] {
        color: #000;
        background-color: #f0e5de;
    }

.menu ul li .icon[b-ds99bw7s5d]{
        font-size:20px;
}

.menu ul li .text[b-ds99bw7s5d]{
    flex:1;
}

.menu ul li .arrow[b-ds99bw7s5d]{
    font-size:14px;
    transition: all 0.3s;
}


.menu ul li.active .arrow[b-ds99bw7s5d]{
    transform: rotate(180deg);
}

.menu .sub-menu[b-ds99bw7s5d] {
        display: none;
        margin-left: 20px;
        padding-left: 20px;
        padding-top: 5px;
        border-left: 1px solid #b5b5b5;
}

.menu .sub-menu li a[b-ds99bw7s5d]{
    padding:10px 8px;
    font-size:16px;
}

.span-box[b-ds99bw7s5d] {
    width: 200px;  
    height: 200px;
    background-color: lightblue; 
    display: inline;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    border: 2px solid black;
}
.row[b-ds99bw7s5d]{
    display:flex;
   

}
    .row .col-3[b-ds99bw7s5d] {
        margin-top: 20px;
        position: fixed;
        width: 80px;
        height: 50vh;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background-image: linear-gradient(to right, #0099ff,#007dd0);
        padding: 24px;
        transition: all 0.3s;
    }
.income[b-ds99bw7s5d]{
    display:flex;
}
.row .text-foot[b-ds99bw7s5d]{
    display:flex;
}



.navbar123.show[b-ds99bw7s5d] {
    display: flex !important;
}


.navbar-nav li[b-ds99bw7s5d]{
    padding:0 10px;
}

.navbar-nav li a[b-ds99bw7s5d]{
    color:#fff !important;
    font-weight:600;
}

