﻿/*Smart Colors
-------------------------
@smart-color-1:                 #EEECE1;
@smart-color-2:                 #DDD9C4;
@smart-color-3:                 #C4BD97;
@smart-color-4:                 #948A54;
@smart-color-5:                 #494529;*/


html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto !important;
    font-size: 14px !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}


#BasemapToggle {
    position: absolute;
    /* top: 20px; */
    right: 10px;
    z-index: 50;
    margin-top: 10px;
}

.esri-basemap-toggle__container, .esri-basemap-toggle__image {
    width: 40px !important;
    height: 40px !important;
}

.esri-basemap-toggle {
    width: 40px !important;
    height: 40px !important;
}

    .esri-basemap-toggle calcite-button {
        width: 40px !important;
        height: 40px !important;
    }


#search {
    display: block;
    position: absolute;
    z-index: 50;
    margin-top: 20px;
    margin-left: 20px;
}


.active-btn {
    background: #0079c1;
    color: #e4e4e4;
}

    .active-btn:focus {
        background: #0079c1;
        color: #e4e4e4;
    }

.item-line-height {
    line-height: 1.8;
}

.user-name {
    font-size: 12px;
    font-weight: normal;
    color: #5f6061;
}

.img-loading {
    float: left;
    width: 20px;
    max-height: 100%;
    margin-right: 10px;
}

.map-img-loading {
    width: 40px;
    height: 40px;
    /*position: absolute;*/
    z-index: 1000;
    /*bottom: 5px;
    left: 5px;*/
}

.page-sub-header {
    background-color: #197ec0 !important;
    padding: 0.25rem !important;
    color: #fff !important;
    border-top: solid 1px white;
}

.map-tools-header {
    background-color: #0047BB;
    color: white;
    height: 30px;
    padding: 3px;
    font-size: 17px;
}

.map-tools-logo {
    max-height: 80%;
    z-index: 1;
    margin-left: 3px;
    margin-right: 3px;
}

.map-tools-minimize {
    height: 20px;
    z-index: 1;
    float: right;
    /*margin: 3px;*/
    cursor: pointer;
}


.Search-card {
    overflow-y: auto;
    height: calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
}

.Inbox-card {
    overflow-y: auto;
    height: calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
}

.Setup-Plan-card {
    overflow-y: auto;
    height: calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
}

.Map-Tools-card {
    overflow-y: auto;
    height: calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
}


.btn-action {
    cursor: pointer;
}



.GIS-Tools-Header {
    background-color: rgba(51,51,51,1);
    color: white;
    height: 30px;
    padding: 3px;
    font-size: 17px;
}

.report-img {
    width: 100%;
}

.about-us {
    overflow-y: auto;
    height: 100%;
}

.btn-expand {
    height: 20px;
    z-index: 1;
    margin-right: 5px;
}

.esriSimpleSliderTL {
    top: 60px;
    left: 20px;
}

.icon-item-image2 {
    width: 24px;
    margin: 4px;
}


