.modal-card {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    display: none;
    backdrop-filter: blur(3px);
    animation: modal-open 0.5s;
  }
  
  .modal-content-activity {
    background-color: white;
    width: 580px;
    min-height: 500px;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px;
    border-radius: 8px;
    z-index: 10;
  }
  
  .modal-has-opened {
    overflow: hidden;
    padding-right: 17px !important;
  }
  
  /* elements inside modal content styles */
  
  .active-icon-modal {
    height: 25px;
    width: 25px;
  }
  
  .active-car-text-modal,
  .scheduled-car-text-modal,
  .completed-car-text-modal {
    color: #6f756f;
    font-size: var(--font-size-heading);
    font-family: var(--poppins-font-family);
  }
  
  .repair-code-modal {
    min-width: 120px;
    padding: 10px 30px;
  }
  
  .car-text-modal {
    font-size: 20px;
    font-weight: var(--font-weight-600);
    color: var(--caption-text-color);
    font-family: var(--poppins-font-family);
  }
  
  .customer-details {
    color: var(--caption-text-color);
  }
  
  .heading-text {
    color: #6f756f;
    font-family: var(--raleway-font-family);
  }
  
  #customer-number,
  #customer-email,
  #current-mileage {
    color: var(--main-color-blue-800);
  }
  
  #current-mileage {
    font-weight: 500;
  }
  
  .milage-text {
    font-size: 12px;
  }
  
  .next-repair-milage-value,
  .repair-milage-value {
    font-family: var(--space-grotesk-font-family);
    font-weight: 500;
  }
  
  .next-repair-milage-value {
    color: var(--main-color-blue-800);
  }
  
  .repair-milage-value {
    color: var(--main-color-blue-1000);
  }
  
  .activeRepairMileageInputValue {
    width: 92px;
    height: 40px;
    border-radius: 4px !important;
    background-color: var(--input-background-color);
    color: var(--grey-color-400);
  }
  
  .activeRepairMileageInputValue:focus {
    box-shadow: none !important;
  }
  
  .modal-submit-btn {
    background-color: var(--main-color-blue-1000);
    width: 270px;
    height: 65px;
    border-radius: 16px;
    color: white;
  }
  
  /* animation for when the modal is opened */
  
  @keyframes modal-open {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  /* Scheduled modal */
  
  .scheduled-repair-mileage {
    display: flex;
    justify-content: flex-end;
  }
  
  /* Toast text */
  
  .toast-holder,
  .completed-toast-holder {
    display: none;
    transition: 0.5s ease;
  }
  
  #toast-text,
  #completed-toast-text-div {
    background-color: #697074;
    position: absolute;
    border-radius: 3px;
    color: white;
  }
  
  #toast-text {
    top: 600px;
    right: 26%;
  }

  .toast-text-div{
    background-color: #697074;
    border-radius: 3px;
    color: white;
  }
  
 .completed-toast-after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #697074;
    z-index: 2;
  }
  
  /* contact support modal */
  .popup {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    opacity: 0;
    background-color: white;
    transition: top 0ms ease-in-out 0ms, opacity 300ms ease-in-out,
      margin-top 300ms ease-in-out;
  }
  .popup .close-btn {
    position: absolute;
    top: -1px;
    right: 10px;
    height: 20px;
    margin-top: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    color: #111;
    width: 50px;
    height: 50px;
  }
  body.active-popup .main {
    filter: blur(5px);
    background: rgba(0, 0, 0, 0.08);
    transition: filter 0ms ease-in-out 300ms;
  }
  body.active-popup .popup {
    top: 50%;
    opacity: 1;
    margin-top: 0px;
    transition: top 0ms ease-in-out 0ms, opacity 300ms ease-in-out,
      margin-top 300ms ease-in-out;
  }
  .heading h5,
  .not-listed h5 {
    font-family: "Poppins" "sanserif";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #52525b;
  }
  .payment label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.75px;
    color: #9cc6dc;
    background-color: rgba(156, 198, 220, 0.2);
    margin: 5px 0;
    padding: 4px 1px;
    border-radius: 15px;
  }
  
  .not-listed textarea {
    background: #eff0f7;
    outline: none;
    margin: 0 auto;
    width: 440px;
    margin: 20px 0;
    border-radius: 10px;
  }
  .send-btn {
    background: rgba(7, 112, 168, 0.5);
    width: 95%;
    height: 30px;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .send-btn p {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
  }
  
  .weekday-checkbox {
    display: none;
  }
  
  .check-option {
    top: 15%;
    left: 10%;
    width: 200px;
  }
  
  input.weekday-checkbox + .check {
    font-family: var(--poppins);
    color: var(--blue-darkmode);
    background-color: var(--primary-bg);
    width: 200px;
    height: 30px;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-left: -20px;
  }
  
  input.weekday-checkbox:checked + label {
    color: var(--blue-1000);
    background-color: var(--blue-light);
    font-style: normal;
  }
  
  input.default-checkbox {
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  
  input ~ .default-checkmark {
    position: absolute;
    right: 0;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    border: 2px solid #6f756f;
    pointer-events: none;
  }
  
  input.default-checkbox:checked ~ .default-checkmark {
    background-color: var(--blue-1000);
    border: none;
  }
  
  .default-checkmark:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .indicator {
    margin: 0 auto;
    margin-top: 5px;
    height: 4px;
    width: 10px;
    border-radius: 5px;
    background-color: var(--blue-1000);
  }
  
  /* media queries */
  @media (max-width: 1300px) {
    .not-listed textarea {
      width: 340px;
    }
  }
  @media (max-width: 1010px) {
    .not-listed textarea {
      width: 300px;
    }
  }
  @media (max-width: 900px) {
    .not-listed textarea {
      width: 240px;
    }
  }
  @media (max-width: 500px) {
    body.active-popup .popup {
      margin-top: 3 add 0px;
      top: 80%;
    }
    .not-listed textarea {
      width: 220px;
      padding: 1px;
    }
    .heading h5,
    .not-listed h5 {
      font-size: 18px;
    }
    .payment label {
      font-size: 14px;
      padding: 4px 5px;
    }
  
    .payment input {
      margin: 15px 5px;
    }
  }
  
  /* media queries for modal size */
  
  @media screen and (max-width: 768px) {
    .modal-content {
      width: 400px;
    }
  
    .completed-toast-after {
      bottom: 25px;
    }
  }
  
  @media screen and (min-width: 426px) and (max-width: 768px) {
    .scheduled-repair-mileage {
      justify-content: flex-start;
    }

    #completed-toast-text-div{
      right: 21%;
      bottom: 28%;
    }

    #toast-text {
      top: 730px;
      right: 12%;
    }
  }
  
  @media screen and (max-width: 425px) {
    .modal-content {
      max-width: 300px;
    }
  
    .modal-submit-btn {
      width: 200px;
    }
  
    .flex-wrap-modal {
      flex-wrap: wrap !important;
    }
  
    .w-100-modal {
      width: 100% !important;
    }
  
    .modal-submit-btn {
      width: 150px;
      height: 45px;
    }
  
    /* Scheduled repair vehicles modal */
  
    .scheduled-repair-mileage {
      justify-content: start !important;
    }
  
    /* Tooltip */
  
    #toast-text {
      bottom: 63%;
      right: 10px;
    }
  
    .completed-toast-after {
      bottom: 7%;
    }
  }