@import url("./components/buttons.d779839817b7.css");
@import url("./components/alfin-pulse-loader.f49e07157592.css");
@import url("./components/modal.e67b4a6f0028.css");
@import url("./payout-quote-form.39527ccb2a55.css");
@import url("./select.9b182fc42aa0.css");
@import url("./floating-label.9fd3317ae62c.css");

.payout-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
}

.back-bar {
  border: 1px solid rgba(3, 3, 3, 0.1);
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(199, 199, 199, 0.4);
}
.back-bar .container {
  height: 56px;
  color: rgba(3, 3, 3, 0.6);
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding: 20px 0;
}

.payout-page-title {
  margin: 24px -15px 16px;
  color: #030303;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
}

.payout-result-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.payout-card-wrapper {
  width: 200px;
  height: 350px;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  margin-right: 14px;
  margin-left: 14px;
  margin-bottom: 28px;
}

.payout-card {
  min-height: 350px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #f7f7fa;
}

.payout-card__top {
  background-color: #ffffff;
  height: 78px;
  padding: 12px 30px 8px;
}

.payout-card__top img {
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.payout-provider-name {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  margin: 4px 0 0;
}

.payout-card__body {
  padding: 16px 20px 8px;
  border-radius: 0 0 4px 4px;
  min-height: 174px;
}

.payout-perc {
  color: #030303;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  margin: 10px 0 2px;
  min-height: 16px;
}

.remittance-text {
  font-weight: 800;
  font-size: 16px;
}

.remittance-text ~ .payout-text {
  padding: 0.5rem 0;
}

.payout-text {
  color: rgba(3, 3, 3, 0.5);
  font-family: Lato;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  margin: 0 0 16px;
  min-height: 40px;
}

.commission-info {
  color: rgba(3, 3, 3, 0.5);
  font-family: Lato;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  margin: 0 0 16px;
  min-height: 48px;
}

.quote-loader {
    min-height: 16px;
}
.alfin-button-base {
  padding: 8px 56px 8px 32px !important;
}

.pa-zd-tppd-filters-wrapper .comprehensive-pa-zd-tppd-filters {
    flex: 1 0 20% !important;
}

.pa-zd-tppd-filters-wrapper .third-party-pa-zd-tppd-filters {
    flex: 1 0 60% !important;
}

.pa-zd-tppd-filters-wrapper .od-only-pa-zd-tppd-filters {
    flex: 1 0 34% !important;
}

.add-ons-discounts-filters-wrapper .comprehensive-add-ons-discounts-filters {
    flex: 1 0 84% !important;
}

.add-ons-discounts-filters-wrapper .third-party-add-ons-discounts-filters {
    flex: 1 0 300% !important;
}

.add-ons-discounts-filters-wrapper .od-only-add-ons-discounts-filters {
    flex: 1 0 194% !important;
}

.tw-flex-container .add-ons-discounts-filters-wrapper .comprehensive-add-ons-discounts-filters {
    flex: 1 0 192% !important;
}

.alfin-button-base:after {
  content: "";
  position: absolute;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
}

.add-ons-discounts-styles {
    z-index: 1 !important;
}
.pqf-styles {
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  padding: 24px 20px 15px 20px;
  border-radius: 10px;
  position: relative;
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 55%;
    height: 100%;
  }
}

.tp-flex-container.pqf-styles:after {
  width: 51%;
}
.tw-flex-container.pqf-styles:after {
  width: 40%;
}

.pqfs-flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

.pqf-styles ~ .content {
  // min-height: 80vh;
}

.filter-label {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}

.filter-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.filters {
  flex: 1 0 20%;
  border-right: 1px solid #cccccc;
  z-index: 1;
  /* .form-group {
    width: 160px;
  } */
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #6b7afe;
    line-height: 16px;
  }
  .floating-options {
    margin-bottom: 0;
  }
}

.filters--props {
  .checkbox-container {
    padding-top: 0;
  }
  .alfin-checkbox {
    font-size: 16px;
    font-weight: 600;
    color: #6b7afe;
    line-height: 16px;
  }
  &#od-add-ons-div {
    .alfin-checkbox {
      color: unset !important;
      font-weight: unset !important;
    }
  }
  &#tp-add-ons-div {
    .alfin-checkbox {
      color: unset !important;
      font-weight: unset !important;
    }
  }
  &#discounts-div {
    .alfin-checkbox {
      color: unset !important;
      font-weight: unset !important;
    }
  }
}
.pqf-middle ~ .filters {
  border-right: 0;
  border-left: 1px solid #cccccc;
  padding-left: 18px;
}
.alfin-input.customSelect,
.alfin-input.datePicker {
  background-color: #ffffff !important;
  padding: 1.2rem 1rem 0;
}

