/*@font-face {
    font-family: 'Mulish';
    src: url('../webfont/Futura Book font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/


 @font-face {
    font-family: 'telenorregular-slim';
	src: url('../fonts/Atom_Sans_Slim.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'telenorregular';
    src: url('../fonts/Atom_Sans_Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'telenorregular_bold';
    src: url('../fonts/Atom_Sans_Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'telenorregular_semi_bold';
    src: url('../fonts/Atom_Sans_DemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


body{
	max-width: 600px;
	margin: auto;
	background: #ffffff  !important;
	font-family: 'telenorregular', sans-serif !important;
	font-size:1.5em !important;
	font-weight:600;
}

p{ 
    font-family: 'telenorregular', sans-serif !important;
    font-size: 1.0em !important;
    font-weight: 600 !important;

}

.footer-txt{
	
	color: #202125  !important;
    font-size: 1.25em;
    font-weight: 600;
}

.container{
	padding-right: 0 !important;
   padding-left: 0 !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;
}


 /* 
#load{
	width:100vw;
	max-width:600px;
	margin:0 auto;
	height:120vh;
	position:fixed;
	z-index:9999;
	background:url(../img/loading-gamepad.gif) no-repeat center center rgb(245 245 245);
	background-size: 50%;
    margin-top: -100px !important;
}
*/



/*Responsive*/
@media only screen and (min-width: 600px)
{


#load{
	max-width: 600px !important;
} 

div.container
{
    max-width: 600px !important;
  /*  background: #fff;
    box-shadow: 0px 0px 10px #e2dbdb;  */
}
body
{
    background: #eee;
}
}
.padd
{
	padding:0px;
}

.text-bold{
	font-weight:400;
}

.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: #16488c;*/
    border-radius: 5px;
   /* box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);*/
    color: #2c2c2c;
    padding: 6px;
    margin: 3px;
}



.bg-thumb {
    background: #e0e0e1;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    color: #202125;
    padding: 6px;
    margin: 3px;
}



.thumb-container p
{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumb-container-active
{
	background: #0b2f5f;
    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:#ffffff; 
    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: #ffffff !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: 40px;
    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: #0b2f5f !important;
    color: #ffffff !important;
	font-weight:600 !important;
	font-size:1.5em !important;
}


/*Step2*/
.thumb-icon
{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 2px solid #0b2f5f ;
	padding:3px;
}
.thumb-icon-game-name
{
	    display: inline;
    flex-direction: column;
    margin-left: 12px;
    vertical-align: middle;
}
.game-name
{
	    color: #0b2f5f ;
    font-size: 14px;
    font-weight: 600;
}
.again-select
{
	float: right;
    margin-top: 15px;
}
.select-time-container
{
	 padding: 10px;
    width: 100%;
    background:#ffffff; 
}
.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%;
}
/*option*/
.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;
}
/*timer-2*/
.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;
}
/*end*/

#timer-section
{
	display: none;
}

/*Fourth*/
.time-container {
    align-items: center;
    background: #ffffff;
 
    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%;
}
/*Rank container*/
.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; 
}
 /*Header*/
 .f1lhk7ql {
    align-items: center;
    align-items: center;
    background: linear-gradient(to bottom,#fecb13,#fecb13) !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.5em;
    font-weight: 600;
    margin-left: 20px;
    text-transform: capitalize;
}
.f1iowekn {
    cursor: pointer;
    margin-left: 8px;
  
}
.header-padding
{
    padding-top: 70px;
}


/*  Share link css  */
.share_code {
  border: 2px dotted #bbb; 
  padding:7px;
  width: 90%;
  margin: 0 auto;
  background: #efefef;
 
}

#timer{
font-size:1.5em;	
font-weight:600;
}





/*LeaderBoard*/
.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;
}

/*Player-Page*/
.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%; 
  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;
}



/*SIDEBAR*/

.fdacjj2 {
    padding: 0 6px;
}
.fi2jvha {
    align-items: center;
	background: #0b2f5f;
	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: 55%;
}
.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: #0b2f5f;
    border: 1px solid #0b2f5f;
    border-radius: 4px;
    display: flex;
    height: 40px;
    margin-right: 9px;
    width: 100px;
}


