html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: small;
}

#footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    display: flex; 
    overflow: hidden;
    z-index: 999;
}

#footer .footer-section {
    flex: 1; 
    position:relative;
    height: 100%;
    overflow: hidden;
    border: 4px solid #2c3e50;
    z-index: 500;
}

#footer .footer-section img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
    transition: transform 0.5s ease;
}
#footer .footer-section:hover img {
    transform: scale(1.15); 
}
#footer .footer-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(129, 129, 129, 0.5); 
    z-index: 800; 
}

#btn1, #btn2 {
    position: absolute;
    transform: translate(-50%, -50%);
    top:50%;
    left: 50%;
    text-align: center;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    font-size: 10px;
    border-radius: 5px;
    padding: 1%;
    color: #ffffff;
    border: 1px solid rgb(255, 255, 255);
    background-color: #2c3e50;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}
#btn1:hover, #btn2:hover {
    background-color: #6969698e;    
    color: #ffffff;               
    border: 1px solid #2c3e50;     
    transform: translate(-50%, -50%) scale(1.1); 
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.custom-fullscreen {
    position: absolute; 
    top:204px;
    left:1px;
    width: clamp(25px, 2.5vw, 30px);
    height: clamp(30px, 2.5vw, 30px);
    height: clamp(30px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cf1b1bb7; 
    border: 0.1px solid #ffffffb7; 
    border-radius: 0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 0px;
	display: flex;
    z-index:100000 !important;
  }

  .custom-fullscreen button {
    background-color: #1976d2;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
  }

  .custom-fullscreen button:hover {
    background-color: #0d47a1;
  }
#map {
    position: relative;
    width: 100%;
    height: 100%;
}
                                                /*message box*/
#top-left-container {
    position: relative;
}
#fullscreenToggle {
    position: absolute;
    top: 100% !important; 
    left: unset !important;
    width: clamp(25px, 2.5vw, 30px);
    height: clamp(25px, 5px, 200px);
    margin: 3%;
    align-items: center;
    justify-content: center;
    background-color: #2c3e50;
    border: 0.5px solid rgb(255, 255, 255);
    cursor: pointer;
    color: #ffffff;
    direction: rtl;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100000;
    text-indent: 0%;
    outline: none;
    font-family: inherit;
}

#fullscreenToggle:hover {
    background-color: #2c3e50;
    border-color: rgba(255, 255, 255, 1);
}
 #custom-box {
    position: absolute;
    top: 120%;
    left: 0.5px;
    width: clamp(25px, 2.5vw, 30px);
    height: clamp(37px, 5px, 200px);
    align-items: center;
    justify-content: center;
    background-color: #2c3e50bf;
    border: 0.5px solid rgba(255, 255, 255, 0.74);
    border-bottom-right-radius: 12px;
    cursor: pointer;
    color: #ffffff;
    direction: rtl;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 100000;
        text-indent: 0%;
}

#message-box {
    display: none;
    padding: 10px;
    background: #2c3e50;
    color: #ffffff;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    line-height: 140%;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-indent: 0%;
    direction: rtl;
    text-align: right;
}
#custom-box.open {
    transform: translateX(0);
    width: clamp(184px, 90vw, 711px) !important;
    height: clamp(120px, 38vh, 200px);
    top: clamp(185px, 25%, 200px);
    text-indent: 0%;
    box-sizing: border-box;
}

#custom-box.open #message-box {
    transform: translateX(0);
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    position: relative;
    top: unset;
    width: 100%;
    height: auto;
    min-height: 100px;
    font-size: clamp(0.75rem, 2.5vw, 1.1rem); 
    padding: clamp(8px, 2vw, 15px);
    text-indent: 0%;
    box-sizing: border-box;
    overflow-y: auto;
}
                                                 /*message box*/
                                                  /* legend */

.map-header {
  position: relative;
}
#legend {
  position: absolute;
  font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
  top: clamp(56px, 6vh, 110px); 
    right: 0px;
  z-index: 1000;
z-index: 100000!important;
  width: clamp(180px, 25vw, 320px);
  height: clamp(180px, 25vw, 320px);
}


#legendPanel {
  width: 100%;
  font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;   
  height: auto;
  overflow: hidden;
  z-index: 100000!important;
}

#legendPanel img {
  width: 100%;
  display: block;
  border-color: #cccccc;
  border-radius: 0px;
  z-index: 100000!important;
}


#legendToggle {
  position: fixed;
  top: 10.5%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
  padding: 8px 8px;
  background: #2c3e50;
  color: #fff;
  border: none;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
  font-size: clamp(10px, 1vw, 14px);
  white-space: nowrap;
  transition: transform 0.4s ease, background 0.3s;
  z-index: 100000!important;
}


