:root {
    --bg-primary: #000000;
    --bg-secondary: #0a0a0a;
    --bg-card: #111111;
    --bg-gradient: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    --gold-primary: #F9DE76;
    --gold-light: #ffc857;
    --gold-dark: #d4880f;
    --gold-gradient: linear-gradient(135deg, #ffc857 0%, #f5a623 50%, #d4880f 100%);
    --text-primary: #ffffff;
    --text-secondary: #e8dfdf;
    --text-tertiary: #888888;
    --text-muted: #666666;
    --purple-accent: #6b4ce6;
    --purple-accent-light: #7472CF;
    --purple-glow: rgba(107, 76, 230, 0.3);
    --navbar-height: 80px;
    --container-max: 1200px;
    --container-padding: 20px;
    --font-family: 'Poppins', sans-serif;
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 20px;
}

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;
    font-family: var(--font-family) !important;
    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    line-height: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

* {
    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;
}
a:focus, a:hover {
    text-decoration: none !important;
}

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;
    position: relative;
    flex: 1;
    min-height: calc(100vh - var(--navbar-height));
    background-image: url(../images/background_dots.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    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: #08091d;
    font-size: 16px;
    padding: 1px 12px;
    text-transform: uppercase;
    color: #08091d;
}

.h_signin {
    background: transparent;
    border-radius: 8px;
    border: 2px solid var(--blue, #08091d);
    color: #08091d !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: #08091d;*/
}

.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: #08091d;
    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: #08091d;
    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 #08091d;
}

.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: #08091d;*/
    margin: 20px 0 10px;
    display: inline-block;
/*	background-color: #08091d;*/
}

.view_all a {
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    background: var(--blue, #08091d);;
    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: #08091d;
    /* 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: #08091d;
    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 #08091d;
}

.ellipse_sky {
    /* background-color: #08091d; */
    /* background-image: radial-gradient(circle at 144% 10%, #F9DE76 0%, #cf8629 13%, #d78828 25%, #d2963c 38%, #f3d580 50%, #fbf7b0 63%, #e3ba60 75%, #da9434 88%, #cb8a2e 100%); */
    background: radial-gradient(ellipse at 25% 75%, rgba(255,235,180,0.4) 0%, transparent 50%),        radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.15) 0%, transparent 40%),        linear-gradient(145deg, #4a2d08 0%, #59390b 15%, #D58828 35%, #fbecae 55%, #DAA520 75%, #8B6914 100%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0.9rem;
    color: var(--bg-primary);
    /* font-family: 'open_sansregular', sans-serif; */
    /* float: left; */
    /* text-align: center; */
    /* line-height: 34px; */
    /* border: 1px solid #7472cfad; */
    font-weight: 700;
    
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.2), inset -1px -1px 2px rgba(0,0,0,0.3), 0 2px 4px rgba(0,0,0,0.3);
}

.ellipse_green {
    background-color: #08091d;
    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 #08091d;
}

.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: #08091d;
    /* 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: #08091d;
    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: #08091d;
    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 #08091d;
    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: #08091d;
    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: #08091d; */
    background-color: transparent;
    padding: 10px 0;
    float: left;
    /* border-top: 2px solid #7472cfad; */
}

.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: #7472cf;
}

.footer_part2 {
    width: 100%;
    display: table;
    padding-top: 7px;
    /* background: linear-gradient(90deg, #093387 0%, #064CD8 100%);; */
    /* background: #08091d; */
    /* background: -moz-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d; */
    /* background: -webkit-gradient(left bottom, right top, color-stop(0%, #08091d), color-stop(5%, #08091d), color-stop(13%, #08091d), color-stop(32%, #08091d), color-stop(69%, #08091d), color-stop(94%, #08091d), color-stop(100%, #08091d)); */
    /* background: -webkit-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;
    background: -o-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;
    background: -ms-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;
    background: radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d; */
}

.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 #08091d;
    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: #08091d;
    font-size: 14px;
    /* font-family: 'open_sansbold', sans-serif; */
}

.btn_blue_dd {
    background-color: #08091d;
    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: #08091d;
}

.btn_sky_dd {
    background: #08091d;
    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: #08091d;
    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: #08091d !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: #08091d;
}

.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: #08091d;
    /* font-family: 'open_sansregular', sans-serif; */
}

.link16_sky:hover {
    color: #08091d;
}

