a {
  cursor: pointer;
}

.map-container {
  width: 100%;
  height: 50vh;
}

.status {
  height: 20px;
  width: auto;
  padding: 5px 10px;
  color: white;
  border: none;
  border-radius: 10px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.edit:hover {
  color: rgb(0, 0, 197);
}
.edit1:hover {
  color: #ff5959;
  font-weight: 500;
  background-color: rgba(192, 192, 192, 0.442);
  border: 2px solid silver;
}
.delete {
  color: black;
}
.delete:hover {
  color: red;
  font-size: 15px;
}
.form-group textarea {
  width: 100%;
  border: 1px solid #dfe0e1;
  border-radius: 8px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-group input,
select:focus {
  border: 1px solid #dfe0e1;
}

.form-group label,
option {
  color: #868686;
}
.selectionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.selectionBtn button:focus {
  border: 1px solid #ff5959;
}

.selectionBtn .cancelBtn {
  width: 100%;
  height: 45px;
  border: 1px solid #ff5959;
  color: #ff5959;
  background-color: #fff;
  margin-right: 5px;
  border-radius: 8px;
}

.selectionBtn .resetBtn {
  width: 100%;
  height: 45px;
  border: 1px solid #ff5959;
  color: #ff5959;
  background-color: #fff;
  margin-right: 40px;
  border-radius: 8px;
}

.selectionBtn .submitBtn {
  margin-left: 5px;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  border: 1px solid #ff5959;
  color: #fff;
  background-color: #ff5959;
}

button:focus {
  outline: none;
}
form-group-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group input,
textarea {
  width: 100%;
  border: 1px solid #dfe0e1;
  border-radius: 8px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  color: #32312f;
}

.form-group input::placeholder,
select::placeholder,
textarea::placeholder {
  font-weight: 400;
}

.form-group label,
option {
  color: #868686;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.error-text {
  color: #ff5959;
}

.select-filter {
  width: 120px;
  margin-right: 10px;
}
