@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;
}

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;
}

.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;
}

.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;
  top: -3px;
  left: -3px;
}

.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 .match-status span {
  margin-left: 5px;
}

.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;
}

.team-name img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.team-heading {
  font-size: 9px;
  line-height: 12px;
}

.team-right span {
  font-size: 8px;
}

.team-score {
  color: #6E7081;
  font-size: 16px;
  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;
}

.coin-bg.leaderboard.position-absolute {
  padding: 2px 0px 2px 2px;
  top: 0;
  right: 0;
  height: 26px;
  min-width: 50px;
}

.coin-bg.leaderboard img {
  width: 20px;
  height: 20px;
}

.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: 30px 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: -5px;
  width: 30px;
  height: 30px;
}

.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 3px #728aac, 1px 2px 0px #485c79, 0 20px 30px rgba(0 0 0 / 50%);
}

.between-question-option.prediction_disabled span.score-number {
  color: #474B66;
  text-shadow: 0px 1px 3px #3E4460, 1px 2px 0px #353A56, 0 20px 30px rgba(0 0 0 / 50%);
}

.between-question-option.prediction_correct span.score-number {
  color: #77D868;
  text-shadow: 0px 1px 3px #05b27f, 1px 2px 0px #0d7554, 0 20px 30px rgba(0 0 0 / 50%);
}

.between-question-option.prediction_wrong span.score-number {
  color: #FF634E;
  text-shadow: 0px 1px 3px #E00808, 1px 2px 0px #990000, 0 20px 30px rgba(0 0 0 / 50%);
}

.between-question-option.prediction_selected span.score-number {
  color: #E5F6FF;
  text-shadow: 0px 1px 3px #7ED1FF, 1px 2px 0px #1B91E4, 0 20px 30px rgba(0 0 0 / 50%);
}

.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: 10px;
  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;
}

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,
nav.overs-nav .nav-btn.active {
  background-color: #246BFD;
  box-shadow: 0 3px 6px rgba(36 107 253 / 31%);
  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;
}

@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;
  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: 60px;
  height: 60px;
  margin-left: -15px;
}

.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: 2px 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: 20px;
  font-weight: 400;
  margin-left: 5px;
}

.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-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 ------------*/
.more-game-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 ---------------*/
.refer-inner {
  padding: 39px 15px 0;
}

.share-inner {
  padding: 15px 15px 0;
}

.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 {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

.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 16px 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;
}

.date-range {
  bottom: 0;
  right: 0;
  font-size: 10px;
  margin-right: 10px;
  color: rgba(255 255 255 / 30%);
}

.date-range img {
  width: 10px;
  height: 10px;
}

/*------------- 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 {
  padding-bottom: 10px;
  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 12px 26px 4px;
}

.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;
  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 .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;
}

.versius-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;
}

.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: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: rgba(255 255 255 / 66%);
}

.match-timer #seconds {
  font-size: 48px;
  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 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%;
}

/*------------ 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 (min-width: 360px) {
  .match-status {
    margin-bottom: -14px;
  }
}

@media screen and (max-width: 320px) {
  .team-name img {
    height: 42px;
    width: 42px;
  }
}

@media screen and (max-width: 359px) {
  .match-tittle h1 {
    font-size: 35px;
  }

  .match-details {
    margin-top: 0px;
  }
}