﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    /* Performance Optimizations */
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --theme-color: #34485b;
    --theme-color-dark: #34485b !important;
    --white-color: #fff;
    --black-color: #000;
}

::selection {
    background: #e93c49;
    color: #fff;
}

::-moz-selection {
    background: #e93c49;
    color: #fff;
}
/*@font-face {
    font-family: "Gothic";
    src: url("/fonts/gothic/gothic.woff") format("opentype");
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/static/Montserrat-Regular.ttf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

html {
    font-size: 14px;
}

/* ================================
   UNIVERSAL SCROLLBAR
   ================================ */

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-radius: 0px;
}

*::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.4rem;
    background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient( 5deg, #555555dd 53%, #4a4747 99% );
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

@media print {
    .lf_widget {
        break-inside: avoid;
    }

    .media-hide {
        display: none;
    }

    div.pageNoBreak {
        page-break-inside: avoid;
    }

    canvas.chart-canvas border-uni {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
        width: auto !important;
        /*padding-right: 1cm;*/
    }
    /*.heading-background {
            background-color: #DACDE7 !important;
            color: white !important;
            font-size: 20px;
            font-weight: lighter;
            margin-top: 10px;
            margin-bottom: 10px;
        }*/

    /*    .radio-selection-background {
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: 12px;
    background: #E8E8E8;
    align-items: center;
    padding: 0.2rem;
}*/

    div {
        -webkit-print-color-adjust: exact;
    }

    .borderBox, #borderBox {
        max-height: none; /* Removes the max-height limit for printing */
        overflow: visible; /* Optional: ensures all content is visible when printing */
    }

    div[style*="max-height"] { /* Target divs with inline max-height */
        max-height: none !important; /* Remove max-height for print */
        overflow: visible !important; /* Ensure content is visible */
    }

    body {
        -webkit-print-color-adjust: exact;
        pointer-events: auto;
    }

    table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        background-image: none !important;
    }

    thead {
        display: table-header-group;
    }

    /*tfoot {
            display: table-footer-group;
        }*/

    tr, td, th {
        page-break-inside: avoid;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }
}

.filter-box-cust {
    background-color: #405a7d;
    height: auto !important;
}

#scrolltocomparable {
    cursor: pointer;
    font-size: 1.2rem;
}

.divloadingclass {
    display: block;
    position: relative;
    background: #d3d3d394;
}

    .divloadingclass:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('../images/loading_new.gif') center no-repeat;
    }

.bodyloadingclass {
    display: block;
    height: 100vh;
    width: 100vw; /* Ensures it covers the full viewport width */
    position: fixed; /* Fixes overlay to the viewport */
    top: 0;
    left: 0;
    overflow: hidden;
    background: #d3d3d394;
    opacity: 0.5;
    pointer-events: none; /* Disables interaction */
    z-index: 9999; /* Ensures the loader sits on top of all other elements */
}

    .bodyloadingclass:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url('../images/loading_new.gif') center no-repeat;
    }

.diverrorclass {
    display: block;
    position: relative;
    border-radius: 1rem !important;
    background: #f2f2f2d1 !important;
    margin: 0.25rem 0rem;
}

    .diverrorclass:after {
        content: var(--after-content);
        /* Center inside parent */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* Red text */
        color: #8c8c8c; /*#e93c49; red- grey */
        font-size: 0.8rem;
        /*        font-weight: bold;*/
    }

.select2-container {
    margin-right: 1rem !important;
}

.radiolabel {
    padding-left: 2px;
}

.inputradio {
    margin-left: 5px;
}

.childtable_hidden {
    display: none;
}

.widgetTitle {
    color: rgba(0, 96, 170, 0.9);
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 15px;
}

td.details-control {
    background: url('../lib/DataTables/details_open.png') no-repeat center center;
    /*background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;*/
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../lib/DataTables/details_close.png') no-repeat center center;
    /*background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;*/
}

.bd-radius {
    border-radius: 0.5rem;
    background-color: #D9D9D9;
    padding: 0.9rem;
    margin-right: 0.5rem;
}

.box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-border {
    /*    border: 1px solid black;*/
    /*    background-color: lightgoldenrodyellow !important;*/
    /*    border-radius: 0.2rem;*/
    /*    padding: 2rem;*/
    margin: 0.1rem 0rem;
}
.ol-popup {
    border-radius: 0.5rem !important;
}
.heading-background {
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300 !important;
    margin: 1rem 0rem;
    padding: 0.5rem 1rem !important;
    /*    background-color: var(--theme-color) !important;*/
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    border-left: 3px solid #34485b;
    border-right: 3px solid #34485b;
}

.heading-background-priceTrend {
    text-align: start;
    color: #000;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    margin: 0.6rem 0rem;
    padding: 0.4rem 1rem !important;
    border-radius: 0.5rem !important;
    background-color: #D9D9D9 !important;
    border-left: 3px solid #34485b;
    border-right: 3px solid #34485b;
}

.div_headers {
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400 !important;
    margin: 1rem 0rem;
    padding: 0.5rem 1rem !important;
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    border-radius: 0.6rem !important;
}

.radio-selection-background {
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: 0.9rem;
    /*    background: #E8E8E8;*/
    align-items: center;
    padding: 0.2rem 0rem;
}

.pricebox {
    width: 100%;
}


.databox, .t-box {
    margin-bottom: 5px;
}

.small-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}

/*.project-name {
padding-bottom: 0.5rem;
border-bottom: 0.1rem dashed var(--theme-color);
}
*/
.fnt-s {
    font-size: 1.8rem;
}

.color-b {
    color: black !important;
}

/*.project-address {
font-size: 13px;
margin-bottom: 10px;
display: flex;
}

.project-address span:first-child {
    font-size: 20px;
    margin-right: 10px;
}*/


.fnts-cust {
    font-size: 1rem;
}

.color-c {
    color: #929395;
}

.box-wrapper-cust .small-heading {
    margin-bottom: 10px;
}

.fliter-flex {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.fliter-flex-inner {
    display: flex !important;
    padding: 6px 0px;
}

.button-toggle-cust select, select {
    color: #000;
    font-weight: 200 !important;
    font-size: 0.8rem;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background-color: #F2F2F2 !important;
    width: 6.5rem;
    height: 1.85rem;
    padding: 0rem 0.65rem;
    border-radius: 0.5rem !important;
    letter-spacing: 0.25px;
}

.downloadpf-btn {
    color: #fff;
    font-weight: 200 !important;
    font-size: 0.9rem;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background-color: #e93c49 !important;
    width: 9rem;
    height: 2rem;
    padding: 0rem 1rem;
    border-radius: 0.5rem !important;
    letter-spacing: 0.25px;
}

    .downloadpf-btn:hover {
        background-color: #e93c49dd !important;
        color: #fff !important;
        transition: all 0.3s ease;
    }

.downloadpf-btnimg {
    width: 1.25rem !important;
    filter: brightness(5);
}

.downloadpf-btn:hover .downloadpf-btnimg {
    /*    filter: invert(2);*/
    transition: all 0.3s ease;
}


.button-toggle-cust-wrp {
    display: flex;
    justify-content: end;
}

.button-toggle-cust {
    display: flex;
    justify-content: center;
    margin-right: 0.35rem;
}

.button-toggle-cust-select select {
    /*width: 150px !important;*/
    font-size: 0.75rem !important;
}

.widget .widget-headMain {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300 !important;
    padding-bottom: 0.8rem;
    padding: 0.3rem 0.8rem;
    background-color: var(--theme-color);
}

.filtertextBox {
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0.3rem 0.8rem;
    background-color: var(--theme-color);
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.5px !important;
}

.inputBoxSelectRecord {
    /*    width: 6rem;
    padding: 0.2rem 0.4rem !important;*/
    margin: 0.5rem 0rem;
    width: 4.5rem;
    height: 1.85rem;
    padding: 2px 8px;
    font-size: 0.8rem;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    outline: none;
    transition: all 0.2s ease;
    border: 1.2px dashed #c4c4c4;
}

#TopLocation .bg-band-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#TopDeveloper .bg-band-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#TopLocation .bg-band-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#TopProject .bg-band-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}


#TopDeveloper .bg-band-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}


#TopNewLaunches .bg-band-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}


.pull-right {
    float: right !important;
}

/*.radius-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;*/
}

/*    .radius-container .srch-container input[type="text"] {
    width: 100px;
    color: #000;
    font-weight: 300;
}*/

/*.srch-container input[type="button"] {*/
/*background: #20a8d8;*/
/*border: 0;
font-weight: 300;
margin-left: 20px;
width: 120px;
font-size: 13px;
background-color: #502A79 !important;
color: white !important;
height: 35px;
border-radius: 10px;
}*/

.filterBox {
    height: inherit !important;
    /* padding: 5px 15px 5px 0px; */
    padding: 0;
    overflow: inherit !important;
    /* background-color: #e8e8e8;*/
}

.filter-box-cust {
    background-color: #405a7d;
    height: auto !important;
}

.mb20 {
    margin-bottom: 1.5rem;
}

.VBoxTopTitle {
    color: #000;
    font-weight: 700;
    font-size: 1.2rem;
}

