.csep-map-container {
    max-width: 100% !important;
}


/* CSS */
#mmi_attrib0 > a, #mmi_attrib0 > span {
    display:none !important;
}
#mmi_attrib1 > a, #mmi_attrib1 > span {
    display:none !important;
}
.csep-map-container {
  display: flex;
}

.csep-map-select-column {
 /* width: 30%;*/ /* Adjust the width for the select options */
  padding: 11px;
  border: 1px solid #00000014;
height: auto;
transition: 1s ease;

}

.csep-map-map-column {
  flex: 1; /* Map section occupies remaining space */
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .csep-map-container {
    flex-direction: column; /* Stack sections on top of each other on smaller screens */
  }
  
  .csep-map-select-column,
  .csep-map-map-column {
    width: 100%; /* Take full width on smaller screens */
  }
}

  @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

 .serach-map  {
   position: relative;
   display: inline-block;
   background-color: #fff;
   padding: 5px 12px;
   transition: all 1s ease;
   border-radius: 0;
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
 .serach-map::after {
   content: '';
   display: block;
   height: 2px;
   width: 80%;
   background-color: #054b90;
   transition: all 1s ease 0.5s;
}
.serach-map input {
   transition: width 1s ease, opacity 0.5s ease 0.5s;
   opacity: 1;
   width: 270px;
   height: 25px;
   border: 0;
   outline: none;
   color: #b06d0f;
}
 .serach-map i {
   position: absolute;
   top: 11px;
   right: 11px;
   color: #333;
   cursor: pointer;
}
 .serach-map[data-state="close"] {
   border-radius: 30px;
   padding: 5px 5px;
   transition: all 1s ease;
}
 .serach-map[data-state="close"]::after {
   width: 0%;
   transition: all 0.3s ease;
}
 .serach-map[data-state="close"] i {
   pointer-events: none;
}
 .serach-map[data-state="close"] input {
   width: 28px;
   height: 25px;
   opacity: 0;
   cursor: pointer;
   transition: opacity 0.5s ease, width 1s ease;
   -webkit-appearance: none;
}



.locationSelect .csep-map-select-column {
  width: 100%; 
  padding: 8px 16px 8px 8px; 
  border: 2px solid #cccccc; 
  border-radius: 4px; 
  background-color: white;
  font-size: 16px; 
  color: #333; 
  cursor: pointer; 
  appearance: none; 
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
  position: relative; 
  margin-bottom: 10px;
}

/* Hover state styling */
.csep-map-select-column .locationSelect:hover {
  border-color: #888; 
}

/* Focus state styling */
.csep-map-select-column .locationSelect:focus {
  border-color: #0056b3;
  box-shadow: 0 0 5px rgba(0,86,179,0.25); 
}

/* Styles for options */
.csep-map-select-column .locationSelect option {
  padding: 8px; 
  background-color: #f8f8f8; 
  color: #333;
}

/*.csep-map-select-column .locationSelect::after {
  content: '\25BC'; 
  position: absolute; 
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  pointer-events: none; 
  color: #333; 
}*/
.csep-map-select-column .locationSelect {
  padding-right: 30px; 
}
h1.csep-map-heading {
    font-size: 18px;
    color: #a90e33;
    font-family: monospace;
    font-weight: 700; 
    color: #9c9999;  
}


/*********sidebar css***********/

.map_sidebar {
  width: 25%;
  height: 100%;
  transition: 1s ease;
  position: relative;
}

.main-content {
  width: 75%;
  height: 100%;
  background-color: #ccc;
  transition: 1s ease;
}

.main-content_large {
  width: 100%;
}

.map_sidebar_small {
  width: 0%;
}

button.mapleftslide {
   position: absolute;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 1px rgba(0 ,0, 0, .3);
  left: 100%;
  top: 0rem;
  transform: translateX(-52%);
  cursor: pointer;
  font-size: 11px;
  z-index: 9999;
}
button.mapleftslide:focus {
    outline: none;
}
span.select2.select2-container {
    width: 100% !important;
    padding-bottom: 10px;
}


input.select2-search__field {
  
    padding: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: -15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 11px;
    padding: 2px 3px;
    line-height: 1;
    border-radius: 0px;
}
span.select2.select2-container {
    
    font-size: 11px;
}
.select2-results__option[aria-selected] {
    font-size: 11px;
    padding: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
    padding: 3px;
    font-size: 11px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    line-height: 1px;
    font-size: 12px;
}

.map-button {
    background: #034b8f;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: 0;
    outline: 0;
    text-align: left;
    min-width: 80px;
    display: inline-flex;
    justify-content: space-between;
    color: #f5f5f5;
    cursor: pointer;
    margin-bottom: 9px;
    font-size: 12px;
}
.map-button::after {
    font-family: sans-serif;
    content: "▼";
    padding-left: 0.5em;
}

.locationSelect {
    font-size: 13px;
}

  .snip1221 {
   position: relative;
    font-size: 22px;

    color: #ffffff;
    width: 44px;
    margin: 1px 0px 10px 0px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    }
   .snip1221:after {
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 50%;
  right: 50%;
  background: #c0392b;
  content: '';
  transition: all 0.3s ease-in-out; /* Adjusted transition timing */
  top: 40px;
}

.snip1221:hover,
.snip1221:active,
.snip1221.hover {
color: #ffffff;
filter: none !important;
}

/*.snip1221:hover:after,
.snip1221:active:after,
.snip1221.hover:after {
  left: 0;
  right: 0;
  background: #e74c3c; /* Changed background color on hover */
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); /* Added box-shadow */
}*/


    h4.map-sector {
    font-size: 17px;
    margin: 11px 0px;
    font-weight: 800;
}

