/* The sidepanel menu */

.sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    top: 80px;
    z-index: 1;
    left: 0;
    background-color: #221F20;
    overflow-x: hidden;
    padding-top: 40px;
    transition: 0.3s;
}

.sidepanel .collapsedAnchor::after {
    font-family: 'Font Awesome 5 Free';
    float: right;
    font-weight: 900;
    content: "\f054";
}

.sidepanel .openAnchor::after {
    font-family: 'Font Awesome 5 Free';
    float: right;
    font-weight: 900;
    content: "\f078";
}

/* The sidepanel links */
.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #B7B6B8;
    display: block;
    transition: 0.3s;
    font-size: 13px;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
    color: #FFFFFF;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

a.menuItem i.fa{
    font-size: 15px;
}

#main {
    transition: margin-left 0.5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sidepanel .subMenus {
    padding-left: 3%;
    /* position: fixed;*/
    overflow-y: hidden;
    transition: 0.5s;
}

.subMenus a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-size: 13px;
}

@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
   .sidepanel .packagePanel {
        overflow-y: auto;
   }
}
/* Style the button that is used to open the sidepanel
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
} */
