﻿@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Josefin+Sans:wght@200;300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    
}

body {
    background: #f8fcff;
}

a {
    text-decoration: none;
}

.wrapper-signUp {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.wrapper {
    background-image: url(../images/shapeBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.topLeave {
    position: absolute;
    right: -125px;
    width: 100%;
    max-width: 270px;
}

.loginForm {
    width: 100%;
    max-width: 60%;
    padding-left: 4rem;
}

    .loginForm .formSection {
        /*width: 100%;
        max-width:90%;*/
        margin-top: 2rem;
    }

    .loginForm .formHeading {
        font-weight: 600;
        font-family: serif;
        font-size: 4rem;
        margin-bottom: 3rem;
    }

.formSection h2 {
    color: #FF9900;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.inputBox {
    position: relative;
}

.formSection form label {
    font-size: 20px;
}

/*.inputBox .inputIcon {
    position: absolute;
    right: 12px;
    font-size: 1.8rem;
    top: 5px;
    color: #888888;
}*/
.inputBox .inputIcon{
position: absolute;
right: 12px;
font-size: 1.8rem;
top: 6px;
color: #40b2bf;
}

.formSection form .form-control {
    transition: none;
    height: 50px;
    border-radius: 10px;
    padding-right: 50px;
    font-size: 15px;
}

.formSection form #flexCheckChecked {
    width: 25px;
    height: 25px;
}

.form-check-input:checked {
    background-color: #ff9900;
    border-color: #ff9900;
}

.formSection form .forgotPass {
    text-align: end;
}

.formSection .formFoot {
    margin-top: 1rem;
    text-align: center;
}

.formSection form .forgotPass a {
    font-size: 20px;
    color: #000;
}

.formSection .formFoot .login-btn {
    display: block;
    background: #ff9900;
    height: 47px;
    color: #fff;
    font-size: 22px;
    width: 100%;
    max-width: 80%;
    margin: 0 auto 2rem auto;
    border-radius: 10px;
}

.formSection .formFoot .signUp-link {
    font-size: 20px;
}

    .formSection .formFoot .signUp-link a {
        color: #ff9900;
    }

.formSection .form-control:focus {
    color: #ff9900;
    background-color: #fff;
    border-color: #ff9900;
    outline: 0;
    box-shadow: none;
}

.leftBottom {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 100%;
    max-width: 160px;
}

.RighttBottom {
    position: absolute;
    bottom: 0;
    right: 475px;
    width: 100%;
    max-width: 600px;
}

.formHead p {
    font-size: 20px;
    padding: 0 3rem 0 0;
    color: #878787;
    margin-bottom: 2rem;
}

.formHead .forgotImg {
    width: 200px;
    height: 200px;
    background: #FFF8E1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
}
/* ===Dashboard CSSS===== */

.top-header {
    /* border-bottom: 1px solid gainsboro; */
    transition: all 0.5s;
    z-index: 997;
    padding: 1rem 2rem;
    background: #fff;
    width: calc(100% - 300px);
    margin-left: 300px;
    position: sticky;
    top: 0;
    right: 0;
    box-shadow: 0px 6px 20px #cecece45;
}

.toggle-btn {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.btn.toggle-btn i {
    margin: 0;
    font-size: 2.8rem;
    color: #000000;
}

.headSearch {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.searchBox {
    position: relative;
    width: 100%;
    margin-left: 2rem;
    position: relative;
}

.iconSearch {
    position: absolute;
    font-size: 1.7rem;
    top: 7px;
    left: 10px;
    color: #878787;
}

.searchBox input {
    height: 45px;
    padding-left: 50px;
    background: #eaeaea;
    border: none;
}

.profile-sec {
    display: flex;
    align-items: center;
}

    .profile-sec a {
        font-size: 2rem;
        margin-right: 1rem;
        color: #000;
        display: flex;
    }

    .profile-sec .user-img {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        border: 2px solid #fff;
        box-shadow: 0px 0px 20px #b9b9b93b;
        overflow: hidden;
        margin-right: 24px;
    }

.profile-sec {
    display: flex;
    align-items: center;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
/*    height: 91%;*/
    width: 299px;
    background: #fff;
    transition: all 0.5s;
    padding: 6px 7px 0 7px;
    z-index: 1080;
    box-shadow: 0px 0px 20px #cecece45;
}

.search-bar #search {
    border: none;
    background: #e2e2e2;
    padding: 10px 1rem;
}

.sidebar .nav-list {
    list-style: none;
    margin-top: 1.5rem;
    padding-left: 0;
}

.nav-list > li {
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: .5s all;
    padding-left: 0px;
    padding-right: 0px;
}

    .nav-list > li > a {
        color: #000;
        display: flex;
        align-items: flex-start;
        padding: 10px;
        padding-left: 18px;
    }
.create-pdf-heading h1 {
    font-size: 17px;
}

        .nav-list > li > a.active, .nav-list > li > a:hover {
            color: #ffffff;
            background: #2d6ba8;
            border-radius: 10px;
        }

    .nav-list > li:hover a {
        color: #fff;
    }

    .nav-list > li > a .link-name {
        font-size: 1rem;
    }

    .nav-list > li > a > i {
        font-size: 22px;
        margin-right: 10px;
        width: 28px;
    }

.head-active {
    width: calc(100% - 100px) !important;
    margin-left: 100px !important;
}

.main-page .homeContent-active {
    width: calc(100% - 100px);
    margin-left: 100px;
}


.sidebar-active {
    left: 0;
    width:100px;
}


.home-content {
    width: calc(100% - 300px);
    background: #f8fcff;
    margin-left: 300px;
    transition: all 0.5s;
   /* padding: 100px 10px 10px 10px;*/
    /*min-height: calc(100vh - 0px);*/
    height: 100vh ;
    position: relative;
}

.formSection .formFoot .signUp-link a:hover {
    color: #000;
}

.nav-list {
    margin-top: -100px;
}

.logo-headers {
    font-size: 37px;
    font-weight: bold;
}

.form-group {
    position: relative;
    margin-bottom: 1.8rem;
}

    .form-group label {
        margin-bottom: 2px;
        display: block;
        font-weight: 500;
        font-size: 14px;
    }

    .form-group input, .form-group select {
        transition: none;
        height: 38px;
        border-radius: 10px;
        padding-right: 30px;
        font-size: 15px;
    }

button.btn.primaryBtn {
    color: #ffffff;
    padding: 10px;
    background: #2d6ba8;
    width: 60%;
    border: 0;
    border-radius: 34px;
}
button.btn.primaryBtnGlobe {
    color: #ffffff;
    padding: 4px;
    background: #2d6ba8;
    border: 0;
}
button.btn.primaryBtnPdf {
    color: #ffffff;
    padding: 10px;
    background: #2d6ba8;
    width: 100%;
    border: 0;
    border-radius: 34px;
}
    button.btn.primaryBtn:hover {
        background-color: #40b2bf;
    }
button.btn.primaryBtnPdf:hover {
    background-color: #40b2bf;
}

button.btn.tabBtn {
    color: #ffffff;
    background: #2d6ba8;
    width: 45%;
    border: 0;
    padding:10px;
    border-radius: 34px;
}
    button.btn.tabBtn:hover {
        background-color: #40b2bf;
    }

button.btn.tabDataTableBtn {
    color: #ffffff;
    background: #40b2bf;
    border: 0;
    padding:10px;
    border-radius: 34px;
}
    button.btn.tabDataTableBtn:hover {
        background-color: #2d6ba8;
    }
.precipitation-sec input{
    margin-right:5px !important;
}

button.btn.customselectionBtn {
    color: #ffffff;
    background: #ff9900;
    width: 45%;
    border: 0;
    border-radius: 34px;
    margin-left: 5px;
    margin-top: 18px;
}

button.btn.tabDataTableDeleteBtn {
    color: #ffffff;
    background: #ff9900;
    width: 88%;
    border: 0;
    border-radius: 34px;
    margin-left: 5px;
}

.chartSection .apexcharts-canvas, .chartSection .apexcharts-canvas svg {
    width: 100% !important;
}

.chartSection #chart {
    height: 450px;
    min-height: inherit !important;
}
#chartdiv {
    width: 100%;
    height: 850px;
}
#globeCharts {
    width: 100%;
    height: 315px;
}
#echartsCharts {
    width: 100%;
    height: 435px;
}
#chartPeakdiv {
    width: 100%;
    height: 400px;
}
#examineCharts {
    width: 100%;
    height: 500px;
}
#departureCharts {
    width: 100%;
    height: 500px;
}
#chartdivTwo {
    width: 100%;
    height: 400px;
}
#chartdivCompare {
    width: 100%;
    height: 550px;
}
#chartNoaadiv {
    width: 100%;
    height: 750px;
}
#recordnotFound {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    background-color: #e9ecef;
    color: #ff9900;
}

