/* Helper */
* {
  font-family: Nunito;
}

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

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

.text-dark {
  color: #292b2c;
}

a:hover {
  text-decoration: none;
}

input, select, textarea {
  box-shadow: none !important;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.btn-pink {
  color: #fff !important;
  background-color: #d4206a;
  font-weight: bold;
}

.btn-pink:hover {
  background-color: #b4004e;
}

.bg-pink {
  color: #fff !important;
  background-color: #d4206a;
}

.bg-pink-medium {
  background-color: rgba(236, 64, 122,.2);
}

.bg-pink-soft {
  background-color: rgba(236, 64, 122,.1);
}

.text-pink {
  color: #ec407a !important;
}

.bottom-0 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.dropdown-item:focus {
  background-color: #fff !important;
  color: #ec407a !important;
}

.sidebar-divider {
  border-top: 1px solid rgba(255,255,255,.3);
}

input[type='radio'], input[type='checkbox'] {
  transform: scale(1.5);
}

input[type='radio']:hover, input[type='checkbox']:hover{
  cursor: pointer;
}


.btn-status {
  min-width: 15vh;
  padding: 4vh 1.5vh;
  border-radius: 50%;
  text-align: center;
}

.line-status {
  width: 50px;
  height: 10px;
  margin: auto 0;
}

.btn-round {
  padding: 10vh 0;
  border-radius: 50%;
  text-align: center;
}
