/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'), url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'), url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'), url('fonts/GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Light.woff2') format('woff2'), url('fonts/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'), url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.woff2') format('woff2'), url('fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'), url('fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* width */

::-webkit-scrollbar {
    width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #cbcbcb;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Gotham Pro';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff !important;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}


.btn.btn-primary {
    background: #866ec7;
    border-color: #866ec7;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #ffffff;
    border-color: #ffffff;
}

.footer p {
    color: rgba(255, 255, 255, 0.5);
}

.form-control {
    height: 40px !important;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: transparent;
}

.form-control:focus,
.form-control:active {
    border-color: #000;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3);
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3);
}

/****  navigation menu ******/

.navbar {
    padding: 7px 30px 5px 30px;
    background: #ffffff !important;
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    z-index: 3;
    width: 100%;
}

label {
    color: #333333;
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    padding-left: 25px;
    font-family: 'Gotham Pro';
    font-weight: 400;
}

.tab.active {
    color: #000;
    font-weight: 800;
    font-family: 'Gotham';
    border: 1px solid #707070;
    border-bottom: none;
    padding-top: 4px;
    border-radius: 4px 4px 0 0;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    padding-bottom: 4px;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: none;
    border-color: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

/******************* tab css code *********************/

body {
    background: #ffffff;
    font-family: 'Gotham', sans-serif !important;
    line-height: 1.2;
    height: 100vh;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 2em;
}

.warpper {
    /**display:flex;**/
    /** flex-direction: column;**/
    align-items: left;
}

.tab {
    cursor: pointer;
    padding: 0px 9px;
    margin: 0px 2px;
    display: inline-block;
    color: #000;
    font-weight: bold;
    box-shadow: 0 0 0;
}

.tabs {
    display: block;
    text-align: right;
    margin-bottom: 0px;
    width: 50%;
    padding-left: 0px;
    float: left;
    padding-right: 20px;
}

.warpper {
    padding-bottom: 15px;
    padding-top: 22px;
}

.close {
    color: #000000 !important;
    float: right !important;
    font-size: 22px !important;
    font-weight: normal !important;
    position: absolute !important;
    right: 10px !important;
    top: 3px !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

div#myModal {
    border-radius: 18px;
}

.panels {
    background: #ffffff;
    min-height: 250px;
    width: 100%;
    max-width: 540px;
    border-radius: 0px;
    overflow: hidden;
    padding-top: 15px;
    overflow-y: auto;
    border-top: 2px solid #d2d2d2;
    padding-left: 20px;
    padding-right: 20px;
}

.listtext li a {
    color: #000 !important;
}

.listtext li span {
    width: 22px !important;
}



.map_lgnd {
    float: left;
    width: 50%;
    text-align: left;
    color: #3e85c7;
    font-family: 'Gotham';
    font-size: 17px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab {
    background: #ffffff;
    color: #3a3a3a;
    border-top: 0px solid #000;
    font-weight: bold;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block
}

.circle {
    list-style-type: disc;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; */
    margin-right: 0px;
    margin-left: 0px;
}

/* The Modal (background) */

.modal {
    position: fixed;
    z-index: 1111;
    top: auto !important;
    left: auto;
    right: 15px;
    bottom: 15px;
    padding-top: 0px;
    width: 100%;
    width: 540px;
    height: auto !important;
    box-shadow: 5px 5px 7px 3px rgba(0, 0, 0, 0.25);
}

/* Modal Content */

.modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 0px;
    border: 0px solid #888;
    border-radius: 15px;
    width: 100%;
    box-shadow: 5px 5px 7px 3px rgba(0, 0, 0, 0.25);
}

/* The Close Button */

.close {
    color: #000000;
    float: right;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    right: 16px;
    top: 5px;
    opacity: 1;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listtext {
    font-family: Gotham Book;
    font-style: normal;
    padding-left: 12px;
    color: #6F6F6F;
}

.listtext li {
    font-size: 9px;
    line-height: 16px;
    font-weight: 550;
}

.listtext li a {
    color: #7f7f7f;
}

.col-md-4.v1 {
    padding-left: 10px;
    border-left: 2px solid #e8e7e7;
}

.tab-legend {
    color: #0056b3;
    margin-left: 210px;
}

.listtext li.headli {
    color: #000;
    font-size: 10px !important;
    margin-bottom: 3px;
    margin-top: 3px;
    font-family: 'Gotham';
    font-weight: 500;
    padding-left: 0 !important;
}

#pop_cat_list_det .listtext li {
    padding-left: 20px;
    position: relative;
    font-weight: 550;
}

#pop_cat_list_det .listtext li::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    background: #4d4d4d;
    left: 11px;
    top: 6px;
    border-radius: 5px;
    font-weight: 550;
}

li.headli span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
    margin-right: 4px !important;
}

