.innter-content {
    min-height: 759px;
}

.inner-bg {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.dashboard-box .dashbox {
    width: 80%;
    background-color: #fdf9ff;
    height: 130px;
    border: 1px solid #6c00aa;
    display: block;
    margin: 0 auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px;
}

.das-section p {
    /* margin-top: 20px; */
    text-align: left;

}

.das-section h3 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 37px;
}

.toggle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9e7ff;
    border-radius: 25px;
    padding: 5px 8px;
    width: 70px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 7px;
    left: 86px;
}

.circle {
    background-color: #6c00aa;
    color: white;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    left: 40px;
}
.circle1 {
    position: relative !important;
    left: 103px !important;
}

.circle1.blue {
  background-color: #0b7fdd;
}

.circle1.green {
  background-color: green;
}

.percentage {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: end;
}

.das-section-right a p {
    margin-bottom: 0px !important;
    margin-top: 21px;
    margin-left: 77px;
    color: #6c00aa;
    transition: all 0.6s ease;
}

.das-section-right a p:hover {
    padding-left: 20px;
}

.toggle-1 {
    background-color: #f9e7ff;
}

.toggle-1 .circle {
    background-color: #6c00aa;
}

.toggle-2 {
    background-color: #e6f7ff !important;
}

.toggle-2 .circle {
    background-color: #007bff;
}

.toggle-3 {
    background-color: #e6ffee;
}

.toggle-3 .circle {
    background-color: #00aa6c;
}

.dashboard-box .row>div:nth-child(1) .dashbox {
    background-color: #fdf9ff;
    /* Light Purple */
    border: 1px solid #6c00aa;
}

.dashboard-box .row>div:nth-child(2) .dashbox {
    background-color: #e6f7ff;
    /* Light Blue */
    border: 1px solid #007bff;
}

.dashboard-box .row>div:nth-child(3) .dashbox {
    background-color: #e6ffee;
    /* Light Green */
    border: 1px solid #00aa6c;
}

.dashboard-box .row>div:nth-child(1) .das-section-right a p {
    margin-bottom: 0 !important;
    margin-top: 21px;
    margin-left: 77px;
    color: #6c00aa;
    /* Purple */
}

.dashboard-box .row>div:nth-child(2) .das-section-right a p {
    margin-bottom: 0 !important;
    margin-top: 21px;
    margin-left: 77px;
    color: #007bff;
    /* Blue */
}

.dashboard-box .row>div:nth-child(3) .das-section-right a p {
    margin-bottom: 0 !important;
    margin-top: 21px;
    margin-left: 77px;
    color: #00aa6c;
    /* Green */
}


.chart-section {
    margin-top: 110px;
}

.apexcharts-toolbar {
    z-index: 1;
}

.dashboard-box {
    margin-top: 30px;
}

.table-heading {
    background-color: #C7E6FE !important;
}

.inner-heading {
    font-size: 21px;
    color: #6c00aa;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.month-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center !important;
    margin: 0 auto;
}

.nav-buttons {
    display: flex;
    gap: 0.5rem;
}

.nav-btn {
    background: #7c00b1;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1rem;
}

.nav-btn:hover {
    background: #5f0088;
}

.calendar-box {
    background: white;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    padding: 0.5rem 0;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e5e7eb;
}

.calendar-grid>div {
    background: white;
    min-height: 100px;
}

.min-h-24 {
    min-height: 6rem;
}

.p-2 {
    padding: 0.5rem;
}

.bg-gray-50 {
    background-color: #f9fafb !important;
}

.border {
    border: 1px solid;
}

.border-gray-200 {
    border-color: #e5e7eb !important;
}

.hover\:bg-gray-50:hover {
    background-color: #f9fafb !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-blue-100 {
    background-color: #60a5fa !important;
    /* Brighter blue for visibility */
}

.border-blue-400 {
    border-color: #1d4ed8 !important;
    /* Darker blue border */
}

.bg-green-100 {
    background-color: #4ade80 !important;
    /* Brighter green for visibility */
}

.border-green-400 {
    border-color: #16a34a !important;
    /* Darker green border */
}

