@import url(https://js.arcgis.com/4.27/@arcgis/core/assets/esri/themes/light/main.css);
/* WEB STYLE */
#weather-container {
  position: absolute;
  min-width: 100px;
  border: 1px solid #808080;
  border-radius: 5px;
  font-weight: 700;
  top: 70px;
  left: 70px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

#weather-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 34, 92, 0.6);
  width: 75px;
  height: 75px;
  border-radius: 15%;
}
#weather-content-container:hover{
  transform: scale(1.05);
  cursor: pointer;
}



/* MOBILE STYLE */
@media (max-width: 480px) {
  #weather-container {
    position: absolute;
    width: 130px;
    border: 0;
    font-weight: 700;
    color: white;
    display: flex;
    flex-direction: row; /* Mobilde dikey düzen */
    justify-content: center;
    align-items: center;
    top: 15px;
    left: 63%;
    z-index: 101;
    background: none;
  }

  #weather-content-container {
    display: flex;
    flex-direction: row; /* Mobilde yatay düzen */
    justify-content: flex-end;
    background: none;
    width: 100%; /* Mobilde genişliği 100% */
    height: auto; /* Yükseklik otomatik olarak ayarlanacak */
    margin-top: 0; /* Mobilde boşluk bırakma */
    gap: 5px;
  }

 


  /* Özellik başlığı stil ayarı */
  .esri-feature-fields__field-header {
    font-weight: bold !important;
  }
}

/* WEB STYLE */
.esri-feature-fields__field-header {
  font-weight: bold !important;
}
.esri-ui-inner-container, .esri-ui-corner-container{
  inset: 0px 15px 0 15px !important; 
}

.esri-button-overwrite {
  width: auto;
  display: table-cell;
  margin: 4px;
  background-color: white;
  color: #014d79;
}

.esri-component {
  background: none;
  box-shadow: none;
}

.esri-widget--button {
  background-color: #01428a;
  width: 36px;
  height: 36px;
  border-radius: 20%;
  margin: 1px;
  color: white;
  border: none;
}

.esri-widget--button:hover {
  background-color: #005ec5;
  color: white;
}

.esri-icon {
  font-weight: bold;
  font-size: medium;
  height: 20px;
}

.esri-navigation-toggle:hover {
  box-shadow: none !important;
  background: none !important;
}

.esri-widget--button:active {
  background-color: #005ec5 !important;
}

.esri-widget--button:before {
  background-color: white !important;
}

.esri-ui-top-left,
.esri-ui-top-right {
  margin-top: 5em;
}