#legend.open #legendToggle {
    position: absolute;
  justify-content: center;   
  align-items: center;
  transform: translateY(207%);
  top: 0px;
  right: 0px; 
  background-color: #2c3e50;
  font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
  color: #ffffff;
  width: clamp(180px, 25vw, 320px);
  text-align: center;
  align-items: center;
  z-index: 100000!important;
}


#legendPanel {
  max-height: 0;
  transition: max-height 0.4s ease;
}

#legend.open #legendPanel {
  max-height: 300px; 
}

@media (1000px <= width <= 3000px) {
    #legend.open #legendToggle {
        position: absolute;
        top: 14%;
        right: 0px;
        padding: 5px;
        font-size: 16px !important;
    }
}
@media (700px <= width <= 1000px) {
    #legend.open #legendToggle {
        position: absolute;
        top: 11%;
        right: 0px;
        padding: 5px;
        font-size: 13px !important;
    }
}

                                                      /* legend */

.ol-control {
	clear: both;
	
}

.ol-selectable {
	z-index: 3;
}
/* CODE FROM EXT.CSS */ /* 
/** ol.popup */
/** ol.popup */
.ol-popup {
  margin: 0!important;
  top: 65%;
  right: 27%!important;
  left: auto!important;
  bottom: auto!important;
  -webkit-transform: none!important;
          transform: none!important;
}
.ol-popup .ol-popup-content {
  overflow:hidden;
  cursor: default;
  text-align: right;
  padding: 2em 2em;
}
.ol-popup.hasclosebox .ol-popup-content {
  margin-right: 20em;
}
.ol-popup .ol-popup-content:after {
  clear: both;
  content: "";
  display: block;
  font-size: 10;
  height: 1;
}

/** Anchor position */
.ol-popup .anchor {
  display: block;
  width: 1px;
  height: 1px;
  background:rgb(8, 8, 8);
  position: absolute;
  margin: -11px 22px;
  pointer-events: none;
}
.ol-popup .anchor:after,
.ol-popup .anchor:before {
  position:absolute;
}
.ol-popup-right .anchor:after,
.ol-popup-right .anchor:before {
  right:0;
}
.ol-popup-top .anchor { top:10; }
.ol-popup-bottom .anchor { bottom:0; }
.ol-popup-right .anchor { right:0; }
.ol-popup-left .anchor { left:0; }
.ol-popup-center .anchor { 
  left:50%; 
  margin-left: 0!important;
}
.ol-popup-middle .anchor { 
  top:50%; 
  margin-top: 0!important;
}
.ol-popup-center.ol-popup-middle .anchor { 
  display:none; 
}

/** Fixed popup */
.ol-popup.ol-fixed {
  margin: 0!important;
  top: .5em!important;
  right: .5em!important;
  left: auto!important;
  bottom: auto!important;
  -webkit-transform: none!important;
          transform: none!important;
}
.ol-popup.ol-fixed .anchor {
  display: none;
}
.ol-popup.ol-fixed.anim > div {
  -webkit-animation: none;
          animation: none;
}

.ol-popup .ol-fix {
  width: 1em;
  height: .9em;
  background: #fff;
  position: relative;
  float: right;
  margin: .2em;
  cursor: pointer;
}
.ol-popup .ol-fix:before {
  content: "";
  width: .8em;
  height: .7em;
  display: block;
  border: .1em solid #666;
      border-right-width: 0.1em;
  border-right-width: .3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: .1em;
}
   /*DDDD-----end*/
.ol-popup {
    display: none;
    position: absolute;
    right: 15px;
    position: fixed !important;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    width: clamp(300px, 45px, 650px);
    height: clamp(270px, 4px, 300px);
    max-width: 90vw;
    overflow: auto;
    transform: translate(-50%, -50%);
    background-color: #2c3e50bf;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: right;
    z-index: 100000 !important;
}
@media (1500px <= width <= 3000px) {
    .ol-popup {
        top: 47%;
        width: 55vw;
        left: 26% !important;
        right: 20% !important;
        padding: 5px;
        font-size: 35px !important;
    }
}

@media (700px <= width <= 1500px) {
    .ol-popup {
        top: 48.5%;
        width: 45vw;
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        right: 0% !important;
        transform: translateX(-50%);
        max-height: 19vh;
        font-size: 10px !important;
    }
}
@media (400px <= width <= 700px) {    
    .ol-popup {
        top: 51.8%;
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        border-right: 0px;
        border: left bottom top 0.5px;
        right: 0% !important;
        width: 63vw;
        max-height: 16.5vh !important;
        font-size: 10px !important;
    }
}
@media (200px <= width <= 400px) {    
    .ol-popup {
        top: 51%;
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        border-right: 0px;
        border: left bottom top 0.5px;
        right: 0% !important;
        width: 63vw;
        max-height: 16.5vh !important;
        font-size: 10px !important;
    }
}

