.required:after {
  content: " *";
  color: red;
}

.mw-1 {
  width: 1% !important;
  white-space: nowrap;
}

.map-tr {
  background-color: var(--bs-body-bg);
}

.map-td {
  position: relative;
}

.map-input {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-input::-webkit-input-placeholder {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-input::-moz-placeholder {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}

.map-input:-ms-input-placeholder {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}

.map-input::-ms-input-placeholder {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}

.map-input::placeholder {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.map-input, input[type=number] {
  -moz-appearance: textfield;
}
