/* @font-face {
    font-family: 'telenorlight';
    src: url('../fonts/telenorlight-webfont.eot');
    src: url('../fonts/telenorlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telenorlight-webfont.woff') format('woff'),
         url('../fonts/telenorlight-webfont.ttf') format('truetype'),
         url('../fonts/telenorlight-webfont.svg#telenorlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'telenorregular';
    src: url('../fonts/telenor-webfont.eot');
    src: url('../fonts/telenor-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telenor-webfont.woff') format('woff'),
         url('../fonts/telenor-webfont.ttf') format('truetype'),
         url('../fonts/telenor-webfont.svg#telenorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'togetherregular';
    src: url('../fonts/together-webfont.eot');
    src: url('../fonts/together-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/together-webfont.woff') format('woff'),
         url('../fonts/together-webfont.ttf') format('truetype'),
         url('../fonts/together-webfont.svg#togetherregular') format('svg');
    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: 'telenor-medium';
    src: url('../fonts/Atom_Sans_Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}




body{
	max-width: 600px;
	margin: auto;
	background: #2c2e36  !important;
	font-family: 'telenorregular' !important;
}

a {
	text-decoration: none !important;
	cursor:pointer !important;
}
/*
#load{
	width:100vw;
	height:100vh;
	position:fixed;
	z-index:9999;
	background:url("../img/loader.gif") no-repeat center center rgba(255, 255, 255,1);
	
}
*/
#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(0, 0, 0,0.85);  */
	background:url("../img/loader.gif") no-repeat center center rgba(25, 25, 25, 1);
	background-size:75%;
	margin-top: -20px !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;
}

.text-bold-600{
	font-weight:600 !important;
}

.custom-border{
	border: 2px solid #efefef;
	border-radius:20px;
	
}
.custom-shadow{
   box-shadow: 0px 5px 10px 5px #e3cbe3;  
  
 /*
  box-shadow: 3px 3px 1px #e3cbe3;
  -webkit-box-shadow: 3px 3px 1px #e3cbe3;
  -moz-box-shadow: 3px 3px 1px #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: #2c2e36;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    color: #f9c904;
    padding: 6px;
    margin: 3px;
}
.thumb-container p
{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumb-container-active
{
	background: #f9c904 ;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.1);
    color: #2c2e36;
    padding: 6px;
}
.thumb-container-active > p
{
        color: #2c2e36;
}
.thumb-container > img
{
	border-radius: 5px;
}
.step-container
{
/*	box-shadow: 0px 2px 1px #e3dfdf;  */
    padding: 10px;
    width: 100%;
     background:#2c2e36;  
    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: #2c2e36;
    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: #f9c904;
    border-radius: 5px;
    color: #2c2e36;
    display: flex;
    font-size: 1.25em;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    margin: 0 auto;
    text-transform: uppercase;
    width: 90%;
}

.btn-active{
	background: #f9c904  !important;
   color: #2c2e36 !important;
}


/*Step2*/
.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:#f9c904;
    font-size: 0.90em;
    font-weight: 400;
}
.again-select
{
	float: right;
    margin-top: 15px;
}
.select-time-container
{
	/* box-shadow: 0px 2px 1px #e3dfdf;  */
    padding: 10px;
    width: 100%;
    background:#2c2e36;  
}
.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: linear-gradient(to right,#fa687e,#fdb165);  */
   
 /*  background:linear-gradient(to right,#5505d8, #f34b6a);  */

/* background:linear-gradient(to right,#cd78d5, #f34b6a);   */


background: #D06D9F;
/*background: -webkit-linear-gradient(bottom right, #D06D9F, #8D589E);
background: -moz-linear-gradient(bottom right, #D06D9F, #8D589E);
background: linear-gradient(to top left, #D06D9F, #8D589E); */
 
   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;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
  .custom-select-trigger {
      position: relative;
    display: block;
    width: 40vw;
    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;
  }*/
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    /* transform: translateY(0); */
    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 #b5b5b5;
      border-left: 1px solid #b5b5b5;*/
      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;
      /*border-bottom: 1px solid #b5b5b5;*/
      font-size: 14px;
      font-weight: 600;
      color: #b5b5b5;
      /*line-height: 47px;*/
      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: 40vw;
    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: #FF4D6D ; padding-right: 3px;
}
.exact-minutes
{
	color: rgb(44, 44, 44); padding-left: 3px;
}
.am-pm
{
	font-size: 1.0em; padding-left: 8px;
}
/*option end*/
/*timer-1*/
.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;
    /*padding: 10px 0;*/
    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: 24%; */
    width: 23%;
}
.f12pdp9g-active > .f188ddnc
{
	color: #fff !important;
	background: #FF4D6D  !important;
}
.f188ddnc {
    align-items: center;
    background: #fff;
    border: 1px solid #c7c7c7;  
    border-radius: 6px;
    color: #c7c7c7;
    display: flex;
  /*  font-size: 2.1em;  */
    font-size: 1.5em;
    font-weight: 600;
    justify-content: center;
    padding: 4px 0;
  /*  background: rgb(222, 220, 220);  */

}
.fd2skst {
   /* background: #252773;
    border-radius: 6px;
    color: #fff;  */
    font-size: 1.15em;
    font-weight: 600;
    margin: 0 auto;
 /*   margin-top: 15px;
    max-width: 90%;
    padding: 10px 0;  */
    text-align: center;
  /*  text-transform: uppercase;
	letter-spacing: 2px;  */
}