/*Sidebar*/
.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;
}
/*Sidebar-inner*/
.fykrs1m {
  
    background-color: #0b2f5f;
    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,#0b2f5f,#0b2f5f);
    display: flex;
    flex-direction: inherit;
    padding: 10px;
    /*padding-top: 0px;*/
	height: 120px;
   
}
.f108ghxs {
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: inherit;
    width: 50%;
    height: 90px;
	margin-left: 5px;
}
.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: 1.25em;
    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: 2px solid #ffffff;
    border-radius: 50%;
    height: 48px;
    overflow: hidden;
    width: 48px;
	padding:2px;
}
.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: #0b2f5f;
    border-radius: 20px;
    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: inherit;
    padding: 10px;
}
.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,#0b2f5f,#0b2f5f); 
 
 
    box-shadow: 0 2px 5px 2px rgba(1,1,1,1);
    display: flex;
	position:fixed;
	bottom:10px ;
	width:92vw;
	max-width:600px;
	border-radius: 68px;
    margin: 0 1.0em !important;
}
.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%);
}


/*  **************************  For Modal Style  *********************   */
	.modal{
		margin-top: 25%;
	}
	.modal-bg{
		border-radius: 10px 10px 10px 10px;
		color:#fff		
	
	}
	
	.modal-bg-success{		
		background: linear-gradient(to bottom,#2449fb,#1229b3) !important;	 
	}
		
	.modal-bg-error{		
		/*background: linear-gradient(to right, rgb(203, 53, 107), rgb(189, 63, 50));	*/
		background: linear-gradient(to right, #f19f26, #fbb753);	
		
	}
        
        .modal-bg-warning{		
		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:#070925  !important;
		color:#ffffff !important;
		min-width:85%;
		width:inherit;
		
		border-radius:50px;
		font-size:1.25em !important;
		font-weight: 600 !important;
		padding:10px;
	}
        
        .modal-btn-confirm {
		background:#070925  !important;
		color:#ffffff !important;
		min-width:85%;
		width:inherit;
		
		border-radius:50px;
		font-size:1.25em !important;
		font-weight: 600 !important;
		padding:10px;
                margin-bottom: 10px;
	}
        
        .modal-btn-light {
		background:#fff  !important;
		color:#070925 !important;
		min-width:85%;
		width:inherit;
		
		border-radius:50px;
		font-size:1.25em !important;
		font-weight: 600 !important;
		padding:10px;
	}
        
	.text-dark{
		color:#2b2b2b;
	}


/*  For Sample Animation */


@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;
}


/*  For Global Leader board */
	

	.nav__link {
		text-transform: capitalize;
	
		font-family: 'telenorregular', 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;
	}
	

/*  For Glider extra  */
.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:#0b2f5f !important;
}


.theme-color-blue{
	color:#0b2f5f    !important;
}



.theme-font-extra-large{
	font-family: 'telenorregular_bold', sans-serif !important;
	font-size:3.0em !important;
	font-weight:900 !important;
}
 

.theme-font-large{
	font-family: 'telenorregular_bold', sans-serif !important;
	font-size:1.75em !important;
	font-weight:900 !important;
}


.theme-font-medium{
	font-family: 'telenorregular', sans-serif !important;
	font-size:1.50em !important;
	font-weight:900 !important;
}


.theme-font-medium-bold{
	font-family: 'telenorregular_semi_bold', sans-serif !important;
	font-size:1.50em !important;
	font-weight:900 !important;
}


.theme-font-small{
	font-family: 'telenorregular', sans-serif !important;
	font-size:1.20em !important;
	font-weight:600 !important;
}


.theme-font-small-bold{
	font-family: 'telenorregular_semi_bold', sans-serif !important;
	font-size:1.15em !important;
	font-weight:900 !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:98vw !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;
}


#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: #0b2f5f;
}
.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-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	 */
	border-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-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
	background:#0b2f5f;
	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:fixed;
	top:0;
	padding: 2px 32px 4px 22px;
}