.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: transparent;
    /* background: -moz-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d; */
    /* background: -webkit-gradient(left bottom, right top, color-stop(0%, #08091d), color-stop(5%, #08091d), color-stop(13%, #08091d), color-stop(32%, #08091d), color-stop(69%, #08091d), color-stop(94%, #08091d), color-stop(100%, #08091d)); */
    /* background: -webkit-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;
    background: -o-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;
    background: -ms-radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;
    background: radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d; */
    /* border-top: 1px solid #7472cfad; */
}

.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;
    display: flex;
    align-items: center;
    justify-content: end;
}

.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: auto;
}

.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: #08091d;
}

/**/
#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; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.select_num_col {
    /* width: 19%; */
    /* float: left;
    margin: 4px;
    box-sizing: border-box; */
    /* border: 1px solid #7472cfad; */
    border-radius: var(--border-radius-md);
    margin-bottom: 30px;
    margin-top: 8px;
}

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

    background: rgba(11,11,30,1);
    border-radius: var(--border-radius-md);
    padding: 20px;
    /* min-width: 184px; */
}
.user-lottery-order .select_num_col_part {
    padding: 6px;
    width: 180px;
}

.all_num_part {
    width: 100%;
    /* background-color: inherit; */
    /* float: left; */
    /* box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 8px;
    position: relative;
    padding: 10px 16px;
    padding-right: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; */
}

.select_num_col:hover {
    /* border-color: #fff; */
}

.select_num_col:hover .quickpic_part {
    /* border: 1px solid #fff; */
}

.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: #9a98ff;
    text-align: center;
    font-weight: normal; */
    margin-bottom: 5px;
    /* width: 87%;
    float: left;
    font-weight: 600; */

    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--purple-accent-light);
    text-align: center;
}

.box_txt:hover span {}

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

.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%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    margin-bottom: 15px;
}

.lt_numbers_wrapper span {
    /* background-color: #7472cfad;
    color: #08091d;
    float: left;
    text-align: center; */
    /* border: 1px solid #874e00; */
    /* font-family: 'open_sansbold', sans-serif; */
    /* font-size: 14px;
    margin: 0 3px 3px 0;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 24px;
    border-radius: 50%; */

    aspect-ratio: 1;
    width: 100%;
    max-width: 36px;
    border-radius: 50%;
    border: none;
    background: radial-gradient(ellipse at 25% 75%, rgba(255,235,180,0.4) 0%, transparent 50%), radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.15) 0%, transparent 40%), linear-gradient(145deg, #4a2d08 0%, #59390b 15%, #D58828 35%, #fbecae 55%, #DAA520 75%, #8B6914 100%);
    color: var(--bg-primary);
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.2), inset -1px -1px 2px rgba(0,0,0,0.3), 0 2px 4px rgba(0,0,0,0.3);
}

.lt_numbers_wrapper span.main_active {
    /* background: radial-gradient(circle at 144% 10%, #F9DE76 0%, #cf8629 13%, #d78828 25%, #d2963c 38%, #f3d580 50%, #fbf7b0 63%, #e3ba60 75%, #da9434 88%, #cb8a2e 100%); */
    /* background-color: #7472cfad; */
    /* color: #08091d;
    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; */
    /* border-color: #08091d;
    border: 1px solid #fff; */

    background: var(--purple-accent);
    color: var(--text-primary);
    box-shadow: 0 0 15px rgba(107, 76, 230, 0.5);
}

.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: radial-gradient(circle at 144% 10%, #F9DE76 0%, #cf8629 13%, #d78828 25%, #d2963c 38%, #f3d580 50%, #fbf7b0 63%, #e3ba60 75%, #da9434 88%, #cb8a2e 100%);
    background-color: #7472cfad;
    cursor: pointer;
    color: #08091d !important;
    border: solid 1px #fff; */

    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(249, 222, 118, 0.5);
}

.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: 0;
    /* width: 102.5%; */
}

.quickpic_part {
    background: rgba(11,11,30,1);
    /* background: radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;; */
    padding: 8px 18px;
    float: left;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 8px 8px 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: -30px;
}

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

.box_detail {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    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: #08091d;
    padding: 6px 15px;
    border-radius: 8px;
    margin-left: 5px;
    border: 1px solid #7472cfad;
}

.all_btn span {
    float: left;
}

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

.num_ttl h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--purple-accent-light);
    margin-bottom: 15px;
    text-align: center;
}