.esri-ui-corner .esri-component {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.esri-navigation-toggle{
  display: none;
}
/* MOBILE CSS */
@media (max-width: 480px) {
  .esri-ui-top-left {
    display: none;
  }

  .esri-ui {
    z-index: 99;
  }
}

/* Pop-up Style */

/* .esri-view-height-xlarge .esri-popup__main-container, .esri-view-height-large .esri-popup__main-container{
  max-height: 400px;
  background-color: rgba(1, 66, 138, 0.7);
} */

/* .esri-view-width-xlarge .esri-popup__main-container,.esri-view-width-large .esri-popup__main-container {
  max-width: 350px;
  width: 350px;
} */
.esri-popup__main-container{
  background-color: rgba(1, 66, 138, 0.7);
  color: white;
  border-radius: 15px;
  max-height: 300px;
  max-width: 350px;
}
.esri-popup--is-docked {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: 70px 45px 30px 15px;
  animation: esri-docking-animation 250ms ease-out;
}

.esri-popup__header-title,
.esri-popup__button {
  color: white;
}

.esri-popup__header-container--button:hover,
.esri-popup__button:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.esri-popup__pointer-direction {
  background-color: #01428a;
}

.esri-feature__content-element:last-child {
  margin: 12px;
}

.esri-feature__content-element {
  padding: 0px
}

.esri-feature__content-node,
.esri-popup__content,
.esri-feature {

  background-color: #005ec5;
  border-radius: 15px;
}

.esri-widget__table {
  color: white;
  border-radius: 15px;
}

.esri-widget__table tr:nth-child(odd) {
  background-color: #01428a;
}

.esri-widget__table tr:nth-child(even) {
  background-color: rgba(1, 66, 138, 0.5);
}

.esri-search-result-renderer__more-results-item {
  margin: 10px;
  color: white;
}

.esri-search-result-renderer {
  background-color: #005ec5;
}

@media (max-width: 480px) {
  .esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__main-container {
    background-color: rgba(1, 66, 138, 0.7)
  }

  .esri-popup__header-title,
  .esri-popup__button {
    color: white;

  }

  .esri-popup__header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .esri-popup__header-container--button:hover,
  .esri-popup__button:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .esri-feature__content-element:last-child {
    margin: 12px;
  }

  .esri-feature__content-element {
    padding: 0px
  }

  .esri-feature__content-node,
  .esri-popup__content,
  .esri-feature {

    background-color: #005ec5;
    border-radius: 15px;
  }

  .esri-widget__table {
    color: white;
    border-radius: 15px;
  }

  .esri-popup__collapse-icon {
    color: white;
  }

  /* .esri-popup__footer {
    display: none;
  } */
}

/* Weather */
.esri-weather ,.esri-daylight{
    border-radius:3%;
  }
.esri-date-picker{
  display: flex;
  justify-content: center;
}
.esri-daylight .esri-date-picker__calendar-toggle {
  border-radius: 5%;
  width: 100px;
}
/* Measurement Info */

.esri-view-height-greater-than-medium .esri-expand .esri-widget--panel, .esri-view-height-greater-than-medium .esri-expand .esri-widget--panel-height-only, .esri-view-height-greater-than-medium .esri-ui-corner .esri-component.esri-widget--panel, .esri-view-height-greater-than-medium .esri-ui-corner .esri-component.esri-widget--panel-height-only{
  border-radius: 7px;
}
.esri-button, .esri-elevation-profile__header button{
  border-radius: 7px;
}
/* Mobil window screen size */

@media (max-width: 480px) {

  .esri-view-width-xsmall .esri-ui-top-right .esri-expand--auto .esri-expand__container--expanded,
  .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand--auto .esri-expand__container--expanded .esri-expand__panel {
    width: 320px;
    max-width: 100%;
    animation: expand-slide-rtl-ani 300ms forwards;
    height: fit-content;
    min-height: 180px;
    background: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5em;
    margin-left: 15px;
    left:0px
  }

  .esri-search--show-suggestions .esri-search__suggestions-menu, .esri-search--sources .esri-search__sources-menu{
    max-height: 140px;
  }

  .esri-view-width-xsmall .esri-expand--auto .esri-expand__mask--expanded {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  }
  .esri-view-width-xsmall .esri-expand--auto .esri-widget {
    width: 280px;
  }
  .esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded .esri-expand__panel {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .esri-ui-top-right .esri-expand__content,
  .esri-ui-bottom-right .esri-expand__content {
    box-shadow: none;
    margin: 0px;
  }

  .esri-expand__container--expanded>.esri-expand__panel>.esri-widget--button {
    border-radius: 20% 0 0 20%;
  }

  /* Weather -Daylight*/
  .esri-weather ,.esri-daylight{
    border-radius: 0 5% 5% 5%;
  }
  .esri-date-picker{
    display: flex;
    justify-content: center;
  }
  .esri-daylight .esri-date-picker__calendar-toggle {
    border-radius: 5%;
    width: 100px;
  }
  
}
  /* Search Bar*/
  #searchContainerExpand_controls_content>.esri-widget ,.esri-search {
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0);
  }

  .esri-search__submit-button {
    border-radius: 0 20% 20% 0;
    margin: 0px;
  }

  .esri-search__form {
    height: 36px;

  }

  .esri-search__input-container {
    align-items: center;
  }

  .esri-search__input-container>.esri-widget--button {
    border-radius: 0px;
    margin: 0px;
  }
  .esri-search__container{
    align-items: center;
  }
  .esri-menu{
    border-radius: 0 0 10px 10px;
  }
  @media (min-width: 480px) {
    .esri-search__input{
      border-radius: 7px 0 0 7px;
    }
  }
    .esri-view .esri-view-surface--touch-none:focus::after{
    outline: none !important;
  }

  .esri-view .esri-view-surface--touch-none:focus::after{
    outline: none !important;
  }

/* Toggle Butonu */
.toggle-button {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px;
}

/* Slider Başlığı */
.slider-title {
  font-family: ui-monospace, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: absolute;
  top: -36px;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 5px;
  color: white;
  font-weight: 600;
  background-color: rgba(0, 34, 92, 0.6);
  z-index: 1;
}

/* Ana Slider Container */
.slider-container {
  width: 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 34, 92, 0.6);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 99;
  transition: height 0.3s ease;
}

/* İçerik Kutusu */
.slider-content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 50px; /* Açık konum */
  transition: height 0.3s ease;
  width: 100%;
}

/* Kapalı duruma geçtiğinde yükseklik 0 olur */
 .slider-container.expanded .slider-content {
  height: 0;
  padding: 0;
}
/* Kapalı duruma geçtiğinde yükseklik 0 olur */
.slider-container.expanded {
  padding: 0;
}
.slider-container.expanded .toggle-button{
  transform: rotate(180deg);
}
/* Slider Butonları */
.slider-buttons {
  display: flex;

}

/* Seçili Buton */
.sliderSelectedButton {
  background-color: #2980b9 !important;
  color: #fff;
}

/* Ana Slider */
.slider {
  display: flex;
  overflow-x: auto; /* Yatay kaydırma aktif */
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  scroll-behavior: smooth;
}

/* Scrollbar gizleme (isteğe bağlı) */
.slider::-webkit-scrollbar {
  display: none;
}