.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: #FF4D6D ;
    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: 2.1em;  */
    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: #FF4D6D ;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: flex;
   /* font-size: 2.1em; */
    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: #2c2e36;
 /*   border-bottom: 1px solid rgba(1,1,1,0.08);   */
    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;
   /* border-bottom: 2px solid #f5f5f5;
    border-style: dashed;  */
    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: #f9c904;
    font-size: 2.4em;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.f1dzlhs6 {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 700;
    /*padding: 5px 0;*/
    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;
 /*   position: absolute;
    right: 15px;  */
    width: 115px;
}
.fw2jcnz {
    width: 32px;
    padding:0px 8px; 
}
 /*Header*/
 .f1lhk7ql {
    align-items: center;
   align-items: center;
	/* background:  linear-gradient(to bottom,#00AAFF,#00AAFF); */
/* 	background: linear-gradient(to bottom,#2449fb,#2449fb); */
	background: linear-gradient(to bottom,#2c2e36,#2c2e36);
	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 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: 'telenorregular' !important;
}
.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: 13px;
    border-radius: 50%;
    font-size: 1.25em;
    font-weight: 400;
    width: 64px;
    height: 64px;
	
}

.whatsapp-btn:hover, .whatsapp-btn:focus{
	color:#fff;
}

.messenger-btn{
	background: #0078FF; 
	color:#fff;
	border:1px solid #0078FF;
	padding: 13px;
    border-radius: 50%;
    font-size: 1.25em;
    font-weight: 400;
    width: 64px;
    height: 64px;
}

.messenger-btn:hover, .messenger-btn:focus{
	color:#fff;
}

.copy-share-btn{
	background: #202125; 
	color:#fff;
	border:1px solid #202125;
	    padding: 13px;
    border-radius: 50%;
    font-size: 1.25em;
    font-weight: 400;
    width: 64px;
    height: 64px;
}

.copy-share-btn:hover, .copy-share-btn:focus{
	color:#fff;
}

.clock-time{
	margin-top:7px;
}



/*SIDEBAR*/

.fdacjj2 {
   padding: 21px 6px 0 3px;
}

@media only screen and (min-width: 600px)
{
	.fdacjj2 {
		padding: 15px 6px 0 3px !important;
		max-width: 32px !important;
		margin-right: 20px;
	}
	
}


.fi2jvha {
    align-items: center;
	/* background: linear-gradient(to bottom,#00acef,#00adef); */
	/*  background:linear-gradient(to bottom,#00aaff,#00aaff);  */
	 background:linear-gradient(to bottom,#2c2e36,#2c2e36); 
	box-shadow: 0 2px 5px 2px rgba(1,1,1,0.4);
    display: flex;
    height: 65px;
    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: 20px;  */
}
.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: 20px;  */
}
.foh645m {
  /*  margin-left: 5px;  */
  margin:0 auto;
}
.f1bw7g3l {
    color: #B4C3FF;
    font-size: 9px;
   
    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: #0090c8;
    border: 1px solid #0078a6;
	 */
   /*  background-color: #070952;
    border: 1px solid #ffffff;
	 */ 
	 
	/* background-color: #0b0f7e; */
	background-color: #2c2e36;
    border: 1px solid #ffffff;
	
    border-radius: 4px;
    display: flex;
    height: 40px;
    margin-right: 9px;
    width: 80px;
}


/*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: #2c2e36;  
  /*   background-color: #00adef; */
 /*    background-color: #00AAFF; */
    background-position: center;
    background-size: cover;
    box-shadow: 0 3px 6px 0px rgba(1,1,1,0.4);
   /* height: 90px;*/
    padding: 10px;
    /*width: 100%;*/
}
.f1g1xeuz {
    background: linear-gradient(to bottom right,#2c2e36,#2c2e36);  
  /*   background: linear-gradient(to bottom,#00adef,#00adef); */
 /*    background: linear-gradient(to bottom,#00AAFF,#00AAFF); */
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 0px;
    /*width: 100%;*/
}
.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: #FF4D6D;
    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;
}
.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: #31bc77; */
    background-color: #f9c904;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0px rgba(1,1,1,0.2);
    color: #2c2e36;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: 100px;
}
.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;  */
	  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,#00acef,#00adef);  */
