 html,
body {
  height: 100%;
}

body {
    color:#000000!important;
  align-items: center;
  padding-top: 2px;
 background: linear-gradient(270deg, #4d68d6 0%, #29c4f2 100%);
    background-size: cover;
    background-position: center;
}
a {
    color: #ffffff!important;
    text-decoration: none!important;
}
a:hover {
    color: #ffeb3b!important;;
    text-decoration: none!important;;
}
.content-area {
  width: 100%;
  max-width: 425px;
  padding: 5px;
  margin: auto;
}
    .loader-image{
    position: fixed;
    margin-left: -20px;
    top:30%;
    width:40px;
    }
        #page-loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) no-repeat center center;
    z-index: 9999;
}


/*::::::::::::::: Form css ::::::::::::::::::*/


    .form-list {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-label {
  position: relative;
  padding: 0 20px;
  margin-bottom:0px !important;
}
.input-icon {
  position: absolute;
    top: 35%;
    left: 35px;
  color: #675a5a;
}
.form-label .fa:before {
  position: relative;
  left: 1px;
}
.enterable-input-box {
 width: 100%;
  height: 40px;
  border: none;
  border-radius: 30px;
  padding: 0 20px 0 40px;
  margin: 5px 0;
  box-shadow: none;
  outline: none;
  background: white;
}
.enterable-input-box input::-webkit-input-placeholder {
  color: #675a5a;
}
.enterable-input-box input:-ms-input-placeholder {
  color: #675a5a;
}
.enterable-input-box input::-ms-input-placeholder {
  color: #675a5a;
}
.enterable-input-box input::placeholder {
  color: #675a5a;
  font-size:12px;
}
.enterable-input-box input.password {
  padding: 0 10px 0 40px;
}

.full-width-btn {
  height: 40px;
  border-radius: 30px;
  margin: 20px 20px 0;
  outline: none;
  border:1px solid white;
  background-color: #8BC34A;
  color: #ffffff;
  cursor: pointer;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.login-with {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top:10px;
}

.login-with-facebook,.login-with-google{
    padding: 10px 14px;
    border: 1px solid;
    background: #8BC34A;
    margin: 10px;
    color:#fff;
}
.term-condition-area{
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 30px;
    color:#fff;
}


/*:::::::::::::: JOIN CONTENT PAGE ::::::::::::::::::::::::*/

.game-header{
background: linear-gradient(357deg, #4d68d6 0%, #022525 100%);
border-radius: 30px;
    color: white;
    padding: 5px;
    width: 100%;
    display: inline-flex;
    border:1px solid #fff;
    
}

.notification {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px;
    position: relative;
    border-radius: 50%;
    outline: none;
}
.notification .notification-count {
    position: absolute;
    top: 1px;
    right: 7px;
    padding: 0 6px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 11px;
    color: #111111;
}
.right-icon{
    margin-right:5px;
}
.display-name{
font-size: 12px;
    margin-bottom: 0px;
    float: left;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    border-top: 1px solid rgb(255 255 255 / 98%) !important;
  position: fixed !important;
  bottom: 0;
  background: radial-gradient(circle, rgb(55 149 236) 0%, rgb(51 143 221) 10%, rgb(46 64 129) 100%);
  width: 100% !important;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.modal-body {
    height: 150px;
    padding: 2px 16px;
}


/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.contest-title{
        width: 130px;
    margin-top: -4px !important;
    margin: auto;
    border-radius: 0px 0px 8px 8px;
    padding-bottom: 5px;
    background: #4186df;
}
.contest-footer{
  font-size:12px;
  color: #f2fbf8;
}
.select-number{
    cursor: pointer;
    background: #0c564c;
    border-radius: 50%;
    border: 2px solid #fff;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) no-repeat center center;
    z-index: 9999;
}

    .card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-green-dark {
    /*background: radial-gradient(ellipse at center, #8986DF, #4d69d7);*/
    color: #fff ;
    border: 1px solid #fff !important;
    background:linear-gradient(357deg, #4d68d6 0%, #022525 100%);
}


.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}


.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.total-prize-pool{
    text-align: center;
    color: #fff700;
    margin: auto;
    font-weight: 600;
    font-size: 21px;
}
.contest-time-countdown{
    font-size:11px;
    color: #ff3e01;
    font-weight: bolder;
}
.entry-button {
    width:100%;
    padding: 3px;
    border: 1px solid white;
    background-color: #8BC34A;
    color: #ffffff;
    cursor: pointer;
    border-radius:15px;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
}
  .input-inner-button {
    position: absolute;
    cursor: pointer;
    top: 9px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 27px;
    border-radius: 30px;
    font-size: 12px;
    border: 1px solid white;
    outline: none;
    background-color: rgb(70, 48, 2);
    color: #ffffff;
}
.fs-12{
    font-size:12px !important;
}
.fs-14{
    font-size:14px !important;
}
.fs-16{
    font-size:16px !important;
}
.fs-18{
    font-size:18px !important;
}