.video-card .img-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-card .img-box .btn-light {
    color: #ffffff;
}

.video-card .img-box .btn-light:hover {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.news-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.fc-daygrid-day-top {
    flex-direction: column !important
}

.fc-toolbar-title {
    text-align: center;
}

.custom-event {
    position: relative;
    display: flex;
    flex-direction: column;
}


.avatar {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer
}

.avatar img {
    width: 100%;
    height: 100%
}

.avatar-sm {
    width: 2rem;
    height: 2rem;
}

.avatar-md {
    width: 3rem;
    height: 3rem
}

.avatar-lg {
    width: 3.5rem;
    height: 3.5rem
}

.avatar-xl {
    width: 4rem;
    height: 4rem
}

.me-n1 {
    margin-right: -0.25rem !important;
}

@media (min-width: 1400px) {
    .container.custom-container {
        max-width: 900px;
    }
}

.w-px-100 {
    width: 100px !important;
}

.fc .fc-daygrid-day-events {
    margin-top: 10px;
}

.tithi {
    display: inline-block;
    top: 0;
    position: absolute;
    right: 4px;
}

.input-group-text {
    border: 0;
    border-radius: 0;
}

.desi-event-image {
    object-fit: cover;
    inset: 0;
    color: transparent;
    height: 100%;
    width: 100%;
}

.desi-event-div {
    width: 571px;
    height: 370px;
    border-radius: 8px;
}


.fc-daygrid-event-harness a {
    border-style: none !important;
}
.goog-te-gadget-simple {
    white-space: nowrap;
    border: 1px solid #c8c8c8;
    padding: 10px 12px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #ffffff !important;
}
.goog-te-gadget-simple a {
    color: #000000 !important;
}
.goog-te-gadget-simple a span {
    color: #000000 !important;
}

.banner-section.shaktidham {
    background: url("../../assets/img/shaktidham.jpg") no-repeat;
    background-size: cover;
}

.banner-section.guideline {
    background: url("../../assets/img/guidelines.jpg") no-repeat;
    background-size: cover;
}