@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'commonsregular';
    src: url('fonts/commonsregular-webfont.eot');
    src: url('fonts/commonsregular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/commonsregular-webfont.woff') format('woff'), url('fonts/commonsregular-webfont.ttf') format('truetype'), url('fonts/commonsregular-webfont.svg#commonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
    text-decoration: none;
}
.navbar-default{
    background-color:#303030;
    box-shadow:0 1px 3px rgba(3,0,71,.09)
}

@media only screen and (max-width: 576px) {
  #img-home{ 
    display: none !important; 
  } 
}

@media only screen and (min-width: 576px) {
    .desktop-hide{
        display: none !important; 
    }
}

.clear{
clear:both;
}


/* Content */
#content{
padding:10px 0px;
/*
padding:0px 30px;
*/
}

.site_title{
color:#333333;
border-bottom:1px solid #e0e0e0;
font-size:22px;
padding:30px 50px;
margin-bottom:20px;
}
.site_content{
padding:0px;
}


.featured-ads{
margin:0px;
list-style:none;
padding:5px;
}
.featured-ads li{
color:#303030;
margin-bottom:5px;
}
.featured-ads li a{
color:#3978e1;
text-decoration:underline;
}
.featured-ads li span{
color:#eb8a05;
text-decoration:none;
font-size:10px;
}


#specialdescription{
padding:10px;
border:1px solid #dbdcdc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#f6f6f6;
}


/* Login/Logout process */
.progressbar{
border:1px solid #6898e8;
width:300px;
height:20px;
}
.progressbar div{
height:20px;
background:#6898e8;
width:3px;
}
.disabledclass{
filter:alpha(opacity=35);
opacity:.35;
}


/* PTSU */
.ptsu_content{
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom:5px;
border:1px solid #e1e8ff;
padding:5px;
background:#ffffff;
line-height:20px;
}
.ptsu_title{
color:#0000ff;
font-weight:bold;
text-decoration:underline;
}
.ptsu_descr{
color:#303030;
}
.ptsu_url{
color:#eb8a05;
font-size:10px;
}
.ptsu_reward{
color:#d9006c;
font-size:20px;
}