.color-picker {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    border: 1px solid var(--white-color);
}

.common_filter {
    /*    background-color: var(--theme-color-dark) !important;*/
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    padding: 0.75rem 1rem !important;
}

.common_filter-navbar {
    z-index: 1040;
    /*    background-color: var(--theme-color) !important;*/
    background-color: #fff !important;
    padding: 0.3rem;
}

/*.common_filter input[type="button"] {
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
background-color: #849DB5;
color: white;
border: none;
border-radius: 10px;
width: 250px;
height: 40px;
display: none;
}*/
.olmap_div {
    background-color: #ECEBEB !important;
    margin-top: 20px;
    border-radius: 10px;
    padding: 25px;
}

    .olmap_div .olmap1_div {
        padding-left: 0px;
    }

    .olmap_div .olmap2_div {
        padding-right: 0px;
    }

.subprojectdetails_div {
    /*    margin: 20px 0px 0px 0px;*/
    padding: 0px;
}

.projectandbenchmarklocationpricetrend_div, .projectvsbenchmarklocation_div, .producttypology_div, .comparableprojects_div,
.comparableprojects_div, .developermarketableprojects_div, .developersoldoutprojects_div {
    padding: 0px;
}


/*#subprj_marketable_main_div, #subprj_soldout_main_div {
padding: 25px;
}*/

.footer {
    background-color: #613E86 !important;
    /*height: 91px !important;*/
    text-align: center !important;
}

#projectamenities_div, #Projectapprovedbank_div {
    padding: 0px !important;
}
/*#imglist, #ProjectAmenities_imglist {
        list-style-type: none;
    }*/

.colorWhite {
    color: #fff;
    font-weight: 300 !important;
}

.control-label {
    font-size: 0.75rem;
}

.dataTables_wrapper {
    margin: 0.6rem 0rem;
    /*    border: 0.12rem dotted var(--theme-color-dark);*/
    background-color: #fff !important;
    /*    padding: 0.9rem;*/
}

.dataTables_info,
.dataTables_length,
.dataTables_filter,
.dataTables_paginate {
    font-size: 0.7rem !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #8c8c8c !important;
    background: #f2f2f2 !important;
    padding: 3px 6px !important;
    width: 50%;
    border-radius: 0.5rem !important;
}

.dataTables_length select {
    border: 1px solid #8c8c8c !important;
    background: #f2f2f2 !important;
    padding: 0px !important;
    width: 4rem !important;
    height: 1.5rem !important;
    border-radius: 0.3rem !important;
}

.dataTables_scrollBody {
    scrollbar-width: thin;
    scrollbar-color: #6c757d #f1f1f1;
}

    .dataTables_scrollBody::-webkit-scrollbar {
        width: 0.8rem;
        height: 0.8rem;
    }

    .dataTables_scrollBody::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0.8rem;
    }

    .dataTables_scrollBody::-webkit-scrollbar-thumb {
        background-color: #6c757d;
        border-radius: 0.8rem;
        border: 2px solid #f1f1f1;
    }

        .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
            background-color: #495057;
            transition: all 0.3s ease;
        }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ffffff !important;
}

td {
    border-bottom: 1px solid #E8E5E5 !important;
    font-size: 0.8rem;
    text-align: center !important;
    vertical-align: middle !important;
}

/*table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px !important;
}*/

/*table.dataTable thead th, table.dataTable thead td {
    padding: 5px 15px 5px 5px !important;
}*/
table.dataTable thead th, table.dataTable thead td {
    padding: 8px 15px 8px 5px !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px solid #111 !important;
}

thead th {
    font-weight: 100 !important;
    font-size: 0.8rem;
    background-color: #34485b !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
}

tfoot th {
    font-size: 0.8rem;
    background-color: #e93c49cf !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.dataTables_scrollBody th {
    padding: 0px !important;
}

.font-size-small {
    font-size: 0.9rem;
}

#NewLaunchprojectlist {
    width: 100% !important;
    table-layout: fixed;
    word-wrap: break-word;
}

#drilldownList {
    width: 100% !important;
    table-layout: fixed;
    word-wrap: break-word;
}

#RessxFooter {
    transition: background-color 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 10px 25px 0px #00000040;
}

.dataTables_filter {
    margin-bottom: 0.8rem;
}

.dataTables_length {
    margin-bottom: 0.8rem;
}

.smallSize {
    font-size: 0.8rem;
}

.smallSize2 {
    font-size: 0.7rem;
}

.smallSize3 {
    font-size: 0.6rem;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.dataTables_scrollBody .table-bordered {
    width: 100% !important;
}

.dataTables_scrollHeadInner .table-bordered {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

#comparable_project_tbl {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #ffffff00 !important;
    padding: 0.1rem 0.5rem !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #000 !important;
        border: 1px solid var(--theme-color-dark) !important;
        background: #fff !important;
    }

ul {
    font-size: 0.85rem;
    cursor: pointer;
}

label {
    cursor: pointer !important;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1.2px dashed #c7c7c7;
    background-color: #f9f9ff;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease !important;
    margin-bottom: 2px;
    margin-right: 2px;
}

input[type="checkbox"] {
    border-radius: 4px !important;
}


/* Radio should be round */
input[type="radio"] {
    border-radius: 50%;
}

    /* Hover effect */
    input[type="radio"]:hover,
    input[type="checkbox"]:hover {
        border-color: var(--theme-color-dark);
    }

/* Checked state for checkbox */
input[type="checkbox"]:checked {
    background-color: var(--theme-color-dark);
    border-color: var(--theme-color-dark);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

/* Checked state for radio */
input[type="radio"]:checked {
    background-color: var(--theme-color-dark);
    border-color: var(--theme-color-dark);
}

    /* White inner dot for checked radio */
    input[type="radio"]:checked::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal !important;
    text-align: center;
}

.table-hover > tbody > tr:hover {
    background-color: #34485b34 !important;
    color: #000 !important;
    cursor: pointer;
}

.form-select {
    border: none !important;
}

    .btn:focus,
    .btn:active:focus,
    .btn-link.nav-link:focus,
    .form-control:focus,
    .form-select:focus,
    .form-check-input:focus,
    input[type="checkbox"]:focus,
    input[type="radio"]:focus,
    select:focus,
    .btn-check:focus + .btn {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-main-style {
    color: #fff !important;
    font-weight: 200 !important;
    font-size: 0.8rem;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background-color: #e93c49 !important;
    width: 8rem;
    height: 1.85rem;
    font-size: 0.75rem;
    /*    padding: 0rem 1rem;*/
    border-radius: 0.5rem !important;
    transition: all 0.3s ease;
}

    .btn-main-style:hover {
        background-color: #34485b !important;
        color: #fff !important;
        transition: all 0.3s ease;
    }


.btnUpdateRadiusMap {
    font-size: 0.7rem;
    padding: 0.1rem 0.2rem !important;
    letter-spacing: 0.25px !important;
    color: #fff !important;
    background: #34485b;
    border: 1px solid transparent;
    border-radius: 0.35rem !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btnUpdateRadiusMap:hover {
        background: #e93c49;
        color: #fff !important;
        box-shadow: 0 3px 8px rgba(233, 60, 73, 0.25);
    }

    .btnUpdateRadiusMap .rotate-top-right {
        transition: transform 0.3s ease;
    }

    .btnUpdateRadiusMap:hover .rotate-top-right {
        transform: rotate(45deg);
    }

.form-control {
    border-radius: 0.25rem !important;
}

.theme-dark {
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem dashed var(--theme-color);
}

.radius-input {
    width: 3rem;
    height: 28px;
    padding: 4px 8px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    background-color: #fff;
    outline: none;
    transition: all 0.2s ease;
}

.radius-input::placeholder {
    color: #000;
    font-weight: 400;
}

.radius-input:hover {
    border-color: #34485b;
}

.project-name-div {
    font-size: 1.5rem;
    font-weight: 700;
}

.border-uni {
    border: 0.12rem dotted var(--theme-color-dark);
}

.filter_input_search {
    border: 1.2px dashed #c4c4c4 !important;
    border-radius: 0.25rem !important;
    padding: 6px 12px;
    font-size: 0.85rem;
    outline: none;
    background-color: #fff;
    transition: all 0.2s ease;
    color: #000;
    font-weight: 100 !important;
    font-size: 0.8rem !important;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background-color: #e9e9e9d9 !important;
    width: 100% !important;
    height: 1.85rem;
    padding: 0.5rem;
    margin: 0.5rem 0rem;
}

.pull-left {
    float: left;
}

.panel-heading a {
    display: block;
    text-decoration: none;
}

.nav > li > a {
    position: relative;
    display: block;
    /* padding: 10px 15px; */
    /* padding: 10px; */
    /* padding: 10px; */
    color: #ffffff;
}

.panel-tabs > li > a {
    margin-right: 2px;
    /* margin-top: 4px; */
    /* line-height: .85; */
    color: #ffffff;
    background-color: #849DB5;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    font-weight: 600;
    transition: all 0.1s ease-in-out 0s;
}

.panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #ED4658;
    border-bottom-color: transparent;
    height: 50px;
    margin-top: -8px;
}

.nav > li {
    position: relative;
    display: block;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.carousel-inner > .active, .panel-tabs > .active {
    background-color: #ffffff;
}

.nav-tabs .nav-link {
    background-color: #d9d9d9 !important;
    color: #000;
    padding: 0.4rem 1rem;
    margin: 0rem 0.15rem;
    border-radius: 0.75rem 0.75rem 0rem 0rem !important;
    -moz-border-radius: 4px 4px 0 0;
    font-weight: 600;
    transition: all 0.1s ease-in-out 0s;
    border-color: none !important;
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
        /* border-radius: 0.75rem !important; */
        /* background-color: var(--theme-color-dark) !important; */
        padding-bottom: 0.75rem;
        border: none !important;
        /* border: 1.5px dashed #ffffff !important; */
        border-bottom: none !important;
    }

.nav-tabs {
    border: none !important;
}

.lfwidget_border {
    margin: 0.6rem 0rem;
    border: 0.12rem dotted var(--theme-color-dark);
    background-color: #fff !important;
    padding: 0.9rem;
}

.pac-container {
    z-index: 1050;
}

.nav-item {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 0.25rem;
    /* border: 1px dashed #ffffff; */
    margin-right: 0.2rem;
    align-items: center;
    font-size: 0.85rem;
}


.nav-item {
    position: relative;
}

    .nav-item::after {
        content: '';
        position: absolute;
        top: -2px;
        right: 5px;
        width: 9px;
        height: 9px;
        background: #e93c49;
        border-radius: 50%;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
        animation: pulseDot 1.5s infinite;
        display: none;
        border: 1px solid #fff;
    }

@keyframes pulseDot {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        transform: scale(1.4);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/*  <li class="nav-item has-dot" data-count="3">
  
.nav-item::after {
    content: attr(data-count);
    width: 18px;
    height: 18px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    background: red;
    border-radius: 50%;
}*/


.nav-item.has-dot::after {
    display: block;
}

/*new css bhavesh */

.login-container {
    min-height: 100vh;
}

.eye-for-see {
    right: 1px;
    top: 1px;
    padding: 0.6rem !important;
    z-index: 9 !important;
    border: 0px !important;
}


#loginSection {
    position: relative;
    background: url("/assets/bglogin.svg") no-repeat center center/cover;
    overflow: hidden;
}

#RegisterSection {
    position: relative;
    background: url("/assets/bglogin.svg") no-repeat center center/cover;
    overflow: hidden;
    min-height: 100vh;
}

.login-box {
    width: min(90%, 45rem);
    padding: 1.5rem;
    border-radius: 3rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    color: #fff;
    margin: 1rem;
    padding-top: 4rem;
}


#login_otp {
    border-radius: 0.25rem;
    border: none;
    outline: none;
}


/*.form-control:focus{
background-color: transparent !important;
}*/


.btn-login {
    padding: 0.25rem 2rem;
    border-radius: 0.5rem;
    border: none !important;
    background: #FFFFFFD9;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 0.95rem;
}

    .btn-login:hover {
        background: #FFFFFF;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.4), 0 5px 15px rgba(0, 0, 0, 0.3);
    }

.line-hr {
    border: 0.5px solid #FFFFFF;
    margin-top: 2rem !important;
}

#loginForm .form-control {
    border-radius: 0rem 0.4rem 0.4rem 0rem !important;
    padding: 0.4rem !important;
    border: 1px solid #ffffff !important;
}

