html,
body,

#map {
  position: inherit !important; 
  height: 100%;
  margin: 0;
  padding: 0;
}

.map-det {
  height: 300px;
  width: 300px;
  margin: 0;
  padding: 0;
  border-radius:10px;
}
.map-container {
    height: calc(100% - 40px);
}

.button-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.map-button {
    padding: 8px 16px;
    margin-left: 5px;
    border: none;
    background-color: #007BFF;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.map-button:hover {
    background-color: #0056b3;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (min-width: 768px) {
    .map-button {
        font-size: 18px;
    }
}

.logo-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 82px;
  height: 100%;
  background-color: #F5F6FA;
  overflow: hidden;
  transition: width 0.3s ease; 
  
}

#overlayContainer {
  position: fixed;
  top: 0;
  left: -382px;
  width: 300px;
  height: 100%;
  background-color: #E4E4E4;
  overflow-y: auto;
  transition: left 0.3s ease; 
  margin-left:82px;
}

.overlay-content {
  padding: 10px;
}


.top-left-logo{
    width: 36px;
    height: 36px;
    background-image: url("/images/logo-left-top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    margin-left:24px;
    margin-top:20px;
}

.fields-list {
    position: top;
    padding: 10px;
    overflow-y: auto; 
  }

  .fields-list ::-webkit-scrollbar {
    display: none;
  }
  
  .fields-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .fields-list li {
    cursor: pointer;
    padding: 5px;
  }
  
  .fields-list li:hover {
    background-color: #f0f0f0;
  }

  .fields-list input[type="text"] {
    padding: 8px; 
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 5px; 
    font-size: 14px;
  }

  .draw-button-container {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  
  .draw-button {
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  #clearButton {
  
  }
  
  #closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .responsive-hello-image {
    background-image: url('./images/welcome1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.field-id-text {
  color: white;
  font-weight: bold;
}

.center-circle {
  width: 50px; /* Yuvarlağın genişliğini ayarlayın */
  height: 50px; /* Yuvarlağın yüksekliğini ayarlayın */
  background-color: #000; /* Yuvarlağın arka plan rengini ayarlayın */
  color: #FFF; /* Yazı rengini ayarlayın */
  font-weight: bold; /* Yazı kalınlığını ayarlayın */
  border-radius: 50%; /* Yuvarlak şeklini verin */
  position: absolute;
  text-align: center; /* Yazıyı yatayda ortala */
  line-height: 50px; /* Yazıyı dikeyde ortala */
}
  