@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/@flaticon/flaticon-uicons@3.3.1/css/all/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Override bootstrap-icons font-face to add font-display: swap for better performance */
/* This override ensures text is visible immediately while fonts load, improving FCP */
@font-face {
  font-family: 'bootstrap-icons';
  src: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/fonts/bootstrap-icons.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/fonts/bootstrap-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    background-color: rgb(242, 244, 246);
    line-height: 1;
    text-size-adjust: none;
}

body,
select,
input {
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
    margin: 0px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    border-radius: 0px;
}

input[type="submit"],
input[type="button"] {
    appearance: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

:focus {
    outline: 0px;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    background-color: var(--main);
    background-color: #0B0E1A;
    font-family: "Inter", sans-serif;
    font-weight: normal !important;
    font-style: normal;
    font-size: 13px;
    height: auto;
}

body p {
    padding-bottom: 10px;
    font-size: 13px;
}

.clearfloat {
    zoom: 1;
}

.clearfloat::before,
.clearfloat::after {
    content: "";
    display: table;
}

.clearfloat::after {
    clear: both;
}


input {
    background-color: transparent;
    color: #F2F3F7;
    border: 1px solid #2d4358;
    padding: 5px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input:-webkit-autofill {
    background-color: rgb(4, 1, 27) !important;
    color: #F2F3F7;
}

input:autofill {
    background-color: rgb(4, 1, 27) !important;
    color: #F2F3F7;
}

::placeholder {
    color: #F2F3F7;
    opacity: 1;
}

::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
}

.app-bet-time::-webkit-scrollbar {
    display: none;
}

.app-bet-time::-webkit-scrollbar-track {
    background: rgb(4, 1, 27);
}

.app-bet-time::-webkit-scrollbar-thumb {
    background: rgb(4, 1, 27);
}

.app-bet-time::-webkit-scrollbar-thumb:hover {
    background: rgb(4, 1, 27);
}

a {
    outline: none;
}

a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
    /* Prevent layout shifts by maintaining aspect ratio */
    height: auto;
}

.clearfloat {
    zoom: 1;
}

.clearfloat::before,
.clearfloat::after {
    content: "";
    display: table;
}

.clearfloat::after {
    clear: both;
}

.fixed-position {
    overflow-y: hidden;
}

.nav_open {
    overflow: hidden;
    height: 100vh;
}

.sidenav.active {
    left: 0px;
}

.fa {
    vertical-align: middle;
    line-height: 0;
}

.bi {
    vertical-align: middle;
    line-height: 0;
}

:root {
    --dark-bgcolor: #28263B;
    --light-bgcolor: #efefef;
    --cards-bgcolor: #F2F3F7;
    --background-color: #F2F3F7;
    --text-color: #333333;
    --heading-text-color: #888888;
    --border-color: #cccccc;
    --clr-grey-dark: #1E2126;
    --clr-highlight: #00B4E6;
    --clr-highlight_txt: #1E1E1E;
    --clr-footer: #1C1A30;
    --clr-blu-lit: #28254E;
    --clr-blu: #1E1947;
    --clr-purple-lit: #202020;
    --clr-purple-100: #0F0E25;
    --clr-blu-80: #1A1E2F;
    --clr-blu-60: #252947;
    --clr-blu-40: #262B44;
    --clr-blu-20: #2E3452;
    --clr-blu-10: #404674;
    --clr-green: #00B4E6;
    --clr-white: #F2F3F7;
    --base1: 4px;
    --base2: 8px;
    --base3: 12px;
    --base4: 16px;
    --base5: 20px;
    --base6: 24px;
    --base7: 28px;
    --base8: 32px;
    --base9: 36px;
    --base10: 40px;
    --base11: 44px;
    --base12: 48px;
    --base13: 52px;
    --base18: 72px;
    --base20: 80px;
    --txt_xl: 21px;
    --txt_l: 16px;
    --txt_m: 14px;
    --txt_s: 12px;
}

/* Main Style */

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    overflow-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
}

#app-container {
    max-width: 540px;
    width: 100%;
    position: relative;
    background-color: #151A28;
    color: #F2F3F7;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.app {
    max-width: 540px;
    width: 100%;
    position: relative;
    background-color: #151A28;
    color: #F2F3F7;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.sidenav {
    max-width: 540px;
    min-height: 100vh;
    max-height: 110vh;
    overflow-y: scroll;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5000;
    top: 0;
    margin: auto;
    background-color: #151A28;
    color: #F2F3F7;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
    padding-top: 0;
    padding-bottom: 0;
}

.sidenav .closebtn {
    font-size: 22px;
    padding: 10px 10px;
    padding-right: 0;
    text-align: right;
    cursor: pointer;
    color: #F2F3F7;
}

.sidenav a {
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
}

#header {
    width: 100%;
    max-width: 540px;
    float: left;
    position: relative;
    z-index: 1000;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.fixed {
    z-index: 100;
    width: 100%;
    position: fixed !important;
    transition: all 0.35s;
}

.top-deposit {
    width: 100%;
    position: relative;
    background-color: #00B4E6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-deposit a {
    color: #F2F3F7;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.global-header {
    max-width: 540px;
    width: 100%;
    margin: auto;
    background-color: #151A28;
    /* background-color: #2d4358; */
    color: #F2F3F7;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.125rem 0.25rem !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.global-header .main-header {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    align-items: center;
    gap: 5px;
    width: 100%;
    color: #F2F3F7;
    padding: 10px 0px;
}

.global-header .main-header a {
    border: none;
}

.global-header-text {
    color: #F2F3F7;
}

.main-logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.main-logo img {
    max-width: 140px;
    cursor: pointer;
    /* Reserve space to prevent layout shift */
    width: 140px;
    height: auto;
    aspect-ratio: 140 / 47;
}

.global-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F3F7;
    width: 80px;
}

.imagelogo {
    max-width: 80px;
    width: 100%;
}

.global-search img {
    width: 25px;
    padding-bottom: 2px;
}

.global-search a {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #F2F3F7;
    width: 60px;
}