/* Slider İçindeki Butonlar */
.slider-button {
  border-radius: 10px;
  margin-right: 10px;
  height: 35px;
  width: 150px;
  background-color: rgb(0, 79, 165);
  color: white;
  border: none;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0; /* Butonların sıkışmasını önler */
}

/* Önceki ve Sonraki Butonlar */
.prev-button,
.next-button {
  background: #01428a; /* Mavi arka plan */
  border: none;
  cursor: pointer;
  margin: 5px;
  color: white; /* Beyaz metin rengi */
  width: 36px; /* Daha geniş bir buton */
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 36px; /* Kaybolmalarını engellemek için */
}

/* Butonların Hover Efekti */
.prev-button:hover,
.next-button:hover,
.slider-button:hover {
  background: #2980b9;
}

/* Butonların İçindeki Ok Sembolleri */
.prev-button::before,
.next-button::before {
  font-size: 24px;
}

.prev-button::before {
  content: "\279C";
  transform: rotate(180deg); /* Sol ok */
}

.next-button::before {
  content: "\279C"; /* Sağ ok */
}

/* Küçük Ekranlar İçin */
@media (max-width: 480px) {
  .slider-container {
    display: none !important;
  }
}

/* WEB STYLE */
#modal {
  display: flex;
  justify-content: left;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    to right,
    white 0%,
    white 10%,
    rgba(0, 34, 92, 0.6) 10%,
    rgba(0, 34, 92, 0.6) 100%
  );
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  width: 70%;
  max-width: 750px;
  height: 50%;
  min-height: 400px;
  
}
.modal-left{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.modal-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 30%;
  height: 40%;
  right: 2%;
  top: 20%;
}

#modal.open {
  display: flex;
  justify-content: left;

  animation: fadeIn 1s forwards;
  opacity: 1;
}

#modal.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#openModalButtonContainer {
  position: absolute;
  left: 1%;
  bottom: 1%;
  background-color: rgba(0, 34, 92, 0.6);
  width: 80px;
  height: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 20%;
}

#openModalIcon {
  color: #fff;
  background: none;
  padding: 0px;
  z-index: 99;
  width: 50%;
  height: 50%;
  border: 3px solid white;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}

#openModalIcon:hover {
  transform: scale(1.1);
}

#closeModalButtonContainer {
  position: absolute;
  right: 3%;
  top: 3%;
}

#closeModalButton {
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
}

#closeModalButton:hover {
  color: #808080;
}

.modalRow{
  height: 8%;
  display: flex;
}
.modal-images{
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.modal-arrow{
  width: 10%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.modal-content{
  width: 70%;
  color: white;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.modal-images-box{
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: flex; /* Merkezleme için */
  justify-content: center; /* Yatay merkezleme */
  align-items: center; /* Dikey merkezleme */
  background-color: #0d6bd6;
  border-radius: 5px;
}
.modal-images-box img {
  max-width: 100%; /* Kutunun genişliğine sığdır */
  max-height: 100%; /* Kutunun yüksekliğine sığdır */
  object-fit: contain; /* Oranı koruyarak sığdır */
  
}

.modal-arrow-box {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: flex; /* Merkezleme için */
  justify-content: center; /* Yatay merkezleme */
  align-items: center; /* Dikey merkezleme */
}
.modal-arrow-box img {
  max-width: 100%; /* Kutunun genişliğine sığdır */
  max-height: 100%; /* Kutunun yüksekliğine sığdır */
  object-fit: contain; /* Oranı koruyarak sığdır */
}

.modal-content-desc{
  font-size: 13px;
  margin: 0;
  color: rgb(76, 195, 228);
}
.modal-content-title{
  font-size: 13px;
    margin: 0;
    color: #fff;
}
#mouseContainer{
width: 30%;
}
/* MOBILE STYLE */
@media (max-width: 1024px) {
  .modal-right {
    display: none;
    
  }
}


@media (max-width: 480px) {
  #openModalButtonContainer {
    display: none;
  }
  #modal {
    display: none;
  }
}

/* WEB STYLE */
#openAboutModalButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

#aboutModalContainer {
  display: none;
  background-color: rgba(0, 34, 92, 0.6);
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 200px;
  max-width: 500px;
  height: 400px;
  border-radius: 40px;
}

#aboutModalHeader {
  display: flex;
  width: 100%;
  align-items: center;
  right: 0;
  height: 5%;
  justify-content: flex-end;
}

#aboutModalHeader>p {
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  margin: 12px 32px 0px 0px;
  color: white;
}

#aboutModalHeader>p:hover {
  color: #808080;
}

#aboutModalBody {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70%;
  padding: 0px 40px;
  gap: 15px;
}


#aboutModalBodyLogoContainer {
  height: 30%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.aboutModalBodyParagraph {
  font-family: ui-monospace, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: white;
  z-index: 99;
}
#aboutModalElips>img{
  width: 400px;
}
#aboutModalFooter {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 12%;

}

