.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: #d64c95;
  color: #fff;
  font-size: 1em;
}
.form-select-lg {
  padding-top: 0.825rem !important;
  padding-bottom: 0.825rem !important;
  padding-left: 1.5rem !important;
  font-size: 1.15rem !important;
  border-radius: 0.625rem !important;
}
.car-thumbnail {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__remove {
  padding: 0 6px;
}
.select2-container .select2-search--inline .select2-search__field {
  font-family: Poppins, Helvetica, sans-serif !important;
}
.text-hover-third:hover {
  color: #47C9FC !important;
}
.bg-third {
  background-color: #47C9FC;
}
.badge-third {
  color: #fff;
  background-color: #47C9FC;
}
.bg-light-third {
  background-color: #e5f4fd;
}
.bg-light-primary2 {
  background-color: #FFF4FC;
}
.hover-bg-light-third:hover {
  background-color: #e5f4fd;
}
.aside-dark .menu .menu-item .menu-link.active {
  background-color: #47C9FC;
}
.aside-dark .menu .menu-item .menu-link.active .menu-icon,
.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon,
.aside-dark .menu .menu-item .menu-link.active .menu-icon i {
  color: white;
}
.btn-simulate {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 0.475rem;
}
.btn-simulate.btn-sm {
  padding: 7px 15px;
  font-size: 0.925rem;
  border-radius: 0.325rem;
}
.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
  background-color: #d64c95 !important;
  border-color: #d64c95 !important;
}
.separator-custom {
  color: #d64c95;
  font-size: 1vh;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
}
.separator-custom::before,
.separator-custom::after {
  content: '';
  display: block;
  height: 0.09em;
  min-width: 30vw;
}
.separator-custom::before {
  background: linear-gradient(to right, rgba(248, 249, 250, 0), #d64c95);
  margin-right: 2vh;
}
.separator-custom::after {
  background: linear-gradient(to left, rgba(248, 249, 250, 0), #d64c95);
  margin-left: 2vh;
}
@media (min-width: 1024px) {
  .h-lg-219px {
    height: 219px;
  }
  .separator-custom {
    color: #d64c95;
    font-size: 1vh;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .separator-custom::before,
  .separator-custom::after {
    content: '';
    display: block;
    height: 0.09em;
    min-width: 10vw;
  }
  .separator-custom::before {
    background: linear-gradient(to right, rgba(248, 249, 250, 0), #d64c95);
    margin-right: 2vh;
  }
  .separator-custom::after {
    background: linear-gradient(to left, rgba(248, 249, 250, 0), #d64c95);
    margin-left: 2vh;
  }
}
.floating-wsp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0CC143;
  color: white;
  border-radius: 5px;
  padding: 6px 8px;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}
.floating-wsp:hover {
  transform: scale(1.1);
  background-color: #1ebe5d;
}
/*# sourceMappingURL=custom.min.css.map */