#pop_cat_list_det .listtext li.headli::before {
    content: none;
    height: 0px;
    width: 0px;
}

.gm-style-iw-d {
    color: #000;
    padding-top: 6px;
}

.gm-ui-hover-effect {
    opacity: 1 !important;
    right: -3px !important;
}

#one-panel .listtext li:first-child {
    color: #000;
    padding-bottom: 0;
    font-size: 9px;
    font-weight: 500;
}

#pop_cat_list_det .listtext {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.popupbox-title {
    font-family: Gotham;
    font-style: normal;
    font-weight: 350;
    font-size: 10px;
    line-height: 12px;
    color: #6F6F6F;
}

/* .left_sidr .components {
padding-left: 25px !important;
padding-right: 20px !important;
} */

.fltr_hdg {
    color: #212121;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 30px;
    border-bottom: 1px solid #ececec;
}

.main_hdg {
    text-align: center;
    font-size: 22px;
    margin-top: 6px;
    line-height: 28px;
    margin-bottom: 0;
    position: relative;
    left: 57%;
    color: #3e85c7;
    font-family: 'Gotham';
}

.box_lft_fltr {
    max-height: 228px;
    overflow-y: auto;
    /* border: 1px solid #e5e3df; */
    padding: 5px 0 5px 0;
}

.map_lgnd {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 16px;
    color: #3e85c7;
    font-family: 'Gotham';
    padding-left: 20px;
    line-height: 22px;
}

.menu-heading {
    font-family: 'Gotham';
    font-weight: 700;
    color: #000;
    padding-top: 13px;
    padding-bottom: 2px;
    font-size: 17px;
}

.clear-map #clear_leg {
    text-align: left;
    margin: 0;
    border: none;
    font-weight: 600;
    color: #000;
    font-size: 11px;
}

.clear-map {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 5px;
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .warpper {
        padding-bottom: 0px;
        padding-top: 22px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    /* #sidebar {
    margin-left: -280px;
} */
    #sidebar ul li a {
        font-size: 13px;
        line-height: 13px;
    }

    /* .left_sidr .components {
    padding-left: 15px !important;
    padding-right: 15px !important;
} */
    #sidebar {
        min-width: 280px;
        max-width: 280px;
        background-color: #ffffff !important;
    }

    .map-ftr-div {
        right: 315px !important;
        top: 73px;
    }

    .map-ftr-div.active {
        right: 49px !important;
        top: 74px;
    }

    label {
        font-size: 13px;
        line-height: 14px;
    }

    .menu-heading {
        font-size: 15px;
    }

    .main_hdg {
        font-size: 16px;
    }

    .navbar-brand img {
        width: 180px;
    }

    .navbar-brand-right img {
        width: 43px;
    }

    .nav-icon img {
        width: 22px;
    }

    .nav-icon img {
        width: 22px;
    }

    #sidebarCollapse img {
        width: 33px;
    }

}

.mobile-active {
    display: none
}

.showonclass {
    display: none
}