.main-menu a {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-menu img {
    width: 25px;
    padding-bottom: 2px;
}

.account-access {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 5px;
    width: 130px;
}

.account-access a {
    font-size: 14px;
    width: 60px;
    border-radius: 6px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border: none;
}

.user-account {
    padding-top: 3em;
    color: #F2F3F7;
}

.user-account .accept-terms label {
    font-size: 12px;
    line-height: 17px;
}

.user-account-heading {
    padding: 0px;
    max-width: 100%;
    margin: auto auto 2em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-account-heading h3 {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.user-account-heading h3 span {
    color: #00B4E6;
    padding-inline: 0.1em;
}

.user-account-heading h6 {
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.user-account button {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border-radius: 0.2rem;
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.user-account button a {
    display: block;
}

.user-account a {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border-radius: 0.2rem;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 1.2em;
}

.user-account p {
    padding-bottom: 2em;
    font-size: 14px;
    line-height: 20px;
}

.form-check a {
    color: #00B4E6;
    text-decoration: underline;
}

.user-account .login {
    padding: 0px 0px 1em;
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: #F2F3F7;
    font-size: 16px;
    font-weight: 500;
}

.user-account .login a {
    color: #00B4E6;
}

.reset-password,
.user-account .join-or-login {
    display: flex;
    flex-direction: row;
    padding-bottom: 1em;
    color: #F2F3F7;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
    gap: 5px;
}

.reset-password a,
.user-account .join-or-login a {
    font-weight: 500;
    color: #00B4E6;
    margin-bottom: 0;
    padding: 0;
}

.otp-fields {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em;
    padding-bottom: 2em;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.otp-fields input {
    width: 100%;
    height: 48px;
    padding: 0.75rem;
    text-align: center;
    color: #F2F3F7;
    font-weight: 800;
    display: flex;
}

.content-wrapper h6 {
    font-weight: 600;
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.3em;
    color: #F2F3F7;
}

.resend-code {
    color: #F2F3F7;
}

.resend-code a {
    color: #F2F3F7;
}

.account-access a.login {
    background-color: #00B4E6;
    color: #151A28;
}

.account-access a.register {
    background-color: transparent;
    border: 1px solid #00B4E6;
    color: #00B4E6;
}

.user-account .form-outline.inputform {
    position: relative;
}

#show_eye {
    display: none;
}

#show_password {
    display: none;
}

.logged-in-account {
    background-color: #F2F3F7;
    color: #151A28;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 7px;
    border-radius: 6px;
    padding: 0px 5px;
    cursor: pointer;
}

.logged-in-account a {
    display: flex;
    background-color: #F2F3F7;
    color: #151A28;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 7px;
}

.logged-in-account .bi {
    font-size: 21px;
}

.account-balance-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 6px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
}

.resend-vcode {
    padding: 0px;
    margin-bottom: 1.3em;
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: #F2F3F7;
    font-size: 16px;
    font-weight: 500;
}

.resend-vcode a {
    color: #00B4E6;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.main-app-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navigation-bar {
    padding: 0px;
    background: #030619;
    width: 100%;
    max-width: 540px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-inline: 10px;
    height: 60px;
}

.market-games {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.market-games a {
    color: #F2F3F7;
    font-size: 13px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    margin: 0px;
    gap: 2px;
    opacity: 1;
    height: 100%;
    width: 100%;
}

.market-games a.active-game {
    opacity: 1;
    width: 100%;
    color: #00B4E6;
}

.market-games span.icon {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
}

.market-games span.icon-title {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
}

a .market-games .icon .bi {
    font-size: 30px;
}

.market-games span.icon img {
    width: 25px;
}

.market-games .spec-icon {
    padding: 0.08rem 0.08rem;
    border-radius: 0.14rem 0.14rem 0.14rem 0.04rem;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 11px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.market-games .spec-icon.hot {
    background: linear-gradient(270deg, #ff0000 0%, #ff0000 100%);
    text-transform: capitalize;
    right: 15px;
}

.market-games .spec-icon.new {
    background: linear-gradient(90deg, rgb(101, 225, 56) 0%, rgb(5, 186, 53) 100%);
}

.market-games .spec-icon.freebet {
    background: linear-gradient(90deg, #dc3545 0%, rgb(186, 95, 5) 100%);
    text-transform: capitalize;
}

.scrollmenu {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
    gap: 5px;
    position: relative;
    display: flex;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* ---------------------------filters---------------------------- */

.filter-wrapper {
    background-color: #00B4E6;
}

.filter-games {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background-color: #00B4E6;
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
}

.filter-games div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: capitalize;
}

.filter {
    color: #F2F3F7;
}

.filter .bi-chevron-down {
    font-size: 1.3em;
    padding-left: 6px;
}

.filter-games a {
    padding: 7px 10px;
    width: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif !important;
}

.filter-games .current-filter a {
    background-color: #F2F3F7;
    color: #F2F3F7;
    border-radius: 5px;
}

/* ---------------------------added filters---------------------------- */

#games-main-container {
    width: 100%;
    position: relative;
}

#gamesfilter {
    border-bottom-width: 1px;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: #151A28;
    color: #F2F3F7;
    padding: 0;
    padding-bottom: 5px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 10;
}

.games-container-main {
    width: 100%;
    background-color: #151A28;
    color: #F2F3F7;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.games-title {
    display: none;
    align-items: center;
    border-bottom-width: 1px;
}

.games-title-dates {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    column-gap: 10px;
    border-bottom: 1px solid #3f4b58;
}

.games-days {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.games-title-dates .cat-a {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-right: 0;
    padding-left: 0;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}

.games-title-dates .cat-b {
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
}

.games-countries {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid #e5e7eb;
    border-bottom: 1px solid #3f4b58;
}

.games-countries ul {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.75rem;
}

.games-title-dates .cat-d {
    text-align: center;
}

.games-title-dates .cat-c {
    text-align: center;
    font-weight: 900;
}

.games-title-dates .cat-d .cat-t {
    display: block;
    font-size: 13px;
    line-height: 1.25rem;
    padding: 0;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: #F2F3F7;
}

.games-countries ul li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding: 0.5rem 0.5rem;
    display: flex;
}

.games-countries ul li.active {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: #00B4E6;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: #00B4E6;
    border-bottom: 2px solid #00B4E6;
}

.games-countries ul li.active .cat-c {
    background-color: #00B4E6;
    color: var(--white);
}

.games-countries ul li .cat-c {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #e5e7eb;
    font-size: 0.65rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    width: 20px;
    display: flex;
    height: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1;
}

.games-title-dates select {
    overflow-wrap: normal;
    padding: 0 !important;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: #F2F3F7;
    font-weight: 600;
    width: 60px;
}

.datepicker {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
    gap: 5px;
}

.datepicker .bi {
    font-size: 18px;
}

.datepicker .dropdown-icon img {
    width: 10px;
}

.popular-games-wrap {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.popular-games-wrap .game-playing {
    border-bottom: none;
}

.popular-games-container {
    display: flex;
    gap: 5px;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: flex-start;
    overflow-x: scroll !important;
}

.popular-game {
    position: relative;
}

.popular-game img {
    width: 100px;
    border-radius: 5px;
}

.popular-game .user-count {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(32, 76, 32, 0.7);
    border-bottom-left-radius: 0.41666667rem;
    color: #16ff00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.83333333rem;
    height: 1.41666667rem;
    padding: 0.25rem 0.5rem 0.16666667rem 0.58333333rem;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 0;
    display: none;
}

.user-count .icon .bi {
    font-size: 16px;
    color: #16ff00;
}

.popular-game .card-footer {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
}

.popular-game .display-name {
    height: 1.91666667rem;
    margin: 0 auto;
    overflow: hidden;
    bottom: 0;
    position: relative;
    width: 100%;
}

.popular-game .display-name .featured-game-name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.91666667rem;
    font-weight: bold;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 4px;
}

.popular-game .notifications-container {
    background-color: rgba(29, 89, 35, 0.85);
    bottom: 1.91666667rem;
    height: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-game .notification {
    display: flex;
    flex-direction: row;
    gap: 1px;
    align-items: center;
    justify-content: center;
}

.card-footer .nick-name {
    color: #fff;
    display: inline-block;
    max-width: 4.16666667rem;
    overflow: hidden;
    white-space: nowrap;
}

.card-footer .won {
    color: #fff;
    margin-left: 0.25rem;
}

.card-footer .currency-amount {
    color: #ffc752;
    font-weight: bold;
    margin-left: 0.25rem;
}

.featuredgames-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.featured-games-wrapper {
    width: 100%;
    padding-top: 0;
    /* Reserve minimum height to prevent layout shift */
    min-height: 150px;
}

.featured-games-wrapper h6 {
    font-weight: 700;
    padding-bottom: 5px;
    width: 100%;
    font-size: 16px;
}

.featuredgames-tab-container {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 0px 2px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.featuredgames-tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
}

.featuredgames-tab button {
    background-color: inherit;
    float: left;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 2px 0 8px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    color: var(--cards-fg-color);
    border: none;
    border-radius: 16px;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}

.featuredgames-tab button::before {
    display: none;
    content: "";
    bottom: 9px;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 0;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #b8b8b8;
    border-top: 4px solid transparent;
}

.link-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 7px;
}

.featuredgames-tab button.active {
    color: #00B4E6;
    opacity: 1;
}

.featuredgames-tab button.active .link-wrap {
    border: 1px solid #00B4E6;
}

.featuredgames-tab button.active::before {
    border-right: 6px solid #00B4E6;
}

.featuredgames-tab button.active::before {
    display: block;
}

.featuredgames-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    padding: 0px 2px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.featuredgames-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    width: 100%;
}

.featuredgames-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #151A28;
    color: #F2F3F7;
    column-gap: 10px;
    row-gap: 5px;
}

.featured-games-header-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.games-title-main {
    display: flex;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.75rem;
    font-weight: 700;
    width: 70px;
}

.featured-games-header-text {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.featured-games-header-text ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
}

.featured-games-header-text li a {
    color: #fff;
    font-size: 14px;
    background-color: #2d4358;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.link-text {
    font-weight: 600;
}

.link-icon {
    width: 20px;
    /* height: 20px; */
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: 18px;
}

.link-icon img {
    width: 20px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel-vertical {
    transform: rotate3d(0, 0, 1, 90deg);
}

.owl-carousel-vertical .item {
    transform: rotate3d(0, 0, 1, -90deg);
}

.owl-theme .owl-controls {
    display: none !important;
}

/* ---------------------------markets---------------------------- */

.markets-dropdown-wrap .datepicker {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
    color: #F2F3F7;
}

.markets-dropdown-wrap .datepicker a {
    font-size: 24px;
    padding: 0;
    color: #F2F3F7;
}

.markets-dropdown-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.markets-dropdown {
    background-color: transparent;
    border: 1px solid #3f4b58;
    border-radius: 5px;
}

.markets-dropdown select {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-transform: capitalize;
}

.markets-options {
    white-space: nowrap;
    overflow-y: hidden;
    text-align: center;
    background-color: #151A28;
    color: #F2F3F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-transform: capitalize;
    overflow-x: scroll !important;
}

.markets {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex: 1 0 60px;
    gap: 5px;
    max-width: 540px;
    width: 100%;
}

.markets a {
    padding: 15px 10px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.markets.select-market a {
    color: rgb(250, 177, 53);
    border-bottom: 5px solid rgb(250, 177, 53);
}

.games-wrapper {
    max-width: 540px;
    width: 100%;
    background-color: #151A28;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.game-playing {
    background-color: #151A28;
    color: #F2F3F7;
    max-width: 540px;
    width: 100%;
    border-bottom: 1px solid #19205a;
    padding: 5px 0px;
}

.game-playing .card {
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.gameid-and-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sf_pro_displaymedium, sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 0px;
}

.country-league-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-transform: capitalize;
}

.country-league {
    font-size: 14px;
    color: #F2F3F7;
    font-weight: 500;
}

.leaguetype-wrap {
    font-size: 12px;
    color: #F2F3F7;
    font-weight: 500;
    opacity: 0.8;
}

.leaguetype-and-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sf_pro_displaymedium, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 3px;
}

.leaguetype {
    font-size: 13px;
}

.date-and-time-playing {
    padding: 3px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #F2F3F7;
    font-size: 10px;
}

.date-playing-and-time-playing {
    opacity: 0.6;
    color: #fff;
}

.game-id-wrap {
    opacity: 0.85;
    font-size: 12px;
    font-weight: 600;
    color: #f2f3f789;
}

.playing-live-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding-right: 5px;
}

.playing-live-details .live-time {
    font-size: 12px;
    font-weight: 700;
}

.live-period {
    color: rgb(228, 38, 45);
    font-size: 14px;
    opacity: 1 !important;
}

.date-playing {
    padding-right: 5px;
}

.time-playing {
    padding-left: 5px;
    border-left: 1px solid rgb(40, 52, 65);
}

.teams-playing-and-market-selection {
    background-color: #151A28;
    color: #F2F3F7;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
}

.market-selection-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    width: 100%;
    grid-column: 3 span / 3 span;
}

.market-selection {
    width: 100%;
    color: #F2F3F7;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.market-selection button {
    background-color: #2d4358;
    color: #F2F3F7;
    border-radius: 3px;
    padding: 2px 4px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    width: 100%;
    position: relative;
    line-height: normal;
}

.market-selection button:hover {
    background-color: #2d4358;
    color: #F2F3F7;
    border-color: #2d4358;
}

.market-selection button:active {
    background-color: #00B4E6;
    border: 1px solid #00B4E6;
    color: #F2F3F7;
}

.select-market {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.market-option {
    font-weight: 900;
    font-family: "Inter", sans-serif;
    display: block;
    font-size: 10px;
}

.market-selection button.selected-odds {
    background-color: #00B4E6;
    color: var(--white);
    /*color: #2d4358;*/
}

.market-selection button.selected-odds:hover {
    background-color: #00B4E6;
    color: #F2F3F7;
    /*color: #2d4358;*/
}

.selected-date {
    color: #151A28;
    background-color: #F2F3F7;
}

.selected-date-submit {
    background-color: #151A28;
    color: #F2F3F7;
}

.teams-playing-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 1px;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    grid-column: 2 span / 2 span;
}

.market-graph {
    padding-inline: 0px;
    width: 20px;
    color: #FFFFFF;
}

.market-graph .bi {
    font-size: 1.5em;
}

.odds-locked {
    line-height: 0px;
    display: block;
    position: absolute;
    font-size: 20px;
    color: #151A28;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.odds-up {
    color: #05ba35;
}

.odds-down {
    color: #dc3545;
}

.app-footer {
    background-color: #151A28;
    background: #2d4358;
    background-image: linear-gradient(to right, #273341, #151A28);
    background: linear-gradient(179deg, #273341, #151A28 80%);
    color: #fff;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 90px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    /* Reserve minimum height to prevent layout shift */
    min-height: 300px;
}

.app-footer a {
    color: #00B4E6;
}

.app-footer h3 {
    font-weight: 600;
    font-size: 2.1em;
    color: #00B4E6;
}

.app-footer h2 {
    color: #00B4E6;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.app-footer h6 {
    font-size: 14px;
}

.app-footer h5 {
    color: #00B4E6;
    font-size: 14px;
}

.footer-social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    gap: 10px;
}

.footer-social-media .bi {
    padding: 0px 5px;
    font-size: 26px;
    color: rgb(148, 151, 158);
}

.footer-paybill-number {
    padding: 10px 0px;
}

.footer-paybill-number h2 {
    color: var(--footer-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-play-responsibly-text {
    font-size: 14px;
    color: var(--footer-color);
    margin-top: 10px;
}

.footer-copyright {
    font-size: 14px;
    color: var(--footer-color);
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 10px;
    padding: 10px;
}

.footer-links a {
    font-size: 12px;
}

.footer-links.important-links a {
    text-decoration: underline;
}

.footer-links p {
    line-height: 15px;
    font-size: 12px;
}

.footer-play-responsibly {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.footer-play-responsibly img {
    width: 30px;
}

.footer-phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.footer-phone-number a {
    background-color: #00B4E6;
    border-radius: 50px;
    color: #F2F3F7;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 600;
}

.footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    max-width: 175px;
}

.modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    border-bottom: 1px solid #3f4b58;
}

.nav-logo img {
    width: 100px;
}

.modal-header button.close {
    background: transparent;
    border: none;
    font-size: 24px;
    background-color: #151A28;
    color: #F2F3F7;
}

.modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.deposit-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.deposit-btn input {
    flex: 1 1 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(32, 32, 32);
    border: 1px solid #d7d8db;
    background-color: var(--active-tab-bg);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.deposit-btn input.submit-deposit {
    background-color: #00B4E6;
    border: 2px solid rgb(150, 178, 72);
    color: #F2F3F7;
}

.deposit-btn button {
    flex: 1 1 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.amount-selected.active-btn {
    background-color: #00B4E6;
    border: 1px solid rgb(150, 178, 72);
    color: #F2F3F7;
}

.amount-field .form-control-lg {
    min-height: calc(1em + 2px + 1rem);
    padding: 0.1rem 1rem;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
}

.amount-field button {
    width: 100%;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 16px;
    --bs-btn-border-radius: 0.25rem;
    font-weight: 700;
}

.page-header {
    background-color: var(--clr-purple-lit);
    color: #F2F3F7;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-header h1 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

.page-header a.pagetitle {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    gap: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.page-header a .bi {
    font-size: 16px;
}

.page-header .placebet-odds-number {
    margin-left: 0px;
    margin-right: 0px;
}

.page-header a {
    color: #F2F3F7;
    font-size: 14px;
}

.page-header h6 {
    font-size: 13px;
    font-weight: normal;
}

.page-header .bi {
    font-size: 1rem;
}

.page-header .placebet-odds-text {
    font-size: 16px;
}

.remove-all-betslip {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.remove-all-betslip a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    color: #F2F3F7;
}

.betslip-wrapper {
    width: 100%;
    padding: 0;
    overflow-y: scroll;
    max-height: 50vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.booking-code-input {
    color: #F2F3F7;
    font-size: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.booking-code-input code {
    font-weight: 900;
    color: #F2F3F7;
}

.stake-container {
    width: 100%;
    padding-bottom: 0px;
    box-shadow: rgb(66, 68, 90) 0px -7px 17px -19px;
}

.close-betslip {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.autopick-betslip {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: #F2F3F7;
    gap: 5px !important;
}

.autopick-betslip a {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: #F2F3F7;
    gap: 2px !important;
}

.autopick-betslip a .bi {
    font-size: 18px !important;
}

.autopick-betslip a h6 {
    font-size: 12px;
    font-weight: 800;
}

#addedTax {
    width: 100%;
    display: none;
    opacity: 0.7;
    padding-bottom: 5px;
}

.other-details-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.other-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    width: 100%;
}

.livegame-other-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.close-betslip a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    color: #F2F3F7;
}

.playing-teams-and-market-option {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    color: #F2F3F7;
    font-weight: 500;
    width: 100%;
}

.playing-teams-and-market-option .team-odds-wrap {
    display: flex;
    justify-content: end;
    font-weight: 400;
    font-size: 14px;
    gap: 10px;
    opacity: 0.8;
    color: #F2F3F7;
}

.playing-teams-and-market-option .bet-time {
    justify-content: flex-start;
    text-wrap: nowrap;
    display: none;
}

.team-selected {
    font-weight: 600;
    font-size: 13px;
}

.playing-teams-outcome {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 13px;
    gap: 5px;
}

.home-teams {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.away-teams {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.playing-time-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    text-wrap: nowrap;
}

.playing-teams-and-odds,
.market-option-and-team-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.playing-teams-and-odds {
    color: #F2F3F7;
    font-size: 12px;
}

.playing-teams-and-odds span {
    color: #00B4E6;
    font-size: 14px;
    font-weight: 800;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.market-option-and-team-selected {
    color: #F2F3F7;
    opacity: 0.75;
    gap: 5px;
}

.playing-teams {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
}

.team-odds-wrap {
    font-size: 14px;
    font-weight: 900;
}

.betslip {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
    background-color: #151A28;
    color: #F2F3F7;
    border-bottom: 1px solid #3f4b58;
}

.betslip-details {
    gap: 5px;
    width: 100%;
    padding: 8px 0;
    padding-inline: 0px;
    background-color: #151A28;
    color: #F2F3F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #3f4b58;
}

.betslip-details:last-child {
    border: none;
}

.bet-details-level {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    align-items: self-start;
    width: 100%;
}

.close-this-bet {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F2F3F7;
    font-size: 16px;
    height: 100%;
}

.your-pick {
    font-weight: 600;
}

.placebet-btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.view-betslip {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    grid-column: 3 span / 3 span;
}

.view-betslip a {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 700;
    background-color: #00B4E6;
    color: #202020;
    padding: 10px 5px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
}

.sharebet-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d8db;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    opacity: 0.6;
    font-size: 15px;
    grid-column: 1 span / 1 span;
}

.sharebet-btn a {
    background-color: transparent;
    width: 100%;
    border: none;
    color: #F2F3F7;
    justify-content: center;
    display: flex;
    white-space: nowrap;
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
}

.sharebet-btn a:hover {
    color: #F2F3F7;
}

.stake-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px;
    gap: 5px;
}

#singleBets .stake-wrapper {
    flex-direction: row;
}

.stake-wrapper input {
    text-align: right;
    font-weight: 500;
    padding: 6px 6px;
    height: 38px;
    max-width: 100%;
    font-size: 14px;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
    border-radius: 4px;
}

.stake-wrapper p {
    width: 100%;
    line-height: normal;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0;
}

.stake-wrapper ::-webkit-input-placeholder {
    text-align: right;
}

.stake {
    padding-left: 10px;
}

.stake-input {
    width: 100%;
}

.totalodds-and-finalodds {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    padding-top: 5px;
}

.totalodds .icon,
.payout_text .icon {
    margin-left: 5px;
}

.payout_text-and-finalpayout {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
}

.finalpayout {
    font-weight: 700;
}

.bet-status-total-odds-stake-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 11px;
}

.placebet-wrapper {
    max-width: 540px;
    width: 100%;
    z-index: 100;
    padding: 0px 0px 5px;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
}

.placebet-wrapper2 {
    position: fixed;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    max-width: 540px;
    width: 100%;
    bottom: 0;
    z-index: 100;
    padding: 0 0;
}

.placebet-wrapper .col-7 {
    padding-right: 0px;
}

.placebet-odds-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: "Source Sans Pro", sans-serif;
    gap: 5px;
}

.placebet-odds-number {
    background-color: #E52525;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    padding: 10px;
    width: 24px;
    height: 24px;
    margin-inline: 5px;
}

.placebet-odds-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 0px;
    font-size: 16px;
    font-weight: normal;
}

.search_page {
    padding-top: 10px;
}

.search_inputfield {
    margin-bottom: 10px;
}

.search_inputfield form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.search-list {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.search-list a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
    color: #F2F3F7;
    border-top: 1px solid rgb(244, 245, 240);
    font-weight: 500;
    font-size: 14px;
}

.search-list a:last-child {
    border-bottom: 1px solid rgb(244, 245, 240);
}

.casino-games-wrapper {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.casino-tab {
    overflow: hidden;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.casino-content-wrapper {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    margin-right: auto;
    margin-left: auto;
}

.casino-content-wrapper .casino-games-wrap {
    padding-inline: 2px;
    flex-flow: wrap;
    gap: 5px;
    width: 100%;
    overflow-x: initial !important;
}

.casino-tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;

    flex: 1 1 0%;
    padding: 10px 5px;
    background-color: #2d3358;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F3F7;
    border-radius: 4px;
}

.casino-tab button:hover {
    background-color: rgb(21, 38, 56);
    color: #F2F3F7;
}

.casino-tab button.active {
    background-color: #00B4E6;
    color: #F2F3F7;
}

.casino-tabcontent {
    display: none;
    padding: 5px 0px;
    border-top: none;
}

.casino-games-container {
    max-width: 540px;
    margin: auto;
    padding-bottom: 1em;
    padding-top: 1em;
    width: 100% !important;
}

.casino-games-wrap {
    padding-bottom: 2em;
}

.casino-games {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0px;
}

.live-casino-games {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.casino-games-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    padding: 0px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: flex-start;
    overflow-x: scroll !important;
}

.casino-popular-games-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    padding: 0px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.casino-game {
    position: relative;
    font-size: 13px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F3F7;
    border-radius: 5px;
    cursor: pointer;
}

.casino-games-header {
    max-width: 540px;
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 0.5em;
    padding-inline: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.casino-nav {
    font-size: 13px;
    color: #F2F3F7;
    border-radius: 4px;
    flex: 1 0 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casino-nav a {
    padding: 6px 0px;
    background-color: #2d3358;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F3F7;
    border-radius: 4px;
    width: 100%;
}

.casino-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    height: 120px;
    border-radius: 5px;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 2;
}

.overlay-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    height: 100%;
    padding-bottom: 10px;
}

.casino-overlay a {
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 800;
    width: 60px;
}

.casino-overlay a.demo-game {
    border: 1px solid rgb(255, 255, 255);
    color: #00B4E6;
}

.casino-overlay a.play-game {
    background-color: #00B4E6;
    color: #F2F3F7;
}

.casino-nav a.active_tabs {
    background-color: #00B4E6;
}

.casinogames {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: normal;
}

.casinogames .casino-game {
    width: 25%;
    padding: 3px;
}

.casino_search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.casino_search_input {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.casino_search .form-control-lg {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 100%;
    height: 32px;
    min-height: calc(1em + 1rem + 2px);
    font-size: 12px;
}

.casino_search button {
    border: 1px solid #00B4E6;
    background-color: #00B4E6;
    color: #181d2a;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 32px;
    min-height: calc(1em + 1rem + 2px);
    text-transform: capitalize;
    font-weight: 600;
}

/* Filter Casino */

.casino-page .lobby .content .central-part.mobile .mobile-bar.opened .mobile-filters {
    height: calc(100% - 88px);
    overflow-y: auto;
}

.casino-page .lobby .content .central-part.mobile .mobile-bar .mobile-filters {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    background: #000;
    z-index: 1000;
    padding: 0 8px 8px 8px;
    border-top: 1px solid #40a3ff;
}

#casino-part {
    width: 100%;
    padding: 10px;
    display: none;
}

.casino-filters {
    background-color: #151A28;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.casino-filters p {
    padding: 0;
}

.casino-filters .spec-icon.hot {
    background-color: red;
    color: #fff;
    font-size: 9px;
    padding: 2px 4px;
    text-transform: capitalize;
    border-radius: 0.14rem 0.14rem 0.14rem 0.04rem;
    margin-right: 2px;
}

.casino-filters .new {
    position: relative;
}

.casino-page .lobby .content .central-part.mobile .mobile-bar>* {
    display: inline-block;
    vertical-align: middle;
}

.filter-by-game-type ul {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1px;
    margin-top: 3px;
}

.filter-by-game-type ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    background-color: var(--color-bg-secondary);
    color: var(--color-fg-secondary);
    border-radius: 2px;
    cursor: pointer;
}

.spec-icon img {
    width: 20px;
    padding-right: 5px;
}

.filter-by-game-type .filter-header {
    background: #35383e;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color: #fff;
    padding-right: 8px;
    padding-left: 8px;
}

.filter-by-type ul li.active {
    background: #1e2128;
    padding-right: 8px;
    padding-left: 8px;
    color: #fff;
}

.filter-by-type ul li {
    height: 32px;
    margin-top: 1px;
    cursor: pointer;
    line-height: 32px;
    font-size: 11px;
    position: relative;
    background-color: var(--color-bg-secondary);
    color: #F2F3F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
}

.filter-by-game-provider,
.filter-input-range,
.filter-input-range {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 1px;
}

.filter-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    background-color: var(--color-bg-secondary);
    color: var(--color-fg-secondary);
    border-radius: 2px;
}

.filter-by-game-type ul li .type-name {
    color: #F2F3F7;
    display: flex;
    align-items: center;
}

.filter-by-type ul li.new.en:before {
    background: transparent url(https://cdn.mozzartbet.co.ke/public/img/casino/svg/new2_eng.svg) no-repeat;
    background-size: 35px 16px;
}

#casino-filter-bar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    cursor: pointer;
    font-size: 16px;
    width: 80px;
    background: #2d4358;
    background: linear-gradient(0deg, #273341, #404040 80%);
    background-image: linear-gradient(to right, #273341, #404040);
    min-height: calc(1em + 1rem + 2px);
    padding: 5px;
    border-radius: 4px;
}

.top-leagues-wrap {
    display: flex;
    gap: 5px;
    width: 100%;
    padding: 0px 2px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.top-leagues-game {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F3F7;
    border-radius: 4px;
}

.live-casino-games-wrap {
    display: flex;
    gap: 5px;
    width: 100%;
    padding: 0px 2px;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
    gap: 0.5rem;
    position: relative;
    display: flex;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-casino-games-wrap img {
    width: 120px;
}

.live-casino-games-wrap.r-cards img {
    width: 100%;
}

.top-leagues-game img {
    border: 1px solid #d7d8db;
    width: 120px !important;
}

.type-of-games-wrap img {
    width: 100%;
    border-radius: 5px;
    position: relative;
    height: 90%;
}

.my-account {
    padding-top: 1em;
    padding-bottom: 1em;
}

.account-details-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    text-align: center;
}

.details-avator {
    font-size: 42px;
}

.account-name {
    text-align: center;
}

.account-name h6 {
    font-size: 14px;
}

.acount-number {
    text-align: left;
}

.acount-number h4 {
    font-size: 14px;
}

.account-balance h5,
.bonus-balance h5 {
    font-size: 14px;
    font-weight: 900;
}

.account-deposit-funds h5,
.account-withdraw-funds h5 {
    font-size: 16px;
    font-weight: 800;
}

.account-details {
    text-align: center;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 1em;
    width: 100%;
}

.account-balance-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #3f4b58;
    margin-bottom: 1em;
    display: none;
}

.bonus-balance {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

.bonus-balance a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #F2F3F7;
}

.referal-number {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #d6110f;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.account-balance-wrapper .icon {
    font-size: 21px;
}

.account-balance-wrapper h6 {
    font-size: 11px;
}

.account-balance-wrapper .col-6:first-child {
    border-right: 1px solid rgb(40, 52, 65);
}

.account-deposit-funds,
.account-withdraw-funds {
    color: #2d3358;
    padding: 15px 0px 0px;
    border-radius: 10px;
    margin-bottom: 1em;
    border: 1px solid #3f4b58;
}

.account-deposit-funds .deposit-btn input,
.account-withdraw-funds .deposit-btn input {
    font-size: 14px;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
    border-radius: 4px;
}

.account-deposit-funds .deposit-btn input.submit-deposit {
    background-color: #00B4E6;
    border: 1px solid #00B4E6;
    color: #202020;
}

.account-deposit-funds .form-control,
.account-withdraw-funds .form-control {
    min-height: calc(1em + 2px + 1rem);
    padding: 0.3rem 1rem;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
    border-radius: 4px;
}

.account-deposit-funds h5,
.account-withdraw-funds h5 {
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    color: #00B4E6;
}

.account-deposit-funds .choose-amount p,
.account-withdraw-funds .choose-amount p {
    text-align: left;
    padding-bottom: 0px;
    color: #F2F3F7;
    opacity: 0.6;
}

.account-balance-wrap .icon {
    font-size: 42px;
}

.account-balance {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
}

.account-balance h6 {
    font-size: 14px;
}

.other-preferences {
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #3f4b58;
}

.other-preferences h5 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #00B4E6;
}

.preferences a {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    font-size: 14px;
    text-transform: capitalize;
    color: #F2F3F7;
}

.active-account {
    display: flex;
    flex-direction: row;
}

.active-account .deposit-funds {
    display: flex;
    flex-direction: row;
    color: #F2F3F7;
    font-weight: 600;
}

.active-account .deposit-funds .text {
    font-size: 13px;
}

.active-account .deposit-funds .icon {
    padding-left: 4px;
}

.active-account .deposit-funds .bi {
    color: rgb(250, 177, 53);
    font-size: 20px;
}

.active-account .my-account-balance {
    display: flex;
    flex-direction: column;
    color: #F2F3F7;
    font-weight: 600;
}

.active-account .my-account-balance .balance-amount {
    font-size: 11px;
}

.playing-teams-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.team-name {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
}

.team-name.icon {
    padding-inline: 5px;
}

.team-name.icon img {
    width: 25px;
}

.scores {
    font-size: 1.2em;
}

.playing-game-separator {
    padding-inline: 10px;
}

.live-game-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #dc3545;
}

.live-time {
    font-size: 1.1em;
}

.live-time-period {
    font-size: 12px;
}

.footer-navigation {
    background-color: #151A28;
    color: #F2F3F7;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 540px;
    margin: auto;
    z-index: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -0.125rem 0.25rem !important;
}

.footer-navigation a {
    position: relative;
    color: #F2F3F7;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.footer-navigation a.activepage {
    color: rgb(250, 177, 53);
}

.footer-navigation a img {
    width: 30px;
}

.footer-navigation a .bi {
    font-size: 30px;
}

.footer-navigation-links {
    width: 100%;
    padding: 5px 5px 5px;
    color: #F2F3F7;
    background: #030619;
    background: rgb(39 51 65);
}

.betslip-counter-wrap {
    width: 100%;
    background-color: #F2F3F7;
    /*background: linear-gradient(90deg, rgb(101, 225, 56) 0%, rgb(5, 186, 53) 100%);*/
    color: #F2F3F7;
}

.betslip-counter a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #152638;
    font-size: 12px;
    padding: 2px;
    font-weight: 600;
}

.games-number {
    /*background-color: #151A28;*/
    /*color: #fff;*/
    padding: 10px;
    /*width: 10px;*/
    height: 10px;
    /*border-radius: 50%;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

.nav-card-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.nav-card {
    width: 100%;
    max-width: 80px;
    position: relative;
}

.nav-card a {
    color: #F2F3F7;
    font-size: 20px;
}

.nav-card #mybets {
    display: flex;
    justify-content: center;
    position: relative;
    height: 40px;
}

#betSlip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: #030619;
    position: absolute;
    top: -25px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    border-width: 3px;
    border-style: solid;
    border-color: #E52525;
    border-image: initial;
    border-radius: 50%;
    padding: 10px;
    gap: 0;
}

#betSlip .main-menu-icon {
    display: block;
}

.main-menu a .main-menu-icon {
    font-size: 20px;
    position: relative;
    color: #F2F3F7;
}

.main-header .main-menu-icon .bi {
    font-size: 30px;
}

.main-menu-text {
    font-size: 11px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif !important;
}

.main-menu-icon .number-of-bets {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #E52525;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -5px;
    right: 9px;
}

.country-selection-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
}

.country-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 76%;
}

.country-name {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.countryflag-icon img {
    width: 15px;
}

.games-markets-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 220px;
    text-transform: capitalize;
    font-weight: 500;
}

.games-markets-option {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 50px;
}

.league-type {
    font-size: 13px;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* --------------------games Accordion--------------------- */
#gamesAccordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #151A28;
    color: #151A28;
}

#gamesAccordion button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #151A28;
    border: none;
    color: #F2F3F7;
}

