/*-------------------------
    Variables
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
    --color-primary: #5956E9;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #ECF2F6;
    --color-dark: #27272E;
    --color-text-dark: #292930;
    --color-accent1: #FFDC60;
    --color-accent2: #FAB8C4;
    --color-blue-shade: #6865FF;
    --color-link: #2522BA;
    --color-mabel: #DBF8FF;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-peach: #FFEDDC;
    --color-rose: #C75C6F;
    --color-chart1: #896BA7;
    --color-chart2: #BADEFF;
    --color-body: #525260;
    --color-gray-1: #757589;
    --color-gray-2: #999FAE;
    --color-gray-3: #999AB8;
    --color-gray-4: #99A1AA;
    --color-ship-gray: #42424A;
    --color-ghost: #C7C7D5;
    --color-mercury: #E5E5E5;
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
    --border-light: 1px solid #E3E6E9;
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --font-primary: "DM Sans", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --font-awesome: "Font Awesome 5 Pro";
    --transition: all 0.3s ease-in-out;
    --font-body-1: 18px;
    --font-body-2: 16px;
    --font-body-3: 14px;
    --font-body-4: 12px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
    --h1: 80px;
    --h2: 64px;
    --h3: 48px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px;
}

/*-------------------------
    Reset Styels
-------------------------*/
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    margin: -10px 0;
}

ul.list-style li,
ol.list-style li {
    margin: 10px 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: var(--color-primary);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.g-0>[class*=col] {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 1400px) {
    .row-35 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .row-35>[class*=col] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px;
    }

    .row-40>[class*=col] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-45 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .row-45>[class*=col] {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/*-------------------------
    Typography
-------------------------*/
body {
    font-family: var(--font-secondary);
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0 0 30px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 500;
    letter-spacing: -0.025em;
    color: var(--color-text-dark);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1199px) {

    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 479px) {

    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    h3,
    .h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {

    h3,
    .h3 {
        font-size: 32px;
    }
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.2;
}

@media only screen and (max-width: 991px) {

    h4,
    .h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {

    h5,
    .h5 {
        font-size: 20px;
    }
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {

    h6,
    .h6 {
        font-size: 18px;
    }
}

p {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    margin: 0 0 40px 0;
}

.body-font1 {
    font-size: var(--font-body-1);
    line-height: var(--line-height-b1);
}

.body-font2 {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
}

.body-font3 {
    font-size: var(--font-body-3);
    line-height: var(--line-height-b3);
}

.body-font4 {
    font-size: var(--font-body-4);
    line-height: var(--line-height-b3);
}

/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #01938a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.back-to-top:focus {
    color: var(--color-white);
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 575px) {
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
}

.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 30px;
    opacity: 1;
}

@media only screen and (max-width: 575px) {
    .back-to-top.show:hover {
        bottom: 10px;
    }
}

/*-------------------------
    Banner  
--------------------------*/
.banner.banner-style-5 {
    background-image: url("../imgs/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 70px;
    text-align: center;
    position: relative;
    z-index: -2;
    overflow: hidden;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

#banner_para {
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    font-size: 20px;
    box-shadow: -1px 1px 5px 2px rgba(255, 255, 255, 0.75) inset;
    -webkit-box-shadow: -1px 1px 5px 2px rgba(255, 255, 255, 0.75) inset;
    -moz-box-shadow: -1px 1px 5px 2px rgba(255, 255, 255, 0.75) inset;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-5 {
        padding: 150px 0 0;
        min-height: 750px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-5 {
        padding: 130px 0 0;
        min-height: 750px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 {
        padding: 70px 0 80px;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-5 {
        padding: 50px 0 60px;
        min-height: 100%;
    }

    .banner.banner-style-5 .banner-content .title {
        font-size: 40px;
    }

    #banner_para {
        font-size: 16px;
    }
}


@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-content {
        margin-bottom: 40px;
    }
}

.banner.banner-style-5 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 50px;
}


.shape-group-9 .shape {
    position: absolute;
    z-index: -1;
    border-radius: 100%;
}

.shape-group-9 .shape.shape-1 {
    top: -100px;
    left: 32%;
    height: 300px;
    width: 500px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-bottomleft: 1000px;
    border-bottom-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    background: rgb(251 190 98 / 80%)
}

.shape-group-9 .shape.shape-2 {
    top: 180px;
    left: 18%;
    opacity: 0.5;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #01938a
}

.shape-group-9 .shape.shape-3 {
    top: 31%;
    left: 20%;
    -webkit-animation: movingleftright2 infinite 25000ms;
    animation: movingleftright2 infinite 25000ms;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgb(251 190 98)
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    left: 28%;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #01938a
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    left: 17%;
    -webkit-animation: movingleftright2 infinite 30000ms;
    animation: movingleftright2 infinite 30000ms;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: rgb(251 190 98)
}

.shape-group-9 .shape.shape-6 {
    top: 26%;
    right: 21%;
    -webkit-animation: movingleftright3 infinite 30000ms;
    animation: movingleftright3 infinite 30000ms;
    height: 130px;
    width: 130px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: rgb(251 190 98)
}

@media only screen and (max-width: 767px) {
    .shape-group-9 .shape.shape-6 {
        display: none;
    }
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 30000ms;
    animation: movingleftright1 infinite 30000ms;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #01938a
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

/*==========================*/
/*    please_login          */
/*==========================*/
#please_login h3 {
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    color: #3a3ab1;
    padding: 30px;
}

@media only screen and (max-width: 991px) {
    #please_login h3 {
        font-size: 40px;
        padding: 10px;
    }
}

/*==========================*/
/*    Logo Slide            */
/*==========================*/
#logos {
    height: 170px;
    overflow: hidden;
}

#logoslider {
    width: 100%;
    overflow: hidden;
}

ul.logoslider li img {
    max-width: 100%;
}

#logoslider .slick-list .slick-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#logoslider li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#logoslider .img-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 233px;
    height: 210px;
}

