::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #2E3439;
}

::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    background-color: #2E3439;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #3c444b;
}

body {
    font-family: 'Noto Sans', sans-serif;
}

a {
    text-decoration: none !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
}

.header {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #23292e;
}

.logo img {
    max-height: 60px;
    max-width: 150px;
    padding: 5px 0;
}

.home-new-header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.home-new-header-bottom .navbar {
    flex: 1 !important;
    padding: 0;
}

.home-new-header-bottom button {
    /* min-width: 150px; */
    background-color: #fdcf13;
    border-color: #fdcf13;
    color: var(--text-black);
    border-radius: 40px;
    height: 40px;
    text-transform: uppercase;
}

.home-new-header-bottom button:hover {
    background-color: #fdcf13;
    border-color: #fdcf13;
    opacity: 0.9s;
    color: var(--text-black);
}

.home-new-header-bottom .download-apk {
    color: #fdcf13;
    font-size: 13px;
}

.upcoming-fixure {
    flex: 1 1;
    display: flex;
    /* flex-wrap: wrap; */
    background-color: #444;
    color: #aaafb5;
}

.upcoming-fixure .fixure-title {
    float: left;
    width: 100px;
    background-color: #373a4d;
    text-align: center;
    font-weight: 700;
    height: 60px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    color: #aaafb5;
    font-size: 12px;
    padding: 8px 0 8px 10px;
    line-height: normal;
    border-radius: 0 !important;
}

.upcoming-fixure .fixure-title:after {
    content: "";
    position: absolute;
    top: 0;
    width: 56px;
    height: 60px;
    border-top: 28px solid transparent;
    border-left: 28px solid #373a4d;
    border-bottom: 28px solid transparent;
    right: -56px;
}

.upcoming-fixure .fixure-box-container {
    height: 56px;
    width: calc(100% - 125px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 3px;
}

.upcoming-fixure .fixure-box-container marquee {
    width: 100%;
    height: auto;
}

.upcoming-fixure .fixure-box-container marquee a {
    color: #aaafab;
}

.upcoming-fixure .fixure-box-container .fixure-box {
    margin-right: 20px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
}

.upcoming-fixure .fixure-box-container .fixure-box>div:last-child {
    font-size: 11px;
    margin-top: 3px;
}

.upcoming-fixure .fixure-box-container .icon-svg {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: #16191c8a;
    color: #868686;
    height: 60px;
    width: 60px;
    font-size: 40px;
    font-weight: bolder;
    line-height: 55px;
    cursor: pointer;
}

.carousel-control-next-icon:before {
    font-family: FontAwesome;
    content: "\f105";
}

.carousel-control-prev-icon:before {
    font-family: FontAwesome;
    content: "\f104";
}

.sport-list-title {
    color: #fdcf13;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #fdcf13;
    margin-left: 15px;
}

.casino-banners-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}

.casino-banners-list .casino-banner-item {
    box-shadow: 0 0 10px #2b2366;
    margin-right: 10px;
    margin-left: 0;
    width: 13.5%;
}

.casino-banner-item.login-hover {
    position: relative;
}

.casino-banner-item {
    width: calc(16.66% - 8.4px);
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    animation: slide-down .5s ease-out;
    position: relative;
}

.casino-banner-item img {
    border-radius: 4px;
    width: 100%;
}

.casino-banner-item.login-hover div {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    color: #fdcf13;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 1s;
}

.casino-banner-item.login-hover:hover div {
    opacity: 1;
}

.all-sports-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
}

.sport-list-item {
    background-color: #16191c;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 6px #2b2366;
    width: calc(6.25% - 9px);
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: .8s;
    font-size: 12px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #aaafb5;
}

.sport-list-item img {
    height: 30px;
    max-width: 50px;
}

.sport-list-item>div {
    word-break: break-all;
}

.top-winner-list-box {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    background-color: #16191c;
    color: #aaafb5;
    padding: 10px;
    border-radius: 16px;
    justify-content: center;
    width: 200px !important;
    height: 200px;
    align-items: center;
    font-size: 14px;
    margin: 10px;
}

.player-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #aaafb5;
    font-size: 13px;
    text-transform: capitalize;
}

.tw-section {
    display: flex;
    width: 100%;
}

