body {
    background-color: #ffffff;
    font-family: sans-serif;
}

/*.containerfixed .container {
        width: 320px;
    max-width: 100%;
    margin: 0 auto;
}*/

.small {
    font-size: 0.8em;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
	margin-top:10px;
}
.topImg {
    max-width: 100%;
    margin: 15px auto;
}
.terms {
    font-size: 0.9em;
    letter-spacing: -0.7px;
    text-align: center;
    color: white;
}
.terms ul {
    list-style: circle inside;
    padding: 0;
    margin: 0;
}
.terms .small {
    margin: 0;
    font-size: 0.9em;
    letter-spacing: -0.7px;
    text-align: center;
    color: white;
}
.formHolder {
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    text-align: center;
    padding: 15px;
    color: #333;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.right {
    box-sizing: border-box;
    width: 100%;
    font-size: 1em;
    line-height: 12px;
    border: 1px solid grey;
}
.formHolder input {
    display: inline-block;
    text-align: center;
    padding: 20px;
}
.main-title-games{
	width: 50%;
}
.button {
  background: rgb(62,190,42);
background: -moz-linear-gradient(180deg, rgba(62,190,42,1) 0%, rgba(42,124,29,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(62,190,42,1) 0%, rgba(42,124,29,1) 100%);
background: linear-gradient(180deg, rgba(62,190,42,1) 0%, rgba(42,124,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ebe2a",endColorstr="#2a7c1d",GradientType=1); 
    color: #fff;
    width: 100%;
    padding: 20px 0;
    margin: 15px 0 0;
    border: none;
    font-size: 1.2em;
}
.invisible {
    visibility: visible !important;
    display: none !important;
}

.pin, .loadingCard, .pinText {
	display: none;
}

.validationCorrect input#mobile {
	border: green 2px solid;
    color: green;
}
.validationError input#mobile {
    border: crimson 2px solid;
    color: red;
}
.msisdnForm .pulseButton{
    animation: none;
}
.msisdnForm.validationCorrect .pulseButton{
    animation: 1.5s ease 0s normal none infinite running pulse;
    -moz-animation: 1.5s ease 0s normal none infinite running pulse;
    -webkit-animation: 1.5s ease 0s normal none infinite running pulse;
    -o-animation: 1.5s ease 0s normal none infinite running pulse;
}

/* Fullwidth Body Layout */

body.fullwidth .imageContainer{
    text-align: center;
}
body.fullwidth .formHolder{
    border-radius: 0;
}

/* Blue Body Layout */
body.blue{
    background-color: #019ee9;
}
body.blue .formHolder{
    background: #224687;
    color: white;
}
body.blue input{
    color: #333;
}
body.blue .small, body.blue .loadingCard, body.blue .inValidPin, body.blue .inValidPhone{
    color: white;
}
body.blue .validationCorrect .button, body.blue #confirmPin{
    background: rgb(245,214,58);
    background: -moz-linear-gradient(top, rgba(245,214,58,1) 0%, rgba(247,175,59,1) 50%, rgba(245,214,58,1) 100%);
    background: -webkit-linear-gradient(top, rgba(245,214,58,1) 0%,rgba(247,175,59,1) 50%,rgba(245,214,58,1) 100%);
    background: linear-gradient(to bottom, rgba(245,214,58,1) 0%,rgba(247,175,59,1) 50%,rgba(245,214,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d63a', endColorstr='#f5d63a',GradientType=0 );
}
/* Progress Bar CSS */
@-webkit-keyframes progress-bar-stripes {
    from  { background-position: 40px 0; }
    to    { background-position: 0 0; }
}
        
@keyframes progress-bar-stripes {
    from  { background-position: 40px 0; }
    to    { background-position: 0 0; }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.lng_en{
	text-transform: uppercase;
	margin-bottom: 10px;
    font-family: sans-serif;
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #5c602f, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.bg-success {
    background-color: #28a745 !important;
}

.imgDiv {
	width: 45%;
	display: inline-block;
}

.imgDiv a {
	display: inline-block;
}

.imgDiv a img {
	width: 100%;
}
.imgDiv.button{
    background: #FFBB00;
    background: linear-gradient(to bottom, #FBD607 0%,#FFBB00 50%,#FBD607 100%);
    background: -webkit-linear-gradient(top, #FBD607 0%, #FFBB00 50%, #FBD607 100%);
    background: -moz-linear-gradient(top, #FBD607 0%, #FFBB00 50%, #FBD607 100%);
    padding: 0;
    width: 100%;
    display: inline-block;
    border-radius: 20px;
}
.imgDiv.button a{
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    color: #000;
}
.imgDiv.button a span{
    line-height: 2;
    font-size: 2em;
}
.squareimg{
    width: 65px;
    height: 65px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
    border-radius: 15px;
}
.imgDiv.button a img{
    max-width: 100%;
}
.operators {
	1display: none;
}
body.prelander .terms{
    display: none;
}
.exit-btn{
    margin:0 auto 10px;
    color:#fff;
    display:block;
    text-align: center;
}
/*--==============================--*/

    .terms > .small:first-of-type:after {
      content: "";
      height: 35px;
      margin: 5px 0;
      display: block;
      background-image: url(/static/COMMON/img/product/quality_icons.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    #confirmButton, #confirmPin {
      font-size: 24px;
      line-height: 2;
      color: #fff;
    }
    .exit-btn{
      width: 50px;
      background: #3a3a3a;
      border-radius: 5px;
      padding: 5px;
    }
    .exit-btn:hover{
      background: #333;
    }
            .topImg {
min-width:300px;
    width: 33%;
    margin: 15px auto;
    display: block;

}
    


            .operators {
                display:none;
                border-radius: 16px;
                background: rgba(143, 143, 143, 0.4);
                padding: 5px;
                box-shadow: 0 8px 8px #bdbdbd;

            }
            .imgDiv img{
                width:90%;
                height:auto;
            }
            .langBtn {
                float:right;
                margin-top:1em
            }
            .lang {
                background: #fff;
                border: none;
               /* box-shadow: 0 6px 6px #00000094;*/
                font-weight:bold;
                 opacity:0.6;
		 color:#333 !important
            }
            .lang.activeBtn {
                opacity:1;
            }
	    
	    body.ar *{
		direction: rtl !important;
	    }
	    
	    
      