:root {
    --darkerBackground: #1b1b1b;
    --darkBackground: #1b1b1b;
    --darkBackground2: #1b1b1b;
    --blue: var(--darkBackground);
    --white: #cfcfcf;
    --yellow: #face00;
    --blueText: #face00;
    --skyblueText: #face00;
    --textField: #525250;
    --formWrapper: var(--darkBackground);
    --boostedOddsCard: #1b1b1b;
    --greyText: #707070;
    --greenText: #00FEA7;
    --orange: #face00;
    --grey: #525250;
    --gray-white: #cfcfcf;
    --icon-color: #A0ACDC;
    --light-gray: #8f8dbf85;
    --darker-gray-white: #F3F4F6;
    --lightest-gray: rgba(235, 238, 241, .125);
    --lightest-gray1: #525250;
    --safaricomGreen: #136207;
    --redText: #f83700;
    --purpletext: #D782F9;
    --borderColor: #525250;
    --primary: #1b1b1b;
    --primary-dark: #060759;
    --primary-bg-light: #314550;
    --top-header-height: 60px;
    --bottom-bar-height: 0px;
}

.text-purple {
    color: var(--purpletext);
}

#app {
    background-color: var(--darkBackground);
}

html {
    background-color: rgba(0, 0, 0, 0.822);
}

body {
    max-width: 568px;
    background-color: var(--darkBackground);
    margin: auto;
    min-height: 100vh;
    color: #cfcfcf;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
    padding-bottom: var(--bottom-bar-height);
}

body.faso-menu-modal {
    height: 100vh !important;
    overflow-y: hidden !important;
}

.ml-0 .mr-0 {
    background-color: var(--darkBackground);
}

.print-label {
    margin-top: 5px;
    color: var(--white);
    font-weight: bold;
}

.print-wrapper {
    color: var(--white);
    margin: 8px 8px 8px 8px;
}

.form-control {
    background-color: #fff;
    color: var(--darkBackground);
    width: 100%;
    border: none;
    text-align: center;
}

.select-print {
    background-color: var(--light-gray);
    color: var(--darkBackground);
    font-size: 0.9em;
    border: none;
    width: 100%;
    height: 30px;
}

.league-display-wrapper {
    font-size: 1em;
    font-weight: bold;
    background-color: var(--gray-white);
}

/* .print-main{
    background-color: var(--gray-white);
} */
.print-header {
    background-color: var(--white);
    margin-left: 0.5px;
    width: 100%;
}

.print-footer {
    background-color: var(--white);
    margin-left: 0.5px;
    width: 100%;
}

.mt-1 {
    background-color: var(--darkBackground);
}

.select-matches-to-print,
.print-all-matches {
    float: left;
    width: 100%;
    background-color: var(--white);
}

.print-main .d-block {
    /* background-color: var(--light-gray); */
    background-color: #fbce00;
    text-decoration: none;


}

.terms {
    background-color: var(--darkBackground);
    color: var(--white);
}

.w-100 {
    background-color: var(--darkBackground) !important;
}

.ww-100 {
    width: 100%;
}

.p-2 {
    background-color: var(--darkBackground);
    border-bottom: solid black 1px;
    padding: 8px;
    margin-bottom: 5px;
}

.faq-border {
    background-color: var(--darkBackground);
}

.text-yellow {
    color: var(--yellow);
}

.pl-1 {
    color: var(--redText);
}

.text-light {
    color: #cfcfcf;
}

.welcome-text {
    font-weight: 500;
}

.wrapper {
    background-color: var(--darkBackground);
}

.promo-card-subheader {
    background-color: var(--darkBackground);
}

.promo-card-header {
    background-color: var(--lightest-gray1);
    /* border-bottom: 2pt solid #013FA6; */
}

.logo-wrapper {
    width: fit-content;
    border-radius: 999px;
    margin: auto;
    background-color: var(--darkBackground2);
}

.welcome-logo {
    height: 25vh;
}

.text-heavier {
    font-weight: 700 !important;
    font-size: 15px;
}

.login-button {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #face00;
    color: #face00 !important;
    /* width: 100%; */
    text-decoration: none;
}


/* .text-center{
    background-color: var(--darkBackground);
} */

.join-button {
    background-color: var(--darkBackground);
    border-radius: 0.5rem;
    /* border:1px solid var(--yellow); */
    color: var(--white) !important;
    padding: 1rem 0.5rem !important;
    /* width: 100%; */
}


.icon-item-wrapper {
    line-height: 0.9;
    padding: 5px 10px;
    /* border-right: 1px solid rgba(255,255,255,.125); */
    /* border-bottom: 3px solid var(--yellow); */
}

.icon-item-wrapper .txt {
    font-size: 10px;
}

.flex .depo {
    width: 200px;
    justify-content: left;
}


