@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    max-width: 600px;
    margin: auto;
    background: #202125 !important;
    font-family: 'Mulish', sans-serif !important;
}

.container {
    padding-right: 10 !important;
    padding-left: 10 !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

#load {
    width: 100vw;
    max-width: 600px;
    margin: 0 auto;
    height: 120vh;
    position: fixed;
    z-index: 9999;
    background: url("../img/loader.gif") no-repeat center center rgba(25, 25, 25, 1);
    background-size: 75%;
    margin-top: -20px !important;
}

@media only screen and (min-width: 600px) {
    #load {
        max-width: 600px !important;
    }
    div.container {
        max-width: 600px !important;
    }
    body {
        background: #eee;
    }
}

.padd { 
    padding: 0px;
}

.text-bold {
    font-weight: 700;
}

.custom-border {
    border: 2px solid #efefef;
    border-radius: 20px;
}

.custom-shadow {
    box-shadow: 0px 5px 10px 5px #e3cbe3;
}

input {
    outline: none;
}

.search {
    background: url(https://www.iconfinder.com/data/icons/hawcons/32/698956-icon-111-search-512.png);
    height: 40px;
    padding-left: 35px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgb(245, 245, 245)
}

.thumb-container {
    background: #282626;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    color: #2c2c2c;
    padding: 6px;
    margin: 3px;
}

.thumb-container p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumb-container-active {
    background: #3fd53f;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    color: #fff;
    padding: 6px;
}

.thumb-container-active>p {
    color: #fff
}

.thumb-container>img {
    border-radius: 5px;
}

.step-container {
    padding: 10px;
    width: 100%;
    background: #202125;
    margin-bottom: 10px;
}

.game-name {
    text-align: center;
    ;
    padding: 6px 0px;
    margin: 0px;
}

.auto-margin {
    margin: 4px;
}

.heading {
    font-weight: 700;
    margin-top: 10px;
}

.bottom-fixed-btn {
    background: #202125 !important;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    bottom: 0;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    max-width: 600px;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
}

.btn-bottom {
    align-items: center;
    /*background: #ededed;*/
    border-radius: 5px;
    /*color: #c7c7c7;*/
    display: flex;
    font-size: 1.25em !important;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    margin: 0 auto;
    text-transform: uppercase;
    width: 90%;
}

.btn-active {
    background: #3fd53f !important;
    color: #fff !important;
}

.thumb-icon {
    width: 54px;
    border-radius: 5px;
}

.thumb-icon-game-name {
    display: inline;
    flex-direction: column;
    margin-left: 12px;
    vertical-align: middle;
}

.game-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.again-select {
    float: right;
    margin-top: 15px;
}

.select-time-container {
    padding: 10px;
    width: 100%;
    background: #202125;
}

.step2 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
}

.step2-desc {
    color: #2c2c2c;
    font-size: 1.05em;
    font-weight: 500;
    padding: 5px;
}