#gamesAccordion .accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-transform: capitalize;
    /*border: 1px solid #3f4b58;*/
    background-color: #151A28;
    color: #F2F3F7;
}

#gamesAccordion .accordion-header img {
    width: 20px;
}

#gamesAccordion .icon img {
    width: 15px;
}

.accordion-body {
    padding: 0px;
    border-bottom: 0px;
}

.league-type-button {
    /*background-color: var(--active-tab-bg);*/
    align-items: flex-start;
}

.other-games-wrapper {
    padding: 0;
}

.other-games-wrapper .casino-game {
    width: 100%;
}

.other-games-wrapper .type-of-games-wrap .casino-game img {
    width: 100%;
}

.top-leagues {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px;
}

.type-of-games {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 10px 0px;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.type-of-games-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
}

.type-of-games-text h6 {
    font-size: 12px;
    text-transform: uppercase;
}

.type-of-games-text p {
    padding-bottom: 0;
    font-size: 10px;
}

.icon-enable {
    width: 20px;
}

.icon-enable .bi {
    font-size: 20px;
    color: #00B4E6;
}

.type-of-games-wrap {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    width: 100%;
}

.viewmore-casino {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 66px;
}

.viewmore-casino a {
    font-size: 11px;
    color: #F2F3F7;
    display: inline-flex;
}

.type-of-games-wrap .col-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.1);
    padding-left: calc(var(--bs-gutter-x) * 0.1);
    margin-bottom: calc(var(--bs-gutter-x) * 0.2);
}

.type-of-games-wrap .row {
    display: flex;
}

.available-games {
    width: 100%;
    padding: 0px;
}

#calendar-modal {
    width: 100%;
}

:root {
    --white: #fff;
    --main: #eaedf0;
    --accent: #4a5660;
    --accent-2: #ebedf0;
    --current-date: #00B4E6;
}

#calendar-modal .modal-content {
    max-width: 330px;
    margin: auto;
}

.calendar-container {
    display: inline-block;
    background-color: var(--white);
    border-radius: 10px;
    padding: 0px;
    width: 100%;
    margin: auto;
}

.calendar {
    width: 100%;
    margin: auto;
}

.calendar-header {
    margin: 0px;
    display: flex;
    background-color: #151A28;
    color: #F2F3F7;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-inline: 5px;
}

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

.header-display p {
    color: var(--accent);
    margin: 5px;
    font-size: 1.2rem;
    word-spacing: 0.5rem;
}

pre {
    padding: 10px;
    margin: 0px;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--accent);
}

.days,
.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    background-color: #151A28;
    color: #F2F3F7;
    padding: 0px 20px;
    justify-content: space-between;
}

.week div,
.days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.days div:hover {
    background: var(--accent-2);
    color: rgb(25, 25, 201);
    cursor: pointer;
}

.week div {
    opacity: 0.5;
}

.current-date {
    background-color: var(--current-date);
    color: var(--white);
}

.display-selected {
    padding: 20px;
    background-color: #151A28;
    color: #F2F3F7;
    text-align: center;
}

.market-option-selection {
    width: 50%;
    text-transform: capitalize;
    font-weight: 500;
}

.accept-terms-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.accept-terms {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.access-form-wrap .formfield input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.access-form-wrap .formfield input {
    background-color: rgb(80, 75, 92);
    padding: 10px;
    border-radius: 10px;
    color: #F2F3F7;
    height: 50px;
    outline: transparent;
}

.access-form-wrap .formfield input {
    position: relative;
}

.accept-terms input {
    padding: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    outline: none !important;
}

.access-form-wrap .formfield label {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
}

.accept-terms label {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    line-height: 20px;
    flex-wrap: wrap;
    color: #F2F3F7;
    font-weight: 500;
    font-size: 11px;
}

.error-text-wrap {
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.error-text {
    width: 100%;
    padding: 2px 10px;
}

.error-text a {
    color: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.remove-all-blocked.odds-blocked {
    background-color: rgb(172, 39, 52) !important;
    border-color: rgb(172, 39, 52) !important;
}

.remove-all-blocked.odds-blocked a {
    color: rgb(248, 215, 218) !important;
}

.error-text.odds-blocked {
    color: rgb(114, 28, 36);
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 198, 203);
}

.error-text.odds-change {
    color: rgb(21, 87, 36);
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
}

.error-text.cashout-available {
    color: rgb(21, 87, 36);
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
    text-align: center;
    text-transform: capitalize;
}

.select-amount-btn-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding-top: 5px;
}

.select-amount-btn-wrap p {
    font-size: 11px;
    padding-bottom: 5px;
}

.select-amount-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.select-amount-btn button {
    padding: 10px 10px;
    height: 38px;
    font-weight: 600;
    flex: 1 1 0%;
    font-size: 14px;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
    border-radius: 4px;
}

.select-amount-btn button.selected_amount {
    background-color: #00B4E6;
    border: 1px solid #00B4E6;
    color: #202020;
}

.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 15px;
    background-color: #2d4358;
    background: #2d4358;
    background-image: linear-gradient(to right, #273341, #151A28);
    background: linear-gradient(356deg, #273341, #151A28 80%);
}

.modal#statusSuccessModal .modal-content svg,
.modal#statusErrorsModal .modal-content svg {
    width: 100px;
    display: block;
    margin: 0px auto;
}

.modal#statusSuccessModal .modal-content .path,
.modal#statusErrorsModal .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal#statusSuccessModal .modal-content .path.circle,
.modal#statusErrorsModal .modal-content .path.circle {
    animation: 0.9s ease-in-out 0s 1 normal none running dash;
}

.modal#statusSuccessModal .modal-content .path.line,
.modal#statusErrorsModal .modal-content .path.line {
    stroke-dashoffset: 1000;
    animation: 0.95s ease-in-out 0.35s 1 normal forwards running dash;
}

.modal#statusSuccessModal .modal-content .path.check,
.modal#statusErrorsModal .modal-content .path.check {
    stroke-dashoffset: -100;
    animation: 0.95s ease-in-out 0.35s 1 normal forwards running dash-check;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

#statusSuccessModal {
    background-color: rgba(0, 0, 0, 0.5);
}

#statusSuccessModal .modal-content {
    border: none;
    padding-bottom: 0px;
    max-width: 340px;
    width: 100%;
    margin: auto;
}

.betplaced-content-wrap {
    padding: 0px 10px 10px;
}

.betplaced-details-wrapper {
    background-clip: padding-box;
    outline: 0px;
    padding: 10px;
}

.betplaced-content {
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    border-bottom: 1px dashed #00B4E6;
}

.betplaced-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.betplaced-details h5 {
    font-size: 15px;
    font-weight: 600;
    color: #00B4E6;
}

.betplaced-details h6 {
    color: #F2F3F7;
    font-size: 14px;
}

.betplaced-action-cta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.betplaced-action-cta a {
    padding: 10px 10px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.betplaced-action-cta a.share-bet {
    border: 1px solid #2b334a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00B4E6;
}

.betplaced-action-cta a.rebet {
    background-color: #00B4E6;
    color: #202020;
    padding: 10px 5px;
    border-radius: 3px;
    width: 90px;
}

.copy-link {
    width: 100%;
}

.copy-code {
    width: 100%;
    display: flex;
    align-items: center;
}

.copy-code input {
    border: none;
    padding: 10px 0px;
    font-size: 14px;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 600;
    color: #F2F3F7;
    width: 100%;
}

.copy-code button {
    border: 1px solid #2b334a;
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 600;
    color: #F2F3F7;
}

.view-open-bets {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.view-open-bets a {
    padding: 5px;
    color: #00B4E6;
    font-size: 14px;
    text-decoration: underline;
    text-transform: capitalize;
}

#depost-funds-modal {
    position: relative;
    z-index: 5000;
    top: 0px;
}

.lock-scroll {
    overflow: hidden;
}

select {
    overflow-wrap: normal;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: #F2F3F7;
    font-weight: 600;
    opacity: 1;
}

.hide-betslost .accept-terms label {
    font-size: 12px;
    color: #F2F3F7;
}

.dropdown-select select {
    color: #F2F3F7;
    padding: 0px;
}

.activefooternav a {
    color: #00B4E6;
}

.bet-tax-wrap {
    width: 100%;
}

.bet-tax-wrap .payout_text-and-finalpayout {
    padding: 3px 0px;
}

.bet-total-odds-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 5px;
}

.bet-stake-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 5px;
}

.mybets-card-wrapper button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mybets-card-wrapper .league-type-button:not(.collapsed) {
    color: var(--bs-accordion-color);
    background-color: rgb(233, 236, 239);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border: none;
    outline: none;
}

.mybets-card-header {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.mybets-card-header .bet-number .icon .bi {
    font-size: 24px;
}

.bet___status .icon.wonbet .bi {
    color: #05ba35;
}

.bet___status .icon.pendingbet .bi {
    color: #17a2bb;
}

.bet___status .icon.cancelledbet .bi {
    color: #ffc107;
}

.bet___status .icon.suspendedbet .bi {
    color: #6c757d;
}

.bet___status.icon.lostbet .bi {
    color: #d6110f;
}

.betslip-header .bet-number .icon.lostbet .bi {
    color: #d6110f;
}

.betslip-header .bet-number .icon.pendingbet .bi {
    color: #17a2bb;
}

.betslip-header .bet-number .icon.wonbet .bi {
    color: #05ba35;
}

.betslip-header .bet-number .icon.cancelledbet .bi {
    color: #ffc107;
}

.betslip-header .bet-number .icon.suspendedbet .bi {
    color: #6c757d;
}

.close-this-bet.cancelledbet .icon .bi {
    color: #ffc107;
}

.bet-outcome.cancelledbet {
    color: #ffc107;
}

.close-this-bet.suspendedbet .icon .bi {
    color: #6c757d;
}

.bet-outcome.suspendedbet {
    color: #6c757d;
}

.close-this-bet.openbet {
    color: #6495ed;
}

.close-this-bet.opebet .bi {
    color: #6495ed;
}

.close-this-bet.wonbet {
    color: #05ba35;
}

.close-this-bet.wonbet .bi {
    color: #05ba35;
}

.close-this-bet.lostbet {
    color: #c4c4c4;
}

.icon.lostbet .bi {
    color: #c4c4c4;
}

.icon.wonbet {
    color: #05ba35;
}

.icon.openbet {
    color: #6495ed;
}

.bet-outcome {
    text-transform: capitalize;
}

.bet-outcome.openbet {
    color: #6495ed;
}

.bet-outcome.wonbet {
    color: #F2F3F7;
}

.bet-outcome.lostbet {
    color: #c4c4c4;
}

.bet-number .back_icon {
    color: #fff;
    font-size: 16px;
}

.betlost {
    background-color: #333333;
}

.betwon {
    background-color: #05ba35;
}

.mybets-card-body {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(39 51 65);
    background: linear-gradient(0deg, #273341, #404040 80%);
    background-image: linear-gradient(to right, #273341, #404040);
}

.mybets-card-wrapper .betslip {
    border-bottom: 0px;
    background: transparent;
}

.mybets-card-wrapper .betslip-details {
    padding-inline: 0px;
}

.bet-id-and-amount {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bet-id {
    font-weight: 600;
}

.bet-time-and-outcome {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cashout-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #00B4E6;
}

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

.rebet-btn a.rebet {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #d7d8db;
    color: #F2F3F7;
    padding: 5px 10px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.cashout-btn a {
    font-size: 16px;
    background-color: #00B4E6;
    color: #030619;
    padding: 5px 10px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.mybets-card-wrapper .betslip-details .bi {
    font-size: 24px;
}

.bet-number {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 14px;
    width: 40px;
}

#mybet-tabs {
    padding-left: 0px;
    padding-right: 0px;
}

.event-won-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

#single-mybet-tabs {
    padding: 0px 0px 5px;
    background-color: #151A28;
    color: #F2F3F7;
}

.single-bet-details {
    width: 100%;
}

.single-bet-details .bet-details-level {
    max-width: 540px;
    width: 100%;
    margin: auto;
    background-color: #404040;
    color: #F2F3F7;
    gap: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
}

.single-bet-details #addedTax {
    padding-top: 3px;
    padding-bottom: 0px;
}

.mybet-more-details-wrapper {
    padding: 0px;
    padding-bottom: 20px;
    background-color: #151A28;
    color: #F2F3F7;
}

.mybet-more-details {
    padding: 0px;
}

.mybet-more-details .betslip {
    border-bottom: 0px;
}

#main-results-wrapper {
    color: #F2F3F7;
}

.main-results-tab {
    background-color: #151A28;
    background: rgb(39 51 65);
    width: 100%;
    justify-content: space-between;
    gap: 0;
    /*display: grid;*/
    /*grid-template-columns: repeat(3, minmax(0, 1fr));*/

    display: flex;
    flex: 1 1 0%;
}

#all-results-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.allbets-tab-wrapper {
    display: flex;
    flex-direction: column;
}

#main-results-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.main-results-tab button {
    background-color: inherit;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 13px 1px;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    flex: 1 1 0%;
    color: #b8b8b8;
    justify-content: center;
    text-transform: capitalize;
    border-bottom: 4px solid #404040;
}

.main-results-tab button.active {
    color: #00B4E6;
    border-bottom: 4px solid #00B4E6;
}

.tab-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    background: #030619;
    color: #F2F3F7;
}

.results-tab {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.results-tab button {
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d8db;
    border-radius: 1px;
    color: #F2F3F7;
}

.results-tab button.active {
    border: 1px solid #00B4E6;
    background-color: #00B4E6;
    color: #030619;
}

.mybets-header {
    font-weight: 500;
    padding: 10px;
}

.mybets-header .remove-all-betslip a {
    color: #F2F3F7;
}

.header-text {
    font-size: 15px;
}

.header-text a {
    color: #F2F3F7;
    font-size: 13px;
    font-weight: 500;
}

.mybets-header .header-text a {
    color: #F2F3F7;
    font-size: 13px;
}

.main-results-content {
    padding: 0px;
}

.allresults-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
}