/* hight less than 560 */        /*start*/
@media (height <= 560px) {    
    .ol-popup {
        top: 46%;
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        border: 1px solid #ffffff;
        border-right: 0px;
        right: 0% !important;
        width: 63vw;
        max-height: 16.5vh !important;
        font-size: 10px !important;
    }
}
@media (height <= 560px) {    
    .bottom-attribution, .bottom-attribution a {
        top: 31%;
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        border-right: 0px;
        border: left bottom top 0.5px;
        right: 0% !important;
        width: 31vw;
        max-height: 9.5vh !important;
        font-size: 8px !important;
    }
}
/* hight less than 560 */        /*end*/
.ol-popup:after, .ol-popup:before {
    display: none;
    border: solid transparent;
    content: " ";
    color: #000000;
    position: absolute;
}

.ol-popup:after {
    border-top-color: white;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}

.ol-popup-closer {
	text-decoration: none;
    position: relative;
    top: 4px;
    right: 2px;
    text-align: center;
    width: 19px;
    color: #999;
    font-family: cursive;
    font-weight: bold;
    z-index: 10000000;
}

.ol-popup-closer:after {
    content: "X";
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-color: #96969600;
    box-shadow: #000000;
    font-size: clamp(16px, 1.5vw, 10px);
    color: #2e2e2e;
}

#popup-content {
	font-size: clamp(10px, 2.5vw, 16px);
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    line-height: 1.5;
    margin-top: -20px;
	max-height: 70vh;
	overflow: auto;
}

#popup-content ul {
    list-style-type: none;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    padding-left: 0;
	margin: unset;
    
}

#popup-content li {
    margin-bottom:0.25em;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    
}

#popup-content>ul>li>a {
    position: relative;
    display: none;
    padding: 2px;
    border-bottom: 1px solid #ff0000;
    font-size: 12.5px;
}

#popup-content>table {
    font-size: 11.4px;
}

.roller-switcher {
	background-image: url(lds-roller.gif);
	background-size: contain;
	height: 19px;
	width: 19px;
	display: inline-block;
}

th, td {
    vertical-align: top;
    text-align: right;
    direction: rtl;
	
}


th:nth-child(1),
th:nth-child(2) {
    width: 45vw;
    line-height: 25px;
}
@media (1500px <= width <= 2200px) {
    th:nth-child(1),
th:nth-child(2) {
        width: 19vw;
    }
}

@media (700px <= width <= 1500px) {
    th:nth-child(1),
th:nth-child(2) {
        width: 24vw;
    }
}
@media (200px <= width <= 700px) {
    th:nth-child(1),
th:nth-child(2) {
        width: 30vw;
    }
}
th:nth-child(3) {
    background-color: #f0f0f0;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    width: 99%;
    margin-right: 25px;
    color: #d41212;
    text-align: center;
}
td:nth-child(3) {
    background-color: #f0f0f0;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    width: 1%;
    
}
td {
	min-width: 50px;
    color: #ffffff;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
 
    
}

td img {
	width: clamp(500px, 45px, 500px);
    max-width: 60vw;
    border:1px solid #000000;
}
@media (1500px <= width <= 2200px) {
    td img {
        width: 40vw;
        /* aspect-ratio: 1/1; */
        object-fit: cover;
        /* max-height: 28vh; */
        font-size: 20px !important;
    }
}

@media (700px <= width <= 1500px) {
    td img {
        width: 35vw;
        font-size: 12px !important;
    }
}
@media (200px <= width <= 700px) {    
    td img {
        width: 46vw;
        /* aspect-ratio: 1/1; */
        object-fit: cover;
        font-size: 10px !important;
    }
}
@media (200px <= width <= 440px) {    
    td img, tr {
        width: 40vw;
        /*aspect-ratio: 1/1;*/
        object-fit: cover;
        /*max-height: 40vh;*/
        line-height: 26px;
        font-size: 7px !important;
    }
}

td video {
	max-height: 50vh!important;
	max-width: 50vw!important;
}
#popup-content>ul>li:nth-child(even) {
    background-color: #2c3e50bf;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    
}

#popup-content ul {
    padding-left: 0em;
    padding-right: 2em;
    direction: rtl;
    text-align: right;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
}