.num_bg {
    background-color: #08091d;
    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; */
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.c_rating {
    /* background-color: #7472cf; */
    /* border: 1px solid #b1b8b8; */
    /* display: inline-block;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 2px;
    position: relative;
    width: 70%;
    float: left;
    border-radius: 8px; */
    flex: 1;
    height: 30px;
    background: var(--purple-accent-light);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--purple-accent);
    border-radius: 20px;
    transition: width 0.3s ease;
}

.progress-text {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
    text-align: center;
}

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

.c_rating div {
    /* height: 14px;
    border-radius: 8px; */
}

.c_rating_counter {
    font-size: 1.1rem;
    color: var(--purple-accent-light);
    min-width: 35px;
}

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

.total_ball_amount {
    background-color: inherit;
    /* background: radial-gradient(49.19% 87.45% at 50% 100%, rgba(0, 182, 185, .5) 0%, rgba(0, 182, 185, 0) 100%), #08091d;; */
    /* box-sizing: content-box; */
    /* float: left; */
    /* padding: 2%; */
    width: 100%;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    text-align: center;
}

.total_ball_amount p {
    font-size: 14px;
    font-weight: bold;
    color: #F9DE76;
    /* font-family: 'open_sansregular', sans-serif; */
}

.select_num_col_part:hover .lt_numbers_wrapper span {
    /* color: #fff; */
}

.select_num_col_part:hover .lt_numbers_wrapper span.main_active {
    /* color: #08091d; */
}

.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; */
    /* color: #F9DE76;
    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: #08091d;
    /* 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, #08091d);;
}

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

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

.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: #08091d;
    font-size: 24px;
    font-weight: 800;
    /* font-family: 'open_sansregular', sans-serif; */
	border-radius: 21px;
}

.btn_blue_inner {
    background-color: #08091d;
    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: 2px solid #F9DE76;
    border-radius: 8px;
}

.btn_blue_inner:hover {
    background-color: #08091d;
}

.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: #08091d;
    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: #08091d; */
    background: radial-gradient(circle at 144% 10%, #F9DE76 0%, #cf8629 13%, #d78828 25%, #d2963c 38%, #f3d580 50%, #fbf7b0 63%, #e3ba60 75%, #da9434 88%, #cb8a2e 100%);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 16px;
    color: #08091d;
    /* font-family: 'open_sansregular', sans-serif; */
    text-align: center;
    display: inline-block;
    float: left;
    /* border: 1px solid #7472cfad; */
    font-weight: bold;
}

.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: #08091d;
    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: #08091d;
    /* 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: 1px solid #d9e3e757;
    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: #08091d !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: #08091d;
    margin: 0 auto;
    text-transform: uppercase;
    border: 4px solid #08091d;
}

.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: 34px;
    margin-right: 5px;
}

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

.price_table_hadd {
    width: 100%;
    float: left;
    background-color: #08091d;
    border: solid 1px #08091d;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: #F9DE76;
    border-radius: 8px;
    border: 0;
    color: #000;
}

.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: #08091d;
    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 #08091d;
}

.edit_btn {
    background-color: #08091d;
    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: 1px solid #7472cfad;
}

.play_lottery_btn {
    background-color: #08091d;
    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 #fff;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    /* 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 #08091d;
    border-radius: 4px;
    /* font-family: 'open_sansbold', sans-serif; */
    color: #08091d;
    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: #08091d;
    font-size: 14px;
    color: #fff;
    /* font-family: 'open_sansbold', sans-serif; */
    border-radius: 8px;
    padding: 6px 35px;
    border: 1px solid #7472cfad;
    /* 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: #08091d;
    border-radius: 8px;
    padding: 2px 15px;
    color: #fff;
    font-size: 16px;
    /* font-family: 'open_sansbold', sans-serif; */
    border: 1px solid #7472cfad;
}

.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: #7472cfad;
    /* font-family: 'open_sansbold', sans-serif; */
}

.paging_current {
    font-size: 14px;
    color: #fff;
    /* font-family: 'open_sansbold', sans-serif; */
}

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

.my_tickets table {
    width: 100%;
}

.my_tickets table tr {
    background: radial-gradient(49.19% 87.45% at 50% 100%, rgba(238, 177, 70, .5) 0%, rgba(238, 177, 70, 0) 100%), #08091d;
}

.my_tickets table th {
    width: 24%;
    /* background-color: #08091d; */
    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: 64px;
    color: #fff;
}

.my_tickets_detail table {
    width: 100%;
}

.my_tickets_detail:hover {
    /* background-color: #08091d;
    color: #fff; */
}

