﻿body {
    background: #001138;
}

.sb-slidebar {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    z-index: 1000;
    background-color: white;
}

@media (min-width: 1100px) and (max-width: 1335px) {
    .products {
        zoom: 90%;
    }
}

@media (min-width: 1336px) and (max-width: 1919px) {
    .products {
        zoom: 90%;
    }

    .lc-content-wrapper {
        zoom: 82%;
    }
}

@media (min-width: 1540px) and (max-width: 1920px) {
    .vip-main {
        margin: 0 auto;
    }

    #vip1 {
        margin: 0;
    }

    .vip2-content {
        margin: 0;
    }

    #vip2 {
        margin: 15px 100px 30px 0px;
    }
}

@media (min-width: 1px) and (max-width: 320px) {
    .username {
        font-size: 8px !important;
        margin: 8px 0px 0px;
    }

    .product-menu a {
        width: 14% !important;
        margin: 1px;
        padding: 5px 0px;
        background: #003c79;
        text-decoration: none;
        text-align: center;
        color: #fff;
        display: inline-block;
        font-size: 8px;
        font-weight: 900;
        border-radius: 15px;
    }
}

@media (max-width: 360px) {
    .wallet {
        display: inline-flex;
        background: #003c79;
        border-radius: 5px;
        padding: 8px 2px 4px 2px !important;
    }
}


/*TABLET VERSION*/