@media (max-width: 767px) {
    #sidebar ul li a {
        font-size: 15px;
        padding: 10px 0;

    }

    #sidebarCollapse img {
        width: 22px;
    }

    #sidebar {
        min-width: 240px;
    }

    .map-ftr-div {
        right: 292px !important;

    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 184px !important;
        min-width: 270px !important;
    }

    .card {
        padding: 5px 10px !important;
    }

    button.gm-control-active.gm-fullscreen-control {
        height: 30px !important;
        width: 30px !important;
    }

    button#sidebarCollapse {
        font-size: 13px !important;
        padding: 4px 10px !important;
    }

    .map-ftr-div.active {
        top: 68px;
    }

    .map-ftr-div {
        top: 68px !important;
    }

    #sidebar ul li a {
        font-size: 15px;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 340px !important;
        width: 280px !important;
    }

    label {
        font-size: 12px;
        margin-bottom: 7px !important;
    }

    #sidebar {
        padding: 20px 10px;
    }

    .panel .col-md-6 {
        float: left;
        width: 50%;
    }

    .close {
        display: none;
    }

    .main_hdg {
        left: 20%;
    }

    .main_hdg {
        margin-top: 10px;
    }

    .nav.navbar-nav.navbar-right {
        flex-direction: column-reverse;
    }

    .hideonmobile {
        display: none
    }

    .showonclass {
        display: block
    }

    /*
}
@media (max-width: 600px) {
*/
    .modal {
        position: absolute;
        z-index: 1111;
        top: 153px !important;
        left: 0;
        right: 0;
        bottom: 15px;
        padding-top: 0px;
        width: 100%;
        width: 100%;
        height: auto !important;
        box-shadow: 5px 5px 7px 3px rgba(0, 0, 0, 0.25);
        overflow: visible;
        box-shadow: none;
    }

    .col-md-4.v1 {
        width: 100%;
        float: none;
        display: block;
    }

    .modal-content {
        border-radius: 0;
    }

    .col-md-4.v1.ea7825 {
        padding-right: 0;
    }

    .col-md-4.v1 {
        padding-left: 0;
        border-left: 0px solid #e8e7e7;
    }

    .nav-icon img {
        width: 38px;
    }

    .row {
        display: flex;
        display: -ms-flexbox;
        margin-right: 0px;
        margin-left: 0px;
        flex-wrap: wrap;
    }

    .nav-icon.printer-icon img {
        width: 24px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        margin-left: 25px;
    }

    .main_hdg {
        left: 0%;
        font-size: 15px;
        line-height: 17px;
    }

    #sidebarCollapse {
        text-align: left;
    }

    .navbar-brand-right {
        margin-right: 0;
    }

    .navbar-brand-right img {
        width: 38px;
    }

    .navbar-brand img {
        width: 169px;
    }

    .navbar {
        padding: 3px 20px 5px 20px;
    }

    .panels {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 15px;
        max-width: 100%;
    }

    .listtext li:first-child {
        padding-top: 5px;
    }

    #cable_cat_list_det .listtext li {
        float: left;
        width: 50%;
        padding-right: 5px;
    }

    .panel .col-md-6 {
        float: left;
        width: 50%;
        padding-left: 0px;
        padding-right: 8px;
    }

    #one-panel .listtext li:first-child {
        padding-top: 0;
    }

    #pop_cat_list_det .listtext li::before {
        left: 2px;
        top: 8px;
    }

    #pop_cat_list_det .listtext li {
        padding-left: 10px;
        position: relative;
    }

    .clear-map {
        text-align: left;
        padding-left: 25px;
        padding-bottom: 5px;
        padding-right: 0;
        padding-top: 5px;
    }

    .map_lgnd {
        font-size: 13px;
    }

    #cable_cat_list_det .col-md-4 {
        border-left: 0px solid #e0e0e0;
    }
}

#one-panel {
    max-height: 400px;
    overflow-y: auto;
}

.pop_up {
    background-color: #ECECEC;
    padding: 5px 10px;
    display: block;
}

/**** new code ****/
#pop_level_1_dp span {
    display: none !important;
}

.cv-hide {
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    position: relative;
}

.gm-style-iw-ch {
    display: none;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    /* max-width: 480px !important; */
    width: 450px;
    border-radius: 20px !important;
    border: 1px solid rgba(201, 254, 255, 0.50) !important;
    background: rgb(0 0 0 / 57%) !important;
    backdrop-filter: blur(50px) !important;
}

.gm-style .gm-style-iw-d {
    max-height: unset !important;
}

.gm-style-iw-chr {
    position: absolute;
    right: 0;
}

.gm-style-iw-d {
    color: #ffffff;
    padding-top: 0;
    overflow: hidden !important;
}

.pop-outer {
    padding: 15px;
    border-radius: 20px 20px 0 0;
    border: 2px solid #2E9698;
    background: radial-gradient(193.62% 128.56% at 9.09% 3.54%, #17474E 0%, #2C8C8F 100%);
}

.pop-ttl {
    font-size: 16px;
    /* padding-bottom: 7px; */
    font-family: 'Gotham' !important;
    font-weight: 500 !important;
}

.pop-desc {
    padding-top: 7px;
    margin-bottom: 0;
}

.pop-desc:empty {
    padding-top: 0;
}

#accordionExample .card-header {
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: none !important;
    position: relative;
    padding: 10px 16px;
}

#accordionExample h2 {
    color: #fff !important;
    font-size: 12px;
    margin: 0 !important;
    text-align: left;
    font-weight: 500 !important;
    font-family: 'Gotham';
}

#accordionExample button.btn.btn-link {
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Gotham';
    border: none;
}

#accordionExample button.btn.btn-link span {
    display: none !important;
}

#accordionExample .card-body {
    color: #ffffff !important;
    padding: 10px 16px 16px 16px;
    background-color: transparent;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: 400 !important;
}

.gm-ui-hover-effect>span {
    background-color: #ffffff !important;
}

.gm-style .gm-style-iw {
    font-family: 'Gotham' !important;
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    line-height: 1.3em;
    max-height: unset !important;
}

.card .collapsed::before {
    content: '';
    background-image: url('../images/plus-black-icon.svg');
    position: absolute;
    font-family: 'Material Icons';
    right: 25px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    transition: all 0.5s;
    transform: scale(1);
    color: red;
}

.card-header::after {
    content: '';
    background-image: url('../images/Minus-Blue-Icon.svg');
    position: absolute;
    font-family: 'Material Icons';
    right: 25px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    transition: all 0.5s;
    transform: scale(1);
    color: red;
}