@media (max-width:769px) {
    #logoslider .img-wrapper {
        min-width: auto;
        padding: 0 10px;

    }

    #logoslider .img-wrapper img {
        max-width: 100%;
    }
}

/*============================*/
/*   Main Button */
/*============================*/
.main_button {
    text-align: center;
    position: relative;
    top: -42px;
}

#forms .main_button {
    top: 25px;
}

.main_button a {
    text-align: center;
    padding: 16px 100px;
    color: #fff;
    border: 5px solid rgb(56 255 229 / 50%);
    background: #01938a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    outline: none;
}

@media only screen and (max-width: 991px) {
    .main_button {
        top: -28px;
    }

    .main_button a {
        font-size: 20px;
        padding: 6px 60px;
    }
}

.main_button a:before {
    content: '';
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -4px;
    left: -4px;
    background-size: 400%;
    z-index: -1;
    filter: blur(10px);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    animation: RhyshaKachari-glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.main_button a:active {
    color: rgb(56 255 229);
}

.main_button a:active:after {
    background: transparent;
}

.main_button a:hover:before {
    opacity: 1;
}

.main_button a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes RhyshaKachari-glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.bn40 {
    border-radius: 4px;
    font-weight: 600;
    font-size: 22px;
    padding: 4px 6px;
    color: #4b5858 !important;
    text-align: center;
}

.bn40::after {
    max-width: 100%;
    height: 4px;
    display: block;
    content: "";
    background: linear-gradient(-90deg, #ff9100 0%, #f10366 50%, #6173ff 100%);
    animation: rotate 1s linear infinite;
    opacity: 1;
    margin-bottom: -6px;
    margin-top: 1px;
}

@keyframes rotate {
    100% {
        filter: hue-rotate(-360deg)
    }
}

.bn40div {
    text-align: center;
}

.bn40:hover {
    position: relative;
    margin-top: -3px;
}

/* ========================= */
/*      SIDE BAR             */
/*===========================*/
.sidebar {
    position: fixed;
    width: 55px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomright: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: rgb(1 147 138);
    height: 144px;
    transition: all 0.4s ease;
    margin-top: calc(30vh);
    z-index: 100;
}

.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar-nav .nav-list primary-nav {
    transform: translateY(65px);
    list-style: none;
    display: flex;
    gap: 4px;
    padding: 0 15px;
    flex-direction: column;
    transform: translateY(15px);
    transition: 0.4s ease;
}

.sidebar-nav .nav-link {
    color: #fff;
    display: flex;
    gap: 12px;
    white-space: nowrap;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 12px 15px;
    align-items: center;
    text-decoration: none;
    transition: 0.4s ease;
}

.sidebar .sidebar-nav .nav-link .nav-label {
    opacity: 0;
    pointer-events: none;
}

.sidebar-nav .nav-link:hover {
    color: #fff;
    background: #fbbe62;
}

.sidebar-nav .nav-item {
    position: relative;
}

.sidebar-nav .nav-tooltip {
    position: absolute;
    top: -10px;
    opacity: 0;
    color: #fff;
    display: block;
    pointer-events: none;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    background: #fbbe62;
    left: calc(100% + 15px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0s;
}

.sidebar-nav .nav-item:hover .nav-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(50%);
    transition: all 0.4s ease;
}

.overflow_hidden {
    overflow: hidden;
    width: 90vw;
    height: 90vh;
}

/*-------------------------*/
/*        logo             */
/*-------------------------*/
#logo {
    width: 300px;
    height: auto;
}

#logo img {
    width: 100%;
}

