.levelup-game-box {
    background: url(https://assets.rootz.com/caxino.com/levelup/spinbox.png) no-repeat 50%;
    background-size: contain;
    bottom: 0;
    left: 17%;
    position: absolute;
    right: 17%;
    top: 50%
}

.levelup-game-lid {
    background: url(https://assets.rootz.com/caxino.com/levelup/spinbox_lid.png) no-repeat 50%;
    background-size: contain;
    bottom: 0;
    left: 14%;
    position: absolute;
    right: 14%;
    top: -22%
}

.levelup-bottom-caxino {
    background: #fff;
    border-radius: 50px;
    margin-top: -30px;
    padding: 16px 24px;
    text-align: center
}

.levelup-bottom-caxino .spin-button {
    animation: btn-blink 1s step-end 0s infinite;
    font-size: 20px;
    height: 42px;
    transition: opacity 1s linear;
    width: 100%
}

.levelup-bottom-caxino .spin-button.disabled {
    animation: none
}

#bottommenu {
    align-items: center;
    background: #ff0f63;
    bottom: 0;
    color: #fff;
    display: none;
    height: 60px;
    justify-content: space-between;
    position: fixed;
    text-align: center;
    transform: translateY(0);
    transition: transform .25s ease;
    width: 100%;
    z-index: 20
}

#bottommenu .menu-clock {
    bottom: 0;
    font-size: 12px;
    font-weight: 200;
    left: 25px;
    position: absolute;
    transform: translate(-50%);
    z-index: 9
}

#bottommenu button[name=close] {
    background: url(https://assets.rootz.com/caxino.com/arrow-button-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    right: 20px !important;
    top: 18px !important
}

#bottommenu:not(.logged-in) #bottom-right {
    overflow: hidden;
    padding-right: 10px;
    text-align: right
}

#bottommenu:not(.logged-in) #bottom-right button {
    margin-top: 2px;
    padding: 8px
}

#bottommenu:not(.logged-in) #bottom-left {
    padding-left: 52px;
    width: 74px
}

#bottommenu.hide {
    transform: translateY(250%)
}

#bottommenu>* {
    flex: 1 auto
}

#bottommenu #bottom-right {
    flex-shrink: 0
}

#bottommenu .power-meter {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: scale(.7);
    width: 80px
}

#bottommenu #menu-btn-bottom {
    cursor: pointer;
    height: 18px;
    left: 16px;
    position: absolute;
    top: .8em;
    z-index: 10
}

#bottommenu .bottom-user {
    color: #fff;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 12px;
    line-height: 14px;
    padding-right: 18px;
    text-align: center;
    vertical-align: middle
}

#bottommenu .wallet-bm {
    color: #fff
}

@media(min-width:550px) {
    #bottommenu #uname-bottom {
        font-weight: 600;
        max-width: 20ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media(max-width:549px) {
    #bottommenu #uname-bottom {
        font-weight: 600;
        max-width: 15ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

#bottommenu .bm-notification {
    height: 74px;
    left: 0;
    position: absolute;
    top: 0;
    width: 74px
}

#bottommenu .bm-notification img {
    border-radius: 50%;
    height: 74px;
    width: 74px
}

.nl #bottommenu.logged-in .menu-clock {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 25%;
    padding-top: 0;
    top: 0;
    transform: translate(-100%)
}

.nl #bottommenu.logged-in .menu-clock>div {
    line-height: 12px
}

.nl #bottommenu.logged-in #menu-btn-bottom {
    top: auto
}

@media only screen and (orientation:landscape)and (max-height:500px),
only screen and (orientation:landscape)and (max-width:800px) {
    body.playing body.swipeUp #bottommenu {
        bottom: 40px
    }

    body.playing #bottommenu {
        z-index: 20
    }

    body.playing #bottommenu.logged-in {
        display: flex
    }

    body.playing #bottommenu.logged-in #hide-btn-bottom {
        display: block !important
    }

    body.playing #bottommenu.hide:not(.logged-in),
    body:not(.playing) #bottommenu.hide {
        top: unset !important;
        transform: translateY(0)
    }

    body:not(.playing) #floatable-logo {
        transform: translateY(-999%) !important
    }
}

@media screen and (orientation:portrait) {
    #bottom-left #bottom-notification {
        margin-left: 34px;
        padding: 0
    }

    #bottom-left #bottom-notification .spinback-cont .spinback-winmessage {
        font-size: 11px;
        line-height: 12px;
        padding-left: 28px;
        padding-top: 0;
        width: 52%
    }

    #bottom-right {
        padding-right: 10px;
        text-align: right
    }

    #deposit-btn-bottom {
        font-size: 12px;
        padding: 5px 7px
    }

    #bottommenu-panic {
        font-size: 12px;
        padding: 0 7px
    }
}

#bottommenu-panic {
    background-color: transparent;
    border-radius: 0;
    bottom: 20px;
    left: 80px;
    margin-right: 5px;
    padding: 0 7px;
    position: absolute;
    width: 55px
}

#bottommenu-panic svg {
    vertical-align: middle
}

#panic-tooltip {
    background: #ff5652;
    border-radius: 1em;
    bottom: 60px;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 10px;
    font-weight: 900;
    left: 30px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 25px 7px 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .1s ease-in-out;
    width: 120px
}

#panic-tooltip :after {
    border: 5px solid transparent;
    border-top-color: #ff5652;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%
}

#panic-tooltip button[name=close-tooltip] {
    background: url(https://assets.rootz.com/caxino.com/close-button-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 8px
}

.lock-position {
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0
}

.mudal,
.mudal-shade {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: 0;
    max-width: 400px;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear
}

.mudal-shade {
    -webkit-overflow-scrolling: auto;
    background: #261589;
    height: 200%;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: fixed;
    top: -50%
}

.mudal-container {
    display: table;
    height: 100%;
    margin: 0 0 0 182px;
    padding: 0;
    width: 100%
}

.mudal-content {
    background: #fff;
    min-height: 100%;
    overflow-x: hidden;
    position: absolute;
    width: 100%
}

.mudal-content img {
    max-width: 100%
}

.mudal-dialog {
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    color: #000;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: all .2s linear;
    z-index: 1
}

.mudal-dialog>div {
    padding: 32px
}

.mudal-dialog header {
    background: #d21754;
    min-height: 72px;
    padding: 0 68px 0 32px
}

.mudal-dialog header h1 {
    line-height: 40px;
    padding: 16px 0
}

.mudal-dialog a {
    color: inherit;
    text-decoration: underline
}

.mudal-dialog a:hover,
.mudal-dialog h1,
.mudal-dialog h2,
.mudal-dialog h3 {
    color: #000
}

.mudal-dialog h1,
.mudal-dialog h2 {
    margin: 0;
    text-transform: uppercase
}

.mudal-dialog h1 {
    font-size: 40px
}

.mudal-dialog h2 {
    font-size: 24px
}

.mudal-dialog h3 {
    font-size: 16px;
    margin: 4px auto;
    text-transform: none
}

.mudal-dialog p {
    margin: 0 auto 24px
}

.mudal-dialog input {
    border: 1px solid gray;
    color: #000;
    margin: 4px auto 16px;
    width: 100%
}

.mudal-dialog button {
    background: #292929;
    border-radius: 50px;
    color: #fff;
    margin: 24px 0 16px;
    width: 100%
}

.mudal-dialog.green header {
    background: green
}

.mudal-dialog.green header h1 {
    color: #fff
}

.mudal-dialog.green>div button,
.mudal-dialog.green>div button:focus,
.mudal-dialog.green>div button:hover {
    background: green
}

button[name=close] {
    background: url(https://assets.rootz.com/caxino.com/close-button-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    cursor: pointer;
    height: 28px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 16px;
    width: 28px !important;
    z-index: 101
}

button[name=close]:hover {
    opacity: .8
}

.menu button[name=close] {
    top: 31px
}

.modal-inner {
    padding: 0 30px 30px
}

.modal-inner input,
.modal-inner select {
    box-sizing: border-box;
    display: block;
    margin: 6px 0 16px;
    width: 100%
}

.menu>.modal-inner {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0
}

.modal-header,
.modal-header-menu {
    background: #d21754;
    color: #fff;
    font-family: var(--font1);
    font-size: 19px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .6px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 100
}

.modal-header {
    margin: 0 0 30px;
    padding: 15px 66px 15px 30px
}

.modal-inner .modal-header {
    margin-left: -30px;
    margin-right: -30px
}

.modal-header-menu {
    margin: 0 0 30px;
    padding: 10px 30px;
    user-select: none
}

.modal-header-menu a {
    display: block;
    margin-right: 32px;
    padding: 5px 0
}

.modal-header-menu a.active,
.modal-header-menu a:hover {
    color: #ffe303
}

footer {
    background: #261589;
    padding-top: 60px;
    position: relative;
    width: 100%
}

footer p {
    font-size: 12px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 8px 32px 0;
    text-align: center
}

footer p,
footer p a {
    color: #6752d6
}

.language-selector-container {
    display: flex;
    justify-content: center;
    line-height: 58px;
    margin-bottom: 40px;
    top: 20px
}

.select-language {
    color: #6752d6
}

.language-menu {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    line-height: 42px;
    margin-left: 8px;
    overflow: hidden;
    padding: 0;
    text-align: center
}

.language-menu.minified {
    height: 56px;
    overflow: hidden
}

.language-menu.minified a,
.language-menu.minified a:hover {
    background: none
}

.language-menu a {
    background: rgba(0, 0, 0, .5);
    line-height: 0;
    padding: 6px 12px
}

.language-menu a:hover {
    background: rgba(255, 255, 255, .7)
}

.language-menu a:first-child {
    padding-top: 12px
}

.language-menu a:last-child {
    padding-bottom: 12px
}

.language-menu .flags {
    border: 2px solid #6752d6;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    width: 48px
}

.language-menu .flags:hover {
    transform: scale(1.05)
}

#footer-link-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
    width: 100%
}

#footer-link-container>a {
    display: none
}

#casinologo {
    margin-right: 90px;
    width: 130px
}

.footer-links {
    color: #fff;
    margin-top: 30px;
    padding: 10px 32px 0;
    width: 36%
}

.footer-links-header {
    color: #ff0;
    font-family: var(--font1);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.footer-links-list li {
    display: block;
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 26px
}

.footer-links-list li a:hover {
    color: #fff
}

.sim-footer-links-list li {
    display: block;
    font-family: var(--font2);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 26px
}

.sim-footer-links-list li a {
    line-height: 44px;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap
}

#footer-logos {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 50px auto;
    padding-left: 50px;
    text-align: center
}

#footer-logos img {
    height: 20%;
    padding-right: 20px;
    vertical-align: baseline;
    width: 80px
}

#footer-logos #caxinologo {
    padding-top: 6px;
    width: 100px
}

#footer-logos #rootzlogo {
    width: 180px
}

#footer-logos #wheelzlogo {
    padding-right: 14px
}

#footer-logos #spinzlogo {
    padding-right: 15px
}

#footer-logos #spinzlogo,
#footer-logos #tuplauslogo {
    padding-top: 2px;
    width: 100px
}

.cookie-disclaimer-wrap {
    bottom: 15px;
    box-sizing: border-box;
    max-width: 50%;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 101
}

.cookie-disclaimer {
    background: #f1f2f2;
    border: 1px solid #f1f2f2;
    border-radius: 14px;
    color: #ff0f63;
    display: none;
    font-size: 12px;
    padding: 12px 50px 12px 30px;
    position: relative
}

.cookie-disclaimer p {
    margin: 0
}

.cookie-disclaimer-button {
    background: none;
    border-radius: 0;
    height: 100%;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.cookie-disclaimer-button img {
    opacity: .5
}

.cookie-disclaimer-button:hover img {
    opacity: .7
}

.footer-logos {
    text-align: center
}

.footer-logos a img {
    height: 32px;
    padding: 16px
}

.footer-logos a img.ggl-logo {
    height: 68px;
    width: 150px
}

@media(max-height:500px), (max-width:800px) {
    .footer-links {
        margin: 0 0 20px;
        padding: 10px 32px 0
    }

    .cookie-disclaimer-wrap {
        bottom: 100px;
        left: 6.5%;
        max-width: 87%
    }

    footer p {
        text-align: justify
    }

    #footer-logos {
        flex-wrap: wrap;
        padding-left: 20px
    }

    #footer-logos img {
        padding-bottom: 20px
    }
}

.rg-disclaimer {
    margin-bottom: 60px
}

.rg-seo-divider {
    border-top: 2px solid #3f49d9;
    margin: 0 auto;
    max-width: 1000px
}

@media(max-width:1000px) {
    #casinologo {
        display: none
    }

    .footer-links {
        width: 50%
    }

    .rg-seo-divider {
        margin: 0 32px
    }
}

@media(max-width:520px) {
    #footer-link-container {
        display: inline-block
    }

    .footer-links {
        box-sizing: border-box;
        width: 100%
    }
}

.readMore-panelwrapper {
    color: #6752d6;
    min-height: 100px;
    position: relative;
    transition: height .66s ease-out
}

.readMore-panelwrapper .hide,
.readMore-panelwrapper .show {
    bottom: 1em;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1
}

.readMore-panelwrapper .hide {
    display: none
}

.readMore-panelwrapper .show:target {
    display: none !important
}

.readMore-panelwrapper .show:target~.hide {
    display: block
}

.readMore-panelwrapper .show:target~.readMore-panel {
    max-height: 100%
}

.readMore-panelwrapper .show:target~.fade {
    margin-top: 0
}

.readMore-panelwrapper .show:target~.panel-fade {
    z-index: -1
}

.readMore-panelwrapper .readMore-panel {
    margin: 2em auto;
    max-height: 250px;
    max-width: 1000px;
    min-height: 250px;
    overflow: hidden;
    padding: 8px 32px 0;
    position: relative;
    transition: max-height .1s ease
}

.readMore-panelwrapper .readMore-panel a {
    color: #fff
}

.readMore-panelwrapper .readMore-panel p {
    font-size: 18px;
    line-height: 1.2em;
    margin-left: 0;
    padding: 0;
    text-align: left
}

.readMore-panelwrapper .readMore-panel h1 {
    margin-top: 0;
    text-align: left
}

.readMore-panelwrapper .panel-fade {
    background: linear-gradient(180deg, rgba(38, 21, 137, 0) 0, #261589 75%);
    height: 230px;
    margin-top: -200px;
    position: relative
}

.readMoreSecondary-panelwrapper {
    color: #6752d6;
    min-height: 100px;
    position: relative;
    transition: height .66s ease-out
}

.readMoreSecondary-panelwrapper .hideSecondary,
.readMoreSecondary-panelwrapper .showSecondary {
    bottom: 1em;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1
}

.readMoreSecondary-panelwrapper .hideSecondary {
    display: none
}

.readMoreSecondary-panelwrapper .showSecondary:target {
    display: none !important
}

.readMoreSecondary-panelwrapper .showSecondary:target~.hideSecondary {
    display: block
}

.readMoreSecondary-panelwrapper .showSecondary:target~.readMoreSecondary-panel {
    max-height: 100%
}

.readMoreSecondary-panelwrapper .showSecondary:target~.fade {
    margin-top: 0
}

.readMoreSecondary-panelwrapper .showSecondary:target~.panel-fade {
    z-index: -1
}

.readMoreSecondary-panelwrapper .readMoreSecondary-panel {
    margin: 2em auto;
    max-height: 250px;
    max-width: 1000px;
    min-height: 250px;
    overflow: hidden;
    padding: 8px 32px 0;
    position: relative;
    transition: max-height .1s ease
}

.readMoreSecondary-panelwrapper .readMoreSecondary-panel a {
    color: #fff
}

.readMoreSecondary-panelwrapper .readMoreSecondary-panel p {
    font-size: 18px;
    line-height: 1.2em;
    margin-left: 0;
    padding: 0;
    text-align: left
}

.readMoreSecondary-panelwrapper .readMoreSecondary-panel h1 {
    margin-top: 0;
    text-align: left
}

.readMoreSecondary-panelwrapper .panel-fade {
    background: linear-gradient(180deg, rgba(38, 21, 137, 0) 0, #261589 75%);
    height: 230px;
    margin-top: -200px;
    position: relative
}

body.jurisdiction-DE * .removeDE {
    display: none
}

.dp-cont {
    display: inline-block;
    width: 50%
}

input::-webkit-datetime-edit {
    font-size: 16px
}

.warning-circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 189.47 173.33'%3E%3Ccircle cx='94.74' cy='86.66' r='48.32' transform='rotate(-9.22 94.682 86.648)' style='fill:%23fff'/%3E%3Cpath d='M94.78 120.49c-6.32 0-10.38-4-10.38-9.12s4.06-9.22 10.38-9.22 10.3 4.07 10.3 9.22-4.08 9.12-10.3 9.12Zm-9.66-67.65h19.24l-3.66 40H88.78Z' style='fill:%23e50052'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding: 3px 37px 0 0;
    text-align: center
}

.datepicker input,
.datepicker select {
    padding: 0 8px;
    width: 98%
}

.kyc .kyc-title {
    font-family: var(--font2);
    font-size: var(--font-size-base, 14px);
    font-weight: 600;
    padding-bottom: 20px
}

.kyc .kyc-avs-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.kyc .kyc-avs-wrapper .kyc-status-slot {
    display: flex;
    justify-content: space-between
}

.kyc .kyc-avs-wrapper .kyc-avs-col {
    flex: 2
}

.kyc .kyc-avs-wrapper .kyc-avs-col-status {
    flex: 1
}

.kyc .kyc-avs-wrapper .kyc-status-text {
    display: inline-block;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px
}

@media(max-width:375px) {
    .kyc .kyc-avs-wrapper .kyc-status-text {
        width: 70px
    }
}

.kyc .kyc-avs-wrapper .kyc-status-ball {
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    margin-bottom: -3px;
    margin-left: 12px;
    margin-top: 9px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-avs-wrapper .kyc-slot-status-header {
    display: inline-block;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
    text-transform: capitalize;
    word-break: break-all
}

.kyc .kyc-icon {
    width: 50px
}

.kyc .kyc-section-top {
    display: flex
}

.kyc .kyc-section-top .kyc-header-wrap {
    flex: 2 0 0
}

.kyc .kyc-section-top .kyc-header-wrap .kyc-item-status-ball {
    border-radius: 9px;
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-left: 10px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-section-top .kyc-drop-area {
    flex: 1 0 0
}

.kyc .kyc-section-status {
    margin-left: 20px;
    margin-top: 22px
}

.kyc .kyc-section-status .kyc-item-status-ball {
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 6px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-section-status .kyc-item-status-text {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize
}

.kyc .kyc-section-messages {
    padding-top: 24px
}

.kyc #bluem-ident {
    color: #3f49d9;
    text-decoration: underline
}

.kyc #kyc-payment-section-root .kyc-section-top {
    margin-bottom: 30px
}

.kyc #kyc-section-bankid {
    border: 2px solid #3f49d9;
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 16px
}

.kyc #kyc-section-bankid .kyc-section-info {
    margin-top: 10px;
    max-width: 320px;
    word-break: normal
}

@media(max-width:375px) {
    .kyc #kyc-section-bankid .kyc-section-info {
        max-width: 280px
    }
}

.kyc #kyc-section-bankid .sofort-container {
    margin-right: 16px
}

.kyc #kyc-section-bankid .sofort-banner {
    display: inline-block;
    width: 35%
}

.kyc #kyc-section-bankid #sofort-ident {
    border-radius: 50px;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: unset;
    transition: transform .1s ease-in-out
}

.kyc #kyc-section-bankid #euteller-container {
    display: inline-block;
    margin-top: 15px;
    width: 100%
}

.kyc #kyc-section-bankid #euteller-container label {
    width: 100%
}

.kyc #kyc-section-bankid #euteller-wrap {
    display: inline-block;
    width: 96%
}

.kyc #kyc-section-bankid #euteller-ident {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: right;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: unset;
    transition: transform .1s ease-in-out
}

.kyc #kyc-section-idnow {
    border: 2px solid #3f49d9;
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 16px
}

.kyc #kyc-section-idnow .kyc-section-info {
    margin-top: 10px;
    max-width: 320px;
    word-break: normal
}

@media(max-width:375px) {
    .kyc #kyc-section-idnow .kyc-section-info {
        max-width: 280px
    }
}

.kyc #kyc-section-idnow .idnow-container {
    margin-right: 16px;
    padding-bottom: 40px
}

.kyc #kyc-section-idnow #idnow-ident {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: right;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: unset;
    transition: transform .1s ease-in-out
}

.kyc .kyc-section-root {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 24px;
    padding-bottom: 16px
}

.kyc .kyc-section-root .kyc-sowq-button {
    padding: 8px 22px
}

.kyc .kyc-section-root .kyc-text-area {
    height: 80px;
    margin: 12px 12px 24px;
    width: 100%
}