#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 #fecb13;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 5px;
    color: #0b2f5f;
    width: 30%;
}
*/

.btn i{

    border: 1px solid #fecb13;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    padding-left: 1px;
    line-height: 15px;
    font-size: 5px;
    color: #0b2f5f;
   
}


.text-black {
    color: #202125 !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: #fecb13 !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: 100%;
}

.shape-1{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


.color-1 {
    background: #C2185B;
    color: #fff;
}
.color-2 {
    background: #7B1FA2;
    color: #fff;
}

.color-3 {
    background: #283593;
    color: #ffffff;
}

.color-4 {
    background: #1976D2;
    color: #ffffff;
}

.color-5 {
    background: #0097A7;
    color: #ffffff;
}

.color-6 {
    background: #689F38;
    color: #ffffff;
}

.color-7 {
    background: #F57C00;
    color: #ffffff;
}

.color-8{
    background: #F4511E;
    color: #ffffff;
}

.color-9 {
    background: #6D4C41;
    color: #ffffff;
}

.color-10 {
    background: #546E7A;
    color: #ffffff;
}

.img-shape-border{
	border: 5px solid #7b7b7b;
    border-radius: 15px;
}

.img-shape-color-1{
	border-color: #C2185B !important;
}
.img-shape-color-2 {
   border-color: #7B1FA2 !important;
}

.img-shape-color-3 {
    border-color: #283593 !important;
}

.img-shape-color-4 {
   border-color: #1976D2 !important;
}

.img-shape-color-5 {
    border-color: #0097A7 !important;
}

.img-shape-color-6 {
    border-color: #689F38 !important;
}

.img-shape-color-7 {
   border-color: #F57C00 !important;
}

.img-shape-color-8{
    border-color: #F4511E !important;
}

.img-shape-color-9 {
   border-color: #6D4C41 !important;
}

.img-shape-color-10 {
   border-color: #546E7A !important;
}

.theme-color-yellow {
    color: #fecb13 !important
}

.btn-theme{
	
	background: #0b2f5f  !important;
    color: #ffffff !important;
    border-radius: 20px !important;
	font-weight:600;
}



 .game-info {
    z-index: 2;
    margin-bottom: 25%;
}


.border-div{	
	background: #0b2f5f !important;
    height: inherit !important;
    border: 0.45em solid #0b2f5f !important;
    border-radius: 10px !important;
}


.border-div-large{	
	background: #fecb13 !important;
    height: inherit !important;
    max-height: 500px !important;
    border: 8px solid #fecb13 !important;
    border-radius: 10px !important;
}



.category-span{	
  background: #ffffff;
    color: #202125;
	padding:7px 15px;
	margin:0 auto;
	border-radius:20px;
   
}

.playbtn-span{	
	font-size: 1.5em;
    background: #fecb13 !important;
    color: #ffffff;
    padding: 1px 12px;
    padding-top: 5px;
    border-radius: 5px;
    margin-top: -30px;
    right: 0px;
    position: absolute;
}


.playbtn-span-blue{	
	font-size: 1.5em;
    background: #0b2f5f !important;
    color: #ffffff;
    padding: 1px 12px;
    padding-top: 5px;
    border-radius: 7px;
    margin-top: -40px;
    right: 0px;
    position: absolute;
}




.playbtn-span2{	
	font-size: 1.5em;
    background: #0b2f5f;
    color: #ffffff;
	padding: 1px 15px;
    padding-top: 7px; 
    border-radius: 10px;  
    margin-top: -75px;
    right: 5px;
    position: absolute;
	
}


.playbtn-category-span{	
	font-size: 2.5rem;
    background: #0b2f5f;
    color: #ffffff;
    padding: 1px 12px;
    padding-top: 5px;
    border-radius: 10px;
    margin-top: -75px;
    right: 0px;
    position: absolute;
}


.playbtn-tournament-span{	
	font-size: 2em;
    background: #00C8FF;
    color: #ffffff;
    padding: 1px 15px;   
	padding-top: 5px;
    border-radius: 10px;   
    margin-top: -65px;
    right: 0;
    position: absolute;
}


.playbtn-tournament-details-span{	
	font-size: 3em;
    background: #0b2f5f;
    color: #ffffff;    
    border-radius: 10px;   
	position: absolute;
    right: 40px;
	translate: 20% -74%;
    display: flex;
    padding: 15px 20px;
    align-items: center;
}


 .mask-shape {
        -webkit-mask-image: url("../img/mask-shape.png");
        mask-image: url("../img/mask-shape.png");
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;    
    }


 .mask-shape-new {
        -webkit-mask-image: url("../img/mask-shape.png");
        mask-image: url("../img/mask-shape.png");
        -webkit-mask-size: 100%;
        mask-size: 180% !important;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;    
    }


 .mask-shape-large {
        -webkit-mask-image: url("../img/mask-shape-large.png");
        mask-image: url("../img/mask-shape-large.png");
        -webkit-mask-size: 100%;
        mask-size: 180%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;    
    }


	.clipped-img{
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%) !important;
	
	}

	.clipped-img-more{
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%) !important;
	
	}


 .theme-img-border {
        border: 3px solid #0b2f5f;
		padding:3px;
		border-radius:50%;
		right
    }

