.datepicker-inline {
    display: inline-block;
    width: 100%;
}
.event-marker {
    background-color: #ff0000;
}
.ui-datepicker-calendar .ui-state-highlight {
    background: #e0e0e0;
}

.event-info {
    display: none; /* Initially hidden */
    position: absolute;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color:black;
}

.event-info p {
    margin: 0;
}

.ui-state-default{
    background:white !important;
    border:0px solid #FFF !important;
}
.ui-state-active{
    background:white !important;
    border:2px solid #fcefa1 !important;
}

/*.ui-widget-header{
    background:white !important;
    border:2px solid #FFF !important;
}*/

.ui-widget.ui-widget-content {
    border: 1px solid #fff !important;
}

.current-date a {
    background-color: #FF6347 !important; /* Example color for current date */
    color: #FFFFFF !important; /* Text color for better contrast */
}

.datepicker_details_select_date_event{
    padding: 9px;
    background: #F5F4F3 !important;
    border: 2px solid #FFF !important;
    font-size: 14px;
    text-align: center;
}
.datepicker_details_description_event{
    background: #F5F4F3 !important;
    height: 75%;
    border: 2px solid #FFF !important;
    text-align: center;
    align-content: center;
}
