@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);#cashier-modal{align-items:center;animation:cv3_fadeIn .3s;animation-fill-mode:forwards;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:1em;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:1000}#cashier-modal.fade-out{animation:cv3_fadeOut .3s;animation-fill-mode:forwards}#cashier-modal .modal-content{background-color:#fff;border-radius:8px;box-shadow:4px 4px 12px rgba(0,0,0,.3);max-height:100%;max-height:90vh;max-height:90dvh;max-width:500px;overflow-y:auto;padding:1em;position:relative;width:100%}#cashier-modal .modal-content .inprocess{animation:cv3_processing .75s infinite alternate-reverse;filter:blur(1px);pointer-events:none}#cashier-modal .modal-content .btnclosemodal{background:none;background-color:var(--cashier_dark_gray);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:22px;height:20px;line-height:20px;margin:0;outline:none;padding:0;position:absolute;right:2px;text-align:center;top:2px;transition:all .3s;width:20px}#cashier-modal .modal-content .btnclosemodal:hover{background-color:#787878}#casinoapp #initLoader{align-items:center;animation:cv3_fadeIn 1s;display:flex;flex-direction:column;gap:8px;height:90px;justify-content:space-between;left:0;position:absolute;right:0;top:43%}#casinoapp .loaderlogo{animation:ucc_fadeInZoon .5s;display:block;margin:0 auto;max-width:220px;width:50%}#casinoapp .loader{height:40px;width:40px;--c:no-repeat linear-gradient(orange 0 0);animation:l5 1.5s cubic-bezier(.3,1,0,1) infinite;background:var(--c),var(--c),var(--c),var(--c);background-size:21px 21px}@keyframes l5{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;height:60px;width:60px}66%{background-position:100% 0,100% 100%,0 100%,0 0;height:60px;width:60px}to{background-position:100% 0,100% 100%,0 100%,0 0}}#cashiersidebar{position:relative;width:100%}#cashiersidebar .top{background-color:var(--cashier_sidebar_bgk);width:100%}#cashiersidebar .currentpage,#cashiersidebar .top{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}#cashiersidebar .currentpage{background-color:#fff;border:none;border-radius:0 20px 20px 0;color:#00d05d;font-weight:700;gap:8px;height:40px;line-height:40px;outline:none;padding:0 8px;text-align:left;text-transform:uppercase}#cashiersidebar .currentpage span{flex-grow:1;font-size:16px}#cashiersidebar .currentpage svg{font-size:20px}#cashiersidebar .currentpage .chevron{margin-left:24px}#cashiersidebar .currentpage:hover{cursor:pointer}#cashiersidebar .currentpage.open .chevron{transform:rotateX(180deg)}#cashiersidebar .balance{line-height:1em;padding:8px}#cashiersidebar .balance .label{font-size:13px;margin-bottom:6px}#cashiersidebar .balance .amount{color:var(--cashier_secondary_green);font-size:24px;font-weight:700}#cashiersidebar .navigation{background-color:var(--cashier_sidebar_bgk);border-radius:0 0 16px 16px;height:0;overflow:hidden;position:relative;transition:height .5s}#cashiersidebar .navigation.open{height:226px}#cashiersidebar .navigation.open:after{height:16px}#cashiersidebar .navigation:after{background:linear-gradient(180deg,rgba(0,0,0,.25) 0,transparent 60%);content:"";height:0;left:0;position:absolute;top:0;transition:height .3s;width:100%}#cashiersidebar nav{display:flex;flex-direction:column;margin:8px 0;width:100%}#cashiersidebar nav a{align-items:center;color:var(--cashier_sidebar_link);display:block;display:flex;flex-direction:row;font-size:15px;font-weight:700;gap:8px;padding:8px;text-decoration:none;text-transform:uppercase;transition:all .3s}#cashiersidebar nav a svg{font-size:26px}#cashiersidebar nav a.active{background-color:var(--cashier_sidebar_active_bgk);color:var(--cashier_secondary_green)}#cashiersidebar nav a:not(.active):hover{background-color:#e4e4e8}#cashiersidebar .note{display:none;font-size:12px;font-style:italic;padding:16px}@media screen and (min-width:1024px){#cashiersidebar{background-color:var(--cashier_sidebar_bgk);display:flex;flex-direction:column;gap:16px;width:220px}#cashiersidebar .top{background-color:transparent;padding:16px}#cashiersidebar .currentpage{display:none}#cashiersidebar .balance{padding:0}#cashiersidebar .navigation{background-color:transparent;flex-grow:1;height:auto}#cashiersidebar .navigation.open{height:auto}#cashiersidebar .navigation:after{display:none}#cashiersidebar nav a{line-height:40px;padding:0 16px}#cashiersidebar .note{display:block}}#cashierapp{flex-grow:1}#cashierapp:has(.loginrequired){align-items:center;display:flex;justify-content:center}.loginrequired{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:1em;text-align:center;transform:translateY(-25%)}.loginrequired button,.loginrequired h1,.loginrequired p{margin:0}.ccnumber--masked{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.ccnumber--masked .ccmask{background-color:#000;border-radius:50%;height:.5rem;margin:0 1px;opacity:.5;position:relative;top:-1px;width:.5rem}.ccnumber--masked .ccdigit{font-size:16px;font-weight:500}.ccnumber--masked .spaced{margin-right:.5rem}@media screen and (min-width:360px){.ccnumber--masked .ccdigit{font-size:18px}}#depositstep1 header .stepselection .methodimg{animation:cv3_fadeIn 1s;background-color:var(--cashier_box_bgk);border-radius:4px;display:block;height:20px;padding:4px;width:auto}#depositstep1 .trylte a{color:var(--cashier_dark_blue);text-decoration:underline}#depositstep1 .trylte a:hover{cursor:pointer}#depositstep1 .maincontainer{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:480px;width:100%}#depositstep1 h4{color:#373247;font-size:14px;margin:0 0 4px}#depositstep1 .playerlastusedcc{width:100%}#depositstep1 .playerlastusedcc .depmethodbox{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between;width:100%}#depositstep1 .playerlastusedcc .depmethodbox .cc_logo{flex-shrink:0;width:60px}#depositstep1 .playerlastusedcc .depmethodbox .cc_logo img{display:block;height:16px;margin:0 auto;max-width:60px;min-width:unset}#depositstep1 .playerlastusedcc .depmethodbox .cc_logo img[alt=maestro],#depositstep1 .playerlastusedcc .depmethodbox .cc_logo img[alt=mastercard]{height:20px}#depositstep1 .playerlastusedcc .depmethodbox .cc_info{flex-grow:1}#depositstep1 .playerlastusedcc .depmethodbox .cc_info label:hover{cursor:pointer}#depositstep1 .playerlastusedcc .depmethodbox .cc_date{color:#4b4b4b;font-size:14px}@media screen and (min-width:360px){#depositstep1 .playerlastusedcc .depmethodbox .cc_date{font-size:14px}}#cashierapp .free_spins_cta{align-items:center;display:flex;flex-direction:column;font-size:16px;gap:4px}#cashierapp .free_spins_cta p strong{animation:cv3_blink 1s infinite}#cashierapp .free_spins_cta .freespins_cta_image{border-radius:4px;display:block;max-width:320px;width:100%}#cashierapp .free_spins_cta .button{text-align:center;text-decoration:none}.coupon_details{align-items:center;font-size:15px;gap:16px}.coupon_details,.coupon_details .row{display:flex;flex-direction:column;width:100%}.coupon_details .row{align-items:flex-start;flex-wrap:nowrap;gap:4px;justify-content:space-between;margin:0 auto}.coupon_details .row .label{color:#8798ad;font-size:.85em;font-weight:700}.coupon_details .row .filler{border-bottom:1px dotted var(--cashier_box_border);flex-grow:1}.coupon_details .row.alt{align-items:flex-end;flex-direction:row;margin-bottom:4px}.coupon_details .coupon_conditions{font-size:14px}.coupon_details .coupon_conditions ul{margin:0;padding:0 24px 0 16px}.coupon_details .moredetails{color:var(--cashier_blue);font-size:13px;text-decoration:underline}.coupon_details .moredetails:hover{cursor:pointer}.coupon_details .coupon_extra_details{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;height:0;justify-content:space-between;max-width:600px;overflow:hidden;transition:height .35s;width:100%}.coupon_details .coupon_extra_details h4{color:#8798ad;font-size:.85em;font-weight:700;margin:0 0 4px}.coupon_details .coupon_extra_details .coupondepositmethods{display:flex;flex-direction:column;gap:16px;margin:0 auto;width:100%}.coupon_details .coupon_extra_details .coupondepositmethods .method,.coupon_details .coupon_extra_details .games{width:100%}.coupon_details .coupon_extra_details .games ul{column-count:2;gap:8px;list-style:none;margin:0;padding:0;width:100%}.coupon_details .coupon_extra_details .games ul li{font-size:14px;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.coupon_details .coupon_extra_details .games ul li:before{content:"-";margin-right:4px}@media screen and (min-width:568px){.coupon_details .coupon_extra_details .games ul{column-count:3}}#cashierapp .active_coupon_body{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px;width:100%}#cashierapp .active_coupon_body .activecoupon{background-color:var(--cashier_light_gray);border-radius:24px;color:#000;font-size:24px;font-weight:700;line-height:48px;margin:0;padding:0 32px}#cashierapp .active_coupon_body .cantcancel{font-size:14px;font-style:italic}#cashierapp .coupon_actions{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;padding:16px 0}#cashierapp .coupon_actions .button{order:1}#cashierapp .coupon_actions .alertbox{order:2}#cashierapp #depositstep2.open .active_coupon_body.floatcta .coupon_actions .button--green{animation:cv3_fadeIn .5s;bottom:8px;position:fixed;transition:all .33s}#cashierapp #depositstep2.open .active_coupon_body.floatcta .coupon_actions.hidebtn .button--green{bottom:-100px}.redeem-modal{display:flex;flex-direction:column;gap:16px}.redeem-modal .coupon-details-header{display:flex;flex-direction:column;gap:4px}.redeem-modal .coupon-details-header h4{color:#8798ad;font-size:14px;margin:0}.redeem-modal .coupon-details-header .coupon-details-header-code{background-color:#f4f6fc;border-radius:8px;font-size:24px;line-height:2em;padding:0 1em;text-transform:uppercase;width:100%}.redeem-modal .coupon-details-actions{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between}.redeem-modal .coupon-details-actions .button{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;display:flex;flex:1 1 50%;font-size:15px;font-weight:700;height:3em;justify-content:center;transition:background-color .3s ease}.redeem-modal .coupon-details-actions .button--close{background-color:#fff;color:#1e1f43}.redeem-modal .coupon-details-actions .button--close:hover{background-color:rgba(0,0,0,.03)}.redeem-modal .coupon-details-actions .button--redeem{background-color:#2fb427;color:#fff}.redeem-modal .coupon-details-body{display:flex;flex-direction:column;font-size:14px;gap:8px}.redeem-modal .coupon-details-body .note{display:block;font-size:12px;padding-top:16px;text-align:justify}.redeem-modal .coupon-details-body .note .label{color:red}#cashierapp .manual_redeem_section{background-color:#fff;border-radius:8px;margin:0 auto;max-width:400px;padding:8px;width:100%}#cashierapp .manual_redeem_section h3{font-size:14px;margin:0}#cashierapp .manual_redeem_section .manualredeemform{align-items:center;background-color:#f4f6fc;border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;height:48px;justify-content:space-between;margin:4px auto;padding:0 1em;text-transform:uppercase;width:100%}#cashierapp .manual_redeem_section .manualredeemform input{background-color:transparent;border:none;flex:1 1 50%;font-size:24px;height:2em;line-height:48px;outline:none;padding:0;text-transform:uppercase;width:50%}#cashierapp .manual_redeem_section .manualredeemform input::placeholder{font-size:16px;line-height:48px;text-transform:none}#cashierapp .manual_redeem_section .manualredeemform .ctabtn{background-color:transparent;border:1px solid var(--cashier_dark_blue);border-radius:12px;color:var(--cashier_dark_blue);font-size:14px;font-weight:700;height:24px;line-height:24px;margin:0;padding:0 1em}#cashierapp .manual_redeem_section .manualredeemform .ctabtn:hover{cursor:pointer}#cashierapp .manual_redeem_section .manualredeemform .emptycoupon{color:red;font-size:13px;margin-top:4px}@media screen and (max-width:567px){#deposit section .sectioncontent:has(.slick-slider){padding:8px}#deposit section .sectioncontent:has(.slick-slider) #redeemcoupon .moreoptions{padding:0 8px}}#redeemcoupon{overflow:hidden;transition:height .3s}#redeemcoupon.inprocess{animation:cv3_processing .75s infinite alternate-reverse;filter:blur(1px);pointer-events:none}#redeemcoupon #couponoptions{display:flex;flex-direction:column;gap:16px}#redeemcoupon .redeemerror{width:100%}#redeemcoupon .redeemerror .alertbox{align-items:flex-start;width:100%}#redeemcoupon .moreoptions{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between;width:100%}#redeemcoupon .moreoptions .ctabtn{background-color:transparent;border:none;color:var(--cashier_dark_blue);margin:0;outline:none;padding:0;text-decoration:underline}#redeemcoupon .moreoptions .ctabtn:hover{cursor:pointer}#redeemcoupon #couponoptions .couponoption{max-width:351px;overflow:hidden;padding:0 4px;position:relative;width:100%}#redeemcoupon #couponoptions .couponoption .thumb{aspect-ratio:351/446;border-radius:8px 8px 0 0;display:block;margin:0;object-fit:cover;object-position:center;width:100%}#redeemcoupon #couponoptions .couponoption .bottombox{align-items:center;background-color:var(--cashier_dark_blue);border-radius:0 0 8px 8px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;justify-content:center;padding:8px}#redeemcoupon #couponoptions .couponoption .bottombox button{max-width:100%;min-width:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#redeemcoupon #couponoptions .couponoption .bottombox .mindeposit{align-items:center;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:11px;gap:4px;justify-content:center}#redeemcoupon #couponoptions .couponoption .bottombox .mindeposit .icon{font-size:15px}#redeemcoupon #couponoptions .couponoption .termsbtn{height:28px;position:absolute;right:8px;top:8px;transition:transform .3s;width:28px}#redeemcoupon #couponoptions .couponoption .termsbtn:hover{cursor:pointer;transform:scale(1.2)}#redeemcoupon #couponoptions .couponoption .termsbtn svg{color:#fff;display:block;font-size:28px}#redeemcoupon #couponoptions .couponoption .terms{background-color:rgba(0,0,0,.85);border-radius:8px;bottom:0;color:#fff;display:flex;flex-direction:column;height:100%;left:4px;padding:12px;position:absolute;right:4px;top:100%;transition:top .5s}#redeemcoupon #couponoptions .couponoption .terms.show{top:0}#redeemcoupon #couponoptions .couponoption .terms .termsheader{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;font-weight:700;justify-content:space-between;margin-bottom:12px}#redeemcoupon #couponoptions .couponoption .terms .termsheader .close{color:#fff;font-size:24px}#redeemcoupon #couponoptions .couponoption .terms .termsheader .close:hover{cursor:pointer}#redeemcoupon #couponoptions .couponoption .terms .bonusterms{display:flex;flex-grow:1;font-size:13px;overflow:auto}#redeemcoupon #couponoptions .couponoption .terms .bonusterms ul{margin:4px 0;padding-left:1em}#redeemcoupon #couponoptions .couponoption:has(.terms.show) .termsbtn{display:none}#redeemcoupon #manualredeem{margin:0 auto;max-width:345px;width:100%}#redeemcoupon #manualredeem h4{font-size:14px;margin:0}#redeemcoupon #manualredeem .manualredeemform{align-items:center;background-color:#f4f6fc;border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;height:48px;justify-content:space-between;margin:4px auto;padding:0 1em;text-transform:uppercase;width:100%}#redeemcoupon #manualredeem .manualredeemform input{background-color:transparent;border:none;flex:1 1 50%;font-size:24px;height:2em;line-height:48px;outline:none;padding:0;text-transform:uppercase;width:50%}#redeemcoupon #manualredeem .manualredeemform input::placeholder{font-size:16px;line-height:48px;text-transform:none}#redeemcoupon #manualredeem .manualredeemform .ctabtn{background-color:transparent;border:1px solid var(--cashier_dark_blue);border-radius:12px;color:var(--cashier_dark_blue);font-size:14px;font-weight:700;height:24px;line-height:24px;margin:0;padding:0 1em}#redeemcoupon #manualredeem .manualredeemform .ctabtn:hover{cursor:pointer}#redeemcoupon #manualredeem .emptycoupon{color:red;font-size:13px;margin-top:4px}#redeemcoupon #manualredeem .moreoptions{margin-top:16px}#redeemcoupon .nobonus{color:var(--cashier_blue);font-size:14px;text-align:center;text-decoration:underline;width:100%}#redeemcoupon .nobonus:hover{cursor:pointer}#depositstep2 header .stepselection .selectedbonus{animation:cv3_fadeIn 1s;background-color:var(--cashier_box_bgk);border-radius:4px;display:block;font-size:13px;height:20px;line-height:20px;padding:0 12px;width:auto}#depositstep2 .bonusloader{align-items:center;display:flex;height:100%;justify-content:center}#depositstep2 .bonusloader .loader{animation:cv3_spin 1.5s linear infinite,cv3_loadingpulse 1s linear infinite;font-size:32px}#cashierapp #depositstep3 header .stepselection .selectedamount{animation:cv3_fadeIn 1s;background-color:var(--cashier_box_bgk);border-radius:4px;display:block;font-size:13px;height:20px;line-height:20px;padding:0 12px;width:auto}#cashierapp #depositstep3 .highvalue{border-radius:4px;display:block;margin:0 auto 16px;max-width:648px;padding:12px;text-align:center;width:100%}#cashierapp #depositstep3 .highvalue a{color:var(--cashier_dark_blue);text-decoration:underline}#cashierapp #depositstep3 .highvalue a:hover{cursor:pointer}#cashierapp #depositstep3 .deposit_amount{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;margin:0 auto 16px;max-width:648px;width:100%}#cashierapp #depositstep3 .deposit_amount .amountoption{align-items:center;border:1px solid var(--cashier_box_border);border-radius:12px;display:flex;flex-grow:1;font-size:24px;font-weight:700;height:64px;justify-content:center;max-width:150px;outline:none;padding:8px 0;position:relative;transition:border .3s;width:45%}#cashierapp #depositstep3 .deposit_amount .amountoption.custom{font-size:16px}#cashierapp #depositstep3 .deposit_amount .amountoption:hover{cursor:pointer}#cashierapp #depositstep3 .deposit_amount .amountoption.selected{background-color:var(--cashier_alert_green_bgk);border-color:var(--cashier_alert_green)}#cashierapp #depositstep3 .deposit_amount .amountoption .checkbox{color:var(--cashier_green);display:block;font-size:20px;left:1px;position:absolute;top:1px}@media screen and (min-width:568px){#cashierapp #depositstep3 .deposit_amount .amountoption{width:20%}}#cashierapp #depositstep3 .amountinput{animation:cv3_fadeIn .5s}#cashierapp #depositstep3 .amountinput .amountinput_box{align-items:center;border:1px solid var(--cashier_box_border);border-radius:8px;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:8px;width:100%}#cashierapp #depositstep3 .amountinput .currencysymbol{font-size:28px}#cashierapp #depositstep3 .amountinput input{-moz-appearance:textfield;border:none;flex-grow:1;font-size:28px;height:40px;line-height:40px;margin:0;outline:none;padding:0 8px;width:50%}#cashierapp #depositstep3 .amountinput input::-webkit-inner-spin-button,#cashierapp #depositstep3 .amountinput input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#cashierapp #depositstep3 .amountinput .minmax{color:var(--cashier_dark_gray);font-size:13px;width:100%}#cashierapp #depositstep3 .amountinput .alertbox{order:3}#cashierapp #depositstep3 .amountinput[data-currency=EUR] .input{order:0}#cashierapp #depositstep3 .amountinput[data-currency=EUR] .currencysymbol{order:1}#cashierapp #depositstep3 .amountinput[data-currency=EUR] .minmax{order:2}@media screen and (min-width:568px){#cashierapp #depositstep3 .amountinput{width:50%}}#cashierapp #depositstep3 .acmindepalert{margin-bottom:16px}#cashierapp #depositstep3 #continue_button{display:block;margin:0 auto;transition:opacity .3s}#cashierapp #depositstep3 #continue_button:disabled{background-color:var(--cashier_dark_gray);border-color:var(--cashier_dark_gray);opacity:.4}#cashierapp #depositstep3 #continue_button:disabled:hover{cursor:not-allowed}#cashierapp #depositstep3 #oneclickdeposit_button{border-radius:30px;display:block;height:auto;line-height:normal;margin:0 auto;padding:8px 1em;transition:opacity .3s}#cashierapp #depositstep3 #oneclickdeposit_button span{display:block;font-size:13px;font-weight:400;margin-top:4px}#cashierapp #depositstep3 #oneclickdeposit_button:disabled{background-color:var(--cashier_dark_gray);border-color:var(--cashier_dark_gray);opacity:.4}#cashierapp #depositstep3 #oneclickdeposit_button:disabled:hover{cursor:not-allowed}#cashierapp #depositstep3 .feeinfo{color:var(--cashier_dark_gray);font-size:13px;margin-top:16px;text-align:center}.changellyalert{display:flex;flex-direction:column;gap:16px}#deposit .cryptomethodslist{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 auto;max-width:480px;width:100%}#deposit .cryptomethodslist .depmethodbox{flex-grow:1;max-width:150px;width:45%}#deposit .depositbycrypto{align-items:center;display:flex;flex-direction:column;gap:16px}#deposit .depositbycrypto .depmethodbox{padding:1em .5em}#deposit .depositbycrypto .changellyalert,#deposit .depositbycrypto .error{width:100%}#deposit .depositbycrypto .bitcoin_guide_page{align-items:center;background-color:#f2f2f4;border-radius:8px;color:#423d51;display:flex;flex-direction:row;font-size:14px;gap:16px;margin:2em auto 0;padding:16px}#deposit .depositbycrypto .bitcoin_guide_page .icon{color:#859bb6;font-size:32px}#deposit .depositbycrypto .bitcoin_guide_page>div{align-items:flex-start;display:flex;flex-direction:column;gap:8px}#deposit .depositbycrypto .bitcoin_guide_page .button{background-color:#859bb6;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:400;height:24px;line-height:24px;min-width:unset;outline:none;padding:0 1em;text-decoration:none;text-transform:none}@media screen and (min-width:768px){#deposit .depositbycrypto .bitcoin_guide_page .icon{font-size:20px}#deposit .depositbycrypto .bitcoin_guide_page>div{align-items:center;flex-direction:row}#deposit .depositbycrypto .bitcoin_guide_page>div p{flex-grow:1;width:50%}}#deposit .cryptodata{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:468px;width:100%}#deposit .cryptodata .top{text-align:center}#deposit .cryptodata .top h2{font-size:20px;margin:0 0 8px}#deposit .cryptodata .top a{color:var(--cashier_dark_gray);margin:0;text-decoration:underline}#deposit .cryptodata .top a:hover{cursor:pointer}#deposit .cryptodata .amount{align-items:center;background-color:var(--cashier_light_gray);border-radius:8px;display:flex;justify-content:space-between;margin:0 auto;padding:8px 16px;width:100%}#deposit .cryptodata .amount p strong{color:var(--cashier_green);font-size:18px}#deposit .cryptodata .amount .amountcurrency{text-align:left}#deposit .cryptodata .amount .amountcrypto{text-align:right}#deposit .cryptodata .qrcode .qrimage{animation:cv3_fadeIn 1s;aspect-ratio:1;display:block;margin:0 auto;width:200px}#deposit .cryptodata .qrcode .qrimage canvas{display:block;width:100%}#deposit .cryptodata .qrcode a#downloadqr{align-items:center;color:var(--cashier_green);display:flex;flex-direction:row;font-weight:700;gap:4px;justify-content:center;text-transform:uppercase}#deposit .cryptodata .qrcode a#downloadqr img{display:block;width:16px}#deposit .cryptodata .qrcode a#downloadqr:hover{cursor:pointer}#deposit .cryptodata .cryptoaddress{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}#deposit .cryptodata .cryptoaddress input#cryptoAddress{background-color:var(--cashier_light_gray);border:none;border-radius:8px;display:block;font-size:14px;font-weight:700;margin:0;outline:none;padding:16px;text-align:center;text-overflow:ellipsis;width:100%}#deposit .cryptodata .cryptoaddress input#cryptoAddress.pop{animation:pop .6s}@media screen and (min-width:568px){#deposit .cryptodata .cryptoaddress input#cryptoAddress{font-size:18px}}#deposit .cryptodata .cryptoaddress button:disabled{animation:copied 1.2s;text-transform:none!important}#deposit .cryptodata .status{margin:0 auto;max-width:320px;padding:16px 0;width:100%}#deposit .cryptodata .status .current:before,#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child:before,#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3):before{animation:activebullet 1s infinite;aspect-ratio:1;background-color:var(--cashier_green);border-radius:50%;content:"";position:absolute;width:24px}#deposit .cryptodata .status .statusheader{align-items:center;color:var(--cashier_dark_gray);display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:700;justify-content:space-between}#deposit .cryptodata .status .statusheader span{transition:color .6s}#deposit .cryptodata .status .statusbullets{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;padding:16px}#deposit .cryptodata .status .statusbullets .bullet{aspect-ratio:1;background-color:var(--cashier_dark_gray);border-radius:50%;display:block;position:relative;transition:all .6s;width:24px}#deposit .cryptodata .status .statusbullets .dots{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:space-evenly;position:relative}#deposit .cryptodata .status .statusbullets .dots .dot{aspect-ratio:1;background-color:var(--cashier_mid_gray);border-radius:50%;display:block;width:6px}@media screen and (min-width:568px){#deposit .cryptodata .status .statusbullets .dots .dot{width:8px}}#deposit .cryptodata .status[data-stage="1"] .statusheader span:first-child{color:#000}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child{background-color:var(--cashier_green)}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child+.dots .dot{animation:glow 1s linear infinite;background-color:var(--cashier_green)}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child+.dots .dot:first-child{animation-delay:0}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child+.dots .dot:nth-child(2){animation-delay:.2s}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child+.dots .dot:nth-child(3){animation-delay:.4s}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child+.dots .dot:nth-child(4){animation-delay:.6s}#deposit .cryptodata .status[data-stage="1"] .statusbullets .bullet:first-child+.dots .dot:nth-child(5){animation-delay:.8s}#deposit .cryptodata .status[data-stage="2"] .statusheader span:nth-child(-n+2){color:#000}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:first-child,#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:first-child+.dots .dot,#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3){background-color:var(--cashier_green)}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3)+.dots .dot{animation:glow 1s linear infinite;background-color:var(--cashier_green)}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3)+.dots .dot:first-child{animation-delay:0}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3)+.dots .dot:nth-child(2){animation-delay:.2s}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3)+.dots .dot:nth-child(3){animation-delay:.4s}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3)+.dots .dot:nth-child(4){animation-delay:.6s}#deposit .cryptodata .status[data-stage="2"] .statusbullets .bullet:nth-child(3)+.dots .dot:nth-child(5){animation-delay:.8s}#deposit .cryptodata .status[data-stage="3"] .statusheader span{color:#000}#deposit .cryptodata .status[data-stage="3"] .statusbullets .bullet,#deposit .cryptodata .status[data-stage="3"] .statusbullets .bullet:nth-child(5),#deposit .cryptodata .status[data-stage="3"] .statusbullets .dots .dot{background-color:var(--cashier_green)}@keyframes glow{0%{opacity:.15}50%{opacity:1}to{opacity:.15}}@keyframes activebullet{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}@keyframes copied{0%{background-color:var(--cashier_secondary_green);border-color:var(--cashier_secondary_green)}to{background-color:var(--cashier_green);border-color:var(--cashier_green)}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.ewrequirementspage{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:500px;width:100%}.ewrequirementspage h3{margin:0}.ewrequirementspage .flexepinnote{background-color:#fcffcd;border-radius:4px;font-size:13px;margin:0 0 1em;padding:8px}.ewrequirementspage .ewrequirementsformcontainer{align-items:center;display:flex;flex-direction:column;gap:12px;max-width:320px;width:100%}.ewrequirementspage .ewrequirementsformcontainer #deposit_button{margin-top:8px}.ewrequirementspage .loadingicon{animation:spin 1s linear infinite;font-size:3em;transform-origin:center}.ewrequirementspage .row{display:flex;flex-direction:column;gap:4px;width:100%}.ewrequirementspage .row label{color:var(--cashier_dark_gray);font-size:13px;margin:0}.ewrequirementspage .row .inputfield{border:1px solid var(--cashier_box_border);border-radius:8px;font-size:18px;margin:0;outline:none;padding:8px;width:100%}.ewrequirementspage .row .inputfield[type=number]{-moz-appearance:textfield}.ewrequirementspage .row .inputfield[type=number]::-webkit-inner-spin-button,.ewrequirementspage .row .inputfield[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ewrequirementspage .error{color:red;font-size:13px}.ewrequirementspage .useanother{color:var(--cashier_dark_gray);font-size:14px;margin:0;text-decoration:underline;transition:color .3s}.ewrequirementspage .useanother:hover{color:#000;cursor:pointer}.ewrequirementspage #cashlibbox{align-items:center;background-color:#f2f2f4;border-radius:8px;display:flex;flex-direction:column;font-size:14px;gap:16px;max-width:500px;padding:2em;text-align:center;width:100%}.ewrequirementspage #cashlibbox .topimg{aspect-ratio:100/13;display:block;margin:0 auto;max-width:250px;width:100%}.ewrequirementspage #cashlibbox a{color:var(--cashier_blue)}#processorcontainer{animation:cv3_fadeInZoon .5s;background-color:rgba(0,0,0,.75);bottom:0;left:0;padding:1em;position:absolute;right:0;top:0;transform-origin:center;z-index:100}#processorcontainer iframe{border:none;height:100%;outline:none;width:100%}#processorcontainer button{border-radius:50%;font-size:32px;height:32px;line-height:1px;position:absolute;right:2px;text-align:center;top:2px;width:32px}#processorcontainer button:hover{cursor:pointer}.transactionerror{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;width:100%}.transactionerror .alertbox{padding:12px!important}.transactionerror p{margin:0 0 4px}.transactionerror .icon{font-size:40px!important;width:40px!important}.transactionerror .useanother{color:var(--cashier_dark_gray);font-size:14px;margin:0;text-decoration:underline;transition:color .3s}.transactionerror .useanother:hover{color:#000;cursor:pointer}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359)}}.playeraddressform{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:500px;width:100%}.playeraddressform h4{color:var(--cashier_app_header_h4);font-size:1em;margin:0}.playeraddressform .ccf_row{text-align:left;width:100%}.playeraddressform label{color:var(--cashier_app_secondary_txt);font-size:13px;font-weight:700;text-align:left}.playeraddressform .ccf_box{align-items:center;background-color:var(--cashier_box_bgk);border:1px solid var(--cashier_box_border);border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between;padding:0 8px;width:100%}.playeraddressform .ccf_box .icon{color:var(--cashier_blue)}.playeraddressform .ccf_box input,.playeraddressform .ccf_box select{border:none;flex-grow:1;font-size:16px;height:36px;line-height:36px;outline:none;width:50%}.playeraddressform .ccf_box input:read-only:hover,.playeraddressform .ccf_box select:read-only:hover{cursor:not-allowed}.playeraddressform .ccf_box input:read-only{color:#999;font-style:italic}.playeraddressform .ccf_box select{font-size:14px}.playeraddressform .ccf_box .playercountry{color:#999;flex-grow:1;font-size:16px;height:36px;line-height:36px;width:50%}.playeraddressform .ccf_box .cc_logo{display:block;height:16px;max-width:60px}@media screen and (min-width:768px){.playeraddressform .ccf_box{gap:16px}}.playeraddressform .inputerror{color:red;font-size:12px;margin-top:4px}.playeraddressform .cta_buttons{align-items:center;display:flex;flex-direction:column-reverse;flex-wrap:wrap;gap:16px;justify-content:center;padding-top:1em;width:100%}@media screen and (min-width:568px){.playeraddressform{flex-direction:row;flex-wrap:wrap;gap:16px}.playeraddressform label{align-self:flex-end;margin:0 0 0 auto}.playeraddressform .city,.playeraddressform .state{flex-grow:1;width:45%}.playeraddressform .cta_buttons{flex-direction:row}}@media screen and (min-width:768px){.playeraddressform .country,.playeraddressform .zip{flex-grow:1;width:45%}}#cashierapp #ccdepositform,#cashierapp #cceditform{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:500px;width:100%}#cashierapp #ccdepositform h3,#cashierapp #cceditform h3{margin:0}#cashierapp #ccdepositform h4,#cashierapp #cceditform h4{color:var(--cashier_app_header_h4);font-size:1em;margin:0}#cashierapp #ccdepositform .ccf_row,#cashierapp #cceditform .ccf_row{text-align:left;width:100%}#cashierapp #ccdepositform .inputerror,#cashierapp #cceditform .inputerror{color:red;font-size:12px;margin-top:4px}#cashierapp #ccdepositform .ccf_row2,#cashierapp #ccdepositform .ccf_row3,#cashierapp #cceditform .ccf_row2,#cashierapp #cceditform .ccf_row3{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between;width:100%}#cashierapp #ccdepositform .ccf_col,#cashierapp #cceditform .ccf_col{flex-grow:1;text-align:left}#cashierapp #ccdepositform .ccf_row2 .ccf_col,#cashierapp #cceditform .ccf_row2 .ccf_col{width:45%}#cashierapp #ccdepositform label,#cashierapp #cceditform label{color:var(--cashier_app_secondary_txt);font-size:13px;font-weight:700;text-align:left}#cashierapp #ccdepositform .feeinfo,#cashierapp #cceditform .feeinfo{animation:cv3_fadeIn .5s;color:var(--cashier_dark_gray);font-size:12px;padding-top:4px}#cashierapp #ccdepositform .tooltip,#cashierapp #cceditform .tooltip{height:0;overflow:hidden;transition:height .3s}#cashierapp #ccdepositform .tooltip p,#cashierapp #cceditform .tooltip p{font-size:11px;margin:0;padding:4px}#cashierapp #ccdepositform .tooltip:hover,#cashierapp #cceditform .tooltip:hover{cursor:pointer}#cashierapp #ccdepositform .ccf_box,#cashierapp #cceditform .ccf_box{align-items:center;background-color:var(--cashier_box_bgk);border:1px solid var(--cashier_box_border);border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between;padding:0 8px;width:100%}#cashierapp #ccdepositform .ccf_box .icon,#cashierapp #cceditform .ccf_box .icon{color:var(--cashier_blue)}#cashierapp #ccdepositform .ccf_box input,#cashierapp #ccdepositform .ccf_box select,#cashierapp #cceditform .ccf_box input,#cashierapp #cceditform .ccf_box select{border:none;flex-grow:1;font-size:16px;height:36px;line-height:36px;outline:none;width:50%}#cashierapp #ccdepositform .ccf_box input:read-only:hover,#cashierapp #ccdepositform .ccf_box select:read-only:hover,#cashierapp #cceditform .ccf_box input:read-only:hover,#cashierapp #cceditform .ccf_box select:read-only:hover{cursor:not-allowed}#cashierapp #ccdepositform .ccf_box input:read-only,#cashierapp #cceditform .ccf_box input:read-only{color:#999;font-style:italic}#cashierapp #ccdepositform .ccf_box select,#cashierapp #cceditform .ccf_box select{font-size:14px}#cashierapp #ccdepositform .ccf_box .cc_logo,#cashierapp #cceditform .ccf_box .cc_logo{display:block;height:16px;max-width:60px}@media screen and (min-width:768px){#cashierapp #ccdepositform .ccf_box,#cashierapp #cceditform .ccf_box{gap:16px}}#cashierapp #ccdepositform .cta_buttons,#cashierapp #cceditform .cta_buttons{align-items:center;display:flex;flex-direction:column-reverse;flex-wrap:wrap;gap:16px;justify-content:center;padding-top:1em}#cashierapp #ccdepositform .cta_buttons #backtoprevious,#cashierapp #cceditform .cta_buttons #backtoprevious{font-size:13px;text-align:center}#cashierapp #ccdepositform .cta_buttons #deposit_button,#cashierapp #cceditform .cta_buttons #deposit_button{margin:0}@media screen and (min-width:568px){#cashierapp #ccdepositform .cta_buttons,#cashierapp #cceditform .cta_buttons{flex-direction:row}#cashierapp #ccdepositform .cta_buttons:has(#backtoprevious),#cashierapp #cceditform .cta_buttons:has(#backtoprevious){justify-content:space-between}}#cashierapp #ccdepositform .removecard,#cashierapp #cceditform .removecard{border:1px solid transparent;border-radius:8px;color:red;padding:8px;transition:all .3s}#cashierapp #ccdepositform .removecard .link,#cashierapp #cceditform .removecard .link{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:15px;gap:8px;justify-content:center}#cashierapp #ccdepositform .removecard .link:hover,#cashierapp #cceditform .removecard .link:hover{cursor:pointer}#cashierapp #ccdepositform .removecard .link span:hover,#cashierapp #cceditform .removecard .link span:hover{text-decoration:underline}#cashierapp #ccdepositform .removecard .icon,#cashierapp #cceditform .removecard .icon{font-size:18px}#cashierapp #ccdepositform .removecard .confirmation,#cashierapp #cceditform .removecard .confirmation{display:none;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;padding:8px}#cashierapp #ccdepositform .removecard .confirmation p,#cashierapp #cceditform .removecard .confirmation p{font-size:14px;margin:0;text-align:center;width:100%}#cashierapp #ccdepositform .removecard .confirmation button,#cashierapp #cceditform .removecard .confirmation button{border:none;border-radius:8px;font-size:15px;height:32px;line-height:32px;outline:none;padding:0 16px}#cashierapp #ccdepositform .removecard .confirmation button:hover,#cashierapp #cceditform .removecard .confirmation button:hover{cursor:pointer}#cashierapp #ccdepositform .removecard .confirmation .btncancel,#cashierapp #cceditform .removecard .confirmation .btncancel{background-color:#ccc}#cashierapp #ccdepositform .removecard .confirmation .btnremove,#cashierapp #cceditform .removecard .confirmation .btnremove{background-color:red;color:#fff}#cashierapp #ccdepositform .removecard.full,#cashierapp #cceditform .removecard.full{border-color:red}#cashierapp #ccdepositform .removecard.full .link,#cashierapp #cceditform .removecard.full .link{font-weight:700}#cashierapp #ccdepositform .removecard.full .link:hover,#cashierapp #cceditform .removecard.full .link:hover{cursor:unset}#cashierapp #ccdepositform .removecard.full .link span:hover,#cashierapp #cceditform .removecard.full .link span:hover{text-decoration:none}#cashierapp #ccdepositform .removecard.full .confirmation,#cashierapp #cceditform .removecard.full .confirmation{display:flex}#cashierapp #cceditform .cta_buttons #backtoprevious{font-size:15px;text-align:center}#cashierapp #cceditform .cta_buttons #edit_button{margin:0}@media screen and (min-width:568px){#cashierapp #cceditform .cta_buttons{flex-direction:row;gap:32px}#cashierapp #cceditform .cta_buttons:has(#backtoprevious){justify-content:center}}#cashierapp #ccsavedform{align-items:center;display:flex;flex-direction:column;gap:16px}#cashierapp #ccsavedform .savedccitem{align-items:center;background-color:var(--cashier_box_bgk);border:1px solid var(--cashier_box_border);border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between;padding:8px;transition:all .3s;width:100%}#cashierapp #ccsavedform .savedccitem:hover{background-color:rgba(0,0,0,.025)}#cashierapp #ccsavedform .savedccitem .cc_logo{flex-shrink:0;width:60px}#cashierapp #ccsavedform .savedccitem .cc_logo img{display:block;height:16px;margin:0 auto;max-width:60px}#cashierapp #ccsavedform .savedccitem .cc_logo img[alt=maestro],#cashierapp #ccsavedform .savedccitem .cc_logo img[alt=mastercard]{height:20px}#cashierapp #ccsavedform .savedccitem .cc_info{flex-grow:1}#cashierapp #ccsavedform .savedccitem .cc_info label:hover{cursor:pointer}#cashierapp #ccsavedform .savedccitem .cc_number{font-size:13px}@media screen and (min-width:360px){#cashierapp #ccsavedform .savedccitem .cc_number{font-size:16px}}@media screen and (min-width:768px){#cashierapp #ccsavedform .savedccitem .cc_number{font-size:18px}}#cashierapp #ccsavedform .savedccitem .cc_date{color:var(--cashier_dark_gray);font-size:13px}@media screen and (min-width:360px){#cashierapp #ccsavedform .savedccitem .cc_date{font-size:14px}}#cashierapp #ccsavedform .savedccitem .feeinfo{color:var(--cashier_dark_gray);font-size:13px}@media screen and (min-width:360px){#cashierapp #ccsavedform .savedccitem .feeinfo{font-size:14px}}#cashierapp #ccsavedform .savedccitem .cc_select{aspect-ratio:1;border:1px solid var(--cashier_dark_gray);border-radius:50%;display:block;flex-shrink:0;font-size:24px;transition:all .3s;width:24px}#cashierapp #ccsavedform .savedccitem .cc_select .checkmark{animation:cv3_fadeInZoon .3s;color:var(--cashier_green);display:block;margin:0;width:100%}#cashierapp #ccsavedform .savedccitem .cc_select:has(.checkmark){border-width:0}#cashierapp #ccsavedform .savedccitem .cc_select:hover{cursor:pointer}#cashierapp #ccsavedform .savedccitem .cc_expirestatus{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:8px}#cashierapp #ccsavedform .savedccitem .cc_expirestatus .cc_expire_expired{color:red}#cashierapp #ccsavedform .savedccitem .cc_expirestatus .cc_expire_soon{color:orange}#cashierapp #ccsavedform .savedccitem .cc_expirestatus button{background-color:red;border:none;border-radius:10px;color:#fff;font-size:12px;height:20px;line-height:20px;outline:none;padding:0 8px}#cashierapp #ccsavedform .savedccitem .cc_expirestatus button:hover{cursor:pointer}#cashierapp #ccsavedform .savedccitem .cc_rge{display:inline-flex;font-size:12px;margin-top:8px;padding:4px 8px;width:auto}#cashierapp #ccsavedform .savedccitem .cc_rge .icon{font-size:20px;width:auto}#cashierapp #ccsavedform .addnew{color:var(--cashier_dark_blue);text-decoration:underline}#cashierapp #ccsavedform .addnew:hover{cursor:pointer}#cashierapp #ccdepositform .ccaddress .ccaddress_edit,#cashierapp #ccdepositform .ccaddress input[type=radio]{display:none}#cashierapp #ccdepositform .ccaddress .ccaddress_edit h4{margin-top:1.5em}#cashierapp #ccdepositform .ccaddress.edit .ccaddress_current,#cashierapp #ccdepositform .ccaddress.showaddress .ccaddress_current{display:none}#cashierapp #ccdepositform .ccaddress.edit .ccaddress_edit,#cashierapp #ccdepositform .ccaddress.showaddress .ccaddress_edit{display:flex}#cashierapp #ccdepositform .ccaddress_current{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;justify-content:space-between;width:100%}#cashierapp #ccdepositform .ccaddress_current h4{font-size:13px}#cashierapp #ccdepositform .ccaddress_current p{margin:0}#cashierapp #ccdepositform .ccaddress_current label{color:var(--cashier_blue);font-weight:400;text-decoration:underline}#cashierapp #ccdepositform .ccaddress_current label:hover{cursor:pointer}#cashierapp #ccdepositform .ccaddress_edit{display:flex;flex-direction:column;gap:8px;margin:0 auto;text-align:center;width:100%}#cashierapp #ccdepositform .ccaddress_edit>label{align-items:center;color:var(--cashier_blue);display:flex;flex-direction:row;font-weight:400;gap:8px;justify-content:center;text-align:center;text-decoration:underline}#cashierapp #ccdepositform .ccaddress_edit>label input{display:none}#cashierapp #ccdepositform .ccaddress_edit>label:hover{cursor:pointer}@media screen and (min-width:568px){#cashierapp #ccdepositform .ccaddress_edit{flex-direction:row;flex-wrap:wrap;gap:16px}#cashierapp #ccdepositform .ccaddress_edit>label{align-self:flex-end;margin:0 0 0 auto}#cashierapp #ccdepositform .ccaddress_edit .city,#cashierapp #ccdepositform .ccaddress_edit .state{flex-grow:1;width:45%}}@media screen and (min-width:768px){#cashierapp #ccdepositform .ccaddress_edit .country,#cashierapp #ccdepositform .ccaddress_edit .zip{flex-grow:1;width:45%}}#depositstep4 #deposit_button,#depositstep4 #edit_button{display:block;margin:0 auto;transition:opacity .3s}#depositstep4 #deposit_button:disabled,#depositstep4 #edit_button:disabled{background-color:var(--cashier_dark_gray);border-color:var(--cashier_dark_gray);opacity:.4}#depositstep4 #deposit_button:disabled:hover,#depositstep4 #edit_button:disabled:hover{cursor:not-allowed}#depositstep4 .inprocess{animation:cv3_processing .75s infinite alternate-reverse;filter:blur(1px);pointer-events:none}#depositstep35 .verifyaddressstep{margin:0 auto 16px;max-width:500px;width:100%}#depositstep35 .verifyaddressstep,#depositstep35 .verifyaddressstep form{display:flex;flex-direction:column;gap:16px}#depositstep35 .verifyaddressstep h4{margin:0}#depositstep35 .verifyaddressstep .cta_buttons{align-items:center;display:flex;justify-content:center}#deposit{display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:740px;width:100%}#deposit section header{align-items:center;background-color:var(--cashier_light_gray);border-radius:16px;display:flex;flex-direction:row;gap:16px;height:40px;justify-content:space-between;overflow:hidden;transition:all .3s;width:100%}#deposit section header .stepid{align-items:center;background-color:var(--cashier_dark_gray);border-radius:16px 0 0 16px;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;line-height:40px;text-align:center;width:40px}#deposit section header .stepid svg{font-size:24px}#deposit section header .steptitle{color:var(--cashier_dark_gray);flex-grow:1;font-weight:700;overflow:hidden;text-align:left;text-overflow:ellipsis;text-transform:uppercase;transition:color .3s;white-space:nowrap}#deposit section header .stepchevron{align-items:center;background-color:var(--cashier_dark_gray);border-radius:50%;color:#fff;display:flex;font-size:10px;height:18px;justify-content:center;margin:8px;width:18px}#deposit section header:hover{cursor:not-allowed}#deposit section .contentwrapper{height:0;overflow:hidden;transition:height .3s}#deposit section.enabled header{border-radius:16px}#deposit section.enabled header:hover{cursor:pointer}#deposit section.enabled header .stepid{background-color:var(--cashier_dark_blue);border-radius:16px 0 0 0}#deposit section.enabled header .stepid.completed{background-color:var(--cashier_green)}#deposit section.open header{background-color:var(--cashier_blue);border-radius:16px 16px 0 0}#deposit section.open header .steptitle{color:#fff}#deposit section.open header .stepchevron{background-color:var(--cashier_dark_blue);transform:rotateX(180deg)}#deposit section.loading header .stepchevron,#deposit section.loading header .stepid,#deposit section.loading header .steptitle{animation:cv3_loadingpulse .5s infinite alternate}#deposit section .sectioncontent{background-color:var(--cashier_box_bgk);border:1px solid var(--cashier_box_border);border-radius:0 0 16px 16px;border-top:none;padding:16px}#deposit .depositmethodslist{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);width:100%}@media screen and (min-width:568px){#deposit .depositmethodslist{gap:16px;grid-template-columns:repeat(3,1fr)}}#deposit .depmethodbox{align-items:center;border:1px solid var(--cashier_box_border);border-radius:12px;display:flex;justify-content:center;min-height:64px;outline:none;padding:.5em;position:relative;transition:all .3s;width:100%}#deposit .depmethodbox:hover{cursor:pointer}#deposit .depmethodbox.selected{background-color:var(--cashier_alert_green_bgk);border-color:var(--cashier_alert_green)}#deposit .depmethodbox p{color:var(--cashier_app_secondary_txt);font-size:11px;font-weight:700;margin:4px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}#deposit .depmethodbox .methodimg{display:block;height:30px;margin:0 auto;min-width:113px;object-fit:contain;width:100%}#deposit .depmethodbox .checkbox{color:var(--cashier_green);display:block;font-size:20px;left:1px;position:absolute;top:1px}@media screen and (min-width:768px){#deposit .depmethodbox{padding:1em}#deposit{gap:16px}}#depositconfirmation{margin:0 auto;max-width:500px;width:100%}#depositconfirmation .contentwrapper{align-items:center;background-color:var(--cashier_box_bgk);border:1px solid var(--cashier_box_border);border-radius:0 0 16px 16px;border-top:none;display:flex;flex-direction:column;gap:16px;padding:16px}#depositconfirmation header{align-items:center;background-color:var(--cashier_light_gray);border-radius:16px 16px 0 0;display:flex;flex-direction:row;gap:16px;height:40px;justify-content:space-between;overflow:hidden;transition:all .3s;width:100%}#depositconfirmation header .stepid{align-items:center;background-color:var(--cashier_green);border-radius:16px 0 0 0;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;line-height:40px;text-align:center;width:40px}#depositconfirmation header .stepid svg{font-size:24px}#depositconfirmation header .steptitle{color:var(--cashier_dark_gray);flex-grow:1;font-weight:700;overflow:hidden;text-align:left;text-overflow:ellipsis;text-transform:uppercase;transition:color .3s;white-space:nowrap}#depositconfirmation .balance{font-weight:700;text-align:center}#depositconfirmation .balance .amount{color:var(--cashier_green);font-size:48px}#depositconfirmation .balance p{color:#000;font-size:16px;text-transform:uppercase}#depositconfirmation .confirmation{font-size:16px;text-align:center}#depositconfirmation .queuednote{background-color:#e7e7ed;border-radius:8px;font-size:14px;padding:16px}#depositconfirmation .transactiondetails{border:1px solid #ccc;border-radius:8px;padding:16px;width:100%}#depositconfirmation .transactiondetails h3{border-bottom:1px solid #ccc;font-size:1em;margin:0 0 8px;padding-bottom:4px}#depositconfirmation .transactiondetails .detailrow{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;justify-content:space-between;margin-top:8px}#depositconfirmation .transactiondetails .detailrow .label{align-items:center;display:flex;flex-direction:row;gap:8px}#depositconfirmation .transactiondetails .detailrow .spacer{flex-grow:1;width:50px}#depositconfirmation .transactiondetails .detailrow .amount{font-weight:700;text-align:right;white-space:nowrap}#depositconfirmation .transactiondetails .detailrow .icon_info{flex-shrink:0;font-size:18px}#depositconfirmation .transactiondetails .detailrow .icon_info:hover{cursor:pointer}#depositconfirmation .feenote{height:0;overflow:hidden}#depositconfirmation .gamessection,#depositconfirmation .gamessection a{align-items:center;display:flex;flex-direction:column;gap:16px}#depositconfirmation .gamessection a{text-decoration:none}#depositconfirmation .gamessection .gamethumbnail{border-radius:4px;display:block;margin:0 auto;max-width:420px;width:100%}#depositconfirmation .gameoptions{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between}#depositconfirmation .gameoptions .gameoption{flex-grow:1;width:30%}#depositconfirmation .gameoptions .gameoption img{border-radius:8px;display:block;margin:0;width:100%}#depositconfirmation .button{text-decoration:none}#depositconfirmation:has(.confirmloader){align-items:center;display:flex;justify-content:center;min-height:50dvh;min-height:50vh}#depositconfirmation .confirmloader{align-items:center;display:flex;height:100%;justify-content:center}#depositconfirmation .confirmloader .loader{animation:cv3_spin 1.5s linear infinite,cv3_loadingpulse 1s linear infinite;font-size:32px}#cashier-modal .confirm-cancelwithdraw h2{font-size:1em;font-weight:400;margin:0}#cashier-modal .confirm-cancelwithdraw .actions{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:16px}#cashier-modal .confirm-cancelwithdraw .actions button{border:none;border-radius:8px;flex-grow:1;padding:8px 12px;width:42.5%}#cashier-modal .confirm-cancelwithdraw .actions button span{display:block;font-size:14px}#cashier-modal .confirm-cancelwithdraw .actions button span:first-child{font-size:18px;font-weight:700}#cashier-modal .confirm-cancelwithdraw .actions button.keep{background-color:transparent;border:1px solid var(--cashier_mid_gray);color:#000}#cashier-modal .confirm-cancelwithdraw .actions button.cancel{background-color:transparent;border:1px solid var(--cashier_green)}#cashier-modal .confirm-cancelwithdraw .actions button.cancel span:first-child{color:var(--cashier_green)}#cashier-modal .confirm-cancelwithdraw .actions button:hover{cursor:pointer}#cashier-modal .confirm-cancelwithdraw .processing-wrapper{align-items:center;display:flex;justify-content:center;min-height:100px}#cashier-modal .confirm-cancelwithdraw .processing-wrapper .loader{animation:cv3_spin 1.5s linear infinite,cv3_loadingpulse 1s linear infinite;font-size:32px}#cashierapp .pendingwithdrawalitem .pwb-wrapper{border:1px solid #e5e7eb;border-radius:8px;padding:8px}#cashierapp .pendingwithdrawalitem .pwb-header{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between;margin-bottom:16px}#cashierapp .pendingwithdrawalitem .pwb-header .info-icon{align-items:center;background-color:#dfe4ea;border:none;border-radius:4px;display:flex;height:30px;justify-content:center;outline:none;width:30px}#cashierapp .pendingwithdrawalitem .pwb-header .info-icon:hover{cursor:pointer}#cashierapp .pendingwithdrawalitem .pwb-header .info{flex-grow:1}#cashierapp .pendingwithdrawalitem .pwb-header .info h3{font-size:16px;margin:0}#cashierapp .pendingwithdrawalitem .pwb-header .info p{font-size:14px;margin:0}#cashierapp .pendingwithdrawalitem .pwb-header .amount{font-size:22px;font-weight:700}#cashierapp .pendingwithdrawalitem .pwb-body{gap:16px}#cashierapp .pendingwithdrawalitem .pwb-body,#cashierapp .pendingwithdrawalitem .pwb-stage{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}#cashierapp .pendingwithdrawalitem .pwb-stage{flex-grow:1;position:relative}#cashierapp .pendingwithdrawalitem .pwb-stage:before{background-color:#e0e0e0;content:"";height:6px;left:4%;position:absolute;right:12px;top:7px}#cashierapp .pendingwithdrawalitem .pwb-stage:after{background-color:#0d4df1;content:"";height:6px;left:12px;position:absolute;top:7px}#cashierapp .pendingwithdrawalitem .pwb-stage.requested:after,#cashierapp .pendingwithdrawalitem .pwb-stage.reviewed:after{width:0}#cashierapp .pendingwithdrawalitem .pwb-stage.requested .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.reviewed .pwb-stage-item:first-child .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-stage.approved:after{width:31%}#cashierapp .pendingwithdrawalitem .pwb-stage.approved .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.approved .pwb-stage-item:nth-child(2) .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-stage.processing:after{width:63%}#cashierapp .pendingwithdrawalitem .pwb-stage.processing .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.processing .pwb-stage-item:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.processing .pwb-stage-item:nth-child(3) .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-stage.paid{animation:none;filter:none;pointer-events:auto}#cashierapp .pendingwithdrawalitem .pwb-stage.paid:after{width:63%}#cashierapp .pendingwithdrawalitem .pwb-stage.completed .pwb-stage-item .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.paid .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.paid .pwb-stage-item:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem .pwb-stage.paid .pwb-stage-item:nth-child(3) .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-stage.completed:after{right:12px;width:auto}#cashierapp .pendingwithdrawalitem .pwb-stage .pwb-stage-item{align-items:center;display:flex;flex-direction:column;font-size:10px;gap:8px;position:relative}#cashierapp .pendingwithdrawalitem .pwb-stage .pwb-stage-item .dot{background-color:#e0e0e0;border-radius:50%;height:20px;width:20px;z-index:1}#cashierapp .pendingwithdrawalitem .pwb-stage .pwb-stage-item.done .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-cta button{font-size:14px;height:32px;line-height:28px;min-width:unset;padding:0 12px}#cashierapp .pendingwithdrawalitem .pwb-trace{background-color:#fff;border-radius:4px;height:0;overflow:hidden}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper{padding:16px}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper h4{font-size:14px;margin:0 0 8px}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox{display:flex;flex-direction:column;gap:8px;position:relative}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox:before{background-color:#d8dadc;bottom:15px;content:"";height:auto;left:8px;position:absolute;top:15px;width:4px}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox:after{background-color:#0d4df1;content:"";height:auto;left:8px;position:absolute;top:15px;width:4px}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.approved .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.approved .tracerow:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.requested .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.reviewed .tracerow:first-child .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.approved:after{height:30%}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.processing .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.processing .tracerow:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.processing .tracerow:nth-child(3) .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.processing:after{height:64%}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.paid .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.paid .tracerow:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.paid .tracerow:nth-child(3) .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.paid:after{height:64%}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.completed .tracerow .dot{background-color:#0d4df1}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracebox.completed:after{bottom:15px;height:auto}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracerow{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracerow .dot{background-color:#d8dadc;border-radius:50%;height:20px;width:20px;z-index:1}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracerow .tracerow-info{flex-grow:1;font-size:14px}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracerow .tracerow-info .datetime{font-size:.9em}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracerow .tracerow-info .eventid{font-size:13px}#cashierapp .pendingwithdrawalitem .pwb-trace .trace-wrapper .tracerow .tracerow-info .tracestatus .cancel{color:red}#cashierapp .pendingwithdrawalitem .pwb-apology{color:red;font-size:14px;margin-top:16px}#cashierapp .pendingwithdrawalitem.delayed2 .pwb-stage.approved .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-stage.approved .pwb-stage-item:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-stage.requested .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-stage.reviewed .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-trace .tracebox.approved .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-trace .tracebox.approved .tracerow:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-trace .tracebox.requested .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed2 .pwb-trace .tracebox.reviewed .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-stage.approved .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-stage.approved .pwb-stage-item:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-stage.requested .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-stage.reviewed .pwb-stage-item:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-trace .tracebox.approved .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-trace .tracebox.approved .tracerow:nth-child(2) .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-trace .tracebox.requested .tracerow:first-child .dot,#cashierapp .pendingwithdrawalitem.delayed4 .pwb-trace .tracebox.reviewed .tracerow:first-child .dot{background-color:red}@media screen and (min-width:360px){#cashierapp .pendingwithdrawalitem .pwb-stage .pwb-stage-item{font-size:13px}}@media screen and (min-width:568px){#cashierapp .pendingwithdrawalitem .pwb-body{gap:40px}#cashierapp .pendingwithdrawalitem .pwb-stage .pwb-stage-item{font-size:14px}}@media screen and (min-width:768px){#cashierapp .pendingwithdrawalitem .pwb-wrapper{padding:16px}}#cashierapp .withdrawal_pendings_summary{background-color:#fff;border-radius:4px;box-shadow:2px 2px 3px rgba(0,0,0,.1);font-size:14px}#cashierapp .withdrawal_pendings_summary header{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:16px}#cashierapp .withdrawal_pendings_summary header h2{color:#8798ad;font-size:16px;font-weight:600;line-height:24px;margin:0}#cashierapp .withdrawal_pendings_summary header .loader{animation:cv3_loadingpulse 1s infinite alternate-reverse,cv3_spin 1.5s linear infinite;font-size:24px}#cashierapp .withdrawal_pendings_summary .summary_loading{align-items:center;display:flex;gap:8px}#cashierapp .withdrawal_pendings_summary .summary_wrapper{height:0;overflow:hidden}#cashierapp .withdrawal_pendings_summary .summary_info .row{align-items:center;display:flex;justify-content:space-between;padding:0 16px 16px}#cashierapp .withdrawal_pendings_summary .summary_info .row p{margin:0}#cashierapp .withdrawal_pendings_summary .summary_info .row .view_more{background:none;border:none;color:var(--cashier_blue);flex-shrink:0;margin:0;outline:none;padding:0;text-decoration:underline}#cashierapp .withdrawal_pendings_summary .summary_info .row .view_more:hover{cursor:pointer}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals{height:0;overflow:hidden}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_wrapper{padding:0 16px 16px}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_list{display:flex;flex-direction:column;gap:16px}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_note{align-items:center;display:flex;flex-direction:column;gap:8px;margin-top:16px}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_note button{border-radius:20px;height:auto;line-height:normal;min-height:40px;padding:8px 16px}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_note h3{color:#666;font-size:12px;width:100%}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_note ul{color:#666;font-size:12px;margin:0;padding:0 0 0 16px;width:100%}#cashierapp .withdrawal_pendings_summary .pendingwithdrawals .pendingwithdrawals_note ul li{margin-bottom:4px}#cashierapp .withdrawal_methods{background-color:#fff;border-radius:4px;box-shadow:2px 2px 3px rgba(0,0,0,.1);font-size:14px}#cashierapp .withdrawal_methods .methods_wrapper{display:flex;flex-direction:column}#cashierapp .withdrawal_methods header{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:16px}#cashierapp .withdrawal_methods header h2{color:#8798ad;font-size:16px;font-weight:600;line-height:24px;margin:0}#cashierapp .withdrawal_methods header .loader{animation:cv3_loadingpulse 1s infinite alternate-reverse,cv3_spin 1.5s linear infinite;font-size:24px}#cashierapp .withdrawal_methods .methods_info{height:0;overflow:hidden}#cashierapp .withdrawal_methods .methods_info .methods_list{display:flex;flex-direction:column}#cashierapp .withdrawal_methods .methods_info .method_item{align-items:center;border-top:1px solid #e0e7ff;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between;padding:16px;transition:all .3s}#cashierapp .withdrawal_methods .methods_info .method_item .method_icon{border-radius:50%;height:32px;width:32px}#cashierapp .withdrawal_methods .methods_info .method_item .method_icon img{display:block;width:100%}#cashierapp .withdrawal_methods .methods_info .method_item .method_info{flex-grow:1}#cashierapp .withdrawal_methods .methods_info .method_item .method_info h3{margin:0}#cashierapp .withdrawal_methods .methods_info .method_item .method_info p{color:#7e7e7e;font-size:12px;font-weight:500;margin:0}#cashierapp .withdrawal_methods .methods_info .method_item .method_selector{align-items:center;border:1px solid #8798ad;border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:all .3s;width:24px}#cashierapp .withdrawal_methods .methods_info .method_item .method_selector .icon{color:var(--cashier_green);font-size:24px;transform:scale(0);transition:all .3s}#cashierapp .withdrawal_methods .methods_info .method_item .icon-not-allowed{font-size:24px}#cashierapp .withdrawal_methods .methods_info .method_item.selected .method_selector{border-color:transparent}#cashierapp .withdrawal_methods .methods_info .method_item.selected .method_selector .icon{transform:scale(1)}#cashierapp .withdrawal_methods .methods_info .method_item:not(.selected):hover{background-color:#feffe8;cursor:pointer}#cashierapp .withdrawal_methods.not_allowed{filter:grayscale(100%);pointer-events:none}#cashierapp .withdrawal_methods.not_allowed .methods_info .methods_list .method_item{opacity:.5}#cashierapp #withdrawals .withdrawal_amount{background-color:#fff;border-radius:4px;box-shadow:2px 2px 3px rgba(0,0,0,.1);font-size:14px}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_wrapper{display:flex;flex-direction:column}#cashierapp #withdrawals .withdrawal_amount header{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:16px}#cashierapp #withdrawals .withdrawal_amount header h2{color:#8798ad;font-size:16px;font-weight:600;line-height:24px;margin:0}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;padding:0 16px 16px}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .button{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;white-space:nowrap}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box{align-items:center;border:1px solid #e0e7ff;border-radius:4px;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;gap:4px;padding:8px;width:100%}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box .currencysymbol,#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box input{font-size:24px;font-weight:700;height:1.5em;line-height:1.5em}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box .currencysymbol{width:16px}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box input{-moz-appearance:textfield;border:none;flex-grow:1;margin:0;min-width:72px;outline:none;padding:0;width:10%}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box input::placeholder{color:#8798ad;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box input::-webkit-inner-spin-button,#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box[data-currency=EUR] input{order:1}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box[data-currency=EUR] .currencysymbol{order:2}@media screen and (min-width:568px){#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form{flex-wrap:nowrap;justify-content:space-between}#cashierapp #withdrawals .withdrawal_amount .withdrawal_amount_form .amountinput_box{width:10%}}#cashierapp #withdrawals{display:flex;flex-direction:column;flex-grow:1;gap:8px;margin:0 auto;max-width:600px;width:100%}#cashierapp #withdrawals h3{margin:0}#cashierapp #withdrawals .notallowed{align-items:center;animation:cv3_fadeIn 1s;background-color:#fff;border:1px solid #e0e7ff;border-radius:4px;box-shadow:2px 2px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;font-size:14px;gap:16px;padding:16px}#cashierapp #withdrawals .notallowed h2{border-bottom:1px solid #e7eaf0;font-size:16px;margin:0;padding-bottom:8px;text-align:center;text-transform:uppercase;width:100%}#cashierapp #withdrawals .notallowed ul{margin:0;padding:0 0 0 16px}#cashierapp #withdrawals .notallowed ul li{margin:0 0 4px}#cashierapp #withdrawals .notallowed .button{color:#fff;text-decoration:none}#cashierapp #withdrawals .notallowed p.cs{font-size:13px}#cashierapp #withdrawals .notallowed p.cs a{color:var(--cashier_blue)}#cashierapp #withdrawals .withdrawal_balance{background-color:#fff;border:1px solid #e0e7ff;border-radius:4px;box-shadow:2px 2px 3px rgba(0,0,0,.1);padding:16px;text-align:center}#cashierapp #withdrawals .withdrawal_balance h2{color:#8798ad;font-size:18px;margin:0}#cashierapp #withdrawals .withdrawal_balance .wb_amount{font-size:40px}#cashierapp #withdrawals .withdrawal_balance .wb_note{color:#666;font-size:12px}#cashierapp #withdrawals .withdrawal_request{animation:cv3_fadeIn 1s;display:flex;flex-direction:column;gap:16px}#wr_address_form{margin:0 auto;max-width:500px;width:100%}#wr_address_form,#wr_address_form form{display:flex;flex-direction:column;gap:16px}#wr_address_form h4{margin:0}#wr_address_form .cta_buttons{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}#wr_address_form .cta_buttons a.button{line-height:36px}#cashierapp #withdrawal_request{margin:0 auto;max-width:600px;width:100%}#cashierapp #withdrawal_request h3{color:#8798ad;margin:0 0 16px}#cashierapp #withdrawal_request .wr_content{background-color:#fff;border:1px solid #e0e7ff;border-radius:4px;box-shadow:2px 2px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16px;padding:16px}#cashierapp #withdrawal_request .wr_content h2{font-size:1em;margin:0}#cashierapp #withdrawal_request .wr_content .tooltip-icon{color:#000;cursor:pointer;font-size:16px;opacity:.5;transition:opacity .3s}#cashierapp #withdrawal_request .wr_content .tooltip-icon:hover{opacity:1}#cashierapp #withdrawal_request .wr_content .tooltip{font-size:13px;font-style:italic;height:0;overflow:hidden;width:100%}#cashierapp #withdrawal_request .wr_content .tooltip .tooltip-content{padding:8px}#cashierapp #withdrawal_request .wr_content .actions{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}#cashierapp #withdrawal_request .wr_content .actions .button{height:auto;line-height:normal;min-height:40px;text-decoration:none}#cashierapp #withdrawal_request .wr_content .actions a.button{line-height:36px}#cashierapp #withdrawal_request .wr_checklist .items{padding:0 0 0 10px}#cashierapp #withdrawal_request .wr_checklist .items li{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:8px;position:relative}#cashierapp #withdrawal_request .wr_checklist .items li:before{background-color:#000;border-radius:50%;content:"";display:inline-block;height:5px;left:-10px;margin-right:8px;position:absolute;top:7px;width:5px}#cashierapp #withdrawal_request .wr_checklist .footnotes{display:flex;flex-direction:column;font-size:13px;gap:8px;padding:16px 0}#cashierapp #withdrawal_request .wr_checklist .footnotes .jointnote{color:red}#cashierapp #withdrawal_request .wr_form{display:flex;flex-direction:column;gap:16px}#cashierapp #withdrawal_request .wr_form fieldset{border:none;margin:0;padding:0}#cashierapp #withdrawal_request .wr_form .inputs{display:flex;flex-direction:column;gap:16px}#cashierapp #withdrawal_request .wr_form .notes h5{color:#666;font-size:13px;margin:0 0 8px;width:100%}#cashierapp #withdrawal_request .wr_form .notes a{color:var(--cashier_dark_blue)}#cashierapp #withdrawal_request .wr_form .notes ul{color:#666;font-size:12px;margin:0;padding:0 0 0 16px;width:100%}#cashierapp #withdrawal_request .wr_form .notes ul li{margin-bottom:4px}#cashierapp #withdrawal_request .wr_form .wr_formrow{display:flex;flex-direction:column;gap:2px}#cashierapp #withdrawal_request .wr_form .wr_formrow .rowlabel{align-items:center;color:#666;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:500;gap:8px;justify-content:space-between}#cashierapp #withdrawal_request .wr_form .wr_formrow .tooltip{font-size:13px;font-style:italic;height:0;overflow:hidden;width:100%}#cashierapp #withdrawal_request .wr_form .wr_formrow .tooltip .tooltip-content{padding:8px}#cashierapp #withdrawal_request .wr_form .wr_formrow input{border:1px solid #ccc;border-radius:4px;font-size:16px;outline:none;padding:8px;width:100%}#cashierapp #withdrawal_request .wr_form .wr_formrow input:focus{border-color:#000}#cashierapp #withdrawal_request .wr_form .wr_formrow input[name=iban],#cashierapp #withdrawal_request .wr_form .wr_formrow input[name=swiftcode]{text-transform:uppercase}#cashierapp #withdrawal_request .wr_form .wr_formrow select{border:1px solid #ccc;border-radius:4px;font-size:16px;outline:none;padding:8px;width:100%}#cashierapp #withdrawal_request .wr_form .wr_formrow select:focus{border-color:#000}#cashierapp #withdrawal_request .wr_form .wr_formrow .rowoptions{gap:16px;height:36px;justify-content:flex-start}#cashierapp #withdrawal_request .wr_form .wr_formrow .rowoptions,#cashierapp #withdrawal_request .wr_form .wr_formrow .rowoptions label{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap}#cashierapp #withdrawal_request .wr_form .wr_formrow .rowoptions label:hover{cursor:pointer}#cashierapp #withdrawal_request .wr_form .wr_formrow.joint{animation:cv3_fadeIn .3s;display:none}#cashierapp #withdrawal_request .wr_form .wr_formrow .error{color:red;font-size:12px;margin-top:4px}#cashierapp #withdrawal_request .alertbox{align-items:flex-start}#cashierapp #withdrawal_request .alertbox h3{color:inherit!important}#cashierapp #withdrawal_request .alertbox a{color:var(--cashier_blue)}#cashierapp #withdrawal_request .alertbox ul{padding:0 0 0 16px}#cashierapp #withdrawconfirmation{margin:0 auto;max-width:600px;width:100%}#cashierapp #withdrawconfirmation h3{color:#8798ad;font-size:1em;font-weight:600;margin:0 0 16px;text-align:center;text-transform:uppercase}#cashierapp #withdrawconfirmation .img_cash{display:block;margin:0 auto;max-width:160px;width:100%}#cashierapp #withdrawconfirmation .main{color:#8798ad;font-size:18px;font-weight:600;padding:8px;text-align:center}#cashierapp #withdrawconfirmation p{font-size:14px;text-align:center}#cashierapp #withdrawconfirmation .actions{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:360px;padding:32px 0;width:100%}#cashierapp #withdrawconfirmation .actions .button{text-align:center}@media screen and (min-width:768px){#cashierapp #withdrawconfirmation .main{font-size:24px;padding:8px 16px}#cashierapp #withdrawconfirmation p{font-size:16px}}#cashierapp .promotions_page .top_promos{display:flex;flex-direction:column;gap:8px;width:100%}#cashierapp .promotions_page .top_promos .top_promo_item{width:100%}#cashierapp .promotions_page .top_promos .slick-arrow{align-items:center;bottom:30px;color:#fff;display:flex!important;justify-content:center;opacity:.7;position:absolute;top:0;transition:opacity .3s ease;width:40px;z-index:1}#cashierapp .promotions_page .top_promos .slick-arrow:hover{cursor:pointer;opacity:1}#cashierapp .promotions_page .top_promos .slick-arrow.slick-prev{left:0}#cashierapp .promotions_page .top_promos .slick-arrow.slick-next{right:0}#cashierapp .promotions_page .top_promos .slick-arrow svg{color:#fff;font-size:32px}#cashierapp .promotions_page .top_promos .slick-arrow.slick-disabled{display:none!important}#cashierapp #coupons .regular_promos_list{display:flex;flex-direction:column;gap:24px}#cashierapp #coupons .regular_promos_list .regularpromoitem{display:flex;flex-direction:column;flex-grow:1;width:100%}#cashierapp #coupons .regular_promos_list .regularpromoitem .content{background-color:#fff;border-radius:4px;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;font-size:14px;justify-content:space-between;overflow:hidden;position:relative}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .imgcontainer{aspect-ratio:351/446;max-width:172px;overflow:hidden;width:40%}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .imgcontainer .imgplaceholder{animation:cv3_loadingpulse .5s infinite alternate;background-color:#b4b5b6;display:block;width:100%}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .imgcontainer img{display:block;height:auto;object-fit:cover;width:100%}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .imgcontainer img:hover{cursor:pointer}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .imgcontainer.imgloading img{aspect-ratio:unset;height:0;width:0}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info{flex-grow:1;padding:8px;width:50%}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info h3{font-size:16px;margin:0 0 8px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info ul{margin:0;padding:0 8px 0 18px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info>div{margin-bottom:8px;text-align:left}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info>div p{margin:0 0 4px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info a.button{display:inline-block;text-align:center;text-decoration:none;text-transform:none}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:16px;position:absolute;right:0;top:100%;transition:all .5s}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms>div{color:#fff;font-size:13px;max-height:100%;overflow:auto;padding-right:1em;text-align:center}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms>div::-webkit-scrollbar{width:4px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms>div::-webkit-scrollbar-track{background-color:#252933}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms>div::-webkit-scrollbar-thumb{background-color:#61686b;box-shadow:inset 0 0 4px rgba(0,0,0,.5)}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms p{margin:0 0 1em;text-align:center}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms ul{margin:4px 0;padding:0 0 0 1em;text-align:left}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms.show{opacity:1;top:0}#cashierapp #coupons .regular_promos_list .regularpromoitem .promocountdown{display:none}#cashierapp #coupons .regular_promos_list .regularpromoitem .bottombar{align-items:center;background-color:#8798ad;border-radius:4px;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:12px;height:24px;justify-content:space-between;margin-top:4px;padding:4px}#cashierapp #coupons .regular_promos_list .regularpromoitem .bottombar .icon{display:block;font-size:18px}#cashierapp #coupons .regular_promos_list .regularpromoitem .bottombar .mindep{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;gap:8px;max-height:100%}#cashierapp #coupons .regular_promos_list .regularpromoitem .bottombar .info{border-radius:50%}#cashierapp #coupons .regular_promos_list .regularpromoitem .bottombar .info:hover{box-shadow:0 0 8px hsla(0,0%,100%,.85);cursor:pointer}@media screen and (min-width:568px){#cashierapp #coupons .regular_promos_list .regularpromoitem .content{align-items:center;font-size:16px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info{padding:16px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info h3{font-size:18px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .info .button{margin-top:16px}#cashierapp #coupons .regular_promos_list .regularpromoitem .content .terms>div{font-size:14px}}@media screen and (min-width:1024px){#cashierapp #coupons .regular_promos_list{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}}#cashierapp .promotions_page .regular_promos{display:flex;flex-direction:column;gap:16px;width:100%}#cashierapp .promotions_page .regular_promos h2{font-size:16px;margin:0;text-align:left}#cashierapp #coupons{display:flex;flex-direction:column;flex-grow:1;gap:16px;margin:0 auto;max-width:1300px;width:100%}#cashierapp #coupons h3{margin:0}#cashierapp #coupons .loading{align-items:center;display:flex;flex-direction:column;font-size:16px;gap:16px;justify-content:center;min-height:50vh;min-height:50dvh;padding:16px;text-align:center}#cashierapp #coupons .loading .loader{animation:cv3_spin 1.5s linear infinite,cv3_loadingpulse 1s linear infinite;font-size:32px}#cashierapp #coupons .active_coupon_page{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px;width:100%}#cashierapp #coupons .active_coupon_page .activecoupon{background-color:var(--cashier_light_gray);border-radius:24px;color:#000;font-size:24px;font-weight:700;line-height:48px;margin:0;padding:0 32px}#cashierapp #coupons .active_coupon_page .activecoupon-actions{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;padding:1em 0;width:100%}#cashierapp #coupons .active_coupon_page .activecoupon-actions .row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}#cashierapp #coupons .active_coupon_page .activecoupon-actions .cantcancel{font-size:14px;font-style:italic;width:100%}#cashierapp #coupons .active_coupon_page .activecoupon-actions .button{display:inline-block;margin:0 auto;min-width:240px;padding:0 2em;text-align:center;text-decoration:none}#cashierapp #coupons .active_coupon_page .activecoupon-actions .backtogames,#cashierapp #coupons .active_coupon_page .activecoupon-actions .cancelcoupon{align-items:center;background-color:#fff;border:none;border-radius:4px;display:flex;flex-grow:1;font-size:14px;font-weight:700;height:40px;justify-content:center;max-width:240px;outline:none;text-align:center;text-decoration:none;width:40%}#cashierapp #coupons .active_coupon_page .activecoupon-actions .backtogames:hover,#cashierapp #coupons .active_coupon_page .activecoupon-actions .cancelcoupon:hover{cursor:pointer}#cashierapp #coupons .active_coupon_page .activecoupon-actions .backtogames{color:var(--cashier_app_txt)}#cashierapp #coupons .active_coupon_page .activecoupon-actions .cancelcoupon{color:red}#cashierapp #coupons .active_coupon_page .activecoupon-actions .cancelcoupon[disabled=true]{color:#666;opacity:.5}#cashierapp #coupons .active_coupon_page .activecoupon-actions .cancelcoupon[disabled=true]:hover{cursor:not-allowed}#cashierapp #coupons .promotions_page{align-items:center;display:flex;flex-direction:column;gap:24px;margin:0 auto;width:100%}#cashierapp #coupons.floatcta .active_coupon_page .activecoupon-actions .button--green{animation:cv3_fadeIn .5s;bottom:8px;position:fixed;transition:all .33s}#cashierapp #coupons.floatcta .active_coupon_page .activecoupon-actions.hidebtn .button--green{bottom:-100px}#cashierapp #transactions .transaction-box{background-color:#f9fafb;border-radius:4px;padding:8px}#cashierapp #transactions .transaction-box[data-reason="12"] .trb-trace .trb-wrapper .tracebox:before,#cashierapp #transactions .transaction-box[data-reason="12"] .trb-trace .trb-wrapper .tracerow .dot,#cashierapp #transactions .transaction-box[data-reason="17"] .trb-trace .trb-wrapper .tracebox:before,#cashierapp #transactions .transaction-box[data-reason="17"] .trb-trace .trb-wrapper .tracerow .dot,#cashierapp #transactions .transaction-box[data-reason="8"] .trb-trace .trb-wrapper .tracebox:before,#cashierapp #transactions .transaction-box[data-reason="8"] .trb-trace .trb-wrapper .tracerow .dot{background-color:#0d4df1}#cashierapp #transactions .transaction-box .note{font-size:14px}#cashierapp #transactions .transaction-box .note p{margin:8px 0}#cashierapp #transactions .transaction-box .trb-info{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between}#cashierapp #transactions .transaction-box .trb-info .trb-info-icon{align-items:center;background-color:#dfe4ea;border:none;border-radius:4px;display:flex;height:30px;justify-content:center;outline:none;width:30px}#cashierapp #transactions .transaction-box .trb-info .trb-info-icon:hover{cursor:pointer}#cashierapp #transactions .transaction-box .trb-info .trb-info-text{flex-grow:1}#cashierapp #transactions .transaction-box .trb-info .trb-info-text .status{font-size:14px;text-transform:capitalize}#cashierapp #transactions .transaction-box .trb-info .trb-info-text .date{font-size:14px;text-transform:lowercase}#cashierapp #transactions .transaction-box .trb-info .trb-info-amount{font-weight:700}#cashierapp #transactions .transaction-box .trb-trace{background-color:#fff;border-radius:4px;height:0;overflow:hidden}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper{padding:16px}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper h4{font-size:14px;margin:0 0 8px}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracebox{display:flex;flex-direction:column;gap:8px;position:relative}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracebox:before{background-color:#d8dadc;bottom:15px;content:"";height:auto;left:8px;position:absolute;top:15px;width:4px}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracerow{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracerow .dot{background-color:#d8dadc;border-radius:50%;height:20px;width:20px}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracerow .tracerow-info{flex-grow:1;font-size:14px}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracerow .tracerow-info .datetime{font-size:.9em}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracerow .tracerow-info .eventid{font-size:13px}#cashierapp #transactions .transaction-box .trb-trace .trb-wrapper .tracerow .tracerow-info .tracestatus .cancel{color:red}#cashierapp #transactions .transaction-box.denied .trb-info .trb-info-amount{color:#666}#cashierapp #transactions .filter-options{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;gap:8px;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:50%}#cashierapp #transactions .filter-options .filter-button{align-items:center;background-color:transparent;border:none;border-radius:4px;color:#7c7c7c;display:flex;gap:4px;height:32px;line-height:32px;outline:none;padding:4px 8px;scroll-snap-align:start;transition:all .3s;white-space:nowrap}#cashierapp #transactions .filter-options .filter-button.active{background-color:#e6e8ea;color:var(--cashier_app_txt)}#cashierapp #transactions .filter-options .filter-button:hover{color:var(--cashier_app_txt);cursor:pointer}#cashierapp #transactions #daterangepicker .datepicker{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-top:8px}#cashierapp #transactions #daterangepicker .datepicker input{width:auto}#cashierapp #transactions #daterangepicker .datepicker .button{margin-top:12px;min-width:unset;padding:0 24px}#cashierapp #transactions #daterangepicker .datepicker .error{color:red;font-size:12px;margin-top:4px;width:100%}#cashierapp #transactions #daterangepicker .datepicker .datefield{align-items:center;display:flex;flex-direction:row;flex-grow:1;gap:4px;width:40%}#cashierapp #transactions #daterangepicker .datepicker .datefield label{font-size:13px}#cashierapp #transactions #daterangepicker .datepicker .datefield input{border:1px solid #ccc;border-radius:4px;flex-grow:1;flex-shrink:1;font-size:15px;height:32px;outline:none;padding:0 4px;width:40%}#cashierapp #transactions #daterangepicker .datepicker .datefield.from{margin-right:8px}#cashierapp #transactions #daterangepicker .datepicker .datefield.to{margin-left:8px}@media(min-width:568px){#cashierapp #transactions #daterangepicker .datepicker{align-items:center;justify-content:flex-start;order:1;width:100%}#cashierapp #transactions #daterangepicker .datepicker .button{margin-top:0;order:2}#cashierapp #transactions #daterangepicker .datepicker .error{order:3}#cashierapp #transactions #daterangepicker .datepicker .datefield{flex-grow:0;flex-shrink:0;width:auto}#cashierapp #transactions #daterangepicker .datepicker .datefield input{padding:0 8px}#cashierapp #transactions #daterangepicker .datepicker .datefield.from{flex-grow:1;margin-right:16px}#cashierapp #transactions #daterangepicker .datepicker .datefield.to{flex-grow:1;margin-left:0;margin-right:16px}}#cashierapp #transactions .topsection{display:flex;flex-direction:column;gap:8px}#cashierapp #transactions .top-buttons-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}#cashierapp #transactions .spacer{background-color:#ccc;height:32px;margin:0 12px;width:2px}#cashierapp #transactions .daterangepicker-button{align-items:center;background-color:#e6e8ea;border:1px solid #ccc;border-radius:4px;display:flex;gap:4px;height:32px;line-height:32px;padding:0 8px}#cashierapp #transactions .daterangepicker-button:hover{cursor:pointer}#cashierapp #transactions .loading-transactions{align-items:center;display:flex;flex-direction:column;font-size:16px;gap:16px;justify-content:center;min-height:50vh;min-height:50dvh;padding:16px;text-align:center}#cashierapp #transactions .loading-transactions .loader{animation:cv3_spin 1.5s linear infinite,cv3_loadingpulse 1s linear infinite;font-size:32px}#cashierapp #transactions{display:flex;flex-direction:column;flex-grow:1;gap:16px;margin:0 auto;max-width:800px;width:100%}#cashierapp #transactions h3{margin:0}#cashierapp #transactions .transactionsdata{display:flex;flex-direction:column;flex-grow:1;gap:16px;margin:0 auto;max-width:800px;width:100%}#cashierapp #transactions .transdaybox{animation:cv3_fadeIn .3s;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:8px}#cashierapp #transactions .transdaybox h2{font-size:18px;font-weight:700;margin:0}#cashierapp #transactions .limitedreportnote{color:var(--cashier_sidebar_link);font-size:13px;font-style:italic}#cashierapp #transactions .limitedreportnote a{color:var(--cashier_dark_blue);text-decoration:underline}#cashierapp #transactions .limitedreportnote a:hover{cursor:pointer}@media screen and (min-width:1024px){#cashierapp #transactions .limitedreportnote{padding-left:30%;text-align:right}}#cashierapp #transactions .no-transactions{padding:16px}#cashierapp #transactions .no-transactions p{margin-bottom:16px;text-align:center}:root,:root body[data-theme=dark]{--cashier_dark_blue:#0081d5;--cashier_blue:#1da5f6;--cashier_dark_gray:#919191;--cashier_mid_gray:#dfdfdf;--cashier_light_gray:#eee;--cashier_green:#00d05d;--cashier_secondary_green:#00d05d;--cashier_alert_red_bgk:#f8e5e2;--cashier_alert_red:#dd4031;--cashier_alert_orange_bgk:#fcf4e1;--cashier_alert_orange:#e9a226;--cashier_alert_blue_bgk:#e4eefe;--cashier_alert_blue:#4172fb;--cashier_alert_green_bgk:#eafff0;--cashier_alert_green:#00d05d;--cashier_app_bgk:#f8f8f8;--cashier_app_txt:#000;--cashier_app_secondary_txt:#333;--cashier_app_header_h4:#555;--cashier_sidebar_bgk:#eee;--cashier_sidebar_active_bgk:#fff;--cashier_sidebar_link:#919191;--cashier_box_bgk:#fff;--cashier_box_border:#cecece}@keyframes cv3_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes cv3_fadeOut{0%{opacity:1}to{opacity:0}}@keyframes cv3_fadeInZoon{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cv3_loadingpulse{0%{opacity:.3}to{opacity:.6}}@keyframes cv3_processing{0%{opacity:.2}to{opacity:.4}}@keyframes cv3_spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cv3_blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@keyframes cv3_pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}*,:after,:before{box-sizing:border-box;font-family:Roboto,sans-serif}body{background-color:var(--cashier_app_bgk);display:flex;flex-direction:column;font-size:16px;margin:0;min-height:100dvh;min-height:100vh;scroll-behavior:smooth}body.noscroll{overflow:hidden}body::-webkit-scrollbar{height:6px;width:9px}body::-webkit-scrollbar-thumb{background:#b4b4b4;border-radius:2px}body::-webkit-scrollbar-thumb:hover{background:#919191}body::-webkit-scrollbar-track{background:var(--cashier_mid_gray);border-radius:0;box-shadow:inset 0 0 0 0 #f0f0f0}#cashierapp p{margin:0}#cashierapp main{padding:.5em}@media screen and (min-width:568px){#cashierapp main{padding:1em}}@media screen and (min-width:1024px){#cashierapp main{padding:2em}}#cashierapp .collapsable{overflow:hidden;transition:height .3s}#cashierapp .button{background-color:#666;border:2px solid #666;border-radius:20px;color:#fff;font-size:16px;font-weight:700;height:40px;line-height:36px;margin:0;min-width:160px;outline:none;padding:0 1em;text-decoration:none;text-transform:uppercase}#cashierapp .button:hover{cursor:pointer}#cashierapp .button--green{background-color:var(--cashier_green);border-color:var(--cashier_green)}#cashierapp .button--blue{background-color:var(--cashier_alert_blue);border-color:var(--cashier_alert_blue)}#cashierapp .button--outlinegreen{background-color:transparent;border-color:var(--cashier_green);color:var(--cashier_green)}#cashierapp .button--outlinegreen[disabled=true]{background-color:transparent!important;border-color:var(--cashier_dark_gray);color:var(--cashier_dark_gray)}#cashierapp .button--outlinegreen[disabled=true]:hover{cursor:not-allowed}#cashierapp .button--outline{background-color:transparent}#cashierapp .button--outline,#cashierapp .button--outlinedisabled{border-color:var(--cashier_dark_gray);color:var(--cashier_dark_gray)}#cashierapp .button--outlinedisabled{background-color:transparent!important}#cashierapp .button--outlinedisabled:hover{cursor:not-allowed}#cashierapp .button:disabled{background-color:var(--cashier_dark_gray);border-color:var(--cashier_dark_gray);opacity:.4}#cashierapp .button:disabled:hover{cursor:not-allowed}#cashierapp .inprocess{animation:cv3_processing .75s infinite alternate-reverse;filter:blur(1px);pointer-events:none}#cashierapp:has(#cashiersidebar){display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}#cashierapp:has(#cashiersidebar) main{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}@media screen and (min-width:1024px){#cashierapp:has(#cashiersidebar){flex-direction:row}}#cashierapp .slick-dots{align-items:center;display:flex!important;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:center;list-style:none;margin:12px 0 0;padding:0}#cashierapp .slick-dots li button{background-color:transparent;border:1px solid var(--cashier_dark_blue);border-radius:50%;display:block;font-size:0;height:12px;margin:0;outline:none;padding:0;transition:all .3s;width:12px}#cashierapp .slick-dots li button:hover{cursor:pointer}#cashierapp .slick-dots li.slick-active button{background-color:var(--cashier_dark_blue)}.alertbox{align-items:center;animation:cv3_fadeIn .5s;background-color:#fff;border:1px solid #666;border-radius:8px;display:flex;flex-direction:row;font-size:14px;gap:.5em;justify-content:center;margin:0 auto;max-width:648px;padding:8px;width:100%}.alertbox h4{font-size:1em;margin:0 0 4px}.alertbox p{margin:0}.alertbox a{color:var(--cashier_alert_blue);text-decoration:underline}.alertbox a:hover{cursor:pointer}.alertbox .icon{color:#666;display:block;flex-shrink:0;font-size:32px;margin:0;width:32px}.alertbox--orange{background-color:var(--cashier_alert_orange_bgk);border-color:var(--cashier_alert_orange)}.alertbox--orange .icon{color:#ffa300}.alertbox--green{background-color:var(--cashier_alert_green_bgk);border-color:var(--cashier_alert_green)}.alertbox--green .icon{color:#00ab54}.alertbox--red{background-color:var(--cashier_alert_red_bgk);border-color:var(--cashier_alert_red)}.alertbox--red .icon{color:#dd4031}.alertbox--blue{background-color:var(--cashier_alert_blue_bgk);border-color:var(--cashier_alert_blue)}.alertbox--blue .icon{color:#4172fb}@media screen and (min-width:568px){.alertbox .icon{font-size:28px}}#initLoader{align-items:center;animation:cv3_fadeIn 1s;display:flex;flex-direction:column;gap:8px;height:90px;justify-content:space-between;left:0;position:absolute;right:0;top:43%}#initLoader .loaderlogo{animation:cv3_fadeInZoon .5s;display:block;margin:0 auto;max-width:220px;width:50%}