:root, [data-bs-theme=light]  {     
    --vz-secondary-color: #4A5565; 
    --vz-border-radius: 16px;
        --vz-success-text-emphasis: #3f9b0b;
        --vz-success: #3f9b0b;
            --vz-danger: #C10007;   
                --vz-heading-color: #101828;
 
}
 .form-control { 
      height: 44px;
align-self: stretch;
    margin-bottom: 23px;
border-radius: 12px;
border: 1px solid   #F3F4F6 ;
background:   #FFF ; 
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10); 
 }

 .g-3, .gx-3  {
    --vz-gutter-x: 2rem;
}

.btn { 
    /* --vz-btn-font-size: 16px; */
}
.badge { 
    --vz-badge-font-size: 12px;
  }
  .text-success {
    --vz-text-opacity: 1;
    color: #3F9B0B !important;
    border-radius: 10px;
    padding: 4px;
}
table>:not(caption)>*>*
 {
    padding: 17px 20px !important;
  }

.custom-color{
  color: #6A7282;
}
.usertit{
  color:  #4A5565;  
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px;  
letter-spacing: -0.23px;

}
.logo-lg img{
      height: auto !important;
    width: 100%; 
}
 
div#layout-wrapper {
    background-image: url(../../assets/img/bg-img.webp); 
    background-position: top;
    background-size: 100%;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse] {
    transition: all 0.3s ease;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    background-color: #ebf4e6;
    /* margin: 12px 20px 0px;  */
    /* margin: 12px 15px 0px;  */
    border-right: 1px solid #3f9b0b;
}
 
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:hover {
    background-color: #ebf4e6; 
    border-radius: 10px 10px 0px 0px ;
    border-right: 1px solid #3f9b0b;
}
/* li.nav-item {
    margin-bottom: 12px;
} */

.sidebar-user-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 270px; /* adjust based on your sidebar width */
    background: #ffffff;
        border-top: 1px solid #edebeb;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Avatar circle */
.sidebar-user-box .user-avatar {
    width: 42px;
    height: 42px;
    background: #f2f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-user-box .user-avatar span {
    font-weight: 600;
    color: #9CA3AF;
    font-size: 14px;
}

/* User info */
.sidebar-user-box .user-info .user-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #101828;
}

.sidebar-user-box .user-info .user-email {
    margin: 0;
        margin-top: 6px;
    font-size: 14px;
    color: #6b7280;
}
.navbar-menu .navbar-nav .nav-link img {
    display: inline-block;
    width: 30px;
    padding-right: 15px;
}

 .navbar-header .btn-topbar img {
  display: inline-block;
     width: 18px;
    padding-right: 2px;
 }
p.mb-1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
       padding: 4px 0px;
}
.notification-mark{
  color: #3F9B0B; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    cursor: pointer;
}
.notification-mark:hover{
color: #1ba9e6;
cursor: pointer;
}
.charttext h4{ 
font-size: 17px;
font-style: normal;
font-weight: 590;
    line-height: 30px;
    margin-bottom: 0px;
}
.charttext p{  
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
}
.avatar-sm .avatar-title { 
background: #E8F2E1;
border-radius: 16px !important;
}
.avatar-title img{
     width: 10px;
}
.avatar-sm .avatar-title1 { 
background: #E8F2E1;
border-radius: 16px !important;
-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--vz-font-weight-medium);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.avatar-title1 img{
     width: 13px;
}
.avatar-sm .avatar-title2 { 
background: #E8F2E1;
border-radius: 16px !important;
-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--vz-font-weight-medium);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.avatar-title2 img{
     width: 16px;
}
.titlestyle{
  color:  #6A7282;
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
}

.notes1  { 
background: #E8F2E1;
border-radius: 16px !important;
-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--vz-font-weight-medium);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
.notes1 .avatar-sm  {
   padding: 14px; 
}

.action-bar {
  display: flex;
      align-items: center;
    justify-content: center;
    background: #3f9b0b;
    border-radius: 16px;
    padding: 19px 15px;
      width: fit-content; 
    width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer; 
}

.action-item img {
  width: 19px;
  margin-bottom: 6px;
}
.action-item .midicon {
  width: 24px;
  margin-bottom: 6px;
}



.divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.4);
      margin: 0 22px;
}

/* Hover effect */
.action-item:hover {
  opacity: 0.85;
}
@media (max-width: 576px) {
  .action-bar {
    flex-direction: column;
    gap: 10px;
  }

  .divider {
    display: none;
  }
}

