/* OVERALL */
/*body*/
body.dashboard-panel-body #sp-main-body {
  padding: 0;
  min-height: 100vh;
  background: #eee !important;
  margin-top: 55px;
}
body.dashboard-panel-body #sp-component .sp-column{
  padding: 30px 50px 30px 75px;
}
@media (max-width:958px){
  .dashboard-panel-body #sp-component{
    width:100%;
  }
  .dashboard-panel-body #sp-component .sp-column{
    padding:130px 50px !important;
  }
}
@media (max-width:575px){
  .dashboard-panel-body #sp-component .sp-column{
    padding:50px 15px !important;
  }
}

/*sidebar*/
.dashboard-panel-body .sidebar-box .uk-nav li:hover a, 
.dashboard-panel-body .sidebar-box .uk-nav li:focus a, 
.dashboard-panel-body .sidebar-box .uk-nav li a:active, 
.dashboard-panel-body .sidebar-box .uk-nav li a.nice-select.open{
  background:transparent;
  color: #ffffff;
}
.dashboard-panel-body aside.sidebar .sidebar-box ul li{
  transition:0s;
}
.dashboard-panel-body aside.sidebar .sidebar-box ul li.uk-active,
.dashboard-panel-body aside.sidebar .sidebar-box ul li:hover,
.dashboard-panel-body aside.sidebar .sidebar-box ul li:focus{
  background-image: linear-gradient(45deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 20%));
  border-left: 5px solid #ffffff !important;
}
.dashboard-panel-body aside.sidebar {
  background:#141e3e;
  padding: 110px 15px 120px 0;
  box-shadow: 0px 0 30px rgb(0 0 0 / 50%) !important;
  z-index: 5;
}
#sp-left .sp-module{
  border:0;
}
.menu-btn img {
  width: 20px !important;
}
/*scrollbar*/
::-webkit-scrollbar-track {
  background: #141e3e; /* color of the tracking area */
}
::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 20%); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */ 
}
/*logopanel*/
.dashboard-panel-body .logo-panel{
  background: #141e3e;
  padding: 30px 15px;
  border: px solid;
  z-index:10;
}
@media (max-width:958px){
  .dashboard-panel-body .logo-panel{
    width: 100vw !important;
    position: fixed;
    height:80px;
    box-shadow:0 0 30px rgb(0 0 0 / 50%);
    padding: 0;
    z-index:1;
  }
  .dashboard-panel-body .logo-panel a{
    margin:auto;
  }
  .dashboard-panel-body .logo-panel img{
    max-width:200px;  
  }
  #sp-left .sp-module{
    border:0;
  }
  #sp-left .sp-column{
    padding:0;
  }
  .page-header__sidebar{
    z-index: 105;
    height:80px;
  }
  .page-header__menu-btn .menu-btn{
    padding-left:30px;
  }
  .page-header__sidebar .menu-btn img{
    filter:brightness(10);
  }
}

/*preloader*/
.sp-pre-loader {
    background: #141e3e;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}
.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}
.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:before,.sp-pre-loader .circle-two>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.sp-pre-loader .circle-two>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}
.sp-pre-loader .circle-two>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}
.sp-pre-loader .circle-two>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}

/*icon*/
td.include a.btn.btn-mini {
    padding: 5px;
}

/* END OF OVERALL */


.register-page header#sp-header,
.pricing-page header#sp-header {
    display: none;
}
.register-page section#sp-page-title,
.pricing-page section#sp-page-title {
    display: none !IMPORTANT;
}