@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
    background: #F9FAFD;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}

:root{
    --main-color: #126c36;
}
.bg-main-color{
    background: var(--main-color);
}
.main-color{
    color: var(--main-color);
}

.brd-main-color {
    border-color: var(--main-color) !important;
}

.hover-main-color:hover {
    background-color: var(--main-color) !important;
    color: #ffffff !important;
}

/*reset css*/
a, a:hover, a.active{
    text-decoration: none;
    background: transparent;
}
.form-control:focus {
    box-shadow: none;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: transparent;
}
.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-transparent{
    background: transparent;
}

/*font css*/

.fs-10 {
    font-size: 10px!important;
}
.fs-11 {
    font-size: 11px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-13 {
    font-size: 13px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-22 {
    font-size: 22px!important;
}
.fw-medium {
    font-weight: 500;
}

/*dashboard page top bar*/
#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #20344f;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border: 1px solid transparent;
}
.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    padding: 0 1.5rem 0 calc(1.5rem / 2);
}
.header-item .hamburger-icon{
    color: #fff;
}
.header-item {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.hamburger-icon .close {
    display: none;
}
.hamburger-icon.open .bar {
    display: none;
}
.hamburger-icon.open .close {
    display: block;
}

.btn-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(1rem + 1.5em + 2px);
    width: calc(1rem + 1.5em + 2px);
    padding: 0;
    color: #ffffff;
}
.navbar-header .btn-topbar {
    height: 42px;
    width: 42px;
}
.navbar-header .topbar-head-dropdown .dropdown-menu.show {
    top: 4px !important;
}
.topbar-head-dropdown .notify-item.language {
    font-size: 14px;
    font-weight: 400;
}
.topbar-head-dropdown .notify-item.active{
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-color);
}
.notification-dropdown-width{
    width: 320px;
}
.topbar-badge {
    right: -10px;
    top: 16px !important;
    font-size: 8px !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}
