.calendar-table__filters {
    width: 100%;
    padding-bottom: 52px;
}

.calendar-table__inner {
    display: flex;
}

.calendar-table__filters {
    display: flex;
}

.calendar-table__booker {
    padding-right: 20px;
}

.checkbox-filters {
    margin-right: 15px;
}

.checkbox-filters div {
    display: inline-block;
    margin-right: 15px;
}

.checkbox-filters div label {
    display: inline-block;
    transition: all 400ms;
}

.checkbox-filters label:hover {
    opacity: .5;
}

.drop-remove label {
    text-align: center;
}

.checkbox-filters label {
    padding: 16px;
    background-color: #47A5C4;
    border-radius: 16px;
    color: #ffffff;
    text-align: center;
}

.calendar-table__table {
    width: 100%;
}

.calendar-table__booker-date p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
}
@media (max-width:1440.98px) {
    .calendar-table__booker-date p {
        font-size: 16px;
        line-height: 28px;
    }
}
.calendar-table__booker-title h3 {
   margin-bottom: 24px;
   padding-top: 8px;
}

.calendar-table__booker-form-body .control-label {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;;
    color: #021326;
    margin-bottom: 16px;
    display: inline-block;
}
@media (max-width:1440.98px) {
    .calendar-table__booker-form-body .control-label{
        font-size: 16px;
        line-height: 28px;
    }
}
div#event-is_new_customer\ calendar-table__new-customer {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    width: 100%;
    margin-bottom: 42px;
}

div#event-is_new_customer\ calendar-table__new-customer label {
    cursor: pointer;
    font-size:18px;
    line-height: 36px;
    padding: 3px 16px;
    background-color: #47A5C4;
    border-radius: 16px;
    position: relative;
    color: #fff;
    z-index: 10;
    margin-right: 16px;
}

div#event-is_new_customer\ calendar-table__new-customer input {
position: absolute;
cursor: pointer;

}
@media (max-width:1440.98px) {
div#event-is_new_customer\ calendar-table__new-customer label  {
    font-size: 16px;
    line-height: 28px;
}
}
.calendar-table__booker-form-body .form-group label {
    margin-bottom: 10px;
    display: inline-block;
}

.calendar-table__booker-form-body .input-field label {
    display: inline-block;
    margin-bottom: 8px;
}

.calendar-table__booker-form-body form input[type="text"] {
    background-color: #fff;
    border-radius: 1rem;
    min-height: 3.5rem;
    padding: 1rem;
    border: 2px solid #E9E9E9;

}

@media (max-width:1440.98px) {
    .input-field .input-wrapper label {
        font-size: .875rem;
        left: 1rem
    }
}

.input-field select {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    border-radius: 1rem;
    min-height: 3.5rem;
    padding: 1rem;
    border: 2px solid #E9E9E9;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-field.data-picker {
    padding-bottom: 0;
}

.input-field.data-time-picker__item input {
    margin: 0 !important;
    height: inherit;
    max-width: 142px;
}

.input-field input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.data-picker.input-field input[type="date"] {
    max-width: 142px;

}

.input-field input[type="time"] {
    position: relative;
}

.input-field input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.fc-head thead {
    height: 26px;
}

.fc-head th {
    background-color: #47A5C4;
    text-align: center !important;
    ;
    vertical-align: middle !important;
    color: #fff;

}

.fc-head.fc-day-header {
    vertical-align: middle;
}

.fc-head th span {
    font-size: 14px;
    font-weight: 400 !important;
    padding: 4px;
}

.fc-day-header {
    height: 30px;
}

.calendar-table__grid {}

.calendar-table__slats tr td {
    height: 30px !important;

}

.fc-time {
    vertical-align: middle;
    text-align: center;
}

.fc-time-grid .fc-slats td {
    vertical-align: middle;
    text-align: center;

}

.fc-time-grid-event,
.fc-day-grid-event {
    /*background-color: #47a5c4 !important;*/
}