#toYearSelect {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    background-color: #e9ecef;
    color: #ff9900;
}

/*====05 Jan====*/
.wheatherSection .form-select, .wheatherSection .form-control {
    height: 40px;
    border-radius: 12px;
}
label#StationID {
      display: block;
    font-weight: 500;
}
/*#btnShow{
    max-width:15%;
    margin-top:14px;
}*/
.wheatherSection .form-check-input {
    width: 20px;
    height: 20px;
    /*margin-right: 6px;*/
    margin-top: 0;
}
.sidebar .logo img {
    max-width: 75%;
}

/*=======Loader====*/
/*.loading {
    height: 110px;
    width: 110px;
    padding: 15px;
    border: 10px solid #fff;
    border-right-color: #f90;
    border-radius: 100%;
    -webkit-animation: rotate 1s infinite linear;
  
}*/
.loaderSection {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background: #0000003d;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*@-webkit-keyframes rotate {*/
    /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
    /*100% {
        -webkit-transform: rotate(360deg);
    }
}*/


    /*Loader*/

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #225180;
    width: 50px;
    height:50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
    
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*
.loader {
    width: 120px; 
    aspect-ratio: 1;
    display: grid;
    -webkit-mask: conic-gradient(from 22deg, #2d6ba8,#40b2bf);
    mask: conic-gradient(from 22deg, #2d6ba8,#40b2bf);
    animation: load 1s steps(8) infinite;
}
    .loader,
    .loader:before {
        --_g: linear-gradient(#f90 0 0) 50%;
        background: var(--_g)/34% 8% space no-repeat, var(--_g)/8% 34% no-repeat space;
    }

        .loader:before {
            content: "";
            transform: rotate(45deg);
        }

@keyframes load {
    from {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(1turn)
    }
}*/

.field-icon {
    margin-top: 17px;
    position: absolute;
    z-index: 2;
    right:20px;
}

.toast-top-left {
    top: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}


.login-page h1,
.login-page h2,
.login-page h3,
.login-page h4,
.login-page h5,
.login-page h6 {
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    color: #333133;
}

.login-page label {
    font-family: Verdana, sans-serif !important;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 912px) {
    .bg-image {
        display: none;
    }
}

.h-main-banner {
    font-size: 82px;
}

.letter-spcing-10 {
    letter-spacing: 10px;
}

.fs-2rem {
    font-size: 2.2rem;
}

.l-h-5rem {
    line-height: 5.5rem;
}

.right-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 912px) {
    .right-content {
        height: 100vh;
    }
}

.logo.d-flex.justify-content-center {
    height: 66px;
    align-items: center;
}

.main-logo {
    width: 300px;
}

.sign-up-logo {
    width: 230px !important;
}
@media (max-width: 420px) {
    .main-logo {
        width: 200px;
    }
    .sign-up-logo {
        width: 150px !important;
    }
}

@media (max-width: 820px) {
    .main-logo {
        width: 250px;
    }
    .sign-up-logo {
        width: 200px !important;
    }
}



.width-60 {
    width: 60%;
}

@media (max-width: 420px) {
    .width-60 {
        width: 100%;
    }
}

.bg-light-white {
    background-color: #F5F6FA;
}

.login-input {
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 420px) {
    .login-input {
        height: 50px;
    }
}

.forgot {
    color: #2D6BA8 !important;
    font-weight: 500;
    font-family: Verdana, sans-serif !important;
}

.bg-light-green {
    background-color: #40B2BF;
}

.login-submit {
    border-color: #40B2BF;
    padding: 15px 10px;
    font-size: 22px;
}
.Subscribe-submit {
    border-color: #40B2BF;
    font-size: 22px;
}


@media (max-width: 420px) {
    .login-submit {
        padding: 8px 10px;
        font-size: 18px;
    }
}

.input-outer {
    position: relative;
    display: flex;
}

.icon-outer {
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    padding-left: 15px;
}

.email-svg {
    width: 25px;
}

@media (max-width: 420px) {
    .email-svg {
        width: 20px;
    }

    .lock-svg {
        width: 18px;
    }
}

.weather-login #exampleInputEmail1,
.weather-login #exampleInputPassword1 {
    padding-left: 50px;
}

/* style 12-05-2023 */
/*dashboard starts*/
.select2-container--default .select2-selection--multiple{
    padding-bottom:0!important;
}
.select2-container--default .select2-selection--multiple{
    margin-bottom:0!important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top:0!important;
}
.wheatherSection .row.mt-0 input, .wheatherSection .row.mt-0 select {
    font-size: 14px;
}
    .wheatherSection .row.mt-0 .select2-search__field::placeholder {
        padding-left: 10px;
    }

.form-check-input:checked {
    background-color: #2d6ba8 !important;
    border-color:#2d6ba8 !important;
}
.overflow-x-scroll{
    overflow-x: scroll;
}

.select2-results__option[aria-selected=true]:before {
    background-color: #2d6ba8!important;
}
div#summary_filter input[type="search"] {
    height: 30px;
}
/*dashboard Ends*/

/*sign-up*/
.signup-submit {
    border-color: #40B2BF;
    padding: 9px 10px;
    font-size: 20px;
}
/*user image*/
.user-img{
    width:30px;
    height:30px;
    border-radius:50px;
}
.user-btn {
    font-size: 14px !important;
    padding: 2px 5px;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow:none!important;
}
.user-btn-ul .dropdown-item {
    font-size: 14px !important;
}
/*.dropdown-menu {
    transform: translate(-90px, 65px)!important;
}*/

.disable_a_href {
    cursor: not-allowed;
}

.disabled_a_href {
    pointer-events: none;
}

.table-row {
    background-color: #2d6ba8;
    color:white;
}

div#AllCustomersDetailsId_filter {
    margin-bottom:10px;
}
.disabled {
    color: darkgrey;
}
/*03/06/2024*/
.showyearly-outer label {
    font-size: 15px;
    color: #4a4a4a;
    margin-left: 5px;
}
.showyearly-outer input{
    width: 20px;
    height: 20px;
    margin-left: unset !important;
}
.showyearly-outer {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 12px;
}