.icon-item-rectangle {
    background-color: #fff;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    left: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

    .icon-item-rectangle:hover, .icon-item-rectangle:focus {
        border: 2px solid #197ec0;
    }

.GridviewScrollHeader TH, .GridviewScrollHeader TD {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #3178b5;
    text-align: left;
    vertical-align: bottom;
    color: white;
}

.GridviewScrollItem TD {
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.GridviewScrollPager {
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

    .GridviewScrollPager TD {
        padding-top: 3px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridviewScrollPager A {
        color: #666666;
    }

    .GridviewScrollPager SPAN {
        font-size: 16px;
        font-weight: bold;
    }


body {
    background-color: #FFF;
    overflow: hidden;
}

.login-page {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1001;
}

.login-header {
    /*border-bottom: 3px solid #197ec0;*/
    /*height: 74px;*/
    z-index: 100;
    font-weight: 500;
    /*background-color: #10489B;*/
    padding-left: 30px;
}

.LoadQCFiles-header {
    border-bottom: 3px solid #197ec0;
    margin: 0px;
    padding: 5px;
    font-size: 24px;
    color: #0047BB;
}


.report-panel {
    border-top: 1px solid #d3d3d3;
    margin: 0px;
}


.login-header-text {
    font-size: x-large;
    font-weight: 800;
}

.login-Content {
    width: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 10%, #3a6eb7 64%, #0951b9 77%, #004bb7 89%, #197ec0 100%);
    background: -webkit-linear-gradient(top, #ffffff 10%,#3a6eb7 64%,#0951b9 77%,#004bb7 89%,#197ec0 100%);
    background: linear-gradient(to bottom, #ffffff 10%,#3a6eb7 64%,#0951b9 77%,#004bb7 89%,#197ec0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#197ec0',GradientType=0 );
}

.company-logo {
    float: right;
    height: 30px;
}

.app-logo {
    float: left;
    height: 40px;
}


.login-app-logo {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.main-page-header {
    height: 60px;
    margin: 0px;
    color: white;
    padding: 5px;
    font-size: small;
    text-shadow: black 0.03em 0.03em 0.5em;
    background: #197ec0;
    background: -moz-linear-gradient(left, #197ec0 0%, #004bb7 100%);
    background: -webkit-linear-gradient(left, #197ec0 0%,#004bb7 100%);
    background: linear-gradient(to right, #197ec0 0%,#004bb7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197ec0', endColorstr='#004bb7',GradientType=1 );
}


.main-page-username {
    float: right;
    margin: 5px;
}

.main-page-app-title {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    line-height: 1;
    font-size: 20px;
}

.app-title-Initial {
    font-weight: bold;
    color: #197ec0;
}


.main-page-app-title-m {
    float: left;
    margin-left: 10px;
    visibility: collapse;
    position: absolute;
}

.main-page-btn-group {
    margin-left: 10px;
    margin-top: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.main-page-Content {
    width: 100%;
    height: calc(100% - 300px);
    height: -moz-calc(100% - 300px);
    height: -webkit-calc(100% - 300px);
    overflow: auto;
}

.main-page-Content2 {
    width: 100%;
    height: calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: -webkit-calc(100% - 110px);
    overflow: auto;
}

.main-page-footer {
    border-top: 1px solid #197ec0;
    height: 49px;
    margin: 0px;
    padding: 5px;
    color: #0047BB;
    text-align: center;
}

/*.esri-ui-manual-container > .esri-component {
    display: none;
}*/

.esri-attribution {
    display: none !important;
}

.unit-div {
    cursor: pointer;
}


.content-section {
    border: solid 2px brown;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    float: right;
    height: calc(100% - 105px);
    height: -moz-calc(100% - 105px);
    height: -webkit-calc(100% - 105px);
    border-radius: 8px;
    padding: 5px;
}

.data-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    width: 100%;
    padding: 15px 10px 5px 0px;
    border-bottom: 1px solid #197ec0;
    color: #007bff !important;
}

.landuse-check-box {
    width: 100px;
    float: left;
}

.custom-file {
    position: sticky;
}

.GIS-nav-tabs {
    /*border-top: 1px solid #fff !important;*/
    border: 0;
}

    .GIS-nav-tabs .GIS-Tab:first-child {
        border-left: 0 !important;
    }

    .GIS-nav-tabs .GIS-Tab:last-child {
        margin-right: 0 !important;
    }

.GIS-Tab {
    text-align: center;
    /*background-color: #F8F8F8;*/
    padding: 4px;
    font-size: 16px;
    cursor: pointer;
    /*border-radius: 8px 8px 0px 0px;*/
    margin-right: 5px;
}

    .GIS-Tab .bi, .GIS-Tab button {
        display: none !important;
    }

    .GIS-Tab.active, .GIS-Tab.active:hover {
        /*background-color: #484456 !important;*/
        color: #0D2A3A !important;
        border-bottom: 3px solid #D2374F !important;
        /*border-radius: 10px 10px 0px 0px;*/
        font-weight: 600;
        cursor: default;
    }

        .GIS-Tab.active .bi, .GIS-Tab.active button {
            display: unset !important;
            cursor: pointer;
        }

    .GIS-Tab:hover {
        background-color: #F8F8F8 !important;
        /*border-bottom: 2px solid #484456 !important; 
        font-weight: 600;*/
    }

.GIS-Tab-Search {
    width: 50%;
    padding: 5px;
    text-align: center;
}

.GIS-Tab-Inbox {
    width: 33%;
    padding: 5px;
    text-align: center;
}


.gis-sub-tab {
    text-align: center;
    /*background-color: #c9eaff;*/
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    /*border-radius: 8px 8px 0px 0px;*/
    margin-right: 5px;
    color: #10489B;
}

    .gis-sub-tab .bi {
        display: none !important;
    }

    .gis-sub-tab.active, .gis-sub-tab.active:hover {
        /*background-color: #0d6efd !important;*/
        /*color: white !important;*/
        border-bottom: 3px solid #10489B !important;
        /*border-radius: 10px 10px 0px 0px;*/
        /*font-weight: 500;*/
        cursor: default;
        font-weight: 600;
        text-transform: uppercase;
    }

        .gis-sub-tab.active .bi {
            display: unset !important;
        }

    .gis-sub-tab:hover {
        font-weight: 600;
    }



.gis-tab-apps {
    text-align: center;
    background-color: #F8F8F8;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    margin-left: 12px;
    border: 1px solid #DCDFE7;
    background: #EDEFF2;
}

    .gis-tab-apps .bi, .gis-tab-apps button {
        display: none !important;
    }

    .gis-tab-apps.active {
        border-radius: 8px 8px 0px 0px;
        border-top: 1px solid #DCDFE7;
        border-right: 1px solid #DCDFE7;
        border-left: 1px solid #DCDFE7;
        border-bottom: 1px solid white;
        background: white;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 21px */
        text-transform: uppercase;
    }

        .gis-tab-apps.active:hover {
            cursor: default;
            background: white !important;
        }

        .gis-tab-apps.active .bi, .gis-tab-apps.active button {
            display: unset !important;
        }

    .gis-tab-apps:hover {
        background-color: #ced1d6;
        /*border-bottom: 2px solid #484456 !important; 
        font-weight: 600;*/
    }



.app-tab {
    padding: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.25rem;
    color: black;
    border: unset;
    background-color: unset;
}

    /*    .app-tab .id, .app-tab.completed .com {
        display: unset !important;
    }

    .app-tab .com, .app-tab.completed .id {
        display: none !important;
    }*/


    .app-tab.active, .app-tab.active:hover {
        color: #fff !important;
        background-color: #343a40 !important;
        cursor: default !important;
    }

    .app-tab[disabled="disabled"], .app-tab[disabled="disabled"]:hover {
        color: #fff !important;
        background-color: #343a40 !important;
        cursor: default !important;
    }

    .app-tab.hide {
        display: none !important;
    }

    .app-tab:hover {
        background-color: #ced1d6 !important;
        cursor: pointer !important;
        text-decoration: unset !important;
        color: black !important;
    }

.btn-New-Version {
    display: none !important;
}

.GIS-card {
    border: 1px solid #6cbee6 !important;
    background-color: #fff !important;
}

    .GIS-card .title {
        background-color: #6cbee6 !important;
        color: #fff !important;
    }


    .GIS-card.active {
        border: 1px solid #00a885 !important;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        bottom: 0;
        z-index: 5;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

        .GIS-card.active .title {
            background-color: #00a885 !important;
        }

        .GIS-card.active .btn-locate {
            display: none !important;
        }

        .GIS-card.active .btn-New-Version {
            display: unset !important;
        }



/*.nav-tabs {
    border-bottom: 1px solid #484456 !important;
    padding-left: 5px;
    padding-top: 5px;
}*/

.data-lable {
    line-height: 1;
    min-width: 130px;
    float: left;
    background-color: #f7f7f7;
    padding: 8px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px 0 0 3px;
    margin-left: 10px;
    color: #999999;
}

.data-value {
    display: block;
    text-align: center;
    line-height: 1;
    min-width: 140px;
    float: left;
    padding: 8px;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0 3px 3px 0;
}

.smart-toggle-button {
    background-color: white;
    padding: 0;
    width: 25px;
    height: 25px;
    padding: 3px;
}

.smart-toggle-button-content {
    text-align: right;
    visibility: collapse;
}



.thead-custom {
    text-align: right;
    background-color: #C4BD97;
}


.modal-footer {
    border-top: 0px;
}

.selected-section {
    background-color: rgb(165, 42, 42);
    padding: 5px;
    text-align: center;
    font-size: large;
    float: left;
    width: 100%;
    background-image: url(../images/bg.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 200px;
    color: white;
}


.Logo-mainpage {
    height: 85px;
    float: right;
    margin-left: 10px;
}

.margin-Zero {
    margin: 0px;
}

.padding-Zero {
    padding: 0px;
    padding-top: 20px;
}

.Login-background {
    background-position: top left;
    background-repeat: repeat;
    background-size: 400px;
}

.footer {
    position: fixed;
    height: 80px;
    bottom: 0;
    width: 100%;
    background-color: beige;
    background-image: url(../images/Municipality-Pattern.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 70px;
    box-shadow: black 0.03em 0.03em 0.1em;
}

.footer2 {
    position: fixed;
    height: 20px;
    bottom: 80px;
    width: 100%;
    background-color: brown;
    box-shadow: black 0.03em 0.03em 0.1em;
}

.ADM-Pattern {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.Login-Container {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 1000;
}

.map-container {
    height: calc( 100% - 30px);
    height: -moz-calc( 100% - 30px);
    height: -webkit-calc( 100% - 30px);
    width: 60%;
    padding: 0;
    margin: 0;
    float: left;
    background-color: beige;
}

.map-info {
    height: 30px;
    width: 60%;
    padding: 0;
    margin: 0;
    float: left;
    background-color: green;
    background-image: url(../images/bg.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 200px;
    color: white;
}

#LocateButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

.buttons-container {
    height: 100%;
    width: 40%;
    margin: 0;
    float: right;
    border-left: solid 2px brown;
}

.section-button {
    width: 60px;
    padding: 0;
    margin: 0;
    float: right;
    box-shadow: black 0.03em 0.03em 0.1em;
}

.right-buttons {
    width: 40px;
    height: 100%;
    padding: 3px;
    margin: 0;
    float: right;
    border-left: solid 1px brown;
}

.top-buttons {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    float: left;
    box-shadow: black 0.03em 0.03em 0.1em;
    background-image: url(../images/Municipality-Pattern.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 40px;
    border-bottom: solid 2px brown;
}

.top-buttons-content {
    float: right;
    margin: 5px;
}


.letterP3 {
    transform: rotate(90deg);
    transform-origin: left top 0;
    float: left;
}

.vertical-btn-120 {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    margin-top: -29px;
}

.vertical-nav-tabs {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    margin-right: -17px;
    font-weight: normal;
}

.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
    position: absolute;
    float: right;
    bottom: 50%;
    right: -153px;
}

.section-Logo {
    width: 100%;
    padding: 5px;
    float: left;
    background-position: top left;
    background-repeat: repeat;
    background-size: 100px;
}

.title-arabic {
    float: right;
    font-size: 20px;
    width: 50%;
    color: brown;
    height: 0;
    visibility: collapse;
}

.title-english {
    float: right;
    font-size: 22px;
    width: 50%;
    text-align: left;
    color: brown;
    height: 0;
    visibility: collapse;
}


.title-mainpage {
    float: right;
    display: inline-block;
    vertical-align: middle;
}







.map-filters {
    box-shadow: none !important;
    padding-top: 15px !important;
    width: 1000px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.investment-areas {
    margin-top: 70px !important;
    max-width: 400px !important;
    margin-left: 55px !important;
    margin-right: 15px !important;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-bottom: 80px !important;
    overflow: auto !important;
}


.field-Header {
    display: table-cell;
    width: 30%;
    height: 100%;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #184b7b;
    float: left;
    border-right: 1px solid #AAAAAA;
    margin: 0px 0px 0px 0px;
}

.field-Header2 {
    width: 100px;
    text-align: left;
}

.field-unit {
    width: 19px;
}

.w50px {
    width: 50px;
}

.w60px {
    width: 60px;
}


.w80px {
    width: 80px;
}

.w90px {
    width: 90px;
}

.w100px {
    width: 100px;
}

.w120px {
    width: 120px !important;
}

.w125px {
    width: 125px;
}


.w150px {
    width: 150px;
}

.w160px {
    width: 160px;
}

.w180px {
    width: 180px;
}


.w200px {
    width: 200px;
}

.w250px {
    width: 250px;
}

.w300px {
    width: 300px;
}

.w400px {
    width: 400px;
}

.w500px {
    width: 500px;
}

.w-33 {
    width: 33%;
}

.h40px {
    height: 40px;
}


.h600px {
    height: 600px;
}

.rounded-8px {
    border-radius: 8px;
}

.field-unit2 {
    border-left: 0px;
    border-right: 0px;
}

.field-Value2 {
    width: 70%;
}

.field-Value {
    display: table-cell;
    width: 70%;
    height: 100%;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    float: left;
    border-left: 1px solid #AAAAAA;
    margin: -1px 0px 0px 0px;
}

.field-Holder1 {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    background-color: #dddddd;
    overflow: hidden;
}

.field-Holder2 {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.esp-panel-heading {
    padding: 5px 10px;
    cursor: pointer;
}

.esp-list-group-item {
    padding: 4px 15px;
}

.setback-first-column {
    width: 130px;
    /* background-color: #ebf6ff; */
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.42857143;
}

.setback-first-column-Center {
    width: 117px;
    background-color: #cedfee;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
    text-align: center;
}

.first-column-Search {
    width: 130px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    line-height: 1.42857143;
    border: none;
}

.setback-title-cell {
    background-color: #c9deff;
}

.setback-other-cells {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}

.Table-Header {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    background-color: #17a2b8;
    font-weight: 400;
}

.CR-table-Header {
    padding: 4px 8px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.42857143;
    background-color: #676767;
    font-weight: 400;
}

.FrozenPlotNote {
    background-color: rgb(255, 0, 0);
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
}

.other-cells-left {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
}


.bs-callout {
    padding: 5px;
    border: 1px solid #ccc;
    border-left-width: 3px;
    border-style: solid;
    border-radius: 3px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 4px;
    margin-right: 5px;
}


    .bs-callout b {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout hr {
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
        border-style: inset;
    }

    .bs-callout table {
        margin-top: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-color: #777;
}

    .bs-callout-default b {
        color: #777;
    }

    .bs-callout-default hr {
        border-top: 1px solid #777;
    }

.bs-callout-primary {
    border-color: #428bca;
}

    .bs-callout-primary b {
        color: #428bca;
    }

    .bs-callout-primary hr {
        border-top: 1px solid #428bca;
    }

.bs-callout-success {
    border-color: #5cb85c;
}

    .bs-callout-success b {
        color: #5cb85c;
    }

    .bs-callout-success hr {
        border-top: 1px solid #5cb85c;
    }

.bs-callout-danger {
    border-color: #d9534f;
}

    .bs-callout-danger b {
        color: #d9534f;
    }

    .bs-callout-danger hr {
        border-top: 1px solid #d9534f;
    }

.bs-callout-warning {
    border-color: #f0ad4e;
}

    .bs-callout-warning b {
        color: #f0ad4e;
    }

    .bs-callout-warning hr {
        border-top: 1px solid #f0ad4e;
    }

.bs-callout-info {
    border-color: #5bc0de;
}

    .bs-callout-info b {
        color: #5bc0de;
    }

    .bs-callout-info hr {
        border-top: 1px solid #5bc0de;
    }


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

#main-loading {
    background-color: #508dca;
    position: relative;
}

    #main-loading #app-loading {
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #main-loading #loading-gif {
        position: absolute;
        background-image: url('images/predefined_loading_1.gif');
        background-repeat: no-repeat;
        width: 58px;
        height: 29px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

/*
 *  STYLE 3
 */

.Scroll-style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.Scroll-style-3::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.Scroll-style-3::-webkit-scrollbar-thumb {
    background-color: #888787;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #888787;
}



/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-11::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb {
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #444444;
}

#style-12::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent);
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D));
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-16::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}

.report-section {
    margin-top: 15px;
    margin-bottom: 10px;
}

.lh-1 {
    line-height: 1.0 !important;
}

.table-align-middle td, th {
    vertical-align: middle !important;
}


.tableFixHead {
    overflow-y: auto;
    max-height: 200px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

.tableFixHead-cell {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.CR-data-section {
    max-height: 200px;
    width: 50%;
    overflow: auto;
    float: left
}

.CR-map-section {
    height: 100%;
    width: 50%;
    float: left
}

.CR-section-border {
    border-left: 2px solid #197ec0;
}


.CR-section-footer {
    width: 50%;
    float: left;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.42857143;
    background-color: #17a2b8;
}

.QC-Table-tab {
    height: 200px;
    overflow: auto
}

.CR-Btn-Locate {
    cursor: pointer;
}

    .CR-Btn-Locate:hover {
        font-weight: bold;
    }

.S-Lable {
    width: 130px;
}

.btn-edit-user {
    padding: 0;
    height: 18px;
    cursor: pointer;
}

.img-btn-20px {
    padding: 0;
    height: 20px;
    cursor: pointer;
}

.img-btn-25px {
    padding: 0;
    height: 25px;
    cursor: pointer;
}

.btn-report-details {
    padding: 0;
    height: 24px;
    cursor: pointer;
}

.btn-add-user {
    padding: 0;
    height: 24px;
    cursor: pointer;
    float: right;
}

.software {
    cursor: pointer;
}

    .software:hover,
    .software:focus {
        border: 1px solid #197ec0;
        border-left: 3px solid #197ec0;
        background-color: rgba(24, 88, 193, 0.2);
        color: #197ec0;
    }


.selected-qc-error {
    color: blue !important;
    font-style: italic !important;
}

.cb-software {
    padding: 0px;
}

    .cb-software label {
        display: inline-block;
        margin-bottom: 0;
        margin-left: .5rem;
    }

.my-ifram {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1005;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    /*padding: 0 0 3px 0 !important;*/
    font-weight: bold;
    /*border-bottom: 2px solid #B4945A;*/
    background-color: #742e34;
    color: white !important;
    border-right: unset;
}


.nav-link {
    color: #484456 !important;
    /*margin-left: 24px !important;*/
    padding: 12px !important;
    font-weight: 400;
    align-content: center;
    border-right: 1px solid #CED1D6;
}

    .nav-link:focus, .nav-link:hover, .nav-link:active {
        /*font-weight: bold;*/
        background-color: #F8F8F8;
    }

.btn-nav-link .nav-link.active {
    /*color: #d2374f !important;*/
    border: 2px solid #B4945A;
}

.nav-button {
    margin-left: 8px !important;
    font-size: 20px;
    line-height: 1.8;
    border: 1px solid #130F26;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    /*border-radius: 4px;*/
    text-align: center;
}

/*.nav-button:active {
        border: 2px solid red !important;
    }

    .nav-button:focus, .nav-button:hover {
        border: 2px solid #130F26 !important;
    }*/

.nav-bi {
    padding: 2px;
    border: 1px solid #130F26;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.8;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
}

.vertical-input-group .input-group:first-child {
    padding-bottom: 0;
}

    .vertical-input-group .input-group:first-child * {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.vertical-input-group .input-group:last-child {
    padding-top: 0;
}

    .vertical-input-group .input-group:last-child * {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
    padding-top: 0;
    padding-bottom: 0;
}

    .vertical-input-group .input-group:not(:last-child):not(:first-child) * {
        border-radius: 0;
    }

.vertical-input-group .input-group:not(:first-child) * {
    border-top: 0;
}

.emap-tool-button {
    background-color: white;
    color: #197ec0;
    height: 28px;
    width: 28px;
    text-align: center;
    border: 1px solid #197ec0;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    padding: 2px;
    float: right;
    margin-left: 4px;
}

    .emap-tool-button:hover {
        background-color: white;
        color: #0047BB;
        border: 1.5px solid #0047BB;
    }

.LayoutType {
    height: 50px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 5px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.bg-adres-blue {
    background-color: #004da8 !important;
    color: white !important;
}

.h-300px {
    height: 300px !important;
}

.h-200px {
    height: 200px !important;
}

.h-400px {
    height: 400px !important;
}

.mh-300px {
    max-height: 300px !important;
}

.mh-400px {
    max-height: 400px !important;
}

.mh-50 {
    max-height: 50% !important;
}

.bi-gis {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

.bi-gis-sm {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

.bi-gis-16 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

.bi-gis-btn {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.2rem;
}

.spinner-border-md {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.3em;
    margin: 2px;
}


.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    /*margin: auto;*/
    overflow: auto;
    /*height: 350px;*/
}

    .table-scroll tbody tr:nth-of-type(odd) td {
        background-color: #D7D3B366;
    }

    .table-scroll tbody tr:nth-of-type(even) td {
        background-color: white;
    }

    .table-scroll table {
        width: 100%;
        margin: auto;
        /*border-collapse: separate;*/
        border-spacing: 0;
        /*border: 1px solid #dee2e6;*/
        border-collapse: separate; /* Don't collapse */
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
    }

        .table-scroll table th,
        .table-scroll table td {
            /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
            border-bottom: 1px solid #dee2e6;
            /*border-right: 1px solid #dee2e6;*/
        }

    .table-scroll th,
    .table-scroll td {
        padding: 3px 10px;
        /*background: #fff;*/
        vertical-align: central;
        line-height: 2;
        /*height: 40px;*/
    }

    .table-scroll thead th,
    .table-scroll .header th {
        background-color: #EBEEF3;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        font-weight: 600 !important;
    }


    .table-scroll thead,
    .table-scroll .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 10;
        height: 40px;
    }

        .table-scroll .header th a {
            color: black !important;
            text-decoration: none !important;
        }

            .table-scroll .header th a:hover {
                text-decoration: underline !important;
            }
    /* safari and ios need the tfoot itself to be position:sticky also */
    .table-scroll tfoot,
    .table-scroll tfoot .lf th,
    .table-scroll tfoot .lf td,
    .table-scroll .ts-footer,
    .table-scroll .ts-footer .lf th,
    .table-scroll .ts-footer .lf td {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        background-color: #EBEEF3 !important;
        z-index: 6;
        font-weight: 600;
        border-top: 1px solid #dee2e6;
        min-height: 40px;
    }

        .table-scroll tfoot .lf th:first-child,
        .table-scroll tfoot .lf td:first-child,
        .table-scroll .ts-footer .lf th:first-child,
        .table-scroll .ts-footer .lf td:first-child {
            z-index: 10;
        }

    .table-scroll .lf th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 6;
        border-right: 1px solid #dee2e6;
        background-color: #EBEEF3;
    }

    .table-scroll .lf td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 6;
        border-right: 1px solid #dee2e6;
        /*background-color: #EBEEF3;*/
    }

    .table-scroll th:last-child,
    .table-scroll td:last-child {
        border-right: 0px solid #dee2e6;
    }

    .table-scroll thead th:first-child,
    .table-scroll .header th:first-child,
    .table-scroll tfoot th:first-child,
    .table-scroll .ts-footer th:first-child {
        z-index: 5;
    }

    .table-scroll .selected-cad-file,
    .table-scroll .selected-cad-file tr,
    .table-scroll .selected-cad-file td {
        color: #d2374f !important;
        font-weight: 500 !important;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        top: 40px;
        z-index: 11;
        /* border-top: 1px solid #d2374f; */
        /* border-bottom: 1px solid #d2374f; */
    }

    .table-scroll .lf .selected-cad-file td:first-child {
        z-index: 12 !important;
    }



.Loading-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    background-color: #6a2a2e1f;
}

.progress-bar {
    position: relative;
    height: 5px;
    width: 100%;
    background-color: lightgray;
}

    .progress-bar::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 20%;
        bottom: 0;
        background-color: #742e34;
        animation: progress-animation 1s linear infinite;
    }

.btn-load-data {
    cursor: pointer !important;
}

.adgm-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #0D2A3A;
    color: white;
}

.adgm-footer-logos {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-28 {
    font-size: 28px;
}

.font-12 {
    font-size: 12px;
}

.font-12-400 {
    font-size: 12px;
    font-weight: 400;
}

.font-12-600 {
    font-size: 12px;
    font-weight: 600;
}

.font-13-500 {
    font-size: 13px;
    font-weight: 500;
}

.font-14-400 {
    font-size: 14px;
    font-weight: 400;
}

.font-14-500 {
    font-size: 14px;
    font-weight: 500;
}

.font-14-600 {
    font-size: 14px;
    font-weight: 600;
}

.font-16-600 {
    font-size: 16px;
    font-weight: 600;
}

.font-16-400 {
    font-size: 16px;
    font-weight: 400;
}

.font-16-500 {
    font-size: 16px;
    font-weight: 500;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5;
}

.font-18 {
    font-size: 18px;
}

.font-18-600 {
    font-size: 18px;
    font-weight: 600;
}

.font-21-600 {
    font-size: 21px;
    font-weight: 600;
}

.font-24 {
    font-size: 24px;
}

.font-24-600 {
    font-size: 24px;
    font-weight: 600;
}

.adgm-three-dots {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: black;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.adgm-input-label {
    font-size: 90%;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.adgm-text-red {
    color: #d2374f;
}

.adgm-rounded {
    border-radius: 0;
}

.adgm-rounded-bottom {
    border-radius: 0;
}

.adgm-card {
    width: 264px;
    height: 219px;
    border: 1px solid #CED1D6;
    border-radius: 0px;
    padding: 16px;
    gap: 24px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: left;
}

    .adgm-card:hover {
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    }

    .adgm-card .card-body {
        width: 100%;
        padding: 0;
    }

    .adgm-card .card-title {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 150%;
        margin: 0;
    }

    .adgm-card .card-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #6C7281;
    }

    .adgm-card .card-img-top {
        width: 48px;
        height: 48px;
    }

.adgm-file-drop {
    border: 1px dashed #8C9099;
    border-radius: 0px;
    align-items: center;
    align-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #484456;
    width: 100%;
    height: 245px;
}

    .adgm-file-drop.dragover {
        border-color: #dc3545;
        background-color: #ebeef3;
    }

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

.adgm-banner {
    background-image: url('../images/adgm_banner.png');
    background-size: cover;
    background-position: center;
    height: 600px;
    font-size: 56px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    color: white;
    text-align: center;
}

.form-group {
    padding: 0 8px 0 8px;
    margin: 0;
}


.modal-full-screen {
    max-height: calc(100% - 3.5rem) !important;
    max-width: calc(100% - 3.5rem) !important;
}



.app-tab[completed="1"] .id, .app-tab[completed="0"] .com {
    display: unset !important;
}

.app-tab[completed="1"] .id, .app-tab[completed="0"] .com {
    display: none !important;
}

.adgm-step {
    border-left: 2px solid #10489B;
}

.adgm-step-not-started {
    border-left: 2px solid #B3B7C1;
}

.adgm-gold {
    color: #B4945A;
}

.bg-gold {
    background-color: #B4945A;
}

.app-steps-container {
    padding: 2rem !important;
}

    .app-steps-container .app-step:last-child {
        border-left: 2px solid #10489b00 !important;
    }

        .app-steps-container .app-step:last-child .step-border {
            display: none !important;
        }


.btn-outline-dark {
    color: #0D2A3A;
    border-color: #0D2A3A;
    border-radius: 0;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #0D2A3A;
        border-color: #0D2A3A
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #0D2A3A;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #0D2A3A;
        border-color: #0D2A3A
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-gold {
    --bs-btn-color: #FFFFFF;
    --bs-btn-bg: #ABA360;
    --bs-btn-border-color: #ABA360;
    --bs-btn-hover-color: #ABA360;
    --bs-btn-hover-bg: #FFFFFF;
    --bs-btn-hover-border-color: #ABA360;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #ABA360;
    --bs-btn-active-bg: #FFFFFF;
    --bs-btn-active-border-color: #ABA360;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ACADB0;
    --bs-btn-disabled-bg: #D5D6D7;
    --bs-btn-disabled-border-color: #D5D6D7;
    border-radius: 0;
}

.text-gold {
    color: #815B17;
}

/*label {
    margin-bottom: 0.5rem;
}*/

.form-text {
    display: block;
}


.esri-view {
    --esri-view-outline-color: unset;
}

.dari-btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #742E34;
    --bs-btn-border-color: #742E34;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d1e22;
    --bs-btn-hover-border-color: #4d1e22;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #742E34;
    --bs-btn-active-border-color: #742E34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #867374;
    --bs-btn-disabled-border-color: #867374;
    border-radius: 0;
}

.btn-adrec-outline {
    --bs-btn-color: #742E34;
    --bs-btn-border-color: #742E34;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #742E34;
    --bs-btn-hover-border-color: #742E34;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #742E34;
    --bs-btn-active-border-color: #742E34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #742E34;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #742E34;
    border-radius: 0;
}

.dari-login-banner {
    background-image: url('../images/ErrorFooter.png');
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.info-card {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: #F8F8F8 !important;
    padding: 12px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px;
    row-gap: 12px !important;
}

.info-card-v {
    display: flex !important;
    flex-direction: column !important;
    background-color: #F8F9EF !important;
    padding: 8px 12px !important;
    border: 1px solid #EBEECE !important;
    /*border-radius: 8px;*/
    row-gap: 10px !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1px;
}

.info-card-title {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #EBEECE;
    padding-bottom: 4px;
    white-space: nowrap !important;
    color: #742E34;
}

.info-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.info-card-body-v {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    white-space: nowrap !important;
}

.info-card-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.info-card-item-v {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto !important;
    white-space: nowrap !important;
}

.info-card-item-title {
    flex: 1 0 0;
    color: #5A552F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    white-space: nowrap !important;
}

.info-card-item-value {
    color: #130F26;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    white-space: nowrap !important;
}

.dashboard-deatils {
    left: 15px;
    right: 15px;
    top: 70px;
    bottom: 15px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 8px;
}


.GIS-Tab2 {
    text-align: center;
    /*background-color: #c9eaff;*/
    padding: 4px 10px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    /*line-height: 1.0;
    border-radius: 8px 8px 0px 0px;
    margin-right: 5px;*/
    color: #742E34;
    align-items: center !important;
    line-height: 1.7;
}

    /*    .GIS-Tab2 .bi {
        display: none !important;
    }*/

    .GIS-Tab2.active, .GIS-Tab2.active:hover {
        background-color: #742E34 !important;
        color: white !important;
        /*border-radius: 15px;*/
        cursor: default;
        /*margin: -1px;*/
    }

        .GIS-Tab2.active .bi {
            display: unset !important;
        }

    .GIS-Tab2:hover {
        font-weight: 600;
    }

.chart {
    height: 320px;
    min-width: 400px;
    padding-top: 0.5rem !important;
    padding: 1rem !important;
    gap: 0.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #F1F4DE !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1px;
    background-color: #FFFFFF;
}

.chart-supply-demand {
    height: 320px;
    min-width: 400px;
    padding-top: 0.5rem !important;
    padding: 1rem !important;
    gap: 0.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #F1F4DE !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1px;
    background-color: #FFFFFF;
}

.chart-sm {
    height: 320px;
    padding-top: 0.5rem !important;
    padding: 1rem !important;
    /*gap: 1rem !important;*/
    display: flex !important;
    flex-direction: column !important;
    /*border-radius: 8px;*/
    border: 1px solid #F1F4DE !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1px;
    background-color: #FFFFFF;
}


.map-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    position: relative;
    height: 3px;
    width: 100%;
    background-color: lightgray;
}

    .map-spinner::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 20%;
        bottom: 0;
        background-color: #742E34;
        animation: progress-animation 1s linear infinite;
    }

@keyframes progress-animation {
    0% {
        left: 0%;
    }

    100% {
        left: 80%;
    }
}

.info-charts-normal {
    height: 100% !important;
    width: 455px !important;
}

    .info-charts-normal .minimize-button {
        display: none !important;
    }

.info-charts-fullscreen {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .info-charts-fullscreen .maximize-button {
        display: none !important;
    }

.details-card {
    min-width: 400px;
    padding-top: 0.5rem !important;
    padding: 1rem !important;
    gap: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    /*border-radius: 8px;*/
    border: 1px solid #EEEDCE !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1px;
}

.pie-chart-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/chart-pie.svg');
    background-size: 16px;
}

.house-building-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/house-building.svg');
    background-size: 16px;
}

.marker-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/marker.svg');
    background-size: 16px;
}


.adrec-border {
    border-color: #EEEDCE !important;
}

.adrec-color {
    color: #742E34 !important;
}

.adrec-collaps-arrow {
    transition: transform 0.25s ease;
}

.collapsed .adrec-collaps-arrow {
    transform: rotate(0deg);
}

.expaneded .adrec-collaps-arrow {
    transform: rotate(180deg);
}

.adrec-bg-light {
    background-color: #F8F9EF;
}

.overall-title-card {
    background-color: #F8F9EF
}

.overall-title-card-headertext {
    color: #742E34
}

.overall-subtitle-card {
    background-color: #FCFDF8
}

.overall-subtitle-card-headertext {
    color: #742E34 !important;
    font-size: 16px;
    font-weight: 600
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.project-button {*/
/* Specific styles */
/*background-color: #007bff;*/ /* Adjust the background color */
/*color: #fff;*/ /* Adjust the text color */

/*&:hover

{
    background-color: #0062cc;
    border-color: #005cbf;
}

}*/


.latest-projects-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.latest-projects-items-wrapper {
    display: flex;
    animation: scroll 100s linear infinite; /* Continuous scroll animation */
}

.latest-projects-item {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    margin-right: 20px;
    white-space: nowrap;
    gap: 10px;
}

/* Animation for scrolling */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-70%); /* Scroll Speed */
    }
}

/* Pausing animation when the container is hovered */
.latest-projects-container:hover .latest-projects-items-wrapper {
    animation-play-state: paused; /* Pauses the animation */
}

.project-close-button {
    display: none !important;
}

.overflow-statistics {
    overflow: auto !important;
}

.filters-button, .toggle-statistics-button {
    font-size: 16px;
    background-color: #fff;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 8px;
}

    .toggle-statistics-button.active {
        background-color: #7d7d7d;
        color: #c3c3c3;
    }

.adrec-dropdown {
    flex: 1 1 auto !important;
}

.adrec-dropdown-project {
    width: 400px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.charts-carousel {
    position: relative;
    display: none !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 800px;
}

.charts-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.charts-carousel-item {
    flex: 0 0 20%; /* Adjusted for 5 items */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
}

    .charts-carousel-item.active {
        transform: scale(1);
        opacity: 1;
    }

.carousel-card {
    width: 250px;
    height: 280px;
    display: flex;
    align-items: center;
    padding: 1rem !important
}

.mobile-filter-widget {
    display: none !important;
}

#BottomStatisticsHeaderDiv, #RightStatisticsHeaderDiv {
    display: unset;
}


.esri-time-slider__min, .esri-time-slider__max {
    display: none;
}

.esri-time-slider__slider .esri-slider__ticks {
    margin-top: 4px;
}

.esri-time-slider__row {
    height: 60px !important;
}

.esri-time-slider__slider .esri-slider {
    margin-top: -10px;
}

.esri-time-slider__time-extent {
    width: 80px !important;
}

.esri-time-slider__animation {
    width: 50px !important;
}

.esri-time-slider__previous, .esri-time-slider__next {
    width: 25px !important;
}

.esri-slider__tick-label {
    margin-top: 20px !important;
}

.esri-time-slider__slider {
    padding: 0 24px !important;
}


.select2-container--outlined.select2-container--open .select2-selection {
    border-color: #742e34 !important;
    box-shadow: inset 2px 2px 0 -1px #742e34, inset -2px -2px 0 -1px #742e34 !important;
}

.select2-container--outlined .select2-selection {
    padding: 4px 4px 4px 8px !important;
}


.select2-container .select2-selection--single .select2-selection__arrow {
    background: url('../images/keyboard_arrow_down.svg') !important;
}

.select2-gold .select2-container .select2-selection--single .select2-selection__arrow {
    background: url('../images/keyboard_arrow_down_white.svg') !important;
}

.select2-container.select2-container--open .select2-selection__arrow {
    background: url('../images/keyboard_arrow_down.svg') !important;
    -webkit-transform: rotate(180deg) translateY(0px) !important;
    transform: rotate(180deg) translateY(0px) !important;
}

.select2-container .select2-selection--multiple:after {
    background: url('../images/keyboard_arrow_down.svg') !important;
}

.select2-container.select2-container--open .select2-selection--multiple:after {
    background: url('../images/keyboard_arrow_down.svg') !important;
    -webkit-transform: rotate(180deg) translateY(0px) !important;
    transform: rotate(180deg) translateY(0px) !important;
}

.select2-results__options {
    max-height: 30vh;
}

/*.select2-container .select2-search--dropdown .select2-search__field {
    width: calc(100% - 20px);
    padding: 0 10px;
}*/

.select2-container--outlined .select2-selection {
    border: 1px solid #742e34;
    border-radius: 0px;
    line-height: 1.5;
    min-height: 40px !important;
    padding: 14px 16px 12px;
    font-size: 14px;
    font-weight: 400;
    /*color: #742e34;*/
}

.select2-gold .select2-container {
    background-color: transparent !important;
}

.select2-white .select2-container--outlined .select2-selection {
    border: none;
    border-radius: 0px;
    line-height: 1.5;
    min-height: 40px !important;
    padding: 14px 16px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #484456;
    font-family: Roboto;
}


.select2-gold .select2-container--outlined .select2-selection {
    background-color: #ABA360;
    border-radius: 8px 0 0 8px;
    color: white;
}

.select2-last-rounded .select2-container--outlined .select2-selection {
    border-radius: 0 8px 8px 0;
}

.select2-last-rounded .select2-container {
    border-radius: 0 8px 8px 0;
}

.select2-container--disabled .select2-container--outlined {
    border: 1px solid #AAAAAA;
}

.select2-container--disabled {
    background-color: #EDEFF3 !important;
}

.select2-results__options {
    max-height: 30vh;
}

.select2-container {
    min-width: unset;
    background-color: white;
    border-radius: 0;
}

    .select2-container .select2-selection__clear {
        background-color: unset;
        border-radius: 0;
        color: unset;
        float: right;
        height: .9em;
        line-height: .75em;
        margin-right: 0;
        margin-top: unset;
        padding: 0.25rem;
        width: .9em;
        border: unset;
        font-size: 28px;
    }

    .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #e0e0e0;
        border-radius: 0;
        cursor: pointer;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: left;
        font-size: .875rem;
        height: unset;
        justify-content: center;
        letter-spacing: .017857em;
        line-height: 1.25rem;
        padding: 0.3rem .75rem;
        position: relative;
        vertical-align: middle;
        white-space: pre-wrap;
        margin: 0.25rem 0.5rem 0.25rem 0;
    }

.select2-dropdown {
    z-index: 10000;
}

.floor-name {
    background-color: #e84f65;
    min-width: 32px;
    height: 32px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    box-shadow: var(--bs-box-shadow-sm) !important;
    line-height: 18px;
}


.custom-button {
    border: 1px solid #742E34 !important;
    background: white;
    color: #742E34;
    cursor: pointer;
    width: 42px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: Poppins;
    padding: 0;
}

    .custom-button:hover {
        background: #742E34;
        color: white;
    }

    .custom-button svg {
        transition: fill 0.3s ease;
    }


.custom-content {
    padding: 10px;
    font-size: 14px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    display: none; /* Initially hidden */
    position: absolute;
    top: 50px;
    right: 10px;
    width: 200px;
    z-index: 100;
}

.gis-content {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    background: white;
    flex-direction: column;
    gap: 10px;
    max-height: calc(100% - 45px);
    overflow: auto;
}


.active-button {
    background-color: #742E34;
    color: white;
}

.btn-outline-adrec {
    --bs-btn-color: #742e34;
    --bs-btn-border-color: #742e34;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #742e34;
    --bs-btn-hover-border-color: #742e34;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #742e34;
    --bs-btn-active-border-color: #742e34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    border-radius: 0;
    padding: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-check:checked + .btn-outline-adrec {
    background: #ABA360;
    color: white;
}

    .btn-check:checked + .btn-outline-adrec::after {
        content: " ✓"; /* Unicode check mark */
        font-size: 16px;
        color: white; /* Matches text color */
        position: absolute;
        right: 8px; /* Aligns checkmark to the right */
    }

.btn-check:hover + .btn-outline-adrec {
    font-weight: 800;
}

.esri-view-height-large .esri-popup__main-container {
    max-height: 550px;
}

.esri-popup__main-container {
    max-height: 550px;
}

/*.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;*/
/* bottom: 0; */
/*z-index: 10;
    display: flex;*/
/* align-items: center; */
/* justify-content: center; */
/* width: 15%; */
/*padding: 6px;*/
/* color: #f31313; */
/*text-align: center;
    background: 0 0;
    border: 0;*/
/* opacity: .5; */
/*background-color: #D7D3B3;
    border-radius: 16px;
}

.carousel-control-prev {
    float:right;
    left: unset;
}
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }*/

.carousel-container {
    max-width: 400px;
    margin: auto;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-header {
    background: #b1a66d;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.carousel-indicators [data-bs-target] {
    background-color: #b1a66d;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #b1a66d;
    /*padding: 16px;*/
    width: 16px;
    height: 16px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0px;
    bottom: unset;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
    padding: 6px;
    color: #fff;
    text-align: center;
    background-color: #b1a66d;
    border: 0;
    opacity: .5;
    border-radius: 50%;
}

.carousel-control-prev {
    left: unset;
    right: 36px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 8px;
        height: 8px;
        padding: 0;
        margin-right: 4px;
        margin-left: 4px;
        text-indent: -999px;
        cursor: pointer;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-radius: 50%;
    }

.esri-slider__anchor:focus .esri-slider__thumb, .esri-slider__anchor:focus .esri-slider__label {
    outline: unset;
}

.esri-slider--horizontal .esri-slider__label {
    text-align: center;
    margin: 0 11px;
    top: 10px;
    z-index: 2;
    color: #742E34;
    font-weight: 500;
}

.esri-slider__segment-1 {
    height: 4px;
    background-color: #742E34;
    top: -1px;
}

.esri-slider__thumb {
    border: 2px solid #742E34;
}

.esri-slider__anchor--moving:focus .esri-slider__thumb {
    border: 3px solid #742E34;
}

.esri-slider__thumb:hover {
    border: 3px solid #742E34;
}

.esri-legend__layer-cell {
    min-width: unset;
}

.esri-search__input:focus-visible {
    border: solid 1px red;
}
/*.heatmap-legend {
    width: 110px !important;
}
*/
.heatmap-legend .esri-legend__service-label {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
}

.heatmap-legend .esri-legend__layer-child-table .esri-legend__layer-caption {
    display: none;
}

.heatmap-legend .esri-legend__layer-caption {
    text-wrap-mode: nowrap;
}

.heatmap-legend .esri-legend__layer-table {
    margin-bottom: 3px;
}

.heatmap-legend .esri-legend__service {
    padding: 12px 12px 0 12px !important;
}

.heatmap-legend .esri-legend__layer {
    overflow: hidden !important;
}

.heatmap-legend .esri-legend--card__section:first-child {
    display: none;
}

.heatmap-legend.population .esri-legend--card__section:first-child {
    display: unset !important;
}

.heatmap-legend .esri-legend--card__section .esri-widget__heading {
    display: none !important;
}

.heatmap-legend .esri-legend--card__section {
    min-width: unset !important;
    padding: 10px 10px;
}

.heatmap-legend.population .esri-legend--card__section {
    min-width: unset !important;
    padding: 6px 6px;
}

.heatmap-legend .esri-legend--card {
    overflow: hidden;
}

.heatmap-legend .esri-legend--card__message {
    display: none;
}

.analysis-layer-group {
    margin: 0;
    font-weight: 600;
    /* color: #742e34; */
    background-color: #D7D3B380;
    width: 100%;
    padding: 6px 10px 6px 10px;
    padding: 12px;
    height: 45px;
    align-content: center;
    cursor: pointer;
    border-bottom: solid 1px #ffffff;
}

.analysis-layer {
    height: 45px;
    align-content: center;
    padding-left: 24px !important;
    border-bottom: 1px solid #EBEECE;
}

.btn-analysis-layer {
    --bs-btn-color: #484456;
    --bs-btn-border-color: #EBEECE;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #ABA360;
    --bs-btn-hover-border-color: #ABA360;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #ABA360;
    --bs-btn-active-border-color: #ABA360;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    border-radius: 0;
    padding: 12px 32px 12px 12px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
}

.btn-toggle-wrapper {
    display: flex;
    gap: 16px;
    height: 40px;
}

.btn-group {
    display: flex;
    border-radius: 0px;
    /*border: 1px solid #742e34;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 0 1px #ccc;*/
}

.btn-toggle {
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #742e34;
    border-left: none; /* will be re-added for the first button */
    font-size: 14px;
    font-weight: 500;
    color: #742e34;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-family: Roboto;
    line-height: 18px;
}

/* First button keeps its left border */
.btn-group .btn-toggle:first-child {
    border-left: 1px solid #742e34;
}

    /*    .btn-toggle:not(:last-child) {
        border-right: 1px solid #742e34;
    }*/

    .btn-toggle.active {
        background-color: #742E34;
        color: white;
        font-weight: bold;
    }

    .btn-toggle.active.growth {
        background-color: #742E34;
        color: white;
        font-weight: bold;
    }

    .btn-toggle.active.supply {
        background-color: #484456; /* Dark purple */
        color: white;
        font-weight: bold;
    }


.aed-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/AED.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.active .aed-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/AED_Active.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.adrec-expand {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/Expand.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.esri-search {
    height: 40px;
    /*border-radius: 8px;*/
    border: 1px solid #742E34;
}

.adrec-bi-toggle {
    color: #742e34;
    /*background-color: unset;*/
    background-color: #e3eaba;
}

    .adrec-bi-toggle.active {
        color: white !important;
        background-color: #742e34 !important;
    }

.active-map {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    background-color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 500;
    color: #742E34;
}

.active-map-mobile {
    width: fit-content;
    padding: 8px;
    background-color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 500;
    color: #742E34;
    display: none;
    align-self: center;
}

.map-tools {
    display: flex;
    gap: 16px;
    height: 40px;
    top: 16px;
    right: 16px;
    z-index: 10000;
}

.map-control {
    background-color: #FFFFFFCC;
    left: 16px;
    top: 16px;
    gap: 24px;
    display: flex;
}

.map-control-mobile {
    right: 16px;
    top: 16px;
    gap: 12px;
    display: none;
    height: 40px;
}
#Sale_Rate_Tools {
    gap: 11px;
    left: 16px;
    top: 75px;
    height: 40px;
}

.rental-index-details {
    padding: 16px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

/* Styling for mobile */
@media (max-width: 1000px) {
    .heatmap-legend .esri-legend__service {
        padding: 6px !important;
    }

    .heatmap-legend .esri-legend__layer-body {
        display: flex;
        text-wrap: nowrap;
        text-wrap-mode: nowrap;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .heatmap-legend .esri-legend__layer-caption {
        text-align: center;
        color: #742E34;
        font-size: 14px;
        font-weight: 700;
        text-wrap-mode: wrap !important;
        padding: 0px;
        margin-bottom: 8px;
        display: none;
    }

    .heatmap-legend .esri-legend__layer-child-table {
        margin: 0px;
    }

    .heatmap-legend .esri-legend__layer-body {
        margin: 0px;
    }

    .heatmap-legend .esri-legend__layer-table {
        margin: 0px !important;
    }

    .heatmap-legend .esri-legend__layer {
        margin: 0px !important;
    }

    #HeatmapLegendDiv {
        width: auto !important;
        max-width: none !important;
        left: 16px;
        bottom: 16px;
        right: 16px;
    }

    .active-map {
        display: none !important;
    }


    #SearchWidget, #SearchContainer {
        width: 100%;
    }

    .map-tools {
        left: 16px;
        top: 74px;
    }
/*    .map-control {
        right: 16px;
    }*/

    .map-control-mobile {
        display: flex;
    }

    #Sale_Rate_Tools {
        gap: 11px;
        height: unset !important;
        width: 100% !important;
        flex-direction: column;
    }

    #Service_Charge_Tools {
        left: 16px;
        top: 75px;
    }

    #Sale_Rate_Layers_Control{
        flex-direction:column;
    }

        #Sale_Rate_Layers_Control .btn-toggle {
            border: solid 1px #742E34;
            height: 40px !important;
        }

    #Rental_Index_Tools {
        gap: 16px;
    }

    #Service_Charge_Tools_Right {
        gap: 16px;
    }

    #MunicipalitySelectContainer, #DistrictSelectContainer, #CommunitySelectContainer, #SelectedTypologyContainer, #SelectedLayoutContainer, #ServiceChargeYearContainer, #ServiceChargeLandUseContainer {
        width: 100% !important;
    }
    #IndexDetailsDiv{
        max-height: unset !important;
        width: 100% !important;
    }

    .rental-index-details{
        width: 100% !important;
    }

    .active-map-mobile {
        display: unset !important;
        padding-bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        background-color: #FFFFFF;
    }

}
.esri-legend__layer-caption {
    font-family: "Helvetica LT Std", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #742E34;
    margin-bottom: 4px;
}

.bg-chart {
    background-color: #FCFDF8;
}

.chart-title {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    vertical-align: middle;
    color: #742E34;
    border-bottom: 1px solid #EBEECE;
}

.chart-container {
    border: 1px solid #EBEECE;
    background-color: #FCFDF8;
}

/* Custom Legend Button with SVG Icon */
.custom-legend-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    cursor: pointer;
    color: #742e34;
    background-color:white;
}

    /* Optional hover effect */
    .custom-legend-button:hover {
        background-color: #742e34;
        color:white;
    }

/* Allow more items per row by reducing min-width */
.esri-legend__layer-row {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    /* min-width removed */
    flex: 0 1 auto;
}

/* Wrap items across rows */
.esri-legend__layer-body {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 16px;
}

/* Adjust symbol size (optional) */
.esri-legend__symbol {
    width: 18px !important;
    height: 18px !important;
}

#HeatmapLegendDiv {
    max-width: 350px;
    width: auto !important;
}

/* Search should always live on the far right */
#SearchWidget {
    margin-left: auto; /* pushes everything else left */
    order: 99; /* ensure it's the last item even if DOM order changes */
}


#Sale_Rate_Tools {
    width: 296px;
}