.footer {
    margin-top: 16px;
    border-top: 1px solid #3c444b;
    padding: 24px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.footer .img-logo {
    max-width: 250px;
    height: auto;
}

.footer h4 {
    color: #fdcf13;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #fdcf13;
    border-bottom: 1px solid #fdcf13;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer ul {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.footer ul li {
    float: left;
    list-style: none;
}

.footer ul li a {
    height: 22px;
    color: #aaafb5;
}

.footer .footer-link a,
span.support {
    color: #aaafb5;
    font-size: 13px;
}

.payments img {
    max-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer .footer-social img {
    height: 24px;
    margin-left: 3px;
}

.footer .gt img {
    height: 50px;
}

.footer-bottom {
    color: #aaafb5;
    margin-top: 5px;
    font-size: 13px;
}

/*modal*/
.log-reg-ui .modal-content {
    background: #3c444b;
}

.log-reg-ui form {
    padding: 0;
}

.log-reg-ui form h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px;
    color: #aaafb5;
}

.log-reg-ui .modal-header .close {
    color: #fff;
    box-shadow: none;
    margin-top: 5px;
    margin-right: 5px;
}

.log-reg-ui form .form-group {
    margin-bottom: 30px;
}

.log-reg-ui .modal-header {
    padding: 1rem !important;
    border: none !important;
    background: none !important;
}

.log-reg-ui .modal-header h5 {
    color: #aaafb5;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

.log-reg-ui.modal-dialog .modal-body {
    padding: 1rem;
}

.log-reg-ui form label {
    color: #aaafb5;
    font-size: 16px;
    margin-bottom: 2px;
}

.log-reg-ui form input {
    border-radius: 0;
    border: 1px solid #aaafb5 !important;
    color: #aaafb5 !important;
    transition: .8s;
    height: 36px;
    background-color: transparent !important;
}

.log-reg-ui .form-control.is-invalid,
.log-reg-ui .was-validated .form-control:invalid {
    background: none;
}

.log-reg-ui .invalid-feedback {
    position: absolute;
}

.log-reg-ui label.form-check-label {
    font-size: 13px !important;
}

.log-reg-ui .form-control:focus,
.log-reg-ui .form-control:hover {
    background-color: transparent !important;
    box-shadow: none;
    border: 1px solid #aaafb5 !important;
}

.log-reg-ui label.form-check-label .text-success {
    color: #03b37f !important;
    text-decoration: underline;
}

.log-reg-ui .form-check a {
    color: #03b37f;
    text-decoration: underline !important;
}

.close {
    opacity: 1;
}

.close img {
    width: 20px !important;
    right: 10px !important;
    position: absolute;
    top: 10px;
    max-width: 100%;
    height: auto;
}

.btn-lr,
.btn-lr:hover {
    background: var(--btn-primary);
    border: 1px solid var(--btn-primary);
    cursor: pointer;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
}

/*modal*/
@media (max-width: 767px) {

    .dash-uf,
    .news-uf {
        /* width: 50%; */
        margin-bottom: 0;
    }

    .depo-withdraw-btn {
        position: absolute;
        top: 0;
        right: -100%;
    }

    .upcoming-fixure .fixure-box-container {
        width: 100%;
    }

    .header {
        height: 56px;
        padding: 10px 0;
    }

    .logo img {
        max-width: 120px;
    }

    .footer .img-logo {
        max-width: 170px;
        height: auto;
    }

    .footer {
        padding-bottom: 60px;
        text-align: center;
    }

    .footer h4 {
        margin-bottom: 5px;
    }

    .payments ul {
        padding: inherit;
    }

    .payments ul li img {
        margin: 0;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .payments,
    .footer-link,
    .gt,
    .footer-social,
    .footer .col-12.mt-xl-4 {
        margin-top: 15px;
    }

    .log-reg-ui form label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .log-reg-ui .form-check label {
        margin-bottom: 20px;
    }

    .log-reg-ui form input,
    .log-reg-ui form .btn {
        border-radius: 4px;
        height: 56px;
    }

    .log-reg-ui .modal-dialog .modal-content {
        padding: 16px;
    }

    .home-new-header-bottom button {
        /* min-width: 82px; */
        height: 28px;
        line-height: 15px;
        padding: 0 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 82px;
    }

    .casino-banners-list .casino-banner-item {
        width: 47%;
    }

    .casino-banners-list .casino-banner-item:nth-child(even) {
        margin-right: 0;
    }

    .sport-list-item {
        width: 22%;
        box-shadow: 0 0 12px #2b2366;
    }

    .all-sports-list .sport-list-item:nth-child(4),
    .all-sports-list .sport-list-item:nth-child(8),
    .all-sports-list .sport-list-item:nth-child(12),
    .all-sports-list .sport-list-item:nth-child(16),
    .all-sports-list .sport-list-item:nth-child(20),
    .all-sports-list .sport-list-item:nth-child(24),
    .all-sports-list .sport-list-item:nth-child(28),
    .all-sports-list .sport-list-item:nth-child(32),
    .all-sports-list .sport-list-item:nth-child(36) {
        margin-right: 0;
    }

    .casino-banners-list,
    .all-sports-list {
        justify-content: center;
        margin: 0 !important;
        padding-top: 0;
    }

    .sport-list-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
}