#aboutModalFooterParagraph {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #034485;
  background-color: white;
  height: 80%;
  width: 100%;

}

#aboutModalContainer.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1s forwards;
  opacity: 1;
}

#aboutModalContainer.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}

#openAboutModalButtonMobil {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media (max-width: 480px) {
  #aboutModalBodyLogoContainer>img{
    transform: scale(0.6);
  }
  .aboutModalBodyParagraph{
    font-size: 12px;
  }
  #aboutModalContainer.modalopen {
    display: block;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s forwards;
    opacity: 1;
    width: 280px;
    height: 300px;

 
  }
  #aboutModalBodyLogoContainer{
    height: 40%;
  }
  #aboutModalBody {
    padding: 0px 10px;
    gap: 5px;

  }
  .aboutModalBodyParagraph{
    font-size: 10px;
    line-height: 18px;
    
  }
  #aboutModalElips>img{
    width: 240px;
  }
 #aboutModalFooterParagraph{
    font-size: 7px;
  
  }
  #aboutModalHeader{
    height: 10%;
    margin-top: 5px;
  }
  #aboutModalHeader>p {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 24px 24px 0px 0px;
    color: white;
  }

  #aboutModalContainer.modelclose {
    opacity: 0;
    animation: fadeOut 1s forwards;
  }

  #openAboutModalButtonMobil {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: rgba(0, 34, 92, 0.6);
    width: 36px;
    height: 36px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20%;
  }

  #openAboutModalIconMobil {
    color: #fff;
    background: none;
    padding: 0px;
    z-index: 1;
    width: 50%;
    height: 50%;
    border: 3px solid white;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  #openAboutModalIconMobil:hover {
    transform: scale(1.1);
  }
}
#navbar {
  background-color: rgba(3, 68, 133,0.8);
  width: 100%;
  height: 60px;
  position: absolute;
  display: flex;
  z-index: 100;
  top: 0px;
  justify-content: space-between;
  align-items: center;
  color: white;
  opacity: 0;


}

#navbarLogo {
  width: 350px;
}

#navbarInfoLogo {
  height: 25px;
}

@media (max-width: 480px) {
  #navbarLogo {
    width: 225px;
  }
}

#searchContainer {
  justify-content: center;
  align-items: center;
  display: none;
  top: 10px;
  left: 45%;
  position: absolute;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  border-radius: 5px;
  width: 275px;
}

#searchContainer-input,
#searchContainerExpand-input {
  height: 100%;
}

.esri-input[type="text"] {
  height: auto;
}

.esri-search__submit-button {
  background-color: rgb(0, 79, 165);
}
.esri-widget__anchor {
  color : white
}
@media (min-width: 1024px) {
  #searchContainer {
    display: flex;
  }
}

/*  Measurement*/
@media (max-width: 480px) {
  #measureExpand {
    display: none;
  }
}

.action-button {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #6e6e6e;
  height: 32px;
  width: 32px;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.action-button:hover,
.action-button:focus {
  background: #318ef2;
  color: #e4e4e4;
}

#areaButton.active,
#distanceButton.active {
  background: #005ec5;
  color: #e4e4e4;
}

.esri-direct-line-measurement-3d,
.esri-area-measurement-3d {
  background-color: white;
}

#measure-container {
  display: flex;
  background-color: white;
  padding: 3px;
  border-radius: 5px;
}

#alertBoxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  /* z-index: 999; */
}
#alertBoxOverlay.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}

#alertBox {
  background-color: white;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  width: 90%;
}
#alertBox.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}
#alertBoxButton {
  border-radius: 10px;
  margin-bottom: 15px;
  height: 30px;
  width: 100px;
  background-color: rgb(0, 79, 165);
  color: white;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 480px) {
  #screenshotWidget {
    display: none;
  }
}

#screenshotDiv {
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
.show {
  display: flex;
}
.hide {
  display: none;
}

.js-screenshot-image {
  border: 10px solid white;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  max-width: 70%;
  height: auto;
}

#screenshotDiv > * {
  margin: 0.5em;
}

.screenshotCursor {
  cursor: crosshair !important;
}
#maskDiv {
  position: absolute;
  background: rgba(145, 44, 19, 0.1);
  border: 2px dashed rgb(255, 51, 0);
}


/*ScreenshotInput */

#ScreenshotInputContainer{
display: flex  ;
flex-direction: column;
align-items: center;
gap:10px;
background-color: rgb(0, 79, 165);
padding: 15px 20px;
border-radius: 10px;
}

#ScreenshotTextInput {
  height: 25px;
  border-radius: 5px;
  border: 1px solid #005ec5;
  width: 250px;
  padding-left: 10px;

}

.screenshotButton {
  padding: 0.6em;
  text-align: center;
  background-color: #005ec5;
  cursor: pointer;
  width: 80px;
  color: white;
  border: 0px;
  border-radius: 5px;
}