.alfin-input.customSelect {
  border: none !important;
  padding-left: 0 !important;
}

.select2-container--default .customSelect {
  position: relative;
}
.select2-container--default .customSelect .select2-selection__arrow {
  display: block;
  top: 50% !important;
  transform: translateY(-50%);
}

.filters--props,
.floating-options--props {
  position: relative;
}

#toggle-add-ons {
  top: 78px;
}

.floating-options--props,
.floating-options--props .select2-container--default,
.floating-options--props .alfin-input.customSelect {
  min-width: 150px !important;
  width: 150px !important;
}

.alfin-input.datePicker {
  min-height: 36px;
  height: 36px;
}

span.select2-selection--single {
  width: 260px;
}
span.select2-container--default {
  width: 260px !important;
}

.select2-container--open .select2-dropdown--below {
  width: 258px !important;
}

.checkbox-container {
  border-radius: 4px;
  border: none;
  padding: 14px 18px 14px 0;
}

.checkbox-container-noBorder {
  border-radius: unset;
  border: none;
}

.checkbox-container .alfin-checkbox {
  padding-left: 32px;
  margin-bottom: 0;
}

.placeholder-img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #acacac;
  border: 1px solid blue;
}

#select2-id_add_on_voluntary_deductible_amount-container {
    margin-top: 10px;
    margin-left: 16px;
}

#toggle-voluntary-deductible-input .select2-container--default {
	border: 1px solid rgba(3, 3, 3, 0.12) !important;
}

#toggle-geographical-extension-input .select2-container--default {
    border: 1px solid rgba(3, 3, 3, 0.12) !important;
}

#toggle-geographical-extension-input .select2-selection--multiple {
    height: fit-content !important;
}

#toggle-legal-liability-number-of-employees-input .select2-container--default {
    border: 1px solid rgba(3, 3, 3, 0.12) !important;
}

#toggle-legal-liability-number-of-employees-input .select2-selection--multiple {
    height: fit-content !important;
}

#toggle-legal-liability-number-of-conductors-input .select2-container--default {
    border: 1px solid rgba(3, 3, 3, 0.12) !important;
}

#toggle-legal-liability-number-of-conductors-input .select2-selection--multiple {
    height: fit-content !important;
}

#toggle-legal-liability-number-of-employees-input .select2-container--default {
    border: 1px solid rgba(3, 3, 3, 0.12) !important;
}

#toggle-legal-liability-number-of-employees-input .select2-selection--multiple {
    height: fit-content !important;
}

.pqf-last {
  margin-left: auto;
}

.alfin-button-link#view-quote-details-button {
  font-size: 14px;
  font-weight: 600;
}

.submit-button,
.edit-button {
  color: #6b7afe;
  text-decoration: none;
  margin: 0 12px;
  background-color: transparent;
  font-weight: 600;
  border: none;
  align-self: center;
}

.edit-button.submit-button {
  border: 1px solid #6b7afe;
  color: #6b7afe;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.edit-button.submit-button.cc-cross {
  border: none !important;
  text-align: right;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  top: 24px;
  right: 12px;
  border: none;
  text-decoration: none;
  z-index: 1;
  &:hover {
    cursor: pointer;
  }
}

.edit-button-large {
  text-decoration: unset;
  margin: unset;
  font-weight: 600;
  width: 100%;
  padding: 8px 18px 0 0;
  border-radius: 4px;
  text-align: left;
  position: relative;
}

.edit-button-large:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px;
  border-top-color: #888;
  transform: translate(-50%, -50%);
}

.edit-button-large:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.pqfm-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.pqf-last .datePicker {
  padding-top: 0;
  color: black !important;
}

.filter-list-wrapper {
  padding: 24px 4px 4px;
  display: none;
  width: 340px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  z-index: 1;
  position: absolute;
  background: white;
  top: 60px;
  // left: -20px;
  .form-group {
    width: 340px;
  }
  .checkbox-container {
    padding: 14px 18px;
    .floating-label {
      width: 195px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
  }
}

.filter-list-items {
  min-height: 56px;
  margin-bottom: 8px;
  padding: 12px;
  font-size: 16px;
  min-width: 332px;
}

.fli-item {
  margin-bottom: 12px;
  &:last-child {
    margin-bottom: 0;
  }
}

.filter-list-items .form-check-inline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
}
.filter-list-items .alfin-checkbox {
  padding-left: 0;
}

