@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;
  }
}
@layer{
:not([calcite-hydrated]):is(calcite-accordion,calcite-accordion-item,calcite-action,calcite-action-bar,calcite-action-group,calcite-action-menu,calcite-action-pad,calcite-alert,calcite-autocomplete,calcite-autocomplete-item,calcite-autocomplete-item-group,calcite-avatar,calcite-block,calcite-block-group,calcite-block-section,calcite-button,calcite-card,calcite-card-group,calcite-carousel,calcite-carousel-item,calcite-checkbox,calcite-chip,calcite-chip-group,calcite-color-picker,calcite-color-picker-hex-input,calcite-color-picker-swatch,calcite-combobox,calcite-combobox-item,calcite-combobox-item-group,calcite-date-picker,calcite-date-picker-day,calcite-date-picker-month,calcite-date-picker-month-header,calcite-dialog,calcite-dropdown,calcite-dropdown-group,calcite-dropdown-item,calcite-fab,calcite-filter,calcite-flow,calcite-flow-item,calcite-graph,calcite-handle,calcite-icon,calcite-inline-editable,calcite-input,calcite-input-date-picker,calcite-input-message,calcite-input-number,calcite-input-text,calcite-input-time-picker,calcite-input-time-zone,calcite-label,calcite-link,calcite-list,calcite-list-item,calcite-list-item-group,calcite-loader,calcite-menu,calcite-menu-item,calcite-meter,calcite-modal,calcite-navigation,calcite-navigation-logo,calcite-navigation-user,calcite-notice,calcite-option,calcite-option-group,calcite-pagination,calcite-panel,calcite-popover,calcite-progress,calcite-radio-button,calcite-radio-button-group,calcite-rating,calcite-scrim,calcite-segmented-control,calcite-segmented-control-item,calcite-select,calcite-sheet,calcite-shell,calcite-shell-center-row,calcite-shell-panel,calcite-slider,calcite-sort-handle,calcite-sortable-list,calcite-split-button,calcite-stack,calcite-stepper,calcite-stepper-item,calcite-swatch,calcite-swatch-group,calcite-switch,calcite-tab,calcite-tab-nav,calcite-tab-title,calcite-table,calcite-table-cell,calcite-table-header,calcite-table-row,calcite-tabs,calcite-text-area,calcite-tile,calcite-tile-group,calcite-tile-select,calcite-tile-select-group,calcite-time-picker,calcite-tip,calcite-tip-group,calcite-tip-manager,calcite-tooltip,calcite-tree,calcite-tree-item){visibility:hidden}

:host{--calcite-internal-color-focus: var( --calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)) )}:root{--calcite-border-width-none: 0;--calcite-border-width-sm: 1px;--calcite-border-width-md: 2px;--calcite-border-width-lg: 4px;--calcite-container-size-margin: 24px;--calcite-container-size-gutter: 16px;--calcite-container-size-content-fluid: 100%;--calcite-container-size-content-fixed: 1440px;--calcite-corner-radius-sharp: 0;--calcite-corner-radius-none: 0;--calcite-corner-radius-xs: 2px;--calcite-corner-radius-sm: 4px;--calcite-corner-radius-round: 4px;--calcite-corner-radius-pill: 100%;--calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;--calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console", monospace;--calcite-font-weight-light: 300;--calcite-font-weight-regular: 400;--calcite-font-weight-normal: 400;--calcite-font-weight-medium: 500;--calcite-font-weight-semibold: 600;--calcite-font-weight-bold: 600;--calcite-font-size-xs: 10px;--calcite-font-size-sm: 12px;--calcite-font-size: 14px;--calcite-font-size-md: 16px;--calcite-font-size-lg: 18px;--calcite-font-size-xl: 20px;--calcite-font-size-xxl: 24px;--calcite-font-style-emphasis: italic;--calcite-font-line-height-fixed-sm: 12px;--calcite-font-line-height-fixed-base: 16px;--calcite-font-line-height-fixed-lg: 20px;--calcite-font-line-height-fixed-xl: 24px;--calcite-font-line-height-fixed-2xl: 32px;--calcite-font-line-height-fixed-3xl: 40px;--calcite-font-line-height-fixed-4xl: 48px;--calcite-font-line-height-fixed-5xl: 64px;--calcite-font-line-height-fixed-6xl: 80px;--calcite-font-line-height-relative: normal;--calcite-font-line-height-relative-base: 1;--calcite-font-line-height-relative-tight: 1.25;--calcite-font-line-height-relative-snug: 1.375;--calcite-font-line-height-relative-normal: 1.5;--calcite-font-line-height-relative-relaxed: 1.625;--calcite-font-line-height-relative-loose: 2;--calcite-font-letter-spacing-tight: -.4px;--calcite-font-letter-spacing-normal: 0;--calcite-font-letter-spacing-wide: .4px;--calcite-font-paragraph-spacing-normal: 4px;--calcite-font-text-decoration-none: none;--calcite-font-text-decoration-underline: underline;--calcite-font-text-case-none: none;--calcite-font-text-case-uppercase: uppercase;--calcite-font-text-case-lowercase: lowercase;--calcite-font-text-case-capitalize: capitalize;--calcite-opacity-light: .4;--calcite-opacity-half: .5;--calcite-opacity-dark: .85;--calcite-opacity-full: 1;--calcite-opacity-disabled: .5;--calcite-size-fixed-xxxs: 2px;--calcite-size-fixed-xxs: 4px;--calcite-size-fixed-xs: 6px;--calcite-size-fixed-sm: 8px;--calcite-size-fixed-sm-plus: 10px;--calcite-size-fixed-md: 12px;--calcite-size-fixed-md-plus: 14px;--calcite-size-fixed-lg: 16px;--calcite-size-fixed-xl: 20px;--calcite-size-fixed-xxl: 24px;--calcite-size-fixed-xxxl: 32px;--calcite-size-px: 1px;--calcite-size-xxxs: .75rem;--calcite-size-xxs: .875rem;--calcite-size-xs: 1rem;--calcite-size-sm: 1.5rem;--calcite-size-md: 2rem;--calcite-size-lg: 2.75rem;--calcite-size-xl: 3rem;--calcite-size-xxl: 4rem;--calcite-size-xxxl: 6rem;--calcite-spacing-fixed-xxs: 4px;--calcite-spacing-fixed-xs: 6px;--calcite-spacing-fixed-sm: 8px;--calcite-spacing-fixed-md: 12px;--calcite-spacing-fixed-lg: 14px;--calcite-spacing-fixed-xl: 16px;--calcite-spacing-fixed-xxl: 20px;--calcite-spacing-fixed-xxxl: 32px;--calcite-spacing-none: 0;--calcite-spacing-px: 1px;--calcite-spacing-base: 2px;--calcite-spacing-xxs: .25rem;--calcite-spacing-xs: .375rem;--calcite-spacing-sm: .5rem;--calcite-spacing-sm-plus: .625rem;--calcite-spacing-md: .75rem;--calcite-spacing-md-plus: .875rem;--calcite-spacing-lg: 1rem;--calcite-spacing-xl: 1.25rem;--calcite-spacing-xxl: 1.5rem;--calcite-spacing-xxxl: 2rem;--calcite-z-index-deep: -999999;--calcite-z-index: 1;--calcite-z-index-sticky: 300;--calcite-z-index-header: 400;--calcite-z-index-toast: 500;--calcite-z-index-dropdown: 600;--calcite-z-index-overlay: 700;--calcite-z-index-modal: 800;--calcite-z-index-popup: 900;--calcite-z-index-tooltip: 901;--calcite-corner-radius: var(--calcite-corner-radius-none);--calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);--calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, .04), 0 4px 16px 0 rgba(0, 0, 0, .08);--calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, .08), 0 12px 30px rgba(0, 0, 0, .1)}.calcite-typography{font-family:var(--calcite-font-family);font-size:var(--calcite-font-size);font-weight:var(--calcite-font-weight-regular);letter-spacing:var(--calcite-font-letter-spacing-normal);line-height:var(--calcite-font-line-height-fixed-base);paragraph-spacing:var(--calcite-font-paragraph-spacing-normal);text-case:var(--calcite-font-text-case-none);-webkit-text-decoration:var(--calcite-font-text-decoration-none);text-decoration:var(--calcite-font-text-decoration-none)}.calcite-typography-light-minus-3h{font-size:var(--calcite-font-size-xs);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-sm)}.calcite-typography-light-minus-2h{font-size:var(--calcite-font-size-sm);font-weight:var(--calcite-font-weight-light)}.calcite-typography-light-minus-1h{font-weight:var(--calcite-font-weight-light)}.calcite-typography-light-0h{font-size:var(--calcite-font-size-md);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-lg)}.calcite-typography-light-1h{font-size:var(--calcite-font-size-lg);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-xl)}.calcite-typography-regular-minus-3h{line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-regular-minus-2h{font-size:var(--calcite-font-size-sm)}.calcite-typography-regular-minus-1h{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;paragraph-spacing:4px;text-case:none;text-decoration:none}.calcite-typography-regular-0h{line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-regular-1h{line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-medium-minus-3h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-medium-minus-2h{font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size-sm)}.calcite-typography-medium-minus-1h{font-weight:var(--calcite-font-weight-medium)}.calcite-typography-medium-0h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-medium-1h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-bold-minus-3h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-bold-minus-2h{font-weight:var(--calcite-font-weight-semibold);font-size:var(--calcite-font-size-sm)}.calcite-typography-bold-minus-1h{font-weight:var(--calcite-font-weight-semibold)}.calcite-typography-bold-0h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-bold-1h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-light-0{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-light-1{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-light-2{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-light-3{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-tight);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-light-minus-2{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-light-minus-1{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-regular-0{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-regular-1{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-regular-2{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-regular-3{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-regular-minus-2{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-regular-minus-1{line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-medium-0{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-medium-1{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-medium-2{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-medium-3{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-medium-minus-2{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-medium-minus-1{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-bold-0{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-bold-1{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-bold-2{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-bold-3{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-bold-minus-2{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-bold-minus-1{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-hierarchy-display-1{font-weight:600;line-height:1.375;font-size:24px}.calcite-typography-hierarchy-display-2{font-weight:600;line-height:1.375;font-size:20px}.calcite-typography-hierarchy-heading-1{font-weight:500;line-height:1.375;font-size:24px}.calcite-typography-hierarchy-heading-2{font-weight:500;line-height:1.375;font-size:20px}.calcite-typography-hierarchy-heading-3{font-weight:500;line-height:1.375;font-size:18px}.calcite-typography-hierarchy-heading-4{font-weight:500;line-height:1.375;font-size:16px}.calcite-typography-hierarchy-heading-5{font-weight:500;line-height:1.375}.calcite-typography-hierarchy-body-snug{line-height:1.375}.calcite-typography-hierarchy-body{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;paragraph-spacing:4px;text-case:none;text-decoration:none}.calcite-typography-hierarchy-overline{line-height:var(--calcite-font-line-height-fixed-sm);text-case:var(--calcite-font-text-case-uppercase);font-weight:var(--calcite-font-weight-bold)}.calcite-typography-hierarchy-caption{line-height:1.375;font-size:12px}:root{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}.calcite-mode-light{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}.calcite-mode-dark{--calcite-color-border-white: #f7f7f7;--calcite-color-border-ghost: rgba(117, 117, 117, .3);--calcite-color-border-input: #757575;--calcite-color-border-3: #404040;--calcite-color-border-2: #4a4a4a;--calcite-color-border-1: #545454;--calcite-color-text-link: #00a0ff;--calcite-color-text-inverse: #141414;--calcite-color-text-highlight: #d6efff;--calcite-color-text-3: #9e9e9e;--calcite-color-text-2: #bfbfbf;--calcite-color-text-1: #ffffff;--calcite-color-inverse-press: #f2f2f2;--calcite-color-inverse-hover: #ffffff;--calcite-color-inverse: #f7f7f7;--calcite-color-status-danger-press: #d90012;--calcite-color-status-danger-hover: #ff0015;--calcite-color-status-danger: #fe583e;--calcite-color-status-warning-press: #ff9500;--calcite-color-status-warning-hover: #ffb54d;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #00b81b;--calcite-color-status-success-hover: #3bed52;--calcite-color-status-success: #36da43;--calcite-color-status-info-press: #009af2;--calcite-color-status-info-hover: #3db8ff;--calcite-color-status-info: #00a0ff;--calcite-color-brand-underline: rgba(0, 160, 255, .4);--calcite-color-brand-press: #00619b;--calcite-color-brand-hover: #007ac2;--calcite-color-brand: #009af2;--calcite-color-transparent-tint: rgba(43, 43, 43, .8);--calcite-color-transparent-scrim: rgba(0, 0, 0, .85);--calcite-color-transparent-inverse-press: rgba(0, 0, 0, .08);--calcite-color-transparent-inverse-hover: rgba(0, 0, 0, .04);--calcite-color-transparent-press: rgba(255, 255, 255, .16);--calcite-color-transparent-hover: rgba(255, 255, 255, .12);--calcite-color-transparent: rgba(255, 255, 255, 0);--calcite-color-surface-highlight: #2b465f;--calcite-color-foreground-current: #2b465f;--calcite-color-foreground-3: #141414;--calcite-color-foreground-2: #212121;--calcite-color-foreground-1: #2b2b2b;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #363636}:root{--calcite-code-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;--calcite-sans-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;--calcite-font-size--3: .625rem;--calcite-font-size--2: .75rem;--calcite-font-size--1: .875rem;--calcite-font-size-0: 1rem;--calcite-font-size-1: 1.125rem;--calcite-font-size-2: 1.25rem;--calcite-font-size-3: 1.625rem;--calcite-font-size-4: 2rem;--calcite-font-size-5: 2.5rem;--calcite-font-size-6: 3rem;--calcite-font-size-7: 3.5rem;--calcite-font-size-8: 4rem;--calcite-font-weight-light: 300;--calcite-font-weight-normal: 400;--calcite-font-weight-medium: 500;--calcite-font-weight-bold: 600;--calcite-ui-brand: var(--calcite-color-brand);--calcite-ui-brand-hover: var(--calcite-color-brand-hover);--calcite-ui-brand-press: var(--calcite-color-brand-press);--calcite-ui-background: var(--calcite-color-background);--calcite-ui-foreground-1: var(--calcite-color-foreground-1);--calcite-ui-foreground-2: var(--calcite-color-foreground-2);--calcite-ui-foreground-3: var(--calcite-color-foreground-3);--calcite-ui-foreground-current: var(--calcite-color-foreground-current);--calcite-ui-focus-offset-invert: var(--calcite-offset-invert-focus);--calcite-semantic-ui-color-foreground-current: var(--calcite-color-foreground-current);--calcite-ui-text-1: var(--calcite-color-text-1);--calcite-ui-text-2: var(--calcite-color-text-2);--calcite-ui-text-3: var(--calcite-color-text-3);--calcite-ui-text-inverse: var(--calcite-color-text-inverse);--calcite-ui-text-link: var(--calcite-color-text-link);--calcite-ui-border-1: var(--calcite-color-border-1);--calcite-ui-border-2: var(--calcite-color-border-2);--calcite-ui-border-3: var(--calcite-color-border-3);--calcite-ui-border-input: var(--calcite-color-border-input);--calcite-ui-info: var(--calcite-color-status-info);--calcite-ui-info-hover: var(--calcite-color-status-info-hover);--calcite-ui-info-press: var(--calcite-color-status-info-press);--calcite-ui-success: var(--calcite-color-status-success);--calcite-ui-success-hover: var(--calcite-color-status-success-hover);--calcite-ui-success-press: var(--calcite-color-status-success-press);--calcite-ui-warning: var(--calcite-color-status-warning);--calcite-ui-warning-hover: var(--calcite-color-status-warning-hover);--calcite-ui-warning-press: var(--calcite-color-status-warning-press);--calcite-ui-danger: var(--calcite-color-status-danger);--calcite-ui-danger-hover: var(--calcite-color-status-danger-hover);--calcite-ui-danger-press: var(--calcite-color-status-danger-press);--calcite-ui-inverse: var(--calcite-color-inverse);--calcite-app-z-index: var(--calcite-z-index);--calcite-app-z-index-tooltip: var(--calcite-z-index-tooltip);--calcite-app-z-index-popup: var(--calcite-z-index-popup);--calcite-app-z-index-modal: var(--calcite-z-index-modal);--calcite-app-z-index-overlay: var(--calcite-z-index-overlay);--calcite-app-z-index-dropdown: var(--calcite-z-index-dropdown);--calcite-app-z-index-toast: var(--calcite-z-index-toast);--calcite-app-z-index-header: var(--calcite-z-index-header);--calcite-app-z-index-sticky: var(--calcite-z-index-sticky);--calcite-app-breakpoint-content-fixed: var(--calcite-container-size-content-fixed);--calcite-app-breakpoint-content-fluid: var(--calcite-container-size-content-fluid);--calcite-app-breakpoint-width-lg: var(--calcite-container-size-width-lg-max);--calcite-app-breakpoint-width-md: var(--calcite-container-size-width-md-max);--calcite-app-breakpoint-width-sm: var(--calcite-container-size-width-sm-max);--calcite-app-breakpoint-width-xs: var(--calcite-container-size-width-xs-max);--calcite-app-breakpoint-width-xxs: var(--calcite-container-size-width-xxs-max);--calcite-app-spacing-11: var(--calcite-spacing-xxxl);--calcite-app-spacing-8: var(--calcite-spacing-xl);--calcite-app-spacing-7: var(--calcite-spacing-lg);--calcite-app-spacing-6: var(--calcite-spacing-md-plus);--calcite-app-spacing-5: var(--calcite-spacing-md);--calcite-app-spacing-3: var(--calcite-spacing-sm);--calcite-app-spacing-2: var(--calcite-spacing-xs);--calcite-app-spacing-1: var(--calcite-spacing-xxs);--calcite-app-spacing-0: var(--calcite-spacing-base);--calcite-app-sizing-11: var(--calcite-size-md);--calcite-app-sizing-9: var(--calcite-size-sm);--calcite-app-sizing-8: var(--calcite-spacing-xl);--calcite-app-sizing-7: var(--calcite-size-xs);--calcite-app-sizing-6: var(--calcite-size-xxxs-plus);--calcite-app-sizing-5: var(--calcite-size-xxxs);--calcite-app-sizing-4: var(--calcite-spacing-sm-plus);--calcite-app-sizing-3: var(--calcite-spacing-sm);--calcite-app-sizing-2: var(--calcite-spacing-xs);--calcite-app-sizing-1: var(--calcite-spacing-xxs);--calcite-app-sizing-0: var(--calcite-spacing-base);--calcite-app-opacity-100: var(--calcite-app-opacity-full);--calcite-app-opacity-85: var(--calcite-app-opacity-dark);--calcite-app-opacity-50: var(--calcite-app-opacity-half);--calcite-app-opacity-40: var(--calcite-app-opacity-light);--calcite-app-border-width-none: var(--calcite-border-width-none);--calcite-app-border-width-2: var(--calcite-border-width-lg);--calcite-app-border-width-1: var(--calcite-border-width-md);--calcite-app-border-width-0: var(--calcite-border-width-sm);--calcite-app-border-radius-full: var(--calcite-corner-radius-pill);--calcite-app-border-radius-none: var(--calcite-corner-radius-sharp);--calcite-app-border-radius-1: var(--calcite-corner-radius-round);--calcite-app-border-radius-0: var(--calcite-corner-radius-0);--calcite-app-font-text-case-capitalize: var(--calcite-font-text-case-capitalize);--calcite-app-font-text-case-lowercase: var(--calcite-font-text-case-lowercase);--calcite-app-font-text-case-uppercase: var(--calcite-font-text-case-uppercase);--calcite-app-font-text-case-none: var(--calcite-font-text-case-none);--calcite-app-font-text-decoration-underline: var(--calcite-font-text-decoration-underline);--calcite-app-font-text-decoration-none: var(--calcite-font-text-decoration-none);--calcite-app-font-paragraph-spacing-normal: var(--calcite-font-paragraph-spacing-normal);--calcite-app-font-letter-spacing-wide: var(--calcite-font-letter-spacing-wide);--calcite-app-font-letter-spacing-normal: var(--calcite-font-letter-spacing-normal);--calcite-app-font-letter-spacing-tight: var(--calcite-font-letter-spacing-tight);--calcite-app-font-size-6: var(--calcite-font-size-xxl);--calcite-app-font-size-5: var(--calcite-font-size-xl);--calcite-app-font-size-4: var(--calcite-font-size-lg);--calcite-app-font-size-3: var(--calcite-font-size-md);--calcite-app-font-size-2: var(--calcite-font-size);--calcite-app-font-size-1: var(--calcite-font-size-sm);--calcite-app-font-size-0: var(--calcite-font-size-xs);--calcite-app-font-line-height-relative-loose: var(--calcite-font-line-height-relative-loose);--calcite-app-font-line-height-relative-relaxed: var(--calcite-font-line-height-relative-relaxed);--calcite-app-font-line-height-relative-normal: var(--calcite-font-line-height-relative-normal);--calcite-app-font-line-height-relative-snug: var(--calcite-font-line-height-relative-snug);--calcite-app-font-line-height-relative-tight: var(--calcite-font-line-height-relative-tight);--calcite-app-font-line-height-relative: var(--calcite-font-line-height-relative);--calcite-app-font-line-height-fixed-3: var(--calcite-font-line-height-fixed-xl);--calcite-app-font-line-height-fixed-2: var(--calcite-font-line-height-fixed-lg);--calcite-app-font-line-height-fixed: var(--calcite-font-line-height-fixed-sm);--calcite-app-font-weight-bold: var(--calcite-font-weight-bold);--calcite-app-font-weight-demi: var(--calcite-font-weight-semibold);--calcite-app-font-weight-medium: var(--calcite-font-weight-medium);--calcite-app-font-weight-regular: var(--calcite-font-weight-regular);--calcite-app-font-weight-light: var(--calcite-font-weight-light);--calcite-app-font-family-code: var(--calcite-font-family-code);--calcite-app-font-family-primary: var(--calcite-font-family-primary);--calcite-floating-ui-transition: var(--calcite-animation-timing);--calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);--calcite-animation-timing: calc(.15s * var(--calcite-internal-duration-factor));--calcite-internal-duration-factor: var(--calcite-duration-factor, 1);--calcite-internal-animation-timing-fast: calc(.1s * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-medium: calc(.2s * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-slow: calc(.3s * var(--calcite-internal-duration-factor));--calcite-popover-z-index: var(--calcite-z-index-popup);--calcite-border-radius: var(--calcite-border-radius-round, 4px);--calcite-border-radius-base: 0;--calcite-offset-invert-focus: 0;--calcite-panel-width-multiplier: 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--calcite-font-family)}@media (prefers-color-scheme: dark){.calcite-mode-auto{--calcite-color-border-white: #f7f7f7;--calcite-color-border-ghost: rgba(117, 117, 117, .3);--calcite-color-border-input: #757575;--calcite-color-border-3: #404040;--calcite-color-border-2: #4a4a4a;--calcite-color-border-1: #545454;--calcite-color-text-link: #00a0ff;--calcite-color-text-inverse: #141414;--calcite-color-text-highlight: #d6efff;--calcite-color-text-3: #9e9e9e;--calcite-color-text-2: #bfbfbf;--calcite-color-text-1: #ffffff;--calcite-color-inverse-press: #f2f2f2;--calcite-color-inverse-hover: #ffffff;--calcite-color-inverse: #f7f7f7;--calcite-color-status-danger-press: #d90012;--calcite-color-status-danger-hover: #ff0015;--calcite-color-status-danger: #fe583e;--calcite-color-status-warning-press: #ff9500;--calcite-color-status-warning-hover: #ffb54d;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #00b81b;--calcite-color-status-success-hover: #3bed52;--calcite-color-status-success: #36da43;--calcite-color-status-info-press: #009af2;--calcite-color-status-info-hover: #3db8ff;--calcite-color-status-info: #00a0ff;--calcite-color-brand-underline: rgba(0, 160, 255, .4);--calcite-color-brand-press: #00619b;--calcite-color-brand-hover: #007ac2;--calcite-color-brand: #009af2;--calcite-color-transparent-tint: rgba(43, 43, 43, .8);--calcite-color-transparent-scrim: rgba(0, 0, 0, .85);--calcite-color-transparent-inverse-press: rgba(0, 0, 0, .08);--calcite-color-transparent-inverse-hover: rgba(0, 0, 0, .04);--calcite-color-transparent-press: rgba(255, 255, 255, .16);--calcite-color-transparent-hover: rgba(255, 255, 255, .12);--calcite-color-transparent: rgba(255, 255, 255, 0);--calcite-color-surface-highlight: #2b465f;--calcite-color-foreground-current: #2b465f;--calcite-color-foreground-3: #141414;--calcite-color-foreground-2: #212121;--calcite-color-foreground-1: #2b2b2b;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #363636}}@media (prefers-color-scheme: light){.calcite-mode-auto{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}}@media (prefers-reduced-motion: reduce){:root{--calcite-internal-duration-factor: 0}}@keyframes in{0%{opacity:0}to{opacity:1}}@keyframes in-down{0%{opacity:0;transform:translate3D(0,-5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-up{0%{opacity:0;transform:translate3D(0,5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-right{0%{opacity:0;transform:translate3D(-5px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-left{0%{opacity:0;transform:translate3D(5px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-scale{0%{opacity:0;transform:scale3D(.95,.95,1)}to{opacity:1;transform:scaleZ(1)}}.calcite-animate{opacity:0;animation-fill-mode:both;animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{animation-name:in}.calcite-animate__in-down{animation-name:in-down}.calcite-animate__in-up{animation-name:in-up}.calcite-animate__in-right{animation-name:in-right}.calcite-animate__in-left{animation-name:in-left}.calcite-animate__in-scale{animation-name:in-scale}
}
