/* .navbar.bg-white {
    color: #a8aab4;
    backdrop-filter: blur(105px);
    background-color: hsla(0,0%,100%,.7) !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .08) !important;
    background-color: rgba(255, 255, 255, .7) !important;
} */
.banner-hdg {
    font-size: 3rem;
    line-height: 1.2;
}
.banner-hdg span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px;
}
span.bg-gradient {
    width: 300px;
    height: 50px;
    background-color: rgb(235 44 44 / 20%);
    display: inline-block;
    border-radius: 999px;
    filter: blur(100px);
    z-index: -1;
    display: none;
}
span.bg-gradient.gr-green {
    margin-top: 3rem;
    background-color: rgb(44 235 56 / 20%);
}
.landing-page-search {
    max-width: 100% !important;
    margin-top: 30px !important;
}
.landing-page-search .input-group {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    max-width: 100% !important;
    padding: 12px;
    border-radius: 20px;
}

.course-search-input-bar .twitter-typeahead input.form-control {
    padding: 0 !important;
}
.course-search-input-bar .twitter-typeahead input.form-control::placeholder {
    font-size: 18px;
    color: #2a276b;
}
.course-search-input-bar
    .twitter-typeahead
    input.form-control:focus::placeholder {
    opacity: 0.3;
}
.light-style .navbar.landing-navbar.navbar-active button.btn.text-white {
    background: #ecebea;
    color: #000 !important;
}
.tee-cutom-option.custom-option.checked {
    border-width: 1px;
    background-color: rgba(102, 108, 255, 0.12) !important;
    border-color: #0d4472 !important;
}
.tee-cutom-option.custom-option.custom-option-label {
    border-color: #d1d1d1;
    background-color: #f5f5f5;
}
.tee-cutom-option.custom-option.checked .custom-option-body {
    color: #0d4472;
}
.tee-cutom-option.custom-option .custom-option-body {
    color: rgba(0, 0, 0, 0.4);
}
/* .month {
    background-color: #dcf7ca;
    color: #5fad2b;
} */
.tee-time-detail-img.card-img-height {
    height: 450px;
}
.truncate-lines-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    white-space: inherit;
}
.card.card-hover {
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04) !important;
    background: #ffffff;
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
    cursor: pointer;
}
.card.card-hover:hover {
    transform: translate3d(0, -10px, 0);
    box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08) !important;
}
.card.card-hover .tt-detail-btn {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    pointer-events: none;
}
.card.card-hover:hover .tt-detail-btn {
    transform: translate3d(0, -4px, 0);
    opacity: 1;
    pointer-events: all;
    background: #fff;
}
.grid-container {
    display: flex;
    gap: 0.7rem; /* Space between grid items */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-item {
    overflow: hidden;
    border-radius: 10px; /* Rounded corners */
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Specific styles for grid items */
.large {
    grid-column: span 4; /* Large image spans 4 columns */
    grid-row: span 2; /* Spans 2 rows */
}

.small {
    grid-column: span 1; /* Small images span 2 columns */
    grid-row: span 1; /* Spans 1 row */
}
.fs-12 {
    font-size: 12px;
}
.py-md-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.rating-md svg {
    width: 15px;
    height: 15px;
}
.max-w-100 {
    max-width: 100px;
}
.min-w-100 {
    min-width: 100px;
}
.min-w-210 {
    min-width: 210px;
}
.max-w-210 {
    min-width: 210px;
}
.min-w-40 {
    min-width: 40px;
}
.max-w-40 {
    max-width: 40px;
}
img.card-img-height {
    height: 200px;
    object-fit: cover;
}
/* Here is login/signup/reset-password css only */
.logo-absolute img.auth-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 75px;
}
.logo-absolute img.round-shape {
    position: absolute;
    z-index: 2;
    left: -1px;
    top: -1px;
    width: 150px;
}
img.round-shape {
    width: 180px;
}
.stepper-btm-img {
    width: 200px;
}
.log-left {
    background: #f5f4ff;
    border-radius: 40px;
    position: relative;
}
.log-left .carousel-content img {
    max-width: 100%;
}
.log-left .carousel-content h4 {
    padding-left: 8rem;
    padding-top: 2rem;
    position: relative;
    z-index: 5;
}
.log-left .carousel-content .carousel-inner {
    position: relative;
    width: 100%;
    max-width: 800px;
}
/* Here is login/signup/reset-password css only */

.custom-option-icon.box-height {
    block-size: 100%;
}

.fallback {
    display: none;
}
.carousel-inner {
    overflow: visible;
}

.carousel-indicators [data-bs-target] {
    border: 0 !important;
    border-radius: 20px;
    height: 5px;
}
.carousel-content img {
    max-width: 100%;
}
.carousel-content h4 {
    padding-left: 8rem;
    padding-top: 2rem;
    position: relative;
    z-index: 5;
}
.carousel-indicators {
    bottom: -40px;
}

/* Strength Level Divs */
.strength-container {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.strength-level {
    height: 5px;
    width: 33%;
    background-color: #dfdfdf;
    border-radius: 5px;
}

.weak-active {
    background-color: #f55c5c;
}

.strong-active {
    background-color: #f1bd5f;
}

.excellent-active {
    background-color: #74b974;
}

/* Password Strength Text */
.strength-text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

.weak-text {
    color: #da3b3b;
}

.strong-text {
    color: #a77210;
}

.excellent-text {
    color: #1a7a1a;
}

.wizards-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizarder {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
}

.form-check-input:checked + .form-check-label {
    border-color: #666cff;
}
.custom-option.checked img[alt="light-flag"],
.custom-option.checked img[alt="buggy-light"],
.custom-option.checked img[alt="player-light"] {
    display: none;
}
.custom-option.checked img[alt="dark-flag"],
.custom-option.checked img[alt="buggy-dark"],
.custom-option.checked img[alt="player-dark"] {
    display: block !important;
}
.custom-option .custom-option-title {
    color: #4c4e64;
    opacity: 0.7;
}
.custom-option.checked .custom-option-title {
    color: #342168;
    opacity: 1;
}
.dropzone,
.dz-message {
    border: 1px dashed #b5b5cb;
    padding: 0 !important;
}
.dz-message {
    height: 20vh;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 !important;
    cursor: pointer;
}

img.logo {
    position: absolute;
    width: 79px;
    top: 15px;
    left: 15px;
}
.need-help {
    position: absolute;
    right: 3rem;
    top: 3rem;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

/* @media (min-width: 992.98px) {

    .tee-tour-stepper.bs-stepper .bs-stepper-header {
        flex-direction: column;
        gap: 22px !important;
    }
    body .tee-tour-stepper.bs-stepper .line {
        transform: rotate(90deg) translate(0px, -5px);
    }

    .tee-tour-stepper.bs-stepper .bs-stepper-header {
        align-items: start;
    }
} */

/* .wizards-block {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */
input#course-count {
    text-align: center;
    font-size: 18px;
}

.fadeInUp {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Horizontal Stepper for tabs or small devices */

/* @media (max-width: 991.98px){
    .bs-stepper.vertical .bs-stepper-header {
        flex-direction: row;
        align-items: center;
        padding-top: 0;
    }
    .bs-stepper.vertical .bs-stepper-header .bs-stepper-title,
    .bs-stepper.vertical .bs-stepper-header .bs-stepper-number {
        display: none;
    }
    .bs-stepper.vertical .bs-stepper-header .line {
        border: solid;
    }
    .bs-stepper.vertical .bs-stepper-header .line::before {
        display: none !important;
    }
    .bs-stepper.vertical .bs-stepper-header .step .step-trigger {
        margin-top: 0;
    }
    .bs-stepper.vertical .bs-stepper-header {
        min-width: 28rem;
    }
    .bs-stepper.vertical:not(.wizard-icons) .bs-stepper-header .line {
        border-color: #d1e7ed !important;
    }
    .bs-stepper.vertical .step.crossed + .line {
        border-color: #0d4472 !important;
    }
} */

@media (min-width: 992px) {
    .stepper-inline {
        display: flex;
        flex-direction: column;
    }
    .landing-page-search {
        max-width: 80% !important;
    }
    .landing-page-search .input-group {
        padding: 20px;
        margin-top: 0;
    }
    .banner-hdg {
        font-size: 6rem;
    }
    span.bg-gradient {
        display: block;
    }
}

@media (max-width: 1399.98px) {
    .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    }
}

@media (max-width: 991.98px) {
    .bs-stepper
        .bs-stepper-header
        .step
        .step-trigger
        .bs-stepper-label
        .bs-stepper-title {
        display: none;
    }
    .bs-stepper.vertical .bs-stepper-header .line:before {
        display: none;
    }
    .bs-stepper .bs-stepper-header .step:first-child {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .stepper-inline {
        display: flex;
    }
    .onboard-authentication.authentication-inner {
        min-height: initial !important;
        padding-bottom: 80px !important;
    }
    img.round-shape {
        width: 110px;
    }
    .onboard-top-title {
        position: relative;
        left: -60.72px;
    }
    .bottom-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 1rem;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 580px) {
    .bs-stepper
        .bs-stepper-header
        .stepper-inline
        .step
        .step-trigger
        .bs-stepper-label
        .bs-stepper-number {
        font-size: 1rem;
    }
    .home-search-box {
        max-width: 211px;
    }
}

@media (min-width: 992px) {
    /* .wizards-block {
        height: calc(100vh - 155px);
    } */
    .bottom-btns {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

/*-- logo uploader --*/
.custom-profile-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.custom-profile-container .profile-picture {
    width: 100%;
    height: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f2f0ff;
    padding: 0 10px;
}
.custom-profile-container .profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-profile-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    display: none; /* Hidden by default */
}
.custom-profile-container .loader div {
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.custom-upload-btn-mid {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #f2f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.custom-upload-btn {
    position: absolute;
    top: 41%;
    left: 0;
    border: 3px solid #fff;
    right: 0;
    margin: auto;
}
.main-wizards textarea {
    max-height: 360px !important;
    min-height: 184px !important;
}
.choose-none input[type="file"] {
    display: none;
}

/* pawan */
.ui-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(177 177 177 / 50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

.profile-img-upload {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    max-width: 150px;
    min-width: 150px;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-img-upload .button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.profile-img-upload img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.image-spinner-uploader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
}

#organicSessionsChart .apexcharts-legend .apexcharts-legend-series {
    flex: 1 0 100%;
    margin: 0 0 9px 0 !important;
}
@media (min-width: 1400px) {
    #organicSessionsChart .apexcharts-legend .apexcharts-legend-series {
        flex: 0 0 37%;
        margin: 6px 10px !important;
    }
}

@media (min-width: 1024px) {
    .course-search-input-bar .twitter-typeahead {
        flex: 1;
    }
    .light-style .twitter-typeahead .tt-menu {
        min-width: 375px !important;
    }
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #f3f3ff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #c2c2e4;
}
.pac-container {
    z-index: 10001 !important;
}

/* detail page weather */
.weekly-forecast {
    width: 100%;
    /* max-width: 900px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.day-card {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.day-icon {
    font-size: 32px;
}
.day-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.day-condition {
    font-size: 14px;
}
.day-temp {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
    color: #000;
}
.day-details {
    font-size: 12px;
}
/* detail page weather */

.gs-table .table-condensed {
    width: 100%;
}

.swiper img {
    width: 100%;
}
.landing-page-slider .swiper img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px !important;
}
.landing-page-slider .swiper {
    width: 100%;
    overflow: hidden !important;
    border-radius: 10px;
}
.landing-navbar {
    border-bottom: 1px solid #80808026 !important;
}
.tab-pane.slot-booking .card.card-hover {
    background: repeating-linear-gradient(154deg, #3f86b50d, transparent 84px);
    border: 1px solid #14416f17 !important;
    background-color: #fff;
}
.card-head {
    background: #dae3ed;
    padding: 5px;
    border-radius: 8px;
}
.card-head p,
.card-head p span {
    color: #000 !important;
}
.month {
    background-color: #ffffff;
    color: #1b3e6c;
}
.sold-out .card-head {
    background: #ffbba6;
}
.sold-out h2 {
    font-weight: 500;
    font-size: 21px;
    color: #ff4c28;
}
.sold-out {
    background: repeating-linear-gradient(
        154deg,
        #ff4c2814,
        transparent 237px
    ) !important;
}
.select-golfer label {
    text-align: center;
    padding: 8px !important;
    font-size: 16px;
}
.frontend-page-inner-search {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: 0.2s all ease-in-out;
}
.frontend-page-inner-search.active {
    transform: scale(1);
}
.frontend-page-inner-search .landing-page-search {
    max-width: 1440px !important;
    width: 100%;
}
.backdrop {
    position: fixed;
    top: 0;
    background: #00000038;
    width: 100%;
    height: 100%;
    z-index: 9;
}
@media (min-width: 300px) {
    .inner-page {
        padding-top: 127px !important;
    }
}

@media (min-width: 768px) {
    .frontend-page-inner-search .landing-page-search {
        max-width: 720px !important;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .frontend-page-inner-search .landing-page-search {
        max-width: 960px !important;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .frontend-page-inner-search .landing-page-search {
        max-width: 1140px !important;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .frontend-page-inner-search .landing-page-search {
        max-width: 1440px !important;
        width: 100%;
    }
}

.price-select h5 {
    background: linear-gradient(45deg, #7a84ff2e, transparent);
    padding: 3px 13px;
    max-width: 197px;
    width: 100%;
    border-radius: 6px;
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px !important;
    color: black !important;
}
.member-status label {
    padding: 2px !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    /* margin-top: 7px; */
}
.booking-card-info {
    background: #3f51b5;
    border-radius: 0 0 7px 8px;
}
.booking-card-info p {
    font-size: 13px !important;
}
.memebers-div {
    text-align: center;
    background: #ff980033;
    padding: 4px 0;
    border-radius: 7px;
    border: 1px solid #ff9800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.memebers-div.guest {
    background: #8bc34a30;
    border-color: #4caf50;
}
.memebers-div i {
    font-size: 14px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-btn:hover {
    background-color: #45a049;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dropdown-item {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: black;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}
textarea {
    max-height: 190px !important;
    min-height: 84px !important;
}
.video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    object-position: bottom;
    border-radius: 14px;
    filter: brightness(0.9);
}
#filtersModal .custom-option.custom-option-label {
    background-color: #fff;
    border-color: #ededed;
}
#filtersModal .custom-option.custom-option-label.checked {
    background-color: rgb(177 180 253 / 12%) !important;
    color: var(--primary-color);
    border-color: #c8bde7;
}
.check-in table.table-condensed {
    box-shadow: unset !important;
}
.modal-simple .btn-close {
    z-index: 99999;
}
.check-in input.datepicker {
    visibility: hidden;
}
.disable-input .custom-option-content {
    cursor: not-allowed;
}

body[data-aos-easing="ease"] {
    background: #ffffff;
}
.authentication-wrapper.authentication-cover {
    background: #fff;
}

.select-golfer .custom-option.checked {
    border: 1px solid #58c032;
    background: #58c0321a;
}
.no-border-input input {
    border: 0;
    padding: 1px 0;
}
/* .no-border-input input:active, .no-border-input input:focus-within {
    background: #ebebeb !important;
} */
.placeholder-img {
    border: 1px solid #ebebeb;
    height: 100%;
    padding: 5px 10px;
    border-radius: 7px;
}
img.member-icon {
    position: absolute;
    bottom: -1px;
    right: -6px;
    width: 22px;
}
.no-border-input input:focus {
    padding: 1px 0;
}
.select-golfer .was-validated .form-control:invalid,
.select-golfer .form-control.is-invalid {
    padding: 0;
}
.Events {
    margin-bottom: 31px;
    padding: 22px;
    border-radius: 7px;
    position: relative;
    position: sticky;
    top: 103px;
}
/* a.carousel-control-prev, a.carousel-control-next {
    filter: contrast(0);
} */

#swiper-multiple-slidess .swiper-button-prev:after,
#swiper-multiple-slidess .swiper-button-next:after {
    font-size: 23px;
}
.Events:after {
    background-color: #5f54ff;
    background-image: radial-gradient(at 31% 67%, #3f51b5 0px, transparent 50%),
        radial-gradient(
            at 11% 67%,
            hsl(261.6deg 97.52% 68.21%) 0px,
            transparent 50%
        ),
        radial-gradient(at 51% 35%, hsla(270, 72%, 78%, 1) 0px, transparent 50%),
        radial-gradient(at 45% 91%, hsl(228deg 100% 50%) 0px, transparent 50%),
        radial-gradient(
            at 54% 72%,
            hsl(181.81deg 100% 39.02%) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 16% 8%,
            hsl(181.82deg 99% 39.22%) 0px,
            transparent 50%
        ),
        radial-gradient(at 4% 38%, hsla(47, 91%, 60%, 1) 0px, transparent 50%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 165px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 7px;
    backdrop-filter: blur(521px);
    animation: gradient 6s ease infinite;
    background-size: 400% 400%;
}
.event-btn {
    background-color: #342168 !important;
    background-image: radial-gradient(at 31% 67%, #3f51b5 0px, transparent 50%),
        radial-gradient(
            at 11% 67%,
            hsl(261.6deg 97.52% 68.21%) 0px,
            transparent 50%
        ),
        radial-gradient(at 51% 35%, hsla(270, 72%, 78%, 1) 0px, transparent 50%),
        radial-gradient(at 45% 91%, hsl(228deg 100% 50%) 0px, transparent 50%),
        radial-gradient(
            at 54% 72%,
            hsl(181.81deg 100% 39.02%) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 16% 8%,
            hsl(181.82deg 99% 39.22%) 0px,
            transparent 50%
        ),
        radial-gradient(at 4% 38%, hsla(47, 91%, 60%, 1) 0px, transparent 50%);
    animation: gradient 6s ease infinite;
    background-size: 400% 400%;
    color: #fff;
}
.Events h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.events-date {
    background: #fff;
    padding: 12px;
    border-radius: 7px;
    box-shadow: 0 0.25rem 0.875rem 0 rgba(38, 43, 67, 0.16);
}
.date {
    background: #f2edff;
    padding: 8px 13px;
    text-align: center;
    border: 0px solid #34216840;
    border-radius: 6px;
}
.date span {
    color: #342168;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.custom-tooltip {
    position: absolute;
    background: #3e3f40;
    padding: 9px;
    width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    top: 28px;
    opacity: 0;
    transition: 0.1s all ease-in-out;
    max-width: 306px;
}
a:hover + .custom-tooltip {
    opacity: 1;
}
.custom-tooltip:after {
    content: "";
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #3e3f40;
    left: 16px;
    transform: rotate(45deg);
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: #222222;
    cursor: pointer;
    font-size: 13px;
    display: inherit;
}

.add-read-more {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
/* .events-booking {
    background-color: #5f54ff;
    background-image: radial-gradient(at 31% 67%, #3F51B5 0px, transparent 50%), radial-gradient(at 11% 67%, hsl(261.6deg 97.52% 68.21%) 0px, transparent 50%), radial-gradient(at 51% 35%, hsla(270, 72%, 78%, 1) 0px, transparent 50%), radial-gradient(at 45% 91%, hsl(228deg 100% 50%) 0px, transparent 50%), radial-gradient(at 54% 72%, hsl(181.81deg 100% 39.02%) 0px, transparent 50%), radial-gradient(at 16% 8%, hsl(181.82deg 99% 39.22%) 0px, transparent 50%), radial-gradient(at 4% 38%, hsla(47, 91%, 60%, 1) 0px, transparent 50%);
    border-radius: 7px;
    backdrop-filter: blur(521px);
    animation: gradient 6s ease infinite;
    background-size: 400% 400%;
    color: #fff;
    padding: 20px;
} */
.events-booking {
    background-color: #55a6c2;
    border-radius: 7px;
    color: #fff;
    padding: 20px;
    position: relative;
}
.events-booking h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.events-booking p {
    font-size: 15px;
}
.hide-event {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
}
#navs-pills-top-events .card-list .content {
    width: 90%;
}
#navs-pills-top-events .add-read-more {
    max-width: 100%;
    width: 100%;
}
.modal-simple .modal-content {
    padding: 2rem;
}

.text-truncate.truncate-lines-clamp.add-read-more {
    max-width: unset !important;
    width: 100%;
    margin: 0 auto;
}

.nav .form-control-sm {
    min-height: calc(1.375em + 1.1rem + calc(1px * 2));
}

.check img {
    width: 130px;
    height: 90px;
    object-fit: cover;
}
.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}
.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}
.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}
.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}
.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}
.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}
.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}
.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}
.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}
.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}
.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}
.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}
.confetti-piece:nth-child(odd) {
    background: #7431e8;
}
.confetti-piece:nth-child(even) {
    z-index: 1;
}
.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
    background: red;
}
@-webkit-keyframes makeItRain {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(350px);
    }
}
.checkdiv {
    position: relative;
    padding: 0px 5px;
    border-radius: 40px;
    cursor: pointer;
}
.checkdiv:last-child {
    margin-bottom: 0px;
}
.checkdiv span {
    position: relative;
    vertical-align: middle;
    line-height: normal;
}
.le-checkbox {
    appearance: none;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: #f44336;
    width: 26px;
    height: 26px;
    border-radius: 40px;
    margin: 0px;
    outline: none;
    transition: background-color 0.5s;
    cursor: pointer;
}
.le-checkbox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #ffffff;
    width: 15px;
    height: 3px;
    border-radius: 40px;
    transition: all 0.5s;
}
.le-checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #ffffff;
    width: 15px;
    height: 3px;
    border-radius: 40px;
    transition: all 0.5s;
}
.le-checkbox:checked {
    background-color: #4caf50;
}
.le-checkbox:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-4px, 3px) rotate(45deg);
    background-color: #ffffff;
    width: 7px;
    height: 3px;
    border-radius: 40px;
}
.le-checkbox:checked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(3px, 2px) rotate(-45deg);
    background-color: #ffffff;
    width: 14px;
    height: 3px;
    border-radius: 40px;
}
.video-bg {
    width: 99%;
    margin: 6px auto;
}

.hide {
    display: none !important;
}

li:last-child .custom-dropdown .price-list-dropdown {
    right: 0;
}