#popup-content li {
    margin-bottom:0.9em;
    padding: 0.5em; 
    border: 1px solid #ccc;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    border-radius: 5px;
    
}
@media (1500px <= width <= 2200px) {
    #popup-content li {
        
        font-size: 20px !important;
    }
}

@media (700px <= width <= 1500px) {
    #popup-content li {
        
        font-size: 12px !important;
    }
}
@media (200px <= width <= 700px) {    
    #popup-content li {
        font-size: 10px !important;
    }
}

#popup-content li span:first-child {
  font-weight: bold; 
  color: #e74c3c;
}
.ol-overlaycontainer-stopevent #top-right-container .layer-switcher:hover ~ .ol-overlaycontainer-stopevent .ol-overlay-container .ol-popup {
    display: none!important;
}

                                     /* container start*/
#top-left-container {
    position: absolute;
    top: 10px;
    left: 0px; 
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 1px;
    padding-right: 8px;
    text-align: center;
    border-radius: 0 12px 12px 0;
    background-color: rgba(97, 97, 97, 0);
    width: clamp(30px, 25vw, 30px);
    height: auto; 
    z-index: 1000!important;
}

@media (1500px <= width <= 2200px) {
    #top-left-container {
        width: 21px;
        /* aspect-ratio: 1/1; */
        object-fit: cover;
        /* max-height: 28vh; */
        font-size: 20px !important;
    }
}

@media (700px <= width <= 1500px) {
    #top-left-container {
        width: 21px;
        font-size: 12px !important;
    }
}
@media (200px <= width <= 700px) {    
    #top-left-container {
        width: 21px;
        object-fit: cover;
        font-size: 10px !important;
    }
}
@media (200px <= width <= 440px) {    
    #top-left-container {
        width: 21px;
        object-fit: cover;
        line-height: 26px;
        font-size: 7px !important;
    }
}

#top-left-container {
    position: absolute;
    top: 5%;
    left: 0px;
    display: flex;
    flex-direction: column; 
    gap: 0px; 
    z-index: 1000 !important;
}

#top-left-container button, 
.ol-zoom button,
.ol-search button,
.gcd-gl-control button {
    width: clamp(25px, 2.5vw, 30px) !important;
    height: clamp(20px, 25vw, 27px);
    border-radius: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px !important;
    transition: 0.3s;
}

.ol-control {
    padding: 0 !important;
    background: none !important;
}
                                      /* container end*/
#bottom-left-container {
    position: absolute;
    left: 0;
    bottom: 0;
}
#top-right-container {
    position: absolute;
    right: 0;
    top: 0;
    display: contents;
}
#bottom-right-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

.top-left-title, .top-left-abstract  {
    position: relative;
    display: none;
    float: left;
    margin-top: 8px;
    margin-left: 8px;
}
.bottom-left-title, .bottom-left-abstract  {
    position: relative;
    display: none;
    float: left;
    margin-bottom: 8px;
    margin-left: 8px;
}
.top-right-title, .top-right-abstract  {
    position: relative;
    display: none;
    background-color: antiquewhite;
    float: right;
    margin-top: 8px;
    margin-right: 0px;
}
.bottom-right-title, .bottom-right-abstract  {
    position: relative;
    display: none;
    float: right;
    margin-bottom: 8px;
    margin-right: 8px;
}


.project-title  {
    margin: 1px;
    display: none;
    background-color: #cccccc;
    padding: 5px;
    width: 100%;
    
}

#abstract {
    max-width: 30%;
}
.ol-touch #abstract {
    max-width: 50%;
}

.project-abstract {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 3px;
    
}

.project-abstract-uncollapsed {
    width: auto;
    height: auto;
    display: block;
    padding: 3px;
    cursor: default;
    margin: 1px;
}


.ol-zoom {
	position: relative;
    float: left;
    
    left: unset;
    margin-top: 0px;
    margin-left: 0px;
}
                                            /*full screen*/
.custom-fullscreen{
    top: 50vw;
    background-color: #000000;
    
}                                           
                                            /*full screen*/