.my_tickets_detail table td {
    width: 24%;
    /* 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: 10px 0;
}

.ticket_detail {
    width: auto;
    margin: 8px auto;
    /* display: table; */
    max-width: 900px;
}

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

.font16_sky_reg {
    font-size: 16px;
    color: #08091d;
    /* font-family: 'open_sansregular', sans-serif; */
}

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

.ticket_draw_result .font16_sky_reg {
    color: #fff;
}

.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: 100%;
    /* margin: 8px auto;
    display: table;
    text-align: center; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.ticekt_selected_show .select_num_col {
    float: none;
    display: inline-block;
    margin-bottom: 8px;
}

.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 tr {
    background: radial-gradient(49.19% 87.45% at 50% 100%, rgba(238, 177, 70, .5) 0%, rgba(238, 177, 70, 0) 100%), #08091d;
}

.my_transactions table th {
    width: 17%;
    font-size: 16px;
    font-weight: normal;
    /* background-color: #08091d; */
}

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

.my_transactions_detail {
    width: 100%;
    float: left;
    height: 73px;
    /* line-height: 73px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.my_transactions_detail table {
    width: 100%;
}

.my_transactions_detail table {
    width: 100%;
}

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

.my_transactions_detail table td .box_info {
    float: right;
    position: absolute;
    bottom: 25px;
    right: 8px;
}

.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: #08091d;
}

.font_sky_bold {
    color: #08091d;
    /* 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 #08091d;
    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 #08091d;
    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 #08091d;
    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: inherit;
    font-size: 13px;
    /* font-family: 'open_sanssemibold', sans-serif; */
    /* position: absolute;
    bottom: 2px;
    left: 0; */
    width: 100px;
    border: 1px solid #7472cfad;
    border-radius: 8px;
    padding: 4px 12px;
    background: #08091d;
}

.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 #08091d;
    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 #08091d;
    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: #08091d;
    border: solid 1px #7472cfad;
    border-radius: 8px;
    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: #08091d;
}

.link_edit {
    font-size: 16px;
    color: #08091d;
    /* 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: #08091d;
}

.ch_currency li:hover {
    background-color: #08091d;
    color: #FFF;
}

.ch_currency_selected {
    background-color: #08091d;
    color: #FFF;
}

.ch_lang_selected {
    /* background-color: #000; */
    color: #08091d;
}

.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: #08091d;
    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: #08091d;
    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 #08091d;
    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: #08091d;
}
.btn_wht_broder_transprent:hover {
    background-color: #FEA422;
}

.play_btn:hover {
    background-color: #08091d;
    color: #fff;
}

.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: #08091d;
    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: #08091d;
	/* background: linear-gradient(45deg, #232581 0%, #232581 5%, #232581 13%, #252adf 32%, #252adf 69%, #232581 94%, #232581 100%); */
    background: #08091d;
    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: #08091d;
    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 #08091d;
    background: var(--blue, #08091d);
}

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

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

.round_btn_theme {
    color: #fff;
    border: 4px solid #ffffff;
    background: #08091d;
}

.broder_theme4 {
    /* border: 4px solid #08091d  !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 #08091d
}
.slider{border-bottom:3px solid #08091d;}
.slider h2{color:#000 !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;
    margin: 0;
}
.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: #08091d;
    border: 2px solid #08091d; */
}
.step_3 .ticket_text table {
    width: 100%;
}
.step_3 .ticket_text table tr {
    border-bottom: 1px solid #08091d;
    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: #08091d;
}
.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 #08091d;
    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: #08091d;
}
.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: 70%;
    /* border-right: 1px solid #7472cfad; */
}
#instant-play .step_3 {
    padding-left: 8px;
    /* border-left: 1px solid #c2c2c2; */
    width: 30%;
}
#instant-play .select_num_col {
    margin-bottom: 6px;
    position: relative;
}
#instant-play .num_ttl h4 {
    font-weight: bold;
}
#instant-play .num_ttl h4 b {
    color: #F9DE76;
}
#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;    
    position: relative;
    border-bottom: 0.1px solid #7472cf8a;
}

#append-lottery-result-5min > li{
    border-bottom: 1px solid #d9e3e757;
}

.instant-lotteryresultslist ul li .hadding {
    width: 100%;
    margin-bottom: 4px;
    overflow: hidden;
}
.instant-lotteryresultslist ul li .hadding .name {
    float: left;
    color: var(--text-tertiary);
}
.instant-lotteryresultslist ul li .hadding .date {
    float: right;
    color: var(--text-tertiary);;
}
.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: 36px;
    margin-right: 6px;
}