.badge-soft-light {
    color: #f3f6f9;
    background-color: rgba(243,246,249,.1);
}
.notification-item {
    padding: 0.75rem;
    white-space: inherit;
    position: relative;
}
.notification-item:active {
    background: transparent;
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.bg-soft-main {
    background-color: rgba(192, 19, 24, .18)!important;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.avatar-title-icon{
    height: 2rem;
    width: 2rem;
}

.notification-content .heading{
    color: #495057;
    line-height: 1.5!important;
    font-size: .8125rem;
    font-weight: 500;
}
.notification-height-scroll{
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.header-profile-user {
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
}


/*sidebar design*/

.navbar-brand-box {
    padding: 0 1.3rem;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.logo {
    line-height: 42px;
    
}
.logo img{
    margin-top: 10px;
    height: 42px;
    width: 100%;
}
.logo-light {
    display: inline-block;
}
.logo .logo-sm {
    display: none;
}

.navbar-menu {
    width: 240px;
    z-index: 1002;
    background: #142333;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    padding: 0 0 calc(70px + 25px) 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.menu-title {
    letter-spacing: .05em;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.menu-title span {
    padding: 12px 20px;
    display: inline-block;
}
.navbar-menu .navbar-nav .nav-item {
    margin-bottom: 5px;
}
.navbar-menu .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 400;
}
.navbar-menu .navbar-nav .nav-link i {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 16px;
    line-height: inherit;
    margin-right: 5px;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: block;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 400;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navbar-menu .navbar-nav .nav-link[aria-expanded=false]:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-menu .navbar-nav .nav-link.collapsed.active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-menu .navbar-nav .nav-sm {
    padding-left: 1rem;
}
.navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 5px 8px 5px 20px !important;
    color: #f9f9f9;
    white-space: nowrap;
    position: relative;
    font-size: 13px;
    font-weight: 500;
}
.navbar-menu .navbar-nav .nav-sm .nav-link::before {
    content: "";
    width: 6px;
    height: 1.5px;
    background-color: #f9f9f9;
    position: absolute;
    left: 8px;
    top: 13px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: .5;
}

.navbar-menu .navbar-nav .nav-link.active {
    background: #000;
    border-radius: 5px;
    color: #fff;
}
.navbar-menu .navbar-nav .nav-link:hover{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    color: #fff;
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active,
.navbar-menu.navbar-nav .nav-sm .nav-link:hover {
    color: var(--main-color);
    background: transparent;
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active:before {
    background: var(--main-color);
}

.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
    background: #fff;
}
/*offcenvas active*/
.offcanvas-active #page-topbar {
    left: 60px;
}
.offcanvas-active .navbar-menu .container-fluid {
    padding: 0;
}
.offcanvas-active .navbar-menu {
    position: fixed;
    width: 60px!important;
    padding-top: 70px;
    background: var(--main-color);
    color: #ffffff;
}
.offcanvas-active .navbar-brand-box {
    position: fixed;
    padding: 0;
    width: 60px;
    z-index: 1;
    top: 0;
    background: #fff;
}
.offcanvas-active .logo .logo-lg {
    display: none;
}
.offcanvas-active .logo .logo-sm {
    display: block;
}
.offcanvas-active .navbar-menu .navbar-nav .menu-title span {
    display: none;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item {
    position: relative;
}

.offcanvas-active .navbar-menu .navbar-nav .menu-title span {
    display: none;
}

.offcanvas-active .navbar-menu .navbar-nav .menu-dropdown {
    display: none;
    height: auto!important;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link {
    position: relative;
    width: calc(180px + 60px);
    color: #fff;
    background-color: var(--main-color);
    -webkit-transition: none;
    transition: none;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link span {
    display: none;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link[data-bs-toggle="collapse"]::after{
    display: none;
}

.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link span {
    display: inline-block;
    padding-left: 25px;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link:after {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link:after {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.offcanvas-active.navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
    background: #25455B;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-sm {
    padding: 0 0 0 10px;
}

.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
    display: block;
    left: 60px;
    position: absolute;
    width: 180px;
    background: var(--main-color);
    height: auto!important;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0 2px 4px rgba(15,34,58,.12);
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
}
.offcanvas-active .navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 5px 1.2rem !important;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-sm .nav-link::before{
    background: rgba(255,255,255,0.7);
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link:hover{
    border-radius: 0;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link{
    padding: 5px 20px;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link {
    color: rgba(255,255,255,0.7);
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link.active,
.offcanvas-active .navbar-menu .navbar-nav .nav-link.hover {
    background: transparent;
    border-radius: 0;
    color: #ffffff;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link.active i,
.offcanvas-active .navbar-menu .navbar-nav .nav-link.hover i{
    color: #ffffff !important;
}

.sidebar_scrollbar{
    height: calc(100vh - 70px);
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
    width: 100%;
}
::-webkit-scrollbar {
    width: 10px;
}


/*main content*/
.offcanvas-active .main-content {
    margin-left: 60px;
}
.page-content {
    /*padding: calc(28px + 1.5rem) calc(1.5rem * .5) 50px calc(1.5rem * .5);*/
    padding-top: 52px ;
    padding-bottom: 53px ;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}
.page-content-padding {
    padding-right: 1.5rem;
}

/*footer*/
.footer {
    bottom: 0;
    padding: 20px calc(1.5rem * .5);
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 240px;
    height: 60px;
    background-color: #fff;
}
.offcanvas-active .footer {
    left: 60px;
}


.dropdown-menu.topbar-user-dropdown-menu::after ,
.dropdown-menu.notification-dropdown-width::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: -10px;
    left: 12px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}
.dropdown-menu.topbar-user-dropdown-menu::after,
.dropdown-menu.notification-dropdown-width::after {
    left: auto;
    right: 12px;
}


.page-title-box {
    padding: 10px 1.5rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
    box-shadow: 0 1px 2px rgba(56,65,74,.15);
    border-top: 1px solid #fff;
    margin: 0 -1.5rem 1rem -1.5rem;
}
.breadcrumb-item.active{
    font-size: 12px!important;
}
.breadcrumb-item a{
    font-size: 12px!important;
}

.page-title-box h4 {
    font-weight: 700;
    font-size: 14px!important;
    text-transform: uppercase;
    color: var(--main-color);
}
.page-title-box .breadcrumb-item>a {
    color: #444444;
}
.page-title-box .breadcrumb-item.active {
    color: var(--main-color);
}

/*content*/
.custom-card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
    box-shadow: 0 1px 2px rgba(56,65,74,.15);
    border-radius: 0.25rem;
}

.arrow-navtabs {
    background: #F4F5F7;
}
.arrow-navtabs .nav-item .nav-link {
    position: relative;
    text-align: center;
}
.arrow-navtabs .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
}
.arrow-navtabs .nav-item .nav-link i{
    font-size: 16px;
}

.nav-success .nav-link.active {
    color: #fff;
    background-color: var(--main-color);
}

.arrow-navtabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-success.arrow-navtabs .nav-link.active::before {
    border-top-color: var(--main-color);
}

.arrow-navtabs .nav-item .nav-link:hover {
    color: var(--main-color);
}
.arrow-navtabs .nav-item .nav-link.active:hover {
    color: #fff;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.pagination-separated .page-item .page-link {
    margin-left: 0.35rem;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}
.page-item.active .page-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination-separated .page-item.active .page-link {
    background: var(--main-color);
    color: #fff;
    border: 1px solid transparent;
}
.widgets-icon img {
    width: 80px;
}
.custom-drop-icon {
    width: 42px;
    text-align: center;
}
.custom-drop-icon i{
    font-size: 24px;
}
.trending-menus .item-timeline .timeline-panel {
    padding: 25px 0 30px 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.widget-media .item-timeline .timeline-panel .media {
    background: #eee;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
}
.trending-menus .item-timeline .timeline-panel .media {
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
    background: #eee;
}
.trending-menus .item-timeline .timeline-panel .media img {
    border-radius: 0.75rem;
    width: 100%;
}
.trending-menus .item-timeline .timeline-panel .media .number {
    width: 42px;
    height: 42px;
    border-radius: 40px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    border: 3px solid #fff;
    line-height: 38px;
    transform: translateX(-50%);
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/*login page css*/
.login-area {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    height: 100vh;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.app-search .form-control {
    height: 35px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #F5F5F5;
    border-radius: .375rem 0 0 .375rem;
    max-width: 200px;
}
.app-search span.search-widget-icon {
    position: absolute;
    z-index: 10;
    font-size: 18px;
    line-height: 35px;
    left: 13px;
    top: 0;
    color: #BBB3B3;
}
.app-search span.search-widget-icon {
    font-size: 18px;
    line-height: 35px;
    color: #BBB3B3;
}
.btn-add, .btn-add:hover {
    border: 2px solid #F5F5F5;
    height: 35px;
    border-left: 0;
    color: #BBB3B3;
}

tbody, td, tfoot, th, thead, tr{
    font-size: 12px;
}

.progress-bar{
    background-color: #3c3d3e;
}

.text-orange{
    color: orange;
}
.st-left-temp h3{
    font-size: 20px;
    color: #00bcd4;
}

.st-left-temp span{
    font-size: 12px;
    color: #d8d5d5;
}

.st-right-temp h3{
    font-size: 20px;
    color: #00bcd4;
}

.st-right-temp span{
    font-size: 12px;
    color: #d8d5d5;
}

.st-right-temp i{
    font-size: 17px;
}

.st-left-temp i{
    font-size: 17px;
}

.temp-icon{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 13px;
}

.progress, .progress-stacked {
    --bs-progress-height: 0.5rem;
}
.last-time{
    font-size: 10px;
}
.last-time b{
    font-size: 12px;
}

.left-temp h3{
    font-size: 12px;
}
.left-temp span{
    font-size: 8px;
}

.right-temp h3{
    font-size: 12px;
}
.right-temp span{
    font-size: 8px;
}

.leaflet-container {
    max-width: 100%;
    max-height: 100%;
}

.leaflet-control-attribution{
    display: none;
}

.login-banner{

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



