﻿body {
    font-family: sans-serif !important;
    /*background-image: url("img/lanoriafront.jpg");
    background-repeat: no-repeat;*/ /* Prevents the image from repeating */
    /*background-position: center center;*/ /* Centers the image */
    /*background-size: cover;*/ /* Ensures the image covers the entire background */
    /*background-attachment: fixed;*/ /* Keeps the image fixed when scrolling */
    /*background-color: #cccccc;*/ /* Fallback color if image doesn't load */
}

.form-control, .btn, .card, .form-select, .dropdown-menu, .accordion, .accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: unset;
}

.ui-datepicker-month {
    font-weight: lighter;
}

.ui-datepicker-year {
    font-weight: lighter;
}

.ui-datepicker-group {
    width: 100%;
}

.ui-widget {
    font-family: sans-serif;
}

.ui-widget-content {
    background: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.ui-widget-content {
    color: #fff
}

.ui-widget.ui-widget-content {
    border: 0;
    box-shadow: 0px 0px 15px 4px rgba(255,255,255,0.35);
    -webkit-box-shadow: 0px 0px 15px 4px rgba(255,255,255,0.35);
    -moz-box-shadow: 0px 0px 15px 4px rgba(255,255,255,0.35);
}

.ui-widget.ui-widget-content {
    background: #fff
}

.dropdown-toggle::after {
    margin-left: 0;
}

.selected-from-calendar > a {
    border: 1px solid #9fedce !important;
    background: #9fedce !important;
    font-weight: normal !important;
}

.ui-state-hover {
    border: 1px solid #9fedce !important;
    background: #9fedce !important;
    font-weight: normal !important;
}

.unselectable-date {
    opacity: 1 !important;
}

    .unselectable-date > span {
        background-color: #f7cf99 !important;
    }

.less-than-today {
    opacity: 1 !important;
}

    .less-than-today > span {
        background-color: #ecf7bc !important;
    }

.carousel-item > img {
    max-height: 400px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 4rem;
    width: 4rem;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.ui-corner-all {
    border-radius: unset;
}

.ui-datepicker {
    padding: .2em 0 0;
}