#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; */
    border: 0;
}
#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 #7472cfad;
    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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    /* float: right; */
    width: 30%;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}
#instant-play .ticket_text2 .proceed {
    width: 100%;
}

.instant_win_amount {
    font-size: 12px;
    /* position: absolute; */
    /* right: 0; */
    bottom: 4px;
    font-weight: 600;
    color: green;
    width: 100%;
    /* text-align: right; */
    display: flex;
    align-items: end;
    justify-content: end;
}
.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;
}
#forgot_pass_msg p {
    color: #000 !important;
}
.balance_info_banner {
    display: none;
}
.balance_info_banner .account_userpanel_right {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    margin: 0;
}

.ticekt_selected_show .lt_numbers_wrapper span:hover, .info-window .lt_numbers_wrapper span:hover {
    background-color: inherit !important;
}
.ticekt_selected_show .lt_numbers_wrapper span.main_active:hover, .info-window .lt_numbers_wrapper span.main_active:hover {
    background-color: #08091d !important;
}

.info-window-inner {
    background-color: #08091d; 
    border-top-right-radius: 8px;
}

.ticekt_selected_show .all_num_part, .user-lottery-order .all_num_part {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    /* background: radial-gradient(63.19% 52.45% at 50% 50%, rgb(6 97 108 / 16%) 0%, rgba(0, 182, 185, 0) 100%), #08091d; */
    overflow: hidden;
    background-image: url("../images/50rs-bg.png");
    background-size: cover;       /* Image will scale to cover whole screen */
    background-position: center;  /* Always center the image */
    background-repeat: no-repeat; /* Avoid repeating */
    background-attachment: fixed; /* Optional: parallax effect */
}
.orb1 {
    /* width: 400px;
    height: 400px;
    background: radial-gradient(circle, #00ff88, transparent);
    top: -200px;
    left: -200px;
    animation-duration: 25s; */
}
.floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: float 20s infinite ease-in-out;
    opacity: 0.3;
}
.orb2 {
    /* width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ff00ff, transparent);
    bottom: -150px;
    right: -150px;
    animation-duration: 30s;
    animation-delay: 5s; */
}
.orb3 {
    /* width: 350px;
    height: 350px;
    background: radial-gradient(circle, #00ccff, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 35s;
    animation-delay: 10s; */
}
.particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.particle {
    position: absolute;
    background: #fff;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    animation: particle-float 15s infinite linear;
    opacity: 0.5;
}
.prize-tiers {
    margin-top: 2rem;
    padding: 8px;
    background: linear-gradient(135deg, transparent, rgba(227, 186, 96, 0.8));
    border-radius: var(--border-radius-md);
}
.prize-tiers h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.prize-tier.jackpot {
    /* background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(0, 255, 136, 0.1));
    border-color: #ffd700;
    animation: jackpotPulse 2s infinite; */
    font-weight: bold;
}
.prize-tier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 1rem; */
    /* background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05)); */
    border-radius: 10px;
    margin-bottom: 0.2rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.prize-tier:hover {
    /* transform: translateX(5px); */
    /* border-color: #7472cfad;
    box-shadow: 0 0 20px rgba(6, 97, 108, 0.2); */
}
.matches {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.prize-tier.jackpot .matches {
    font-size: 1.4rem;
}
.match-indicator {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(11,11,30,1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    /* border: 1px solid #7472cfad; */
}
.prize-tier.jackpot .match-indicator {
    font-size: 1.4rem;
}
.prize-amount {
    font-size: 1.2rem;
    font-weight: bold;
    /* color: var(--gold); */
}
.prize-tier.jackpot .prize-amount {
    font-size: 1.6rem;
}

@keyframes particle-float {
    from {
        transform: translateY(100vh) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 0.5;
    }

    90% {
        opacity: 0.5;
    }

    to {
        transform: translateY(-100px) translateX(100px);
        opacity: 0;
    }
}

canvas.confetti {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hero-logo img {
    width: 280px;
    height: auto;
}
.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.youtube-icon {
    width: 48px;
    height: auto;
}
.live-text {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--text-primary);
}
.live-timer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.8rem;
    color: var(--text-primary);
}
.live-timer .timer-icon {
    width: 32px;
    height: 32px;
}
.live-timer .lottery_timer-line {
    font-size: 1.8rem;
    font-style: inherit;
    color: #fff;
    line-height: 0px;
}
.live-timer .timer-clock-icon {
    font-size: 1.8rem !important;
    top: 0 !important;
    margin-right: 0 !important;
}
.highlight-gold {
    color: var(--gold-dark);
    font-weight: 600;
}
.highlight-purple {
    color: var(--purple-accent-light);
    font-weight: 600;
}

/* =============================================
   HOW TO PLAY SECTION STYLES
   ============================================= */
.how-to-play {
    padding: 60px 0 80px;
}

.htp-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* Section Title Pill */
.section-title-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.how-to-play .section-title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
}

