.modal-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.modal-container.right{align-items:flex-end}.modal-container.left{align-items:flex-start}.modal-container .modal-inner{align-items:stretch;background-color:#07182a;display:flex;flex-direction:column;height:100%;width:100%}.modal-container .modal-inner.w80{width:80%}@media(min-width:768px){.modal-container .modal-inner{border:.125rem solid #00bf70;border-radius:.375rem;box-shadow:0 0 1rem 0 rgba(0,191,112,.4);max-height:45rem;max-width:51.25rem}.modal-container .modal-inner:has(.terms,.privacyPolicy,.bonusPolicy,.cookiePolicyPage){max-height:35.25rem;max-width:48rem}}@media only screen and (max-width:960px)and (orientation:landscape){.modal-container .modal-inner{border:0;border-radius:0;box-shadow:none;max-width:100%}}.modal-container .modal-header{align-items:center;backdrop-filter:blur(.5rem);background-color:#07182a;border-bottom:.125rem solid #00bf70;display:flex;gap:.5rem;justify-content:space-between;padding:.8125rem 1rem}.modal-container .modal-header .modal-title{color:#fff;flex:1;font-size:1.25rem;font-weight:800;line-height:1.75rem;margin:0;text-align:center}.modal-container .modal-header .modal-close{cursor:pointer}.modal-container .modal-header .modal-close img{filter:drop-shadow(0 0 1rem rgba(0,191,112,.4));height:1.5rem;width:auto}.modal-container .modal-header .modal-back{cursor:pointer}.modal-container .modal-header .modal-back img{height:1.5rem;width:auto}.modal-container .modal-back{cursor:pointer}.modal-container .modal-back img{height:1.5rem;width:auto}.modal-container .modal-body{box-sizing:border-box;flex-grow:1;height:100%;justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative}.modal-container .modal-footer{border-top:1px solid #e5e5e5;bottom:0;padding:1rem}.modal-container .modal-footer .modal-btn-set{display:flex;flex-direction:row-reverse;justify-content:space-between}.modal-container .modal-content{height:calc(100% - 24px);margin:1.5rem 2rem 0;padding-bottom:2rem}@media(min-width:768px){.modal-container .modal-content{margin:1.5rem 1.5rem 0;padding-bottom:1.5rem}}.modal-container .modal-content .errorWrapper{padding:0;width:auto}.modal-container ::-webkit-scrollbar{width:.125rem}.modal-container ::-webkit-scrollbar-track{background:transparent}.modal-container ::-webkit-scrollbar-thumb{background-color:#fff;border-radius:.375rem}.modal-fade-container{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.icon-wrapper{display:flex;position:relative}.badge-icon{height:.875rem;position:absolute;right:-.5rem;top:-.25rem;width:.875rem}.autosize-container{height:100%;width:100%}.modalMarkupV3Container{background-color:rgba(7,24,42,.9);height:100%;left:0;overflow:hidden;padding:.3125rem;position:absolute;top:0;width:100%}@media(min-width:1024px){.modalMarkupV3Container{align-items:center;border:.125rem solid #00bf70;border-radius:.375rem;box-shadow:0 0 1rem 0 rgba(0,191,112,.4);display:flex;height:auto;justify-content:center;position:relative;width:auto}}.modalMarkupV3Wrapper{background-color:#07182a;height:100%;overflow:auto;position:relative;width:100%}.no-animation{padding:0}@media(min-width:1024px){.no-animation{border-radius:.375rem}}.modal-animation{animation:o-rotate-360 8s linear infinite;height:100%;left:0;position:absolute;top:0;width:100%}.modal-animation span{display:block;height:100%;position:relative;transform:translate(-50%,-50%);width:100%}.modal-animation span:after{content:"";display:block;height:100%;left:100%;position:absolute;width:100%}.modal-animation span:first-child{background:#70daf4}.modal-animation span:first-child:after{background:#00bf70}.modal-animation span:last-child{background:#fff00d}.modal-animation span:last-child:after{background:#07182a}@keyframes o-rotate-360{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.modalMarkupV3{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.modalMarkupV3 .modalMarkupV3Header{align-items:center;backdrop-filter:blur(.5rem);border-bottom:.125rem solid #00bf70;color:#fff;display:flex;font-size:1.25rem;font-weight:800;justify-content:space-between;line-height:1.75rem;margin:0;padding:.8125rem 1rem;text-align:center;width:100%}.modalMarkupV3 .modalMarkupV3Header .modalMarkupV3Close{cursor:pointer}.modalMarkupV3 .modalMarkupV3Header .modalMarkupV3Close img{filter:drop-shadow(0 0 1rem rgba(0,191,112,.4));height:1.5rem;width:auto}.modalMarkupV3 .modalMarkupV3Header .modal-back{cursor:pointer}.modalMarkupV3 .modalMarkupV3Header .modal-back img{height:1.5rem;width:auto}.modalMarkupV3 .modalMarkupV3Header .modal-back.is-hidden{padding-left:1.5rem}.modalMarkupV3 .modalMarkupV3Header .modal-back.is-hidden img{display:none}.modalMarkupV3.register-modal .modalMarkupV3Header{display:inherit}.modalMarkupV3.register-modal .modalMarkupV3Header .modalMarkupV3Close{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.modalMarkupV3.register-modal .modalMarkupV3Header .modal-back{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.modalMarkupV3 .modalMarkupV3Content{display:flex;flex-direction:column;height:calc(100% - 3.5rem);overflow-y:auto}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar{height:0;width:.375rem}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar-track,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar-track{background:transparent}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar-thumb,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:.1875rem}.modalMarkupV3 .modalMarkupV3Btns{align-items:center;display:flex;flex-direction:column}.modalMarkupV3 .modalMarkupV3Btns button:first-child{margin-bottom:1rem}.modalMarkupV3.contentSelfScroll .modalMarkupV3Wrapper{display:flex;flex-direction:column}.modalMarkupV3.contentSelfScroll .modalMarkupV3Wrapper .modalMarkupV3Content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.modalMarkupV3 .fullHeightContent{height:100%;overflow:auto}.modalMarkupV3 .modalMarkupV3Footer{background:#07182a;bottom:0;box-shadow:0 0 .25rem 0 rgba(2,11,35,.2);display:flex;flex-direction:row;left:0;padding:.5rem;position:absolute;width:100%}html.desktop .modalMarkupV3 .modalMarkupV3Wrapper{height:auto;max-height:90vh;overflow:hidden;width:48rem}.suspense-wrapper-modals{background-color:#07182a;min-height:31.25rem}.register-v2 .modalMarkupV3Header{display:inherit}.register-v2 .modalMarkupV3Header .modalMarkupV3Close{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.register-v2 .modalMarkupV3Header .modal-back{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.kycBlockModal .modalMarkupV3Header{justify-content:center}html.desktop .modalMarkupV3.dynamic-modal-wrapper .modalMarkupV3Wrapper{height:45rem;width:48rem}.instant-bonus-game-container .game-thumb-tags{padding:0 1.25rem;position:unset;z-index:1}.instant-bonus-game-thumb{border-radius:.375rem;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.instant-bonus-game-tags{display:flex}.instant-bonus-game-tags .instant-bonus-tag{margin:0}.instant-bonus-game-tags .instant-bonus-tag:first-child{border-radius:.5rem 0 0 .5rem}.instant-bonus-game-tags .instant-bonus-tag:last-child{border-radius:0 .5rem .5rem 0}.instant-bonus-game-tags .instant-bonus-tag .instant-bonus-icon{margin-left:0}@media(min-width:850px){.instant-bonus-game-tags{justify-content:center}}.instant-bonus-game-thumb-ratio-wrapper{height:13.625rem}@media(min-width:850px){.instant-bonus-game-thumb-ratio-wrapper{height:23.25rem}}.instant-bonus-game-thumb-container{background:#07182a;user-drag:none;height:inherit}.instant-bonus-game-thumb-container .instant-bonus-game-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:1rem}.instant-bonus-game-thumb-container .instant-bonus-game-img{border:.125rem solid #fd35af;border-radius:.375rem;box-sizing:border-box;height:5.5rem;width:auto}.instant-bonus-game-thumb-container .instant-bonus-game-thumb-img{height:100%;position:absolute;top:0;width:100%}.instant-bonus-game-thumb-info{display:flex;flex-direction:row;justify-content:space-between;padding:1.5rem 1.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.instant-bonus-game-thumb-info .instant-bonus-game-thumb-info-left-section{display:flex;flex-direction:column}.instant-bonus-game-thumb-jackpot{background-color:rgba(8,15,59,.7);border-radius:.25rem;box-sizing:border-box;color:#fcad6d;font-size:.875rem;font-weight:400;margin-bottom:.25rem;padding:2% 10%}.instant-bonus-game-thumb-name{color:#fff;font-size:1rem;font-weight:900;line-height:1.5rem;margin:1rem 0 .125rem}.instant-bonus-game-thumb-vendor{color:#fff00d;font-size:.875rem;font-weight:600;line-height:1.375rem;margin:0}.instant-bonus-game-thumb-img{-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.instant-bonus-game-wrapper{cursor:pointer;position:relative}@media(min-width:850px){.instant-bonus-game-wrapper .instant-bonus-game-thumb-info{justify-content:center;z-index:1}}.instant-bonus-game-wrapper .instant-bonus-game-thumb-play{display:none}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container{pointer-events:unset;text-align:center;z-index:1}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container .instant-bonus-game__divider{background-color:rgba(112,218,244,.1);height:.125rem;margin:0 1.5rem .75rem}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container .game-thumb-tags{display:block;font-size:.875rem;font-weight:600;height:3.875rem;line-height:1.375rem;overflow:hidden;pointer-events:unset}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container .game-thumb-tag{background-color:#fff00d;border-radius:.5rem;color:#07182a;flex-basis:calc(33% - 0.5rem);font-size:.75rem;font-weight:900;line-height:1.5rem;margin-left:.25rem;margin-right:.25rem;padding:0 .5rem;text-transform:uppercase}.instant-bonus-game-wrapper .game-thumb-tags_center .game-thumb-tag{margin-top:1rem}.instant-bonus-tag{align-items:center;background-color:#00bf70;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:900;line-height:1.5rem;margin:0 .25rem .5rem;padding:0 .25rem 0 .3125rem;text-transform:uppercase}@media(min-width:850px){.instant-bonus-tag{flex-basis:unset}}.instant-bonus-tag.red{padding:0 .5rem}.instant-bonus-tag.yellow{background-color:#fff00d;color:#07182a;padding:0 .5rem}.instant-bonus-tag.white{background:#fff;color:#07182a}html.desktop .instant-bonus-game-thumb-container .instant-bonus-game-container{background:#07182a;padding-bottom:0}html.desktop .instant-bonus-game-thumb-container:not(.game-thumb-default):after{background:linear-gradient(180deg,rgba(7,24,42,0) 64.58%,rgba(7,24,42,.8));bottom:0;content:"";height:100%;left:0;position:absolute;right:0;z-index:0}html.desktop .game-thumb-tags{padding:0 .5rem}html.desktop .instant-bonus-game-thumb-info{padding:.75rem}html.desktop .instant-bonus-game-info{align-items:center;display:flex;justify-content:center;margin-bottom:.875rem}html.desktop .instant-bonus-game-info .instant-bonus-game-thumb-name,html.desktop .instant-bonus-game-info .instant-bonus-game-thumb-vendor{font-size:1rem;font-weight:900;margin:0 .25rem}.instant-bonus-purchased{margin:0 auto 1rem;width:100%}.instant-bonus-purchased .purchased-heading{color:#fff;font-size:1.25rem;font-weight:900;line-height:1.75rem;text-align:center}.instant-bonus-purchased .purchased-heading.heading-top{margin-bottom:1rem}.instant-bonus-purchased .purchased-heading.heading-bottom{margin-top:1.5rem}.instant-bonus-purchased .instant-bonus-purchased-item{align-items:center;background-color:#0d4b46;border-radius:.375rem;color:#fff;display:flex;font-size:1rem;font-weight:900;padding:1.125rem 1rem}.instant-bonus-purchased .instant-bonus-purchased-item:not(:last-child){margin-bottom:.5rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds{flex:1}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds :first-child{line-height:1.5rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds :last-child{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds-count{align-items:center;background-color:#fff00d;border-radius:1rem;color:#07182a;display:flex;font-size:1rem;font-weight:900;height:2.5rem;justify-content:center;margin:0 .5rem;padding:0 .75rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play a{border-radius:.375rem;color:#fff}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play a,.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play span{align-items:center;background-color:#00bf70;box-shadow:0 0 1rem rgba(0,191,112,.4);display:flex;font-size:1rem;font-weight:900;justify-content:center;line-height:1.5rem;padding:.75rem 1rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play span{border:0;border-radius:.375rem;color:hsla(0,0%,100%,.5);cursor:not-allowed}.instant-bonus-tooltip{background-color:#00766c;border-radius:.375rem;color:#fff;font-family:League Spartan,"sans-serif";font-size:.75rem;font-weight:600;line-height:1.25rem;padding:1rem}.instant-bonus-tooltip .MuiTooltip-arrow{color:#00766c}.rhino-tooltip{background-color:#393939;border-radius:.375rem;color:#fff;font-family:Open Sans,sans-serif;font-size:.75rem;font-weight:600;line-height:1.25rem;padding:1rem}.rhino-tooltip .MuiTooltip-arrow{color:#393939}.rhino-tooltip.MuiTooltip-tooltip{max-width:19.375rem}.bet-selector{background-color:#0d4b46;border-radius:.375rem;display:flex;flex-direction:column;padding:.5rem 1rem 1rem;width:100%}.bet-selector .instant-bonus-buy-btn div{font-size:.875rem;font-weight:600;line-height:1.375rem}.bet-selector .MuiFormControl-root{padding:.5rem .5rem 1rem}.bet-selector .MuiTextField-root .MuiInputBase-root{background-color:transparent}.bet-selector .MuiIconButton-root{margin:0}.bet-selector .button-selector{box-shadow:0 0 1rem rgba(0,191,112,.4);width:100%}.bet-selector .amount-input-field input{font-size:1.5rem;font-weight:600;line-height:1.5rem;padding:0;text-align:center}.bet-selector .amount-input-field .MuiOutlinedInput-notchedOutline{border:transparent}.bet-selector .amount-input-field .MuiOutlinedInput-adornedEnd,.bet-selector .amount-input-field .MuiOutlinedInput-adornedStart{height:2.5rem}.muiButtonBase{border-radius:.75rem;font-size:.875rem;font-weight:700;padding:.75rem 1rem}.muiButtonEndIcon{margin-left:.5rem}.muiButtonContainedPrimary{background:#00bf70;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;box-shadow:none;color:#fff;font-family:League Spartan,"sans-serif";font-size:1rem;font-weight:800;line-height:1.25rem;padding:.5rem 1rem;transition:none}.muiButtonContainedPrimary,.muiButtonContainedPrimary.btn-sm{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedPrimary.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.muiButtonContainedPrimary.width-shadow,.muiButtonContainedPrimary:hover{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedPrimary:hover{background-color:#00d67d}.muiButtonContainedPrimary:active{background:#00a863;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedPrimary:disabled{background-color:#00bf70;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.muiButtonContainedPrimary.inverted{background:#fff;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#00bf70;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedSecondary{background:#fd35af;background-color:#fd35af;border:0;border-radius:.375rem;box-shadow:none;box-shadow:0 0 1rem rgba(253,53,175,.8);box-shadow:0 0 1rem 0 rgba(253,53,175,.8);color:#fff;font-size:1rem;font-weight:800;line-height:1.25rem;margin:0;overflow:hidden;padding:.75rem 1.25rem;position:relative;text-decoration:none;text-shadow:0 0 1rem hsla(0,0%,100%,.4);transition:none;z-index:0}.muiButtonContainedSecondary.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.muiButtonContainedSecondary.btn-sm,.muiButtonContainedSecondary:hover{box-shadow:0 0 1rem rgba(253,53,175,.8);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedSecondary:hover{background:#fd53bb}.muiButtonContainedSecondary:active{background:rgba(253,53,175,.8);box-shadow:0 0 1rem rgba(253,53,175,.8);color:#fff;outline:0;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedSecondary:disabled{background-color:#fd35af;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}@keyframes rotate{to{transform:rotate(1turn)}}.muiButtonContainedSecondary:before{animation:rotate 5s linear infinite;background-color:#fd35af;background-image:conic-gradient(from 0 at 50% 50%,hsla(0,0%,100%,.5) 0deg,hsla(0,0%,100%,0) 60deg,hsla(0,0%,100%,0) 310deg,hsla(0,0%,100%,.5) 1turn);background-position:0 0;background-repeat:no-repeat;content:"";height:800%;left:-150%;position:absolute;top:-350%;width:400%;z-index:-2}.muiButtonContainedSecondary:after{background-color:#fd35af;border-radius:.375rem;content:"";height:calc(100% - .25rem);left:.125rem;position:absolute;top:.125rem;width:calc(100% - .25rem);z-index:-1}.muiButtonContainedSecondary:hover:after{background-color:rgba(253,53,175,.8)}.MuiButton-label{align-items:inherit;display:inherit;justify-content:inherit;width:100%}.btn-dropdown-wrapper{display:inline-block}.btn-dropdown-wrapper .muiButtonBase{background-color:rgba(112,218,244,.1);border-radius:1rem;font-size:.75rem;font-weight:900;line-height:1.5rem;margin:0 .5rem .5rem 0;padding:.5rem 1rem}.btn-dropdown-wrapper .muiButtonBase:hover{background-color:rgba(112,218,244,.2)}.btn-dropdown-wrapper .MuiButton-label{color:#07182a}.btn-dropdown-wrapper .MuiButton-label svg{fill:#07182a;margin-left:.5rem}.btn-dropdown-wrapper .MuiButton-label svg path{fill:#07182a}.btn-dropdown-wrapper .btn-dropdown{z-index:2}.btn-dropdown-wrapper .MuiPaper-rounded{border-radius:1rem}.btn-dropdown-wrapper .btn-dropdown-items{min-width:20rem;padding:.75rem 0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.MuiInputBase-input{height:1.5rem;outline:none}.MuiInputBase-input.Mui-disabled{color:hsla(0,0%,100%,.6)}.MuiOutlinedInput-root{background-color:hsla(0,0%,100%,.1);border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;color:#fff;font-size:1rem;font-weight:600;height:3.5rem;line-height:1.5rem;padding-right:0}.MuiOutlinedInput-root.Mui-focused{background-color:hsla(0,0%,100%,.1);border:.125rem solid #00bf70;border-radius:.375rem}.MuiOutlinedInput-root.Mui-focused input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px transparent}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:0}.MuiOutlinedInput-root.Mui-error{border:.125rem solid #d32f2f}.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border:0;top:0}.MuiFormLabel-root{color:hsla(0,0%,100%,.7);line-height:1.5rem;transform:translate(1rem,1rem) scale(1);z-index:1}.MuiFormLabel-root.Mui-error,.MuiFormLabel-root.Mui-focused{color:#fff}.MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(1rem,.625rem) scale(.75)}.MuiOutlinedInput-notchedOutline legend{height:0;width:0}.MuiTextField-root .MuiInputBase-input{padding:1.25rem 1rem 0}.MuiTextField-root .MuiOutlinedInput-notchedOutline{border:0;padding:0 1rem;top:0}.MuiTextField-root .MuiOutlinedInput-notchedOutline span{padding:0}.MuiTextField-root .MuiFormHelperText-root.Mui-error{margin:.25rem 1rem 0}.password-button{color:hsla(0,0%,100%,.8);font-size:.75rem;font-weight:600;line-height:1.25rem;text-decoration:underline}.MuiIconButton-root:hover{background-color:transparent}.amount-selector-top{display:flex;flex-direction:column}.amount-selector-top .amount-input-field.MuiTextField-root .MuiInputBase-input.MuiOutlinedInput-input{color:#fff;font-size:1.5rem;font-weight:800;height:1.75rem;line-height:1.75rem;padding:0;text-align:center}.amount-selector-top .amount-input-field.MuiTextField-root .MuiInputBase-input.MuiOutlinedInput-input:focus{background-color:transparent}.amount-selector-top .amount-input-field .MuiOutlinedInput-notchedOutline{border:transparent}.amount-selector-top .amount-input-field .MuiOutlinedInput-adornedEnd,.amount-selector-top .amount-input-field .MuiOutlinedInput-adornedStart,.amount-selector-top .amount-input-field .MuiOutlinedInput-root{padding:0}.amount-selector-top .amount-input-field .MuiOutlinedInput-root .MuiInputAdornment-root{margin:0}.amount-selector-bottom .MuiInputAdornment-root{background-color:hsla(0,0%,100%,.1);border-radius:.375rem;height:2.5rem;max-height:2.5rem;padding:.5rem}.amount-selector-bottom .MuiInputAdornment-root.MuiInputAdornment-positionStart{margin-right:0}.amount-selector-bottom .MuiInputAdornment-root.MuiInputAdornment-positionEnd{margin-left:0}.amount-selector-bottom .MuiInputBase-input{background-color:transparent;border-radius:0}.buttonDisabled{cursor:not-allowed}.buttonDisabled path,.buttonDisabled rect{fill:#868686}.instant-bonus-modal-container{border:0;border-radius:0}.instant-bonus-details-modal .modalMarkupV3Wrapper{border-radius:0}.instant-bonus-details-modal .modalMarkupV3Header{border-top-left-radius:0;border-top-right-radius:0}.instant-bonus-details-modal .modalMarkupV3Content{background-color:#07182a;color:#fff;padding:2rem 1.5rem}.instant-bonus-details-modal .modalMarkupV3Content h1{line-height:2.5rem;margin:0 0 1.5rem;text-align:center}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .instant-bonus-game-image{border:.125rem solid #fd35af;border-radius:.375rem;box-sizing:border-box;height:15rem;max-width:12.1875rem}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .instant-bonus-game-image .instant-bonus-game-thumb-ratio-wrapper{height:100%}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .instant-bonus-game-image .game-thumb-img{height:15rem}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .absolute{position:absolute;right:1rem;top:1rem}.instant-bonus-details-modal .instant-bonus-tags{align-items:center;display:block;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;text-align:center}.instant-bonus-details-modal .bet-selector{margin:0 auto 1.5rem}.instant-bonus-details-modal .bet-selector .Mui-disabled{background:#00bf70;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;box-shadow:none;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;font-family:League Spartan,"sans-serif";font-size:1rem;font-weight:800;line-height:1.25rem;padding:.5rem 1rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4);transition:none}.instant-bonus-details-modal .bet-selector .Mui-disabled.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.instant-bonus-details-modal .bet-selector .Mui-disabled.btn-sm,.instant-bonus-details-modal .bet-selector .Mui-disabled.width-shadow,.instant-bonus-details-modal .bet-selector .Mui-disabled:hover{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.instant-bonus-details-modal .bet-selector .Mui-disabled:hover{background-color:#00d67d}.instant-bonus-details-modal .bet-selector .Mui-disabled:active{background:#00a863;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.instant-bonus-details-modal .bet-selector .Mui-disabled:disabled{background-color:#00bf70;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.instant-bonus-details-modal .bet-selector .Mui-disabled.inverted{background:#fff;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#00bf70;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.desktop .instant-bonus-modal-container{border-radius:.375rem}.desktop .instant-bonus-details-modal.modalMarkupV3 .modalMarkupV3Wrapper{max-height:42.875rem;max-width:30rem;overflow:hidden}.desktop .instant-bonus-details-modal .modalMarkupV3Content{padding:1.5rem 1.5rem 1rem}.desktop .instant-bonus-details-modal .instant-bonus-tags{max-width:30rem}.balance-component-wrapper{display:flex;flex-direction:column}.balance-component-wrapper .balance-view{align-self:stretch;background-color:hsla(0,0%,100%,.05);border-radius:.375rem .375rem 0 0;display:flex;flex-direction:column;justify-content:center;padding:1rem}@media(min-width:768px){.balance-component-wrapper .balance-view{border-radius:.375rem 0 0 .375rem}}.balance-component-wrapper .balance-view .balance-view-label{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25rem}.balance-component-wrapper .balance-view .balance-view-value{color:#fff;font-size:2rem;font-weight:800;line-height:2rem}.balance-component-wrapper .balance-view .bonus-view-total-amount{color:#fff;font-size:.875rem;font-weight:600;line-height:1.375rem}.balance-component-wrapper .balanceDivider{background:hsla(0,0%,100%,.1);height:.125rem;width:100%}@media(min-width:768px){.balance-component-wrapper .balanceDivider{height:100%;width:.125rem}}.balance-component-wrapper .balance-add-button{align-self:stretch;background-color:hsla(0,0%,100%,.05);border-radius:0 0 .375rem .375rem;display:flex;flex:1 0 0;flex-direction:column;justify-content:center;padding:1rem}@media(min-width:768px){.balance-component-wrapper .balance-add-button{border-radius:0 .375rem .375rem 0}}.balance-component-wrapper .balance-add-button .MuiButtonBase-root{flex-wrap:wrap}.balance-component-wrapper .balance-add-button .MuiButtonBase-root .icon-wrapper img{height:1.5rem;width:auto}.balance-component-wrapper .balance-add-button .MuiButtonBase-root .MuiButton-label{white-space:nowrap;width:auto}@media(min-width:768px){.balance-component-wrapper{flex-direction:row}}.promotions-card-terms{margin-bottom:2rem;padding:.3125rem 0}.promotions-card-terms .staticContentTable{width:70%}.promotions-card-terms.content-container .content-types{padding-left:0;padding-right:0}.promotions-card-terms.content-container .static-terms-content .content-types-terms{padding:0}.promotions-card-terms ol,.promotions-card-terms ul{padding-left:0}.promotions-card-terms ol li,.promotions-card-terms ul li{line-height:1.375rem;list-style-position:inside}html.desktop .promotions-card-terms{padding:.4375rem 0}.loader{align-items:center;bottom:0;display:flex;justify-content:center;left:0;right:0;top:0}.loader,.loader.loader-absolute{position:absolute}.loader.page-preloader .spinnerContainer,.loader.page-preloader .spinnerContainerV2{position:relative}.loader.page-preloader .spinnerContainer .loadingSpinner,.loader.page-preloader .spinnerContainerV2 .loadingSpinner{left:calc(50vw - 1.25rem);position:absolute}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinnerContainer,.spinnerContainerV2{align-items:center;display:flex;height:100%;justify-content:center;padding:1.5625rem;position:relative;width:100%}.spinnerContainer .loadingSpinner,.spinnerContainerV2 .loadingSpinner{animation:spinner 1.5s linear infinite;animation-play-state:inherit;border-radius:50%;height:2.5rem;left:calc(50% - 1.25rem);position:absolute;top:calc(50% - 1.25rem);width:2.5rem;will-change:transform}.spinnerContainer .loadingSpinner{border:.3125rem solid #fff00d;border-bottom-color:#fd35af}.spinnerContainerV2 .loadingSpinner{border:.125rem solid #fd35af;border-top-color:transparent}