#loginForm input {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    #loginForm input::placeholder {
        color: #ffffff !important;
        opacity: 1;
    }

#loginForm input {
    color: #ffffff !important;
}

#register-form .form-control {
    border-radius: 0rem 0.5rem 0.5rem 0rem !important;
    padding: 0.4rem !important;
    border: 1px solid #ffffff !important;
}

#register-form input {
    color: #ffffff !important;
    background: transparent;
    border: none;
    box-shadow: none;
}

    #register-form input::placeholder {
        color: #ffffff !important;
        opacity: 1;
    }

#register-form input {
    color: #ffffff !important;
}

.register-link {
    color: #5c9078 !important;
    text-decoration: none;
}

/* =================================================== login end =================================== */



.custom-select {
    cursor: pointer !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    background-image: url("/assets/dropdownarrowwhite.svg") !important;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 1.15rem;
    transition: background-position 0.25s ease, box-shadow 0.25s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-select:hover {
    background-color: #e93c49 !important;
    background-image: url("/assets/dropdownwhite.svg") !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.custom-select:focus {
    background-color: #F2F2F2 !important;
    color: #000 !important;
    background-image: url("/assets/dropdownarrowwhite.svg") !important;
}

.olmap-radius-div {
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem
}


.regionOLmap {
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem
}

.mapsummery-div {
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem
}


.bankdetails-div,
.floorplans-div {
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem !important;
    font-size: 0.8rem !important;
}

    .bankdetails-div p,
    .floorplans-div p {
        font-size: 0.8rem !important;
    }

.main-dashborad-btn-style {
    color: #fff;
    background-color: #e93c49;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 0.8rem !important;
    padding: 0.2rem 1rem;
    transition: all 0.3s ease;
    border-radius: 0.5rem !important;
    letter-spacing: 0.25px;
}

    .main-dashborad-btn-style:hover {
        color: #fff;
        background-color: #34485b;
    }

        .main-dashborad-btn-style:hover .rotate-top-right {
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

.main-dashborad-btn-style-new {
    color: #fff;
    background-color: #34495B !important;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 0.8rem !important;
    padding: 0.2rem 1rem;
    transition: all 0.3s ease;
    border-radius: 0.2rem !important;
    margin: 0.1rem !important;
    letter-spacing: 0.25px;
}

.main-dashborad-btn-style-rera {
    color: #fff;
    background-color: #5c9078;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 0.8rem !important;
    padding: 0.2rem 1rem;
    transition: all 0.3s ease;
    border-radius: 0.2rem !important;
    margin: 0.1rem !important;
    letter-spacing: 0.9px !important;
    letter-spacing: 0.25px;
}

    .main-dashborad-btn-style-rera:hover {
        color: #fff;
        background-color: #50866d;
        transition: all 0.3s ease;
    }


        .main-dashborad-btn-style-rera:hover .rotate-top-right {
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

.main-dashborad-btn-style-new:hover {
    color: #fff !important;
    transition: all 0.3s ease;
}

    .main-dashborad-btn-style-new:hover .rotate-top-right {
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }



/*.reraImage {
    filter: invert(1);
}*/

.rotate-top {
    rotate: -45deg !important;
}

.rotate-top-new {
    rotate: -45deg !important;
}

.project-address {
    font-size: 0.9rem !important;
}

/*hr{
height: 2px !important;
}*/

.btn-styles-forcolorfull {
    color: #fff !important;
    background-color: #34485b !important;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 0.8rem !important;
    padding: 0.2rem 0.6rem !important;
    transition: all 0.3s ease;
    margin-right: 12px;
    border-radius: 10rem !important;
    margin: 0.1rem !important;
    letter-spacing: 0.25px;
}

.toogle-styles {
    width: 50px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.rotate-top {
    /*    color: #e93c49;*/
}

.rotate-top-new {
    color: #fff;
}

.main-dashborad-btn-style:hover .rotate-top {
    color: #fff !important;
    transition: all 0.3s ease;
}

.main-dashborad-btn-style-rera:hover .rotate-top {
    color: #fff !important;
    transition: all 0.3s ease;
}

.ProjectRatingScoreAverage {
    /*    background-color: #D9D9D9 !important;
    border-radius: 1rem !important;
    border: 1.2px dashed #34485b;*/
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem
}


.mainDiv {
    display: flex;
    width: 100%;
    /*overflow: hidden;*/
}

.sidePannelForDashboard {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mainDiv > .container-fluid {
    flex-grow: 1;
    overflow-x: hidden;
    transition: margin-left 0.3s ease;
}

.sidePannelForDashboard {
    overflow: hidden;
}

.sidePannelForDashboard {
    transition: width 0.3s ease;
}

.mainDiv > .container-fluid {
    transition: width 0.3s ease;
}

.sidePannelForDashboard {
    width: 14% !important;
    max-height: calc(100vh - 10rem);
    overflow-y: auto !important;
    position: sticky;
    top: 8.5rem;
    background: #fff;
    box-shadow: 0px 10px 25px 0px #00000040;
    border-radius: 1rem;
    padding: 0.3rem 0.5rem;
}

.projectMainStart {
    background: #fff;
    box-shadow: 0px 10px 25px 0px #00000040;
    border-radius: 1rem !important;
}

.sidePannelForDashboard.collapsed {
    width: 4.25% !important;
    transition: all 0.3s ease;
}

    .sidePannelForDashboard.collapsed .title {
        margin-left: 0rem !important;
        transition: all 0.3s ease;
    }

    .sidePannelForDashboard.collapsed .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0.6rem !important;
    background: #34485b !important;
    border-radius: 0.75rem !important;
    color: #fff !important;
    border: 4.5px double #ffffff;
    transition: all 0.3s ease;
}

    .sidebar-header .title {
        font-size: 0.75rem;
        white-space: nowrap;
        font-weight: 600;
        letter-spacing: 1px;
        /*    transition: all 0.3s ease;*/
        text-transform: uppercase;
        color: #f2f2f2;
    }

.toggle-btn {
    border: none;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    align-items: center;
    cursor: pointer;
    /*    background: #E93C49;*/
    /*    padding: 0.3rem 0.75rem;*/
    border-radius: 100%;
    color: #fff !important;
    rotate: 90deg !important;
    border: 1.5px solid #fff !important;
    transition: all 0.3s ease;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

    .sidebar-menu li a {
        display: flex;
        gap: 0.5rem;
        padding: 0.55rem;
        margin-bottom: 0.4rem !important;
        cursor: pointer;
        transition: background 0.2s;
        background-color: rgb(217, 217, 217);
        border: 1.2px dashed #c4c4c4;
        border-radius: 0.75rem !important;
        border: 4.5px double #ffffff !important;
        transition: all 0.3s ease;
    }

    .sidebar-menu li a {
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
    }

        .sidebar-menu li a.active,
        .sidebar-menu li a:hover {
            background: linear-gradient( 270deg, #34485B, #5F957A, #6DA58A, #34485B ) !important;
            background-size: 300% 300%;
            animation: gradientMove 4s ease infinite;
            color: #fff !important;
            border: 1px solid rgba(255,255,255,0.4);
            transition: all 0.3s ease;
        }

            .sidebar-menu li a.active::before,
            .sidebar-menu li a:hover::before {
                content: "";
                position: absolute;
                top: 0;
                left: -150%;
                width: 60%;
                height: 100%;
                background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.4), transparent );
                transform: skewX(-25deg);
                animation: shineMove 2.5s infinite;
            }

            .sidebar-menu li a.active > span > img,
            .sidebar-menu li:hover img {
                filter: brightness(0) invert(1);
                transform: scale(1);
                transition: all 0.3s ease;
            }

            .sidebar-menu li a.active .text,
            .sidebar-menu li a:hover .text {
                letter-spacing: 0.5px;
                transition: all 0.4s ease;
            }

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes shineMove {
    0% {
        left: -150%;
    }

    100% {
        left: 200%;
    }
}

.sidebar-menu li a:hover {
    color: #fff !important;
}

.sidebar-menu .text {
    white-space: wrap;
    transition: opacity 0.3s ease, width 0.3s ease;
    font-size: 0.775rem;
    letter-spacing: 0.3px;
}

.anchorOfProjects {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sidePannelForDashboard.collapsed .text,
.sidePannelForDashboard.collapsed .title {
    opacity: 0;
    width: 0;
    overflow: hidden;
    display: none;
}

.sidePannelForDashboard.collapsed .extraReports {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.sidePannelForDashboard.collapsed .anchorOfProjects {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem !important;
}


.sidePannelForDashboard.collapsed li {
    justify-content: center;
    gap: 0rem !important;
}

.sidePannelForDashboard.collapsed .toggle-btn {
    transform: rotate(180deg);
}

.upload-item {
    display: flex !important;
    flex-wrap: wrap !important;
    border-radius: 0.5rem !important;
    background: #F2F2F2;
    padding: 0.5rem;
    margin: 0.5rem;
    width: 200px;
    height: 200px;
}
/* Base accordion button */
.custom-accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 1rem 1.25rem;
}

    .custom-accordion-btn::after {
        content: "";
        width: 2rem;
        height: 1.5rem;
        background-image: url("/assets/dropdownarrowwhite.svg") !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: transform 0.3s ease-in-out !important;
        filter: brightness(5) !important;
    }

    .custom-accordion-btn.collapsed::after {
        transform: rotate(0deg) !important;
    }

    .custom-accordion-btn:not(.collapsed)::after {
        transform: rotate(180deg) !important;
    }

.mainAccodionStyle {
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    border-radius: 0.75rem !important;
    padding: 0.4rem 0.4rem 0.4rem 1rem !important;
    border: 4.5px double #ffffff !important;
    transition: all 0.3s ease;
}


.mainAccodionStyleNearBy {
    color: #000 !important;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    background: #D9D9D9 !important;
    border-radius: 0.5rem !important;
    padding: 0.3rem 0.3rem 0.3rem 1rem !important;
    border-left: 3px solid #34485b;
    border-right: 3px solid #34485b;
    box-shadow: none;
    transition: all 0.3s ease;
}

.accordionNeraByPlaces > .accordion > .accordion-item > .accordion-header > .custom-accordion-btn::after {
    content: "";
    width: 2rem;
    height: 1.5rem;
    background-image: url("/assets/dropdownarrowwhite.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease-in-out !important;
    filter: invert(1) !important;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid transparent !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.aminitiesul > li {
    background: #f2f2f2 !important;
    padding: 0.5rem;
    margin: 0.2rem !important;
    border-radius: 0.5rem;
    width: auto !important;
    border: 1.2px dashed rgb(196, 196, 196)
}

    .aminitiesul > li img {
        filter: grayscale(100%);
    }

        .aminitiesul > li img:hover {
            filter: grayscale(0%);
            transition: 0.3s ease-in-out !important;
            transition: all 0.3s ease;
        }

.amenitesDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    width: 100%;
    padding: 0.9rem;
}

.amenitiesImges {
    width: calc(11.11% - 13px); /* 9 cards per row */
    min-width: 150px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1.2px dashed rgb(196, 196, 196);
    padding: 0.3rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .25s ease;
    cursor: pointer;
    overflow: hidden;
}

    .amenitiesImges:hover {
        transform: translateY(-2px);
        border-color: #4c746c;
        box-shadow: 0 8px 20px rgba(76,116,108,.15);
    }

    .amenitiesImges img {
        width: 45px;
        height: 45px;
        object-fit: contain;
        margin-bottom: 0.3rem;
    }

    .amenitiesImges p {
        font-size: 0.75rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.3;
        padding: 0 8px;
        margin: 1px !important;
        letter-spacing: 0.5px;
    }

table.dataTable thead .sorting {
    background-size: 0.8rem !important;
}


table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px solid #111 !important;
}

.btn-mortgage {
    color: #000;
    background-color: #F2F2F2;
    border: none !important;
    border-radius: 0px;
    font-size: 0.8rem !important;
    padding: 0.2rem;
    transition: all 0.3s ease;
    border-radius: 0.2rem !important;
    margin: 0.3rem 0rem !important;
    width: 100% !important;
}

td > a {
    text-decoration: none !important;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    flex-wrap: nowrap;
}

    td > a:hover {
        color: #e93c49 !important;
        text-decoration: underline !important;
        transition: 0.2s ease !important;
        text-decoration: none !important;
        transition: all 0.3s ease;
    }

    /* Arrow */
    td > a::after {
        content: "";
        width: 10px;
        height: 10px;
        background: url("/assets/redarrow.svg") no-repeat center;
        background-size: contain;
        flex-shrink: 0;
        transition: transform 0.25s ease; /* smooth animation */
    }

    /* Rotate on hover */
    td > a:hover::after {
        transform: rotate(45deg);
    }

.extraReports {
    border-bottom: 1px solid #E8E5E5;
}

.navbar-collapse > gmp-place-autocomplete {
    width: 50%;
    /*    margin-right: 1rem;*/
    background-color: #fff !important;
    border: 0px solid transparent !important;
}

.input-container:focus-within .focus-ring {
    opacity: 1 !important;
    border: 2px solid red !important;
}


gmp-place-autocomplete {
    width: 100%;
    /*    margin-right: 1rem;*/
    background-color: transparent !important;
    border: 0px solid transparent !important;
}

    gmp-place-autocomplete::part(input) {
        background-color: #fff !important;
        color: #000 !important;
        border: 1px dashed #34485b;
        border-radius: 0.5rem;
        padding: 0.35rem;
    }

    gmp-place-autocomplete::part(prediction-item-icon) {
        background-color: #34485b !important;
        color: #000 !important;
        border-radius: 2rem;
    }

    gmp-place-autocomplete::part(prediction-item-match) {
        color: #000 !important;
    }

    gmp-place-autocomplete::part(prediction-item-main-text) {
        color: #000 !important;
    }

    gmp-place-autocomplete::part(predictions) {
        background-color: #fff !important;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    gmp-place-autocomplete::part(list) {
        background-color: #fff !important;
    }

    gmp-place-autocomplete::part(prediction-item) {
        background-color: #fff !important;
        color: #000 !important;
    }

        gmp-place-autocomplete::part(prediction-item):hover {
            background-color: #f2f2f2 !important;
        }

    gmp-place-autocomplete::part(prediction-list) {
        background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    }
/* This targets the search icon specifically if the 'icon' part is exposed */
place-autocomplete-element::part(icon) {
    display: none;
}
/* Example: Hiding the icon container if it is exposed as a part */
place-autocomplete-element::part(icon-container) {
    display: none;
}

gmp-place-autocomplete::part(prediction-item-selected) {
    background-color: #e93c49 !important;
}

.autocomplete-icon {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
}

.booking-stop td {
    background-color: #e93c4978;
}

.externalImageDiv img {
    width: 180px;
    height: 180px;
}

.external-img-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1rem;
    padding-bottom: 0.8rem;
    padding-right: 0rem;
    padding-left: 0rem;
}

    .external-img-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .external-img-scroll::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .external-img-scroll::-webkit-scrollbar-thumb:hover {
            background: #555;
            transition: all 0.3s ease;
        }

    .external-img-scroll .col-md-3 {
        flex: 0 0 auto;
        width: 250px;
    }

.dataTables_scrollBody thead tr {
    visibility: collapse;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
    font-family: inherit;
}

    .dataTables_filter label {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        font-weight: 700 !important;
        font-size: 0.85rem !important;
        letter-spacing: 1px !important;
        margin: 0.25rem 0rem;
    }

        .dataTables_filter label::before {
            content: "";
            width: 0.9rem;
            height: 0.9rem;
            display: inline-block;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='%2334485b' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat center;
            background-size: contain;
            filter: brightness(0);
        }

    .dataTables_filter input[type="search"] {
        width: 14rem;
        height: 1.85rem;
        border: 1px dashed #c4c4c4 !important;
        border-radius: 0.5rem !important;
        padding: 6px 12px;
        font-size: 0.85rem;
        outline: none;
        background-color: #fff;
        transition: all 0.2s ease;
    }

        .dataTables_filter input[type="search"]:focus {
            border-color: #e93c49;
        }

        .dataTables_filter input[type="search"]:hover {
            border-color: #e93c49;
            transition: all 0.3s ease;
        }

.btnigrperiod.activebtn {
    background: #34485b !important;
    color: #fff !important;
}

.icon-accordion img {
    filter: invert(1);
    width: 1.1rem !important;
}

.icon-accordion-social img {
    padding: 7px !important;
    background: #fff !important;
    border-radius: 100%;
}

.badge-for-distance {
    font-size: 0.8rem;
    color: #000;
    background: #D9D9D9;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

.custom-social-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.2px dashed #c4c4c4 !important;
    padding: 0.4rem 0rem;
}

.cardForDashboard {
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem;
    height: 100%;
}

.cardForDashboardProjectRating {
    border-radius: 0.5rem !important;
    background-color: #fff !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem;
    height: 100%;
}

.button-toggle-cust-select .selectBorder {
    background-color: #8c8c8c !important;
    color: #fff !important;
    background-image: url("/assets/dropdownwhite.svg") !important;
}

.border-bottom-universal {
    border-bottom: 1.2px dashed #c4c4c4 !important;
    padding-bottom: 0.4rem;
    letter-spacing: 0.25px;
}

.icon-mapSummary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(220 228 236);
    border-radius: 0.75rem;
    box-sizing: border-box;
}

.btn-pincode {
    font-size: 0.7rem;
    color: rgb(255, 255, 255);
    background: rgb(233, 60, 73);
    padding: 0.025rem 0.25rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    letter-spacing: 0.9px;
}

    .btn-pincode:hover {
        color: #fff;
        background: #34485b;
        transition: all 0.3s ease;
    }

        .btn-pincode:hover .rotate-top-right {
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

.metric-label {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.metric-value {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.metric {
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.75rem;
}
.metric_pivot {
    box-shadow: rgba(0, 0, 0, 0.75) 0px 4px 10px -4px;
    border-right: 0px dashed transparent !important;
    padding: 1rem !important;
    border-radius: 1rem !important;
    margin: 0.2rem 0.4rem !important;
    background: rgb(255, 255, 255) !important;
    border-bottom: 5px solid rgb(52, 72, 91) !important;
}



.matric_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin-bottom: 1rem;
}

.metric-badge {
    color: #000;
    background: #D9D9D9;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    letter-spacing: 1px;
}

.metric-heading {
    text-align: start;
    color: #000;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    padding: 0.4rem 1rem !important;
    border-radius: 0.5rem !important;
    background-color: #D9D9D9 !important;
    border-left: 3px solid #34485b;
    border-right: 3px solid #34485b;
}

.btn-for-region-save {
    background: linear-gradient(135deg, #34485B, #466177);
    color: #fff;
    border: none;
    border-radius: 0.6rem;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 2px 8px rgba(52,72,91,.15);
}

    .btn-for-region-save:hover {
        background: #5c9078;
        box-shadow: 0 6px 15px rgba(95,149,122,.25);
        color: #fff;
    }

    .btn-for-region-save i {
        margin-right: 5px;
    }

.btn-for-region-view {
    background: #5c9078;
    color: #ffffff;
    border: 1px dashed transparent;
    border-radius: 0.6rem;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all .25s ease;
}

    .btn-for-region-view:hover {
        background: linear-gradient(135deg, #34485B, #466177);
        color: #fff;
        border: 1px solid transparent;
        box-shadow: 0 6px 15px rgba(52,72,91,.2);
    }

    .btn-for-region-view i {
        margin-right: 5px;
    }

.rera-link {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 10px;
    transition: all 0.2s ease;
    background: rgb(27 27 27 / 13%);
}

    .rera-link:hover {
        background: rgba(13, 110, 253, 0.15);
        color: #34485b;
    }

.clearBtn {
    background: #e93c49 !important;
    letter-spacing: 0.5px;
    background: #f2f2f2;
    color: #fff !important;
    border-radius: 0.5rem;
    padding: 4px 6px !important;
    font-size: 0.8rem;
}

input[value="Table"] {
    background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'> <path d='M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64v64H0V96zM0 192H512V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm128 64c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32H128zm192 0c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32H320z'/> </svg>") no-repeat 8px center;
}

input[value="Chart"] {
    background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'> <path d='M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V64c0-17.7-14.3-32-32-32zM160 224c-17.7 0-32 14.3-32 32V416c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32zm128-96c-17.7 0-32 14.3-32 32V416c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32zm128-64c-17.7 0-32 14.3-32 32V416c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32z'/> </svg>") no-repeat 8px center;
}

input[value="Table"],
input[value="Chart"] {
    background-size: 0.9rem;
    background-repeat: no-repeat;
    background-position: 1.5rem center;
}

.tooltip-inner {
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    transition: all 0.3s ease !important;
}

/*for bb chart...*/
/*.bb-tooltip-container {
    pointer-events: auto !important;
    margin-top: -8px !important;
    transform: translateY(-1px) !important;
}

.bb-tooltip {
    pointer-events: auto !important;
}*/

.select2-search__field {
    font-family: 'Montserrat', sans-serif !important;
}

.select2-selection__rendered {
    font-family: 'Montserrat', sans-serif !important;
}

.select2-results__option {
    font-family: 'Montserrat', sans-serif !important;
}


.select2-results__option--highlighted {
    background-color: #e93c49 !important;
    color: #fff !important;
}

.select2-results__option[aria-selected="true"] {
    background-color: #e93c49 !important;
    color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    box-shadow: none !important;
}

.select2-results__option {
    padding: 0.4rem !important;
    font-size: 0.9rem !important;
}

.select2-container--default
.select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0.2rem;
    background-color: #fff;
}

.select2-container--default
.select2-results > .select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

.select2-container--default
.select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0px;
    background-image: -webkit-linear-gradient( 5deg, #555555dd 59%, #4a4747 99% );
}

.select2-container--default .select2-selection--multiple {
    border: 1px dashed #34485b !important;
    border-radius: 0.5rem !important;
}

.select2-dropdown {
    background-color: #fff;
    border-top: 1px solid transparent !important;
    border: 1px solid transparent;
    border-radius: 0px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    top: 11px;
    box-shadow: 0 1px 2px 0 light-dark(rgba(60,64,67,.3),rgba(0,0,0,.3)),0 2px 6px 2px light-dark(rgba(60,64,67,.15),rgba(0,0,0,.15)) !important;
}

/* Range Slider */
.radius-range {
    width: 60px;
    height: 4px;
    appearance: none;
    background: #d0d7de;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

    .radius-range::-webkit-slider-runnable-track {
        height: 4px;
        background: #d0d7de;
        border-radius: 5px;
    }

    .radius-range::-webkit-slider-thumb {
        appearance: none;
        width: 14px;
        height: 14px;
        background: #34485b;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -5px;
    }

.spanDivRatingClass {
    background: #34485b;
    padding: 2px 4px;
    color: #fff;
    border-radius: 0.25rem;
}

.spanDivChangeClass {
    background: #8c8c8c;
    padding: 0.5px 6px;
    color: #ffffff;
    font-size: 0.8rem;
    border-radius: 0.15rem;
}

/* --- PAGINATION --- */
/* Info & Length text */
.dataTables_info,
.dataTables_length {
    font-size: 0.8rem;
    color: #34485b;
    font-weight: 600;
}

/* Pagination buttons base */
.dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    font-size: 0.75rem !important;
    border: 1px solid #d6dde3 !important;
    background: #34485b !important;
    color: #fff !important;
    padding: 5px 11px !important;
    margin: 0 2px !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

    /* Active page */
    .dataTables_paginate .paginate_button.current,
    .dataTables_paginate .paginate_button.current:hover {
        background: #34485b !important;
        color: #ffffff !important;
        border: 1px solid #34485b !important;
    }

    /* Hover state */
    .dataTables_paginate .paginate_button:hover:not(.current) {
        background: #34485b !important;
        color: #fff !important;
        border: 1px solid #d6dde3 !important;
    }

    /* Anchor inside buttons */
    .dataTables_paginate .paginate_button a,
    .dataTables_paginate .paginate_button:hover a {
        color: inherit !important;
    }

    /* Optional: Disabled state (clean UI) */
    .dataTables_paginate .paginate_button.disabled {
        opacity: 0.9 !important;
        cursor: not-allowed !important;
    }

.text-justify {
    text-align: justify !important;
}

.launch-ctrl {
    border-radius: 1rem;
    background-color: #34485b !important;
    color: #fff;
}

#expad-ico {
    padding: 0.16rem 0.85rem !important;
    border-radius: 0.25rem !important;
    background: #e93c49 !important;
    display: inline-block !important;
    position: absolute !important;
    right: 2.8rem !important;
    top: 0.45rem !important;
    z-index: 1 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 1rem !important;
    border: 0px solid red !important;
}

.map-meta-wrapper .map-detail {
    margin-left: 0% !important;
    background: rgb(255 255 255 / 87%) !important;
    padding: 0.7rem !important;
    position: relative;
    max-width: 32% !important;
    position: absolute;
    right: 2.8rem !important;
    top: 2.45rem !important;
    z-index: 1 !important;
    display: none;
    border: 1.2px dashed #c4c4c4 !important;
    border-radius: 0rem !important;
}

.tab button.active {
    background-color: #e93c49 !important;
    color: #fff !important;
}

.tab {
    overflow: hidden;
    border: 1px dashed #e93c49 !important;
    background-color: transparent;
    display: flex;
    padding: 0.2rem !important;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

    .tab button {
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0.3rem !important;
        transition: all 0.3s ease;
        font-size: 0.8rem !important;
        width: 50%;
        white-space: nowrap;
        border-right: 1px solid #fff;
        border-radius: 0.5rem !important
    }

.map-detail .tab button:hover {
    background-color: #8c8c8c !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.button-tile {
    color: white;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 20px;
    cursor: pointer;
    margin: 5px;
    width: 120px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border: 1px solid #e93c49 !important;
}

    .button-tile a {
        color: #e93c49 !important;
        text-decoration: none;
    }

    .button-tile.active, .button-tile:hover {
        background-color: #ddd !important;
        transition: all 0.3s ease;
    }

#smc_CatchmentTab td {
    border-bottom: none !important;
    padding: 5px !important;
    text-align: start !important;
    font-size: 0.8rem !important;
}

.btn-city-view input {
    background: #e93c49 !important;
    border-radius: 0.25rem !important;
    border: 0px solid !important;
    color: #fff !important;
    padding: 1px 4px !important;
    font-size: 0.7rem !important;
    transition: all 0.3s ease;
}

    .btn-city-view input:hover {
        background: #34485b !important;
        transition: all 0.3s ease;
    }

#smc_CatchmentTab > p {
    margin-bottom: 0.1rem;
    font-size: 0.8rem !important;
}

.tbl-info-wrap {
    position: relative;
    height: 230px !important;
    overflow: auto;
    padding: 0 5px;
    min-height: 200px !important;
}

#smc_CatchmentTab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-radius: 0px;
}

#smc_CatchmentTab::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #ffffff;
}

#smc_CatchmentTab::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient( 5deg, #555555dd 53%, #4a4747 99% );
}

.metric-high-circle {
    border-radius: 0.5rem !important;
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    color: #fff !important;
    padding: 0.4rem 0.9rem;
    font-size: 0.8rem;
    width: 18rem !important;
    border: 3px double #ffffff !important;
}

.reraNumberConatiner {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 1.5rem;
}


.footer-bg-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    color: #fff !important;
}


.footer-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
    font-size: 0.85rem;
    letter-spacing: 0.8px;
}

    .footer-bg > div > a {
        color: #fff !important;
    }

.footer-font-size {
    font-size: 1.6rem;
}

.footer-font-size-s {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.list-unstyled li a {
    letter-spacing: 0.8px;
    font-size: 0.85rem;
    color: #3C3C3C !important;
}

    .list-unstyled li a:hover {
        transition: all 0.3s ease;
        color: #e93c49 !important;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    transition: all 0.3s ease;
}

.dropdown-item {
    margin-bottom: 0.1rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.78rem;
    background: #D9D9D9 !important;
    border: 1.2px dashed #c4c4c4;
    border: 4.5px double #ffffff !important;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.dropdown-header {
    font-size: .9rem;
    color: #414447;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.dropdown-menu.show {
    border-radius: 0.5rem !important;
    margin-top: 0.5rem;
}

.user-dropdown.show {
    width: 290px;
    max-width: calc(100vw - 2rem);
    margin-top: 0.5rem;
    border-radius: 0.5rem !important;
    box-sizing: border-box;
}

.user-name {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #2c2c2c;
}

.welcome-text {
    font-size: 0.8rem;
}

.radio-btn-group {
    gap: 0.4rem;
}

.radio-btn {
    position: relative;
    cursor: pointer;
}

    .radio-btn input {
        display: none;
    }

    .radio-btn span {
        display: inline-block;
        padding: 0.25rem 1.2rem;
        border-radius: 0.5rem !important;
        border: 1.2px dashed #34485b;
        font-size: 0.8rem;
        transition: all 0.1s ease;
        letter-spacing: 0.35px !important;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }

    /*.radio-btn:hover span {
    background: #D9D9D9 !important;
    color: #000;
    transition: all 0.3s ease;
}*/

    .radio-btn input:checked + span {
        background: #e93c49;
        color: #fff;
        border-color: #e93c49;
        transition: all 0.3s ease;
    }

/*.radio-btn input:checked + span:hover {
    background: #e93c49;
    color: #000;
    border-color: #34485b;
    transition: all 0.3s ease;
}*/

.heading-span {
    font-size: 1.05rem;
}

.btn-outline-dark {
    color: #34485b;
    background: #ffffff;
    border: 1.2px dashed #34485b;
    border-radius: 10px;
    padding: 0.35rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 .125rem .3rem rgb(0 0 0 / .2);
    transition: all 0.25s ease;
}

    .btn-outline-dark:hover {
        color: #fff;
        background: linear-gradient(135deg, #34485b, #4c746c);
        border-color: #4c746c;
        box-shadow: 0 8px 18px rgba(76, 116, 108, 0.18);
    }

    .btn-outline-dark:focus,
    .btn-outline-dark:active {
        color: #fff !important;
        background: linear-gradient(135deg, #34485b, #4c746c) !important;
        border-color: #4c746c !important;
        box-shadow: 0 0 0 0.2rem rgba(76, 116, 108, 0.2) !important;
    }

.redColor-Links {
    color: #e93c49;
}

    .redColor-Links:hover {
        color: #34485b !important;
        transition: all 0.3s ease;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

select > option {
    background-color: #fff;
    color: #000;
}

.modal-header {
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%) !important;
    color: #fff !important;
}

.modal-title {
    font-size: 0.9rem;
}

.modal-body {
    padding: 0.5rem !important;
}

.modal-header > .btn-close {
    background-color: #f1f1f1;
    border-radius: 25%;
    padding: 0.35rem;
    opacity: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .modal-header > .btn-close:hover {
        background-color: #ddd;
        transform: rotate(90deg) scale(1.01);
    }

    .modal-header > .btn-close:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
    }

#dvTreemapBtn > a {
    color: #e93c49;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px !important;
}

#dvTreemapBtn > span {
    color: #ffffff !important;
    background: #e93c49;
    padding: 2px 4px;
    letter-spacing: 0.5px !important;
    font-size: 0.9rem;
    font-weight: 700;
}

.universal-filter-labels {
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px !important;
}


.noOfProjects {
    width: 4.5rem;
    height: 1.85rem;
    padding: 2px 8px;
    font-size: 0.8rem;
    color: #000;
    border: 1.2px dashed #c4c4c4;
    border-radius: 0.5rem;
    outline: none;
    transition: all 0.2s ease;
    text-align: center;
}

.noOfTransactions {
    width: 4.5rem;
    height: 1.85rem;
    padding: 2px 8px;
    font-size: 0.8rem;
    color: #000;
    border: 1.2px dashed #c4c4c4;
    border-radius: 0.5rem;
    outline: none;
    transition: all 0.2s ease;
    text-align: center;
}

.universal-input-radio {
    padding: 0.35rem !important;
    border-radius: 0.5rem !important;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem !important;
    color: #000000 !important;
    letter-spacing: 0.5px;
    background-color: #d9d9d96b !important;
    border: 1.2px dashed #c4c4c4;
}

.universal-btn {
    font-size: 0.7rem;
    color: #fff !important;
    background-color: #34485b !important;
    border: 1px solid transparent;
    padding: 0.1rem 0.2rem !important;
    transition: all 0.3s ease;
    border-radius: 0.25rem !important;
}


.main-menu-txt {
    letter-spacing: 0.5px;
    background: #f2f2f2;
    color: #000 !important;
    border-radius: 0.5rem;
    padding: 3px 6px !important;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    border-left: 2px solid #e93c49 !important;
    border-right: 2px solid #e93c49 !important;
}

.dv_filter_section {
    border-right: 0px dashed transparent !important;
    padding: 1rem !important;
    border-radius: 1rem !important;
    margin: 0.2rem 0.4rem !important;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, .75);
    background: #fff !important;
    border-bottom: 5px solid #34485b !important;
    width: auto;
}

.lbl_filter_heading {
    background: linear-gradient(100deg, #34485B 41.22%, #5F957A 92.1%, #34485B 130.88%) !important;
    padding: 0.25rem 1.25rem;
    color: #fff !important;
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
}
.txtFilterMinMax {
    border: 1.2px dashed #c4c4c4 !important;
    border-radius: 0.25rem !important;
    padding: 6px 12px;
    transition: all 0.2s ease;
    color: #000;
    font-weight: 200 !important;
    font-size: 0.8rem;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background-color: #e9e9e9d9 !important;
    width: 5rem;
    height: 1.6rem;
    margin: 0.8rem 0rem;
}
.dv_filter_wrap {
    max-height: min(22rem, 30vh) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overflow-anchor: none !important;
}


    .dv_filter_wrap > ul > li {
        display: flex;
        gap: 0.25rem;
    }

.closeFiterbtn,
.applyFiterbtn {
    position: absolute !important;
    top: 0.5rem !important;
    padding: 0.4rem 0.7rem !important;
    border-radius: 0.5rem;
    font-size: 0.75rem !important;
    border-radius: 10rem !important;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.25s ease;
}

.closeFiterbtn {
    right: 0.3rem !important;
    top: 0.3rem !important;
    background: #e93c49;
    color: #fff;
    font-size: 1rem !important;
    padding: 0.4rem 0.55rem !important;
}

    .closeFiterbtn i {
        transition: transform 0.3s ease;
    }

    .closeFiterbtn:hover i {
        transform: rotate(90deg);
        background-color: #34485b !important;
        transition: all 0.3s ease;
    }

    .closeFiterbtn:hover {
        background-color: #34485b !important;
        transition: all 0.3s ease;
    }

.applyFiterbtn {
    right: 2.5rem !important;
    top: 0.3rem !important;
    background: #34485b !important;
    color: #ffffff !important;
    letter-spacing: 0.6px !important;
}

    .applyFiterbtn:hover {
        background: #e93c49 !important;
        transition: all 0.3s ease;
        /*    transform: translateY(-1px);*/
    }

    .closeFiterbtn:active,
    .applyFiterbtn:active {
        transform: scale(0.9);
    }


.lableminmax {
    font-size: 0.7rem;
    margin: 0.2rem !important;
    letter-spacing: 0.3px !important;
    font-weight: 700 !important;
    color: #34485b !important;
}

.page-break {
    break-after: page;
}

thead {
    display: table-header-group !important;
}

tr {
    page-break-inside: avoid;
}

/*tfoot {
    display: table-row-group;
}*/

.menuName {
    position: absolute;
    left: 0.5rem !important;
    top: 0.5rem !important;
    letter-spacing: 1px !important;
    font-size: 0.75rem !important;
    font-weight: 700;
    background: #e93c49;
    color: #fff;
    padding: 0.2rem 0.4rem;
    border-bottom: 2.5px solid #34485b;
    border-radius: 0.25rem 0.25rem 0rem 0.0rem;
}

.newLabel {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.colorNew {
    color: red !important;
}

.custom-modal-width {
    max-width: 90% !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

@media(max-width:576px) {
    .custom-modal-width {
        max-width: 95% !important;
        margin: 10px auto;
    }
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 35rem;
}

    .table-scroll table {
        min-width: 75rem;
    }

.biggestFont {
    font-size: 7rem;
}

.biggestFontSpan {
    font-size: 4rem;
}

.services {
    margin: 3rem 0rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.service-item p {
    font-size: 0.75rem !important;
}

.service-item img {
    width: auto;
    height: 80px;
    object-fit: cover;
    margin-bottom: 1.25rem;
    filter: grayscale(100%);
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem auto;
}

.section-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.logo-section {
    margin: 8rem 0rem;
}

.footer-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 8rem 0rem;
}

.pdgimg {
    filter: grayscale(1) !important;
    width: 75px;
}

.main-dashborad-btn-style-view {
    font-size: 0.7rem;
    color: #fff;
    background: #34485b;
    padding: 0.04rem 0.5rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    letter-spacing: 1px;
}

    .main-dashborad-btn-style-view:hover {
        color: #fff;
        background-color: #e93c49;
    }

.spanDivRatingClasss {
    background: #5c9078;
    padding: 2px 4px;
    color: #fff;
    border-radius: 0.25rem;
    letter-spacing: 1px;
}

.spanDivRatingClassI {
    background: #e93c49;
    padding: 2px 4px;
    color: #fff;
    border-radius: 0.25rem;
    letter-spacing: 1px;
}

.font-smallestt {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.logoutBtnColor {
    background: #e93c49 !important;
    color: #fff !important;
    margin: 0rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none !important;
}

    .logoutBtnColor:hover {
        background: #f02938 !important;
    }

#txtCatchmentName,
#ProjectNameTocompare {
    border-radius: 0rem 0.75rem 0.75rem 0rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    font-size: 0.8rem;
    border-left: 0rem !important;
}

#addon-wrapping {
    padding: 0.75rem;
    border-radius: 0.75rem 0rem 0rem 0.75rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px solid #34485b;
    font-size: 0.9rem;
    background: #34485b !important;
    color: #fff;
}

.viewCatchmentBtn {
    background: #5c9078 !important;
    letter-spacing: 0.5px;
    background: #f2f2f2;
    color: #fff !important;
    border-radius: 0.25rem;
    padding: 2.5px 6px !important;
    font-size: 0.8rem;
}

.shareCatchmentBtn {
    background: #e93c49 !important;
    letter-spacing: 0.5px;
    background: #f2f2f2;
    color: #fff !important;
    border-radius: 0.25rem;
    padding: 2.5px 6px !important;
    font-size: 0.8rem;
}

.datepick {
    border: 1.2px dashed rgb(196, 196, 196);
    border-radius: 0rem 0rem 1rem 1rem !important;
    background: #f2f2f2 !important;
    font-size: 0.85rem !important;
    border-top: 0rem !important;
}

#txtnewlaunchcount {
    border: 1.2px dashed rgb(196, 196, 196);
    border-radius: 0rem 0rem 1rem 1rem !important;
    background: #f2f2f2 !important;
    font-size: 0.85rem !important;
    border-top: 0rem !important;
}

.badge-for-project-location {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
    padding: 0.5rem 0.75rem;
    border-left: 5px solid #34485b !important;
    font-size: 0.825rem;
    transition: all 0.3s ease;
    max-width: 100%;
    word-break: break-word;
    border-radius: 0rem 1rem 1rem 0rem;
    letter-spacing: 1px;
}

    .badge-for-project-location i {
        color: #34485b;
        margin-right: 0.2rem;
        font-size: 0.85rem;
    }

#lbl_buildergroup_name {
    display: inline-block;
    padding: 0.1rem 1.25rem;
    background: #fff;
    border-left: 4px solid #e93c49;
    border-radius: 0rem 0.25rem 0.25rem 0rem;
    color: #34485b;
    font-size: 0.78rem;
    letter-spacing: 1px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.filter-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin: 0.25rem;
}

    .filter-actions button {
        border: none;
        border-radius: 0.5rem;
        padding: 4px 12px;
        font-size: 0.7rem;
        cursor: pointer;
        transition: all .25s ease;
        letter-spacing: 0.5px;
    }

.filter-actionss {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0.4rem;
    margin: 0.25rem;
}

    .filter-actionss button {
        border: none;
        border-radius: 0.5rem;
        padding: 4px 12px;
        font-size: 0.7rem;
        cursor: pointer;
        transition: all .25s ease;
        letter-spacing: 0.5px;
    }

.btn-select-all {
    background: #558373;
    color: #fff;
    border: 1px solid #4c746c;
    transition: all 0.25s ease;
    border-radius: 0.5rem;
}

    .btn-select-all:hover {
        background: #3d6059;
        border-color: #3d6059;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 116, 108, 0.25);
    }

.btn-clear-all {
    background: #e93c49;
    color: #ffffff;
    transition: all 0.25s ease !important;
}

    .btn-clear-all:hover {
        background: #34485b;
        color: #fff;
        border-color: #34485b !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(52, 72, 91, 0.2);
    }

.mydiv > div > label {
    font-size: 0.8rem !important;
    margin: 0.1rem 0rem;
}

.page-break-for-heading {
    page-break-before: always;
    break-before: page;
}

.mydiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem !important;
}


