.subtitle {
    color: #323232;
}

.container {
    font-family: Open Sans;
}

.service {
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 20px;
}

.service-description {
    color: #A3A3A3;
    font-size: 14px;
}


.service-title {
    font-weight: 600;
    color: #595959;
    font-size: 14px;
}

.service hr {
    border: 0px solid #F4F4F4;

}


.service .avatar-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;

}

.service .avatar-circle {
    width: 25px;
    height: 25px;
    background-color: #F9B580;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.service .initials {
    position: relative;
    top: -13px; /* 25% of parent */
    font-size: 10px; /* 50% of parent */
    line-height: 50px; /* 50% of parent */
    color: #fff;
    font-weight: bold;
}

.service-selected {
    border: 2px var(--primary-button) solid;
}

.employee {
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 15px;
}

.employee .avatar-circle {
    width: 50px;
    height: 50px;
    background-color: #F9B580;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.employee .avatar-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
}

.employee .initials {
    position: relative;
    top: 0px; /* 25% of parent */
    font-size: 20px; /* 50% of parent */
    line-height: 50px; /* 50% of parent */
    color: #fff;
    font-weight: bold;
}

.employee-name {
    font-weight: 600;
    color: #595959;
    font-size: 14px;
}

.employee-angle {
    font-size: 25px;
}

.employee-badge {
    padding: 2px 4px;
    background: #DDDDDD;
    color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 3px;
}

.picker {
    padding: 12px 5px;
    border: 0.5px solid var(--primary-button);
    box-sizing: border-box;
    border-radius: 4px;
    max-height: 60px;
}

.picker button {
    background: var(--primary-button);
    border-radius: 4px;
    color: #FFFFFF;
    padding: 5px 15px;
    border: none;
}

.dateselect {
    background: #1E1D21;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Open Sans;
}

.dateselect hr {
    width: 90%;
}

.dateselect-dates {
    font-size: 14px;
    border-radius: 4px;
    height: 55px;
}

.dateselect-dates-selected {
    background: var(--primary-button);
}

.confirm-service-name {
    color: #595959;
    font-family: Open Sans;
    font-weight: 600;
}

.employee-badge-confirm {
    padding: 2px 4px;
    background: #DDDDDD;
    color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
}

.confirm-service hr {
    width: 100%;
    border: 1px solid #F4F4F4;
    margin-top: 8px;
    margin-bottom: 8px;
}

.confirm-service {
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.schedule {
    background: transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}

.schedule-clock {
    color: var(--primary-button);
}

.schedule-radio:checked ~ .schedule {
    background: var(--primary-button);
    color: #FFFFFF;
}

.schedule {
    font-size: 14px;
    border: var(--primary-button) 1px solid;
    width: 60px;
    margin-left: 10px;
    padding: 3px 12px;
}

.schedule-selected {
    background: var(--primary-button);
    color: #FFFFFF;
}

.schedule-selected .schedule-clock {
    color: #FFFFFF;
}

#div-welcome {
    font-family: Open Sans;
}