#dashboard label {
    display: block;
    font-style: italic;
    text-align: right;

}

#dashboard select,
#forms select {
    width: 100%;
    padding: 10px 10px;
    border: 3px solid #01938a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#dynamic_chart {
    padding-top: 30px;
}

#bubble {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    overflow: hidden;
}

.r-slider__cloud_left,
.r-slider__cloud_right {
    visibility: visible !important;
    font-size: 12px !important;
    background: none !important;
}

.r-slider__cloud_moving {
    font-size: 12px !important;
}

.r-slider__circle {
    border: 4px solid rgb(180 255 251 / 48%) !important;
    border-style: unset;
    width: 20px !important;
    height: 20px !important;
    top: -7px !important;
    background: rgb(1 147 138) !important;
}

.r-slider {
    margin: 40px 0 10px !important;
}

#forms p {
    font-size: 16px;
    text-align: right;
    font-style: italic;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
}

#forms input[type="text"] {
    border: 3px solid #00a79d;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.section-title {
    margin-top: 30px;
    border-bottom: 5px solid #a19f9f;
    padding: 15px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    font-weight: bold;
}

#bttr_parameter .section-title {
    background: #fbbe62;
}

#mtr_parameter .section-title {
    background: #01938a;
}

#vehi_parameter .section-title {
    background: #fbbe62;
}

#env_parameter .section-title {
    background: #01938a;
}

#forms h5 {
    background: #545454;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#backto-top {
    font-size: 15px;
}

/*============== Loading Simulation =============== */
#loading_simulation {
    display: block;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
}


/* Modal Login */
/*============================================= */
.modal-body {
    border-top: 3px solid #fbbe62;
}

.btn-gradient {
    text-align: center;
    padding: 5px;
    color: #fff;
    border: 3px solid rgb(56 255 229 / 50%);
    background: #01938a;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    outline: none;
    box-shadow: 0 2px 10px rgba(1, 147, 138, 0.10);
    transition: box-shadow 0.2s, transform 0.2s, background 0.2s, border-color 0.2s;
    letter-spacing: 1px;
    display: block;
    width: 100%;
}

.btn-gradient:hover,
.btn-gradient:focus {
    border-color: #01938a;
    box-shadow: 0 6px 20px rgba(1, 147, 138, 0.20);
    background: #779b98;
    color: #ffffff;
}

.modal-content {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(56, 255, 229, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    color: #ffffff;
}

.modal-header {
    background: #fbbe62;
}

#loginModalLabel {
    color: #ffffff;
}

/*Select City*/
#container {
    display: flex;
    height: 100vh;
    width: 100vw;
}

#left-panel {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #b0c4c9;
    display: flex;
    flex-direction: column;
}

#country-select {
    margin-bottom: 10px;
    width: 100%;
    padding: 12px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #aac6d1;
    background: #f0f6f9;
    color: #40575f;
    flex-shrink: 0;
}

