/* 04. Оформление элементов общего шаблона index.php.
 * Классы index-* заменяют статические style-атрибуты.
 * #top — существующий id элемента html; повышает приоритет этих правил.
 * Начальное display для JavaScript-окон оставлено в HTML.
 */

#top .index-payment-support-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

#top .index-payment-info-icon {
    font-size: 24px;
    color: #007bff;
}

#top .index-auth-error {
    color:red;
    text-align:center;
}

#top .index-auth-success {
    color:green;
    text-align:center;
}

#top .index-auth-tabs {
    display:flex;
    justify-content:center;
    margin-bottom:15px;
    gap:10px;
}

#top .index-auth-tab {
    flex:1;
}

#top .index-auth-input {
    width:100%;
    padding:10px;
    margin-bottom:10px;
    box-sizing:border-box;
}

#top .index-auth-captcha {
    margin-bottom:10px;
    display:flex;
    justify-content:center;
}

#top .index-auth-submit {
    width:100%;
}

#top .index-auth-footer {
    text-align:center;
    margin-top:10px;
    font-size:14px;
}

#top .index-auth-hint {
    font-size:14px;
    margin-bottom:10px;
}

#top .index-auth-divider {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

#top .index-auth-social-label {
    text-align:center;
    margin-bottom:10px;
    color:#ccc;
}

#top .index-auth-telegram-label {
    color: lightgray;
}

#top .index-deposit-input {
    border: 0;
    box-shadow: none;
}

#top .index-banner-debug {
    position:fixed;
    bottom:20px;
    left:20px;
    z-index:1000002;
    gap:10px;
}

#top .index-banner-debug-reset {
    background:#333;
    color:#fff;
    padding:8px 12px;
    border:none;
    border-radius:5px;
    font-size:12px;
    cursor:pointer;
}

#top .index-banner-debug-info {
    background:#4CAF50;
    color:#fff;
    padding:8px 12px;
    border:none;
    border-radius:5px;
    font-size:12px;
    cursor:pointer;
}