.box_lft_fltr {
    /* border-bottom: 1px solid #E9E9E9; */
    padding: 10px 0 10px 0;
}

.country-list, .region-list {
    border-bottom: 1px solid #E9E9E9;
    padding: 0px 0;
}

.map-ftr-div {
    position: absolute;
    right: 440px;
    top: 78px;
    z-index: 1;
    background-color: #ffffff;
    transition: all 0.3s;
}

.map-ftr-div.active {
    position: absolute;
    right: 60px;
}

button#sidebarCollapse {
    width: 100% !important;
    display: flex;
    color: #333333;
    font-family: 'Gotham' !important;
    font-size: 15px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 8px 15px;
    border: none !important;
    height: auto !important;
    align-items: center;
    border-radius: 6px !important;
}

img.ftr-icon {
    margin-top: 0 !important;
    padding-right: 8px;
    width: 27px;
}

li.nav-item.active {
    list-style: none;
}

.hide-second-nav {
    display: none;
}

.cb-div {
    border-bottom: 1px solid #E9E9E9;
}

.csp-logo {
    text-align: left;
    padding: 10px 10px 0;
}

.csp-logo img {
    width: 80px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.sidebar-close {
    display: none;
}

/*** css updates on 26/09/2024***/
/* ul#level1_e95c23f7-53c2-11ef-aa14-508140747def {
display: none;
} */
.cb-div:nth-child(2) {
    display: none !important;
}

.cb-div:nth-child(3) {
    display: none !important;
}

/*** css code to hide accordian**/
.card {
    display: none;
    /* Hide all cards by default */
}

.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    padding: 0 !important;
    border: none !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.10) !important;
}

.map-ftr-div {
    border-radius: 4px;
}

/******************* new css code *******************/
.gm-style .gm-style-iw-d .accordion {
    padding: 16px;
    overflow: auto;
    max-height: 400px;
    overflow: auto;
}

.gm-style .gm-style-iw-d .accordion .card+.card {
    margin-top: 16px;
}

.gm-style .gm-style-iw-d>div {
    height: 100%;
}

.accordion>.card .card-header:not(.collapsed)::before {
    display: block;
}

.accordion>.card .card-header::before {
    content: "";
    width: calc(100% - 32px);
    background: #fff;
    height: 1px;
    left: 16px;
    bottom: 0;
    position: absolute;
    display: none;
}

.accordion>.card .card-header:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_25_2898" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_25_2898)"><path d="M11 16H13V11.8L14.6 13.4L16 12L12 8L8 12L9.4 13.4L11 11.8V16ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="white"/></g></svg>');
    width: 24px;
    height: 24px;
    right: 16px;
    top: 10px;
}

.accordion>.card .card-header::after {
    width: 24px;
    height: 24px;
    right: 16px;
    top: 10px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_25_2892" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_25_2892)"><path d="M12 16L16 12L14.6 10.6L13 12.2V8H11V12.2L9.4 10.6L8 12L12 16ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="white"/></g></svg>');
}

.csp-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

.csp-logo .csp-logo-container {
    padding: 4px;
    background: #fff;
    border-radius: 5px;
}

.csp-logo .csp-logo-container img {
    width: auto;
    padding: 0;
    max-height: 20px;
}

.pop_up {
    background-color: #ECECEC;
}

.compare-cost-btn {
    position: fixed;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 32px;
    z-index: 1050;
    color: #fff;
    padding: 14px 16px;
    font-weight: 400;
    box-shadow: 0 20px 40px rgba(11, 111, 177, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px;
    border: 2px solid #2E9698;
    background: radial-gradient(193.62% 128.56% at 9.09% 3.54%, #17474E 0%, #2C8C8F 100%);
}

.compare-cost-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(11, 111, 177, 0.45);
    color: #fff;
}

@media (max-width: 767.98px) {
    .compare-cost-btn {
        right: 16px;
        bottom: 16px;
        width: calc(100% - 32px);
        padding: 12px 18px;
    }
}

.modal.modal-right .modal-dialog {
    position: fixed;
    margin: 0;
    right: 0;
    top: 0;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
    max-width: 600px;
    width: 100%;
}

.modal.modal-right.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal.modal-right .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #05263A 0%, #031A28 100%);
    color: #E8F2FF;
    display: flex;
    flex-direction: column;
}

.modal.modal-right .modal-header {
    border-bottom: none;
    padding: 28px 28px 8px;
}

.modal.modal-right .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.modal.modal-right .close {
    color: #7FA4C2;
    opacity: 1;
}

.modal.modal-right .modal-body {
    padding: 0 28px 24px;
    overflow-y: auto;
}

.modal.modal-right .modal-footer {
    border-top: none;
    padding: 0 28px 32px 28px;
}

