﻿/*.ui-datepicker {
    width: 579px;
    background-color: #B6B9BE;
}

.ui-datepicker {
    background-color: #FFFFFF;
    text-transform: uppercase;
}

    .ui-datepicker .ui-datepicker-title {
        height: 30px;
        background-color: #000000;
        color: white;
        font: 16pt Verdana;
    }

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
    background-color: white;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
    background-color: white;
}

.ui-datepicker table {
    width: 440px;
    height: 250px;
    font-family: Verdana;
    margin: 0 0 .4em;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
    width: 440px;
    height: 250px;
}

.ui-datepicker-calendar .ui-state-default {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#dedede));
    width: 79px;
    height: 40px;
}*/


.ui-datepicker {
    font-family: "Poppins", sans-serif !important;
    border: none;
}

.ui-datepicker span {
    font-weight: 500;
}

.ui-datepicker-header {
    height: 48px;
    background: none;
    background-color: #f2f2f2;
    border: none;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datepicker-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width: 32px;
    height: 32px;
    background: none !important;
    background-color: #f2f2f2;
    border: none !important;
    border-radius: 2px;
    margin-top: 8px;
    outline: none;
    top: 2px;
}

    .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
        background-color: #e2e2e2 !important;
        cursor: pointer;
    }

    .ui-datepicker-prev:hover {
        top: 2px;
        left: 2px
    }

    .ui-datepicker-next:hover {
        top: 2px;
        right: 2px;
    }

.ui-datepicker-calendar {
    width: 250px;
    font-size: 14px;
    color: #333;
}

    .ui-datepicker-calendar td {
        text-align: center;
        height: 32px;
        box-sizing: border-box;
    }

        .ui-datepicker-calendar td a {
            display: block;
            padding: 6px;
            border: none !important;
            background: none !important;
            color: #333 !important;
            text-decoration: none;
        }

            .ui-datepicker-calendar td a:hover {
                background-color: #f2f2f2 !important;
            }
