/* body {
    width: 96vh;
    height: 96vh;
} */


.navbar {
    --bs-navbar-padding-y: 0px;
    z-index: 5;
}

.navbar.navbar-expand-lg {
    position: fixed;
    top: 0px;
    width: 100%;
    /* margin-top: -20px; */
}

.iconbox .icon {
    height: 40px;
    width: auto;
    margin: 0px 30px;
    object-fit: fill;
}
.icon:hover {
    cursor: pointer;
    cursor: pointer;
}
.iconbox {
    border: 1px solid rgb(32, 21, 21);
    border-top: none;
    border-left: none;
    align-items: center;    
}

.side-menu {
    background-color: #2f962f;
    /* background-color: rgb(52, 66, 136); */
    width: 186px;
    display: block;
    height: 100vh;
    transition: all .5s ease;
    position: fixed;
    top: 8.1vh;
    z-index: 5;
    /* margin-top: -20px; */
}

.side-menu ul {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
} 
.side-menu ul a{
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: white;
    padding-left: 10px;
    box-sizing: border-box;
    border-top: 1px solid rgb(255, 255, 255, .1);
    border-bottom: 1px solid black; 
    transition: all .2s ease;
    padding-left: 0;
    margin-left: 0;
    text-decoration: none;
}
/* .side-menu li:hover a {
    opacity: 40%;
} */

.side-menu ul a i {
    margin-right: 10px;
}

.text-align-center {
    display: flex;
    /* background-color: #2f962f; */
    color: white; width: 100%;
}

.user-info.col-sm-1.col-md-1.col-lg-1.col-xl-1.col-xxl-1 {
    display: flex;
    position: absolute;
    width: 168px;
    top: 0px;
    right: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.button-container {
    width: 80px; 
    height: 10px;
    justify-content: center;
    align-items: center;
    background-color: #2f962f;
    display: flex;
}

.toggle-button {
    position: absolute;
    top: 3vh;
    right: 0;
    left: 4vw;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.ham-bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 5px;
}

.toggle-button:hover {
    cursor: pointer;
}

.toggle-button:active {
    display: flex;
}

.main-container {
    padding-top: 8vh;
    /* padding-left: 186px; */
    display: block;
}

/* @media (max-width: 768px) {
    .popup-box {
        display: none;
    }
    .popup-box.active {
        display: block;
    }
    .setting-button {
        display: flex;
        z-index: 1;
    }
}

@media (max-width: 1950px) {
    .popup-box {
        display: none;
    }
    .popup-box.active {
        display: block;
    }
    .setting-button {
        display: flex;
        position: absolute;
        top: 5px;
        right: 20px;
    }

}@media (max-width: 3000px) {
    .popup-box {
        display: none;
    }
    .popup-box.active {
        display: block;
    }
    .setting-button {
        display: flex;
        position: absolute;
        top: 5px;
        right: 20px;
    }
}

@media (max-width: 1865px) {
    .user-information {
        display: flex;
        position: absolute;
        top: 15px;
        right: 8vh;
    }
    .fullscreen {
        display: flex;
        position: absolute;
        top: 15px;
        right: 35vh;
    }
    .user-profile-picture {
        display: flex;
        position: absolute;
        top: 5px;
        right: 27vh;
    }
}

@media (main-width: 900px) {
    .user-information {
        display: none;
    }
    .fullscreen {
        display: none;
    }
    .user-profile-picture {
        display: none;
    }
} */

@media (max-width: 1199px) {
    .side-menu {
        display: none;
        
    }
    .main-container {
        margin-left: 0px;
    }
    
}


@media (min-width: 1200px) {
    .side-menu {
        display: block;
        
    }
    .main-container {
        margin-left: 186px;
    }
    
}


