/*---------------------------------------
-----------------------------------------
             Table of contents
-----------------------------------------
    Section Style
    Typography
    Navbar Style
    Common Style
---------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&amp;display=swap");
@font-face{
  font-family:digital numbers;
  font-style:normal;
  font-weight:400;src:local('Digital Numbers'),url(../font/DigitalNumbers-Regular.woff) format('woff')}
:root {
  --body-color: #F7F8FF;
  --text-color: #333;
  --card-bg: #fff;
  --input-box: #f2f2f2;
  --primary: #248981;
  --secondary: #1ab78c;
  --match-bg: #25294a;
  --dark-bg: #181c34;
  --border-color: #96a9de;
  --font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}

body {
  background-color: #999;
  overflow-x: hidden;
  color: var(--text-color);
  font-family: var(--font-family);
  max-width: 420px;
  margin:0 auto;
  font-size:0.857rem;
  line-height: 1.2;
}
main {
  background: var(--body-color);
}
img{
    max-width:100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #151515;
    font-weight: 500;
}
tbody, td, tfoot, th, thead, tr {
    padding: 10px 0;
}
    section {
  overflow-x: hidden;
}

.text-thm-primary{
  color: var(--primary)!important;
}
.text-thm-secondary{
  color: var(--secondary)!important;
}
.default-bg {
  background-color: var(--body-color);
}
.bg-gradient-1 {
  background: #248981;
  background: linear-gradient(155deg, #248981, #1ab78c 85.94%);
}

#preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(41,41,41, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
    #preloader .img-container {
        animation: grow infinite  2s linear;
        height: 220px;
        width: 220px;
    }

@keyframes grow {
  0% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
}
.welcome-slider {
  height: 100vh;
  position: relative;
  background-color: var(--white-color);
}
.welcome-slider header {
  background-image: url("../img/slide-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  border-bottom-left-radius: 45%;
  border-bottom-right-radius: 45%;
  background-size: cover;
  height: 250px;
  width: 100%;
  position: absolute;
  background-color: var(--body-color);
  top: 0;
  left: 0;
}
.welcome-slider header::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 45%;
  border-bottom-right-radius: 45%;
}
.welcome-slider .welcome-slide {
  margin-top: 60px;
}
.welcome-slider .welcome-slide .box {
  padding: 0 45px;
  text-align: center;
}
.welcome-slider .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .welcome-slider .pagination {
    margin-top: 60px;
  }
}
.welcome-slider .pagination .swiper-pagination-bullet {
  width: 16px;
  background-color: #464d82;
  opacity: 1;
  height: 16px;
  border-radius: 50px;
  margin-left: 10px;
  transition-duration: 400ms;
}
.welcome-slider .pagination .swiper-pagination-bullet-active {
  transition-duration: 400ms;
  background-color: #22c0ff;
  width: 40px;
}
.welcome-slider .home-btns {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.login {
  background-image: url("../img/login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-color: #868898;
  isolation: isolate;
}
.login::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.login .login-area {
  padding: 0 30px;
  margin-top: 350px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login-email {
  height: 100vh;
  background: #248981;
    background: linear-gradient(155deg, #248981, #1ab78c 85.94%);
}
.login-email .top-bg {
  background-image: url("../img/login-2-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  isolation: isolate;
}
/* .login-email .top-bg::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
} */
.login-email .social-login {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-bottom: 20px;
}
.login-email .social-login a {
  font-size: 1.2rem;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-email .social-login a:nth-child(1) {
  background-color: #3c5993;
}
.login-email .social-login a:nth-child(2) {
  background-color: #ed3067;
}
.login-email .social-login a:nth-child(3) {
  background-color: var(--primary);
}

.login-card {
  background-color: var(--card-bg);
  border-radius: 20px;
  isolation: isolate;
  padding: 10px 15px;
  margin: 0 15px;
  transform: translateY(-15%);
  margin-bottom: -15%;
}
.login-card .login-logo {
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #fff;
  width: 100px;
  margin: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 7px;
}
.login-card .login-logo img {
  height: 90px;
  width: 90px;
}
.login-card form {
  margin-top: -20px;
}

.input-box {
  background-color: var(--input-box);
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: rgba(208, 208, 237, 0.36) 0px 0.05333rem 0.21333rem;
  margin-bottom: 10px;
}

.input-box input {
  background-color: transparent;
  border: none;
  color: #111;
}
.input-box input:focus {
  outline: none;
}
.input-box input::placeholder{
  color: #777;
}
.login-card .input-box  img, .input-box  img{
  filter: invert(1);
}

.terms .topbar {
  display: flex;
  margin-top: 20px;
}
.terms .terms-card {
  padding: 10px;
  border-radius: 10px;
  background-color: var(--card-bg);
  margin: 0 15px;
  max-height: 500px;
  overflow: auto;
}

.digit-group .inputs {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.digit-group input {
  width: 40px;
  height: 40px;
  background-color: var(--card-bg);
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: white;
  margin: 0 2px;
  border-radius: 5px;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}
.profile-bg-shape{
  position: relative;
  z-index: 1;
}
.profile-bg-shape:before{
  content: "";
  position: absolute;
  width: 100%;
    height: 250px;
    left:0;
    right: 0;
    top:0;
    border-radius: 0 0 .8rem .8rem;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    z-index: -1;
}
.profile {
  background: var(--body-color);
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: top;
}
    .profile.main-off-menu {
        background: var(--body-color);
    }
    .profile .follow {
  display: flex;
  margin-left: 60px;
  gap: 20px;
}
.profile .follow .divider {
  height: 50px;
  width: 2px;
  background-color: #fff;
}
.profile .profile-card {
  background-color: var(--card-bg);
  border-radius: 10px;
}
.profile-card {
  background-color: var(--card-bg);
  border-radius: 10px;
    box-shadow: 0 2px 2px #d0d0ed5c;
}
.profile .profile-card .card-top {
  padding: 20px 15px;
}
.profile .profile-card .card-bottom {
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
  box-shadow: 0 2px 2px #d0d0ed5c;
}
    .profile.main-off-menu .profile-card .card-bottom .stat-box {
        flex: 1;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        min-width: 46%;
        box-shadow: 0 0px 2px 2px #d0d0ed5c;
    }
    .profile .profile-card .card-bottom .state-circle {
        font-size: 18px;
    }
.profile-about-table.table > :not(caption) > * > * {
    background-color: #3a3a3a;
    padding: 0.5rem 1rem;
}
.profile-about-table.table {
    border-radius: 10px;
    overflow: hidden;
    font-size:14px;
}

.profile-about-edit.table > :not(caption) > * > * {
        background-color: #3a3a3a;
        padding: 0.9rem 1rem;
}
.profile-about-edit.table {
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}
.profile-about-edit.table .form-control {
    background:rgba(0,0,0,0.2);
    border-color:rgba(255,255,255,0.1);
    color:#fff;

}
    .profile-about-edit.table > :not(caption) > * > * {
        padding: 0.9rem 1rem;
    }
    .profile .profile-card .card-bottom p {
    font-size: 14px;
    margin-bottom: 0;
}
.profile .profile-card .card-bottom h6 {
  color: #333333;
}
.profile .profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--card-bg);
  border-radius: 70px;
  padding: 10px 16px;
  box-shadow: 0 2px 2px #d0d0ed5c;
  /* Rounded sliders */
}
.profile .profile-row img {
  height: 25px;
}
.profile .profile-row .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.profile .profile-row .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile .profile-row .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  transition: 0.4s;
}
.profile .profile-row .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}
.profile .profile-row input:checked + .slider {
  background: linear-gradient(243.05deg, #5461e6 -20.05%, #b785f6 93.07%);
}
.profile .profile-row input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.profile .profile-row input:checked + .slider:before {
  transform: translateX(20px);
}
.profile .profile-row .slider.round {
  border-radius: 34px;
}
.profile .profile-row .slider.round:before {
  border-radius: 50%;
}

.edit-profile .camera {
  position: absolute;
  width: 30px;
  background-color: #fff;
  border-radius: 30px;
  bottom: -5px;
  right: -10px;
  border: 2px solid #dbc2fa;
  outline: 2px solid #b785f6;
  cursor: pointer;
}

.button-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.button-card .single-radio {
  border: 2px solid #262f54;
  border-radius: 12px;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
}
.button-card .single-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.button-card .single-radio .radio {
  top: 0;
  left: 0;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid rgb(97, 95, 95);
}
.button-card .single-radio .radio::after {
  content: "";
  display: none;
  position: relative;
  right: -7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.button-card .single-radio input:checked ~ .radio:after {
  display: block;
}

.addnew .card-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background-color: var(--input-box);
}
.addnew .card-input input {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 5px;
}
.addnew .card-input input:focus {
  outline: none;
}
.addnew input {
  background-color: var(--input-box);
  padding: 5px 8px;
  width: 100%;
  border: none;
  color: #fff;
}
.addnew input:focus {
  outline: none;
}

.deposit select {
  width: 100%;
  padding: 5px;
  background-color: transparent;
  border: none;
  color: #fff;
}
.deposit select:focus {
  outline: none;
}
.deposit select option {
  background-color: var(--card-bg);
}

.notification-box {
  padding: 10px 16px;
  background-color: var(--card-bg);
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
}
.notification-box .img-box {
  position: relative;
}
.notification-box .img-box .badge-img {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: var(--input-box);
  border-radius: 4px;
}
.search-box input {
  color: #fff;
  border: none;
  background-color: transparent;
}
.search-box input:focus {
  outline: none;
}

.matchboard {
  padding-bottom: 70px;
}
.matchboard .nav .nav-link {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 4px 18px;
}
.matchboard .nav .nav-link .live {
  font-size: 0.8rem;
}
.matchboard .nav .nav-link.active {
  background: linear-gradient(90.7deg, #2b30b2 0.57%, #5633b4 99.49%);
  border-color: #2b30b2;
}
.matchboard .nav .nav-link.active .live {
  color: #41cd7d;
}
.matchboard .bet-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  margin-top: 40px;
}
.matchboard .bet-card img {
  margin: -30px 0 0 -5px;
}
.matchboard .bet-card-2 {
  background-color: var(--card-bg);
  border-radius: 6px;
  margin-top: 20px;
}
.matchboard .game {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid gray;
  transition-duration: 300ms;
}
.matchboard .game:hover {
  transition-duration: 300ms;
  background-color: #7462ec;
}
.matchboard .match-card-sm {
  background-color: var(--match-bg);
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.matchboard .match-card {
  display: block;
  background-color: var(--match-bg);
  border-radius: 10px;
}
.matchboard .match-card .score-btn, .matchboard .match-card .score-btn-red, .matchboard .match-card .score-btn-green {
  background-color: transparent;
  border-radius: 20px;
  border-color: white;
  color: #fff;
}
.matchboard .match-card .score-btn-green {
  background-color: #41cd7d;
  border-color: #41cd7d;
  outline: none;
}
.matchboard .match-card .score-btn-red {
  background-color: #eb002a;
  border-color: #eb002a;
}
.matchboard .match-card .card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 20px;
}
.matchboard .match-card .card-inner-border {
  border-bottom: 1px solid #a1abff;
}
.matchboard .match-card .top-badge {
  position: absolute;
  top: 0;
  right: 14%;
  background-color: #7033ff;
  padding: 6px 6px 10px;
  border-radius: 0 0 15px 15px;
}
.matchboard .relationship-status-output {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 2rem 0;
  line-height: 1;
}
.matchboard .rangeslider {
  background-color: #2a2f54;
  height: 15px;
}
.matchboard .rangeslider__handle {
  background-color: #4e7cff;
  border: none;
  height: 30px;
  top: -8px;
  width: 30px;
  box-shadow: 0px 5px 10px rgba(78, 124, 255, 0.54);
}
.matchboard .rangeslider__handle:after {
  display: none;
}
.matchboard .rangeslider__fill {
  background: #4e7cff;
}

.delete-btn {
  border: none;
  background-color: var(--card-bg);
  color: #96a9de;
  padding: 0 20px;
  border-radius: 20px;
}

.message-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.left-message {
  display: flex;
  gap: 15px;
}
.left-message img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left-message p {
  max-width: 70%;
  background-color: var(--dark-bg);
  padding: 10px;
  border-radius: 0 15px 0 15px;
}

.right-message {
  align-self: flex-end;
  background: linear-gradient(90.7deg, #2b30b2 0.57%, #5633b4 99.49%);
  box-shadow: 0px 15px 25px rgba(44, 48, 178, 0.4);
  border-radius: 0px 15px;
  padding: 10px;
  margin-right: 10px;
}

.message-input {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1c203b;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  left: 0;
}
.message-input input {
  background-color: var(--dark-bg);
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
}
.message-input input:focus {
  outline: none;
}
.message-input i {
  color: #3431b2;
  font-size: 2rem;
}

.participant-img img,
.participant-img .more {
  margin-right: -5px;
  border: 1px solid var(--card-bg);
  border-radius: 50px;
}
.participant-img .more {
  font-size: 0.7rem;
  background-color: #3d59e7;
  color: #fff;
}

.comment-box {
  background-color: #25294a;
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-box .comment-top {
  padding: 15px 0;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid #515255;
}

.sports-slide .box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-bottom: 20px;
}
.sports-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 15px 10px;
  gap: 7px;
}
.sports-slide .pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sports-slide .pagination .swiper-pagination-bullet {
  background-color: #4e7cff;
  opacity: 1;
}

.wins {
  background-image: url(../img/wins_bg.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wins .top-content {
  margin-top: 100px;
}
.wins .top-content .win-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wins .top-content .win-img .win-icon {
  position: absolute;
  bottom: -20px;
}

.news .marquee {
  overflow: hidden;
  display: flex;
}
.news .marquee p {
  white-space: nowrap;
  margin-bottom: 0;
}
.news .news-card-container {
  display: flex;
  gap: 20px;
  overflow: auto;
}
.news .news-card-container::-webkit-scrollbar {
  display: none;
}
.news .news-card {
  border-radius: 15px;
  min-width: 44%;
  background-color: var(--card-bg);
}
.news .news-card img {
  border-radius: 15px;
}
.news .news-card .video-card {
  width: 100%;
  position: relative;
}

.news .latest-news-container .latest-news {
  position: relative;
}
.news .latest-news-container .latest-news::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(transparent, #262e69);
  opacity: 0.9;
  overflow: hidden;
  border-radius: 15px;
}
.news .latest-news-container .latest-news img {
  border-radius: 15px;
}
.news .latest-news-container .latest-news .content {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.news .news-card-2 {
  display: flex;
  background-color: var(--card-bg);
  border-radius: 10px;
}
.news .news-card-2 img {
  border-radius: 10px;
}
.news #my-video {
  width: 100%;
}
.news .vjs-big-play-button {
  background-color: transparent;
  background-image: url("../img/video.png");
  background-repeat: no-repeat;
  background-size: 46px;
  position: absolute;
  left: 55%;
  border: none !important;
  box-shadow: none !important;
}
.news .vjs-big-play-button:before {
  content: "";
  display: none;
}
.news .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 0.7;
}
.news #my-video .vjs-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.vjs-big-play-button {
  background-color: transparent;
  background-image: url("../img/video.png");
  background-repeat: no-repeat;
  background-size: 46px;
  position: absolute;
  left: 65%;
  border: none !important;
  box-shadow: none !important;
}
.vjs-big-play-button:before {
  content: "";
  display: none;
}
.vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 0.7;
}

