
.chevron {
    margin-inline-start: 20px;
}

.title-create-edit {
    color: black !important;
    font-weight: 600 !important;
    margin-bottom: 10px!important;
    padding-inline-start: 20px !important;
    border-bottom: 0 !important;
    text-align: start !important;
    font-size: 22px !important;
}

.bottom-sheet-service-cell {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    margin: 25px;
}

.bottom-sheet-service-cell-fixed {
    font-size: 20px;
    color: #333333;
    margin: 25px;
}

.bs-service-new {
    border-radius: 20px;
    background: #333333;
    color: #34C759
}

.bs-service-active {
    border-radius: 20px;
    background: #34C759;
    color: #333333;
}

.add-service-fab {
    display: inline;
    margin: 14% 10px;
    /* top: 20px; */
    font-weight: 200;
    font-size: 17px;
    vertical-align: middle;
}

.font-800 {
    font-weight: 800 !important;
}

.services-title {
    font-weight: 800;
    font-size: 17px;
    color: black;
    margin: 50px 60px 20px;
    text-align: start;
}

.cell-row {
    height: 70px;
}

.cell-separator {
    width: 85%;
    height: 1px;
    background: #e8eaed;
}

.service-name {
    margin-top: 19px;
    font-size: 17px;
    font-weight: 300;
    color: #333333;
    width: calc(100% - 60px);
}

.duration {
    margin-inline-start: 30px;
    background: black;
    border-radius: 25px;
    width: 50px;
    line-height: 15px;
    padding-top: 9px;
    height: 50px;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.round-square-time {
    border-radius: 10px;
    border: 1px solid #333333;
    font-size: 30px;
    padding: 10px;
    margin: 10px;
    font-weight: 500;
    width: 66px;
    text-align: center;
}

#splitter {
    font-size: 30px;
    padding: 2px;
    font-weight: 800;
}

.input-checked {
    background: #333333;
    color: #34C759;
}

#duration-circle {
    margin-inline-start: 30px;
    background: #333333;
    color: white;
    border-radius: 25px;
    width: 50px;
    line-height: 15px;
    padding-top: 9px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.icn-margin {
    margin-inline-start: 20px
}

.icn {
    height: 69px;
    padding: 21px;
}

.disabled {
    font-weight: 800;
}
