h3, span, p {
    font-family: 'Cambria', serif;
}

#container {
    background-color: #f1f3f0;
    height: 8%;
    /*overflow-y:scroll;
    min-height:400px;*/
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    font-family: "GothamLight"; /*'OswaldRegular';*/
    font-size: 12px;
    color: #000000;
    /*font-weight:300;*/
    letter-spacing: 0.01em;
    padding: 0px 5px;
    /*padding-bottom:100px;*/
    border: 0px solid red;
}

#btnUnsub {
    background: #83089f;
    background-image: -webkit-linear-gradient(top, #83089f, #cc1ecc);
    background-image: -moz-linear-gradient(top, #83089f, #cc1ecc);
    background-image: -ms-linear-gradient(top, #83089f, #cc1ecc);
    background-image: -o-linear-gradient(top, #83089f, #cc1ecc);
    background-image: linear-gradient(to bottom, #83089f, #cc1ecc);
    -webkit-border-radius: 13;
    -moz-border-radius: 13;
    border-radius: 13px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    width: 15%;
    margin: 0px 5px;
}

.gapFrm{
    margin-bottom:6px;
}

.logDiv {
    font-family: "OswaldRegular";
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    position: relative;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(215, 216, 217, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(215, 216, 217, 1);
    box-shadow: 1px 1px 3px 0px rgba(215, 216, 217, 1);
    padding: 20px 5px 20px 5px;
    border: 0px solid gray;
    border-radius: 3px;
    width: 100%;
    height: auto;
}

.manualLogin{
    width:80%;
    text-align:center !important;
    border:0px solid red;
    margin:0 auto;
    height:100%;
    padding-bottom:0px;
}

.frontImg {
    width: 20px;
    border: none;
 /*   margin-left: 16px; */
}

.search_css {
    background: #ffffff;
    color: #000000;
    display: none;
    text-align: left;
    padding: 3px;
    font-size: 12px;
    width: 100%;
}

.glyphiconG {
    padding-left: 8px;
    padding-top: 0px;
}

.glyphiconGamesP {
    position: absolute;
    left: 10px;
    top: 17%;
    width: 75px;
}

.glyphiconGames {
    position: absolute;
    left: 5px;
    top: 10%;
    width: 65px;
}

.glyphiconGamesList {
    position: absolute;
    left: 5px;
    top: 14%;
    width: 65px;
}

.glyphiconGamesList_v2 {
    position: absolute;
    left: 5px;
    top: 11%;
    width: 65px;
}


/* search */
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 28px;
    height: 28px;
    background-color: gray; /*#C874EA;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 5px;
    border: 0px solid #ccc;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 0px;
}
.search-form .form-group input.form-control {
    padding-right: 15px;
    margin-top: -3px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
    color: #ffffff;
    z-index: 9999;
    font-family: "GothamLight";
    /*font-weight:400;*/
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
    color: #ffffff;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
    color: #ffffff;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
    color: #ffffff;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
    color: #ffffff;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 90% !important;
    z-index: 99999;
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: "GothamLight";
    /*font-weight:300;*/
    color: #ffffff;
    border-radius: 4px 20px 20px 4px;
    width: 99% !important;
    border-radius: 25px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 99999;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    left: initial;
    font-size: 12px;
}

.topC {
    width:60%;
    float:left;
    z-index:9999;
    display:block;
    position:relative;
    margin-left:0px auto;
    margin-right:0px auto;
}

.topC_v2 {
    width:90%;
    z-index:9999;
    display:block;
    position:relative;
    margin-left:0px auto;
    margin-right:0px auto;
}

.topC_v3 {
    float: left;
    width: 30%;
}

.topRm {
    width: 75%;
    /*float:left;*/
    top: 2px;
    right: 8px !important;
    position: absolute;
    border: 0px solid white;
    height: 32px;
    /*z-index:999;*/
}

.menuTop {
    text-align: center;
    width: 100%;
    padding-top: 3%;
    font-family: "GothamMedium";
    /*font-weight:400;*/
    font-size: 14px;
    color: black !important;
    padding-bottom: 100px !important;
    /*margin-bottom:150px;*/
}

.menuTop a {
    background-color: none;
    display: block;
    padding: 8px 0px;
    font-family: "GothamMedium";
    /*font-weight:400;*/
    font-size: 16px;
    color: black !important;
    text-decoration: none !important;
}

.menuTop a:active,
.menuTop a:hover {
    background-color: #515151;
    display: block;
    padding: 8px 0px;
    font-family: "GothamMedium";
    /*font-weight:400;*/
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.menuTop #openPopup {
    margin-top: 5px;
}

.closeMenu{
    text-align:right;
    width:100%;
    font-family:'GothamMedium';
    font-size:28px;
    margin-top:5px;
/*    margin-left:5px;*/
    padding-right:10px;
}

.innerAction {
    position:relative;
    margin:10px 0px;
    height:auto;
    font-weight:bold;
}

.closeSubs{
    text-align:right;
    width:100%;
    font-family:'GothamMedium';
    font-size:18px;
    margin-top:-5px;
    margin-left:5px;
    padding-right:10px;
    color:#B0B0B0;
}

.normalDiv {
    width:100%;
    margin-bottom:5px;
}

.actionImg {
    width:150px;
}

.actionDiv {
    font-family:'GothamMedium';
    font-size:12px;
    color:#000000;
    position:relative;
    margin-bottom:2px;
    text-align:center;
    background-color:#ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
    box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
    padding:20px 5px 20px 5px;
    border:0px solid gray ;
    border-radius:3px;
    width:100%;
}

#PopupOverlay_v2 {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#000000;
    font-family:'GothamMedium';
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    opacity:0.92;
}

#PopupOverlay {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#000000;
    font-family:'GothamMedium';
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    opacity:0.92;
}


#subsPopup {
    display:block;
    position:absolute;
    top:10%;
    left:5%;
    width:90%;
    height:200px;
}

#overlay {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#000000;
    background-color:white;
    font-family:'GothamMedium';
    /*font-weight:400;*/
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    /*opacity:0.92;*/
    opacity:1;
}

