.bg-sect{background-size:cover;background-position:center;height:100%;width: 100%;}
.bx-height{height:250px;}
.crd{height:auto !important;}
.swiper {width: 100%;height:180px;}
.card-header.cust-hed h4 {
    margin-bottom: 0;
}
.card-header.cust-hed {
    padding: 10px 20px;
}
.bx-height1 {
    height: 330px;
}
.bx-height2{height:200px;}
text.highcharts-credits {
    display: none;
}
.default-dashboard .card{
    margin-bottom: 0;
}
.default-dashboard .card .card-title {
    font-size: 16px;
    font-weight: 800;
}
.graph-layout .card-body {
    padding: 10px !important;
}
.dashboard-screen {
    margin-bottom: 20px;
}
.table-responsive.custtable.theme-scrollbar thead th {
    background: var(--theme-default);
    color: #fff;
    white-space: nowrap;
    border: 1px solid;
}
.table-responsive.custtable.theme-scrollbar {
    height: 205px;
}
.table-responsive.custtable.theme-scrollbar tbody tr td:nth-child(1){
    font-weight: bold;
}
.card-header.cust-hed {
    padding: 10px 20px;
    overflow: hidden;
    position: sticky;
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}
.card-header.cust-hed:before {
    content: "";
    background: linear-gradient(89deg,  /* start with white at 0% */ var(--theme-default) 10%, /* theme color at 100% */ #ffffff 70% /* back to white at 100% */);
    width:10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}
.graph-layout .card {
    position: sticky;
}
input.form-control.multiselect-search {
    height: 30px;
}
.launch-card {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    position: sticky;

    overflow: hidden;
    min-height: 178px;
    background: linear-gradient(89deg, /* start with white at 0% */ var(--theme-default) 10%, /* theme color at 100% */ #252323 80% /* back to white at 100% */);
}
.sidebar-pannle-main {
    display: none;
}
.bgthem .multiselect-container>li>a label {
    display: block;
    padding: 7px 20px;
}

.bgthem .multiselect-container>li>a {
    display: block;
}
.bgthem .form-control {
    font-size: 14px;
    font-weight: 600;
}
.bgthem label {
    font-weight: 900;
    margin-bottom: 2px;
}
.img-boostup {
    position: absolute;
    top: 43px;
    right: -402px;
    left: auto;
    z-index: -1;
    opacity: .4;
}

.img-boostup .img-boostup-img-1 {
    left: -63px;
    top: -114px;
    position: absolute;
    height: 257px;
}
.boost-up-card .img-boostup .img-boostup-img-2
 {
        top: 85px;
    }
  .launch-card:hover {
    transform: translateY(-5px);
  }

.launch-card h5 {
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.launch-desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px !important;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

  .launch-details {
    list-style: none;
    padding: 0;
    font-size: 13px;
    color: #ffff;
  }

  .launch-details li {
    margin-bottom: 5px;
  }
  .swiper-pagination-bullet-active{background: #fff !important;}
  .header-left {
    width: 65%;
    text-align: center;
    justify-content: center;
}
.simplebar-content-wrapper {
    height: 100vh !important;
    overflow: scroll !important;
}
.project-heading {
    font-size: 22px;
    line-height: 16px;
    font-weight: 800;
}
.material-icons {
    font-size: 18px;
    position: relative;
    top: -2px;
}
.sidebar-menu .sidebar-list input{
     position: relative;
    top: -2px;
}
.footer {
    border-top: 1px dashed var(--theme-default);
}
.bgthem {
    background: linear-gradient(6deg, /* start with white at 0% */ var(--theme-default) 1%, /* theme color at 100% */ #ffffff 95% /* back to white at 100% */);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
 .bgthem .multiselect-container.dropdown-menu {
        height: 200px !important;
    }
.bgthem .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8a8686;
    font-size: 13px;
}
.bgthem .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active:focus, .btn-outline-secondary.show{
    background: #ffffff !important;
    color: #8a8686 !important;
}
.bgthem:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
     border-radius: 10px;
    left: 0;
    z-index: -1;
    opacity: .6;
}

@media (min-width: 1199.98px) {
.bgthem .row {
    flex-wrap: nowrap;
}
.bgthem .col-md-2 {
    width: 14.5%;
}
}
 .card-custom {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #343133, var(--theme-default)) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card-custom .card-custom-statistic-3 .card-custom-icon-large .fas, .card-custom .card-custom-statistic-3 .card-custom-icon-large .far, .card-custom .card-custom-statistic-3 .card-custom-icon-large .fab, .card-custom .card-custom-statistic-3 .card-custom-icon-large .fal {
    font-size: 110px;
}

.card-custom .card-custom-statistic-3 .card-custom-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}
.ondark{
    background: linear-gradient(to right, #a84608, #ff9156) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.card-custom .card-custom-statistic-3 .card-custom-icon-large .fas, .card-custom .card-custom-statistic-3 .card-custom-icon-large .far, .card-custom .card-custom-statistic-3 .card-custom-icon-large .fab, .card-custom .card-custom-statistic-3 .card-custom-icon-large .fal {
    font-size: 58px;
    position: relative;
    right: 16px;
}
.card-custom:before {
    content: "";
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -9%;
    right: -10px;
    z-index: -1;
    opacity: .2;
    border-radius: 100%;
}

.card-custom {
    position: sticky;
    overflow: hidden;
}
.card-custom.minn {
    min-height: 115px;
    display: flex;
    align-items: center;
}
.card-custom:after {
    content: "";
    background-image: url(../images/choose_shape.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
aside.page-sidebar ul li a {
    font-weight: 600 !important;
    font-size: 15px;
}
.sidebar-menu .sidebar-list h6, .sidebar-menu .sidebar-list .h6 {
    font-weight: 600 !important;
    font-size: 15px !important;
}
.page-sidebar .sidebar-submenu li .submenu-title i {
    display: none;
}
.page-sidebar .sidebar-submenu li .submenu-title .iconly-Arrow-Right-2 {
    display: block !important;
}
.page-sidebar .sidebar-menu .sidebar-list ul li a{
    position: relative;
    margin: 6px 0;
}
.default-dashboard .container.main_container {
    padding: 0;
    width: 100%;
    max-width: 100% !important;
}
.page-sidebar .sidebar-menu .sidebar-list ul li h6 {
    font-size: 14px !important;
}
.page-sidebar .sidebar-menu .sidebar-list ul li ul li {
    border: none;
    padding: 0 4px;
}
.ga-header {
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: right;
    box-shadow: inset 0px 15px 24px rgb(243 244 246);
}
.ga-header:before {
    content: "";
    background: var(--theme-default);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
}
.ga-header h4 {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
}