
  body {
    background-color: #f8f9fa;
  }
  .map-container {
    position: relative;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  #map {
    height: 100%;
    width: 100%;
  }
  .card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: none;
    border-radius: 6px;
  }
  .login-container {
    max-width: 400px;
    margin: 50px auto;
  }
  .coordinates-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .basemap-control {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: white;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .form-floating {
    margin-bottom: 15px;
  }
  .form-label {
    font-weight: 500;
  }
  .btn-submit {
    margin-top: 10px;
  }
  .table-container {
    margin-top: 30px;
  }
  #saved-records {
    margin-top: 20px;
  }
  .custom-file-button input[type=file] {
    margin-left: -2px !important;
  }
  .custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
  }
  .custom-file-button input[type=file]::file-selector-button {
    display: none;
  }
  .custom-file-button label {
    color: #fff;
    cursor: pointer;
    height: 100%;
    margin-bottom: 0;
    border-radius: 4px;
  }
  .map-control-buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
  }