/*
 Theme Name:   Fluidify child
 Theme URI:    https://www.influid.nl/
 Description:  Fluidify Child Theme
 Author:       Influid
 Author URI:   https://www.influid.nl/
 Template:     fluidify
 Version:      1.0.0
 Tags:         custom child
 Text Domain:  fluidify-child
*/
.loading {
  position: relative;
}

.loading input {
  border-color: #f0b504 !important;
  box-shadow: 0px 0px 0px 4px #f0b504 !important;
}

.loading::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-top: 3px solid #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.extra-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.text-muted {
  color: #6c757d;
}

.text-sm {
  font-size: 10px;
}

.loading-pdf {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.loading-pdf::after {
  margin-top: 11px;
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-top: 3px solid #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
#wpadminbar {
  top: unset !important;
  bottom: 0 !important;
}

.theme-card__body {
  max-height: 500px;
  overflow-y: auto;
}

#kvk_number {
  background-color: #fff !important;
  border-color: var(--primary-glow) !important;
  outline: 0 !important;
  box-shadow: 0px 0px 0px 4px var(--primary-glow) !important;
}

.dash-ui.data-table__image {
  width: 30px;
  height: 30px;
}

.current-lead {
  border: 2px solid #FFA500;
}

.theme-avatar {
  width: 50px;
  height: 50px;
}

.theme-avatar-small {
  width: 30px;
  height: 30px;
}

.compare-icon {
  cursor: pointer;
}

.compare-icon:hover {
  color: var(--primary-color);
}

.td-user-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}

.duplicate-user {
  color: #FFA500;
}

.duplicate-user::after {
  content: "Duplicate";
  display: block;
  color: #FFA500;
}

.theme-btn__whatsapp {
  color: #ffffff;
  background-color: #25D366;
}

.highlight {
  background-color: #e7d000;
}

.interest_rates_monthly_payemnts_block table {
  display: block;
  height: 500px;
  overflow: auto;
}

.interest_rates_monthly_payemnts_block table thead,
.interest_rates_monthly_payemnts_block table th {
  z-index: 99;
  position: sticky;
  top: 0;
  min-width: 200px;
}

.interest_rates_monthly_payemnts_block table thead,
.interest_rates_monthly_payemnts_block table tbody {
  width: 100%;
}

.dash-dropdown-autocomplete__assigned-dealers {
  display: none;
  position: absolute;
  width: 250px;
  height: 200px;
  z-index: 5;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 8px black;
  padding: 20px;
  margin-top: 12px;
  overflow-y: auto;
}

.dash-dropdown-autocomplete__assigned-dealers span {
  display: block;
  width: 100%;
  text-align: start;
  cursor: pointer;
  transition: 0.5s ease all;
}

.dash-dropdown-autocomplete__assigned-dealers span:hover {
  background-color: #c4cdd5;
  color: #fff;
}

.theme-input-licenseplate input,
#object_licence,
#inwissel_kenteken {
  background-color: #f0b504 !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 100% !important;
  font-size: 24px !important;
  padding: 12px 24px !important;
  height: auto !important;
  max-width: 250px !important;
}

.hidden-form-section {
  display: none;
}

.form-toggle-tab {
  display: inline-block !important;
  padding: 8px 16px !important;
  background-color: var(--primary-dark) !important;
  color: #fff !important;
  text-align: center !important;
  transition: all 0.15s !important;
  cursor: pointer !important;
  border: 0px !important;
}

.form-toggle-tab:hover {
  background: var(--primary) !important;
}

.form-toggle-tab .open {
  background-color: var(--primary) !important;
}

.insurance-request-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.insurance-request-card .insurance-request-card__header {
  background: #f8f9fa;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}
.insurance-request-card .insurance-request-card__body {
  padding: 20px;
}
.insurance-request-card .insurance-request-card__notes {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
  margin-top: 5px;
}
.insurance-request-card .text-danger {
  color: #dc3545;
}
.insurance-request-card .text-success {
  color: #198754;
}
.insurance-request-card__badges {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.insurance-request-card .badge {
  font-size: 0.875rem;
  padding: 0.5em 1em;
}



/*# sourceMappingURL=style.css.map */