th.sort {
    position: relative;
    padding-right: 22px;
}
 
th.sort::before,
th.sort.asc::before,
th.sort.desc::before {
    content: none !important;
}

 
th.sort::after,
th.sort.asc::after,
th.sort.desc::after {
    content: "\25BC" !important;   
    font-family: remixicon !important;
    font-size: 9px !important;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%); 
    color: #6b7280;
}













.calendar-wrapper {
     padding: 10px;
  font-family: sans-serif;
}

/* ---------- HEADER ---------- */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.month-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px; 
    color: #7d8492;
}

.nav-btn {
  background: #f1f1f1;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

/* ---------- WEEK ROW ---------- */
.weekdays {
      margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(7, 1fr); 
    font-size: 14px;
    color: #bab7b7;
        text-align: center;
}

/* ---------- GRID ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
      margin-top: 12px;
    gap: 16px 10px;
}

.day {
  text-align: center;
  font-size: 16px;
  position: relative;
}

.dim {
  color: #d0d0d0;
}

/* ---------- DEFAULT SLOT ---------- */
.slot {
  width: 28px;
  height: 28px;
  background: #3f9b0b;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 6px auto 0;
  border: none;
}

/* Calendar day badge: booked slots count in green circle (white number, centered) */
.day-slot {
  width: 28px;
  height: 28px;
  background: #3f9b0b;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 6px auto 0;
  border: none;
  font-weight: 600;
}

/* ---------- TODAY HIGHLIGHT (BORDER + LIGHT BG) ---------- */
.highlight .inner {
  border: 2px solid #00b562;
    background: #e9f9ef;
    padding: 0px 4px 2px;
  border-radius: 10px;
  display: inline-block;
}

.highlight span {
  border: none !important;
}

.highlight .slot,
.highlight .day-slot {
  border: none;
}

/* ---------- LEGEND ---------- */
.legend {
  margin-top: 25px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.legend-dot {
  width: 12px;
  height: 12px;
  background: #00c853;
  border-radius: 50%;
  margin-right: 10px;
}


@media (max-width: 767.98px) {
.page-title-box h4 { 
    margin-left: 50px; 
}

}



.dashboard-card {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.card-title {
  font-weight: 600;
}

.fs-13 {
  font-size: 13px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #3f9b0b;
  border-radius: 50%;
}


/* Login page CSS */
 

.auth-page-wrapper {
  margin: 0;
  height: 100vh;
  background: url("../../assets/img/login-bg.webp") center/cover no-repeat;
}

 
.login-card {
  background: #fff;
    width: 500px;
    padding: 32px 60px 60px; 
      margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.15);
  text-align: center;
}

/* LOGO */
 .login-card .logo { 
  margin-bottom: 20px;
}
 .login-card .logo considered {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
 .login-card .logo span {
  color: #3f9b0b;
}
 .login-card .logo img {
width: 220px;
    height: auto;
}
/* HEADING */
 .login-card h2 {
  margin: 0;
      font-size: 30px;
    color: #101828;
    font-weight: 600;
}
 .login-card p {
  margin: 8px 0 40px;
  color: #4A5565;
  font-size: 14px;
font-style: normal;
font-weight: 400;
}

/* TABS */
 .login-card .tabs {
  display: flex;
  background: #f1f5f9;
  border-radius: 15px;
  padding: 4px;
  margin-bottom: 24px;
}

 .login-card .tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 600;
  color: #64748b;
  transition: 0.3s;
}

 .login-card .tab.active {
  background: #3f9b0b;
  color: #fff;
}

/* INPUT */
 .login-card .form-group {
  text-align: left;
  margin-bottom: 16px;
}

 .login-card .form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
}

 .login-card .form-group input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  outline: none;
}

 .login-card .form-group input:focus {
  border-color: #3f9b0b;
}

/* REMEMBER */
.remember {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 24px;
  font-size: 14px;
}

/* BUTTON */
.login-btn {
width: 50%;
    padding: 10px;
  border-radius: 30px;
  border: none;
  background: #3f9b0b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.login-btn:hover {
  background: #1ba9e6;
}

/* FOOTER */
.footer-text {
  margin-top: 16px;
  font-size: 13px;
  color: #4A5565;
}

