#FancyDiv{
	margin: 10px;
    /* border: 1px solid; */
    width: 280px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box;
    /* display: flex; */
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    padding: 10px;
    overflow-y: scroll;
	max-height: 335px;
}
.CustomButton {
    margin: 5px 5px 5px 0;
    font-size: 16px;
	border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.CustomButton:hover {
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.CustomTheme {
    color: #fff !important;
    background-color: Black !important;
}
a{
	cursor:pointer;
}
.padding5px {
	padding:5px !important;
}

.ad_section{
    margin-bottom: 10px;
}
#ad-container {
    background-color: lightyellow;
    border: 1px solid #ca4e4e;
    border-radius: 5px;
    padding: 0px 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    
}
.note{
    font-size: 9px;
}
.ad-title {
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 8px;
}

.payment-info {
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}

.adTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.adTable td {
    font-size: 15px;
    color: black;
    padding: 0% 5% 2% 10%;
    border-bottom: 1px solid #ddd;
}
.adTable tr td:first-child {
    text-align: left; /* or left/right as needed */
    vertical-align: middle; /* optional: aligns content vertically */
    width: 50%;
}

.jodi-rate {
    color: #ff3300;
    font-size: 16px;
    font-weight: bold;
}

.commission-info {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.whatsapp-link {
    font-size: 18px;
    color: #0004fd;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.button-container {
    position: fixed;
    left: 2%;
    z-index: 999;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 145px; /* Set your desired maximum width */
    height: 40px; /* Set your desired height */
   /* animation: reduceWidth .5s ease-in-out forwards .5s;*/
}

.site-option-icon{
    
    background-color: #007bff;
}
.refresh-icon {
    bottom: 20px;
    background-color: lightseagreen;
}

.button-container .icon {
    font-size: 24px;
    /*margin-right: 8px;*/
}

.button-container .label {
    display: none;
    /*animation: fadeOutLeft .5s ease-in-out forwards .5s;*/
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;
    font-size: 15px;
}
@keyframes reduceWidth {
    from {
        width: 143px;
    }
    to {
        width: 37px; /* Reduce the width to 70% */
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
        width: 100%; /* Start with full width */
        
    }
    to {
        opacity: 0;
        width: 0; /* Gradually reduce width to 0 */
    }
}
.table{
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 2px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.table tbody td:first-child,
.table thead th:first-child {
  position: sticky;
  top:0;
}
tr.date-name {
    width: 100%;
    height: 36px;
    background-color: #fbc503;
    border: 1px solid #e7aa26;
}
.table thead th {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #3d3d3d;
    color: white;
    font-weight: bold;
    border-bottom: 3px solid #ff5722 !important;
}
.table th, .table td {
    padding: 12px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
tr.date-name td.date, tr.day-number td.day {
    color: red;
}
.month-navigation span {
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.month-navigation button {
    background-color: #991c1b;
    color: white;
    border: none;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.month-navigation {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border: 2px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}


    .hrefdiv{
        background: #f0f0f0;
    color: #3d3d3d;
    margin-top: 1%;
    cursor: pointer;
    border-bottom: 1px solid #991c1b !important
    }
    .hrefdiv:hover {
        background-color: #3d3d3d; /* light blue on hover */
        color:white;
        cursor: pointer;
      }
    .hrefdiv h3{
        font-size:23px;
    }
    .oneunit{
        margin-bottom: 3%;
        height: auto;
        display: flow-root;
    }

    .faq {
        margin-top: 2rem;
      }
      .faq h3 {
        margin-bottom: 0.5rem;
        color: #333;
      }
      .faq p {
        margin-bottom: 1rem;
      }
      .table-responsive-custom{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
      }