/* Only show branch under first How to Play section */
.how-to-play .section-title-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5px;
    height: 30px;
    background: linear-gradient(180deg, #E29C0D 0%, #F9DE76 46%, #E29C0D 96%);
    transform: translateX(-50%);
}

.section-title-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 700;
    padding: 32px 100px;
    background-image: url('../images/how_to_play_rectangle.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: var(--gold-primary);
}

/* Smaller Section Title Pill (for other sections) */
.section-title-pill-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 18px 50px;
    background-image: url('../images/how_to_play_rectangle.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: var(--gold-primary);
}

/* Steps Tree */
.steps-tree {
    position: relative;
    
    margin: 0 auto;
    padding: 20px 0;
}

/* Central Vertical Line (Tree Trunk) */
.tree-trunk {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #E29C0D 0%, #F9DE76 46%, #E29C0D 96%);
    transform: translateX(-50%);
    z-index: 1;
}

/* Step Node */
.step-node {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.step-node:last-child {
    margin-bottom: 0;
}

/* Left Step */
.step-node.step-left {
    justify-content: flex-start;
    padding-right: calc(50% + 80px);
}

.step-node.step-left .step-content {
    text-align: left;
    flex: 1;
}

.step-node.step-left .step-branch {
    display: flex;
    align-items: center;
    position: absolute;
    right: calc(50% - 1px);
    top: 18px;
}

/* Right Step */
.step-node.step-right {
    justify-content: flex-end;
    padding-left: calc(50% + 80px);
}

.step-node.step-right .step-content {
    text-align: left;
    flex: 1;
}

.step-node.step-right .step-branch {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(50% - 1px);
    top: 18px;
}

/* Step Content */
.step-content {
    max-width: 450px;
}

.step-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.step-highlight {
    color: var(--text-);
    font-weight: 700;
}

.step-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.step-node.step-left .step-list {
    align-items: flex-start;
}

.step-node.step-right .step-list {
    align-items: flex-start;
}

.step-list li {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    position: relative;
    padding-left: 16px;
}

.step-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--text-primary);
}

/* Branch Line */
.step-branch {
    display: flex;
    align-items: center;
    z-index: 2;
}

.branch-line {
    width: 70px;
    height: 5px;
    background: linear-gradient(90deg, #E29C0D 0%, #F9DE76 46%, #E29C0D 96%);
}

/* How to Play Responsive */
@media (max-width: 768px) {
    .how-to-play {
        padding: 40px 0 60px;
    }
    
    .section-title-wrapper::after {
        display: none;
    }
    
    .section-title-pill {
        font-size: 1.8rem;
        padding: 26px 60px;
    }
    
    .section-title-pill-sm {
        font-size: 2rem;
        padding: 14px 35px;
    }
    
    .steps-tree {
        padding-left: 20px;
    }
    
    .tree-trunk {
        left: 20px;
        transform: none;
    }
    
    .step-node.step-left,
    .step-node.step-right {
        padding-left: 90px;
        padding-right: 15px;
        justify-content: flex-start;
    }
    
    .step-node.step-left .step-content,
    .step-node.step-right .step-content {
        text-align: left;
        max-width: 100%;
    }
    
    .step-node.step-left .step-list,
    .step-node.step-right .step-list {
        align-items: flex-start;
    }
    
    .step-node.step-left .step-branch,
    .step-node.step-right .step-branch {
        left: 5px;
        right: auto;
    }
    
    .branch-line {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .section-title-pill {
        font-size: 1.5rem;
        padding: 22px 50px;
    }
    
    .section-title-pill-sm {
        font-size: 1.8rem;
        padding: 12px 28px;
    }
    
    .step-title {
        font-size: 1.5rem;
    }
    
    .step-list li {
        font-size: 0.95rem;
    }
    
    .step-node.step-left,
    .step-node.step-right {
        padding-left: 70px;
    }
    
    .branch-line {
        width: 60px;
    }
}

/* =============================================
   COMMON SECTION STYLES
   ============================================= */
.section-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.info-list li {
    font-size: 1.3rem;
    color: var(--text-secondary);
    font-weight: 100;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.info-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--gold-dark);
}

/* Simple Section Title (no rectangle) */
.section-title-simple {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--gold-primary);
    text-align: center;
    margin-bottom: 30px;
}