.micromarketTop {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.main-dashborad-btn-style-top-project {
    color: #fff;
    background-color: #34485b;
    font-size: 0.7rem !important;
    padding: 0.2rem 0.75rem;
    transition: all 0.3s ease;
    border-radius: 0.5rem !important;
    letter-spacing: 0.75px;
    cursor: pointer !important;
}

    .main-dashborad-btn-style-top-project:hover {
        color: #fff;
        background-color: #e93c49;
    }

        .main-dashborad-btn-style-top-project:hover .rotate-top-right {
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

.main-dashborad-btn-style-top-dev {
    color: #fff;
    background-color: #e93c49;
    font-size: 0.7rem !important;
    padding: 0.2rem 0.75rem;
    transition: all 0.3s ease;
    border-radius: 0.5rem !important;
    letter-spacing: 0.75px;
    cursor: pointer !important;
}

    .main-dashborad-btn-style-top-dev:hover {
        color: #fff;
        background-color: #34485b;
    }

        .main-dashborad-btn-style-top-dev:hover .rotate-top-right {
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

.metric-value-micro {
    font-size: 0.95rem;
}

.metric-label-micro {
    font-size: 0.8rem;
    margin-bottom: 0.1rem;
}

.matric_grid_micro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin-bottom: 0.4rem;
}
.matric_grid_pivot {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin-bottom: 0.4rem;
}

.main-dashborad-btn-style-affluency {
    color: #fff;
    background: linear-gradient(275.2deg, #34485B 4.22%, #5F957A 57.1%, #34485B 95.88%);
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 0.8rem !important;
    padding: 0.2rem 1rem;
    transition: all 0.3s ease;
    border-radius: 1rem !important;
    letter-spacing: 0.25px;
}

    .main-dashborad-btn-style-affluency:hover {
        color: #fff;
        background: #34485b;
        transition: all 0.3s ease;
    }

        .main-dashborad-btn-style-affluency:hover .rotate-top-right {
            transform: rotate(45deg);
            transition: all 0.3s ease;
        }

.metric-label-micro i {
    color: #34485b;
    font-size: 0.95rem;
}

.metric-label i {
    color: #34485b;
    font-size: 0.95rem;
}

.text-danger {
    color: #e93c49 !important;
}

.colorBluee {
    color: #34485b;
    font-size: 0.95rem;
}

.colorBlack {
    color: #242C35 !important;
    font-size: 3rem;
    width: 100px;
}

#lbl_footprint_cities {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.2px;
    color: #34485B;
    background: #d9d9d9;
    border-right: 6px solid #5F957A;
    border-radius: 0rem 1rem 1rem 0rem;
    word-wrap: break-word;
    transition: all .3s ease;
}

.ViewDetails {
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e93c49 !important;
    color: #ffffff;
    padding: 0.25rem 0.95rem;
    font-size: 0.7rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .ViewDetails:hover {
        background-color: #34485B !important;
        color: #ffffff;
        text-decoration: none;
    }

    .ViewDetails i {
        font-size: 0.7rem;
    }

    .ViewDetails:hover .rotate-top-right {
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

.values_igr {
    font-size: 1.25rem;
    letter-spacing: 0.75px;
}

.view_trends {
    color: #fff !important;
    background: #e93c49;
    border: none;
    border-radius: 0.5rem !important;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    text-decoration: none;
    transition: all .3s ease;
}

    .view_trends:hover {
        color: #fff !important;
        background: #34485b;
        transition: all .3s ease;
    }

.premium-icon {
    width: 3rem;
    height: 3rem;
    margin: auto;
    border-radius: 50%;
    background: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .125rem .3rem rgb(0 0 0 / .2);
}

    .premium-icon i {
        font-size: 1rem;
        color: #fff;
    }

.subscribenowbtn {
    box-shadow: 0 .125rem .3rem rgb(0 0 0 / .2);
}

    .subscribenowbtn:hover {
        transform: translateY(-2px);
        transition: all 0.3s ease;
        background: #e93c49 !important;
    }

.line-hr {
    opacity: .15;
}

.footer-logo-styles {
    width: 2.5rem;
    transition: .3s;
}

    .footer-logo-styles:hover {
        transform: translateY(-3px);
        transition: transform 0.3s ease;
    }

#viewTrendsModal .modal-content {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
}

#viewTrendsModal .modal-body,
#contactUsModal .modal-body {
    text-align: center;
    background-color: #F2F2F2 !important;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    color: #000000 !important;
    padding: 0rem !important;
}

#viewTrendsModal .btn-success,
#contactUsModal .btn-success {
    background: linear-gradient(275deg,#34485B,#5F957A,#34485B);
    border: none;
    border-radius: 2rem;
}

#viewTrendsModal .modal-content,
#contactUsModal .modal-content {
    background: #fff;
    backdrop-filter: blur(15px);
    border: 2.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    overflow: hidden;
}

.bgcolorformodal {
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    border-radius: 0rem;
    padding: 1.5rem 0rem;
}

.classLetter {
    letter-spacing: 1.25px;
}

.modal-content {
    background: #fff;
    backdrop-filter: blur(15px);
    border: 2.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
}

.modal-content {
    border-radius: 0.5rem;
}

#viewTrendsModal .modal-content::before,
#contactUsModal .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent );
    transform: skewX(-25deg);
    animation: shineMove 2.5s infinite;
    z-index: 1;
    pointer-events: none;
}

