body {
    height: 100%;
    background-color: #f8f8f8;
}


.left-side--box {
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background-color: #fff;
    box-shadow: 2px 0px 5px rgba(29, 35, 41, 0.05);
}
.left-side--box.closeme {
    width:50px;
}

.left-side--box .a-logo--box {
    border-bottom: 1px solid #f8f8f8;
}
.right-side--box {
    padding-left: 220px;
}
.right-side--box.closeme {
    padding-left: 50px;
}


.header-section {
    height:50px;
}


.nav-top--box {
    left:220px;
    border-bottom: 1px solid #f8f8f8;
}
.right-side--box.closeme .nav-top--box {
    left:50px;
}


.menu-ul-section {
    height: calc(100vh - 60px);
    background-color: #fff;
    overflow-y: auto;
}


.menu-ul-section .menu-li .menu-li-item{
    text-align: left;
    border: none;
    border-radius: 0;
    padding: 0.5rem 1.25rem;
    color: #666;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.menu-ul-section .menu-li .menu-li-item-collapse .menu-li-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
}


.menu-li-item:hover span{
    color: var(--bs-blue);
}
.menu-li-item:hover bi{
    color: var(--bs-blue);
}


.menu-li-item.now, .menu-li-item.now:hover {
    background-color: var(--bs-blue);
    color: #fff;
}
.menu-li-item.now span, .menu-li-item.now:hover span{
    background-color: var(--bs-blue);
    color: #fff;
}
.menu-li-item.now .bi, .menu-li-item.now:hover .bi {
    background-color: var(--bs-blue);
    color: #fff;
}
.menu-li-item.now span, .menu-li-item.now:hover span {
    background-color: var(--bs-blue);
    color: #fff;
}




.no-redirect {
    padding: 0.75rem;
    cursor: pointer;
}

.menu-li-item-collapse .menu-li-item {
    padding-left: 3rem;
}
.menu-li-item-collapse2 .menu-li-item {
    padding-left: 4rem;
}

.menu-li-item-collapse3 .menu-li-item {
    padding-left: 6rem;
}

.left-side--box.closeme  .menu-li-item-collapse{
    /*display: none;*/
    height: 0;
    visibility: hidden;
}
.menu-ul-section.open{
    width: 220px;
}

.menu-ul-section.open .menu-li-item-collapse{
    visibility: visible;
    height: inherit;
    transition: height 0.35s ease;
}

.menu-ul-section.open .collapsing {
    height: 0;
    visibility: visible;
    overflow: hidden;
    transition: height 0.35s ease;
}




.major_icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height:18px;
    width:18px;
    border-radius: 100%;
    background-color: var(--my-color-green);
}
.major_icon_item {
    height:14px;
    width:14px;
}



.upload_single_file_box {
    width: auto;
    height: 100px;
    border: 1px solid #eee;
}

.upload_single_file_box_video {
    height: 30px;
    width:100px;
    border: 1px solid #eee;
}

.class_dlg_file {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.01;
}

#addDlgRight {
    width:500px;
}



.image_100{
    object-fit: cover;height: 100px;width: 100px;
}


.col-wish--box .card{
    margin-bottom:15px;

}

.col-wish--box .card:last-child{
    margin-bottom:0px;

}


.card-add-student---box .lbl {
    width: 60px;
}


.card-add-student---box .lbl2 {
    width: 120px;
}


.w-85 {
    width: 85% !important;
}
.w-15 {
    width: 15% !important;
}

.w-80 {
    width: 80% !important;
}
.w-20 {
    width: 20% !important;
}

.w-70 {
    width: 70% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}





.a-link-btn {
    padding-bottom: 1px;
    border-bottom: 1px dotted #333;
}








































































































