.singlegame-tabcontent {
    display: none;
    padding: 5px 0px;
    border-top: none;
}

.virtualbets-tabcontent {
    display: none;
    padding: 5px 0px;
    border-top: none;
}

.last-update {
    font-size: 13px;
}

.mybets-btn {
    justify-content: space-between;
    gap: 0.75em;
    padding-top: 5px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bet-details-header {
    width: 100%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0.125rem 0.25rem !important;
    border-bottom: 1px solid #3f4b58;
}

.bet-details-header a {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: calc(var(--bs-gutter-x) * 0.5);
    border-bottom: 1px solid var(--color-bg-secondary);
    background-color: #151A28;
    color: #F2F3F7;
}

.bet-details-header .mybets-card-header {
    width: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: self-start;
    gap: 0px;
    font-size: 24px;
    background-color: transparent;
    padding-inline: 0px;
    padding-top: 0;
}

.mybets-card-header .close-this-bet {
    align-items: flex-start;
}

.bet-details-header .bet-details-level {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
}

.viewmore-cta {
    color: #00B4E6;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    text-wrap: nowrap;
}

.bet-details-level .payout_text-and-finalpayout {
    padding: 0px 0px 10px;
}

.betslip-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.betslip-header .bet-number {
    width: 30px;
    border-right: 1px solid #E52525;
}

.bet-details {
    width: 100%;
}

.mybets-card-body .payout_text-and-finalpayout {
    padding-bottom: 0px;
}

.time {
    font-size: 13px;
}

#app-container #depost-funds-modal .modal {
    z-index: 3000;
}

#app-container #depost-funds-modal .modal-dialog {
    padding: 0px;
    width: 100%;
    max-width: var(--bs-modal-width);
    margin: 0px auto;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    left: 0px;
    right: 0px;
    top: 0;
}

#app-container #depost-funds-modal .modal-header {
    border-bottom: 1px solid var(--border-bg-color) !important;
}

#app-container #depost-funds-modal .modal-content {
    padding-top: 0px;
    border: none;
}

#app-container #depost-funds-modal .modal-header button.close {
    background: transparent;
    border: none;
    font-size: 21px;
    padding-right: 0px;
}

#otherMenu-modal {
    position: relative;
    z-index: 3000;
}

#otherMenu-modal .modal-dialog {
    margin: 0px;
    max-width: 100%;
}

#otherMenu-modal .modal-content {
    background-color: #F2F3F7;
    border-radius: 0px;
    border: none;
}

#otherMenu-modal .modal-header button.close {
    background-color: #151A28;
    color: #F2F3F7;
}

#otherMenu-modal .modal-header {
    border-bottom: #9fc8f1;
    padding: 5px 10px;
}

#app-container .modal-backdrop,
#otherMenu-modal .modal {
    max-width: 540px;
    margin: auto;
    left: 0px;
    right: 0px;
}

#app-container .modal-dialog {
    padding: 0px;
    width: 100%;
    max-width: 540px;
    margin: 0px auto;
    border-radius: 0px;
    height: 100vh;
}

#app-container .modal-content {
    background-color: #F2F3F7;
    border-radius: 10px;
    background-color: #151A28;
    color: #F2F3F7;
}

#otherMenu-modal .modal-content {
    background-color: #F2F3F7;
    background-color: #151A28;
    color: #F2F3F7;
    border-radius: 0px;
    min-height: 100vh;
}

#statusSuccessModal button {
    border-radius: 0px 0px 10px 10px;
}

#statusSuccessModal .betplaced-details button {
    border-radius: 3px;
    white-space: nowrap;
}

#app-container #otherMenu-modal .modal-header button.close {
    background-color: #151A28;
    color: #F2F3F7;
}

#app-container .modal-header {
    border-bottom: 1px solid var(--border-bg-color) !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#app-container .modal-header button.close {
    padding-right: 5px;
}

#app-container #calendar-modal .modal-header button.close {
    color: #F2F3F7;
    padding-right: 0px;
}

.other-navigations {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
}

.navigation-card {
    width: 78px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
}

.navigation-card a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #9fc8f1;
    border: 1px solid #353b40;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.navigation-card a img {
    opacity: 0.6;
    width: 45px;
}

.navigation-card .icon-text {
    font-family: sf_pro_displayregular, sans-serif !important;
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.ttf?wg7qel") format("truetype"), url("../fonts/icomoon.woff?wg7qel") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon !important;
}

.icon-close::before {
    content: "";
}

.icon-angle-left::before {
    content: "";
}

.icon-angle-right::before {
    content: "";
}

.icon-angle-down::before {
    content: "";
}

.icon-menu::before {
    content: "";
}

.icon-user::before {
    content: "";
}

.icon-facebook::before {
    content: "";
}

.icon-twitter::before {
    content: "";
}

.faqs-wrapper {
    padding: 10px 0px;
}

.faqs-wrapper h1 {
    margin-bottom: 10px;
    font-size: 21px;
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faqs>li {
    border: 1px solid #3f4b58;
    background-color: #151A28;
    color: #F2F3F7;
    transition: box-shadow 0.2s ease 0s;
    border-radius: 7px;
}

.faqs>li:hover {
    box-shadow: none;
}

.faqs .question {
    display: block;
    padding: 10px 45px 10px 10px;
    line-height: 1.2;
    position: relative;
    background-color: transparent;
    color: #F2F3F7;
    text-decoration: none;
}

.faqs .question::after {
    width: 40px;
    height: auto;
    line-height: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    margin: auto;
    content: "\e001";
    font-size: 24px;
    background-color: transparent;
    color: #F2F3F7;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: icomoon !important;
    background-image: url(../icons/angledown.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.faqs .content-visible .question::after {
    transform: rotate(-180deg);
}

.faqs .desc {
    padding: 10px;
    display: none;
    font-size: 16px;
    border-top: 1px solid #3f4b58;
}

.faqs .desc p {
    margin: 0px;
    padding-top: 30px;
    opacity: 0.7;
    line-height: 16px;
}

.faqs .desc p:first-child {
    padding-top: 0px;
    color: #F2F3F7;
}

.faqs .desc a {
    color: #F2F3F7;
}

.faqs .desc a:hover {
    color: rgb(228, 38, 45);
}

.faqs .desc ul {
    list-style: disc;
    padding-left: 18px;
}

.faqs .desc ol {
    list-style: lower-alpha;
    padding-left: 26px;
}

.faqs .desc ul li,
.faqs .desc ol li {
    padding-top: 16px;
}

.faqs .desc .table-wrapper {
    overflow: auto;
    margin-top: 20px;
}

.faqs .desc table {
    border: 2px solid #000000;
    color: rgb(30, 72, 125);
    width: 100%;
    min-width: 600px;
}

.faqs .desc table th,
.faqs .desc table td {
    padding: 10px 20px;
    border: 2px solid #000000;
}

.faqs .desc table th:first-child {
    width: 105px;
    text-align: center;
}

.faqs .desc table td:first-child {
    text-align: center;
}

.faqs .desc .rates {
    margin-top: 20px;
    list-style: none;
    padding: 0px;
    display: none;
}

.faqs .desc .rates li {
    padding: 10px 15px;
    margin: 10px 0px;
    background-color: #F2F3F7;
}

.faqs .desc .rates li:nth-child(2n + 1) {
    background-color: rgb(227, 221, 221);
}

.faqs .desc .rates .field {
    margin-top: 10px;
    color: rgb(30, 72, 125);
}

.faqs .desc .rates .field:first-child {
    margin-top: 0px;
}

.faqs .desc .rates .label {
    font-family: TrebuchetMS-Bold, Verdana, sans-serif;
    margin-right: 10px;
}

/* -------------Promotions--------------------- */

.promotions-wrapper {
    width: 100%;
}

.promotions-cards-wrap {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}

.promotions-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #3f4b58;
    align-items: stretch;
}

.promo-image {
    width: 100%;
    border-radius: 10px;
}

.promo-image img {
    border-radius: 8px;
}

.promo-text {
    padding: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.promo-text h5 {
    font-weight: 800;
    font-size: 16px;
}

.promo-text h6 {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.promo-text a {
    color: #2d3358;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.promo-text p {
    opacity: 0.8;
}

.promo-text ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px 10px 10px 20px;
}

.promo-text li {
    font-size: 14px;
    list-style-type: lower-alpha;
    opacity: 0.7;
}

.promo-text span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.promo-text span a {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
}

.promo-text span a.playnow-cta {
    color: #F2F3F7;
    background-color: #E52525;
}

.promo-text span a.readmore-cta {
    color: #E52525;
    text-decoration: underline;
}

.promo-text .table> :not(caption)>*>* {
    border: 1px solid #3f4b58;
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: #fff;
}

/*--------------------Bonus----------*/
.bonuses-wrapper {
    width: 100%;
    padding-top: 10px;
}

.bonus-card {
    border: 1px solid #d7d8db;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.bonus-image-text {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.bonus-image {
    width: 75px;
    align-items: center;
    display: flex;
}

.bonus-image img {
    width: 75px;
}

.bonus-text {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
}

.bonus-text h6 {
    font-weight: 600;
    font-size: 14px;
}

.bonus-text p {
    font-size: 13px;
    padding-bottom: 0;
}

.bonus-cta {
    width: 90px;
}

.bonus-cta a {
    color: #F2F3F7;
    background-color: #E52525;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap;
    text-wrap: nowrap;
    height: 100%;
    display: block;
}

#offer {
    background-color: transparent;
    border: 1px solid #3f4b58;
    border-radius: 10px;
    padding: 10px 5px;
    cursor: pointer;
    width: 100%;
    color: #F2F3F7;
}

#offer .bonus-offer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.bonus-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.freebet-amount {
    width: 77px;
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.showbonus-icon {
    color: #fff;
    width: 13px;
}

#myDIV {
    width: 100%;
    display: block;
    padding-top: 5px;
}

#freeBonusProgress {
    width: 100%;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

#freeBonusProgress .progress {
    height: 15px;
    width: 100%;
    position: relative;
}

#freeBonusProgress .progress-bar {
    background-image: linear-gradient(to right, red, yellow);
    background-image: linear-gradient(to right, #c1ce4c, #28d347);
}

.freebonus-cta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.freebonus-text {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
}

.freebonus-cta button {
    background-color: #9ce800;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    outline: none;
    white-space: nowrap;
    border-radius: 20px;
    display: inline-block;
    color: #404040;
}

#freeBonusProgress .sr-only {
    color: #F2F3F7;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 5px;
}

/*-------------------Terms-----------------*/

.terms-and-privacy-wrapper {
    width: 100%;
    padding-top: 20px;
}

.terms-conditions-and-privacy h5 {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.terms-conditions-and-privacy p {
    line-height: 16px;
}

.terms-conditions-and-privacy ul {
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px 10px 30px;
}

.terms-conditions-and-privacy li {
    font-size: 13px;
    list-style: disc;
    font-style: italic;
    opacity: 0.7;
}

#event-cards {
    width: 100%;
}

#event-cards .col-12 {
    padding: 0px;
    margin: 0px;
}

#event-cards .market-selection-wrap {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding-top: 7px;
}

#event-cards .market-selection {
    width: 32%;
    flex: 1 1 108px;
}

#event-cards .select-market {
    width: 100%;
}

#event-cards .select-market button {
    width: 100%;
}

.event-market {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-market .btn-odd-option {
    padding-right: 0px;
}

.btn-odd-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1em;
}

.event-t {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.team-event {
    align-items: center;
    width: 100%;
}

.team-event img {
    width: 21px;
}

.team-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-badge img {
    width: 20px;
}

.search-list.countries-search a {
    padding: 10px 0px;
}

.country-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-badge img {
    width: 20px;
}

.divider {
    /*width: 30px;*/
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.displayMarkets-wrap {
    width: 100%;
    border-bottom: 1px solid #19205a;
    padding-bottom: 10px;
}

.displayMarkets {
    background-color: #151A28;
    color: #F2F3F7;
    cursor: pointer;
    padding: 0 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.displayMarkets .active,
.displayMarkets:hover {
    background-color: #151A28;
    color: #F2F3F7;
}

.market-available {
    background-color: var(--active-tab-bg);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    font-weight: 600;
    color: #F2F3F7;
    text-transform: capitalize;
    padding: 5px;
}

.marketscard {
    padding: 0px 5px;
    display: none;
    background-color: #151A28;
    overflow: hidden;
}

.back-to-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.back-to-main a {
    color: #fff;
    line-height: initial;
}

#sportsbookContent {
    width: 100%;
}

.sportsbook-wrapper {
    width: 100%;
}

.sportsbook-tab-wrapper {
    background-color: var(--active-tab-bg);
    padding: 5px 0px;
}

.sportsbook-tab {
    overflow: hidden;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.sportsbook-tab button.active {
    background-color: #00B4E6;
    color: #F2F3F7;
}

.sportsbook-tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;

    flex: 1 1 0%;
    padding: 10px 5px;
    background-color: #F2F3F7;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F3F7;
    border-radius: 4px;
    text-transform: capitalize;
}

.sportsbook-tabcontent {
    display: none;
    padding: 5px 0px;
    border-top: none;
}

#bothToScoreYesNo .market-selection,
#OverUnder .market-selection {
    width: 94px;
}

#livegames-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.live-games-wrapper {
    padding: 5px 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
}

.games-icon {
    display: flex;
    align-items: center;
}

.sportname {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    color: #E52525;
}

.sportname .league-type {
    font-weight: 400;
}

.livegames-cards {
    width: 100%;
}

.livegames-tab {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
}

.live-games-slider {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
}

.live-game-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #d7d8db;
    border-radius: 8px;
    padding: 5px;
}

.live-game {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.livegames-tab-tab {
    overflow: hidden;
    background-color: #E52525;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.livegames-tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #2d4358;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.livegames-tab button:hover {
    background-color: #2d4358;
}

.livegames-tab button.active {
    background-color: #00B4E6;
    color: #2d4358;
}

.livegames-tabcontent {
    display: none;
    border-top: none;
}

.livesportHeader {
    background-color: var(--active-tab-bg);
}

.livesport-header-wrap {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.games-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-matches-header {
    background-color: var(--active-tab-bg);
}

.team-playing {
    display: flex;
    color: #F2F3F7;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    line-height: normal;
    gap: 7px;
}

.blink {
    animation: 1s steps(5, start) 0s infinite normal none running blink-animation;
}

@keyframes blink-animation {
    100% {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    100% {
        visibility: hidden;
    }
}

.leaguetype-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.leaguetype-options .country-name {
    font-weight: 600;
}

/*----------------------------Jackpot----------------------------*/

.main-app-content.jackpotcontent-wrap {
    padding-bottom: 20px;
}

.jackpotresults-tabcontent {
    display: none;
    padding: 5px 0px;
    border-top: none;
}

#jackpotGames {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jackpot-tab {
    overflow: hidden;
    background-color: #152638;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
}

.jackpot-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 1 0%;
    justify-content: center;
    opacity: 0.6;
    color: #fff;
    border-radius: 38px;
    border: 1px solid #152638;
}

.jackpot-tab button .text {
    font-size: 13px;
}

.jackpot-tab button .icon img {
    width: 50px;
}

.jackpot-tab button:hover {
    background-color: transparent;
}

.jackpot-tab button.active {
    color: #00B4E6;
    opacity: 1;
    border: 1px solid #00B4E6;
    border-radius: 38px;
}

.jackpot-tabcontent {
    display: none;
    padding-bottom: 5px;
    border-top: none;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.jackpot-content-wrap {
    width: 100%;
}

#jackpotGames .game-playing {
    margin-right: auto;
    margin-left: auto;
}

.jackpot-results-page {
    width: 100%;
    padding: 0;
}

.jackpot-results-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.jackpot-single-results {
    background-color: var(--active-tab-bg);
    border: 1px solid #d7d8db;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
}

.jackpot-single-results a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #F2F3F7;
    width: 100%;
    gap: 10px;
}

.jackpot-single-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    color: #F2F3F7;
    padding: 3px;
    width: 100%;
}

.jackpot-single-card .date {
    width: 100%;
    font-size: 13px;
}

.jackpot-single-card .type-of-jp {
    width: 100%;
    font-size: 13px;
    color: #F2F3F7;
    opacity: 0.75;
}

.jackpot-single-card .jp-amount {
    width: 100%;
    font-size: 17px;
    font-weight: 900;
    color: #00B4E6;
}

.jackpot-results-list span.icon {
    width: 30px;
}

.jackpot-single-card .gametime-and-date {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    font-size: 11px;
}

.jackpot-display {
    background: transparent;
    width: 100%;
    display: none;
}

.jackpot-value {
    font-size: 26px;
    color: #00B4E6;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: rgba(32, 32, 32, 0.3) 0px 2px 5px;
    font-family: sf_pro_displaymedium, sans-serif;
    width: 130px;
}

.countdown {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#timecounter {
    text-transform: uppercase;
    font-weight: 600;
}

.timer-wrap {
    text-align: center;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.counter {
    display: flex;
    flex-direction: row;
    gap: 5px;
    /* padding-top: 10px; */
}

.counter .title {
    color: #dd7700;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.counter .sq {
    color: #dd7700;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0px;
}

.counter .sq .bord {
    padding: 0;
    font-family: "Helvetica";
    font-size: 21px;
    font-weight: 600;
    color: #00B4E6;
}

.counter .sq span {
    clear: both;
    display: block;
    font-size: 11px;
    font-family: "Helvetica";
    color: #fff;
}

.expiry {
    font-size: 13px;
    color: #F2F3F7;
}

#jackpotGames .game-playing .card {
    display: flex;
    flex-direction: row;
}

#jackpotGames .leaguetype-and-time {
    display: flex;
    flex-direction: row;
}

#jackpotGames .card-game-playing {
    width: 100%;
}

.gamenumber {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.jackpotbanner {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.jackpotbanner img {
    object-fit: cover;
    height: 90px;
}

.jackpotcontent-display {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    background: rgba(0, 0, 0, 0.5);
}

.jackpotcontent-display .text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.jackpot-amount {
    font-family: "Russo One", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fec504;
    font-size: 2.5rem;
}

.jackpot-amount span.currency {
    font-weight: 400;
}

.jackpot-rules {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    height: 25px;
}

.jackpot-rules a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    text-transform: capitalize;
}

.jackpot-single-card {
    display: flex;
    width: 100%;
}

.gametime-and-date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.bet-icon {
    width: 50px;
}

.next-arrow {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

/*----------------------------- Leaderboard--------------------- */

.leaderboard-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 10px 10px;
}

#leaderboard .share {
    width: 3.5rem;
    height: 2.5rem;
    background-color: rgb(250, 177, 53);
    border-width: 0px 0px 0.2rem;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(165, 120, 43);
    border-radius: 2rem;
    cursor: pointer;
}

