@import '_content/RapidFireUI/RapidFireUI.mqcw54sdph.bundle.scp.css';

/* _content/Web/Components/TimePicker/TimePickerRF.razor.rz.scp.css */
.timepicker-container[b-dpxedk4cod] {
    position: relative;
    display: inline-block;
}

.timepicker-input-group[b-dpxedk4cod] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.timepicker-input[b-dpxedk4cod] {
    width: 140px;
    padding: 10px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #1f2937;
    transition: .2s;
}

    .timepicker-input:focus[b-dpxedk4cod] {
        outline: none;
        background: #fff;
        border-color: #3b82f6;
    }



    .timepicker-input:disabled[b-dpxedk4cod] {
        background: #f5f5f5;
        cursor: not-allowed;
        opacity: 0.7;
    }



.timepicker-checkbox-label[b-dpxedk4cod] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
}

.timepicker-dropdown[b-dpxedk4cod] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 250px;
}

.timepicker-popup[b-dpxedk4cod],
.timepicker-main-popup[b-dpxedk4cod] {
    padding: 15px;
}

    .timepicker-popup h4[b-dpxedk4cod],
    .timepicker-main-popup h4[b-dpxedk4cod] {
        margin: 0 0 10px 0;
        font-size: 14px;
        color: #333;
    }

.timepicker-grid[b-dpxedk4cod] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.timepicker-item[b-dpxedk4cod] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    text-align: center;
}

    .timepicker-item:hover[b-dpxedk4cod] {
        background-color: #f0f0f0;
        border-color: #999;
    }

.timepicker-main-btn[b-dpxedk4cod] {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

    .timepicker-main-btn:hover[b-dpxedk4cod] {
        background-color: #f5f5f5;
    }

.timepicker-ampm-group[b-dpxedk4cod] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.timepicker-ampm-btn[b-dpxedk4cod] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

    .timepicker-ampm-btn.active[b-dpxedk4cod] {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

.timepicker-confirm[b-dpxedk4cod] {
    padding: 8px;
    /* margin-bottom: 5px; */
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .timepicker-confirm:hover[b-dpxedk4cod] {
        background-color: #218838;
    }

.timepicker-close[b-dpxedk4cod] {
    padding: 8px;
    background-color: #6c757d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .timepicker-close:hover[b-dpxedk4cod] {
        background-color: #5a6268;
    }
