﻿.jdp-day-name {
    background-color: #ededed !important;
}

.jdp-btn-today, .jdp-btn-empty {
    border-color: #3b82f6 !important;
    background-color: transparent !important;
    color: #3b82f6 !important;
    outline: none;
    box-shadow: none;
    border-radius: 12px !important;
    display: inline-flex !important;
    justify-content: center;
    border: 1px solid;
    align-items: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .jdp-btn-today:is(:hover,:active,.active), .jdp-btn-empty:is(:hover,:active,.active), .jdp-day.selected, .jdp-day-name.selected {
        background-color: #3b82f6 !important;
        border-color: #3b82f6 !important;
        color: #fff !important;
    }

.jdp-day {
    border-radius: 12px !important;
}

jdp-container {
    border-radius: 15px;
    box-shadow: 2px 1px 5px #ededed;
    border: 1px solid #ededed;
    background: white !important;
}