.screenshotButton:hover,
.screenshotButton:focus {
  background-color: rgba(0, 123, 255);
  color: white;
}



 /*  screentshotAlert  */



#screentshotAlert{
  position: absolute;
  left: 45%;
  top: 10%;
  background-color: #01428a;;
  border-radius: 15px;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: white;
}
 #screentshotAlert.open{
  display: flex;
 }
 #screentshotAlert.close{
  display: none;
 }
 #screenshotAlertButton{
  width: 80px;
 }
.mobile-button-container {
    display: flex;
    position: absolute;
    top: 70px;
    left: 15px;

}

#mobile-slider-header {
    color: white;
    display: flex;
    position: sticky;
    justify-content: space-around;
    top: 0;
    background: #034485;
}

#mobile-slider-title {
    font-size: 13px;
}

#mobile-slider-button>img {
    height: 24px;
}

#cultural-area-list {
    padding: 0px;
}

.mobile-slider-button {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    border-bottom: 1px solid rgb(117, 117, 117, 0.2);
}

.mobile-slider-button:active {
    background-color: #005ec5;
}

/* Mobile slider konteyneri iÃ§in stil */
.mobile-slider-container {
    position: fixed;
    top: 70px;
    left: -200px;
    width: 175px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: left 0.3s ease-in-out;
    /* YavaÅŸÃ§a kayarak aÃ§Ä±lmasÄ± iÃ§in geÃ§iÅŸ efekti eklendi */
    border-bottom-right-radius: 10px;
}

/* Mobile slider iÃ§eriÄŸi iÃ§in stil */
.mobile-slider-content {
    overflow-y: auto;
    height: 80%;
    padding: 0px 0px 5px;
    margin: 5px 5px 5px 5px;
    font-family: ui-monospace;
    scrollbar-width: thin;
    /* Scrollbar geniÅŸliÄŸi */
    scrollbar-color: #034485 rgb(150, 150, 150, 0.3);
    /* Scrollbar rengi */
}

.mobile-slider-content::-webkit-scrollbar-thumb {
    background-color: blue;
    /* Color of the thumb */
    border-radius: 5px;
    /* Rounded corners for the thumb */
}


#close-mobile-slider-buton {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectedMobileButton {
    background-color: #005ec5;
    color: #fff;
}

.mobile-slider-content::-webkit-scrollbar {
    width: 8px;
    background-color: rgb(150, 150, 150, 0.3);
}

.mobile-slider-content::-webkit-scrollbar-thumb {
    background-color: #034485;
    /* Webkit tabanlÄ± tarayÄ±cÄ±larda kaydÄ±rma Ã§ubuÄŸu rengi */
    border-radius: 0px;
}

@media (min-width: 480px) {
    .mobile-button-container {
        display: none;
    }
}
#poiButton {
    border: 0px;
}

#poiButton.open {
    background-color: #005ec5;

}

#poiButton.close {
    background-color: #01428a;
}

#poiButton:hover {
    background: #005ec5;;
    color: #e4e4e4;
}
#tilt-slider-container {

    transform: rotate(-90deg);
    padding: 0px;
  }
   
  #tilt-slider {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    border-radius: 10px;
    outline: none;
    background-color: #b5d6f3;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    padding: 0px;
  }
   
  /* Mouse-over effects */
  #tilt-slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
   
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  #tilt-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 50px; /* Slider handle height */
    background: #fe8900; /* Green background */
    border-radius: 5px;
    cursor: pointer; /* Cursor on hover */
  }
   
  #tilt-slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04aa6d; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
  



#loadingScreen {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
  }
  #loadingScreen.close{
    opacity: 0;
    animation: fadeOut 1s forwards;
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  
  #loadingScreen-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
  
  }
  #loaderContainer {
    position: absolute;
    top: 57%; /* Change top to 50% */
    left: 50%;
    transform: translate(-50%, -50%); /* Center the container both horizontally and vertically */
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 40%;
  }
  #loadingScreen-logo {
    max-width: 100%; /* Ensure the logo does not exceed the container's width */
    max-height: 100%; /* Ensure the logo does not exceed the container's height */
  }

  
  .spinner {
  margin-top: 50px;
    width: 44.8px;
    height: 44.8px;
    animation: spinner-y0fdc1 2s infinite ease;
    transform-style: preserve-3d;
  }
  @media (max-width: 480px) {
    #spinner {
   transform: scale(0.7);
    }
   #loaderContainer{
    width: 75%;
   }
      
    
  }
  
  
  .spinner > div {
    background-color: rgba(253, 253, 253, 0.2);
    height: 100%;
    position: absolute;
    width: 100%;
    border: 2.2px solid #fcfcfc;
  }
  
  .spinner div:nth-of-type(1) {
    transform: translateZ(-22.4px) rotateY(180deg);
  }
  
  .spinner div:nth-of-type(2) {
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
  }
  
  .spinner div:nth-of-type(3) {
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
  }
  
  .spinner div:nth-of-type(4) {
    transform: rotateX(90deg) translateY(-50%);
    transform-origin: top center;
  }
  
  .spinner div:nth-of-type(5) {
    transform: rotateX(-90deg) translateY(50%);
    transform-origin: bottom center;
  }
  
  .spinner div:nth-of-type(6) {
    transform: translateZ(22.4px);
  }
  
  @keyframes spinner-y0fdc1 {
    0% {
       transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
    }
  
    50% {
       transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
    }
  
    100% {
       transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
    }
  }
  @keyframes s3{ 
    100%{transform: rotate(1turn)}
  }