.country-select {
    margin-bottom: 10px;
    width: 100%;
    padding: 12px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #aac6d1;
    background: #f0f6f9;
    color: #40575f;
    flex-shrink: 0;
}

#custom-country-container {
    display: none;
    margin-bottom: 15px;
}

#custom-country-label {
    font-weight: bold;
    color: #40575f;
    margin-bottom: 6px;
    display: block;
}

#custom-country-input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #aac6d1;
    background: #f0f6f9;
    color: #40575f;
}

#custom-country-submit {
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    background-color: #4a90e2;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

#custom-country-submit:hover {
    background-color: #357abd;
}

#left-panel label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #40575f;
    margin-top: 10px;
}

#manual-input {
    width: 100%;
    flex-grow: 1;
    resize: vertical;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #aac6d1;
    border-radius: 4px;
    background: #f0f6f9;
    color: #40575f;
    min-height: 0;
}

#map-container {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
}

svg {
    width: 100%;
    height: 100%;
    display: block;
    shape-rendering: geometricPrecision;
}

path {
    fill: #a8cbd1;
    stroke: #7a9ca8;
    stroke-width: 1.5px;
    cursor: default;
    transition: fill 0.3s, stroke 0.3s;
}

path:hover {
    fill: #6b8a99;
    stroke: #55707a;
}

.label-bg {
    fill: rgba(255, 255, 255, 0.75);
    rx: 3;
    ry: 3;
    pointer-events: none;
}

text.country-label {
    font-size: 10px;
    fill: #3e4e56;
    pointer-events: none;
    user-select: none;
    text-anchor: middle;
    font-weight: 600;
    transition: opacity 0.3s, font-weight 0.3s, fill 0.3s;
}

text.country-label.selected {
    opacity: 1;
    font-weight: 900;
    fill: #2c3e50;
}

circle.marker {
    stroke-width: 1.5px;
    pointer-events: all;
    cursor: pointer;
    transition: stroke 0.3s, opacity 0.3s;
}

circle.marker.special {
    stroke: #6ca06c;
    fill: url(#greenGradient);
}

circle.marker.normal {
    stroke: #e79f8c;
    fill: url(#coralGradient);
}

/* Softer selected gradients */
circle.marker.selected.special {
    fill: url(#greenGradientSelected);
    stroke: #3a6b3a;
    filter: drop-shadow(0 0 5px #7bb47b);
}

circle.marker.selected.normal {
    fill: url(#coralGradientSelected);
    stroke: #b85a4e;
    filter: drop-shadow(0 0 5px #e3a89d);
}

text.tooltip {
    font-size: 12px;
    fill: #3e4e56;
    font-weight: bold;
    text-shadow:
        -1px -1px 0 #f9fafb,
        1px -1px 0 #f9fafb,
        -1px 1px 0 #f9fafb,
        1px 1px 0 #f9fafb;
    pointer-events: none;
    user-select: none;
}

.left_border {
    padding-left: 50px;
}

.container_radio {}

.radio-option {
    display: flex !important;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.radio-option input[type="radio"] {
    display: none;
}

.custom-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #aaa;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}

.radio-option input[type="radio"]:checked+.custom-radio {
    border-color: #01938a;
}

.radio-option input[type="radio"]:checked+.custom-radio::after {
    background: #01938a;
}

.slider-container {
    display: none;
    margin-top: 30px;
}

.slider-label {
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.slider-wrapper {
    position: relative;
}

.custom-slider {
    width: 100%;
    appearance: none;
    height: 6px;
    border-radius: 4px;
    background: #ccc;
    outline: none;
}

.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #01938a;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.custom-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #01938a;
    cursor: pointer;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.tooltip {
    position: absolute;
    top: -45px;
    background: #01938a;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #01938a transparent transparent transparent;
}

#drive_cycle_select {
    margin-top: 0px !important;
    top: 0px !important;
}

select option.demo-option {
  font-weight: bold;
  font-style: italic;
  color:#01938a
}
select optgroup[label="Demo City"] {
  background-color: #ffffff; /* light gray */
}

/* B CSS */
/*============================================= */
.b_input_field {
    border: 2px solid #00a9a3; 
    border-radius: 0.4rem;

}