.kyc .kyc-section-root .kyc-text-area-label {
    border-width: 1px;
    float: right;
    line-height: normal
}

.kyc #kyc-section-verified {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.kyc .kyc-item-status-ball {
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    margin-right: 6px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-item-status-color-1,
.kyc .kyc-item-status-color-2 {
    background-color: #ff5652
}

.kyc .kyc-item-status-color-3 {
    background-color: orange
}

.kyc .kyc-item-status-color-4 {
    background-color: green
}

.kyc .kyc-avs-status-color-1,
.kyc .kyc-item-status-color-5,
.kyc .kyc-item-status-color-6 {
    background-color: #ff5652
}

.kyc .kyc-avs-status-color-2 {
    background-color: orange
}

.kyc .kyc-avs-status-color-3 {
    background-color: green
}

.kyc .kyc-section-middle {
    display: flex;
    margin-bottom: 16px;
    margin-top: 24px
}

.kyc .kyc-section-middle .kyc-item-status-ball {
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    margin-left: 13px;
    margin-right: 6px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-section-middle .kyc-section-info {
    flex: 1;
    margin-left: 25px;
    max-width: 320px;
    width: 320px;
    word-break: normal
}

.kyc .kyc-section-middle .kyc-header {
    margin-left: 24px
}

.kyc .kyc-section-bottom {
    display: flex;
    margin-bottom: 16px;
    margin-top: 24px
}

.kyc .kyc-section-bottom .kyc-item-status-ball {
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    margin-left: 13px;
    margin-right: 6px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-section-bottom .kyc-section-info,
.kyc .kyc-section-bottom .kyc-section-rejected {
    flex: 1;
    margin-left: 25px;
    max-width: 320px;
    width: 320px;
    word-break: normal
}

.kyc .kyc-section-bottom .kyc-section-rejected {
    font-weight: 700
}

.kyc .kyc-payment-sub-root {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.kyc .kyc-payment-sub-root .kyc-header {
    flex: 2 0 0;
    font-family: var(--font2);
    font-size: 14px;
    margin-right: 14px;
    margin-top: 12px;
    max-width: 172px;
    word-break: break-all
}

.kyc .kyc-payment-sub-root .kyc-drop-area {
    flex: 1 0 0
}

.kyc .kyc-header {
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px
}

.kyc #kyc-uploaded-files {
    display: none;
    transition: opacity .5s
}

.kyc .kyc-uploaded-files-header {
    font-family: var(--font2);
    font-size: 19px;
    font-weight: 600;
    padding: 16px 0 10px
}

.kyc #kyc-uploaded-files-wrapper {
    transition: opacity .5s
}

.kyc .kyc-show-documents-button {
    cursor: pointer
}

.kyc .kyc-documents-showing {
    display: block !important;
    opacity: 0
}

.kyc .kyc-documents-show {
    display: block !important;
    opacity: 1
}

.kyc .kyc-message-area {
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px
}

.kyc .kyc-message-area #bluem-ident {
    color: #6f00ff;
    text-decoration: underline
}

.kyc .kyc-message-area #bluem-ident-status {
    background-color: green;
    border-radius: 8px;
    display: inline-block;
    height: 15px;
    margin-left: 4px;
    min-height: 15px;
    min-width: 15px;
    width: 15px
}

.kyc .kyc-message-area .kyc-success {
    color: green
}

.kyc .kyc-message-area .kyc-failure {
    color: red
}

.kyc .kyc-failure {
    margin-bottom: 16px
}

.kyc #kyc-user-status {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 20px
}

.kyc #kyc-user-status .kyc-user-status-header {
    font-size: 17px;
    font-weight: 700
}

.kyc #kyc-user-status #kyc-user-status-text {
    padding-left: 10px
}

.kyc .old-kyc-data {
    font-weight: 500;
    padding: 6px
}

.kyc .kyc-flex-break {
    flex-basis: 100%;
    height: 0
}

.kyc .kyc-highlight {
    background-color: #3f49d9
}

.kyc .kyc-document {
    font-size: 14px;
    font-weight: 600;
    padding: 2px
}

.kyc .kyc-drag-info {
    font-size: 17px;
    padding: 15px 0 0
}

.kyc form {
    margin: 0
}

.kyc form label {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: unset;
    transition: transform .1s ease-in-out;
    width: 86px
}

.kyc form .kyc-upload-spinner,
.kyc form .sow-upload-spinner {
    animation: spin .5s linear infinite;
    border: 5px solid #3f49d9;
    border-radius: 50%;
    border-top-color: #fff;
    height: 10px;
    margin: auto;
    width: 10px
}

.kyc .kyc-input {
    display: none
}

.kyc .kyc-progress-wrapper {
    position: relative
}

.kyc .kyc-progress-wrapper .kyc-progress-label {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 0
}

.kyc .kyc-progress-wrapper .kyc-progress-percent {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 0
}

.kyc .kyc-progress-wrapper .kyc-uploaded {
    margin-top: 60px
}

.kyc .kyc-progress-wrapper .kyc-upload-progress {
    background-color: #fff;
    border: 3px solid #3f49d9;
    border-radius: 8px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 100%
}

.kyc .kyc-progress-wrapper .kyc-upload-progress::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 8px
}

.kyc .kyc-progress-wrapper .kyc-upload-progress::-webkit-progress-value {
    background-color: #ffe303;
    border-radius: 8px
}

.kyc .kyc-progress-wrapper .kyc-upload-progress::-moz-progress-bar {
    background-color: #ffe303;
    border-radius: 8px
}

.kyc .sowq-form-wrapper form {
    margin-top: 20px
}

.kyc .sowq-form-wrapper form>label {
    padding-left: 0
}

.kyc .sowq-form-wrapper form>div {
    margin-bottom: 24px
}

.kyc .sowq-form-wrapper a {
    text-decoration: underline
}

.kyc .sowq-form-wrapper select {
    border: none;
    height: 42px;
    padding: 0 14px
}

.kyc .sowq-form-wrapper label {
    font-weight: 400;
    padding: 2px 30px 16px;
    text-align: left;
    width: auto
}

.kyc .sowq-form-wrapper .source-of-wealth {
    margin-bottom: 20px
}

.kyc .sowq-form-wrapper .back-to-kyc {
    display: inline-block;
    margin-top: 30px;
    text-align: center
}

.kyc .sowq-form-wrapper .radio-group-wrapper label:not(.tickbox) {
    font-weight: 700;
    padding-left: 0
}

.kyc .sowq-form-wrapper .sowq1-details {
    margin-top: 40px
}

.kyc .sowq-form-wrapper .sowq1-details .row {
    background: #f1f2f2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 14px
}

.kyc .sowq-form-wrapper .supporting-docs {
    margin-top: 40px
}

.kyc .sowq-form-wrapper .sow-drop-area .sow-file-input {
    display: none
}

.kyc .sowq-form-wrapper .sow-drop-area label {
    display: inline-block;
    max-width: 120px
}

.kyc .sowq-form-wrapper .sow-drop-area label div {
    margin-top: 12px
}

.kyc .sowq-form-wrapper .error {
    border: 1px solid red
}

.kyc .sowq-form-wrapper .checkbox-wrap.error,
.kyc .sowq-form-wrapper .radio-group-wrapper.error {
    margin-bottom: 8px;
    padding: 6px
}

.kyc .sowq-form-wrapper .sow-message-area {
    margin: 16px 0
}

.kyc .sowq-form-wrapper .sow-message-area .sow-success {
    color: green
}

.lock-icon {
    background: gray;
    border-radius: 3px;
    float: right;
    height: 15px;
    margin-right: -8px;
    position: relative;
    scale: .6;
    width: 20px
}

.lock-icon:before {
    border: 3px solid gray;
    border-radius: 25px 25px 0 0;
    content: "";
    display: block;
    height: 15px;
    left: 2.3px;
    position: absolute;
    top: -10px;
    width: 10px
}

.rg {
    font-size: 14px
}

.rg progress {
    background-color: #ccc;
    border-radius: 10px;
    height: 5px;
    width: 95%
}

.rg progress::-webkit-progress-bar {
    background-color: #ccc;
    border-radius: 10px
}

.rg progress::-webkit-progress-value {
    background-color: #412786;
    border-radius: 10px
}

.rg progress::-moz-progress-bar {
    background-color: #412786;
    border-radius: 10px
}

.rg .limit-progress-text-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.rg .limit-description {
    line-height: 1.2em;
    margin-bottom: 16px;
    margin-top: 8px;
    word-break: break-word
}

.rg .limit-progress-text {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.rg .admin-limit-description-text {
    color: #777;
    font-size: 12px
}

.rg #active-limits-wrapper {
    padding-bottom: 8px
}

.rg #active-limits-wrapper .active-limit {
    background: #f1f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    color: inherit;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-align: center
}

.rg #cooldown-limits-wrapper {
    padding-bottom: 8px;
    padding-top: 8px
}

.rg #cooldown-limits-wrapper .cooldown-limit {
    background: #f1f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    color: inherit;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-align: center
}

.rg #cooldown-limits .cooldown-limit-text-title {
    font-size: 17px;
    font-weight: 700;
    margin: 1em 0
}

.rg #cooldown-limits .cooldown-limit-text {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    margin: 1em 0
}

.rg #cooldown-limits .reject-limit-btn {
    margin-left: 8px
}

.rg .tsl-timespan-list {
    column-count: 2
}

.rg #ts-limit-form-end-time,
.rg #ts-limit-form-start-time {
    width: 80px
}

.rg .time-slot-list {
    column-count: 2
}

.rg .tickbox {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 2px 0 0 35px;
    position: relative
}

.rg .tickbox input {
    height: 1px;
    opacity: .01;
    position: absolute;
    width: 1px;
    z-index: -1
}

.rg .tickbox .tickbox__box {
    background: url(https://assets.rootz.com/caxino.com/form-icons.png) top;
    background-position: 0 -72px;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.rg .tickbox input:checked+.tickbox__box {
    background-position: 0 -48px !important
}

.rg .tickbox input:focus+.tickbox__box {
    background-position: 0 -144px
}

.external-limit-form .active-limit {
    background: #f1f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    color: inherit;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-align: center
}

.external-limit-form #livechat-btn {
    background-image: url(https://assets.rootz.com/caxino.com/icons/livechat.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 40px;
    margin-left: 10px;
    padding-top: 18px
}

.tx-overview-container {
    margin: 20px 0
}

.tx-overview-container p {
    margin: 10px 0
}

.limit-list,
.tx-list {
    display: table;
    line-height: var(--line-height-base, 1.5em);
    margin: 0;
    width: 100%
}

.limit-list ul,
.tx-list ul {
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    padding: 10px 0 0
}

.limit-list ul li,
.tx-list ul li {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.limit-list ul li>span.details,
.tx-list ul li>span.details {
    font-weight: 400;
    margin: 0 8px
}

.limit-list ul .inheritence-info,
.tx-list ul .inheritence-info {
    font-size: 12px
}

.limit-list .limit-title,
.tx-list .limit-title {
    margin: 0;
    padding: 0
}

.limit-list button,
.tx-list button {
    margin: 15px 0
}

.limit-list {
    padding-bottom: 10px
}

.tx-overview {
    font-weight: 700
}

.tx-overview>span {
    float: right
}

.tx-id,
.tx-overview>span {
    font-size: 14px;
    font-weight: 400
}

.tx-amount {
    font-size: 20px;
    font-weight: 700
}

.account-balance {
    border-bottom: 1px solid #eee;
    color: #261589;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.account-balance h5 {
    font-family: var(--font2);
    font-size: var(--font-size-base, 14px);
    margin: 15px 0 5px
}

.account-balance h2 {
    font-size: 48px;
    line-height: 50px;
    margin: 0
}

.account-balance .withdrawable {
    color: #3f49d9
}

.account-activity {
    border-bottom: 1px solid #eee;
    color: #261589;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.account-activity .two-columns {
    column-count: 2
}

.account-activity h5 {
    font-family: var(--font2);
    font-size: 15px;
    margin: 0
}

.account-activity h3 {
    text-decoration: underline
}

.account-activity h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0
}

.account-activity p {
    font-size: 15px
}

.account-activity .withdrawable {
    color: #3f49d9
}

.account-activity .session-length {
    text-transform: lowercase
}

.account-activity .previous-session-tenant {
    text-transform: uppercase
}

.account-bonus-code .bonus-code {
    display: inline-block;
    width: 60%
}

.account-bonus-code .submit {
    display: inline-block;
    margin-left: 20px
}

.collapsed {
    max-height: 760px
}

.account-bonuses,
.account-lugas-id,
.cashier-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.account-bonuses p,
.account-bonuses ul,
.cashier-section p,
.cashier-section ul {
    margin: 0
}

.account-bonuses .forfeit-button,
.cashier-section .forfeit-button {
    display: block;
    margin: 10px auto 0;
    padding-bottom: 5px;
    padding-top: 5px
}

.account-bonuses .forfeit-confirm,
.cashier-section .forfeit-confirm {
    background: rgba(255, 255, 255, .98);
    border-radius: 12px;
    bottom: 10px;
    display: none;
    left: 10px;
    padding: 40px 20px 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px
}

.account-bonuses .forfeit-confirm__title,
.account-bonuses .is-confirm-open .forfeit-confirm,
.cashier-section .forfeit-confirm__title,
.cashier-section .is-confirm-open .forfeit-confirm {
    display: block
}

.account-bonuses .forfeit-confirm__body,
.cashier-section .forfeit-confirm__body {
    display: block;
    margin-bottom: 1em
}

.account-bonuses .forfeit-confirm__amount,
.cashier-section .forfeit-confirm__amount {
    color: #3f49d9;
    font-family: var(--font2);
    font-size: 2em;
    font-weight: 700;
    margin: .3em
}

.account-bonuses .forfeit-confirm__amount-secondary,
.cashier-section .forfeit-confirm__amount-secondary {
    color: #ff0f63;
    font-family: var(--font2);
    font-size: 2em;
    font-weight: 700;
    margin: .3em
}

.account-bonuses .forfeit-confirm__button,
.account-bonuses .forfeit-confirm__cancel,
.cashier-section .forfeit-confirm__button,
.cashier-section .forfeit-confirm__cancel {
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 16px
}

.bonus-block-fullpage {
    display: none;
    height: 80%;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 100
}

.bonus-block,
.bonus-block-fullpage {
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center
}

.bonus-block {
    background: #f1f2f2;
    color: inherit;
    margin: 20px 0 0;
    padding: 15px 20px;
    position: relative
}

.bonus-block__status {
    color: #777;
    font-size: 14px
}

.bonus-block__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.bonus-block__amount {
    line-height: 20px
}

.bonus-block__wagering {
    color: #777;
    font-size: 14px;
    line-height: 20px
}

.bonus-block__wagering span {
    margin-left: 6px
}

.bonus-block__progress {
    display: flex;
    flex-flow: row;
    font-size: 14px
}

.bonus-block__progress-bar-wrap {
    background: #ccc;
    border-radius: 10px;
    flex: 1 0 auto;
    height: 5px;
    margin-top: 11px;
    overflow: hidden
}

.bonus-block__progress-bar {
    background: #412786;
    height: 5px;
    width: 21%
}

.bonus-block__progress-percent {
    padding-left: 10px
}

.bonus-block__timestamps {
    color: #777;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 5px
}

.bonus-block__timestamps span {
    display: block
}

.bonus-block__timestamps .bonus-block__initial {
    display: inline
}

.bonus-block__created {
    text-align: left
}

.bonus-block__expires {
    text-align: right
}

.change-pw-wrap {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.change-pw-wrap form {
    margin-bottom: 0
}

.change-pw-wrap button {
    display: block;
    margin: 0 auto
}

.change-pw-wrap .pw-change-success-text {
    display: none;
    text-align: center
}

.change-pw-wrap .pw-change-again,
.change-pw-wrap .pw-change-success .show-pw,
.change-pw-wrap .pw-change-success .submit-button,
.change-pw-wrap .pw-change-success input {
    display: none
}

.change-pw-wrap .pw-change-success .pw-change-again,
.change-pw-wrap .pw-change-success .pw-change-success-text {
    display: block
}

.change-pw-wrap .pin-code {
    display: inline-block;
    width: 50%
}

.change-pw-wrap .submit-button {
    height: 40px
}

.reality-check-wrap {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.reality-check-wrap .btn-purple-ghost,
.reality-check-wrap form {
    margin-bottom: 0
}

.reality-check-wrap .error-label {
    color: #ff5652
}

.germany-wrap {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.germany-wrap .error-label {
    color: #ff5652
}

.change-pw-wrap .btn-purple,
.reality-check-wrap .btn-purple {
    font-weight: 600;
    letter-spacing: 0
}

.account-consents .tickbox,
.update-mfa .tickbox {
    margin-bottom: 15px
}

.account-consents .change-success-text,
.update-mfa .change-success-text {
    visibility: hidden
}

.account-consents.change-success .change-success-text,
.update-mfa.change-success .change-success-text {
    visibility: visible
}

.account-consents,
.account-info-wrapper,
.accountclosure-form,
.update-mfa {
    border-bottom: 1px solid #eee
}

.account-info-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.account-info-wrapper label {
    margin: 10px 0 0
}

.account-info-wrapper p {
    margin: 0
}

.account-info-wrapper .employer-section-title {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px
}

.account-info-wrapper .e-row {
    display: flex;
    justify-content: space-between
}

.account-info-wrapper .e-row .e-flex {
    position: relative;
    width: 47.5%
}

.account-info-wrapper .e-checkbox {
    margin-bottom: 15px
}

.account-info-wrapper .error-label {
    color: #ff5652
}

#ontario-missing-user-info .reg-limit .validationbox {
    margin-top: -40px;
    top: auto
}

.miss-form-notice {
    color: #ff5652;
    font-size: 16px;
    margin: 15px 0;
    text-align: center
}

#limit-popup {
    padding-left: 30px;
    padding-right: 30px
}

#limit-popup .limit-container-list .container-title {
    text-align: center
}

#limit-popup .limit-container-list .limit-list {
    background: #f1f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    color: inherit;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-align: center
}

#limit-popup .limit-container-list .activates-at {
    color: #777;
    font-size: 14px;
    line-height: 20px
}

#power-left {
    margin: -42px auto -24px;
    transform: scale3d(.6, .6, 1)
}

.power,
.power-bottom,
.power-l {
    border-radius: 50%;
    height: 168px;
    width: 168px
}

.power {
    cursor: pointer;
    margin: 0 auto;
    transition: all .2s ease
}

.power,
.power p {
    position: relative
}

.power p {
    line-height: 168px;
    margin: 0
}

.power-bottom {
    background: #ce115e;
    position: absolute
}

.power-l {
    color: #ce115e;
    position: absolute
}

.power-circle-fix {
    background: radial-gradient(transparent 33px, #ff0f63 34px);
    border-radius: 20%;
    height: 70px;
    position: absolute;
    width: 70px
}

.power-circle-fix-desktop {
    background: radial-gradient(transparent 80px, #ff0f63 87px);
    height: 168px;
    position: absolute;
    width: 168px
}

.power-inner {
    border-radius: 50%;
    height: 146px;
    left: 11px;
    top: 11px;
    width: 146px
}

.power-inner,
.power-w {
    background: #ff0f63;
    position: absolute
}

.power-w {
    background: url(https://assets.rootz.com/caxino.com/w.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 28px;
    height: 105px;
    line-height: 105px;
    margin: 34px 32px;
    text-align: center;
    width: 105px
}

.power-bottom-container {
    border-radius: 50%;
    display: none;
    height: 70px;
    width: 70px
}

.power-bottom-container .power,
.power-bottom-container .power-bottom,
.power-bottom-container .power-l {
    height: 70px;
    width: 70px
}

.power-bottom-container .power {
    margin: 0 auto;
    position: relative;
    transition: all .2s ease
}

.power-bottom-container .power p {
    line-height: 70px;
    margin: 0;
    position: relative
}

.power-bottom-container .power-l {
    position: absolute
}

.power-bottom-container .power-inner {
    background: #ff0f63;
    border-radius: 50%;
    height: 58px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 58px
}

.power-bottom-container .power-w {
    background: #ff0f63;
    background: url(https://assets.rootz.com/caxino.com/w.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 42px;
    margin: 15px;
    position: absolute;
    width: 42px
}

.power-level {
    color: #ff0;
    display: none;
    font-family: var(--font1);
    font-style: italic;
    font-weight: 700;
    height: auto;
    left: 0;
    padding: 20px 14px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 54%;
    transform: translateY(-50%)
}

.power-level span {
    display: block;
    font-size: 28px
}

#power-l-level {
    font-size: 32px
}

#power-l-level span {
    font-size: 52px
}

#sm-notification {
    padding: 16px;
    position: relative;
    text-align: center;
    transform: scale(.9)
}

.sm-notification {
    position: absolute;
    top: 0;
    transition: transform .25s ease
}

.sm-notification h3 {
    color: #ffe303;
    font-family: var(--font1);
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    word-break: break-word
}

.sm-notification p {
    font-size: var(--font-size-base, 14px);
    margin: 0
}

.smn-img-cont {
    height: 156px;
    width: 156px
}

.smn-img-cont img {
    border-radius: 10px;
    cursor: pointer;
    height: 120px;
    left: 18px;
    position: absolute;
    top: 18px;
    width: 120px
}

.hide-notification {
    transform: translate3d(-150%, 0, 0)
}

.ray-rotator {
    animation: spinning 70s linear 0s infinite;
    height: 158px;
    position: absolute;
    transform: rotate(0);
    transition: opacity .5s linear;
    width: 158px;
    z-index: -1
}

.rays {
    background-image: url(https://assets.rootz.com/caxino.com/rays3.png);
    background-size: contain;
    height: 100%;
    transform: scale(1.2);
    width: 100%
}

@keyframes flash {
    0% {
        opacity: 0
    }

    25% {
        opacity: .5
    }

    50% {
        opacity: 0
    }
}

@keyframes bounce-up {
    0% {
        transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }

    50% {
        transform: translate3d(0, -32px, 0);
        -webkit-transform: translate3d(0, -32px, 0)
    }

    to {
        transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }
}

@keyframes ltr-in {
    0% {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0)
    }

    to {
        transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }
}

@keyframes ltr-out {
    0% {
        transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }

    to {
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0)
    }
}

