h1{
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 45px;
}
h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 40px;
}
h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 35px;
}
h4{
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 30px;
}
h5{
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 25px;
}
h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 20px;
}
p{
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    font-size: 14px;
}
@keyframes gradientBG {
      0%   { background-position: 0% 50%; }
      50%  { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
.bg-gr{
    background: linear-gradient(90deg, #44952b, #6DDE44, #44952b);
    /* background: linear-gradient(-45deg, #ff6b6b, #feca57, #48dbfb, #5f27cd); */
    animation: gradientBG 10s ease infinite;
    background-size: 300% 300%
}
a{
    text-decoration: none !important;
    color: #262626 !important;
}
.header{
    background-color: #ffffff;
    padding: 10px 0;
    font-family: "Montserrat", sans-serif
}
.bs{
    box-shadow: 0 5px 5px #00000010;
}
.header-links{
    display: flex;
    align-items: center;
    gap: 40px;
}

/* ---------------- HEADER LINKS ---------------- */
ul.header-links-item {
    display: flex;
    padding: 0;
    gap: 10px;
    list-style: none;
    margin: 0;
}

ul.header-links-item li a {
    background-color: #ededed;
    padding: 7px 10px;
    border-radius: 10px;
    transition: 0.2s;
    color: #000;
    text-decoration: none;
}

ul.header-links-item li a:hover {
    background-color: #FFBB01;
    color: #ffffff !important;
}

/* ================= PARENT MENU ================= */

/* Parent sidebar item */
.sidebar-item.has-sub > .sidebar-link {
    background: transparent;
    color: #000;
    border-radius: 8px;
}

/* Parent active → BLACK background */
.sidebar-item.has-sub.active > .sidebar-link {
    background-color: #000;
    color: #fff !important;
}

/* ================= SUBMENU ================= */

.sidebar-item.has-sub > .sidebar-link:hover {
    background-color: #000;
    color: #fff !important;
}

/* submenu hidden */
.sidebar-item.has-sub > .submenu {
    display: none;
    padding-left: 18px;
    margin-top: 6px;
    background: transparent;
}

/* show submenu */
.sidebar-item.has-sub.active > .submenu {
    display: block;
}

/* submenu links default */
.sidebar-item.has-sub > .submenu li a {
    display: block;
    padding: 7px 12px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    margin-bottom: 6px;
    text-decoration: none;
    transition: 0.2s;
}

/* hover (non-active) */
.sidebar-item.has-sub > .submenu li a:not(.active):hover {
    background-color: #FFBB01;
    color: #fff !important;
}

/* active submenu item */
.sidebar-item.has-sub > .submenu li a.active {
    background-color: #fff;
    color: #000 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* active + hover → keep white */
.sidebar-item.has-sub > .submenu li a.active:hover {
    background-color: #fff;
    color: #000 !important;
}


/*ul.header-links-item{
    display: flex;
    padding: 0;
    gap: 10px;
    list-style: none;
    margin: 0;
}
ul.header-links-item li a{
    background-color: #ededed;
    padding: 7px;
    border-radius: 10px;
    transition: .2s;
}
ul.header-links-item li a:hover{
    background-color: #FFBB01;
    color: #ffffff !important;
}*/

.profile {
    display: flex;
    gap: 10px;
    align-items: center;
}

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.profile{
    float: left;
    display: flex;
    gap: 10px;
}
.profile-image{
    width: 50px;
    height: 50px;
    background-color: #ededed;
    border-radius: 50%;
    background-image: url(https://img.freepik.com/free-photo/front-view-business-woman-suit_23-2148603018.jpg?semt=ais_hybrid&w=740&q=80);
    background-position: center;
    background-size: cover;
}*/
.profile-person{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.profile-position{
    font-size: 14px;
    font-weight: 400;
    color: #959595;
}

.activation{
    text-transform: uppercase;
    color: #44952b;
    font-size: 12px;
    font-weight: 600;
}
ul.side-nave{
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    gap: 5px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
}
ul.side-nave li a{
    padding: 8px 10px;
    display: block;
    border-radius: 10px;
    transition: .2s;
}
ul.side-nave li a:hover{
    background-color: #000000;
    color: #ffffff !important;
    box-shadow: 0 10px 20px #00000020;
}
ul.side-nave li a i{
    margin-right: 6px;
}
.active{
    background-color: #000000;
    color: #ffffff !important;
    box-shadow: 0 10px 20px #00000020;
}
.back-gray{
    background-color: #6c757d9e;
}
.top-card-outer{
    margin-top: 20px;
}
ul.top-card{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
ul.top-card li{
    border-radius: 10px;
    width: 100%;
}
.top-card-inner{
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
.kv{
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}
.top-card-image img{
    width: 90px;
}
.center-card{
    display: flex;
    gap: 20px;
    height: 100%;
}
.center-card p{
    margin-bottom: 5px;
}
.center-card h5{
    margin-bottom: 0;
}
.center-card-left{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.center-card-top{
    padding: 10px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
}
.center-card-top i{
    color: #FFBB01;
    font-size: 25px;
}
.bgwt{
    background-color: #ffffff;
}
.bdr{
    border-radius: 10px;
}
.seprator{
    background-color: #ededed;
    width: 100%;
    height: 1px;
    border-radius: 10px;
}
.monitorig{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}
.moniter-hed{
    display: flex;
    gap: 10px;
    border-bottom: dashed 1.5px #ededed; 
}
.moniter-hed i{
    font-size: 25px;
    color: #FFBB01;
}
.Charging p{
    margin-bottom: 5px !important;
}
.red{
    color: #ff0000;
}
.green{
    color: #44952b;
}
.cta-outer{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.cta-box{
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
.cta-icon-sec{
    display: flex;
    justify-content: space-between;
}
.cta-icon-outer{
    position: relative;
}
.cta-icon{
    position: absolute;
    top: -25px;
/*    background-color: #FFBB01; #ff5e00c4; */
    background-color: #FF6F00;  
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.iconic-info p{
    margin-bottom: 0;
    text-align: right;
}
.cta-meater-info p{
    margin-bottom: 0;
    color: #878787;
    font-weight: 400 !important;
}
.weather-outer{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    width: 33%;
}
.yeld-outer{
    width: 77%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.weather-head{
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1.5px #ededed;
}
.tempreture{
    display: flex;
    gap: 20px;
    align-items: center;
}
.weather-icon{
    font-size: 40px;
    color: #FFBB01;
}
.yeld-head{
    display: flex;
    border-bottom: dashed 1.5px #ededed
}
.yeld-head i{
    font-size: 30px;
    color: #FFBB01;
    margin-right: 10px;
}
ul.yeld-item{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
ul.yeld-item li{
    width: 25%;
    text-align: center;
    padding: 10px;
}
ul.yeld-item li i{
    color: #FFBB01;
    margin-right: 10px;
}
.chart-outer{
    background-color: #ffffff;
    padding: 10px;
    width: 66%;
    margin-top: 20px;
    border-radius: 10px;
}
  .chart-card {
    background: #fff;
    border-radius: 20px;
  }
  .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 1.5px #ededed;
    margin-bottom: 10px;
  }
  .chart-header h3 {
    margin: 0;
    font-size: 20px;
  }
.chart-header i{
    font-size: 30px;
    color: #FFBB01;
    margin-right: 10px;
}
  .badge {
    background: #f1f1f1;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
  }
  .divider {
    border-bottom: 2px dashed #e5e5e5;
    margin: 15px 0 30px;
  }
  .chart-wrapper {
    display: flex;
  }
  .y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    margin-right: 15px;
    color: #666;
    font-size: 14px;
  }
  .chart {
    position: relative;
    flex: 1;
    height: 350px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }

  .grid-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
  }

  .grid-1 { bottom: 20%; }
  .grid-2 { bottom: 40%; }
  .grid-3 { bottom: 60%; }
  .grid-4 { bottom: 80%; }
  .grid-5 { bottom: 100%; }

  .month {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 99;
  }

  .bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 300px;
  }

  .bar-blue {
    width: 14px;
    background: #0d4bd6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bar-green {
    width: 14px;
    background: #00d084;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .label {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
  }
  .energy-outer{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    width: 33%;
  }
  .energy-head{
    border-bottom: dashed 1.5px #ededed;
    display: flex;
  }
  .energy-head i{
    font-size: 30px;
    color: #FFBB01;
    margin-right: 10px;
  }
.progres-bar{
    display: flex;
    background-color: #ededed;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.progres-bar-blue{
    width: 45%;
    height: 10px;
    background-color: #0d4bd6;
}
.progres-bar-green{
    width: 30%;
    height: 10px;
    background-color: #00d084;
}
.progres-bar-yellow{
    width: 25%;
    height: 10px;
    background-color: #FFBB01;
}
.meater-outer p{
    margin-bottom: 5px;
}
.meater-blue{
    display: flex;
    justify-content: space-between;
    border-left: solid 3px #0d4bd6;
    margin-bottom: 10px;
    border-bottom: solid 1px #ededed;
    padding: 5px 10px;
}
.meater-green{
    display: flex;
    justify-content: space-between;
    border-left: solid 3px #00d084;
    margin-bottom: 10px;
    border-bottom: solid 1px #ededed;
    padding: 5px 10px;
}
.meater-yellow{
    display: flex;
    justify-content: space-between;
    border-left: solid 3px #FFBB01;
    margin-bottom: 10px;
    border-bottom: solid 1px #ededed;
    padding: 5px 10px;
}
.gray{
    color: #808080;
}
.tariff-setting{
    padding-top: 25px;
}
.tariff-info{
    display: flex;
    justify-content: space-between;
}
.italic{
    font-style: italic;
    font-size: 12px;
    font-weight: 400 !important;
}

/* login page */

.external-outer{
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #dfdfdf, #d5ceb1);
    width: 100%;
    height: 100%;
    padding: 20px;
}
.login-inner{
    display: flex;
    height: 100%;
}
.login{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner{
    background-image: url(https://knockknockapp.ai/wp-content/uploads/2025/09/for-saas-banner-1.png);
    width: 50%;
    background-position: right;
    background-size: cover;
    border-radius: 30px;
}
.login-cta{
    text-align: center;
    width: 350;
    padding: 0 20px;
}
.company-logo{
    width: 70px;
    margin: 0 auto;
}
.company-logo img{
    width: 100%;
}
.login-title p{
    color: #00000070;
}
.login-access{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.login-outer{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;

    background-color: #ffffff70;
    border-radius: 50px;
}
.login-outer input{
    background-color: #ffffff00;
    border: none;
    width: 100%;

}
.login-outer input:focus-visible{
    border: none;
    outline: none;
}
.login-select{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    
}
.login-select-check{
    display: flex;
    gap: 10px;
}
.form-check-input {
    margin-top: 2px !important;
}
.form-check-input:focus{
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.25) !important;
    border-color: #000000 !important;
}
.form-check-input:checked{
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.registration p a {
    font-weight: 700;
}
.login-button{
    border: none;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0px 5px 10px 0px #00000020;
    margin-bottom: 10px;
    margin-top: 20px;
    border: solid 1px #000000;
    transition: .3s;
    font-weight: 600;
    text-transform: uppercase;
}
.login-button:hover{
    background-color: #ededed;
    color: #000000;
    box-shadow: none;
}
ul.login-with-social{
    display: flex;
    padding: 0;
    list-style: none;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
ul.login-with-social li a{
    background-color: #000000;
    color: #ffffff !important;
    padding: 5px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    transition: .3s;
    border: solid 1px #000000;
}
ul.login-with-social li a:hover{
    background-color: #ededed;
    color: #000000 !important;
}

/* end login */

/* form pages */
.page-indicator{
    display: flex;
    gap: 20px;
}
.registration-button{
    background-color: #ededed;
    border: solid 1px #00000030;
    display: block;
    padding: 10px 20px;
    border-radius: 40px;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
}
.registration-button:hover{
    background-color: #000000;
    color: #ffffff !important;
    border-color: #000000;
}
.selection-button{
    background-color: #fafafa;
    border: solid 1px #fafafa;
    display: block;
    padding: 10px 20px;
    border-radius: 40px;
    color: #757575 !important;
    font-size: 15px;
    font-weight: 400;
    transition: .3s;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-toggle::after{
    display: none !important;
}
.form-outer{
    background-color: #ffffff;
}
/*.form-section{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.form-internal{
    padding: 10px;
    width: 100%;
}
.form-input{
    width: 100%;
    background-color: #00000005;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
}
.form-input:focus-visible {
    outline-color: #00000040;
    outline-style: solid;
    outline-width: 1px;
}
.dropdown-menu{
    width: 100%;
    border: none !important;
    background-color: #ededed;
    border-radius: 10px;
    box-shadow: 0 0px 20px #ededed;
}*/
ul.dropdown-menu li{
    width: 100%;
}

.heading-outer{
    background-color: #dfd6d645;
}

.tabLine{
    margin-top: 10px;
    margin-right: 10px;
}

/*end form */

@media screen and (max-width: 768px) {
    .header-links{
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: right;
    }
    ul.top-card {
        flex-wrap: wrap;
    }
    .cta-outer{
        flex-wrap: wrap;
    }
    .cta-box{
        width: 48%;
    }
    .weather-outer{
        flex-wrap: wrap;
    }
}

/* ================ */

@media screen and (max-width: 425px){

    .cta-box{
        width: 47%;
    }
}

/* ============== */

@media screen and (max-width: 425px){

    .cta-box{
        width: 100%;
    }
    .weather-outer{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header-links{
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: right;
    }
    ul.top-card {
        flex-wrap: wrap;
    }
    .cta-outer{
        flex-wrap: wrap;
    }
    .cta-box{
        width: 48%;
    }
    .weather-outer{
        flex-wrap: wrap;
    }
    .form-outer{
        padding: 10px !important;
    }
}

/* ==================================================================== */

@media screen and (max-width: 425px){

    .cta-box{
        width: 47%;
    }
}

/* ===================================================================== */

@media screen and (max-width: 425px){

    .cta-box{
        width: 100%;
    }
    .weather-outer{
        width: 100%;
    }
}
