*{
    box-sizing: border-box;
}

body{
    width: 100%;
    float: left;
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    position: relative;
}

header{
    width: 100%;
    float: left;
    background: #225378;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navMenu{
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}

.navMenu li{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.subMenu {
    position: absolute;
    width: 260px;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    top: 47px;
    display: none;
}

.subMenu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.subMenu li:last-child {
    border: 0;
}

.subMenu li a {
    width: 100%;
    float: left;
    color: #000 !important;
    padding: 12px 17px !important;
}

.navMenu li a {
    float: left;
    padding: 12px 13px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.navMenu li a i {
    font-size: 13px;
}

.navMenu li a:hover {
    background: #c5e6ff;
    color: #000;
}

a.headLOGOwrap {
    width: auto;
    float: left;
    height: 46px;
    align-items: center;
    display: flex;
    font-size: 21px;
    color: #c5e6ff;
    font-weight: 600;
}

.completeBodyWrap{
    width: 100%;
    float: left;
}

.completeBodyWrap .container{
    max-width: 900px;
}

.completeBodyInner{
    width: 100%;
    float: left;
    padding: 0 0 35px 0;
}

.topBtnsWrap{
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
}

.topBtnsWrap li{
    display: inline-block;
    list-style: none;
    margin: 0 7px;
    position: relative;
}

.topBtnsWrap li a {
    background-color: #f4f4f4;
    font-weight: 400;
    text-transform: capitalize;
    color: #5a5a5a;
    font-size: 16px;
    padding: 7px 15px 5px 15px;
    float: left;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    border-top: 0;
    border-bottom-width: 7px;
    /*box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);*/
}

.topBtnsWrap li a i {
    font-size: 14px;
    margin: 3px 5px 0 0px;
    color: #656565;
    float: left;
}

.topBtnsWrap li a i.small {
    font-size: 10px;
    float: right;
    margin: 6px 0 0 6px;
}

.tableWrap{
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
}

.tableWrap span{
    width: 100%;
    float: left;
    text-align: center;
}

.tableWrap span a {
    background: #EB7F00;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 25px 8px 25px;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #d07000;
    border-top: 0px;
    border-bottom: 6px solid #d07000;
    border-radius: 6px;
}

.tableWrap span a:hover{
    background: #225378;
    border-color: #1c3548;
    color: #fff !important;
}

.btn_style {
    background: #EB7F00;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 25px 8px 25px !important;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #d07000;
    border-top: 0px;
    border-bottom: 6px solid #d07000;
    border-radius: 6px !important;
    outline: none !important;
    transition: 0.3s ease-in-out;
    margin: 0 0 0 5px;
}

input.btn_style{
    margin:0 0 0 0;
}

.btn_style:hover{
    background: #225378;
    border-color: #1c3548;
    color: #fff !important;
}

.tableWrap h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 33px;
    font-weight: 500;
    margin: 22px 0 0 0;
}

.tableWrap h2 small {
    width: 100%;
    float: left;
    margin: 9px 0 0 0;
    font-size: 15px;
}

.tableWrap table {
    margin: 25px 0 0 0;
    float: left;
    font-size: 18px;
}

.tableWrap table tr th, .tableWrap table tr td{
    padding: 12px 20px;
}

.tableWrap table tr th:first-child, .tableWrap table tr td:first-child{
    text-align: center;
    font-weight: 600;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width: 1px;
}

.sub_links {
    position: absolute;
    padding: 0 0;
    width: 220px;
    background: #fff;
    top: 50px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    display: none;
}

.sub_links li a{
    box-shadow: none;
    padding: 6px 0;
    background: #fff;
    border: 0 !important;
}

.tableWrap table td a.editTeam {
    margin: 0 0 0 5px;
    transform-origin: bottom left;
}

.tableWrap table td a i{
    color: #949494;
    font-size: 16px;
    margin: 0 3px;
}

.tableWrap table td a.editTeam i{
    color: #949494;
    font-size: 16px;
    margin: 0 0 0 5px;
}

.tableWrap table td a.editTeam {
    margin: 0 0 0 5px;
    transform-origin: bottom left;
    transition: 0.3s ease-in-out;
    transform: scale(0);
    display: inline-block;
}

.tableWrap table td:hover a.editTeam {
    transform: scale(1) !important;
}

.table i.fa-trophy {
    -webkit-text-stroke: .5px #d07000;
    font-size: 20px;
    color: #ffd816;
}

.toggleBtn{
    display: none;
}

.tableWrap .table-responsive{
    display: inline-block;
    margin: 26px 0 0 0;
}

.table-responsive .table{
    margin: 0;
}

.half-col {
    width: 50%;
    float: left;
    margin-bottom: 23px;
    padding: 0 5px;
}

.full-col{
    width: 100%;
    float: left;
    padding: 0 5px;
}

.set_div{
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.searchSet {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}

.sFild {
    float: left;
    margin: 15px 0;
}

.sFild label {
    width: 100%;
    float: left;
}

.sFild .sInpt {
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    background: #fff;
    border: 1px solid #ddd;
    height: 49px;
    padding: 10px 22px;
    border-radius: 5px;
    outline: none !important;
}

.bttnWrap {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0 0;
}

.srBttn {
    display: inline-block;
    background-color: #008cff;
    color: #fff !important;
    padding: 12px 22px;
    font-size: 16px;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.srBttn:hover {
    background-color: #005eaa;
    color: #fff Im !important;
}

.srBttn i {
    margin: 0 13px 0 -4px;
    -webkit-text-stroke: 0.5px #008cff;
}

.data-table tr td{
    font-weight: 600 !important;
    font-size: 15px;
}

#CreatAccount_bg{
    width: 100%;
    float: left;
    padding: 0 20px;
}

.LoginContainer{
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.log_box_container {
    width: 100%;
    float: left;
    background: #f3f3f3;
    margin: 110px 0 0 0;
    padding: 37px 31px;
    position: relative;
}

.heading {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 15px 0;
    color: #868686;
}

.container-form .form-group{
    padding: 0 !important;
}

.container-form .form-group input {
    border: 0px;
    border-radius: 0 !important;
    background: #fff;
    padding: 14px 16px;
    float: left;
    height: auto;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    margin: 0px 0 8px 0;
}

.loginfooterright{
    float: right;
    margin: 15px 0 0 0;
}

.loginfooterright a {
    color: #6d6d6d;
    text-decoration: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}


.LogoContainer {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    display: block;
    background: #fff;
    border-radius: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #f3f3f3;
    padding: 35px 0;
    text-align: center;
}

.LogoContainer img {
    width: 85%;
}

.tableWrap .form-group input, .tableWrap .form-group textarea, .tableWrap .form-group select {
    height: unset !important;
    border-radius: 0px;
    padding: 12px 17px;
}

.userButtonSbmit{
    width: 100%;
    float: left;
    text-align: left;
}

.userButtonSbmit a {
    float: right;
    background: #d0d0d0;
    border-color: #b1b1b1;
    color: #000;
}
.s_msg{
    width: 100%;
    margin: 15px auto 0px;
    color: green;
    text-align: center;
}
.e_msg{
    width: 100%;
    margin: 15px auto 0px;
    color: red;
    text-align: center;
}
.switch-to-up-arrow {
    background-image: url("../images/arrowdownIcon.png");
    height: 17px;
    width: 29px;
    display: inline-block;
    vertical-align: middle;
}

.switch-to-down-arrow {
    background-image: url("../images/arrowupIcon.png");
    height: 17px;
    width: 29px;
    display: inline-block;
    vertical-align: middle;
}

.ad-spots {
    width:100%;
    height:100%;
    display:none;
    overflow:hidden;
}
.header {
    background-image: url("../images/bg.gif") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
}

.headerSortUp {
    background-image: url("../images/asc.gif") !important;
}
.headerSortDown {
    background-image: url("../images/desc.gif") !important;
}

.tablesorter tr th {
    padding: 8px 20px 8px 5px !important;
}
.rm_l{
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    margin: 10px 0px;
}
.desc{
    width: 75%;
    margin: 0 auto;
    /*    text-align: center;*/
    font-size: 16px;
}

.popUpwrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.56);
    z-index: 9999;
    display: none;
    padding: 0 20px;
}

.popUpContainer{
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popUpContainer main {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 40px;
    position: relative;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    top: -200px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.msgGreen{color: #006400 !important;text-align: center;}
.popUpContainer main p.successMsg {
    width: 100%;
    margin: 0 0 9px 0;
    color: #f00;
    font-weight: 500;
}

.activePop .popUpContainer main{
    top: 0px !important;
    opacity: 1 !important;	
}

.popUpContainer main i.fa-times {
    position: absolute;
    right: -2px;
    top: -5px;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
    background: #ffffff;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 4px 0;
    border-radius: 100%;
    border: 2px solid #707070;
    user-select: none;
}

.popUpContainer main i.fa-clipboard{
    float: right;
    background: #e8e8e8;
    position: relative;
    top: 16px;
    font-size: 16px;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
}

.leaderboardPop label input{
    width: 90% !important;
}

.popUpContainer main label {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}

.popUpContainer main label input{
    width: 100%;
    float: left;
    border: 0;
    background: #e8e8e8;
    padding: 13px 15px;
    font-weight: 600;
    color: #000;
    margin: 16px 0 0 0;
    outline: none !important;
}

.popUpContainer main label input::placeholder{
    color: #000;
}

.popUpContainer main span{
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

.popUpContainer main span .cancel {
    float: right;
    background: #999;
    border-color: #7b7b7b;
}
.ccl {
    float: right;
    background: #999;
    border-color: #7b7b7b;
}
.img_co {
    width: 100%;
    text-align: center;
    clear: both;
    display: inline-block;
    margin: 26px 0 0 0;
}
h3 {
    padding: 0 6.5px;
    margin: 0;
}
h2 {
    padding: 0 8px;
}

.fullGroup{
    padding: 0 10px;
}

.smallMargin{
    margin: 0 0 0 5px !important;
}

.popUpContainer main span .btn_style{
    margin: 0 0 0 0 !important;
}

.newHead {
    text-align: left !important;
    margin: 0 0 22px 0 !important;
    padding: 0 4px;
}

.morePadding{
    padding: 0 10px;
}
.gamelabel{
    font-size: 18px !important;
    color: #eb7f00 !important;
}

.ajax_loadd {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    background-image: url(../images/ajx.gif);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.tick_image {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

.tick_image img{
    width: 250px;
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.activeTick img{
    width: 100px;
    opacity: 1;
}
.tipActive{
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    .ohActive {
        position: absolute;
        top: -43px;
        min-width: 200px;
        background: #fff;
        padding: 7px 9px;
        left: 0;
        box-shadow: 0px 2px 7px rgb(0, 0, 0, 0.3);
        border-radius: 6px;
        transition: 0.3s ease-in-out;
        transform: scale(0);
        transform-origin: bottom left;
    }
    .tipActive:hover .ohActive{
        transform: scale(1);
    }
    .ohActive p{
        margin: 0 0;
        color: #000;
        font-weight: normal;
    }
    
    .full-col .table-responsive{
        overflow-x: visible !important;
    }

    .pagination{
        text-align: center;
        width: 100%;
        float: left;        
    }
    .pagination strong, .pagination a, .pagination button{
        background: #225378;
        color: #fff;
        padding: 2px 8px;
        margin: 0 4px;  
        text-decoration: none !important;
    }
    .pagination strong{
        background: #0075ff !important;
    }
    .spn{
        width: 100%;
        float: left;
    }
    .u_name_exist {
        color: #f00;
    }
    .u_name_exist_em{
        color: #f00;
    }
    .u_name_avail{
        color: green;
    }
    .u_name_avail_em{
        color: green;
    }

    .alertModalWrap {
        width: 100%;
        height: 100%;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .alertModalContain {
        width: 350px;
        max-width: 90%;
        min-height: 180px;
        border-radius: 20px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .alertModalContain h3 {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 18px;
        margin: 40px 0 0 0;
    }
    a.cModalButton {
        display: inline-block;
        background-color: #97293C;
        border-color: #97293C;
        border-radius: 50px;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 42px;
        outline: 0px;
        box-shadow: none;
        color: #fff;
        text-decoration: none;
        margin: 30px 0 0 0;
    }
    .cModalButton {
        display: inline-block;
        background-color: #97293C;
        border-color: #97293C;
        border-radius: 50px;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 42px;
        outline: 0px;
        box-shadow: none;
        color: #fff;
        text-decoration: none;
        margin: 30px 0 0 0;
    }

    .membership_card_heading{
        width: 100%;
        float: left;
        margin: 20px;
        font-size: 20px;
        font-weight: 700;
        background-color: #ccc;
        padding: 10px;
    }
    .total_point{
        width: 30%;
        float: left;
        height: 100px;
        background-color: #EC407A;
        text-align: center;
        font-size: 32px;
        color: #fff;
        margin: 20px;
    }
    .total_point p{
        text-align: center;
        font-size: 24px;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .redeemed_point{
        width: 30%;
        float: left;
        height: 100px;
        background-color: #66BB6A;
        text-align: center;
        font-size: 32px;
        color: #fff;
        margin: 20px;
    }
    .redeemed_point p{
        text-align: center;
        font-size: 24px;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .unredeemed_point{
        width: 30%;
        float: right;
        height: 100px;
        background-color: #42424a;
        text-align: center;
        font-size: 32px;
        color: #fff;
        margin: 20px 0px 20px 0px;
    }
    .unredeemed_point p{
        text-align: center;
        font-size: 24px;
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    .record_container{
        width: 100%;
        float: left;
        margin: 10px 20px;
        background-color: #d9a5a5;
        padding: 5px 20px;
        font-size: 16px;
        color: #181515;
        font-weight: 500;
    }

    .aj_loader {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        backdrop-filter: blur(4px);
        background-color: rgba(0, 0, 0, 0.2);
        background-image: url(../images/load.gif);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100px;
    }
    
    
/************* responsive start here *******************/
@media screen and (min-width:240px) and (max-width:760px){

    .popUpContainer{
        width: 100%;
        padding: 0 15px;
    }


    .navMenu {
        width: 260px;
        height: 100vh;
        top: 0;
        left: -260px;
        padding: 35px 0 0 17px;
        position: fixed;
        background: #132e42;
        transition: 0.4s ease-in-out;
    }

    .activeUl.navMenu{
        left: 0px !important;
    }

    .navMenu li{
        width: 100%;
        float: left;
    }

    .navMenu li a{
        padding: 8px 11px;
        color: #bac1c7;
        width: 100%;
        float: left;
    }

    .toggleBtn{
        display: block;
        float: right;
    }

    .toggleBtn i {
        background: #c5e6ff;
        color: #225378;
        font-size: 25px;
        height: 46px;
        width: 46px;
        text-align: center;
        padding: 11px 0px;
    }

    header .container{
        padding: 0 0;
    }

    a.headLOGOwrap {
        margin: 0 0 0 17px;
    }

    .sub_links{
        right: 0;
    }

    .leaderboardPop label input{
        width: 85% !important;
    }

    .popUpContainer main {
        padding: 35px 20px;
    }

    .subMenu {
        width: 100%;
        float: left;
        position: relative;
        top: 0;
    }

    .dropdown-backdrop {
        display: none;
    }

    .navMenu li a i {
        float: right;
        margin: 0 11px 0 0;
    }

}

.detailListing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
}

.detailListing li {
    width: 100%;
    float: left;
    list-style: none;
}

.detailListing li p {
    width: 100%;
    float: left;
}

.detailListing li p strong {
    width: 167px;
    float: left;
    position: relative;
}

.detailListing li p strong::after {
    content: ':';
    position: absolute;
    right: 20px;
    top: 0;
}