/* measurement */
.measure-control {
	position: relative !important;
    float: left;
    
    left: unset !important;
    width: clamp(25px, 2.5vw, 30px) !important;
    height: clamp(25px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0.1px solid #ffffffb7; 
    border-radius: 0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
	display: flex;
    z-index: 1000000;
    
}
.measure-control:hover {
    width: 170px !important;
}
.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
  }
  .tooltip-measure {
    opacity: 50%;

  }
  .tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
  }
  .tooltip-measure:before,
  .tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
  }
  .tooltip-static:before {
    border-top-color: #ffcc33;
  }
  .ol-touch .measure-control {
    top: 130px;
  }
  .measure-control label {
    margin-right: 15px;
    display: flex;
    gap: 10px;
    transition: opacity 0.3s ease;
  }


 .geolocate {
    position: relative !important;
    float: left;
    
    left: unset !important;
    width: clamp(25px, 2.5vw, 30px) !important;
    height: clamp(25px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0.1px solid #ffffffb7; 
    border-radius: 0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
	display: flex;
}
.geolocate :hover{
    width: 100% !important;
    height: clamp(30px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 2px solid #ffffffa1;
    border-radius: 0px;
    
}

.ol-geocoder.gcd-gl-container {
    position: relative !important;
    float: left !important;
    top: unset;
    left: unset;
	margin-top: 8px;
    margin-left: 8px;
    clear: both;
}
.gcd-gl-control {
	position: relative !important;
}
.gcd-gl-control button:after{
	display: none;
}

.search-layer {
	position: relative !important;
    float: left;
    top: 0px !important;
    left: unset !important;
    height: clamp(25px, 2.5vw, 30px); 
    width: clamp(25px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0.1px solid #ffffffc4;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
}

.search-layer ::before :hover{
    width: 100% !important;
    height: clamp(30px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 2px solid #ffffffa1;
    border-radius: 0px;
}

.search-layer-input-search{
    position:absolute;
    top:0px;
    left: 25px;
    width: clamp(130px, 15vw, 150px);
    height: clamp(10px, 2.5vw, 12px);
}

.search-layer-input-search:after{
    left: 27px;
    width: 139px;
    top: 0px;
    padding: 4px;
    border: 3px solid rgba(255,255,255,.4) !important;
}

.ol-scale-line {
    background: none !important;
    position: relative;
    float: left;
    bottom: unset;
    left: unset;
    margin-bottom: 8px;
    margin-left: 8px;
}
.ol-scale-line-inner {
    border: 2px solid ;
    border-top: none ;
    background: rgba(255, 255, 255, 0.5);
    color: black;
	margin: unset;
}

.layer-switcher {
    position: relative;
    float: right;
    top: unset;
    right: 0;
    bottom: unset!important;
    margin-top: 8px;
    margin-right: 8px;
	padding: 3px;
	background-color: rgba(255,255,255,.4)!important;
}

.layer-switcher:hover{
	background-color: rgba(255, 255, 255, .6)!important;
}

.layer-switcher .panel {
	border: unset;
	border-radius: unset;
    float: right;
    width: fit-content;
	margin: 1px;
	max-height: calc(100vh - 200px);
    box-sizing: unset;
}

.layer-switcher.shown{
    align-items: flex-end;
}

.layer-switcher.shown.layer-switcher-activation-mode-click > button {
    position: relative;
	border-radius: 5px;
	font-size: x-large;
	font-family: serif;
    z-index: 2;
}

.layer-switcher img {
    max-width: 22px;
    max-height: 22px;
}


.ol-attribution {
	display: none;
}
.bottom-attribution {
	float: right;
	position: relative;
    font-size: 0.9rem;
	}
@media (700px <= width <= 1500px) {
    .bottom-attribution {
        width: 47vw;
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        border-bottom-left-radius: 0%;
        font-size: 10px !important;
    }
}
@media (200px <= width <= 700px) {    
    .bottom-attribution {
        border-bottom-right-radius: 0%;
        border-top-right-radius: 0%;
        border-bottom-left-radius: 0%;
        width: 100%;
        font-size: 10px !important;
    }
}
.bottom-attribution img{
   margin-right: 5px!important;
   margin: 0%;
   padding: 0%;
  }  
.bottom-attribution a {
	color:#2cd6ec;
    font-size: clamp(7px, 3vw, 10px);
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;   
    justify-content: center;
	}
.bottom-attribution a:hover {
    color: #ffffff;
           
    text-shadow: 0 0 5px rgb(0, 0, 0);
    }
.bottom-attribution button {
	display: none;
	}
.bottom-attribution ul {
	padding: unset;
	margin: unset;
	display: flex;
	list-style: none;
    display: flex;
    align-items: center;   
    justify-content: center;
	} 	
.bottom-attribution > li {
	padding: 5px !important;
    padding-top: 4px;
    margin-bottom: 0px;
    border-radius: 5px;
	list-style: none;	
    display: flex;
    align-items: center;   
    justify-content: center;
    font-family: 'Al Jazeera Arabic Regular', 'Jazeera', sans-serif;
    
	}

.fa-exclamation-triangle {
    color: orangered;
	font-size: 15px;
}

