﻿body {
}

.loading-panel {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 145px;
}

label.error {
    color: red;
}

select :disabled {
    color: red;
}

.dark-mode #popupAnnouncementListingModal .modal-footer label {
    color: black;
}

.dntext-2 img {
    width: 15px;
}

/*.filter-menu {
    height: 55px;
    overflow-x: auto;
}

    .filter-menu::-webkit-scrollbar {
        height: 10px;
    }

    .filter-menu::-webkit-scrollbar-thumb {
        background: linear-gradient(to bottom, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
        border-radius: 30px;
    }

        .filter-menu::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(to bottom, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
            border-radius: 30px;
        }*/

table th {
    color: white;
}

.table-banking tr th {
    text-transform: uppercase;
}

.gbnum img, .mw-tb img, .vip_logo {
    width: 20px;
}

.dropdown-login.wallet {
    width: 480px;
}

button.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
}

.inbox-wrapper table.inbox-table tr td:first-child {
    width: 65%;
}

.inbox-wrapper table.inbox-table tr td:nth-child(2) {
    width: 25%;
}

textarea {
    resize: none;
}

.adminMessage, .userMessage {
    border-bottom: 2px solid #e54681;
}

.pmcontent table {
    margin-bottom: 10px;
}

    .pmcontent table > tbody > tr > th {
        background: #4a5a7c;
        color: #fff;
        padding: 5px 5px;
        border: 1px solid #687da8;
    }

    .pmcontent table > tbody > tr > td {
        background: #fff;
        color: #4a5a7c;
        padding: 5px 5px;
        border: 1px solid #687da8;
    }

.reg-feat-box {
    max-width: 105px;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px; /* Space between items */
}

    .pagination-container a,
    .pagination-container span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px; /* Adjust padding for desired size */
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #000;
    }

        .pagination-container a.arrow-box {
            background-color: transparent;
            border: none; /* No border for arrow boxes */
            color: #555; /* Arrow color */
            font-size: 14px; /* Font size for arrows */
            cursor: pointer;
        }

        .pagination-container span.current {
            background-color: #e54681; /* Active color for the current page number */
            color: #fff;
            border: none; /* No border for the current page */
        }

        .pagination-container a.page-num {
            background-color: #eee; /* Background for other page numbers */
            color: #000;
            cursor: pointer;
        }

        .pagination-container a:hover.page-num {
            background-color: #e0e0e0; /* Hover effect for clickable numbers */
        }

        /* Ensure arrows do not have active styles */
        .pagination-container a.arrow-box:hover {
            background-color: transparent; /* No hover effect on arrows */
        }

span.arrow-box.active {
    background: #fff;
    color: #11084c;
    font-size: 12px;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    ul.nav.nav-category li.nav-item a.nav-link, ul.nav.menu-game-nav li.nav-item a {
        font-size: 8px;
    }
}

.float-icon {
    display: block;
    position: fixed;
    z-index: 999;
    width: 12%;
    bottom: 7%;
    left: 50px;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

    .float-icon img {
        width: 100%;
    }

@media (max-width: 999px) {
    .float-icon {
        width: 25%;
        bottom: 11%;
        left: 10px;
    }

        .float-icon img {
            width: 100%;
        }
}

.seo-wrapper a {
    text-decoration: none;
    font-weight: bold;
}

.free-credit-icon:hover, .free-credit-icon-af-login:hover {
    cursor: pointer;
}

.free-credit-icon {
    width: 11%;
}

.free-credit-icon-af-login {
    width: 7%;
}

@media (max-width: 1079px) {
    .free-credit-icon-af-login {
        width: 12%;
    }
}

@media (max-width: 991px) {
    .free-credit-icon-af-login {
        width: 14%;
    }
}

@media(max-width: 480px) {
    .header-sec {
        background-size: cover;
        background-position: right;
    }
}

.bank-pay img {
    filter: grayscale(1);
}

.input-hide input:active + .bank-acct-btn, .input-hide input:checked + .bank-acct-btn img {
    filter: none;
}

.redeem-btn.disabled-redeem, button.redeem-btn.disabled-redeem:hover {
    filter: grayscale(100%) brightness(80%);
}