@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;900&display=swap');

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay/SFProDisplay-Semibold.eot');
  src: url('../fonts/SFProDisplay/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.ttf') format('truetype'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay/SFProDisplay-Medium.eot');
  src: url('../fonts/SFProDisplay/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.ttf') format('truetype'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay/SFProDisplay-Regular.eot');
  src: url('../fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.ttf') format('truetype'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #525252;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  margin: 0;
}

a {
  color: #646464;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
  color: #ff9d65;
  outline: none;
  outline-offset: 0;
}

ul,
ol,
li {
  list-style: none;
  padding-left: 0;
}

blockquote,
body,
figure,
hr,
ul,
li,
ol,
p {
  margin: 0;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.pe-6 {
  padding-right: 4rem !important;
}

/* Loader */
.loader-wrapper {
  background-color: rgba(0 0 0 / 85%);
}

.loader-inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-loader {
  top: 0;
  left: 0;
  z-index: 111;
}

.position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.position-top {
  width: 95%;
}

.position-bottom {
  font-size: 22px;
}

/*------------- Comman CSS Start ------------*/
.font-sf {
  font-family: 'SF Pro Display';
}

.bg_dark {
  background-color: #1A1A32;
}

.custom_country_dropdown .bg_gray {
  background-color: #575871;
}

.bg_l_dark {
  background-color: #1D1D35;
}

.blue-btn {
  border: none;
  background-color: #246BFD;
  box-shadow: 0 3px 10px rgba(36 107 253 / 54%);
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.blue-btn:active,
.blue-btn:hover,
.blue-btn:focus {
  background-color: #246bfde3;
}

/* Buttons */
.btn {
  font-size: 11px;
  font-weight: 500;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  max-width: 100%;
  width: 147px;
}

.btn-full-round {
  border-radius: 20px;
}

.btn-blue {
  background: #246BFD;
  border: 1px solid rgba(255 255 255 / 23%);
  box-shadow: 0px 3px 5px rgba(36 107 253 / 37%);
  color: #fff;
}

.btn-sm {
  font-size: 10px;
  line-height: 11px;
  padding: 6px 21px;
  width: auto;
  height: auto;
}

.btn-blue:hover {
  color: #fff;
  background: #1c63f5;
}

/* Profile Btn */
.btn-shadow-outline {
  border: 1px solid;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}

.shadow-outline-blue {
  background: #103174;
  border-color: #246BFD;
}

.shadow-outline-red {
  background: #721931;
  border-color: #F03063;
}

.shadow-outline-red:hover,
.shadow-outline-red:focus {
  color: #fff;
  background: #F03063;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.slate-gray-bg {
  background-color: #607E99;
}

.dark-green-bg {
  background-color: #6E8889;
}

.dark-red-bg {
  background-color: rgba(252 127 152 / 50%);
}

.sofe-red-bg {
  background-color: rgba(252 127 152 / 50%);
  border: 2px solid #F03063;
}

.text_light {
  color: rgba(255 255 255 / 20%);
}

.text_Dlight {
  color: #40425A;
}

.font-8 {
  font-size: 10px;
  line-height: 12px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-22 {
  margin-top: 22px;
}

/*------------- Comman CSS END ------------*/

/*--------------- Selector ------------*/
::-moz-selection {
  color: #fff;
  background: #1A1A32;
}

::selection {
  color: #fff;
  background: #1A1A32;
}

:focus-visible {
  outline: none;
}

/*------------ Login Screen ------------*/
html,
body,
#root {
  height: 100%;
}

.welcome-screen .ip-logo,
.authentication-sec .ip-logo {
  top: 4%;
  left: 50%;
  padding: 10px;
  width: 80%;
  height: auto !important;
  transform: translateX(-50%);
}

.authentication-sec:after {
  content: '';
  bottom: 0;
  background-color: #1A1A32;
  position: absolute;
  height: 36.97%;
  width: 100%;
}

.authentication-sec .ip-img {
  height: calc(100% - 39.393%);
  position: absolute;
}

.authentication-sec .ip-img img:not(.ip-logo) {
  height: 100%;
  object-fit: cover;
}

.authentication-sec .ip-img:before {
  content: '';
  background: linear-gradient(0deg, rgba(29, 29, 53, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 35%;
  width: 100%;
}

.authentication-sec .intro h2.subtitle {
  font-size: 23px;
  font-weight: normal;
  line-height: 28px;
  padding: 0 0 5.865%;
}

.authentication-inner {
  padding: 5.715%;
  width: 100%;
  z-index: 1;
}

.input-area {
  position: relative;
  margin-bottom: 12px;
}

.input-area input {
  border: none;
  border-radius: 10px;
  background-color: #36374C;
  color: rgba(255 255 255 / 80%);
  font-size: 14px;
  padding: 8.5px 20px 8.5px 44px;
  width: 100%;
}

.input-area input::placeholder {
  color: rgba(255 255 255 / 15%);
}

.react-tel-input input::placeholder {
  color: white;
  opacity: 1;
}

.input-area svg,
.input-area .svg {
  color: #E3E3E4;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 26px;
  transform: translateY(-50%);
}

.PhoneInputCountry {
  position: absolute !important;
  top: 50%;
  /* left: 8px; */
  transform: translateY(-50%);
  width: 39px;
}

.PhoneInputCountryIcon--border {
  margin-left: 12px;
  background: transparent;
  box-shadow: none !important;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	color: white !important;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	color: white !important;
}

.PhoneInputCountrySelect option {
  padding: 10px;
  font-size: 14px;
  background-color: #36374C;
  color: white;
  border: none;
  z-index: -1;
  position: relative;
}

/* Option hover effect */
.PhoneInputCountrySelect option:hover {
  background-color: #f1f1f1;
}

.country-options-list{
  z-index: 999;
  background-color: #36374C;
}

.custom_country_dropdown {
  height: 250px;
  font-size: 14px;
  background-color: #36374C;
  border-radius: 10px;
}

.input-area img.mail-icon {
  left: 11px;
  width: 19px;
}

.input-area img.key-icon {
  left: 11px;
  width: 17px;
}

.forgot-link {
  color: rgba(255 255 255 / 15%);
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -6px;
}

.forgot-link:hover,
.forgot-link:focus {
  color: rgba(255 255 255 / 100%);
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #ffffff;
  cursor: pointer;
  margin: 14px 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.social-icons a svg {
  color: #ffffff;
  font-size: 26px;
}

.social-icons .google-icon img {
  width: 26px;
}

.social-icons a.fb-icon {
  background-color: #0090F8;
}

.social-icons a.apple-icon svg {
  color: #000;
}

.custom-error {
  display: block;
  background-color: rgba(255 77 87 / 17%);
  border-radius: 5px;
  color: #FF4D57;
  font-size: 9px;
  line-height: 11px;
  padding: 3px 10px;
  max-width: 210px;
  margin: 0px auto 10px;
  width: 100%;
}

.custom-success {
  display: block;
  background-color: rgba(105, 246, 112, 0.17);
  border-radius: 5px;
  color: #18a25d;
  font-size: 9px;
  line-height: 11px;
  padding: 3px 10px;
  max-width: 210px;
  margin: 0px auto 10px;
  width: 100%;
}

.divider-text {
  display: flex;
  align-items: center;
  color: #5E6272;
}

.divider-text:before,
.divider-text:after {
  content: '';
  background: #5E6272;
  height: 1px;
  width: 100%;
}

.divider-text:before {
  margin: 0 14px 0 0;
}

.divider-text:after {
  margin: 0 0 0 14px;
}

.account-text {
  font-size: 12px;
  color: rgba(255 255 255 / 15%);
  line-height: 11px;
}

.account-text a {
  color: #246BFD;
}

.account-text a:hover,
.account-text a:focus {
  color: #fff;
}

/*------------ Matches Screen ------------*/
.match-inner.video-overlay {
  position: relative;
  padding-bottom: 46.5%;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prediction-video-wrapper {
  position: relative;
  padding-bottom: 103px;
  margin: -2px -15px;
}

.match-inner.video-overlay video,
.prediction-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}

.match-scroll-sec {
  height: calc(100% - 74px - 212px);
  overflow-y: auto;
  overflow-x: hidden;
}

.home-page .match-scroll-sec {
  flex: 1 1 auto;
  padding-bottom: 74px;
  overflow-y: auto;
}

.bg-match,
.bg-logo-match {
  position: relative;
  background-image: url('../images/match-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  padding: 38px 15px 15px;
  min-height: 163px;
}

.match-inner.bg-match:before {
  position: absolute;
  content: '';
  background-image: url('../images/brand/bg-overlay.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.match-inner.brand-logo:after {
  position: absolute;
  content: '';
  background-image: url('../images/brand/logo-400.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 81px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-logo-match {
  background-image: url('../images/brand/logo-with-bg-767.png');
}

.match-ad-banner img {
  border-radius: 6px;
  height: 50px;
}

.match-tittle h1 {
  color: #fff;
  font-size: 39px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.match-blog,
.game-blog {
  padding: 13px 15px;
}

.prediction-screen .match-blog {
  padding: 60px 10px 15px 10px;
}

.match-sub-title h5 {
  font-size: 15px;
  font-weight: bold;
}

.team-blog {
  background-color: #2D2F49;
  border-radius: 14px;
  border: 1px solid rgba(255 255 255 / 6%);
  padding: 3px 21px 7px 17px;
}

.team-blog.scheduled {
  overflow: hidden;
}

.team-blog.scheduled:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.text-blue {
  color: #4DA1F7;
}

.team-font {
  font-family: 'Inter';
}

.team-blog p {
  color: rgba(77 161 247 / 45%);
}

.team-blog .live-status {
  background-color: #F03063;
  box-shadow: 0 0 5px rgba(240 48 99 / 38%);
  border-radius: 20px;
  font-size: 9px;
  padding: 1px 6px 2px 10px;
  position: relative;
}

.team-blog .live-status::before {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
}

.team-blog.scheduled .live-status::before {
  background-color: #000;
}

.team-blog .team-date {
  font-size: 10px;
  line-height: 14px;
}

.team-blog .timer-value {
  color: red;
  font-size: 26px;
  font-weight: 700;
}

.team-blog .game-state-str {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}

.right-border {
  position: relative;
}

.right-border::after {
  content: '';
  background-image: url('../images/dash-line.png');
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 1px;
  height: calc(100% - 24px);
}

.match-score-info .right-border::after {
  bottom: 0;
  height: 40;
}


.team-left {
  font-size: 9px;
  line-height: 12px;
}

.team-name {
  display: flex;
  align-items: flex-end;
}

.game-play-box .team-name {
  height: 100%;
}

.team-name img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.team-heading {
  font-size: 9px;
  line-height: 12px;
}

.team-right span {
  font-size: 10px;
}

.team-score {
  color: #6E7081;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.match-mt-4 {
  margin-top: 22px;
}

/*------------ Game Play Screen ------------*/
.game-play-box {
  margin-top: -96px;
}

.white-box {
  border: 1px solid rgba(255 255 255 / 20%);
  background-color: rgba(255 255 255 / 20%);
}

.back-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.play-tooltip-icon {
  position: relative;
  top: -1px;
}

.tooltips {
  padding: 0 6px;
  cursor: pointer;
}

.tooltips span.play-tooltip-heading {
  font-size: 10px;
  line-height: 10px;
  padding: 0;
}

.tooltip-btn:hover,
.tooltip-btn:focus {
  border: 1px solid rgba(255 255 255 / 20%);
  background-color: rgba(255 255 255 / 20%);
}

.tooltip-inner {
  font-size: 10px;
  background-color: #1D1D35;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #1D1D35;
}

/*------------ Match Content ------------*/
.match-content p {
  margin-bottom: 12px;
}

#show-more {
  margin: -14px auto 0px;
}

#show-more a,
#show-less a {
  background-color: #353750;
  border-radius: 50px;
  font-size: 8px;
  color: #747586;
  padding: 4px 8px;
}

#show-more a svg,
#show-less a svg {
  margin-right: 2px;
}

#show-less {
  margin: 0 auto;
}

/*------------ Table match Score ------------*/
#show-more-content {
  margin-top: 11px;
}

.match-score-inner .match-score-table~.match-score-table {
  border-top: 1px dashed rgba(255 255 255 / 16%);
  margin-top: 4px;
}

.match-score-table thead tr th {
  color: #4DA1F7;
  font-size: 10px;
  font-weight: bold;
}

.match-score-table thead tr th img {
  position: relative;
  top: -2px;
  margin-right: 2px;
  max-width: 18px;
}

.match-score-table thead tr th:first-child {
  font-size: 12px;
  width: 173px;
}

.match-score-table tbody tr td {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  padding: 3px 0;
  width: 26px;
}

.match-score-table tbody tr td:nth-child(2) {
  width: 32px;
}

.match-score-table tbody tr td:nth-child(3) {
  width: 34px;
}

.match-score-table tbody tr td:nth-child(4) {
  width: 38px;
}

.match-score-table thead tr th:not(:first-child),
.match-score-table tbody tr td:not(:first-child) {
  text-align: center;
}

.match-score-table thead tr th:last-child,
.match-score-table tbody tr td:last-child {
  text-align: right;
}

.required {
  color: #F03063;
}

/*------------ Score Card Table ------------*/
.scoreCard-table .team-info {
  color: rgba(255 255 255 / 34%);
  font-size: 8px;
  line-height: 6px;
  margin-top: 3px;
}

.scoreCard-table .batsmen-score-table tbody tr td {
  padding: 4px 0;
}

.scoreCard-table .match-score-table tbody tr td:first-child {
  padding-left: 10px;
}

.scoreCard-table .match-score-table~.match-score-table {
  margin-top: 8px;
}

/*------------ Game Play ------------*/
.gameplay-tabs {
  margin-bottom: 11px;
}

.game-play-wrap {
  padding-left: 21px;
  padding-right: 21px;
}

.information {
  background-color: rgba(255 255 255 / 10%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 20px;
  height: 28px;
  width: 28px;
}

.coin-bg.leaderboard {
  padding: 0;
  width: 28px;
  height: 28px;
}

.coin-bg.leaderboard img:not(.img-gif) {
  display: block;
  margin-top: 0;
  padding: 5px;
  width: 100%;
  height: auto;
}

.coin-bg.leaderboard h4 {
  font-size: 14px;
  flex: 1;
  text-align: center;
}

.leaderboard-icon a {
  border: 1px solid #434357;
  border-radius: 50px;
  background-color: #27273E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.gameplay-que {
  margin-bottom: 5px;
}

.gameplay-que h3 {
  font-size: 14px;
  font-weight: bold;
}

.gameplay-score-row span.score-number {
  font-size: 32px;
  font-family: 'SF Pro Display';
  margin-bottom: 2px;
  font-weight: 700;
  max-height: 35px;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 18px;
}

.gameplay-score-row span.score-number[data-type=true] {
  padding: 0;
}

.gameplay-score-row p.question-option-label {
  color: rgba(255 255 255 / 31%);
  font-size: 10px;
  font-weight: 500;
}

.gameplay-box {
  background-color: #2D2F49;
  border-radius: 14px;
  border: 1px solid rgba(255 255 255 / 6%);
  padding: 15px 12px 8px;
}

.leaderboard-price {
  color: #E2E8FF !important;
  font-weight: 500;
}

.prediction_col {
  cursor: none;
}

.prediction_col img {
  display: none;
}

.prediction_col.prediction_default img.default,
.prediction_col.prediction_disabled img.disable,
.prediction_col.prediction_selected img.selected,
.prediction_col.prediction_correct img.correct,
.prediction_col.prediction_wrong img.wrong {
  display: block;
}

.prediction_col.prediction_correct img.img-gif,
.prediction_col.prediction_wrong img.img-gif,
.coin-bg img.img-gif {
  display: none;
}

.correct-prediction .prediction_col.prediction_correct img.img-gif.correct,
.correct-prediction .prediction_col.prediction_wrong img.img-gif.wrong,
.wrong-prediction .prediction_col.prediction_wrong img.img-gif.wrong {
  display: block;
  position: absolute;
  left: 0;
}

.correct-prediction .coin-bg img.img-gif,
.correct-prediction.coin-bg img.img-gif {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 15px;
}

.correct-prediction.coin-bg img.img-gif {
  top: 0;
  width: 100%;
  height: auto;
}

.prediction_content_row.correct-prediction:before {
  content: '';
  background-image: url(/images/correct-prediction.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 25px;
  width: 25px;
  top: -5px;
  left: 5px;
  z-index: 1;
}

.prediction_content_row.correct-prediction .gameplay-box {
  border: 1px solid #77D868;
}

.between-question-option span.score-number {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}

.between-question-option.prediction_default span.score-number {
  color: #A2B1C8;
  text-shadow: 0px 1px 2px #728aac, 1px 1px 0px #485c79,0 10px 15px rgba(0 0 0 / 25%);
}

.between-question-option.prediction_disabled span.score-number {
  color: #474B66;
  text-shadow: 0px 1px 2px #3E4460, 1px 1px 0px #353A56, 0 20px 15px rgba(0 0 0 / 25%);
}

.between-question-option.prediction_correct span.score-number {
  color: #77D868;
  text-shadow: 0px 1px 2px #05b27f, 1px 1px 0px #0d7554, 0 20px 15px rgba(0 0 0 / 25%);
}

.between-question-option.prediction_wrong span.score-number {
  color: #FF634E;
  text-shadow: 0px 1px 2px #E00808, 1px 1px 0px #990000, 0 20px 15px rgba(0 0 0 / 25%);
}

.between-question-option.prediction_selected span.score-number {
  color: #E5F6FF;
  text-shadow: 0px 1px 2px #7ED1FF, 1px 1px 0px #1B91E4, 0 20px 15px rgba(0 0 0 / 25%);
}

.prediction_col .border-line {
  border-radius: 3px;
  max-width: 80%;
  width: 0;
  margin: 0 auto;
  /* transition: all 0.3s ease-in-out 0s; */
}

.prediction_col.current-position .border-line {
  border: 2px solid #7ED1FF;
  width: 100%;
  animation: animate 1s linear infinite;
}

@keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.gameplay-score p.team-font {
  color: rgba(255 255 255 / 31%);
  font-size: 10px;
  font-weight: 500;
}

.prediction_results div {
  border-radius: 50px;
  background-color: #2E2E44;
  font-size: 12px;
  color: #A4A4AE;
  padding: 1px 10px;
}

.prediction-buttons div {
  background-color: #246bfd;
  border-radius: 25px;
  padding: 5px 5px;
}

.status-info div {
  border-radius: 10px;
  background-color: #2E2E44;
  font-size: 12px;
  color: rgba(255 255 255 / 30%);
  padding: 5px 20px;
}

.border-lr::before,
.border-lr::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: 1px;
  height: 50px;
}

.border-lr::before {
  border-left: 1px solid rgba(255 255 255 / 6%);
  left: 0;
}

.border-lr::after {
  border-right: 1px solid rgba(255 255 255 / 6%);
  right: 0;
}

.light-icon .img-fluid {
  width: 90px;
}

.center-icon .img-fluid {
  width: 114px;
  max-width: 114px;
  position: relative;
  left: -5px;
}

.gameplay-score {
  max-width: 104px;
  width: 100%;
}

.gameplay-score p.team-font {
  margin-top: -10px;
}

.prediction_small {
  color: grey;
  font-size: 9px;
  margin-top: 2px;
}

/*------------ Main Tabs ------------*/

nav#nav-tab,
nav.overs-nav {
  border: 1px solid rgba(255 255 255 / 6%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

nav.overs-nav {
  border: none;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.overs-new-wrap {
   position: relative; 
   background: #24253D;
   min-width: 0;
   max-width: 100%;
}

nav.overs-new {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media screen and (min-width: 768px) {
  nav.overs-new {
    cursor: grab;
  }
  nav.overs-new:active {
    cursor: grabbing;
  }
  .overs-new .nav-btn {
    cursor: grab;
  }
  .overs-new .nav-btn:active {
    cursor: grabbing;
  }
}

nav.overs-new::before,
nav.overs-new::after {
  content: '';
  flex: 0 0 calc(50% - 25px);
  height: 28px;
  pointer-events: none;
  scroll-snap-align: none;
}

nav.overs-new::-webkit-scrollbar { 
  height: 0;
  width: 0;
  display: none;
}

nav.overs-new::-webkit-scrollbar-track { 
  background: transparent; 
}

nav.overs-new::-webkit-scrollbar-thumb { 
  background: transparent; 
  display: none;
}


.overs-new .nav-btn { 
  position: relative;
  word-spacing: 8px; 
  flex: 0 0 auto; 
  scroll-snap-align: center; 
  background: transparent !important;
  border: none !important;
  color: #cfd3ff;
  padding: 0;
  height: 32px;
  line-height: 28px;
  text-align: center;
  z-index: 1;
  width: 50px !important;
}

.overs-new .nav-btn .ov-left,
.overs-new .nav-btn .ov-right,
.overs-new .nav-btn .ov-center { 
  display:inline-block; 
  width:22px; 
  position: absolute;
  top: 10px;
}

.overs-new .nav-btn .ov-left { 
  left: 2px;
}

.overs-new .nav-btn .ov-left::after,
.overs-new .nav-btn .ov-right::after,
.overs-new .nav-btn .ov-center::after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  margin: 2px auto 0;
  background: rgba(255,255,255,0.18);
  border-radius: 1px;
  position: absolute;
  top: 26px;
}

.overs-new .nav-btn .ov-left::after{
  left: 10px;
}

.overs-new .nav-btn .ov-center::after {
  height: 7px;
  top: 30px;
}


.overs-new .nav-btn .ov-right::after{
  right: 10px;
}

.overs-new .nav-btn.active .ov-left::after,
.overs-new .nav-btn.active .ov-right::after,
.overs-new .nav-btn.active .ov-center.small-tick::after {
  background: #4DA1F7;
}

.overs-new .nav-btn.ghost { 
  display: none; 
}

.overs-new .nav-btn.active { 
  color: #fff !important; 
  opacity: 1 !important;
}

.overs-new-highlight {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 28px;
  background: #1D74F5;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(29,116,245,0.35);
  pointer-events: none;
  z-index: 0;
}

.innings-chip-wrapper {
  position: relative;
  background: #24253D;
}

.innings-chip {
  position: relative;
  z-index: 2;
}

.innings-chip-btn {
  background: #1D74F5;
  color: #fff;
  border: none;
  padding: 12px 16px 12px 12px;
  border-radius: 6px 0 0 6px;
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
}

.innings-chip-btn .innings-arrows {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: auto;
  align-items: center;
}

.innings-chip-btn .innings-arrows .arrow-up,
.innings-chip-btn .innings-arrows .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.innings-chip-btn .innings-arrows .arrow-up {
  border-bottom: 5px solid #fff;
}

.innings-chip-btn .innings-arrows .arrow-down {
  border-top: 5px solid #fff;
}

.innings-chip-btn .innings-arrows .arrow-up.active,
.innings-chip-btn .innings-arrows .arrow-down.active {
  opacity: 1;
}

.innings-chip-btn .innings-arrows .arrow-up.active {
  border-bottom-color: #fff;
}

.innings-chip-btn .innings-arrows .arrow-down.active {
  border-top-color: #fff;
}

.innings-chip-btn .innings-arrows .arrow-up.inactive,
.innings-chip-btn .innings-arrows .arrow-down.inactive {
  opacity: 0.5;
}

.innings-chip-btn .innings-arrows .arrow-up.inactive {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.innings-chip-btn .innings-arrows .arrow-down.inactive {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.innings-chip-menu {
  position: absolute;
  top: 50px;
  left: 0;
  background: #2D2F49;
  border: 1px solid rgba(255 255 255 / 12%);
  border-radius: 8px;
  min-width: 106px;
  display: none;
}

.innings-chip-menu.show {
  display: block;
}

.innings-chip-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  background: transparent;
  border: none;
  color: #fff;
}

.innings-chip-item.active {
  background: rgba(77,161,247,0.15);
}

nav#nav-tab .nav-btn,
nav.innings-nav .nav-btn,
nav.overs-nav .nav-btn {
  border-radius: 50px;
  color: rgba(255 255 255 / 42%);
  font-size: 10px;
  line-height: 12px;
  height: 26px;
  /* max-width: 33.33%; */
  width: 100%;
  white-space: nowrap;
}

nav.innings-nav .nav-btn,
nav.overs-nav .nav-btn {
  border: 1px solid rgba(255 255 255 / 6%);
  margin-right: 6px;
  margin-bottom: 8px;
  max-width: 31%;
}

nav.innings-nav .nav-btn{
  max-width: 47%;
}

nav#nav-tab .nav-btn.active,
nav.innings-nav .nav-btn.active {
  background-color: #246BFD;
  border-color: rgba(255 255 255 / 37%);
  color: #fff;
}

/*------------ Progress Bar ------------*/
.progress {
  background: transparent;
  border-radius: 0px;
  position: relative;
  height: 3px;
  width: 100%;
}

.progress::before {
  background: url(../images/border-dash.png) repeat 100%;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  height: 1px;
  width: 100%;
}

.progress-value {
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #F03063;
  height: 3px;
  width: 0;
  transition: 1s ease-in-out;
}

/* Bowler Progress */
.bowler-progress {
  background-color: #212139;
  border-radius: 10px;
  padding: 7px 8px;
  min-height: 49px;
}

.bowler-progress-value {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bowler-progress-value:empty:before {
  display: none;
}

.bowler-progress-value::before {
  background: url(../images/border-dash-long.png) repeat 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
}

.circle {
  background-color: #212139;
  border: 1px solid #35354A;
  border-radius: 50%;
  color: #35354A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s ease;
  height: 25px;
  width: 25px;
  z-index: 0;
}

.loading-ball {
  background-color: #212139;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
}

.circle.active {
  color: #fff;
  border: none;
}

.ball-count {
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
}

.circle:not(.active) .score-number {
  display: none;
}

.circle.active .score-number {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
}

.circle .score-run {
  background-color: #6D6D7D;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 3px auto;
  width: 12px;
  height: 12px;
}

.circle .score-run.red-bg {
  background-color: #EF3061;
  border-color: #EF3061;
}

.circle .score-run.green-bg {
  background-color: #77D868;
  border-color: #77D868;
}

/*------------ Inbetween Pages ------------*/
.inbetween {
  background-color: #2D2F49;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  overflow-y: auto;
}

.ball-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.out-step {
  background-color: rgba(73 78 107 / 47%);
  border-radius: 10px;
  margin: 0 8px 10px;
  height: 53px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.out-step p {
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  color: #A5B4CA;
}

.out-step .default-score {
  max-width: 100px;
}

.ball-number {
  padding: 49px 0 39px;
}

.ball-number span {
  animation: ripple 0.6s linear infinite;
  background-color: rgba(239, 48, 97, 0.55);
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0 0 0 / 32%);
  background-image: url(../images/material-timer-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Inter';
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  width: 58px;
  height: 58px;
}

.position-center .ball-number span {
  font-size: 30px;
  padding-top: 10px;
  width: 100px;
  height: 100px;
  animation: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: unset;
}

/* Quiz submit button + question count */
.quiz-submit-btn {
  display: inline-block;
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: linear-gradient(180deg, #ff9d65 0%, #e88a50 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255, 157, 101, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.quiz-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 157, 101, 0.5);
}

.quiz-submit-btn:active:not(:disabled) {
  transform: translateY(0);
}

.quiz-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quiz-question-count {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 48, 97, 0.17), 0 0 0 10px rgba(239, 48, 97, 0.17), 0 0 0 20px rgba(239, 48, 97, 0.17), 0 0 0 30px rgba(239, 48, 97, 0.17);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(239, 48, 97, 0.17), 0 0 0 20px rgba(239, 48, 97, 0.17), 0 0 0 30px rgba(239, 48, 97, 0.17), 0 0 0 40px rgba(239, 48, 97, 0);
  }
}

/*------------ Match Leaderboard Screen ------------*/
.leaderboard-sec .match-inner {
  min-height: 217px;
}

.leader-scroll-sec {
  height: calc(100% - 74px - 244px);
  overflow-y: auto;
}

.total-coins {
  background-color: #2D2F49;
  border: 1px solid #FCC049;
  border-radius: 10px;
  padding: 10px 0 4px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(252 192 73 / 20%);
}

.total-coins:before {
  content: '';
  background-image: url('../images/leaderboard/back-img.png');
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 144px;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.leader-score:hover .number-count:before,
.leader-active .number-count:before {
  background-image: url('../images/leaderboard/blue-bg.png');
}

.total-coins h3 {
  color: #FCC049;
  font-size: 14px;
  line-height: 19px;
}

.coin-number img {
  width: 45px;
  height: auto;
}

.coin-number h4 {
  font-size: 28px;
  line-height: 41px;
}

.leader-section {
  background-color: #2D2F49;
  border-radius: 10px;
  margin-top: 20px;
}

.leader-section .leader-inner {
  padding-bottom: 5px;
}

.leader-inner h3 {
  font-size: 14px;
  line-height: 19px;
  color: #4DA1F7;
  font-weight: 700;
}

.leader-name {
  background: #111;
  border: 1px solid rgba(255 255 255 / 40%);
  border-radius: 10px;
}

.leader-score {
  background: #212444;
  border: 0.5px solid rgba(255, 255, 255, 54%);
  border-radius: 7px;
  cursor: pointer;
  padding: 0 10px;
  min-height: 40px;
}

.leader-score:hover,
.leader-score:focus,
.border-gold.leader-active {
  border: 0.5px solid #1D74F5;
}

.border-gold {
  border-color: rgba(249 191 84 / 63%);
}

.leader-score .row {
  height: 40px;
}

.leader-score img {
  width: 45px;
  height: 38px;
}

.leader-score .number-count.number-height img {
  width: 28px;
  height: 30px;
}

.leader-score h3 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  margin-left: 5px;
}

.leader-head {
  min-height: 30px;
}

.leader-head .row {
  height: 30px;
}

.leader-head h3 {
  font-size: 12px;
}

.coin-bg {
  background-color: rgba(255 255 255 / 10%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 20px;
  padding: 4px 2px;
  height: 20px;
}

.coin-bg img {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}

.coin-bg h4 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  margin-right: 4px;
}

.coin-bg.position-absolute {
  top: 5px;
  right: 5px;
}

.inbetween .coin-bg {
  right: 10px;
}

.number-count h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}

.number-count img {
  margin-left: 5px;
}

.number-left {
  margin-left: -5px;
}

.number-count:before {
  content: '';
  background-image: url('../images/leaderboard/number-bg.png');
  display: block;
  position: absolute;
  top: -3px;
  left: 4px;
  height: 41px;
  width: 100%;
}

.number-white-bg:before {
  background-image: url('../images/leaderboard/number-white-bg.png');
  left: 0px;
  top: -8px;
}

.number-orenge-bg:before {
  background-image: url('../images/leaderboard/number-orenge-bg.png');
}

/*------------ Loader ------------*/
.leader-overlay {
  background: rgba(45 47 73 / 94%);
  border: 1px solid rgba(255 255 255 / 25%);
  position: absolute;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.leader-overlay img.spinner {
  width: 66px;
  height: 66px;
}

.leader-overlay img.awesome-icon {
  max-width: 320px;
}

.leader-overlay.locked-overlay {
  background: transparent;
  border: 2px solid #F03063;
  overflow: inherit;
  top: 6px;
  height: calc(100% - 5px);
}

.over-count {
  height: 100%;
  width: 100%;
  border-radius: 13px;
}

.locked-title {
  top: -15px;
  background: #F03063;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid;
}

.locked-title img {
  width: 15px;
}

.overlay-title {
  top: -10px;
}

.overlay-title p {
  font-size: 15px;
  line-height: 20px;
}

.leader-inner:active .leader-overlay {
  display: block;
}

.overlay-loader.loading {
  margin-top: -50px;
}

/* Overlay */
.overlay-width {
  left: 12px;
  width: calc(100% - 24px);
}

.overlay-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
}

.overlay-title h4 {
  font-size: 17px;
  line-height: 22px;
}

.lock-overlay h4,
.locked-overlay h4 {
  font-size: 14px;
  line-height: 19px;
  margin-top: 19px;
}

/* Next over */
.over-overlay h4 {
  font-size: 18px;
  line-height: 24px;
}

.running-title h4 {
  font-size: 14px;
  line-height: 19px;
}

/*------------ Commentary Tabs 2 ------------*/
.ball-regular {
  position: relative;
  top: 2px;
  left: -6px;
}

.commentary-score {
  background-color: rgba(255 255 255 / 31%);
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px auto;
  padding: 2px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 14px;
  height: 14px;
}

.commentary-info {
  border-radius: 10px;
  width: 100%;
}

.commentary-info p {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.end-over-info {
  padding: 8px 0 5px;
}

.end-over-info h3 {
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 6px;
}

.end-over-info p {
  font-weight: 400;
}

/*------------ Match Info Banner ------------*/
.match-info {
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
}


.match-error-info {
  border: 1px solid #B8E6CE;
  background-color: #e34141;
  height: 103px;
  padding: 2px 5px;
  margin-bottom: 2px;
  border-radius: 14px;
}

.match-error-info>div {
  position: relative;
  z-index: 9;
}

.match-info h6 {
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
}

.ads-pattern-6 {
  top: -3px;
}

.match-details {
  min-height: 70px;
}

.team-logo-wrapper {
  min-width: 58px;
  min-height: 58px;
}

/*------------ More Games Screen ------------*/
.refer-share-scroll-sec {
  height: calc(100% - 74px - 163px);
  overflow-y: auto;
}

.game-head p {
  font-size: 13px;
  line-height: 17px;
}

.game-title {
  margin-right: 7px;
}

.game-title p {
  color: rgba(255 255 255 / 51%);
  font-size: 8px;
  line-height: 10px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.game-title h3 {
  font-size: 18px;
  line-height: 25px;
}

.game-space {
  margin-top: 2px;
}

/*--------------- Refer Screen ---------------*/

.main-title-sec {
  font-size: 22px;
  background: #1F3C85;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
}

.refer-inner {
  padding: 39px 15px 0;
}

.share-inner, .refer-progress-inner {
  padding: 15px 15px 0;
}

.refer-invite-sec {
  padding: 10px 12px 18px;
}

.refer-invite-sec h3 {
  font-size: 19px;
}

.refer-invite-sec h5 {
  font-size: 16px;
}

.refer-invite-sec .green{
  color: #2BFF6E;
}


.refer-invite-inner {
  padding: 15px 0;
}

.refer-progress-mini .refer-sec {
  padding: 10px 12px;
  border: 1px solid #6D4C2C;
}

.mini-progress {
  display: flex;
  gap: 8px;
  height: 8px;
}

.mini-seg {
  flex: 1 1 0;
  background: #473938;
  border-radius: 999px;
  position: relative;
}

.mini-seg:after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 1px;
  height: 3px;
  border-radius: 999px;
  pointer-events: none;
}

.mini-seg.filled {
  background: #F49300;
}

.mini-caption {
  color: #C9CBD8;
  font-size: 13px;
}

.refer-sec h6 {
  font-size: 12px;
}

.refer-sec {
  background: #2D2F49;
  border-radius: 12px;
  border: 1px solid rgba(255 255 255 / 16%);
  padding: 10px 12px 18px;
}

.share-sec {
  border: 1px solid #FCC049;
  box-shadow: 0 3px 15px rgba(252 192 73 / 26%);
}

.share-active:hover {
  border: 1px solid #FCC049;
  box-shadow: 0 3px 15px rgba(252 192 73 / 26%);
}

.refer-head h3,
.share-head {
  font-size: 21px;
  line-height: 30px;
  color: #4DA1F7;
}

.refer-head h4 {
  font-size: 15px;
  line-height: 19px;
  color: rgba(255 255 255 / 19%);
  margin: 12px 0 9px;
}

.refer-head p {
  font-size: 12.8px;
  line-height: 16px;
}

.input-path {
  margin-top: 29px;
}

.input-path input {
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 6px;
  background-color: #3F4159;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 6.5px 75px 6.5px 10.6px;
  width: 100%;
}

.input-path input:focus {
  background-color: #36374C;
  box-shadow: none;
}

.input-blog a,
.input-blog a:focus {
  position: absolute;
  background: rgba(255 255 255 / 7%);
  border: 1px solid rgba(112 112 112 / 7%);
  border-radius: 4px;
  padding: 4px 7px;
  right: 3px;
  display: flex;
  top: 3px;
  bottom: 3px;
  font-size: 12px;
  line-height: 16px;
}

.input-blog a img {
  margin-right: 4px;
  height: 18px;
}

.share-button {
  margin-top: 15.1px;
}

.share-button .btn-whatsapp {
  background-color: #38E08B;
  box-shadow: 0 3px 5px rgba(56 224 139 / 23%);
  border-radius: 17px;
  height: 33px;
  width: 100%;
}

.share-button .btn-other {
  background-color: #246BFD;
  box-shadow: 0 3px 5px rgba(36 107 253 / 37%);
}

.share-button a span {
  font-size: 11px;
  line-height: 19px;
}

.share-button .btn-whatsapp svg,.share-button .btn-whatsapp img {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

.btn-share-link {
  background: #246BFD;
  border: none;
  border-radius: 23px;
  width: 100%;
  font-weight: 400;
  padding: 14px 20px;
  font-size: 15px;
  max-width: 305px;
  margin: 0 auto;
}

.share-tag {
  font-size: 13px;
}

.share-tag span {
 opacity: 0.6;
}

.btn-share-link:hover {
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
  transform: translateY(-2px);
}

.btn-share-link:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(139, 92, 246, 0.4);
}

.btn-share-link i {
  font-size: 18px;
}

.pass-path {
  margin-top: 9.5px;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 85%;
  min-height: 150px;
  background-color: #383b5b;
  border: 1px solid #FCC049;
  padding: 20px;
  z-index: 10;
  border-radius: 5px;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.popup .blue-btn:active,
.popup .blue-btn:focus {
  background-color: #18a25d;
}

/*-------------- Profile Page --------------*/
.top-user-profile {
  position: relative;
  margin-top: 6px;
}

.user-profile-info {
  display: inline-block;
  margin-top: -4px;
  width: 100%;
  padding: 0 46px;
}

.user-profile-name {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.user-profile-email {
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}

.user-edit-icon {
  position: absolute;
  right: 15px;
  bottom: 4px;
}

.profile-content {
  padding: 13px 15px;
  height: calc(100% - 32px - 254px);
  overflow-y: auto;
}

.total-balance {
  background: #2D2F49;
  padding: 2px 23px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.total-balance-text {
  color: #4DA1F7;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.total-balance-nub {
  display: inline-block;
  position: relative;
  padding: 23px 20px 16px 95px;
  background: #3F4159;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .20);
  min-width: 206px;
}

.total-balance-nub>img {
  position: absolute;
  left: 7px;
  top: -4px;
}

.total-balance-money {
  font-size: 35px;
  font-weight: bold;
}

.profile-btns .btn-shadow-outline.shadow-outline-red {
  margin-top: 28px;
  cursor: pointer;
}

p.small-text {
  margin-top: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .77);
}

p.small-text>a {
  color: #246BFD;
  text-decoration: underline;
}

/*-------------- Modal CSS --------------*/
.modal .modal-title {
  color: #4DA1F7;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

.modal .modal-body .field .input-area {
  margin-bottom: 14px;
}

.modal .modal-body .field:last-child .input-area {
  margin-bottom: 27px;
}

.modal .modal-body .field .input-area .user-icon {
  left: 12px;
  width: 18px;
}

.modal .modal-body .field .input-area .phone-icon {
  left: 12px;
  width: 15px;
}

.modal .modal-body p.small-text {
  margin-bottom: 16px;
}

.modal-backdrop {
  --bs-backdrop-bg: #1D1D35;
  --bs-backdrop-opacity: 95%;
  background-color: #1D1D35;
}

.modal-back {
  position: absolute;
}

/*----------- Transaction Modal -----------*/
.transaction-content {
  height: 357px;
}

.transaction-content .modal-header {
  padding-top: 15px;
  padding-bottom: 14px;
}

#transactionModal.modal .transaction-body {
  padding: 0 10px 6px;
  height: calc(100% - 57px);
  overflow-y: auto;
}

ul.transaction-list-inner {
  height: 100%;
  overflow-y: auto;
}

ul.transaction-list-inner li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #1B1D33;
  border-radius: 7px;
  padding: 8px 10px;
}

ul.transaction-list-inner li~li {
  margin-top: 6px;
}

ul.transaction-list-inner li:before {
  content: '';
  border-radius: 7px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  height: 33px;
  width: 4px;
}

ul.transaction-list-inner li.pending:before {
  background-color: rgba(255, 255, 0);
}

ul.transaction-list-inner li.approved:before {
  background-color: #5CC38E;
}

ul.transaction-list-inner li.rejected:before {
  background-color: rgba(232, 0, 0);
}

.transaction-rhs {
  font-size: 17px;
}

/*------------- FAQ Modal -------------*/
.faq-content .modal-header {
  padding-top: 13px;
  padding-bottom: 12px;
}

.faq-content .modal-body {
  padding: 0 9px 6px;
}

.faq-content .modal-body .accordion-body {
  max-height: 250px;
  overflow-y: auto;
}

.input-area textarea.form-control {
  background-color: #1B1D33;
  border-color: #1B1D33;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  resize: none;
}

.input-area .textarea-counter {
  right: 0;
  margin-top: -14px;
  margin-right: 8px;
}

.modal .faq-content .field.field-textarea .input-area {
  margin-bottom: 14px;
}

.modal .faq-modal .accordion .accordion-button {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  background-color: #eee;
  padding: 10px 14px;
}

.modal .faq-modal .modal-body {
  max-height: calc(100vh - 106px);
  margin-bottom: 16px;
  padding-bottom: 0;
  overflow: auto;
}

.modal .faq-modal .accordion-collapse {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.modal .faq-modal .accordion {
  --bs-accordion-btn-icon-width: 14px;
  --bs-accordion-active-color: #4DA1F7;
}

.modal .faq-modal .accordion-button:focus {
  border-color: #ccc;
  box-shadow: none;
}

.modal .faq-modal .accordion-body {
  line-height: 20px;
  padding-left: 18px;
}

/*----------- Coupons Modal -----------*/
.coupons-modal .modal-body .row.mt-4.px-sm-2:last-child {
  margin-bottom: 10px;
}

.coupen_image {
  max-width: 225px;
  width: 60%;
}

/*----------- Language Modal -----------*/
.modal .language-content .modal-body {
  padding: 10px 15px 30px;
}

.language-btn .btn-blue {
  border-width: 0.5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 7.5px;
}

.language-btn .btn-blue:hover,
.language-btn .btn-blue:focus,
.language-btn .btn-blue:active,
.language-btn .btn-blue.active {
  background-color: #246BFD !important;
}

/*------------ Refer Modal ------------*/
.referral-modal .modal-title h3 {
  color: #4DA1F7;
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
}

.referral-modal .modal-body {
  padding: 10px 14px 26px;
}

.referral-modal .modal-info img {
  margin: 16px auto 8px;
  max-width: 264px;
  width: 100%;
}

.referral-modal .modal-info h2 {
  color: #4DA1F7;
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  opacity: 0.33;
}

.referral-modal .modal-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.5px;
}

/*------------ Leaderboard Modal ------------*/
.leaderboard-modal .modal-body {
  padding: 12px 14px 20px;
}

.leaderboard-modal .modal-title h2 {
  color: #4DA1F7;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 14px;
}

.leaderboard-modal .leaderboard-modal-info .subtitle {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  opacity: 0.3;
  margin-bottom: 17px;
  max-width: 230px;
  width: 100%;
}

.leaderboard-modal .leaderboard-modal-info .win-bottom .subtitle {
  opacity: 0.14;
  margin-top: 10px;
  margin-bottom: 10px;
}

.leaderboard-modal-info .border-gold {
  border-color: #F9BF54;
  box-shadow: 0 3px 5px rgb(255 200 118 / 25%);
}

.leaderboard-modal-info .border-grey {
  border-color: #E1E8F8;
  box-shadow: 0 3px 5px rgb(225 232 248 / 21%);
}

.leaderboard-modal-info .border-orenge {
  border-color: #EC7563;
  box-shadow: 0 3px 5px rgb(236 117 99 / 21%);
}

.leaderboard-modal-info .border-blue {
  border-color: #1D74F5;
}

.leaderboard-modal-info .border-gold:before {
  background-image: url('../images/leaderboard/number-bg.png');
}

.leaderboard-modal-info .border-grey:before {
  background-image: url('../images/leaderboard/number-white-bg.png');
}

.leaderboard-modal-info .border-orenge:before {
  background-image: url('../images/leaderboard/number-orenge-bg.png');
}

.leaderboard-modal-info .border-blue:before {
  background-image: url('../images/leaderboard/blue-bg.png');
}

.leaderboard-modal-info .leader-score {
  padding: 0px 12px;
  min-height: 41px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.leaderboard-modal-info .leader-score:before {
  content: '';
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
  width: 100%;
}

.leaderboard-modal-info .leader-score img {
  max-width: 45px;
  object-fit: contain;
}

.leaderboard-modal-info .number-count:before {
  display: none;
}

.leaderboard-modal-info .leader-score .row {
  height: 41px;
  flex-flow: row;
  position: relative;
}

.leaderboard-modal-info .leader-score h3 {
  margin-left: 11px;
}

.leaderboard-modal-info .coin-bg {
  padding: 2px 1px;
  height: 16px;
}

.leaderboard-modal-info .coin-bg h4 {
  font-size: 8px;
}

.leaderboard-modal-info .leaderboard-price {
  color: #FFCC4C !important;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.5px;
}

.win-bottom {
  display: inline-block;
  margin-top: 9px;
  width: 100%;
}

.win-bottom hr {
  border: 1px dashed #202235;
}

.leaderboard-dash {
  color: rgb(255 255 255 / 14%) !important;
}

.match-leaderboard-box {
  background-color: rgb(3 3 8 / 18%);
  border-radius: 8px;
  padding: 8px 15px;
  max-width: 260px;
  margin: 32px auto 23px;
}

.leaderboard-modal .leaderboard-modal-info .match-leaderboard-box .subtitle {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  opacity: 1;
  margin-bottom: 0px;
  max-width: 232px;
}

.check-btn {
  margin: 0px 15px;
}

/*------------ Match Footer ------------*/
.match-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer-bg {
  background-color: #373753;
  padding: 13px 32px 26px;
  box-sizing: border-box;
  height: 74px;
  max-height: 74px;
  overflow: hidden;
  flex-shrink: 0;
}

.footer-bg .match-menu {
  font-size: 10px;
  line-height: 10px;
  margin-top: 8px;
}

.footer-bg .match-bat img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  height: 17px;
  width: 17px;
  z-index: 1;
}

.footer-bg .match-bat .text-gray {
  color: #5F5F75;
}

.footer-bg .match-bat .grey-img.overlay {
  filter: opacity(.3);
}

.footer-bg .match-active a.active-bg {
  position: relative;
}

.footer-bg .match-active a.active-bg:before {
  content: '';
  background: #246BFD;
  box-shadow: 0 3px 6px rgba(36 107 253 / 31%);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  z-index: 0;
}

.footer-bg .match-active a.active-bg img {
  opacity: 1;
}

.footer-bg .match-active .active-white {
  color: #fff;
}

/* React Bootstrap Modal*/
.modal-header {
  border-bottom: none;
  justify-content: center;
}

span.bowling-label {
  color: #646464;
  font-size: 14px;
  font-weight: bolder;
}

span.bowling-label img {
  width: 25px;
  max-height: 25px;
}

.versus-label {
  font-size: 24px;
  font-weight: bold;
  color: #80808038;
}

.yellow-border {
  border: 2px solid #FCC049;
  box-shadow: 0 3px 15px rgba(252 192 73 / 26%);
  border-radius: 8px;
  background-color: #171827;
  margin: 0px 24px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  padding: 10px;
}

.text-yellow {
  color: #FCC049 !important;
}

.info-sec ul {
  border: 1px solid #06122D;
  border-radius: 8px;
  margin: 0px 45px;
}

.info-sec ul li {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 24px;
  padding: 10px;
}

.info-sec ul li~li {
  border-top: 1px solid #06122D;
}

.howtoplay-popup{
  min-height: 100%;
}

.howtoplay-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.howtoplay-slide.hidden {
  display: none;
}

.howtoplay-slide.active {
  display: flex;
}

.howtoplay-skip-btn {
  top: 0;
  right: 13px;
  font-size: 12px;
  font-weight: 500;
  gap: 12px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 8px 12px;
  z-index: 20;
  opacity: 0.6;
  margin-left: auto;
}

.howtoplay-skip-btn:hover {
  opacity: 0.8;
}

.howtoplay-skip-btn:active {
  opacity: 0.6;
}

.howtoplay-skip-btn i {
  font-size: 14px;
}

.howtoplay-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(29,29,53,1) 20%);
  z-index: 10;
  min-height: 280.78px;
}

.howtoplay-footer-content {
  margin-bottom: 20px;
}

.howtoplay-footer h6 {
  font-size: 17px;
}

.howtoplay-footer-content p {
  margin-bottom: 8px;
  padding: 0 12px;
  opacity: 0.6;
}

.howtoplay-footer-content p:last-child {
  margin-bottom: 0;
}

.howtoplay-pagination {
  gap: 8px;
  margin-bottom: 20px;
}

.pagination-dot {
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background-color: #3A3D4F;
  transition: background-color 0.3s ease;
}

.pagination-dot.active {
  background-color: #4285F4;
  box-shadow: 0 0 8px rgba(66, 133, 244, 0.6);
}

.howtoplay-nav-buttons {
  gap: 12px;
}

.howtoplay-nav-buttons .howtoplay-next-btn {
  margin-left: auto;
}

.howtoplay-nav-buttons .howtoplay-back-btn + .howtoplay-next-btn {
  margin-left: 0;
}

.howtoplay-nav-btn {
  border: none;
  border-radius: 25px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 99px;
}

.howtoplay-back-btn {
  background-color: #283050;
  box-shadow: 0 2px 8px rgba(40, 48, 80, 0.4);
}

.howtoplay-back-btn:hover {
  background-color: #2f3a5f;
  box-shadow: 0 4px 12px rgba(40, 48, 80, 0.6);
}

.howtoplay-back-btn:active {
  transform: scale(0.98);
}

.howtoplay-back-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.howtoplay-back-btn:disabled:hover {
  background-color: #283050;
  box-shadow: 0 2px 8px rgba(40, 48, 80, 0.4);
}

.howtoplay-next-btn {
  background-color: #3377FF;
  box-shadow: 0 2px 12px rgba(51, 119, 255, 0.5);
}

.howtoplay-next-btn:hover {
  background-color: #4285F4;
  box-shadow: 0 4px 16px rgba(51, 119, 255, 0.7);
}

.howtoplay-next-btn:active {
  transform: scale(0.98);
}

.howtoplay-nav-btn i {
  font-size: 14px;
}


.sound-toggle-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 15px;
  flex-shrink: 0;
  line-height: 15px;
}

.sound-toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
}

.sound-toggle-btn:active {
  transform: scale(0.95);
}

.sound-toggle-btn svg {
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: block;
  color: inherit;
}

.howtoplay-popup h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.popup-title h2 {
  color: #0087D6;
  text-shadow: 0 3px 10px rgba(0 0 0 / 50%);
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 44px;
}

.next-btn {
  margin: 0px 24px;
}

.next-btn .btn {
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(36 107 253 / 54%);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 19px;
  height: auto;
  padding: 9px;
  position: relative;
}

.next-btn .btn svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.howtoplay-details,
.trump-details {
  color: rgba(255 255 255 / 66%);
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.howtoplay-details li,
.trump-details li {
  padding: 20px 0px;
}

.howtoplay-details li~li,
.trump-details li~li {
  border-top: 1px dashed #202235;
}

.howtoplay-details li img,
.trump-details li img {
  min-width: 45px;
}

.howtoplay-details li p,
.trump-details li p {
  padding-left: 20px;
}

.match-timer span:first-child {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: rgba(255 255 255 / 66%);
}

.match-timer #seconds {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
}

.gif-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.animation-wrapper .animate-item:first-child {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s;
}

.animation-wrapper .animate-item:nth-child(2) {
  opacity: 0;
  animation: fadeIn 1s ease-in-out 2s;
}

.animation-wrapper .animate-item:last-child {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 3s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.between-overlay .between-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1051;
  width: 100%;
  height: 100%;
}

.between-inner .back-step {
  position: absolute;
  top: 5%;
  left: 16px;
}

.between-inner .trivia-logo {
  padding-top: 70px;
}

.match-ad-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}

.match-ad-banner .close {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-0.4 -0.4 40 40'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='5' stroke-miterlimit='20' d='M1.8,37.1L37.1,1.8'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='5' stroke-miterlimit='20' d='M1.8,1.8l35.4,35.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 35px;
  width: 35px;
  z-index: 12;
}

.download-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }

  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }

  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #B20000;
    -moz-box-shadow: 0 0 3px #B20000;
  }

  50% {
    background-color: #FF0000;
    -moz-box-shadow: 0 0 40px #FF0000;
  }

  100% {
    background-color: #B20000;
    -moz-box-shadow: 0 0 3px #B20000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #B20000;
    box-shadow: 0 0 3px #B20000;
  }

  50% {
    background-color: #FF0000;
    box-shadow: 0 0 40px #FF0000;
  }

  100% {
    background-color: #B20000;
    box-shadow: 0 0 3px #B20000;
  }
}

@keyframes glowing {
  0% {
    background-color: #B20000;
    box-shadow: 0 0 3px #B20000;
  }

  50% {
    background-color: #FF0000;
    box-shadow: 0 0 40px #FF0000;
  }

  100% {
    background-color: #B20000;
    box-shadow: 0 0 3px #B20000;
  }
}

::-webkit-scrollbar {
	width: 0px;
}

.mobile-view {
  width: 100%;
  height: 100%;
}

/* Information Modal */
.information-modal .modal-title {
  color: #246BFD;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.text-light-blue {
  color: #43BCFF;
}

.gameplay-note {
  font-size: 18px;
  font-weight: 500;
  max-width: 260px;
}

.information-lists .information-list:not(:first-child) {
  border-top: 1px solid rgba(130, 130, 130, 0.32);
}

.information-list {
  gap: 20px;
}

.information-icon {
  width: 60px;
}

.information-text {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333;
}

.no-internet-content h2 {
  color: #FF730A;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.no-internet-content p {
  font-weight: 500;
}

.no-internet-content .btn {
  border-radius: 17px;
  box-shadow: 0 3px 5px rgba(36, 107, 253, 0.37);
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  padding: 8px;
  height: auto;
}

/*------------ Media Screen ------------*/
@media screen and (min-width: 768px) {
  #root {
    background: url('../images/brand/bg-default.jpg') no-repeat 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  #root:before {
    content: '';
    background: url(../images/other/blue-circle.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    min-width: 985px;
    transform: translate(-50%, -50%);
  }

  .mobile-view {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100vh - 100px);
    overflow: hidden;
  }

  .mobile-view-frame > div {
    border-radius: 5%;
    position: absolute;
    left: 5.976%;
    right: 5.517%;
    top: 2.202%;
    bottom: 2.202%;
    overflow: hidden;
  }

  .default-ip-logo {
    top: 5%;
    left: 5%;
    width: 10%;
    min-width: 120px;
  }

  .default-pkpl-logo {
    right: 2%;
    bottom: 2%;
    width: 10%;
  }

  .default-mobile-frame {
    z-index: 9999;
  }

  .footer-bg {
    border-radius: 0px 0px 5% 5%;
  }

  .form {
    margin-bottom: 28%;
  }

  .modal-backdrop.show {
    opacity: 0;
  }

  .modal.show .modal-dialog,
  .modal.fade .modal-dialog {
    transition: none;
    transform: none;
  }

  .modal .modal-dialog {
    max-width: 100%;
  }

  .modal .modal-header {
    padding: 4.156%;
  }

  .modal .modal-content {
    background-color: transparent;
    border: none;
  }
  
  .logout_modal .modal-content {
    background-color: #2D2F49;
    border: 1px solid rgba(255 255 255 / 16%);
    border-radius: 12px;
    width: 308px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .logout-backdrop {
    z-index: -1;
    opacity: 1;
  }

  .logout-backdrop.show {
    z-index: 99;
    opacity: 1;
  }

  .modal .mobile-view {
    top: 0;
    transform: inherit;
  }

  .modal .modal-view-frame {
    background-color: #2D2F49;
    display: flex;
    flex-direction: column;
    padding-top: 8.285%;
  }

  .modal-back {
    top: 5.85%;
    left: 4.156%;
  }

  .modal .modal-body {
    padding: 1.559% 4.156%;
  }

  .between-overlay > .modal-backdrop {
    position: absolute;
    opacity: 1;
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-height: 750px) {
  .form {
    margin-bottom: 14%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-view-frame > div {
    height: 100%;
  }

  .welcome-screen .ip-logo,
  .authentication-sec .ip-logo {
    max-width: 310px;
  }

  .form {
    margin-bottom: 96px;
  }

  .modal .modal-dialog {
    padding: 28px;
  }
  
  .modal .modal-content {
    background-color: #2D2F49;
    border: 1px solid rgba(255 255 255 / 16%);
    border-radius: 12px;
  }

  .modal-back {
    top: 10px;
    left: 14px;
  }

  .modal .modal-body {
    padding-top: 6px;
  }

  .between-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-height: 750px) {
  .form {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 580px) {
  .modal .modal-dialog {
    padding: 13px;
  }
}

@media screen and (min-width: 481px) {
  .match-info {
    padding: 2px 15px;
  }
}

@media screen and (max-width: 480px) {
  .team-left {
    max-width: 70px;
  }
}

@media screen and (max-width: 380px) {
  .leaderboard-modal-info .leader-score:before {
    left: -10px;
  }
}

@media screen and (max-width: 361px) {
  .leaderboard-modal-info .leader-score h3 {
    font-size: 14px;
    line-height: normal;
  }

  .leaderboard-modal-info .leaderboard-price {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .team-name img {
    height: 42px;
    width: 42px;
  }
  
  .rc-tooltip-inner{
    font-size: 10px;
    min-height: 24px !important;
    padding: 8px !important;
  }
}

@media screen and (max-width: 359px) {
  .match-tittle h1 {
    font-size: 35px;
  }

  .match-details {
    margin-top: 0px;
  }
}

/* Referral Progress Styles */
.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  border: 2px solid #4DA1F7;
}

.step-circle.completed {
  background-color: #4DA1F7;
  color: white;
  box-shadow: 0 0 10px rgba(77, 161, 247, 0.5);
}

.step-circle.pending {
  background-color: transparent;
  color: #4DA1F7;
}

.step-number {
  font-weight: bold;
  font-size: 14px;
}

.progress-container {
  padding: 0 10px;
}

.progress-steps {
  padding: 0 10px;
}

.refer-progress-sec {
  margin-bottom: 20px;
}

.progress-info {
  font-size: 14px;
}

.progress-message {
  font-size: 14px;
  padding: 10px 0;
}

.step-circle.next {
  background-color: #ffc107;
  color: white;
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.tier-reward {
  font-size: 10px;
  font-weight: bold;
}

.welcome-bonus-info {
  background-color: rgba(77, 161, 247, 0.1);
  border-radius: 8px;
  padding: 8px;
  margin-top: 10px;
}

/* tooltip  */
.rc-tooltip-inner{
  background-color: #7188B6 !important;
  font-size: 11px;
}

.rc-tooltip-arrow {
  border-left-color: #7188B6 !important;
}

@keyframes autofill-start {}
input:-webkit-autofill {
  animation-name: autofill-start;
  animation-duration: 0.01s;
}

/* Home */
.match-inner .coin-bg {
  right: 15px;
  top: 22px;
}

.podium-button {
  background-color: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 7px;
  padding: 3px;
  right: 12px;
  bottom: 15px;
}

.quiz-block {
  background-image: url('../images/quiz-bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 7px;
}

.quiz-block img {
  display: block;
  margin: 0 auto;
  width: 220px;
}

.quiz-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1666667;
  margin-top: -7px;
}

.text-yellow {
  color: #FBD014;
}

/* Leaderboard */
.bg-match {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.global-leaderboard .bg-match {
  padding-top: 30px;
}

.global-leaderboard .back-step {
  margin-left: 10px;
  width: fit-content;
}

.global-leaderboard .total-coins {
  margin-top: -55px;
}

.global-leaderboard .coin-number img {
  width: 53px;
}

.global-leaderboard .match-inner.brand-logo:after {
  top: 17px;
  transform: translate(-50%, 0);
  height: 91px;
  width: 160px;
}

.global-leaderboard .number-count:before {
  top: -2px;
  width: 80px;
}

.global-leaderboard .number-white-bg:before {
  top: -7px;
}

.global-leaderboard .number-count img {
  margin-top: -1px;
  height: 41px;
  object-fit: cover;
}

.global-leaderboard .leader-score h3 {
  color: #E1EBFF;
  margin-left: 15px;
}

.global-leaderboard .coin-bg h4 {
  margin-right: 8px;
}

.bg-quiz {
  background-color: #7324FD;
  position: relative;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  padding: 30px 0 10px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.bg-quiz:before {
  position: absolute;
  content: '';
  background-image: url('../images/brand/bg-pattern-overlay.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.quiz-logo:after {
  position: absolute;
  content: '';
  background-image: url('../images/brand/trivia.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 278px;
  height: 133px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quiz-sec .back-step {
  margin-left: 10px;
  width: fit-content;
}

.quiz-sec .quiz-title {
  font-size: 14px;
}

.quiz-questions {
  background-color: rgba(0, 0, 0, 0.49);
  margin: 20px 0;
  padding: 7px 28px;
}

.quiz-question-number,
.quiz-question-correct {
  color: rgba(255, 255, 255, 0.28);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.333334;
}

.quiz-question-number h4,
.quiz-question-correct h4 {
  font-size: 19px;
  line-height: 1.368425;
}

.text-light-green {
  color: #00E945;
}

.quiz-timer {
  height: 102px;
  width: 102px;
}

.quiz-timer > span {
  animation: roundRipple 0.6s linear infinite;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/material-timer-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 12px;
  padding-top: 6px;
  height: 50px;
  width: 50px;
}

@keyframes roundRipple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.17), 0 0 0 5px rgba(255, 255, 255, 0.17), 0 0 0 10px rgba(255, 255, 255, 0.17);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.17), 0 0 0 10px rgba(255, 255, 255, 0.17), 0 0 0 15px rgba(255, 255, 255, 0.17);
  }
}

.quiz-sec .refer-share-scroll-sec {
  height: calc(100% - 170px - 100px - 74px);
  overflow-x: hidden;
}

.quiz-slider .slick-slider {
  padding: 0 28px;
}

.quiz-slider .slick-list {
  margin: 0 -9px;
  overflow: visible;
}

.quiz-slider .slick-list,
.quiz-slider .slick-track {
  display: flex;
}

.quiz-slider .slick-slide {
  padding: 0 9px;
}

.quiz-slider .slick-slide > * {
  height: 100%;
}

.quiz-slider .slick-dots {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  display: flex !important;
  margin: 16px 16px 0;
  position: relative;
  bottom: 0;
  width: auto;
}

.quiz-slider .slick-dots li {
  flex: 1;
  margin: 0;
  height: 3px;
  width: auto;
}

.quiz-slider .slick-dots li button {
  padding: 0;
  height: 100%;
  width: 100%;
}

.quiz-slider .slick-dots li.slick-active button {
  background-color: #89B4FF;
  border-radius: 10px;
  opacity: 0.75;
}

.quiz-slider .slick-dots li button::before {
  display: none;
}

.quiz-slider .inbetween {
  border: 1px solid #6B70AC;
  border-radius: 16px;
  padding: 20px 16px;
}

.quiz-slider .between-question-row {
  gap: 16px;
}

.quiz-slider .out-step {
  background-color: rgba(101, 106, 159, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.22);
  justify-content: flex-start;
  padding: 14px;
  margin: 0;
  height: auto;
}

.quiz-slider .quiz-question {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}

.quiz-slider .between-question-option span.score-number {
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
}

.quiz-slider .between-question-option.prediction_default span.score-number,
.quiz-slider .between-question-option.prediction_disabled span.score-number {
  color: #BEC2EE;
}

.quiz-slider .slick-current .inbetween:has(.prediction_correct) {
  border-color: #71FF46;
}

.quiz-slider .between-question-option.prediction_correct {
  background-color: rgba(75, 187, 106, 0.36);
  border-color: rgba(0, 255, 25, 0.26);
}

.quiz-slider .between-question-option.prediction_correct span.score-number {
  color: #EAFFCE;
}

.quiz-slider .slick-current .inbetween:has(.prediction_wrong) {
  border-color: #FF4646;
}

.quiz-slider .between-question-option.prediction_wrong {
  background-color: rgba(218, 111, 111, 0.33);
  border-color: rgba(255, 53, 53, 0.23);
}

.quiz-slider .between-question-option.prediction_wrong span.score-number {
  color: #FFCEE6;
}

.quiz-slider .slick-current .inbetween:has(.prediction_selected) {
  border-color: #1D74F5;
  pointer-events: none;
}

.quiz-slider .between-question-option.prediction_selected {
  background-color: rgba(137, 180, 255, 0.33);
  border-color: rgba(29, 116, 245, 0.23);
}

.quiz-slider .between-question-option.prediction_selected span.score-number {
  color: #E1EBFF;
}

.match-pre-match-questions {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.match-pre-match-questions .between-question-option.prediction_disabled span.score-number {
  opacity: 0.5;
}