.jsCalendar-nav-right,
.jsCalendar-nav-left{
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jsCalendar-nav-left{
    background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_574_10676)"><path d="M8 1.03125L1 7.53125L8 14.0313" stroke="%23006EB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_574_10676"><rect width="9" height="15" fill="white"/></clipPath></defs></svg>');
}

.jsCalendar-nav-right{
    background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_574_10681)"><path d="M1.39014 1.03125L7.39014 7.53125L1.39014 14.0313" stroke="%23006EB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_574_10681"><rect width="8" height="15" fill="white" transform="translate(0.390137)"/></clipPath></defs></svg>');
}

.jsCalendar-nav-right:hover,
.jsCalendar-nav-left:hover{
    background-color: transparent!important;
}

.jsCalendar-title-name{
    color: #2B2E35!important;
    font-size: 14px!important;
    font-weight: 600!important;
}

.jsCalendar tbody td{
    height: 39px!important;
    width: 42px!important;
    margin: 4px;
    background-color: #F5F5F7;
    border-radius: 8px!important;
    color: #9E9E9E;
}

.jsCalendar-current{
    background-color: #006EB5!important;
    border-radius: 8px!important;
}

thead .jsCalendar-week-days th{
    width: 42px!important;
    margin: 1px 4px!important;
}

.jsCalendar-title{
    text-align: center!important;
}

.jsCalendar thead .jsCalendar-title-name{
    float: none!important;
    display: inline!important;
}

.jsCalendar-next,
.jsCalendar-previous{
    /*display: none!important;*/
    background-color: #FAFAFA!important;
}

.jsCalendar-next:hover,
.jsCalendar-previous:hover{
    color: #cacaca!important;
}

.jsCalendar table{
    font-family: Inter, sans-serif;
    box-shadow: none!important;
}