#viewTrendsModal .modal-dialog,
#contactUsModal .modal-dialog {
    max-width: 38%;
}

.font-sise-smalll {
    font-size: 0.9rem;
}

.hero-input-content-new input {
    border: 1px solid #c4c4c4;
    padding: 3px 6px;
    outline: none;
    background: transparent;
    font-size: 0.8rem;
    border-radius: 0.5rem;
}

.hero-input-content-new label {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.filter-new {
    gap: 0.5rem;
    padding: 0.3rem 1rem;
    background: #34485b;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
    cursor: pointer !important;
    transition: all .3s ease;
}

    .filter-new:hover {
        background: #5c9078 !important;
        color: #fff;
    }

.filter-new-parivesh {
    gap: 0.5rem;
    padding: 0.3rem 1rem;
    background: #5c9078;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
    cursor: pointer !important;
    transition: all .3s ease;
}

    .filter-new-parivesh:hover {
        background: #34485b !important;
        color: #fff;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: auto !important;
    cursor: not-allowed;
}

.small-font-for-modal {
    font-size: 0.75rem !important;
    letter-spacing: 0.5px;
}


.main-project-card,
.compare-card,
.add-project-card {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 0.5rem !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #C5C5C5;
}

.project-img {
    height: 170px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 4px, rgba(0, 0, 0, 0.1) 0px 1px 4px;
    object-fit: cover;
}

.project-body {
    padding: 0.75rem;
    background-color: #f2f2f24a;
}

.project-title {
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: start;
    letter-spacing: 0.5px;
}

.project-location {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-align: start;
}

.project-location i {
    margin-right: 0.1rem;
}

.project-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.project-type {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    background: #5f957a;
    border-radius: 1rem;
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #fff;
}
.project-units {
    text-align: start;
    margin-top: 0.5rem;
    font-size: 0.8rem;

}

.project-btn {
    background-color: #e93c49;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border: 0px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.project-btn:hover {
    background: #34485b;
    color: #fff;
}

.compare-wrapper {
    display: flex;
    gap: 1rem;
}

.vs-divider {
    width: 60px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.vs-line {
    width: 1px;
    height: 100%;
    background: #C5C5C5;
    position: absolute;
}

.vs-circle {
    position: absolute;
    top: 45%;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #C5C5C5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    z-index: 5;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.compare-scroll {
    flex: 1;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.8rem;
    scroll-behavior: smooth;
}


.compare-scroll::-webkit-scrollbar {
    height: 6px;
}

.compare-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.compare-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    transition: all 0.3s ease;
}

.compare-card {
    min-width: 18rem;
    max-width: 18rem;
    flex-shrink: 0;
}

.add-project-card {
    min-width: 18rem;
    max-width: 18rem;
    flex-shrink: 0;
    display: flex;
}

.add-project-btn {
    width: 100%;
    border: 0px dashed #c4c4c4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    transition: .3s;
}

.add-project-btn:hover {
    background: #f7fbf9;
}

.add-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #C5C5C5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #C5C5C5;
}

.add-project-btn div:last-child {
    font-size: 0.92rem;
    font-weight: 600;
    text-align: start;
    letter-spacing: 0.5px;
}

.remove-project-btn {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    border-radius: 50%;
    background: #34485b ;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: .25s;
}

    .remove-project-btn:hover {
        background: #e93c49;
        transform: rotate(90deg);
    }

.mainwrappertables {
    padding: 0.75rem;
    border-radius: 0.5rem !important;
    background-color: #F2F2F2 !important;
    border: 1.2px dashed #c4c4c4;
}

@media (max-width:992px) {
    .compare-wrapper {
        flex-direction: column;
    }

    .vs-divider {
        display: none;
    }
}

.pivot-title {
    background: linear-gradient(100deg, #34485B 41.22%, #5F957A 92.1%, #34485B 130.88%) !important;
    padding: 0.35rem 1rem;
    color: #fff !important;
    font-size: 0.78rem !important;
    letter-spacing: 1px !important;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.pivot-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: start;
    flex-direction: column;
}

.pivot-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    gap: 0.5rem 1rem;
}

.metric_pivot label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    font-size: 0.78rem;
    cursor: pointer;
    color: #444;
}
