html {
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px !important;
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    overflow-x: hidden;*/
    position: relative;
    color: #fff !important;
    background-color: #000 !important;
    background: url(../images/pattern.jpg) repeat center center fixed;
}

* {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
    background-color: transparent;
}

.clear {
    clear: both;
    height: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    color: #fff;
    font-size: 20px;
    font-family: 'open_sansregular', sans-serif;
    padding: 20px 0 10px 0;
}

h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'open_sansregular', sans-serif;
    padding: 30px 0;
    text-align: center;
}

h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'open_sansbold', sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

main {
    width: 100%;
    overflow-x: hidden;
}

header {
    width: 100%;
    display: inline-block !important;
    background: #fff;
    padding: 5px 0;
    height: 86px;
    min-height: 86px;
    border-bottom: 3px solid transparent;
    z-index: 99999;
}

#primary-header {
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    max-width: 1170px;
    width: 96%;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo {
    float: left;
}

.logo img{
    width: auto;
    height: 75px;
}

.topright {
    float: right;
    margin-top: 10px;
    /* margin-top: 0px; */
}

.h_topbtn {
    float: right;
    margin-bottom: 19px;
}

.h_topbtn ul {
    float: left;
}

.h_topbtn ul li {
    float: left;
}

.h_topbtn ul li a {
    font-family: 'open_sansbold', sans-serif;
    color: #126e51;
    font-size: 16px;
    padding: 1px 12px;
    text-transform: uppercase;
    color: #126e51;
}

.h_signin {
    background: transparent;
    border-radius: 8px;
    border: 2px solid var(--blue, #126e51);
    color: #126e51 !important;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

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

.top_login_mob {
    display: none !important;
}

.top_cart {
    float: left;
}

.top_user {
    float: right;
    margin-left: 30px;
    position: relative;
    top: 10px;
}

.cart_icon {
    float: left;
}

.cart_money {
    float: right;
    margin-left: 5px;
}

#homebanner {
    float: left;
    position: relative;
    width: 100%;
}

.slider_arrow {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 99;
}

.arrow_wrap {
    margin: 0 auto;
    width: 1170px;
}

.left_arrow {
    float: left;
}

.right_arrow {
    float: right;
}

#middle {
    width: 100%;
}

.page-wrapper {
    width: 100%;
    float: left;
}

.h_part1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.upcoming_draws {
    float: left;
    width: 100%;
    left: 0;
/*    position: relative;
    background-color: #126e51;*/
}

.h_videopart {
    float: left;
    width: 50%;
    margin-top: 0px;
    right: 0;
    position: relative;
    padding: 8px 8px 8px 17px;
    background-color: #FFF;
}

