.b-can-heal-children {
    position: relative;
}
.b-person-details__child-icon {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f58233;
    border-radius: 50%;
    background-image: url('/local/templates/.default/components/orteka/users.list/doctors_detail/child-icon.svg');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 26px;
    left: -12px;
}

.employee-calendar-button {
    text-transform: lowercase !important;
    border-color: transparent;
    height: fit-content !important;
    border-radius: 1rem;
    cursor: pointer;
    position: relative;
    top: -0.2rem;
}
.employee-calendar-wrapper {

}
.employee-calendar-row {
    display: flex;
}
.employee-calendar-row.week {
    font-weight: 700;
}
.employee-calendar-item {
    padding: 1px;
}
.employee-calendar-day {
    position: relative;
    width: 3.5rem;
    border: 1px solid #00A7B8;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #fff;
    height: 3.6rem;
    overflow: hidden;
}
.employee-calendar-row.week .employee-calendar-day {
    height: fit-content;
    align-items: center;
    background-color: #00A7B8;
}
.employee-calendar-title {
    color: #00A7B8;
    line-height: initial;
    text-align: center;
}
.employee-calendar-time {
    background-color: #00A7B8;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
    line-height: initial;
    text-align: center;
}
.employee-gray {
    font-weight: 700;
    color: #aaa;
    margin-left: 10px;
    position: relative;
    top: -0.2rem;
}
.blue_wrapper {
    background-color: #EDF1F4;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.default_width {
    max-width: 1260px !important;
}