.working-hours-panel {

}

.working-hours-panel__form {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.working-hours-panel .working-hours-panel__input {
    width: 100%;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    height: 35px;
    border: 1px solid #d0d0ce;
}

.working-hours-panel__label {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}

.working-hours-panel__separator {
    width: 30px;
    flex: 0 0 auto;
    text-align: center;
    margin-top: 19px;
}

.working-hours-panel__button {
    width: 100%;
    height: 40px;
    background: #99F1C9;
    padding: 5px 15px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-radius: 3px;
    transition: color .2s, background-color .2s;
    color: #233b3f;
}

.working-time-panel__button:hover,
.working-time-panel__button:focus,
.working-time-panel__button {
    transition: background-color .2s, color .2s;
}

.working-hours-panel__button:hover {
    background: #71c69f;
}

.working-hours-panel__header {
    margin-bottom: 10px;
    padding-top: 0;
}

.working-hours-panel__error-message,
.working-hours-panel__success-message {
    display: none;
    margin-bottom: 10px;
    margin-top: -15px;
}

.working-hours-panel__success-message {
    color: #508c71;
}

.working-hours-panel__error-message {
    color: #d12020;
}

.side-panel--horizontal .working-hours-panel__button {
    max-width: 260px;
}
