﻿/*.time-selector {
    position: relative;
}*/

/*.time-selector .value-display {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: var(--font-dark);
}*/

/*.time-selector-box {
    position: absolute;
    display: flex;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10em;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(39, 50, 68, 0.1), 0 0 2px 0 rgba(39, 50, 68, 0.1);
}*/

.time-selector-box.with-button {
    height: 190px;
    flex-flow: row wrap;
}

    /*.time-selector-box.closed {
    display: none;
}*/

    /*.time-selector-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: y mandatory;
}*/

.time-selector-box.with-button .time-selector-list {
    width: 50%;
    height: 150px;
}

.time-selector-box:not(.with-button) .time-selector-list {
    flex: 1;
}


/*.time-selector-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}*/

/*.time-selector-list li {
    height: 30px;
    padding: .4em 0;
    font-size: 1em;
    color: var(--font-dark);
    scroll-snap-align: center;
}*/

/*.time-selector-list li:not(.selected):hover {
    background-color: #d3d3d3;
}*/

/*.time-selector-list li.selected {
    background-color: var(--button-color);
    color: var(--font-light);
}*/

.time-selector-footer {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 40px;
    justify-content: flex-end;
    padding: 5px 10px;
}

.time-selector-footer.irregular {
    height: 35px;
    margin-top: 5px;
    padding: 0;
    border-top: 1px solid var(--border-color-light);
}

.time-selector-footer.regular button {
    border: 0;
    padding: 0 17px;
    border-radius: var(--border-radius);
    background-color: var(--button-color);
    color: var(--font-light);
    font-weight: bold;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

.time-selector-footer.irregular button {
    border: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    border-left: 1px solid var(--border-color-light);
}

.time-selector-footer.regular button > svg {
    display: none;
}

.time-selector-footer.irregular button > span {
    display: none;
}

.time-selector-footer button svg {
    width: 16px;
    height: 16px;
}

.time-selector-footer button svg path {
    fill: var(--font-dark);
}
