﻿body {
    background: #292929;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin:0;
    padding:0;
}

.footer {
    position: fixed;
    bottom: 38px;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
    text-align:center;
}

* {
    box-sizing: border-box;
}

.menu {
    /*
    */ /*float: left;*/
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 60px;
}

    .menu a {
        background-color: #292929;
        /* padding: 8px;*/
        margin-top: 1%;
        display: block;
        width: 100%;
        color: black;
        height: 180px;
    }

.main {
    float: left;
    width: 60%;
    padding: 0 20px;
}

.right {
    background-color: #e5e5e5;
    float: left;
    width: 20%;
    padding: 15px;
    margin-top: 7px;
    text-align: center;
}

@media only screen and (max-width:620px) {
    /* For mobile phones: */
    .menu, .main, .right {
        width: 100%;
    }
}


.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.modal-body{
padding-bottom:0px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    /*caret-color: transparent;*/
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon {
    background: white;
    color: #e74c3c;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

/*
element.style {
    display: none;
}*/


.manu {
    /*width: 50%;*/
    height: auto;
    margin-top: 0%;
    position: fixed;
    /*background: #383d41e0;*/
    background-color: rgba(40, 55, 71, 0.9);
    padding-bottom: 10px;
    padding-top: 10px;
    z-index:1;
}

#cssmenu {
    width: 250px;
}


    #cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        font-weight: normal;
        text-decoration: none;
        line-height: 1;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        position: relative;
        padding-left: 2%;
        padding-right: 2%;
    }

        #cssmenu > ul > li > a {
            padding-right: 40px;
            font-size: 15px;
            font-weight: bold;
            display: block;
            /* background: #383d41f0;*/
            color: #ffffff;
            /*border-bottom: 1px solid #f8f9fa;*/
            text-transform: uppercase;
            padding-top: 4%;
            padding-bottom: 4%;
        }

            #cssmenu > ul > li > a > span {
                /* background: #383d41f0;*/
                padding: 6px;
                display: block;
                font-size: 13px;
                font-weight: 300;
            }

.header {
    /*width: 100%;
    margin-top: 0px;
    line-height: 60px;
    position: fixed;
    top: 0;
    background-image: url('../Assets/Header.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 99999;*/

    display: flex;
    flex-direction: row;
    align-items: baseline;
    /*align-items: center;*/
    justify-content: space-between;
    height: 85px;
    width: 100%;
    margin-top: 0;
    padding: 0 24px;
    /* background-color: #a20ec6; */
    /* background-color: #06abaf; */
    background-image: url('../Assets/TopHeader.png'); /*New update 2023-08-10*/
    color: White;
    background-repeat: no-repeat;
    background-size: 100% 76%;
}
.card {
    width: 50vw;
    margin-top: -1%;
    right: 10px;
    color: white;
    background-color: rgba(40, 55, 71);
    position: absolute;
    clear: both;
    border-radius: 10px;
}

.modal-bg-dark {
    color: white;
    background-color: rgba(40, 55, 71);
}

.form-control:focus {
    color: #F1C26A;
    background-color: rgba(40, 55, 71) !important;
}

.card-header {
    text-align: center;
    display: inline;
    /*padding: 5px;*/
    /*background-color: #2E2B2B;*/
    font-size: 15px;
    border-radius: 20px;
}

.card-body {
    display: inline;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background-color: #5B5A5A;*/
}

.card-footer{
    padding: 5px;
}

.card-footer > button{
    float: right;
    font-size: 10px;
}

.sc > p > a {
    color: white;
    text-decoration: none;
}

.sc > p {
    position: relative;
    margin-top: -1%;
    margin-right: 2%;
    margin-left: 60%;
    background: orange;
    padding: 0 2% 0 2%;
    width: 30vw;
    height: 30px;
    border-radius: 10%;
    color: white;
    text-decoration: none;
}

.top-right {
    /* position: absolute;
    top: 8px;
    right: 16px;
}*/
    position: absolute;
    top: 14px;
    /* right: -4%; */
    left: 86%;
    margin-right: 3%;
    /*  width :5%;*/
}

.homeimg {
    width: 75%;
}

.container1 {
    float: left;
    width: 20%;
    /*height: 280px;*/
}

.container2 {
    float: left;
    width: 50%;
    text-align: center;
    /*height: 280px;*/
}

.container3 {
    float: right;
    width: 20%;
    /*height: 280px;*/
}

.container1 > a > img {
    width: 50%;
    margin-left: 25%;
}

.container3 > a > img {
    width: 50%;
    margin-left: 25%;
}