/* Connection Sidebar Styles */
.connection-sidebar {
    position: fixed;
    top: 80px;
    right: 15px;
    height: calc(100% - 98px);
    width: 100%;
    max-width: 600px;
    z-index: 1101;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
}

.connection-sidebar.show {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}


.connection-sidebar-content {
    height: 100%;
    color: #E8F2FF;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.20);
    /* backdrop-filter: blur(200px); */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(146deg, #072A3E 4.04%, #051516 99.08%);
}

.connection-sidebar-header {
    border-bottom: none;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connection-sidebar-title {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 6px 0;
}

.connection-sidebar-header .close {
    cursor: pointer;
    background: transparent;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M21 7L7 21" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7L21 21" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    top: 10px !important;
    background-size: contain !important;
}

.connection-sidebar-header .close span[aria-hidden] {
    display: none;
}

.connection-sidebar-body {
    padding: 0 20px 20px;
    overflow-y: auto;
    flex: 1;
}

.connection-sidebar-footer {
    border-top: none;
    padding: 20px;
    position: relative;
}

.connection-sidebar-footer::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}

.connection-subtitle {
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
    max-width: 450px;
}

.connection-form {
    /* margin-top: 20px; */
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.connection-form .form-group label {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: normal;
    margin-bottom: 5px !important;
}

.connection-form .form-control, .csp-accordion .card-body .form-control {
    color: #fff;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px !important;
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    height: 50px !important;
}

.connection-form .form-control option, .csp-accordion .card-body select.form-control option {
    color: #05263A;
}

.btn-calculation {
    padding: 14px 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    box-shadow: 0 20px 40px rgba(11, 111, 177, 0.35);
    border-radius: 8px;
    border: 2px solid #2E9698;
    background: radial-gradient(193.62% 128.56% at 9.09% 3.54%, #17474E 0%, #2C8C8F 100%);
}

.btn-calculation:hover {
    color: #fff;
    transform: translateY(-1px);
}

.csp-accordion .card {
    display: block !important;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.04) !important;
    padding: 16px;
    position: relative;
}

.csp-accordion .card-header {
    /* background: rgba(10, 46, 66, 0.95); */
    border: none;
    padding: 16px;
    cursor: pointer;
}

.csp-accordion .card-header h6 {
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.csp-accordion .card-header i {
    color: #7FA4C2;
    transition: transform 0.2s ease;
}

.csp-accordion .card-header .fa.rotated {
    transform: rotate(180deg);
}

.csp-accordion .card-body {
    padding: 16px 16px 5px 16px;
    position: relative;
}

.add-csp-btn {
    color: #3CC1C0;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px dashed rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.04);
}

.add-csp-btn:hover {
    color: #3CC1C0;
    background: rgb(89 89 89 / 16%);
    border-color: #3CC1C0;
}

.btn-outline-secondary {
    color: #fff;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.04);
}

.btn-outline-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.50);
    background: rgb(255 255 255 / 15%);
}

.delete-csp {
    color: #F07B7B;
    cursor: pointer;
    font-size: 16px;
}

.delete-csp:hover {
    color: #ff9b9b;
}

.step-pane {
    display: block;
}


.analysis-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.analysis-subtitle {
    color: #7FA4C2;
    font-size: 13px;
    margin-bottom: 24px;
}

.analysis-form .form-group label {
    color: #9CB8D8;
    font-size: 13px;
    font-weight: 500;
}

.analysis-form .form-control {
    background: rgba(14, 51, 74, 0.85);
    border: 1px solid rgba(84, 127, 154, 0.6);
    border-radius: 10px;
    color: #E8F2FF;
    padding: 10px 12px;
}

.analysis-form .form-control::placeholder {
    color: rgba(156, 184, 216, 0.65);
}

.analysis-form .form-control:focus {
    background: rgba(14, 51, 74, 0.95);
    box-shadow: 0 0 0 0.1rem rgba(11, 111, 177, 0.35);
    border-color: #0B6FB1;
    color: #E8F2FF;
}

.analysis-form .custom-control-label {
    color: rgba(156, 184, 216, 0.85);
    font-size: 12px;
    line-height: 1.5;
}

.analysis-form .custom-control-input:checked~.custom-control-label::before {
    background-color: #0AA6A6;
    border-color: #0AA6A6;
}

@media (max-width: 575.98px) {
    .analysis-form .form-row>[class^="col-"] {
        margin-bottom: 16px;
    }
}

.report-pane {
    box-shadow: inset 0 0 0 1px rgba(10, 166, 166, 0.1);
    padding: 16px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}

.report-pane h6 {}

.report-pane p {
    color: #9CB8D8;
    line-height: 1.6;
}

.report-placeholder {
    border: 1px dashed rgba(84, 127, 154, 0.45);
    border-radius: 12px;
    padding: 18px;
    margin-top: 16px;
    color: #7FA4C2;
    text-align: center;
}

.pop-ttl .fa.fa-map-marker {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><mask id="mask0_33_18042" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect width="25" height="25" fill="white"/></mask><g mask="url(%23mask0_33_18042)"><path d="M12.4999 12.5002C13.0729 12.5002 13.5633 12.2962 13.9713 11.8882C14.3793 11.4802 14.5833 10.9897 14.5833 10.4168C14.5833 9.84391 14.3793 9.35346 13.9713 8.94548C13.5633 8.53749 13.0729 8.3335 12.4999 8.3335C11.927 8.3335 11.4366 8.53749 11.0286 8.94548C10.6206 9.35346 10.4166 9.84391 10.4166 10.4168C10.4166 10.9897 10.6206 11.4802 11.0286 11.8882C11.4366 12.2962 11.927 12.5002 12.4999 12.5002ZM12.4999 22.9168C9.7048 20.5384 7.61712 18.3292 6.23692 16.2892C4.85671 14.2493 4.1666 12.3613 4.1666 10.6252C4.1666 8.021 5.00428 5.94634 6.67962 4.4012C8.35497 2.85607 10.2951 2.0835 12.4999 2.0835C14.7048 2.0835 16.6449 2.85607 18.3202 4.4012C19.9956 5.94634 20.8333 8.021 20.8333 10.6252C20.8333 12.3613 20.1432 14.2493 18.763 16.2892C17.3827 18.3292 15.2951 20.5384 12.4999 22.9168Z" fill="white"/></g></svg>');
    width: 20px;
    height: 20px;
    background-size: contain;
}

.pop-ttl .fa.fa-map-marker::before {
    display: none;
}

.pop-ttl {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pop-ttl b {
    font-weight: 500;
}

button.gm-control-active.gm-fullscreen-control {
    display: none;
}

.connection-sidebar:not(.show) {
    right: -100px;
}

.connection-form select.form-control, .csp-accordion .card-body select.form-control {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><mask id="mask0_22_171" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="40" height="40"><rect width="40" height="40" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_22_171)"><path d="M19.9998 25L11.6665 16.6666H28.3332L19.9998 25Z" fill="white"/></g></svg>');
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 35px;
    padding-right: 40px;
}

.connection-form select.form-control option, .csp-accordion .card-body select.form-control option {
    background: #2a2a2a;
    color: #ffffff;
    padding: 12px 18px;
    font-size: 16px;
}

.connection-form select.form-control option:hover,
.csp-accordion .card-body select.form-control option:hover,
.connection-form select.form-control option:checked,
.csp-accordion .card-body select.form-control option:checked {
    background: #2d7c82 !important;
}

.connection-form .form-control:focus, .csp-accordion .card-body .form-control:focus {
    border-color: rgba(60, 195, 194, 0.65);
}

.csp-accordion .card-body::before {
    content: "";
    height: 1px;
    width: calc(100% - 32px);
    background: #fff;
    opacity: .3;
    position: absolute;
    left: 16px;
    top: 0;
}

.csp-accordion .card-body label {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.csp-accordion .card-header::after,
.csp-accordion .card-header::before {
    display: none;
}

.csp-accordion .card-header .accordion-header-title {
    gap: 5px;
}

.csp-accordion .card-header .accordion-header-title .fa-chevron-down, .cost-breakdown-header .fa-chevron-down, .collapse-button .fa-chevron-down {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17 12L7 20L7 4L17 12Z" fill="white"/></svg>');
    background-size: contain;
    background-position: center;
}

.csp-accordion .card-header .accordion-header-title .fa-chevron-down::before, .csp-accordion .card-header .fa-trash::before, .cost-breakdown-header .fa-chevron-down::before, .collapse-button .fa-chevron-down::before {
    display: none;
}

.csp-accordion .card-header .fa-trash {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 10V8C12 7.46957 12.2107 6.96086 12.5858 6.58579C12.9609 6.21071 13.4696 6 14 6H18C18.5304 6 19.0391 6.21071 19.4142 6.58579C19.7893 6.96086 20 7.46957 20 8V10" stroke="%23F54A4A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 10H25" stroke="%23F54A4A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M23 10V24C23 24.5304 22.7893 25.0391 22.4142 25.4142C22.0391 25.7893 21.5304 26 21 26H11C10.4696 26 9.96086 25.7893 9.58579 25.4142C9.21071 25.0391 9 24.5304 9 24V10" stroke="%23F54A4A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 26px;
    height: 26px;
    background-size: contain;
}

.csp-accordion .card-header:not(.collapsed) .accordion-header-title .fa-chevron-down, .cost-breakdown-header:not(.collapsed) .fa-chevron-down, .collapse-button:not(.collapsed) .fa-chevron-down {
    transform: rotate(90deg);
}

.collapse-button {
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    text-align: left;
}

span.egress-value {
    font-size: 14px;
    font-weight: 500;
}

/* Range Input Styling */
.csp-egress-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    margin: 20px 0;
}

/* Track - Firefox */
.csp-egress-range::-moz-range-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

/* Track - Webkit */
.csp-egress-range::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
    border-radius: 10px;
}