.globe-popup {
    padding: 0px 0px 0px 52px;
}
.show-value {
    margin-left: 24px;
}
.show-value-fiveYears {
    margin-left: 0px;
}


#map .mapboxgl-canvas-container canvas {
    width: 100% !important;
    height: 100% !important;
}
/*28/08/2024*/
.watestday-table {
    overflow: auto;
}
.watestday-table table tbody tr td{
    white-space: nowrap;
}
.close-outer{
    position: absolute;
    right: 5px;
    top: 14px;
}
.globe-custom {
    align-items: center;
    padding: 10px 40px 0px 52px;
    flex-wrap: wrap;
}
.globe-custom input{
    width: 20px;
    height: 20px;
   margin-top: 0px;
}
    .globe-custom label{
        margin-top: 0px;
    }
    /*30/08/2024*/
.globe-message {
    width: 370px;
}
.globechart-icon {
    filter: opacity(0.6);
}
/*.sidebar {
    width: 70px;
    transition: width 0.3s ease;
    overflow: hidden;
}

    .sidebar:hover {
        width: 610px;*/ /* Full width when hovered */
    /*}*/
    /* Hide link text by default */
    /*.sidebar .link-name {
        opacity: 0;
        white-space: nowrap;
        transition: opacity 0.3s ease;
    }*/

    /* Show text on hover */
    /*.sidebar:hover .link-name {
        opacity: 1;
    }*/

    /* Adjust image/icon size */
    /*.sidebar img {
        width: 50px;
        height: 30px;
        margin-right: 0;
        vertical-align: middle;
    }*/

    /* Optional: improve spacing between icon and text */
    /*.sidebar li a {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 15px;
    }*/

    /* Prevent janky animation of text */
    /*.sidebar li .link-name {
        display: inline-block;
    }*/

.sidebar:hover {
    width: 299px;
}
    .sidebar:hover .link-name{
        display:inline-block !important;
    }

.no-select {
    user-select: none; /* Most modern browsers */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: default;
}

.sidebar:hover .dropdown-item {
    margin-left: 70px;
}
@media (max-width: 1650px) {
    .containerIntensity .set {
        flex-wrap: wrap;
    }
}