#menul-w-logo {
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 18px;
    height: 2.4em;
    margin: 16px auto;
    width: 78%
}

#casinologo:hover,
#menul-w-logo:hover {
    filter: brightness(0) invert(1)
}

#menul-casino {
    display: block;
    margin: 0 auto 8px;
    width: 40%
}

#user-left {
    display: none;
    margin: 0 16px;
    text-align: center
}

#user-left>div {
    font-size: 17px;
    margin: 8px 0
}

#user-left button {
    width: 100%
}

#uname-left {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis
}

#sidemenu {
    background: #ff0f63;
    color: #fff;
    font-family: var(--font2);
    font-size: var(--font-size-base, 14px);
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 182px;
    z-index: 22
}

#left-links {
    font-family: var(--font1);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .6px;
    margin: 0 16px;
    text-align: center;
    text-transform: uppercase
}

#left-links button {
    margin: 7px 0;
    padding: 10px 0;
    width: 84%
}

#left-links .btn-login {
    margin-bottom: 16px
}

#left-links a {
    color: #fff;
    display: block;
    padding: 4px 0;
    position: relative
}

#left-links a:hover {
    color: #ffe303
}

#power-left,
#wallet-left {
    display: none
}

.wallet {
    font-weight: 600
}

#wallet-left {
    font-size: 27px;
    margin-top: -5px
}

#menul-hamburger {
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    height: 50px;
    left: 0;
    padding: 11px 21px 20px;
    position: absolute;
    top: 0;
    width: 60px
}

#menul-hamburger .cls-3 {
    stroke-width: 75px
}

#menul-hamburger:hover .cls-3 {
    stroke: #ffe303
}

.mudal-content.menu {
    background: #d21754
}

.menu-l {
    font-family: var(--font1);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: .6px;
    padding-top: 20px;
    text-transform: uppercase
}

.menu-l a {
    color: #fff;
    display: block;
    line-height: 30px;
    padding: 10px 0 10px 55px;
    position: relative
}

.menu-l a:hover {
    color: #ffe303
}

.menu-l a img {
    display: block;
    left: 0;
    position: absolute;
    top: 1px;
    width: 50px
}

#deposit-left {
    font-size: 16px;
    height: 50px;
    margin: 8px 0;
    padding: 10px 0;
    width: 86% !important
}

#sidemenu-bottom {
    background: #ff0f63;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.menu-clock {
    font-weight: 500;
    line-height: 20px;
    padding-top: 10px
}

#sidemenu-chat {
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    height: 50px;
    padding: 0 10px 10px 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}

#sidemenu-chat:hover .st1 {
    fill: #ffe303
}

body.jurisdiction-DE * #sidemenu-panic-container {
    background-color: #3f49d9;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 125px;
    margin-left: 18px;
    padding-top: 14px;
    position: absolute;
    text-align: center;
    top: -160px;
    width: 140px
}

body.jurisdiction-DE * #sidemenu-panic-container svg {
    fill: #fff;
    width: 40px
}

body.jurisdiction-DE * #sidemenu-panic-container #sidemenu-panic {
    background-color: #fff;
    color: #ff0f63;
    cursor: pointer;
    font-size: 14px
}

body.jurisdiction-DE * #sidemenu-panic-container p {
    margin-bottom: 6px;
    margin-top: 4px
}

.uname-vip-overflow {
    margin-left: 2px
}

.uname-vip-no-overflow {
    margin-left: 8px
}

#uname-vip {
    background: url(https://assets.rootz.com/caxino.com/vip_small.svg) no-repeat 50%;
    background-size: contain;
    cursor: pointer;
    display: none;
    height: 16px;
    margin-top: -8px;
    vertical-align: middle;
    width: 16px
}

#level-left-cont {
    color: #ffe303;
    font-weight: 900;
    margin-top: 0 !important;
    text-transform: uppercase
}

@media(min-width:800px)and (max-height:800px) {
    .jurisdiction-DE #sm-notification {
        display: none !important
    }
}

.mudal-content.register {
    max-width: 400px
}

.regform {
    display: none
}

.quick-reg,
.regform {
    flex-direction: column;
    height: 100vh
}

.quick-reg .modal-header,
.regform .modal-header {
    word-break: break-all
}

.quick-reg a,
.regform a {
    text-decoration: underline
}

.quick-reg .checkboxes .innerBoxes,
.regform .checkboxes .innerBoxes {
    margin-left: 25px
}

.quick-reg .checkboxes .innerBoxes .form-group .tickbox,
.regform .checkboxes .innerBoxes .form-group .tickbox {
    font-size: 14px;
    line-height: 14px;
    padding-top: 0
}

.quick-reg .checkboxes .innerBoxes .form-group .tickbox .tickbox__box,
.regform .checkboxes .innerBoxes .form-group .tickbox .tickbox__box {
    transform: scale(.7)
}

.quick-reg .checkboxes .innerBoxes .form-group .tickbox span:nth-child(3),
.regform .checkboxes .innerBoxes .form-group .tickbox span:nth-child(3) {
    padding-top: 10px;
    position: relative;
    top: 3px
}

.quick-reg .checkboxes .form-group,
.regform .checkboxes .form-group {
    margin-top: 5px
}

.quick-reg .checkboxes label,
.regform .checkboxes label {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding-top: 0
}

.quick-reg .checkboxes .topLevelCheckBox,
.regform .checkboxes .topLevelCheckBox {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.quick-reg .input-container,
.regform .input-container {
    position: relative;
    width: 100%
}

.quick-reg .input-container .cashier-currency,
.regform .input-container .cashier-currency {
    line-height: 42px;
    position: absolute;
    right: 16px;
    top: 0
}

.quickreg .modal-inner div.modal-inner,
.regform.modal-inner>div.modal-header {
    font-size: 21px;
    padding-left: 115px
}

.regform-logo {
    left: 20px;
    position: absolute;
    top: 21px;
    width: 80px
}

.regform-header-text {
    font-weight: 500
}

.regform-header-text .regform-header__progress1,
.regform-header-text .regform-header__progress2 {
    margin-left: 5px
}

.regform-header-text .regform-header__progress2 {
    display: none
}

.regform-header-text i {
    font-family: var(--font3);
    font-style: normal
}

.reg-label {
    color: rgba(38, 21, 137, .54);
    display: block;
    font-size: 14px;
    padding: 2px 14px 4px
}

.reg-labeled .validationbox {
    top: 21px
}

.reg-2-active .regform-header-text .regform-header__progress1 {
    display: none
}

.reg-2-active .regform-header-text .regform-header__progress2 {
    display: inline
}

.reg-password-wrap {
    position: relative
}

.reg-monthlylimit .reg-monthlylimit-label {
    padding-top: 12px
}

.reg-monthlylimit #reg-monthlylimit-input,
.reg-monthlylimit #reg-monthlylimit-notice {
    margin: 0 0 3px !important
}

#show-pw,
.show-pw {
    background: none;
    border-radius: 0;
    height: 42px;
    padding: 10px 14px 10px 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

#show-pw span,
.show-pw span {
    display: block;
    height: 14px;
    overflow: hidden
}

#show-pw.is-showing-pw img,
.show-pw.is-showing-pw img {
    position: relative;
    top: -14px
}

.reg-single-wrap {
    position: relative
}

.reg-phone-whole-wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between
}

.reg-phone-wrap {
    position: relative
}

.cm-phone-whole-wrap {
    display: flex;
    flex-flow: row
}

.cm-phone-wrap {
    position: relative;
    width: 80%
}

.cm-prefix-div {
    border: 1px solid #b1b2b2;
    border-radius: 10px;
    color: #ababab;
    height: 28px;
    margin-right: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 11px;
    text-align: center !important;
    width: 50px !important
}

.reg-row {
    display: flex;
    justify-content: space-between
}

.reg-row .reg-flex {
    position: relative;
    text-align: start;
    width: 47.5%
}

.reg-gender {
    margin: 0 0 20px
}

.reg-gender label:first-child {
    display: block
}

.reg-gender label {
    display: inline-block;
    margin-right: 30px
}

.reg-gender .tickbox {
    margin-right: 20px
}

.reg-form-notice {
    color: #ff5652;
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center
}

#reg-notice2 {
    margin: 16px 0 10px
}

.reg-visible {
    display: flex
}

.reg-submit {
    font-size: 20px;
    margin-top: 10px;
    padding: 14px;
    width: 100%
}

#reg-2 {
    display: none
}

.reg-dob-block {
    display: inline-block;
    margin-right: 2.5%;
    position: relative
}

#regdob-d,
#regdob-m {
    width: 80px
}

#regdob-y {
    width: 90px
}

.form-group {
    margin-top: 20px
}

#reg-limit-menu {
    border-top: 1px solid #eee;
    padding-top: 15px
}

.reg-limit-explanation {
    font-size: 14px
}

.reg-monthlylimit-explanation {
    font-size: 12px
}

.pep-explanation,
.playresponsibly-desc {
    font-size: 14px;
    padding-bottom: 15px
}

.verification-code-explanation {
    border-top: 1px solid #eee;
    font-size: 14px;
    padding-top: 15px
}

.verification-code-row {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 15px
}

.verification-code-row .sms-icon {
    height: 42px;
    margin-right: 10px;
    width: 40px
}

.verification-code-row .input {
    margin-bottom: 0 !important
}

#reg-resend-verification-code,
#verify-resend-verification-code {
    margin-left: auto
}

.reg-link-button {
    color: #ff0f63;
    display: block;
    font-family: var(--font3);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center
}

#reg-resend-verification-code-success,
#verify-resend-verification-code-success {
    display: none;
    font-size: 14px;
    margin-left: auto;
    text-align: center
}

#regform-back-to-1 {
    margin: 20px auto 0
}

.rg-footer {
    align-items: center;
    background: #f0f2f1;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin: 25px -40px -54px;
    padding: 10px;
    position: fixed;
    z-index: 3
}

#rg-footer-login-section {
    bottom: 1rem;
    max-width: 390px;
    padding-bottom: 50px
}

#rg-footer-reg-section {
    bottom: 1rem;
    max-width: 380px;
    padding-bottom: 50px
}

.rg-footer-account-page {
    bottom: 3rem;
    margin-left: -30px;
    margin-right: -30px;
    max-width: 380px
}

@media(max-height:500px), (max-width:800px) {
    .reg-visible {
        display: flex;
        padding: 0 20px 20px
    }

    .rg-footer {
        margin-right: -30px;
        width: 95%
    }

    #rg-footer-reg-section,
    .rg-footer-account-page {
        margin-left: -30px;
        margin-right: -30px
    }

    #rg-footer-login-section {
        width: 98%
    }

    .regform-brand-account-disclaimer {
        padding-bottom: 100px
    }
}

.input.valid {
    padding-right: 30px
}

@media(max-width:330px) {
    .reg-phone-whole-wrap {
        display: block
    }

    .reg-p-prefix-wrap {
        width: 100%
    }

    .reg-phone-wrap {
        position: relative;
        width: 100%
    }
}

.fieldlabel {
    bottom: 60px;
    font-size: 14px;
    left: 6px;
    position: absolute
}

.select-label {
    bottom: 40px
}

#appendedRow {
    padding-top: 10px
}

.ontario-rg-info a {
    text-decoration: underline
}

.menu-bottom {
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: auto;
    padding: 10px;
    text-align: center;
    width: 100%
}

.brand-logged-in {
    bottom: 0 !important
}

.brand-ont {
    bottom: 60px !important
}

.brand-ont-reg {
    bottom: 90px !important
}

.rg-footer-space {
    min-height: 60px
}

.regform-brand-account-disclaimer {
    border-radius: 20px 20px 0 0;
    bottom: 40px;
    box-sizing: border-box;
    padding: 10px 5px;
    position: absolute;
    width: 80%
}

.regform-brand-account-disclaimer h3 {
    font-size: 15px
}

.regform-brand-account-disclaimer span {
    color: #000;
    display: block;
    font-size: 10px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 4px;
    text-align: left
}

.regform-brand-account-disclaimer .hidden {
    display: none
}

.regform-brand-account-disclaimer .arrow-button {
    width: 18px
}

.regform-brand-account-disclaimer .arrow-button.rotate-180 {
    transform: rotate(180deg)
}

.regform-brand-account-disclaimer .brand-icon-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin-top: 0;
    padding-left: 8px
}

.regform-brand-account-disclaimer .brand-icon-container .icon-link {
    flex: 1 1 0;
    width: 100px
}

.regform-brand-account-disclaimer .brand-account-title-container {
    align-items: center;
    display: flex;
    gap: 15px;
    height: 30px;
    justify-content: center
}

.regform-brand-account-disclaimer.dark-background {
    background: #a41242
}

.regform-brand-account-disclaimer.color-white {
    color: #fff
}

.regform-brand-account-disclaimer.color-white span {
    color: #fff;
    font-size: 14px
}

.timeout-form {
    margin-bottom: 3rem
}

button,
input,
select,
textarea {
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit
}

button,
input {
    border: 0;
    color: #3f49d9;
    outline: none;
    padding: 8px
}

textarea {
    border: 1px solid #ff0f63;
    color: #261589;
    max-width: 100%;
    outline: none;
    width: 100%
}

textarea.expanded {
    background: #f1f2f2;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    color: #261589;
    font-size: 14px;
    height: 150px;
    line-height: normal;
    margin: 0 0 20px !important;
    padding: 10px 14px;
    resize: none
}

textarea.expanded:focus {
    background: #fff;
    border: 1px solid #261589;
    box-shadow: inset 0 0 1px #261589
}

textarea.expanded::placeholder {
    color: #261589
}

textarea.expanded.error {
    border-color: #ff5652
}

input {
    -webkit-appearance: none;
    border: 1px solid #bcbec0
}

.input {
    line-height: normal
}

input:focus,
select:focus {
    border: 1px solid #261589
}

.input,
.select {
    background: #f1f2f2;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    color: #261589;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: 0 0 20px !important;
    padding: 0 13px
}

.input:focus,
.select:focus {
    background: #fff;
    border: 1px solid #261589;
    box-shadow: inset 0 0 1px #261589
}

.input::placeholder,
.select::placeholder {
    color: #261589;
    opacity: .54
}

.input.error,
.select.error {
    border-color: #ff5652
}

.select-wrap {
    background: #f1f2f2;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative
}

.select-wrap select {
    background: none;
    margin: 0 !important;
    padding-right: 30px;
    position: relative;
    z-index: 2
}

.select-wrap:after {
    border: 5px solid transparent;
    border-top: 6px solid #261589;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 3
}

.select-wrap.inline-block {
    display: inline-block
}

form label {
    color: #261589;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px
}

.error-text {
    color: #ff5652;
    font-size: 16px;
    text-align: center
}

.arrow-down {
    background: url(https://assets.rootz.com/caxino.com/arrow-down.svg) no-repeat top;
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #bcbec0;
    max-width: 100%;
    outline: none;
    padding: 0 8px;
    width: 100%
}

.tickbox,
select {
    font-size: 14px;
    margin: 0
}

.tickbox {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    padding: 2px 0 0 35px;
    position: relative
}

.tickbox input {
    height: 1px;
    opacity: .01;
    position: absolute;
    width: 1px;
    z-index: -1
}

.tickbox .tickbox__box {
    background: url(https://assets.rootz.com/caxino.com/form-icons.png) top;
    background-position: 0 -72px;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.tickbox input:checked+.tickbox__box {
    background-position: 0 -48px !important
}

.tickbox input:focus+.tickbox__box {
    background-position: 0 -144px
}

.radiocontainer {
    cursor: pointer;
    display: block;
    margin-bottom: 16px;
    padding-left: 26px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radiocontainer input {
    display: none;
    opacity: 0;
    position: absolute
}

.checkmark {
    background-color: #f1f2f2;
    border-radius: 50%;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.radiocontainer:hover input~.checkmark {
    background-color: #bcbec0
}

.radiocontainer input:checked~.checkmark {
    background-color: #3f49d9
}

.radiocheckmark:after {
    content: "";
    display: none;
    position: absolute
}

.radiocontainer input:checked~.checkmark:after {
    display: block
}

.radiocontainer .checkmark:after {
    background: #fff;
    border-radius: 50%;
    height: 8px;
    left: 9px;
    top: 9px;
    width: 8px
}

.btn-small {
    font-size: 14px;
    line-height: normal;
    margin: 0 !important;
    padding: 2px 7px
}

.btn-small,
.btn-small :hover {
    border-width: 1px !important
}

.checkboxes .innerBoxes {
    margin-left: 25px
}

.checkboxes .innerBoxes .form-group .tickbox {
    font-size: 14px;
    line-height: 14px;
    padding-top: 0
}

.checkboxes .innerBoxes .form-group .tickbox .tickbox__box {
    transform: scale(.7)
}

.checkboxes .innerBoxes .form-group .tickbox span:nth-child(3) {
    padding-top: 10px;
    position: relative;
    top: 3px
}

.checkboxes .form-group {
    margin-top: 5px
}

.checkboxes label {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding-top: 0
}

.checkboxes .topLevelCheckBox {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.login button {
    width: 100%
}

.login .forgot-pw-link {
    display: block;
    font-size: 16px;
    margin: 30px 0;
    text-align: center
}

.login .forgot-pw-link:hover {
    color: #3f49d9
}

.forgot-password p {
    font-size: 16px;
    margin: 0 0 20px
}

.fpw-success-section {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-align: center
}

.fpw-success-section img {
    margin-bottom: 20px;
    width: 115px
}

.fpw-success-section button {
    margin: 30px auto;
    max-width: 280px
}

.fit-to-play-label {
    margin-bottom: 15px
}

.cashier .modal-header span {
    display: none
}

.cashier .modal-header .active {
    display: block
}

.cashier-extra-text {
    font-size: 14px;
    padding-top: 20px;
    text-align: center
}

.cashier-extra-text-warning {
    color: #ff5652;
    display: table;
    font-size: 14px;
    padding-bottom: 20px
}

.cashier-extra-text-warning img {
    display: inline-block;
    vertical-align: top;
    width: 60px
}

.cashier-extra-text-warning p {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    width: 260px
}

.cashier-extra-text-warning .tickbox input {
    left: 0;
    top: 0;
    width: 1px
}

.cashier-hint {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -16px
}

.withdrawal .hide-basic-cc .basic-cc {
    display: none
}

.cashier-section .submit,
.limit-form .submit {
    display: block;
    width: 100%
}

.cashier-section .input-container,
.limit-form .input-container {
    position: relative;
    width: 100%
}

.cashier-section .input-container span,
.limit-form .input-container span {
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    position: absolute;
    right: 16px;
    top: 0
}

.cashier-section input,
.limit-form input {
    width: 100%
}

.cashier-section iframe,
.limit-form iframe {
    position: static
}

.cashier-section .all-cc-wrap,
.limit-form .all-cc-wrap {
    display: block;
    width: 100%
}

.cashier-section .cvv-wrap,
.limit-form .cvv-wrap {
    display: none
}

.cashier-section .hide-basic-cc,
.limit-form .hide-basic-cc {
    display: flex;
    flex-flow: row wrap
}

.cashier-section .hide-basic-cc .account-select-wrap,
.limit-form .hide-basic-cc .account-select-wrap {
    width: 70%
}

.cashier-section .hide-basic-cc .basic-cc .hosted-field-container,
.cashier-section .hide-basic-cc .expires-label,
.cashier-section .hide-basic-cc input.basic-cc,
.cashier-section .hide-basic-cc label.basic-cc,
.limit-form .hide-basic-cc .basic-cc .hosted-field-container,
.limit-form .hide-basic-cc .expires-label,
.limit-form .hide-basic-cc input.basic-cc,
.limit-form .hide-basic-cc label.basic-cc {
    display: none
}

.cashier-section .hide-basic-cc .basic-cc #hosted-field-container-cvv,
.limit-form .hide-basic-cc .basic-cc #hosted-field-container-cvv {
    display: flex
}

.cashier-section .hide-basic-cc .all-cc-wrap,
.limit-form .hide-basic-cc .all-cc-wrap {
    box-sizing: border-box;
    padding: 22px 0 0 20px;
    width: 30%
}

.cashier-section .hide-basic-cc .cvv-wrap,
.limit-form .hide-basic-cc .cvv-wrap {
    display: block
}

#withdraw-active-bonuses {
    color: #777;
    cursor: pointer;
    display: none;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 20px;
    text-align: center
}

#withdraw-active-bonuses em {
    color: #ff0f63;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline
}

.cashier-iframe-section {
    background: #f1f2f2;
    height: 100vh;
    margin-top: -30px;
    padding: 10px 10px 30px
}

.cashier-iframe-section .button-iframe-back {
    background: none;
    display: none;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative
}

.cashier-iframe-section .button-iframe-back:before {
    border: 4px solid transparent;
    border-right: 6px solid #3f49d9;
    content: "";
    left: 3px;
    margin-top: -5px;
    position: absolute;
    top: 50%
}

.cashier-iframe-section .cashier-iframe-wrap {
    background: #fff;
    height: 90vh;
    max-height: -webkit-fill-available
}

.basic-cc {
    display: flex;
    flex-flow: row wrap
}

.expires-label {
    width: 100%
}

.hosted-field-container {
    margin: 0 0 20px
}

.hosted-field-container iframe {
    height: 42px;
    margin: 0;
    width: 100%
}

#hosted-field-container-creditcard {
    width: 100%
}

#hosted-field-container-date-expire {
    box-sizing: border-box;
    padding-right: 20px;
    width: 68%
}

#hosted-field-container-cvv {
    width: 32%
}

