.calendar {
    display: table;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.calendar header {
    cursor: default;
    height: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
}

.calendar header span {
    display: inline-block;
}

.calendar header .button {
    width: 40px;
    text-align: center;
    /* position: absolute; */
    cursor: pointer;
    height: 28px;
}

.calendar header .left.button {
    left: 0;
}

.calendar header .right.button {
    right: 0;
    top: 0;
}

.calendar header .header-label {
    letter-spacing: 1px;
    width: auto;
    text-align: center;
    cursor: pointer;
}

.calendar table {
    border-collapse: collapse;
}

.calendar table td div {
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #68696D;
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 8px 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #00000000;
}

.calendar-width-300 {
    min-width: 300px;
}

.desktop-calendar.calendar table td div {
    width: 94px !important;
    height: 87px !important;
    vertical-align: middle;
    display: table-cell;
}

.desktop-calendar.calendar table td div {
    width: 94px !important;
    height: 87px !important;
    vertical-align: middle  !important;
    display: block  !important;
    align-self: center  !important;
    align-items: center  !important;
    align-content: center  !important;
    margin-top: 15px  !important;
}

.desktop-calendar.calendar table td .small-divs {
    width: 36px !important;
    height: 36px !important;
    vertical-align: middle;
    display: table-cell;
}

.calendar thead th {
    height: 26px;
    width: 40px !important;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.calendar .calendar-frame table {
    width: 100%;
}

.calendar .calendar-frame tbody td div {
    border-radius: 4px;
}

.calendar .calendar-frame tbody td.today div {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    /* border: 1px solid #00000036; */
    /* background: #fff; */
    color: #000000;
    text-align: center;
    padding: 8px 0;
    font-family: 'Gilroy-Bold' !important;
}

.calendar .calendar-frame tbody td:not(.disabled):hover div,
.calendar .calendar-frame tbody td:not(.disabled).selected div {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    /* background: #fff; */
    /* color: #000000 !important; */
    text-align: center;
    padding: 8px 0;
    /* border: 1px solid #000000; */
    font-family: 'Gilroy-Bold' !important;
}

.date-grey {
    background: #D9D9D9;
    font-family: 'Gilroy-Bold' !important;
}

.date-yellow {
    background: #FFF8B8;
    font-family: 'Gilroy-Bold' !important;
}

.date-yellow2 {
    background: #F4BE1B;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}
.date-red {
    background: #FF4D4D;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}
.date-green {
    background: #33D1A2;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}

.date-blue {
    background: #17A1FA;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}

.header-month-title {
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    background: var(--Driver-pink-tragget, #FDD7E4);
    padding: 10px;
}

.count-jobs {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    background: #D9D9D9;
    border-radius: 100%;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #130F26;
}

.job-status {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    padding: 3px;
}

#pnlEventCalendar2  table tr td div{
    width: 84px !important;
    height: 40px !important;
    vertical-align: middle !important;
    display: table-cell !important;
}
#pnlEventCalendar2  table tr td div.selected{
    font-weight: bold;
    border: 1px solid black;
    color: black;
}

#pnlEventCalendar2 .job-status{
    display:none;
}

#pnlEventCalendar2 .date-grey{
    background-color: #fff !important;
    font-weight: normal !important;
    color: #68696D !important;
    font-family: 'Gilroy' !important;
}

#pnlEventCalendar2 .date-yellow{
    background-color: #fff !important;
    font-weight: normal !important;
    color: #68696D !important;
    font-family: 'Gilroy' !important;
}

#pnlEventCalendar2 .date-yellow2{
    background-color: #fff !important;
    font-weight: normal !important;
    color: #68696D !important;
    font-family: 'Gilroy' !important;
}

#pnlEventCalendar2 .date-green{
    background-color: #fff !important;
    font-weight: normal !important;
    color: #68696D !important;
    font-family: 'Gilroy' !important;
}

#pnlEventCalendar2 .date-blue{
    background-color: #fff !important;
    font-weight: normal !important;
    color: #68696D !important;
    font-family: 'Gilroy' !important;
}

.date-yellow{
    color:#212529 !important
}