.backtext p{ 
  display: flex;
color: #4A5565 ;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
}
.backtext  i{  
font-size: 28px;
font-style: normal;
font-weight: 400;
color: #4A5565 ;
    padding-right: 8px;
}
.smalltxt{
  color:  #3F9B0B;  
font-size: 11px;
font-style: normal;
font-weight: 590;
line-height: 13px;  
}
.smalltxt-orange {
 color: #E17100; 
font-size: 11px;
font-style: normal;
font-weight: 590;
line-height: 13px; 
  
}
.smalltxt-red {
 color: #C10007; 
font-size: 11px;
font-style: normal;
font-weight: 590;
line-height: 13px; 
  
}

.redstar{
  color: #f00;
}

.details-wrapper { 
  margin: 30px auto;
}

.details-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  margin-bottom: 24px;
  overflow: hidden;
      padding: 20px;
}

.details-card .card-header {
  padding: 20px 10px;
  border-bottom: 1px solid #eef2f6;
  display: flex;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.details-card .card-header h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}

.payment-link {
  color: #22c55e;
  font-weight: 500;
  text-decoration: none;
}
.payment-link:hover {
  color: #16a34a;
}
.payment-link i {
  color: inherit;
}

.details-table {
  width: 100%;
  border-collapse: collapse;
}

.details-table td {
  padding: 14px 24px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

.label {
 width: 20%;
    font-size: 15px;
    color: #4A5565;
    font-weight: 590;
}

.value {
      width: 30%;
    color: #4A5565;
    font-size: 14px;
}

.bold {
  font-weight: 700;
  font-size: 16px;
  color: #111827;
}

.badge {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.badge.warning {
  background: #fff3cd;
  color: #ff8a00;
}

/* ======================
   MOBILE RESPONSIVE
====================== */
@media (max-width: 768px) {
  .details-table,
  .details-table tbody,
  .details-table tr,
  .details-table td {
    display: block;
    width: 100%;
  }

  .details-table tr {
    padding: 12px 0;
  }

  .details-table td {
    border: none;
    padding: 6px 24px;
  }

  .label {
    font-size: 13px;
    color: #64748b;
  }

  .value {
    font-size: 14px;
    font-weight: 500;
  }

  .final-row td {
    padding-top: 10px;
  }
}

.customer-card { 
  margin: 0px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  padding: 24px;
}

.customer-card  .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

 .headingstyle {
  margin: 0; 
color:   #101828;  
font-size: 17px;
font-style: normal;
font-weight: 590;
}

.customer-card  .card-header p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 14px;
}

.create-btn {
  background: #3f9b0b;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.create-btn:hover {
  background: #358a09;
}

hr {
  border: none;
  border-top: 1px solid #c6c6c6;
  margin: 20px 0;
}

.required-note {
  font-size: 13px;
  color: #64748b;
}

.required-note span {
  color: #ef4444;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-top: 20px;
}

.form-group label {
  display: block;
  font-weight: 500;
  color: #334155;
  margin-bottom: 6px;
}

.form-group label small {
  font-weight: 400;
  color: #64748b;
}

.req {
  color: #ef4444;
}

 .customer-card .form-group input {
  width: 100%;
  padding: 12px 40px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
}

.customer-card  .form-group input:focus {
  outline: none;
  border-color: #3f9b0b;
}

.search-input {
  position: relative;
}

.search-input .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #94a3b8;
}

.search-input input {
  padding-left: 42px;
}

.form-group.full {
  grid-column: 1 / -1;
}

/* =====================
   MOBILE RESPONSIVE
===================== */
@media (max-width: 768px) {
  .customer-card  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .create-btn {
    width: 100%;
    justify-content: center;
  }
}

.booking-type-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    margin-bottom: 24px;
}

.booking-type-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.sub-text {
    font-size: 13px;
    color: #6b7280;
}

.booking-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.booking-option {
   display: block;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
        padding: 30px 18px;
    cursor: pointer;
    transition: .2s;
    background: #fff;
}

.booking-option input {
    display: none;
}

.booking-option .option-content {
   display: flex;
    align-items: center;   
    gap: 14px;
}

.radio-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    margin-top: 3px;
    position: relative;
     display: flex;      
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
}

/* ACTIVE STATE */
.booking-option.active {
        border-radius: 12px;
border: 1px solid #3F9B0B ;
background: #E8F2E1 ; 
box-shadow: 0 1px 2px 0 rgba(63, 155, 11, 0.30), 0 2px 6px 2px rgba(63, 155, 11, 0.15);
}