@media (min-width: 768px) and (max-width: 1280px) {
    /*Additional Contents*/
    #module {
        font-size: 1rem;
        line-height: 1.5;
    }

        #module #collapseExample.collapse:not(.show) {
            display: flex;
            height: 19rem;
            overflow: hidden;
        }

        #module #collapseExample.collapsing {
            height: 3rem;
        }

    [aria-expanded="false"] > .expanded,
    [aria-expanded="true"] > .collapsed {
        display: none;
    }

    .additional-content .collapse:not(.show) {
        height: 10rem !important;
        overflow: hidden;
        display: block;
    }

    .additional-content {
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }

        .additional-content h1, .additional-content h2 {
            font-size: 22px;
            color: #dadada;
            padding: 0px 10px;
        }

        .additional-content p {
            font-size: 14px;
            color: #dadada;
            line-height: 1.8;
            text-align: justify;
            padding: 0px 10px;
        }

        .additional-content a {
            color: #ffcb08;
            text-decoration: none;
        }

    /*BLOG*/
    .blog-wrap {
        background: #efefef;
        padding: 0 0 30px 0;
    }

    #jar {
        width: 100%;
    }

    .blog-pages {
        width: 100%;
    }

    .main-blog {
        margin: 0 auto;
        width: 100%;
        display: inline-flex;
    }

        .main-blog a p, .main-blog a h6 {
            text-decoration: none;
        }

    .sb-content {
        text-align: center;
        margin: 15px auto;
    }

        .sb-content img {
            width: 215px;
            border-radius: 10px 10px 0px 0px;
        }

        .sb-content a {
            text-decoration: none;
        }

        .sb-content p {
            width: 215px;
            margin: 0 auto;
            font-size: 13px;
            color: #000;
            /*height: 115px;*/
            padding: 0px 10px;
        }

    .fill {
        display: none;
    }

    .sb-text {
        border: 1px solid #e4e4e4;
        width: 215px;
        margin: 0 auto;
        padding: 7px 0px;
        text-align: left;
        border-radius: 0px 0px 10px 10px;
        background: #fff;
        height: 180px;
    }

    .sb-content h6 {
        color: #000;
        text-align: left;
        padding: 0px 10px;
        font-size: 18px;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #fff;
        background-color: #003c79;
        border: 1px solid #dee2e6;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #000;
        background-color: #ffcb08;
        border-color: #fff;
    }

    /*ARTICLE*/
    .article {
        background: #efefef;
    }

    .article-wrapper {
        padding: 0 10px;
    }

    .blog-wrapper-right {
        /*width: 35%;*/
    }

    .article-inner img {
        width: 100%;
    }

    .article-main {
    }

    .article img {
        margin: 17px 0px;
    }

    .article-title {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        font-family: 'Inter';
    }

    .bold {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    h3.bold {
        font-size: 22px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    span.bold {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    .article-content {
        font-size: 18px;
        color: #000;
        text-decoration: none;
        line-height: 2;
    }

    .article ul, .article ol {
        padding: 0 0 0 25px;
        margin: 0 0 10px 0px;
    }

    .artlink {
        color: #0056b3;
    }

    .article li {
        color: #000;
        font-size: 18px;
        line-height: 2;
    }

    .blog-wrapper-right {
        margin: 0 auto;
        text-align: center;
        display: inline-flex;
    }

        .blog-wrapper-right img {
            width: 210px;
            margin: 15px 10px;
        }


    #topBTN {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        z-index: 999999;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #topBTN:hover {
            background-color: #555;
        }

    .PrevNext {
        width: 100%;
        margin: 15px 0 15px 0px;
        color: #000;
        display: flex;
        justify-content: space-between;
    }

        .PrevNext a {
            background: #ff0000;
            padding: 8px;
            color: #fff;
            border-radius: 8px;
            text-decoration: none;
        }

            .PrevNext a:hover {
                background: #ffcb08;
                padding: 8px;
                color: #000;
                border-radius: 8px;
                text-decoration: none;
                transition: .4s;
            }	

    body {
        margin: 0px 0px 105px 0px;
    }

    .hot {
        position: absolute;
        right: 15px;
        width: 20px !important;
    }

    .logout-btn {
        width: 100%;
        color: #fff;
        background-color: #ff0000;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 0px 0px 0px;
    }

    .logout {
        width: 49%;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }

    .transfer-btn {
        width: 100%;
        color: #000;
        background-color: #ffcb08;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 5px 0px 0px;
    }

    .transfer {
        width: 49%;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }

    .profile-btns {
        display: inline-flex;
        width: 100%;
    }

    .post-login-wrapper {
        margin: 0px 10px;
    }

    .post-menu {
        padding: 0px;
    }

    .post-menu-item {
        border-bottom: 3px solid #003c79;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color: #001138;
        list-style: none;
        padding: 5px 10px;
        /*text-align: center;*/
        margin: 0px 0px 3px 0px;
    }

        .post-menu-item a {
            /*border-radius: 5px;*/
            background-color: #001138;
            list-style: none;
            padding: 0px 90px 0px 0px;
            /*text-align: center;*/
            margin: 0px 0px 0px 0px;
            color: #fff;
        }

    #post-right {
        margin: 0px 0px 0px 8px;
    }

    .prof-area {
        /*background-color: #001138;*/
        margin: 10px 10px;
        line-height: 0.8;
        padding: 5px;
        position: relative;
        top: 0px;
    }

    .usersname {
        font-size: 17px;
        font-weight: 900;
        margin: 20px 0px 10px 0px;
    }

    .vipleveltag {
        font-size: 15px;
        margin: 10px 0px 20px 0px;
    }

    .usersbal {
        font-size: 17px;
        font-weight: 900;
        margin: 10px 0px 20px 0px;
    }


    #mCSB_1_container {
        top: 0px !important;
    }

    #mCSB_2_container {
        top: 0px !important;
    }
    /* ---------------------------------------------------
		    SIDEBAR STYLE
		----------------------------------------------------- */

    #sidebar {
        width: 205px;
        position: fixed;
        top: 0;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #003c79;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll !important;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #sidebar.active {
            left: 0;
        }

    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            display: block;
            opacity: 1;
        }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    .post-area {
        padding: 0px !important;
    }

    /*
		#sidebar ul li.active>a,
		a[aria-expanded="true"] {
		    color: #fff;
		    background: #6d7fcc;
		}*/

    a[data-toggle="collapse"] {
        position: relative;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    ul.CTAs {
        padding: 20px;
    }

        ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    a.download {
        background: #fff;
        color: #7386D5;
    }

    .btn-info {
        color: #fff;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        background: none;
        border: none;
    }
    /*NAV*/
    #menu-wrapper {
        position: absolute;
        left: 0;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #003c79;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        visibility: hidden;
        opacity: 0;
    }

        #menu-wrapper.toggled {
            visibility: visible;
            opacity: 1;
            z-index: 1000;
        }

        #menu-wrapper.hide {
            z-index: 0;
            display: none !important;
        }

    #bars {
        background: none !important;
        color: #fff;
    }

    .game_menu {
        padding: 0px;
    }

    .menu-item {
        list-style: none;
        color: #fff;
        width: 100%
    }

        .menu-item img {
            width: 35px;
            margin: -15px 10px 0px -15px;
        }

        .menu-item a.active {
            background: #ffcb08;
            color: #001138;
        }

        .menu-item a {
            color: #fff;
            font-size: 18px;
            width: 100%;
            border-bottom: 1px solid #001138;
            font-weight: bold;
            padding: 19px 0px 10px 30px;
            line-height: 5px;
            background: #003c79;
            overflow-y: scroll;
        }

    #menu-wrapper.hide {
        z-index: 0;
        display: none !important;
    }

    #menu_icon {
        position: absolute;
        background: none;
        border: 0;
        outline: none;
        margin: 30px 0px 0px 10px;
        z-index: 50;
        /*background:#fff;*/
    }

    #menu-bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        background-color: #f1f1f1;
        box-sizing: border-box;
        z-index: 99;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #0d4da4;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 100vh;
        z-index: 99;
        overflow-y: auto;
        -moz-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        -moz-transform: translate3d(175px,0,0);
        -ms-transform: translate3d(175px,0,0);
        -o-transform: translate3d(175px,0,0);
        -webkit-transform: translate3d(175px,0,0);
        transform: translate3d(175px,0,0);
    }

    .nav-toggle {
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: -webkit-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: linear-gradient(to bottom,#fff 0,#cbcbcb 100%);
        border: 1px solid #6f6f6f;
    }

    .sb-toggle-left {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 6.5;
    }

    .sb-toggle-right {
        position: absolute;
        right: 8px;
        top: 16px;
        text-align: center;
        line-height: 1.5;
    }

    .sb-toggle-center {
        position: fixed;
        right: 0px;
        left: 0;
        bottom: 0;
        z-index: 888;
        margin: 0 auto;
        text-align: center;
        width: 20%;
        background: #ffcb08;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }

    .navbar i {
        font-weight: 900;
        color: #fff;
        border: none;
    }

    .modal {
        top: 100px;
    }

    .modal-mg-head {
        background: #001138;
        border: none;
        height: 85px;
    }

    .modal-body {
        background: #003c79;
    }

    .modal-content {
        border-radius: 8px;
        border: none;
    }

    .modal-lower {
        background: #003c79;
    }

    .m-auto {
        width: 100%;
    }

    #login-logo {
        margin: -8px;
    }

    .top-header i {
        color: #fff;
        font-size: 30px;
    }

    .loginform img {
        left: 20px !important;
    }

    .navbar {
        height: auto;
        margin: 0px auto;
        top: 0px;
        left: 0;
        background: none !important;
        position: absolute;
        width: 55%;
        color: #fff !important;
        padding: 13px 10px 10px 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #003c79;
        z-index: 99;
        height: 100vh;
    }

        .navbar-collapse li {
            padding: 15px 0px 15px 0px;
        }

    .mob-wrap img {
        border-radius: 0px 0px 10px 10px;
    }

    .mobile-footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #001138;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        z-index: 99;
        border-top: 1px solid #003c79;
    }

        .mobile-footer a {
            width: 20%;
            height: 70px;
            padding-top: 10px;
            float: left;
            background-position: center 8px;
            background-repeat: no-repeat;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
            display: grid;
        }

            .mobile-footer a.active {
                /*background:#ffcb08;*/
                color: #ffcb08;
            }

        .mobile-footer i {
            font-size: 29px;
            margin: 4px 0px 0px 0px;
        }

    .mboile-products-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .others-wrap {
        margin: 0px 0px 0px 0px;
        text-align: center;
    }

    .other-pages img {
        width: 98% !important;
        margin: 0 auto;
    }

    .mobile-products {
        width: auto;
        margin: 0px 0px 5px 0px;
        text-align: center;
    }

        .mobile-products ul {
            padding: 0px;
            margin-bottom: 2px;
        }

        .mobile-products li {
            list-style: none;
            width: 48%;
            height: auto;
            border-radius: 15px;
            display: inline-flex;
            text-align: center;
            margin: 0px 4px 0px 4px;
        }

        .mobile-products a {
            /*float: left;*/
            font-size: 14px;
            margin: 0 auto;
            display: grid;
            padding: 0px;
            list-style: none;
            text-align: center;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
        }

        .mobile-products img {
            margin: 0 auto 10px;
            /*padding-bottom: 7px;*/
        }

        .mobile-products span {
            background: #003c79;
            color: #fff;
            border-radius: 10px 10px 0px 0px;
            padding: 5px;
            font-size: 18px;
        }

    .logo-holder {
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }

        .logo-holder img {
            width: 200px;
            margin: 3px;
        }

    .menu-wrapper {
        background: none;
        width: auto;
    }

    #logbtn {
        margin: 10px auto 8px;
        background-color: #ffcb08;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
    }

    #login-logo {
        margin: 50px 0px 0px 0px;
        padding: 15px;
    }

    #regbtn {
        margin: 10px auto 8px;
        background-color: #ff0000;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
    }



    .sports-wrap {
        margin: 8px 0px 0px 0px;
    }

    .sports-provider {
        width: 100%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .sports-provider img {
            width: 100%;
            /*height: 35vh;*/
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
            width: 97%;
        }

    .product-menu {
        width: 100%;
        text-align: center;
        margin: 0 auto 5px;
        background: #003c79;
    }

        .product-menu a {
            width: 15%;
            margin: 1px;
            padding: 5px 0px;
            background: #003c79;
            text-decoration: none;
            text-align: center;
            color: #fff;
            display: inline-block;
            font-size: 9px;
            font-weight: 900;
            border-radius: 15px;
        }

            .product-menu a.active {
                /*background: #ffcb08;*/
                color: #ffcb08;
            }

        .product-menu img {
            width: 45px !important;
            margin: 3px 0px 5px;
        }

    .casino-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .casino-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .casino-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .casino-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            /*box-shadow: 2px 4px #001;*/
        }

    .slots-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .slots-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .slots-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .slots-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
        }

    /*PROMO*/
    #nav-tab a {
        background: #003c79;
        width: 30%;
        font-weight: 900;
        font-size: 16px;
        margin: 1px;
        color: #fff;
        border-radius: 6px;
    }

    .promo-banner .close {
        color: #fff;
        line-height: 0;
        font-size: 1.2rem;
        font-weight: 300;
        background: #003c79;
        padding: 0px 0px 6px 1px;
        opacity: 1;
        position: absolute;
        top: -8px;
        right: -5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .promo-mobile {
        margin: 5px 0px 0px 0px;
    }

        .promo-mobile img {
            padding: 0px 5px 0px 5px;
            border-radius: 15px;
        }

    .promo-btn {
        font-size: 15px;
    }

    .promo-mechanics {
        background: #001138;
        color: #fff;
        padding: 10px;
    }

    #nav-tab .active {
        background: #ffcb08;
        color: #000;
        cursor: pointer;
        border-radius: 6px;
    }

    #sl-side-menu img {
        width: 100px;
    }

    #sl-side-menu li {
        margin: 10px auto;
    }

    #sl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    #sl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -42px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #right-sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: none !important;
    }

    .slots-wrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #providers {
        float: left;
        margin-right: 5px;
        width: 50%;
        height: 40px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    #category {
        /*float: right;*/
        width: 28%;
        height: 40px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    .slots-provider-sec {
        width: 100%;
        margin: 0 auto;
        display: inline-flex;
    }

    .selectbox-field {
        padding-right: 0%;
        width: 100%;
        padding-top: 5px;
        margin: 0 auto;
        text-align: center;
    }

        .selectbox-field button {
        }

        .selectbox-field input {
            border-radius: 8px;
            width: 95%;
            border: none;
            height: 30px;
        }

    .provs {
        width: 100%;
        margin: 0 auto;
    }

    .sl-desc {
        color: #000;
        background: #ffcb08;
        text-align: center;
        border-radius: 0px 0px 10px 10px;
    }

    .game {
        width: 100%;
        margin: 15px auto 60px;
        text-align: center;
    }

        .game ul {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            list-style: none;
        }

            .game ul li {
                width: 31.333333%;
                text-align: center;
                /*margin: 0 0 50px 0;*/
                padding: 0 1%;
                display: inline-block;
            }

        .game img {
            width: 100%;
            border-radius: 15px 15px 0px 0px;
        }

    .fish-provider img {
        width: 100%;
    }

    .aboutus-content {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .about-title {
        color: #fff;
        font-size: 20px;
    }

    .about-content {
        color: #fff;
    }

    .terms-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .terms-title {
        color: #fff;
        font-size: 20px;
    }

    .terms-content {
        color: #fff;
    }

    .rgaming-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .rgaming-title {
        color: #fff;
        font-size: 20px;
    }

    .rgaming-content {
        color: #fff;
    }

    .rgaming-content2 {
        color: #fff;
    }

    .rgaming-main li {
        color: #fff;
        line-height: 1.8;
        margin: 0px 0px 0px 10px;
    }

    .rgaming-main ul {
        padding: 0px 0px 0px 10px;
    }

    .rgaming-main a, p {
        color: #fff;
    }

    .policy {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .policy-title {
        color: #fff;
        font-size: 20px;
    }

    .policy-content {
        color: #fff;
    }

    #vplvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    #lvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    table {
        border-spacing: 3px;
        border-collapse: unset;
    }

    .tg {
        width: 100%;
        text-align: center;
    }

    .tg-1 {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        text-align: left;
    }

    #vip2 h5 {
        color: #fff;
    }

    .tg-1-left {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding: 5px;
    }

    .tg-2 {
        color: #fff;
        width: 165px;
        /*background: #000039;*/
        background: rgba(0,0,57,0.6);
    }

    .tg-1-left {
        text-align: left;
    }

    .vip-rewards {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .terms {
        background: rgba(0,0,57,0.6);
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        margin: 20px auto;
        padding: 8px;
    }

        .terms ol {
            color: #fff;
            font-size: 15px;
            line-height: 1.7;
        }

    #vip-caption {
        color: #fff;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 20px;
    }

    .viplevels {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #viplevels {
        margin: 10px auto 20px;
        width: 75%;
        height: 7vh;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: none;
    }

    #right-sidebar {
        width: 250px;
        position: fixed;
        top: 0;
        right: -250px;
        height: 100vh;
        z-index: 999;
        background: #003c79;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll !important;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #right-sidebar.active {
            right: 0;
        }

        #right-sidebar .sidebar-header {
            padding: 20px;
            background: #6d7fcc;
        }

        #right-sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }

        #right-sidebar ul p {
            color: #fff;
            padding: 10px;
        }


        #right-sidebar ul li.active > a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

    a[data-toggle="collapse"] {
        position: relative;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            display: block;
            opacity: 1;
        }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #right-sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #right-sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }
    /*RIGHT SIDE*/
    .loginform {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .login-wrapper {
        /*background: #003c79;*/
        border-radius: 6px;
        padding: 8px;
        margin: 6px;
    }

    .loginform input {
        width: 100%;
        margin: 3px auto 6px;
        height: 42px;
        border-radius: 7px;
        padding-left: 40px;
        border: 0px;
    }

    #login-logo {
        margin: 50px 0px 0px 0px;
        padding: 15px;
    }

    #regbtn {
        margin: 10px auto 8px;
        background-color: #ff0000;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
    }

    .announcement-wrapper {
        width: 100%;
        background: #000c29;
        height: 30px;
        color: #fff;
        font-family: Raleway;
        font-weight: 200;
        margin: 0px 0px 5px 0px;
    }

    #announce {
        position: absolute;
        margin: 2px 3px 0px 5px;
        /*background: #003c79;*/
        z-index: 10;
    }

    marquee {
        margin: 0px 0px 0px 35px;
    }

        marquee li {
            list-style: none;
            font-size: 17px;
            margin: 3px 0px 0px 0px;
        }

    /*REGISTER*/
    #registerForm {
        padding: 0px 20px 0px 20px;
    }

        #registerForm span {
        }

        #registerForm input {
            border: none;
            padding-left: 28px;
        }

    .register-content {
        width: 100%;
        /*text-align: center;*/
        margin: 0px auto 0px;
    }

    .register-main {
        background: #003c79;
        border-radius: 12px;
        margin: 12px 12px 0px 12px;
    }

    .left-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    .info-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    #join {
        font-size: 35px;
        font-weight: 900;
        margin: 15px 0px 5px 0px;
        color: #fff;
        text-align: center;
    }

    .rgstrbtn {
        line-height: 1;
        text-align: center;
    }

        .rgstrbtn p {
            color: #fff;
            margin: 12px auto 0px;
            text-align: center;
        }

    #registerbtn {
        width: 170px;
        height: 40px;
        background: #ff0000;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: -2px 0px 10px 10px;
        font-weight: 900;
        text-align: center;
    }

    #t-c {
        color: #ffcb08;
        text-decoration: none;
    }

    .form-alert-btn {
        border: none;
    }

    .alert-warning {
        position: absolute;
        margin: -36px 0px 0px 510px;
        border: none;
        color: none;
        font-size: 27px;
        background: none;
        padding: 5px;
    }

    .form-alert-text {
        /*border: 2px solid #ff0000;*/
        padding: 5px 15px 5px 10px;
        margin: 0px 0px 0px 30px;
        color: #fff;
        font-size: 15px;
        top: -3px;
        position: relative;
        background: #001138;
        width: 10px;
    }

    .form-info-text {
        /*border: 2px solid #b9b9b9;*/
        padding: 5px 15px 5px 10px;
        margin: 0px 0px 0px 30px;
        color: #fff;
        font-size: 15px;
        top: -3px;
        position: relative;
        background: #001138;
        width: 10px;
    }

    .wrong-icon {
        color: #ff0000;
    }

    .info-icon {
        color: #b9b9b9;
    }

    .success-icon {
        color: #02ff00;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 100px solid red;
        border-bottom: 50px solid transparent;
    }

    #mnumber {
        width: 86.7% !important;
    }

    #vfcode {
        width: 84.5% !important;
    }

    #vplvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    #lvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    table {
        border-spacing: 3px;
        border-collapse: unset;
    }

    .tg {
        width: 100%;
        text-align: center;
    }

    .tg-1 {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding-bottom: 5px;
        text-align: left;
    }

    #vip2 h5 {
        color: #fff;
    }

    .tg-1-left {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding: 5px;
    }

    .tg-2 {
        color: #fff;
        width: 150px;
        /*background: #000039;*/
        background: rgba(0,0,57,0.6);
    }

    .tg-1-left {
        text-align: left;
    }

    .vip-rewards {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .terms {
        background: rgba(0,0,57,0.6);
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        margin: 20px auto;
        padding: 8px;
    }

        .terms ol {
            color: #fff;
            font-size: 15px;
            line-height: 1.7;
        }

    #vip-caption {
        color: #fff;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 24px;
        margin: 5px 0px 0px 0px;
    }

    .viplevels {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #viplevels {
        margin: 10px auto 20px;
        width: 75%;
        height: 7vh;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
    }

    #vip-side-menu li {
        margin: 10px auto;
    }

    #vip-side-menu a {
        /*display: grid;*/
        text-align: center;
        background: none;
    }

        #vip-side-menu a.active span {
            background-color: #ffcb08;
            border-radius: 3px;
            width: 100%;
            color: #000;
        }

    #vip-side-menu span {
        display: block;
        text-align: center;
        margin: 10px auto 0px;
        color: #fff;
    }

    .chck {
        color: #00ff00;
    }

    .fform {
        display: flex;
        width: 100%;
    }

        .fform i {
            padding: 6px;
            /*background: #001138;*/
            color: #001138;
            text-align: center;
            position: absolute;
        }

    /*POST-LOGIN*/
    table {
        border-spacing: 1px;
        border-collapse: unset;
    }

    .post-login-btn {
        background: #ffcb08;
        border: none;
        margin: 0px 5px 12px 0px;
        width: 101px;
    }

    #post-register-btn {
        background: #ff0000;
        border: none;
        color: #fff;
        width: 57px;
    }

    #pllgnp, #pljnp {
        font-size: 13px;
        font-weight: 900;
    }

    .welcome {
        color: #fff;
    }

    .uname-top {
        color: #ffcb08;
    }

    .post-log-wrapper {
        width: 100%;
        /*background: #003c79;*/
        /*padding: 30px;*/
        /*min-height: 500px;*/
        margin: 0px auto 10px;
        /*border-radius: 10px;*/
    }
    /*#post-nav-tab a{
		background: #003c79 !important;
		width: 30%;
		margin: 1px;
		color: #fff;
		border-radius: 6px;
		font-weight: bold;
	    font-size: 11px;
	    padding: 10px 10px;
	    text-align: center;
	}*/
    /*#post-nav-tab .active {
    	background: #ffcb08 !important;
    	color: #000;
    	cursor: pointer;
    	border-radius: 6px;
	}*/
    #post-nav-tab .active {
        color: #ffcb08;
        cursor: pointer;
        border-radius: 6px;
        text-decoration: none;
    }

    .post-menu .nav img:last-child {
        position: absolute;
        margin: 0px 0px 0px -30px;
        /*top: 0;
		    left: 13px;*/
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .nav-tabs-post {
        margin: 0 auto;
        width: 100%;
    }

    li.post-nav-tabs {
        margin: 0 auto;
        font-size: 12px;
        width: 20%;
        text-align: center;
    }

    .nav-tabs-post li .active {
        color: #ffcb08 !important;
    }

    #post-nav-tab a.active img:last-child {
        opacity: 1;
        color: #ffcb08 !important;
    }

    #post-nav-tab .active {
        color: #ffcb08;
        cursor: pointer;
        border-radius: 6px;
        text-decoration: none;
    }

    .nav-tabs-history li a {
        color: #fff;
        margin: 4px 3px 10px 3px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 10.8px;
        text-decoration: none;
        width: auto;
        padding: 10px 10px;
        background: #003c79 !important;
        text-align: center;
    }

        .nav-tabs-history li a:hover {
            background-color: #ffcb08;
            color: #000;
        }

        .nav-tabs-history li a.active {
            color: #000;
            background-color: #ffcb08 !important;
        }

    .nav-tabs-personal li a {
        color: #fff;
        margin-top: 4px;
        margin-right: 4px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
        width: 50px;
        padding: 8px 9px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-personal li a.active {
            color: #000;
            background-color: #ffcb08;
        }

    .history-nav ul {
        margin: 10px 0 15px;
    }


    .post-menu {
        background: #003c79;
        padding: 5px 4px;
        border-radius: 5px;
        color: #fff;
        width: 100%;
    }

    .wallet-wrap {
        background: #003c79;
        padding: 10px 7px;
        height: 39px;
        border-radius: 5px;
        width: 100%;
        font-size: 15px;
    }

    #btn_xferMax {
        padding: 6px !important;
    }

    .tab-content {
        overflow-y: auto;
        /*border: 1px solid #fff;*/
        background: #001138;
        min-height: 390px;
        color: #fff;
        padding: 10px;
        font-size: 13px;
        /*border-radius: 10px;*/
    }

    .table-primary tbody tr:nth-child(even) {
        background: #001138;
        color: #fff;
    }

    .table-primary tbody tr:nth-child(odd) {
        background: #003c79;
        color: #fff;
    }

    .table-primary tbody tr th {
        border: 1px solid #fff;
        padding: 5px;
        color: #fff;
        text-align: center;
    }

    .step {
        color: #ffcb08;
    }

    .subtitle-member {
        font-weight: 900;
        color: #ffcb08;
        font-size: 17px;
        margin: 0px 0px 5px 0px;
    }

    #hdep table thead {
        background: #001138;
    }

    #hwith table thead {
        background: #001138;
    }

    #htransfer table thead {
        background: #001138;
    }

    #hdep table td {
        background: #003c79;
    }

    #hwith table td {
        background: #003c79;
    }

    #htransfer table td {
        background: #003c79;
    }

    #div4 tbody td {
        background: #003c79;
    }

    #hdep table, #hwith table, #htransfer table {
        font-size: 12px;
    }



    /*DOWNLOAD*/
    .download-wrapper {
        /*width: 1000px;*/
        margin: 0 auto;
        display: grid;
    }

    .qrtag {
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-weight: 900;
    }

    .dl-menu-holder {
        width: 60%;
        margin: 0px auto;
    }

    .menu-background-wrap {
        /*background: #000c29;*/
    }

    .eb-main {
        text-align: center;
    }

        .eb-main img {
            width: 70% !important;
            margin: 5px auto;
        }

    #aios {
        width: 65px;
        margin: 0px 6px 8px 0px;
    }

    #andrd-icon {
        width: 30px;
        margin: 0px 5px 0px 0px;
    }

    #red-dl-btn {
        background-color: #ff0000;
        border: 3px solid #fff;
        border-radius: 6px;
        padding: 5px 17px;
        color: #fff;
        text-align: center;
        margin: 15px auto 15px;
    }

    .dl-info {
        text-align: center;
    }

    .pt-qrtag {
        color: #fff;
        margin: 10px auto 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        width: 70%;
    }

    #dl-side-menu li {
        margin: 0 auto;
    }

    #dl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -68px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #dl-side-menu .nav-tabs-slot a:hover img:last-child, #dl-side-menu .nav-tabs-slot li.active img:last-child {
        opacity: 1;
    }

    #dl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    .dl-content {
        margin: 0 auto;
    }

    .dl-side-tab {
        margin: 10px 0px 10px 0px;
        float: left;
    }

    .eb-main, .gi-main, .ag-main, .bs-main {
        display: inline-flex;
    }

    .scanqr {
        color: #fff;
        width: 200px;
        margin: 50px 0px 0px 10px;
    }

    .dl-title {
        width: 100%;
        color: #fff;
        font-size: 20px;
        margin: 20px 0px 10px 0px;
        text-align: center;
        font-weight: 900;
    }

    .dl-note {
        width: 100%;
        color: #fff;
        margin: 20px 0px 10px 0px
    }

    .dl-left-box {
        color: #fff;
        background: #323232;
        padding: 5px;
    }

    .dl-right-box {
        color: #000;
        padding: 18px 132px;
        background: #fff;
    }

    .dltag {
        color: #fff;
        text-align: right;
        margin: -20px 26px 25px 0px;
    }

    .mob-formTable {
        border-collapse: collapse;
        border: 1px solid #fff;
        /*background: #003c79;*/
        color: #fff;
    }

        .mob-formTable > tbody > tr > th {
            border: 1px solid #fff;
            padding: 10px 5px;
            text-align: center;
            color: #fff;
        }

        .mob-formTable > tbody > tr > td {
            border: 1px solid #fff;
            padding: 5px 5px;
        }


    /*PRODUCTS*/
    .products-wrap {
        display: inline-flex;
        margin: 4px 0px 0px 0px;
    }

    .products-provider {
        /*width: 25%;*/
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .products-provider img {
            margin: 0px 0px 3px 0px;
            border-radius: 15px;
            width: 100%;
        }

    .products-name {
        font-size: 7px;
    }

    .sb-toggle-right i {
        font-size: 28px;
    }

    .sb-toggle-right a {
        color: #FFF;
        text-decoration: none;
        display: grid;
        font-size: 13px;
    }

    .sb-toggle-center span {
        font-size: 13px;
        font-weight: 700;
        color: #000;
    }

    .sb-toggle-center i {
        font-size: 28px;
        line-height: 1.4;
        color: #000;
    }

    .mobile-footer a:nth-child(3) {
        /*opacity: 0;*/
    }
}
/*TABLET VERSION ENDS HERE*/