.container > .player {
    float: left;
    width: 50%;
    /*height: 280px;*/
}

.container > .score {
    float: right;
    width: 50%;
}


.search {
    width: 100%;
    /*position: relative;*/
    display: flex;
    height:50px;
}

.searchTerm {
    /*width: 100%;
    border: 3px solid #e3126e;
    border-right: none;
    padding: 10px;*/
    /*height: 20px;*/
    /*border-radius: 5px 0 0 5px;
    outline: none;
    color: #e3126e;*/

    width: 100%;
    height: 40px;
    border: 3px solid #02767B;
    border-right: none;
    padding: 10px;
    border-radius: 25px 0 0 25px;
    outline: none;
    color: #02767B;
}

    .searchTerm:focus {
        color: #02767B;
    }

.searchButton {
    /*width: 70px;*/
    /*height: 36px;*/
    /*border: 3px solid #e3126e;
    background: #e3126e;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;*/

    width: 64px;
    height: 40px;
    border: 3px solid #02767B;
    background: #02767B;
    text-align: center;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    /*width: 30%;*/
    /*position: absolute;*/
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/

    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
}

/*Created By Zakir*/
.displayNone {
    display:none;
}

.footerIcon, i{
    color: white;
    font-size: 25px;
}

#headerz{
    padding-top:0px;
}

.headerIconz{
    text-align: center;
}

.headerAwesome{
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.prizez{
    
    background-color:white;
    display:block;
    padding:0px;
    
}

.boxz1 {
    padding-bottom: 7vh;
    background-color: white;
    width: 100%;
    text-align: center;
}

.boxz2 {
    padding-top: 7vh;
    padding-bottom: 12%;
    background-color: #02767B;
    text-align: center;
    position: fixed;
    border-radius: 18px;
    width: 94vw;
    margin-left: 3vw;
}

.boxz3 {
    padding-top: 30px;
    padding-bottom: 11%;
    background-color: #02767B;
    text-align: center;
    margin-bottom: 0;
    /*position: fixed;*/
    border-radius: 18px;
    width: 94vw;
    margin-left: 3vw;
}

.prizePic {
    height: 120px;
    width: 120px;
    background-color: white;
    border: 1px solid white;
    border-radius: 30px;
    padding: 30px;
}

.prizeTitle {
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
}

.pointz {
    font-family: 'Open Sans', sans-serif;
    background-color: #02767B;
    border: 2px solid #02767B;
    width: 85%;
    margin: auto;
    color: white;
    border-radius: 50px;
    font-size: 24pt;
    text-align: center;
    padding-top: 6px;
    box-shadow: 2px 2px #f5f5f5;
}

.pointz2 {
    font-family: 'Open Sans', sans-serif;
    background-color: #02767B;
    border: 1px solid #02767B;
    width: 60%;
    margin: auto;
    color: white;
    border-radius: 50px;
    font-size: 20pt;
    text-align: center;
    padding-top: 6px;
}

.pointz3 {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    border: 2px solid white;
    width: 95%;
    margin: auto;
    color: black;
    border-radius: 50px;
    font-size: 36pt;
    text-align: center;
    padding-top: 6px;
}

.coinTittle {
    font-size: 18px;
}

.coinPara{
    font-size: 12px;
}

.prizeTitle2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
}

.prizeTitle3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: white;
}
.mobileNumber {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: grey;
}

.pointszBangla {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}


#bkashBtn{
    position:fixed;
    bottom:0px;
}

.p-3 >p{
 font-size:12px;
}

