@media (min-width: 768px) {
  .text-md-start {
    text-align: start!important;
  }
}

.shadow-light {
  box-shadow: 0 1rem 3rem rgba(255,255,255,0.175) !important;
}

.bg-light {
  background-color: #faebd7 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .h-md-50 {
    height: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .h-lg-75 {
    height: 75%;
  }
}

input[type="radio"] {
  accent-color: var(--secondary);
}

::selection {
  background-color: #f9b28a;
  color: #ffffff;
}

input[type="checkbox"] {
  accent-color: #f9b28a;
}

.text-underline {
  text-decoration: underline !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

@media (min-width: 992px) {
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