#navigation-container {
    position: absolute;
    bottom: 0px;
    right: -20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-image: url(./assets/images/navigationWidget/bg.svg); */
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    scale: 0.7;
  }
  #indicator-container {
    display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
  }
  
  #indicatorSpan {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    /* background-image: url(./assets/images/navigationWidget/nav-yon2.svg); */
    background-repeat: no-repeat;
    z-index: 99;
  }
  
  #rotateAntiClockwiseSpan {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 25px; 
    background: none;
    border: none;
    /* background-image: url(./assets/images/navigationWidget/don-sol.svg); */
    background-repeat: no-repeat;
  }
  
  #rotateClockwiseSpan {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 25px;
    background: none;
    border: none;
    /* background-image: url(./assets/images/navigationWidget/don-sag.svg); */
    background-repeat: no-repeat;
  }
  
  #tilt-up {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    background: none;
    display: flex;
    justify-items: center;
    align-items: center;
  }
  
  #navigation-home-container{
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -14px;
    background : none;
    border: none;
    
  } 
  #navigation-home-button{
    width: 100%;
    height: 100%;
    background: none;
    border: none;

  }
  #navigation-container button:hover,
  #tilt-up:hover {
    transform: scale(1.2);
    cursor: pointer;
  }
  

/* MapSyncWidget    */


#viewDiv2 {
    padding: 0;
    margin: 0;
    left: 15px;
    top: 300px;
    border: 5px solid #01428A;
    height: 25%;
    width: 20%;
    z-index: 1000;
  
  
  }
  #viewDiv2 .esri-ui-top-left {
    display: none;
  }
  #viewDiv2.open{
    position: absolute;
  }
  #viewDiv2.close{
    display: none;
  }
  #mapSyncCloseButton{
    position: absolute;
    right: 3%;
    top: 0%;
    font-size: 25px;
    color: #01428A;
    font-weight: 700;
    cursor  : pointer
  }
  
  
  
  
  /*********************************************************/
  
/* @import "./styles/poi.css"; */

html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: ui-monospace, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  z-index: 999;
}
#viewDiv {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.esri-ui .esri-attribution {
  display: none;
}
.esri-compass__icon {
  /* background-image: url(./assets/images/navigationWidget/nav-yon2.svg);
  background-repeat: no-repeat; */
  /* content: url(./assets/images/navigationWidget/nav-yon.svg); */
  width: 20px;
}
/* styles.css */
.highlighted-cursor {
  cursor: pointer; /* ya da istediğiniz başka bir cursor stili */
}

/* Sea animation on off  */

.quality-container {
  /* text-align: end; */
  display: none;
  left: 45%;
  /* border: 1px solid grey; */
  /* border-radius: 10%; */
  /* background-color: rgba(250, 250, 250, 0.8); */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  z-index: 101;
}

.toggle-container {
  display: none;
  align-items: center;
  /* border: 1px solid red; */
  /* border-radius: 10px; */
  /* margin-top: 20px; */
  color: white;
  padding: 0 5px;
  margin-top: -5px;
  font-weight: 600;
}

.toggle-button-container {
  position: relative;
  width: 60px;
  height: 30px;
  margin: 0 10px;
}

.toggle-button-container input[type="checkbox"] {
  display: none;
}

.toggle-button-container label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 25px;
  background-color: #ccc;
  border-radius: 15px;
  cursor: pointer;
}

.toggle-button-container input[type="checkbox"]:checked + label {
  background-color: #4caf50; /* Açık durumda arka plan rengi */
}

.toggle-button-container label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle-button-container input[type="checkbox"]:checked + label:after {
  transform: translateX(30px); /* Açık durumda kaydırma */
}
@media (max-width: 480px) {
  .quality-container {
    display: none;
  }
}

#denemeBut {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: 1px solid red;
}
#bannerModalContainer{
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2); /* bg-black with opacity */
}
#bannerBox {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  overflow: hidden;
  z-index: 1;
  background: white;
  padding: 6px;
  border-radius: 8px;
}


#bannerModalContainer.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}

#closeBannerButtonContainer {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  z-index: 2;
  background: white;
  border-radius: 0 0 0 6px;
  padding: 0px 6px;
}

#closeBannerButton {
  font-size: 24px;
  color: black;
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
}

