
.menu-item > div {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-soft-text);
}

.tabs .tab {
    font-size: .9rem;
    font-weight: bold;
    color: #B6B6B6;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

.tabs .tab.active {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.reg-box {
    background: #F8F8F8;
}

.reg-box:active {
    background: #f1f1f1;
}

header h2 {
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
}

header {
    position: fixed;
    top: 0;
    left: 65px;
    right: 0;
    background: white;
    z-index: 10;
}

.aside-menu {
    position: sticky;
    top: 0;
}

.naui-input[readonly] {
    background: var(--back-gray);
    border-color: var(--border-color);
}

hr {
    border: none;
    height: 1px;
    background: var(--border-color);
}

/* Date input polyfill */
date-input-polyfill {
    z-index: 50;
}

.service-schedule {
    font-size: .8rem;
}

.service-schedule > div {
    background: #838383;
    color: white;
    padding: .25rem .5rem;
    border-radius: 5px;
}

.naui-table.straps tbody > tr:nth-child(even) td {
    background: #fafafa;
}

.naui-table.straps tbody > tr:nth-child(odd) td {
    background: white;
}

.d-none {
    display: none;
}

input.alert {
    border: 1px solid red;
}

.cursor-pointer {
    cursor: pointer;
}

.pt-8rem {
    padding-top: .8rem;
}

.logs {
    background-color: var(--back-gray);
    padding: .5rem 1.5rem;
    border-radius: 10px;
    font-size: .8rem;
}

.alert-price i {
    margin-right: .25rem;
    color: #c9d60e;
}