.swal2-input {
  border-radius: 8px !important;
  border: 2px solid var(--vamtam-accent-color-1);
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.swal2-input:focus {
  border: 2px solid #cfef03a8;
  box-shadow: 0px 0px 5px rgba(207, 239, 3, 0.8);
  box-shadow: 0 0 5px rgba(207, 239, 3, 0.8);
  /* Shadow color on hover/focus */
}

.swal2-title {
  color: var(--vamtam-h4-color);
}

.gm-tilt {
  /* display: none !important; */
}

#map {
  height: 450px;
}

.colorHeight {
  height: 3rem;
}

.pac-item-details {
  color: #9b1414;
}

.pac-icon {
  display: none;
}

.pac-matched {
  color: #cfef03;
}

.pac-logo:after {
  display: none !important;
}

.inputsChecks {
  gap: 0.5%;
}

.container {
  margin-top: 2%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}

.inputsChecks {
  display: flex;
  margin-bottom: 20px;
}

label {
  font-weight: bold;
}

.custom-text-map {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}

.form-check {
  display: flex;
  align-items: center;
}

.btn {
  margin-right: 10px;
}

.mapDivMain {
  width: 75%;
  height: 400px;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}

#controls {
  margin-bottom: 20px;
}

#areaTextArea {
  width: 100%;
  margin-top: 10px;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-column {
  flex-direction: column !important;
}

.w-100 {
  width: 100%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-2 {
  flex: 0 0 auto;
  /* width: 16.66666667%; */
  width: 33%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.form-control {
  display: block;
  margin: 0 !important;
  border-radius: 8px !important;
  width: 100%;
}

.ml-R {
  margin-left: 4% !important;
  margin-right: 4% !important;
  border-left: 2px solid #cccccc;
  height: auto;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #cfef03;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(206, 241, 7, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #cfef03;
  opacity: 1;
}

.text-center {
  text-align: center !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.d-none {
  display: none !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.vamtam-button-text {
  margin-top: 1%;
}

.cursor-pointer {
  cursor: pointer;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

@media screen and (min-width: 100px) and (max-width: 600px) {
  .vamtam-button-text {
    width: 100% !important;
  }
  .inputsChecks {
    flex-direction: column;
  }
  .address-div {
    width: 100%;
  }
  .bordersArea {
    margin-top: 1.5rem;
  }
  #map {
    height: 600px;
  }
  .bordersArea div {
    /* padding-left: 8px; */
    /* Adjust the value as needed */
  }
  .col-2 {
    width: 30%;
  }
}