#leaderboard .share:active {
    border-bottom: 0px;
}

.leaderboard-header h1 {
    font-size: 16px;
    font-weight: 700;
    color: #F2F3F7;
}

#leaderboard .share i {
    color: #F2F3F7;
    font-size: 22px;
}

#leaderboard {
    width: 100%;
    position: relative;
    font-size: 14px;
}

#leaderboard-table {
    padding-top: 5px;
    color: #F2F3F7;
}

#leaderboard-table thead {
    width: 100%;
}

#leaderboard thead th {
    padding: 10px;
    background-color: #00B4E6;
    color: #151A28;
}

.past-winners {
    background-color: #404040;
}

#leaderboard table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #141a39;
    cursor: default;
}

#leaderboard tr {
    border-radius: 0.2rem;
    background-color: #151A28;
    border-bottom: 1px solid #3f4b58;
    color: #F2F3F7;
}

#leaderboard tr:not(:first-child):hover {
    transform: scale(1);
}

#leaderboard tr:nth-child(2n + 1) {
    color: #F2F3F7;
}

#leaderboard td {
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 12px;
    vertical-align: middle;
    color: #F2F3F7;
}

#leaderboard td span {
    display: flex;
    align-items: center;
    height: 100%;
    vertical-align: middle;
}

#leaderboard .number {
    width: 35px;
    text-align: left;
    vertical-align: middle;
}

#leaderboard .number span {
    display: flex;
    width: 24px;
    height: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#leaderboard .number img {
    width: 24px;
}

#leaderboard .name {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#leaderboard .points {
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#leaderboard .points:first-child {
    width: 10rem;
}

#leaderboard .gold-medal {
    width: 100%;
    display: block;
}

#leaderboard #buttons {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

#leaderboard .pagination {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    border-radius: 2px;
    background-color: rgb(249, 249, 249);
    width: 100%;
    display: none;
}

#leaderboard .pagination li {
    list-style-type: none;
    display: inline-block;
    border-radius: 5px;
}

#leaderboard .pagination li a {
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    color: rgb(32, 32, 32);
    font-weight: 500;
}

#leaderboard .pagination li a:hover,
#leaderboard .pagination li.active a {
    background: rgb(150, 178, 72);
    color: #F2F3F7;
    border-radius: 5px;
}

.leaders-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    background-image: url("../images/leaderboard-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    background-color: rgb(21, 38, 56);
    display: none;
}

.leaderboard-tab {
    overflow: hidden;
    background-color: var(--active-tab-bg);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.leaderboard-tab button {
    text-transform: capitalize;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid var(--active-tab-bg);
    color: #F2F3F7;
}

.leaderboard-tab button.active {
    border-bottom: 2px solid #00B4E6;
    color: #F2F3F7;
}

.leaderboard-tab button:hover {
    background-color: var(--active-tab-bg);
}

.leaderboard-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
}

.leaderboard-subtab {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.leaderboard-subtab button {
    background-color: #f00;
    text-transform: capitalize;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaderboard-subtab button:hover {
    background-color: #f00;
}

.subtab.active {
    background-color: #f00;
}

.leaderboard-subtabcontent {
    display: none;
    padding: 0px;
    border-top: none;
}

.leaderboard-past-users {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.leaderboard-past-users button {
    background-color: #f00;
    text-transform: capitalize;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaderboard-past-users button:hover {
    background-color: #f00;
}

.leaderboard-heading {
    border: 1px solid #3f4b58;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 5px;
    border-radius: 20px;
    width: 100%;
}

.leaderboard-heading p {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.leaderboard-heading h2 {
    color: #fab135;
    font-weight: 900;
    line-height: 24px;
}

.userlinks.active {
    background-color: #f00;
}

.leaderboard-pastusers {
    display: none;
    padding: 0px;
    border-top: none;
}

.select-dropdown .select-menu {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}

.select-dropdown .select-menu .select-btn {
    display: flex;
    height: 30px;
    background: transparent;
    border: 1px solid #3f4b58;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.select-dropdown .select-menu .options {
    position: absolute;
    max-width: 514px;
    width: 96%;
    overflow-y: auto;
    max-height: 295px;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}

.select-dropdown .select-menu .options .option {
    display: flex;
    height: 36px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 0;
    align-items: center;
    background-color: #151A28;
}

.select-dropdown .select-menu .options .option:hover {
    color: #151A28;
    background-color: #00B4E6;
}

.select-dropdown .select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.select-dropdown .select-menu .options .option .option-text {
    font-size: 12px;
    color: #333;
    color: #F2F3F7;
}

.select-dropdown .select-btn i {
    font-size: 16px;
    transition: 0.3s;
}

.select-dropdown .select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-dropdown .select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.how-to-bet-content-wrapper h5 {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.how-to-bet-content-wrapper p {
    font-size: 14px;
}

.how-to-bet-content-wrapper ul {
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px 10px 30px;
}

.how-to-bet-content-wrapper li {
    font-size: 14px;
    list-style: disc;
    font-style: italic;
    opacity: 0.7;
}

.how-to-bet-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clock {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #F2F3F7;
    border-radius: 5px;
    letter-spacing: 0;
}

.clock span {
    font-weight: bolder;
    font-size: 18px;
    color: #F2F3F7;
}

/* --------Aviator Leaderboard------- */

#aviator-leaderboard {
    width: 100%;
}

.aviator-leaderboard-header {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#aviator-leaderboard .leaderboard-tab {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}

#aviator-leaderboard .leaderboard-tab button {
    border: none;
    width: 30%;
    border-radius: 20px;
}

#aviator-leaderboard .leaderboard-tab button.active {
    border: none;
    background-color: #00B4E6;
    color: #F2F3F7;
    padding: 10px 10px;
    border-radius: 20px;
}

#aviator-leaderboard .leaderboard-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

#aviator-leaderboard .leaderboard-header h5 {
    font-size: 16px;
    font-weight: 600;
}

#aviator-leaderboard .leaderboard-header a {
    color: #F2F3F7;
    font-size: 20px;
}

.aviator-leaders {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding-inline: 10px;
}

.first-position {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.first-position .crown {
    width: 75px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.second-position,
.third-position {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.first-position .winner-medal {
    width: 80px;
}

.winner-medal {
    width: 50px;
    position: relative;
}

.winner-medal .position {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    bottom: -10px;
    background-color: #00B4E6;
    border: 4px solid #151A28;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: none;
}

.aviator-leaders img {
    position: relative;
}

.winner-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.winner-details .name {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}

.winner-details .points {
    color: #00B4E6;
    font-size: 12px;
    font-weight: 500;
}

.aviator-leaderboard #leaderboard-table table thead,
.aviator-leaderboard #leaderboard-table table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3px;
}

.aviator-leaderboard #leaderboard-table {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.aviator-leaderboard #leaderboard-table table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #F2F3F7;
}

.aviator-leaderboard #leaderboard-table table thead th,
.aviator-leaderboard #leaderboard-table table tbody td {
    padding: 10px 13px;
    width: 20%;
    color: #F2F3F7;
}

.aviator-leaderboard #leaderboard-table table tr {
    background-color: var(--table-bg);
    width: 100%;
    display: inline-table;
    border-radius: 20px;
    color: #F2F3F7;
}

@media handheld,
only screen and (max-width: 480px) {
    .leaderboard-tab button {
        font-size: 14px;
    }
}

@media handheld,
only screen and (max-width: 412px) {
    .leaderboard-tab button {
        font-size: 13px;
        padding: 10px 7px;
    }
}

@media handheld,
only screen and (max-width: 360px) {
    .leaderboard-tab button {
        font-size: 12px;
        padding: 8px 5px;
    }

    #leaderboard .name {
        width: 100px;
    }
}

@media handheld,
only screen and (max-width: 320px) {
    .leaderboard-tab button {
        font-size: 11px;
        padding: 7px 5px;
    }

    #leaderboard .name {
        width: 80px;
    }
}

/* -----------------App Page Css---------- */

#download-app-page {
    width: 100%;
    max-width: 768px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    position: relative;
    background-color: #F2F3F7;
    height: 100vh;
}

.app-page-wrapper {
    max-width: 480px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    position: relative;
}

.app-page-content {
    position: relative;
    background-image: url("../images/app-curve.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
}

.top-right-shape {
    position: absolute;
    top: -25px;
    right: 0px;
    width: 120px;
}

.bottom-shape {
    position: absolute;
    bottom: -8px;
    right: 0px;
    width: 100%;
    z-index: 100;
}

.top-left-shape {
    position: absolute;
    top: 20%;
    left: 0px;
    width: 200px;
}

.app-introduction {
    width: 100%;
}

.download-app-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1em;
    gap: 5px;
}

.download-app-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
    padding: 15px 20px;
    background-color: #d6110f;
    color: #F2F3F7;
    border-radius: 10px;
}

.download-app-btn a img {
    width: 20px;
}

.download-app-btn h1 {
    font-size: 1.7em;
    font-weight: 900;
}

.app-introduction h1 {
    font-size: 5.5em;
    font-weight: 900;
    line-height: 72px;
    padding-bottom: 20px;
}

.app-introduction h2 {
    color: #00B4E6;
}

.app-text-yellow {
    color: #00B4E6;
    font-weight: 900;
    font-size: 40px;
}

.app-benefits {
    list-style-position: inside;
}

.app-benefits ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.app-benefits>ul li {
    list-style-image: url("../images/check-mark.svg");
    text-align: left;
    background-repeat: no-repeat;
    line-height: 18px;
    color: #F2F3F7;
    font-size: 14px;
}

.app-benefits>ul li::marker {
    font-size: 30px;
}

.app-page-faqs {
    background-color: #F2F3F7;
    border-top: 5px solid rgb(250, 177, 53);
    display: none;
}

.app-page-faqs h4 {
    color: rgb(250, 177, 53);
    font-size: 16px;
    font-weight: 900;
}

.app-page-faqs h5 {
    color: #F2F3F7;
    font-size: 12px;
}

.question-and-answer h6 {
    color: #00B4E6;
}

.question-and-answer p {
    color: rgb(148, 151, 158);
}

.app-page-faqs ul {
    padding: 10px 10px 10px 20px;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.app-page-faqs ul li {
    list-style-type: decimal;
    color: rgb(148, 151, 158);
    font-size: 13px;
    font-weight: 300;
}

.app-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.app-image img {
    max-width: 320px;
    margin-right: -12px;
}

/*--------End Of App Page Css------------------*/

.more-markets-tabnav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.more-markets-tab-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-right: 5px;
    padding-left: 5px;
}

.more-markets-tabs {
    overflow: hidden;
    /* background-color: var(--active-tab-bg); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.more-markets-tabs button {
    color: #fff;
    background-color: #2d4358;
    padding: 7px 10px;
    align-items: center;
    border-radius: 3px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
    text-transform: capitalize;
}

.more-markets-tabs button:hover {
    background-color: #2d4358;
    opacity: 0.9;
}

.more-markets-tabs button.active {
    background-color: #00B4E6;
    color: #151A28;
    border-radius: 5px;
}

.moremarkets-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
}

.other-markets-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0px;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    cursor: pointer;
    color: #00B4E6;
    font-weight: 600;
}

.other-markets-options:hover {
    color: #00B4E6;
}

.event-t-wrap {
    padding-top: 20px;
    padding-bottom: 5px;
}

.position-holder-wraper {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    padding-bottom: 40px;
}

.position-holder {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    border-radius: 50%;
    position: relative;
}

.position-points {
    position: absolute;
    bottom: -35px;
    color: #F2F3F7;
    font-size: 11px;
    font-weight: 800;
    padding: 7px 3px;
    border-radius: 5px;
    border: 1px solid #d7d8db;
    overflow-wrap: break-word;
    width: 66px;
    text-align: center;
}

.topleader {
    background-color: rgb(250, 177, 53);
    border: 2px solid rgb(250, 177, 53);
    width: 75px;
    height: 75px;
    background-image: url("https://storage.googleapis.com/maybet/site/assets/icons/medal-gold.png");
    background-position: center center;
    background-size: 80px;
}

.runners-up-2 {
    background-color: rgb(154, 154, 154);
    border: 2px solid rgb(205, 205, 205);
    width: 55px;
    height: 55px;
    background-image: url("https://storage.googleapis.com/maybet/site/assets/icons/medal-silver.png");
    background-position: center center;
    background-size: 60px;
}

.runners-up-3 {
    background-color: rgb(204, 126, 72);
    border: 2px solid rgb(232, 177, 139);
    width: 55px;
    height: 55px;
    color: #F2F3F7;
    background-image: url("https://storage.googleapis.com/maybet/site/assets/icons/medal-bronze.png");
    background-position: center center;
    background-size: 60px;
}

.social-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.social-media p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}

.social-media-icon {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
}

.social-media-icon a {
    font-size: 30px;
    color: #F2F3F7;
}

#shareBet-modal {
    position: relative;
    z-index: 5000;
    bottom: 0px;
}

#shareBet-modal .modal.show .modal-dialog {
    display: flex;
    align-items: flex-end;
    bottom: 0;
    margin-bottom: 0;
    min-height: 97vh;
}

.icon-container {
    width: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#app-container #shareBet-modal .modal {
    z-index: 3000;
    height: 100vh;
}

#shareBet-modal .smd p {
    font-size: 12px;
    padding-bottom: 0;
}

#app-container #shareBet-modal .modal-header {
    border-bottom: 1px solid rgb(230, 226, 226);
}

#app-container #shareBet-modal .modal-content {
    position: absolute;
    bottom: 0;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#app-container #shareBet-modal .modal-content .modal-body {
    padding-bottom: 20px;
}

#shareBet-modal .modal-content .modal-body .icon-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 20px;
    justify-content: space-between;
}

#shareBet-modal .modal {
    width: 100%;
}

#shareBet-modal .smd {
    font-size: small;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.modal-content {
    background-color: #151A28;
    color: #F2F3F7;
}

#shareBet-modal .smd a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #F2F3F7;
}

#shareBet-modal .smd .bi {
    font-size: 30px;
    color: #F2F3F7;
}

#shareBet-modal .modal-footer {
    display: block;
    border: none;
}

#shareBet-modal .ur {
    border: none;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    border: 1px solid #2d4358;
}

#shareBet-modal .ur::placeholder {
    color: #F2F3F7;
}

#shareBet-modal .cpy {
    border: none;
    background-color: #2d4358;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    opacity: 1;
    color: #F2F3F7;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
}

#shareBet-modal button .bi {
    font-size: 20px;
    opacity: 1;
}

#shareBet-modal button.focus,
#shareBet-modal button:focus {
    outline: 0px;
    box-shadow: none !important;
}

#shareBet-modal .ur.focus,
#shareBet-modal .ur:focus {
    outline: 0px;
    box-shadow: none !important;
}

#shareBet-modal .message {
    font-size: 11px;
    color: rgb(238, 85, 53);
}

.m-img-container {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.m-img-container img {
    border-radius: 50%;
}

.expand-betslip {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.expand-betslip .bi {
    color: var(--accent-2);
    font-size: 20px;
}

.booking-code {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    text-transform: capitalize;
    gap: 10px;
    height: 100%;
}

.booking-code-text {
    opacity: 0.6;
}

.booking-code-number {
    text-transform: uppercase;
    font-weight: 900;
}

#casino-Iframe-container {
    width: 100vw;
    height: 100vh;
    background-color: #151A28;
}

#casinoIframe {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 95vh;
    padding: 0 2px 8px;
}

.iframe-header {
    /*border-bottom: 1px solid rgb(32, 32, 32);*/
    color: #F2F3F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1px 10px;
}

.close-iframe {
    /*width: 30px;*/
    /*height: 30px;*/
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.iframe-header a {
    color: #F2F3F7;
    font-size: 18px;
}

.auto-close {
    position: absolute;
    width: 98%;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 5px;
    z-index: 3000;
}

.alert {
    --bs-alert-padding-x: 5px;
    --bs-alert-padding-y: 5px;
    --bs-alert-margin-bottom: 0;
    border-radius: 2px;
    font-size: 11px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-dismissible .btn-close {
    padding: 0px 5px;
    height: 100%;
}

.alert p {
    font-size: 11px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.freebet-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.freebet-wrapper .leaguetype-options {
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.freebet-wrapper .leaguetype-options .country-name {
    font-style: italic;
    font-size: 21px;
    color: #F2F3F7;
}

.freebet-wrapper .user-account {
    padding-top: 1em;
}

#freebetCard {
    width: 100%;
    color: #2d3358;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1em;
    border: 1px solid #d7d8db;
}

#freebetCard .leaguetype-options {
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#freebetCard .teams-playing-wrap {
    width: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#freebetCard .leaguetype-and-time {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

#freebetCard .teams-playing-and-market-selection {
    width: 100%;
}

#freebetCard .market-selection-wrap {
    width: 100%;
}

#freebetCard .hometeam {
    justify-content: flex-end !important;
}

#freebetCard .hometeam .team-name {
    width: auto;
}

#freebetCard .awayteam {
    justify-content: flex-start !important;
}

#freebetCard .game-playing {
    border-bottom: none;
}

#freebetCard .game-playing .card {
    width: 100%;
    padding-bottom: 10px;
    gap: 5px;
}

.italic {
    color: #dc3545;
}

.verse {
    width: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

#freebetCard .game-playing button {
    width: 100%;
}

#freebetCard .team-playing {
    display: flex;
    color: #F2F3F7;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
}

#freebetCard .team-name {
    font-size: 16px;
    width: 130px;
    line-height: normal;
}

#freebetCard .team-badge {
    width: 20px;
}

#freebetCard .date-and-time-playing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#freebetTerms {
    width: 100%;
    border: 1px solid #d7d8db;
    padding: 15px 0;
    border-radius: 10px;
}

.freebet_terms_and_conditions {
    width: 100%;
}

