  .navbar .dropdown .dropdown-menu .dropdown-item:active{color: var(--primary) !important;}  
  .page-title{font-size: 32px; margin-bottom: 30px;}
  .ribbon-top-right {
      width: 150px;
      height: 150px;
      overflow: hidden;
      position: absolute;
      top: -10px;
      right: -10px;
    }

    .ribbon-top-right span {
      position: absolute;
      display: block;
      width: 225px;
      padding: 8px 0;
      /* background: linear-gradient(45deg, #0062ff, #3a8bff); */
      color: #fff;
      font-size: 12px;
      text-align: center;
      font-weight: 600;
      transform: rotate(45deg);
      top: 32px;
      right: -60px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.25);
    }

    .package_cards .btn{padding: 12px; border-radius: 50px; font-size: 15px; border: 0 !important;}
    .package_cards li{margin-bottom: 10px; font-size: 15px;}



.plan_name {
  padding: 30px 0 10px 0;
  /* background-color: var(--primary); */
}
.plan_name h4 {
  font-size: 35px;
}

/* PRICING CARD BASE */
.pricing-card {
  transition: all 0.4s ease-in-out;
  /* border: 1px solid #ddd; */
  border-radius: 20px !important;
  background: #fff;
  position: relative;
  overflow: hidden;
  background: #fcfaf1;
  width: 100%;
}
.pricing-card svg{margin-top: -1px;}
/* HOVER EFFECT */
.pricing-card:hover {
  transform: translateY(-8px);
  /* background: #f7f7f7; */
  background: #fcfaf1;
  border-color: var(--primary);
}

.pricing-card:hover .choose-btn {
  background: #343434 !important;
  border-color: #343434 !important;
}

.highlight-plan {
  border: 2px solid var(--primary) !important;
  /* box-shadow: 0px 0px 18px rgba(148, 202, 33, 0.35); */
}

.ribbon {
  position: absolute;
  top: 28px;
  right: -51px;
  background: var(--dark);
  color: #fff;
  padding: 4px 49px;
  transform: rotate(45deg);
  font-size: 14px;
  font-weight: bold;
}

/* PRICE TAG ANIMATION */
.price-tag {
  font-size: 40px;
  transition: 0.3s ease;
}

.pricing-card:hover .price-tag {
  letter-spacing: 1px;
}
.pricing-card i {
  color: var(--dark) !important;
}
.pricing-card:hover i {
  color: var(--primary) !important;
}

.pricing-card .btn {
  height: 50px;
  color: var(--white);
  border-radius: 12px;
  /* width: fit-content !important; */
}


.form_wrapper{min-width: 320px; max-width: 500px; margin: auto;}

.payment_card .form-check-input{
  margin-left: 0 !important;
  border-color: #ccc !important;
  margin-top: 0 !important;
}
.payment_card .form-check-input:focus{box-shadow: none !important; border-color: #ccc !important;}

.payment_card li{font-size: 15px;}

#bookingsTable_wrapper,#driversTable_wrapper {
    gap: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

#bookingsTable_wrapper .row{padding-top: 7px;}
#driversTable_wrapper .row{padding-top: 7px;}

.table-responsive .form-control{height: 40px !important; padding: 5px 10px !important;}

.dataTables_info{font-size: 15px;}
.dataTables_paginate .paginate_button{font-size: 14px;line-height: 1.5 !important;}
.cursor-pointer{cursor: pointer;}
.dataTables_length, .dataTables_filter{font-size: 14px !important;}

.table-responsive select.form-control{background: #fff !important;}

.profile_page .page-body-wrapper{width: 100% !important;}
.profile_page .main-panel{width: 100% !important;}

#parkingCalendar a{color: var(--dark); text-decoration: none;}
.fc-daygrid-event-harness{cursor: pointer;}


/*---------- Profile Page -----------*/

.profile_page .navbar .navbar-brand-wrapper{
  box-shadow: none !important;
  transition: none !important;
}

.profile_page .btn {
  height: 2.75rem !important;
  padding: 5px 15px !important;
}

  .profile-nav .nav-link {
      color: #000;
      text-align: left;
      /* padding: 1rem .75rem; */
      margin-bottom: 0.7rem;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s;
      background-color: var(--fade);
      width: 65px;
      height: 60px;
      position: relative;
    }

    .profile-nav .nav-link .main-icon{
      font-size: 1.5rem;
    }
        .profile-nav .nav-link .status-icon {
        visibility: hidden; 
        position: absolute;
        top: -7px; 
        right: -5px; 
        font-size: 0.9rem; 
        background: white;
        border-radius: 50%;
        border: 2px solid whitesmoke;
    }
      .profile-nav .nav-link .status-icon.completed {
        visibility: visible;
        color: #28a745; /* Green check */
    }

    .profile-nav .nav-link.active {
      background-color: var(--primary);
      color: var(--white);
      font-weight: bold;
    }

    .profile-nav .nav-link:hover {
      background-color: var(--primary);
    }

    .profile-nav .nav-link .status-icon {
      margin-left: auto;
      font-size: 1.3rem;
    }

    .completed {
      color: #28a745;
    }

    .card-title {
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 20px;
    }

    .clone-group .input-group-text {
      cursor: pointer;
      padding: 0.5rem 0.75rem;
      border: 0 !important;
    }

    .clone-group {
      margin-bottom: 15px;
    }

    .input-group-append {
      display: flex;
    }

    /* Hide delete button on initial row and template */
    .initial-row .delete-row-btn,
    .api-row-template .delete-row-btn,
    .location-row-template .delete-row-btn {
      display: none !important;
    }

    .clone-group .input-group-text {
      border-radius: 0;
    }

    .step-form-container .form-group label {
      line-height: normal !important;
    }
    .step-form-container #bankTransferFields h4, .step-form-container #cardFields h4{
      margin-top: 15px !important;
    }

    @media screen and (max-width:768px) {
       .profile-nav .nav-link {margin-bottom: 0;}
    }

    @media screen and (max-width:475px) {
       .profile-nav .nav-link {width: 47px; height: 47px; padding: 0 !important;}
       .profile-nav .nav-link .main-{font-size: 1.1rem;}
    }

