            /* Make sure the parent container has position: relative! */
.relative-container {
    position: relative; 
    min-height: 200px; 
}

/* The Local Loader Overlay */
.local-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85); /* Semi-transparent white */
    display: none; /* Hidden by default */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 50; /* Stays above the canvas/tables, but below page headers */
    border-radius: 8px; /* Optional: rounds the corners of the overlay */
}

/* Custom Spinner Animation */
.local-spinner {
    border: 4px solid #f3f3f3; 
    border-top: 4px solid var(--bg-highlight); 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: local-spin 1s linear infinite;
}

@keyframes local-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
      .time-modal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999999 !important;
      }
      .time-card {
        width: 320px;
        background: #fff;
        border-radius: 20px;
        padding: 20px;
      }

      .picker-container {
        position: relative;
        display: flex;
        justify-content: center;
        gap: 10px;
        height: 220px;
      }
      .wheel:hover {
        cursor: grab;
      }

      .wheel {
        width: 80px;
        height: 220px;
        overflow-y: auto;

        scroll-snap-type: y proximity;
        scroll-behavior: smooth;

        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
        -ms-overflow-style: none;

        mask-image: linear-gradient(
          to bottom,
          transparent,
          black 20%,
          black 80%,
          transparent
        );
      }

      .wheel::-webkit-scrollbar {
        display: none;
      }

      .wheel-item {
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        scroll-snap-align: center;
        font-size: 22px;
        font-weight: 600;
      }

      .selection-box {
        position: absolute;
        top: 88px;
        left: 0;
        right: 0;
        margin: auto;
        width: 260px;
        height: 44px;
        border-radius: 12px;
        border: 2px solid var(--bg-highlight);
        background: oklch(from var(--bg-highlight) l c h / 0.1);
        pointer-events: none;
      }

      .time-footer {
        display: flex;
        gap: 10px;
        margin-top: 20px;
      }

      .time-footer button {
        flex: 1;
        height: 42px;
        border: none;
        border-radius: 10px;
      }

      .time-footer #saveTime {
        background: var(--bg-highlight);
        color: var(--bg-highlight-color, #fff);
      }
    
      .empty {
        visibility: hidden;
      }


.event-green-span {
    padding: 2px 3px;
        font-size: clamp(11px, 2vh,20px) !important;

    color: #2aba66;
    background-color: #fcfea2;
    margin: 0;
    font-weight: 600;
}
.event-neutral-span {
    padding: 2px 3px;
        font-size: clamp(11px, 2vh,20px) !important;

    margin: 0;
    font-weight: 600;
}
.event-container {
    display: flex;
    gap: 0px;
}

.event-violet-span {
    padding: 2px 3px;
        font-size: clamp(11px, 2vh,20px) !important;

    color: #4c5fce;
    background-color: #fcfea2;
    margin: 0;
    font-weight: 600;
}

.event-black-span {
    padding: 2px 3px;
        font-size: clamp(11px, 2vh,20px) !important;

    color: #000000;
}

.event-red-span {
    padding: 2px 3px;
        font-size: clamp(11px, 2vh,20px) !important;

    color: #fc0803;
    background-color: #ffcdd4;

    font-weight: 600;
}


/* menu modals numerolog reports */
      .menu-complete-report {
  display: flex !important;
  flex-direction: column !important;
  max-height: 90vh !important;
  height: 90vh !important;
  width: 860px !important;
  max-width: 95vw !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
}

.menu-complete-report .complete-report-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.menu-complete-report .complete-report-col-left,
.menu-complete-report .complete-report-col-right {
  flex: 1 1 calc(50% - 10px) !important;
  min-width: 0 !important;
}

.menu-complete-report .section-checkboxes-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 4px !important;
}