@media (max-width: 767px) {
    /*BLOG*/
    .blog-wrap {
        background: #efefef;
        padding: 0 0 30px 0;
    }

    #jar {
        width: 100%;
        background: #efefef;
    }

    .blog-pages {
        width: 100%;
    }

    .main-blog {
        margin: 0 auto;
        width: 100%;
        display: inline-flex;
    }

        .main-blog a p, .main-blog a h6 {
            text-decoration: none;
        }

    .sb-content {
        text-align: center;
        margin: 15px auto;
    }

        .sb-content img {
            width: 315px;
            border-radius: 10px 10px 0px 0px;
        }

        .sb-content a {
            text-decoration: none;
        }

        .sb-content p {
            width: 315px;
            margin: 0 auto;
            font-size: 13px;
            color: #000;
            /*height: 115px;*/
            padding: 0px 10px;
            line-height: 1.7;
        }

    .sb-text {
        border: 1px solid #e5e5e5;
        width: 315px;
        margin: 0 auto;
        padding: 7px 0px;
        text-align: left;
        border-radius: 0px 0px 10px 10px;
        background: #fff;
        height: 170px;
        line-height: 1.8;
    }

    .sb-content h6 {
        color: #000;
        text-align: left;
        padding: 0px 10px;
        font-size: 24px;
    }

    .fill {
        display: none;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #fff;
        background-color: #003c79;
        border: 1px solid #dee2e6;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #000;
        background-color: #ffcb08;
        border-color: #fff;
    }

    /*ARTICLE*/
    .article {
        background: #efefef;
    }

    .article-wrapper {
        padding: 0 10px;
    }

    .blog-wrapper-right {
        /*width: 35%;*/
    }

    .article-inner img {
        width: 100%;
    }

    .article-main {
    }

    .article img {
        margin: 17px 0px;
    }

    .article-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding: 10px 0px 10px 0px;
        font-family: 'Inter';
        line-height: 1.5;
    }

    .bold {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    h3.bold {
        font-size: 22px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    span.bold {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    .article-content {
        font-size: 18px;
        color: #000;
        text-decoration: none;
        line-height: 2;
        font-family: 'Inter';
        margin: 28px 0;
    }

    .article ul, .article ol {
        padding: 0 0 0 25px;
        margin: 0 0 10px 0px;
    }

    .artlink {
        color: #0056b3;
    }

    .article li {
        color: #000;
        font-size: 18px;
        line-height: 2;
        font-family: 'Inter';
    }

    .blog-wrapper-right {
        margin: 0 auto;
        text-align: center;
        display: inline-flex;
    }

        .blog-wrapper-right img {
            width: 100px;
            margin: 15px 9px;
        }

    #topBTN {
        display: none;
        position: fixed;
        bottom: 145px;
        right: 20px;
        z-index: 999999;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #topBTN:hover {
            background-color: #555;
        }

    .PrevNext {
        width: 100%;
        margin: 15px 0 15px 0px;
        color: #000;
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }

        .PrevNext a {
            background: #ff0000;
            padding: 8px;
            color: #fff;
            border-radius: 8px;
            text-decoration: none;
        }

            .PrevNext a:hover {
                background: #ffcb08;
                padding: 8px;
                color: #000;
                border-radius: 8px;
                text-decoration: none;
                transition: .4s;
            }


    /*TOURNAMENTS*/
    .tournaments {
        max-width: 1000px;
        padding: 20px 0px;
        margin: 0 auto;
    }

    .trnmnt {
        width: 50%;
        margin: 0 0 10px 0px;
        display: flex;
        padding: 0px 5px;
        text-align: center;
    }

    .trnmnt-img {
        width: 55%;
        position: relative;
    }

        .trnmnt-img img {
            width: 100%;
            border-radius: 10px 0px 0px 10px;
        }

    .trnmnt-bar-promo {
        text-align: center;
        border-radius: 0px 10px 10px 0px;
        background: #003c79;
        color: #000;
        width: 50%;
        height: auto;
    }

    .tbox {
        background-color: #003c79;
        position: absolute;
        margin: 0px 10px;
        top: 8em;
        left: 0;
        right: 0;
        text-align: center;
        border-radius: 5px;
        padding: 0px 0px 5px;
        border: 2px solid #fff;
        -webkit-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
        -moz-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
        box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    }

    .tbox-done {
        background-color: #003c79;
        position: absolute;
        margin: 0px 10px;
        top: 10em;
        text-align: center;
        left: 0;
        right: 0;
        border-radius: 5px;
        border: 2px solid #fff;
        -webkit-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
        -moz-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
        box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    }

    .timer {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
    }

        .timer p {
            background: #fff;
            color: #001138;
            padding: 5px;
            margin: 0.3em 0.1em 0em;
            border-radius: 5px;
            font-weight: 800;
            font-size: 12px;
            border: 1px solid #001138;
        }

    .cwinners {
        background: #ffcb08;
        padding: 5px 0px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        width: 75%;
        color: #000;
        text-align: center;
        margin: 5px auto;
    }

    .ranks {
        background: url('img/tournaments/tbg.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 190px 0;
    }

    .winners-table {
        text-align: center;
        margin: 55px auto 0px;
        height: 350px;
        width: 375px;
        overflow-y: auto;
        overflow-x: auto;
    }

    .win-tag {
        color: #fff;
        background: #000039;
    }
    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #ffcb08;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .cinfo {
        display: flex;
        align-items: center;
        background: #fff;
        color: #000;
        margin: 3px 10px;
        border-radius: 5px;
    }

    .length-info {
        display: flex;
    }

        .length-info p {
            color: #000;
            margin: 0 auto;
            text-align: center;
        }

    .trnmnt-descl, .trnmnt-descr {
        text-align: center;
        color: #000;
        width: 50%;
        line-height: 1;
        padding: 1.3em 0em;
        margin: 0;
        font-size: 10px;
        font-weight: bold;
    }

    .ctag {
        color: #ffcb08;
        font-weight: bold;
        padding: 5px 0px;
        margin: 0;
        font-size: 13px;
    }

    .ctag-done {
        color: #ffcb08;
        font-weight: bold;
        padding: 5px 0px;
        margin: 0;
        font-size: 13px;
    }

    .ctnc {
        padding: 2px 0px 0px;
        margin: 0;
        cursor: pointer;
        font-size: 14px;
    }

    .trnmnt-title {
        font-size: 17px;
        font-weight: 800;
        padding: 3px 0px;
        color: #ffcb08;
        margin: 0px;
        text-align: center;
        cursor: pointer;
    }
}
/*TABLET VERSION ENDS HERE*/

    body {
        margin: 0px 0px 65px 0px;
    }
    /*.spacing{
		margin: 0px 0px 100px 0px;
	}*/
    a,
    a:hover,
    a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }

    .navbar {
        padding: 15px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin-bottom: 40px;
        /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    }

    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }

    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }

    /*RIGHT SIDE*/
    #login-logo {
        margin: 100px 0px 0px -10px;
        padding: 15px;
        width: 260px;
    }

    .loginform {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .login-wrapper {
        /*background: #001138;*/
        border-radius: 6px;
        padding: 8px;
        margin: 0px 30px;
    }

    .loginform input {
        width: 100%;
        margin: 3px auto 6px;
        height: 32px;
        border-radius: 7px;
        padding-left: 40px;
        border: 0px;
    }

    .loginform img {
        margin-top: 8px !important;
    }

    #logbtn {
        margin: 0px auto 2px;
        background-color: #ffcb08;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        font-weight: 900;
    }

    #regbtn {
        margin: 10px auto 2px;
        background-color: #ff0000;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
    }
    /* ---------------------------------------------------
	    SIDEBAR STYLE
	----------------------------------------------------- */

    #sidebar {
        width: 205px;
        position: fixed;
        top: 0;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #003c79;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll !important;
        overflow: scroll !important;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #sidebar.active {
            left: 0;
        }

    #right-sidebar {
        width: 80%;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh;
        z-index: 999;
        background: #003c79;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #right-sidebar.active {
            right: 0;
        }

        #right-sidebar .sidebar-header {
            padding: 20px;
            background: #6d7fcc;
        }

        #right-sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }

        #right-sidebar ul p {
            color: #fff;
            padding: 10px;
        }


        #right-sidebar ul li.active > a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

    a[data-toggle="collapse"] {
        position: relative;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            display: block;
            opacity: 1;
        }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #right-sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #right-sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

    a[data-toggle="collapse"] {
        position: relative;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    ul.CTAs {
        padding: 20px;
    }

        ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    a.download {
        background: #fff;
        color: #7386D5;
    }

    .btn-info {
        color: #fff;
        margin: -15px 0px 10px 0px;
        font-size: 25px;
        background: none;
        border: none;
    }

    .nav-tag {
        position: relative;
        top: -8px;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 100vh;
        z-index: 99;
        overflow-y: auto;
        -moz-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        -moz-transform: translate3d(175px,0,0);
        -ms-transform: translate3d(175px,0,0);
        -o-transform: translate3d(175px,0,0);
        -webkit-transform: translate3d(175px,0,0);
        transform: translate3d(175px,0,0);
    }

    .nav-toggle {
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: -webkit-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: linear-gradient(to bottom,#fff 0,#cbcbcb 100%);
        border: 1px solid #6f6f6f;
    }

    .sb-toggle-left {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 6.5;
    }

    .sb-toggle-right {
        position: absolute;
        right: 8px;
        top: 12px;
        text-align: center;
        line-height: 1.5;
    }

    .sb-toggle-center {
        position: fixed;
        right: 0px;
        left: 0;
        bottom: 0;
        z-index: 888;
        margin: 0 auto;
        text-align: center;
        width: 20%;
        background: #ffcb08;
        height: 60px;
    }

    .announcement-wrapper {
        width: 100%;
        background: #000c29;
        height: 30px;
        color: #fff;
        font-family: Raleway;
        font-weight: 200;
        margin: 0px 0px 5px 0px;
    }

    #announce {
        position: absolute;
        margin: 2px 3px 0px 5px;
        /*background: #003c79;*/
        z-index: 10;
    }

    marquee {
        margin: 0px 0px 0px 35px;
    }

        marquee li {
            list-style: none;
            font-size: 17px;
            margin: 3px 0px 0px 0px;
        }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }

    .navbar i {
        font-weight: 900;
        color: #fff;
        border: none;
    }

    .top-header i {
        color: #fff;
        font-size: 30px;
    }

    .navbar {
        height: auto;
        margin: 0px auto;
        top: 0px;
        left: 0;
        background: none !important;
        position: absolute;
        width: 55%;
        color: #fff !important;
        padding: 19px 10px 10px 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #003c79;
        z-index: 99;
        height: 100vh;
    }

        .navbar-collapse li {
            padding: 15px 0px 15px 0px;
        }

    .logo-holder img {
        width: 140px;
        margin: 4px;
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        transition: left 0.2s ease;
        left: 0%;
    }

    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.2s ease-in;
        -o-transition: left 0.2s ease-in;
        -moz-transition: left 0.2s ease-in;
        transition: left 0.2s ease-in;
    }

    .carousel-indicators {
        margin: 0px 0px 0px 0px;
    }

    .modal {
        top: 100px;
    }

    .modal-mg-head {
        background: #001138;
        border: none;
        height: 85px;
    }

    .modal-body {
        background: #003c79;
    }

    .modal-content {
        border-radius: 8px;
        border: none;
    }

    .modal-lower {
        background: #003c79;
    }

    .m-auto {
        width: 100%;
    }

    .carousel {
        z-index: 8;
    }

    .mob-wrap img {
        border-radius: 0px 0px 8px 8px;
    }

    .mobile-footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #001138;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        z-index: 99;
        border-top: 1px solid #003c79;
    }

        .mobile-footer a {
            width: 20%;
            font-size: 10px;
            height: 60px;
            padding-top: 8px;
            float: left;
            background-position: center 8px;
            background-repeat: no-repeat;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
            display: grid;
        }

            .mobile-footer a.active {
                /*background:#ffcb08;*/
                color: #ffcb08;
            }

        .mobile-footer i {
            font-size: 20px;
            margin: 4px 0px 0px 0px;
        }

    /*HOME PAGE THUMBNAILS*/
    .mob-wrap {
        margin: 3px 0px 27px 0px;
        width: 100%;
    }

    .mobile-products-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .mobile-products {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

        .mobile-products ul {
            padding: 0px;
            margin-bottom: 2px;
        }

        .mobile-products li {
            list-style: none;
            width: 48%;
            height: auto;
            /*background: rgb(0, 60, 121, 1);*/
            /*background: url('img/pbg.png') no-repeat;*/
            /*background-size: contain;*/
            border-radius: 15px;
            /*border: 3px solid #fff;*/
            /*box-shadow: 2px 4px #001;*/
            display: inline-flex;
            text-align: center;
        }

        .mobile-products a {
            /*float: left;*/
            font-size: 15px;
            margin: 0 auto;
            display: grid;
            padding: 0px 0 5px 0;
            list-style: none;
            text-align: center;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
        }

        .mobile-products img {
            margin: 0 auto;
            /*padding-bottom: 7px;*/
        }

        .mobile-products span {
            background: #003c79;
            color: #fff;
            margin: 0px 0px 0px 0px;
            border-radius: 8px 8px 0px 0px;
        }

    .others-wrap {
        margin: -30px 0px 0px 0px;
    }

    .other-pages img {
        text-align: center;
        padding: 4px;
        width: 100%;
    }

    .othe-pages ul {
        text-align: center;
        margin: 0 auto;
    }

    .other-pages a {
        font-size: 10px;
        /*display: grid;*/
        padding: 7px 0 7px 0;
        list-style: none;
        text-align: center;
        color: white;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        /*margin: 0 auto;*/
    }
    /*MOBILE HOME THUMBNAILS END*/
    .home-side-bar {
        display: none;
    }

    #contact-whole {
        display: none;
    }

    .upper-elements {
        display: none;
    }

    .car-desktop {
        display: none;
    }

    .logo-holder {
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }

    .menu-wrapper {
        background: none;
        width: auto;
    }

    .sports-wrap {
        display: inline-flex;
        margin: 8px 0px 0px 0px;
    }

    .sports-provider {
        width: 100%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .sports-provider img {
            margin: 0px 0px 3px 0px;
            /*height: 35vh;*/
            border-radius: 15px;
            /* border: 3px solid #fff; */
            width: 100%;
        }


    .product-menu {
        width: 98%;
        text-align: center;
        margin: 0 auto 5px;
        background: #003c79;
        border-radius: 8px;
    }

        .product-menu a {
            width: 15%;
            margin: 1px;
            padding: 5px 0px;
            background: #003c79;
            text-decoration: none;
            text-align: center;
            color: #fff;
            display: inline-block;
            font-size: 9px;
            font-weight: 900;
            border-radius: 15px;
        }

            .product-menu a.active {
                /*background: #ffcb08;*/
                color: #ffcb08;
            }

        .product-menu img {
            margin: 3px 0px 5px;
        }


    .casino-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .casino-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .casino-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .casino-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            /*box-shadow: 2px 4px #001;*/
        }

    .slots-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .slots-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .slots-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .slots-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            /*box-shadow: 2px 4px #001;*/
        }

    .slots-name {
        font-size: 8px;
    }

    .wallet-wrapper {
        padding: 6px 2px;
        margin: 0 auto;
        text-align: center;
    }

    .wallet {
        display: inline-flex;
        background: #003c79;
        border-radius: 8px;
        padding: 8px 0px 4px 0px;
        width: 99%;
    }

    .user-info {
        display: inline-flex;
    }

    .username {
        font-size: 13px;
        margin: 8px 0px 0px 5px;
    }

    .user-vip {
        font-size: 8px;
        margin-left: 5px;
        background: #ffcb08;
        width: auto;
        padding: 8px;
        border-radius: 3px;
        color: #000;
    }

    .money {
        font-size: 23px;
        font-weight: 900;
        text-align: left;
        margin: 0px 0px 0px 5px;
    }

    .wallet-info {
        line-height: 0.2;
    }

    .wallet-others {
        display: inline-flex;
        text-align: center;
        margin-left: 28px;
    }

        .wallet-others a {
            font-size: 11px;
            color: #fff;
            margin: 0px 7px;
            line-height: 2;
        }


    /*PRODUCTS*/
    .products-wrap {
        display: inline-flex;
        margin: 4px 0px 0px 0px;
    }

    .products-provider {
        width: 25%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .products-provider img {
            margin: 0px 0px 3px 0px;
            border-radius: 15px;
            width: 100%;
        }

    .products-name {
        font-size: 7px;
    }



    /*PROMO*/
    #nav-tab a {
        background: #003c79;
        width: 30%;
        font-weight: 900;
        font-size: 11px;
        margin: 1px;
        color: #fff;
        border-radius: 6px;
    }

    .promo-banner .close {
        color: #fff;
        line-height: 0;
        font-size: 1.2rem;
        font-weight: 300;
        background: #003c79;
        padding: 0px 0px 6px 1px;
        opacity: 1;
        position: absolute;
        top: -8px;
        right: -5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .filterDiv {
        text-align: center;
        display: none;
    }

    .show {
        display: block;
    }

    .promo-mobile {
        margin: 5px 0px 0px 0px;
    }

        .promo-mobile img {
            padding: 0px 5px 0px 5px;
            border-radius: 15px;
        }

    .promo-btn {
        font-size: 15px;
    }

    .promo-mechanics {
        background: #001138;
        color: #fff;
        padding: 10px;
    }

    #nav-tab .active {
        background: #ffcb08;
        color: #000;
        cursor: pointer;
        border-radius: 6px;
    }

    .slots-wrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #providers {
        float: left;
        margin-right: 5px;
        width: 50%;
        height: 40px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    #category {
        /*float: right;*/
        width: 28%;
        height: 30px;
        margin: 3px 0px 0px 5px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        -webkit-appearance: none;
    }

    .slots-provider-sec {
        width: 100%;
        margin: 0 auto;
        display: inline-flex;
    }

    .selectbox-field {
        width: 70%;
    }

        .selectbox-field button {
        }

        .selectbox-field input {
            border-radius: 8px;
            width: 93%;
            border: none;
            height: 30px;
        }

    #sl-side-menu img {
        width: 65px;
    }

    #sl-side-menu li {
        margin: 10px auto;
    }

    #sl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    #sl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -27px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: none;
    }

    .provs {
        width: 100%;
        margin: 0 auto;
    }

    .sl-desc {
        color: #000;
        background: #ffcb08;
        text-align: center;
        border-radius: 0px 0px 10px 10px;
    }

    .game {
        width: 100%;
        margin: 15px auto 60px;
        text-align: center;
    }

        .game ul {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            list-style: none;
        }

            .game ul li {
                width: 31.333333%;
                text-align: center;
                /*margin: 0 0 50px 0;*/
                padding: 0 1%;
                display: inline-block;
            }

        .game img {
            width: 100%;
            border-radius: 15px 15px 0px 0px;
        }

    .fish-wrap {
        display: inline-flex;
    }

    .fish-provider {
        width: 45%;
        text-align: center;
        margin: 8px 0px 0px 0px;
    }

        .fish-provider img {
            /*border-radius: 15px;*/
            /* border: 3px solid #fff; */
            /*box-shadow: 2px 4px #001;*/
            width: 97%;
        }


    /*NAV*/
    #menu-wrapper {
        position: absolute;
        left: 0;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #003c79;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        visibility: hidden;
        opacity: 0;
    }

        #menu-wrapper.toggled {
            visibility: visible;
            opacity: 1;
            z-index: 1000;
        }

        #menu-wrapper.hide {
            z-index: 0;
            display: none !important;
        }

    #bars {
        background: none !important;
        color: #fff;
    }

    .game_menu {
        padding: 0px;
    }

    .menu-item {
        list-style: none;
        color: #fff;
        width: 100%
    }

        .menu-item img {
            width: 45px;
            margin: -20px 10px 0px -15px;
        }

        .menu-item a.active {
            background: #ffcb08;
            color: #001138;
        }

        .menu-item a {
            color: #fff;
            font-size: 18px;
            width: 100%;
            /*height: 60px;*/
            border-bottom: 1px solid #001138;
            font-weight: bold;
            padding: 24px 3px 3px 24px;
            line-height: 5px;
            background: #003c79;
        }

    #menu-wrapper.hide {
        z-index: 0;
        display: none !important;
    }

    #menu_icon {
        position: absolute;
        background: none;
        border: 0;
        outline: none;
        margin: 30px 0px 0px 10px;
        z-index: 50;
        /*background:#fff;*/
    }

    #menu-bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        background-color: #f1f1f1;
        box-sizing: border-box;
        z-index: 99;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #0d4da4;
    }

    #backgroundOverlay {
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
    }

    .aboutus-content {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .about-title {
        color: #fff;
        font-size: 20px;
    }

    .about-content {
        color: #fff;
    }

    .terms-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .terms-title {
        color: #fff;
        font-size: 20px;
    }

    .terms-content {
        color: #fff;
    }

    .rgaming-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .rgaming-title {
        color: #fff;
        font-size: 20px;
    }

    .rgaming-content {
        color: #fff;
    }

    .rgaming-content2 {
        color: #fff;
    }

    .rgaming-main li {
        color: #fff;
        line-height: 1.8;
        margin: 0px 0px 0px 10px;
    }

    .rgaming-main ul {
        padding: 0px 0px 0px 10px;
    }

    .rgaming-main a, p {
        color: #fff;
    }

    .policy {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .policy-title {
        color: #fff;
        font-size: 20px;
    }

    .policy-content {
        color: #fff;
    }

    #vplvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    #lvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    table {
        border-spacing: 3px;
        border-collapse: unset;
    }

    .tg {
        width: 100%;
        text-align: center;
    }

    .tg-1 {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding-bottom: 5px;
        text-align: left;
    }

    #vip2 h5 {
        color: #fff;
    }

    .tg-1-left {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding: 5px;
    }

    .tg-2 {
        color: #fff;
        width: 200px;
        /*background: #000039;*/
        background: rgba(0,0,57,0.6);
    }

    .tg-1-left {
        text-align: left;
    }

    .vip-rewards {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .terms {
        background: rgba(0,0,57,0.6);
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        margin: 20px auto;
        padding: 8px;
    }

        .terms ol {
            color: #fff;
            font-size: 15px;
            line-height: 1.7;
        }

    #vip-caption {
        color: #fff;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 13px;
        margin: 5px 0px 0px 0px;
    }

    .viplevels {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #viplevels {
        margin: 10px auto 20px;
        width: 75%;
        height: 7vh;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
    }

    #vip-side-menu li {
        margin: 10px auto;
    }

    #vip-side-menu a {
        /*display: grid;*/
        text-align: center;
    }

        #vip-side-menu a.active span {
            background-color: #ffcb08;
            border-radius: 3px;
            width: 100%;
            color: #000;
        }

    #vip-side-menu span {
        display: block;
        text-align: center;
        margin: 10px auto 0px;
        color: #fff;
    }

    .chck {
        color: #00ff00;
    }

    /*REGISTER*/
    #registerForm {
        padding: 0px 20px 0px 20px;
    }

        #registerForm span {
        }

        #registerForm input {
            border: none;
            padding-left: 28px;
        }

    .register-content {
        width: 100%;
        /*text-align: center;*/
        margin: 0px auto 0px;
    }

    .register-main {
        background: #003c79;
        border-radius: 12px;
        margin: 0px 12px 0px 12px;
    }

    .left-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    .info-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    #join {
        font-size: 25px;
        font-weight: 900;
        margin: 5px 0px 5px 0px;
        color: #fff;
        text-align: center;
    }

    .rgstrbtn {
        line-height: 1;
        text-align: center;
    }

        .rgstrbtn p {
            color: #fff;
            margin: 12px auto 0px;
            text-align: center;
        }

    #registerbtn {
        width: 170px;
        height: 40px;
        background: #ff0000;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: -2px 0px 10px 10px;
        font-weight: 900;
        text-align: center;
    }

    #t-c {
        color: #ffcb08;
        text-decoration: none;
    }

    .form-alert-btn {
        border: none;
    }

    .alert-warning {
        position: absolute;
        margin: -36px 0px 0px 510px;
        border: none;
        color: none;
        font-size: 27px;
        background: none;
        padding: 5px;
    }

    .form-alert-text {
        /*border: 2px solid #ff0000;*/
        padding: 5px 15px 5px 10px;
        margin: 0px 0px 0px 30px;
        color: #fff;
        font-size: 15px;
        top: -3px;
        position: relative;
        background: #001138;
        width: 10px;
    }

    .form-info-text {
        /*border: 2px solid #b9b9b9;*/
        padding: 5px 15px 5px 10px;
        margin: 0px 0px 0px 30px;
        color: #fff;
        font-size: 15px;
        top: -3px;
        position: relative;
        background: #001138;
        width: 10px;
    }

    .wrong-icon {
        color: #ff0000;
    }

    .info-icon {
        color: #b9b9b9;
    }

    .success-icon {
        color: #02ff00;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 100px solid red;
        border-bottom: 50px solid transparent;
    }

    /*POST-LOGIN*/
    table {
        border-spacing: 1px;
        border-collapse: unset;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .post-login-btn {
        background: #ffcb08;
        border: none;
        margin: 0px 5px 12px 0px;
        width: 101px;
    }

    #post-register-btn {
        background: #ff0000;
        border: none;
        color: #fff;
        width: 57px;
    }

    #pllgnp, #pljnp {
        font-size: 13px;
        font-weight: 900;
    }

    .welcome {
        color: #fff;
    }

    .uname-top {
        color: #ffcb08;
    }

    .post-log-wrapper {
        width: 100%;
        /*background: #003c79;*/
        /*padding: 30px;*/
        /*min-height: 500px;*/
        margin: 10px auto 10px;
        /*border-radius: 10px;*/
    }
    /*#post-nav-tab a{
		background: #003c79;
		width: 30%;
		margin: 1px;
		color: #fff;
		border-radius: 6px;
		font-weight: bold;
	    font-size: 11px;
	    padding: 10px 10px;
	    text-align: center;
	}
*/

    #post-nav-tab .active {
        color: #ffcb08;
        cursor: pointer;
        border-radius: 6px;
        text-decoration: none;
    }

    .post-menu .nav img:last-child {
        position: absolute;
        margin: 0px 0px 0px -30px;
        /*top: 0;
	    left: 13px;*/
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .nav-tabs-post {
        margin: 0 auto;
        width: 100%;
    }

    li.post-nav-tabs {
        margin: 0 auto;
        font-size: 12px;
        width: 20%;
        text-align: center;
    }

    .nav-tabs-post li .active {
        color: #ffcb08 !important;
    }

    #post-nav-tab a.active img:last-child {
        opacity: 1;
        color: #ffcb08 !important;
    }

    #post-nav-tab .active {
        color: #ffcb08;
        cursor: pointer;
        border-radius: 6px;
        text-decoration: none;
    }

    .nav-tabs-history li a {
        color: #fff;
        margin: 4px 3px 5px 3px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 10.8px;
        text-decoration: none;
        width: auto;
        padding: 10px 5px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-history li a:hover {
            background-color: #ffcb08;
            color: #000;
        }

        .nav-tabs-history li a.active {
            color: #000;
            background-color: #ffcb08;
        }

    .nav-tabs-personal li a {
        color: #fff;
        margin-top: 4px;
        margin-right: 4px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
        width: 50px;
        padding: 8px 9px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-personal li a.active {
            color: #000;
            background-color: #ffcb08;
        }

    .history-nav ul {
        margin: 10px 0 15px;
    }

    .tab-content {
        overflow-y: auto;
        /*border: 1px solid #fff;*/
        background: #001138;
        min-height: 390px;
        color: #fff;
        padding: 10px;
        font-size: 13px;
        /*border-radius: 10px;*/
    }

    .table-primary tbody tr:nth-child(even) {
        background: #001138;
        color: #fff;
    }

    .table-primary tbody tr:nth-child(odd) {
        background: #003c79;
        color: #fff;
    }

    .table-primary tbody tr th {
        border: 1px solid #fff;
        padding: 5px;
        color: #fff;
        text-align: center;
    }

    .step {
        color: #ffcb08;
    }

    .subtitle-member {
        font-weight: 900;
        color: #ffcb08;
        font-size: 17px;
        margin: 0px 0px 5px 0px;
    }

    #hdep table thead {
        background: #001138;
    }

    #hwith table thead {
        background: #001138;
    }

    #htransfer table thead {
        background: #001138;
    }

    #hdep table td {
        background: #003c79;
    }

    #hwith table td {
        background: #003c79;
    }

    #htransfer table td {
        background: #003c79;
    }

    #div4 tbody td {
        background: #003c79;
    }

    #hdep table, #hwith table, #htransfer table {
        font-size: 12px;
    }

    .fform {
        display: flex;
        width: 100%;
    }

        .fform i {
            padding: 6px;
            /*background: #001138;*/
            color: #001138;
            text-align: center;
            position: absolute;
        }

    .logout-btn {
        width: 100%;
        color: #fff;
        background-color: #ff0000;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 0px 0px 0px;
    }

    .logout {
        width: 49%;
        text-align: center;
        font-size: 14px;
        font-weight: 900;
    }

    .transfer-btn {
        width: 100%;
        color: #000;
        background-color: #ffcb08;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 5px 0px 0px;
    }

    .transfer {
        width: 49%;
        text-align: center;
        font-size: 14px;
        font-weight: 900;
    }

    .profile-btns {
        display: inline-flex;
        width: 100%;
    }

    .post-login-wrapper {
        margin: 0px 20px;
    }

    .wallet-wrap {
        background: #003c79;
        padding: 10px 7px;
        height: 39px;
        border-radius: 5px;
        width: 100%;
        font-size: 15px;
    }

    .post-menu {
        background: #003c79;
        padding: 5px 4px;
        border-radius: 5px;
        color: #fff;
        width: 100%;
    }

    .post-menu-item {
        border-bottom: 3px solid #003c79;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color: #001138;
        list-style: none;
        padding: 10px;
        /*text-align: center;*/
        margin: 0px 0px 7px 0px;
    }

        .post-menu-item a {
            /*border-radius: 5px;*/
            background-color: #001138;
            list-style: none;
            padding: 0px 90px 0px 0px;
            /*text-align: center;*/
            margin: 0px 0px 0px 0px;
        }

    #post-right {
        margin: 0px 0px 0px 8px;
    }

    .prof-area {
        /*background-color: #001138;*/
        margin: 10px 20px;
        line-height: 0.8;
        padding: 5px;
    }

    .usersname {
        font-size: 17px;
        font-weight: 900;
        margin: 20px 0px 10px 0px;
    }

    .vipleveltag {
        font-size: 15px;
        margin: 10px 0px 20px 0px;
    }

    .usersbal {
        font-size: 17px;
        font-weight: 900;
        margin: 10px 0px 20px 0px;
    }


    /*DOWNLOAD PAGE*/
    .download-wrapper {
        /*width: 1000px;*/
        margin: 0 auto;
        display: grid;
    }

    .qrtag {
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-weight: 900;
    }

    #aios {
        width: 65px;
        margin: 0px 6px 8px 0px;
    }

    #andrd-icon {
        width: 30px;
        margin: 0px 5px 0px 0px;
    }

    .pt-qrtag {
        color: #fff;
        margin: 10px auto 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        width: 70%;
    }

    .dl-menu-holder {
        margin: 0 auto;
    }

    .menu-background-wrap {
        /*background: #000c29;*/
    }

    #dl-side-menu li {
        margin: 3px auto 3px;
    }

    #dl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        /*position: absolute;*/
        text-align: center;
        margin: -59px auto 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #dl-side-menu .nav-tabs-slot a:hover img:last-child, #dl-side-menu .nav-tabs-slot li.active img:last-child {
        opacity: 1;
    }

    #dl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    .dl-content {
        margin: 0 auto;
    }

    .dl-side-tab {
        /*margin: 10px 0px 10px 0px;*/
        /*float: left;*/
        width: 30%;
    }

        .dl-side-tab img {
            width: 120px;
        }

    #red-dl-btn {
        background-color: #ff0000;
        border: 3px solid #fff;
        border-radius: 6px;
        padding: 5px 17px;
        color: #fff;
        text-align: center;
        margin: 15px auto 15px;
        width: 70%;
    }

    .dl-info {
        text-align: center;
    }

    .eb-main, .gi-main, .ag-main, .bs-main {
        display: inline-flex;
    }

    .scanqr {
        color: #fff;
        width: 200px;
        margin: 50px 0px 0px 10px;
    }

    .dl-title {
        width: 100%;
        color: #fff;
        font-size: 20px;
        margin: 20px 0px 10px 0px;
        text-align: center;
        font-weight: 900;
    }

    .dl-note {
        width: 100%;
        color: #fff;
        margin: 20px 0px 10px 0px
    }

    .dl-left-box {
        color: #fff;
        background: #323232;
        padding: 5px;
    }

    .dl-right-box {
        color: #000;
        padding: 18px 132px;
        background: #fff;
    }

    .dltag {
        color: #fff;
        text-align: right;
        margin: -20px 26px 25px 0px;
    }

    .mob-formTable {
        border-collapse: collapse;
        border: 1px solid #fff;
        /*background: #003c79;*/
        color: #fff;
    }

        .mob-formTable > tbody > tr > th {
            border: 1px solid #fff;
            padding: 10px 5px;
            text-align: center;
            color: #fff;
        }

        .mob-formTable > tbody > tr > td {
            border: 1px solid #fff;
            padding: 5px 5px;
        }

    .post-area {
        padding: 80px 0px 0px 0px;
    }

    #mCSB_2_container {
        top: 0px !important;
    }

    .hot {
        position: absolute;
        right: -35px;
        top: 11px;
        width: 20px !important;
    }

    #mCSB_1_container {
        top: 0px !important;
    }

    .sb-toggle-right i {
        font-size: 22px;
    }

    .sb-toggle-right a {
        color: #FFF;
        text-decoration: none;
        display: grid;
        font-size: 11px;
    }

    .sb-toggle-center span {
        font-size: 10px;
        font-weight: 700;
        color: #000;
    }

    .sb-toggle-center i {
        font-size: 22px;
        line-height: 1.4;
        color: #000;
    }

    .mobile-footer a:nth-child(3) {
        /*opacity: 0;*/
    }
}