/* 	 background: linear-gradient(to bottom,#00aaff,#00aaff);  */
	 background: linear-gradient(to bottom,#2c2e36,#2c2e36); 
 
 
    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;
  }
}

@media only screen and (min-width: 600px)
{
	.f8oyaz6 {
	   /*  position: absolute;
		left: 48.5%;
		top: 50%;
		 */
		position: absolute;
		left: 49% !important;
		top: 50%;
		width: 15vw !important;
		transform: translate(-50%, -50%);
	}
	
	.tmm-logo{
		max-width:45% !important;
		padding-left:15px;
	}

}

.tmm-logo{
	max-width:75%;
	padding-left:15px;
}

.f8oyaz6 {
   /*  position: absolute;
    left: 48.5%;
    top: 50%;
	 */
	position: absolute;
    left: 50%;
    top: 50%;
    width: 24vw;
    transform: translate(-50%, -50%);
}





/*  **************************  For Modal Style  *********************   */
	.modal{
		margin-top: 25%;
	}
	.modal-bg{
		border-radius: 10px 10px 10px 10px;
		color:#fff		
		/* background-image: url('../img/bg/2.jpg');  */
	}
	
	.modal-bg-success{		
	 	background: linear-gradient(to right, rgb(19, 78, 94), rgb(113, 178, 128));	  
		/*background: linear-gradient(to bottom,#2449fb,#1229b3) !important;	*/
		
	}
		
	.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:#f9c904;
		color:#2c2e36;
		min-width:45%;
		width:inherit;
		padding:10px 20px;
		border-radius:20px;
	}
	.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' !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-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:linear-gradient(to right,#cd78d5, #f34b6a); */
		/*  background: #272674;  */
		/*  background: #6f1669;  */
		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:#FF4D6D !important; */
        color: #f9c904 !important;
}

.text-black{
	color:#2b2b2b !important;
	
}

.text-light-grey{
	color:#D6D6D6 !important;
	
}

.text-darl-grey{
	color:#767676 !important;
	
}

.text-pink{
	color:#f9c904 !important;
	
}

.theme-color-bg{
	background:#FF4D6D !important;
}



.theme-active-bg-row{
	background:#f9c904  !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 #f9c904;
   border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-left: 1px;
	line-height: 18px;
	font-size: 8px;
	color: #f9c904;

}
.thumb-img {
	width: 70px;
	height:50px;
	border:0.05em solid #767676;
	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: #ffffffad;
}

.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;  */
}



