@import '_content/RapidFireUI/RapidFireUI.mqcw54sdph.bundle.scp.css';

/* _content/Web/Components/CultureSwitcher.razor.rz.scp.css */
.gg-culture-switcher[b-d7ak9xqjuh] {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    padding: 8px 34px 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #222221;
    background-color: #fff;
    cursor: pointer;

    /* keep the closed control compact and never let it overflow its container */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* replace the native arrow with a styled chevron */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

    .gg-culture-switcher:focus[b-d7ak9xqjuh] {
        outline: none;
        border-color: #9A3324;
        box-shadow: 0 0 0 3px rgba(154, 51, 36, 0.12);
    }
/* _content/Web/Components/TimePicker/TimePickerRF.razor.rz.scp.css */
.timepicker-container[b-2eccsa10gz] {
    position: relative;
    display: inline-block;
}

.timepicker-input-group[b-2eccsa10gz] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.timepicker-input[b-2eccsa10gz] {
    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-2eccsa10gz] {
        outline: none;
        background: #fff;
        border-color: #3b82f6;
    }



    .timepicker-input:disabled[b-2eccsa10gz] {
        background: #f5f5f5;
        cursor: not-allowed;
        opacity: 0.7;
    }



.timepicker-checkbox-label[b-2eccsa10gz] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
}

.timepicker-dropdown[b-2eccsa10gz] {
    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-2eccsa10gz],
.timepicker-main-popup[b-2eccsa10gz] {
    padding: 15px;
}

    .timepicker-popup h4[b-2eccsa10gz],
    .timepicker-main-popup h4[b-2eccsa10gz] {
        margin: 0 0 10px 0;
        font-size: 14px;
        color: #333;
    }

.timepicker-grid[b-2eccsa10gz] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.timepicker-item[b-2eccsa10gz] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    text-align: center;
}

    .timepicker-item:hover[b-2eccsa10gz] {
        background-color: #f0f0f0;
        border-color: #999;
    }

.timepicker-main-btn[b-2eccsa10gz] {
    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-2eccsa10gz] {
        background-color: #f5f5f5;
    }

.timepicker-ampm-group[b-2eccsa10gz] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.timepicker-ampm-btn[b-2eccsa10gz] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

    .timepicker-ampm-btn.active[b-2eccsa10gz] {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

.timepicker-confirm[b-2eccsa10gz] {
    padding: 8px;
    /* margin-bottom: 5px; */
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .timepicker-confirm:hover[b-2eccsa10gz] {
        background-color: #218838;
    }

.timepicker-close[b-2eccsa10gz] {
    padding: 8px;
    background-color: #6c757d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .timepicker-close:hover[b-2eccsa10gz] {
        background-color: #5a6268;
    }
