@font-face {
  font-family: "alineaincisebold";
  src: url("https://documents.iplt20.com/ipl/assets/css/fonts/alinea_incise_w01_bold-webfont.woff")
      format("woff2"),
    url("https://documents.iplt20.com/ipl/assets/css/fonts/alinea_incise_w01_bold-webfont.woff2")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

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", Arial, sans-serif;
  margin: 0;
}
.mainCont {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  background-color: #19398a;
}
.leftCont {
  width: 100%;
  min-height: 100vh;
  max-width: 550px;
  background: #19398a;
  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;
}

.leftCont .menuIcon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 36px;
}
.leftCont .iplLogo img {
  width: 120px;
  margin-bottom: 44px;
}

.welcomeText {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 36px 0 16px 0;
}
.iplPlayer {
  max-width: 422px;
  align-self: center;
  margin-bottom: -16px;
  display: none;
}
.selectGameCont {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.selectGameCont .titleCont {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  width: 100%;
  justify-content: center;
}
.selectGameCont .titleCont .sideLine {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    #3759ac 21.3%,
    transparent 78.68%,
    transparent 100%
  );
  max-width: 115px;
}
.selectGameCont .titleCont .sideLine:first-child {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 22%,
    #3759ac 79%
  );
}
.selectGameCont .titleCont .title {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 8px;
}
.selectGameCont .gameSelector {
  width: 328px;
  height: 206px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-top: 24px;
  padding: 0 16px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}

.selectGameCont .gameSelector .prizeImg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

.selectGameCont .gameSelector > div {
  width: 53%;
  max-width: 156px;
}

.selectGameCont .gameSelector > div .newImg {
  width: 30px;
}

.selectGameCont .gameSelector.box1 {
  border: 1px solid #af8dff;
  background: linear-gradient(232deg, #7654ff 13.34%, #365dd6 75.96%), #365dd6;
}

.selectGameCont .gameSelector.box2 {
  border: 1px solid #fffd90;
  background: linear-gradient(229deg, #10d3c9 15.21%, #0080c3 81.98%), #2d9bd4;
}

.selectGameCont .gameSelector .title {
  font-family: "alineaincisebold";
  font-size: 24px;
  color: #ffff;
  font-weight: 700;
  margin: 0;
  line-height: 26px;
}
.selectGameCont .gameSelector .subTitle {
  font-size: 12px;
  color: #ffff;
  font-weight: 400;
  margin: 4px 0 0;
  font-weight: 300;
}

.selectGameCont .gameSelector.box2 .subTitle {
  margin: 16px 0 0;
}

.selectGameCont .gameSelector button {
  width: 156px;
  height: 35px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  border: none;
  margin-top: 20px;
  color: #19398a;
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.25) inset,
    0px 10px 8px -6px rgba(0, 0, 0, 0.25);
}

.playBtn {
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .login_cont {
    max-width: none;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .rightCont {
    flex: 1;
    background: url(https://images.my11circle.com/website/v2.0/background/iplMainBg2025V1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 1024px) {
  .welcomeText,
  .iplLogo {
    display: block;
  }
  .selectGameCont .titleCont .title {
    font-size: 12px;
    font-weight: 700;
  }
  .iplPlayer {
    display: none;
  }
}
