/*  */
    .ui-datepicker-header a.ui-datepicker-prev::after {
        font-family: "FontAwesome";
        content: "\f104";
    }

    .ui-datepicker-header a.ui-datepicker-next::after {
        font-family: "FontAwesome";
        content: "\f105";
        /* font-size: 1.5rem;
        color: #444444; */
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
        padding: 5px;
        font-size: 18px;
        text-align: center;
        border: none;
    }

    .ui-datepicker-header a.ui-datepicker-next {
        padding: 5px;
        font-size: 18px;
        text-align: center;
        border: none;
    }

    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
        background: rgb(51, 51, 51);
        color: #fff;
        font-weight: bolder;
    }


   .eduzone-tab li.active a, .eduzone-tab li:hover a {
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
}