/* Thumb - Webkit (Chrome, Safari, Edge) */
.csp-egress-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(45, 212, 191, 0.4);
    transition: all 0.2s ease;
    margin-top: -10px;
}

/* Thumb - Firefox */
.csp-egress-range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    border: 4px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(45, 212, 191, 0.4);
    transition: all 0.2s ease;
}

/* Hover Effects */
.csp-egress-range::-webkit-slider-thumb:hover {
    box-shadow: 0 4px 12px rgba(45, 212, 191, 0.6);
    transform: scale(1.1);
}

.csp-egress-range::-moz-range-thumb:hover {
    box-shadow: 0 4px 12px rgba(45, 212, 191, 0.6);
    transform: scale(1.1);
}

/* Active/Dragging State */
.csp-egress-range:active::-webkit-slider-thumb {
    box-shadow: 0 2px 16px rgba(45, 212, 191, 0.8);
    transform: scale(1.05);
}

.csp-egress-range:active::-moz-range-thumb {
    box-shadow: 0 2px 16px rgba(45, 212, 191, 0.8);
    transform: scale(1.05);
}

span.plus-icon {
    height: 20px;
    width: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="%233CC1C0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5V19" stroke="%233CC1C0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
}

span.arrow-right {
    height: 20px;
    width: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5L19 12L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
}

