ion-icon {
    color: #fff
}

.sm-new-ctn {
    background: #071123;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5px 0 10px
}

.sm-new-ctn .sm-new-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 0;
    font-family: Satoshi;
    font-weight: 700;
    letter-spacing: .1em
}

.sm-new-ctn .sm-new-links {
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
    gap: 6px
}

.sm-new-ctn .sm-new-links .sm-new-link {
    margin-bottom: 2px;
    background-color: transparent;
    display: flex;
    flex-direction: row
}

.sm-new-ctn .sm-new-links .sm-new-link .sm-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px;
    font-family: Satoshi;
    font-weight: 700;
    letter-spacing: .1em
}

.side-header {
    min-width: 220px;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    scrollbar-width: none;
    max-width: 250px;
    display: flex;
    flex-direction: column
}

.side-header .sh-title {
    height: 72px;
    background-color: var(--ion-background-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.side-header .sh-title .sh-website-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--ion-background-color)
}

.side-header .sh-title .sh-website-title .sh-website-title-img {
    height: var(--logo-web-height)
}

.side-header .sh-title .sh-button-icon {
    border: 1px solid var(--ion-card-background-contrast);
    background-color: transparent;
    border-radius: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px
}

@media screen and (min-width:920px) {
    .side-header .sh-title .sh-button-icon {
        display: none
    }
}

.side-header .sh-title .sh-button-icon .sh-close-icon {
    color: var(--ion-card-background-contrast);
    height: 20px;
    width: 18px
}

.side-header .sh-menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto
}

.side-header .sh-menu .sh-username-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--section-border);
    margin-left: 16px
}

.side-header .sh-menu .sh-username-img .short-name {
    height: 36px;
    width: 36px;
    background-color: var(--ion-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.side-header .sh-menu .sh-username-img .sh-username {
    padding: 15px 8px;
    font-size: 14px;
    font-weight: 700
}

.side-header .sh-menu .sh-sub-menu {
    display: flex;
    flex-direction: column
}

.side-header .sh-menu .sh-sub-menu .sh-btn {
    padding: 5px 5px 5px 16px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer
}

.side-header .sh-menu .sh-sub-menu .sh-btn .sh-img {
    margin-right: 14px;
    height: 23px;
    width: 23px;
    padding: 4px;
    border-radius: 50%;
    background-color: var(--ion-background-color)
}

.side-header .sh-menu .sh-sub-menu .sh-btn .sh-img.logout-icon path {
    fill: #fff
}

.side-header .sh-menu .sh-sub-menu .sh-btn .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.side-header .sh-menu .sh-sub-menu .sh-btn .content .arrow-img {
    margin-right: 12px
}

.side-header .sh-menu .sh-sub-menu .sh-btn .sh-tab-label {
    padding: 5px 0;
    color: #000
}

.side-header .sh-menu .sh-sub-menu .active-sh-btn {
    background: var(--ion-color-primary)
}

.side-header .sh-menu .sh-sub-menu .active-sh-btn .sh-tab-label {
    color: var(--active-text-color)
}

.side-header .sh-menu .sh-sub-menu .indv-competition {
    background-color: #fff;
    opacity: .75;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #f1dcfe;
    padding: 10px 10px 10px 16px;
    color: #000
}

.side-header .sh-menu .sh-sub-menu .indv-competition-active {
    opacity: 1
}

.side-header .sh-menu .sh-sub-menu .sh-sub-title {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    opacity: .5;
    margin-left: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
    letter-spacing: 17%;
    font-size: 10px;
    font-weight: 700;
    line-height: 13.5px;
    letter-spacing: .17em
}

.side-header .social-media-side-bar {
    flex-shrink: 0;
    padding: 10px 0;
    min-width: inherit;
    display: flex;
    justify-content: center;
    background-color: #fff
}

@media screen and (max-width:920px) {
    .side-header .social-media-side-bar {
        width: 100%;
        max-width: 250px
    }
}

.side-header .social-media-side-bar .sm-new-ctn {
    width: 100%;
    border-radius: 15px;
    margin: 0 10px
}

.side-header .social-media-side-bar .sm-new-ctn .sm-new-text {
    color: #adadad;
    font-size: 8px;
    letter-spacing: 1px
}

@media screen and (max-width:920px) {
    .side-header .social-media-side-bar .sm-new-ctn {
        margin: 0 8px
    }
}

.app-sub-header {
    display: flex;
    max-height: 54px;
    justify-content: space-between;
    background-color: var(--table-bg);
    border: 1px solid hsla(0, 0%, 100%, .39);
    border-top: 0;
    border-right: 0
}

.app-sub-header .lang-select-menu {
    position: relative;
    height: 28px;
    padding: 10px;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
    background: var(--custom-btn-bg-variant-1);
    border-radius: 20px
}

.app-sub-header .lang-select-menu .lang-select {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--custom-btn-text-variant-1);
    font-size: 14px;
    font-weight: 500
}

.app-sub-header .lang-select-menu .lang-menu {
    display: none
}

.app-sub-header .lang-select-menu .lang-menu::-webkit-scrollbar {
    width: 0;
    color: var(--custom-btn-text-variant-1)
}

.app-sub-header .lang-select-menu:hover .lang-menu {
    margin-right: 90px;
    z-index: 1000000;
    position: absolute;
    display: block;
    max-height: 250px;
    width: 150px;
    background: var(--custom-btn-bg-variant-1);
    top: 28px;
    overflow-y: scroll;
    border-radius: 5px
}

.app-sub-header .lang-select-menu:hover .lang-menu .lang-menu-option {
    color: var(--custom-btn-text-variant-1);
    padding: 10px 0 10px 20px;
    font-size: 14px;
    font-weight: 500
}

.app-sub-header .lang-select-menu:hover .lang-menu .lang-menu-option:hover {
    background-color: #d3d3d3;
    cursor: pointer
}

.app-sub-header .logo-wrapper {
    display: flex;
    flex-direction: row
}

.app-sub-header .logo-wrapper .sh-website-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--table-bg);
    margin-left: 5px
}

