
    @-moz-keyframes spinner {
      100% {
        transform: rotate(1turn);
      }
    }

    @-webkit-keyframes spinner {
      100% {
        transform: rotate(1turn);
      }
    }

    @-o-keyframes spinner {
      100% {
        transform: rotate(1turn);
      }
    }

    @keyframes spinner {
      100% {
        transform: rotate(1turn);
      }
    }

    #loader {
      align-items: center;
      background-color: #090f1e;
      display: flex;
      flex-direction: column;
      justify-content: center;
      left: 0;
      right: 0;
      bottom: 0;
      position: fixed;
      text-align: center;
      top: 0;
      height: 100%;
      width: 100vw;
      min-height: 100vh;
      min-width: 100vw;
      z-index: 1000;
    }

    #loader.hidden {
      /* display: none; */
    }

    #loader.transparent {
      /* opacity: 0; */
      /* visibility: hidden; */
    }

    #loader #loader-logo-container {
      margin-bottom: 40px;
      height: 80px;
      width: 160px;
      /* backface-visibility: hidden; */
    }

    #loader .loader-spinner {
      animation: spinner 0.75s infinite linear;
      border: 3px solid #1863d1;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      box-sizing: border-box;
      height: 25px;
      pointer-events: none;
      width: 25px;
    }

    body {
      overflow: hidden;
    }

    /* @font-face {
        font-family: 'font name';
        src: url("url");
    } */
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    code {
      font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
    }

    /* Scroll */
    .bet-swiper {
      height: 100%;
    }

    ::-webkit-scrollbar {
      height: 0.3rem;
      width: 0.3rem;
    }

    ::-webkit-scrollbar-thumb {
      background-color: hsla(0deg, 0%, 85%, 0.3);
      border-radius: 3px;
    }

    .sports-icon {
      align-items: center;
      background-repeat: no-repeat;
      display: flex;
      font-size: 14px;
      height: 1em;
      justify-content: center;
      -o-object-fit: cover;
      object-fit: cover;
      overflow: visible;
      width: 1em;
      min-width: 1em;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: 100%;
      background: #fff;
    }

    .betslip-icon {
      background-color: #94a6cd;
    }

    .icon-soccer {
      -webkit-mask-image: url(/images/icons_football.svg?e5013248c98f2b1ef537c7e7abf01752);
      mask-image: url(/images/icons_football.svg?e5013248c98f2b1ef537c7e7abf01752);
    }

    .icon-basketball {
      -webkit-mask-image: url(/images/icons_basketball.svg?6c623bdd2d30db4b1c695ccf5b3098d9);
      mask-image: url(/images/icons_basketball.svg?6c623bdd2d30db4b1c695ccf5b3098d9);
    }

    .icon-cricket {
      -webkit-mask-image: url(/images/icons_criket.svg?8dd597bf30ea573dc9a8cafe5ba8b481);
      mask-image: url(/images/icons_criket.svg?8dd597bf30ea573dc9a8cafe5ba8b481);
    }

    .icon-american-football {
      -webkit-mask-image: url(/images/icons_regbi.svg?b36200137aa1d5557ca3d1fd06c6aa33);
      mask-image: url(/images/icons_regbi.svg?b36200137aa1d5557ca3d1fd06c6aa33);
    }

    .icon-tennis {
      -webkit-mask-image: url(/images/icons_tennis.svg?48bdbe85c9571f7c918d83e924883286);
      mask-image: url(/images/icons_tennis.svg?48bdbe85c9571f7c918d83e924883286);
    }

    .icon-table-tennis {
      -webkit-mask-image: url(/images/icons_tennis.svg?48bdbe85c9571f7c918d83e924883286);
      mask-image: url(/images/icons_tennis.svg?48bdbe85c9571f7c918d83e924883286);
    }

    /* Swiper slider */
    .bet-swiper {
      height: 100%;
      border-radius: 20px;
    }

    .bet-swiper .swiper-button-prev {
      z-index: 11;
      left: unset;
      top: unset;
      bottom: 10px;
      right: 55px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.1);
    }

    .bet-swiper .swiper-button-prev::after {
      color: rgba(218, 218, 218, 0.3);
      font-size: 20px;
      font-weight: bolder;
    }

    .bet-swiper .swiper-button-prev:hover {
      background-color: rgba(255, 255, 255, 0.473);
    }

    .bet-swiper .swiper-button-prev:hover::after {
      color: white;
    }

    .bet-swiper .swiper-button-next {
      z-index: 11;
      bottom: 10px;
      right: 10px;
      top: unset;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.1);
    }

    .bet-swiper .swiper-button-next::after {
      color: rgba(218, 218, 218, 0.3);
      font-size: 20px;
      font-weight: bolder;
    }

    .bet-swiper .swiper-button-next:hover {
      background-color: rgba(255, 255, 255, 0.473);
    }

    .bet-swiper .swiper-button-next:hover::after {
      color: white;
    }

    .bet-swiper .swiper-pagination .swiper-pagination-bullet {
      background: #5c636e;
      opacity: 1;
    }

    .bet-swiper .swiper-pagination .swiper-pagination-bullet-active {
      background: #ffffff;
    }

    .bet-swiper .swiper-slide {
      height: unset !important;
    }

    .bet-swiper .swiper-slide img {
      width: 100%;
      height: 100%;
    }

    /*.popular-events */
    .popular-events {
      height: 100%;
      width: 100%;
      padding-bottom: 16px !important;
    }

    .popular-events:hover .swiper-button-prev,
    .popular-events:hover .swiper-button-next {
      opacity: 1;
    }

    .popular-events .swiper-button-prev {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      opacity: 0;
      background-color: #edf2ff;
      box-shadow: 0 0 5px 0px #132034;
    }

    .popular-events .swiper-button-prev::after {
      color: #132034;
      font-size: 12px;
      font-weight: 900;
    }

    .popular-events .swiper-button-next {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      opacity: 0;
      background-color: #edf2ff;
      box-shadow: 0 0 5px 0px #132034;
    }

    .popular-events .swiper-button-next::after {
      color: #132034;
      font-size: 12px;
      font-weight: 900;
    }

    .popular-events .swiper-pagination {
      bottom: -6px !important;
    }

    .popular-events .swiper-pagination .swiper-pagination-bullet {
      background: #5c636e;
      opacity: 1;
    }

    .popular-events .swiper-pagination .swiper-pagination-bullet-active {
      background: #5b8fdd;
    }

    .top-live-casino {
      height: 100%;
      width: 100%;
    }

    .top-live-casino:hover .swiper-button-prev,
    .top-live-casino:hover .swiper-button-next {
      opacity: 1 !important;
    }

    .top-live-casino .swiper-button-prev {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      opacity: 0 !important;
      background-color: #edf2ff;
      box-shadow: 0 0 5px 0px #132034;
    }

    .top-live-casino .swiper-button-prev::after {
      color: #132034;
      font-size: 12px;
      font-weight: 900;
    }

    .top-live-casino .swiper-button-next {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      opacity: 0 !important;
      background-color: #edf2ff;
      box-shadow: 0 0 5px 0px #132034;
    }

    .top-live-casino .swiper-button-next::after {
      color: #132034;
      font-size: 12px;
      font-weight: 900;
    }

    @keyframes flare {
      0% {
        left: -45px;
      }

      20% {
        left: calc(100% + 15px);
      }

      to {
        left: calc(100% + 15px);
      }
    }

    @keyframes flare-2 {
      0% {
        transform: translateX(-115%) rotate(-45deg);
      }

      20% {
        transform: translateX(140%) rotate(-45deg);
      }

      to {
        transform: translateX(140%) rotate(-45deg);
      }
    }

    @keyframes pulse-dot {
      0% {
        transform: scale(0.33);
        opacity: 1;
      }

      to {
        transform: scale(1);
        opacity: 0;
      }
    }

    .header_top {
      height: 52px;
      align-items: center;
      justify-content: space-between !important;
    }

    .header_top .free_link {
      padding: 5px 28px 6px 50px;
      border-radius: 15px;
      background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%);
      font-weight: 600;
      color: #090f1e;
      position: relative;
      text-decoration: none;
      align-items: center;
      line-height: 1;
      cursor: pointer;
    }

    .header_top .free_link .money_img {
      background-image: url("https://cdn-1win.xyz/img/free-money-link-image.ac893118-120.png");
      display: "block";
      width: 60px;
      height: 33px;
      position: absolute;
      bottom: 0;
      left: -6px;
      background-size: 100%;
      background-repeat: no-repeat;
      pointer-events: none;
    }

    .header_top .top_promotion {
      margin-right: 21px;
      position: relative;
    }

    .header_top .top_promotion:before {
      content: "";
      display: block;
      height: 14px;
      width: 1px;
      background: hsla(0deg, 0%, 100%, 0.2);
      position: absolute;
      right: -10px;
      top: calc(50% - 7px);
    }

    .header_top .top_promotion .top_BonusLink {
      height: 24px;
      display: flex;
      align-items: center;
      border-radius: 13px;
      background-color: rgba(78, 93, 134, 0.3);
      border-bottom-left-radius: 30px;
      border-top-left-radius: 30px;
      position: relative;
      cursor: pointer;
      flex-direction: row;
    }

    .header_top .top_promotion .top_BonusLink .top_circle {
      height: 28px;
      width: 28px;
      background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%), linear-gradient(90deg, #ed6ea0, #ec8c69);
      box-shadow: 0 5px 15px rgba(201, 85, 255, 0.4);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
    }

    .header_top .top_promotion .top_BonusLink .top_circle svg {
      height: 1em;
    }

    .header_top .top_promotion .top_BonusLink .top_bonus_img {
      position: absolute;
      height: 54px;
      transform: rotate(-13deg);
      right: -17px;
      top: -17px;
      pointer-events: none;
    }

    .header_top .lang_btn {
      width: 60px;
      height: 24px;
      min-height: 24px;
      padding: 0;
      background: rgba(78, 93, 134, 0.3);
      font-size: 12px;
      color: #fff;
      border-radius: 8px;
    }

    .header_top .lang_btn .MuiButton-endIcon {
      margin-left: 0px !important;
    }

    .header_top .lang_icon {
      width: 15px;
      height: 15px;
      border-radius: 50px;
      margin-left: 4px;
    }

    .header_wraper {
      position: sticky;
      z-index: 100;
      top: -1px;
      height: 47px;
      will-change: transform;
      transform: translateZ(0);
    }

    .header_wraper .header {
      max-width: 1900px;
      max-height: 47px;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      padding: 0 10px;
      display: flex;
      -webkit-box-align: center;
      justify-content: space-between;
      align-items: center;
      background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, 0.6));
      background-color: #090f1e;
      box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.6);
      border-radius: 10px;
      transition: border-radius 0.2s;
      will-change: border-radius, transform;
      position: relative;
    }

    .header_wraper .header .level-item {
      align-items: center;
      display: flex;
    }

    .header_wraper .header .level-item:not(:last-child) {
      margin-right: 1rem;
    }

    .header_wraper .header .level-item .logo-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .header_wraper .header .level-item .logo-container a {
      display: flex;
    }

    .header_wraper .header .level-item .user_btn {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background: #1f2841;
      border-radius: 20px 8px 8px 20px;
      padding: 3px 8px 3px 3px;
      min-width: 0;
    }

    .header_wraper .header .level-item .user_btn .icon-wrap {
      align-items: center;
      border-radius: 50%;
      background-color: #2c3756;
      display: flex;
      font-size: 10px;
      justify-content: center;
      height: 29px;
      width: 29px;
    }

    .header_wraper .header .level-item .user_btn .icon-wrap svg {
      font-size: 18px;
    }

    .header_wraper .header .level-item .user_btn .close-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 5px;
      width: 10px;
    }

    .header_wraper .header .level-item .user_btn .close-wrap svg {
      font-size: 14px;
    }

    .header_wraper .header .level-item .login_btn {
      background-image: linear-gradient(0deg, transparent, transparent);
      background-color: #1f2841;
      cursor: pointer;
      border-radius: 8px;
      color: #fff;
      text-transform: capitalize;
      padding: 6px 15px;
      margin-right: 8px;
    }

    .header_wraper .header .level-item .login_btn span {
      font-size: 14px;
    }

    .header_wraper .header .level-item .register_btn {
      background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
      border-style: none;
      text-transform: capitalize;
      border-radius: 8px;
      color: #fff;
      padding: 6px 15px;
    }

    .header_wraper .header .level-item .register_btn span {
      font-size: 14px;
    }

    .header_wraper .header .level-item .register_btn .icon-wrap {
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-image: linear-gradient(210deg, hsla(0deg, 0%, 100%, 0) 25%, hsla(0deg, 0%, 100%, 0.06) 48%, #fff 133%);
      margin-right: 12px;
      margin-left: -5px;
    }

    .footer .footer-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0.2) 9.92%, transparent);
    }

    .footer .footer-line-full {
      flex: 1;
      height: 1px;
      background-color: hsla(0deg, 0%, 100%, 0.2);
    }

    .footer .contact-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 6px !important;
      background-image: linear-gradient(144deg, #0095ff -27%, #0855c4 151%, #0855c4 0);
      padding: 0;
    }

    .footer .app-download {
      width: 175px;
      height: 42px;
      display: flex;
      border: 1px solid hsla(0deg, 0%, 100%, 0.15);
      border-radius: 12px;
      align-items: center;
      padding: 0 15px;
      transition: border 0.25s ease-out;
      cursor: pointer;
      justify-content: space-between;
    }

    .footer .social_link {
      border-radius: 10px;
      align-items: center;
      display: flex;
      height: 35px;
      justify-content: center;
      text-align: center;
      width: 35px;
      font-size: 15px;
      cursor: pointer;
    }

    .footer .social_link:hover {
      transform: scale(1.1);
      transition-duration: 0.3s, 0.3s;
      transition-timing-function: ease-out, ease-out;
      transition-delay: 0s, 0s;
      transition: transform 0.3s ease-out;
      transition-duration: 0.3s, 0.3s;
      transition-timing-function: ease-out, ease-out;
      transition-delay: 0s, 0s;
      transition-property: transform;
      transition-duration: 0.3s, 0.3s;
      transition-timing-function: ease-out, ease-out;
      transition-delay: 0s, 0s;
    }

    .footer .social_link a {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer .social_link a svg {
      color: white;
    }

    .footer .social_link:nth-child(1) {
      background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%);
      box-shadow: 0 5px 16px rgba(76, 162, 246, 0.3);
    }

    .footer .social_link:nth-child(2) {
      background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
      box-shadow: 0 5px 16px rgba(186, 77, 101, 0.3);
    }

    .footer .social_link:nth-child(3) {
      background: linear-gradient(135deg, #82a4e9, #4267b2);
      box-shadow: 0 5px 16px rgba(115, 150, 220, 0.3);
    }

    .footer .social_link:nth-child(4) {
      background: linear-gradient(135deg, #79ccff, #1da1f2);
      box-shadow: 0 5px 16px rgba(115, 150, 220, 0.3);
    }

    .footer .footer-btn {
      background: linear-gradient(92.58deg, #1e283f, rgba(20, 27, 46, 0.6) 99.71%);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      height: 100%;
    }

    .footer .payments {
      align-items: center;
      justify-content: space-around;
      width: 100%;
      margin: 0 124px;
    }

    .footer .payments svg {
      font-size: 25px;
      width: auto;
    }

    .footer .PaymentSection_icon_17jgt [class$=mono] {
      opacity: 1;
      transition: opacity 0.2s ease;
    }

    .footer .PaymentSection_icon_17jgt {
      cursor: pointer;
      width: auto;
      font-size: 19px;
    }

    @media screen and (max-width: 425px) {
      .footer .PaymentSection_icon_17jgt {
        cursor: pointer;
        margin: 0 18px 15px;
        font-size: 15px;
      }
    }

    .footer .PaymentSection_icon_17jgt [class$=color] {
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    .footer .PaymentSection_icon_17jgt:active [class$=color],
    .footer .PaymentSection_icon_17jgt:hover [class$=color] {
      opacity: 1;
    }

    .footer .PaymentSection_icon_17jgt:active [class$=mono],
    .footer .PaymentSection_icon_17jgt:hover [class$=mono] {
      opacity: 0;
    }

    .footer .split {
      height: 25px;
      width: 1px;
      background: rgba(151, 174, 225, 0.11);
      margin: 0 10px;
    }

    .middle-item {
      height: 75px;
      border-radius: 12px;
      padding-left: 25px;
      display: flex;
      justify-content: center;
      flex-direction: column !important;
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      color: white;
    }

    .middle-item:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: inherit;
      z-index: 0;
      background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
      opacity: 0.7;
      transition: opacity 0.15s ease-in-out;
    }

    .middle-item:hover:before {
      opacity: 1;
    }

    .middle-item .middle-item-img-wrap {
      position: absolute;
      right: 17px;
      width: 40%;
      height: 0;
      max-width: 61px;
      display: flex;
      align-items: center;
    }

    .middle-item .middle-item-img-wrap .middle-item-img {
      position: absolute;
      width: 100%;
    }

    .middle-item .middle-item-img-wrap .middle-item-img img {
      height: auto;
      max-width: 100%;
    }

    .home-tab {
      border-top-left-radius: 12px;
      overflow: hidden;
      z-index: 2;
      pointer-events: none;
      filter: drop-shadow(0 1px 0 #edf2ff);
    }

    .home-tab .home-tab-title {
      position: relative;
      height: 34px;
      padding: 16px 30px 0px 25px;
      margin-right: 15px;
      display: -webkit-box;
      justify-content: center;
      align-items: flex-end;
      color: #090f1e;
      font-size: 17px;
      letter-spacing: -0.4px;
      font-weight: 700;
    }

    .home-tab .home-tab-title:before {
      content: "";
      position: absolute;
      height: 100%;
      width: calc(100% + 16px);
      top: 0;
      left: -16px;
      background-color: #edf2ff;
      transform: skew(30deg, 0deg);
      border-top-right-radius: 7px;
      z-index: -1;
    }

    .home-tab .home-tab-title:after {
      content: "";
      position: absolute;
      height: 100%;
      border-radius: 5px;
      width: 10px;
      right: -10px;
      top: 0;
      transform: skewX(30deg);
      box-sizing: unset;
      box-shadow: 0 0 0 5px #edf2ff;
      clip: rect(16px, 6px, 50px, -10px);
    }

    .home-tab .home-tab-title .populart-icon {
      position: relative;
      width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px;
    }

    .home-tab .home-tab-title .tab-live-bage {
      position: relative;
      width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px;
    }

    .home-tab .home-tab-title .tab-live-bage .tab-live-bage-center {
      background: #fa203b;
      border-radius: 50%;
      display: block;
      position: relative;
      min-width: 7px;
      min-height: 7px;
    }

    .home-tab .home-tab-title .tab-live-bage .tab-live-bage-center:before {
      content: "";
      animation: pulse-dot 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      position: absolute;
      width: 300%;
      height: 300%;
      border-radius: 50%;
      background: #fa203b;
      top: -100%;
      left: -100%;
    }

    .home-tab-all {
      position: relative;
      height: 34px;
      justify-content: center;
      padding: 0 16px 0 34px;
      margin-left: -30px;
      font-weight: 600;
      z-index: 1;
      font-size: 11px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .home-tab-all:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      background-image: linear-gradient(-45deg, #0855c4, #0095ff);
      transform: skew(30deg, 0deg);
      border-top-right-radius: 7px;
      z-index: -1;
    }

    .toggle-switcher-item {
      height: 30px;
      max-width: 30px;
      cursor: pointer;
      position: relative;
      background-color: #1f2841;
      border-radius: 10px;
      transition: max-width 0.25s;
      overflow: hidden;
      flex-shrink: 0;
      display: flex;
      align-items: center;
    }

    .toggle-switcher-item:not(:first-child) {
      margin-left: 5px;
    }

    .toggle-switcher-item:after,
    .toggle-switcher-item:before {
      transition: opacity 0.25s;
      will-change: opacity;
      content: "";
      background-image: linear-gradient(118deg, #108de7, #0855c4);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: inherit;
    }

    .toggle-switcher-item .toggle-switcher-icon-wrapper {
      z-index: 1;
      display: inline-flex;
      align-items: center;
      position: relative;
    }

    .toggle-switcher-item .toggle-switcher-icon-wrapper .toggle-switcher-icon {
      min-width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .toggle-switcher-item .toggle-switcher-icon-wrapper .toggle-switcher-icon .no-margin {
      margin: 0px !important;
    }

    .toggle-switcher-item .toggle-switcher-icon-wrapper .toggle-switcher-label {
      font-size: 13px;
      color: #fff;
      font-weight: 700;
      margin-right: 10px;
      margin-left: 2px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      opacity: 1;
      white-space: nowrap;
    }

    .toggle-switcher-item.active {
      height: 30px;
      cursor: pointer;
      position: relative;
      background-color: #1f2841;
      border-radius: 10px;
      transition: max-width 0.25s;
      overflow: hidden;
      flex-shrink: 0;
      max-width: 158px;
      background-image: linear-gradient(118deg, #108de7, #0855c4);
    }

    .home-tab-content {
      border-radius: 12px;
      border-top-left-radius: 0;
      background-color: #edf2ff;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .home-tab-content .match-table-head-underlay {
      border-radius: 8px;
      background-image: linear-gradient(273deg, #0855c4, #0095ff);
      position: absolute;
      width: calc(100% - 40px);
      height: 30px;
      left: 20px;
      top: 32px;
    }

    .home-tab-content .sport-grids {
      margin: 20px 0;
      width: 100%;
      position: relative;
      z-index: 1;
      color: black;
    }

    .home-tab-content .sport-grids th,
    .home-tab-content .sport-grids td {
      border-bottom: unset !important;
    }

    .home-tab-content .sport-grids .match-table-match-row {
      min-height: 50px;
      height: 50px;
      cursor: pointer;
    }

    .home-tab-content .sport-grids .match-table-match-row:nth-child(even) {
      background-color: #dce6f7;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell {
      padding: 10px 5px;
      width: 1px;
      height: 70px;
      max-height: 70px;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell:first-child {
      padding-left: 20px;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell:last-child {
      padding-right: 20px;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-date-info {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-date-info .match-table-date-time {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-date-info .match-table-date-time .match-table-date {
      font-size: 11px;
      opacity: 0.5;
      white-space: nowrap;
      color: black;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-date-info .match-table-date-time .match-table-time {
      font-size: 12px;
      margin-top: 4px;
      color: black;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info {
      position: relative;
      padding-left: 13px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 100%;
      border-radius: 1.5px;
      left: 0;
      background-image: linear-gradient(356deg, #0095ff, #0855c4);
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-team {
      font-size: 13px;
      line-height: 1.2;
      color: black;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-score-info {
      margin-top: 2px;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-score-info span {
      font-size: 11px;
      font-weight: 500;
      line-height: 1.2;
      color: black;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-score-info .match-table-period-score {
      color: #888;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-score-info .match-table-separator {
      color: #888;
      display: inline-block;
      margin: 0 7px;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-score-info .match-table-match-time span {
      font-size: 12px;
      margin-top: 4px;
      color: black;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-primary-info .match-table-score-info .match-table-match-time svg {
      font-size: 12px;
      margin-right: 8px;
      color: #87a2da;
      position: relative;
      top: 2px;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell .match-table-odds-chip-wrap .match-table-odds-chip {
      height: 30px;
      background-color: rgba(8, 84, 195, 0.2);
      padding: 0 10px;
      font-size: 11px;
      font-weight: 500;
      border-radius: 8px;
      align-items: center;
      white-space: nowrap;
      color: black;
    }

    .home-tab-content .sport-grids .match-table-match-row .match-table-match-cell button {
      border-radius: 12px;
      color: black;
    }

    .popular-wrap {
      width: 100%;
    }

    .popular-wrap .live-event-main {
      background-color: #fff;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: #090f1e;
      padding: 16px;
      border: 1px solid #fff;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      cursor: pointer;
    }

    .popular-wrap .live-event-main .match-header {
      align-items: flex-start;
      display: flex;
      align-items: center;
      height: 20px;
      box-sizing: initial;
    }

    .popular-wrap .live-event-main .match-header .top-live-match-score {
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 0.3px;
      line-height: 0.95;
      margin-right: 1rem;
    }

    .popular-wrap .live-event-main .match-header .match-score-period {
      border: 0.5px solid rgba(108, 125, 163, 0.4);
      border-radius: 7px;
      font-size: 11px;
      padding: 3px 6px;
    }

    .popular-wrap .live-event-main .top-live-match-info {
      align-items: center;
      display: flex;
      height: 30px;
      margin: 8px 0px;
    }

    .popular-wrap .live-event-main .top-live-match-info .match-teams {
      overflow: hidden;
      padding: 0 10px;
      position: relative;
    }

    .popular-wrap .live-event-main .top-live-match-info .match-teams:before {
      background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
      border-radius: 290486px;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      width: 3px;
    }

    .popular-wrap .live-event-main .top-live-match-info .match-teams .match-team {
      align-items: flex-start;
      display: flex;
      white-space: nowrap;
    }

    .popular-wrap .live-event-main .top-live-match-info .match-teams .match-team .helper-line {
      font-size: 12px;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .popular-wrap .live-event-main .match-details {
      align-items: center;
      color: #6c7da3;
      display: flex;
      font-size: 11px;
      line-height: 1;
      margin-bottom: 8px;
    }

    .popular-wrap .live-event-main .match-odd-list {
      display: flex;
      list-style: none;
    }

    .popular-wrap .live-event-main .match-odd-list .match-odd-item {
      flex: 1;
    }

    .popular-wrap .live-event-main .match-odd-list .match-odd-item .live-top-odd {
      align-items: center;
      background-color: rgba(108, 125, 163, 0.2);
      border-radius: 12px;
      cursor: pointer;
      font-size: 14px;
      height: 36px;
      min-width: 36px;
      padding: 0 10px;
      transition: all 0.3s;
      width: 100%;
    }

    .popular-wrap .live-event-main .match-odd-list .match-odd-item .live-top-odd .odd-values {
      will-change: contents;
      transition: all 0.3s;
      align-items: center;
      display: flex;
      pointer-events: none;
      height: 100%;
      width: 100%;
    }

    .popular-wrap .live-event-main .match-odd-list .match-odd-item .live-top-odd .odd-values .odd-name {
      margin-right: 5px;
      text-transform: uppercase;
      color: black;
    }

    .popular-wrap .live-event-main .match-odd-list .match-odd-item .live-top-odd .odd-values .odd-value {
      margin-left: auto;
      font-weight: 700;
      text-align: right;
      color: black;
    }

    .section-card {
      border-radius: 12px;
      background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
      position: relative;
      padding: 25px;
    }

    .section-card .section-card-top-line {
      position: absolute;
      top: 0;
      left: 25px;
      right: 25px;
      height: 4px;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px;
      background-size: 200% auto;
      animation: notch-bg-slide-01a6027a 4s linear 0s infinite alternate;
      will-change: background-position;
      background-image: linear-gradient(90deg, rgb(0, 183, 255) 0%, rgb(199, 0, 255) 50%, rgb(255, 187, 0) 100%);
    }

    .section-card .section-card-header {
      justify-content: space-between;
      align-items: flex-end;
      z-index: 10;
    }

    .section-card .game-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      margin-bottom: 8px;
      -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    }

    .section-card .game-card:hover .game-card-image {
      transform: scale(1.03);
    }

    .section-card .game-card .game-card-image-container {
      background-color: #141b2f;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    .section-card .game-card .game-card-image-container div,
    .section-card .game-card .game-card-image-container a {
      padding-bottom: 75%;
      transition: transform 0.5s;
    }

    .section-card .game-card .game-card-image-container div:hover,
    .section-card .game-card .game-card-image-container a:hover {
      transform: scale(1.1);
    }

    .section-card .game-card .game-card-image-container .game-card-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      transition: transform 0.3s ease-in-out;
      z-index: 2;
    }

    .section-card .section-card-bg {
      position: absolute;
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-radius: 12px;
    }

    .section-card .section-card-bg .SectionPokerBanner-bg {
      height: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .section-card .section-card-bg .SectionPokerBanner-bg .WithSelfBlurGlow {
      position: relative;
      height: 100%;
    }

    .section-card .section-card-bg .SectionPokerBanner-bg .WithSelfBlurGlow .WithSelfBlurGlow-glow {
      position: absolute;
      width: 100%;
      height: 100%;
      filter: blur(30px) saturate(1);
      top: 0px;
      opacity: 0.5;
      transform: translateZ(0px);
    }

    .section-card .section-card-bg .SectionPokerBanner-bg .WithSelfBlurGlow .WithSelfBlurGlow-content-wrapper {
      position: relative;
      height: 100%;
      width: 100%;
    }

    .section-card .SectionPokerBanner_contentButton {
      height: 45px;
      color: #fff;
      text-transform: capitalize !important;
      border-radius: 8px;
      background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
      padding: 0 25px;
      cursor: pointer;
      font-weight: 700;
      display: flex;
      align-items: center;
      font-size: 15px;
      position: relative;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      margin-top: 10px;
    }

    .section-card .SectionPokerBanner_contentButton:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 20%;
      background-color: hsla(0deg, 0%, 100%, 0.2);
      left: -25%;
      transform: skewX(-20deg);
    }

    .sports-list {
      background-color: rgb(20, 27, 46);
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      overflow: hidden;
      height: 100%;
      flex-shrink: 0;
      max-height: 100%;
      border-radius: 8px;
      display: flex;
      padding-top: 10px;
      padding-bottom: 10px;
      height: calc(100vh - 80px);
      position: sticky;
      top: 64px;
    }

    .sports-list .sports-search-wrap {
      position: relative;
      margin: 10px 0px;
      padding: 10px 0px;
    }

    .sports-list .sports-search-wrap:before {
      bottom: 0px;
      z-index: 4;
      content: "";
      height: 1px;
      position: absolute;
      opacity: 0.7;
      background-color: rgb(37, 47, 75);
      left: 10px;
      right: 10px;
    }

    .sports-list .sports-search-wrap:after {
      top: 0px;
      z-index: 4;
      content: "";
      height: 1px;
      position: absolute;
      opacity: 0.7;
      background-color: rgb(37, 47, 75);
      left: 10px;
      right: 10px;
    }

    .sports-list .sports-search-wrap .search-btn {
      color: white;
      text-transform: capitalize;
      width: 100%;
      border-radius: 8px;
      justify-content: flex-start;
      font-size: 12px;
      padding: 8px 10px !important;
    }

    .sports-list .sports-search-wrap .search-btn .MuiButton-startIcon>*:nth-of-type(1) {
      font-size: 16px !important;
    }

    .sports-list .sports-search-wrap .casino-search {
      width: 100%;
      border-radius: 8px;
      background-color: #1f2941;
    }

    .sports-list .sports-search-wrap .casino-search input {
      color: #7388b6;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.19px;
      width: 201px;
      padding: 10px 10px 10px 0px;
    }

    .sports-list .sports-search-wrap .casino-search fieldset {
      display: none;
    }

    .sports-list .sports-list-body {
      overflow: hidden auto;
    }

    .sports-list .sports-list-body .list-item {
      position: relative;
    }

    .sports-list .sports-list-body .list-item .item-btn-wrap {
      position: sticky;
      top: 0;
      z-index: 3;
      margin-right: 10px;
      margin-left: 10px;
    }

    .sports-list .sports-list-body .list-item .section-list {
      padding: 0.5rem 0;
      background-color: #192137;
    }

    .sports-list .sports-list-body .list-item .section-list .section-header {
      align-items: center;
      color: #616e8c;
      display: flex;
      line-height: 25px;
      min-height: 25px;
      font-size: 12px;
    }

    .sports-list .sports-list-body .list-item .section-list .section-header:after {
      background-color: currentColor;
      content: "";
      display: block;
      flex-grow: 1;
      height: 1px;
      margin-left: 8px;
    }

    .sports-list .sports-list-item-btn {
      color: white;
      text-transform: capitalize;
      width: 100%;
      border-radius: 8px !important;
      justify-content: flex-start;
      font-size: 12px;
      padding: 8px 10px !important;
      border-bottom: unset !important;
    }

    .sports-list .sports-list-item-btn .MuiButton-startIcon>*:nth-of-type(1) {
      font-size: 16px !important;
    }

    .sports-list .sports-list-item-btn:hover {
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
    }

    .sports-list .sports-list-item-btn.active {
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
    }

    .betslip {
      border-radius: 10px;
      padding: 10px;
      margin-bottom: 15px;
      position: sticky;
      top: 64px;
      background-image: linear-gradient(135deg, #233358, rgba(20, 27, 46, 0.6));
    }

    .betslip .bet-tabbar {
      margin-bottom: 15px;
    }

    .betslip .bet-tabbar .slip-title {
      align-items: center;
      background-color: hsla(0deg, 0%, 100%, 0.1);
      border-radius: 8px;
      display: flex;
      flex: auto;
      font-size: 12px;
      height: 30px;
      justify-content: center;
      text-align: center;
      transition: opacity 0.2s;
      position: relative;
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
    }

    .betslip .bet-tabbar .slip-title .slip-count {
      background-color: white;
      color: #0059c5;
      border-radius: 50px;
      width: 14px;
      height: 14px;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 32%;
      position: absolute;
      letter-spacing: 1px;
      line-height: 1;
    }

    .betslip .slip-Odd {
      align-items: center;
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      font-weight: 700;
      font-size: 12px;
      background: linear-gradient(143.56deg, #0095ff -58.98%, #0855c4 95.86%);
      border-radius: 8px;
      box-shadow: 0 6px 22px rgba(5, 109, 218, 0.2);
      color: #fff;
      align-self: stretch;
      margin-right: 8px;
      width: 46px;
      min-width: none;
      padding: 0px !important;
      min-width: 0px !important;
      z-index: 2;
    }

    .betslip .close-odd {
      color: #94a6cd;
      font-size: 11px;
      z-index: 1;
      background-color: rgba(148, 166, 205, 0.11);
      border-radius: 10px;
      width: 28px;
      height: 28px;
      margin-left: auto;
      padding: 0px;
    }

    .betslip .close-odd:hover {
      background-color: #60afff;
    }

    .betslip .close-odd:hover svg {
      color: white;
    }

    .betslip .sliip-teams {
      grid-area: teams;
      padding: 2px 0 2px 10px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .betslip .sliip-teams:before {
      content: "";
      width: 3.5px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(107.15deg, #0095ff, #0855c4);
      box-shadow: 0 6px 22px rgba(5, 109, 218, 0.3);
      border-radius: 0 10px 10px 0;
    }

    .betslip .live-mark {
      align-self: end;
      border-radius: 10px;
      color: #f62525;
      display: flex;
      font-size: 9px;
      font-weight: 700;
      grid-area: service;
      letter-spacing: 0.17px;
      text-transform: uppercase;
      position: relative;
      padding-right: 10px;
      align-items: center;
    }

    .betslip .live-mark .live-dot {
      background-image: radial-gradient(50% 50% at 50% 50%, rgba(246, 37, 37, 0) 0, rgba(246, 37, 37, 0.2) 100%);
      border-radius: 50px;
      height: 12px;
      margin-right: 3px;
      width: 12px;
      position: relative;
    }

    .betslip .live-mark .live-dot:before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50px;
      background-color: #f62525;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
    }

    .betslip .live-mark span {
      font-family: Tahoma, "sans-serif";
    }

    .betslip .enter-stake {
      width: 100%;
    }

    .betslip .enter-stake input {
      font-size: 12px;
      width: 100%;
      background-color: #fff;
      border-radius: 8px;
      color: #090f1e;
      height: 14px;
      padding: 7px 10px 9px;
    }

    .betslip .enter-stake fieldset {
      display: none;
    }

    .betslip .express-slip {
      position: relative;
      background: -webkit-radial-gradient(0 100%, circle, transparent 4px, #fff 0), -webkit-radial-gradient(100% 100%, circle, transparent 4px, #fff 0), -webkit-radial-gradient(100% 0, circle, transparent 4px, #fff 0), -webkit-radial-gradient(0 0, circle, transparent 4px, #fff 0);
      background-position: 0 100%, 100% 100%, 100% 0, 0 0;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      overflow: hidden;
    }

    .betslip .express-slip:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .betslip .express-slip:after {
      content: "";
      bottom: 0px;
      left: 15px;
      position: absolute;
      right: 15px;
      z-index: 110;
      background-image: url(/images/separator.svg?28537bc0c5a5c5663f17b5c276924f5b);
      height: 1px;
    }

    .betslip .total-odd {
      background-color: #fff;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin-bottom: 10px;
      padding: 10px;
      background: -webkit-radial-gradient(0 100%, circle, transparent 4px, #fff 0), -webkit-radial-gradient(100% 100%, circle, transparent 4px, #fff 0), -webkit-radial-gradient(100% 0, circle, transparent 4px, #fff 0), -webkit-radial-gradient(0 0, circle, transparent 4px, #fff 0);
      background-position: 0 100%, 100% 100%, 100% 0, 0 0;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .betslip .total-odd .btn {
      background-image: linear-gradient(143.56deg, #0095ff -58.98%, #0855c4 95.86%);
      box-shadow: 0 6px 22px rgba(5, 109, 218, 0.2);
      border-radius: 8px;
      color: white;
      text-transform: capitalize;
      font-size: 12px;
      font-weight: 800;
      padding: 4px 24px;
    }

    .tournament-table {
      border-radius: 8px;
      color: #000;
      contain: content;
      overflow: hidden;
      text-align: center;
      width: 100%;
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
      table-layout: fixed;
    }

    .tournament-table:not(:last-child) {
      margin-bottom: 8px;
    }

    .tournament-table .table-header {
      color: #fff;
    }

    .tournament-table .table-header .table-row {
      height: 40px;
    }

    .tournament-table .table-header .table-row .tournament-cell {
      font-size: 14px;
      line-height: 1.1;
      text-align: left;
      position: relative;
    }

    .tournament-table .table-header .table-row .tournament-cell .tournament-cell-inner {
      display: flex;
      align-items: center;
      padding: 10px 15px;
    }

    .tournament-table .table-header .table-row .odd-cell-h {
      color: #b1d1ff;
      font-size: 11px;
      letter-spacing: -0.1px;
      min-width: 30px;
      text-align: center;
      text-transform: uppercase;
      width: 6%;
    }

    .tournament-table .table-header .table-row th {
      padding: 0px !important;
    }

    .tournament-table .table-body .match-row {
      background-color: #edf2ff;
      cursor: pointer;
    }

    .tournament-table .table-body .match-row:hover {
      background-color: #1b2029;
    }

    .tournament-table .table-body .match-row:hover .match-info .favourite,
    .tournament-table .table-body .match-row:hover .match-info .match-date,
    .tournament-table .table-body .match-row:hover .odd-cell .odd-coefficient,
    .tournament-table .table-body .match-row:hover .match-info .ml-auto .match-statistics .match-statistics-line .match-score-total,
    .tournament-table .table-body .match-row:hover .match-info .ml-auto .match-statistics .match-statistics-line .match-time-passed,
    .tournament-table .table-body .match-row:hover .match-info .match-teams-container .match-teams-block .match-teams .team .team-name {
      color: white;
    }

    .tournament-table .table-body .match-row td {
      padding: 0px !important;
    }

    .tournament-table .table-body .match-row .match-info {
      align-items: center;
      display: flex;
      padding: 5px;
    }

    .tournament-table .table-body .match-row .match-info .favourite {
      color: #bfd2f3;
    }

    .tournament-table .table-body .match-row .match-info .match-date {
      font-size: 12px;
      color: black;
    }

    .tournament-table .table-body .match-row .match-info .match-separator {
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
      border-radius: 1.5px;
      flex: none;
      height: 2rem;
      margin: 2px 6px;
      opacity: 0.8;
      width: 3px;
    }

    .tournament-table .table-body .match-row .match-info .match-teams-container {
      align-items: center;
      display: flex;
      flex: 1;
    }

    .tournament-table .table-body .match-row .match-info .match-teams-container .match-teams-block {
      align-items: center;
      display: flex;
      overflow: hidden;
    }

    .tournament-table .table-body .match-row .match-info .match-teams-container .match-teams-block .match-teams {
      overflow: hidden;
    }

    .tournament-table .table-body .match-row .match-info .match-teams-container .match-teams-block .match-teams .team {
      display: flex;
      align-items: center;
    }

    .tournament-table .table-body .match-row .match-info .match-teams-container .match-teams-block .match-teams .team .team-name {
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
      color: black;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto {
      display: flex;
      margin-left: auto;
      align-items: center;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto .match-statistics {
      font-weight: 500;
      letter-spacing: -0.1px;
      margin-right: 5px;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto .match-statistics .match-statistics-line {
      display: flex;
      justify-content: flex-end;
      text-align: right;
      margin: 0px;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto .match-statistics .match-statistics-line .match-score-total {
      font-size: 12px;
      color: black;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto .match-statistics .match-statistics-line .match-score-periods {
      color: #888;
      font-size: 10px;
      margin-left: 8px;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto .match-statistics .match-statistics-line .match-time-passed {
      color: black;
      font-size: 12px;
      margin-left: 8px;
    }

    .tournament-table .table-body .match-row .match-info .ml-auto .match-statistics .match-statistics-line svg {
      color: #87a2da;
      font-size: 16px;
    }

    .tournament-table .table-body .match-row .odd-cell {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      position: relative;
    }

    .tournament-table .table-body .match-row .odd-cell:before {
      position: absolute;
      content: "";
      background-color: rgba(152, 160, 181, 0.1019607843);
      /* background-color: rgb(20 27 46 / 15%); */
      width: 100%;
      height: 100%;
      top: 0;
    }

    .tournament-table .table-body .match-row .odd-cell .odd-coefficient {
      border-radius: 8px;
      font-weight: 600;
      letter-spacing: -0.2px;
      padding: 2px 12px;
      text-align: center;
      min-width: 0;
      color: black;
      width: 100%;
    }

    .tournament-table .table-body .match-row .odd-cell .odd-coefficient:hover {
      background-color: #9ea5b4;
    }

    .tournament-table .table-body .match-row .odd-cell .odd-coefficient.active {
      background: linear-gradient(143.56deg, #0095ff -58.98%, #0855c4 95.86%);
      border-radius: 8px;
      box-shadow: 0 6px 22px rgba(5, 109, 218, 0.2);
      color: #fff;
    }

    .tournament-table .table-body .match-row .odd-cell.handicap {
      background-color: rgba(66, 89, 133, 0.3882352941);
    }

    .tournament-table .table-body .match-row .odd-cell.handicap .odd-coefficient .MuiTouchRipple-root {
      display: none;
    }

    .tournament-table .table-body .match-row .odd-cell.handicap .odd-coefficient:hover {
      background-color: transparent;
    }

    .tournament-table .table-body .match-row .odd-cell.disable {
      background-color: rgba(20, 27, 46, 0.7);
      cursor: initial;
    }

    .event-content {
      flex: 1;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-image: url(/images/volleyball.png?32a8f631f6c371adac59a64ba9a387e3);
    }

    .event-content .btn {
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
      align-items: center;
      background-color: #252f4b;
      border-radius: 8px;
      color: #fff;
      display: flex;
      font-size: 12px;
      font-weight: 500;
      height: 30px;
      min-width: 0px;
      justify-content: center;
      letter-spacing: 0.2px;
      padding: 0 10px;
      text-align: center;
      transition: all 0.2s ease-out;
    }

    .event-content .market-head {
      background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
      cursor: pointer;
      justify-content: space-between;
      align-items: center;
      padding: 0px 10px;
    }

    .event-content .market-body {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1px;
      margin-bottom: -1px;
    }

    .event-content .market-body .market-wrap {
      padding-right: 1px;
      min-width: 30%;
      display: flex;
      flex-grow: 1;
    }

    .event-content .market-body .market-wrap .market-btn {
      width: 100%;
      margin-bottom: 1px;
      background-color: #e4ebff;
      border-radius: 0px;
      display: flex;
      justify-content: space-between;
      padding: 4px 0px 4px 10px;
    }

    .event-content .market-body .market-wrap .market-btn:hover {
      background-color: #1b2029;
    }

    .event-content .market-body .market-wrap .market-btn:hover p {
      color: white !important;
    }

    .event-content .market-body .market-wrap .market-btn .market-name {
      font-size: 12px;
      color: #252f4b;
    }

    .event-content .market-body .market-wrap .market-btn .market-odd {
      font-size: 14px;
      font-weight: 600;
      color: #090f1e;
      padding: 5px 8px;
      border-radius: 8px;
    }

    .event-content .market-body .market-wrap .market-btn .market-odd.active {
      background-image: linear-gradient(135deg, #108de7, #0855c4);
      color: white;
    }

    .casino .casino-top {
      padding: 0 15px 15px 15px;
      align-items: center;
      justify-content: center;
      display: flex;
      flex-direction: column;
      color: #fff;
      opacity: 1;
      position: relative;
      z-index: 1;
      cursor: pointer;
      flex: 1;
      height: 100%;
    }

    .casino .casino-top:before {
      content: "";
      position: absolute;
      border-radius: 12px;
      z-index: -2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: radial-gradient(circle at -65% 157%, #c5991e, #b68100 7%, #fff29d 66%, #b57f00 113%, #c7940f 138%);
    }

    .casino .casino-top:after {
      content: "";
      position: absolute;
      border-radius: 10px;
      z-index: -1;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      background: #090f1f;
      box-shadow: 0 9px 17px 0 rgba(214, 179, 71, 0), inset 0 1px 29px 0 #000;
    }

    .casino .casino-top .casino-top-title {
      align-items: center;
      display: flex;
      margin-top: auto;
    }

    .casino .casino-top .casino-top-title .title-separator {
      background: linear-gradient(270deg, #fff, transparent);
      height: 1px;
      opacity: 0.3;
      width: 2vw;
    }

    .casino .casino-top .casino-top-title .casino-title-name {
      font-size: 2vw;
      font-weight: 900;
      letter-spacing: -1.96px;
      text-shadow: 0 2px 87px #0c1820;
    }

    .casino .casino-top .casino-get-price {
      font-size: 51px;
      font-weight: 900;
      background: -webkit-linear-gradient(#000000, #ffe55d, #080700);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #ffe55d;
    }

    .casino .game-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      margin-right: 8px;
      -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    }

    .casino .game-card:last-child {
      margin-right: 0px;
    }

    .casino .game-card:hover .game-card-image {
      transform: scale(1.03);
    }

    .casino .game-card .game-card-image-container {
      background-color: #141b2f;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    .casino .game-card .game-card-image-container div,
    .casino .game-card .game-card-image-container a {
      padding-bottom: 75%;
      transition: transform 0.5s;
    }

    .casino .game-card .game-card-image-container div:hover,
    .casino .game-card .game-card-image-container a:hover {
      transform: scale(1.1);
    }

    .casino .game-card .game-card-image-container .game-card-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      transition: transform 0.3s ease-in-out;
      z-index: 2;
    }

    .animation-btn {
      height: 30px;
      border-radius: 8px !important;
      text-transform: capitalize !important;
      color: white !important;
      margin-left: 10px;
      box-shadow: 0 6px 18px 0 rgba(14, 161, 81, 0.3);
      background-image: linear-gradient(248deg, #009746 100%, #38c172 0);
      font-weight: 600 !important;
      font-size: 13px !important;
      line-height: 18px;
      letter-spacing: -0.15px;
      padding: 0 14px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }

    .animation-btn:before {
      content: "";
      position: absolute;
      top: calc(50% - 62px);
      width: 92px;
      height: 92px;
      background-image: radial-gradient(19.58% 37.96% at 16.68% 41.55%, hsla(0deg, 0%, 100%, 0.6) 0, hsla(0deg, 0%, 100%, 0) 100%);
      animation: flare-2 5s ease-in-out infinite;
    }

    .btn {
      color: #fff;
      border-radius: 8px;
      cursor: pointer;
      display: block;
      font-size: 13px;
      font-weight: 600;
      height: 35px;
      min-width: 36px;
      overflow: hidden;
      padding: 0 15px;
      position: relative;
      text-align: center;
      text-decoration: none;
      transition: all 0.2s;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      text-transform: capitalize !important;
    }

    .btn.success {
      background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
      box-shadow: 0 6px 18px 0 rgba(14, 161, 81, 0.3);
    }

    .btn.primary {
      background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
    }

    .btn.animation:before {
      content: "";
      position: absolute;
      top: calc(50% - 62px);
      width: 92px;
      height: 92px;
      background-image: radial-gradient(19.58% 37.96% at 16.68% 41.55%, hsla(0deg, 0%, 100%, 0.6) 0, hsla(0deg, 0%, 100%, 0) 100%);
      animation: flare-2 5s ease-in-out infinite;
    }

    .mobileMenu {
      width: 100%;
      border-top: 1px solid #1f2841;
      height: 60px;
      position: relative;
    }

    .mobileMenu .mobileMenu-btn {
      width: 20%;
      flex-direction: column;
      border-radius: 0px !important;
    }

    .mobileMenu .mobileMenu-btn img {
      margin-bottom: 5px;
      max-height: 22px;
      max-width: 22px;
    }

    .mobileMenu .mobileMenu-btn p {
      color: #536387;
      font-size: 11px;
      text-align: center;
      text-transform: capitalize;
    }

    .mobileMenu .mobileMenu-btn.active:before {
      background-color: #0854c3;
      border-radius: 3px;
      box-shadow: 0 0 1px #090f1e;
      content: "";
      height: 6px;
      position: absolute;
      top: -3px;
      width: 54px;
    }

    .mobileMenu .mobileMenu-btn.active p {
      color: white;
    }

    .bodyTab {
      -webkit-mask-image: linear-gradient(to left, transparent 0, #000 85px);
      mask-image: linear-gradient(to left, transparent 0, #000 85px);
    }

    .bodyTab:after {
      content: "";
      padding-left: 80px;
    }

    .bodyTab::-webkit-scrollbar {
      height: 0px;
      width: 0px;
    }

    .drawer .MuiDrawer-paper {
      background: linear-gradient(173deg, rgba(37, 46, 76, 0.98) 2%, rgba(25, 32, 51, 0.98));
      border-radius: 20px 0 0 20px;
    }

    .top-casino {
      background-image: linear-gradient(90deg, rgba(218, 113, 103, 0.35) 0px, rgba(218, 113, 103, 0.306) 4.5px, rgba(218, 113, 103, 0.26) 9px, rgba(218, 113, 103, 0.216) 13.5px, rgba(218, 113, 103, 0.176) 18px, rgba(218, 113, 103, 0.137) 22.5px, rgba(218, 113, 103, 0.1) 27px, rgba(218, 113, 103, 0.07) 31.5px, rgba(218, 113, 103, 0.047) 36px, rgba(218, 113, 103, 0.027) 40.5px, rgba(218, 113, 103, 0.01) 45px, rgba(218, 113, 103, 0.004) 49.5px, rgba(218, 113, 103, 0) 54px), linear-gradient(97deg, rgb(30, 40, 63), rgba(20, 27, 46, 0.6));
      height: 45px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      border-radius: 12px;
      will-change: transform;
      transform: translateZ(0);
    }

    .top-casino .left-red {
      background-image: linear-gradient(rgb(182, 32, 224) 0%, rgb(247, 181, 0) 100%);
      opacity: 1;
      position: absolute;
      left: 0;
      width: 3px;
      height: 21px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      transition: opacity 0.3s;
    }

    .all-casino {
      background-image: linear-gradient(90deg, rgba(109, 92, 217, 0.35) 0px, rgba(109, 92, 217, 0.306) 4.5px, rgba(109, 92, 217, 0.26) 9px, rgba(109, 92, 217, 0.216) 13.5px, rgba(109, 92, 217, 0.176) 18px, rgba(109, 92, 217, 0.137) 22.5px, rgba(109, 92, 217, 0.1) 27px, rgba(109, 92, 217, 0.07) 31.5px, rgba(109, 92, 217, 0.047) 36px, rgba(109, 92, 217, 0.027) 40.5px, rgba(109, 92, 217, 0.01) 45px, rgba(109, 92, 217, 0.004) 49.5px, rgba(109, 92, 217, 0) 54px), linear-gradient(97deg, rgb(30, 40, 63), rgba(20, 27, 46, 0.6));
      height: 45px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      border-radius: 12px;
      will-change: transform;
      transform: translateZ(0);
    }

    .all-casino .left-red {
      background-image: linear-gradient(rgb(61, 55, 183) 0%, rgb(140, 114, 236) 100%);
      opacity: 1;
      position: absolute;
      left: 0;
      width: 3px;
      height: 21px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      transition: opacity 0.3s;
    }

    .all-effect {
      background-image: linear-gradient(142.34deg, rgba(109, 92, 217, 0.45) -30%, rgba(109, 92, 217, 0.392) -23.33%, rgba(108, 91, 217, 0.333) -16.67%, rgba(109, 92, 217, 0.28) -10%, rgba(109, 92, 217, 0.224) -3.33%, rgba(109, 92, 217, 0.176) 3.33%, rgba(109, 92, 217, 0.133) 10%, rgba(109, 92, 217, 0.094) 16.67%, rgba(109, 92, 217, 0.06) 23.33%, rgba(109, 92, 217, 0.035) 30%, rgba(109, 92, 217, 0.016) 36.67%, rgba(109, 92, 217, 0.004) 43.33%, rgba(109, 92, 217, 0) 50%);
      width: 68px;
      height: 68px;
      position: absolute;
      left: 0;
      top: 0;
    }

    .casino-bg {
      margin-top: 4px;
      border-radius: 6px 6px 12px 12px;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      background-image: linear-gradient(97deg, rgb(30, 40, 63), rgba(20, 27, 46, 0.6));
    }

    .casino-search {
      width: 100%;
      border-radius: 12px;
      background-color: #121829;
    }

    .casino-search input {
      color: #7388b6;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.19px;
      width: 201px;
      padding: 10px 10px 10px 0px;
    }

    .casino-search fieldset {
      display: none;
    }

    .switch-btn {
      background-color: #192137;
      border-radius: 12px;
      width: 100%;
    }

    .switch-btn .btn {
      align-items: center;
      color: #fff;
      cursor: pointer;
      display: flex;
      flex: 1;
      font-size: 14px;
      font-weight: 500;
      height: 37px;
      justify-content: center;
      min-width: 36px;
      overflow: hidden;
      padding: 0 5px;
      text-align: center;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      letter-spacing: 0.3px;
    }

    .switch-btn .active {
      background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
      transition: background-color 0.2s;
      border-radius: 12px;
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
    }

    .sports-live-over {
      overflow: auto;
      margin-bottom: 16px;
    }

    .sports-live-over::-webkit-scrollbar {
      height: 0px;
      width: 0px;
    }

    .sports-live-over .live-sports-item-m {
      justify-items: center;
      align-items: center;
      margin-right: 10px;
    }

    .sports-live-over .live-sports-item-m button {
      align-items: center;
      border: 1px solid #1f2841;
      border-radius: 15px;
      display: flex;
      font-size: 28px;
      height: 55px;
      justify-content: center;
      transition: background-color 0.3s ease, border-color 0.3s ease;
      width: 55px;
    }

    .sports-live-over .live-sports-item-m button i {
      font-size: 28px;
    }

    .sports-live-over .live-sports-item-m p {
      font-size: 11px;
      line-height: 1.1;
      margin-top: 5px;
      text-align: center;
      width: 55px;
      color: #7388b6;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .sports-list-item-btn {
      color: white !important;
      text-transform: capitalize !important;
      width: 100% !important;
      border-radius: 0px !important;
      justify-content: flex-start;
      padding: 12px 0px 12px 8px !important;
      border-bottom: 1px solid #141b2e !important;
    }

    .sports-list-item-btn .MuiButton-startIcon>*:nth-of-type(1) {
      font-size: 16px !important;
    }

    .history td {
      padding-top: 4px;
      padding-bottom: 4px;
    }

    .mobile-clock {
      align-items: center;
      justify-content: center;
      color: #0095ff;
    }

    .mobile-clock svg {
      font-size: 14px;
    }

    .mobile-table {
      border: 1px solid #2e3748;
      border-radius: 4px;
      margin-bottom: 8px;
    }

    .mobile-table .mobile-table-row .mobile-table-head {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      color: #8c919a;
      padding: 5px;
      border-right: 1px solid #2e3748;
    }

    .mobile-table .mobile-table-row .mobile-table-item {
      width: 50%;
      padding: 5px;
    }

    .mobile-table .mobile-table-row .mobile-table-item p {
      font-size: 14px;
      color: #8c919a;
    }

    .mobile-table .mobile-table-row:not(:last-child) {
      border-bottom: 1px solid #2e3748;
    }

    .animation-btn {
      height: 30px;
      border-radius: 8px !important;
      text-transform: capitalize !important;
      color: white !important;
      margin-left: 10px;
      box-shadow: 0 6px 18px 0 rgba(14, 161, 81, 0.3);
      background-image: linear-gradient(248deg, #009746 100%, #38c172 0);
      font-weight: 600 !important;
      font-size: 13px !important;
      line-height: 18px;
      letter-spacing: -0.15px;
      padding: 0 14px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }

    .animation-btn:before {
      content: "";
      position: absolute;
      top: calc(50% - 62px);
      width: 92px;
      height: 92px;
      background-image: radial-gradient(19.58% 37.96% at 16.68% 41.55%, hsla(0deg, 0%, 100%, 0.6) 0, hsla(0deg, 0%, 100%, 0) 100%);
      animation: flare-2 5s ease-in-out infinite;
    }

    .btn {
      color: #fff !important;
      border-radius: 8px;
      cursor: pointer;
      display: block;
      font-size: 13px;
      font-weight: 600;
      height: 35px;
      min-width: 36px;
      overflow: hidden;
      padding: 0 15px;
      position: relative;
      text-align: center;
      text-decoration: none;
      transition: all 0.2s;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      text-transform: capitalize !important;
    }

    .btn.success {
      background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
      box-shadow: 0 6px 18px 0 rgba(14, 161, 81, 0.3);
    }

    .btn.primary {
      background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
    }

    .btn.animation:before {
      background-color: hsla(0deg, 0%, 100%, 0.2);
      bottom: 0;
      content: "";
      position: absolute;
      top: 0;
      transform: skewX(-30deg);
      width: 30px;
      will-change: left;
      z-index: 1;
      animation: flare 5s ease infinite;
    }

    .btn.active {
      background-image: linear-gradient(107.15deg, #0095ff, #0855c4);
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
    }

    .able {
      background-image: linear-gradient(107.15deg, #0095ff, #0855c4);
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
    }

    .able .odd-name,
    .able .odd-value {
      color: white !important;
    }

    .game-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      margin-bottom: 8px;
      -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    }

    .game-card:hover .game-card-image {
      transform: scale(1.03);
    }

    .game-card .game-card-image-container {
      background-color: #141b2f;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    .game-card .game-card-image-container div,
    .game-card .game-card-image-container a {
      padding-bottom: 75%;
      transition: transform 0.5s;
    }

    .game-card .game-card-image-container div:hover,
    .game-card .game-card-image-container a:hover {
      transform: scale(1.1);
    }

    .game-card .game-card-image-container .game-card-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      transition: transform 0.3s ease-in-out;
      z-index: 2;
    }

    .mobile-menu {
      color: white;
    }

    .spinner {
      animation: spinner 0.75s infinite linear;
    }

    .up {
      color: #0dc35d !important;
      animation: mymove 2s;
    }

    .down {
      color: #f62525 !important;
      animation: mymove 2s;
    }

    @keyframes mymove {
      0% {
        background: #ea5455 !important;
      }

      25% {
        background: #0293cc !important;
      }

      50% {
        background: #ea5455 !important;
      }

      75% {
        background: #0293cc !important;
      }

      100% {
        background: #ea5455 !important;
      }
    }


  .css-wll8b6-MuiInputBase-root-MuiOutlinedInput-root input {
      background-color: #edf0f7;
      color: #070c19cc;
      padding: 16px;
      border-radius: 12px;
      font-size: 12px;
  }
  .css-p51h6s-MuiInputBase-input-MuiOutlinedInput-input {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 88%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    padding: 16.5px 14px;
}
  .btn.active {
      background-image: linear-gradient(107.15deg, #0095ff, #0855c4);
      box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
      color: #fff;
      border: none;
      width: 100%;
      /* padding: 12px; */
      border-radius: 12px;
      font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  }
  .btn-close{
    background-color: #a9aeb7;
  }
  .css-12i3g1t-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #90caf9;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-bottom: 16px;
    padding: 24px;
    font-size: 18px;
    border-radius: 10px;
}

  .css-15chn3c-MuiTypography-root {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #090f1e;
    font-size: 20px;
    font-weight: 700;
}

.css-8ci8dn-MuiTypography-root {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #070c19;
  font-size: 12px;
}

.css-e3cag9-MuiTypography-root {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #6a7690a6;
  font-size: 11px;
  margin-right: 4px;
}

.css-qsv2e7-MuiTypography-root {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #1077de;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}





/* Responsive Css */

@media only screen and (max-width: 1599px){

  

}


@media only screen and (max-width: 1200px){

  


}



@media only screen and (min-width: 768px){
 
}



@media only screen and (max-width: 991px){

  

}


@media only screen and (max-width: 767px){
  


}

@media only screen and (max-width: 599px){
  


}


@media only screen and (max-width: 499px){
  

}


@media only screen and (max-width: 399px){
 
}