.map-para{
  font-size: 11px;
    color: #000000;
    margin: 0px;
    font-weight: 600;
}

@import "compass/css3";
        .js-example-basic-multiple {
            width: 213px;
        }
        .custom-option {
            display: block;
        }
     
        .mark-all {
            font-size: 12px;
            margin: 5px 0;
        }



  .snip1221 img {
    width: 44px;
    height: 44px;
}

.scrollable-content {
    max-height: auto; /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 15px; /* To account for the scrollbar width */
    margin-top: 10px; /* Add some margin for spacing */
}

/* Optional: Add styles for the scrollbars if needed */
.scrollable-content::-webkit-scrollbar {
    width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: #888;
}

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


.heading-type{
  margin: 0px;
  padding: 0px 0px 17px 0px;
  font-size: 17px;
  width: 100%;
  font-weight: 700;
  display: flex;
}

/*li.select2-selection__choice {
    display: none;
}*/

.current-map-status {
    display: inline-flex;
    float: left;
    width: 100%;
    justify-content: space-between;
 
}
.status-item {
    text-align: center;
    margin: 7px;
}
.status-item i {
    display: block;
    margin-bottom: 5px;
}

p.heading-status {
       font-size: 7px;
    color: #000000;
}


.status-icon {
    color: #034b8f;
    width: 100%;
}


h4.status-title-map {
    display: flex;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 11px 0px;
    font-size: 17px;
    font-weight: 700;
}


.container {
    display: flex;
    flex-direction: column;
}
.select-container {
    display: flex;
    justify-content: space-between;
}
.select-container select {
    width: 30%;
}
.label-container label {
    font-size: 13px;
}
label.custom-year {
    padding-left: 29px;
    font-size: 13px;
}


label.county-map {
    display: flex;
    float: inline-start;
    font-size: 13px;
}

label.entity-map {
    font-size: 13px;
}


.search_submit_map {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    height: 40px;
    text-transform: capitalize;
    width: 120px;
    border: none;
}

input#submit {
    background-color: #034b8f;
    color: #fff;
    margin-top: 66px;
    border-radius: 4px;
    padding: 9px 22px !important;
}
input#submit:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid;
}

/*.snip1221 {
    filter: grayscale(1);
}*/

.container.connectivityMapFilter {
    display: inherit !important;
    flex-direction: row;
    width: 100%;
    padding: 0;
}

