@font-face {
  font-family: InterBold;
  src: url(../../static/Font/static/Inter_18pt-Bold.ttf);
}

@font-face {
  font-family: InterRegular;
  src: url(../../static/Font/static/Inter_18pt-Regular.ttf);
}

@font-face {
  font-family: InterLight;
  src: url(../../static/Font/static/Inter_28pt-Light.ttf);
}

@font-face {
  font-family: InterItalic;
  src: url(../../static/Font/static/Inter_18pt-Italic.ttf);
}

@font-face {
  font-family: InterMedium;
  src: url(../../static/Font/static/Inter_18pt-Medium.ttf);
}
@font-face {
  font-family: "LexendMedium";
  src: url("../../Font/static/Lexend-Medium.ttf");
}
@font-face {
  font-family: "LexendRegular";
  src: url("../../Font/static/Lexend-Regular.ttf");
}
@font-face {
  font-family: "LexendBold";
  src: url("../../Font/static/Lexend-Bold.ttf");
}

body {
  background-color: #f6f6f6 !important;
  font-family: LexendRegular;
}

label {
  font-family: LexendMedium;
  font-size: 12px;
  color: #7c7c7c;
}

h4 {
  font-family: LexendMedium !important;
}

h6 {
  font-family: LexendMedium !important;
}
p {
  font-family: LexendRegular;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
button {
  height: 35px;
}

.modal-body h6 {
  font-family: LexendBold;
}
.footer-marquee img,
.footer-marquee svg {
  margin-right: 60px;
}
.grid-container {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  background-color: white !important;
}

.radiobtn_group {
  border: 1px solid #dbdadd;
  padding: 10px;
  border-radius: 15px;
}
.radio-btns label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 14px;
  font-family: LexendRegular;
}
/* .liability{
  font-family: InterItalic !important;
} */
.buttonFill {
  background-image: linear-gradient(
    to right,
    #17518c,
    #257ec9,
    #2e7f30,
    #8ac22f
  );
  color: #ffffff;
  border-radius: 6px;
  border: none;
  font-size: 14px;
}
.buttonEmpty {
  background:
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text,
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  border-radius: 6px;
  color: transparent;
  font-size: 14px;
}

.card {
  border-radius: 20px !important;
  border: none;
}
#accordion .card-header {
  border-radius: 20px;
}
#accordion {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 0px 8px 0px !important;
  border-radius: 20px;
}
.driver_information,
.vehicle_information,
.prior_insurance_section,
.residence_section,
.driver-form,
.accident_section,
.coverages_section,
.vehcile_card,
.addvehicle_form,
.currCarrier {
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 0px 8px 0px !important;
}

#add-driver {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text;
  color: transparent;
  font-size: 14px !important;
  font-weight: 500 !important;
}
#add-vehicle {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text;
  color: transparent;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.driver_details span {
  font-family: LexendRegular;
  font-size: 12px;
  width: 140px;
  margin-top: 10px;
}

/* Base input style */
.form-control {
  border: 1px solid #dcdee2;
  border-radius: 6px;
  background-color: white;
  box-shadow: none;
  height: 35px;
  font-size: 14px !important;
}

.form-control::placeholder {
  font-size: 14px !important;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #000;
  border-color: #dcdee2;
}

.form-control:focus,
.form-control:focus:-webkit-autofill {
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #000;
  border-color: #257ec9;
  border-width: 1.5px;
}

.horizantal_line {
  border-style: dotted none none none;
  border-color: #e8e8e8;
  margin-top: 17px;
}
.divider_or {
  color: #7c7c7c;
  padding: 5px;
  font-family: InterBold;
}
.progressTest .progress-bar {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f);
  /* background-color: transparent; */
  height: 2px;
}

.basic-bundle:hover,
.essential-bundle:hover,
.premium-bundle:hover {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border: 1.4px solid transparent !important;
}