.tx-radio-list {
    list-style: none;
    margin: 0;
    padding: 0px 8px;
    border-top: 1px solid #e9ecef;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
}

    .tx-radio-list li {
        border-bottom: 1px solid #e9ecef;
    }

    .tx-radio-list input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .tx-radio-list label {
        display: flex;
        align-items: center;
        gap: .75rem;
        padding: .6rem .5rem;
        cursor: pointer;
        color: #5A5A5A; /* normal color */
        font-weight: 400; /* normal weight */
        font-size: 14px;
        line-height: 100%;
        user-select: none;
    }

        .tx-radio-list label:hover {
            background: #f8f9fa;
        }

    .tx-radio-list .icon {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        color: currentColor; /* SVG inherits from label text */
    }

    .tx-radio-list input:checked + label {
        color: #742E34; /* checked color */
        font-weight: 700; /* bold */
    }

        .tx-radio-list input:checked + label .icon {
            color: currentColor; /* inherit checked color */
        }

    .tx-radio-list input:focus-visible + label {
        outline: 2px solid rgba(116, 46, 52, .35);
        outline-offset: 2px;
    }
    .tx-radio-list li:last-child {
        border-bottom: none; /* remove border from last item */
    }

    .icon14x14{
        height:14px;
        width:14px;
    }