.container.connectivityMapFilter .fist-year {
    width: 50%;
}

.container.connectivityMapFilter .second-year {
    margin-left: 10px;
    width: 47%;
}
.ui-widget.ui-widget-content {
    width: 96% !important;
    margin-left: 11px;
    margin-top: 10px !important;
    margin-bottom: 10px;
}



/*************SID******************/

 .dropdown_csep {
   position: relative;
   font-size: 14px;
   color: #333;
}
 .dropdown_csep .dropdown-list {
   padding: 12px;
   background: #fff;
   position: absolute;
   top: 30px;
   left: 2px;
   right: 2px;
   box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
   transform-origin: 50% 0;
   transform: scale(1, 0);
   transition: transform 0.15s ease-in-out 0.15s;
   max-height: 66vh;
   overflow-y: scroll;
}
 .dropdown_csep .dropdown-option {
   display: block;
   padding: 8px 12px;
   opacity: 0;
   transition: opacity 0.15s ease-in-out;
}
 .dropdown_csep .dropdown-label {
   display: block;
   height: 30px;
   background: #fff;
   border: 1px solid #ccc;
   padding: 6px 12px;
   line-height: 1;
   cursor: pointer;
}
 .dropdown_csep .dropdown-label:before {
   content: '▼';
   float: right;
}
 .dropdown_csep.on .dropdown-list {
   transform: scale(1, 1);
   transition-delay: 0s;
    z-index: 999;
}
 .dropdown_csep.on .dropdown-list .dropdown-option {
   opacity: 1;
   transition-delay: 0.2s;
}
 .dropdown_csep.on .dropdown-label:before {
   content: '▲';
}
 .dropdown_csep [type="checkbox"] {
   position: relative;
   top: -1px;
   margin-right: 4px;
}

.checked-parent::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #e74c3c;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: 23px;
}
label.disabled_label {
    color: #ccc;
}
.csep-map-heading {
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-top: 1px solid #0000001c;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 14px !important;
    padding-top: 11px !important;
}
.container.connectivityMapFilter {
    margin-bottom: 10px !important;
}
.secondstatus {
    margin-bottom: 10px !important;
}
.type-dropdown {
    margin-bottom: 10px !important;
}
label.lable_country {
    font-size: 11px;
    font-weight: 600;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #aaaaaa5e !important;
}
.checked-parent::after {
    content: '';
    top: 40px;
}
.status-item label {
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    margin-left: 6px;
}
.status-item {
    display: inline-flex;
    width: 50%;
}
.submitmapdata {
    text-align: right;
    padding-right: 15px;
}
h4.Initiation_heading.csep-map-heading {
    border: none;
}
.amcharts-chart-div a {
    display: none !important;
}
.amcharts-chart-div a.maplink {
    display: block !important;
}
.map_secter_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
button.mapleftslide i {
    font-size: 19px;
    color: #6c6c6c;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 34px;
    height: 34px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin-top: 66px;
}

/ Safari /
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
span#error-message {
    position: absolute;
    bottom: 22px;
    font-size: 12px;
    font-weight: 700;
}
.mapboxgl-popup-content {
    width: 440px !important;
}
.mapboxgl-popup {
    width: 440px !important;
}
.map-deatils p {
    margin-bottom: 3px;
    font-weight: 600;
}
.maplibregl-popup-content {
    border: 3px solid #7c5a4d;
}

h1.map-heading {
    font-size: 35px;
    font-weight: 700;
    color: #b71f38;
    margin-top: 7px;
}

input#reset {
    background-color: #034b8f;
    color: #fff;
    margin-top: 66px;
    border-radius: 4px;
    padding: 9px 22px !important;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
}

input#reset:hover {
    background-color: transparent;
    color: #000000;
    border: 1px solid;
}
.submitmapdata button#deselectButton {
    position: absolute;
    bottom: 12px;
    right: 117px;
    padding: 9px 11px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #b71f38;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: 1px solid #b71f38;
}
.submitmapdata button#deselectButton:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
.type-dropdown.selectinputs {
    position: relative;
}
span.checkdataall label {
    margin-right: 5px;
    cursor: pointer;
}
span.checkdataall {
    position: absolute;
    right: 0;
    top: -18px;
    font-size: 11px;
    align-items: center;
    display: flex;
}

