:root {
  --teal: #2ec1ac;
  --teal_hover: #279e9c;
}

* {
  font-family: 'Poppins', sans-serif;
}

.h-font {
  font-family: 'Merienda', cursive;
}

.nav-custom {
  color: #555b63;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-bg {
  background-color: var(--teal);
  border: 1px solid var(--teal);
}

.custom-bg:hover {
  background-color: var(--teal_hover);
  border: 1px solid var(--teal_hover);
}

.h-line {
  width: 150px !important;
  height: 3px !important;
  background: #000 !important;
  margin: 0 auto !important;
  display: block !important;
}

.custom-alert{
position: fixed;
top: 80px;
right: 25px;
z-index: 1111;
}