.freebet_terms_and_conditions h2 {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.text-relaxed {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "Inter", sans-serif;
}

.text-relaxed ul,
.text-relaxed ol {
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    font-style: italic;
    padding-bottom: 10px;
    list-style-position: inside;
    padding-left: 10px;
}

.text-relaxed li {
    font-family: "Inter", sans-serif;
    list-style: decimal;
    list-style-position: inherit;
}

.text-relaxed p {
    font-size: 13px;
    line-height: 18px;
    font-family: "Inter", sans-serif;
}

.menu-column-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #151A28;
    color: #F2F3F7;
}

.menu-wraper-section-header {
    display: flex;
    text-align: center;
    font-size: 14px;
    height: 20px;
    color: #00B4E6;
    line-height: 15px;
    align-items: flex-start;
    text-transform: capitalize;
    width: 100%;
}

.menu-column {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 0px;
}

.menu-column .menu-column-left:first-of-type {
    padding-top: 0px;
}

.menu-column .menu-column-left {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 0.16rem;
    gap: 10px 5px;
    padding-top: 0.16rem;
    border-bottom: 1px solid #3f4b58;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-wraper-slide-info-box {
    width: 5rem;
    height: 4rem;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0.16rem;
    position: relative;
}

.menu-wraper-slide-info-box a {
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-column .menu-wraper-slide-iconbox {
    color: #F2F3F7;
    background-color: #f2f4f6;
}

.menu-wraper-slide-iconbox {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #f2f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-wraper-slide-iconbox-img {
    width: 1rem;
    height: 1rem;
}

.menu-wraper-slide-name {
    display: flex;
    text-align: center;
    font-size: 11px;
    height: 30px;
    color: #F2F3F7;
    line-height: 15px;
    align-items: flex-start;
}

.menu-wraper-slide-info-box .spec-icon.hot {
    background: linear-gradient(270deg, rgb(255, 82, 82) 0%, rgb(255, 133, 92) 100%);
}

.menu-wraper-slide-info-box .spec-icon {
    padding: 0px 0.08rem;
    background: linear-gradient(270deg, rgb(255, 82, 82) 0%, rgb(255, 133, 92) 100%);
    border-radius: 0.14rem 0.14rem 0.14rem 0.04rem;
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 9px;
    color: #fff;
    line-height: 10px;
    text-align: center;
}

.menu-wraper-slide-info-box .spec-icon.new {
    background: linear-gradient(90deg, rgb(101, 225, 56) 0%, rgb(5, 186, 53) 100%);
}

.menu {
    position: relative;
    min-height: 1.6rem;
    background: rgb(255, 230, 15);
    z-index: 1005;
}

#ad-popup-wrapper {
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    max-width: 540px;
}

#ad-popup-wrapper .close {
    border-radius: 50%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#ad-popup-wrapper .close .bi {
    font-size: 20px;
    color: #F2F3F7;
    cursor: pointer;
}

.ad-popup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100vh;
    padding-top: 10em;
}

.ad-popup-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ad-image img {
    width: 100%;
    max-width: 280px;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
}

.ad-popup-action {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ad-popup-action a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}

.ad-popup-action a.dont-play {
    background-color: rgb(228, 38, 45);
    width: 50%;
}

.ad-popup-action a.playnow {
    background-color: rgb(86, 167, 30);
    width: 50%;
}

.ad-popup-action a {
    font-size: 13px;
    color: #F2F3F7;
    padding: 5px;
}

.ad-popup-action a .bi {
    font-size: 15px;
    color: #F2F3F7;
}

.ad-popup-action a.text {
    font-size: 13px;
}

/* ----------------------------------printBet-------------------------- */

.printbet-wrapper {
    width: 100%;
    padding-top: 20px;
}

.printbet-wrapper p {
    color: #00B4E6;
}

.print {
    border: 1px solid #d7d8db;
    padding: 10px;
    border-radius: 8px;
    background: #151A28;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.print .head {
    display: block;
    background: #404040;
    color: #fff;
    border-radius: 4px;
}

.print .head h5 {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.print .print-cards {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.print .print-cards h6 {
    padding: 5px 0;
    font-weight: 500;
    font-size: 12px;
}

.print .selection {
    display: table;
    width: 100%;
    padding: 0;
}

.print .print-cards .block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.print .print-cards .block li {
    list-style: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 0.5em;
}

.print .print-cards .block li button {
    border: none;
    display: block;
    width: 100%;
    background: #eee;
    border-radius: 4px;
    padding: 0.5em 0.75em;
    color: #0c7204;
    font-weight: 500;
    text-align: left;
    height: 100%;
}

.print .selection .select select {
    width: 100%;
    padding: 0.5em;
    display: block;
    border: #ccc solid 1px;
    background-color: #151A28;
    color: #F2F3F7;
    border-radius: 4px;
    appearance: none;
    /*background: url("https://storage.googleapis.com/maybet/site/assets/icons/dropdown-dark.png") 97% 50% no-repeat;*/
}

.print .selection .select:last-child {
    padding-right: 0;
}

.print .selection .select:first-child {
    padding-left: 0;
}

.print .selection .select {
    display: table-cell;
    width: 50%;
    padding: 0 0.375em 0 0.375em;
    margin: 0 0 0.75em 0;
    box-sizing: border-box;
}

.print .selection .select label {
    display: block;
    padding-bottom: 0.25em;
    font-weight: 600;
    font-size: 12px;
}

.print .cta {
    padding: 0;
}

.print .center.field {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.print .cta a.btn {
    padding: 5px 10px;
    background: #00B4E6;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

/* ----------------------------------printable Bets-------------------------- */

.printbetpage-wrapper {
    width: 210mm;
    height: 297mm;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 2mm;
}

.printbetpage-header {
    position: absolute;
    right: 6mm;
    left: 6mm;
    top: 5px;
    background-size: cover;
    cursor: pointer;
}

.printbetpage-footer-banner {
    position: absolute;
    right: 6mm;
    left: 6mm;
    bottom: 0;
    background-size: cover;
}

.printbetpage {
    width: 210mm;
    height: 297mm;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.printbetpage-table {
    z-index: 10;
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 35mm;
    bottom: 0;
    right: 0;
    left: 0;
    right: 6mm;
    left: 6mm;
}

.printbetpage-table table {
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    box-sizing: border-box;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
}

.printbetpage * {
    font-family: "Roboto Condensed", sans-serif;
}

.printbetpage-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.printbetpage-table table tr th {
    display: table-cell;
    font-size: 2.5mm;
    color: #fff;
    background: #555;
    padding: 1mm 2mm;
    vertical-align: middle;
    text-align: center;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

.printbetpage-table table tr th:first-child {
    text-align: left;
    vertical-align: middle;
}

.printbetpage-table table tr th:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.printbetpage-table table tr th:nth-child(3) {
    text-align: left;
    vertical-align: middle;
}

.printbetpage-table table tr td:nth-child(3) {
    text-align: left;
}

.printbetpage-table table tr th:last-child {
    border-right: none;
}

.printbetpage-table table tr th.g {
    background: #555;
}

.printbetpage-table table tr th.o {
    background: #888;
}

.printbetpage-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.printbetpage-table table tr td:nth-child(1),
.printbetpage-table table tr td:nth-child(2),
.printbetpage-table table tr td:nth-child(3),
.printbetpage-table table tr td:nth-child(6),
.printbetpage-table table tr td:nth-child(9),
.printbetpage-table table tr td:nth-child(11) {
    font-weight: 400;
    border-right: #bbb solid 1px;
}

.printbetpage-table table tr td:nth-child(2) {
    text-align: left;
}

.printbetpage-table table tr:nth-of-type(odd) td {
    background: #eee;
}

.printbetpage-table table tr td {
    background: #fff;
    color: #000;
    padding: 0.8mm 1.5mm;
    font-size: 2.54mm;
    text-align: center;
    border-bottom: #ccc solid 1px;
    white-space: nowrap;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 32mm;
}

.printbetpage-table table tr td {
    background: #fff;
    color: #000;
    padding: 0.8mm 1.5mm;
    font-size: 2.54mm;
    text-align: center;
    border-bottom: #ccc solid 1px;
    white-space: nowrap;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 32mm;
}

.printbetpage-footer {
    z-index: 100;
    display: block;
    position: absolute;
    bottom: 2mm;
    right: 6mm;
    left: 6mm;
    background-size: cover;
}

/* ----------------------------------Top Bets-------------------------- */

.topbet-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.topbet-tab {
    width: 100%;
    display: flex;
}

.topbet-tab button {
    border-bottom: 2px solid #cccccc;
    background-color: inherit;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex: 1 1 0%;
    color: #b8b8b8;
    justify-content: center;
    text-transform: capitalize;
}

.topbet-tab button.active {
    color: #00B4E6;
    border-bottom: 2px solid #00B4E6;
}

.topbetcontent-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

.topbet-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    width: 100%;
}

.topbet-content {
    width: 100%;
    display: flex;
    background-color: #fdfdfd;
    border: 1px solid #d7d8db;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    gap: 10px;
}

/*----------------------------showoff-wrapper---------------------*/

.showoff-wrapper {
    width: 100%;
}

.winner-wrap {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 5px;
}

.winner-wrap {
    color: #fff;
}

.winning-message {
    width: 100%;
    font-weight: 900;
    font-size: 1.3rem;
    color: #05ba35;
}

.winner-wrap .text {
    width: 100%;
    font-size: 1rem;
}

.showoff-wrapper .mybets-btn {
    padding-top: 0;
}

.booking-btn-wrap {
    display: flex;
    width: 100%;
    gap: 5px;
}

.booking-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #333333;
    height: 34px;
}

.booking-btn a {
    font-size: 16px;
    color: #F2F3F7;
    padding: 5px 10px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
}

.booking-btn a .text {
    font-weight: 900;
}

.booking-btn a .code {
    font-weight: 500;
    color: #ff9c00;
}

.mybets-btn a.delete-bet {
    width: 100%;
    color: #d6110f;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d8db;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    margin-top: 10px;
    text-transform: capitalize;
}

/* ---------------------------------Referrals-------------------------- */

.referral-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.referral-tab {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    gap: 5px;
}

.referral-tab button {
    border-bottom: 3px solid #cccccc;
    background-color: inherit;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex: 1 1 0%;
    color: #F2F3F7;
    justify-content: center;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #00B4E6;
    color: #00B4E6;
    border-radius: 5px;
}

.referral-tab button.active {
    color: #00B4E6;
    border-bottom: 3px solid #00B4E6;
    background-color: #00B4E6;
    color: #151A28;
}

.referralcontent-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

.referral-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    width: 100%;
}

.referral-content {
    width: 100%;
    display: flex;
    padding: 0;
    border-radius: 4px;
    gap: 10px;
}

.referral-wrapper .styled-table {
    border-collapse: collapse;
    margin: 0;
    font-size: 0.9em;
    width: 100%;
    border-radius: 4px;
}

.referral-wrapper .styled-table th {
    padding: 10px;
}

.referral-wrapper .styled-table thead tr {
    background-color: #404040;
    color: #F2F3F7;
    text-align: left;
}

.referral-wrapper.styled-table th,
.referral-wrapper .styled-table td {
    padding: 10px 10px;
    font-size: 14px;
}

.referral-wrapper .styled-table tbody tr {
    border: 1px solid #2d4358;
}

.referral-wrapper .styled-table tbody tr:nth-of-type(even) {
    background-color: transparent;
}

.referral-wrapper .styled-table tbody tr:last-of-type {
    border-bottom: 1px solid #2d4358;
}

.referral-wrapper .styled-table tbody tr.active-row {
    color: #F2F3F7;
}

.refferals-link {
    padding-bottom: 10px;
}

.refferals-link input {
    color: #F2F3F7;
    width: 100%;
}

.refferals-link input::placeholder {
    color: #F2F3F7;
    opacity: 1;
    /* Firefox */
}

.refferals-link input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #F2F3F7;
}

.refferals-link button {
    width: 100%;
    border: none;
    background-color: #00B4E6;
    height: 30px;
    border-radius: 3px;
    color: #2d4358;
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*------Referral Inner Tab------*/

.referral-inner-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.referral-inner-tab {
    width: 100%;
    display: flex;
    gap: 5px;
}

.referral-inner-tab button {
    border-bottom: none;
    background-color: inherit;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex: 1 1 0%;
    color: #2d4358;
    justify-content: center;
    text-transform: capitalize;
    border: 1px solid #2d4358;
    border-radius: 4px;
}

.referral-inner-tab button.active {
    color: #444444;
    border-bottom: none;
    background-color: #00B4E6;
    border-radius: 4px;
}

.referral-innercontent-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.referral-inner-tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    width: 100%;
}

.referral-innercontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.referral-innercontent .faqs-wrapper {
    padding: 0;
}

/* ----------------Reconcile Payments---------*/

#reconcile-payments textarea {
    height: 150px;
    resize: none;
}

/* ----------------Self Exclusion---------*/

.self-exclusion {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.self-exclusion p {
    width: 100%;
    line-height: 18px;
    padding-bottom: 10px;
}

.self-exclusion h5 {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.self-exclusion h6 {
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 5px;
}

.select-period {
    width: 100%;
}

.select-period .cat-c {
    width: 100%;
    background-color: var(--active-tab-bg);
    border: 1px solid #d7d8db;
    border-radius: 10px;
    margin-bottom: 10px;
}

.select-period .cat-c select {
    width: 100% !important;
}

.self-exclusion button {
    font-size: 15px;
    font-weight: 600;
}

/* ------------downloadApp Section-------- */

#downloadApp {
    width: 100%;
    background: #2d4358;
    background: linear-gradient(0deg, #273341, #404040 80%);
    background-image: linear-gradient(to right, #273341, #404040);
    padding: 5px 10px;
    text-align: center;
    color: #F2F3F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#downloadApp a {
    width: 100%;
    text-align: center;
    color: #F2F3F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.close-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #F2F3F7;
}

.download-app-content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    border-left: 1px solid #4c4c4c;
    padding-left: 5px;
}

.download-app-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    color: #F2F3F7;
}

.download-app-content h4 {
    font-size: 14px;
    font-weight: 700;
}

.download-app-content .download-app-subtitle {
    font-size: 13px;
    margin: 0;
    color: #F2F3F7;
}

.app-icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-icon img {
    width: 40px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.android-icon {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 1px solid #00B4E6;
    border-radius: 7px;
    padding: 5px;
    color: #fff;
}

.android-icon img {
    width: 28px;
}

.android-icon-text {
    font-size: 11px;
    text-align: left;
    font-weight: 600;
    line-height: 12px;
    color: #F2F3F7;
}

.start-betting-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.start-betting-wrap a {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--active-tab-bg);
    color: #F2F3F7;
    background-clip: padding-box;
    border: 1px solid #3f4b58;
    margin-bottom: 0;
}

.start-betting {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.start-betting h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.start-betting .text-wrap {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.start-betting .text-wrap .bold {
    font-weight: 900;
}

.start-betting-wrap a .icon {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-betting-options {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    border: 1px solid #3f4b58;
}

.start-betting-options a {
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
    margin: auto;
}

.start-betting-options .market-games span {
    color: #F2F3F7;
}

.start-betting-options .market-games {
    border-right: 1px solid #3f4b58;
    width: 25%;
    text-align: center;
}

.start-betting-options .market-games:last-child {
    border: none;
}

/* SideBar */

.sidemenu-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding-bottom: 0;
}

.sidenav-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #151A28;
}

.sidenav-header .menu-logo {
    width: 100px;
}

.menu-items-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    padding-top: 0;
}

.menu-items-wrapper a {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #F2F3F7;
    padding: 3px 10px;
}

.main-games-menu {
    padding: 10px;
    padding-top: 5px;
    display: none;
}

.main-games-menu table {
    width: 100%;
    color: #fff;
}

.main-games-menu table td.active_main-game {
    border-bottom: 3px solid #00B4E6;
}

.main-games-menu table td {
    border: 1px solid #3f4b58ff;
    width: 33%;
    padding: 5px 5px;
    text-align: center;
}

.tabletext-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    border-bottom: 5px solid transparent;
}

.tabletext-wrap a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    border-bottom: navajowhite;
    padding: 0;
    color: #F2F3F7;
}

.tabletext-wrap img {
    width: 30px;
}

.games-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #2d4358;
    border-radius: 8px;
    padding: 5px 0;
}

.table-text {
    color: #F2F3F7;
}

.menu-items-wrapper h4 {
    color: #00B4E6;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    padding-bottom: 0;
}

.games-menu a {
    text-transform: capitalize;
}

.expansion-panel-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

.expansion-panel-content .menu-item {
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #3f4b58;
}

.expansion-panel-content .table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 0;
    width: 100%;
}

.expansion-panel-content .table .row-cell {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    gap: 5px;
}

.expansion-panel-content .table .row-cell img {
    width: 20px;
}

.details .menu-text.name {
    background-color: #151A28;
    color: #F2F3F7;
}

/* mybetslip filters */

.mybetslip-filters {
    width: 100%;
}

.mybetslip-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.mybetslip-tabcontent {
    width: 100%;
    display: none;
}

.mybetslip-filters .page-header {
    padding: 10px 0px;
    background-color: #2d4358;
    background-image: linear-gradient(to right, #273341, #151A28);
    background: linear-gradient(1deg, #273341, #151A28 80%);
    margin-top: 1px;
}

.mybetslip-filters .placebet-odds-number {
    color: #F2F3F7;
}

.mybetslip-filters .main-results-tab button.active {
    color: #E52525;
    border-bottom: 4px solid #E52525;
}

#app-container #betslip-modal .modal-content {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#app-container #betslip-modal .modal-content .modal-body {
    padding-bottom: 0;
    padding-top: 0;
    padding-inline: 0;
}

#betslip-modal .modal {
    width: 100%;
}

#betslip-modal .smd {
    font-size: small;
    text-align: center;
    font-family: "Inter", sans-serif;
}

#betslip-modal .mybetslip-container {
    padding-bottom: 0;
}

#top {
    float: right;
    position: absolute;
    bottom: 80px;
    z-index: 600;
    right: 5px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 1;
    display: none;
    cursor: pointer;
}

#top .bi {
    color: #00B4E6;
    font-size: 32px;
}

#top:hover {
    opacity: 1;
}

.gameaction {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    padding-top: 3px;
}

.gameaction .bi {
    font-size: 15px;
}

.gameaction .type-of-games-text {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 110px;
    line-height: 13px;
    padding-left: 5px;
}