/* Boxes */
.error_box{
background:#fde2db url(images/erroricon.png) no-repeat scroll 10px 5px;
padding:8px;
padding-left:50px;
border:1px solid #fbc2b5;
margin-bottom:10px;
margin-top:5px;
color:#ce3a40;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.success_box{
background:#effae7 url(images/successicon.png) no-repeat scroll 10px 5px;
padding:8px;
padding-left:50px;
border:1px solid #c5eda7;
margin-bottom:10px;
margin-top:5px;
color:#41701b;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.info_box{
background:#e1f7fd url(images/infoicon.png) no-repeat scroll 10px 5px;
padding:8px;
padding-left:50px;
border:1px solid #a2e6f9;
margin-bottom:10px;
margin-top:5px;
color:#0d97bf;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* Misc */
.pointer{
cursor:pointer;
}
.padding5{
padding:5px;
}
.floatleft{
float:left;
}
.floatright{
float:right;
}

#preloader { background: url(/assets/images/loader.gif) no-repeat -9999px -9999px; }
.loader{
background:url(/assets/images/loader.gif) no-repeat scroll 50% 50%;
}

.corner-all{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.corner-bottom-left{
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
.corner-bottom{
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
.corner-top{
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}


/*======================== REFERRAL LIST ===========================*/
.widget-ref-option{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom:5px;
border:1px solid #dd3c10;
background:#fff4ea;
padding:5px;
margin-top:5px; text-align:center;
}
/*================ ERROR =================*/
.disabled {
    color: #000000!important;
    opacity: 0.5;
    background: #c7c5c5!important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.widget-content {
    margin-bottom: 15px;
}

.widget-title {
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #222;
}

.ad-content {
    height: 70px;
    font-size: 14px;
    padding: 2px 15px;
}

/*Forum*/
.frm-title{
border:1px solid #c2c2c2;
background:#e4e4e4;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
background: -moz-linear-gradient(top, #ffffff, #e4e4e4);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4');
color:#ffffff;
padding:10px 15px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color:#343b42;
font-weight:600;
font-size:16px;
}
.frm-content{
padding:5px;
background:#e7e7e7;
}
.forum-tblc{
border:1px solid #ebebeb;
}
.frm-tbl {
border:none;
border-collapse:collapse;
}
.frm-tbl td{
background:#FFFFFF;
padding:4px;
border-bottom:1px solid #f5f5f5;
}

.frm-title span{
font-size:12px;
}
.frm-title ul{
margin:0px;
list-style:none;
padding:0px;
font-size:12px;
padding:5px;
}
.frm-title ul li{
display:inline;
}
.frm-title ul li a{
color:#FFFFFF;
display:inline-block;
background:#919ba4;
text-shadow:0.1em 0.1em 0.1em #565d63;
padding-left:10px;
padding-right:10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.frm_title a{
color:#bd3513;
font-size:15px;
font-weight:bold;
}
.frm_title a:hover{
color:#343b42;
text-decoration:underline;
}
.frm_description{
color:#7d7d7d;
}

.frm_last_post{
padding-left:20px;
line-height:150%;
}
.frm_last_post a{
color:#bd3513;
}
.frm_last_post a:hover{
color:#343b42;
}
.frm_last_post span{
color:#a4a4a4;
}
.forum_shortlinks, .forum_shortlinks a{
color:#777777;
font-size:10px;
}

.forum_title{
font-family:helvetica,arial,sans-serif;
font-size:20px;
color:#323232;
}

.forum_signature{
border-top:1px solid #d5d5d5;
margin-top:5px;
padding:5px 0px;
color:#a4a4a4;
}
.topic_edited{
font-style:italic;
}

.forum-topiclist{
background:#ffffff;
}
.forum_username{
border:1px solid #fce6a6;
background:#fdf1c7;
color:#4c4c4c;
font-size:12px;
font-weight:bold;
padding:5px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.forum_post_date{
font-size:11px;
font-weight:normal;
}
.forum_usercolumn{
background:#fcfcfc;
border:1px solid #e4e4e4;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-right:10px;
}
.forum_topic_footer{
background:#fcfcfc;
border:1px solid #e4e4e4;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top:10px;
padding:5px;
text-align:right;
}
.forum_search{
padding-bottom:5px;
text-align:right;
}
.forum_top_bar{
float:left;
font-family:helvetica,arial,sans-serif;
font-size:11px;
}
.forum_top_bar ul{
margin:0px;
padding:0px;
list-style:none;
display:inline-block;
}
.forum_top_bar ul li{
display:inline-block;
margin-right:3px;
}
.forum_top_bar ul li a{
display:block;
color:#747474;
padding:0px 5px;
border:1px solid #d6d6d6;
background:#eaeaea;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin-bottom:2px;
}
.forum_top_bar ul li a:hover{
background:#f5f5f5;
}
.forum_top_bar ul li.current{
background:#5c5c5c;
color:#FFFFFF;
padding:0px 5px;
border:1px solid #434343;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin-bottom:2px;
}
.forum_top_bar ul li.pgbtn a{
font-weight:bold;
}

/* The slider */
.slider {
  position: absolute;
    cursor: pointer;
    margin-top: -15px;
    margin-left: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: all 0.4s ease 0s;
}

input:checked + .slider {
  background-color: #eb8a05;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

button[disabled], html input[disabled] {
    cursor: no-drop;
}

/* Rounded sliders */
.slider.round {
  border-radius: 100px;
    height: 20px;
    width: 46px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch input {
  display: none!important;
}

.alert a {
  color: #fff;
}

.alert a:hover {
  color: #fff;
  text-decoration: underline;
}

.titles {
    border-bottom: 2px solid black;
}

.dropbtn {
  background-color: #eb8a05;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropup {
  position: fixed;
  bottom: 100px;
  font-size: 30px;
  z-index: 10000;
}

.dropup-content {
  display: none;
  position: absolute;
  width: 60px;
  bottom: 60px;
  z-index: 1;
  font-size: 15px;
}

.dropup-content a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 60px;height: 60px;
  font-size: 30px;
  border-radius: 100px;
  text-align: center;
  background: #eb8a05;
  line-height: 60px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 4px #979999;
}

.dropup-content a:hover {
  background-color: none;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #eb8a05;
}

.left_radius {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.right_radius {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.feather {
    margin-top: -2px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.hide-after:after {
  display:none;
  margin:0;
  padding:0;
}

/*# NewVars.map */

.single-select {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 8px;
}

.single-select.active {
    position: relative;
    border-color: #333333;
    opacity: 0.5;
}

.single-select.dice {
    width: calc(100% / 6);
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single-select.dice {
        padding: 15px;
        width: calc(100% / 3);
    }
}

@media (max-width: 991px) {
    .single-select.dice {
        width: calc(100% / 6);
    }
}

@media (max-width: 575px) {
    .single-select.dice {
        width: calc(100% / 3);
    }
}

.single-select.pool {
    padding: 15px;
    width: calc(100% / 4);
}

@media (max-width: 991px) {
    .single-select.pool {
        width: calc(100% / 8);
    }
}

@media (max-width: 767px) {
    .single-select.pool {
        width: calc(100% / 4);
    }
}

.win-loss-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transform: scale(0.5);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.win-loss-popup.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.win-loss-popup__inner {
    width: 480px;
    max-width: 100%;
    text-align: center;
    background-color: #141414;
    border-radius: 8px;
    border: 3px solid #ffc107;
}

@media (max-width: 575px) {
    .win-loss-popup__inner {
        width: 300px;
    }
}

.win-loss-popup__header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.win-loss-popup__body {
    padding: 20px 30px;
}

.win-loss-popup__body .icon {
    font-size: 200px;
    line-height: 1;
    color: #ed1569;
    text-shadow: 0 5px 15px #ed1569;
}

.win-loss-popup__footer {
    padding: 20px 30px;
    border-top: 1px solid #ffc107;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-none-30 {
    margin-bottom: -30px;
}

.mb-none-50 {
    margin-bottom: -50px;
}

.mt-100 {
    margin-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-120 {
    padding-top: 120px;
}

/* game section css start */
.game-card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    background-color: #020C25;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.game-card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to bottom, #01162f00, #020c25de);
    background: linear-gradient(to bottom, #01162f00, #020c25de);
}

.game-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.feature-card__icon {
    width: 55px;
    font-size: 48px;
    line-height: 1;
    color: #E3BC3F;
    float: left;
}

.feature-card__content {
    width: calc(100% - 55px);
    padding-left: 20px;
    height: 48px;
}

.feature-card__title {
  height: 48px;
  line-height: 48px;
  margin-left: 48px;
  font-size: 30px;
  font-weight: bold;
}

.user__pre__wrapper {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    background: #202a39;
    border-radius: 5px;
    padding: 0px 10px 0 15px;
    height: 47px;
    margin-right: 20px;
    line-height: 45px;
    width: 100%;
    align-items: center;
}

.balance__wrapper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.t1t_currency {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.currency_symbol {
    background: #33b51b;
    padding-left: 2px;
    border-radius: 180px;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.select-language:after {
  display: none!important;
}

.h3_page_title {
    padding-bottom: 20px;font-family: 'bebas_neueregular';letter-spacing: 15px;
}
.h3_page_title_underline {
    height: 1px;width: 100%;margin: 10px auto 35px auto;background-image: linear-gradient(to right, transparent,#6c757d,transparent);
}

.currencies_home {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
    width: 100%;
    flex-wrap: wrap;
}

.currencies_home img {
    width: 50px;
}

.bg-transparent {
    background-color: transparent;
}