.header-login-button {
    background-color: transparent;
    border-radius: 7px;
    border: 1px solid var(--yellow);
    color: var(--white) !important;
    padding: 5px 10px;
}

.header-join-button {
    background-color: var(--skyblueText);
    border-radius: 7px;
    border: 1px solid var(--skyblueText);
    color: var(--white);
    width: auto;
    padding: 5px 10px;
}

.small-text {
    font-size: 12px;
    text-decoration: none !important;
    /* font-weight: 900; */
}

.small-text:hover {
    color: black;
}


header {

    width: 100%;
    max-width: 568px;
    z-index: 99999;
}

.slip-slip-slip {}

.feature-menu {
    /* border-radius: 5px; */
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    margin: auto;
    background-color: #1b1b1b;
}

.feature-icon-item-wrapper {
    line-height: 1;
    padding: 5px 10px;
    border-bottom: 3px solid transparent;
}

.feature-icon-item-wrapper :active {
    border-bottom: red;
}

.feature-icon-item-wrapper .bi {
    font-size: 30px;
}

.feature-icon-item-wrapper .txt {
    font-size: 10px;
    font-weight: 500;
}

.bet-icon-footer {
    height: 27px;
}

.menu-icon-svg {
    height: 25px;
}

sup {
    top: -1em !important;
    font-size: 50%;
    margin-left: -10px;
}

.menu-icon-sports-svg {
    height: 25px;
    padding: 2px;
}

.side-icon-svg {
    height: 20px;
}

.side-icon-svg-stats {
    height: 18px;
    padding-bottom: 5px;
}

.form-wrapper {
    /* background-color: #013FA6; */
}


.input-group input {
    border: 0px;
    background-color: var(--gray-white);
}

.input-group {
    border-radius: 40px;
    overflow: hidden;
    background-color: var(--textField);
}

.input-group-prepend {
    background-color: var(--textField);
}

.input-group-text {
    background-color: var(--textField);
    color: #cfcfcf;
    border: 1px solid var(--textField);
}

input::placeholder {
    color: rgba(255, 255, 255, 1);
}

::placeholder {
    color: rgba(255, 255, 255, 1);
}

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

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

.smaller-font {
    font-size: 12px;
}

.disclaimer {
    font-size: 10px;
    color: #cfcfcf;
    padding: 20px;
}

.big-txt {
    font-size: 18px;
}

.flexer {
    width: 98%;
    margin: auto;
}

.icons-wrapper {
    color: #cfcfcf;
}

.boosted-odds-section {
    overflow-x: auto;
}

.boosted-odds-wrapper {
    /*width: max-content;*/
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;

}

.boosted-odds-card {
    /*width: 75% !important;*/
    min-width: 75%;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--boostedOddsCard);
}

.boosted-odds-card-freebet {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--boostedOddsCard);
}

.d-flex .justify-content-between .px-1 :active {
    background-color: #face00 !important;
}

.d-flex .justify-content-between .px-1 :hover {
    color: #cfcfcf;
}

.markets-header {
    width: 100% !important;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--boostedOddsCard);
}

.market-header {
    background-color: var(--darkBackground);
    color: #cfcfcf;
    font-weight: 500;
}

.market-name {
    padding: 10px 0.5rem;
    background-color: var(--darkerBackground);
    color: var(--yellow);
}

.markets-odd-section {
    background-color: var(--darkBackground);
}

.am-more-market {
    width: 100%;
    background-color: var(--lightest-gray1);
    border: 1px solid var(--darkBackground);
    padding: 7px 2px;
    transition: all ease .3s;
}

.am-more-market:hover {
    /* background-color: #face00;*/
    cursor: pointer;
    color: #face00;
    /* color: var(--darkBackground)!important; */
}

.skyBlue-text {
    color: var(--blueText);
}

.yellow-text {
    color: var(--yellow);
}

.grey-text {
    color: var(--white);
}

.text-grey {
    color: var(--greyText);
}

#sports-btn,
#leagues-btn,
#countries-btn,
#market-btn {
    background-color: var(--light-gray);
    color: var(--darkBackground);
}

.market-wrapper>.collapse.show {
    display: flex;
}

.justify-content-between .btn-wrapper .odd-btn {
    /* background-color: var(--darkBackground); */
}

.odd-btn button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0;
}

.odd-btn {
    width: 100%;
    padding: 3px 5px;
    background-color: none;
    font-weight: 600;
    font-size: 15px;
    border: solid var(--light-gray) 1px;
    color: var(--white);
    border-radius: 0.5rem;
}

.odd-btn:hover {
    color: var(--white);
}

.odd-btn-active {
    width: 100%;
    background-color: #face00;
    font-size: 12px;
    color: white !important;
}

