@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/TobbApp/Components/Adetsis/DevExpressNumericKeypad.razor.rz.scp.css */
/* DevExpressNumericKeypad.razor.css */

.dx-keypad-container[b-4afpfhcq0p] {
    position: relative;
    width: 100%; /* Container genişliğini tam yap */
    display: block; /* inline-block yerine block */
}

.input-wrapper[b-4afpfhcq0p] {
    cursor: pointer;
}

.dx-keypad-input[b-4afpfhcq0p] {
    font-size: 18px !important;
    text-align: right;
}

/* Popup Container - Input'un sağına konumlandırma */
.keypad-popup[b-4afpfhcq0p] {
    position: absolute;
    top: 0;
    left: calc(100% + 10px); /* Input'un sağına 10px boşlukla */
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 280px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    animation: slideInFromRight-b-4afpfhcq0p 0.3s ease-out;
    border: 1px solid #ddd;
    z-index: 1000;
}

/* Sağdan açılma animasyonu */
@keyframes slideInFromRight-b-4afpfhcq0p {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Header */
.keypad-header[b-4afpfhcq0p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .keypad-header span[b-4afpfhcq0p] {
        font-weight: bold;
        color: #333;
    }

.close-btn[b-4afpfhcq0p] {
    width: 30px;
    height: 30px;
    padding: 0;
    color: #666;
}

    .close-btn:hover[b-4afpfhcq0p] {
        color: #333;
        background-color: #f0f0f0;
    }

/* Keypad Grid */
.dx-numeric-keypad[b-4afpfhcq0p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.keypad-row[b-4afpfhcq0p] {
    display: flex;
    gap: 8px;
}

.keypad-btn[b-4afpfhcq0p] {
    flex: 1;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}

.confirm-btn[b-4afpfhcq0p] {
    width: 100%;
}

/* Mobil cihazlar için uyarlama */
@media (max-width: 768px) {
    .keypad-popup[b-4afpfhcq0p] {
        left: auto;
        right: 10px; /* Mobilde sağ kenara yakın konumla */
        width: 260px;
        max-width: calc(100vw - 20px);
    }

    .dx-keypad-container[b-4afpfhcq0p] {
        max-width: 100%;
    }
}

/* Ekran genişliği popup + input'tan küçükse */
@media (max-width: 650px) {
    .keypad-popup[b-4afpfhcq0p] {
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 10px); /* Input'un altına taşı */
    }
}

/* DevExpress tema uyumluluğu */
.dx-theme-bootstrap5 .keypad-popup[b-4afpfhcq0p],
.dx-theme-material .keypad-popup[b-4afpfhcq0p] {
    border: 1px solid #dee2e6;
}

.dx-theme-bootstrap5 .keypad-btn[b-4afpfhcq0p],
.dx-theme-material .keypad-btn[b-4afpfhcq0p] {
    border-radius: 6px;
}
/* _content/TobbApp/Components/Pages/IhaleAsamalar.razor.rz.scp.css */
.countdown-container[b-r3tcz80egr] {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.countdown-circle[b-r3tcz80egr] {
    position: relative;
    width: 100px;
    height: 100px;
}

.countdown-svg[b-r3tcz80egr] {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.countdown-base[b-r3tcz80egr] {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 8;
}

.countdown-progress[b-r3tcz80egr] {
    fill: none;
    stroke: #4CAF50;
    stroke-width: 8;
    stroke-dasharray: 283;
    transition: stroke-dashoffset 1s linear;
}

.countdown-text[b-r3tcz80egr] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.ihale-asama[b-r3tcz80egr] {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.asama-teklif[b-r3tcz80egr] {
    background-color: #e3f2fd;
    color: #0d47a1;
}

.asama-ihale[b-r3tcz80egr] {
    background-color: #fff8e1;
    color: #ff8f00;
}

.asama-bekleme[b-r3tcz80egr] {
    background-color: #f3e5f5;
    color: #6a1b9a;
}