#my-video .vjs-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.overlay-top {
  position: relative;
}
.overlay-top .back-btn {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 10px;
}
.overlay-top::before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(179.96deg, rgba(32, 36, 66, 0.08) 0.04%, #292929 103.77%);
  opacity: 0.8;
  overflow: hidden;
}

.statictics .chart-container {
  height: 250px;
}
.statictics .set-size {
  font-size: 6em;
}
.statictics .charts-container {
  display: flex;
  justify-content: center;
}
.statictics .charts-container:after {
  clear: both;
  content: "";
  display: table;
}
.statictics .pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 5px;
  position: relative;
}
.statictics .pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.statictics .pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.statictics .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.statictics .pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 0.44em;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.44em;
  line-height: 3.08em;
  position: absolute;
  right: 0.44em;
  text-align: center;
  top: 0.44em;
}
.statictics .pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}
.statictics .pie-wrapper.style-2 .label {
  background: none;
}
.statictics .pie-wrapper.progress-45 .pie .half-circle {
  border-color: #16b8ff;
}
.statictics .pie-wrapper.progress-45 .pie .left-side {
  transform: rotate(162deg);
}
.statictics .pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.statictics .pie-wrapper.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.statictics .pie-wrapper.progress-75 .pie .half-circle {
  border-color: #e24ffc;
}
.statictics .pie-wrapper.progress-75 .pie .left-side {
  transform: rotate(270deg);
}
.statictics .pie-wrapper.progress-75 .pie .right-side {
  transform: rotate(180deg);
}
.statictics .pie-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.statictics .pie-wrapper.progress-95 .pie .half-circle {
  border-color: #f5f801;
}
.statictics .pie-wrapper.progress-95 .pie .left-side {
  transform: rotate(342deg);
}
.statictics .pie-wrapper.progress-95 .pie .right-side {
  transform: rotate(180deg);
}
.statictics .pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.statictics .pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0/50%;
  content: "";
  display: block;
  height: 100%;
  margin-left: 50%;
  transform-origin: left;
}
.statictics .pie-wrapper--solid .label {
  background: transparent;
}
.statictics .numbers {
  display: flex;
  justify-content: space-around;
}
.statictics .numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
}
.statictics .numbers span:hover {
  border: 1px solid var(--primary);
  border-radius: 50%;
}
.statictics .stat-numbers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.statictics .stat-numbers .divider {
  height: 80px;
  width: 2px;
  background-color: gray;
}
.statictics .stat-card {
  padding: 15px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 15px;
}