/* Connection Analysis Results Styles */
.summary-card {
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}

.summary-label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.summary-value {
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 6px;
}

.summary-subtext {
    font-size: 10px;
}

.cost-breakdown-title {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.cost-breakdown-accordion {
    /* margin-bottom: 20px; */
}

.cost-breakdown-card {}

.cost-breakdown-header {
    padding: 10px 0px;
    cursor: pointer;
    transition: background 0.2s;
}

.cost-breakdown-header:hover {}

.cost-breakdown-header i {
    margin-right: 10px;
    transition: transform 0.2s;
}

.cost-breakdown-header span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

.cost-total {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #3CC3C2 0%, #66F6F5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cost-breakdown-body {
    margin-bottom: 30px;
}

.cost-table {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 10px;
    padding: 12px;
}

.cost-table-header {
    display: flex;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 14px;
    align-items: center;
}

.cost-table-row {
    display: flex;
    padding: 0px 0;
    margin-bottom: 10px;
}

.cost-table-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cost-table-col {
    flex: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.cost-table-header .cost-table-col {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.slab-rate-section {}

.slab-rate-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.slab-rate-item {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 10px;
    padding: 12px;
}

.slab-rate-item:last-child {}

.slab-rate-csp {
    color: #FFFFFF;
    font-size: 14px;
    flex: 1;
    font-weight: 500;
    line-height: normal;
}

.slab-rate-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 14px;
}

.slab-rate-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.total-charges {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    border-radius: 6px;
    background: rgba(60, 195, 194, 0.15);
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    line-height: normal;
}

.total-charges span:last-child {}

.comparison-chart {
    box-shadow: inset 0 0 0 1px rgba(10, 166, 166, 0.1);
    padding: 16px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}

.chart-item {
    margin-bottom: 16px;
}

.chart-item:last-child {
    margin-bottom: 0;
}

.chart-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.chart-bar-container {
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.04);
}

.chart-bar {
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
    transition: width 0.3s ease;
    border-radius: 4px;
}

.chart-bar-mcc {
    background: #3CC3C2;
}

.chart-bar-internet {
    background: #1B86E3;
}

.chart-value {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.report-actions {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-outline-light {
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-light:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

span.refresh-icon {
    height: 18px;
    width: 18px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.516 3.00947 16.931 3.99122 18.74 5.74L21 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 3V8H16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 12C21 14.3869 20.0518 16.6761 18.364 18.364C16.6761 20.0518 14.3869 21 12 21C9.48395 20.9905 7.06897 20.0088 5.26 18.26L3 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 16H3V21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
}

span.download-icon {
    height: 18px;
    width: 18px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 16.929V2.92896" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 10.929L12 16.929L18 10.929" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 20.929H5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
}

.summary-cards-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cost-table-header .text-primary.main-text, .slab-rate-csp.text-primary.main-text {
    color: #66F6F5 !important;
    font-size: 14px;
    font-weight: 500;
}

.slab-rate-row-heading {
    display: flex;
    align-items: center;
}

.slab-rate-row-heading .slab-rate-title {
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.cost-breakdown-accordion .cost-breakdown-card:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

/* new css code for analysis pane */

/* Floating label styles - scoped with parent class */
.floating-label-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.floating-label-form .form-group input,
.floating-label-form .form-group select {
    width: 100%;
    padding: 24px 0 8px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    background: transparent;
    color: #fff;
    outline: none;
    transition: border-color 0.3s ease;
}

.floating-label-form .form-group label {
    position: absolute;
    left: 0;
    top: 24px;
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
    padding-left: 0;
}

/* When input has focus or value */
.floating-label-form .form-group input:focus,
.floating-label-form .form-group select:focus {
    border-bottom-color: rgba(60, 195, 194, 0.65);
}

.floating-label-form .form-group input:focus~label,
.floating-label-form .form-group input:not(:placeholder-shown)~label,
.floating-label-form .form-group select:focus~label,
.floating-label-form .form-group select.has-value~label {
    top: 0;
    font-size: 12px;
}

.floating-label-form .form-group input::placeholder {
    color: transparent;
}

.floating-label-form .form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' opacity='0.6' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 30px;
    cursor: pointer;
}

.floating-label-form .form-group select option {
    background: #0d2533;
    color: #fff;
    padding: 10px;
}

/* Checkbox styling */
.floating-label-form .checkbox-group {
    margin-top: 25px;
    /* margin-bottom: 40px; */
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.floating-label-form .checkbox-group input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z" stroke="%23ACACAC" stroke-width="1.5"/></svg>');
    padding: 0;
    appearance: none;
    background-size: contain;
    margin: 0px;
    top: 0;
}

.floating-label-form .checkbox-group input[type="checkbox"]:checked {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z" stroke="white" stroke-width="1.5"/><path d="M7 11.5L10.3333 15L17 8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.floating-label-form .checkbox-group label {
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

/* Submit button */
.floating-label-form .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #2dd4bf;
    color: #0a2138;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.floating-label-form .submit-btn:hover {
    background: #14b8a6;
    transform: translateX(4px);
}

.floating-label-form .submit-btn::after {
    content: 'â†’';
    font-size: 24px;
    transition: transform 0.3s ease;
}

.floating-label-form .submit-btn:hover::after {
    transform: translateX(4px);
}

/* Autofill styles - prevent white background */
.floating-label-form .form-group input:-webkit-autofill,
.floating-label-form .form-group input:-webkit-autofill:hover,
.floating-label-form .form-group input:-webkit-autofill:focus,
.floating-label-form .form-group input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0d2533 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Float label on autofill */
.floating-label-form .form-group input:-webkit-autofill~label {
    top: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.comparison-chart::before, .csp-accordion .card::before, .summary-card::before, .report-pane::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(to right, rgb(255 255 255 / 20%) 0%, rgba(255, 255, 255, 0.20) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.comparison-chart.mt-4 {}

.wrapper {
    position: relative;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
}

.wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/map-overlay.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: 2; */
}

.map {
    z-index: 2;
}

.csp-accordion .card:has(.collapse.show)::before {
    background: linear-gradient(to right, rgb(102 246 245 / 40%) 0%, rgb(102 246 245 / 40%) 40%, rgb(102 246 245 / 20%) 70%, rgba(255, 255, 255, 0.0) 100%);
}

/******************* end new css code *******************/

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active {
    display: none !important;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom button.gm-svpc {
    display: none !important;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 100vw;
    background: #000;
}

#accordionExample .card-header {
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: none !important;
    position: relative;
    padding: 10px 16px;
}

#accordionExample h2 {
    color: #fff !important;
    font-size: 12px;
    margin: 0 !important;
    text-align: left;
    font-weight: 500 !important;
    font-family: 'Gotham';
}

#accordionExample button.btn.btn-link {
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Gotham';
    border: none;
}

#accordionExample button.btn.btn-link span {
    display: none !important;
}

#accordionExample .card-body {
    color: #ffffff !important;
    padding: 10px 16px 16px 16px;
    background-color: transparent;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: 400 !important;
}

.gm-ui-hover-effect>span {
    background-color: #ffffff !important;
}

.gm-style .gm-style-iw {
    font-family: 'Gotham' !important;
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    line-height: 1.3em;
    max-height: unset !important;
}

.card .collapsed::before {
    content: '';
    background-image: url('../images/plus-black-icon.svg');
    position: absolute;
    font-family: 'Material Icons';
    right: 25px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    transition: all 0.5s;
    transform: scale(1);
    color: red;
}

.card-header::after {
    content: '';
    background-image: url('../images/Minus-Blue-Icon.svg');
    position: absolute;
    font-family: 'Material Icons';
    right: 25px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    transition: all 0.5s;
    transform: scale(1);
    color: red;
}