.hide-basic-cc #hosted-field-container-cvv {
    width: 100%
}

.amount-input {
    padding-right: 55px
}

.cashier-summary>div {
    border-bottom: 1px solid #3f49d9;
    color: #ff0f63;
    padding: 8px 0
}

.cashier-summary>div div {
    display: inline-block
}

.cashier-summary .total {
    border-bottom: 2px solid #3f49d9;
    font-weight: 700
}

.cashier-summary .right {
    display: inline-block;
    float: right
}

.cashier-suggestions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px
}

.cashier-suggestions button {
    background: #f1f2f2;
    border: 4px solid #f1f2f2;
    flex: 1;
    margin: 0 16px 20px
}

.cashier-suggestions button:focus,
.cashier-suggestions button:hover {
    background: #f1f2f2;
    border-color: #f1f2f2;
    color: #3f49d9
}

.cashier-suggestions button.active {
    background: #3f49d9;
    border: 4px solid #3f49d9;
    color: #ffe303
}

.deposit-bonus-inner {
    margin-bottom: 20px;
    position: relative
}

.deposit-bonus-inner .disabled-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.deposit-bonus-inner p {
    margin: 0 0 10px
}

.deposit-bonus-inner a {
    bottom: 0;
    color: #ff0f63;
    font-size: 12px;
    line-height: 22px;
    right: 0;
    text-decoration: underline;
    text-transform: none;
    width: auto
}

.deposit-bonus {
    margin: 0 0 16px;
    position: relative;
    width: 100%
}

.deposit-bonus h2 {
    margin: 0 0 10px
}

.deposit-bonus .gbp-bonus-disclaimer {
    color: #595959;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 5px;
    width: 436px
}

.deposit-bonus img {
    float: left;
    width: 75px
}

.deposit-bonus .radio-div {
    user-select: none
}

.deposit-bonus .tickbox {
    margin-bottom: 8px;
    margin-right: 20px;
    padding-left: 32px
}

.ongoing-tx {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.ongoing-tx h2 {
    margin: 0 0 10px
}

.ongoing-tx__list {
    margin: 0 0 20px;
    margin-bottom: 12px !important
}

.ongoing-tx__list li {
    margin-top: 20px
}

.ongoing-tx__list button {
    float: right;
    margin-top: 5px
}

.ongoing-tx__amount {
    display: block;
    font-family: var(--font2);
    font-size: 21px;
    font-weight: 700;
    line-height: 30px
}

.ongoing-tx__time {
    color: #bcbec0;
    display: block;
    font-size: 14px;
    line-height: 20px
}

.deposit-trust {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 20px
}

.deposit-trust img {
    height: 36px
}

.cashier-section__error,
.cashier-section__pending,
.cashier-section__success {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-align: center
}

.cashier-section__error p,
.cashier-section__pending p,
.cashier-section__success p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 16px
}

.cashier-section__error img,
.cashier-section__pending img,
.cashier-section__success img {
    margin-bottom: 20px;
    width: 115px
}

.cashier-section__error button,
.cashier-section__pending button,
.cashier-section__success button {
    display: inline-block;
    margin: 30px 2px;
    max-width: 48%
}

.cashier-section__error button {
    margin: 30px auto;
    max-width: 280px
}

.bonus-remainder-text,
.cashier-error-text {
    padding-bottom: 16px
}

.mudal-content.rewards {
    background: #fff
}

.rewards-bottom {
    clear: both
}

.item-container {
    background: #ff0f63;
    border-radius: 32px;
    box-shadow: 0 2px 8px -2px;
    margin: 0 auto 16px;
    max-width: 240px;
    min-height: 120px;
    padding: 10px;
    text-align: center
}

.item-element-inner {
    background: #ff0f63;
    border-radius: 20px;
    padding: 20px;
    word-break: break-word
}

.item-element-inner h2 {
    margin: 12px 0
}

.item-element-inner button+button {
    margin-top: 10px
}

.item-element-inner img {
    border-radius: 10px;
    max-width: 60%
}

.item-element {
    background: #ffe303;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 4px;
    position: relative
}

.item-element button {
    padding: 12px 30px
}

.item-element h1 {
    font-size: 24px;
    margin: 15px 0 0
}

.item-element h3 {
    font-family: var(--font1);
    font-size: 1.4em;
    font-weight: 900;
    letter-spacing: .6px;
    margin-top: 8px;
    text-transform: uppercase
}

.item-element p {
    margin: 10px 0
}

.item-element a {
    text-decoration: underline
}

.item-element a.read-more {
    color: #444;
    display: block;
    font-size: 14px;
    margin: 8px 0;
    text-decoration: underline
}

.item-element .shipping-info {
    font-size: 12px;
    margin: 8px 0 16px
}

.item-element .shipping-address {
    font-weight: 700
}

.item-locked a,
.item-locked h1,
.item-locked h3 {
    opacity: .5
}

.item-locked .btn-cyan {
    background: none;
    border: 3px solid #ffe303;
    color: #ffe303
}

.item-locked .btn-cyan:hover:enabled {
    background: #ffe303;
    color: #ff0f63
}

.item-locked .inventory-expire img,
.item-locked .inventory-expire p {
    opacity: 1
}

.inventory-end,
.inventory-expire {
    color: #ce115e;
    margin-bottom: 8px
}

.inventory-end img,
.inventory-expire img {
    display: inline;
    width: 24px
}

.inventory-end p,
.inventory-expire p {
    display: inline;
    font-weight: 700
}

.countdown-clock {
    display: inline-flex
}

.countdown-clock .col {
    flex: 1;
    font-family: var(--font2);
    font-size: 10px;
    font-weight: 550;
    letter-spacing: .02em;
    text-align: center
}

.countdown-clock .col div {
    font-size: 23px
}

.countdown-clock .col div.digits {
    width: 38px
}

.reward-badge {
    left: 0;
    position: absolute;
    top: 0;
    width: 60px
}

.item-type-rewardcoupon {
    background: linear-gradient(162.11deg, #fdf001 7.64%, #ff7d40)
}

.item-type-rewardcoupon .item-element {
    background: none
}

.item-type-rewardcoupon .item-element .item-element-inner {
    background: none;
    color: #ff0f63
}

.item-type-rewardcoupon .item-element .item-element-inner h2 {
    font-size: 20px;
    line-height: 24px
}

.item-type-rewardcoupon .item-element .item-element-inner .parameter-values {
    font-size: 12px;
    line-height: 16px;
    list-style: disc inside;
    margin: auto auto 16px;
    max-width: 85%;
    text-align: left
}

.item-type-rewardcoupon .item-element .item-element-inner .parameter-values .game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-type-rewardcoupon .item-element .item-element-inner .btn-claim {
    background: #ff0f63;
    border-color: #ff0f63;
    color: #fff;
    font-size: 9px;
    margin-bottom: 10px;
    min-width: 100%;
    padding: 6px 28px
}

.item-type-rewardcoupon .item-element .item-element-inner .btn-claim.claim {
    font-size: 16px;
    padding: 8px 32px
}

.item-type-rewardcoupon .item-element .item-element-inner .btn-claim .rewardcoupon-title {
    display: block;
    font-size: 16px
}

.item-type-rewardcoupon .item-element .item-element-inner .tc-link {
    display: block;
    font-size: 10px
}

.notification {
    background: #ffe303;
    bottom: 0;
    color: #000;
    font-size: 16px;
    position: fixed;
    text-align: center;
    transform: translate3d(0, 100%, 0);
    transition: all .25s ease-in;
    width: 100%;
    z-index: 21
}

.notification.red {
    background: #ff5652;
    color: #fff
}

.notification.red a {
    color: #fff
}

.notification.show-notification {
    transform: translateZ(0)
}

.notification-dismiss {
    right: 4px !important;
    top: 8px !important
}

.notification-dismiss:hover {
    color: inherit;
    text-decoration: none
}

.notification .notification-message {
    font-size: 16px;
    line-height: var(--line-height-base, 1.5em);
    padding-left: 20px;
    padding-right: 35px
}

.notification .notification-message a {
    text-decoration: underline
}

.notification .notification-message img {
    max-width: 50%
}

.notification .notification-message h1 {
    margin: 1em
}

@media(max-height:500px), (max-width:800px) {
    .notification {
        bottom: 0
    }

    body.bottomMenuVisible.mobile:not(.modalOpen) .notification,
    body.mobile:not(.playing).mobile:not(.modalOpen) .notification,
    body.paddedBottom.mobile:not(.modalOpen) .notification {
        bottom: 60px;
        z-index: 19
    }
}

body:not(.bottomMenuVisible) .notification .notification-message {
    padding-left: 181px
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }
}

#w-loader {
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    top: 50%
}

#w-loader img {
    margin-bottom: 10px
}

.w-loader {
    left: 50%;
    position: fixed;
    text-align: center;
    transition: opacity .5s ease-in-out;
    width: 200px;
    z-index: 9999
}

.w-loader img {
    animation: spinning 15s linear 0s infinite;
    width: 100%
}

@keyframes ltor {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

#w-loader-bar {
    bottom: 0;
    display: none;
    height: 2px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 20
}

#w-loader-bar>div {
    animation: ltor 5s ease-out 0s infinite;
    background: #f6e103;
    background: url(https://assets.rootz.com/caxino.com/loader-bar.png);
    background: -webkit-linear-gradient(90deg, #f4921f, #ff0);
    background: -ms-linear-gradient(90deg, #f4921f 0, #ff0 100%);
    background: linear-gradient(90deg, #f4921f, #ff0);
    height: 2px
}

.nextLoader,
.nextLoader:after,
.nextLoader:before {
    -webkit-animation: load7 1.8s ease-in-out infinite;
    animation: load7 1.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em
}

.nextLoader {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    color: #3f49d9;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nextLoader:after,
.nextLoader:before {
    content: "";
    position: absolute;
    top: 0
}

.nextLoader:before {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
    left: -3.5em
}

.nextLoader:after {
    left: 3.5em
}

@-webkit-keyframes load7 {

    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {

    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.lobby-menu {
    display: flex;
    flex-flow: row;
    margin: 0 0 30px;
    padding: 0 30px
}

.lobby-menu li {
    cursor: pointer;
    flex: 1;
    padding: 5px 10px 16px;
    position: relative;
    text-align: center;
    transform: translateZ(0)
}

.lobby-menu li img {
    height: 100px;
    max-width: 100px
}

.lobby-menu li:hover img {
    filter: brightness(125%)
}

.lobby-menu li.selected:after {
    background: #ce115e;
    border-radius: 50px;
    bottom: -2px;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    right: auto;
    width: 80px
}

.lobby-menu li h4 {
    font-size: 16px;
    margin: 5px 0 0;
    word-break: normal
}

#lobby-main-promo {
    position: relative
}

#lobby-main-promo img {
    width: 100%
}

#lobby-main-promo button {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.search {
    padding: 0 30px
}

.search input {
    background: #f1f2f2;
    border: 1px solid transparent;
    border-radius: 100px;
    color: #3f49d9;
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    padding: 8px 20px 8px 48px !important;
    width: 100%
}

.search input::placeholder {
    color: #ab9bea
}

.search-input-container {
    position: relative
}

#close-search,
#magnifier {
    background-size: contain;
    border: none;
    height: 24px;
    left: 14px;
    margin: 0;
    position: absolute;
    top: 10px;
    width: 24px;
    z-index: 1
}

#magnifier {
    background: url(https://assets.rootz.com/caxino.com/magnifier.svg) no-repeat
}

#close-search {
    background: url(https://assets.rootz.com/caxino.com/magnifier-close.svg) no-repeat;
    cursor: pointer;
    display: none
}

.touch .cat-row {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap
}

.touch .game-hover {
    display: none
}

#cats {
    padding: 20px 22px
}

#lobby h2 {
    cursor: pointer;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    padding: 8px
}

#lobby h2:hover {
    color: #3f49d9
}

#lobby .cat-row {
    margin: 10px 0 0
}

.cat>span {
    color: #6f00ff;
    cursor: pointer;
    float: right;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 8px
}

.cat>span:hover {
    text-decoration: underline
}

.cat-row {
    overflow: hidden
}

.cat-row img {
    border-radius: 24px;
    display: block;
    width: 200px
}

.cat-row li {
    display: inline-block;
    margin: 0 1% 2%;
    max-width: 200px;
    position: relative;
    width: 18%
}

.cat-row li p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cat-row li .game-hover,
.cat-row li p {
    font-family: var(--font2);
    font-weight: 600
}

.cat-row li .game-hover {
    background: rgba(255, 15, 99, .88);
    border-radius: 24px;
    bottom: 30px;
    color: #f1f2f2;
    cursor: pointer;
    font-size: 16px;
    left: 0;
    opacity: 0;
    padding-top: 72%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
    z-index: 1
}

.cat-row li .game-hover:hover {
    opacity: 1
}

.cat-row li .game-hover:after,
.cat-row li .game-hover:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%
}

.cat-row li .game-hover:before {
    border: 3px solid #f1f2f2;
    border-radius: 50%;
    height: 56px;
    margin: -38px 0 0 -31px;
    width: 56px
}

.cat-row li .game-hover:after {
    border: 13px solid transparent;
    border-left: 20px solid #f1f2f2;
    margin: -20px 0 0 -7px
}

.game-closed-wrap {
    background: rgba(255, 15, 99, .88);
    border-radius: 24px;
    bottom: 30px;
    color: #ffe303;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 600;
    left: 0;
    opacity: 1;
    padding-bottom: 8%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
    z-index: 1
}

.game-jackpots-wrap,
.game-seats-wrap {
    bottom: 23%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    white-space: normal
}

.game-jackpots {
    background: #3f49d9;
    border-radius: 50px;
    bottom: 8%;
    color: #fff;
    font-family: var(--font2);
    font-size: 13px;
    font-weight: 600;
    left: 8%;
    line-height: 16px;
    padding: 2px 8px;
    position: absolute;
    right: 8%
}

@media(max-width:1000px) {

    .lobby-menu,
    .search {
        padding: 0 4%
    }

    .lobby-menu li {
        padding: 5px 15px 15px
    }

    .lobby-menu li img {
        height: 70px;
        transform: scale(1.3)
    }

    #cats {
        padding: 4%
    }

    .cat-row li {
        margin: 0 1.5% 3%;
        width: 22%
    }

    .cat-row li .game-hover {
        padding-top: 75%
    }
}

@media(max-height:500px), (max-width:800px) {
    .lobby-menu {
        margin: 0;
        padding-bottom: 20px
    }

    .lobby-menu li img {
        height: 50px
    }

    .lobby-menu li h4 {
        font-weight: 600;
        margin: 2px 0 0
    }

    .lobby-menu li.selected:after {
        height: 3px;
        left: 30%;
        margin-left: 0;
        right: 30%;
        width: auto
    }
}

@media(max-width:600px) {
    #cats {
        padding: 5% 2.5%
    }

    .cat-row li {
        margin: 0 1.5166666666% 3.33%;
        width: 30.3%
    }

    .lobby-menu li h4 {
        font-size: 12px
    }
}

@media(max-width:400px) {
    .cat-row li {
        margin: 0 2.5% 5%;
        width: 45%
    }

    .lobby-menu li h4 {
        font-size: 10px;
        font-weight: 400
    }
}

@media(max-height:500px), (max-width:800px) {
    .lobby-menu.sticky {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 100
    }

    .search.scrollOut {
        pointer-events: auto;
        top: 110px;
        transform: none;
        z-index: 2
    }

    .search.scrollIn,
    .search.scrollOut {
        display: block;
        position: sticky;
        transition: all .5s ease-out 0s
    }

    .search.scrollIn {
        top: 0;
        transform: translate(0);
        z-index: 1
    }

    .search {
        padding: 3% 4%
    }
}

.partnership-elements {
    background: #261589;
    text-align: center
}

.partnership-elements img {
    height: 80px;
    margin: 15px 0 15px 10px
}

.partnership-elements .fakeh3 {
    color: #fff;
    display: inline-block;
    font-weight: 500
}

.welcome-banner p>* {
    padding-right: 4px
}

.welcome-banner p>a {
    color: #fff
}

.landing-video-wrap p {
    color: #fff !important;
    font-size: 12px
}

.landing-video-wrap a {
    color: #fff !important
}

#top-games-promo .games-and-categories img {
    height: auto
}

#top-games-promo .category-name {
    font-size: 14px
}

.get-more-header {
    margin: 16px auto;
    padding-top: 120px;
    width: 50%
}

#get-more-promo {
    background: linear-gradient(135deg, #ed4d5e, #7008cb 31%, #3f0198 69%, #1bb7f7);
    color: #fff;
    height: auto;
    padding: 50px 30px 60px;
    position: relative;
    text-align: center
}

#get-more-promo .get-more-promo__text {
    display: block;
    height: auto;
    margin: 0 auto 40px;
    max-width: 100%;
    width: 660px
}

#get-more-promo .get-more-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 0 10px
}

#get-more-promo .get-more-inner li {
    margin: 0 30px 30px
}

#get-more-promo .get-more-inner img {
    height: 100px;
    width: 100px
}

#get-more-promo .get-more-inner p {
    font-family: var(--font2);
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 40px 0
}

#get-more-promo .btn-cyan-ghost {
    padding: 12px 24px
}

#cta-promo {
    background: #19ddd7;
    padding: 70px 0;
    text-align: center
}

#cta-promo .promo-img-right {
    animation: dot-bounce 1.3s ease infinite;
    position: absolute;
    right: 50px;
    z-index: 1
}

#cta-promo .promo-img-right img {
    float: right;
    height: 200px;
    max-width: none;
    width: auto
}

#cta-promo .promo-img-left {
    animation: dot-bounce 1.3s ease .7s infinite;
    left: 50px;
    position: absolute;
    z-index: 1
}

#cta-promo .promo-img-left img {
    height: 200px;
    max-width: none;
    width: auto
}

#cta-promo .cta-promo-header {
    color: #fff;
    font-family: var(--font1);
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .6px;
    margin: 0 5% 20px;
    text-transform: uppercase
}

#cta-promo .button,
#cta-promo button {
    font-size: 20px;
    padding: 20px 40px;
    width: auto
}

#instantplay-promo ul li img {
    height: 100px;
    width: 100px
}

#instantplay-promo ul li .fakeh3 {
    font-weight: 600
}

#customer-support-promo {
    background: #ff0;
    background: -moz-linear-gradient(left, #ff0 0, #ff5652 100%);
    background: -webkit-linear-gradient(left, #ff0, #ff5652);
    background: linear-gradient(90deg, #ff0 0, #ff5652)
}

#customer-support-promo .fakeh2 {
    font-size: 30px
}

#customer-support-promo ul {
    list-style: disc;
    margin-left: 1em
}

.landingpage-faq-section {
    background: #fff;
    padding: 32px;
    text-align: center
}

.cs-inner {
    padding-right: 20vw
}

