 .sidebar-open .page-body-wrapper .page-body{
        padding-left:15px !important;
    }
    .table-progress{
        height: 100%;
    }
    .page-wrapper .page-body-wrapper .page-body{
        padding: 0;
    }
    .akktabl {
    height: 404px;
}
.headingbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.akktabl table tr td:nth-child(1) {
    background: var(--theme-default);
    border-left: none;
    border-right: none;
}
.akktabl table tr td:nth-child(2) {
    border-left: none;
}
.dark-only text.highcharts-title {
    fill: #fff !important;
}
.dark-only text.highcharts-axis-title {
    fill: #fff !important;
}
.dark-only g.highcharts-legend-item text {
    fill: #fff !important;
}
.dark-only .highcharts-axis-labels text {
    fill: #fff !important;
}
.swipercustom{
    height: 195px;
}
rect.highcharts-background {
    fill: transparent;
}
div#earnings-chart {
    min-height: 365px !important;
}
.dashboard-swiper {
  position: relative;
}
.dashboard-swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 4px;
    position: static !important;
}
.dashboard-swiper .swiper-pagination span {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: .6;
}
.dashboard-swiper .swiper-pagination-bullet-active {
    background: var(--theme-default) !important;
    width: 20px !important;
    border-radius: 6px !important;
}


.dashboard-swiper .swiper-btn {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.8;
    margin:0 2px;
    transition: all 0.25s ease;
}
.dashboard-swiper .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff;
}
.dashboard-swiper .swiper-button-prev{
    left: 0 !important;
    top: 40% !important;
        border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.dashboard-swiper .swiper-button-next {
    right: 0 !important;
     top: 40% !important;
         border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.dashboard-swiper .swiper-button-next, .swiper-button-prev {
    background: var(--theme-default);
    height:45px !important;
}
.swiper-btn:hover {
  background:var(--theme-default);
  transform: scale(1.05);
  opacity: 1;
}


    .sidebar-open aside.page-sidebar{
        margin-left:0px !important;
        left: 0 !important;
    }
    .sidebar-open .page-body-wrapper{
        margin-left: 160px !important;
    }
    aside.page-sidebar {
    margin-left: -300px;
}
.table-custom {
    height: 300px;
    overflow: scroll;
}

 .page-wrapper .page-body-wrapper {
        margin-left: 0;
    }

.homesecreen1 .col-md-2 {
    width: 20%;
}
 #elevationChart { height: 150px; }
        #pipelineChart { height: 150px; }
        #activitiesChart { height: 350px; }
.chart-box{
    margin-block: 10px;
}
.table-progress{
  width:100%;
  border-collapse:collapse;
}
.table-progress th,.table-progress td{
  border:1px solid #e0e0e0;
  padding:6px;
  text-align:center;
}
.table-progress th{
  background: var(--theme-default);
  font-weight:800;
  color: #fff;
}
.akslide svg.highcharts-root {
    margin-left: -60px;
}
.pwrap{
  width:100%;
  background:#eee;
  border-radius:6px;
  height:14px;
  overflow:hidden;
}
.pbar {
    height: 100%;
    border-radius: 6px;
    color: #fff;
    text-align: right;
    padding-right: 4px;
    position: relative;
    line-height: 16px;
}
.green{background:#00c853}
.orange{background:#ff9800}
.red{background:#f44336}
.table-progress th, .table-progress td{
font-weight:bold;
}
#backBtn {
      display: none;
    }