.fc-unthemed td.fc-today {
    background: #F2FCFF !important;
    position: relative;
    z-index: 10;
}

.fc-view-container {
    background-color: #fff;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border: 2px solid #E9E9E9 !important;
}

.fc-unthemed .fc-row {
    border: none !important;
    border-bottom: 1px solid #E9E9E9 !important;
}

.fc-unthemed tbody {
    border: 1px solid #E9E9E9 !important;

}

.fc-unthemed .fc-content,
.fc-unthemed td {
    border: 1px solid #E9E9E9 !important;
}

.fc-unthemed .fc-divider {
    display: none;
}

.fc-event-container .fc-content {
    border: none !important;
}


.sidebar--booker {
    max-width: 236px;
}

.dashboard-admin__wrapper {
    margin-top: 84px;
    margin-left: 300px;
}

.dashboard-admin__wrapper--booker {
    margin-left: 236px;
}

@media screen and (max-width: 1500px) {
    .dashboard-admin__wrapper {
        margin-left: 220px;

    }
}
@media screen and (max-width: 1376px) {
    .dashboard-admin__wrapper {
    margin-top: 96px;
}
}
@media screen and (max-width: 1200px) {
    .dashboard-admin__wrapper {
     
        margin-left: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .sidebar {
        top: 96px;
    }
}

.fc-ltr .fc-axis {
    font-size: 12px;
    text-align: center;
}

.fc-content {
    text-align: center;
}

.fc-time-grid-event {
    border-radius: 12px !important;
    padding: 4px;
}

.fc-time-grid-event .fc-content {
    border: none !important;
}

.fc-time-grid-event.fc-event {
    border: none !important;
}

.fc-button-primary {
    padding: 16px !important;
    background-color: #47A5C4 !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}
.fc-button-active{
    background-color:#3C8BA5 !important;
}

.fc-button-primary:hover {
    opacity: .5;
}

.fc-toolbar {
    flex-wrap: wrap;
}

.fc-toolbar .fc-left {
    margin-right: 20px;
}

.fc-toolbar .fc-center {
    margin: 20px 0;
}

.calendar-table__booker .btn--primary,
.calendar-table__booker .btn--red {
    margin-bottom: 20px;
}

.calendar-table__booker {
    max-width: 350px;
    width: 100%;
}

.calendar-table__booker .btn--primary,
.calendar-table__booker .btn--red {
    min-width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1376px) {
    .calendar-table__booker {
        width: 300px;
    }


}

@media screen and (max-width: 1376px) {
    .dashboard-admin__wrapper {
        padding: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .calendar-table__booker {
        width: 280px;
    }
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
    background-color: #47A5C4 !important;

}

.fc-list-table .fc-list-heading {
    padding: 16px;
    min-height: 30px;
    background-color: #47A5C4 !important;
    color: #ffffff;
}

.fc-list-table tr:first-child td {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
}

.fc-list-item {
    font-size: 14px;
}

.fc th,
.fc td {
    vertical-align: middle !important;
}

.fc-list-table tr {
    height: 40px;
}

.fc-list-item-time {
    width: 200px;
    text-align: center;
}

.fc-list-item-marker {
    width: 30px;
    text-align: center;
}

.fc-event-dot {
    background-color: #47A5C4 !important;
}

.add-doctors__form--booker {
    justify-content: flex-start !important;

}


.add-doctors__form--booker .input-field {
    margin-right: 36px;
}

.calendar-table__booker-date{
    margin-top: 20px;
}
.fc-button-primary:disabled{
    opacity: 1 !important;
    background-color: #3c8ba5!important;
}
.event-is_new_customer-is-active{
    background-color: #3c8ba5!important;

}
.sidebar--clinics {
    overflow-y: scroll;
    height: calc(100vh - 95px);
}
@media screen and ( max-height: 640px ){

.sidebar--clinics ul{
    min-height: 59.125rem;
  }
}