/* =============================================
   COMBINATION SECTION STYLES
   ============================================= */
.combination-section {
    padding-top: 60px;
}

.combination-content {
    
    margin: 0 auto;
}


/* =============================================
   FORMULA SECTION STYLES
   ============================================= */
.formula-section {
    padding: 60px 0;
}

.formula-content {
    
    margin: 0 auto;
    text-align: center;
}
.combination-formula-img-section{
    display: flex;
    align-items: center;
    gap: 32px;
}

.formula-image {
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block;
}

.formula-content .info-list {
    text-align: left;
    margin-top: 30px;
}

/* =============================================
   PRIZE SECTION STYLES
   ============================================= */
.prize-section {
    padding-bottom: 60px;
}

.prize-intro {
    text-align: center;
    font-size: 1.3rem;
    color: var(--text-secondary);
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.prize-table-wrapper {
    max-width: 600px;
    margin: 0 auto;
    overflow-x: auto;
}

.prize-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid var(--gold-dark);
}

.prize-table th,
.prize-table td {
    padding: 14px 30px;
    text-align: center;
    color: var(--text-primary);
    font-size: 1.1rem;
    border: 2px solid var(--gold-dark);
}

.prize-table th {
    font-weight: 700;
}

.prize-table td {
    font-weight: 400;
}

/* =============================================
   INSTRUCTIONS SECTION STYLES
   ============================================= */
.instructions-section {
    padding: 0px 0;
}

.instructions-content {
    
    margin: 0 auto;
}

.instruction-block {
    margin-bottom: 30px;
}

.instruction-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gold-primary);
    margin-bottom: 15px;
}

.highlight-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 25px 0;
    padding-bottom: 15px;
}

/* =============================================
   EXAMPLE SECTION STYLES
   ============================================= */
.example-section {
    padding: 60px 0;
}

.example-content {
    margin: 0 auto;
}

.example-text {
    font-size: 1.3rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.example-formula {
    max-width: 500px;
    margin: 40px auto;
}

/* =============================================
   DRAW EXAMPLE SECTION STYLES
   ============================================= */
.draw-example-section {
    padding-top: 10px;
}

.draw-content {
    
    margin: 0 auto;
}

/* =============================================
   TIPS SECTION STYLES
   ============================================= */
.tips-section {
    padding-top: 32px;
    padding-bottom: 60px;
}

.tips-content {
    margin: 16px auto;
    display: flex;
    flex-direction: column;
}

.tip-card {
    padding: 0px 30px;
}

.tip-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--gold-primary);
    margin-bottom: 4px;
}

/* =============================================
   NEW SECTIONS RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
    .combination-section,
    .formula-section,
    .prize-section,
    .instructions-section,
    .example-section,
    .draw-example-section,
    .tips-section {
        padding: 20px 0;
    }
    
    .info-list li {
        font-size: 1rem;
    }
    
    .formula-image {
        max-width: 280px;
    }
    
    .example-formula {
        max-width: 350px;
    }
    
    .prize-table th,
    .prize-table td {
        padding: 12px 16px;
        font-size: 1rem;
    }
    
    .instruction-title,
    .tip-title {
        font-size: 1.3rem;
    }
    
    .highlight-text {
        font-size: 1.1rem;
    }
    
    .example-text {
        font-size: 1rem;
    }
    
    .tip-card {
        padding: 20px;
    }
    
    .section-title-simple {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .section-title-pill {
        font-size: 1.3rem;
        padding: 20px 40px;
    }
    
    .info-list li {
        font-size: 0.95rem;
    }
    
    .formula-image {
        max-width: 220px;
    }
    
    .example-formula {
        max-width: 280px;
    }
    
    .prize-table th,
    .prize-table td {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .instruction-title,
    .tip-title {
        font-size: 1.1rem;
    }
    
    .highlight-text {
        font-size: 1rem;
        padding: 12px;
    }
    
    .example-text {
        font-size: 0.95rem;
    }
    
    .section-title-simple {
        font-size: 1.5rem;
    }
}
/* =============================================
   FOOTER STYLES
   ============================================= */