/* *******************  TMMM style Starts ************************  */
/*button-Animation*/
button.anim {
   -webkit-appearance: none;
    padding: 6px 10px;
    background: -webkit-gradient(to right, #02576c 0%, #02576c 40%, #5f9aa9 50%, #02576c 60%, #02576c 100%);
    background: linear-gradient(to right, #02576c 0%, #02576c 40%, #5f9aa9 50%, #02576c 60%, #02576c 100%);
    background-size: 500%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    /* font: 1.5em Raleway, sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 5rem; */
    /* letter-spacing: 0.05em; */
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    /* width: 20rem; */
}

button.anim {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 5s;
  animation-delay: 800ms;
  -webkit-animation-duration: s;
  animation-iteration-count: 1000;
  -webkit-animation-iteration-count: in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}


button.anim2 {
   -webkit-appearance: none;
    padding: 6px 10px;
    background: -webkit-gradient(to right, #FF4D6D 0%, #FF4D6D 40%, #fddbac 50%, #FF4D6D 60%, #FF4D6D 100%);
    background:linear-gradient(to right, #FF4D6D 0%, #FF4D6D 40%, #fddbac 50%, #FF4D6D 60%, #FF4D6D 100%);
    background-size: 500%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    /* font: 1.5em Raleway, sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 5rem; */
    /* letter-spacing: 0.05em; */
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 20rem; */
        font-weight: 700;
    font-size: 14px;
}

button.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;
}
button.anim3 {
   -webkit-appearance: none;
    padding: 6px 10px;
    bbackground: -webkit-gradient(to right, #ff9921 0%, #ff9921 45%, #f9c282 50%, #ff9921 55%, #ff9921 100%);
    background: linear-gradient(to right, #ff9921 0%, #ff9921 40%, #f9c282 50%, #ff9921 60%, #ff9921 100%);
    background-size: 500%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    /* font: 1.5em Raleway, sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 5rem; */
    /* letter-spacing: 0.05em; */
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 20rem; */
}

button.anim3 {
  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;
}



.pink-btn {
    align-items: center;
    background: linear-gradient(#FF4D6D, #FF4D6D);
    border: 1px solid #FF4D6D;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    padding:5px;
    text-align: center;
}


.yellow-unsub-btn {
   align-items: center;
  
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
   
	
}

.yellow-btn {
    align-items: center;
    background: linear-gradient(to right,#ffc569,#ffc569);
    border: 1px solid #ffc569;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    padding: 10px 15px;
    text-align: center;
}



	
.theme-color-btn{
/* 	background: rgba(233, 93, 139, 0.95); */
	/* background: linear-gradient(to right,#ff6b6b,#ff6b6b); */
	background:linear-gradient(to right,#f9c904,#f9c904);
	
	text-align: center;
	border-radius: 20px;
	color: #2c2e36;
	font-weight: 600;
	padding: 5px 10px;
	right:10px;
	width: inherit;
}

	
.strip-blue{
/* 	background: #00adef; */
	/* background:  linear-gradient(to right,#ff6b6b,#ff6b6b); */
	/* background:  linear-gradient(to bottom,#00c8ff,#00aaff); */
	/*background:  linear-gradient(to bottom,#2449fb,#00aaff);*/
        background: linear-gradient(to bottom, #f9c904, #f9c904);
    color: #2c2e36;
    top: 5px !important;
	height:inherit;
}

.strip-blue-content{
	height:25px;
}
.strip-blue-content::after{
	/* background-color: #00adef; */
	background-color: #f9c904;
    color: #fff;
	bottom: -10px;
    content: "";
    display: inline-block;
    height: 35px;
    left: 50%;
   
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}

	
.strip-yellow{
	/* background: linear-gradient(to right,#ff9921,#ffc569); */
	/*background: linear-gradient(to bottom,#FF4D6D,#FF6B6B);*/
    background: linear-gradient(to bottom, #f9c904, #f9c904);
    color: #202125;
    top: -6px !important;
	height:90px;
}

.strip-yellow-content{
	height:80px;
}
.strip-yellow-content::after{
	background-color: #f9c904;
    color: #fff;
	bottom: -10px;
    content: "";
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}

.modal-bg-1{
	background: linear-gradient(to bottom,#f9c904,#f9c904);
    color: #2c2e36;
}



.modal-bg-2{
	background: linear-gradient(to bottom,#f9c904,#f9c904);
    color: #2c2e36;
}


.telegram-btn{
	background: #54a9ea; 
	color:#fff;
	border:1px solid #54a9ea;
	padding: 13px;
    border-radius: 50%;
    font-size: 1.25em;
    font-weight: 400;
    width: 64px;
    height: 64px;
}

.telegram-btn:hover, .telegram-btn:focus{
	color:#fff;
}

.viber-btn{
	background: #665cac; 
	color:#fff;
	border:1px solid #665cac;
	padding: 13px;
    border-radius: 50%;
    font-size: 1.25em;
    font-weight: 400;
    width: 64px;
    height: 64px;
}

.viber-btn:hover, .viber-btn:focus{
	color:#fff;
}

.copy-share-btn-xl{
	background: #202125; 
	color:#fff;
	border:1px solid #202125;
	    padding: 10px;
    border-radius: 40px;
    font-size: 1.35em;
    font-weight: 400;
       width: 75%;
}

.copy-share-btn-xl:hover, .copy-share-btn:focus{
	color:#fff;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}


.makeWiggle{	
	animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}


.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 40px;
}
.waviy span {
 font-family: 'telenor-medium' !important;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}





.stroke-txt {
  animation: text-shadow 1.5s ease-in-out infinite;
    font-size: 5em;
    font-weight: 900;
    line-height: 1;
}


@keyframes text-shadow {
    0% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }

    20% {  
        transform: translateY(-1em);
        text-shadow: 
            0 0.125em 0 #0c2ffb, 
            0 0.25em 0 #2cfcfd, 
            0 -0.125em 0 #fb203b, 
            0 -0.25em 0 #fefc4b;
    }

    40% {  
        transform: translateY(0.5em);
        text-shadow: 
            0 -0.0625em 0 #0c2ffb, 
            0 -0.125em 0 #2cfcfd, 
            0 0.0625em 0 #fb203b, 
            0 0.125em 0 #fefc4b;
    }
    
   60% {
        transform: translateY(-0.25em);
        text-shadow: 
            0 0.03125em 0 #0c2ffb, 
            0 0.0625em 0 #2cfcfd, 
            0 -0.03125em 0 #fb203b, 
            0 -0.0625em 0 #fefc4b;
    }

    80% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
}