.booking-option.active h5 {
    color: #3f9b0b;
}

.booking-option.active .radio-dot {
    border-color: #3f9b0b;
    /* background: #3f9b0b; */
}

.booking-option.active .radio-dot::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #3f9b0b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* CONTENT SECTIONS */
.booking-section {
    display: none;
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,.05);
}

.booking-section.active {
    display: block;
}

.booking-section h5 {
    font-size: 16px;
    font-weight: 600;
}

.demo-box {
    margin-top: 16px;
    background: #f9fafb;
    padding: 24px;
    border-radius: 12px;
    color: #6b7280;
}
.court-booking-icon{
   width: 45px;
    line-height: 36px;
    border: 2px solid #c6c6c6;
    padding: 11px;
    border-radius: 14px;
    margin-right: 10px; 
}

.booking-section {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.booking-section h5 {
   color:   #101828;  
font-size: 17px;
font-style: normal;
font-weight: 590;
}

.required-note {
    font-size: 12px;
    margin: 12px 0;
}

.required-note span {
    color: red;
}

.form-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
}

.form-group span {
    color: red;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
border: 1px solid   #F3F4F6 ;
background:  #FFF ; 
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.time-slot-section {
    margin-top: 40px;
}
.time-slot-section h6{
    color:  #4A5565; 
font-size: 15px;
font-style: normal;
font-weight: 590;
line-height: 22px; 
}

.slots-container {
    display: block;
}

.slot-group {
    margin-bottom: 24px;
}

.slot-group:last-child {
    margin-bottom: 0;
}

.slot-group .slot-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #111827;
}

 .slot-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.slot-card {
    position: relative;
    padding: 30px 10px 15px;  
    
    text-align: center;
    cursor: pointer;
    transition: .2s;
    border-radius: 12px;
border: 1px solid #F3F4F6;
background:  #FFF; 
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.slot-icon {
        width: 18px;
    height: 18px;
    margin-bottom: 15px;
    opacity: .8;
}

.slot-card span {
    display: block;
    font-size: 12px;
    color: #111827;
}

/* OPEN BADGE */
.slot-card.open::after {
    content: "Open";
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #e8f5e1;
    color: #3f9b0b;
}

/* PEAK BADGE */
.slot-card.peak::after {
    content: "Peak";
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #fff3cd;
    color: #f59e0b;
}

/* INACTIVE - disabled, not selectable */
.slot-card.inactive {
    cursor: not-allowed;
    opacity: 0.6;
    background: #F3F4F6;
    pointer-events: none;
}
.slot-card.inactive::after {
    content: "Inactive";
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #E5E7EB;
    color: #6B7280;
}

/* BOOKED - disabled, not selectable */
.slot-card.booked {
    cursor: not-allowed;
    opacity: 0.7;
    background: #F3F4F6;
    pointer-events: none;
}
.slot-card.booked::after {
    content: "Booked";
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #E8F0FE;
    color: #3F51B5;
}

/* ACTIVE */
.slot-card.active {
    border-color: #3f9b0b;
    background: #edf7e6;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .slot-row {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .slot-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.price-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.price-grid .full {
    grid-column: 1 / -1;
}

.booking-section {
    display: none;
}

.booking-section.active {
    display: block;
}
.slot-card.active {
    border: 2px solid #3f9b0b;
    background-color: #eaf7e6;
}

.bulk-type-wrapper {
    margin-top: 10px;
}

.bulk-type-card {
    display: block;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
    height: 100%;
}

.bulk-type-card input {
    display: none;
}

.bulk-type-content {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.radio-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    margin-top: 3px;
    position: relative;
}

.bulk-type-text h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.bulk-type-text p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* ACTIVE STATE */
.bulk-type-card.active { 
    border-radius: 12px;
border: 1px solid #3F9B0B ;
background: #E8F2E1 ; 
box-shadow: 0 1px 2px 0 rgba(63, 155, 11, 0.30), 0 2px 6px 2px rgba(63, 155, 11, 0.15);
}

.bulk-type-card.active .radio-circle {
    border-color: #3f9b0b;
}

.bulk-type-card.active .radio-circle::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #3f9b0b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.court-select-wrapper {
    margin-top: 10px;
}

.court-card {
    display: block;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
        padding: 10px 14px 5px;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
    height: 100%;
}