#toggle-legal-liability-number-of-employees-input,
#toggle-legal-liability-number-of-cleaners-input,
#toggle-legal-liability-number-of-conductors-input,
#toggle-geographical-extension-input,
#toggle-idv-input,
#toggle-ea-input,
#toggle-nea-input,
#toggle-pcv-input,
#toggle-cng-kit-input {
  display: none;
}
#toggle-voluntary-deductible-input {
  display: none;
}

.modal-new-layout .modal-dialog {
  padding: 16px;
}
.modal-new-layout .modal-content {
  border: none;
}

.car-details-modal {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.qdmc-table {
  .title {
    font-size: 16px;
    font-weight: 600;
    color: #8353e2;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
  }
  .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    & ~ body:last-child {
      border-bottom: 1px solid;
    }
    &:last-child {
      padding-bottom: 10px;
      border-bottom: 1px solid #cccccc;
    }
  }
  .lhs,
  .rhs {
    font-size: 14px;
    font-weight: 400;
  }
  .lhs {
    span {
      font-size: 16px;
      font-weight: 600;
      color: #8353e2;
    }
  }
  .rhs.add {
    color: #17ab13;
  }
}

.quote-details-modal {
  .modal-dialog {
    padding: 16px !important;
  }
  .modal-header {
    display: none;
  }
  .modal-content {
    border: 0;
  }
}

.quote-details-modal-content {
  min-width: 560px;
  display: flex;
  justify-content: flex-start;
}

.tabable {
  padding: 16px;
  border-bottom: 1px solid #cccccc;
  margin: -26px -20px 26px;
  text-align: center;
  div {
    font-size: 16px;
    font-weight: 600;
    color: #8353e2;
  }
}

.qdmc-sidebar {
  width: 270px;
  margin: -26px 20px -26px -26px;
  background: #f4efff;
  padding: 26px;
  border-radius: 8px 0 0 8px;
  .idv,
  .premium {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
    .title {
      color: #666666;
      font-size: 12px;
      margin-bottom: 8px;
    }
    .subtitle {
      color: #333333;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 16px;
    }
  }
  .btn-action {
    font-size: 20px;
    font-weight: bold;
    span {
      font-weight: bold;
      font-size: 14px;
    }
  }
}

.qdmc-main {
  width: 100%;
  .b-btm {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.insurer-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  & img {
    border-radius: 4px;
    width: 78px;
    object-position: center;
    object-fit: contain;
  }
  .insurer-name {
    color: #333333;
    margin-top: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
   .pa-zd-tppd-filters-wrapper .comprehensive-pa-zd-tppd-filters {
        flex: 1 0 33% !important;
    }

    .pa-zd-tppd-filters-wrapper .third-party-pa-zd-tppd-filters {
        flex: 1 0 33% !important;
    }

    .pa-zd-tppd-filters-wrapper .od-only-pa-zd-tppd-filters {
        flex: 1 0 33% !important;
    }

    .add-ons-discounts-filters-wrapper .od-only-add-ons-discounts-filters {
        flex: 1 0 155% !important;
    }

  .filter-wrapper {
    flex-wrap: wrap;
  }
  .alfin-input.customSelect {
    width: 150px;
  }
  .filters {
    width: 150px !important;
    flex: 1 0 33%;
    z-index: unset;
  }
  .pqf-middle ~ .filters {
    border-right: 1px solid #cccccc;
    border-left: 0;
    padding-left: 0;
  }
  .filter-list-wrapper {
    left: unset;
    right: unset;
  }
  .back-bar {
    padding: 0 15px;
  }
  .payout-page-title {
    margin: 24px 0 16px;
  }
  .payout-result-page {
    padding: 15px;
    width: 100%;
  }
  .payout-card-wrapper {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 28px;
    flex: 0 1 48%;
  }
  .edit-button {
    margin: 0;
  }
  .pqfs-flex {
    flex-wrap: wrap;
  }
  .pqf-styles {
    gap: 10px;
    margin: 20px 0;
    &:after {
      display: none !important;
    }
  }
  .insurer-name {
    margin-bottom: 10px;
  }
  .quote-details-modal-content {
    min-width: 280px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .qdmc-sidebar {
    margin: -20px -20px 32px;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    width: unset;
  }
  .quote-details-modal.modal.show .modal-dialog {
    top: 62%;
  }
}
/* span.select2-container--default {
    right: 0 !important;
    left: unset !important;
  } */