.item-time {
    padding: 10px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.item-time h1 {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.casino_btn_wrapper {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
    padding-top: 10px;
}

.casino_btn {
    width: 100%;
    gap: 5px;
    display: flex;
}

.casino_btn button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 6px 10px;
    background-color: #2d4358;
    color: #F2F3F7;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-transform: capitalize;
}

.casino_btn button.active_btn {
    background-color: #2d4358;
    color: #F2F3F7;
    background-color: #00B4E6;
    color: #181d2a;
}

.modevisible {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    position: relative;
}

.modevisible button {
    width: 40px;
    padding: 1px 20px;
    height: 50px;
    transition: all var(--global-transition-time) ease-in-out;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url("https://storage.googleapis.com/maybet/site/assets/icons/toggle-on.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 98%;
    position: absolute;
    width: 100%;
    right: 0;
}

.display-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.display-text h4 {
    padding: 0;
}

.display-text p {
    padding: 0;
}

.global-search-icon {
    font-size: 22px;
}

.global-search a {
    color: #F2F3F7;
}

#moreMenu {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: transparent;
    color: #F2F3F7;
    z-index: 10;
    display: none;
}

#moreMenu .market-games a {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    border-bottom: none;
    opacity: 0.5;
}

#moreMenu .market-games span.icon {
    font-size: 26px;
}

.table-icon {
    font-size: 30px;
}

.slider-back {
    background-color: var(--color-bg-slider-l);
}

#offer {
    background: purple;
    padding: 3px calc(var(--bs-gutter-x) * 0.5);
    cursor: pointer;
    padding-bottom: 10px;
    border-radius: 0;
    border: 0;
}

#myDIV {
    width: 100%;
    display: none;
}

#offer .bonus-offer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}

#offer .accordion-body {
    padding: 5px 10px;
}

#offer .accordion-text {
    border: 1px solid white;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 5px;
}

.bonus-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    width: 100%;
}

.bonus-no {
    width: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bonus-no img {
    width: 16px;
}

.freebet-amount {
    width: 77px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.showbonus-icon {
    color: #fff;
    width: 13px;
}

#freeBonusProgress {
    width: 100%;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

#freeBonusProgress .progress {
    height: 20px;
    width: 100%;
    position: relative;
}

#freeBonusProgress .progress-bar {
    background-image: linear-gradient(to right, red, yellow);
    background-image: linear-gradient(to right, #c1ce4c, #28d347);
}

#freeBonusProgress .sr-only {
    color: #500056;
    font-size: 9px;
    font-weight: 800;
    position: absolute;
    right: 5px;
}

.freebonus-cta button {
    background-color: #00B4E6;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    outline: none;
    white-space: nowrap;
    border-radius: 20px;
    display: inline-block;
    color: #404040;
}

.freebonus-cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #F2F3F7;
    gap: 5px;
}

.freebonus-text {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
}

.switch-toggle {
    padding: 10px;
    background-color: #151A28;
    color: var(--color-fg);
}

.sidemenu-topleagues {
    /* display: none; */
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}

/* popular-sport */
.popular-sport {
    border: 1px solid #3f4b58;
    padding: 8px;
    border-radius: 5px;
    width: 300px;
}

.popular-sport .teams-playing-and-market-selection {
    flex-direction: column;
    gap: 10px;
}

.popular-sport .teams-playing-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
}

.popular-sport .team-playing {
    grid-column: 3 span / 3 span;
}

.verses {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
}

.popular-sport .market-selection-wrap {
    justify-content: space-between;
    width: 100%;
}

.popular-sport .market-selection button {
    flex-direction: row !important;
    justify-content: space-between;
    padding: 7px 4px;
}

.popular-sport .market-option {
    font-size: 14px;
    font-weight: normal;
}

.popular-sport .game-playing .card {
    gap: 5px;
}

.popular-sport .team-playing.away-team {
    justify-content: end;
}

.virtual-lobby {
    width: 100%;
    padding-bottom: 10px;
}

.gameheading {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.virtual-game-l {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.virtual-game-lcard {
    width: 50%;
}

.virtual-game-lcard img {
    border-radius: 10px;
}

.virtual-game-s {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.virtual-game-scard {
    width: 33%;
}

.virtual-game-scard img {
    border-radius: 10px;
}

.overlay-menu__nav a,
.overlay-menu__nav__button {
    display: flex !important;
    background: none !important;
    border: none;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: #F2F3F7;
    font-size: 15px;
}

.overlay-menu-nav-item {
    display: flex;
    width: 100%;
    align-items: center;
}

.overlay-menu-nav-item a {
    justify-content: flex-start;
    padding: 0;
    align-items: center;
    gap: 15px;
}

.overlay-menu-wrap {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.overlay-menu__nav__icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.overlay-menu__nav__icon svg {
    width: 30px;
}

.code-hub-list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.code-hub-list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.codehub-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}

.code-scroll-level {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
}

.codehub-main-tab {
    width: 100%;
    background-color: var(--active-tab-bg);
    padding: 0 0;
}

.codehub-main-tab button {
    background-color: inherit;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 15px 1px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    color: var(--color-fg-light);
    justify-content: center;
    text-transform: capitalize;
    border-bottom: 4px solid var(--active-tab-bg);
}

.codehub-main-tab button.active {
    color: #00B4E6;
    border-bottom: 4px solid #00B4E6;
}

.codehub-tabcontent {
    display: none;
}

.code-selection-item .outcome {
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-wrap: auto;
    line-height: normal;
}

.code-selection-item img {
    width: 20px;
}

.code-selection-item .icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 1px;
}

.icon-font-base {
    font-size: 1.33333rem;
}

.code-selection-item {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 13px;
}

.content-container .time {
    font-size: 13px;
}

.content-container .top {
    display: flex;
    width: 100%;
    line-height: normal;
    align-items: center;
    gap: 5px;
}

.content-container .bottom {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.content-container .bottom .home-team,
.content-container .bottom .away-team {
    text-wrap: auto;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-container .bottom .home-team {
    max-width: 80px;
}

.content-container .bottom .away-team {
    max-width: 80px;
}

.content-container .outcome {
    font-weight: 700;
}

.code-selection-item .market {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: no-wrap;
    white-space: nowrap;
}

.booking-code-list-item .header {
    background-color: #d6ebdc;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    color: #152638;
}

.booking-code-list-item {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.booking-code-list-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 17.33333333rem;
    position: relative;
    overflow-y: scroll;
}

.booking-code-action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    font-size: 13px;
    font-weight: 600;
}

.booking-code-action-bar .share-button {
    background-color: #00B4E6;
    color: var(--white);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 121px;
    -ms-flex-preferred-size: 121px;
    flex-basis: 121px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0.3rem 0.75rem;
    gap: 5px;
    font-weight: 600;
    cursor: pointer;
}

.booking-code-action-bar .add-to-betslip-button {
    background-color: #096b27;
    color: var(--white);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.66666667rem;
    -ms-flex: 0 0 2.66666667rem;
    flex: 0 0 2.66666667rem;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.75rem;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
}

/* filtercodes */
.filtercodes-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-bottom: 1px;
    position: relative;
}

.filtercodes button {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 15px 10px;
    text-align: left;
    background-image: url("../icons/arrow-down.svg");
    background-position: 98% center;
    background-size: 10px;
    background-repeat: no-repeat;
    color: #F2F3F7;
    font-weight: 700;
    font-size: 14px;
}

.filtercodes {
    border: 1px solid #e5e7eb;
    border-right: 0;
    padding-inline: 5px;
    position: relative;
}

.filtercodes:last-child {
    border-right: 1px solid #e5e7eb;
}

.filtercodes select {
    /* display: flex; */
    flex-wrap: wrap;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    opacity: 1;
    font-weight: 700;
    background-color: transparent;
}

.code-hub-load-code-container .load-code-block[data-v-c4acfb0c] {
    background-color: #f2f3f5;
    padding: 1.66666667rem 1.66666667rem 1.33333333rem 1.66666667rem;
}

.load-code-input-container .m-default-info[data-v-7e6e48b9] {
    color: #353a45;
    color: var(--text-type1-primary);
    font-size: 1.33333333rem;
    font-weight: 700;
    text-align: left;
}

.country-main .af-select-title {
    border-color: #9ca0ab;
    border-color: var(--c-booking-code-input-border);
    border-radius: 2px 0 0 2px;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.16666667rem;
    height: 3.66666667rem;
    padding: 0 0.58333333rem;
    width: 9.66666667rem;
}

.code-hub-load-code-container {
    padding-top: 20px;
}

.af-select .af-select-title {
    border: 1px solid #eaecef;
    display: inline-table;
    height: 24px;
    line-height: 24px;
    width: 100%;
    border-color: #eaecef;
    border-color: var(--line-type1-primary);
}

.m-input-wap-wrapper .m-input-wap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 1;
    max-width: 200px;
    outline: none;
    padding: 3px 10px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    color: var(--accent);
    border: 1px solid var(--color-fg);
}

.code-hub-load-code-container .load-code-block .hint {
    margin-top: 1rem;
}

.code-hub-load-code-container .m-desc-wrap h3[data-v-c4acfb0c] {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
}

.code-hub-load-code-container .m-desc-wrap ul li .m-label[data-v-c4acfb0c] {
    font-weight: bold;
    margin-bottom: 0.66666667rem;
}

.m-default-code.m-input-wap-wrapper {
    width: 100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--active-tab-bg);
    text-align: center;
    margin-top: 10px;
}

.share-code-btn button {
    background-color: var(--active-tab-bg);
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 16px;
    height: 40px;
}

.load-code-description-block {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.m-desc-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m-desc-wrap {
    font-size: 13px;
}

.m-desc-wrap ul .m-label span {
    font-weight: 700;
}

.m-desc-wrap ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.time-options {
    width: 100%;
}

.folds-filter-all,
.time-options .time {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
    border-bottom-color: transparent;
    background-color: #151A28;
    color: #F2F3F7;
    border-bottom: 1px solid #3f4b58;
    width: 100%;
}

.folds-filter-all {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    gap: 1px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.folds-filter-all .fold {
    width: 100%;
    border-bottom: 1px solid #3f4b58;
    padding: 0.5rem 1.25rem;
}

.folds-filter-all .fold p {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fold-options-wrapper {
    width: 100%;
    position: absolute;
    z-index: 100;
    max-height: 336px;
    height: 300px;
}

.time.button-container {
    width: 100%;
    padding: 0.5rem 1.25rem;
}

.fold-options {
    width: 100%;
    display: none;
    position: relative;
    background-color: #151A28;
    color: #F2F3F7;
    z-index: 10;
    max-height: 336px;
    height: 260px;
}

.time-checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.targetDiv {
    display: none;
}

.button-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.button-list .button {
    border: none;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    width: 100%;
    color: #fff;
}

.button-list .reset {
    background-color: #eaedf0;
    color: #152638;
}

.button-list .apply {
    background-color: #0d9737 !important;
}

.af-checkbox input[type="checkbox"]:checked+.check-stroke-wrapper svg {
    stroke: #F2F3F7;
    stroke: var(--brand-tertiary);
    stroke-dashoffset: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.af-checkbox .check-stroke-wrapper svg {
    fill: none;
    height: 100%;
    position: absolute;
    stroke-dasharray: 17;
    stroke-dashoffset: 17;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    stroke: #fafafa;
    stroke: var(--background-general-primary);
    top: 0;
    right: 0;
}

/* ----------------------------------Media Queries-------------------------- */

@media handheld,
only screen and (max-width: 669px) {
    .promotions-cards-wrap {
        flex-direction: column;
    }

    .promotions-card {
        flex-direction: column;
        width: 100%;
    }

    .promo-image {
        max-width: 100%;
    }
}

@media handheld,
only screen and (max-width: 480px) {
    .filter-games {
        font-size: 12px;
        gap: 3px;
    }

    .filter-games select {
        padding-inline: 5px;
    }

    .popup {
        padding: 10px;
        width: 90%;
    }

    .navigation-card a img {
        width: 30px;
    }

    .other-games-wrapper img,
    .casino-games-wrap img,
    .casino-popular-games-wrap img {
        width: 100%;
    }

    .auto-close {
        top: 5px;
    }

    .app-introduction h1 {
        font-size: 4em;
        line-height: 52px;
    }

    .other-games-wrapper .casino-game {
        width: 120px;
    }

    .other-games-wrapper .type-of-games-wrap .casino-game img {
        width: 120px;
    }

    #downloadApp {
        padding: 5px;
    }

    .download-app-content-wrap {
        gap: 5px;
    }

    .download-app-content h4 {
        font-size: 13px;
    }

    .download-app-content .download-app-subtitle {
        font-size: 11px;
    }

    #downloadApp {
        padding: 10px 5px;
    }

    .android-icon {
        padding: 3px;
        width: 140px;
    }

    .android-icon a {
        padding: 1px;
        gap: 2px;
    }

    .android-icon-text {
        font-size: 10px;
    }

    .casinogames .casino-game {
        width: 33.333%;
    }

    .select-dropdown .select-menu .options {
        width: 93%;
    }
}

@media handheld,
only screen and (max-width: 420px) {
    .global-header .main-header {
        gap: 5px;
    }

    .main-logo img {
        max-width: 125px;
    }

    .account-access a {
        width: 50px;
        height: 30px;
    }

    .market-selection {
        width: 100%;
    }

    .market-selection button {
        padding-inline: 8px;
    }

    .auto-close {
        top: 5px;
    }

    .casino-tab button {
        padding: 10px 4px;
    }

    .main-app-content {
        gap: 5px;
    }

    .main-app-content.jackpotcontent-wrap {
        padding-bottom: 10px;
    }

    .menu-wraper-slide-info-box {
        width: 18%;
    }

    .content-container {
        font-size: 11px;
    }

    .content-container .time {
        font-size: 11px;
    }
}

@media handheld,
only screen and (max-width: 392px) {
    #jackpotGames {
        padding-bottom: 0;
    }

    .market-selection-wrap {
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        justify-content: space-between;
        overflow-x: scroll !important;
        gap: 5px;
        position: relative;
    }
}

@media handheld,
only screen and (max-width: 386px) {
    .download-app-content h4 {
        font-size: 12px;
    }

    .download-app-content .download-app-subtitle {
        font-size: 10px;
    }

    .android-icon img {
        width: 25px;
    }

    .app-icon img {
        width: 40px;
    }
}

@media handheld,
only screen and (max-width: 380px) {
    .main-logo img {
        max-width: 110px;
    }

    .filter-games a {
        padding: 10px 8px;
    }

    .league-type-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .market-selection {
        width: 52px;
    }

    .mybets-card-wrapper button {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-leagues-wrap,
    .casino-games-wrap,
    .casino-popular-games-wrap {
        gap: 5px;
    }

    .main-app-content.jackpot-betslip {
        padding-bottom: 70px;
    }

    .app-introduction h1 {
        font-size: 3em;
        line-height: 36px;
        padding-bottom: 10px;
    }

    .app-benefits>ul li {
        font-size: 13px;
    }

    .app-introduction h2 {
        font-size: 24px;
    }

    .sportsbook-tab button {
        font-size: 9px;
        padding: 6px 5px;
    }

    .markets-dropdown select {
        padding: 2px;
        font-weight: 500;
        font-size: 13px;
    }

    .markets-dropdown-wrap .datepicker a {
        font-size: 19px;
    }

    .navigation-bar {
        height: 50px;
    }

    .bonus-card {
        flex-direction: column;
    }

    .bonus-cta {
        width: 100%;
    }

    .bonus-cta a {
        padding: 10px;
    }

    .footer-navigation a .bi {
        font-size: 24px;
    }
}

@media handheld,
only screen and (max-width: 360px) {
    .betslip-wrapper {
        max-height: 48vh;
    }

    .market-selection-wrap {
        width: 65%;
    }

    .reset-password,
    .user-account .join-or-login {
        font-size: 1em;
    }

    .placebet-odds-text {
        font-size: 12px !important;
    }

    .markets a {
        padding: 10px;
    }

    .playing-teams-and-market-option {
        font-size: 11px;
    }

    .market-option-and-team-selected {
        font-weight: 500;
    }

    .jackpot.betslip-wrapper {
        max-height: 57vh;
    }

    .casino-nav a {
        padding: 15px 0px;
        font-size: 11px;
    }

    .navigation-card {
        width: 60px;
    }

    .filter-games a {
        padding: 5px 10px;
        font-size: 11px;
    }

    .filter-games select {
        padding-inline: 2px;
    }

    .filter-wrapper .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .filter-games div.datepicker a {
        font-size: 20px;
    }

    .market-games a {
        padding: 0px;
    }

    .global-search img,
    .main-menu img {
        width: 20px;
    }

    .market-selection {
        width: 48px;
    }

    .type-of-games-wrap img {
        width: 100%;
    }

    .market-games span {
        font-size: 24px;
    }

    .account-balance-wrapper,
    .account-deposit-funds,
    .account-withdraw-funds,
    .other-preferences {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logged-in-account {
        padding: 0px 3px;
        gap: 3px;
    }

    .account-balance-wrap {
        padding: 8px 5px;
        font-weight: 800;
        font-size: 12px;
        gap: 8px;
    }

    .main-logo img {
        max-width: 90px;
    }

    .main-menu-text {
        font-size: 12px;
        font-weight: 800;
    }

    .account-deposit-funds .form-control,
    .account-withdraw-funds .form-control {
        max-height: calc(35px);
        min-height: calc(35px);
    }

    .account-deposit-funds .deposit-btn input.submit-deposit {
        padding: 7px 0px;
    }

    #event-cards .market-selection {
        width: 32%;
        flex: 1 1 90px;
    }

    .select-amount-btn button {
        padding: 10px 10px;
        font-size: 14px;
    }

    .accept-terms {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .payout_text-and-finalpayout {
        padding: 3px 0px;
    }

    .select-amount-btn {
        padding-bottom: 5px;
        width: 100%;
    }

    .page-header h6 {
        font-size: 12px;
        color: #F2F3F7;
    }

    .placebet-odds-number {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }

    .page-header a .bi {
        font-size: 14px;
        color: #F2F3F7;
    }

    .footer-logo img {
        max-width: 135px;
    }

    .casino-game {
        width: 100%;
    }

    .casino-tab button {
        font-size: 10px;
    }

    .type-of-games-wrap .col-3 {
        width: 33.333%;
        flex: 0 0 auto;
    }

    .menu-wraper-slide-info-box {
        width: 23.5%;
    }

    .menu-wraper-slide-info-box {
        width: 23%;
    }

    .jackpot-tab button .text {
        font-size: 12px;
    }

    .jackpot-tab button .icon img {
        width: 40px;
    }

    .main-app-content.jackpotcontent-wrap {
        padding-bottom: 50px;
    }

    .mybet-more-details-wrapper {
        padding-bottom: 20px;
    }

    .team-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }

    #downloadApp {
        padding: 5px;
    }

    .main-results-tab button {
        font-size: 14px;
    }

    .betslip-details .col-11 {
        padding-left: 0;
    }
}

@media handheld,
only screen and (max-width: 320px) {
    .market-selection-wrap {
        width: 62%;
    }

    #singleBets .stake-wrapper {
        margin-top: 5px;
        flex-direction: column;
    }

    .playing-teams-and-market-option {
        font-size: 10px;
        font-weight: 900;
    }

    .market-option-and-team-selected {
        font-weight: 900;
    }

    .filter-games .current-filter a {
        border-radius: 5px;
    }

    .filter-games {
        overflow-x: hidden;
    }

    .main-results-tab button {
        padding: 13px 5px;
        font-size: 13px;
    }

    .other-navigations {
        justify-content: center;
    }

    .type-of-games-wrap .col-3 {
        width: 50%;
    }

    .betslip-details {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bet-total-odds {
        font-size: 11px;
    }

    .bet-stake {
        font-size: 11px;
    }

    .betslip-wrapper {
        max-height: 30vh;
    }

    .virtual-game-l {
        flex-direction: column;
    }

    .virtual-game-lcard {
        width: 100%;
    }

    .virtual-game-s {
        flex-direction: column;
    }

    .virtual-game-scard {
        width: 100%;
    }

    .modal#statusSuccessModal .modal-content svg,
    .modal#statusErrorsModal .modal-content svg {
        width: 50px;
    }
}