#bannerBox.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}
@media (max-width: 480px) {
  #bannerBox {
    background: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);

  }
  #closeBannerButtonContainer {
    right: 0%;
    top: 0%;
    padding: 4px 8px;
    background-color: white;
    border-radius: 0 0 0 6px;
  }
}/* Çerez bilgilendirme kutusu */


.cookie-consent-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255);
  padding: 16px 8px;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 101;
  display: none;
}

.cookie-consent {
  display: flex;
  justify-content: center; /* Elemanları ortada hizalar */
  gap: 12px;
  align-items: center;
  flex-wrap: wrap; /* Mobilde esneklik sağlamak için */
  margin-right: 10px;
}

.cookie-text {
  font-size: 14px;
  line-height: 1.5;
  flex: 1; /* Metin genişleyebilir */
  text-align: left; /* Metni ortalar */
  margin-bottom: 12px; /* Mobilde metin ve butonlar arasında boşluk */
}

.cookie-text span {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

/* Butonlar */
.cookie-buttons-container {

    display: flex;
    justify-content: center; /* Butonları ortalar */
    gap: 16px;
    align-items: center;
}

.cookie-buttons {
  padding: 8px 16px;
  border: 1px solid #01428a;
  background-color: #01428a;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.cookie-buttons:hover {
  background-color: #007bff;
  color: white;
  transform: scale(1.01);
}

/* Mobil cihazlar için stil */
@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .cookie-text {
    width: 100%;
    margin-bottom: 8px; /* Butonlardan ayırmak için boşluk */
  }

  .cookie-buttons-container  {
    gap: 8px;
    width: 100%;
  }

}


















#cookieModalContainer {
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2); /* bg-black with opacity */
}
#cookieModal {
  display: none;
  justify-content: left;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  width: 70%;
  max-width: 750px;
  height: 50%;
  min-height: 400px;
  z-index: 999;
}
.cookie-modal-content {
  padding: 1rem; /* p-4 */
  overflow-y: scroll; /* Dikey kaydırma */
  overflow-x: hidden; /* Yatay taşmayı engelle */
  display: flex; /* flex */
  flex-direction: column; /* flex-col */
  margin: 1rem;
}
.cookie-modal-content::-webkit-scrollbar {
  width: 0; /* Genişliği 0 yaparak gizle */
  background: transparent; /* Arka planı şeffaf yap */
}

#cookieModal.open {
  display: flex;
  justify-content: left;

  animation: fadeIn 1s forwards;
  opacity: 1;
}

#cookieModal.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}

.cookie-modal-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #2c5282;
  text-align: center;
}
.cookie-modal-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.cookie-modal-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.cookie-modal-content h4::before {
  content: "• "; /* Nokta işareti */
  color: black; /* Nokta rengi */
  font-size: 2em; /* Noktanın boyutu */
  vertical-align: sub;
}

.cookie-modal-content h5 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 24px;
}
.cookie-modal-content h5::before {
  content: "o "; /* Nokta işareti */
  color: black; /* Nokta rengi */
  margin-right: 12px;
}
.cookie-modal-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}
.cookie-modal-content table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
.cookie-modal-content table th,
td {
  border: 1px solid #000;
  padding: 16px;
  text-align: center;
}
.mobile-table-content {
  display: none;
}
@media (max-width: 768px) {
  #cookieModal {
width: 90%;
height: 70%;
  }
  .cookie-modal-content {
    padding: 0;
  }

  
  
  .cookie-modal-content h2 {
   font-size: 16px;
  }
  .cookie-modal-content h3 {
    font-size: 15px;
  }
  .cookie-modal-content h4 {
    font-size: 14px;
  }
  
  .cookie-modal-content h5 {
    font-size: 12px;
  }
  .cookie-modal-content p {
    font-size: 12px;
  }
  .cookie-modal-content table {
    display: none;
  }

   /* Mobilde metin içeriği görünür yap */
   .mobile-table-content {
    display: block;
  }

  /* H4 başlıklarını ayarla */
  .mobile-table-content h4 {
    font-size: 14px;
    font-weight: bold;
  }



}




















.cookie-customize-container{
  position: absolute; /* absolute */
  z-index: 101; /* z-[101] */
  left: 0; /* left-0 */
  right: 0; /* right-0 */
  top: 0; /* top-0 */
  bottom: 0; /* bottom-0 */
  display: none; /* flex */
  align-items: center; /* items-center */
  justify-content: center; /* justify-center */
  background-color: rgba(0, 128, 128, 0.9); /* bg-teal-600; bg-opacity-90 */
  background-color: rgba(0, 0, 0, 0.4); /* bg-black; bg-opacity-40 */

}
.cookie-customize-container.open {
  display: flex;
  justify-content: left;

  animation: fadeIn 1s forwards;
  opacity: 1;
}

