@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
html {
  box-sizing: border-box;
  padding: 0;
}
.no-scroll {
  overflow: hidden;
}
* {
  box-sizing: border-box;
  text-decoration: none;
}
body {
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}
@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}
.mainbg {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  background-color: #19398a;
}
img.logo18 {
  width: 25px;
  margin-right: 0.5rem;
}
.login_cont {
  width: 100%;
  min-height: 100vh;
  max-width: 550px;
  background: #fff;
  background-size: 100% auto;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  color: #424242;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.login_cont .bottom_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.login_cont .bottom_cont > div {
  border-radius: 20px 20px 0 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.login_cont .footer_cont {
  padding: 0 0 20px;
}
.login_cont p {
  margin: 0;
}
.login_cont .welcome_txt {
  font-size: 15px;
  margin: 15px 0;
}
.login_cont .desc_txt {
  margin: 30px 0;
}
.login_cont .input_box {
  display: flex;
  background: #f0fbff;
  width: 100%;
  color: #424242;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  padding: 0 12px 0 16px;
  border: 1px solid #61c2e5;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.login_cont .input_box .countryCode {
  font-size: 12px;
  color: #747474;
}
.login_cont .input_box i {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  color: #a3a3a3;
}
.login_cont .input_box i::before {
  margin: 0;
}
.login_cont .input_box i.left {
  border-right: 0px solid #a4a4a4;
  cursor: default;
  margin-right: 10px;
}
.login_cont .input_box.error {
  border: 1px solid #dd2317;
}
.login_cont .input_box.error + .error_txt {
  display: block;
}
.login_cont .input_box input[type="text"],
.login_cont .input_box input[type="password"],
.login_cont .input_box input[type="email"],
.login_cont .input_box input[type="tel"],
.login_cont .input_box input[type="number"] {
  border: none;
  font-size: 12px;
  color: #333333;
  padding: 14px 0px;
  flex: 1;
  outline: none;
  background: #f0fbff;
}

/* .login_cont .input_box input[type="text"]:invalid,
.login_cont .input_box input[type="password"]:invalid,
.login_cont .input_box input[type="email"]:invalid,
.login_cont .input_box input[type="tel"]:invalid,
.login_cont .input_box input[type="number"]:invalid {
  animation: shake 0.2s ease-in-out 0s 2;
} */

.login_cont .input_box input[type="text"]::placeholder,
.login_cont .input_box input[type="password"]::placeholder,
.login_cont .input_box input[type="email"]::placeholder,
.login_cont .input_box input[type="tel"]::placeholder {
  color: #a3a3a3;
}
.login_cont .error-border {
  border-color: #e82217;
}
.login_cont .shake-anim {
  animation: shake 0.2s ease-in-out 0s 2;
}
.login_cont .error_txt {
  color: #e82217;
  margin: 8px 0 0 0;
}
.login_cont .otpFooter {
  font-size: 11px;
  margin: 24px 0 4px;
  color: #a4a4a4;
  text-align: center;
}
.login_cont .otpFooter span {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}
.login_cont form p {
  margin: 0;
  text-align: left;
}
.login_cont form .forgot_link {
  text-align: right;
  margin: 5px 0;
}
.login_cont form .forgot_link label {
  float: left;
}
.login_cont form .forgot_link a {
  color: #424242;
}
.login_cont form .forgot_link input[type="checkbox"] {
  margin: 0 5px;
  vertical-align: middle;
}
.login_cont form button {
  background: #19398a;
  color: #fff;
  width: 100%;
  padding: 14px;
  font-size: 14px;
  border: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 24px 0 0 0;
}
.login_cont form button#registerCTA {
  margin: 24px 0 0 0;
}
.login_cont .appdownload {
  padding-top: 10px;
  margin: 0 20px 40px;
  display: none;
}
.login_cont .appdownload a {
  background: #09477e;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  display: block;
}
.login_cont .appdownload a i {
  font-size: 20px;
  margin: 0 15px;
}
.login_cont .copyright {
  font-size: 90%;
}
.login_cont .missedcall {
  position: relative;
  margin: 25px 0;
}
.login_cont .missedcall .missedcall-box {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}
.login_cont .missedcall:before {
  content: "";
  position: absolute;
  height: 66px;
  background-color: #ba271b;
  background: -webkit-linear-gradient(
      left,
      #ba271b 0%,
      #ba271b 30%,
      #f52015 60%,
      #f52015 100%
    )
    #ba271b no-repeat;
  background: -moz-linear-gradient(
      left,
      #ba271b 0%,
      #ba271b 30%,
      #f52015 60%,
      #f52015 100%
    )
    #ba271b no-repeat;
  background: -ms-linear-gradient(
      left,
      #ba271b 0%,
      #ba271b 30%,
      #f52015 60%,
      #f52015 100%
    )
    #ba271b no-repeat;
  background: -o-linear-gradient(
      left,
      #ba271b 0%,
      #ba271b 30%,
      #f52015 60%,
      #f52015 100%
    )
    #ba271b no-repeat;
  background: linear-gradient(
      left,
      #ba271b 0%,
      #ba271b 30%,
      #f52015 60%,
      #f52015 100%
    )
    #ba271b no-repeat;
  bottom: 2px;
  width: 100%;
  left: 0;
  z-index: 0;
}
.login_cont .missedcall img {
  width: 100%;
  max-width: 350px;
  position: relative;
  z-index: 0;
}
.login_cont .missedcall .justcalltxt {
  position: absolute;
  font-weight: bold;
  max-width: 350px;
  display: block;
  width: 75%;
  left: 25%;
  top: 10px;
  text-transform: uppercase;
}
.login_cont .missedcall .contact {
  color: #fff;
  position: absolute;
  bottom: 0.46em;
  display: block;
  width: 75%;
  left: 25%;
  max-width: 350px;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.31);
}
.login_cont .missedcall .contact span {
  font-size: 13px;
  text-shadow: none;
}
.login_cont .alert_msg img {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
}
.login_cont .alert_msg.warning,
.login_cont .alert_msg.success {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  margin: 10px 0 0;
}
.login_cont .alert_msg.warning {
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #dd2317;
}
.login_cont .alert_msg.success {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
.login_cont .tnc {
  color: #acacac;
  font-size: 10px;
  margin: 0px 0px 24px;
  line-height: 16px;
}
.login_cont .link {
  color: #acacac;
  text-decoration: underline;
  font-weight: 700;
}
.login_cont .new_register {
  margin: 25px 0 0;
  text-align: center;
}
.login_cont .new_register .link {
  color: #c2423d;
  font-weight: bold;
  font-size: 120%;
}
.login_cont .captcha {
  margin: 10px 0 0;
  text-align: left;
}
.login_cont .captcha .captcha_img {
  border: 1px solid #a4a4a4;
  width: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login_cont .captcha .captcha_refresh {
  width: 30px;
}
.login_cont .loading_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 550px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.login_cont .loading_cont .loading_txt {
  color: #fff;
  font-size: 14px;
  margin: 5px 0;
}
.login_cont .loading_cont .loading {
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  height: 75px;
}
.login_cont .loading_cont .loading .circle1,
.login_cont .loading_cont .loading .circle2,
.login_cont .loading_cont .loading .circle3 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  background: #ababab;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-animation: width 5s ease-out infinite;
  -moz-animation: width 5s ease-out infinite;
  animation: width 5s ease-out infinite;
}
@-moz-keyframes width {
  0% {
    transform: scale(0);
    opacity: 0.15;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@-webkit-keyframes width {
  0% {
    transform: scale(0);
    opacity: 0.15;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes width {
  0% {
    transform: scale(0);
    opacity: 0.15;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.login_cont .loading_cont .loading .circle2 {
  animation-delay: 1.7s;
}
.login_cont .loading_cont .loading .circle3 {
  animation-delay: 3.4s;
}
.login_cont .loading_cont .loading img {
  width: 100%;
}
.login_cont .loading_cont .loading .anim_ball {
  background: #b82923;
  width: 35px;
  position: absolute;
  top: 25%;
  overflow: hidden;
  right: 0;
  height: 35px;
  border-radius: 25px;
  transform: rotate(-10deg);
  -webkit-box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.5) inset;
  -webkit-animation: top 0.5s linear infinite alternate;
  -moz-animation: top 0.5s linear infinite alternate;
  animation: top 0.5s linear infinite alternate;
}
@-moz-keyframes top {
  0% {
    top: 20%;
    height: 35px;
  }
  100% {
    top: 30%;
    height: 33px;
  }
}
@-webkit-keyframes top {
  0% {
    top: 20%;
    height: 35px;
  }
  100% {
    top: 30%;
    height: 33px;
  }
}
@keyframes top {
  0% {
    top: 20%;
    height: 35px;
  }
  100% {
    top: 30%;
    height: 33px;
  }
}
.login_cont .loading_cont .loading .anim_ball_line {
  width: 85px;
  height: 85px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  left: 11px;
  position: relative;
  top: -17px;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-animation: wave 5s linear infinite;
  -moz-animation: wave 5s linear infinite;
  animation: wave 5s linear infinite;
  /*    &::before{
                          content: '';
                          position: absolute;
                          width: 3px;
                          height: 70px;
                          background: #b82923;
                          left: 1px;
                          border: solid #fff;
                          border-width: 0 3px 0 3px;
                  } */
}
@-moz-keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.login_cont .loading_cont .loading .anim_ball_line .anim_ball_line2 {
  content: "";
  position: absolute;
  width: 73px;
  height: 73px;
  left: 4px;
  top: 4px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.login_cont .loading_cont .loading .anim_ball_line .anim_ball_line2::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  left: 2px;
  top: 2px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.login_cont .loading_cont .loading .anim_ball_line::after {
  content: "";
  position: absolute;
  width: 89px;
  height: 89px;
  left: -5px;
  top: -5px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .login_cont {
    max-width: none;
  }
  .footer_cont .appdownload {
    display: inherit;
  }
  .footer_cont .missedcall {
    display: none;
  }
}
@media screen and (max-height: 568px) {
  .login_cont .welcome_txt {
    margin: 0 0 10px 0;
  }
  .login_cont .desc_txt {
    margin: 15px 0;
  }
  .login_cont .new_register {
    margin: 10px 0;
  }
  .login_cont .appdownload {
    margin: 10px 20px;
    padding: 0;
  }
}
.iplCont h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .iplCont h2 {
    margin-bottom: 16px;
  }
}
.iplCont .welcome_txt {
  margin: 0 15px 12px;
}
.iplCont .logo {
  margin-bottom: 56px;
  display: inline-block;
  margin: 56px 0 16px;
}
.iplCont .inviteCodeField {
  border: none;
  border-bottom: solid 1px #024680;
  border-radius: 0;
}
.iplCont .inviteCodeField input[type="text"],
.iplCont .inviteCodeField input[type="password"],
.iplCont .inviteCodeField input[type="email"] {
  font-size: 12px;
}
.iplCont .inviteCodeField input[type="text"]::placeholder,
.iplCont .inviteCodeField input[type="password"]::placeholder,
.iplCont .inviteCodeField input[type="email"]::placeholder {
  color: #024680;
}
.iplCont .inviteCodeField .demo-icon {
  color: #024680;
}
.iplCont .invitecodeLink {
  text-align: right;
  margin: 5px 0;
}
.iplCont .input_box:nth-of-type(2) {
  margin-top: 24px;
}
.iplCont .input_box.inviteCodeField {
  margin-bottom: 0;
}
.iplCont .tnc {
  justify-content: center;
}
.iplCont .new_register {
  margin: 76px 0 0;
}
.iplCont .paj3OTPForm h2 {
  margin-bottom: 16px;
}
.iplCont .paj3OTPForm input[type="text"],
.iplCont .paj3OTPForm input[type="password"],
.iplCont .paj3OTPForm input[type="email"] {
  text-align: center;
}
.iplCont .paj3OTPForm .otpTopDetails p {
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  color: #acacac;
}
.iplCont .paj3OTPForm .otpTopDetails p:last-child {
  margin-bottom: 16px;
}
.iplCont .paj3OTPForm .resendOtp {
  margin-top: 16px;
}
.iplCont .paj3OTPForm .tncOtp p {
  text-align: center;
}
.iplCont .paj3OTPForm .resendOtp p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  color: #999999;
}
.iplCont .paj3OTPForm .resendOtp p.hide {
  display: none;
}
.iplCont .paj3OTPForm .resendOtp p span {
  color: #333333;
}
.iplCont .blueLink {
  font-size: 12px;
  color: #024680;
}
.iplCont .paj3OTPForm .resendOtp p a {
  text-decoration: underline;
}
/* IPL CSS */
.iplCont {
  background-color: #19398a;
}
.iplCont .teamsLogo {
  max-width: 296px;
  margin: 0 auto;
}
.iplCont .officialText {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 28px;
  margin-top: 30px;
  text-align: center;
  font-weight: 800;
}
.iplCont .logo img {
  width: 120px;
}
.iplCont form {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
}
.iplCont .iplPlayer {
  width: 100%;
  position: relative;
  z-index: 1;
  bottom: -20px;
  display: none;
}
.resendOtpTimer {
  color: #acacac;
}
.resendOtpTimer span {
  color: #333333;
}
@media (min-width: 768px) and (orientation: landscape) {
  .iplContRight {
    flex: 1;
    background: url(https://images.my11circle.com/website/v2.0/ipl2026/iplMainBg2026v1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.hide {
  display: none;
}
.show {
  display: block;
}
.iconPhone {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.iconClose {
  width: 15px;
  height: 15px;
}
@media (min-width: 1024px) {
  .mainbg {
    background-size: cover;
    background-position: center;
  }
  .iplCont .logo {
    display: block;
  }
  .iplCont .teamsLogo {
    display: none;
  }
  .iplCont .officialText {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
    font-weight: 800;
  }
  .login_cont .bottom_cont {
    position: relative;
    top: 40px;
    padding: 0 44px;
  }
  .login_cont .bottom_cont > div {
    border-radius: 20px;
  }
  .iplCont form {
    padding: 12px 12px 16px 12px;
  }
  .login_cont .tnc {
    margin: 0 0 12px;
  }
  .iplCont .input_box:nth-of-type(2) {
    margin-top: 16px;
  }
  .login_cont form button {
    margin: 16px 0 0;
  }
  .login_cont .otpFooter {
    margin: 16px 0 4px;
  }
  .iplCont h2,
  .login_cont form button {
    font-size: 12px;
  }
  .login_cont .tnc,
  .login_cont .link {
    color: #747474;
  }
  .iplCont .iplPlayer {
    padding: 0 20px;
    bottom: -30px;
  }
  .iplCont .paj3OTPForm .otpTopDetails p,
  .login_cont .otpFooter,
  .iplCont .blueLink,
  .login_cont .error_txt {
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  .mainbg {
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1366px) {
  .mainbg {
    background-size: cover;
    background-position: center;
  }
}