@media handheld,
only screen and (max-width: 300px) {
    .mybets-filters .tab-wrapper {
        flex-direction: column;
    }

    .mybets-filters .tab-wrapper .results-tab {
        width: 100%;
        justify-content: space-around;
    }

    .mybets-filters .tab-wrapper .results-tab button {
        width: 100%;
    }

    .hide-betslost {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .playing-teams-and-odds {
        font-size: 11px;
    }

    .market-games span {
        font-size: 9px;
    }

    .market-games span.icon img {
        width: 20px;
    }

    .stake-wrapper {
        flex-direction: column;
    }
}

@media handheld,
only screen and (max-width: 280px) {
    .menu-wraper-slide-info-box {
        width: 32%;
    }

    #event-cards .market-selection {
        width: 32%;
        flex: 1 1 85px;
    }

    .playing-teams-and-market-option .team-odds-wrap {
        flex-direction: column;
        gap: 3px;
    }

    .team-name {
        width: 100px;
    }

    .casinogames .casino-game {
        width: 33.333%;
    }
}

#changebet {
    width: 100%;
    padding: 10px 0;
}

.change_bet_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

#simulatedBets {
    display: flex;
    align-items: center;
    gap: 10px;
}

#simulatedBets .toggleContainer {
    text-align: center;
}

/*  Toggle Switch  */

#simulatedBets .toggleSwitch span span {
    display: none;
}

#simulatedBets .toggleSwitch {
    display: inline-block;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 120px;
    border: 1px solid #3f4b58;
    border-radius: 5px;
    height: 34px;
    user-select: none;
}

#simulatedBets .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#simulatedBets .toggleSwitch label,
#simulatedBets .toggleSwitch>span {
    line-height: 20px;
    height: 34px;
    vertical-align: middle;
}

#simulatedBets .toggleSwitch input:focus~a,
#simulatedBets .toggleSwitch input:focus+label {
    outline: none;
}

#simulatedBets .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

#simulatedBets .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

#simulatedBets .toggleSwitch>span {
    position: absolute;
    left: 0;
    width: calc(100% - 6px);
    margin: 0;
    text-align: left;
    white-space: nowrap;
    margin: 0 3px;
}

#simulatedBets .toggleSwitch>span span {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: auto;
    left: 0;
    opacity: 1;
    width: 40%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#simulatedBets .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    top: 3px;
    bottom: 3px;
    padding: 0;
    left: 3px;
    width: 50%;
    background-color: #00B4E6;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#simulatedBets .toggleSwitch>span span:first-of-type {
    color: #202020;
    opacity: 1;
    left: 0;
    margin: 0;
    width: 50%;
}

#simulatedBets .toggleSwitch>span span:last-of-type {
    left: auto;
    right: 0;
    color: #F2F3F7;
    margin: 0;
    width: 50%;
}

#simulatedBets .toggleSwitch>span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#simulatedBets .toggleSwitch input:checked~a {
    left: calc(50% - 3px);
}

#simulatedBets .toggleSwitch input:checked~span span:first-of-type {
    left: 0;
    color: #F2F3F7;
}

#simulatedBets .toggleSwitch input:checked~span span:last-of-type {
    color: #151A28;
}

/* Switch Sizes */
#simulatedBets .toggleSwitch.large {
    width: 60px;
    height: 27px;
}

#simulatedBets .toggleSwitch.large a {
    width: 27px;
}

#simulatedBets .toggleSwitch.large>span {
    height: 29px;
    line-height: 28px;
}

#simulatedBets .toggleSwitch.large input:checked~a {
    left: 41px;
}

#simulatedBets .toggleSwitch.large>span span {
    font-size: 1.1em;
}

#simulatedBets .toggleSwitch.large>span span:first-of-type {
    left: 50%;
}

#simulatedBets .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
}

#simulatedBets .toggleSwitch.xlarge a {
    width: 36px;
}

#simulatedBets .toggleSwitch.xlarge>span {
    height: 38px;
    line-height: 37px;
}

#simulatedBets .toggleSwitch.xlarge input:checked~a {
    left: 52px;
}

#simulatedBets .toggleSwitch.xlarge>span span {
    font-size: 1.4em;
}

#simulatedBets .toggleSwitch.xlarge>span span:first-of-type {
    left: 50%;
}

/*  End Toggle Switch  */

#simulationModal {
    width: 100%;
}

#simulationModal.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 5000;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    max-width: 540px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    /* Fallback color */
    /* Black w/ opacity */
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
#simulationModal .popup-wrap-content {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    max-width: 360px;
    width: 100%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

/* The Close Button */
#simulationModal .close {
    color: var(--white);
    float: right;
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
}

#simulationModal .close:hover,
#simulationModal .close:focus {
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
}

#simulationModal {
    z-index: 1000;
}

#simulationModal .popup-image {
    max-width: 300px;
    width: 100%;
    max-width: 360px;
}

#simulationModal .popup-image img {
    width: 100%;
    max-width: 360px;
    border-radius: 5px;
}

#simulationModal .popup-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #F2F3F7;
    padding: 10px;
}

#simulationModal .popup-content h2 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 900;
    color: #9ce800;
}

#simulationModal .popup-content p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#simulationModal .popup-content small {
    color: #9ce800;
}

#simulationModal form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#simulationModal input {
    background-color: #04aa6d;
    /* Green */
    border: none;
    color: #F2F3F7;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
}

.games-countries ul li.country-cat>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.popular-sport .game-playing .card .teams-playing-and-market-selection {
    display: flex;
    flex-direction: column;
}

.number-of-bets {
    position: absolute;
    top: 7px;
    font-size: 16px;
    color: #fff;
    line-height: 10px;
    text-align: center;
    background: #E52525;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.main-menu-icon {
    font-size: 26px;
}

.market-games span.livegames__count {
    position: absolute;
    top: 2px;
    right: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 0;
    text-align: center;
    background: linear-gradient(270deg, #ff0000 0%, #ff0000 100%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    letter-spacing: -1px;
}

.gameid-and-othermarkets {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.market-selection button .odds-locked.locked {
    background-color: #2d4358;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.market-selection button.selected-odds .odds-locked {
    background-color: #00B4E6;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-games-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding-bottom: 10px;
}

.popular-games-header img {
    width: 20px;
}

.popular-games-header h6 {
    padding-bottom: 0;
}

.games-filter-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.games-filter-header-text li a {
    color: #fff;
    font-size: 14px;
    background-color: #2d4358;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.games-filter-btn-wraper {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.games-filter-btn {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
}

.games-filter-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #2d4358;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

#calender {
    width: 30px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    color: #2d4358;
    cursor: pointer;
}

#calender .fi {
    line-height: 0;
    vertical-align: middle;
}

.more-markets-tab-content-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.expansion-panel-content h4 {
    padding: 10px 10px;
    font-size: 21px;
}

#search {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 1px solid #2d4358;
    background-repeat: no-repeat;
    outline: 0px;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    /*color: rgb(115, 123, 140);*/
}

.inner-form {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
}

.inner-form .input-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    text-transform: capitalize;
}

.inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 32px;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
}

button.btn-search {
    width: 50px;
    height: 40px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #202020;
    background-color: #00B4E6;
}

.router-link-exact-active .table {
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 10px 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.router-link-exact-active {
    border-bottom: 1px solid #3f4b58;
}

.live-casino-games-wrap.r-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gameaction .icon-enable {
    /*display: none;*/
}

.select-livegames {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    /*justify-content: space-between;*/
    overflow-x: scroll !important;
}

.live-games-filter {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.main-menu-icon .fi {
    line-height: 0;
    vertical-align: middle;
}

.live-goals {
    font-weight: 600;
}

/* The Modal (background) */
.calendar-container {
    width: 100%;
    margin: auto;
    height: 100%;
    max-width: 540px;
    background-color: rgba(0, 0, 0, 0.4);

    display: inline-block;
    border-radius: 10px;
    padding: 0;
}

/* Modal Content */
.calendar-modal-content {
    margin: auto;
    width: 100%;
    max-width: 360px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chooseDate .calendar {
    background: #2b4450;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    height: 360px;
    perspective: 1000;
    transition: 0.9s;
    transform-style: preserve-3d;
    width: 100%;
}

/* Front - Calendar */
#chooseDate .front {
    transform: rotateY(0deg);
}

#chooseDate .current-date {
    border-bottom: 1px solid rgba(73, 114, 133, 0.6);
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

#chooseDate .current-date h1 {
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
}

#chooseDate .week-days {
    color: #dfebed;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 30px 40px;
}

#chooseDate .days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#chooseDate .weeks {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

#chooseDate .weeks div {
    display: flex;
    font-size: 1.2em;
    font-weight: 300;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

#chooseDate .last-month {
    opacity: 0.3;
}

#chooseDate .weeks span {
    padding: 10px;
}

#chooseDate .weeks span.active {
    background: #f78536;
    border-radius: 50%;
}

#chooseDate .weeks span:not(.last-month):hover {
    cursor: pointer;
    font-weight: 600;
}

#chooseDate .event {
    position: relative;
}

#chooseDate .event:after {
    content: "•";
    color: #f78536;
    font-size: 1.4em;
    position: absolute;
    right: -4px;
    top: -4px;
}

/* Back - Event form */

#chooseDate .back {
    height: 100%;
    transform: rotateY(180deg);
}

#chooseDate .back input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(73, 114, 133, 0.6);
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
    padding: 30px 40px;
    width: 100%;
}

#chooseDate .info {
    color: #dfebed;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.2em;
    padding: 30px 40px;
}

#chooseDate .info div:not(.observations) {
    margin-bottom: 40px;
}

#chooseDate .info span {
    font-weight: 300;
}

#chooseDate .info .date {
    display: flex;
    justify-content: space-between;
}

#chooseDate .info .date p {
    width: 50%;
}

#chooseDate .info .address p {
    width: 100%;
}

#chooseDate .actions {
    bottom: 0;
    border-top: 1px solid rgba(73, 114, 133, 0.6);
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

#chooseDate .actions button {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    width: 50%;
}

#chooseDate .actions button:first-of-type {
    border-right: 1px solid rgba(73, 114, 133, 0.6);
}

#chooseDate .actions button:hover {
    background: #497285;
    cursor: pointer;
}

#chooseDate .actions button:active {
    background: #5889a0;
    outline: none;
}

/* Flip animation */

#chooseDate .flip {
    transform: rotateY(180deg);
}

#chooseDate .front,
.back {
    backface-visibility: hidden;
}

.calendar-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.calendar-content .close {
    font-size: 20px;
}

/* More Markets CSS */

.nav_wrap {
    padding: 0 var(--base2);
    padding-bottom: var(--base2);
}

.back_btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

.back_btn a {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    color: var(--clr-white);
    background-color: var(--clr-purple-lit);
    padding: 10px;
    border-radius: 4px;
}

.cards_w {
    display: flex;
    padding: 0 var(--base2);
    overflow-x: scroll;
    gap: var(--base2);
}

.featured_content {
    width: 100%;
    background: var(--clr-blu-lit);
    margin-top: 0;
}

.pad {
    padding: 0;
    border-radius: var(--base2);
    color: var(--clr-white);
}

.match-tracker .match {
    background-image: url(../images/stadium.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.match-tracker .match-header {
    padding: var(--base2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.match-tracker .match-status {
    background-color: var(--color-bg-alert);
    color: var(--color-text-alert);
    padding: 4px 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.match-tracker .match-status::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 8px;
}

.match-tracker .match-tournament {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 10px;
}

.match-tracker .match-tournament img {
    width: 20px;
}

.match-tracker .match-actions {
    display: flex;
    margin-left: auto;
}

.match-tracker .match-content {
    display: flex;
    position: relative;
    flex-direction: column;
}

.column-wrap {
    display: flex;
    position: relative;
}

.column-wrap .column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
}

.match .team {
    line-height: 19px;
    color: var(--clr-white);
    flex: 1;
}

.match-tracker .team {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match .team div {
    display: flex;
    justify-content: space-between;
}

.match-tracker .team-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
}

.match-tracker .team-logo img {
    width: 30px;
}

.match-tracker .team-name {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.match-tracker .match-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.match-tracker .match-date,
.match-tracker .match-referee {
    font-size: 14px;
    color: var(--clr-white);
}

.match-tracker .match-score {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.match-tracker .match-time-lapsed {
    color: #df9443;
    font-size: 14px;
    font-weight: 600;
}

.match-tracker .match-bet-place {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    background-color: var(--color-theme-primary);
    border-radius: 6px;
    padding: 10px 48px;
    color: rgba(#fff, 0.9);
    font-size: 14px;
    box-shadow: 0 4px 8px 0 rgba(#303030, 0.25);
    display: none;
}

.match .team {
    line-height: 19px;
    color: var(--clr-white);
    flex: 1;
}

.match-tracker .match-bet-options {
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    padding: var(--base1) var(--base2);
}

.match-tracker .match-bet-option#highlight {
    color: #202020;
    font-weight: 600;
}

#highlight {
    background-color: var(--clr-highlight);
    color: var(--text-color);
}

.match-tracker .match-bet-option {
    margin-left: 4px;
    margin-right: 4px;
    border: none;
    background-color: #f9f9f9;
    border-radius: 2px;
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 8px;
}

.content_w {
    padding: var(--base2);
    display: flex;
    gap: var(--base2);
    flex-direction: column;
    gap: var(--base2);
}

.content_w h1 {
    color: var(--clr-white);
    font-size: var(--txt_l);
    text-align: center;
    margin: 0 0 var(--base2);
}

.prematch_pad {
    color: var(--clr-white);
    font-size: var(--txt_m);
    border-radius: var(--base1);
    padding: var(--base2);
}

.carousel_links {
    overflow-x: scroll;
    display: flex;
    gap: var(--base1);
    margin-bottom: var(--base2);
}

#highlight {
    background-color: var(--clr-highlight);
    color: var(--text-color);
}

.carousel_links button {
    border: 0;
    color: var(--clr-white);
    flex: none;
    font-size: 14px;
    font-weight: 600;
    background-color: #2d4358;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.prematch_pad .title {
    margin-bottom: var(--base1);
    font-size: var(--txt_s);
    text-transform: capitalize;
    font-weight: 600;
}

.prematch_pad .header {
    font-size: var(--txt_s);
    background-color: var(--clr-blu-80);
    border-radius: var(--base1);
    line-height: var(--base6);
    margin-bottom: var(--base2);
}

.match-tracker .btn-icon {
    border: 0;
    background-color: transparent;
    color: var(--clr-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prematch_pad .board li {
    flex: 1;
}

.prematch_pad .board ul {
    display: flex;
    text-align: center;
}

.prematch_pad .odds {
    margin-bottom: var(--base2);
    gap: var(--base2);
}

.prematch_pad .odds li#active {
    background-color: #2d4358;
    color: #fff;
}

.prematch_pad .odds li {
    background-color: var(--clr-highlight);
    border-radius: var(--base1);
    line-height: var(--base8);
    color: #202020;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.prematch_pad .board {
    padding-bottom: var(--base2);
}

.mybet-more-details .market-option-and-team-selected {
    justify-content: flex-start;
    gap: 5px;
}

.mybet-more-details .playing-teams-and-market-option {
    width: calc(100% - 80px);
}

.playing__teams__wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.betslip-details .odds {
    color: #00B4E6;
    font-size: 14px;
    font-weight: 800;
    width: 50px;
    display: flex;
    justify-content: flex-end;
}

.teams___verses {
    display: flex;
    justify-content: center;
    text-align: center;
}

.selected-team-time-and-status {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.betslip-details .market-option-selection {
    width: auto;
}

.betslip-details .market-option-and-team-selected {
    justify-content: flex-start;
    gap: 5px;
}

#jackpotGames .leaguetype-and-time {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
    gap: 5px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#jackpotGames .market-selection button {
    padding: 5px 4px;
}

#jackpotGames .game-playing .card {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
    gap: 5px;
    position: relative;
    display: flex;
}

#jackpotGames .gamenumber {
    grid-column: 1 span / 1 span;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
}

#jackpotGames .card-game-playing {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.referrals-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

@media handheld,
only screen and (max-width: 480px) {
    .market-games span.icon-title {
        font-size: 12px;
    }

    .market-games span.icon {
        font-size: 24px;
    }

    .market-games span.livegames__count {
        right: 0px;
    }

    .scrollmenu {
        gap: 2px;
    }

    .main-menu-icon {
        font-size: 21px;
    }

    .betslip-wrapper {
        max-height: 40vh;
    }
}

@media handheld,
only screen and (max-width: 386px) {
    .close-this-bet {
        margin-left: 13px;
    }
}