.custom-time-picker {
    position: relative;
    width: 200px;
}

.custom-time-picker .time-options {
    list-style-type: none;
    padding-left: 0;
    margin-left: unset;
    margin: unset;
}

.custom-time-picker .time-option.time-selected {
    background-color: #bccdec;
    font-size: 18px;
}

.dropdown-toggle {
    width: 100%;
    text-align: left;
}

.time-columns {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 237px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 100;
}

.time-column {
    flex: 1;
    text-align: center;
    width: calc(50% - 8px);
}

.arrow-up, .arrow-down {
    display: block;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.time-selection {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    height: 80%;
}

li.time-option {
    font-size: 20px;
}

.hidden {
    display: none;
}