.menu-complete-report .section-checkbox-item {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.menu-complete-report .complete-report-header {
  flex-shrink: 0 !important;
  background: #ffffff !important;
  z-index: 10 !important;
}

.menu-complete-report #completeReportForm {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.menu-complete-report .complete-report-body {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  scrollbar-color: var(--bg-highlight, #6f39cf) rgba(0, 0, 0, 0.05) !important;
}

/* Modal Body & Inner Lists Scrollbar */
.menu-complete-report .complete-report-body::-webkit-scrollbar,
.menu-complete-report .overflow-auto::-webkit-scrollbar,
.menu-complete-report .overflow-scroll::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

.menu-complete-report .complete-report-body::-webkit-scrollbar-track,
.menu-complete-report .overflow-auto::-webkit-scrollbar-track,
.menu-complete-report .overflow-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px !important;
}

.menu-complete-report .complete-report-body::-webkit-scrollbar-thumb,
.menu-complete-report .overflow-auto::-webkit-scrollbar-thumb,
.menu-complete-report .overflow-scroll::-webkit-scrollbar-thumb {
  background: var(--bg-highlight, #6f39cf) !important;
  border-radius: 4px !important;
}

.menu-complete-report .overflow-auto,
.menu-complete-report .overflow-scroll {
  scrollbar-width: thin !important;
  scrollbar-color: var(--bg-highlight, #6f39cf) rgba(0, 0, 0, 0.04) !important;
}

.menu-complete-report .complete-report-footer {
  flex-shrink: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08) !important;
  z-index: 10 !important;
}

@media (max-width: 640px) {
  .menu-complete-report {
    max-height: 96vh !important;
    height: 96vh !important;
    max-width: 98vw !important;
  }

  .menu-complete-report .complete-report-col-left,
  .menu-complete-report .complete-report-col-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}



/* 
   DASHA SHORTCUTS (M A P) BUTTONS
 */
.dasha-shortcuts {
  display: flex !important;
  align-items: center !important;
  gap: clamp(2px, 0.35vw, 6px) !important;
  flex-wrap: wrap !important;
}

.dasha-shortcut-btn {
  min-width: clamp(10px, 1.6vw, 32px) !important;
  height: clamp(10px, 1.6vw, 32px) !important;
  padding: 0 clamp(4px, 0.5vw, 10px) !important;
  font-size: clamp(10px, 0.85vw, 15px) !important;
  font-weight: 800 !important;
  line-height: normal !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: clamp(4px, 0.4vw, 8px) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
}

.dasha-shortcut-btn.active {
  background-color: var(--bg-highlight, #6f39cf) !important;
  color: #ffffff !important;
  border: 1px solid var(--bg-highlight, #6f39cf) !important;
}

.dasha-shortcut-btn:not(.active) {
  background-color: transparent !important;
  color: var(--color-theme, #444444) !important;
  border: 1px solid rgba(111, 57, 207, 0.4) !important;
}

.dasha-shortcut-btn:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}




#vedic-only .new-event-btn {
  font-size: 16px;
  padding: 8px;
  text-decoration: none;
  color: #fff;
}

#vedic-only .new-event-btn:hover {
  background-color: #0d6efd; /* same bootstrap primary color */
  color: #fff;
  text-decoration: none;
}

#vedic-only .py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

#vedic-only .py7 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

#vedic-only .btn {
  padding: 10px 20px;
  /*border: none;*/
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

#vedic-only .btn-primary {
  background-color: #ffd700;
  color: #0e1428;
}

#vedic-only .btn-primary:hover {
  background-color: #ffa500;
  color: #0e1428;
  transition: background-color 0.3s ease;
}

#vedic-only #hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vedic-only #dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 320px;
  max-width: 90%;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  text-align: center;
  z-index: 999999999;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  animation: popupIn 0.4s ease forwards;
}

/* Animation */
@keyframes popupIn {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* Heading */
#vedic-only #dialog h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #b30000;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

/* Paragraph */
#vedic-only #dialog p {
  font-size: 15px;
  color: #333;
  margin: 15px 0;
}

