﻿.k-timepicker {
    border-radius: 2px;
}

    .k-timepicker:focus-within {
        box-shadow: none;
        border-color: #689de8;
    }

    .k-timepicker > .k-input-inner {
        border: none !important;
    }

    .k-timepicker > .k-input-button {
        width: calc(2.4375rem + 1px);
        background-color: #f8f9fa;
        border: none;
        border-left: 1px solid #ced4da;
        border-radius: 0;
    }

        .k-timepicker > .k-input-button:hover {
            border: none;
            border-left: 1px solid #ced4da;
        }

        .k-timepicker > .k-input-button:active {
            box-shadow: none !important;
        }

    .k-timepicker .k-i-clock {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
    }

        .k-timepicker .k-i-clock:before {
            content: "\f017";
        }

[dir=rtl] .k-timepicker > .k-input-button {
    border-left: none;
    border-right: 1px solid #ced4da;
}

.k-list-container {
    font-family: inherit !important;
    font-size: inherit !important;
}
