.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--site_main_color_two);
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

.sidepanel a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 1rem;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    line-height: 30px;
}

.progress-container-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.progress-container-header .progress-container {
    background-color: rgb(150 150 150);
    height: 5px;
    width: 100%;
}

.progress-container-header .progress-bar {
    background-color: var(--site_main_color_one);
    height: 5px;
    width: 0%;
}


.navbar.fixed-top.top-navbar{
    padding: 15px 15px 15px 15px;
}
.navbar.fixed-top.top-navbar.cmt-5{
    padding: 10px 15px 15px 15px;
    margin-top: 5px;
}
.navbar.fixed-top.top-navbar-2{
    margin-top: 71px;
    z-index: 999;
    padding: 7px 15px;
}