@media (max-width: 320px) {
    .sb-toggle-center span {
        font-size: 8px;
        font-weight: 700;
        color: #000;
    }

    .mobile-footer a {
        font-size: 8px;
    }
}


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
        @media (max-width: 375px) {
            .menu-item a {
                color: #fff;
                font-size: 18px;
                width: 100%;
                height: 8vh;
                border-bottom: 1px solid #001138;
                font-weight: bold;
                padding: 28px 0px 15px 30px;
                line-height: 5px;
                background: #003c79;
            }
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {

        @media (max-width: 375px) {
            .menu-item a {
                color: #fff;
                font-size: 18px;
                width: 100%;
                height: 8vh;
                border-bottom: 1px solid #001138;
                font-weight: bold;
                padding: 24px 0px 15px 30px;
                line-height: 5px;
                background: #003c79;
            }

            #sidebar {
                overflow-y: scroll !important;
                z-index: 999;
            }
        }
    }
}

/*TOURNAMENTS*/
.tournaments {
    max-width: 1000px;
    padding: 20px 0px;
    margin: 0 auto;
}

.trnmnt {
    width: 100%;
    margin: 0 0 10px 0px;
    display: flex;
    padding: 0px 5px;
}

.trnmnt-img {
    width: 55%;
    position: relative;
}

    .trnmnt-img img {
        width: 100%;
        border-radius: 10px 0px 0px 10px;
    }

