body {
    padding-top: 50px;
    font-variant: small-caps;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}

.starter-template {
    padding: 5px 5px;
    text-align: center;
    font-variant: small-caps;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
.muhurtha {
    color:#AF002A;
    font-variant: small-caps;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
h1.muhurtha {
    color:#8c030c;
    font-variant: small-caps;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
h5.muhurtha {
    color:#E32636;
    font-variant: small-caps;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
p.story {
    color: #571b17;
    margin-left: 5px;
    font-variant: small-caps;
    width: 90%;
    font-size: 14px;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
.modal-header {
    padding: 0px 0px;
    margin: 0px 0px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}
.table-col {
    cursor: pointer;
    background-color: none;
}
.table-col:hover {
    cursor: pointer;
    background-color: #FFF5EE;
}
body {
  background: #ffffff;
}
[data-theme="dark"] body { background: #0D0218; }
[data-theme="dark"] .muhurtha { color: #ff6b6b; }
[data-theme="dark"] h1.muhurtha { color: #ff6b6b; }
[data-theme="dark"] h5.muhurtha { color: #ff6b6b; }
[data-theme="dark"] p.story { color: var(--ink, #F0EDE8); }
[data-theme="dark"] .calendar-table { background-color: #160826; color: var(--ink, #F0EDE8); }
h1 {
  color: inherit;
  padding: 10px 0;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: none;
  &:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  }
  a {
    color: initial;
    &:hover {
      text-decoration: initial;
    }
  }
  .text-muted i {
    margin: 0 10px;
  }
}

.modal-footer {
    padding: 0 0;
}


/* CSS TABLE STYLES */

.calendar-table {
display: table;
background-color: #FFFFFF;
width: fit-content;
}

.calendar-table-header-title {
font-weight: bold;
font-size: 14pt;
background-color: #eddd00;
color: black;
border-radius: 5px;
text-align: center;
}

.calendar-table-header-wd {
display: table-header-group;
font-weight: bold;
font-size: 14pt;
background-color: #ff4500; 
color: white; 
border-radius: 5px;
text-align: center;
}

.calendar-table-header-month-title {
display: table-header-group;
font-weight: bold;
font-size: 14pt;
background-color: #ffff00;
color: black;
border-radius: 5px;
text-align: center;
}


.calendar-table-header-we {
display: table-header-group;
font-weight: bold;
font-size: 14pt;
background-color: #904040;
color: white;
border-radius: 5px;
text-align: center;
}

.calendar-table-body {
display: table-row-group;
background-color: #FEE68E;
border-radius: 5px;
text-align: left;
height: 100px;
line-height: 1;
font-weight: bold;
}

.calendar-table-row {
display: table-row;
}

.calendar-table-header-title,
.calendar-table-header-we div,
.calendar-table-header-wd div,
.calendar-table-row div {
display: table-cell;
}

.calendar-table-header-title,
.calendar-table-header-we div,
.calendar-table-header-wd div,
.calendar-table-header div {
text-align: center;
}

.col-important-day {
background-color: #FFFF00;
}

.box {
    border: 1px solid #ffffff;
    background-clip:padding-box;
    padding: 5px 5px 5px 5px;
}

.container.custom-container {
    margin: auto; 
}

.panchang-col {
    line-height: 0.90;
    font-family: 'Helvetica', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold; 
}

/* Apply this to your `table` element. */
.date-table {
   border-collapse: collapse;
}

/* And this to your table's `td` elements. */
.date-table td {
   padding: 0;
   margin: 0;
}

.button-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Adjust gap size for spacing between buttons */
}
.button-grid button {
    flex: 1 1 calc(33.333% - 15px); /* Three buttons per row with space between */
    text-align: center;
}

.no-ads { display: none !important; }