#overlay_v2 {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:white;
    font-family:'GothamMedium';
    /*font-weight:400;*/
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    opacity:0.92;
}


.catDiv {
        font-family:'GothamMedium';
        font-size:12px;
        color:#000000;
        position:relative;
        margin-bottom:3px;
        text-align:left;
        background-color:#ffffff;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        -moz-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        padding:20px 5px 20px 5px;
        border:0px solid gray ;
        border-radius:3px;
        /* width:100%;*/
        margin-left: 15px;
        margin-right: 15px;
}

.catDiv_v2 {
        font-family:'GothamMedium';
        font-size:12px;
        color:#000000;
        position:relative;
        margin-bottom:3px;
        text-align:left;
        background-color:#ffffff;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        -moz-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        padding:20px 5px 20px 5px;
        border:0px solid gray ;
        border-radius:3px;
        width:100%;
}

.catDiv_v3 {
        font-family:'GothamMedium';
        font-size:12px;
        color:#000000;
        position:relative;
        margin-bottom:3px;
        text-align:left;
        background-color:#ffffff;
        -moz-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        padding:20px 5px 20px 5px;
        border:0px solid gray ;
        border-radius:3px;
        width:100%;
/*        margin-left: 30px;*/
        margin-left: 5%;
}


#header_v2 {
        background-color:#fff;
  /*      height:96px;
        position:fixed;*/
        top:0;
        left:0;
        border-bottom:0px solid #DE5CFE;
        margin-bottom:0px;
        width:100%;
        z-index:9999;
        transition: top 0.3s;
 /*       margin-top: 60px;*/
}


.thumb-round {text-align:center;}
.thumb-round span {display:block; color:#333;

    font-family: Comic Sans MS;
    font-weight: bold;

}



#container_v2 {
/*    background-color:#F1F3F0;*/
    background-color:#ffffff;
    height:100%;
    /*overflow-y:scroll;
    min-height:400px;*/
    /*margin-top:60px;*/
/*    margin-top:121px;*/
        position:relative;
/*    margin-bottom:20px; */
    margin-bottom: 50%;
    width:100%;
    font-family:'GothamLight';/*'OswaldRegular';*/
        font-size:12px;
        color:#000000;
        /*font-weight:300;*/
        letter-spacing:0.01em;
    padding:0px 5px;
    /*padding-bottom:100px;*/
    border:0px solid red;
}


.title {
    order: 1; /* 设置标题的顺序 */
    margin-left: 10px; /* 添加一些左侧间距 */
    margin-right: 5px; /* 添加一些右侧间距 */
    margin-top: auto;
    font-size: 20px;
    font-weight: bold;
    font-family: 'GothamMedium';
    color: orangered;
}

.title_v2 {
    order: 1; /* 设置标题的顺序 */
    margin-left: 10px; /* 添加一些左侧间距 */
    margin-right: 5px; /* 添加一些右侧间距 */
    margin-top: auto;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Comic Sans MS';
    color: #333;
}

.game-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 5px 5px;
}

.game-section_v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px 5px 5px;
}




.genTit1 {
    font-family:'GothamLight';
    font-weight: bold;
}

