:root {
    --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-dropdown-bg: #ffffff;
    --bs-component-active-bg: #3E97FF;
}

.booking-calender .tempus-dominus-widget .toolbar {
    display: none;
}

.booking-calender .tempus-dominus-widget {
    box-shadow: none !important;
}

.app-sidebar-logo-default {
    margin: auto;
    font-size: large;
}

.app-sidebar-logo-minimize {
    display: none !important;
}

.h-20px {
    height: 20px !important;
}

img,
svg {
    vertical-align: middle;
}

@media (min-width: 992px) {
    [data-kt-aside-minimize=on] .app-sidebar-logo-minimize {
        display: inline-block !important;
        margin: auto;
        font-size: large;
    }

    [data-kt-aside-minimize=on] .app-sidebar-logo-default {
        display: none !important;
    }

    /* [data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) {
        background-image: url("../../assets/media/logos/logo-1.svg");
        background-repeat: no-repeat;
        width: 10px;
        height: 20px;
    } */


}

.font-12 {
    font-size: 12px !important;
}

.bold {
    font-size: 25px;
    font-weight: 900;
}

.img-size {
    height: 100px;
    border-radius: 50%;
}

.mt-n21 {
    margin-top: -5.25rem !important;
}

.mt-n22 {
    margin-top: -5.5rem !important;
}

.mt-n23 {
    margin-top: -5.75rem !important;
}

.mt-n24 {
    margin-top: -6rem !important;
}

@media (min-width: 992px) {
    .mt-lg-n40 {
        margin-top: -10rem !important;
    }
}


.pt-21 {
    padding-top: 5.25rem !important;
}

.pt-22 {
    padding-top: 5.5rem !important;
}

.pt-23 {
    padding-top: 5.75rem !important;
}

.pt-24 {
    padding-top: 6rem !important;
}

.pt-25 {
    padding-top: 6.25rem !important;
}

.pt-26 {
    padding-top: 6.5rem !important;
}

.pt-27 {
    padding-top: 6.75rem !important;
}

.pt-28 {
    padding-top: 7rem !important;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}