.trnmnt-bar-promo {
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    background: #003c79;
    color: #000;
    width: 50%;
    height: auto;
}

.tbox {
    background-color: #003c79;
    position: absolute;
    margin: 0px 10px;
    top: 8em;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0px 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    -moz-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
}

.tbox-done {
    background-color: #003c79;
    position: absolute;
    margin: 0px 10px;
    top: 10em;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    -moz-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
}

.timer {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

    .timer p {
        background: #fff;
        color: #001138;
        padding: 5px;
        margin: 0.3em 0.1em 0em;
        border-radius: 5px;
        font-weight: 800;
        font-size: 12px;
        border: 1px solid #001138;
    }

.cwinners {
    background: #ffcb08;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width: 75%;
    color: #000;
    text-align: center;
    margin: 5px auto;
}

.ranks {
    background: url('img/tournaments/tbg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 190px 0;
}

.winners-table {
    text-align: center;
    margin: 55px auto 0px;
    height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.win-tag {
    color: #fff;
    background: #000039;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffcb08;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.cinfo {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    margin: 3px 10px;
    border-radius: 5px;
}

.length-info {
    display: flex;
}

    .length-info p {
        color: #000;
        margin: 0 auto;
        text-align: center;
    }

.trnmnt-descl, .trnmnt-descr {
    text-align: center;
    color: #000;
    width: 50%;
    line-height: 1;
    padding: 1.3em 0em;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
}

.ctag {
    color: #ffcb08;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0;
    font-size: 13px;
}

.ctag-done {
    color: #ffcb08;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0;
    font-size: 13px;
}

.ctnc {
    padding: 2px 0px 0px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.trnmnt-title {
    font-size: 17px;
    font-weight: 800;
    padding: 3px 0px;
    color: #ffcb08;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

}


@media (max-width: 360px) {
    .menu-item a {
        color: #fff;
        width: 100%;
        /*height: 9vh;*/
        border-bottom: 1px solid #001138;
        padding: 26px 0px 4px 30px;
        line-height: 5px;
        background: #003c79;
    }

    li.post-nav-tabs {
        /*margin: 0px 7px;*/
        font-size: 11px;
    }

    .article-wrapper {
        padding: 0 0px;
    }
}


.fline a {
    text-decoration: none;
}

.float-line {
    position: fixed;
    bottom: 110px;
    right: 1vh;
    cursor: pointer;
}

    .float-line i {
        font-size: 60px;
        color: #00ff00;
        border-radius: 25px 25px;
    }
/*.fline:hover .fline-btns{
	display: block;
}*/
.fline-btns {
    display: none;
    position: fixed;
    right: 1vh;
    z-index: 999;
    top: 340px;
}

.fline-btn {
    background: #003c79;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 2px;
    text-align: center;
}

    .fline-btn img {
        width: 150px;
    }

    .fline-btn p {
        margin: 10px 0 0 0;
        font-size: 16px;
        color: #ffcb08;
        font-weight: 500;
    }

    .fline-btn i {
        color: #fff;
        font-size: 25px;
        text-align: center;
        margin: 0 0 10px;
    }

@media (max-width: 320px) {
    .trnmnt-img {
        width: 60%;
        position: relative;
    }

    .trnmnt-descl, .trnmnt-descr {
        padding: 1em 0em;
    }

    .timer {
        top: 6em;
    }

    .sb-toggle-center span {
        font-size: 8px;
        font-weight: 700;
        color: #000;
    }

    .mobile-footer a {
        font-size: 8px;
    }

    .article img {
        width: 320px;
        margin: 17px 0px;
    }

    .blog-wrapper-right img {
        width: 90px;
        margin: 15px 9px;
    }

    .article-wrapper {
        overflow: hidden;
    }
}

/*Additional Contents*/
#module {
    font-size: 1rem;
    line-height: 1.5;
}

    #module #collapseExample.collapse:not(.show) {
        display: flex;
        height: 19rem;
        overflow: hidden;
    }

    #module #collapseExample.collapsing {
        height: 3rem;
    }

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.additional-content .collapse:not(.show) {
    height: 10rem !important;
    overflow: hidden;
    display: block;
}

.additional-content {
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

    .additional-content h1, .additional-content h2 {
        font-size: 22px;
        color: #dadada;
        padding: 0px 10px;
    }

    .additional-content p {
        font-size: 14px;
        color: #dadada;
        line-height: 1.8;
        text-align: justify;
        padding: 0px 10px;
    }

    .additional-content a {
        color: #ffcb08;
        text-decoration: none;
    }

}



@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
        @media (max-width: 375px) {
            .menu-item a {
                color: #fff;
                font-size: 18px;
                width: 100%;
                height: 8vh;
                border-bottom: 1px solid #001138;
                font-weight: bold;
                padding: 28px 0px 15px 30px;
                line-height: 5px;
                background: #003c79;
            }
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {

        @media (max-width: 375px) {
            .menu-item a {
                color: #fff;
                font-size: 18px;
                width: 100%;
                height: 8vh;
                border-bottom: 1px solid #001138;
                font-weight: bold;
                padding: 24px 0px 15px 30px;
                line-height: 5px;
                background: #003c79;
            }

            #sidebar {
                overflow-y: scroll !important;
                z-index: 999;
            }
        }
    }
}