﻿.nav-pills .nav-link {
    width: auto;
    padding: 8px 5px;
}

.hf {
    float: left;
    width: 100%;
}

.ns {
    width: 1025px;
    margin: 0 auto;
}

.menu-dropdowns .ns {
    display: table;
}

.md-item {
    display: table-cell;
    cursor: pointer;
    transition: .3s;
    text-align: center;
}

.md-item:hover .mdi-btn {
    background: #b93334;
    color: #fff;
}

.mdi-img {
    height: 203px;
}

.mdi-img img {
    max-height: 203px;
}

.mdi-btn {
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 25px;
    font-weight: 600;
    line-height: 1.9;
    transition: .3s;
    background: transparent;
}

.mdi-btn-bg {
    height: 25px;
    position: absolute;
    bottom: -25px;
    background: rgb(0 0 0 / 85%);
    z-index: -1;
}

.menu-dropdowns {
    position: absolute;
    left: 0;
    width: 100%;
    top: 37px;
    background: rgb(255 255 255 / 80%);
    height: 203px;
    z-index: 9;
    display: none;
    cursor: initial;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #19191c;
    transition: .2s;
}

.sportsbook-type .card {
    background-color: transparent;
    border: 5px solid transparent;
}

.sportsbook-type .card:first-child {
    border-left: 10px solid transparent;
}

/*#paymentFooterImg img{
    max-width: 40px;
}*/

#showQrImg, #showQrImg2{
    display: none;
}

.flex-gap{
    gap:5px;
}

#footerBankPadding {
    padding-left: 4rem !important;
}


.adminMessage {
    text-align: left;
    margin-left: 10px;
}

.adminMessageDate {
    text-align: left;
    font-size: 8px;
}

.userMessage {
    text-align: right;
    margin-right: 10px;
}

.userMessageDate {
    text-align: right;
    font-size: 8px;
}

.inboxModal .inboxModal_cont {
    height: auto;
    width: 95%;
}

#msgMainContainer_inbox .main {
    height: 220px;
}

.btn-reply {
    margin-top: 30px;
    margin-right: 3%;
}

#inboxList_inbox a {
    color: black;
}

.store-icon {
    width: 78px;
}

.mall-icon{ 
    width: 107px;
}