﻿.header--top__content{display:flex;justify-content:space-between;align-items:center;}.header--top{background:#009cd7;height:50px;box-shadow:0 3px 12px 0 rgba(0,0,0,.1);position:fixed;width:100%;top:0;}.header--top__content{height:50px;}.header--top .logo img{width:120px;}.header--top .nav-link{color:#fff;}.nav-click{width:45px;height:45px;position:relative;padding:7px 5px;cursor:pointer;align-items:center;display:flex;flex-wrap:wrap;}.nav-click span{display:block;background:#fff;width:100%;height:2px;}.mb{display:none;}.sidebar{font-size:calc(14px + .2vw);background-color:#f5f7f9;width:250px;height:100%;position:fixed;top:50px;left:0;z-index:3;margin:0;box-sizing:border-box;border-right:1px solid #eaeaea;overflow-y:auto;padding:25px;}.sidebar::-webkit-scrollbar{background:transparent;width:5px;}.sidebar::-webkit-scrollbar-thumb{background:#eaeaea;border-radius:2px;width:2px;}.sidebar h2{font-size:20px;font-weight:500;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eaeaea;position:relative;}.sidebar h2:first-child{margin-bottom:25px;}.sidebar h2:first-child:before,.sidebar h2:first-child:after{content:'';position:absolute;top:100%;left:50px;border:solid transparent;height:0;width:0;pointer-events:none;}.sidebar h2:first-child:before{border-color:rgba(221,221,221,0);border-top-color:#eaeaea;border-width:6px;margin-left:-6px;}.sidebar h2:first-child:after{border-color:rgba(255,255,255,0);border-top-color:#f5f7f9;border-width:5px;margin-left:-5px;}.sidebar-items{padding-left:15px;font-size:15px;}.sidebar-link{padding-bottom:15px;}.sidebar-link.active{color:#009cd7;position:relative;font-weight:500;}.sidebar-link.active:after{content:'';position:absolute;left:-40px;top:0;width:5px;height:25px;background:#009cd7;}.sidebar .bd-sidenav{display:none;margin:0 0 25px 25px;font-size:15px;}.sidebar .bd-sidenav a{padding-bottom:10px;}.sidebar .bd-sidenav a.active{font-weight:600;}.sidebar .sidebar-items li.active .bd-sidenav{display:block;}.overlay{background-color:rgba(0,0,0,.5);width:100%;height:100%;opacity:0;position:fixed;left:0;bottom:0;right:0;top:0;overflow:hidden;z-index:28;visibility:hidden;transition:.2s all;}.overlay.show{opacity:1;visibility:visible;}@media screen and (max-width:991px){.sidebar{top:0;width:280px;left:-280px;z-index:29;transition:left .3s ease-in-out;-webkit-transition:left .3s ease-in-out;}.sidebar.show{left:0;}.desk{display:none;}.mb{display:block;}.nav-click.mb{display:flex;}.logo{position:absolute;left:50%;transform:translateX(-50%);}}