.text-home-away-team {
    font-size: 13px;
    font-weight: 600;
}

.odd-indicator {
    font-size: 10px;
    color: var(--white);
}

.league-text {
    font-size: 12px;
}

.text-transparent {
    color: transparent;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, .125);
}

.ddb {
    border-radius: 3px;
    background-color: var(--lightest-gray1);
    color: var(--white);
    border: 0px;
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 5px;
}

.buttons-sec {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.buttons-sec .dropdown {
    width: 33%;
}

.dropdown button {
    width: 100%;
}

.buttons-sec .dropdown button {
    background-color: var(--light-gray);
    color: var(--darkBackground);
}

.carousel-section {
    padding: 0;
}

.game-card-teams {
    /*line-height: 1;*/
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.marks {
    text-decoration: underline;
}

.games .col-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.games .col-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.boosted-odds-card .col-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.collapse.show {
    /*position: absolute;*/
    z-index: 9999;
    width: 100%;
    max-width: 568px;
}

.menu-accordion {
    background-color: var(--lightest-gray1);
    padding: 10px;
    width: 100%;
    /* border: 5pt solid var(--darkBackground); */
}

.menu-collapse .item-wrapper {
    border-radius: 5px;
    background-color: var(--darkBackground);
    color: var(--white);
    padding: 5px 10px;
    margin-bottom: 5px;
}

.item-wrapper-span-active {
    color: var(--yellow);
}

.item-wrapper-span {
    color: var(--white);
}

.menu-accordion {
    min-height: 50vh;
}

.print-wrapper {
    background-color: var(--white);
}

/* .mb-3 .d-block{
    background-color: var(--darkBackground);
} */
.footer-betslip-section {
    padding: 5px 10px;
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 568px;
    margin: auto;
    z-index: 999;
    box-shadow: 0 -3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.footer-betslip-section-jackpot {
    padding: 0px;
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 568px;
    margin: auto;
    box-shadow: 0 -3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.slip-counter {
    color: #000;
    background-color: var(--yellow);
    padding: 5px 9px;
    border-radius: 99px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    /* margin-bottom: 5px; */
    height: 50px;
    width: 50px;
    text-align: center;
}

.line-height-28 {
    line-height: 2.8;
}

.slip-text {
    color: #cfcfcf;
}

.slip-counter-header {
    color: #cfcfcf;
    background-color: var(--darkBackground);
    padding: 2px 6px;
    border-radius: 99px;
    margin-right: 10px;
    font-size: 11px;
}

.slip-text-header {
    color: #cfcfcf;
    font-weight: 500;
}

.slip-odds {
    color: #cfcfcf;
    font-size: 11px !important;
}

.slip-odds-bets {
    color: var(--darkBackground);
    font-size: 9px !important;
    font-weight: 600;
}

.jp-slip-odds {
    color: #202442;
    font-size: 13px !important;
    line-height: 1.5;
}

.slip-slip {
    line-height: 3;
}

.slip-slip-slip {
    /*line-height: 1;*/
    font-size: 13px !important;
}

.slip-btn {
    background-color: var(--yellow);
    padding: 5px 5px;
    width: 100%;
    color: #000 !important;
    border-radius: 5px;
    font-size: 18px;
    border: 0px;
}

.slip-hint {
    color: var(--darkBackground);
    font-size: 8px;
}

.betslip-header {
    display: block;
    justify-content: left;
    margin-top: 20px;
}

.remove-txt {
    color: #cfcfcf;
    /* text-decoration: underline; */
}

.betslip-header .row {
    width: 98%;
}

.close-text {
    font-size: 12px;
    /* line-height: 2; */
}

.content-section {
    width: 100%;
}

.teams {
    font-weight: 500;
    line-height: 1;
}

.odds-bts {
    color: #face00;
}

.game-card {
    overflow-x: hidden;
    overflow-y: hidden;

}

.content-section .row {
    /*max-width: 94vw;*/
}

.dets-title {
    font-weight: 500;
    line-height: 1;
}

.dets-value {
    font-weight: bold;
}

.line-height-1 {
    line-height: 1;
}

.slip-amount {
    background-color: #cfcfcf !important;
    color: #000 !important;
}

.slip-amount-bg input::placeholder {
    color: #cfcfcf !important;
}

.details-collapse {
    background-color: var(--darkBackground);
    padding: 5px 0px;
    width: 100%;
}

.hover-pointer {
    cursor: pointer;
}

#faso-close {
    /* background-color: var(--darkBackground); */
}

.d-flex .p-2 {
    background-color: var(--darkBackground);
}

.d-flex .faq-border {
    background-color: var(--darkBackground);
}

.bet-history-title {
    font-weight: 500;
}

.bets-menu {
    /* background-color: #135bd4; */
    font-size: 12px;
    white-space: nowrap;
    background-color: var(--darkBackground);
    color: var(--yellow);
}

.bets-menu-strip {
    /* background-color: #135bd4; */
    font-size: 12px;
    white-space: nowrap;
    background-color: var(--white);
    color: var(--darkBackground);
}

.bets-menu .active {
    background-color: var(--yellow);
    color: var(--darkBackground);
    border-radius: 5px;
}

.bets-menu-strip .active {
    /* background-color: #135bd4; */
    font-size: 12px;
    white-space: nowrap;
    background-color: var(--light-gray);
    color: var(--darkBackground);
}

.bet-sec {
    font-size: 11px;
}

.collapseMybet {
    width: 100%;
    background-color: transparent;
}

.small-btn-padding {
    padding-top: 12px;
}

.matches-title {
    font-weight: 500;
}

.social-icons img {
    height: 40px;
}

.share-betslip-btn {
    width: 100%;
    border: 1px solid var(--yellow);
    border-radius: 5px;
    padding: 3px 5px;
    background-color: var(--darkBackground);
    color: #cfcfcf;
}

.share-btn {
    background-color: #face00;
    border-radius: 5px;
    padding: 3px 5px;
    width: 100%;
    border: 0px;
}

.depo-btn {
    background-color: #face00;
    border-radius: 5px;
    padding: 2px 5px;
    width: 50%;
    border: 0px;
}

.slip-ttxt {
    font-size: 11px;
}

.green-text {
    color: var(--greenText);
}

.text-blue {
    color: var(--white) !important;
}

.wallet-icon {
    height: 22px;
}

.bets-history {
    /*height: 17px;*/
}

.depo {
    justify-content: center;
    /*padding-left: 2rem !important;*/
}

.yellow-light-title {
    color: var(--yellow);
    font-size: 14px;
}

.menu-bg {
    background-color: var(--darkBackground);
}

.remove-match-betslip {
    font-size: 16px;
    font-weight: 600;
}

.trend-item {
    font-size: 13px;
    padding: 5px 10px;
}

.custom-link {
    text-decoration: none;
    color: unset;
}

.custom-link:hover {
    cursor: pointer;
}

.expired-game .text-light,
.expired-game .text-blue,
.expired-game .odds-bts {
    color: #dc3545 !important;
}

.alert {
    position: fixed;
    top: 0;
    padding: 5px;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 568px;
    margin: auto;
    z-index: 999;
    border-radius: 0px;
    border: 0px;
    z-index: 999999;
}

.alert button {
    padding: 0px 3px !important;
    color: #cfcfcf;
}

.alert-danger {
    background-color:  #AF2131 !important;
    z-index: 99999;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 6px;
}

.alert-success {
    background-color: #159588 !important;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 6px;
}

.slip-col .disabled {
    border-color: grey !important;
    color: grey !important;
}

.custom-badge {
    background-color: #AF2131;
    color: #cfcfcf;
    padding: 2px;
    border-radius: 2px;
}

.position-indicator {
    font-size: 16px;
}

h3,
.h3 {
    font-size: 1.5rem !important;
}

.input-group-text-icon {
    height: 12px;
}

.helpcare-link-icon {
    height: 10px;
}

.highlight-box .bets-menu {
    border-radius: 3px;
}

.highlight-box {
    width: 98%;
    margin: auto;
}

.width-available {
    width: -moz-available;
    width: -webkit-fill-available;
}

.spacer {
    height: 100px;
}

.help-sec-wrapper {
    background-color: var(--darkBackground);
    border-radius: 4px;
}

.clear-btn {
    text-decoration: underline;
}

.orange-text {
    color: var(--orange);
}

.jackpot-header-wrapper {
    /* background-color: var(--darkBackground); */
    background-color: transparent;
    border-radius: 4px;

}

.top-menu-items .active {
    color: var(--yellow) !important;
}

.promo-card-wrapper {
    background-color: var(--darkBackground);
}

.selfcare-title {
    padding: 10px;
}

.promo-content {
    /* text-align: justify; */
    background-color: var(--darkBackground);
}

.text-underline {
    text-decoration: underline;
}

.bordered-cont {
    border: 1px solid var(--orange);
    padding: 3px;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
}

/* .terms-section{
    background-color: var(--darkBackground);
} */
.tabcontent {
    display: none;
}

.graph-section {
    width: 100%;
    min-height: 10vh;
}

.play-section {
    background-color: var(--darkBackground);
    border-radius: 8px;
}

.tables-section tr,
.tables-section td,
.tables-section th {
    border: 0px;
    padding: 5px 4px;
    /*color: #cfcfcf;*/
}

.table thead th {
    border: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--darkBackground) !important;
}

.text-green {
    color: var(--greenText);
}

.xfactor {
    background-color: var(--darkBackground);
    width: fit-content;
    margin: auto;
    font-size: 64px;
    color: #cfcfcf;
    font-weight: 200;
    border-radius: 20px;

}

.score {
    color: var(--redText);
    font-weight: 500;
}

.tips-arrow {
    font-size: 24px;
}

.w-50 {
    width: 40%;
}

.bet-icon {
    font-size: 14px;
}

.loading {
    opacity: 0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading1 {
    opacity: 0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading2 {
    opacity: 0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading3 {
    opacity: 0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading4 {
    opacity: 0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.loading1:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.loading2:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.loading3:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    padding: 0 !important;
    display: inline-block !important;
    vertical-align: baseline;
}

.arrow.up {
    border-width: 0 .15rem .2rem .15rem;
    border-color: transparent transparent #666 transparent;
    _border-color: #000000 #000000 #666 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.arrow.green.up {
    border-color: transparent transparent #11a306 transparent;
    _border-color: #000 #000 #11a306 #000;
}

.arrow.down {
    border-width: .20rem .15rem 0 .15rem;
    border-color: #666 transparent transparent transparent;
    _border-color: #666 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.arrow.red.down {
    border-color: red transparent transparent transparent;
    _border-color: red #000 #000 #000;
}

.loading4:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.picked {
    color: var(--darkBackground) !important;
    background-color: var(--yellow) !important;
}

.picked .odd-indicator {
    color: white;
}

/*Betslip modal*/
/* The Modal (background) */
.faso-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    top: 0px;
    margin: 0 auto;
    width: 100%;
    /* Full width */
    max-width: 568px;
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    border-right: 1px solid var(--lightest-gray);
}

.faso-modal-booking-code {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    margin: 0 auto;
    width: 100%;
    /* Full width */
    max-width: 568px;
    height: 50%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.faso-modal-content {
    position: absolute;
    bottom: 0;
    background-color: var(--darkBackground);
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    height: 100%;
}

.icon-hot {
    height: 14px;
    width: 14px;
    vertical-align: top;
    fill: #ff7517;
    margin-right: 7px;
}

@media only screen and (max-width: 500px) {
    .icon-hot {

        height: 12px;
        width: 8px;
        vertical-align: top;
        fill: #ff7517;
        margin-right: 7px;
    }

}

/* .btn-odd {
    cursor: pointer;
    text-align: center;
    width: auto;
    min-width: 25%;
    min-height: 2.5em;
    border-radius: 3px;
    border: solid black 1px;
    color: black;
    background: #F3F4F5;
    margin-bottom: 2px;
} */
/* @media only screen and (max-width:500px) {
    .btn-odd {
        text-align: center;
        width: auto;
        border: transparent;
        min-width: 25%;
        min-height: 2.5em;
        border-radius: 3px;
        color: black;
        border: solid black 1px;
        background: #F3F4F5;
    }

    .dep-btn-wrapper {
        cursor: pointer;
        text-align: center;
        width: auto;
        border: transparent;
        min-width: 25%;
        min-height: 2.5em;
        border-radius: 3px;
        color: var(--odd-color);
        background: var(--odd-background);
    }

    .btn-wrapper {
        cursor: pointer;
        text-align: center;
        width: auto;
        min-width: 25%;
        min-height: 2.5em;
        border-radius: 3px;
        color: var(--odd-color);
        background: var(--odd-background);
    }

    .btn-wrapper-x {
        cursor: pointer;
        text-align: center;
        width: auto;
        min-width: 25%;
        min-height: 2.5em;
        border-radius: 3px;
        color: var(--odd-color);
        background: var(--odd-background);
    }
} */

/* .btn-odd .lock {
    background-repeat: no-repeat;
    text-decoration: none !important;
    cursor: not-allowed !important;
    background-position: 50% 80% !important;
    background-size: .8em 1em;
    pointer-events: none;
} */

.faso-modal-content-booking-code {
    position: absolute;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    height: 100%;
}

/* The Close Button */
.faso-modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.faso-modal-close:hover,
.faso-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.faso-modal-header {
    padding: 2px 16px;
}

.faso-modal-body {
    padding: 2px 16px;
    height: 20em;
    overflow-y: auto;
}

.faso-modal-footer {
    /*padding: 2px 16px;*/
    position: relative;
}

/*end Betslip modal*/
.side-menu-header {
    height: 50px;
    width: 100%;
    padding-right: 0.5rem !important;
    align-items: center;
}

.side-menu-header>div:first-child,
.side-menu-header>div:last-child {
    flex-grow: 1;
}

.side-menu-header>div:last-child {
    display: flex;
    justify-content: flex-end;
}

/* The Side menu Modal (background) */
.faso-menu-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    top: 0;
    margin: 0 auto;
    width: 100%;
    /* Full width */
    max-width: 568px;
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #1b1b1b;
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    /*margin-top: 150px;*/
}

/* Modal Content */
.faso-menu-modal-content {
    position: absolute;
    top: 0;
    background-color: var(--darkBackground);
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    /* display: block; */


}

/* The Close Button */
.faso-menu-modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.faso-menu-modal-close:hover,
.faso-menu-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.faso-menu-modal-header {
    padding: 10px 15px;
    border-radius: 0px;
    margin-bottom: 1px;
    text-align: center;
    border-bottom: 1px solid white;
    background-color: var(--primary) !important;
    box-shadow: none;
    z-index: 1;
    margin: 0 auto 1px;
}

.faso-menu-modal-body {
    padding: 2px 16px;
}

.faso-menu-modal-footer {
    padding: 2px 16px;
}

.deposit {
    background-color: #face00;
    color: black;
    /* height: 40px!important; */
    width: 100% !important;
    margin-left: inherit;
    align-content: center;
    display: block;
    text-align: center;
    padding: 7px;
}

.deposit_page {
    background-color: var(--darkBackground);
    color: var(--white);
    height: 3.666667rem !important;
    font-size: 1.2em;
    width: 100% !important;
    margin-left: inherit;
    align-content: center;
    display: block;
    text-align: center;
    padding: 10px;
    align-items: center;
}

.deposit-link {
    text-decoration: none !important;
    color: white;
}

.deposit-link:hover {
    color: white;
}

.print-match-btn:hover {
    text-decoration: none;

}

.stick {
    top: var(--top-header-height);
    max-width: 568px;
    width: 100%;
    background-color: inherit;
}

@media only screen and (max-width: 576px) {
    .stick {
        max-width: 568px;
        width: 100%;
        background-color: inherit;
    }

    .downloader {
        display: none;
    }
}

.header-stick {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.feature-stick {
    position: sticky;
    top: 70px;
    z-index: 9999;
}

.white-txt {
    color: var(--white) !important;
}

.s-backButton {
    display: flex;
    align-items: center;
    margin-right: 1em;
}

/* .header-join-button{
    background-color: var(--skyblueText);
    border: none;
}

.header-login-button{
    border-color: var(--skyblueText);
    color: var(--white);
} */
@media only screen and (min-width: 568px) {
    .top-header-logo {
        width: 40%;
    }
}

@media only screen and (max-width: 576px) {
    .top-header-logo {
        width: 80%;
    }
}

.top-header-logo2 {
    width: 50%;
}

.top-header .bi {
    font-size: 18px;
    font-weight: lighter;
}

@media only screen and (max-width: 960px) {
    .select-matches-to-print {
        width: 100% !important;
    }

    .icon-item-wrapper {
        width: 40px;
        text-align: center;
    }

    .header-login-button {
        width: auto;
        text-align: center !important;
    }

    .header-join-button {
        width: auto;
    }

    .header-image {
        width: 100%;
    }

    .depo {
        /*margin-left: 80px !important;*/
    }

    .bets-history,
    .bet-history {
        /*margin-left: 10px*/
    }
}


.carousel-item img {
    /* max-height: 147px!important; */
}

.jackpot-section-header {
    background-image: url('../img/jpbanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 10px;
    border-radius: 5px;
}

.depo-widget {
    position: fixed;
    bottom: 80px;
    /* left: 10px; */
    width: 50px;
}

@media only screen and (min-width: 568px) {
    /* .depo-widget{
        position: fixed;
        bottom: 70px;
        left: 300px;
        width: 50px;
    } */
}

.depo-widget img {
    width: 100%;
}

#dpo-close {
    padding: 3px 5px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.01);
    float: right;
}

.orange-text {
    color: var(--orange) !important;
}

.jp-anc {
    font-size: 20px;
    line-height: 1;
}

.autopick-stripe {
    background-color: #525250;
}

.tablinks:hover {
    cursor: pointer;
}

.w-20 {
    width: 20%;

}

input[type="text"]:focus {
    color: #000 !important;
}

.form-control.is-invalid {
    border: 1px solid #dc3545;
    border-radius: inherit;
}

.modal {
    z-index: 9999;
}

.depo-modal .modal-content {
    /*min-height: 50vh;*/
    /*min-width: 70%;*/
    background-color: transparent;
    background-image: url("/img/fancy.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    padding: 20px;
}

.depo-modal.modal-dialog {
    min-width: 50%;


}

.modal-head {
    background-color: transparent;
}

.modal-body {
    background-color: transparent;
}

.modal-head {
    font-size: 26px;
}

.karibu-text {
    font-weight: 400;
    font-size: 20px;
}

.f-depo {
    font-size: 13px;
    color: rgba(0, 0, 0, .85);
}

.depo-btn {
    background-color: #40ab2a;
    border-radius: 0px;
}

.step-guide-title {
    font-weight: 500;
}

.step-guide-list {
    font-size: 14px;
    padding-left: 15px;
}

.reg-svg {
    height: 28px;
    margin-bottom: 5px;
}

.wallet-text {
    font-size: 10px;
}

span {
    white-space: nowrap;
    overflow: hidden;
}

.print-icon {
    font-size: 16px;
}

.casino-headers {
    background-color: var(--light-gray);
    padding: 5px 10px;
    width: 100% !important;
    color: var(--darkBackground);
}

.casino-card {
    background-color: transparent !important;
}

.casino-row {
    min-width: 100% !important;
}

.feature-icon-item-wrapper a {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

button {
    outline: none !important;
}

.slip-slip-bets {
    /* line-height: 1; */
    /* font-size: 9px!important; */
    padding-top: 9px;
}

.op-low {
    opacity: .75;
}

.bet-content-section {
    background-color: #cfcfcf;
    width: 100% !important;
}

.depo-btn-gift {
    border-radius: 5px;
    /* width: auto!important; */
}

.form-check-label {
    font-size: 11px;
}

.font-size-11 {
    font-size: 11px;

}

.text-primary-dark {
    color: #1b1b1b;
}

.bg-light {
    background-color: #cfcfcf;
}

.opacity-8 {
    opacity: .75;
}

.opacity-85 {
    opacity: .85;
}

/* .slip-list:nth-of-type(odd){
    background-color: #525250;
} */
.slip-list {}

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

.bets-menu .tablinks {
    text-align: center;
}

.mobile-banner {
    background-color: #cfcfcf;
}

.mobile-banner-icon {
    height: 35px;
    border-radius: 5px;
}

.title-mobile-section {
    font-weight: 600;
    margin-bottom: 5px;
}

.subtitle-mobile-section {
    font-size: 10px;
}

.download-button:hover {
    color: #cfcfcf;
    text-decoration: none;
}

.download-button {
    border-radius: 7px;
    background-color: #2F3082;
    color: #cfcfcf;
    height: 100%;
    margin-right: 0px !important;
}

.w-full {
    width: 100%;
}

.flatlink-div {
    margin-bottom: 10px;
}

.flat-link {
    font-size: 15px;
}

.marketee {
    font-size: 12px;
}

.odd-number {
    opacity: .85;
}

.deposit-cards-wrapper .amount-section {
    font-size: 16px;
}

.slip-amount:disabled {
    background-color: #D8E2FF !important;
}

.back-btn {
    font-size: 13px;
}

b,
strong {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500 !important;
}

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

.more-markets-name {
    text-transform: lowercase;
    text-align: left;
}

.more-markets-odd {
    opacity: .85;
}

.text-danger {
    color: #FC0001 !important;
}

.text-score {
    /* font-size: 16px; */
    font-weight: 600;
}

.font-size-10 {
    font-size: 10px;
}

.font-14 {
    font-size: 14px;
}

.shimmer {
    display: block;
}

button {
    outline: none !important;
}

input[type=button] {
    outline: none;
}

input[type=button]::-moz-focus-inner {
    border: 0;
}

button:focus {
    outline: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.search-bar {
    background-color: var(--lightest-gray1);
}

.am-more-market.odd-btn {
    font-size: 14px !important;
}

/* Footer stuff */
#footer {
    background-color: #1B1E25;
    padding-bottom: 60px !important;
}

#footer .title-text {
    color: #9ca0ab;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
}

#footer .disclaimer-text {
    color: #9ca0ab;
    font-size: 13px;
    background-color: transparent;
}

#footer .value-text {
    color: #cfcfcf;
    font-weight: 600;
    font-size: 18px;
}

.imgg img {
    height: 20px;
}

.eitin img {
    height: 42px;
}

.cattit {
    background-color: var(--darkerBackground);
    border-radius: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    margin: 0px 5px;
    color: #cfcfcf;
    font-weight: bold;
}

.cattit:hover {
    background-color: var(--light-gray);
    color: white !important;
    cursor: pointer;
    font-weight: bold;
}

.cattit:hover {
    /* background-color: var(--light-gray); */
    background-color: #eac83f;
    color: white !important;
    cursor: pointer;
    font-weight: bold;
}

.cattit-home {
    background-color: var(--light-gray);
    border-radius: 0.5rem;
    padding: 2px 10px;
    white-space: nowrap;
    margin: 0px 2px;
    color: var(--primary);
    font-weight: normal;
    flex: 0 0 auto;
    /* Ensures the items do not shrink and wrap */
}

.cattit-home:hover,
.cattit-home.active {
    background-color: var(--primary);
    color: var(--yellow);
    font-weight: bold;
}

.catsec {
    overflow-x: auto;
    padding: 0px 5px;
}

.catsec-home {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0px 0.5rem;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: var(--light-gray) transparent;
    /* Firefox */
}

.catsec-home::-webkit-scrollbar {
    height: 8px;
}

.catsec-home::-webkit-scrollbar-track {
    background: transparent;
}

.catsec-home::-webkit-scrollbar-thumb {
    background-color: var(--lightest-gray1);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.cattit.active {
    background-color: var(--yellow);
    color: var(--darkerBackground) !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.cas-header-wrapper {
    background-color: var(--gray-white);
}

a {
    text-decoration: none !important;
}

#catsec {
    scroll-behavior: smooth;
}

.modal-backdrop {
    display: none;
}

/* Sharebet */
.text-heavy {
    font-weight: 700;
    font-size: 18px;
}

.text-heavy-2 {
    font-weight: 600;
    font-size: 16px;
}

.sharebet-header {
    border-bottom: 2px solid #1B1E25;
}

.sharebet-header-bg {
    background-image: url('/img/sharebet/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lowercase {
    text-transform: capitalize
}

.leader-amount {
    font-weight: 500;
}

.countries-item {
    border-bottom: 2px solid #24313D;
}

.carousel-inner .carousel-item {
    /* transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease; */
}

.fun-mode {
    background-color: var(--darkBackground);
    border-color: var(--darkBackground);
    color: white;
}



.modal-dialog {
    width: 100%;
    max-width: 568px;
    margin: 0 auto !important;
}


.btn-std {

    padding: 1rem;
    border-radius: 0.5rem;
    width: 100%;
}

.btn-std:disabled {
    opacity: 0.5;
}

.btn-prim {
    background: var(--yellow);
    color: var(--primary);
    ;
}

.btn-sec {
    background: var(--yellow);
    color: var(--primary);
}

.btn-large {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
}

.std-input {
    border-radius: 0.5rem;
    background-color: var(--primary-bg-light);
    color: var(--white);
    width: 100%;
    text-align: center;
    padding: 0.5rem 1rem;
    border: 1px solid var(--primary-bg-light);
}

.nav-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-icon {
    width: 30px;
    margin-bottom: 2px;
}


.btn-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-login,
.btn-register {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    height: 25px;
    padding: 0 12px;
    font-size: .6rem;
    font-weight: 600;
    white-space: nowrap;
}

.btn-login {
    background-color: #d72638;
    color: white;
}

.btn-register {
    background-color: #face00;
    color: black;
    margin-right: 10px;
}

.download-app-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    background-color: #face00;
}

.download-text {
    font-size: 12px;
    color: #333;
    font-weight: 900;
    margin-left: 10px;
}

.download-app {
    background-color: #d72638;
    color: #cfcfcf;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 10px;
    margin-right: 10px;
}

.scroll-nav {
    width: 100%;
    background-color: #292929;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    padding: 10px 0;
    color: #cfcfcf;
}

.scroll-nav-inner {
    background-color: #1b1b1b;
    border-radius: 5px;
    flex-direction: column;
    margin: 0 3px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #cfcfcf;
}

.nav-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.scroll-item {
    text-decoration: none;
    color: #cfcfcf;
    font-size: 10px;
    font-weight: 600;
    display: block;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #CBCBCB;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 1x;
    margin-left: 2px;
}

.flex-container span {
    display: flex;
    align-items: center;
}

.nav-icon {
    width: 16px;
    height: 16px;
}


.profile-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  
  .profile-pic div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fecc0b;
  }
  
  .profile-pic img {
    max-width: 60%;
    max-height: 60%;
  }
  
  .balance-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    padding: 10px;
    background-color: #292929;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 7px;
  }
  
  .balance-section,
  .bonus-section {
    display: flex;
    align-items: center;
  }
  
  .balance-text {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
  }
  
  /* .separator {
    width: 2px;
    height: 60%;
    background-color: #ccc;
    margin: 0 15px;
    align-self: center;
  } */

  .separator {
    width: 2px;
    height: 40px;
    background-color: #ccc;
    margin: 0 15px;
    align-self: center;
  }
  
  .loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

/* Progress Bar */
.progress-bar {
    width: 150px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress {
    height: 100%;
    width: 0;
    background-color: #FACE00;
    animation: progress-animation 2s linear forwards;
}

@keyframes progress-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* Bonus Card Styles */
.bonus-card {
    width: 98%;
    margin: 1%;
    background-color: #292929;
    border-radius: 6px;
}

.banner-img {
    object-fit: cover;
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.card-body {
    padding: 5px;
}

.login-btn {
    background-color: #FACE00;
    color: #292929;
}

.icon-sacing-modification{
    padding: 8px;
    margin-bottom: 15px;
}