.create-img {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.create-head>h3 {
    color: #2c2c2c;
    font-size: 1.8em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.create-btn {
    padding: 30px 15px;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}

.create-btn-text {
    align-items: center;
    background: #D06D9F;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.commission-text {
    align-items: center;
    color: #319d46;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.or-line {
    align-items: center;
    color: #e3e3e3;
    display: flex;
    font-size: 1.6em;
    font-weight: 600;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.join-tournament {
    color: #959595;
    font-size: 12px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 800
}

.alert-my-alert {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin: 10px 15px;
}

.alert-head {
    align-items: center;
    color: #319d46;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    justify-content: left;
    padding-left: 0px
}

.alert-desc {
    color: rgb(74, 183, 95);
    font-size: 14px;
    line-height: 18px;
}

.join-btn-container {
    align-items: center;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.join-btn-container {
    visibility: hidden;
}

.join-btn-text {
    font-size: 12px;
    padding: 0;
    padding-left: 10px;
    width: 75%;
}

.join-inner-btn {
    background: #ebefff;
    border: 1px solid #dbe1ff;
    border-radius: 5px;
    color: #252773;
    font-size: 14px;
    font-weight: 600;
    margin: 5px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700 !important;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 40px;
    background: rgb(245, 245, 245);
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgb(237, 237, 237);
}

#time~.custom-select.sources .custom-select-trigger {
    width: 130px !important;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    border-bottom: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
    border: 0px;
    box-shadow: 0px 8px 10px #d6d6d6;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid ##fff;
    border-left: 1px solid ##fff;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 36px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}

.open-timer {
    position: relative;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700 !important;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 40px;
    background: rgb(245, 245, 245);
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgb(237, 237, 237);
    text-align: left;
}

.open-timer:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    border-bottom: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.alert-my-alert {
    display: none;
}

.exact-hour {
    color: #3fd53f;
    padding-right: 3px;
}

.exact-minutes {
    color: rgb(44, 44, 44);
    padding-left: 3px;
}

.am-pm {
    font-size: 1.0em;
    padding-left: 8px;
}

.ftyks7z {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
    position: absolute;
    top: 15%;
    width: 100%;
    z-index: 2;
}

.f1mqr89k {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

.fh6ecoi {
    color: #2c2c2c;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.f1mdleym {
    align-items: center;
    color: #2c2c2c;
    display: flex;
    font-size: 2.2em;
    font-weight: 700;
    justify-content: center;
    width: 100%;
}

.f1k6gupq {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    padding: 5px 0;
    width: 100%;
}

.f12pdp9g {
    display: inline-block;
    padding: 3% 1%;
    position: relative;
    text-align: center;
    width: 23%;
}

.f12pdp9g-active>.f188ddnc {
    color: #fff !important;
    background: #3fd53f !important;
}

.f188ddnc {
    align-items: center;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    color: #c7c7c7;
    display: flex;
    font-size: 1.5em;
    font-weight: 600;
    justify-content: center;
    padding: 4px 0;
}

.fd2skst {
    font-size: 1.15em;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.f1u2s0am {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    color: #c7c7c7;
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px;
    padding: 8px 15px;
}

.f6lrqsn {
    background: #3fd53f;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px;
    padding: 8px 15px;
}

.fk875py {
    display: inline-block;
    padding: 3% 10%;
    position: relative;
    text-align: center;
    width: 49%;
}

.f188ddncc {
    align-items: center;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    color: #c7c7c7;
    display: flex;
    font-size: 1.5em;
    font-weight: 600;
    justify-content: center;
    padding: 4px 0;
}

.f12pdp9g-active>.f188ddncc {
    color: #252773 !important;
    background: #ffcc5b !important;
}

.fd3g1lt {
    align-items: center;
    background: #3fd53f;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 1.5em;
    font-weight: 600;
    justify-content: center;
    padding: 4px 0;
}

#timer-section {
    display: none;
}

.time-container {
    align-items: center;
    background: #202125;
    display: flex;
    height: 80px;
    margin-bottom: 5px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.countdown-container {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(1, 1, 1, 0.08);
    height: 100px;
    margin-bottom: 5px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.foruth-time {
    color: #959595;
    font-size: 1em;
    font-weight: 400;
    text-transform: Capitalize;
}

.foruth-now {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.inline-block {
    display: inline-block;
}

.takes-all {
    border: 0px;
    border-style: dashed;
    display: flex;
    padding-top: 20px;
    padding-left: 10px;
}

.price-devide {
    border: 0px;
    display: flex;
    padding: 20px 0;
    padding-left: 10px;
}

.takes-all-text {
    color: #c7c7c7;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    width: 70%;
}

.range {
    width: 90% !important;
    margin: auto;
}

.fqp4va8 {
    color: #3fd53f;
    font-size: 2.4em;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.f1dzlhs6 {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 14px;
    text-align: center;
    width: 100%;
}

.f15o6vtm {
    text-align: center;
    width: 100%;
}

.f1d4a11x,
.f1pd6hn7,
.fqyuqxd {
    align-items: center;
    animation: f1vdfiqo 0.2s;
    display: flex;
    height: 40px;
    padding-left: 25px;
    position: relative;
}

.f1mi6qxz {
    color: #2c2c2c;
    flex-grow: 6;
    font-size: 14px;
    font-weight: 600;
}

.f181luy4 {
    align-items: center;
    border-radius: 5px;
    color: #2c2c2c;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    width: 115px;
}

.fw2jcnz {
    width: 32px;
    padding: 0px 8px;
}

.f1lhk7ql {
    align-items: center;
    align-items: center;
    background: linear-gradient(to bottom, #202125, #202125) !important;
    box-shadow: 0 2px 5px 2px rgba(1, 1, 1, 0.4);
    display: flex;
    height: 60px;
    left: 0;
    margin: 0 auto;
    max-width: 600px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.f1py95a7 {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.f1iowekn {
    cursor: pointer;
    margin-left: 8px;
}

.header-padding {
    padding-top: 70px;
}

.share_code {
    border: 2px dotted #bbb;
    padding: 7px;
    width: 90%;
    margin: 0 auto;
    background: #efefef;
}

#timer {
    font-size: 1.5em;
    font-weight: 600;
}

.red-bg {
    background: linear-gradient(to bottom, #251b72, #3f27c3);
}

.main-rank {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 54px;
    font-weight: 600;
    font-family: sans-serif;
}

.best-score {
    color: #828dc5;
    text-align: center;
    font-weight: 700;
}

.block {
    display: block;
}

.your-rank {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.table-condensed>tbody>tr>td {
    padding: 10px;
}

.score {
    color: #3422a1;
    font-weight: 700;
}

.score>span {
    display: block;
    color: #afafaf;
    font-weight: 400;
}

.rank-lead {
    color: #fba55a;
    font-weight: 700;
}

.rank-lead>span {
    display: block;
    color: #afafaf;
    font-weight: 400;
}

.arrow-absolute {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.anch-white,
.anch-white:focus,
.anch-white:hover {
    color: #fff;
}

.back-arrow {
    width: 18px;
    margin-right: 20px;
    margin-top: -3px;
}

.relative {
    position: relative !important;
}

.nav-back {
    position: absolute;
    top: 10px;
    color: #fff;
    left: 0px;
}

.leader-board {
    position: absolute;
    top: 6px;
    color: #fff;
    right: 10px;
}

.leader-board a {
    color: #fff;
}

.img-border {
    max-width: 40px;
    background: linear-gradient(to bottom, #aab6b6, #748684);
    padding: 2px;
}

.text-center {
    text-align: center !important;
}

.modal {
    width: 80% !important;
    margin: 0 auto;
}

.bg-dark {
    background: #202125;
    color: #fff;
}

.close {
    opacity: 1 !important;
}

.disabled {
    background: #eae7e7;
    pointer-events: none !important;
}

.disabled-btn {
    pointer-events: none !important;
}

.lower-text {
    text-transform: lowercase !important;
}

.capital-text {
    text-transform: capitalize !important;
}

.upper-text {
    text-transform: uppercase !important;
}

.share-bg {
    background: url("../img/share-bg-2.jpg") no-repeat center center rgba(0, 0, 0, 0.25);
}

.copy-field {
    width: 90%;
    background: #efefef;
    color: #111;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    border: none;
    border-radius: 5px;
}

.custom-btn-danger {
    background: #fff;
    color: #FF5252;
    border: 1px solid #FF5252;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
}

.copy-btn {
    background: #fff;
    color: #FF5252;
    border: 1px solid #FF5252;
    padding: 10px;
    width: 60%;
    font-size: 1.2em;
    font-weight: 400;
}

.copy-btn:hover,
.copy-btn:focus {
    color: #FF5252;
}

.whatsapp-btn {
    background: #4FCE5D;
    color: #fff;
    border: 1px solid #4FCE5D;
    padding: 10px;
    border-radius: 50%;
    font-size: 1.2em;
    font-weight: 400;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
    color: #fff;
}

.messenger-btn {
    background: #0078FF;
    color: #fff;
    border: 1px solid #0078FF;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 400;
}

.messenger-btn:hover,
.messenger-btn:focus {
    color: #fff;
}

.copy-share-btn {
    background: #202125;
    color: #fff;
    border: 1px solid #202125;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 400;
}

.copy-share-btn:hover,
.copy-share-btn:focus {
    color: #fff;
}

.clock-time {
    margin-top: 7px;
}

.fdacjj2 {
    padding: 0 6px;
}

.fi2jvha {
    align-items: center;
    background: linear-gradient(to bottom, #202125, #202125);
    box-shadow: 0 2px 5px 2px rgba(1, 1, 1, 0.4);
    display: flex;
    height: 60px;
    left: 0;
    margin: 0 auto;
    max-width: 600px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.f1yjnwtq {
    margin-left: 5px;
    position: relative;
    width: 25px;
}

.f8oyaz6 {
    width: 65px;
}

.fc39scl {
    overflow: hidden;
    position: relative;
}

.fk87jrb {
    height: 100%;
    width: 100%;
}

.f306i2h {
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 600;
    padding-left: 15px;
}

.fod5rt6 {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
}

.fqp01bg {
    align-items: center;
    background-color: #2539A2;
    border: 1px solid #6B83D9;
    border-radius: 4px;
    display: flex;
    height: 35px;
    margin-right: 9px;
    width: 77px;
}

.ftw1wr0 {
    margin-left: 5px;
    width: 18px;
}

.foh645m {
    margin-left: 5px;
}

.f1bw7g3l {
    color: #B4C3FF;
    font-size: 11px;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.f1lwx3tj {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.fqp01bg {
    align-items: center;
    background-color: #000;
    border: 1px solid #444;
    border-radius: 4px;
    display: flex;
    height: 40px;
    margin-right: 9px;
    width: 100px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 3px 0px 8px 1px rgba(0, 0, 0, 0.4);
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.fykrs1m {
    background-color: #202125;
    background-position: center;
    background-size: cover;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.4);
    padding: 10px;
}

.f1g1xeuz {
    background: linear-gradient(to bottom, #202125, #202125);
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 0px;
}

.f108ghxs {
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fflrbt6 {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-grow: 1;
    padding: 10px;
    position: relative;
    padding-bottom: 20px;
}

.fmn8x67 {
    height: 34px;
}

.f1efquwu {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fddsvlq {
    align-items: center;
    display: flex;
}

.fn5go5s {
    width: 23px;
}

.fgtyo0p {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 800;
    padding-left: 8px;
}

.f1vou0gj {
    align-items: center;
    background-color: #6be446;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0px rgba(1, 1, 1, 0.2);
    color: #ffffff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: 120px;
}

.f1wvou2n {
    align-items: center;
    display: flex;
    margin: 10px 0;
    padding-top: 5px;
    position: relative;
}

.f1m7l5pe {
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 48px;
    overflow: hidden;
    width: 48px;
}

.f10r1kbh {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    line-height: 20px;
    margin-left: 15px;
}

.f1xyrefc {
    align-items: center;
    display: flex;
    flex-grow: 0;
    font-size: 1.4em;
    font-weight: 600;
}

.ftumkjx {
    align-items: center;
    display: flex;
    flex-grow: 1;
    font-size: 1.25em;
    font-weight: 500;
}

.f1o3noum {
    position: absolute;
    right: 10px;
    width: 20px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.fnzd1bo {
    align-items: center;
    background-color: #31bc77;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0px rgba(1, 1, 1, 0.2);
    color: #ffffff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: 75px;
}

.fi7ps36 {
    align-items: center;
    background-color: #252773;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0px rgba(1, 1, 1, 0.2);
    color: #ffffff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: 75px;
}

.side-menu>ul {
    list-style: none;
    padding-left: 20px;
}

.side-menu>ul>li>img {
    width: 18px;
    height: auto;
    vertical-align: middle;
}

.side-menu>ul>li,
.side-menu>ul>li>a {
    padding: 10px 0px
}

.side-menu>ul>li>a:hover {
    color: #2b2b2b !important;
}

.side-menu>ul>li>a:hover>span {
    color: #2b2b2b !important;
    font-weight: 600;
}

.side-menu>ul>li>span,
.side-menu>ul>li>a>span {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}

.f1h2vptk {
    width: 20px !important;
}

.active,
.active>span {
    color: #252773 !important;
    font-weight: 400 !important;
}

.text-white {
    color: #fff !important;
}

.footer-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.footer-dark {
    background: linear-gradient(to bottom, #202125, #202125);
    box-shadow: 0 2px 5px 2px rgba(1, 1, 1, 1);
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
}

.footer-dark-bkash {
    bottom: 50px !important;
}

.blink_me {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.f8oyaz6 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    margin-top: 25%;
}

.modal-bg {
    border-radius: 10px 10px 10px 10px;
    color: #fff
}

.modal-bg-success {
    background: linear-gradient(to right, rgb(19, 78, 94), rgb(113, 178, 128));
}

.modal-bg-error {
    background: linear-gradient(to right, rgb(203, 53, 107), rgb(189, 63, 50));
}

.modal-header {
    padding: 10px !important;
    border-bottom: none !important;
}

.modal-backdrop {
    opacity: 0.85 !important;
}

.modal-btn-dark {
    background: rgba(72, 254, 72, 0.85) !important;
    color: #fff;
    min-width: 45%;
    width: inherit;
    padding: 10px 20px;
    border-radius: 20px;
}

.text-dark {
    color: #2b2b2b;
}

@keyframes gradient {
    0% {
        background-position: -50% 0;
    }
    100% {
        background-position: 100%;
    }
}

button.anim2,
a.anim2,
.anim2 {
    -webkit-appearance: none;
    padding: 6px 10px;
    background: linear-gradient(to right, #cd78d5, #f34b6a);
    background-size: 500%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.anim2,
a.anim2 {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 5s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1000;
    -webkit-animation-iteration-count: in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.nav__link {
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50%;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    background-color: #eeeeee;
    font-size: 1.0em;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #ccc;
    color: #272674;
}

.nav__link--active,
.nav__link--active:hover {
    background: #8351e4;
    color: #fff !important;
    font-weight: 600;
}

.nav__icon {
    font-size: 18px;
}

.glider-contain {
    width: 100%;
    max-width: 95vw;
    margin: 0 auto;
}

.glider-slide {
    margin: 0px 20px;
}

.heading {
    padding: 30px 10px;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

span.head-desc {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #808080;
}

.row.thumbnails>div.col-xs-3 {
    padding: 0px;
    margin-bottom: 15px;
}

.theme-color {
    color: #48ff48 !important;
}

.theme-active-bg-row {
    background: #2a9d2a !important;
    color: #fff !important;
}

.theme-active-bg-row td:first-child {
    border-left: 4px solid #fff !important;
}

.theme-active-bg-row td:last-child {
    border-right: 4px solid #fff !important;
}

.thumbnails i {
    bottom: 8px;
    right: 8px;
    border: 1px solid #48ff48;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-left: 1px;
    line-height: 18px;
    font-size: 8px;
    color: #48ff48;
}

.thumb-img {
    width: 70px;
    height: 50px;
    border: 0.05em solid #3e3e3e;
    padding: 2px;
    border-radius: 10px !important;
}

.thumbnails h3 {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

#glider-2 {
    max-width: 95vw;
}

span.head-desc {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #808080;
}

.font15EM {
    font-size: 1.25em;
}

.custom-border-thin {
    border-bottom: 0.5px solid rgba(80, 84, 88, 0.48);
}

label {
    margin-bottom: 0 !important;
}

.modal-btn-dark-ads {
    background: #202125;
    color: #fff;
    min-width: 45%;
    width: inherit;
    padding: 10px 20px;
    border-radius: 20px;
}

.row {
    /*max-width:100vw !important;margin: 0 auto;*/
}

.slide-menu.glider.draggable {
    position: fixed;
    bottom: 0;
    background: #202123;
    z-index: 1;
    border-top: 1px solid #4a4a4a;
    padding: 10px 0px;
}

body {
    background: #202125 !important;
}

#timer {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.bg-leaderboard {
    padding: 15px 5px;
    border-radius: 20px 20px 0 0;
    background: #2b2b2b !important;
    color: #fff;
}

.bg-dark {
    padding: 15px 5px;
    background: #2b2b2b !important;
    color: #fff;
}

.bg-dark-2 {
    padding: 10px 5px;
    color: #fff;
    background: rgb(44, 43, 77);
    background: linear-gradient(242deg, rgba(44, 43, 77, 1) 0%, rgba(53, 56, 81, 1) 49%, rgba(44, 85, 134, 1) 100%);
}

.btn-outline-dark {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    background: #5c71db !important;
}

.btn-outline-dark:hover {
    background: #5c71db !important;
    border: 2px solid #5c71db;
    color: #fff;
    font-weight: 600;
}

.nav-tabs li {
    width: 50% !important;
    border-bottom: 0 !important;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.winner {
    max-width: 70%;
    height: auto;
    vertical-align: middle;
}

.leader-header {
    align-items: center;
    display: flex;
    height: 60px;
    left: 29%;
    max-width: 600px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.lederboard-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

span.second-position {
    display: block;
    background: #8d80b8;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
}

span.first-position {
    display: block;
    background: #a694c4;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

span.second-text {
    color: #fff;
    position: relative;
    top: 4px;
}

span.first-text {
    color: #fff;
    position: relative;
    top: 4px;
    font-size: 20px;
}

.modal_custom {
    margin-top: 17%;
}

span.second-position,
span.second-text {
    position: relative;
    top: 30px;
}

.leader-table {
    position: relative;
    top: -44px;
}

table.table.leaderboard-table td {
    border: 0;
    text-align: center;
    line-height: 3;
}

table.table.leaderboard-table {
    position: relative;
    width: 100%;
    left: 0;
}

table.table.leaderboard-table tr.selected-board td {
    color: #fff;
}

.header-center {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 80%;
    text-align: center;
}

.header-text {
    padding: 5px 0 5px 0 !important;
    color: #fff;
    background: linear-gradient(to right, #fa687e, #fdb165);
    border-radius: 0 15px;
}

.header-text-2 {
    padding: 5px 0 5px 0 !important;
    color: #fff;
    background: linear-gradient(to left, #2b2b2b, #000000);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #5a599d;
    color: #fff;
    border-radius: 0 !important;
}

.nav-item,
.nav-pills>li>a {
    border-radius: 0 !important;
    text-align: center !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.small-txt {
    color: #333;
    font-weight: 400 !important;
    padding-left: 5px;
}

#small-tournaments-slider img {
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

#small-tournaments-slider .slick-list {
    padding: 0 40% 0 0 !important;
}

#small-tournaments-slider .time-ticker {
    text-align: center;
    font-size: 1.15em;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background: rgba(72, 254, 72, 0.5);
    color: #efefef;
    position: relative;
    margin-top: 0;
    padding: 3px 0 3px 0;
}

#medium-tournaments-slider {
    text-align: center !important;
}

#medium-tournaments-slider img {
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

#medium-tournaments-slider .slick-list {
    padding: 0 10% 0 0 !important;
}

#medium-tournaments-slider .time-ticker {
    text-align: center;
    font-size: 1.05em;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background: rgba(72, 254, 72, 0.5);
    color: #efefef;
    position: relative;
    margin-top: 0;
    padding: 5px 0 5px 0;
}

#hero-tournaments-slider {
    position: relative;
}

#hero-tournaments-slider .slick-list {
    padding: 0 10% 0 0 !important;
}

#hero-tournaments-slider .lazy {
    border-radius: 10px !important;
    background-color: rgb(68, 68, 68);
    -moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.9);
    -webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.9);
    box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.9);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}

#hero-tournaments-slider .live-ticker {
    font-size: 1em;
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 5px !important;
    color: #fff !important;
    background: rgba(255, 87, 51, 0.75) !important;
    color: #efefef;
    position: fixed;
    top: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
    font-weight: 600;
}

#hero-tournaments-slider .time-ticker {
    text-align: center;
    font-size: 1em;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 5px !important;
    background: rgba(0, 0, 0, 0.75);
    color: #efefef;
    position: absolute;
    /*top: 0;*/
    padding: 2px 36px 4px 22px;
    right: 15px;
}

#hero-tournaments-slider .bottom-ticker {
    text-align: center;
    font-size: 1em;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background: rgba(0, 0, 0, 0.75);
    color: #efefef;
    position: fixed;
    width: 100%;
    margin: 5px auto;
    width: inherit;
    margin: 5px auto;
    bottom: -4px;
}

.btn-entry-fee {
    border: 1px solid #48ff48;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
}

.btn-outline-green,
.btn-outline-green:active,
.btn-outline-green:hover,
.btn-outline-green:focus {
    border: 1px solid #48ff48;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 5px;
    color: #48ff48;
    width: 30%;
}

.btn i {
    border: 1px solid #48ff48;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    padding-left: 1px;
    line-height: 15px;
    font-size: 5px;
    color: #48ff48;
}

.text-black {
    color: #2b2b2b !Important;
}

@media only screen and (min-width: 768px) {
    .modal-title {
        padding: 0;
    }
}

.small-tournaments-slider img {
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.small-tournaments-slider .slick-list {
    padding: 0 40% 0 0 !important;
}

.small-tournaments-slider .time-ticker {
    text-align: center;
    font-size: 1.15em;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background: rgba(72, 254, 72, 0.5);
    color: #efefef;
    position: relative;
    margin-top: 0;
    padding: 3px 0 3px 0;
}

.small-tournaments-slider .fee-ticker {
    text-align: center;
    font-size: 1.15em;
    border-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background: rgba(0, 0, 0, 0.8);
    color: #efefef;
    position: absolute;
    top: 0vmin;
    right: 0px;
    padding: 8px;
}

.btn-outline-green,
.btn-outline-green:active,
.btn-outline-green:hover,
.btn-outline-green:focus {
    border: 1px solid #48ff48;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 5px;
    color: #48ff48;
    width: 33%;
}

.btn i {
    border: 1px solid #48ff48;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    padding-left: 1px;
    line-height: 15px;
    font-size: 5px;
    color: #48ff48;
}

.non-clicked {
    pointer-events: none !important;
}

#custom-tournaments-slider {
    position: relative;
}

#custom-tournaments-slider .slick-list {
    padding: 0 0 0 0 !important;
}

#custom-tournaments-slider .lazy {
    border-radius: 10px !important;
    zoom: 1;
}

#custom-tournaments-slider .live-ticker {
    font-size: 1.05em;
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 5px !important;
    color: #fff !important;
    background: #FDBA5C !important;
    color: #ffffff;
    position: fixed;
    top: 0;
    padding: 3px 15px;
    font-weight: 400;
}

#custom-tournaments-slider .time-ticker {
    text-align: center;
    font-size: 1.05em;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 5px !important;
    background: #FF648C;
    color: #efefef;
    position: fixed;
    top: 0;
    right: 0;
    padding: 2px 20px 4px 20px;
}

#custom-tournaments-slider .bottom-ticker {
    text-align: center;
    font-size: 1em;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background: rgba(0, 0, 0, 0.75);
    color: #efefef;
    position: fixed;
    width: 100%;
    margin: 5px auto;
    width: inherit;
    margin: 5px auto;
    bottom: -4px;
}

.text-box-position2 {
    background: #fff;
    padding-bottom: 10px !important;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0px;
    display: inline-block;
    width: 90%;
}

.text-btn2 {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #FF648C;
    font-size: 16px;
    font-weight: 300;
}

.bottom-position {
    margin-top: 15px;
}

h5.text-with-line {
    overflow: hidden;
    text-align: center;
    color: #efefef;
}

h5.text-with-line:before,
h5.text-with-line:after {
    background-color: #efefef;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

h5.text-with-line:before {
    right: 0.5em;
    margin-left: -50%;
}

h5.text-with-line:after {
    left: 0.5em;
    margin-right: -50%;
}

.loginBtn--facebook {
    background-color: #3479ea;
}

.loginBtn--google {
    background: #de4a39;
    color: #fff;
}

.g-signin2 .abcRioButtonBlue {
    text-align: center !important;
    min-width: 40% !important;
    margin: 0 auto !important;
}

.abcRioButton,
.abcRioButtonBlue {
    height: 48px !important;
    width: 230px !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #2b2b2b !important;
}

.abcRioButtonContentWrapper {
    text-align: center !important;
}

.abcRioButtonContents {
    font-family: 'telenorregular' !important;
    font-weight: 600 !important;
    margin-left: 2px !important;
    float: left !important;
}

.loginBtn {
    min-width: 70%;
    position: relative;
    padding: 5px 10px 5px 10px;
    border: none;
    text-align: left;
    line-height: 36px;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    box-shadow: 0 -1px 0 #354C8C;
}

@media only screen and (min-width: 600px) {
    .loginBtn {
        min-width: 45%;
        text-align: center;
    }
}

.not_enough_players_tab {
    position: relative;
    top: 30px;
    font-size: 1.5em;
}

.fa-play {
    color: #333 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

a:focus {
    outline: 0 !important;
}

.strip-blue {
    background: #00adef;
    color: #fff;
    top: 5px !important;
    height: inherit;
}

.banner-bottom {
    display: block;
    text-align: center;
    border-radius: 0 0px 8px 8px;
    font-weight: 400;
    padding: 2px;
    position: fixed;
    bottom: 0;
    width: inherit;
}

.color-1 {
    background: #ff648c;
    color: #fff;
}

.color-2 {
    background: #FDBA5C;
    color: #fff;
}

.color-3 {
    background: #CCE6DB;
    color: #202125;
}

.modal-bg-primary {
    background: linear-gradient(to right, rgb(53 99 203), rgb(23 38 209 / 72%));
}

#hero-tournaments-slider .slick-list {
    padding: 0 0 0 0 !important;
}

@media only screen and (max-width: 600px) {
	#hero-tournaments-slider .time-ticker {
		top: -215px; 
	}
}



@media only screen and (min-width: 360px) {
    #hero-tournaments-slider .time-ticker {
        top: -200px;
        padding: 2px 18px 4px 20px;
    }
}

@media only screen and (min-width: 375px) {
    #hero-tournaments-slider .time-ticker {
        top: -207px;
        padding: 2px 20px 4px 22px;
    }
}

@media only screen and (min-width: 390px) {
    #hero-tournaments-slider .time-ticker {
        top: -215px;
        padding: 2px 20px 4px 22px;
    }
}

@media only screen and (min-width: 410px) {
    #hero-tournaments-slider .time-ticker {
        top: -230px;
        padding: 2px 20px 4px 22px;
    }
}
 
@media only screen and (min-width: 600px) {
    #hero-tournaments-slider .time-ticker {
        top: -265px;
        padding: 2px 20px 4px 22px;
    }
}

@media only screen and (min-width: 750px) {
    #hero-tournaments-slider .time-ticker {
        top: -332px;
        padding: 2px 20px 4px 22px;
    }
}

@media only screen and (min-width: 900px) {
    #hero-tournaments-slider .time-ticker {
        top: -332px;
        padding: 2px 20px 4px 22px;
    }
}