@media(max-width:550px) {
    .cs-inner {
        padding-right: 0
    }

    .partnership-elements img {
        height: 70px
    }

    .partnership-elements .fakeh3 {
        font-size: 16px
    }
}

.cs-right img {
    padding-left: 50vw;
    position: relative
}

@media(max-width:1150px) {
    #customer-support-promo {
        padding: 90px 40px 50px
    }

    .cs-top {
        background-size: auto 50px
    }

    .cs-left,
    .cs-right,
    .promo-img-left,
    .promo-img-right {
        display: none
    }
}

@media(max-height:500px), (max-width:800px) {
    #top-bar {
        display: block
    }

    .top-bar-on-gaming-logo {
        min-width: 22%;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .get-more-header {
        padding-top: 0
    }

    #cta-promo .cta-promo-header {
        font-size: 4em
    }

    #instantplay-promo ul li {
        width: 42%
    }

    #customer-support-promo {
        padding: 90px 8% 50px
    }

    #customer-support-promo h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px
    }

    #customer-support-promo ul {
        font-size: 16px
    }

    #customer-support-promo li {
        padding-left: 0
    }

    #new-favorites-promo {
        align-content: center
    }

    #new-favorites-promo .new-favorites-image {
        margin: 0 auto 30px;
        padding-top: 0
    }

    #new-favorites-promo .new-favourites-text-area {
        margin-left: auto;
        margin-right: auto;
        width: 80%
    }

    #new-favourites-header {
        margin-bottom: 20px
    }

    #get-more-promo {
        padding: 20px 20px 40px
    }

    #get-more-promo .get-more-promo__text {
        margin-bottom: 30px
    }

    #get-more-promo .get-more-inner img {
        height: 80px;
        width: 80px
    }

    #get-more-promo .get-more-inner p {
        padding: 10px 0
    }
}

@media(max-width:600px) {
    .lander-main {
        text-align: center
    }

    #top-games-promo .games-andcategories {
        padding: 5% 2.5%
    }

    #top-games-promo a {
        margin: 0 1.1% 3.33%;
        width: 30%
    }

    #get-more-promo .get-more-inner li {
        justify-content: left;
        margin: 0 0 20px;
        width: 100%
    }
}

@media(max-width:400px) {
    #top-games-promo a {
        margin: 0 2% 5%;
        width: 45%
    }

    .mobile #top-games-promo a {
        width: 42%
    }

    .welcome-banner h1 {
        font-size: 42px
    }

    .main-banner button {
        margin-bottom: 8px
    }
}

@media(max-width:380px) {
    .partnership-elements img {
        height: 60px
    }

    .partnership-elements .fakeh3 {
        font-size: 14px
    }
}

@media(max-width:340px) {
    .partnership-elements .fakeh3 {
        display: block
    }
}

.user-banner .lander-middle-text-2 {
    line-height: 1.1em
}

.bonusterms-panelwrapper .bonusterms-panel {
    margin: 4em auto;
    scrollbar-color: #6652ba #412786
}

.bonusterms-panelwrapper .bonusterms-panel a {
    color: #fff
}

.bonusterms-panelwrapper .bonusterms-panel h1 {
    margin: 0
}

.bonusterms-panelwrapper .panel-fade {
    background: linear-gradient(180deg, rgba(56, 35, 113, 0) 0, #382371 75%)
}

.underTopBannerText {
    color: #fff;
    padding: 15px
}

.landingpage-faq-section .fakeh2 {
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: .8em 0 .3em
}

.landingpage-faq-section .fakeh3 {
    font-family: var(--font2);
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
    margin: .8em 0 .3em
}

.landingpage-faq-section span.fakeh2,
.landingpage-faq-section span.fakeh3 {
    display: block
}

.overlay {
    background: #ff0f63;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 3em;
    justify-content: center;
    overflow: hidden;
    padding: 0 .5em
}

.overlay h3 {
    font-size: 16px
}

.overlay__tag.tag {
    font-size: 13px;
    position: absolute;
    right: 30px;
    top: 10px
}

.column {
    box-sizing: border-box;
    max-height: 450px;
    max-width: 830px;
    padding-right: 20px;
    position: relative;
    width: 50%
}

.column a:link {
    text-decoration: none
}

.row {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap
}

.row:after {
    clear: both;
    content: "";
    display: table
}

.news-thumbnail {
    height: auto
}

@media(max-width:1050px) {
    .column {
        width: 100%
    }

    .column a .overlay {
        height: auto;
        max-height: 8em
    }
}

.tags-container {
    margin-bottom: 10px
}

.tags-container ul {
    margin: 16px -4px;
    padding-left: 0 !important
}

.tags-container ul li {
    padding: 0 4px 8px
}

.tags-container ul li a {
    text-decoration: none
}

.gv-buttons {
    position: absolute;
    right: 10px;
    top: 14px
}

.gv-buttons button {
    border-radius: 0;
    height: 32px;
    margin-left: 16px;
    padding: 0;
    position: relative;
    width: 32px;
    z-index: 1
}

.gmin {
    cursor: s-resize
}

.game {
    bottom: 0;
    left: 0;
    margin-left: 182px;
    padding: 32px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease;
    z-index: 1
}

.game.streamer {
    padding-top: 52px
}

.game.streamer .spinback-guide {
    top: 28px
}

.game.streamer .gv-buttons {
    top: 18px
}

.gv-clickcatcher {
    cursor: n-resize;
    z-index: 2
}

.game-bg,
.gv-clickcatcher {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.game-bg {
    transition: opacity 1s linear
}

.game-bg1 {
    background: linear-gradient(45deg, #a576ff, #00fff8)
}

.game-bg2 {
    background: linear-gradient(45deg, #00fff8, #a576ff);
    opacity: 0
}

.iframe-cont {
    height: calc(56.25vw - 138.375px);
    margin: 16px auto;
    max-height: 76vh;
    max-width: 135vh;
    position: relative
}

.iframe-cont.aspect-4-3 {
    max-width: 100vh
}

.iframe-cont.aspect-3-2 {
    max-height: 73vh;
    max-width: 110vh
}

.iframe-cont object {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.gameMinimized .game {
    z-index: 20
}

.game .iframe-cont iframe {
    height: 100% !important;
    width: 100% !important
}

.gfull {
    background: url(https://assets.rootz.com/caxino.com/fullscreen-button.svg) no-repeat 50%
}

.fullscreened,
.gfull {
    transition: all .2s ease
}

.fullscreened {
    background: url(https://assets.rootz.com/caxino.com/exit_fullscreen-button.svg) no-repeat 50%
}

.gmin {
    background: url(https://assets.rootz.com/caxino.com/arrowdown.svg) no-repeat 50%
}

.gclose,
.gmin {
    transition: all .2s ease
}

.gclose {
    background: url(https://assets.rootz.com/caxino.com/gameplay_buttons_wildz-close.svg) no-repeat 50%;
    background-size: contain
}

.spinback-guide {
    color: #fff;
    display: none;
    font-size: 12px;
    left: 50%;
    margin-left: -50%;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: calc(100% - 20px);
    z-index: 1
}

@media(max-width:600px) {
    #spinback-guide {
        display: none !important
    }
}

@media(max-height:500px) {
    .iframe-cont {
        max-height: 60vh;
        max-width: 107vh
    }

    .iframe-cont.aspect-4-3 {
        max-width: 93.3333vh
    }

    .iframe-cont.aspect-3-2 {
        max-height: 63vh;
        max-width: 95vh
    }
}

@media(max-height:450px) {
    .iframe-cont {
        max-height: 55vh;
        max-width: 98vh
    }

    .iframe-cont.aspect-4-3 {
        max-width: 80vh
    }

    .iframe-cont.aspect-3-2 {
        max-height: 57vh;
        max-width: 85vh
    }
}

@media (max-height:500px),
(max-width:800px) {
    .game .qd-cont {
        bottom: 60px;
        position: fixed
    }
}

@media(max-width:800px) {
    .desktop .iframe-cont {
        height: 56.25vw !important
    }
}

.game-category-wrap {
    padding-top: 30px
}

.game-category-wrap .base-content,
.game-category-wrap h1 {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px
}

.game-category-wrap .game-list {
    border-top: 1px solid #eee;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 60px 0;
    padding-left: 0;
    padding-top: 30px
}

.game-category-wrap .game-list li {
    margin: 0 0 10px;
    width: 50%
}

.faq-list__letter,
.game-category-wrap .game-list .game-list__letter {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 30px 0 15px;
    width: 100%
}

.exclusiveOverlayImage {
    border-radius: 10px
}

.qd-cont {
    background-color: #261589;
    bottom: 0;
    left: 0;
    min-height: 60px;
    position: absolute;
    transition: all .2s ease;
    width: 100%
}

.qd-cont .cashier-section {
    border: 0;
    margin: 0;
    padding: 0
}

.qd-cont .cashier-section .cashier-currency,
.qd-cont .cashier-section input {
    color: #fff
}

.qd-cont .cashier-section input::placeholder {
    color: #fff
}

.qd-cont.bottom {
    bottom: 0
}

.qd-cont .amount,
.qd-cont .cvc,
.qd-cont .gv-buttons,
.qd-cont .submit {
    opacity: .4
}

.qd-cont:focus-within .amount,
.qd-cont:focus-within .cvc,
.qd-cont:focus-within .gv-buttons,
.qd-cont:focus-within .submit {
    opacity: 1
}

.qd-cont-mobile {
    background-color: #261589;
    border-radius: 30px 30px 0 0;
    bottom: 0;
    position: fixed;
    transform: translate3d(0, 500px, 0);
    transition: all .5s cubic-bezier(.46, .03, .52, .96);
    width: 100vw;
    z-index: 21
}

.qd-cont-mobile button[name=close] {
    background: url(https://assets.rootz.com/caxino.com/arrow-button-white.svg);
    bottom: 25px !important;
    right: 20px !important;
    top: unset !important
}

.qd-cont-mobile.showQuick {
    transform: translateZ(0)
}

.qd-cont-mobile .quick-deposit {
    height: unset;
    margin: 0;
    padding: 0
}

.qd-cont-mobile .quick-deposit form {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.qd-cont-mobile .quick-deposit form .payment-method {
    border-radius: 0;
    height: 32px;
    padding: 28px 10px 0 0
}

.qd-cont-mobile .quick-deposit form .payment-method img {
    display: inline-block;
    height: 24px;
    max-width: 60px
}

.qd-cont-mobile .quick-deposit form .payment-method p {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    padding-left: 4px
}

.qd-cont-mobile .quick-deposit form .cvc {
    padding: 20px 10px 0 0
}

.qd-cont-mobile .quick-deposit form .cvc input {
    color: #fff;
    max-width: 70px;
    text-align: center
}

.qd-cont-mobile .quick-deposit form .amount .input-container {
    display: inline-block;
    width: 125px
}

.qd-cont-mobile .quick-deposit form .amount .input-container input {
    color: #fff;
    max-width: 115px !important
}

.qd-cont-mobile .quick-deposit form .amount .input-container .cashier-currency {
    color: #fff;
    font-family: var(--font2);
    font-size: 14px;
    left: 78%
}

.qd-cont-mobile .quick-deposit form .submit-wrap {
    border-radius: 0;
    display: inline-block
}

.qd-cont-mobile .quick-deposit form .submit-wrap .submit {
    width: 150px
}

.quick-deposit {
    display: flex;
    justify-content: center
}

.quick-deposit .hosted-field-container {
    margin: 0 0 20px
}

.quick-deposit .hosted-field-container iframe {
    border-radius: 10px;
    height: 42px;
    margin: 0;
    width: 100%
}

.quick-deposit #hosted-field-container-cvv {
    width: 100%
}

.quick-deposit .cvc {
    max-width: 80px
}

.quick-deposit form {
    display: flex;
    flex-flow: row;
    margin: 0
}

.quick-deposit .qd-block {
    padding: 10px 10px 10px 0
}

.quick-deposit .qd-block img {
    display: block;
    margin: 0 auto;
    max-height: 28px;
    max-width: 80px
}

.quick-deposit .qd-block p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin: 0
}

.quick-deposit .payment-method {
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    padding-left: 25px
}

.quick-deposit .submit-wrap {
    border-radius: 0 30px 30px 0;
    padding: 10px 10px 10px 0
}

.quick-deposit .submit {
    display: block;
    margin: 0;
    width: auto
}

.quick-deposit input {
    height: 42px !important;
    margin: 0 !important;
    max-width: 100px;
    padding: 0 10px
}

.quick-deposit input,
.quick-deposit input:focus {
    background: none;
    border: 2px solid #fff
}

.quick-deposit .cvc input {
    max-width: 70px;
    text-align: center
}

.quick-deposit .cvc input::placeholder {
    color: #fff;
    opacity: 1
}

.quick-deposit .amount input {
    padding-right: 45px;
    text-align: right
}

.quick-deposit .amount .cashier-currency {
    font-family: var(--font2);
    font-size: 14px;
    right: 12px
}

.quick-deposit .error-wrap {
    border-radius: 0 30px 30px 0;
    padding: 10px 10px 10px 0
}

.quick-deposit .error-text {
    padding: 10px 0 0
}

@media (max-width:900px) {
    .quick-deposit {
        justify-content: left
    }
}

.account-spinback {
    border-bottom: 1px solid #eee
}

.account-spinback>div {
    max-width: 118px
}

.spinback-indicator {
    border-radius: 50%;
    color: #ff0f63;
    overflow: hidden;
    padding-top: 100%;
    position: relative
}

.spinback-indicator h3 {
    font-size: 42px;
    margin: 0;
    text-transform: uppercase
}

.spinback-indicator p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.spinback-indicator.spinback-disabled {
    opacity: .3
}

.spinback-bg {
    background: linear-gradient(-45deg, #3f49d9, #ff5652 50%, #ffe303);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.spinback-win {
    animation: spinning .5s linear 0s 2
}

.spinback-logo {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.spinback-cont {
    margin: 16px 0;
    text-align: center;
    transform: translateX(-150%);
    transition: transform .25s ease
}

#sm-notification .spinback-cont {
    left: 0;
    margin: 8px 32px 0;
    position: absolute;
    right: 0;
    top: 0
}

.spinback-cont.show-notification {
    transform: translateX(0)
}

.spinback-circle {
    border: 6px solid #ff0f63;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transform: scale(.9);
    transition: transform .25s ease;
    width: 100%
}

.spinback-message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.spinback-winmessage {
    color: #ffa767;
    font-family: var(--font1);
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .02em;
    padding-top: 8px;
    text-transform: uppercase
}

.smn-bounce-up {
    animation: bounce-up .75s ease 0s
}

.smn-ltr-in {
    animation: ltr-in .75s ease 0s
}

.smn-ltr-out {
    animation: ltr-out .75s ease 0s
}

#bottom-notification {
    display: none;
    padding-bottom: 8px
}

#bottom-notification .spinback-cont {
    display: flex;
    transform: translateX(-999%);
    transition: transform .25s ease
}

#bottom-notification .spinback-cont.show-notification {
    display: flex;
    padding-left: 5px;
    transform: translateX(0)
}

#bottom-notification .spinback-cont.show-notification .spinback-indicator {
    height: 25px;
    padding-top: 0;
    position: absolute;
    width: 25px
}

#bottom-notification .spinback-cont.show-notification .spinback-indicator .spinback-bg {
    height: 25px;
    width: 25px
}

#bottom-notification .spinback-cont.show-notification .spinback-indicator .spinback-circle {
    border: 2px solid #ff0f63
}

#bottom-notification .spinback-cont.show-notification .spinback-indicator h3 {
    font-size: 16px
}

#bottom-notification .spinback-cont.show-notification .spinback-winmessage {
    font-size: 11px;
    font-weight: 700;
    padding-left: 34px;
    padding-top: 4px;
    text-transform: uppercase
}

.spinbackOverlayImage {
    background-image: url(https://assets.rootz.com/caxino.com/spinback_symbol_200px.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 34px;
    height: 60px;
    position: absolute;
    right: 6px;
    width: 60px !important
}

ul.tag-list li {
    color: #ff0f63;
    display: inline-block;
    line-height: 20px;
    list-style: none;
    text-transform: uppercase
}

.tag {
    border-radius: 50px;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    transition: transform .1s ease-in-out;
    width: auto
}

.tag-purple {
    background: #3f49d9;
    color: #fff
}

.tag-purple:enabled,
.tag-purple:focus,
.tag-purple:hover {
    background: #ffe303;
    color: #ff0f63
}

.tag-grey {
    background: #f1f2f2;
    color: #261589
}

.tag-grey:focus,
.tag-grey:hover {
    background: #ffe303;
    color: #ff0f63
}

.promo-overlay {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.promo-inner {
    color: #fff;
    padding: 32px 16px;
    position: relative;
    text-align: center
}

.promo-inner img {
    padding-top: 32px;
    width: 135px
}

.promo-inner div {
    color: #ffe303;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 2em;
    font-weight: 700;
    margin-top: 40px
}

.promo-inner button {
    display: inline-block;
    margin-bottom: 16px;
    margin-top: 24px
}

#game-main-promo {
    background: #ff0f63;
    background: linear-gradient(135deg, #7f5ef7, #6f00ff 50%, #412787);
    background-size: cover;
    position: relative
}

.game-p {
    display: flex
}

.game-p .col-s {
    flex: 30%
}

.game-p .col-l {
    flex: 70%
}

.support-page-lander {
    background: url(https://assets.rootz.com/caxino.com/support-page/background.jpg) no-repeat 60% 0;
    background-size: cover;
    padding: 40px 40px 0
}

.support-page-lander__text-wrap {
    background: url(https://assets.rootz.com/caxino.com/landingpage_support_right.png) no-repeat right 0;
    background-size: auto 400px;
    box-sizing: border-box;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    padding-right: 400px;
    padding-top: 80px;
    text-align: center
}

.support-page-lander__get-more {
    display: block;
    max-width: 100%
}

.support-page-lander__text {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 600
}

@media(max-width:960px) {
    .support-page-lander {
        padding: 20px 20px 0
    }

    .support-page-lander__text-wrap {
        background: none;
        height: auto;
        max-width: 600px;
        padding: 50px 0
    }
}

body:after {
    content: url(https://assets.rootz.com/caxino.com/logo.svg);
    display: none
}

.base-content-wrapper {
    text-align: center
}

.base-content-wrapper .main-banner-content {
    display: inline-block;
    padding: 0;
    width: auto
}

.base-content-wrapper .main-banner-content img {
    height: auto
}

.base-content-wrapper div.container {
    display: flex;
    margin: 0 2em;
    padding-top: 2em
}

@media(min-width:900px) {
    .base-content-wrapper div.container {
        margin: 0 10%
    }
}

.base-content-wrapper div.container .child {
    margin: auto
}

.base-content-wrapper div.container .left {
    flex-grow: 1;
    margin-right: auto
}

.base-content-wrapper .back-to {
    line-height: 30px;
    margin: 0 0 0 auto
}

.base-content-wrapper .back-to a {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: -14px
}

.base-content-wrapper.content-footer {
    margin-bottom: 0;
    text-align: left
}

.base-content-wrapper.content-footer .main-banner-content {
    width: 100%
}

.base-content-wrapper.content-footer .main-banner-content .container {
    padding-top: 0
}

.title-gradient {
    background: #19ddd7;
    margin-bottom: 4em
}

.title-gradient h1 {
    color: #261589;
    font-size: 1.5em;
    margin: 0;
    padding: 2.8em 3em 2.8em 10%
}

@media(max-width:900px) {
    .title-gradient {
        padding-left: 2em
    }

    .title-gradient h1 {
        padding: 2.8em 3em 2.8em 0
    }
}

.base-content {
    margin: 2em
}

.base-content p {
    line-height: 1.8em;
    margin: 0 0 .8em
}

.base-content>h1 {
    margin-top: 0;
    padding: 2em 0 1em
}

@media(max-width:900px) {
    .base-content>h1 {
        padding-top: 0
    }
}

@media(min-width:900px) {
    .base-content {
        margin: 0 10% 5em
    }
}

.base-content ul {
    list-style-type: disc
}

.base-content ol,
.base-content ul {
    list-style-position: outside;
    padding-left: 40px
}

.base-content ol {
    list-style-type: decimal
}

.base-content li {
    line-height: 1.8em
}

.base-content .hover:hover {
    text-decoration-line: underline
}

.base-content-wrapper li {
    margin-bottom: .5em
}

.spillColumn {
    columns: 20rem
}

.spillColumn p {
    margin: 0 0 8px
}

.spillColumn p a {
    text-decoration: none
}

@media(min-width:1900px) {
    .spillColumn {
        column-count: 4
    }
}

.base-content.hyperlinks a {
    color: #3f49d9;
    text-decoration: underline
}

.base-content.hyperlinks h3 {
    margin-bottom: 4px
}

.base-content.hyperlinks table {
    padding-top: 15px
}

.base-content.hyperlinks h2 a {
    text-decoration: none
}

.base-content.hyperlinks.news-content {
    margin-bottom: 0
}

.loyalty-plus-top-lander {
    background: #412786
}

.info-section-split .inner-section {
    margin: 0 auto
}

.mudal-content.vip>.modal-inner>.loyalty-plus-bottom ul {
    font-size: 16.5px;
    list-style: none;
    margin: 0;
    padding: 0
}

.mudal-content.vip>.modal-inner>.loyalty-plus-bottom li {
    height: auto;
    line-height: var(--line-height-base, 1.5em);
    text-indent: -.7em
}

.mudal-content.vip>.modal-inner>.loyalty-plus-bottom li:before {
    color: #3f49d9;
    content: "• "
}

.loyalty-plus-bottom .inner-section .info-img {
    width: 25%
}

.segment-complete {
    fill: #6f00ff
}

.game-mobile {
    bottom: 0;
    left: 0;
    margin-left: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s ease
}

.game-mobile .iframe-cont {
    bottom: 60px !important;
    height: unset;
    margin: 0;
    max-height: unset;
    position: absolute;
    top: 0;
    width: 100vw !important
}

.game-mobile .iframe-cont iframe {
    position: unset;
    width: 100vw !important
}

.game-mobile .game-bg {
    background: #000 !important
}

.notfound-lander {
    background: #ffe303
}

.notfound-lander .info-section {
    overflow: hidden;
    position: relative
}

.notfound-lander .info-section .inner-section {
    margin-bottom: 100px;
    padding-left: 6%;
    padding-top: 10%
}

.notfound-lander .info-section .inner-section .info-content {
    max-width: 50%
}

.notfound-lander .info-section .inner-section .info-content a {
    text-decoration: underline
}

.notfound-lander .info-section h1 {
    font-size: 1.5em;
    margin: 0
}

@media(max-width:1024px) {
    .notfound-lander .info-section .inner-section .info-content {
        max-width: 70%
    }

    .notfound-lander .info-section .side-img {
        display: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.fade {
    transition: opacity .15s linear
}

.modal {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100vh;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1072;
    z-index: 1050
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90vh;
    justify-content: center;
    overflow: auto
}

.modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px
}

.modal-dialog-centered {
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-vertically-centered {
    left: 10%;
    position: absolute;
    right: 10%;
    top: 40%
}

.modal-dialog-scrollable {
    max-height: calc(100% - 1rem)
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content,
.modal-dialog-centered.modal-dialog-scrollable .modal-content-expanded {
    max-height: none
}

.modal-content,
.modal-content-expanded {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-content-expanded {
    height: 80%
}

.modal-content-expanded .modal-header {
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-content .modal-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 1rem
}

.modal-content .modal-header .modal-title {
    line-height: 1;
    margin: 4% 0;
    width: 100%
}

.modal-content .modal-header .modal-title .img-holder {
    text-align: center
}

.modal-content .modal-header .modal-title .img-holder img {
    width: 130px
}

.modal-content .footerContainer {
    text-align: center;
    width: 100%
}

.modal-content .footerContainer .footerLogoContainer {
    align-items: center;
    background: #d21754;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding: 25px;
    text-align: center
}

.modal-content .footerContainer .footerLogoContainer img {
    height: 20%;
    padding-right: 20px;
    vertical-align: baseline;
    width: 80px
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 0;
    padding: 0 1rem;
    position: relative;
    transition: height .5s ease-in-out
}

.modal-body ol {
    list-style: unset;
    padding: inherit
}

.modal-body.expanded {
    border-top: 1px solid #dee2e6;
    height: 100%;
    padding: .5rem 1rem 1rem
}

.modal-body form {
    align-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 10px
}

.modal-body .linked-Confirmed-table {
    text-align: center
}

.modal-body .linked-Confirmed-table .center {
    margin: auto;
    width: 270px
}

.modal-body .linked-Confirmed-table .center img {
    height: 80px;
    width: 130px
}

.modal-body .linked-Confirmed-table .center .linked-confirmed-balance {
    float: right;
    font-size: 30px;
    padding-top: 24px;
    text-align: right;
    width: 50%
}

.modal-body .linked-Confirmed-table .center .linked-confirmed-logo {
    display: inline-block;
    text-align: left;
    width: 50%
}

.modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    border-top: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 1rem
}

.modal-footer a {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.modal-footer button {
    margin: 10px
}

.sticky-modal {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100vh;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.sticky-modal .sticky-modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px
}

.sticky-modal .sticky-modal-dialog-scrollable {
    max-height: calc(100% - 1rem)
}

.sticky-modal .sticky-modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 80px);
    min-height: calc(100vh - 300px);
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.sticky-modal .sticky-modal-content .sticky-modal-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    background: #d21754;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--font1);
    font-size: 19px;
    font-size: 22px;
    font-weight: 900;
    justify-content: space-between;
    letter-spacing: .6px;
    line-height: 30px;
    padding: 0 1rem;
    position: relative;
    text-transform: uppercase;
    z-index: 100
}

.sticky-modal .sticky-modal-content .sticky-modal-header .sticky-modal-title {
    line-height: 1;
    margin: 4% 0;
    width: 100%
}

.sticky-modal .sticky-modal-content .sticky-modal-content-inner {
    overflow: scroll;
    padding-bottom: 7rem
}

.sticky-modal .sticky-modal-dialog-centered {
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.sticky-modal .sticky-modal-dialog-scrollable {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90vh;
    justify-content: center;
    overflow: auto
}

.sticky-modal .sticky-modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    background: #fff;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    border-top: 1px solid #dee2e6;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: absolute;
    width: 100%
}

.sticky-modal .sticky-modal-footer a {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.sticky-modal .sticky-modal-footer button {
    margin: 10px
}

body.ja .lander-middle-text em,
body.ja .main-banner h1 em {
    font-size: 75px
}

body.ja #top-games-promo .category-name {
    font-size: 12px
}

@media(max-width:800px) {

    body.ja .lander-middle-text em,
    body.ja .main-banner h1 em {
        font-size: 48px
    }
}

#verifyForm {
    text-align: center
}

#verifyForm .modal-header {
    padding: 15px 0
}

.verify-img {
    display: block;
    margin: 0 auto;
    width: 70%
}

.verify-logout {
    display: block;
    font-size: 14px;
    text-decoration: underline
}

.verify-bottom {
    display: block;
    font-size: 14px;
    padding-top: 32px
}

#verdob-y {
    width: 90px
}

.dob-container {
    text-align: left
}

.ver-form-notice {
    color: #ff5652;
    font-size: 16px;
    margin: 1em 0;
    text-align: center
}

#subtitle {
    font-size: 16px
}

#verifyForm-pin {
    display: none
}

#ver-myaccount-verification {
    font-size: 16px;
    margin: 1.6em 0
}

.consentreview {
    flex-direction: column;
    height: 100vh;
    max-width: 400px
}

.consentreview a {
    text-decoration: underline
}

.consentreview .form-group {
    margin-top: 5px
}

.consentreview label {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding-top: 0
}

.consentreview .topLevelCheckBox {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.consentreview .innerBoxes {
    margin-bottom: 30px;
    margin-left: 25px
}

.consentreview .innerBoxes .tickbox {
    font-size: 14px;
    line-height: 14px;
    padding-top: 0
}

.consentreview .innerBoxes .tickbox .tickbox__box {
    transform: scale(.7)
}

.consentreview .innerBoxes .tickbox span:nth-child(3) {
    padding-top: 10px;
    position: relative;
    top: 3px
}

.consentreview a.logout {
    display: block;
    font-size: 14px;
    margin: 30px 0;
    text-align: center
}

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
    position: relative
}

.selectr-container li {
    list-style: none
}

.selectr-hidden {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.selectr-visible {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11
}

.selectr-desktop.multiple .selectr-visible {
    display: none
}

.selectr-desktop.multiple.native-open .selectr-visible {
    display: block;
    height: auto;
    min-height: 200px !important;
    opacity: 1;
    top: 100%
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
    z-index: 0
}

.selectr-selected {
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.selectr-selected:before {
    border: 5px solid transparent;
    border-top: 6px solid #412786;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    top: 18px;
    width: 0;
    z-index: 3
}

.selectr-container.native-open .selectr-selected:before,
.selectr-container.open .selectr-selected:before {
    border: 4px solid transparent;
    border-top: 0 solid transparent
}

.selectr-label {
    border: none !important;
    display: none;
    margin-top: -20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%
}

.selectr-placeholder {
    color: #412786;
    line-height: 0
}

.selectr-tags {
    margin: 0;
    padding: 0;
    white-space: normal
}

.has-selected .selectr-tags {
    margin: 0 0 -2px
}

.selectr-tag {
    background: #acb7bf none repeat scroll 0 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: default;
    float: left;
    list-style: none;
    margin: 0 2px 2px 0;
    padding: 2px 25px 2px 8px;
    position: relative
}

.selectr-container.multiple.has-selected .selectr-selected {
    padding: 5px 28px 5px 5px
}

.selectr-options-container {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0 0 3px 3px;
    border-top: 0 solid transparent;
    box-sizing: border-box;
    display: none;
    left: 0;
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 10000
}

.selectr-container.open .selectr-options-container {
    display: block
}

.selectr-input-container {
    display: none;
    position: relative
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 50%;
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 20px;
    z-index: 11
}

.selectr-clear,
.selectr-container.has-selected .selectr-clear,
.selectr-input-clear,
.selectr-input-container.active .selectr-input-clear {
    display: none
}

.selectr-selected .selectr-tag-remove {
    right: 2px
}

.selectr-clear:after,
.selectr-input-clear:after,
.selectr-input-clear:before,
.selectr-tag-remove:after,
.selectr-tag-remove:before {
    background-color: #6c7a86;
    content: " ";
    height: 10px;
    left: 9px;
    position: absolute;
    top: 5px;
    width: 2px
}

.selectr-tag-remove:after,
.selectr-tag-remove:before {
    background-color: #fff;
    height: 12px;
    top: 4px;
    width: 3px
}

.selectr-clear:before,
.selectr-input-clear:before,
.selectr-tag-remove:before {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.selectr-clear:after,
.selectr-input-clear:after,
.selectr-tag-remove:after {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
    display: block
}

.selectr-input {
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
    left: 5px;
    margin: 10px 15px;
    padding: 7px 30px 7px 9px;
    top: 5px;
    width: calc(100% - 30px)
}

.selectr-notice {
    box-sizing: border-box;
    display: none;
    width: 100%
}

.selectr-container.notice .selectr-notice {
    display: block
}

.selectr-options {
    display: none;
    margin: 0;
    max-height: 200px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 0;
    position: relative;
    top: calc(100% + 2px)
}

.selectr-container.notice .selectr-options-container,
.selectr-container.open .selectr-input-container,
.selectr-container.open .selectr-options {
    display: block
}

.selectr-option {
    cursor: pointer;
    display: block;
    font-weight: 400;
    list-style: none outside none;
    padding: 0 10px;
    position: relative
}

.selectr-options.optgroups>.selectr-option {
    padding-left: 25px
}

.selectr-optgroup {
    font-weight: 700;
    padding: 0
}

.selectr-optgroup--label {
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 15px
}

.selectr-match {
    text-decoration: underline
}

.selectr-option.selected {
    background-color: #ddd
}

.selectr-option.active {
    background-color: #5897fb;
    color: #fff
}

.selectr-option.disabled {
    opacity: .4
}

.selectr-option.excluded {
    display: none
}

.selectr-container.open .selectr-selected:after {
    -o-transform: rotate(180deg) translate3d(0, 50%, 0);
    -ms-transform: rotate(180deg) translate3d(0, 50%, 0);
    -moz-transform: rotate(180deg) translate3d(0, 50%, 0);
    -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
    transform: rotate(180deg) translate3d(0, 50%, 0)
}

.selectr-disabled {
    opacity: .6
}

.has-selected .selectr-placeholder,
.selectr-empty {
    display: none
}

.has-selected .selectr-label {
    display: block
}

.taggable .selectr-selected {
    padding: 4px 28px 4px 4px
}

.taggable .selectr-selected:after {
    clear: both;
    content: " ";
    display: table
}

.taggable .selectr-label {
    width: auto
}

.taggable .selectr-tags {
    display: block;
    float: left
}

.taggable .selectr-placeholder {
    display: none
}

.input-tag {
    float: left;
    min-width: 90px;
    width: auto
}

.selectr-tag-input {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 3px 10px;
    width: 100%
}

.selectr-input-container.loading:after {
    -moz-animation: spin .5s linear 0s infinite normal forwards running;
    -webkit-animation: spin .5s linear 0s infinite normal forwards running;
    animation: spin .5s linear 0s infinite normal forwards running;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top-color: #aaa;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -o-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    width: 20px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, -50%, 0);
        transform: rotate(0deg) translate3d(0, -50%, 0)
    }

    to {
        -webkit-transform: rotate(1turn) translate3d(0, -50%, 0);
        transform: rotate(1turn) translate3d(0, -50%, 0)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, -50%, 0);
        transform: rotate(0deg) translate3d(0, -50%, 0)
    }

    to {
        -webkit-transform: rotate(1turn) translate3d(0, -50%, 0);
        transform: rotate(1turn) translate3d(0, -50%, 0)
    }
}

.selectr-container.open.inverted .selectr-selected {
    border-color: transparent #999 #999;
    border-radius: 0 0 3px 3px
}

.selectr-container.inverted .selectr-options-container {
    background-color: #fff;
    border-color: #999 #999 transparent;
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px 0;
    bottom: calc(100% - 1px);
    top: auto
}

.selectr-container ::-webkit-input-placeholder {
    color: #6c7a86;
    opacity: 1
}

.selectr-container ::-moz-placeholder {
    color: #6c7a86;
    opacity: 1
}

.selectr-container :-ms-input-placeholder {
    color: #6c7a86;
    opacity: 1
}

.selectr-container ::placeholder {
    color: #6c7a86;
    opacity: 1
}

@media(max-width:510px) {
    .en .pnp-title {
        font-size: 39px
    }

    .fi .pnp-title {
        font-size: 38px
    }
}

@media(max-width:470px) {
    .en .pnp-title {
        font-size: 37px
    }

    .fi .pnp-title {
        font-size: 36px
    }
}

@media(max-width:410px) {
    .en .pnp-title {
        font-size: 33px
    }

    .fi .pnp-title {
        font-size: 32px
    }
}

@media(max-width:360px) {
    .en .pnp-title {
        font-size: 31px
    }

    .fi .pnp-title {
        font-size: 30px
    }
}

.pnp-container {
    padding: 5px;
    text-align: center
}

.btn-group {
    display: flex;
    flex-basis: 0;
    gap: 10px;
    justify-content: space-around;
    margin: 5px auto
}

.pnp-amount-button {
    background-color: #fff;
    border: 2px solid #00c0ff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #001d9d;
    font: normal normal 700 27px/31px var(--font1);
    height: 70px;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 100%
}

.pnp-amount-button.selected {
    background: #00fe7e 0 0 no-repeat padding-box;
    border-color: #00fe7e
}

#pnp-other-amount {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #00c0ff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #001d9d;
    display: inline-block;
    font: normal normal 600 18px/21px var(--font1);
    height: 50px;
    margin: 8px auto;
    opacity: 1;
    padding: 10px;
    width: 100%
}

#pnp-other-amount:focus {
    border: 2px solid #431686
}

#pnp-other-amount:hover:not(:focus, :active) {
    background: #c2ffdc 0 0 no-repeat padding-box;
    border-color: #00fe7e
}