.cookie-customize-container.close {
  opacity: 0;
  animation: fadeOut 1s forwards;
}
#cookieCustomizeModal{
  overflow-y: auto;
}
.cookie-customize-modal {
  position: absolute;
  max-width: 1200px;
  width: 50%;
  min-width: 768px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  z-index: 999;
  max-height: 80%;
 
}
.cookie-customize-modal::-webkit-scrollbar {
  width: 0; /* Genişliği 0 yaparak gizle */
  background: transparent; /* Arka planı şeffaf yap */
}
.cookie-customize-modal h2 {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #01428a;
  padding-bottom: 16px;
}
.cookie-customize-modal p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.cookie-accordion-item {
  border-radius: .5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  overflow: hidden;
  width: 100%;
}
.cookie-accordion-title {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgb(70 81 93 / var(--tw-text-opacity));
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: .75rem;
  padding: .5rem;
  width: 100%;
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

.cookie-accordion-title[data-background="false"] {
  background-image:none;
  background-color: white;
}

.cookie-accordion-title[data-background="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 246 / var(--tw-bg-opacity));
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
.accordion-title-content{
  align-items: flex-start;
  display: flex;
  position: relative;
  top: .063rem;
  width: 100%;
  font-size: 1rem;
}
.cookie-item-icon{
  width: 24px;
  height: 24px;
  stroke: currentcolor;
  fill: currentcolor;
  color: #01428a;
}
.cookie-acccordion-content{
  display: none;
  flex-direction: row;
  scrollbar-width: none;
}
.cookie-acccordion-content p {
  padding-right: 2rem;
  display: block;
  margin: 0;
}
.cookie-toggle {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: .25rem;
  visibility: visible; /* Her durumda toggle görünür */
}

.switch-lg {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.25rem;
}

.switch-lg input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-lg {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(197 204 211 );
  transition: .4s;
  border-radius: 1.25rem; /* Rounded corners */
}

.slider-lg:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.15rem;
  bottom: 0.125rem;
  background-color: white;
  transition: .4s;
  border-radius: 50%; /* Make the toggle circular */
}

/* Toggle açıldığında */
input:checked + .slider-lg {
  background-color: #01428a;
}

/* Toggle topunu sağa kaydır */
input:checked + .slider-lg:before {
  transform: translateX(1.2rem);
}
#cookieCustomizeCloseButton{
  padding: 8px 16px;
  border: 1px solid #01428a;
  background-color: white;
  color: #01428a;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
#cookieCustomizeSaveButton{
  padding: 0.5rem 1.5rem;
  border: 1px solid #01428a;
  background-color: #01428a;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
#cookieCustomizeSaveButton:hover{
  background-color: #007bff;
  color: white;
  transform: scale(1.01);
}
#cookieCustomizeCloseButton:hover{
  transform: scale(1.01);
}

@media (max-width: 768px) {

  /* Modal boyutlarını mobil için optimize et */
  .cookie-customize-modal {
    max-width: 100%;
    width: 80%; /* Genişliği %90 yap */
    min-width: unset; /* Minimum genişlik kısıtlamasını kaldır */
    padding: 1rem;
    box-shadow: none; /* Mobilde gölgeyi azalt */
 }

  /* Başlık boyutlarını mobilde küçült */
  .cookie-customize-modal h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 8px;
  }

  /* Paragraf yazı boyutlarını mobil için küçült */
  .cookie-customize-modal p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  /* Accordion item genişliği ve yazı boyutları mobilde ayarla */
  .cookie-accordion-item {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  /* Accordion başlıkları ve içeriklerinin boyutları */
  .cookie-accordion-title {
    gap: 0.5rem; /* Başlıklar arasındaki boşluk daha az */
    padding: 0.25rem;
  }

  /* Accordion başlıkları için yazı boyutu */
  .accordion-title-content {
    font-size: 0.875rem;
  }

  /* Accordion içeriği mobilde daha az boşlukla ve küçük fontla */
  .cookie-acccordion-content p {
    padding-right: 1rem; /* Sağdaki boşluk azalt */
    font-size: 0.75rem;
  }

  /* Toggle boyutları mobil için küçült */
  .switch-lg {
    width: 2rem;
    height: 1rem;
  }

  .slider-lg:before {
    height: 0.875rem;
    width: 0.875rem;
  }

  /* Toggle açıldığında topunu sağa daha kısa kaydır */
  input:checked + .slider-lg:before {
    transform: translateX(1rem);
  }

  /* Kaydet ve kapat butonları boyut ve padding ayarı */
  #cookieCustomizeCloseButton,
  #cookieCustomizeSaveButton {
    padding: 0.5rem 1rem;
    font-size: 12px;
    margin-top: 24px;
  }
}



@keyframes dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}

#loadingMessage {
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 20px;
}

#loadingMessage .dots::after {
  content: "";
  animation: dots 1.5s steps(3, end) infinite;
  position: relative;
}

@media (max-width: 768px) {
  #loadingMessage {
    display: none !important;
  }
}