.basic-bundle:has(#basic_bundle:checked),
.essential-bundle:has(#essential_bundle:checked),
.premium-bundle:has(#premium_bundle:checked) {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border: 1.4px solid transparent !important;
}
.basic-bundle:has(#basic_bundle:checked) .active_text,
.essential-bundle:has(#essential_bundle:checked) .active_text,
.premium-bundle:has(#premium_bundle:checked) .active_text {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text;
  color: transparent;
}
.highlight_text {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text;
  color: transparent;
}
.fs_medium {
  font-family: LexendMedium;
}
.fs_bold {
  font-family: LexendBold;
}
.bundle_tail_text {
  color: #7c7c7c;
}
.gradient_bg {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f);
}
.callnow_btn {
  border-radius: 20px !important;
}
.text-muted {
  color: #7c7c7c !important;
}
.cursor_pointer {
  cursor: pointer;
}
.fs-14 {
  font-size: 14px !important;
}
.text-xs {
  font-size: 12px !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bundle-cards {
  padding-left: 0 !important;
}
.modal-close-icon {
  position: absolute;
  top: -17px;
  right: -15px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-bottom: 7px;
}
.footer {
  /* background:#111; */
  padding: 20px 0;
  overflow: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll 18s linear infinite;
}

.marquee-content img,
.marquee-content svg {
  height: 40px;
}

/* continuous smooth scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ss-search {
  display: none !important;
}
.ss-list {
  margin-top: 2px !important;
  border-radius: 2px !important;
  max-height: 140px !important;
  padding-bottom: 15px !important;
}
.ss-option {
  color: black !important;
  font-size: 14px !important;
}
.ss-list .ss-option:hover {
  background-color: #257ec9 !important;
  color: white !important;
}
.ss-list .ss-selected {
  background-color: transparent !important;
  color: black !important;
}
.ss-main .ss-values {
  color: black !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.ss-main:focus-within {
  border: 1.5px solid #257ec9 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}
.ss-main {
  width: 250px;
  height: 35px !important;
}
.ss-list > div:nth-of-type(1) {
  color: #257ec9 !important;
  background-color: transparent !important;
  cursor: default !important;
  pointer-events: none;
}
.ss-single {
  font-size: 14px !important;
  /* display: contents !important; */
}
.ss-content {
  margin: 3px 0px 0px !important; /* Adjust gap size as needed */
  display: block !important;
}
.ss-main .ss-arrow path {
  stroke: #1b1b1b !important; /* Change this to any color you want */
}
/* #deleteModal .buttonFill,
#deleteModal .buttonEmpty {
  font-size: 12px;
  padding: 5px 50px;
} */
.my-slim-select .ss-content {
  max-height: 200px; /* or whatever suits your layout */
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}
.custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

.custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #ced7de; /* Outer circle border thickness and color */
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  /* cursor: pointer; */
}
.custom-radio input[type="radio"]:checked {
  background:
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text,
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border: 3px solid transparent; /* Thicker red border when checked */
}
.active-quote-card {
  background:
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text,
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border: 2px solid transparent !important; /* Thicker red border when checked */
}

.custom-radio input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-radio input[type="radio"]:checked::before {
  opacity: 1;
}

/* .container{
  padding-left: 0px !important;
} */

@media only screen and (min-width: 564px) {
  .container {
    padding-left: 0px !important;
  }
}

.flatpickr-day.today {
  background:
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text,
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border-color: transparent !important;
}
.flatpickr-calendar {
  background:
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text,
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
  border: 1px solid transparent;
  font-family: LexendRegular;
}

.flatpickr-day:hover {
  background-image: linear-gradient(
    to right,
    #17518c,
    #257ec9,
    #2e7f30,
    #8ac22f
  ) !important;
  border-color: transparent !important;
  color: #fff;
}

.flatpickr-day.selected {
  background-image: linear-gradient(
    to right,
    #17518c,
    #257ec9,
    #2e7f30,
    #8ac22f
  ) !important;
  border-color: transparent !important;
  color: #ffffff;
  padding: 0px !important;
  border-radius: 50px !important;
}

.flatpickr-months .flatpickr-month {
  font-weight: bold;
  color: #333;
}

.flatpickr-weekday {
  color: #666;
  font-weight: 500;
}

.alertify-notifier .ajs-message.ajs-error {
  background-image: linear-gradient(
    to right,
    #17518c,
    #257ec9,
    #2e7f30,
    #8ac22f
  ) !important;
}

.alertify-notifier .ajs-error {
  background: linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f);
  color: #fff;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 3.5fr 2fr;
  grid-template-areas: "first second third";
  gap: 10px;
  padding: 8px;
}

.grid-container:has(.third.coveragepage) {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-areas: "first second third";
  gap: 10px;
  padding: 12px;
}
.coveragepage > div:nth-of-type(1) {
  display: none;
}

/* Grid area names */
.first {
  grid-area: first;
  align-items: center;
  /* justify-self: center; */
}

.second {
  grid-area: second;
}

.second p {
  font-size: 12px !important;
}

.third {
  grid-area: third;
  align-items: center;
}
.third :any-link {
  width: 100%;
  height: 35px;
  align-content: center;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.third button {
  width: 100%;
  height: 35px;
}
@media (max-width: 850px) {
  .grid-container {
    align-content: center !important;
    align-self: center !important;
    grid-template-columns: 0.8fr 1fr !important;
    grid-template-areas:
      "first third"
      "second second" !important;
  }
  .coveragepage > div:nth-of-type(2) {
    margin-left: 100px;
    /* margin-right: 30px; */
  }
  .third img {
    /* margin: 0 !important; */
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 515px) {
  .grid-container {
    grid-template-columns: 0.1fr 1.5fr !important;
    grid-template-areas:
      "first third"
      "second second" !important;
  }
  button {
    font-size: 12px !important;
  }
  .third {
    justify-self: end;
  }
  .coveragepage > div:nth-of-type(2) {
    margin-left: 50px;
    /* margin-right: 50px; */
  }

  .third a {
    font-size: 12px !important;
  }
  .third img {
    margin: 0 !important;
    width: 13px !important;
    height: 13px !important;
  }
  .third button {
    width: 100%;
    height: 35px;
    font-size: 12px !important;
  }
  .add_driver {
    width: 100% !important;
    text-align: center !important;
    background:
      linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) text,
      linear-gradient(white, white) padding-box,
      linear-gradient(to right, #17518c, #257ec9, #2e7f30, #8ac22f) border-box;
    border: 1.5px solid transparent;
    border-radius: 5px;
    padding: 5px 0px;
  }
  #submitBtn {
    width: 100% !important;
  }
  .second p {
    font-size: 9px !important;
  }

  .second > div:nth-child(1) > div:nth-child(1) {
    margin-left: 18px !important;
  }

  .second > div:nth-of-type(2) {
    margin-left: -18px !important;
  }

  .second > div:nth-of-type(2) > div:nth-child(1) {
    margin-left: 26px !important;
  }

  .second > div:nth-of-type(3) {
    margin-left: -20px !important;
  }

  .second > div:nth-of-type(3) > div:nth-child(1) {
    margin-left: 26px !important;
  }

  .retrieve-modal-buttons {
    flex-direction: column;
    width: 100% !important;
    gap: 1rem;
    padding: 0 !important;
  }
  .retrieve-modal-group {
    padding: 0px !important;
  }
  .input-main {
    width: 100% !important;
    padding: 0px !important;
  }
  .modal {
    padding: 10px !important;
  }

  .retrieve-modal-buttons button {
    width: 100% !important;
  }

  .retrieve-modal-buttons > button:nth-of-type(1) {
    order: 2;
  }

  .retrieve-modal-Hrline {
    margin-left: 0px !important;
  }
  .radiobtn_group {
    padding: 8px !important;
  }
  .currInsurerBtns {
    flex-direction: column;
  }
  .currInsurerBtns button {
    width: 100% !important;
  }
  .currInsurerBtns button:nth-of-type(1) {
    order: 2;
  }
  #editpolicyForm,
  #vehiclecoverageform {
    padding: 0px !important;
  }
  #editpolicyForm .col-5,
  #vehiclecoverageform .col-5,
  .col-6 {
    padding: 0 !important;
  }
  #editpolicyForm button,
  #vehiclecoverageform button {
    padding: 0px !important;
  }

  .vehicles-container,
  #drivers-container,
  h6,
  .addvehicle_form {
    font-size: 14px !important;
  }
  .coverage-cards .col-7,
  .col-5 {
    padding: 0 !important;
    font-size: 14px !important;
  }
  .coverage-cards {
    padding: 0px !important;
  }
  .coverage-cards > :nth-child(1) {
    border-radius: 8px !important;
  }
  .quote-card .card-body {
    padding: 5px !important;
  }
  .quote-card .card-body .row img {
    width: 100px !important;
    height: 50px !important;
  }
  .quote-card .card-body .row button {
    padding: 2px !important;
    border-radius: 8px !important;
  }
  .payment-details-text {
    font-size: 14px !important;
    margin-left: 10px !important;
  }
  .payment-details .col-8 {
    padding: 0 !important;
    font-size: 14px !important;
    margin-top: 10px !important;
  }
  .payment-details {
    padding-left: 5px !important;
  }
  .EditDriverModal .modal-body {
    padding: 5px !important;
  }
  .deletedriverModal .modal-body,
  .deletevehicleModal .modal-body {
    padding: 0px !important;
    padding-bottom: 20px !important;
  }
  .deletedriverModal .buttonEmpty,
  .deletevehicleModal .buttonEmpty,
  #addSpouseModal .buttonEmpty {
    order: 2;
  }
  .edit-vehicle .modal-body {
    padding: 10px !important;
  }
  .edit-vehicle .accordion-line,
  #drivers-container .accordion-line {
    margin-left: 5px !important;
  }
  .third :any-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  #addSpouseModal .buttonEmpty,
  #addSpouseModal .buttonFill {
    width: 95% !important;
  }
}

@media (max-width: 735px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "third"
      "second";
  }

  .first {
    align-self: center;
    /* justify-self: center !important; */
  }

  .second {
    align-self: center !important;
    justify-content: center;
  }
  #addSpouseModal .buttonEmpty {
    order: 2;
  }
}

.third:first-child {
  padding-right: 0 !important;
}

.progressTest {
  width: 100%;
  height: 2px;
  margin-top: 12px;
  margin-left: 8px;
  background-color: #e7ebef;
}

.retrieve-modal-Hrline {
  margin-left: 40px;
}
.new-quote-btn {
  display: none;
}

.retrieve-modal-buttons {
  width: 85%;
  gap: 1rem;
  padding-left: 25px;
}
.ss-content.ss-open-above {
  margin-top: -40px !important;
  transform: translateY(-100%) !important;
}