#pnp-other-amount:active,
#pnp-other-amount:focus {
    border-color: #00fe7e
}

#pnp-other-amount::placeholder {
    color: #001d9d;
    font: normal normal 600 18px/21px var(--font1)
}

#pnp-other-amount.error {
    border-color: #ff5652
}

.pnp-deposit-and-play-button {
    border-radius: 20px;
    margin: 5px auto;
    min-height: 80px;
    opacity: 1;
    padding: 0;
    width: 100%
}

.button-text-primary {
    font: normal normal 700 25px/30px var(--font1);
    opacity: 1
}

.button-text-secondary {
    font: normal normal 600 14px/18px var(--font1);
    opacity: 1
}

.pnp-disclaimer,
.pnp-disclaimer a {
    font: normal normal 600 12px/16px var(--font1)
}

.pnp-disclaimer a {
    color: #001d9d;
    text-decoration: underline
}

.pnp-title {
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-color: transparent;
    background-image: linear-gradient(90deg, #002bff 3%, #00a4e5 45%, #00e567);
    display: inline-block;
    font: normal 1000 48px/50px var(--font4);
    margin-bottom: 8px;
    padding: 0 15px;
    text-transform: uppercase
}

.badge-container {
    margin-right: -40px;
    position: absolute;
    right: 0;
    top: -35px
}

.free-spin-badge {
    background: #001d9d 0 0 no-repeat padding-box;
    border-radius: 15px;
    color: #fff;
    height: 40px;
    padding: 15px 0;
    text-align: center;
    width: 115px
}

.free-spin-badge .badge-text-primary {
    font: normal 1000 27px/21px var(--font3)
}

.free-spin-badge .badge-text-secondary {
    color: #00e567;
    font: normal normal 800 18px/21px var(--font3)
}

@media(max-width:470px) {
    .pnp-amount-button {
        font-size: 18px;
        height: 51px
    }

    #pnp-other-amount {
        font-size: 16px
    }

    #pnp-other-amount::placeholder {
        font-size: 16px
    }

    .pnp-deposit-and-play-button {
        min-height: 40px
    }

    .pnp-deposit-and-play-button .button-text-primary {
        font-size: 17px
    }

    .pnp-deposit-and-play-button .button-text-secondary {
        font-size: 11px
    }

    .pnp-logo-container img {
        margin-top: 30px
    }

    .free-spin-badge {
        height: 35px;
        width: 95px
    }

    .free-spin-badge .badge-text-primary {
        font-size: 20px;
        line-height: 10px
    }

    .free-spin-badge .badge-text-secondary {
        font-size: 11px;
        line-height: 10px
    }
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    background: #261589;
    height: 100%;
    width: 100%
}

body {
    background: #fff;
    color: #261589;
    font-family: var(--font3);
    font-size: var(--font-size-base, 14px);
    line-height: 1;
    margin: 0;
    overflow-x: hidden
}

body.mobile {
    background: #000;
    overflow: visible
}

.base-content a {
    text-decoration: underline
}

p {
    line-height: 1.2em;
    margin: .8em 0
}

p a {
    color: #3f49d9;
    text-decoration: underline
}

p ol,
p ul {
    line-height: var(--line-height-base, 1.5em);
    padding: 0 32px
}

p ul {
    list-style: decimal
}

p ol {
    list-style: disc
}

table {
    border-spacing: 0;
    font-size: var(--font-size-base, 14px)
}

td,
th {
    border-bottom: 1px solid #3f49d9;
    padding: 8px
}

td:first-child,
th:first-child {
    padding: 8px 8px 8px 0
}

td:last-child,
th:last-child {
    padding: 8px 0 8px 8px
}

th {
    text-align: left
}

hr {
    border-top: 1px solid #3f49d9
}

h1,
h2,
h3,
h4 {
    font-family: var(--font2);
    font-weight: 900;
    text-transform: uppercase
}

h1 {
    font-size: 2em;
    margin: 2em 0 0
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin: .8em 0 .3em
}

h3 {
    font-size: 1.1em;
    line-height: 1.2;
    margin: .8em 0 4px
}

img {
    max-width: 100%;
    vertical-align: middle
}

button:hover {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed
}

.button,
button,
input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    border-radius: 1em;
    cursor: pointer;
    font-family: var(--font1);
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .6px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .1s ease-in-out;
    width: auto
}

.button {
    display: inline-block
}

.realitycheck button {
    margin-bottom: 16px;
    width: 100%
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

ol,
ul {
    list-style: none;
    padding: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

#webWidget {
    left: unset;
    top: unset
}

#launcher {
    display: none
}

.invisible {
    visibility: hidden
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

a:focus {
    outline: 0
}

.left {
    float: left
}

.right {
    float: right
}

.cms-page {
    padding: 0 16px
}

.cms-page h1 {
    margin: 0
}

#all-content {
    background: #fff;
    width: 100%
}

#all {
    background: #fff;
    margin-left: 182px;
    position: relative
}

#mid-sect {
    display: inline-block;
    width: 100%
}

.btn-cyan-ghost {
    background: none;
    border: 3px solid #ffe303;
    color: #ffe303
}

.btn-cyan,
.btn-cyan-ghost:hover:enabled {
    background: #ffe303;
    color: #ff0f63
}

.btn-cyan {
    border: 4px solid #ffe303
}

.btn-cyan:focus:enabled,
.btn-cyan:hover:enabled {
    background: #fff;
    border: 4px solid #fff;
    color: #ff0f63
}