.wp-core-ui select {
    font-size: 11px;
    font-weight: 500;
    line-height: 2;
    color: #7e7f81 !important;
    }

.ui-slider {
    text-align: left !important;
    clear: both !important;
    margin-top: 8.5% !important;
    width: 88% !important;
    margin-left: 1%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 50%;
}
p.yearrange input {
    pointer-events: none;
}
p.yearrange {
    font-size: 12px;
}



/*sweeti*/



@media only screen and (max-width: 576px) {
.map_sidebar {
    width: 100%;
}
   .maparea_csep {
        padding: 20px 0px;
    }
   h1.map-heading {
        font-size: 16px;
        
    }
    .status-item {
    text-align: left;
    align-items: start;
}

button.mapleftslide {
    display: none;
}

input#submit {
    margin-top: 9px;
    padding: 12px 18px !important;
}
.search_submit_map {
    font-size: 11px !important;
    line-height: 14px !important;
    height: 36px;
}
.submitmapdata button#deselectButton {
  
    padding: 9px 10px;
    font-size: 11px;
}
span#error-message {
  
    font-size: 13px;
}
.loader {
    margin-top: 9px;
    height: 25px;
    width: 25px;
}

.main-content.csep-map-sid {
    margin-top: 20px;
    width: 100%;
    height: 580px;
}

}
@media only screen and (max-width: 992px){
    .map_sidebar {
    width: 100%;
}
.main-content.csep-map-sid {
    margin-top: 20px;
    width: 100%;
    height: 580px;
}
.csep-map-container {
    display: flex;
    flex-direction: column;
}
button.mapleftslide {
    display: none;
}
}


@media screen and (max-width: 1550px) and (min-width: 992px){
h1.map-heading {
    font-size: 26px !important;
}
.csep-map-heading {
    font-size: 10px !important;
}
p.yearrange {
    font-size: 11px !important;
    top: -28px !important;
}
.status-item label {
    font-size: 10px !important;
}
.container.connectivityMapFilter .fist-year {
    width: 42% !important;
}
.csep-map-heading {
    letter-spacing: 1px !important;
}
.submitmapdata button#deselectButton {
    font-size: 11px !important;
    padding: 7px 7px !important;
    right: 90px !important;
}
.search_submit_map {
    font-size: 11px !important;
    padding: 7px 7px!important;
}
input#submit {
    padding: 7px 11px !important;
    height: 34px !important;
}
span#error-message {
    font-size: 10px !important;
}
.loader {
    border: 5px solid #f3f3f3 !important;
    border-top: 5px solid #3498db !important;
    width: 28px !important;
    height: 28px !important;
}
.map-para {
    font-size: 10px !important;
}
.snip1221 {
    width: 38px !important;
}
.snip1221 img {
    width: 38px !important;
    height: 38px !important;
}
.map_sidebar {
    width: 26% !important;
}
.main-content {
    width: 74% !important;
}

}

.container.connectivityMapFilter {
    display: flex !important;
    position: relative;
}
p.yearrange {
    font-size: 12px;
    position: absolute;
    top: -31px;
}
.map-footer strong {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    margin-right: 6px;
}
.map-deatils a {
    color: #b71f38;
}
div#dataitems {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    display: none;
    overflow: scroll;
    overflow-x: hidden;
}
.alllistingdata li {
    list-style: decimal;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 10px;
}
span#closeprojectlist {
    background-color: #f0f0f0;
    width: 30px;
    height: 30px;
    position: fixed;
    border-radius: 50%;
    padding: 4px 8px;
}
span#closeprojectlist {
    background-color: #f0f0f0;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    padding: 4px 8px;
    cursor: pointer;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .3);
    top: 8px;
    left: 7px;
}
.alllistingdata {
    padding-top: 40px;
}