.court-card input {
    display: none;
}

.court-card-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.check-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #cbd5e1;
    position: relative;
}

.court-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

/* ACTIVE */
.court-card.active {
    border-color: #3f9b0b;
    background: #fff;
}

.court-card.active .check-icon {
   border-color: #3f9b0b;
    background: #3f9b0b;
}

.court-card.active .check-icon::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.right-actions {
    display: flex;
    gap: 25px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .right-actions {
        flex-direction: column;
    }
}



  

.nav-arrows {
    color: #6b7280;
    font-weight: 600;
}
 

.green { background:#4ca30d; color:#4ca30d; }
.blue { background:#22a9e0; }
.purple { background:#4f39f6; }

.city-layout {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 16px;
    align-items: center;
}

.city-stats p {
    font-size: 13px;
    margin-bottom: 14px;
}

@media(max-width: 992px){
    .chart-grid {
        grid-template-columns: 1fr;
    }
    .city-layout {
        grid-template-columns: 1fr;
    }
}

.promotion-title h4{
color:  #101828; 
font-size: 17px;
font-style: normal;
font-weight: 590;
line-height: 22px; 
    margin-bottom: 4px;
}
.promotion-title p{
color: #4A5565;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
}
.promotion-box h5{
color: #4A5565; 
font-size: 14px;
font-style: normal;
font-weight: 590;
line-height: 22px; 
}
.promotion-box p{
  color:  #4A5565; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-bottom: 6px;
}
.promotion-box .text-muted{
  color:  #9CA3AF;
font-size: 11px;
font-style: normal; 
line-height: 13px
}

.chart-card,
.promo-card { 
   padding: 5px 22px 22px;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3 {
   color: #101828;
font-size: 17px;
font-style: normal;
font-weight: 590;
line-height: 22px;
}

.filter-btns .btn {
    border: 1px solid #d1d5db;
    padding: 6px 14px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    margin-left: 8px;
}

.filter-btns .active {
    border-color: #4ca30d;
    color: #4ca30d;
    background: #eef7e8;
}

.legend {
    display: flex;
    gap: 18px;
    margin: 16px 0;
    font-size: 13px;
    color: #6b7280;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.green { background:#4ca30d; color:#4ca30d; }
.blue { background:#22a9e0; }
.purple { background:#4f39f6; }
.red { background:#f2556a; }

.sub-text {
    color: #6b7280;
    margin-bottom: 18px;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.promo-box {
    border-radius: 16px;
border: 1px soli #F3F4F6;
background: #F3F4F6;
    padding: 18px;
}

.promo-box p {
   color:  #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
    margin-bottom: 2px;
}

.promo-box h2 {
   color: #101828;
font-size: 20px;
font-style: normal;
font-weight: 590;
line-height: 25px;
    margin-bottom: 2px;
}

 

.roi-text {
    color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
margin-top: 10px;
}

@media(max-width: 768px) {
    .promo-grid {
        grid-template-columns: 1fr;
    }
}


.coupon-card {
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  border:none;
}

.custom-input {
  padding:14px;
  border-radius:12px;
  margin-bottom: 0px !important;
}
.custom-input .form-control{ 
  margin-bottom: 0px !important;
}


.radio-item {
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}

.radio-item input {
  display:none;
}

.radio {
  width:18px;
  height:18px;
  border:2px solid #9ca3af;
  border-radius:50%;
  position:relative;
}

.radio-item input:checked + .radio {
  border-color:#4ca30d;
}

.radio-item input:checked + .radio::after {
  content:"";
  width:8px;
  height:8px;
  background:#4ca30d;
  border-radius:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.checkbox-box { 
  display: flex; 
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #111827;
}
.checkbox-box input {
  display: none;
}
.checkbox-box span {
    width: 18px;
    height: 18px;
    border: 2px solid #3f9b0b;
    border-radius: 4px;
    position: relative;
}

.checkbox-box input:checked + span {
    background: #3f9b0b;
}

/* tick mark */
.checkbox-box input:checked + span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.discount-tab {
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px;
  border:1.5px solid #e5e7eb;
  border-radius:14px;
  cursor:pointer;
  height:100%;
}

.discount-tab input {
  display:none;
}

.discount-tab.active {
  background:#eef9e8;
  border-color:#4ca30d;
}

.discount-tab.active .radio {
  border-color:#4ca30d;
}

.discount-tab.active .radio::after {
  content:"";
  width:8px;
  height:8px;
  background:#4ca30d;
  border-radius:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.discount-pop-tab .tab-content {
  display:none;
}

.discount-pop-tab .tab-content.active {
  display:block;
}

 
.radio-item {
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}
.select-line {
  height: 32px;
  border-bottom: 1.5px solid #cbd5e1;
  display: flex;
  align-items: center;
  padding-right: 24px;
  font-size: 14px;
  color: #667085;
  cursor: pointer;
}

.select-line span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-line i {
  position: absolute;
  right: 6px;
  font-size: 18px;
  color: #667085;
}

/* REAL select – invisible but clickable */
.hidden-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  opacity: 0 !important;
  cursor: pointer;
}
    .modal-lg, .modal-xl {
        --vz-modal-width: 715px;
        /* height: 600px;
        overflow-y: scroll; */
    }
    .modal-content {
    border-radius: 16px !important;
    }
    .modal-header {
    padding-bottom: 0;
    margin: 0px 15px;
    border-bottom: 1px solid #f2f2f2;
    background-color: transparent;
}





/* create venue CSS Feb5-2026 */
 
 
 
.tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #ccc;
}
 
.tab {
  background: none;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
}
 
.tab.active {
     color: #3aa900;
    border-bottom: 4px solid #3aa900;
}
 
.note {
  margin: 20px 0;
  color: #666;
}
 
.tab-content {
  display: none;
}
 
.tab-content.active {
  display: block;
}
 
.court-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
 
label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
 
input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
 
.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
 
/* Time Slot Row */
.slot {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 15px;
}
 
.remove {
  color: red;
  cursor: pointer;
  font-size: 14px;
}
 
.add-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid green;
  background: #fff;
  color: green;
  cursor: pointer;
}
 
 
.slot-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 20px;
  margin-bottom: 15px;
  align-items: end;
}
 
.slot-row label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
 
.slot-row input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
 
.remove-btn {
  color: red;
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 10px;
}
.court-title{
  color: #4A5565;  
font-size: 17px;
font-style: normal;
font-weight: 590;
line-height: 22px;  
margin-bottom: 15px;
}
.court-type-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
 
.radio-group {
  display: flex;
  gap: 25px;
  margin-top: 8px;
}
 
.radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}
 
.radio-item input[type="radio"] {
  accent-color: #198754; /* green radio */
  cursor: pointer;
}
.court-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #2f3b52;
}
 
.court-radio-group {
  display: flex;
  gap: 30px;
}
 
.court-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #2f3b52;
  cursor: pointer;
}
 
.court-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.time-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
 
.time-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
 
.time-label {
  font-size: 14px;
  color: #2f3b52;
}
 
.time-input {
  width: 140px;
  padding: 8px 10px;
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  font-size: 14px;
}



/* Slot booking popup css */
#loadercard { display: none; }
#loadercard.d-flex { display: flex !important; }
#slotsModal .modal-dialog { }
#slotsModal .modal-content {}
#slotsModal .modal-body {overflow-y: auto; }
.slot-timing-list { display: flex; flex-wrap: wrap; gap: 8px; }
.court-slot-btn { margin: 2px; padding: 6px 14px; border-radius: 50px; font-size: 12px; border: 1px solid #d1e7f9; background: #d1e7f9; color: #0a58ca; cursor: pointer; }
.court-slot-btn:hover { background: #b8dbf5; border-color: #b8dbf5; }
.slot-badge { cursor: default; margin: 0; display: inline-block; padding: 6px 12px; border-radius: 50px; font-size: 12px; border: none; }
.slot-badge.cursor-pointer { cursor: pointer; }
.slot-badge.Active { background: #E9F7E9; color: #4CAF50; }
.slot-badge.Inactive { background: #EBECEF; color: #5C6374; }
.slot-badge.Booked { background: #E8F0FE; color: #3F51B5; }
.slot-legend-item { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #424242; }
.slot-legend-dot { width: 10px; height: 10px; border-radius: 3px; }
.slot-legend-dot.available { background: #4CAF50; border: none; }
.slot-legend-dot.booked { background: #3F51B5; border: none; }
.slot-legend-dot.inactive { background: #5C6374; border: none; }
.filter-dropdown.active { background: var(--vz-success, #198754); color: #fff; border-color: var(--vz-success, #198754); }