.notify-icon > img{
	
	width:80% !important;
}

.redeem-img-sb{
	color: #ffffff;
    position: absolute;
    /* top: 50%; */
    left: 40%;
    /* transform: translate(-50%, -50%); */
    /* font-size: 1.5em; */
    bottom: -18px;
    background: #fea138;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.redeem-img-profile {
	color: #ffffff;
    position: absolute;
    /* top: 50%; */
    left: 40%;
    /* transform: translate(-50%, -50%); */
    /* font-size: 1.5em; */
    bottom: -18px;
    background: #fea138;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


#loadingDiv{
	width:100vw;
	max-width:600px;
	margin:0 auto;
	height:120vh;
	position:fixed;
	z-index:9999;
	background:rgba(25, 25, 25, 1);
	background-size:75%;
	margin-top: -20px !important;
	
}
#progressbar{
  height: 26px;
  position: absolute;
  left: 50%;
  top: 40%;
  width: 200px;
  background: #ffe748;
  border-radius: 30px;
  margin: -20px 0 0 -100px;
  padding: 0 !important;
  }

#loading{
  transition: all 500ms ease;
  height: 20px;
  width: calc(100% - 10px);
  border-radius: 10px;
  background: white;
  position: absolute;
  margin: 3px;
  display: inline-block;
  animation: load 5s ease infinite;
}
#loadtext{
  font-family: 'telenorregular', sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 1px;
  color:#ffffff;
}

@keyframes load{
  0%{
    width: 2%;
  }
  10%{
    width: 10%;
  }
}


.details-img {
    position: relative;
    z-index: 10;
}


.strip-yellow{
	 background: linear-gradient(to bottom, #f9c904, #f9c904);
    color: #202125;
    top: -6px !important;
	height:40px;
}

.strip-yellow-content{
	height:35px;
}
.strip-yellow-content::after{
	background-color: #f9c904;
    color: #fff;
	bottom: -2px;
    content: "";
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}



.strip-blue{
	background: linear-gradient(to bottom, #0b2f5f, #0b2f5f);
    color: #ffffff;
    top: -6px !important;
	height:40px;
}

.strip-blue-content{
	height:35px;
}
.strip-blue-content::after{
	background-color: #0b2f5f;
    color: #fff;
	bottom: -2px;
    content: "";
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}



.strip-premium{
	background: linear-gradient(to bottom, #283593, #283593);
    color: #ffffff;
    top: -6px !important;
	height:40px;
}

.strip-premium-content{
	height:35px;
}
.strip-premium-content::after{
	background-color: #283593;
    color: #fff;
	bottom: -2px;
    content: "";
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}



.img-profile-border{
	border:2px solid #ffffff;
	border-radius:50% !important;
	padding:3px;
	
}

b, strong {
    font-family: 'telenorregular_semi_bold' !important;
}