#gameTabs, #gameTabs .nav-link {
    border: none;
}
#gameTabs .nav-item {
    flex: 1 !important;
}
#gameTabs .nav-link.active {
    background: none;
    border: none;
}
#gameTabs .nav-link img {
    filter: grayscale(100%);
}
#gameTabs .nav-link:hover img {
    filter: grayscale(50%);
}
#gameTabs .nav-link.active img {
    filter: grayscale(0%);
}

#gameTabsContent .p-3 .container {
    display: none;
}
#gameTabsContent .p-3:hover .container {
    display: block;
}
#gameTabsContent button {
    background-color: #b30000;
    border-color: #b30000;
}
#gameTabsContent button:hover {
    background-color: #df0000;
    border-color: #df0000;
}
#gameTabsContent .p-3 {
    max-width: 250px;
    max-height: 200px;
    height: 200px;
}

#casinoEvolutionGaming {
    background-image: url(/nnsite/images/games/casino/evolution_front.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#casinoEvolutionGaming:hover {
    background-image: url(/nnsite/images/games/casino/evolution_back.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.loading-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.redirect-page #t4-topbar, 
.redirect-page #t4-header, 
.redirect-page #t4-section-1, 
.redirect-page #t4-section-4, 
.redirect-page #t4-footer {
    display: none !important;
}

/* .services-modal {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-modal.show {
    display: block;
    opacity: 1;
}

.services-modal-content {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.services-modal-header {
    background-color: #850000;
    color: white;
}

.services-modal-footer {
    background-color: #850000;
}

.services-modal-body {
    padding: 15px;
} */

#modalDeposit,
#modalWithdrawal,
#modalMoneytransfer,
#modalConvertpoints {
    background: none;
}

#modalDeposit .modal-content,
#modalWithdrawal .modal-content,
#modalMoneytransfer .modal-content,
#modalConvertpoints .modal-content {
    border: 2px solid white;
}

#modalDeposit .modal-header,
#modalWithdrawal .modal-header,
#modalMoneytransfer .modal-header,
#modalConvertpoints .modal-header {
    background-color: #850000;
}

#modalDeposit .btn-close,
#modalWithdrawal .btn-close,
#modalMoneytransfer .btn-close,
#modalConvertpoints .btn-close  {
    background-color: white;
}

#modalDeposit .modal-body,
#modalWithdrawal .modal-body,
#modalMoneytransfer .modal-body,
#modalConvertpoints .modal-body  {
    background-color: #04213f;
    color: white;
    max-height: 500px;
    overflow-y: auto;
    border-top: 1px solid white;
}

#modalDeposit .modal-body .row.row-deposit,
#modalWithdrawal .modal-body .row.row-withdrawal,
#modalMoneytransfer .modal-body .row.row-moneytransfer,
#modalConvertpoints .modal-body .row.row-convertpoints  {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid white;
}

#modalDeposit .modal-body .row.row-deposit .col-3,
#modalWithdrawal .modal-body .row.row-withdrawal .col-3,
#modalMoneytransfer .modal-body .row.row-moneytransfer .col-3,
#modalConvertpoints .modal-body .row.row-convertpoints .col-3 {
    border-right: 1px solid white;
}

#modalDeposit .modal-body .row.row-deposit .col-3,
#modalDeposit .modal-body .row.row-deposit .col-9,
#modalWithdrawal .modal-body .row.row-withdrawal .col-3,
#modalWithdrawal .modal-body .row.row-withdrawal .col-9,
#modalMoneytransfer .modal-body .row.row-moneytransfer .col-3,
#modalMoneytransfer .modal-body .row.row-moneytransfer .col-9,
#modalConvertpoints .modal-body .row.row-convertpoints .col-3,
#modalConvertpoints .modal-body .row.row-convertpoints .col-9 {
    padding: 1rem;
}

#modalDeposit .row.row-deposit p:last-of-type,
#modalWithdrawal .row.row-withdrawal p:last-of-type,
#modalMoneytransfer .row.row-moneytransfer p:last-of-type,
#modalConvertpoints .row.row-convertpoints p:last-of-type {
    margin-bottom: 0;
}

#modalDeposit .modal-footer,
#modalWithdrawal .modal-footer,
#modalMoneytransfer .modal-footer,
#modalConvertpoints .modal-footer  {
    justify-content: center;
    border: none;
    background-color: #850000;
}

#modalDeposit .modal-footer .btn,
#modalWithdrawal .modal-footer .btn,
#modalMoneytransfer .modal-footer .btn,
#modalConvertpoints .modal-footer .btn {
    justify-content: center;
    border-color: white;
    background-color: white;
    color: black;
    border: none;
}

#modalDeposit .modal-footer .btn:hover,
#modalWithdrawal .modal-footer .btn:hover,
#modalMoneytransfer .modal-footer .btn:hover,
#modalConvertpoints .modal-footer .btn:hover {
    background-color: #c28080;
    border-color: #c28080;
    color: white;
}

#modalDeposit ul,
#modalWithdrawal ul,
#modalMoneytransfer ul,
#modalConvertpoints ul {
    list-style-type: square;
}

#modalDeposit .btn-amount,
#modalWithdrawal .btn-amount {
    background-image: linear-gradient(#ffa700, #fffd00);
}

#modalDeposit .btn-enter-again,
#modalWithdrawal .btn-enter-again {
    background-image: linear-gradient(#818181, #fefefe);
}

#modalDeposit .btn-validate-amount {
    background-color: #ffff00;
}

#modalDeposit .btn-validate-amount:hover {
    background-color: #ffa700;
}

#modalWithdrawal .btn-password-exchange {
    background-color: white;
}

#modalWithdrawal .btn-password-exchange:hover {
    background-color: #818181;
}

#t4-footer .footer {
    padding-top: 1rem;
}

#t4-footer .footer p {
    margin: 0;
}

#t4-footer ul {
    list-style-type: none;
    padding: 0;
}

#t4-footer .footnav-5 {
    text-align: right;
}

#t4-footer .socmed-icons img {
    width: 30px;
    border-radius: 5px;
    padding: 1px;
}

#adminForm ul.pagination {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
}

#adminForm thead tr {
    background: gray;
}

.com-content-category.category-list .content-category > h2 {
    text-align: center;
}