.noresult {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noresult .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



h1 {
  font-weight: 500;
  font-size: 1.7rem;
}

p {
  color: var(--text-color);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

.text-blue {
  color: var(--primary);
}

.dark-text {
  color: #96A9DE;
}

.green-text {
  color: #41CD7D;
}

.fw-500 {
  font-weight: 500;
}

/* width */
::-webkit-scrollbar {
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #3a3a3a;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #B383F5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas {
  overflow: auto;
}
.game-balance{
  background: #248981;
  background: linear-gradient(155deg, #248981, #1ab78c 85.94%);
  color: #fff;
}
.bottom-navigation {
    z-index: 999;
    background: #248981;
  background: linear-gradient(155deg, #248981, #1ab78c 85.94%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(22px);
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    max-width: 420px;
    margin: auto;

}
    .bottom-navigation:before {
        content: "";
        background-image: linear-gradient(90deg,#5192de00,#d9a44a 50%,#5192de00);
        transform: translateX(-50%);
        width: 10rem;
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
    }
    .bottom-navigation .single-nav {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }
.bottom-navigation .single-nav i {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;

}
.bottom-navigation .single-nav span {
  display: inline-block;
  font-size: 0.7rem;
  color: #a0a9bc;
}
.bottom-navigation .single-nav.active i {
  color: var(--primary);
}
.bottom-navigation .single-nav.active span {
  color: var(--primary);
}

.bttn, .outline-btn, .orange-btn, .blue-btn, .gradient-btn, .gradient-btn-full {
  border-radius: 61px;
  color: #fff;
  padding: 10px 40px;
  border: none;
  outline: none;
  display: inline-flex;
  text-align: center;
  font-weight: 500;
}

.gradient-btn, .gradient-btn-full {
  background: #248981;
    background: linear-gradient(155deg, #248981, #1ab78c 85.94%);
}

.gradient-btn-full {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.blue-btn {
  background-color: #3c5a9a;
  box-shadow: 0px 15px 35px rgba(23, 27, 59, 0.4);
}

.orange-btn {
  background-color: #fa6255;
  box-shadow: 0px 15px 35px rgba(23, 27, 59, 0.4);
}

.outline-btn {
  border: 2px solid #ffffff;
  background: transparent;
}
.outline-btn:hover {
  background: linear-gradient(90.7deg, #2b30b2 0.57%, #5633b4 99.49%);
  border-color: #2B30B2;
}

.outline-btn-small {
  padding: 6px 12px;
  border: 1px solid #ffffff;
  border-radius: 30px;
}

::-moz-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield; /* Firefox */
}

.hover-blue {
  transition-duration: 300ms;
}
.hover-blue:hover {
  transition-duration: 300ms;
  color: var(--primary);
}

.red-text {
  color: #F79E1B;
}
.header-top {
  background: #248981;
  background: linear-gradient(155deg, #248981, #1ab78c 85.94%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(22px);
    max-width: 420px;
    margin: auto;
}
.bg-gold {
  background: linear-gradient(155deg,#fae59f, #d9a44a 85.94%);
}
.bottom-navigation .single-nav.nav-center-bt {
    background: linear-gradient(155deg,#fae59f, #d9a44a 85.94%);
    height: 4rem;
    width: 4rem;
    max-width: 4rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: -26px;
    border-radius: 9999px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 1px 3px #08105859, 0px 0px 40px 3px rgb(87 134 255 / 9%), inset 1px 1px 0px rgb(238 249 255 / 19%);
    position: relative;
    z-index: 3;
    color:#000;
}
.nav-center-bt i{
  color: inherit!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: -24px;
    color:#fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: 30px;
    top: -24px;
    left: auto;
    color: #fff;
}
.tournaments-sec .t-status-tag{
    font-size:11px;
}
.tournaments-sec .t-timing{
    font-size:12px;
}
.header-balance .cr {
    background: linear-gradient(90.7deg, #fae59f 0.57%, #d9a44a 99.49%);
    border-radius: 20px;
    padding: 2px 8px;
    border: 1px solid #fae59f;
    margin-right: 7px;
    color:#000;
}
.header-balance .amount {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 2px 8px;
    color: #fff;
}
.p-logo img {
    height: 50px;
    object-fit: contain;
}
.footer .footer-links a{
    font-size:12px;
    opacity: 0.9;
}
.footer .footer-social-links li a{
  opacity: 0.9;
}
.footer .footer-extra-logo img{
    height:40px;
    object-fit:contain;
    opacity:0.9;
    margin:0 20px;
}
.copyright p {
    font-size: 12px;
    opacity: 0.7;
}
    .copyright p a {
      opacity: 0.9;
    }
.notification-canvas {
    background: var(--body-color);
}
    .notification-canvas .notfication-box {
        background-color: var(--card-bg);
        border-radius: 14px;
        border: 4px solid rgba(255,255,255,0.1);
        box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
      }
    .notification-canvas .notfication-box span{
        font-size:8px;
    }
.chat-canvas {
    background: var(--body-color);
}
.icon-collapse-effect[aria-expanded="true"] > i{
    transform:rotate(180deg);
}
.deposit-canvas {
    background: var(--body-color);
}
    .deposit-canvas .deposit-qr .code{
        word-break:break-all;
    }
        .deposit-canvas .deposit-qr  .copy-code {
            border: 2px dashed rgba(255,255,255,0.2);
        }

.color-prediction-game-header {
    background-image: url("../img/color-prediction-bg.jpg");
    margin-top: 11px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
    .color-prediction-game-header .sub-title {
        font-size:12px;
    }
    .color-prediction-game-header .title {
        font-size: 16px;
    }
    .color-prediction-game-header .title > span{
        color:#41cd7d;
    }
    .color-prediction-game-header .color-prediction-game-img {
        position: absolute;
        right: 0;
        height: 107%;
        width: 50%;
        bottom: 0px;
    }
.color-prediction-sec-two {
    background-color: var(--card-bg);
    border-radius: 12px;
    border:1px solid rgba(255,255,255,0.1);
    padding:6px;
}
    .color-prediction-sec-two .color-prediction-countdown {
      background: -webkit-linear-gradient(296.76deg,#c4933f 5.33%,#fae59f 93.42%);
      background: linear-gradient(153.24deg,#c4933f 5.33%,#fae59f 93.42%);
        border-radius: 22px;
        border: 1px solid rgba(255,255,255,0.1);

        padding:33px 22px;
    }
    .color-prediction-sec-two .color-prediction-countdown h5,
    .color-prediction-sec-two .color-prediction-countdown h6
    {
      color: #8f5206;

    }
        .color-prediction-sec-two .color-prediction-countdown .countdown-btn {
            background: #fff;
            border-radius: 10px;
            padding: 2px 8px;
            box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
            font-size: 32px;
            letter-spacing:0.5em;
            color: #8f5206;
            font-family: "Digital Numbers";
        }
    .color-prediction-sec-two .join-tile {
        font-size: 14px;
        width: 31%;
        border-radius: 6px;
        padding: 6px 6px;
    }
    .gbr-buttons .g{
      border-radius: 0 6px ;
     }
     .gbr-buttons .r{
       border-radius: 6px 0 ;
      }
    .bg-blue-red{
      background: linear-gradient(120deg, #7F00FF 50%, #dc3545 0% );
    }
    .bg-blue-green{
      background: linear-gradient(120deg, #7F00FF 50%, #198754 0% );
    }
    .bg-purple{
      background: #7F00FF;
    }
    .color-prediction-sec-two .join-num {
        font-size: 14px;
        width: 18%;
        border-radius: 6px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(../../assets/img/0.png);
        padding: 6px 6px;
        margin-top:5px;
        color: transparent!important;
    }
    .color-prediction-sec-two .join-num[class*="bg"].zero{
      background-color: transparent!important;
      background-image: url(../../assets/img/0.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].one{
      background-color: transparent!important;
      background-image: url(../../assets/img/1.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].two{
      background-color: transparent!important;
      background-image: url(../../assets/img/2.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].three{
      background-color: transparent!important;
      background-image: url(../../assets/img/3.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].four{
      background-color: transparent!important;
      background-image: url(../../assets/img/4.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].five{
      background-color: transparent!important;
      background-image: url(../../assets/img/5.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].six{
      background-color: transparent!important;
      background-image: url(../../assets/img/6.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].seven{
      background-color: transparent!important;
      background-image: url(../../assets/img/7.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].eight{
      background-color: transparent!important;
      background-image: url(../../assets/img/8.png);
    }
    .color-prediction-sec-two .join-num[class*="bg"].nine{
      background-color: transparent!important;
      background-image: url(../../assets/img/9.png);
    }


        .color-prediction-sec-two .join-num.disable, .color-prediction-sec-two .join-tile.disable {
            background: linear-gradient(90.7deg, #ad772e 0.57%, #f1d37d 99.49%) !important;
            color: transparent !important;
            pointer-events: none;
        }
.color-prediction-records .title {
    background-color: var(--card-bg);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 6px;
}
.color-prediction-records .record-headings, .chart-tren-records .chart-tren-records-headings{
    background-color: #1ab78c;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 6px;
    display: grid;
    grid-template-columns: 37% 21% 21% 21%;
}
.chart-tren-records .chart-tren-records-headings{
  grid-template-columns: 37% 63%;
}
.color-prediction-records .record-headings p, .chart-tren-records .chart-tren-records-headings p{
  line-height:1.7;
  margin:0;
  color: #fff;
}
.color-prediction-records .record-headingsnew2 {
  background-color: var(--card-bg);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px;
  display: grid;
  grid-template-columns: 40% 30% 30%;
}
.color-prediction-records .record-headingsnew2 p{
  line-height:1.7;
  margin:0;
}

.color-prediction-records .record-info, .chart-tren-records .chart-tren-records-info {
    background-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 1px 22px;
    display: grid;
    grid-template-columns: 37% 21% 21% 21%;
    text-align:center;
}
.color-prediction-records .record-info.mt-2, .chart-tren-records .chart-tren-records-info.mt-2{
  margin-top: 0!important;
}
.chart-tren-records .chart-tren-records-info{
  grid-template-columns: 30% 70%;
}
.chart-tren-records .chart-tren-records-info p span{
  display: inline-block;
  border-radius: 50%;
  border:1px solid #fff;
  height:16px;
  width: 16px;
  min-width: 16px;
  line-height: 14px;
  font-size: 10px;
  margin-left: 3px;
}
.color-prediction-records .record-info.record-info-2{
  grid-template-columns: 40% 30% 30%;
}
.color-prediction-records .record-info p , .chart-tren-records .chart-tren-records-info p{
    line-height: 1.7;
    margin: 0;
    font-size:14px;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .color-prediction-records .record-info .result-dot {
        height: 16px;
        width: 16px;
        display: block;
    }
    .nav-pills.prediction-records-tab .nav-link {
      background: #1ab78c;
      border-radius: 15px ;
      color: #fff;
      width: 100%;
      padding: 5px 2px;
      margin-bottom: 10px;
      font-size: 10px;

    }
    .color-prediction-records .record-info .record-num{
      font-size: 22px;
      font-weight: bold;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
.nav-pills.prediction-records-tab .nav-link.active, .nav-pills .show > .nav-link {
  background: linear-gradient(90.7deg, #fae59f 0.57%, #d9a44a 99.49%);
  color: #000;


}
.nav-pills.prediction-records-tab .nav-item{
  width: 100%;
}
.nav-pills.prediction-records-tab{
  flex-wrap: nowrap;
}
.tab-heading-radius{
  border-radius: 12px 12px 0 0!important;
}
.nav-tabs.betting-history-tab .nav-link{
  color: #fff;
  background: #1ab78c;
}
.nav-tabs.betting-history-tab{
  border-color:#fae59f;
}
.nav-tabs.betting-history-tab .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: linear-gradient(90.7deg, #fae59f 0.57%, #d9a44a 99.49%);
  color: #000;
}
.transaction-sec .transaction-item .tra-icon {
    height: 40px;
    width: 40px;
    border-radius:6px;
    text-align:center;
    line-height:40px;
    background: rgba(255,255,255,0.1);
}
.transaction-sec .transaction-item {
    background-color: rgba(0,0,0,0.1);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    padding:10px 15px;
}
    .transaction-sec .transaction-item .tra-name {
        font-size: 14px;
        margin: 0;
    }
    .transaction-sec .transaction-item .tra-currency {
        font-size: 12px;
        color: rgba(255,255,255,0.5);
        font-weight: 300;
        margin: 0;

    }
    .transaction-sec .transaction-item .tra-amount {
        color: #fd21bb;
        font-size: 14px;
        margin: 0;
    }
    .transaction-sec .transaction-item .tra-time {
        color: rgba(255,255,255,0.5);
        font-weight: 300;
        margin: 0;
        font-size: 12px;
    }
.scroller-menu {
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}

.scroller-menu .item {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 5px 16px;
    grid-template-columns: 14px auto;
}
.scroller-menu .item h5{
    font-size:14px;
    font-weight:500;
    margin:0 7px 0;
}
.coming-soon {
    background-color: rgba(0,0,0,0.1);
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.1);
}
.coming-soon img{
    width:160px;
}
.offcanvas.offcanvas-bottom {
    top:0;
}
#JoinColorPrediction .modal-content {
    background-color: var(--body-color);
}
#JoinColorPrediction .modal-header h1{
  color:#fff;
}
#JoinColorPrediction input.text-white{
  color: #000!important;
}
#JoinColorPrediction .btn-primary{
   background-color: var(--primary);
   border-color: var(--primary);
}
#BetHistoryPopup .modal-content{
  background-color: var(--body-color);
}
#JoinColorPrediction .contract-amount{
    width:100%;
    padding:10px 2px;
    border-radius:10px;
    background-color:rgba(255,255,255,0.1);
    text-align:center;
}
.contract-amount-main{
gap: 10px;
}
#JoinColorPrediction .modal-footer {
    flex-wrap: nowrap;
}
.selected {
  background-color: #0d6efd
}
.minutes-btn{
  width: 100%;
  background: #248981;
  border-radius: 0.26667rem;
  height: 90px;
}
.minutes-btn button{
    margin: auto;
    height: 100%;
    font-size: 12px;
    color: #b2b2b2;
    padding-top: 40px;
    background-image: url(../../assets/img/time-5d4e96a3.png);
    background-size: 40px;
    background-position: center 8px;
    background-repeat: no-repeat;
    background-color: transparent;
    border:none;
}
.minutes-btn .box.active{
  background: -webkit-linear-gradient(top,#EAB456 0%,#FFECAC 100%);
    background: linear-gradient(180deg,#EAB456 0%,#FFECAC 100%);
    box-shadow: 0 0.02667rem 0.08rem #fae59f inset, 0 -0.02667rem 0.08rem #fae59f inset;
    border-radius: 0.26667rem;
    height: 90px;

}
.minutes-btn .box.active button{
  color: #8f5206;
    background-image: url(../../assets/img/time_a-a8df1213.png);
}
.minutes-btn p{
  font-size: 10px;
}
.history-card
{
  background-color: rgba(0, 0, 0, 0.04);
  padding: 20px 10px;
  border-radius: 7px;
}
.history-card .period, .level-card .level-id
{
  background-color: rgba(0,0,0,0.2);
  padding: 2px 6px;
  border-radius:4px;
  margin-bottom:5px;
  display: inline-block;
}
.history-card .result-digit{
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
}
.history-card .border-light{
  border-color: rgba(0,0,0,0.1)!important;
}
.level-card{
  background-color: rgba(0,0,0,0.1);
  padding: 10px 15px;
  border-radius: 7px;
}
.level-card .level-date{
  line-height: 1.2;
}
.level-card h5{
  font-size: 16px;
  font-weight: 500;
}
.big-small-buttons button:nth-child(1){
  border-radius: 20px 0 0 20px;
  width: 45%;
}
.big-small-buttons button:nth-child(2){
  border-radius: 0 20px 20px 0;
  width: 45%;
}
.result-popup
{
  position: fixed;
  top:0;
  right:0;
  left:0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.result-bg{
  background-image: url(../../assets/img/win.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90%;
  padding: 130px 68px 100px;
  text-align: center;
  color: #000;
}
.result-popup h2{
  color: #8F5206;
  font-size: 3rem;
}
.result-popup .result-dot{
  width: 28px;
  height: 28px;
  line-height: 28px;

}
.result-popup .close
{
  position: absolute;

  height: 30px;
  background-color: #fff;
  color: #000;
  width: 30px;
  line-height: 30px;
  right: calc(50% - 15px);
  border-radius: 50%;
  bottom:-35px;
}
.result-popup .result-bg.lose{
  background-image: url(../../assets/img/lose.png);
}
.result-popup h2{
  color: #000;
}
.betnuminput
{
  background: var(--input-box);
  width: 140px;
  border-radius: 7px;

}
.error-message {
  color: red;
}
.transfer-history-table >:not(caption)>* {
  border-width: 1px;
  font-size: 12px;
}
.transfer-history-table td{
  padding: 5px 10px;
}
.transfer-history-table th{
  padding: 5px 10px;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