.footer {
    background: var(--bg-primary);
    padding: 40px 0 0;
    margin-top: auto;
    position: relative;
}

.footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #E29C0D 0%, #F9DE76 46%, #E29C0D 96%);
}

.footer-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Footer Brand */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo {
    display: flex;
    align-items: baseline;
    gap: 2px;
    width: 250px;
    height: auto;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-tagline {
    color: var(--gold-light);
    font-size: 1.3rem;
    line-height: 1.4;
}

/* Footer Links Wrapper */
.footer-links-wrapper {
    display: flex;
    gap: 60px;
}

/* Footer Sections */
.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-decoration: underline;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--text-tertiary);
    font-size: 0.9rem;
    transition: all var(--transition-fast);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--text-primary);
}

.social-icon {
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: opacity var(--transition-fast);
}

/* Footer Legal */
.footer-legal {
    display: flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-legal a {
    color: var(--text-tertiary);
    font-size: 0.8rem;
    transition: color var(--transition-fast);
  
}

.footer-legal a:hover {
    color: var(--text-primary);
}

/* Footer Bottom */
.footer-bottom {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}

.footer-bottom p {
    color: var(--text-tertiary);
    font-size: 0.75rem;
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

/* Tablet */
@media (max-width: 992px) {
    .footer-top {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .footer-links-wrapper {
        gap: 40px;
    }
    
    .footer-bottom {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    :root {
        --navbar-height: 70px;
    }
    
    .nav-links {
        display: none;
    }
    
    .btn-signup {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-menu {
        display: block;
    }
    
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }
    
    .footer-brand {
        align-items: center;
    }
    
    .footer-links-wrapper {
        justify-content: center;
        gap: 50px;
    }
    
    .footer-section {
        align-items: center;
        text-align: center;
    }
    
    .footer-links a {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    .footer-legal {
        justify-content: center;
        gap: 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .logo-50 {
        font-size: 1.5rem;
    }
    
    .logo-bet {
        font-size: 0.9rem;
    }
    
    .footer {
        padding: 30px 0 0;
    }
    
    .footer-logo {
        width: 180px;
    }
    
    .footer-tagline {
        font-size: 1rem;
    }
    
    .footer-links-wrapper {
        flex-direction: column;
        gap: 25px;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
    .live-indicator {
        flex-direction: column;
        gap: 2px;
    }
}

/* =============================================
   PAGE SECTIONS (FAQ, Privacy, Terms, etc.)
   ============================================= */
.page-section {
    padding: 60px 0;
}

.page-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.page-title-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.page-title {
    background-image: url('../images/how_to_play_rectangle.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 80px;
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold-primary);
    text-align: center;
    white-space: nowrap;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
}

.content-block {
    margin-bottom: 35px;
}

.content-title {
    font-size: 1.3rem;
    font-weight: 600;
    background: linear-gradient(90deg, #E29C0D 0%, #F9DE76 50%, #E29C0D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    display: inline-block;
}

.content-block p {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 10px;
}

.content-block strong {
    color: var(--text-primary);
}

.content-block .info-list {
    margin-top: 10px;
}

.page-intro {
    font-size: 1.8rem;
    color: var(--text-primary);
    margin-bottom: 30px;
    font-weight: 500;
}

.page-intro-secondary {
    font-size: 1.8rem;
    color: var(--text-secondary);
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 500;
}

.final-note {
    margin-top: 50px;
    text-align: center;
}

.final-note-title {
    font-size: 1.4rem;
    font-weight: 600;
    background: linear-gradient(90deg, #E29C0D 0%, #F9DE76 50%, #E29C0D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.final-note p {
    font-size: 1.5rem;
    color: var(--text-primary);
    line-height: 1.7;
    text-align: start;
}

.demo-infowindow .lt_numbers_wrapper {
    margin-bottom: 0;
}

/* Page Section Responsive */
@media (max-width: 768px) {
    .page-section {
        padding: 40px 0;
    }
    
    .page-title {
        font-size: 1.6rem;
        padding: 20px 50px;
    }
    
    .page-title-wrapper {
        margin-bottom: 35px;
    }
    
    .content-title {
        font-size: 1.15rem;
    }
    
    .content-block p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 1.3rem;
        padding: 18px 40px;
    }
}

/* =============================================
   UTILITY CLASSES
   ============================================= */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.text-gold {
    color: var(--gold-primary);
}

.text-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
    background: var(--bg-card);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--purple-accent);
}