/* Button */
#vedic-only #dialog button {
  background: maroon;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#vedic-only #dialog button:hover {
  background: #900;
}

/* Responsive for small screens */
@media screen and (max-width: 767px) {
  #vedic-only #dialog {
    width: 80%;
    padding: 18px 12px;
    border-radius: 12px;
  }

  #vedic-only #dialog h4 {
    font-size: 18px;
  }

  #vedic-only #dialog p {
    font-size: 14px;
  }

  #vedic-only #dialog button {
    font-size: 13px;
    padding: 7px 14px;
  }
}

#vedic-only #about,
#vedic-only #featuredAstrologers {
  background-image: url("../images/zodiac_back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#vedic-only #aboutcover,
#vedic-only #featurecover {
  background-color: rgba(5, 8, 16, 0.8);
}

#vedic-only #services {
  background-color: #1c233f;
}

#vedic-only #contact {
  background-color: #1c233f;
}

#vedic-only #mainnav {
  background-color: #ffc04d !important;
}

#vedic-only #mainnav .navbar-nav .nav-link {
  color: #ffffff;
  /* Text color for links */
  transition: color 0.3s ease;
}

#vedic-only #mainnav .navbar-nav .nav-link:hover {
  color: #000;
  /* Text color on hover */
}

#vedic-only .navbar-brand {
  color: #000;
}

#vedic-only .navbar-brand:hover {
  color: #000;
}

#vedic-only #contact h5,
#vedic-only a {
  color: white;
  text-decoration: none;
}

#vedic-only #contacticons a {
  font-size: 2rem;
  margin-right: 1rem;
}

#vedic-only #contactcard {
  background-color: #1c233f;
  border: none;
}

#vedic-only #contactcard label {
  color: white;
}

#vedic-only #featuredAstrologers a {
  font-size: 2rem;
}

#vedic-only #aboutlogo a {
  font-size: 2rem;
  margin-right: 1rem;
}

/* Style for the back to top button */
#vedic-only .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #0e1428;
  color: #ffd700;
  border: 1px solid #ffd700;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

#vedic-only .back-to-top i {
  font-size: 24px;
}

#vedic-only .swiper-slide {
  text-align: center;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

#vedic-only .swiper-button-next,
#vedic-only .swiper-button-prev {
  color: #ffa500;
}

#vedic-only .overlay {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url("../images/loader.gif") center no-repeat;
}

@media screen and (max-width: 767px) {
  #vedic-only #dialog {
    position: fixed;
    top: 25%;
    width: 60%;
    background: #fff;
    margin-left: 40%;
    border: 2px solid #ccc;
    padding: 10px;
    z-index: 9999999999999;
    display: none;
  }

  #vedic-only #dialog {
    margin-left: 0%;
    top: 50%;
  }

  #vedic-only #yellow,
  #vedic-only #yellow4,
  #vedic-only #yellow5 {
    margin-left: -170px;
    position: relative;
  }
}

@media (max-width: 768px) {
  #vedic-only #card {
    float: left;
    margin-left: -110px;
  }
}

#vedic-only .cardimg {
  height: 160px;
  border-radius: 8px;
}

#vedic-only #card:hover {
  margin-top: -15px;
}

#vedic-only .blue-container {
  width: 100%;
  float: left;
}

#vedic-only .red-container {
  width: 40%;
  float: left;
}

#vedic-only .yellow-container {
  width: 40%;
  float: right;
}

#vedic-only #originalimages {
  display: none;
}

#vedic-only .btn-primary {
  background-color: #bf442b !important;
  color: #fff;
}

#vedic-only .wrap_blue,
#vedic-only .wrap_red,
#vedic-only .wrap_yellow {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#vedic-only select {
  width: 350px;
  height: 35px;
  background: #fff;
}

#vedic-only .green {
  border: 5px solid green;
  border-radius: 10px;
}

