form input, form select{
   /* height: 45px !important; */

}

form label{
    color: #313552 !important;
    font-weight: 600;
    opacity: 0.8;
}


.dailog{
    position: fixed;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.1);
    z-index: 1040 !important;

}

.upload_btn{
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  
    padding: 20px 0px 20px 0px;  
}

.upload_btn i{
    position: absolute;
}

.session-expired{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}



.treeview,.treeview *{
    user-select: none;
    margin:0px;padding: 0px;box-sizing: border-box;
    font-size: 20px;
}


.treeview p{
    padding-left:20px;
    margin-top: 5px;
}


.treeview .item{
    cursor:pointer;
    display: inline-block;
    padding: 4px;
    width: calc(100% - 30px)
}

.treeview .item:hover{
    background: #DDD;
}

.treeview .group [fold-button]{
    display: inline-block;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    background-color: #7cc5f3;
}

.treeview .group [fold-button]:hover{
    background: #3f6ad8;
}

.treeview .item i {
    margin-right: 10px;
}
.treeview .item[check-value="2"]{
    color: #3f6ad8;
}

.treeview .item[check-value="1"]{
    color: #3f6ad8;
}
.treeview .item[check-value="0"]{
    color: #333;
}

.btn-rounded{
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.fixed-header .app-header{
    background-color: var(--app-header-bg) !important;
}

.bg-disabled{
    background-color: #8c9297;
}