.genTit{
    font-family:'GothamLight';
    font-weight: normal;
}

.genTit1_v2 {
    font-family:'GothamLight';
    font-weight: bold;
    font-size:13px;
}


.descUser1 {
        position:absolute;
        left:90px;
        top:12%;
        text-align:left;
}

.descUser2 {
        position:absolute;
        left:60px;
        top:18%;
        text-align:left;
}

.descUser3 {
        /*position:relative;*/
        position:absolute;
        left:60px;
        text-align:left;
}


.play-more {
    order: 2; /* 设置 "Play More" 的顺序 */
    margin-left: auto; /* 将 "Play More" 推到最右侧 */
}

.read_btn_css{
    padding-bottom: 25px;
}

.pad_btm_css{
    padding-bottom: 80px;
}

.pad_btm_css_v2{
    padding-bottom: 30px;
}

.bonus_css_v1 {
    position: absolute;
    left: 0;
    /*margin-left: 180px;*/
    margin-left: 55px;
    margin-top:13px;
    width:21px !important;
    height:21px;
}

.span_css_v1 {
    width: 10px;
    position: absolute;
    right: 0;
    font-size: 15px;
    margin-right: 70px;
    margin-top:13px;
}

.sub_title_css {
    width: 90%;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
/*    border: 1px solid #9E9E9E;*/
    font-size: 20px;
    font-weight: bold;
    margin-bottom:10px;
    margin-top: 30px;
/*    border-radius: 10px;*/
}

.sub_title_css_v2{
    width: 85%;
    height: 100px;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #9E9E9E;
    font-size: 25px;
    font-weight: bold;
    margin-bottom:60px;
}

.sub_title_css_v3{
/*    border: 1px solid #9E9E9E;*/
/*    margin-left: 5%; */
    margin-right: 10%;
    height: 60px;
    width: 90%;
    margin-bottom:60px;
/*    border-radius: 15px;*/
}

.sub_title_css_v4 {
	width: 90%;   
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #9E9E9E;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -35px;
    border-radius: 0px;
    height: 35px;
    background-color: #45328e;
    margin-top:45px;
    color:white;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

 .sub_title_css_v5{
/*    border: 1px solid #9E9E9E;*/
/*    margin-left: 5%; */
    margin-right: 10%;
    height: 50px;
    width: 90%;
    margin-bottom:15px;
/*    border-radius: 15px;*/
    padding: 2px 2px 2px 2px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);

}

  .sub_title_css_v6{
/*    border: 1px solid #9E9E9E;*/
/*    margin-left: 5%; */
    margin-right: 10%;
    height: 70px;
    width: 90%;
    margin-bottom:15px;
/*    border-radius: 15px;*/
    padding: 2px 2px 2px 2px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);

}  

.span_css_v2 {
    margin-left: 8%;
}

.span_css_v3 {
    margin-left: 8%;
    position: absolute;
    margin-top: 2%;
    font-size: 20px;
}

.span_css_v4 {
    margin-left: 4%;
    position: absolute;
/*    margin-top: 2%;*/
    margin-top: 5px;
    font-size: 15px;
}

.p_tag_css_v2 {
    margin-left: 20%;
    margin-top: 8%;
    font-size: 30px;
    position: absolute;
}

.p_tag_css_v3 {
    margin-left: 20%;
    margin-top: 11%;
    font-size: 13px;
    position: absolute;
    right: 0px;
    color: gray;
}

.center_css {
    text-align: center;
}


.my_point_css{
    font-size: 25px;
    margin-top: 35px;
    font-weight: bold;
}

.my_points_logo_css{
/*
    width:35px;
    height:35px;
    position: absolute;
    margin-top: 9%;
*/
    margin-left: 20px;
}

.border_radius_css_v1{
    border-radius: 8px;
/*    border: 1px solid;*/
    border: 1px ridge lightgray;
    margin-left: 5%;
    height: 120px;
}

.border_radius_css_v2{
    border-radius: 8px;
/*    border: 1px solid;*/
    border: 1px ridge lightgray;
    margin-left: 5%;
    height: 50px;
}

.border_radius_css_v3{
    border-radius: 8px;
/*    border: 1px solid;*/
    border: 1px ridge lightgray;
    margin-left: 5%;
    height: 70px;
}

.logo_css_v5{
    margin-top: -5px; 
    /*margin-bottom:-9px;*/
    margin-bottom:-5px;
    background: white;
    height:43PX;
    width:155px;
}


.header_btn_css {
/*    background-color: #007AA3;*/
    background-color: #4CAF50;
    color: white;
    padding: 8px 15px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    float: right;
    height: 35px;
    font-weight: bold;
    /*position: sticky;*/
    position: absolute;
    margin-left: 23%;
}