#IndexDetailsDiv {
    top: 75px;
    right: 16px;
    max-height: calc(100% - 146px);
    width: 525px;
}
/* Shared container */
.sc-container {
    font-family: Roboto;
    padding: 12px;
    background-color: #fff;
    border-radius: 4px;
}

/* Card style */
.sc-card {
    padding: 12px;
    background-color: #F8F9EF;
    border: 1px solid #EBEECE;
    border-radius: 4px;
}

    .sc-card + .sc-card {
        margin-top: 12px;
    }

/* Overview */
.sc-overview-header {
    font-size: 18px;
    font-weight: 600;
    color: var(--adrec-color, #742E34);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.sc-divider {
    border-top: 1px solid #EBEECE;
    margin-bottom: 8px;
}

.sc-overview-row {
    display: flex;
    width: 100%;
}

.sc-overview-label {
    font-size: 16px;
    font-weight: 500;
}

.sc-overview-value {
    flex: 1;
    text-align: end;
}

/* Service charge */
.sc-service-header {
    font-size: 18px;
    font-weight: 600;
    color: var(--adrec-color, #742E34);
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid #EBEECE;
    margin-bottom: 8px;
}

.sc-accordion .accordion-item {
    background-color: #F8F9EF;
    border: none;
}

.sc-accordion .accordion-button {
    padding: 0.5rem 0;
    background: transparent;
    color: #742E34;
    font-weight: 700;
    border: none;
    box-shadow: none;
}

.sc-accordion .accordion-collapse {
    background-color: #F8F9EF;
}

/* Table */
.sc-table {
    min-width: 100%; /* ensure it expands to enable horizontal scroll when needed */
    border-collapse: collapse;
}

    .sc-table th {
        background-color: #EFEDE1;
        font-size: 13px;
        font-weight: 500;
        padding: 8px 12px;
    }

        .sc-table th.fees {
            font-weight: 400;
        }

            .sc-table th.fees span {
                font-size: 10px;
                vertical-align: baseline;
                color: #666;
            }

    .sc-table td {
        background-color: #FFFFFF;
        padding: 8px 12px;
    }

        .sc-table td.name {
            font-size: 13px;
            font-weight: 500;
        }

        .sc-table td.category,
        .sc-table td.fee {
            font-size: 12px;
            font-weight: 400;
        }

.sc-no-data {
    text-align: center;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 10px 12px;
    color: #5A5A5A;
}

/* NEW: Scrollable wrapper for wide tables */
.sc-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
[title="Enter fullscreen"] {
    height: 40px !important;
    width: 40px !important;
}


/* brand color to match your .btn-toggle */
:root {
    --brand-maroon: #742e34;
}

/* make a <select> look like the active map button */
#ModeSelect,
.form-select#ModeSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--brand-maroon);
    color: #fff;
    border: 1px solid var(--brand-maroon);
    border-radius: 0px;
    padding: 8px 36px 8px 12px; /* room for caret on the right */
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    /* custom caret (white chevron), no external asset */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 14px;
    height:40px
}

    /* hide default arrow in old IE/Edge */
    #ModeSelect::-ms-expand {
        display: none;
    }

    /* focus ring */
    #ModeSelect:focus {
        outline: 2px solid var(--brand-maroon);
        outline-offset: 2px;
    }

    /* disabled look (optional) */
    #ModeSelect:disabled {
        opacity: .7;
        cursor: not-allowed;
    }
    #ModeSelect option {
        background: #fff;
        color: var(--brand-maroon);
    }