@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
.nice-header.small {
    z-index: 99;
    width: 100%;
}

.swiper-container {
    width: 100%;
    /*height: 250px;*/
    position: relative;
    top: -10%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    object-fit: cover;
    height: 380px;
}

.thumb>.cover-bg2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
    height: 110px;
}

.swiper-pagination-bullet {
    background: #fff!important;
}

.swiper-pagination-bullet {
    background: #fff!important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e23939!important;
}

section.content {
    /*position: relative;*/
    margin-top: -17%;
}

article .buttons a {
    width: auto!important;
}

.r25 {
    right: 25px!important;
}

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

.p-0 {
    padding: 0px!important;
}

.m-0 {
    margin: 0px!important;
}

.m-auto {
    margin: 0 auto;
}

.ml-30s {
    margin-left: 30%!important;
}

.mt-7 {
    margin-top: 7px!important;
}

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

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

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

.t-0 {
    top: 0!important;
}

.text-dark {
    color: #232332!important;
}

.text-white {
    color: #fff!important;
}

.text-scrello {
    /* color: #e23939!important; */
    color: #FF1A1A!important;
}

.text-small {
    font-size: 70%!important;
}

.text-big {
    font-size: 130%!important;
}

.text-green {
    color: #0bec00!important;
}

.text-gold {
    color: #de8800!important;
}

.float-right {
    float: right;
    color: #e23939!important;
}

.dis-inline {
    display: inline!important;
}

.bg-red-dark {
    background: #be3030!important;
}

.bg-reward-sample {
    width: 100%;
    height: 100px;
    background: #bbb;
    border: 1px solid #fff;
}

.button2 {
    min-height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 0px;
}

img.swal2-image {
    width: 53%;
}

.button2 {
    border: 0px;
    color: #ddd;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 40px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0 10px;
    margin: 0;
    height: 29px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    outline: 0;
}

.button2.active {
    background: #be3030;
    color: #ffaf02 !important;
    border-bottom: 3px solid #ffaf02;
}

.button2 {
    color: #fff !important;
}

.tabs .tab.active {
    padding: 15px !important;
}

.slidecontainer {
    background-color: #fff;
    margin-bottom: 60px;
    padding: 15px;
    border-radius: 10px;
}

.slidecontainer>h3 {
    margin-bottom: 0px;
}

.card.card-header-icon .card-header {
    max-height: 182px;
}

.user-stat.userCoinRW>h2>span>i {
    margin-top: 12px;
    margin-left: 0;
    /* margin-top: 10px; */
    margin-top: 14px;
    /* margin-bottom: 5px; */
    margin-bottom: -2px;
}

.user-stat.userCoinRW {
    background-color: #be3030;
    padding: 7px 15px;
    border-radius: 15px;
    margin-top: 18px;
}

.card.card-header-icon .card-content-inner {
    padding: 8px 15px 0;
}

.page-content .card {
    border-radius: 10px;
    overflow: hidden;
    max-height: 260px;
    margin-bottom: 25px !important;
    box-shadow: none !important;
}

.buttons-row .button2:first-child {
    border-radius: 0px;
}

.buttons-row .button2:first-child {
    border-radius: 0px;
    border-left: 0px;
}