.app-sub-header .logo-wrapper .sh-website-title .sh-website-title-img {
    height: var(--logo-mob-height)
}

.app-sub-header .wallet-btn {
    background-color: var(--enabled-market-bg);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 12px
}

@media screen and (max-width:920px) {
    .app-sub-header .wallet-btn {
        margin: 0 4px
    }
}

.app-sub-header .theme-options {
    border-radius: 30px;
    border: 1px solid var(--filter-border) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
    padding: 4px;
    margin-left: 4px
}

.app-sub-header .theme-options .circle1 {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--common-dark);
    border: 1px solid var(--filter-border) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px
}

.app-sub-header .theme-options .circle1 .round1 {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary)
}

@media (min-width:320px) and (max-width:480px) {
    .app-sub-header .theme-options .circle1 .round1 {
        width: 22px;
        height: 22px
    }
}

.app-sub-header .theme-options .circle1 .round1 .moon-img {
    color: var(--text-primary);
    fill: var(--text-primary)
}

.app-sub-header .theme-options .circle1 .round {
    width: 22px;
    height: 22px;
    border-radius: 50px
}

.app-sub-header .theme-options .circle1 .round.bg1 {
    background: linear-gradient(90deg, var(--th1-primary), var(--th1-primary) 49%, #fff 0, #fff 51%, var(--th1-bg) 0)
}

.app-sub-header .theme-options .circle1 .round.bg2 {
    background: linear-gradient(90deg, var(--th2-primary), var(--th2-primary) 49%, #fff 0, #fff 51%, var(--th2-bg) 0)
}

.app-sub-header .theme-options .circle1 .round.bg3 {
    background: linear-gradient(90deg, var(--th3-primary), var(--th3-primary) 49%, #fff 0, #fff 51%, var(--th3-bg) 0)
}

.app-sub-header .theme-options .circle1 .round.bg4 {
    background: linear-gradient(90deg, var(--th4-primary), var(--th4-primary) 49%, #fff 0, #fff 51%, var(--th4-bg) 0)
}

.app-sub-header .theme-options .circle1 .round.bg5 {
    background: linear-gradient(90deg, var(--th5-primary), var(--th5-primary) 49%, #fff 0, #fff 51%, var(--th5-bg) 0)
}

@media (min-width:320px) and (max-width:480px) {
    .app-sub-header .theme-options .circle1 .round {
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width:721px) {
    .app-sub-header {
        width: 100vw;
        border-left: 0
    }
}

.app-sub-header .side-bar-icon-div {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;
    justify-content: center;
    align-items: center
}

.app-sub-header .side-bar-icon-div .sb-menu-bar-icon {
    height: 30px
}

.app-sub-header .website-title {
    background-color: var(--ion-background-color);
    height: 30px;
    width: 150px;
    margin: 10px 10px 10px 0
}

.app-sub-header .website-title img {
    height: 30px;
    width: 150px
}

.app-sub-header .bonus-btn {
    text-wrap: nowrap;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.app-sub-header .bal-exp-btns {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.app-sub-header .bal-exp-btns .input-tooltip {
    position: relative;
    top: -8px;
    left: 4px
}

.app-sub-header .bal-exp-btns .username-sb {
    font-weight: 700;
    color: #f3bd42
}

.app-sub-header .bal-exp-btns .balance-sb {
    display: flex;
    align-items: center
}

.app-sub-header .bal-exp-btns .balance-sb .input-tooltip {
    color: #fff
}

.app-sub-header .bal-exp-btn {
    text-wrap: nowrap;
    font-family: "Lato";
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 2px
}

.app-sub-header .bal-exp-btn.exp-underline {
    text-decoration: underline
}

.app-sub-header .whatsapp-login-signup {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:920px) {
    .app-sub-header .whatsapp-login-signup {
        padding-right: 6px
    }
}

.app-sub-header .whatsapp-login-signup .deposit-btn-wrapper {
    height: 30px;
    margin-right: 5px;
    text-decoration: none !important;
    color: var(--table-cell-text) !important
}

.app-sub-header .whatsapp-login-signup .deposit-btn-wrapper .deposit-btn {
    height: 100%;
    background-color: green;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 1.5px;
    padding-left: .5px;
    color: #fff
}

.app-sub-header .whatsapp-login-signup .new-whatsapp {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    overflow: hidden;
    margin-top: 3px;
    padding: 4px
}

.app-sub-header .whatsapp-login-signup .new-whatsapp img {
    border-radius: 50%
}

.app-sub-header .whatsapp-login-signup .sh-new-btn {
    font-size: 14px;
    font-weight: 500
}

.app-sub-header .fun-games-link {
    position: relative
}

.app-sub-header .fun-games-link .badge {
    position: absolute;
    font-size: 74%;
    top: 3px;
    right: 4px;
    color: var(--ion-card-background-contrast);
    line-height: 74%
}

.app-sub-header .actions-list {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.app-sub-header .actions-list .MuiTabs-flexContainer {
    justify-content: left;
    margin-left: 28px
}

@media screen and (min-width:920px) {
    .app-sub-header .actions-list .MuiTabs-flexContainer {
        margin-top: 1.5px
    }
}

@media screen and (max-width:920px) {
    .app-sub-header .actions-list .MuiTabs-flexContainer {
        margin-left: 14px
    }
}

.app-sub-header .actions-list .nav-link {
    text-decoration: none;
    max-height: 36px;
    line-height: 20px
}

.app-sub-header .actions-list .nav-link .MuiButton-root .newlacunch-menu {
    transition: .3s ease-in;
    animation: newlaunch 1s;
    animation-iteration-count: infinite
}

@keyframes newlaunch {
    0% {
        color: red
    }

    50% {
        color: #f3bd42
    }

    to {
        color: red
    }
}

@media screen and (min-width:720px) {
    .app-sub-header .actions-list .nav-link {
        line-height: 40px
    }
}

.app-sub-header .actions-list .nav-link .MuiButton-label {
    color: var(--ion-card-background-contrast);
    text-transform: capitalize;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .05px
}

@media screen and (max-width:1120px) {
    .app-sub-header .actions-list .nav-link .MuiButton-label {
        margin-left: 0;
        margin-right: 0
    }
}

.app-sub-header .actions-list .nav-link .MuiButton-root {
    text-transform: none;
    min-width: auto;
    padding: 6px 14px
}

@media screen and (max-width:1366px) {
    .app-sub-header .actions-list .nav-link .MuiButton-root {
        padding: 6px 12px
    }
}

@media screen and (max-width:720px) {
    .app-sub-header .actions-list .nav-link .MuiButton-root {
        padding: 6px 10px
    }
}

.app-sub-header .actions-list .nav-link .check-bonus-btn {
    margin-left: 20px;
    background-color: #fff;
    color: #000 !important;
    animation: blink 2s infinite;
    transition: background-color 2s
}

.app-sub-header .actions-list .nav-link .check-bonus-btn .MuiButton-label {
    color: #000
}

.app-sub-header .actions-list .nav-link.active,
.app-sub-header .actions-list .nav-link.active-link {
    opacity: 1
}

.app-sub-header .actions-list .nav-link.active-link .MuiButtonBase-root,
.app-sub-header .actions-list .nav-link.active .MuiButtonBase-root {
    background: var(--ion-color-primary);
    border-radius: 20px;
    border-top: 3px solid #fff
}

.app-sub-header .actions-list .nav-link.active-link .MuiButton-label,
.app-sub-header .actions-list .nav-link.active .MuiButton-label {
    color: var(--active-text-color)
}

.app-sub-header .actions-list .nav-link.active-link .gift_icon,
.app-sub-header .actions-list .nav-link.active .gift_icon {
    -webkit-filter: none;
    filter: none
}

.app-sub-header .actions-list .nav-link .check-bonus-active .check-bonus-btn {
    background-color: #fff;
    color: #000 !important;
    animation: blink 2s infinite;
    transition: background-color 2s
}

.app-sub-header .actions-list .nav-link .check-bonus-active .check-bonus-btn .MuiButton-label {
    color: #000
}

@keyframes blink {
    0% {
        opacity: 1;
        background-color: gold
    }

    50% {
        background-color: #fff
    }

    to {
        opacity: 1;
        background-color: gold
    }
}

.app-sub-header .color-change .MuiButton-label {
    animation-name: color-change !important;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

.app-sub-header .cup-color-change.active-link .MuiButton-label {
    animation: none
}

.app-sub-header .cup-color-change .MuiButton-label {
    animation-name: cup-color-change !important;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

.wallet-menu .MuiList-root {
    background: #fff;
    padding: 4px 10px !important
}

.wallet-menu .MuiList-root .wallet-menu-item {
    padding: 6px 4px;
    cursor: pointer;
    border-color: var(--ion-color-primary);
    border-bottom: 1px solid
}

.wallet-menu .MuiList-root .wallet-menu-item.active-item {
    color: var(--ion-color-primary)
}

.wallet-menu .MuiList-root .wallet-menu-item:last-child {
    border-bottom: 0
}

@media screen and (max-width:720px) {
    .app-sub-header {
        min-height: 52px;
        margin-bottom: 0
    }

    .app-sub-header .actions-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: scroll;
        min-height: 38px
    }

    .app-sub-header .actions-list .nav-link .MuiButton-root {
        margin: 0
    }

    .app-sub-header .actions-list .nav-link .MuiButton-root .MuiButton-label {
        min-width: 54px;
        font-size: 12px;
        white-space: nowrap
    }
}

.gift_icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.gift_icon.active-link {
    -webkit-filter: auto;
    filter: auto
}

@media screen and (max-width:720px) {
    .app-sub-header .whatsapp-login-signup .new-whatsapp {
        height: 40px;
        width: unset
    }

    .app-sub-header .whatsapp-login-signup .new-whatsapp img {
        border-radius: 50%
    }
}

.theme-optionslist {
    border-radius: 8px;
    top: 40px !important;
    left: -10px !important;
    min-height: 450px
}

@media screen and (max-width:720px) {
    .theme-optionslist {
        left: 0 !important
    }
}

.theme-optionslist .theme-drop-down {
    border-radius: 30px;
    border: 1px solid var(--filter-border) !important;
    padding: 5px;
    align-items: center;
    background-color: #fff
}

.theme-optionslist .theme-drop-down .theme-options1 {
    align-items: center;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr)
}

.theme-optionslist .theme-drop-down .theme-options1 .circle1 {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: var(--table-head-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0 !important
}

.theme-optionslist .theme-drop-down .theme-options1 .circle1 .label {
    font-size: 8px;
    color: #000;
    font-weight: bolder
}

.theme-optionslist .theme-drop-down .theme-options1 .circle1 .round {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center !important;
    justify-content: center !important
}

.theme-optionslist .theme-drop-down .theme-options1 .circle1 .round .sport-icon2 {
    height: 32px;
    width: 32px
}

.theme-optionslist .theme-drop-down .theme-options1 .circle1 .round .sport-icon {
    height: 22px;
    width: 25px
}

.theme-optionslist .theme-drop-down .theme-options1 .circle1 .round .sport-icon1 {
    height: 32px;
    width: 32px
}

.theme-optionslist .theme-drop-down .theme-options {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: var(--common-dark);
    border: 1px solid var(--filter-border) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    cursor: pointer
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round1 {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round1 .moon-img {
    color: var(--text-primary);
    fill: var(--text-primary)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round {
    width: 20px;
    height: 20px;
    border-radius: 50px
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg1 {
    background: linear-gradient(90deg, var(--th1-primary), var(--th1-primary) 49%, #fff 0, #fff 51%, var(--th1-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg2 {
    background: linear-gradient(90deg, var(--th2-primary), var(--th2-primary) 49%, #fff 0, #fff 51%, var(--th2-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg3 {
    background: linear-gradient(90deg, var(--th3-primary), var(--th3-primary) 49%, #fff 0, #fff 51%, var(--th3-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg4 {
    background: linear-gradient(90deg, var(--th4-primary), var(--th4-primary) 49%, #fff 0, #fff 51%, var(--th4-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg5 {
    background: linear-gradient(90deg, var(--th5-primary), var(--th5-primary) 49%, #fff 0, #fff 51%, var(--th5-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg6 {
    background: linear-gradient(90deg, var(--th6-primary), var(--th6-primary) 49%, #fff 0, #fff 51%, var(--th6-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg7 {
    background: linear-gradient(90deg, var(--th7-primary), var(--th7-primary) 49%, #fff 0, #fff 51%, var(--th7-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg8 {
    background: linear-gradient(90deg, var(--th8-primary), var(--th8-primary) 49%, #fff 0, #fff 0, #fff 51%, var(--th8-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg9 {
    background: linear-gradient(90deg, var(--th9-primary), var(--th9-primary) 49%, #fff 0, #fff 51%, var(--th9-bg) 0)
}

.theme-optionslist .theme-drop-down .theme-options .circle1 .round.bg10 {
    background: linear-gradient(90deg, var(--th10-primary), var(--th10-primary) 49%, #fff 0, #fff 51%, var(--th10-bg) 0)
}

.theme-menu-popup .MuiPaper-root {
    background-color: #fff !important;
    border-radius: 8px;
    top: 52px !important
}

@media screen and (max-width:920px) {
    .theme-menu-popup .MuiPaper-root {
        top: 38px !important
    }
}

.theme-menu-popup .MuiPaper-root .MuiList-root,
.theme-menu-popup .MuiPaper-root .MuiMenu-list {
    padding: 0
}

.theme-menu-popup .MuiPaper-root .MuiList-root .MuiListItem-root,
.theme-menu-popup .MuiPaper-root .MuiList-root .MuiMenuItem-root,
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiListItem-root,
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiMenuItem-root {
    color: var(--ion-text-color);
    font-size: 12px;
    height: unset;
    padding: 6px 6px 6px 16px;
    background: transparent;
    font-family: "Lato";
    color: #000
}

.theme-menu-popup .MuiPaper-root .MuiList-root .MuiListItem-root:not(:last-child),
.theme-menu-popup .MuiPaper-root .MuiList-root .MuiMenuItem-root:not(:last-child),
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiListItem-root:not(:last-child),
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:not(:last-child) {
    border-bottom: 1px solid #000;
    background: transparent
}

.theme-menu-popup .MuiPaper-root .MuiList-root .MuiListItem-root.Mui-selected,
.theme-menu-popup .MuiPaper-root .MuiList-root .MuiListItem-root:hover,
.theme-menu-popup .MuiPaper-root .MuiList-root .MuiMenuItem-root.Mui-selected,
.theme-menu-popup .MuiPaper-root .MuiList-root .MuiMenuItem-root:hover,
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiListItem-root.Mui-selected,
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiListItem-root:hover,
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiMenuItem-root.Mui-selected,
.theme-menu-popup .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:hover {
    color: #000;
    background: transparent
}

.exposure-table .MuiTableCell-root {
    color: #fff
}

.exposure-table .MuiTableCell-root .exp-btn {
    background-color: transparent;
    color: #c9c9c9;
    text-decoration: underline;
    text-align: start
}

/*# sourceMappingURL=39.605408ad.chunk.css.map */