/* Pokerklas ödeme modalı — upstream common.css ile birlikte kullanılır */

#pk-deposit-modal-root {
    display: none;
}

#pk-deposit-modal-root.pk-open {
    display: block;
}

/* Upstream #activityModal arka planını kapat — blur/karartma sadece .modal-backdrop'ta kalsın */
#pk-deposit-modal-root #pkActivityModal {
    background-color: transparent !important;
}

#pk-deposit-modal-root #pkActivityModal.modal {
    z-index: 9999998 !important;
}

#pk-deposit-modal-root #pkActivityModal .modal-dialog {
    position: relative;
    z-index: 9999999;
    margin: 1.75rem auto;
    pointer-events: auto;
}

#pk-deposit-modal-root #pkActivityModal .modal-content {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

body > .modal-backdrop.pk-deposit-backdrop {
    z-index: 9999997 !important;
    opacity: 0.5;
}

#pk-deposit-modal-root .payment-method {
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#pk-deposit-modal-root .payment-method:hover {
    border-color: #aaa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#pk-deposit-modal-root #paymentModal {
    display: none;
}

#pk-deposit-modal-root #paymentModal.pk-active {
    display: block;
}

#pk-deposit-modal-root #depositOptions.pk-hidden {
    display: none !important;
}

#pk-deposit-modal-root .go-back-to-payment-options {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    color: #333;
}

#pk-deposit-modal-root .pk-amount-form {
    padding: 8px 4px 0;
}

#pk-deposit-modal-root .pk-amount-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

#pk-deposit-modal-root .pk-amount-form input[type='number'] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 12px;
}

#pk-deposit-modal-root .pk-method-limits {
    font-size: 12px;
    color: #666;
    margin-bottom: 14px;
}

#pk-deposit-modal-root .pk-method-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
}

#pk-deposit-modal-root .loading-spinner.pk-hidden {
    display: none !important;
}

.crypto-info-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    margin: 8px 0 14px;
    background: linear-gradient(90deg, #1f1f26, #262633);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: inherit;
}

.crypto-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.25);
}

.crypto-info-text {
    display: flex;
    flex-direction: column;
}

.crypto-info-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}

.crypto-info-desc {
    font-size: 12px;
    opacity: 0.9;
}

.crypto-info-desc a {
    color: #ffd34a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.crypto-info-desc a:hover {
    text-decoration: none;
}

.crypto-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999999;
}

.crypto-modal.is-open {
    display: block;
}

.crypto-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.crypto-modal__content {
    position: relative;
    max-width: 820px;
    width: 92vw;
    margin: 10vh auto 0;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.crypto-modal__content::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.crypto-modal iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.crypto-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
    border: 0;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: 22px;
    line-height: 34px;
    cursor: pointer;
}