.header_right_css{
    float: right;
    width: 50%;
    max-width: 200px;
    display: flex;
    justify-content : space-between

}

.search_css_v2{
    height: 35px !important;
    width: 30px !important;
}

.search_css_v3{
    margin-top: 5px;
}

.search_img_css{
    padding-top: 12px !important;
    margin-right: 15px !important;
}

.search_bar_expand_css{
	margin-top: 15px;
}

.display_point_css{
/*    margin-left: 5%;*/
    padding-left:5%;
    margin-top: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F0EBF4;
}


.main_page_h3_css_v1{
    font-size:20px;
}

.main_page_see_more_css_v1{
    margin: 0 0 -7px;
}

.reward_hr_css_v1{
    border: 0;
    border-top: 1px solid #eee;
    margin: 0 auto;
    width: 85%;
}

.reward_task_list_points_css_v1{
    height: 60px;
    width: 90%;
/*    border: 0.5px groove;*/
    border: 0.5px groove lightgray;
    margin-bottom: 25px;
}

.reward_btn_css_v1{
    float: right;
    height: 30px;
    margin-top: -5px;
    padding: 6px 7px 8px 6px;
    border-radius: 6px;
    color: white;
    background-color: #EE82EE;
    font-weight: bold;
    min-width: 68px;
}

.reward_redeem_btn_css_v1{
    margin-right: 5px;
}

.scs_msg_css_v1{
    margin: unset;
    float: left;
    text-align: center;
    width: 100%;
    display: flex;
    padding-left: 30px;
    font-size: 20px;
}

.scs_msg_css_ext{
    margin-top:30px;
}

.reward_points_bg_color_css{
    background-color: #F0EBF4;
}

.search_css_v1{
    display: flex;
    width: 90% !important;
    vertical-align: middle;
    justify-content: space-evenly;
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 10px;
    width: 200px;
    transition: width 0.3s;
    margin-top: 10px;
    align-items: baseline;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18px;
}


.search_css_append_color{
    background-color: #f1f1f1 !important;
}


.novel_img_min_height_css{
    max-height: 156px;
}

.search_pg_css_v1{
    margin-bottom: 60px;
}

.search_pg_row_css_v1{
    margin-top: 30px;
}

.img-responsive-1 {
    width: 100%; /* Set custom width for larger screens */
}

.btn-div-s-pg{

    text-align:center; 
    width:90%; 
    height:50px; 
    padding: 7px; 
    border-radius: 10px; 
    display: inline-block;
    color:black; 
    border: 1px ridge lightgray;


}

.reg-input{

    width:90%; 
    height:40px; 
    border-radius:10px; 
    margin-top:20px; 
    font-family: 'Century Gothic', sans-serif;
    font-size: 10px;
    padding-left: 10px


}

input::placeholder {
    color: gray; /* Change the color of the placeholder */
    font-size: 10px; /* Adjust the font size of the placeholder */
    font-family: 'Century Gothic', sans-serif; /* Set the font family */
    opacity: 1; /* Set the opacity of the placeholder text */
    padding-left: 2px
}






@media (min-width: 768px) { /* Adjust for tablets & desktops */
    .img-responsive-1 {
        width: 40%; /* Set custom width for larger screens */
    }

    .custom-container {
        margin-left: 15%;
        margin-right: 5%;
    }
    .custom-container2 {
        width:90%;       

    }


    .item-quantity_v2{
        margin-right: 10px;
        font-size: 15px;
        font-weight:bold;
        margin-left: 5px;
        margin-top: 90px;
        height:100%;
        max-width: 30px;
    }

    .bottom-div-connect{
        position: relative;
        width: 100%;
        margin-bottom:3%; 
        margin-top:10%; 
    
    }

    .btn-div-s-pg{

        text-align:center; 
        width:50%; 
        height:50px; 
        padding: 7px; 
        border-radius: 10px; 
        display: inline-block;
        color:black; 
        border: 1px ridge lightgray;


    }

    .input-group-2{
        display: flex;
        align-items: center;
        width: 40%;
        margin-left: 33%; 
        margin-top:7%; 
    }

    .register-btn {
        background-color: red;
        color: white;
        padding: 10px;
        border: none;
        width: 30%;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin-top:5%;  
        margin-left:5%; 
    }

    .reg-input{
    
        width:40%; 
        height:40px; 
        border-radius:10px; 
        margin-top:20px; 
        font-family: 'Century Gothic', sans-serif;
        font-size: 10px;
        padding-left: 10px;
        margin-left:28%;


    }
    .register-h{
    
        margin-left:50px;


    }
}