.font-medium {
    font-weight: 500;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.space-y-1>*+* {
    margin-top: 0.25rem;
}

.text-xs {
    font-size: 0.75rem;
}

.rounded {
    border-radius: 0.25rem;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.border-blue-500 {
    border-color: #3b82f6 !important;
}

.bg-blue-500 {
    background-color: #3b82f6 !important;
}

.border-red-500 {
    border-color: #ef4444 !important;
}

.bg-red-500 {
    background-color: #ef4444 !important;
}

.border-green-500 {
    border-color: #22c55e !important;
}

.bg-green-500 {
    background-color: #22c55e !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top-1 {
    top: 4px;
}

.right-1 {
    right: 4px;
}

.w-2 {
    width: 8px;
}

.h-2 {
    height: 8px;
}

.rounded-full {
    border-radius: 9999px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.modal-content {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 500px;
}

.hidden {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.btn-primary {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover {
    background: #2563eb;
}

.btn-secondary {
    background: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover {
    background: #d1d5db;
}

#addEventBtn {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: #7c00b1;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

#addEventBtn:hover {
    background: #5f0088;
}

.star {
    color: red;
}

.quantity {
    display: flex;
    border: 1px solid #6C00AA;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 120px;
}

.quantity button {
    background-color: #cf9cec;
    color: #4a0174;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #4a0174;
    color: #ffffff;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.price-point {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}

.price-row {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.price-row:last-child {
    border-bottom: none;
}

.category {
    flex: 1;
    font-weight: 500;
    color: #374151;
}

.price {
    flex: 1;
    text-align: center;
    color: #374151;
}

.person-type span{
    font-size: 20px;
    font-weight: 700;
}

.bar{
    height: 500px;
    width: 1px;
    background-color: #eee;
}
.total-price {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.total-price .row {
  align-items: center;
}

.total-price .fw-semibold {
  font-weight: 600;
}

.total-price .fw-bold {
  font-weight: 700;
}

.total-price .text-success {
  color: #198754;
}

.payment-mode .nav-link{
    height: 50px;
    width: 100%;
}
.pay-btn {
    background-color: #7901be;
    color: #fff;
}
.pay-btn:hover{
    background-color: #4a0174;
    color: #fff;

}


    .success-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 2rem;
      text-align: center;
    }
    .check-icon {
      font-size: 4rem;
      color: #28a745;
      margin-bottom: 1rem;
    }
   .ticket-image {
    max-width: 100%;
    height: 250px;
    border-radius: 8px;
}
    .btn-home {
      margin-top: 1.5rem;
      background-color: #28a745;
      border-color: #28a745;
    }
    .btn-home:hover {
      background-color: #218838;
      border-color: #1e7e34;
    }

    .payments-success{
        font-size: 30px;
        color: #00aa6c;
        font-weight: 600;
    }
    .lead{
         font-size: 20px;
        color: #00aa6c;
    }
    .payment-mode .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #8005d1 !important;
}

.choose{
    display: flex;
    justify-content: center;
}

.img-book{
    height: 300px;
    width: 300px;
}

/* Card Styles */
.choosecard {
  position: relative;
  width: 100%;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.choosecard:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Image */
.img-book {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Card Content */
.choosecard__content {
  padding: 1.5rem;
  background-color: #f9f9f9;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Card Title */
.choosecard__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
  text-align: center;
}

/* Card Description */
.choosecard__description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.25rem;
  text-align: justify;
}

/* Button */
.choosecard__book-btn {
  align-self: center;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #8a07d6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.choosecard__book-btn:hover {
  background-color: #6C00AA;
}

.choosecard__content a{
    text-align: center;
}

.text-small{
    font-size: 13px !important;
}

/* Container */
.price-point {
  padding: 1rem 1.2rem;
  border: 1px solid #e3e6eb;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Item label */
.person-type {
  font-weight: 600;
  font-size: 1rem;
}

.person-type small {
  font-weight: 400;
  color: #6c757d;
}

/* Availability badge */
.badge.bg-warning-soft {
  background: #fff5cc;
  color: #856404;
  font-size: 0.85rem;
  padding: 0.35rem 0.6rem;
  border-radius: 0.5rem;
}

/* Price text */
.price {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.price .plus-sign {
  font-weight: 500;
  padding: 0 0.15rem;
}

.text-small {
  font-size: 0.8rem;
  color: #6c757d;
}

/* Quantity selector */
.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  overflow: hidden;
}

.quantity .minus,
.quantity .plus {
  flex: 0 0 2.2rem;
  height: 2.2rem;
  border: none;
  background: #f1f3f5;
  font-size: 1.2rem;
  cursor: pointer;
}

.quantity .input-box {
  width: 3rem;
  height: 2.2rem;
  text-align: center;
  border: none;
  font-weight: 600;
}

/* Total */
#pindiTotal {
  color: #198754; /* bootstrap green */
}
