.dark-only .card-body{
    padding:15px;
}
.dark-only img.sidetogle {
    filter: brightness(0) invert(1);
}
.navbar-light .navbar-nav .nav-link:hover{
    background-color: var(--theme-default);
    border-color:#fff !important;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.has-error .form-control {
    border-color: #d00d2b;
}

.form-group has-error{
  border-color: #d00d2b;
}
.user-wrap .user-content {
    white-space: nowrap;
    position: relative;
    top: 7px;
}
.wrapper-loader {
    display: none;
}
.kcpltable {
    height: 400px;
}
.card-title {
    font-weight: 700;
}
.custom-head {
    position: relative;
    top: 12px;
    float: left;
}
.custom-head h5 {
    font-weight: 700;
    margin-bottom: 0;
}
.card-header button.btn.btn-primary {
    padding: 5px 15px;
}
.card-body {
    padding: 0px;
}
/*button.btn.btn-primary {
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
}*/
.card-header
 {
    border-color: #f0f1f5;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dcdbdb !important;
    border-radius: 0 !important;
    padding: 0.5rem 10px !important;
}
.card{margin-bottom:0;}
.kcpl-tab-section .nav-tabs .nav-link.active {
    color: var(--theme-default) !important;
    border-color: var(--theme-default) !important;
}
.kcpl-tab-section .nav-tabs .nav-link {
    border: 1px solid transparent !important;
}
.kcpl-tab-section .nav-tabs .nav-link:hover {
    color: var(--theme-default);
}
.dark-only .kcpl-tab-section .nav-tabs .nav-link {
    color: #fff;
}
/*========================11-03-2026=========================*/
/* Card Style */
.info-card {
    padding:13px;
    border-radius: 10px;
    
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(209.96deg, rgba(255, 255, 255, 0.06) 1.2%, rgba(255, 255, 255, 0) 98.97%) !important;
    /*box-shadow: inset 0px 4px 3px var(--theme-default);*/
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.akkimg{
    opacity: .5;
}
.dark-only .akkimg{
    filter: brightness(0) invert(1);
}
img.vector_1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
img.vector_2 {
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: -1;
    transform: rotate(90deg);
}
body .section-header-main h4 {
    color: #000 !important;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    padding: 2px 10px 2px;
    width: auto;
    display: inline-flex;
    background: linear-gradient(135deg, var(--theme-default), #ffffff);
    font-weight: bold;
    border-radius: 15px;
}
.section-header-main:before {
    content: "";
    background: var(--theme-default);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.section-header-main:after {
    content: "";
    background: var(--theme-default);
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
}
.section-header-main {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
/* Glossy Shine Effect */

.info-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    z-index: -1;
    height: 200%;
    background: linear-gradient(120deg, rgb(255 255 255 / 4%), rgba(255, 255, 255, 0));
    transform: rotate(25deg);
}
.completiondate p {
    margin-bottom: 0;
}
.completiondate {
    display: flex;
    gap: 5px;
}

/* Hover Animation */

.info-card:hover{
transform:translateY(-2px) scale(1.02);
box-shadow:0 25px 40px rgba(0,0,0,0.25);
}

/* Gradient Colors */

.glossy-blue{
background:linear-gradient(135deg,#1e3c72,#2a5298);
}

.glossy-green{
background:linear-gradient(135deg,#11998e,#38ef7d);
}

.glossy-purple{
background:linear-gradient(135deg,#7f00ff,#e100ff);
}

.glossy-orange{
background:linear-gradient(135deg,#ff8008,#ffc837);
}

.glossy-cyan{
background:linear-gradient(135deg,#2193b0,#6dd5ed);
}

.glossy-red{
background:linear-gradient(135deg,#ff416c,#ff4b2b);
}

body .info-card h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--theme-default) !important;
}
.akcard3 {
    min-height: 142px;
}
.akcard2 {
    min-height: 105px;
}
.info-card p{
margin-bottom:0px;
font-size:14px;
}
/*========================11-03-2026=========================*/

.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-7] div {
    background-color: #e80714;
}
.table-responsive.tablecustom.tabl_1.project-table {
    height: 255px;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-8] div {
    background-color: #59a52a;
}
.loginlogo img {
    width: 28%;
    margin-left: auto;
    margin-right: auto;
}
.logo-wrapper:before {
    content: "";
    background: #fff;
    height: 94%;
    width: 94%;
    position: absolute;
    left: 3px;
    top: 0;
    z-index: -1;
    border-top-right-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
    display: table;
    bottom: 0;
}
.dark-only .logo-wrapper:before{
    display: none;
}
.logo-wrapper{
    position: relative;
    z-index: 1;
}
a.logoimg img {
    height: 45px;
}
img.samartgas {
    height: 25px !important;
}
.dark-only a.logoimg img{
    background:transparent;
}
.dark-only .dark-logo {
    display: block !important;
        height: 45px;
}
.dark-only .light-logo {
    display: none;
}
.dark-only .for-light {
    display: none !important;
}
.light .for-light {
    display: block !important;
}
.light .for-dark{
display: none !important;
}
.dark-only .for-dark {
    display: block !important;
}
@media (max-width: 767px) {
.akslide svg.highcharts-root {
    margin-left: 0 !important;
}
.loginlogo img {
    width: 80%;
    margin-bottom: 25px;
}
.legend {
    flex-wrap: wrap;
}
.second-page-tree {
    height: auto !important;
}
}
@media (max-width: 367px) {

}


    .form_wrap label {
        margin-bottom: 2px !important;
    }
    .form_wrap .form-group {
        margin-bottom: 10px;
    }
.container.main_container {
    padding-bottom: 30px !important;
}
 .bredcrum-section.mt-3 {
    margin-top: 0 !important;
}
    
    .box5{
      height:auto !important;
      border-radius: 6px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .icon-link1 {
    background: #fff;
    padding:4px 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    }
    .row.engineerboxes .col-md-4{
    padding:4px;
    }
    .newboxx p span {
    text-align: right;
    float: right;
    font-weight: 400;
    }
    .newboxx p {
    margin-bottom:5px;
    font-weight: 600;
    }
    .inter-bx {
    padding: 5px 8px;
    background:var(--theme-default) ;
    margin:0;
    }
    .icon-link1::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 85px;
    height: 85px;
    background-color: #008ac8;
    border-radius: 170px 0 0 0;
    opacity: .1;
    }
    .ak-row .icon-col .fa {
    background: rgb(0 0 0 / 33%);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    }
    .ak-row .icon-col .fa::before {
    background-size: 23px 23px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    }
    .icon-link1::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #008ac8;
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
    }
    .box5:hover .icon-link1::before{
    width: 100%;
    height: 100%;
    border-radius:0;
    }
    .inter-bx {
    column-gap: 10px;
    align-items: center;
    }
    .inter-bx #mkt_count_customers {
    color: #ffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
    }
    .inter-bx #mkt_count_customers p{
    margin-bottom:0;
    }
    .NavigationMaps button {
        font-size: 10px;
        padding: 3px 10px;
    }
    div#demo {
        min-height: auto !important;
    }
    .shadoww {
        border: 1px dashed var(--theme-default);
    }
    .wrapper1 {
        position: relative;
    }
    .rad-20{
        border-radius:15px !important;
    }
  
    .nav-toggles {
        background: var(--theme-default);
        color: #fff;
        border: none;
        padding: 5px 15px;
        border-radius: 5px;
        font-weight: 600;
        position: relative;
        -webkit-transition: .7s;
        transition: .7s;
        font-size: 13px;
    }
    .nav-toggles:before{
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 35px;
        height: 100%;
        background-color: #fff;
        border-radius: 0 90px 90px 0;
        opacity: .2;
        -webkit-transition: .7s;
        transition: .7s;
    }
    .mainactivityt {
    padding: 0 !important;
}
    div#collapse1 .form-group {
        margin-bottom: 0;
    }
    
    .highlight {
        z-index: 999999;
    }
    
    .custom-control-list {
        top: 65px;
        left: .5em;
    }
    
    .tblcss {
        background-color: lightgray
            /* You can use any color of you choice here */
    }
    
    .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
    }
    
    .ol-popup:after,
    .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }
    
    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }
    
    .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
    }
    
    .ol-popup-closer:after {
        content: "âœ–";
    }
    
    /*
    DEMO STYLE
    */
    
    

    div#demo {
        height: 142px;
    }
    div#demo2 {
        height: 142px;
    }
    div#demo1 {
        height: 170px;
    }
   .akkk{
        height: 150px;
    }
    #demo1 g.highcharts-label.highcharts-data-label {
        font-size: 15px;
    }
    .akkk g.highcharts-label.highcharts-data-label {
        font-size: 14px;
    }
    .hggt{
        height: 142px;
    }
    .tbl_3 .typebox table td {
        padding: 12px 4px !important;
    }
    rect.highcharts-background {
        fill: transparent !important;
    }
    .summry-head1.header2 h2 {
        text-shadow: 1px 1px #232020, -1px 1px var(--theme-default), 1px -1px #1b1919, -1px -1px #1b1919, 1px 1px 5px #1b1919;
    }
    .bredcrum-section ol li a.active {
        color: var(--theme-default);
        font-weight: 700;
    }
    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }
    
    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }
    
    /* ---------------------------------------------------
    SIDEBAR STYLE
    ----------------------------------------------------- */
    
    .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
    }
    .active-two .wrapper1 .col-md-6{
        width:100%;
    }
    .active-one .wrapper1 .col-md-6{
        width:100%;
    }
    #sidebar {
        /* min-width:50%;
        max-width: 50%; */
        transition: all 0.3s;
        overflow-y: scroll;
        height:80vh;
        padding: 10px 0;
        padding-left: 10px;
    background: #fff;
    }
    
    #sidebar.active {
        margin-left: -50%;
    }
    #sidebar  .table-responsive {
    height: 56vh;
    }
    
    
    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }
    
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    
    #sidebar ul li a {
        padding: 5px 10px;
        font-size: 14px;
        display: block;
    }
    
    
    
    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }
    
    #sidebar ul li.active>a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }
    
    a[data-toggle="collapse"] {
        position: relative;
    }
 
    
    a.download {
        background: #fff;
        color: #7386D5;
    }
    
    a.article,
    a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }
    .wrapper1 {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
    }
    .wrapper {
    display: block;
    }
    
    /* ---------------------------------------------------
    CONTENT STYLE
    ----------------------------------------------------- */
    
    #content {
        width: 100%;
        padding:0px;
    /*        min-height: 100vh;*/
        transition: all 0.3s;
    }
    
    .intro #sidebar {
        max-width: 100%;
        width: 100%;
    }
    
    .intro #content {
        display: none;
    }
    .container.main_container {
    max-width: 100%;
    padding-right:10px !important;
    }
    .active-two nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        left: 0;
        margin-left: 0;
    }
    .active-two .akk{
        display: none;
    }
    .mybtn {
        background: rgb(26 164 227 / 86%);
        border: none;
        color: #fff;
    }
    .wrapper.intro button#addclass {
        display: none;
    }
    .wrapper.intro button#sidebarCollapse {
        display: block;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: table;
        background: transparent !important;
        padding: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: fit-content;
    }
  
    
    .container-fluid {
        padding: 0px;
    }
    
    /* ---------------------------------------------------
    MEDIAQUERIES
    ----------------------------------------------------- */
    
    @media (max-width: 768px) {
        #sidebar {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    }
    .wrapper1 {
    display: block;
    }
        #sidebar.active {
            margin-left: 0;
        }
    
        
    }
    
    .typebox b {
        font-size: 14px;
        font-weight: 700 !important;
    }
    span.spntext {
        font-size: 14px !important;
    }
    .apexcharts-text tspan {
        font-weight: 700;
        font-size: 12px;
        font-family: 'Nunito Sans', sans-serif;
    }
    
    .summry-head1.dffs {
        background: #fff;
    }
    .fixed-table-toolbar {
        margin-top: 0;
    }
    .spread_sect .nav.nav-tabs {
        background: #2D3748;
        padding: 6px 6px;
        border-bottom: 1px solid #e4edf7;
        display: flex;
        flex-wrap: nowrap;
        flex-shrink: inherit;
        overflow-y: auto;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .tab-section-two .nav-tabs .nav-link {
    padding: 3px 10px;
}
.table td {
    padding: 4px 10px;
}
.table th {
    padding: 8px 10px;
}
    .bredcrum-section ol {
        margin-bottom: 0;
    }
    .fixed-table-toolbar .form-control {
        border-radius: 10px;
    }
    
    .bredcrum-section {
        padding: 6px 12px;
        border: 1px dashed rgba(0, 0, 0, 0.175);
        border-radius:10px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bredcrum-section span.select2-selection.select2-selection--single {
        box-shadow: 0 0 1px 0 rgba(0,0,0,.1), 0 1px 1px 0 rgba(0,0,0,.09), 0 3px 2px 0 rgba(0,0,0,.05), 0 6px 2px 0 rgba(0,0,0,.01);
        background: #ffff !important;
        border-radius: 10px !important;
        padding: 0px 4px;
    }
    .bredcrum-section ol {
        align-items: center;
    }
    .bredcrum-section .select2-container {
        width: 100% !important;
        display: block !important;
    }
    .search-form {
        margin-left: 15px;
    }
    .select2-container--open .select2-dropdown--below {
        border: 1px solid #eee !important;
    }
    .bredcrum-section ol li a {
        color: #000;
        font-weight: 600;
    }
    .bredcrum-section span.select2-dropdown.select2-dropdown--below ul li {
        white-space: nowrap;
    }
    .select2-container--open .select2-dropdown {
        width: 200px !important;
    }
    /* .typebox.tt table td, th{
        width:50%;
    } */
    .bredcrum-section .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000;
        font-weight: 600;
    }
    body{
        overflow-x:hidden;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: var(--theme-default) !important;
        font-weight: 700;
    }

    .tbl_2 .typebox table td {
        padding: 7px 4px !important;
    }
    .yellow {
        background: #eab32a !important;
    }
    .green {
        background: #00e272 !important;
    }
    .mb-20 .form-group{
        margin-bottom:20px !important;
    }
.wrapper1 .col-md-12 #sidebar {
    height: 100%;
}
.headertitle h2 {
    font-size: 18px;
    font-weight: 600;
    margin-block: 0;
}
.panel.with-nav-tabs.panel-info .panel-heading {
    padding: 5px 10px !important;
    border: 1px dashed #eee;
}
.spread_sect1 .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


    .spread_sect1 .navbar-nav .nav-link {
        padding: 2px 5px !important;
    }

    .spread_sect1 .navbar-nav .nav-link.active {
        color: #fff !important;
        background: var(--theme-default);
    }

    .spread_sect1 .navbar-nav {
        flex-wrap: wrap;
    }

    .margin-combine {
        margin-top: 0;
    }
   .spread_sect1 .navbar-nav .nav-link {
    text-align: center;
    padding: 3px 8px !important;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
    color: #555;
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 13px;
    border-radius: 6px;
    text-transform: capitalize !important;
    margin: 2px 0;
}
.bredcrum-section ol li a i {
    margin-right: 5px;
}
.panel.with-nav-tabs.panel-info {
    margin-top: 10px !important;
    border-radius: 8px;
}
.modal-header {
    justify-content: space-between;
    background: var(--theme-default);
}
.modal-header .btn-close {
    background-color: #fff;
}
.modal-header .modal-title {
    color: #fff;
}
#gmMainTable th {
    background: var(--theme-default) !important;
    border-color: var(--theme-default) !important;
}
.card-body .card-body {
    padding: 0;
}
.user-content p {
    line-height: 8px !important;
    font-weight: 600;
}
div#sidebar {
    border-right: 1px solid #eee;
}
table#riskTreeFancy tbody tr td:nth-child(2) {
    white-space: nowrap;
}
button.close {
    background: #fff;
    border: none;
    border-radius: 4px;
}
.spread_sect1 .navbar-nav .nav-link:hover {
    background: var(--theme-default);
    color: #fff;
}
.spread_sect1 li {
    margin-right: 4px;
}
.panel {
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    margin-top: -19px;
}