
#ui-datepicker-div {
    padding: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.48), 0px 0px 4px rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 0;
    font-family: "Roboto Regular";
    font-size:16px;
    width: 328px;
    margin-left: 0;
    margin-top: 10px;
    padding: 24px 24px 18px;
    border-radius: 6px;
}
#ui-datepicker-div .ui-datepicker-title {

}
#ui-datepicker-div .ui-datepicker-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 10px;
    background:none;
    border:none;
}
#ui-datepicker-div .ui-datepicker-month{
    cursor:pointer;
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
    width: 8px;
    height: 14px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover  ,
#ui-datepicker-div .ui-datepicker-next.ui-state-hover  {
    background:none;
    border:0;
    top:2px;
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover {
    left:2px;
}

#ui-datepicker-div .ui-datepicker-next.ui-state-hover {
    right:2px;
}
#ui-datepicker-div .ui-datepicker-prev span {
    background-image: url(/themes/main/svg/img-arrow-datepicker-prev.svg);
}

#ui-datepicker-div .ui-datepicker-next span {
    background-image: url(/themes/main/svg/img-arrow-datepicker-next.svg);
}

#ui-datepicker-div .ui-datepicker-month {

    width: 90px;
    height: auto;
    padding: 0;
    margin:0;
    font-weight: 500;
    color: #535353;
    border:none;
    font-size:16px;
    font-family: "Roboto Medium";
}
#ui-datepicker-div .ui-datepicker-year {
    color: #535353;
    border:none;
    font-size:16px;
    font-family: "Roboto Medium";
    font-weight:400;
}
#ui-datepicker-div .ui-datepicker-calendar th {
    width: 32px;
    height: 36px;
    padding:0;
    padding-bottom: 5px;
    background-color: transparent;
    font-family: "Roboto Bold";
    font-size: 10px;
    color: #535353;
    text-transform: uppercase;
    border: none;
}

#ui-datepicker-div .ui-datepicker-calendar td {
    width: 32px;
    height: 42px;
    border: none;
    font-family: "Roboto Medium";
    font-size: 14px;
    color: #7a7585;
    background-color: transparent;
    text-align: center;
    padding:0;
}
#ui-datepicker-div .ui-datepicker-calendar td span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: none;
}
#ui-datepicker-div .ui-datepicker-calendar td .ui-state-default {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: none;
}
#ui-datepicker-div .ui-datepicker-calendar td .ui-state-active {
    background-color:#23a1ed;
    color:white;
    font-weight:600;
}
#ui-datepicker-div .ui-datepicker-calendar .xdsoft_other_month {
    opacity: 1;
    color: #3c3844;
}
#ui-datepicker-div .ui-datepicker-calendar td:hover a{
    background: rgba(198,206,218,.5)!important;
    color: #7a7585!important;
}