#vedic-only .red {
  border: 5px solid red;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #vedic-only #popupImg {
    position: relative;
    top: 15%;
  }

  #vedic-only #closePopup {
    position: absolute;
    top: 15% !important;
    right: 20px !important;
  }

  #vedic-only #closePopup:hover {
    color: #f00;
  }
}

#vedic-only #imgPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

#vedic-only #popupImg {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

#vedic-only #closePopup {
  position: absolute;
  top: 15%;
  right: 40%;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#vedic-only #closePopup:hover {
  color: #f00;
}

/* footer card section  */
#vedic-only .card {
  /* display: flex; */
  /* align-items: center; */
  /* gap: 8px; */
  /* padding: 8px; */
  /* margin: 5px; */
  /* background: transparent; */
  /* border: none; */
  /* cursor: pointer; */
}

#vedic-only .card-shape {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Color variations */
#vedic-only .red-shape {
  background: #dc3545;
}

#vedic-only .blue-shape {
  background: #007bff;
}

#vedic-only .yellow-shape {
  background: #ffc107;
}

/* Hover effect */
#vedic-only .card:hover .card-shape {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

/* Text beside card */
#vedic-only .card span {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

/* Mobile responsive */
@media screen and (max-width: 767px) {
  #vedic-only .card {
    gap: 6px;
  }

  #vedic-only .card-shape {
    width: 30px;
    height: 28px;
  }

  #vedic-only .card span {
    font-size: 13px;
  }

  #vedic-only .style-a {
    left: 10%;
  }

  #vedic-only .span-text {
    right: 35% !important;
  }
}

#vedic-only #footer-bar a {
  color: none;
  position: relative;
  flex: 1 1 auto;
}

#vedic-only #card-color1,
#vedic-only #card-color2,
#vedic-only #card-color3 {
  background-color: transparent;
}

#vedic-only .span-text {
  right: 20%;
}

@media (max-width: 768px) {
  #vedic-only #selectedcardcontainer .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: center;
  }

  #vedic-only #selectedcardcontainer .selectedcards {
    flex: 0 0 auto;
    width: auto !important;
    padding: 0;
    margin: 6px;
  }

  #vedic-only #selectedcardcontainer img {
    width: 70px;
    height: auto;
    border-radius: 8px;
  }

  #vedic-only #selectedcardcontainer .row::-webkit-scrollbar {
    display: none;
  }

  @keyframes slide-left-right {
    0% {
      transform: translateX(5px);
    }
    50% {
      transform: translateX(-5px);
    }
    100% {
      transform: translateX(5px);
    }
  }

  #vedic-only .scroll-fixed {
    animation: slide-left-right 1.5s ease-in-out infinite;
  }
}

/* Modern Calculate Button Styling */
#vedic-only .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}

#vedic-only .calc-btn,
#vedic-only #doneButton {
  display: none; /* Controlled dynamically by JS */
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  font-size: clamp(15px, 1.2vw + 10px, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--bg-highlight, #6f39cf) 0%, #4c1d95 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(111, 57, 207, 0.35), 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

#vedic-only .calc-btn:hover,
#vedic-only #doneButton:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, #7c3aed 0%, var(--bg-highlight, #6f39cf) 100%) !important;
  box-shadow: 0 12px 28px rgba(111, 57, 207, 0.45), 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
}

#vedic-only .calc-btn:active,
#vedic-only #doneButton:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 4px 12px rgba(111, 57, 207, 0.3);
}

/* Modern Event Select Dropdown Styling */
#vedic-only .event-select-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 1.5rem auto;
}

#vedic-only select#question,
#vedic-only .custom-event-select {
  width: 100% !important;
  max-width: 480px;
  height: 48px !important;
  padding: 10px 42px 10px 18px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--color-theme, #333333) !important;
  background-color: var(--bg-theme, #ffffff) !important;
  border: 2px solid rgba(111, 57, 207, 0.3) !important;
  border-radius: 12px !important;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f39cf' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px 16px !important;
}

