.strandrederi-timepicker-wrapper {

}

.strandrederi-timepicker-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    display: none;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.strandrederi-timepicker-arrow {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #777;
    background: #fafafa;
    font-size: 13px;
    user-select: none;
}

.strandrederi-timepicker-arrow-up {
    border-bottom: 1px solid #e5e5e5;
}

.strandrederi-timepicker-arrow-down {
    border-top: 1px solid #e5e5e5;
}

.strandrederi-timepicker-list {
    max-height: 170px;
    overflow-y: auto;
}

.strandrederi-timepicker-option {
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.strandrederi-timepicker-option:hover {
    background: #f2f2f2;
}

.strandrederi-timepicker-active {
    background: #e9e9e9;
    font-weight: 600;
}

/* Scrollbar */
.strandrederi-timepicker-list::-webkit-scrollbar {
    width: 8px;
}

.strandrederi-timepicker-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 8px;
}