.buttons-row .button2 {
    border-radius: 0;
    border-left-width: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.slidecontainer {
    width: 100%;
    /* margin-top: 10px; */
    margin-top: 22px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #ececec;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #be3030;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

section.range-slider {
    position: relative;
    width: 200px;
    height: 35px;
    text-align: center;
}

section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 200px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.fixpos1 {
    color: #000;
    margin-top: 0px;
    margin-left: 3px;
}

.fixpos2 {
    color: #000;
    margin-top: 0px;
    margin-left: 3px;
    float: right;
}

.fixbtn {
    background: #00bd0d;
    padding: 7px 25px;
    position: relative;
    top: -32px;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
}

.subnavbar {
    padding: 0px;
}

.user-stat h2 {
    color: #fff;
    font-size: 1.17em;
    margin: 2px 0 0 0;
    font-weight: normal;
}

.list-block-search .item-title, .label-radio .item-title {
    color: #000;
}

.bg-home {
    background-color: #f2f2f2!important;
}

.d-block {
    display: block;
}

i.icon.icon-back {
    color: #fff;
}

.button-edit {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    background: #ddd;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); */
}

[data-page="accordion"] .navbar {
    background: #e23939;
}

.button.button-purple {
    background: #9c27b0!important;
    color: #fff;
}

.button.button-purple:hover, .button.button-purple.active, .button.button-purple.active-state {
    background: #9c27b0;
    color: #fff;
}

.button.button-purple.button-fill {
    background: #9c27b0;
    color: #fff;
}

.button.button-purple.button-fill:hover, .button.button-purple.button-fill.active, .button.button-purple.button-fill.active-state {
    background: #9c27b0;
    color: #fff;
}

/*******   *******/

.white {
    background-color: #fff;
}

a.link {
    width: 100%;
}

.block {
    margin-top: 10px;
}

.block1 {   
    margin-top: -34px;
}

.swiper-container2, .swiper-container3 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0 !important;
}

.thumb>.cover-bg {
    width: 100%;
    overflow: hidden;
    height: 205px;
    border-radius: 10px;
}

.thumb>.cover-bgm {
    width: 100%;
    overflow: hidden;
    height: 360px;
    /* height: 230px; */
}

.cover-bgm, .cover-bg21 {
    background-size: cover;
    background-position: center;
}

.thumb>.cover-bg2 {
    width: 100%;
    overflow: hidden;
    height: 110px;
    border-radius: 11px 11px 0 0px;
}

.cover-bg, .cover-bg2 {
    background-size: cover;
    background-position: center;
}

.cover-bg02 {
    width: 100%;
    overflow: hidden;
    height: 180px;
    border-radius: 11px;
    background-position: center;
    background-size: cover;
}

.cover-bg022 {
    width: 100%;
    overflow: hidden;
    height: 180px;
    border-radius: 11px;
    background-position: center!important;
    background-size: cover!important;
}

.cover-bg01 {
    width: 100%;
    overflow: hidden;
    height: 153px;
    border-radius: 10px 10px 0px 0px;
    background-position: top;
    background-size: contain;
}

.cover-bg002 {
    width: 100%;
    overflow: hidden;
    height: 180px;
    border-radius: 10px 10px 0px 0px;
    background-position: center;
    background-size: cover;
}

/* .thumb-meta h4 {
    font-size: 16px;
    line-height: 1.2;
    margin: 12px 16px 0px;
    font-weight: 700;
    text-align: left;
    color: #191919;
} */

.thumb-meta h4 {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 10px 0px;
    font-weight: 700;
    text-align: left;
    color: #191919;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.thumb-meta h41 {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 10px 0px;
    font-weight: 700;
    text-align: left;
    color: #191919;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 14ch;
}

.thumb-meta h5 {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    vertical-align: baseline;
    border-radius: .25rem;
    margin: 0 0px 0 16px;
}

.thumb-meta h5.arc {
    padding: 4px 8px;
    /* background: #e91e63; */
    background: #FF1A1A;
    position: relative;
    top: -124px;
}

.thumb-meta ul {
    list-style: none;
    padding: 0px 16px;
    display: table-cell;
}

.thumb-meta ul li {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-bottom: 4px;
}

.the-play {
    display: none;
    /*hide button play*/
    position: absolute;
    top: 100%;
    padding: 10px;
    color: #aaa;
    font-size: 0.8em;
    border: 1px solid #ddd;
    width: 90%;
    background: white;
    font-weight: bold;
}

a.play {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

.bg-menu {
    opacity: 1;
    background: #E23939;
}

.cls-pos {
    /* position: relative!important;

    top: 5px!important;

    right: -5px!important; */
}

.cr-acc {
    background: #BE3030;
    height: 48px;
    margin-top: 5px;
    text-align: center
}

.cr-acc a {
    line-height: 3.5;
    color: #fff!important;
}

.navbar-f3 {
    /*position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    padding: 0 8px;*/
    border-bottom: 1px solid #f3f3f3;
    z-index: 500;
    background: #f3f3f3;
}

.list-block {
    font-size: 14px;
    margin: 0;
}

.list-block li {
    border-bottom: 1px solid #ef727f;
}

.list-block .item-inner:after {
    height: 0px;
}

.list-block .item-after {
    color: #fff;
    max-height: none;
}

.list-block .item-link .item-inner, .list-block .list-button .item-inner {
    background-image: none;
}

.menu-size ul {
    background: none;
    color: #fff;
}

.menu-size li {
    height: 60px;
    line-height: 3.5;
}

.form {
    color: #202020;
}

.title-up {
    color: #E13939;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

.form p {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 0;
}

.no-bdr, .no-bdr li {
    border: 0px!important;
}

.no-bdr .item-content {
    margin-top: 10px;
    /* min-height: 47px; */
    display: flex;
    background: #f8f8f8;
    border: 1px solid #ccc;
    /* border-radius: 6px; */
}

.no-bg ul {
    background: none;
}

.list-block .item-inner .item-input input, .list-block .item-inner .item-input select, .list-block .item-inner .item-input textarea {
    color: #aaa;
}

.button.button-scrello {
    color: #fff;
    background: #F16821;
    border-color: transparent;
}

.button.button-ren {
    color: #fff;
    background: #E1373C;
    /* background: linear-gradient(180deg, rgba(0,232,12,1) 0%, rgba(47,187,0,1) 100%); */
    border-color: transparent;
    font-size: 1rem;
    text-transform: capitalize;
}

.no-ripple {
    height: 55px;
    line-height: 3.4;
}

p.icons {
    font-size: 12px;
    text-transform: none;
    line-height: 1;
    color: white;
    text-align: right;
}

h3.name {
    font-size: 18px;
    font-weight: lighter;
    color: #202020;
    margin: 0;
}

.liner {
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #cccccc;
    line-height: 3;
}

.badge-coin {
    display: inline-block;
    min-width: 10px;
    /* color: #ef6c00; */
    color: #e23939;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    /* vertical-align: middle; */
}

.text-red {
    color: #E03939;
    font-weight: 700;
}

a.sign {
    text-align: center;
    margin: 0 auto;
    color: #E03939;
    border: 1px solid #E03939;
    /* border-bottom: 1px solid #F5C5C5; */
    padding: 15px 10px;
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
}

footer {
    text-align: center;
    color: #212121;
    font-size: 11px;
    margin-top: -20px;
    padding-bottom: 24px;
}

.basearch {
    width: 100%;
    min-height: 40px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 0px 12px;
    border-radius: 4px;
}

.searchbar {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    height: 40px!important;
}

.thumb {
    width: 100%;
}

.thumb-meta {
    background: white;
    position: absolute;
    bottom: 0;
    padding-top: 1px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
}

.coin-pos {
    position: absolute;
    top: -90%;
    color: white;
    left: 78%;
}

.coin-pos2 {
    position: absolute;
    top: -107%;
    color: white;
    left: 73%;
}

.pos-1 {
    top: 4%;
    left: 87%;
}

.pos-2 {
    top: -155%;
}

.pos-3 {
    top: -62%;
    left: 75%;
}

.coin-circle {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #fead34;
    text-align: center;
    background: #fff;
    line-height: 34px;
    padding: 3px;
}

.coin-gold {
    color: #fff;
    /* padding: 2px 11px; */
    padding: 0px 11px;
    background-color: #fead34;
    border-radius: 32px;
    text-align: center;
    float: left;
}

.thumb-meta h5.art {
    position: relative;
    /* top: -12px; */
    top: -95px;
    left: 0;
    padding: 2px 5px;
    /* background: #e91e63; */
    background: #FF1A1A;
}

.thumb-meta h5.art-all {
    position: relative;
    /* top: -12px; */
    top: -147px;
    left: 0;
    padding: 2px 5px;
    /* background: #e91e63; */
    background: #FF1A1A;
}

/* change 15-07-2019  */

.the-playon {
    /*padding: 7px;*/
    padding: 8px 16px 12px 16px;
    color: #aaa;
    font-size: 0.8em;
    border: none;
    border-radius: 0px 0px 6px 6px;
    background: white;
    margin-top: -4px;
    text-align: left;
    font-size: 14px;
}

.btn-share {
    line-height: 4;
    padding: 4px 10px;
    background: #dadada;
    color: #202020;
    font-size: 12px;
    border-radius: 4px;
}

.navbar, .toolbar {
    height: 56px;
}

.fixbtn2 {
    background: #00bd0d;
    padding: 4px 12px;
    position: relative;
    top: -5px;
    color: #fff!important;
    font-size: 12px;
    font-weight: 700;
    left: -5%;
}

.text-user {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-left: 10px;
    text-align: left;
}

.text-ticket {
    font-size: 12px;
    color: #202020;
    text-align: right;
    margin-right: 5px;
}

.wins th {
    color: #202020!important;
    font-size: 14px;
}

.thumb-meta ul.latestwin {
    list-style: none;
    padding: 2px 16px;
    text-align: left;
    /*min-height: 80px;*/
    display: block;
    margin: 0;
    display: block;
    margin: 0;
    overflow: hidden;
    height: 75px;
}

.thumb-usr {}

.thumb-usr ul li {
    padding: 2px 6px;
    background: #232332;
    color: white;
    border-radius: 4px;
    margin-right: 2px;
}

h5.arc2 {
    position: relative;
    /* top: -140px; */
    top: -160px;
    padding: 4px 8px;
    background: #FF1A1A;
}

h5.arc2 {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    vertical-align: baseline;
    border-radius: .25rem;
    margin: 0 0px 0 16px;
}

h5.arc22 {
    position: relative;
    top: -100px;
    padding: 4px 8px;
    /* background: #e91e63; */
    background: #FF1A1A;
}

h5.arc22 {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    vertical-align: baseline;
    border-radius: .25rem;
    margin: 0 0px 0 16px;
}

.h0 h4 {
    font-size: 14px;
    margin: 0 0 0 16px;
}

.h0 {
    position: inherit;
    margin-top: -7px;
    height: 56px;
    /* padding-bottom: 5px; */
}

.h00 {
    position: inherit;
    margin-top: -7px;
    height: 56px;
    padding-bottom: 5px;
}

.h01 {
    position: inherit;
    margin-top: -24px;
    height: 120px;
}

.h011 {
    position: inherit;
    margin-top: -30px;
    height: 113px;
}

.h205 {
    height: 205px;
}

.h244 {
    height: 244px;
}

.h230 {
    height: 230px;
}

.dsp-block {
    display: block!important;
}

/* ============= add by aryo     ================= */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-inbetween {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.pl-0 {
    padding-left: 0px!important;
}

.p-0 {
    padding: 0px!important;
}

.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.ml-1 {
    margin-left: 6px;
}

.ml-min1 {
    margin-left: -1px;
}

.mb-3 {
    margin-bottom: 1rem;
}

body {
    top: 0!important;
    /* force body always on top */
}

.swiper-wrapper.winnerListData {
    /* min-height: 190px!important; */
    min-height: 310px!important;
}

.swiper-wrapper.favdata {
    /* height: 204px!important; */
    height: 250px!important;
}

.swiper-wrapper.latestGame {
    /* height: 176px!important; */
    height: 230px!important;
}

.navbar-inner, .toolbar-inner {
    padding: 0 16px!important;
}

.navbar:before {
    display: none;
}

.swiper-slide {
    height: 250px;
}

.reward-index .swiper-slide {
    /* height: 206px; */
    height: 210px;
}

.gamedetail_swiper .swiper-slide {
    height: 435px;
}

.h380 {
    height: auto !important;
}

.text-see-all {
    color: #aaa;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.content-block {
    padding: 0px 16px!important;
}

.bullets-list {
    background-color: #e3e3e3;
    width: 18px;
    height: 18px;
    padding: 2px;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
    font-weight: bold;
    color: #fff;
    margin-right: 4px;
}

ul.latestwin li:nth-child(1) span {
    background-color: #fec925;
}

ul.latestwin li:nth-child(2) span {
    background-color: #d0d0d4;
}

ul.latestwin li:nth-child(3) span {
    background-color: #ee9147;
}

ul.latestwin li:nth-child(4) {
    display: none;
}

.photo-profile {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    border: 2px solid white;
    background-size: cover;
    background-position: center center;
    /* margin-left: 12px; */
    box-sizing: border-box;
}

.photo-profile.big {
    width: 120px;
    height: 120px;
    position: relative;
}

.photo-profile.small {
    /* width: 28px;
    height: 28px; */
    width: 38px;
    height: 38px;
    position: relative;
}

p.icons {
    line-height: 1;
}

span.header-username {
    font-size: 12px;
}

span.header-coins {
    font-weight: 700;
    font-size: 14px;
    color: #FEDB41;
}

.fa-coins {
    position: relative;
    width: 16px;
    height: 12px;
    padding-left: 3px;
    margin-top: 2px;
}

.fa-coins:before {
    content: ''!important;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: 1px;
    /* background-image: url(../img/icons/star.png); */
    background-image: url(../img/icons/coin_new3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar .left {
    /* margin-top: 4px; */
}

.card-desc1 {
    padding-top: 4px;
    text-align: left;
    max-width: 100%;
    height: 36px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9e9e9e;
    font-weight: normal;
    white-space: nowrap;
}

.card-desc {
    padding-top: 4px;
    text-align: left;
    max-width: 100%;
    height: 36px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9e9e9e;
    font-weight: normal;
}

.game-desc {
    margin-top: -30px;
    position: relative;
    height: 106px;
}

.game-desc1 {
    margin-top: -30px;
    position: relative;
    height: 86px;
    border-radius: 37px;
}

.game-all {
    margin-top: -12px;
    position: relative;
    height: 86px;
    border-radius: 37px;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #e23939;
}

.pr-0 {
    padding-right: 0px!important;
}

.list-block .item-title {
    font-weight: normal;
}

.swiper-button-next, .swiper-button-prev {
    background-size: 24px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow_right.png)!important;
    background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow_left.png)!important;
    background-repeat: no-repeat;
}

.text-capitalize {
    text-transform: capitalize;
}

.navbar.navbar-transparent {
    background: transparent!important;
}

.navbar-transparent .navbar-inner {
    background: transparent!important;
    border: none!important;
}

.navbar.navbar-transparent:after {
    display: none;
}

.title-up.profile {
    position: fixed;
    /* border: 1px solid red; */
    top: 0;
    background: #e23939;
    width: 100%;
    left: 0;
    padding: 16px;
    z-index: 500;
    color: #fff;
}

.sc-list .liner {
    font-weight: normal;
}

.pill-coin {
    background-color: #ffecb3;
    padding: 4px 10px;
    border-radius: 18px;
    border: 1px solid #ffd54f;
}

.sticky-button {
    position: fixed;
    width: 100%;
    border-radius: none;
    z-index: 900;
    bottom: 0;
    /* padding: 12px; */
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(30, 71, 127, 0) 100%);
}

.rounded-0 {
    border-radius: 0px!important;
}

.text-normal {
    font-weight: 500!important;
}

.text-grey {
    color: #333!important;
}

.user-coin-wrapper {
    padding: 8px 12px;
    /* padding: 20px 16px; */
    /* background-color: #fff; */
    /* background-color: #FF1A1A; */
    background-color: #ff1a1adb;
    border-radius: 10px;
    margin-top: 16px
    /* border: 1px solid #ddd; */
}
.user-coin-wrapper2 {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #aea5a5;
}

.user-coin-wrapper1 {
    background-color: #fff;
    border-radius: 10px;
    width: 92%;
    margin: auto;
    padding: 15px 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.button-rounded {
    border-radius: 16px;
}

.text-yellow {
    color: #fac70b;
    /* color: #e23939; */
}

.text-yellow-2 {
    color: #fc0;
}

.text-grey-2 {
    color: #dadada;
}

.section-winnerlist {
    padding: 20px 16px 24px 16px;
    /* background-color: #ffffff; */
}

.section-winnerlist-wrapper {
    /* background-color: #ffffff; */
    border: 1px solid #675c5c;
    padding: 12px;
    border-radius: 0px;
}

.dis-inline-block {
    display: inline-block;
}

.rounded-circle {
    border-radius: 50%;
}

.extra-space-100 {
    width: 100%;
    height: 50px;
    display: flex;
}

.button-orange {
    background-color: #F16821;
    border-radius: 24px;
    /* padding-top:8px; */
    /* height: 48px; */
    color: #fff;
    border-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 !important;
}

.playbodder {
    background-color: #fff;
    padding: 15px;
}

.button-text {
    border-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    color: #E03939;
}

.title-header {
    text-transform: capitalize;
}

.navbar .title {
    width: 100%;
}

.new-btn {
    display: block;
    position: absolute;
    width: 95px;
    border: 1px solid #000;
    padding: 7px;
    color: #fff;
    background-color: #e23939 !important;
    Border-color: #e23939 !important;
    border-radius: 50px;
    bottom: 36px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.liner-without-border {
    width: 100%;
    display: inline-flex;
    border-bottom: 0px solid #cccccc;
    line-height: 3;
}

.button-orange-left {
    background-color: #F16821;
    border-radius: 24px 0px 0px 24px;
    color: #fff;
    border-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 2px
}

.button-orange-right {
    background-color: #F16821;
    border-radius: 0px 24px 24px 0px;
    color: #fff;
    border-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 2px;
}

.button-orange-center {
    background-color: #F16821;
    border-radius: 12px;
    color: #fff;
    border-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    /* margin: 10px !important; */
    margin: -8px !important;
    left: 82px;
    /* top: -24px; */
}

@media (min-width: 600px) {
    section.content {
        margin-top: -10%;
    }
}

/* @media (max-width: 600px){
.sliding {
    text-align: center;
    position: relative;
    width: 100%;
    text-align: center;
    left: 27%;
}
}

@media (max-width: 630px){
    .sliding {
        text-align: center;
        position: relative;
        width: 100%;
        text-align: center;
        left: 27%;
    }
    }

@media (max-width: 520px){
.sliding {
    text-align: center;
    position: relative;
    width: 100%;
    text-align: center;
    left: 24%;
}
}
@media (max-width: 430px){
.sliding {
    text-align: center;
    position: relative;
    width: 100%;
    text-align: center;
    left: 18%;
}
}

@media (max-width: 380px){
    .sliding {
        text-align: center;
        position: relative;
        width: 100%;
        text-align: center;
        left: 6%;
    }
    } */

.swal2-container.swal2-shown {
    background-color: #fff !important;
    /* background-color: rgba(0,0,0,.4); */
}

.swiper-wrapper .square-box {
    width: 180px !important;
    height: 180px !important;
}

.mdi-menu:before {
    content: ''!important;
    width: 22px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 24px;
    background-image: url(../img/icons/menu.png);
    background-size: contain;
}

.fa-ticket-alt {
    content: ''!important;
    width: 18px;
    height: 10px;
    position: absolute;
    /* top: 60px; */
    right: 18px;
    background-image: url(../img/icons/discount.png);
    background-size: contain;
}

.ticket-icon {
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/discount.png);
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.rule-icon {
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/video.png);
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
}


.modify-padding {
    padding: 0px;
}

a.play-game-now {
    width: 100%;
    background-color: #F16821;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 5px 0;
    color: #fff;
    font-weight: normal;
}

p#gameDDecrip1 {
    margin: 1em 0;
}

footer {
    background-color: #e23939;
    padding-top: 15px;
    color: #fff;
}

footer p {
    color: #fff;
}

.social-link>a>img {
    width: 42px;
}

.social-link>a:first-child {
    margin-right: 12px;
}

.social-link>a {
    display: inline-block;
}

.fa-ticket-alt:before {
    display: none;
}

.marginLeft {
    /* margin-left: -20px; */
    margin-left: -14px;
}

.marginLeft1 {
    margin-left: -298px;
}

.margintop1 {
    margin-top: -91px;
}

.margintop10 {
    margin-top: -29px;
}

.swal-wide {
    background-color: #000;
}

.SwalBtn1 {
    border: 0 !important;
    border-radius: 4.25em !important;
    background: initial;
    background-color: #ff7819 !important;
    font-size: 1.0625em;
    height: 38px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff !important;
}

.SwalBtn2 {
    border: 1px solid #000 !important;
    border-radius: 4.25em !important;
    background: initial;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 1.0625em;
    height: 38px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.user-stat.userCoinRW>h2>span {
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}

.fa-correct {
    content: ''!important;
    width: 58px;
    height: 26px;
    position: absolute;
    right: -13px;
    background-image: url(../img/icons/correct.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs .tab {
    padding: 0 15px;
}

.step{
    /*width: 85%;*/
    width: 82%;
    height: fit-content;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    /*border-radius: 0.5rem;*/
    border-radius: 1.5rem;
    background: #FFFFFF;
}
.step-action{
    margin: 2em 0 1em;
    display: flex;
}
.popbtn-org{
    width: 50%;
    margin: 0 5px;
}
.popbtn-gray{
    width: 50%;
    margin: 0 5px;
}