.btn-red {
    background: #ff5652;
    border: 4px solid #ff5652;
    color: #fff
}

.btn-red:focus:enabled,
.btn-red:hover:enabled {
    background: #c82333;
    border: 4px solid #c82333
}

.btn-red-ghost {
    background: none;
    border: 2px solid #fff;
    color: #fff
}

.btn-red-ghost:focus:enabled,
.btn-red-ghost:hover:enabled {
    background: #c82333;
    border: 2px solid #c82333;
    color: #fff
}

.btn-purple {
    background: #3f49d9;
    border: 4px solid #3f49d9;
    color: #fff
}

.btn-purple:focus:enabled,
.btn-purple:hover:enabled {
    background: #5f67f6;
    border: 4px solid #5f67f6;
    color: #fff
}

.btn-green {
    background: #28f9d1;
    border: 4px solid #28f9d1;
    color: #261589
}

.btn-green:focus:enabled,
.btn-green:hover:enabled {
    background: #5f67f6;
    border: 4px solid #5f67f6;
    color: #fff
}

.btn-purple-ghost {
    background: none;
    border: 3px solid #3f49d9;
    color: #3f49d9;
    padding: 9px 21px
}

.btn-purple-ghost:hover:enabled {
    background: #3f49d9;
    color: #fff
}

.btn-whitehover:focus:enabled,
.btn-whitehover:hover:enabled {
    background: #fff;
    border: 4px solid #fff;
    color: #ff0f63
}

a.btn-whitehover:focus,
a.btn-whitehover:hover {
    background: #fff;
    border: 4px solid #fff;
    color: #3f49d9
}

.btn-cyan:disabled,
.btn-purple:disabled {
    background: none;
    border: 3px solid #ce115e;
    color: #ce115e
}

.btn-big,
.single-reward button {
    width: 100%
}

.btn-big {
    font-size: 18px;
    padding: 14px;
    position: relative
}

.btn-big .loading-dots {
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 0
}

.btn-purple {
    position: relative
}

.btn-purple .loading-dots {
    left: 50%;
    margin-left: -24px;
    position: absolute;
    top: -8px
}

.btn-big.is-loading,
.btn-purple.is-loading {
    color: transparent
}

.btn-big.is-loading .loading-dots,
.btn-purple.is-loading .loading-dots {
    display: block
}

.btn-big.is-loading .loading-dots span,
.btn-purple.is-loading .loading-dots span {
    animation: dot-bounce 1.3s cubic-bezier(.46, .03, .52, .96) infinite
}

.btn-big.is-loading .loading-dots .loading-dots__2,
.btn-purple.is-loading .loading-dots .loading-dots__2 {
    animation-delay: .2s
}

.btn-big.is-loading .loading-dots .loading-dots__3,
.btn-purple.is-loading .loading-dots .loading-dots__3 {
    animation-delay: .4s
}

.btn-big.is-loading.btn-purple:disabled,
.btn-big.is-loading.btn-purple:focus,
.btn-big.is-loading.btn-purple:hover,
.btn-purple.is-loading.btn-purple:disabled,
.btn-purple.is-loading.btn-purple:focus,
.btn-purple.is-loading.btn-purple:hover {
    background: #3f49d9;
    border: 4px solid #3f49d9;
    color: transparent
}

@keyframes dot-bounce {
    0% {
        transform: translateY(0)
    }

    3% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-10px)
    }

    45% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

.loading-dots {
    display: none;
    margin: 0 auto;
    padding: 19px 0;
    width: 60px
}

.loading-dots span {
    background: #e9eafb;
    border-radius: 6px;
    float: left;
    height: 10px;
    margin: 0 4px;
    width: 10px
}

.notification-ball {
    background: #ce115e;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
    width: 16px;
    z-index: 1
}

.notification-ball p {
    line-height: 17px;
    margin: 0
}

.power-bottom-container .notification-ball {
    left: 60px;
    top: 50px
}

.base-content .faq-ul {
    list-style: none;
    padding-left: 0
}

.pagination li {
    display: inline
}

@media(max-height:500px), (max-width:800px) {
    #bottommenu {
        display: flex
    }

    .game {
        margin-left: 0 !important
    }

    #all {
        margin-left: 0
    }

    #sidemenu {
        display: none
    }

    .mudal-container {
        margin-left: 0
    }

    #all-content,
    footer {
        padding-bottom: 60px
    }

    .top-games-header {
        font-size: 24px;
        padding: 0 16px
    }
}

body.mobile #bottommenu {
    display: flex
}

body.mobile .game {
    margin-left: 0 !important
}

body.mobile #all {
    margin-left: 0
}

body.mobile #sidemenu {
    display: none
}

body.mobile .mudal-container {
    margin-left: 0
}

body.mobile #all-content,
body.mobile footer {
    padding-bottom: 60px
}

body.mobile .top-games-header {
    font-size: 24px;
    padding: 0 16px
}

@media(max-width:512px) {
    .game-p {
        display: block
    }

    .col-s {
        display: none
    }

    .top-games-header {
        font-size: 20px
    }

    .top-games-header img {
        padding-bottom: 8px;
        width: 32px
    }
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .game {
        margin-left: 182px
    }
}

#floatable-logo {
    background-color: #ff0f63;
    border-radius: 100%;
    box-shadow: 0 0 0 0 #000;
    position: fixed;
    right: 10px;
    top: 40px;
    touch-action: none;
    transform: translateY(-999%);
    transition: transform .5s ease;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 9999
}

#floatable-logo .power-bottom-container {
    transform: scale(.7)
}

body.playing #promo {
    display: none !important
}

body.playing.gameMinimized #mainLobby {
    display: block !important
}

body.playing:not(.gameMinimized) {
    background-color: #000
}

body.playing:not(.gameMinimized) #floatable-logo.show {
    transform: translateY(0)
}

body.playing:not(.gameMinimized) #mainLobby {
    display: none !important
}

.blackoutArea {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .8;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    visibility: hidden;
    z-index: 19
}

.blackoutArea img {
    opacity: .3;
    padding: 1em 1em 0;
    width: 35%
}

.blackoutArea p {
    color: #fff
}

.blackoutArea div {
    padding-bottom: 60px;
    padding-top: 30px
}

.blackoutArea.show {
    visibility: visible
}

#floatable-logo-greyArea {
    touch-action: none;
    z-index: 30
}

#floatable-logo-greyArea img {
    filter: brightness(0) invert(1)
}

#floatable-logo-blackArea {
    opacity: 1
}

#forgotPasswordForm {
    display: none
}

#forgotPasswordForm.visible {
    display: block
}

input.valid+label:after {
    border: 2px solid #00e2ac;
    border-width: 0 0 2px 2px;
    content: "";
    height: 6px;
    left: 50%;
    margin: -6px 0 0 -5px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 12px
}

.validationbox {
    height: 42px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

.with-extra-symbol {
    right: 20px
}

.inline-block {
    display: inline-block
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.fullwidth {
    width: 100%
}

.login-link {
    margin: 30px 0
}

.login-link,
.register-manually {
    cursor: pointer;
    display: block;
    font-size: 16px;
    text-align: center
}

.register-manually {
    margin: 16px 0
}

.topNotification {
    background: #ff5652;
    color: #fff;
    display: block;
    font-size: 16px;
    opacity: 0;
    padding: 5px 0 4px;
    position: fixed;
    text-align: center;
    top: -50px;
    transition: opacity .5s ease-in-out;
    z-index: 4
}

.topNotification .notification-message {
    display: block;
    padding-bottom: 5px
}

.topNotification .notification-dismiss {
    background: url(https://assets.rootz.com/caxino.com/arrow-button-white.svg);
    display: block;
    margin: 0 auto;
    position: unset;
    transform: rotate(180deg)
}

body.desktop:not(.bottomMenuVisible) .topNotification {
    padding-left: 200px;
    width: calc(100% - 200px)
}

body.bottomMenuVisible .topNotification {
    width: 100%
}

.show-topNotification {
    display: block;
    opacity: .85;
    top: 0
}

#live-chat-link,
.checkboxes a {
    text-decoration: underline
}

#live-chat-link {
    color: #3f49d9;
    cursor: pointer
}

#live-chat-img {
    cursor: pointer
}

.levelup-dark {
    background: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s linear;
    z-index: 10
}

.levelup-bottom {
    background: #ffe303;
    background: -moz-linear-gradient(top, #ff0 0, #ffd800 100%);
    background: -webkit-linear-gradient(top, #ff0, #ffd800);
    background: linear-gradient(180deg, #ff0 0, #ffd800);
    border-radius: 50px;
    margin-top: -30px;
    padding: 16px 24px;
    text-align: center
}

.levelup-bottom .spin-button {
    animation: btn-blink 1s step-end 0s infinite;
    font-size: 20px;
    height: 42px;
    width: 100%
}

.levelup-bottom .spin-button.disabled {
    animation: none
}

.mudal-content.levelup-game {
    background: #fff
}

.mudal-content.levelup-game .levelup-game {
    margin: 0 auto 16px 0;
    padding-bottom: 125%;
    position: relative;
    text-align: center
}

.level-game-prize {
    bottom: 0;
    color: #3f49d9;
    font-size: 1.6em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s ease-in;
    z-index: 100
}

.level-game-prize h1 {
    font-size: 1.6em;
    margin: 0 0 4px
}

.level-game-prize h1,
.level-game-prize p {
    color: #3f49d9;
    font-family: var(--font1);
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase
}

.level-game-prize p {
    margin: 4px
}

.levelup-game-button {
    cursor: pointer;
    margin: 10%;
    max-width: 150px !important;
    width: 80%
}

.levelup-game-button.disabled {
    cursor: auto;
    filter: brightness(70%)
}

.levelup-game-border,
.levelup-game-lights {
    background-image: url(https://assets.rootz.com/caxino.com/levelup-game-border.png);
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.levelup-game-lights {
    animation: blink .5s ease 0s infinite alternate;
    background-image: url(https://assets.rootz.com/caxino.com/levelz_lightson.png)
}

.levelup-game-shade {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .18) 0, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .18), transparent);
    background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0, transparent);
    border-radius: 20%;
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.levelup-game-inner {
    background: #fff;
    border-radius: 20%;
    bottom: 3%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 3%
}

.levelup-game-inner .reel {
    transform: translate3d(0, -85%, 0);
    transition: transform 2.2s ease-in-out
}

.levelup-game-inner .reel>img {
    border-radius: 10px;
    display: block;
    margin: 5% auto;
    width: 50%
}

.levelup-rays {
    animation: spinning-rays 70s linear 0s infinite
}

.levelup-prize-img,
.levelup-rays {
    left: 0;
    position: absolute;
    right: 0;
    top: 12%
}

.levelup-prize-img {
    margin: 20%;
    width: 60%
}

.levelup-game-btn {
    left: 0;
    margin: 0 25%;
    position: absolute;
    right: 0;
    top: 92%;
    width: 50%
}

.levelup-marker-left,
.levelup-marker-right {
    background: url(https://assets.rootz.com/caxino.com/levelup-arrow.svg) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 10%;
    position: absolute;
    top: 45%;
    width: 8%
}

.levelup-marker-left {
    left: 13%;
    transform: rotate(180deg)
}

.levelup-marker-right {
    right: 13%
}

.levelz-logo {
    padding-bottom: 8px;
    width: 60%
}

@keyframes spinning-rays {
    0% {
        transform: scale(1.3) rotate(0deg);
        -webkit-transform: scale(1.3) rotate(0deg)
    }

    to {
        transform: scale(1.3) rotate(1turn);
        -webkit-transform: scale(1.3) rotate(1turn)
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes scaler {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.9)
    }
}

@keyframes btn-blink {
    0% {
        background-color: #3f49d9;
        border-color: #3f49d9
    }

    50% {
        background-color: #ff0f63;
        border-color: #ff0f63
    }
}

.pnp-amount-button.selected {
    background: #ffe303 0 0 no-repeat padding-box;
    border-color: #ffe303
}

#pnp-other-amount,
.pnp-amount-button {
    border: none;
    color: #ff0f63
}

#pnp-other-amount::placeholder {
    color: #ff0f63
}

#pnp-other-amount:focus {
    border: none
}

.pnp-disclaimer {
    color: #fff;
    display: inline-block;
    margin: 8px 0 0
}

.pnp-disclaimer a {
    color: #fff
}

.pnp-title {
    -webkit-text-fill-color: #fff;
    background: none
}

.badge-container {
    display: none
}

.reg-p-prefix-wrap {
    width: 45%
}

.reg-phone-wrap {
    width: 50%
}

@media(max-width:330px) {

    .reg-p-prefix-wrap,
    .reg-phone-wrap {
        width: 100%
    }
}

@supports(-webkit-touch-callout:none) {

    .input,
    .select {
        font-size: 16px
    }
}

.power-level {
    font-style: normal
}

.base-content-wrapper {
    margin-bottom: 0
}

.sm-notification h3 {
    font-style: normal
}

.underTopBannerText {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 900;
    padding: 10px;
    text-align: center
}

.regform-logo {
    top: 20px
}

#top-bar,
.top-bar {
    line-height: 37px
}

#top-games-promo .categories a:hover .category-name:after {
    transform: scaleX(0)
}

#top-games-promo .categories a:hover img {
    filter: brightness(115%)
}

#top-games-promo .category-name-container {
    bottom: 10px;
    display: table;
    height: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 75%
}

#top-games-promo .category-name-container .category-name {
    bottom: 6px;
    display: table-cell;
    letter-spacing: .5px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle
}

.levelup-game-btn {
    margin: 4px 0;
    position: static
}

.level-game-prize-extra {
    background: #3f49d9;
    border-radius: 1em;
    color: #fff;
    font-size: 12px;
    margin: 8px auto;
    padding: 16px;
    word-break: break-word
}

.level-game-prize-extra img {
    float: left;
    position: relative;
    top: -4px;
    width: 32px
}

.levelup-prize-cont {
    left: 0;
    margin: 20%;
    position: absolute;
    right: 0;
    top: 26%;
    width: 60%
}

.levelup-prize-img {
    animation: scaler 3s ease-in 0s infinite alternate;
    border-radius: 10px;
    margin: 0;
    position: relative;
    width: 100%
}

.levelup-lower {
    left: 0;
    margin: 4px 16px;
    position: absolute;
    right: 0;
    top: 74%
}

.shaker {
    animation: shaker .6s ease 0s
}

@keyframes shaker {
    0% {
        transform: translateZ(0)
    }

    20% {
        transform: translate3d(20px, -10px, 0) rotate(5deg)
    }

    50% {
        transform: translate3d(6px, -5px, 0) rotate(-2deg)
    }

    75% {
        transform: translate3d(-10px, -5px, 0) rotate(1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lid-up {
    animation: lid-up .5s ease-in 0s;
    animation-delay: .6s;
    animation-fill-mode: forwards
}

@keyframes lid-up {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -220px, 0)
    }
}

.prize-up {
    animation: prize-up 1.2s ease-in 0s;
    animation-delay: .6s;
    animation-fill-mode: forwards
}

@keyframes prize-up {
    0% {
        transform: translateZ(0)
    }

    80% {
        transform: translate3d(0, -80px, 0)
    }

    to {
        transform: translate3d(0, -80px, 0) scale(1.2)
    }
}

.box-fade {
    animation: box-fade .8s linear 0s;
    animation-delay: 1.1s;
    animation-fill-mode: forwards
}

@keyframes box-fade {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.plus-1 {
    font-weight: 700
}

.menu-l a img {
    left: -15px;
    top: -8px;
    width: 66px
}

@media(prefers-reduced-motion:no-preference) {
    .lander-middle-text em {
        animation: scaler .7s ease-in 2s infinite alternate
    }
}

#cta-morepromo.learn-more-promo {
    background: #8168d5;
    background-image: url(https://assets.rootz.com/caxino.com/landing-page/caxino_x_bg_.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px
}

#cta-morepromo.learn-more-promo .cta-promo-header {
    color: #fff
}

#cta-morepromo.learn-more-promo .learn-more-logo {
    background-image: url(../img/logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 18px;
    height: 3.6em;
    margin: 16px auto
}

#cta-morepromo.learn-more-promo .fakeh2 {
    color: #fff;
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 16px auto;
    padding: 0 16px
}

#cta-morepromo.learn-more-promo button {
    margin: 16px auto
}

#instantplay-promo ul li img {
    height: auto;
    width: 130px
}

#customer-support-promo ul {
    font-weight: 600
}

#customer-support-promo ul li {
    margin: 10px 0
}

.lobby-menu li img {
    transform: scale(1);
    transition: all .15s ease
}

.lobby-menu li:hover img {
    filter: brightness(115%);
    transform: scale(1.1)
}

.lobby-menu li .highvolatility {
    height: 92px;
    padding-top: 8px
}

@media(max-width:1000px) {
    .lobby-menu li {
        padding: 5px 5px 15px
    }
}

@media(max-height:500px), (max-width:800px) {
    .lobby-menu li .highvolatility {
        height: 46px;
        padding-top: 4px
    }
}

.mudal-shade {
    transition: all 0s linear
}

@media(max-width:900px) {
    #top-games-promo .category-name-container .category-name {
        bottom: -2px;
        font-size: 16px
    }

    #cta-morepromo.learn-more-promo {
        background-size: cover
    }
}

.fx-cont {
    animation: spinning-rays 50s linear 0s infinite;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 1px
}

.sparkle-rotator {
    animation: sparkleopac 1.5s linear infinite
}

.sparkle {
    animation: sparkle1 1.5s ease infinite;
    background-image: url(https://assets.rootz.com/caxino.com/sparkle.svg);
    height: 32px;
    left: -16px;
    position: absolute;
    top: -16px;
    width: 32px
}

@keyframes sparkle1 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes sparkleopac {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(180deg)
    }
}

.footer-links {
    margin-top: 0
}

#footer-link-container {
    margin-top: 16px
}

.support-page-lander {
    background-color: #10ddd7
}

.support-page-lander .support-page-lander__text-wrap {
    max-width: 100%;
    padding-right: 0;
    padding-top: 0
}

.support-page-lander .support-page-lander__text-wrap .support-page-lander__logo {
    display: inline-block;
    max-width: 250px;
    padding-top: 69px;
    vertical-align: top;
    width: 50%
}

.support-page-lander .support-page-lander__text-wrap .support-page-lander__text {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    text-align: left;
    width: 50%
}

.support-page-lander .support-page-lander__text-wrap .support-page-lander__text h1 {
    color: #fff;
    font-family: var(--font1);
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
    word-break: break-word
}

.support-page.info-section-split {
    margin: 2em;
    text-align: center
}

.support-page.info-section-split .inner-section {
    display: inline-block;
    margin: 2em auto;
    max-width: unset
}

.support-page.info-section-split .inner-section .top-img {
    display: inline-block;
    vertical-align: top;
    width: 142px
}

.support-page.info-section-split .inner-section .info-content {
    display: inline-block;
    max-width: 400px;
    padding-left: 20px;
    text-align: left
}

.support-page.info-section-split .inner-section .info-content p {
    font-family: var(--font1);
    font-size: 18px
}

@media(max-width:400px) {
    .support-page-lander .support-page-lander__text-wrap .support-page-lander__logo {
        padding-top: 0
    }

    .support-page-lander .support-page-lander__text-wrap .support-page-lander__text {
        font-size: 20px;
        padding-left: 0;
        width: 100%
    }

    .support-page-lander .support-page-lander__text-wrap .support-page-lander__text h1 {
        font-size: 40px
    }
}