.font18 {
    font-size: 18px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

.font14 {
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

.font14_light {
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
}

.font24_blue {
    color: #126e51;
    font-size: 24px;
    font-family: 'open_sansbold', sans-serif;
}

.font24_sky {
    color: #FEA422;
    font-size: 24px;
    font-family: 'open_sansbold', sans-serif;
}

.font38_sky {
    color: #FEA422;
    font-size: 38px;
    font-family: 'open_sansbold', sans-serif;
}

.font38_wht {
    color: #fff;
    font-size: 38px;
    font-family: 'open_sansbold', sans-serif;
}

.font28_wht {
    color: #fff;
    font-size: 26px;
    font-family: 'open_sansbold', sans-serif;
}

.drowtimer {
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    color: #FFF;
    background-image: url(../images/timer_bg_blk.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.btn_blue {
    background-color: #28d53e;
    border-radius: 21px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    font-size: 18px;
    padding: 4px 15px;
    /* text-shadow: 1px 1px 1px #3E3E3E; */
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 4px solid #28d53e;
}

.btn_sky {
    background-color: #126e51;
    border-radius: 8px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    padding: 6px 14px;
    /* text-shadow: 1px 1px 1px #3e3e3e; */
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 4px solid #126e51;
}

.btn_wht_broder_transprent {
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    font-size: 18px;
    padding: 10px 15px;
    text-shadow: 1px 1px 1px #3E3E3E;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
}

tr.table_border {
    border-bottom: solid #ececec 1px;
}

table .table_border td {
    height: 77px;
}

tr.table_border_dd {
    border-bottom: solid #f5f5f5 1px;
}
tr.table_border_dd:last-child {
    border-bottom: 0;
}

.view_all {
    width: 100%;
    float: left;
    text-align: center;
/*    padding: 10px 0;
    background-color: #126e51;*/
    margin: 20px 0 10px;
    display: inline-block;
/*	background-color: #126e51;*/
}

.view_all a {
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    background: var(--blue, #126e51);;
    border: none;
    font-family: 'open_sansbold', sans-serif;
}

.h_video {
    width: 100%;
    text-align: right;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 19px;
    height: 0;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe,
.videoWrapper image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_video_text {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.font18_blue {
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
}

.font18_sky {
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
}

.font16_sky {
    font-size: 16px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
}

.font18_blk {
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
}

.font18_wht {
    font-size: 18px;
    /*color: #ed1d24;*/
    color: #126e51;
    font-family: 'open_sansregular', sans-serif;
}

.top_right_dd {
    float: right;
    clear: right;
    /*margin-top: 5px;*/
    margin-top: -12px;
}

.currencies_dd {
    float: left;
    margin-right: 5px;
}

.language_dd {
    float: right;
}

.h_part2 {
    width: 100%;
    display: table;
    margin-top: 20px;
    overflow: hidden;
}

.h_lottery_results {
    width: 100%;
    padding: 0 2% 10px 2%;
    display: block;
    position: relative;
    left: 0;
    border-radius: 15px;
    background: linear-gradient(90deg, #093387 0%, #064CD8 100%);
}

.h_double_jackpot {
    width: 33.33%;
    padding: 0 2% 10px 2%;
    display: table-cell;
    position: relative;
}

.h_select_number {
    width: 33.33%;
    position: relative;
    padding: 0 2% 10px 2%;
    display: table-cell;
    right: 0;
/*	background: linear-gradient(45deg, #232581 0%, #232581 5%, #232581 13%, #252adf 32%, #252adf 69%, #232581 94%, #232581 100%)*/
	border-radius: 30px;
}

.h_lottery_results h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.lotteryresultslist {
    width: 100%;
    display: inline-block;
}

.lotteryresultslist ul {
    width: 100%;
}

.lotteryresultslist ul li {
    width: 30%;
    margin-bottom: 15px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 5%; 
    padding-bottom: 4px;   
}

.lotteryresultslist ul li .hadding {
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 6px;
    font-family: 'open_sansbold', sans-serif;
}

.lotteryresultslist ul li .hadding .name {
    float: left;
}

.lotteryresultslist ul li .hadding .date {
    float: right;
}

.lotteryresultslist ul li .result {
    width: 100%;
}

.lotteryresultslist ul li .result ul {
    width: 100%;
}

.lotteryresultslist ul li .result ul li {
    float: left;
    width: 29px;
    margin-right: 5px;
}

.ellipse_blue {
    background-color: #126e51;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #126e51;
}

.ellipse_sky {
    background-color: transparent;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    color: #8F99B2;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #D9E3E7;
}

.ellipse_green {
    background-color: #126e51;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #126e51;
}

.ellipse_red {
    background-color: #f25453;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 29px;
}

.h_double_jackpot_p1 {
    width: 100%;
}

.h_double_jackpot_p2 {
    width: 100%;
}

.h_jackpot_img {
    float: right;
    margin-top: -10px;
    margin-left: 10px;
}

.h_jackpot_img2 {
    float: left;
    margin-right: 20px;
}

.font18_light {
    font-size: 18px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 22px;
}

.mrgn_t20 {
    margin-top: 20px;
}

.comman {
    width: 100%;
}

.link18_sky {
    font-size: 18px;
    color: #FFF;
    font-family: 'open_sansbold', sans-serif;
}

.link18_sky:hover {
    color: #FFF;
}

.link18_voilet {
    font-size: 18px;
    color: #126e51;
    font-family: 'open_sansregular', sans-serif;
}

.link18_voilet:hover {
    color: #365AA9;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.comman_link_btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: #FEA422;
    color: #ffffff;
    border-radius: 4px;
    padding: 4px 0;
}

.font_regular {
    font-family: 'open_sansregular', sans-serif;
}

.h_select_number_img {
    width: auto;
    display: table;
    margin: 20px auto;
}

.h_select_number_list {
    width: auto;
    display: table;
    margin: 20px auto;
}

.h_select_number_list ul {
    width: auto;
}

.h_select_number_list ul li {
    width: auto;
    margin-bottom: 5px;
}

.h_select_number_list ul li .h_select {
    width: auto;
}

.h_select_number_list ul li .h_select ul {
    width: auto;
}

.h_select_number_list ul li .h_select ul li {
    width: 17px;
    margin-left: 5px;
}

.ellipse_blue_17 {
    background-color: #126e51;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 15px;
}

.ellipse_sky_17 {
    background-color: #126e51;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 15px;
}

.ellipse_red_17 {
    background-color: #f25453;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    float: left;
    text-align: center;
    line-height: 15px;
}

.h_part3 {
    width: 100%;
    float: left;
    margin: 80px 0 30px;
    overflow: hidden;
}

.h_testimonials {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testionials_col {
    width: 28%;
    margin: 0 1%;
    position: relative;
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #126e51;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    font-family: 'open_sansregular', sans-serif;
    min-height: 125px;
    height: auto;
    max-height: 160px;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.arrow_box:before {
    border-color: rgba(185, 187, 189, 0);
    border-top-color: #126e51;
    border-width: 16px;
    margin-left: -16px;
}

.testionials_detail {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.testionials_avatar {
    width: 105px;
    height: 105px;
    min-height: 105px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.testionials_avatar img {
    width: 100%;
}

.testionials_name {
    width: 100%;
    font-size: 14px;
    font-family: 'open_sansbold', sans-serif;
    margin-top: 10px;
}

.testionials_country {
    width: 100%;
    font-size: 14px;
}

.h_part4 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.h_security {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.h_security_col {
    width: 28%;
    margin: 0 1%;
    text-align: center;
    padding: 50px 2%;
    position: relative;
}

.h_security_col_mid {
    position: relative;
    width: 100%;
}

.h_security_left {
    float: left;
}

.h_security_center {
    bottom: 0px;
}

.h_security_right {
    float: right;
}

.h_security_icon {
    width: 132px;
    margin: 0 auto;
}

.h_security_title {
    width: 100%;
    margin: 30px 0;
}

.h_security_text {
    width: 100%;
}

.font18_bold {
    font-size: 18px;
    font-family: 'open_sansbold', sans-serif;
}

.whitebg {
    background-color: #fff;
}

.h_part5 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    overflow: hidden;
}

.h_last_register {
    width: 100%;
    float: left;
    position: relative;
}

.text_center {
    text-align: center;
}

.h_register_btn {
    margin: 20px auto;
    width: auto;
    display: table;
}

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

.charge_option {
    width: 100%;
    text-align: center;
}

.charge_option ul {
    width: 100%;
    margin: 5px 0;
}

.charge_option ul li {
    display: inline-table;
    margin: 0 8px;
    vertical-align: middle;
}

footer {
    width: 100%;
    display: table;
    background-color: #000;
    padding: 10px 0;
    float: left;
}

.footer_part1 {
    width: 100%;
    display: table;
}

.footer_col {
    display: inline-block;
    padding-right: 2%;
    vertical-align: top;
    width: 16%;
}

.footer_col:last-child {
    padding-right: 0;
}

.ftr_dalotto_logo {
    width: 100%;
    margin-bottom: 30px;
}

.ftr_dalotto_logo img {
    width: auto;
    height: 100px;
}

.ftr_satisfaction_logo {
    width: 100%;
}

.footer_nav {
    width: 100%;
}

.footer_nav ul {
    width: 100%;
}

.footer_nav ul li {
    width: 100%;
}

.footer_nav ul li h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
}

.footer_nav ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
}

.footer_nav ul li a:hover {
    color: #126e51;
}

.footer_part2 {
    width: 100%;
    display: table;
    padding-top: 7px;
    /* background: linear-gradient(90deg, #093387 0%, #064CD8 100%);; */
    background: #126e51;
    background: -moz-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #126e51), color-stop(5%, #126e51), color-stop(13%, #126e51), color-stop(32%, #126e51), color-stop(69%, #126e51), color-stop(94%, #126e51), color-stop(100%, #126e51));
    background: -webkit-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: -o-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: -ms-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
}

.security_logo {
    width: 100%;
    text-align: center;
}

.security_logo ul {
    width: 100%;
    margin: 5px 0;
}

.security_logo ul li {
    display: inline-table;
    margin: 0 30px;
    vertical-align: middle;
}

.tablebg {
    padding: 0 10px;
}

.usermenu {
    display: none;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9999;
    border: solid 2px #126e51;
    width: 210px;
	border-radius: 8px;
}

.usermenu ul {
    float: left;
    width: 100%;
}

.usermenu ul li {
    float: left;
    clear: left;
    width: 100%;
}

.usermenu ul li a img {
    vertical-align: middle;
    padding-right: 5px;
    display: inline-table;
}

.usermenu ul li a {
    font-size: 14px;
    color: #0D1D33 !important;
    line-height: 22px !important;
    width: 100% !important;
    display: table !important;
    padding: 8px !important;
    font-family: inherit !important;
}

.usermenu ul li a span {
    border-bottom: solid 1px #ececec;
    display: table-cell;
    width: 160px;
}

.usermenu ul li:last-child a span {
    border-bottom: 0;
}

.h_user_avtar {
    width: 25px;
    height: 25px;
    min-height: 25px;
    border-radius: 100%;
    float: left;
    overflow: hidden;
}

.h_user_avtar img {
    width: 100%;
}

.h_user_name {
    width: auto;
    font-size: 18px;
    color: #fff;
    padding: 0 5px;
    float: left;
    text-align: center;
    /* padding-bottom: 21px; */
}

.h_user_name span {
    font-size: 18px;
}

.dd_icon {
    float: right;
    margin-top: 11px;
}

.logout_btn {
    width: auto !important;
    float: left;
    margin: 5px 0;
}

.diposit_btn {
    padding: 3px 8px;
    color: #fff !important;
    background-color: #FEA422;
    border-radius: 6px;
    margin: 2px auto;
    /* width: auto !important; */
    /* float: right; */
    /* position: absolute; */
    /* right: 19px; */
    /* bottom: 5px;*/
}

.h_topbtn_mob {
    display: none;
}

.upcoming_draws_table {
    width: 100%;
}

.dd_drow {
    width: 420px !important;
}

.dd_drow_table {
    width: 100%;
}

.font14_blue {
    color: #126e51;
    font-size: 14px;
    font-family: 'open_sansbold', sans-serif;
}

.btn_blue_dd {
    background-color: #126e51;
    border-radius: 4px;
    color: #fff !important;
    font-family: 'open_sansbold', sans-serif !important;
    font-size: 11px !important;
    padding: 3px !important;
    text-transform: none;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.btn_blue_dd:hover {
    background-color: #126e51;
}

.btn_sky_dd {
    background: #126e51;
    border-radius: 5px;
    color: #fff !important;
    font-family: 'open_sansbold', sans-serif !important;
    font-size: 11px !important;
    padding: 5px 3px !important;
    text-transform: none;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.btn_sky_dd:hover {
    /*background-color: #FEA422 !important;*/
}

.btn_skygreen_dd {
    background: #126e51;
    border-radius: 5px;
    color: #fff !important;
    font-family: 'open_sansbold', sans-serif !important;
    font-size: 11px !important;
    padding: 5px 3px !important;
    text-transform: none;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.btn_skygreen_dd:hover {
    /*background-color: #FEA422 !important;*/
}

.drowtimer_dd {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    color: #FFF;
    background-image: url(../images/timer_bg_blk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}

.tablebg_dd {
    padding: 2px 10px !important;
}

.link11_sky {
    font-size: 11px !important;
    color: #126e51 !important;
    font-family: 'open_sansbold', sans-serif !important;
}

.avtar_mob_main {
    display: none !important;
}

.slide_web {
    display: block;
}

.slide_mob {
    display: none;
}

.slider_wrap {
    width: 100%;
    max-width: 1262px;
    margin: 0 auto;
}

.skybg {
    background-color: #126e51;
}

.c_lottery_row {
    width: 31.28%;
    display: inline-block;
    padding: 12px;
    margin: 12px;
    border-radius: 15px;
    background: #FDFDFD;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.c_lottery_row:last-child {
    border-bottom: none;
}

.c_col_left {
    display: flex;
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background: linear-gradient(90deg, #093387 0.13%, #064CD8 99.91%);
    padding: 4px 10px;
    padding-bottom: 0;
    align-items: center;
    /* content: url('../images/bg-lottery-c.png'); */
}
.c_col_right {
	width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    /* padding: 10px; */
    margin-top: 10px;
}

.c_col_country_flag_icon {
    /* width: 100%; */
    display: flex;
    margin-right: 2px;
    /* vertical-align: middle;
    text-align: center; */
    /* margin-top: 0; */
    /* float: left; */
}

.c_col_lottery_flag {
	width: 22px;
	padding-right: 12px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.c_col_lottery_icon {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}

.c_col_lottery_jackpot {
    width: 100%;
    /* float: right; */
    /* display: flex; */
}

.c_col_lottery_jackpot_price {
	width: 100%;
    line-height: 28px;
	/* text-align: center; */
}

.c_col_lottery_timer {
    width: 100%;
    /* display: block;
    padding-right: 0;
    text-align: center;
    max-width: 50%;
    margin: auto;
    margin-bottom: 10px;
    /* float: left; */
    margin-top: 10px; */
}

.c_col_lottery_timer_count {
    width: 100%;
}

.c_col_lottery_button {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 0;
    text-align: center;
    /* float: right;*/
}

.upcoming_draws_table_hadd {
    width: 100%;
    padding: 10px 0px;
}

.c_col_country_hadd_1 {
    width: 19%;
    margin-right: 0;
    text-align: center;
}

.c_col_country_hadd_2 {
    width: 16%;
    text-align: center;
}

.c_col_country_hadd_3 {
    width: 16%;
}

.c_col_country_hadd_4 {
    width: 26%;
}

.all_lottries_table_hadd .c_col_country_hadd_1 {
    width: 21%;
    margin-right: 8%;
    text-align: center;
}

.all_lottries_table_hadd .c_col_country_hadd_2 {
    width: 18%;
    text-align: center;
}

.all_lottries_table_hadd .c_col_country_hadd_3 {
    width: 52%;
}

.c_col_lottery_button div {
    width: 50%;
    padding-right: 12px;
}

.c_col_lottery_button div:last-child {
    padding-right: 0px;
}

.h_upcoming_draw_part {
    width: 100%;
    float: none;
/*    padding: 0px 4px;
    margin: 0 0px 0 6px;*/
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.u_soc_btn {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

.u_soc_btn img {
    width: 100%;
}

.u_field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    color: #3e3e3e;
    height: 40px;
    border-radius: 8px;
}

.u_field::-webkit-input-placeholder {
    color: #3e3e3e;
    opacity: 1;
}

.u_field:-moz-placeholder {
    color: #3e3e3e;
    opacity: 1;
}

.u_field::-moz-placeholder {
    color: #3e3e3e;
    opacity: 1;
}

.u_field:-ms-input-placeholder {
    color: #3e3e3e;
    opacity: 1;
}

.text_left {
    text-align: left;
}

.font16 {
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

.font16_light {
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
}

.link16_sky {
    font-size: 16px;
    color: #126e51;
    font-family: 'open_sansregular', sans-serif;
}

.link16_sky:hover {
    color: #126e51;
}

.email_error {
    color: #f25453;
    font-size: 14px;
    text-align: left;
}

.top_inner_banner {
    /* background: linear-gradient(90deg, #093387 0%, #064CD8 100%); */
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    background-size: cover;
    background: #126e51;
    background: -moz-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #126e51), color-stop(5%, #126e51), color-stop(13%, #126e51), color-stop(32%, #126e51), color-stop(69%, #126e51), color-stop(94%, #126e51), color-stop(100%, #126e51));
    background: -webkit-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: -o-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: -ms-linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    background: linear-gradient(90deg, #126e51 0%, #126e51 5%, #126e51 13%, #126e51 32%, #126e51 69%, #126e51 94%, #126e51 100%);
    border-top: 1px solid #fff;
}

.top_inner_banner_logo {
    width: 25%;
    float: left;
}

.top_inner_banner_txt {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.top_inner_banner_clock {
    width: 25%;
    float: right;
    margin-top: 25px;
}

.top_inner_banner_txt h2 {
    color: #fff;
    font-family: "open_sansbold";
    font-size: 50px;
    font-weight: normal;
    padding: 0;
    line-height: 45px;
}

.top_inner_banner_txt h6 {
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

.top_inner_banner_clock .clock {
    padding: 5px 0px;
    font-size: 21px;
    color: #fff;
    font-family: 'open_sanssemibold', sans-serif;
    float: left;
    width: 100%;
}

.top_inner_banner_clock .clock span {
    width: auto;
    float: right;
}

.top_inner_banner_clock .clock img {
    vertical-align: middle;
    margin-right: 10px;
}

.top_inner_banner_clock .clock td {
    width: 58px;
    height: 60px;
    letter-spacing: 0px;
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    text-align: center;
    background-image: url(../images/timer_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.top_inner_banner_clock .clock td span {
    width: 58px;
    display: table;
    line-height: 32px;
    font-size: 30px;
    font-weight: 600;
}

.top_inner_banner_clock .clock td h1 {
    font-weight: normal;
    font-size: 18px;
    color: #fff !important;
    padding: 0;
    /*line-height: 20px;*/
    line-height: 10px;
}

.play_smart_btn {
    background-color: #FEA422;
}

.group_play_btn {
    background-color: #126e51;
}

/**/
#main-nav {
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    position: relative;
    /* z-index: 999; */
    margin: -38px 0 10px 0;
}

ul#main-nav li {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

ul#main-nav li a {
    font-family: 'open_sansbold', sans-serif;
    color: #fff;
    display: block;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    padding: 6px 10px;
    line-height: 26px;
}

ul#main-nav li.active_li a {
    font-family: 'open_sansbold', sans-serif;
    color: #ffffff;
    display: block;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    padding: 6px 10px;
}

ul#main-nav li.active_li {
    border-radius: 4px 4px 0 0;
}

ul#main-nav li.home a {
    border-radius: 4px 4px 0 0;
    background: #ffffff;
    color: #000;
}

ul#main-nav li.current a {
    border-radius: 4px 4px 0 0;
}

ul#main-nav li a:hover {}

ul#main-nav li.current a:hover {}

ul#main-nav li.current {
    /* z-index: 100; */
}

ul#main-nav li.home {
    /* z-index: 101; */
}

ul#main-nav li.portfolio {
    z-index: 99;
}

ul#main-nav li.services {
    z-index: 98;
}

ul#main-nav li.about {
    z-index: 97;
}

ul#main-nav li.contact {
    z-index: 96;
}

.group {
    width: 100%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
}

.single {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.tabin_main {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 2px;
    box-sizing: border-box;
}

.tabin_main_group {
    padding: 2% 0;
    width: 100%;
    position: relative;
    border: 1px solid #d3d0d0;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
}

.tabin_main_select {
    width: 102%;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
}

.select_num_col {
    width: 19%;
    float: left;
    margin: 4px;
    box-sizing: border-box;
    border: 2px solid #D9E3E7;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 8px;
}

.select_num_col_part {
    width: 100%;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.all_num_part {
    width: 100%;
    background-color: #FFF;
    float: left;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding: 10px 16px;
    padding-right: 10px;
}

.select_num_col:hover {
    border-color: #126e51;
}

.all_num_part:after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 15px;
    margin-left: -15px;
}

.box_txt {
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    color: #8F99B2;
    text-align: left;
    font-weight: normal;
    margin-bottom: 5px;
    width: 87%;
    float: left;
}

.box_txt:hover span {}

.box_info {
    width: 13%;
    float: right;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.box_info_ic {
    width: 22px;
    height: 22px;
    background-image: url(../images/info_ic.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}

.box_info_ic:hover {
    width: 22px;
    height: 22px;
    background-image: url(../images/info_ic_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}

.all_num {
    width: 100%;
}

.lt_numbers_wrapper {
    width: 100%;
}

.lt_numbers_wrapper span {
    background-color: #FFF;
    color: #8F99B2;
    float: left;
    text-align: center;
    border: 1px solid #D9E3E7;
    font-family: 'open_sansbold', sans-serif;
    font-size: 12px;
    margin: 0 3px 3px 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    line-height: 18px;
}

.lt_numbers_wrapper span.main_active {
    background-color: #126e51;
    color: #FFF;
    float: left;
    text-align: center;
    font-family: 'open_sansbold', sans-serif;
    font-size: 12px;
    margin: 0 3px 3px 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 18px;
}

.select_num_part_wrapper span {
    background-color: #fff;
    border-radius: 3px;
    color: #8F99B2;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 3px 3px 0;
    text-align: center;
    width: 20px;
    font-family: 'open_sansbold', sans-serif;
    line-height: 18px;
    border: 1px solid #D9E3E7;
}

.select_num_part_wrapper span.extra_active {
    background-color: #FEA422;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 20px;
    margin: 0 3px 3px 0;
    text-align: center;
    width: 20px;
    border-radius: 3px;
    border: solid 1px transparent;
    line-height: 18px;
}

.lt_numbers_wrapper span:hover {
    background-color: #126e51;
    cursor: pointer;
    color: #fff !important;
    border: solid 1px D9E3E7;
}

.select_num_part {
    /* width: 98%;
    float: left; */
    padding: 10px 16px;
    box-sizing: border-box;
    background-color: #F0F1F6;
    margin: 0px 2px;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h5 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5px;
}

.select_num_part_wrapper {
    width: 100%;
}

.select_num_part_wrapper span:hover {
    background-color: #FEA422;
    cursor: pointer;
    color: #fff;
    border: solid 1px #D9E3E7;
}

.quickpic {
    display: none;
    position: absolute;
    top: 0px;
    height: 40px;
    width: auto;
    box-sizing: border-box;
    left: -2px;
    width: 102.5%;
}

.quickpic_part {
    background: #126e51;
    padding: 8px 18px;
    float: left;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.quickpic_text {
    position: relative;
    float: left;
    margin-right: 10px;
}

.quickpic_delete {
    float: left;
    margin-left: 5px;
}

.select_num_col_part:hover .quickpic {
    display: block;
    top: -35px;
}

.num_ttl {
    float: left;
    margin-bottom: 5px;
}

.box_detail {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    height: 50px;
    position: relative;
}

.top_btn {
    float: right;
    margin-bottom: 30px;
    text-align: right;
}

.bottom_btn {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

.all_btn {
    color: #fff;
    float: left;
    background-color: #126e51;
    padding: 6px 15px;
    border-radius: 8px;
    margin-left: 5px;
    border: 2px solid #126e51;
}

.all_btn span {
    float: left;
}

.all_btn p {
    float: left;
    line-height: 22px;
    padding-left: 4px;
}

.num_ttl h4 {
    float: left;
    padding-left: 10px;
    line-height: 27px;
    font-size: 18px;
    color: var(--Dark-blue, var(--Dark-blue, #fff));
}

.num_bg {
    background-color: #126e51;
    color: #FFF;
    font-size: 18px;
    font-family: 'open_sansbold', sans-serif;
    height: 30px;
    width: 30px;
    float: left;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    background-color: hsla(0, 0%, 100%, 0.9);
    border: 3px solid #FEA422;
    border-radius: 18px;
    bottom: 236%;
    color: #3e3e3e;
    content: attr(data-tooltip);
    font-size: 14px;
    left: 50%;
    line-height: 1.2;
    margin-bottom: -5px;
    margin-left: -60px;
    padding: 4px;
    position: absolute;
    text-align: left;
    width: 240px;
    font-family: 'open_sansitalic', sans-serif;
    z-index: 99999;
}

[data-tooltip]:after {
    z-index: 99999;
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 44px;
    height: 28px;
    content: " ";
    font-size: 0;
    line-height: 0;
    background-image: url(../images/bbl_btm_arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: -10px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/**/
.progress_bar {
    width: 100%;
    float: left;
}

.c_rating {
    background-color: #F0F1F6;
    border: 1px solid #b1b8b8;
    display: inline-block;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 2px;
    position: relative;
    width: 70%;
    float: left;
}

.c_rating p {
    font-size: 14px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #333;
}

.c_rating div {
    height: 12px;
}

.c_rating_counter {
    width: auto;
    float: left;
    margin-left: 4px;
    color: #8F99B2;
    font-size: 12px;
}

.c_rating_counter p {
    line-height: 18px;
    text-align: center;
}

.total_ball_amount {
    background-color: #126e51;
    box-sizing: content-box;
    float: left;
    padding: 2%;
    width: 96%;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.total_ball_amount p {
    font-size: 14px;
    color: #ffffff;
    font-family: 'open_sansregular', sans-serif;
}

.select_num_col_part:hover .lt_numbers_wrapper span {
    color: #3e3e3e;
}

.select_num_col_part:hover .lt_numbers_wrapper span.main_active {
    color: #FFF;
}

.select_num_col_part:hover .select_num_part_wrapper span {
    color: #3e3e3e;
}

.select_num_col_part:hover .select_num_part_wrapper span.extra_active {
    color: #FFF;
}

.line:hover {
    color: #FFF !important;
}

.select_num_col_part:hover .box_txt span {
    font-family: 'open_sansbold', sans-serif;
    font-size: 12px;
    color: #3e3e3e;
    text-align: left;
    margin-bottom: 5px;
}

.game_table {
    width: 100%;
}

.step_2 {
    width: 63%;
    padding-left: 0%;
    float: left;
}

.step_3 {
    width: 62%;
    float: right;
}

.step_2_left {
    /* width: 63%; */
    /* float: left; */
}

.step_2_right {
    width: 37%;
    float: right;
    margin-top: 5%;
}

.tabmain {
    width: 316px;
    float: left;
    position: relative;
    margin-top: 22px;
}

.tabmain ul {
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.tabmain li {
    margin-right: 1%;
    width: 60px;
    text-align: center;
    height: 60px;
    display: table;
    float: left;
}

.tabmain li a {
    color: #126e51;
    font-family: 'open_sansbold', sans-serif;
    font-size: 30px;
    border: none;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
    border: 1.5px solid var(--blue, #126e51);;
}

.tabmain li a span {
    font-size: 20px;
}

.tabmain li a:hover,
.tabmain li a:focus,
.tabmain li a.current {
    color: #fff;
    background-color: #126e51;
    border: 1.5px solid var(--blue, #126e51);
}

.tabmain #indicator {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 16px;
    height: 13px;
    background-image: url('../images/tabarrow.png');
}

.tabcontent section {
    display: none;
    background-color: #c2c2c2;
    border-radius: 4px;
    padding: 5px;
}

.tabcontent {
    width: 96%;
    float: left;
}

.tabcontent p {
    margin-bottom: 1em;
    max-width: 50em;
    font-size: 16px;
    color: #fff;
}

.tabmain li a .drawtaj {
    position: absolute;
    right: 20px;
    top: -15px;
    /* width: 58px;
    height: 60px; */
    overflow: hidden;
    display: none;
}

.tabmain li a:hover .drawtaj,
.tabmain li a:focus .drawtaj,
.tabmain li a.current .drawtaj {
    position: absolute;
    right: 20px;
    top: -15px;
    /* width: 58px;
    height: 60px; */
    overflow: hidden;
    display: inline-block;
}

.tabmain li a:hover .drawtaj img,
.tabmain li a:focus .drawtaj img,
.tabmain li a.current .drawtaj img {
    /* margin-top: -60px; */
    display: inline-block;
}

.box_info_ic2 {
    background-image: url("../images/info_ic_hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 22px;
    margin-left: 10px;
    margin-top: 3px;
    width: 22px;
}

.box_info_ic2:hover {
    background-image: url("../images/info_ic.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 22px;
    margin-left: 10px;
    margin-top: 3px;
    width: 22px;
}

.addcardrow {
    width: 100%;
}

.clear_inner {
    clear: both;
    height: 30px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 31px;
    height: 27px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -27px;
}

label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price_chart {
    margin: 0 auto;
}

.canvas_elemt {
    width: 170px;
    height: 170px;
    float: left;
    margin-left: 50px;
}

.getticket_main {
    width: 100%;
    display: table;
    background-color: transparent;
    padding: 12px 12px;
	border-radius: 8px;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #D9E2E7;
}

.step_3_group .ticket_text {
    width: 100%;
    display: inline-block;
    /* text-align: center;
    padding-top: 0;*/
    padding: 10px;
    padding: 10px;
    border: 1px solid #D9E2E7;
    border-radius: 8px;
    margin-top: 10px;
}

.step_3 .ticket_text {
    float: left;
    width: auto;
    text-align: center;
    padding-top: 0;
    /* padding-right: 5px;
    padding-left: 5px; */
    color: #fff;
    width: 66%;
}

.ticket_text2 {
    float: right;
    width: 30%;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
    margin-top: 30px;
}

.ticket_text2 .proceed {
    width: 100%;
}

.font24_sky_n {
    color: #ffffff;
    background-color: #126e51;
    font-size: 24px;
    font-weight: 800;
    font-family: 'open_sansregular', sans-serif;
	border-radius: 21px;
}

.btn_blue_inner {
    background-color: #126e51;
    border-radius: 4px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    font-size: 20px;
    padding: 5px 10px;
    /* text-shadow: 1px 1px 1px #3E3E3E; */
    width: 70%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: table;
    border: 4px solid #126e51;
    border-radius: 8px;
}

.btn_blue_inner:hover {
    background-color: #126e51;
}

.innertext_part {
    width: 100%;
}

.innertext_part_left {
    width: 47%;
    float: left;
}

.innertext_part_right {
    width: 47%;
    float: right;
}

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

.canvas_elemt_group {
    width: 115px;
    height: 115px;
    display: table;
    margin: 0 auto;
}

.group_num_part {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.group_num_part_left {
    width: 47%;
    float: left;
}

.group_num_part_right {
    width: 51%;
    float: right;
    text-align: right;
}

.group_num_part_right img {
    width: 100%;
}

.text_center {
    text-align: center;
}

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

.group_num_part_line_part {
    width: 100%;
    float: left;
    max-height: 352px;
    margin-top: 10px;
}

.group_num_part_line_part ol {
    width: 50%;
    float: left;
}

.group_num_part_line_part ol li {
    width: 100%;
    /* margin-left: 40px;
    padding-left: 20px; */
    float: left;
    list-style-position: outside;
    list-style: decimal;
}

.group_num_part_line_part ol li div span {
    margin: 3px 3px 0 0;
}

.ellipse_blue_20 {
    background-color: #126e51;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    display: inline-block;
    float: left;
}

.ellipse_sky_20 {
    background-color: transparent;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    border-radius: 5px;
    color: #8F99B2;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    display: inline-block;
    float: left;
    border: 1px solid #D9E3E7;
}

.ellipse_green_20 {
    background-color: #35AC19;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    display: inline-block;
    float: left;
}

.step_1_group {
    width: 29%;
    float: left;
}

.step_2_group {
    width: 42%;
    float: left;
}

.step_3_group {
    width: 29%;
    float: right;
    /* z-index: 999; */
    position: relative;
}

.select_share {
    width: 215px;
    float: left;
    margin-left: 6px;
}

.select_share_up {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 18px;
}

.select_share_num {
    width: 50%;
    float: left;
}

.select_share_field {
    width: 100%;
    float: left;
    border: solid 1px #D9E2E7;
    font-size: 30px;
    color: #126e51;
    text-align: center;
    font-family: 'open_sansbold', sans-serif;
    background-color: transparent;
    border-radius: 4px;
    line-height: 50px;
    margin: 5px 0;
}

.select_share_down {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 18px;
}

.select_share_text {
    width: 204px;
    /* margin-left: 25px; */
    float: left;
    text-align: center;
    clear: left;
    margin-top: 8px;
    color: #8F99B2;
}

.step_2_group_left {
    /* width: 70%;
    float: left; */
}

.step_2_group_right {
    width: 30%;
    float: right;
}

.top_inner_banner2_logo {
    width: auto;
    float: left;
    margin-top: 13px;
}

.top_inner_banner2_txt {
    float: left;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.top_inner_banner2_clock {
    width: 25%;
    float: left;
    margin-top: 22px;
}

.top_inner_banner2_button {
    float: right;
    margin-top: 18px;
}

.top_inner_banner2_txt h2 {
    color: #fff;
    font-family: "open_sansbold";
    font-size: 60px;
    font-weight: normal;
    padding: 0;
    line-height: 60px;
}

.top_inner_banner2_txt h6 {
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}

.top_inner_banner2_clock .clock {
    padding: 5px 0px;
    font-size: 21px;
    color: #fff;
    font-family: 'open_sanssemibold', sans-serif;
    float: left;
    width: 100%;
}

.top_inner_banner2_clock .clock span {
    width: auto;
    float: right;
}

.top_inner_banner2_clock .clock img {
    vertical-align: middle;
    margin-right: 10px;
}

.top_inner_banner2_clock .clock td {
    width: 58px;
    height: 60px;
    letter-spacing: 0px;
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    text-align: center;
    background-image: url(../images/timer_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.top_inner_banner2_clock .clock td span {
    width: 58px;
    display: table;
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
}

.top_inner_banner2_clock .clock td h1 {
    font-weight: normal;
    font-size: 16px;
    color: #fff !important;
    padding: 0;
    /*line-height: 14px;*/
    line-height: 7px;
}

.select_multi_num {
    float: left;
    width: 75%;
}

.select_multi_num ul {
    float: right;
    width: auto;
    text-align: right;
    clear: right;
}

.select_multi_num ul li {
    float: left;
    width: 29px;
    margin: 0 0 5px 5px;
}

.all_lottries {
    width: 100%;
    margin: 0 auto;
    display: table;
    margin-top: 0px;
}

.all_lottries_table {
    width: 100%;
}

.all_lottries_table_hadd {
    width: 100%;
    background-color: #ececec;
    line-height: 30px;
    padding: 0 5%;
}

.all_lottries_row {
    padding: 5px 5%;
    margin: 1px 0;
}

.all_lottries_row:hover {
    background-color: #ececec;
}

.lotto_result {
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

.lotto_result_table {
    width: 100%;
}

.lotto_result_table_hadd {
    width: 100%;
    background-color: #ececec;
    line-height: 30px;
}

.lotto_result_row {
    margin: 1px 0;
    border-bottom: 1px solid #ececec;
    display: table;
    height: 76px;
    vertical-align: middle;
    width: 100%;
}

.lotto_result_row:hover {
    background-color: #ececec;
}

.lotto_result_hadd_1 {
    text-align: center;
    width: 20%;
}

.lotto_result_hadd_2 {
    text-align: center;
    width: 40%;
}

.lotto_result_hadd_3 {
    text-align: center;
    width: 40%;
}

.lotto_result_hadd_4 {
    text-align: center;
    width: 75%;
}

.lotto_result_hadd_5 {
    text-align: center;
    width: 25%;
}

.lotto_result_flag {
    text-align: center;
    width: 20%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.lotto_result_icon {
    text-align: center;
    width: 40%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.lotto_result_date {
    text-align: center;
    width: 40%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.lotto_result_draw {
    text-align: center;
    width: 75%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.lotto_result_draw ul {
    width: auto;
    height: 100%;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
}

.lotto_result_draw ul li {
    padding: 0 3px;
    width: auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.lotto_result_text {
    text-align: center;
    width: 25%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.font18_sky_bold {
    font-size: 16px;
    color: #8F99B2;
    /* font-family: 'open_sansbold', sans-serif; */
}

.font18_blue_bold {
    font-size: 18px;
    color: #126e51;
    font-family: 'open_sansbold', sans-serif;
}

.lotto_result_table_hadd_left {
    width: 35%;
    float: left;
}

.lotto_result_table_hadd_right {
    width: 65%;
    float: right;
}

.lotto_result_row_left {
    display: table;
    height: 76px;
    vertical-align: middle;
    width: 35%;
    float: left;
}

.lotto_result_row_right {
    display: table;
    height: 76px;
    vertical-align: middle;
    width: 65%;
    float: right;
}

.reg_top_line {
    background-color: #fff;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 14px;
    background-size: cover;
    margin-bottom: 20px;
}

.reg_left {
    width: 68%;
    float: left;
}

.reg_right {
    width: 30%;
    float: right;
}

.drawer_arrow_part {
    display: table-cell;
    height: 76px;
    vertical-align: middle;
}

.drawer_details {
    padding-left: 1%;
    position: relative;
    width: 100%;
    display: table;
}

.c_col_lottery_name {
    width: 58%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: left;
}

.drawer_select_num_col {
    width: 172px;
    float: left;
    margin: 4px 4px;
    box-sizing: border-box;
    border: 2px solid #D9E3E7;
    border-radius: 4px;
}

.drawer_table {
    float: left;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.reg_step_two {
    width: 100%;
    border-radius: 4px;
    padding: 1%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: transparent;
}

.padleft_5_perc {
    padding-left: 5%;
}

.reg_inner_form {
    width: 100%;
    padding: 5%;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}

.reg_inner_form_left {
    width: 48%;
    float: left;
}

.soc_reg_btn_block {
    width: 100%;
    margin-top: 10px;
}

.soc_reg_btn_block_line {
    float: left;
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 15px;
}

.soc_reg_form_block {
    float: left;
    margin-top: 15px;
    width: 100%;
}

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

.u_soc_reg_btn {
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.u_soc_reg_btn_left {
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    width: 48%;
}

.u_soc_reg_btn_right {
    float: right;
    margin-bottom: 5px;
    overflow: hidden;
    width: 48%;
}

.u_soc_reg_btn_left img {
    width: 100%;
}

.u_soc_reg_btn_right img {
    width: 100%;
}

.u_soc_reg_btn img {
    width: 100%;
}

.u_field_reg {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 8px;
    height: 40px;
    border-radius: 8px;
    background: transparent;
}

.link14_sky {
    font-size: 14px !important;
    color: #126e51 !important;
    font-family: 'open_sansbold', sans-serif !important;
}

.u_field_reg_btn {
    font-family: 'open_sansbold', sans-serif;
    font-size: 18px;
    color: #fff;
    /* text-shadow: 1px 1px 1px #3E3E3E; */
    padding: 6px 15px;
    display: table;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 8px;
    background-color: #126e51;
    margin: 0 auto;
    text-transform: uppercase;
    border: 4px solid #126e51;
}

.u_field_reg_btn:hover {
    /*background-color: #58A223 !important;*/
}

.reg_inner_form_right {
    width: 48%;
    float: right;
}

.drawer_details_flag {
    width: 22px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.drawer_details_icon {
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.drawer_details_name {
    width: auto;
    float: left;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: left;
}

.call3_reg_dd {
    text-align: left;
    font-size: 24px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    display: table-cell;
    height: 76px;
    vertical-align: middle;
    float: right;
    line-height: 76px;
}

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

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

.reg_right_logo_part {
    width: 50%;
    float: left;
}

.drawer_details_p1 {
    float: left;
}

.drawer_details_p2 {
    float: left;
    width: 72%;
    padding: 0 10px;
}

.drawer_details_p3 {
    float: right;
}

.result_left {
    width: 54%;
    float: left;
}

.result_right {
    width: 40%;
    float: right;
}

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

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

.result_left_part1_main_dropdown {
    float: left;
    width: 186px;
}

.result_dropdown {
    -moz-appearance: none;
    background-image: url("../images/dd_arrow.png");
    background-position: right 5px center;
    background-repeat: no-repeat;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-family: 'open_sansregular', sans-serif;
    color: #0D1D33;
    font-size: 14px;
    height: 40px;
    padding: 8px 16px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    background-color: #FFF;
}

.result_left_part1_main_result {
    float: left;
    margin-left: 30px;
}

.result_left_part1_main_result ul {
    float: left;
}

.result_left_part1_main_result ul li {
    float: left;
    width: 29px;
    margin-right: 5px;
}

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

.price_table_hadd {
    width: 100%;
    float: left;
    background-color: #126e51;
    border: solid 1px #126e51;
    border-radius: 4px;
    font-size: 18px;
}

.price_table_hadd ul {
    width: 100%;
    float: left;
}

.price_table_hadd ul li {
    float: left;
    padding: 2px 10px;
}

.price_table_hadd1 {
    width: 25%;
    float: left
}

.price_table_hadd2 {
    width: 25%;
    float: left
}

.price_table_hadd3 {
    width: 50%;
    float: left
}

.price_table_detail {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 20px;
}

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

.price_table_detail_list ul {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ececec;
}

.price_table_detail_list ul li {
    float: left;
    padding: 5px 10px;
}

.price_table_detail1 {
    width: 25%;
    float: left
}

.price_table_detail2 {
    width: 25%;
    float: left
}

.price_table_detail3 {
    width: 50%;
    float: left
}

.result_right_lottery {
    float: left;
    width: 40%;
}

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

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

.result_right_lottery_detail {
    float: right;
    width: 60%;
}

.result_right_lottery_detail_price {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #FEA422;
    font-family: 'open_sansbold', sans-serif;
}

.result_right_lottery_detail_clock {
    width: 100%;
}

.result_right_lottery_detail_clock .clock {
    padding: 5px 0px;
    font-size: 21px;
    color: #fff;
    font-family: 'open_sanssemibold', sans-serif;
    float: left;
    width: 100%;
}

.result_right_lottery_detail_clock .clock span {
    width: auto;
    margin: 0 auto;
    display: table;
}

.result_right_lottery_detail_clock .clock img {
    vertical-align: middle;
    margin-right: 10px;
}

.result_right_lottery_detail_clock .clock td {
    width: 58px;
    height: 60px;
    letter-spacing: 0px;
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    text-align: center;
    background-image: url(../images/timer_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.result_right_lottery_detail_clock .clock td span {
    width: 58px;
    display: table;
    line-height: 32px;
    font-size: 30px;
    font-weight: 600;
}

.result_right_lottery_detail_clock .clock td h1 {
    font-weight: normal;
    font-size: 18px;
    color: #fff !important;
    padding: 0;
    /*line-height: 20px;*/
    line-height: 10px;
}

.result_right_lottery_btn {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.result_right_lottery_btn_left {
    float: left;
}

.result_right_lottery_btn_right {
    float: right;
}

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

.account_userpanel_left {
    width: auto;
    float: left;
}

.account_userpanel_right {
    width: auto;
    float: right;
}

.account_userpanel_nav {
    float: left;
}

.account_userpanel_nav ul {
    display: table;
    height: 56px;
}

.account_userpanel_nav ul li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-right: 10px;
}

.account_userpanel_nav ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    padding: 7px 15px;
}

.account_userpanel_nav ul li a:hover {
    background-color: #126e51;
    border-radius: 8px;
    border: 2px solid #126e51;
}

.account_userpanel_nav_current {
    font-size: 16px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    padding: 7px 15px;
    background-color: #FEA422;
    border-radius: 4px;
}

.account_userpanel_money {
    float: left;
    width: 160px;
}

.account_userpanel_btn {
    float: right;
}

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

.line_rpt {
    background-image: url(../images/line_rpt.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 15px;
}

.font14_wht {
    color: #fff;
}

.account_userpanel_btn_table {
    width: auto;
    display: table;
    height: 56px;
}

.account_userpanel_btn_left {
    width: auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 10px;
}

.account_userpanel_btn_right {
    width: auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.btn_blue_money {
    background-color: #126e51;
    border-radius: 4px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    padding: 4px 12px;
    text-transform: none;
    float: left;
    width: 100%;
}

.btn_red_money {
    background-color: #fe423f;
    border-radius: 8px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    padding: 2px 8px;
    text-transform: none;
    float: left;
    width: 100%;
    border: 4px solid #fe423f;
}

.personal_detail_area {
    width: 40%;
    display: table;
    margin: 0 auto;
}

.personal_detail_area h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
}

.personal_detail_photo {
    width: 127px;
    height: 127px;
    margin: 20px auto;
    border-radius: 100%;
    overflow: hidden;
}

.personal_detail_photo img {
    width: 100%;
}

.personal_detail_form {
    width: 100%;
}

.personal_detail_form ul {
    width: 100%;
}

.personal_detail_form ul li {
    width: 100%;
    margin-bottom: 10px;
}

.personal_field {
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #D9E2E7;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    border-radius: 8px;
}

.personal_field:visited {
    background-color: transparent;
    border: solid 1px #126e51;
}

.edit_btn {
    background-color: #126e51;
    font-size: 16px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    border-radius: 8px;
    padding: 8px 49px;
    border: 0;
    margin: 0 auto;
    display: table;
    border: 2px solid #126e51;
}

.play_lottery_btn {
    background-color: #126e51;
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    margin: 0 auto;
    display: table;
}

.ticket_view_form {
    width: auto;
    margin: 0 auto;
    display: table;
}

.ticket_view_field {
    float: left;
    margin-right: 10px;
}

.ticket_field {
    width: 160px;
    padding: 0px 10px;
    border: solid 1px #126e51;
    background-color: transparent;
    font-size: 16px;
    color: #126e51;
    font-family: 'open_sansbold', sans-serif;
    border-radius: 8px;
    height: 33px;
    text-align: center;
	
}

.ticket_view_select {
    float: left;
    margin-right: 10px;
    width: 170px;
}

.ticket_view_select select {
    -moz-appearance: none;
    background-image: url("../images/dd_arrow_sky.png");
    background-position: right 5px center;
    background-repeat: no-repeat;
    border: solid 1px #126e51;
    border-radius: 4px;
    font-family: 'open_sansbold', sans-serif;
    color: #126e51;
    font-size: 16px;
    height: 33px;
    padding: 0;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    padding: 0px 25px 0 10px;
}

.ticket_view_select select option {
    font-family: 'open_sansregular', sans-serif;
    outline: none;
}

.view_btn {
    background-color: #126e51;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    border-radius: 8px;
    padding: 4px 35px;
    border: 4px solid #126e51;
    /* height: 33px; */
}

.my_ticket {
    width: 100%;
}

.my_ticket h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
}

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

.draw_results {
    float: left;
    display: inline;
    width: 100%;
    padding: 2px 0;
}

.draw_results ul {
    display: inline-block;
}

.draw_results ul li {
    float: left;
    width: 21px;
    margin-right: 5px;
}

.pagingleft {
    float: left;
}

.pagingright {
    float: right;
}

.paging_btn {
    background-color: #126e51;
    border-radius: 4px;
    padding: 2px 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'open_sansbold', sans-serif;
}

.paging {
    width: auto;
    display: table-cell;
}

.paging ul {
    float: left;
    width: auto;
    margin: 0 10px;
}

.paging ul li {
    float: left;
    width: auto;
    text-align: center;
    line-height: 25px;
    padding: 0 5px;
}

.paging ul li a {
    font-size: 14px;
    color: #a8a8a8;
}

.paging ul li a:hover {
    font-size: 14px;
    color: #126e51;
    font-family: 'open_sansbold', sans-serif;
}

.paging_current {
    font-size: 14px;
    color: #126e51;
    font-family: 'open_sansbold', sans-serif;
}

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

.my_tickets table {
    width: 100%;
}

.my_tickets table th {
    width: 12%;
    background-color: #126e51;
    font-weight: normal;
    font-size: 16px;
    padding: 6px 0;
}

/* .my_tickets th:first-child {
    width: 12%;
}

.my_tickets th:nth-child(2) {
    width: 12%;
}

.my_tickets th:nth-child(3) {
    width: 12%;
}

.my_tickets th:nth-child(5) {
    width: 12%;
}

.my_tickets th:nth-child(6) {
    width: 12%;
}

.my_tickets th:nth-child(7) {
    width: 18%;
}

.my_tickets th:nth-child(8) {
    width: 18%;
}

.my_tickets th:last-child {
    width: 12%;
} */

.my_tickets_detail {
    width: 100%;
    float: left;
    height: 95px;
    color: #fff;
}

.my_tickets_detail table {
    width: 100%;
}

.my_tickets_detail:hover {
    background-color: #161616;
    color: #126e51;
}

.my_tickets_detail table td {
    width: 12%;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    padding-top: 10px;
}

/* .my_tickets_detail td:first-child {
    width: 18%;
}

.my_tickets_detail td:nth-child(2) {
    width: 18%;
}

.my_tickets_detail td:nth-child(3) {
    width: 8%;
}

.my_tickets_detail td:nth-child(5) {
    width: 8%;
}

.my_tickets_detail td:nth-child(6) {
    width: 8%;
}

.my_tickets_detail td:nth-child(7) {
    width: 18%;
}

.my_tickets_detail td:nth-child(8) {
    width: 18%;
}

.my_tickets_detail td:last-child {
    width: 8%;
} */

.table_border {
    border-bottom: solid 1px #ececec;
}

.paging_part {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: table;
    padding: 50px 0;
}

.ticket_detail {
    width: auto;
    margin: 20px auto;
    display: table;
}

.ticket_draw_result {
    width: auto;
    margin: 0 auto;
    display: table;
}

.font16_sky_reg {
    font-size: 16px;
    color: #126e51;
    font-family: 'open_sansregular', sans-serif;
}

.ticket_draw_result_left {
    float: left;
    margin-top: 8px;
}

.ticket_draw_result_right {
    float: right;
    margin-left: 10px;
}

.ticket_draw_result_right ul {
    float: left;
    margin-top: 3px;
}

.ticket_draw_result_right ul li {
    float: left;
    margin: 0 5px 0 0;
}

.ticekt_filled {
    width: auto;
    margin: 20px auto;
    display: table;
    text-align: center;
    color: #fff;
}

.ticekt_selected_show {
    width: 102%;
    margin: 20px auto;
    display: table;
    text-align: center;
}

.ticekt_selected_show .select_num_col {
    float: none;
    display: inline-block;
}

.group_selected_show {
    width: 100%;
    margin: 20px auto;
    display: table;
    text-align: center;
}

.group_selected_show ol {
    width: 20%;
    float: left;
}

.group_selected_show ol li {
    width: 100%;
    margin-left: 40px;
    padding-left: 20px;
    float: left;
    list-style-position: outside;
    list-style: decimal;
}

.group_selected_show ol li div span {
    margin: 3px 3px 0 0;
}

.my_transactions {
    width: 100%;
}

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

.my_transactions table {
    width: 100%;
}

.my_transactions table th {
    width: 20%;
    font-size: 16px;
    font-weight: normal;
    background-color: #126e51;
}

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

.my_transactions_detail {
    width: 100%;
    float: left;
    height: 73px;
    line-height: 73px;
}

.my_transactions_detail table {
    width: 100%;
}

.my_transactions_detail table {
    width: 100%;
}

.my_transactions_detail table td {
    width: 20%;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    color: #fff;
}

.font_red {
    color: #fe423f !important;
}

.powerball_prices {
    width: 100%;
    float: right;
}

.powerball_prices_table {
    width: 100%;
    float: right;
}

.powerball_prices_table table th {
    font-size: 14px;
    background-color: #e7ebed;
    padding: 10px;
}

.powerball_prices_table table th span {
    font-size: 11px;
}

.powerball_prices_table table td {
    font-size: 14px;
    padding: 7px 10px;
    border-bottom: solid 2px #f5f5f5;
}

.powerball_prices_table table td table td {
    padding: 0;
    border: 0;
}

.font_sky {
    color: #126e51;
}

.font_sky_bold {
    color: #126e51;
    font-family: 'open_sansbold', sans-serif;
}

.font_gray {
    color: #cdcdcd;
    font-family: 'open_sansbold', sans-serif;
}

.orderlist {
    width: 100%;
    float: right;
}

.card_detl {
    border-bottom: 1px solid #ccc;
    display: none;
    float: left;
}

.payment_cart_detail {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.card_option {
    float: left;
    margin: 30px 0;
    width: 50%;
}

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

.card_form ul {
    float: left;
    width: 100%;
}

.card_form ul li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.card_form_left {
    float: left;
    line-height: 30px;
    width: 25%;
}

.card_form_right {
    float: left;
    width: 70%;
}

.card_num_field {
    border: 1px solid #126e51;
    box-sizing: border-box;
    height: 30px;
    padding: 1%;
    width: 100%;
}

.expdate {
    float: left;
    width: 40%;
}

.expdate_field {
    background-image: url("../images/calendar_icon.png");
    background-position: right 3px center;
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 5px 30px 5px 5px;
    width: 100%;
    border: 1px solid #126e51;
    box-sizing: border-box;
    height: 30px;
}

.cvc2 {
    float: right;
    width: 55%;
}

.cvc2_left {
    float: left;
    line-height: 30px;
    width: 40%;
}

.cvc2_right {
    float: right;
    width: 60%;
}

.cvc2_field {
    border: 1px solid #126e51;
    box-sizing: border-box;
    height: 30px;
    padding: 1%;
    width: 100%;
}

.fullname_field {
    width: 58%;
    border: 1px solid #ccc;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
}

.u_button {
    background-color: #ffba01;
    border: 0 none;
    border-radius: 4px;
    color: #242527;
    display: table-cell;
    font-family: "open_sanssemibold";
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.u_button_left {
    float: left;
}

.u_button_right {
    float: left;
    margin-left: 5px;
}

.u_button_green {
    background-color: #73a013;
    border: 0 none;
    border-radius: 4px;
    color: #242527 !important;
    display: table-cell;
    font-family: "open_sanssemibold";
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px;
    text-overflow: "";
    outline: none;
}

.po_relative {
    position: relative;
}

.link14_blue {
    color: #126e51;
    font-size: 13px;
    font-family: 'open_sanssemibold', sans-serif;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}

.link12_red {
    color: #fe423f;
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}

.my_deposite_area {
    width: 40%;
    display: table;
    margin: 0 auto;
}

.my_deposite_area h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'open_sanssemibold', sans-serif;
    text-align: center;
}

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

.payment_type ul {
    width: 100%;
    float: left;
}

.payment_type ul li {
    width: 100%;
    float: left;
}

.deposite_partleft {
    width: 49%;
    float: left;
}

.deposite_partright {
    width: 49%;
    float: right;
}

.my_deposite_area h1 {
    font-size: 16px;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
}

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

.payment_select select {
    width: 100%;
    float: left;
    border: solid 1px #126e51;
    height: 43px;
    font-size: 18px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
    padding: 5px;
    line-height: 30px;
    background-color: #fff;
}

.fee_lable {
    width: 100%;
    float: left;
    background-color: #dddddd;
    height: 43px;
    font-size: 18px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
    border: solid 1px #a3a3a3;
    padding: 5px;
    line-height: 30px;
}

.charged_lable {
    width: 100%;
    float: left;
    background-color: #afafaf;
    height: 43px;
    font-size: 18px;
    color: #3e3e3e;
    font-family: 'open_sanssemibold', sans-serif;
    border: solid 1px #a3a3a3;
    padding: 5px;
    line-height: 30px;
}

.deposite_field {
    width: 100%;
    float: left;
    border: solid 1px #126e51;
    height: 43px;
    font-size: 18px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
    padding: 5px;
    line-height: 30px;
}

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

.payment_summary ul {
    width: 100%;
    float: left;
}

.payment_summary ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.next_btn {
    background-color: #126e51;
    border: solid 1px #ed1d24;
    border-radius: 21px;
    padding: 6px 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'open_sanssemibold', sans-serif;
    display: table;
    margin: 20px auto;
}

.my_payment {
    width: 100%;
}

.my_payment_table {
    width: 100%;
}

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

.my_payment table {
    width: 100%;
}

.my_payment table th {
    width: 25%;
    font-size: 16px;
    font-weight: normal;
    background-color: #ececec;
}

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

.my_payment_detail {
    width: 100%;
    float: left;
    height: 73px;
    line-height: 73px;
}

.my_payment_detail table {
    width: 100%;
}

.my_payment_detail table {
    width: 100%;
}

.my_payment_detail table td {
    width: 25%;
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    color: #126e51;
}

.link_edit {
    font-size: 16px;
    color: #126e51;
    font-family: 'open_sansregular', sans-serif;
}

.link_delete {
    font-size: 16px;
    color: #fe423f;
    font-family: 'open_sansregular', sans-serif;
}

.link_divider {
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'open_sansregular', sans-serif;
}

.dd_img img {
    width: 60%;
}

.dd_flag {
    width: 17px;
}

.dd_flag img {
    width: 80%;
}

.withdraw_field {
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    height: 43px;
    line-height: 30px;
    padding: 5px;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
}

.dialing-code {
    width: 68px;
    padding: 0px;
    height: 29px;
}

.ch_lang {
    /* display: none !important; */
}

.ch_currency {
    /* display: none !important; */
}

.ch_lang li {
    padding: 5px;
    cursor: pointer;
}

.ch_currency li {
    padding: 5px;
    cursor: pointer;
}

.ch_lang li:hover {
    /* background-color: #000; */
    color: #126e51;
}

.ch_currency li:hover {
    background-color: #126e51;
    color: #FFF;
}

.ch_currency_selected {
    background-color: #126e51;
    color: #FFF;
}

.ch_lang_selected {
    /* background-color: #000; */
    color: #126e51;
}

.my_payment_area {
    width: 90%;
    display: table;
    margin: 0 auto;
}

.my_payment_area h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'open_sanssemibold', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.my_payment_area h6 span {
    float: right;
}

.my_payment_tab {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.tab_content {
    width: 100%;
    margin-bottom: 20px;
}

.tab_content_part {
    width: auto;
    margin-right: 10px;
    display: inline-table;
}

.tab_content_part h1 {
    font-size: 13px;
    color: #515151;
    padding: 0;
    margin-bottom: 5px;
}

.cardtype {
    display: inline;
}

.cardtype ul {
    display: inline;
}

.cardtype ul li {
    display: inline-block;
    margin-right: 5px;
    height: 34px;
    text-align: center;
}

.cardtype ul li a {
    display: table-cell;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 87px;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
}

.cardtype ul li a:hover {
    border: solid 2px #FFCB18;
}

.cardtype_active {
    border: solid 2px #ff8800;
}

.cardtype ul li span {
    display: block;
    font-size: 13px;
    color: #a59999;
}

.cardnumber {
    display: inline-table;
    width: 250px;
}

.payment_card_field {
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    color: #126e51;
    font-weight: 900;
}

.card_num_field {
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    color: #126e51;
    font-weight: 400;
}

.expi_date {
    display: inline-table;
    width: 80px;
}

.field_divider {
    display: inline-table;
    width: 10px;
    text-align: center;
    font-size: 13px;
    color: #a59999;
}

.secu_code {
    display: inline-table;
    width: 100px;
}

.link12_blue {
    color: #3574bb;
    font-size: 12px;
}

.c_holder_name {
    display: inline-table;
    width: 175px;
}

.save_btn {
    background-color: #FEA422;
    font-size: 16px;
    color: #fff;
    padding: 6px 50px;
    border-radius: 21px;
    border: 4px solid #FEA422 !important;
}

.method_type_disabled {
    pointer-events: none;
    opacity: 0.3
}

.success_msg {
    padding: 10px 15px;
    border: 2px solid #126e51;
    margin-bottom: 15px;
}

.error_msg {
    padding: 10px 15px;
    border: 2px solid #ff1414;
    color: #ff1414;
    margin-bottom: 15px;
}

.c_check_agree {
    display: inline-table;
    width: 100%;
}

.cardtype_active {
    border: solid 2px #FFCB18 !important;
}

.cvcInfo {
    position: absolute;
    top: 50%;
    right: -10px;
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.iInfo {
    font-style: normal;
}

.withTooltip {
    position: relative;
    text-align: center;
}

.withTooltip.center .tooltip {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.withTooltip.topPos .tooltip {
    bottom: 100%;
    margin-bottom: 6px;
}

.withTooltip .tooltip {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    opacity: 1;
    position: absolute;
    z-index: 2;
    padding: 12px;
    min-width: 180px;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.phone_dropdown {
    -moz-appearance: none;
    background-image: url("../images/dd_arrow.png");
    background-position: right 5px center;
    background-repeat: no-repeat;
    font-family: 'open_sansregular', sans-serif;
    text-indent: 0.01px;
    text-overflow: "";
    width: 20%;
    border: 1px solid #ccc;
    padding: 1px;
    box-sizing: border-box;
    color: #fff;
    height: 40px;
    float: left;
    border-radius: 8px;
    padding: 8px;
}

.phone_field {
    width: 78%;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    color: #fff;
    height: 40px;
    float: right;
    border-radius: 8px;
    background: transparent;
}
.mob_field_1 {
    width: 48% !important;
    float: left;
}

.mob_field_2 {
    width: 48% !important;
    float: right !important;
}

.play-smart {
    width: 100%;
    margin-top: -3%;
    position: relative;
}

.step_2 {
    float: left;
    padding-left: 0;
    width: 28%;
}

.step_3 .ticket_text a {
    width: auto;
}

.bottom_btn {
    position: relative;
    z-index: 9999;
}

.num_ttl_margin_bottom {
    margin-bottom: 5px;
}

.owl_carousel_bg {
    background-position: center top;
    background-repeat: repeat-y;
}

.middle_scroller {
    box-sizing: border-box;
    min-height: 222px;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.wrap {
    margin: 0 auto;
    width: 1170px;
}

.teal_bg {
    background-color: #08c7c0;
}

.item_glow {
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.5) inset;
}

.itempart1 {
    box-sizing: border-box;
    float: left;
    padding: 6px 10px;
    position: relative;
    width: 100%;
}

.owl_item_hadd {
    float: left;
    margin-bottom: 5px;
    margin-top: 30px;
    width: 100%;
}

.item_title {
    color: #fff;
    display: inline-block;
    font-family: "open_sansextrabold";
    font-size: 20px;
    width: 100%;
}

.itempart2 {
    box-sizing: border-box;
    float: left;
    padding: 5px;
    width: 100%;
}

.carousel_time {
    float: left;
}

.carousel_time table {
    border-collapse: separate !important;
    border-spacing: 5px !important;
}

.carousel_time_part {
    background-image: url("../images/timersmall.jpg");
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.75);
    padding-bottom: 5px;
    padding-top: 5px;
    width: 40px;
}

.btn_right {
    float: right;
}

.bg1 {
    background-image: url("../images/bg1.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg2 {
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg3 {
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg4 {
    background-image: url("../images/bg4.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg5 {
    background-image: url("../images/bg5.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.lottery_logo {
    width: 100%;
}

.lottery_logo img {
    float: right;
    height: 45px;
    margin-right: 11px;
}

.lottery_content {
    color: #fff;
    float: left;
    font-size: 34px;
    text-align: center;
    width: 100%;
    line-height: 40px
}

.part3 {
    width: 100%;
    float: left;
    margin: 7px 0;
}

.part3_left {
    float: left;
    width: 48%;
    margin-top: 4px;
}

.part3_right {
    float: left;
    width: 50%;
}

.owl_a {
    background-color: #FEA422;
    border-radius: 4px;
    color: #fff;
    display: table;
    font-family: "open_sansbold";
    font-size: 18px;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #3E3E3E;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
    border: none;
}

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

.owl_a:hover {
    background-color: #58A223;
}

.btn_blue:hover {
    background-color: #28d53e;
}

.btn_sky:hover {
    background-color: #126e51;
}
.btn_wht_broder_transprent:hover {
    background-color: #FEA422;
}

.play_btn:hover {
    background-color: #126e51;
}

.lottery_content .o_ticket {
    width: 100%;
    float: left;
    font-size: 22px;
    font-family: 'open_sansbold', sans-serif;
    color: #ffffff;
}

.lottery_content .o_jackpot {
    width: 100%;
    float: left;
    font-family: 'open_sansbold', sans-serif;
    color: #fff;
}

/**/
.chat_main {
    background: whitesmoke none repeat scroll 0 0;
    bottom: 0px;
    position: fixed;
    right: 10px;
    /* z-index: 9999; */
    width: 230px;
}

.percent_off {
    color: #fff;
    background-color: green;
    border-radius: 4px;
    margin-top: 5px;
    padding: 2px;
    font-weight: 600;
}

.combo {
    color: red;
}

.package_lottery_image {
    width: 5%;
    display: block;
    float: left;
    padding: 5px;
}

.package_lottery_image img {
    width: 60px;
}

.package_lottery_name {
    width: 28%;
    display: block;
    float: left;
    padding: 5px;
}

.l_tickets_main {
    width: 25%;
    display: block;
    float: left;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.l_share_group {
    width: 15%;
    display: block;
    float: left;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.l_ticket_group {
    width: 20%;
    display: block;
    float: left;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.package_lottery_price {
    width: 32%;
    display: block;
    float: left;
    padding: 5px;
}

.l_name {
    font-size: 20px;
}

.l_type {
    font-size: 16px;
    color: #bdbdbd;
}

.l_price {
    font-size: 22px;
    padding-top: 10px;
}

.p_l_main {
    width: 96%;
    float: left;
    display: block;
    border-bottom: 1px solid #bdbdbd;
    margin-left: 22px;
}

.comman-b {
    display: inline-table
}

.margin-drawer {
    margin-bottom: 7px;
}

.drawer_details_icon img {
    width: 100px;
}

.payment-error {
    background-color: red !important;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.font_16_blk {
    font-size: 16px;
    color: black;
}

.float-none {
    float: none !important;
}

.home-package {
    display: table;
    border-radius: 4px;
    border-color: #bdbdbd;
    padding: 10px;
    border: 1px solid #bdbdbd;
    background-color: #ed1d24;
}

.home-package h2 {
    padding: 0;
}

.font_yellow {
    color: #ffdc41;
}

.font20_yellow {
    color: #ffdc41;
    font-size: 20px;
}

.font_16_white {
    color: #fff;
    font-size: 16px;
}

.font_16_white {
    color: #fff;
    font-size: 18px;
}

.package-ticket table th {
    background-color: #66B032;
    color: #fff;
    font-weight: 600;
}

.package-ticket {
    background-color: #ed1d24 !important;
    color: #fff !important;
}

.package_details {
    height: 75px;
}

.package-ticket:hover {
    background-color: none !important;
}

.package-playbtn:hover {
    /*background-color: #66B032 !important;*/
}

.package-ticket table td {
    color: #fff !important;
}

.table_border:nth-child(6) {
    border-bottom: none;
}

.get_free {
    background: whitesmoke none repeat scroll 0 0;
    top: 0;
    position: fixed;
    left: 33%;
    z-index: 1;
    width: auto;
    text-align: center;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}

.btn-get-free {
    width: 100%;
    /* background: linear-gradient(45deg, #232581 0%, #232581 5%, #232581 13%, #252adf 32%, #252adf 69%, #232581 94%, #232581 100%); */
    background: #126e51;
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.package_part {
    display: inline-block;
    width: 100%;
}

.package-main-col {
    padding: 10px;
    width: 291px;
    float: left;
}

.package-col {
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    /* border: 1px solid #bdbdbd; */
    /* background-image: url(../images/stars.png); */
    background-color: #126e51;
	/* background: linear-gradient(45deg, #232581 0%, #232581 5%, #232581 13%, #252adf 32%, #252adf 69%, #232581 94%, #232581 100%); */
    background: #126e51;
    text-align: center;
    -webkit-box-shadow: 0px 0px 18px -3px rgba(92,92,92,0.51);
    -moz-box-shadow: 0px 0px 18px -3px rgba(92,92,92,0.51);
    box-shadow: 0px 0px 18px -3px rgba(92,92,92,0.51);
    padding-top: 0;
}

.package-col-img {
    padding: 5px;
    height: 100px;
}

.package-col-img img {
    width: 100px;
}

.package-col-title {
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
}

.package-col-jackpot {
    padding: 5px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.package-col-details {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.package-playbtn {
    background-color: transparent;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 18px;
    /* text-shadow: 1px 1px 1px #3e3e3e; */
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    margin-top: 8px;
}

.p-detail_tickets {
    padding: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.p-detail_lottery {
    padding: 0 5px 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.p-detail_price {
    margin-top: 10px;
}

.p-price-total {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.p-price-disc {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-top: 4px;
}

.p-price-disc span {
    width: 100%;
    display: inline-block;
    font-size: 18px;
}

.p-detail_btn {
    padding: 5px;
    display: inline-table;
}

.social_share_main {
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.social_icon {
    width: auto;
    display: inline-table;
    padding: 5px;
    cursor: pointer;
}

/* date 15-10-2016 */
.game_part {
    display: block;
    /* border-radius: 4px; border-color: #bdbdbd; padding: 10px; border: 1px solid #bdbdbd; */
    width: 100%;
}

.game-main-col {

    float: left;
    margin: 0 2% 10px;
    width: 29%;
    /*width:302px;
	float:left;*/
    border: 1px solid #ed1d24;
    /*margin:15px 40px;*/
}

.game-img img {
    width: 100%;
}

.game_btn {
    padding: 10px;
    text-align: center;
    display: flex;
}

.game-name {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 5px;
}

.game-playbtn {
    color: #126e51;
    font-size: 18px;
}

.game-playbtn:hover {
    color: #FFCB18;
}

.game-description {
    font-size: 14px;
    padding: 5px 5px;
}

.header_deposite_btn_div {
    left: 40%;
}

.header_coupon_btn_div {
    left: 48%;
}

/* Make money home page */
.h_part_make_money {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.make_money_content {
    width: 50%;
    float: left;
    padding-left: 4px;
}

.h_make_money_btn {
    margin: 20px auto;
    width: auto;
    display: inline-block;
    text-align: left;
}

.make_money_content p {
    font-size: 16px;
    line-height: 24px;
}
.round_btn {
    display: block;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    padding: 6px 0px;
    /* text-shadow: 1px 1px 1px #3e3e3e; */
    /* float: right; */
    /* width: 100%; */
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    /* white-space: nowrap; */
    line-height: 1.42;
}
.round_btn_personal {
    color: #fff;
    border: 4px solid #126e51;
    background: var(--blue, #126e51);
}

.round_btn_group {
    color: #fff;
    border: 4px solid #126e51;
    background: var(--Green, #126e51);
}

.round_btn_yellow {
    color: #fff;
    /* border: 4px solid #ffffff; */
    background: #126e51;
    padding: 8px 12px;
}

.round_btn_theme {
    color: #fff;
    border: 4px solid #ffffff;
    background: #126e51;
}

.broder_theme4 {
    /* border: 4px solid #126e51  !important; */
}

.broder_yellow4 {
    border: 4px solid #FEA422 !important;
}

.border_radius21{
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
.text-center {
    text-align: center;
}

.mrg-bottom50 {
    margin-bottom: 50px;
}

.u_field_reg:hover,
.phone_dropdown:hover,
.phone_field:hover, {
    border: 1px solid #126e51
}
.slider{border-bottom:3px solid #126e51;}
.slider h2{color:#000 !important;font-family:'open_sansregular', sans-serif !important;}
.sep{border-top:3px solid #000;display:block;width:470px;float:none;margin:0 auto;margin-top:6px;margin-bottom:6px;}
.slider .h0 {
    font-size: 36px;
    line-height: 40px;
}
.slider .font_sbig{
	font-size: 60px;
    margin: 0px;
    line-height: 40px;
}
.lottery_timer-line {
    font-size: 16px;
    font-style: inherit;
    /* font-family: 'open_sansbold', sans-serif; */
    color: #fff;
    line-height: 20px;
}
.timer-clock-icon {
    color: #fff;
    font-size: 20px !important;
    position: relative;
    top: 2px;
    margin-right: 2px;
    font-weight: 400;
}
.width100 {
    width: 100%;
}
.margin-right0 {
    margin-right: 0 !important;
}
.border-dotted-white {
    border-bottom: 1px dotted #fff;
}
.lotteryresultslist ul li .ellipse_sky {
    border: 1px solid #fff;
    background: transparent;
}
.h_lottery_results .round_btn_yellow {
    background: transparent;
    border: 0;
}
.h_lottery_results .comingsoon {
    color: #fff;
    line-height: 44px;
}
.top_inner_banner_clock .lottery_timer-line {
    font-size: 22px;
}
.top_inner_banner_clock .timer-clock-icon {
    font-size: 26px !important;
}
.del-line {
    background: #126e51;
    border: 2px solid #126e51;
}
.step_3 .ticket_text table {
    width: 100%;
}
.step_3 .ticket_text table tr {
    border-bottom: 1px solid #126e51;
    font-size: 16px;
    color: var(--Dark-blue, var(--Dark-blue, #0D1D33));
}
.step_3 .ticket_text table tr:last-child{
    border: 0;
}
.step_3 .ticket_text table tr td{
    text-align: left;
    line-height: 35px;
}
.step_3 .ticket_text table tr td h4{
    margin-bottom: 8px;
}
.step_3 .ticket_text table tr .text-left{
    text-align: left;
}
.step_3 .ticket_text table tr .text-right{
    text-align: right;
}
.step_3 .ticket_text table tr .final_price{
    font-size: 24px;
    color: #126e51;
}
.step_3 .ticket_text table .font18_white_bold{
    font-size: 18px;
    font-family: 'open_sansbold', sans-serif;
    color: #0D1D33;
}

.step_3_group .ticket_text table {
    width: 100%;
    margin-bottom: 20px;
}
.step_3_group .ticket_text table tr {
    border-bottom: 1px solid #126e51;
    font-size: 16px;
    color: var(--Dark-blue, var(--Dark-blue, #0D1D33));
}
.step_3_group .ticket_text table tr:last-child{
    border: 0;
}
.step_3_group .ticket_text table tr td{
    text-align: left;
    line-height: 35px;
}
.step_3_group .ticket_text table tr td h4{
    margin-bottom: 8px;
}
.step_3_group .ticket_text table tr .text-left{
    text-align: left;
}
.step_3_group .ticket_text table tr .text-right{
    text-align: right;
}
.step_3_group .ticket_text table tr .final_price{
    font-size: 24px;
    color: #126e51;
}
.step_3_group .ticket_text table .font18_white_bold{
    font-size: 18px;
    font-family: 'open_sansbold', sans-serif;
    color: #0D1D33;
}
.step_3_group .group_proceed{
    width: 100%;
}
.step_2_group .tabmain {
    margin-top: 8px;
}
.top_inner_banner2_clock .lottery_timer-line {
    font-size: 22px;
}
.top_inner_banner2_clock .timer-clock-icon {
    font-size: 26px !important;
}
.result_right_lottery_detail_clock .lottery_timer-line {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.result_right_lottery_detail_clock .timer-clock-icon {
    color: #fff;
    font-size: 22px !important;
}

/* For instant play page */
#instant-play .step_2 {
    padding-right: 22px;
    width: 65%;
    border-right: 1px solid #c2c2c2;
}
#instant-play .step_3 {
    padding-left: 8px;
    /* border-left: 1px solid #c2c2c2; */
    width: 35%;
}
#instant-play .select_num_col {
    margin-bottom: 34px;
}
#instant-play .num_ttl h4 {
    font-weight: bold;
}
#instant-play .play-smart {
    margin-top: 2%;
}
#instant-play .num_ttl {
    width: 100%;
}
#instant-play .instant-lotteryresultslist {
    width: 100%;
    display: inline-block;
    padding-left: 18px;
    margin-top: 10px;
    height: 460px;
    overflow-y: auto;
    /* padding-right: 18px; */
}
.instant-lotteryresultslist ul {
    width: 100%;
}

.instant-lotteryresultslist ul li {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
}
.instant-lotteryresultslist ul li .hadding {
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
}
.instant-lotteryresultslist ul li .hadding .name {
    float: left;
}
.instant-lotteryresultslist ul li .hadding .date {
    float: right;
}
.instant-lotteryresultslist ul li .result {
    width: 100%;
}
.instant-lotteryresultslist ul li .result ul {
    width: 100%;
}

.instant-lotteryresultslist ul li .result ul li {
    float: left;
    width: 29px;
    margin-right: 5px;
}

#instant-play .getticket_main {
    width: 100%;
    /* display: table; */
    background-color: transparent;
    padding: 12px 12px;
    border-radius: 8px;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #D9E2E7;
}
#instant-play .step_2 .ticket_text {
    float: left;
    width: auto;
    text-align: center;
    padding-top: 0;
    /* padding-right: 5px;
    padding-left: 5px; */
    color: #fff;
    width: 66%;
}
#instant-play .step_2 .ticket_text table {
    width: 100%;
}
#instant-play .step_2 .ticket_text table tr {
    border-bottom: 1px solid #126e51;
    font-size: 16px;
    color: var(--Dark-blue, var(--Dark-blue, #fff));
}
#instant-play .step_2 .ticket_text table tr td {
    text-align: left;
    line-height: 35px;
}
#instant-play .step_2 .ticket_text table tr td h4 {
    margin-bottom: 8px;
}
#instant-play .step_2 .ticket_text2 {
    float: right;
    width: 30%;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
    margin-top: 30px;
}
#instant-play .ticket_text2 .proceed {
    width: 100%;
}

.instant_win_amount {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 4px;
    font-weight: 600;
    color: green;
}
.usermenu ul li a {
    color: #000 !important;
}
.top_user .ddmenu {
    display: contents;
}
.top_login {
    height: 44px;
}
.desk-float-right {
    float: right;
}

.all-page-top-inner-banner {
    padding-top: 6px;
    padding-bottom: 6px;
}

.all-page-top-inner-banner .top_inner_banner_txt h2 {
    line-height: 28px;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.all-page-top-inner-banner .top_inner_banner_txt h6 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.all-page-top-inner-banner .top_inner_banner_clock {
    margin-top: 6px;
}

.all-page-top-inner-banner .top_inner_banner_logo img {
    height: 50px;
    margin-top: 0px;
}