nav {
    position: relative;
}

    nav input[name=toggle-nav],
    nav label[for=toggle-nav] {
        position: absolute;
        top: -26px;
        width: 35px;
        height: 35px;
    }

    nav input[name=toggle-nav] {
        display: block;
        cursor: pointer;
        opacity: 0;
        z-index: 1091;
    }

    /*        nav input[name=toggle-nav]:hover:checked + label[for=toggle-nav] .menu-icon::before,
        nav input[name=toggle-nav]:hover:checked + label[for=toggle-nav] .menu-icon::after, nav input[name=toggle-nav]:active:checked + label[for=toggle-nav] .menu-icon::before,
        nav input[name=toggle-nav]:active:checked + label[for=toggle-nav] .menu-icon::after, nav input[name=toggle-nav]:focus:checked + label[for=toggle-nav] .menu-icon::before,
        nav input[name=toggle-nav]:focus:checked + label[for=toggle-nav] .menu-icon::after {
            background-color: #fb8500;
        }*/

    nav label[for=toggle-nav] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1090;
    }

        nav label[for=toggle-nav] .menu-icon, nav label[for=toggle-nav] .menu-icon::before, nav label[for=toggle-nav] .menu-icon::after {
            display: block;
            width: 100%;
            height: 3px;
            border-radius: 10px;
            background-color: #fcfcfc;
            transition: all 0.5s ease;
        }

            nav label[for=toggle-nav] .menu-icon::before, nav label[for=toggle-nav] .menu-icon::after {
                position: absolute;
                content: "";
            }

            nav label[for=toggle-nav] .menu-icon::before {
                top: 7px;
            }

            nav label[for=toggle-nav] .menu-icon::after {
                bottom: 7px;
            }

    nav input[name=toggle-nav]:checked ~ .side-nav-panel {
        left: 0;
    }

    nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon, nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon::before, nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon::after {
        background-color: transparent;
    }

        nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon::before, nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon::after {
            background-color: #fcfcfc;
        }

        nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon::before {
            top: 16px;
            transform: rotate(45deg);
        }

        nav input[name=toggle-nav]:checked + label[for=toggle-nav] .menu-icon::after {
            bottom: 16px;
            transform: rotate(-45deg);
        }

    nav .side-nav-panel {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        padding-top: 85px;
        background-color: #02767B;
        /*background-image: linear-gradient(#5a0370, #a50ec9);*/
        /*background-image: linear-gradient(#07bcad, #06abaf);*/
        box-shadow: 1px 0 5px rgba(22, 24, 26, 0.5), 1px 0 3px rgba(7, 8, 10, 0.7);
        transition: 0.5s left;
        z-index: 1031;
        padding-left: 25px;
    }

    nav .top-nav {
        max-height: 100vh;
        overflow-y: auto;
    }

        nav .top-nav a:link,
        nav .top-nav a:visited {
            color: black;
            text-decoration: none;
        }

        nav .top-nav .active a:link,
        nav .top-nav .active a:visited {
            color: #3c3c3c;
        }

        nav .top-nav a:hover,
        nav .top-nav a:active,
        nav .top-nav a:focus {
            text-decoration: none;
        }

        nav .top-nav > li {
            min-height: 28px;
            max-height: 100vh;
            width: 90%;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            letter-spacing: 1px;
            cursor: pointer;
        }

            /*            nav .top-nav > li:hover, nav .top-nav > li:active, nav .top-nav > li:focus, nav .top-nav > li.active {
                background-color: #fcfcfc;
            }

                nav .top-nav > li:hover a:link,
                nav .top-nav > li:hover a:visited, nav .top-nav > li:active a:link,
                nav .top-nav > li:active a:visited, nav .top-nav > li:focus a:link,
                nav .top-nav > li:focus a:visited, nav .top-nav > li.active a:link,
                nav .top-nav > li.active a:visited {
                    color: #3c3c3c;
                }*/

            nav .top-nav > li a {
                display: block;
                width: 100%;
                height: 100%;
                padding-left: 2em;
            }


    nav .parent-item {
        position: relative;
    }

        nav .parent-item > a::after {
            content: "^";
            display: inline-block;
            position: relative;
            top: 2px;
            left: 4px;
            font-size: 1em;
            transform: rotate(90deg);
            transition: all 0.3s;
        }

        nav .parent-item.active > a::after {
            top: -2px;
            transform: rotate(180deg);
        }

    nav .submenu {
        background-color: #e8e8e8;
        position: relative;
        top: 12px;
        left: 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        border-bottom-right-radius: 10px;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.2s ease-in-out, margin-bottom 0.3s ease-in-out;
    }

        nav .submenu.active {
            opacity: 1;
            visibility: visible;
            max-height: 100vh;
            margin-bottom: 8px;
            transition: max-height 1s;
        }

        nav .submenu li {
            position: relative;
            padding-left: 1em;
            background-color: #fcfcfc;
        }

            nav .submenu li::before {
                content: "▸";
                display: block;
                position: absolute;
                top: 10px;
                left: 32px;
                color: #000;
            }

            nav .submenu li a {
                padding-top: 12px;
                padding-bottom: 12px;
            }

    nav .nav-profile {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
        margin: 0 auto 2em;
    }

        nav .nav-profile img {
            width: 100px;
            height: 100px;
            border-radius: 10%;
            object-fit: fill;
            margin-right: 12px;
        }

        nav .nav-profile .profile-info {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            height: 100%;
            max-height: 100px;
            width: 200px;
        }

            nav .nav-profile .profile-info p {
                margin-top: 4px;
            }