#vedic-only select#question:hover,
#vedic-only .custom-event-select:hover {
  border-color: var(--bg-highlight, #6f39cf) !important;
  box-shadow: 0 6px 18px rgba(111, 57, 207, 0.15);
}

#vedic-only select#question:focus,
#vedic-only .custom-event-select:focus {
  border-color: var(--bg-highlight, #6f39cf) !important;
  box-shadow: 0 0 0 4px rgba(111, 57, 207, 0.2) !important;
  outline: none;
}

#vedic-only select#question option {
  background-color: var(--bg-theme, #ffffff);
  color: var(--color-theme, #222222);
  padding: 10px;
  font-weight: 500;
}

@media (max-width: 576px) {
  #vedic-only .calc-btn,
  #vedic-only #doneButton {
    width: 92%;
    padding: 14px 20px;
    font-size: 16px;
  }
  #vedic-only .event-select-wrapper,
  #vedic-only select#question {
    max-width: 92% !important;
  }
}

/*
   Varshphal 
 */

.varshphal-predictions-panel {
  display: flex !important;
  flex-direction: column !important;
  height: 100vh !important; /* FIX: Give it a fixed height or use vh (e.g., 60vh) */
  /* Remove height: auto and max-height: none */
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important;
  margin: 14px 12px 24px 12px !important;
  overflow: hidden !important;
}

.varshphal-predictions-header {
  padding: 10px 14px;
  background: var(--bg-neutral-base, #f8fafc);
  border-bottom: 1px solid var(--border-neutral, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.varshphal-predictions-body {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto; /* Scrollbar will appear here now */
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.varshphal-overview-box {
  background: linear-gradient(
    135deg,
    rgba(74, 144, 217, 0.08) 0%,
    rgba(74, 144, 217, 0.03) 100%
  );
  border: 1px solid rgba(74, 144, 217, 0.2);
  border-radius: 6px;
  padding: 12px 14px;
}

.varshphal-overview-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--theme-color, #4a90d9);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.varshphal-overview-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-theme, #333333);
  margin-bottom: 0;
}

.varshphal-dasha-card {
  background: var(--bg-neutral-card, #ffffff);
  border: 1px solid var(--border-neutral, #e2e8f0);
  border-radius: 6px;
  padding: 12px 14px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.varshphal-dasha-card:hover {
  border-color: var(--theme-color, #4a90d9);
  box-shadow: 0 4px 12px rgba(74, 144, 217, 0.1);
  transform: translateY(-1px);
}

.varshphal-dasha-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px dashed var(--border-neutral, #e2e8f0);
}

.varshphal-dasha-date {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--bg-highlight, #4a90d9);
  color: #ffffff;
}

.varshphal-dasha-planet {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--color-theme, #1e293b);
}

.varshphal-dasha-body {
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-theme, #475569);
  margin-bottom: 0;
}

.varshphal-year-btn-container {
  margin-top: 4px;
  width: 100%;
}

@media (min-width: 992px) {
  .varshphal-left-col {
    flex: 0 0 32% !important;
    max-width: 32% !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
    padding-right: 4px;
  }

  .varshphal-left-col .varshphal-kundli-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
  }

  .varshphal-left-col .kundli-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
  }

  .varshphal-left-col .canvas-container {
    flex: 1 1 0;
    min-height: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .varshphal-left-col .canvas-container canvas,
  .varshphal-left-col .canvas-container img,
  .varshphal-left-col .kundli-img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: 1 / 1 !important;
  }

  .varshphal-right-col {
    flex: 1 1 0 !important;
    max-width: 68% !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }
}

@media (max-width: 991px) {
  .varshphal-left-col,
  .varshphal-right-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


.report-actions{
    display: none !important;
}

.report-actions.show-report-actions {
    display: block !important;
}