.game-bg1,
.game-bg2 {
    background: url(https://assets.rootz.com/caxino.com/caxino_bg.svg);
    background-size: cover
}

.loyalty-plus-top-lander {
    background-image: url(https://assets.rootz.com/caxino.com/vip-page/caxinoextrabg@2x.png);
    display: inline-block;
    min-height: 400px;
    text-align: center;
    width: 100%
}

.loyalty-plus-top-lander .loyalty-plus-left-image {
    background-image: url(https://assets.rootz.com/caxino.com/vip-page/caxino_extra@2x.png);
    background-size: contain;
    display: inline-block;
    height: 336px;
    margin-top: 25px;
    max-height: 300px;
    max-width: 400px;
    vertical-align: top;
    width: 100%
}

@media(max-width:650px) {
    .loyalty-plus-top-lander .loyalty-plus-left-image {
        display: none
    }
}

.loyalty-plus-top-lander .loyalty-plus-middle-text {
    display: inline-block;
    margin-bottom: 91px;
    margin-top: 91px;
    text-align: left
}

.vip.info-section-split {
    margin: 2em 2em 5em
}

.vip.info-section-split .inner-section {
    font-family: var(--font1)
}

.loyalty-plus-right span#cashback-cash-amount {
    color: #3d49d9
}

.cta-center .cta-getmore .cta-img img {
    max-width: 500px
}

.landing-video-wrap {
    margin: 0 auto !important;
    padding: 40px
}

.landing-video-container {
    background-image: url(https://cdn.rootz.com/caxino.com/caxino_bluebg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.welcome-banner a {
    color: #fff
}

.welcome-banner span {
    padding-left: 5px;
    padding-right: 5px
}

.exclusiveOverlayImage {
    background-image: url(https://assets.rootz.com/caxino.com/exclusive-thumbnail.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    bottom: 30px;
    height: 100%;
    position: absolute;
    width: 100%
}

.notfound-lander .info-section {
    padding: 50px
}

.notfound-lander .info-section .side-img {
    background-image: url(https://assets.rootz.com/caxino.com/caxino_404.png);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    height: 300px;
    margin-right: 50%;
    max-width: 54%;
    padding-top: 16%;
    width: 300px
}

.notfound-lander .info-section h1 {
    font-size: 6.5em
}

.notfound-lander .info-section h2 {
    font-size: 30px;
    margin-bottom: 30px
}

.notfound-lander .info-section a {
    margin: 25px;
    padding-top: 25px
}

.notfound-lander .info-section .btn-cyan {
    background: #19ddd7;
    border: 4px solid #19ddd7;
    color: #fff;
    padding: 15px 20px
}

.collapsed {
    max-height: 720px;
    overflow: hidden
}

body.jurisdiction-DE * #sidemenu-panic-container {
    background-color: #ce115e
}

body.jurisdiction-DE * #sidemenu-panic-container #sidemenu-panic {
    border-radius: .5em;
    height: 28px
}

.lander-middle-text,
.lander-middle-text-2,
.trust-elements {
    cursor: pointer
}

#mid-sect {
    display: block
}

.brand-unavailable-content {
    padding: 20px
}

.brand-unavailable-content .logo-container {
    display: flex;
    justify-content: space-around;
    padding: 10px 0
}

.brand-unavailable-content .logo-container a {
    display: flex;
    width: 25%
}

#bottommenu:not(.logged-in) #bottom-right #login-btn-bottom {
    height: 40px
}

@media(max-height:500px), (max-width:800px) {
    .lobby-menu {
        background-color: #fff;
        flex-flow: row;
        margin-bottom: 0;
        overflow: auto hidden;
        padding: 0 4% 15px
    }

    .lobby-menu li {
        padding: 15px 0
    }

    ::-webkit-scrollbar {
        display: none
    }

    .lobby-menu.sticky,
    .search {
        background-color: #fff
    }

    .search {
        border-bottom: 1px solid rgba(158, 158, 158, .1)
    }
}

#top-bar,
.top-bar {
    background: #ff0f63;
    box-sizing: border-box;
    height: 55px;
    padding: 6px 6px 14px;
    position: relative;
    text-align: center
}

#top-bar img,
.top-bar img {
    max-height: 100%
}

#top-bar {
    display: none
}

.trust-elements {
    background: #fff;
    height: 104px;
    overflow: hidden;
    text-align: center
}

.trust-elements img {
    height: 42px;
    margin: 40px 9px 30px
}

.touch .trust-elements {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap
}

.gameproviders-elements {
    background: #fff;
    height: 95px;
    overflow: hidden;
    text-align: center
}

.gameproviders-elements img {
    height: 60px;
    margin: 1px 9px 30px
}

.touch .gameproviders-elements {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap
}

.lander-middle-text,
.main-banner h1 {
    color: #fff;
    font-family: var(--font1);
    font-size: 48px;
    font-weight: 900;
    letter-spacing: .6px;
    margin: 0;
    text-transform: uppercase
}

.lander-middle-text em,
.main-banner h1 em {
    color: #ffe303;
    display: block;
    font-size: 82px;
    font-style: normal
}

.lander-middle-text-2 {
    color: #fff;
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .02em;
    margin: 15px 0 20px
}

.lander-cta {
    font-family: var(--font2);
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    max-width: 100%;
    padding: 14px;
    width: 100%
}

.lander-cta span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    padding-top: 5px
}

.gradientbg,
.welcome-banner {
    background: #3f49d9
}

.welcome-banner {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    top: 0;
    transition: all .25s ease-in;
    width: 100%;
    z-index: 4
}

.welcome-banner span {
    padding-right: 20px
}

.welcome-banner .btn-container button {
    margin-right: 20px;
    padding: 5px 10px !important
}

.welcome-banner .yellow-txt {
    color: #ffe303;
    font-family: var(--font1);
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .6px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle
}

@media(min-width:801px) {
    .welcome-banner span {
        padding-right: 0
    }

    .btn-container {
        padding-left: 20px
    }
}

@media(max-width:800px) {
    .welcome-banner .btn-container {
        display: block;
        padding-top: 5px
    }

    .welcome-banner span {
        padding-right: 0
    }

    .welcome-banner .yellow-txt {
        padding-right: 20px
    }
}

@media(max-width:480px) {
    .welcome-banner .welcome-p {
        display: block;
        padding-top: 5px
    }
}

#lander-ball {
    bottom: 80px;
    height: 180px;
    left: 440px;
    position: absolute;
    width: 180px;
    z-index: 10
}

#promo {
    background-color: #261589; 
}

#promo h3 {
    font-size: 16px
}

.top-lander {
    position: relative
}

.top-lander>.lander-right-rays {
    position: absolute;
    right: -60%;
    top: -80%
}

@keyframes opac {
    50% {
        opacity: 1
    }

    0% {
        opacity: 0
    }
}

.top-lander-wrap {
    padding: 30px
}

.top-lander-bg1 {
    opacity: 1
}

.top-lander-bg1,
.top-lander-bg2 {
    background: #10ddd7;
    height: 100%;
    position: absolute;
    width: 100%
}

@keyframes lander-button-load {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.lander-buttons {
    margin: 0 auto;
    text-align: center;
    width: 84%
}

.lander-buttons .disclaimer {
    font-size: 12px
}

.lander-buttons .disclaimer a {
    color: #fff !important
}

.main-banner {
    padding: 32px
}

.main-banner p {
    color: #fff
}

.main-banner button {
    margin-right: 16px
}

.lander-image {
    bottom: 0;
    position: absolute;
    top: 0
}

.lander-image img {
    height: 100%;
    max-height: 100%;
    max-width: none
}

.lander-left-image {
    left: 0
}

.lander-right-image {
    right: 0
}

.lander-right-image img {
    float: right
}

.lander-main {
    background: #ff0f63;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 385px;
    padding: 12px;
    position: relative;
    text-align: center
}

.lander-main p {
    color: #fff;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 0
}

.lander-border-wrap {
    background: #ffe701;
    border-radius: 14px;
    padding: 5px
}

.lander-inner {
    background: #ff0f63;
    border-radius: 10px;
    padding: 30px
}

.user-banner img {
    max-height: 120px
}

#top-games-promo {
    background-color: #fff;
    position: relative;
    z-index: 5
}

#top-games-promo .games-and-categories {
    font-size: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 22px;
    text-align: center
}

#top-games-promo .games-and-categories img {
    border-radius: 24px;
    display: block;
    width: 200px
}

#top-games-promo a {
    display: inline-block;
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 600;
    margin: 0 .7% 2%;
    max-width: 200px;
    position: relative;
    width: 18%
}

#top-games-promo .game-name {
    display: block;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

#top-games-promo .categories a {
    background: #ff1763;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

#top-games-promo .categories a:after {
    content: "";
    display: inline-block;
    padding-bottom: 100%
}

#top-games-promo .categories a img {
    border-radius: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 75%
}

#top-games-promo .category-slots img {
    left: 55%;
    top: 20%;
    width: 48%
}

#top-games-promo .category-live-casino img {
    top: 17%;
    width: 42%
}

#top-games-promo .category-name {
    bottom: 14%;
    box-sizing: border-box;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 800;
    left: 0;
    padding: 0 8%;
    position: absolute;
    white-space: normal;
    width: 100%
}

#top-games-promo .category-name:after {
    background: #fff;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 30%;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center center;
    width: 40%
}

#top-games-promo .categories a:hover .category-name:after {
    transform: scaleX(1)
}

.touch #top-games-promo .categories,
.touch #top-games-promo .games {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.landing-video-wrap {
    box-sizing: border-box;
    margin: 0 auto 30px;
    max-width: 100%;
    width: 720px
}

#cta-morepromo,
#cta-promo {
    background: #19ddd7;
    padding: 70px 0;
    text-align: center
}

#cta-morepromo .promo-img-right,
#cta-promo .promo-img-right {
    animation: dot-bounce 1.3s ease infinite;
    position: absolute;
    right: 50px;
    z-index: 1
}

#cta-morepromo .promo-img-right img,
#cta-promo .promo-img-right img {
    float: right;
    height: 200px;
    max-width: none;
    width: auto
}

#cta-morepromo .promo-img-left,
#cta-promo .promo-img-left {
    animation: dot-bounce 1.3s ease .7s infinite;
    left: 50px;
    position: absolute;
    z-index: 1
}

#cta-morepromo .promo-img-left img,
#cta-promo .promo-img-left img {
    height: 200px;
    max-width: none;
    width: auto
}

#cta-morepromo .cta-promo-header,
#cta-promo .cta-promo-header {
    color: #fff;
    font-family: var(--font1);
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .6px;
    margin: 0 5% 20px;
    min-height: 50px;
    text-transform: uppercase
}

#cta-morepromo .button,
#cta-morepromo button,
#cta-promo .button,
#cta-promo button {
    font-size: 20px;
    padding: 20px 40px;
    width: auto
}

#instantplay-promo {
    background: #f2f1f9;
    padding: 32px;
    text-align: center
}

#instantplay-promo>img {
    width: 200px
}

#instantplay-promo .fakeh2 {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: .8em 0 .3em
}

#instantplay-promo ul {
    margin-top: 40px
}

#instantplay-promo ul li {
    display: inline-block;
    margin: 0 2.5%;
    vertical-align: top;
    width: 19%
}

#instantplay-promo ul li .fakeh3 {
    display: block;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin: 30px 0;
    word-break: break-word
}

#customer-support-promo {
    background: #fff;
    line-height: var(--line-height-base, 1.5em);
    padding: 140px 60px;
    position: relative;
    text-align: center
}

#customer-support-promo .fakeh2 {
    font-family: var(--font2);
    font-size: 33px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 36px;
    margin-top: 0
}

#customer-support-promo ul {
    font-family: var(--font2);
    font-size: 18px;
    font-weight: 800;
    line-height: 20px
}

#customer-support-promo li {
    margin-bottom: 20px;
    margin-top: 20px
}

.cs-top {
    background: url(https://assets.rootz.com/caxino.com/jagged_edge_white.png) repeat-x;
    background-size: auto 100px;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cs-inner {
    display: inline-block;
    max-width: 600px;
    position: relative;
    text-align: left;
    z-index: 2
}

.cs-right {
    bottom: 0;
    height: 110%;
    position: absolute;
    width: 90vw;
    z-index: 1
}

.cs-right img {
    height: 100%;
    max-width: none;
    position: absolute;
    right: 0;
    width: auto
}

.cs-left {
    bottom: 0;
    display: inline-block;
    height: 300px;
    padding-right: 16px;
    z-index: 1
}

.cs-left img {
    height: 100%;
    max-width: none;
    width: auto
}

@media(max-width:1150px) {
    #lander-ball {
        bottom: 20px;
        left: 380px
    }

    #customer-support-promo {
        padding: 90px 40px 50px
    }

    .cs-top {
        background-size: auto 50px
    }

    .cs-left,
    .cs-right,
    .promo-img-left,
    .promo-img-right {
        display: none
    }
}

@media(max-width:960px) {
    .top-lander-wrap {
        padding: 5% 8%
    }

    .lander-main {
        max-width: 260px
    }

    .lander-main p {
        font-size: 12px;
        margin-top: 10px
    }

    .lander-inner {
        padding: 10px 20px
    }

    .lander-middle-text {
        font-size: 32px
    }

    .lander-middle-text em {
        font-size: 64px;
        line-height: .94;
        margin: 6px 0
    }

    .lander-middle-text-2 {
        font-size: var(--font-size-base, 14px);
        margin: 8px 0
    }

    .lander-buttons {
        width: 100%
    }

    .lander-cta {
        font-size: var(--font-size-base, 14px);
        padding: 12px
    }

    .lander-cta span {
        font-size: 12px
    }

    .lander-left-image,
    .lander-right-image {
        display: none
    }

    #top-games-promo .games-and-categories {
        padding: 4%;
        text-align: left
    }

    #top-games-promo .games {
        overflow: hidden
    }

    #top-games-promo a {
        margin: 0 1.1% 3%;
        width: 22%
    }

    #top-games-promo a .game-hover {
        padding-top: 75%
    }
}

@media(max-height:500px), (max-width:800px) {
    #top-bar {
        display: block
    }

    #cta-morepromo .cta-promo-header,
    #cta-promo .cta-promo-header {
        font-size: 4em
    }

    #instantplay-promo ul li {
        width: 42%
    }

    #instantplay-promo ul li img {
        height: 100px
    }

    #customer-support-promo {
        padding: 90px 8% 50px
    }

    #customer-support-promo h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px
    }

    #customer-support-promo ul {
        font-size: 16px
    }

    #customer-support-promo li {
        padding-left: 0
    }

    #new-favorites-promo {
        align-content: center
    }

    #new-favorites-promo .new-favorites-image {
        margin: 0 auto 30px;
        padding-top: 0
    }

    #new-favorites-promo .new-favourites-text-area {
        margin-left: auto;
        margin-right: auto;
        width: 80%
    }

    #new-favourites-header {
        margin-bottom: 20px
    }
}

@media(max-width:600px) {
    .lander-main {
        text-align: center
    }

    #top-games-promo .games-andcategories {
        padding: 5% 2.5%
    }

    #top-games-promo a {
        margin: 0 1.1% 3.33%;
        width: 30%
    }
}

@media(max-width:400px) {
    #top-games-promo a {
        margin: 0 2% 5%;
        width: 45%
    }

    .welcome-banner h1 {
        font-size: 42px
    }

    .main-banner button {
        margin-bottom: 8px
    }
}

.banner-img-item {
    border-radius: 24px
}

.user-banner .lander-main {
    max-width: 300px
}

.user-banner .lander-middle-text-2 {
    font-size: var(--font-size-base, 14px)
}

.logout-section {
    position: relative;
    text-align: center
}

.logout-section .main-banner h2 {
    color: #fff
}

.logout-section button {
    position: relative;
    z-index: 1
}

.landing_cooperationwith {
    background-color: #261589;
    font-weight: 700;
    padding: 1.5em;
    text-align: center
}

.landing_cooperationwith div {
    display: inline-block;
    padding: 30px
}

.landing_cooperationwith div a img {
    filter: grayscale(100%);
    width: 200px
}

.landing_cooperationwith div a img:hover {
    filter: none
}

.landing_casino_container {
    background-color: #261589;
    padding-top: 25px
}

.landing_cooperationwith_hrContainer {
    background-color: #261589
}

.landing_cooperationwith_hrContainer .landing_cooperationwith_hr {
    border-top: 1px solid #3f49d9;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 95%
}

.landing_cooperationwith_hrContainerMax {
    padding: 15px
}

.landing_cooperationwith_hrContainerMax .landing_cooperationwith_hr {
    border-top: 1px solid #3f49d9;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 85%
}

.bonusterms-panelwrapper {
    color: #6752d6;
    min-height: 100px;
    position: relative;
    transition: height .66s ease-out
}

.bonusterms-panelwrapper .bonusterms-panel {
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    padding-right: 1em;
    position: relative;
    transition: max-height .1s ease;
    width: 70%
}

.bonusterms-panelwrapper .bonusterms-panel iframe {
    scrollbar-color: #6652ba #412786
}

.bonusterms-panelwrapper .panel-fade {
    background: linear-gradient(180deg, rgba(38, 21, 137, 0) 0, #261589 75%);
    height: 50px;
    margin-top: -60px;
    position: relative
}

.loyalty-plus-title {
    max-height: 30px
}

.loyalty-plus-top-lander {
    align-content: center;
    background: #6f24fb;
    background: linear-gradient(90deg, #6f24fb 20%, #412787 54%, #382371 72%);
    display: flex;
    justify-content: center
}

.loyalty-plus-left-image-container {
    display: none;
    max-height: 550px;
    padding-left: 6px;
    width: 50%
}

.loyalty-plus-left-image-container img {
    height: auto;
    max-height: 550px;
    width: auto
}

.loyalty-plus-main {
    margin: 2em .5em;
    position: relative;
    width: 100%
}

@media (min-width:950px) {
    .loyalty-plus-main {
        margin: 0;
        top: .6em;
        width: 50%
    }

    .loyalty-plus-left-image-container {
        display: block
    }
}

@media (min-width:1000px) {
    .loyalty-plus-main {
        left: 2em;
        padding-right: 1.5em;
        top: .5em
    }
}

.loyalty-plus-left-image-de {
    margin-top: 0
}

.loyalty-plus-side-img {
    height: 150px;
    width: 150px
}

.loyalty-plus-middle-text {
    color: #fff;
    font-family: var(--font2);
    font-size: 16px;
    letter-spacing: .02em;
    margin-left: 1em
}

@media(max-width:650px) {
    .loyalty-plus-middle-text {
        margin-left: 5px;
        margin-right: 5px
    }
}

.loyalty-plus-middle-text h2 {
    margin: .8em 0
}

.loyalty-plus-middle-text ul {
    list-style: disc !important;
    margin: 0 0 0 1em;
    padding: 0 10px 0 0
}

.loyalty-plus-middle-text li {
    height: auto;
    line-height: var(--line-height-base, 1.5em);
    padding-bottom: 1em
}

.loyalty-plus-middle-text h1 {
    margin: 20px 0
}

.info-section-split {
    display: flex;
    margin: 2em
}

.info-section-split .inner-section {
    margin: auto;
    max-width: 400px
}

.info-section-split .inner-section .top-img {
    width: 120px
}

.info-section-split .inner-section .info-content {
    text-align: left
}

.info-section-split .inner-section .info-content h2 {
    margin-bottom: 1em
}

.info-section-split .inner-section .info-content ul {
    font-family: var(--font2);
    font-size: 16px;
    list-style: disc !important;
    margin: 0 0 0 1em;
    padding: 0
}

.info-section-split .inner-section .info-content li {
    height: auto;
    line-height: var(--line-height-base, 1.5em);
    padding-bottom: 1em
}

@media(max-width:1000px) {
    .info-section-split {
        display: block
    }

    .info-section-split .inner-section {
        margin: 2em 0 0
    }
}

@media(max-width:800px) {
    .loyalty-plus-main .loyalty-plus-middle-text {
        width: auto
    }
}

.mudal-content.vip>.modal-inner {
    padding: 0 25px 30px
}

.mudal-content.vip>.modal-inner .loyalty-plus-bottom .info-content {
    margin-left: 6px
}

.mudal-content.vip>.modal-inner .loyalty-plus-bottom ul {
    font-size: 16.5px;
    margin: 0;
    padding: 0
}

.mudal-content.vip>.modal-inner .loyalty-plus-bottom li {
    height: auto;
    line-height: var(--line-height-base, 1.5em);
    list-style: inside
}

.loyalty-plus-left {
    border-right: 2px solid #d7d4dd;
    display: inline-block;
    width: 45%
}

.loyalty-plus-left .segments .segments-path {
    transform: rotate(271deg);
    transform-origin: center
}

.loyalty-plus-left .segments .segments-path path {
    stroke: #fff;
    stroke-width: 6
}

.loyalty-plus-left .segments #center-percent-text {
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em
}

.loyalty-plus-bottom {
    border-top: 2px solid #d7d4dd;
    margin-top: 1em
}

.loyalty-plus-bottom .inner-section {
    margin-bottom: 2em
}

.loyalty-plus-bottom .inner-section .info-img {
    display: inline-block;
    width: 80px
}

.loyalty-plus-bottom .inner-section .info-img .top-img {
    height: 80px;
    vertical-align: initial
}

.loyalty-plus-bottom .inner-section .info-content,
.loyalty-plus-right {
    display: inline-block
}

.loyalty-plus-right {
    padding: .5em;
    vertical-align: top;
    width: 40%
}

.loyalty-plus-right span#cashback-cash-amount {
    color: #3f49d9;
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    margin: .8em 0
}

.loyalty-plus-right h5 {
    margin: 0 0 .5em
}

.loyalty-plus-right .cashback-clock {
    display: flex
}

.loyalty-plus-right .cashback-clock .col {
    font-family: var(--font2);
    font-size: 10px;
    font-weight: 550;
    letter-spacing: .02em;
    text-align: center
}

.loyalty-plus-right .cashback-clock .col div {
    font-size: 30px
}

.loyalty-plus-right .cashback-clock .col div.digits {
    width: 38px
}

.loyalty-plus-right .col {
    flex: 1
}

/*# sourceMappingURL=/internal/main.8b54e.min.css.map*/