.account-page{display:flex;flex-direction:row;gap:24px;color:#FFFFFC}.account-page #left-sidebar{min-width:300px;background-color:#13459a;background-image:linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.1));border-radius:25px;padding:24px 0}.account-page #left-sidebar .profile-settings-box{display:flex;flex-direction:column;row-gap:18px}.account-page #left-sidebar .profile-settings-box #profile-info{padding:0 24px;display:flex;flex-direction:column;row-gap:8px;border-bottom:1px dotted #FFFFFC}.account-page #left-sidebar .profile-settings-box #profile-info #user-info{font-size:24px;line-height:30px;font-family:"Bebas Neue", sans-serif;color:#FFFFFC}.account-page #left-sidebar .profile-settings-box #profile-info #user-balance{color:#FFFFFC;font-size:20px;font-weight:600;padding-bottom:18px}.account-page #left-sidebar .profile-settings-box .user-menu{display:flex;flex-direction:column}.account-page #left-sidebar .profile-settings-box .user-menu a{color:#FFFFFC;font-weight:600;display:flex;align-items:center;column-gap:12px;text-decoration:none;height:60px;padding:0 24px;transition:box-shadow 0.2s ease-in-out}.account-page #left-sidebar .profile-settings-box .user-menu a:hover span,.account-page #left-sidebar .profile-settings-box .user-menu a.active span{text-decoration:underline}.account-page .left-main{background-color:#13459a;background-image:linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.25));padding:48px;border-radius:25px;flex:1}.account-page .left-main h3{color:#FFFFFC;font-family:"Bebas Neue", sans-serif;margin:0;font-size:40px;line-height:48px;margin-bottom:48px}.account-page .left-main h2{color:#FFFFFC}.account-page .left-main label{margin-bottom:5px;font-size:14px;font-weight:600;display:block;color:#FFFFFC}.account-page .left-main .text-muted{margin-bottom:5px;font-size:14px;font-weight:600;display:block;color:#0E354E !important;opacity:0.75}.account-page .left-main .mb-18{margin-bottom:18px}.account-page .left-main input{height:60px;margin-bottom:18px}.account-page .left-main input.form-datetime{background-color:#FFFFFC;border-color:#2c2d362b;color:#031926}.account-page .left-main .form-check{display:flex;align-items:center;line-height:1;margin:10px 0}.account-page .left-main .form-check input[type="checkbox"]{display:block;margin-top:0;position:initial;width:20px;height:20px;margin-bottom:0}.account-page .left-main .form-check label{flex-grow:1;margin-bottom:0;margin-left:15px}.account-page .left-main select{height:60px;margin-bottom:18px;border-color:#0E354E;color:#031926;background:url(https://img.icons8.com/?size=100&id=41193&format=png&color=FFFFFF) no-repeat #fff;background-position:calc(100% - 14px) center;background-size:16px}.account-page .left-main .send-btn,.account-page .left-main .profile-filter-go{height:60px;background-color:#13459a;border:2px solid #13459a;width:fit-content;padding:0 24px;font-weight:600;color:#FFFFFC;transition:all 0.6s;display:flex;align-items:center;justify-content:center;border-radius:5px}.account-page .left-main .send-btn.btn-nothing,.account-page .left-main .profile-filter-go.btn-nothing{box-shadow:0px 4px 4px 0px #13459a;background-color:#13459a;text-decoration:none}.account-page .left-main .send-btn.btn-nothing.with-margin-top,.account-page .left-main .profile-filter-go.btn-nothing.with-margin-top{margin-top:24px}.account-page .left-main .send-btn:hover,.account-page .left-main .profile-filter-go:hover{transform:scale(0.98);box-shadow:inset 0 200px 200px 200px rgba(0,0,0,0.1)}.account-page .left-main .profile-filters{margin-bottom:28px}.account-page .left-main .profile-filter-go{width:100%}.account-page .left-main .clear-filter{margin:-20px 0 0 0;color:#FFFFFC;font-weight:bold;cursor:pointer;display:flex;align-items:center}.account-page .left-main .history-table{color:#FFFFFC}.account-page .left-main .history-table .history-row{display:flex;align-items:center;border-bottom:2px dotted #f8f8f880;min-height:75px;column-gap:4px}.account-page .left-main .history-table .history-row .history-cell{flex:1;display:flex;flex-direction:column}.account-page .left-main .history-table .history-row:first-of-type{border-color:#FFFFFC;font-size:20px}.account-page .left-main .history-table .history-row:first-of-type .history-cell{font-weight:600}.account-page .left-main .responsible-gambling{font-size:20px;line-height:30px;font-weight:600;color:#031926}.account-page .left-main .responsible-gambling p{margin-bottom:24px}.account-page .left-main .responsible-gambling p a{text-decoration:none;color:#13459a;font-weight:600}.account-page .left-main .responsible-gambling p:nth-last-child(3) a{color:#FFFFFC;text-decoration:underline}.account-page .left-main .privacy_security{font-size:40px;line-height:48px;color:#FFFFFC;font-family:"Bebas Neue", sans-serif;margin-bottom:24px}.account-page .left-main .privacy_security_text{display:flex;flex-direction:column;row-gap:24px}.account-page .left-main .privacy_security_text img{width:50px}.account-page .left-main #cashier_table p{display:none}.account-page .left-main #cashier_table #methods{list-style:none;margin:0;padding:0}.account-page .left-main #cashier_table #methods li .deposit-button{width:300px;height:64px;border:4px solid #0E354E;border-radius:5px;background-image:linear-gradient(90deg, #228b22, rgba(255,255,255,0.0901961));background-color:#13459a;color:#FFFFFC;font-weight:600;font-size:24px;transition:all 0.6s;align-self:flex-start;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#FFFFFC}.account-page .left-main #cashier_table #methods li .deposit-button:hover{transform:scale(0.98);box-shadow:inset 0 200px 200px 200px rgba(0,0,0,0.1)}.account-page .left-main .pagy-bootstrap-nav{margin-top:48px;display:flex;justify-content:center}.account-page .left-main .empty-text{color:#0E354E}.account-page .left-main .winnings{display:flex;flex-wrap:wrap;gap:24px}.account-page .left-main .winnings .winning{background-color:#FFFFFC;background-image:linear-gradient(0deg, #0989c4, #13459a 50%);border-radius:25px;display:flex;flex-direction:column;row-gap:12px;width:402px}.account-page .left-main .winnings .winning .winning-heading{height:52px;background-color:#EBB12B;border-top-left-radius:25px;border-top-right-radius:25px;display:flex;align-items:center;justify-content:center;padding:24px;font-size:20px;line-height:24px;color:#0E354E;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-page .left-main .winnings .winning .winning-content{display:flex;flex-direction:column;align-items:center;row-gap:24px;padding:24px;flex:1}.account-page .left-main .winnings .winning .winning-content .winning-logo img{width:100px;flex:none}.account-page .left-main .winnings .winning .winning-content .winning-info{width:100%;display:flex;flex-direction:column}.account-page .left-main .winnings .winning .winning-content .winning-info .amount-won{color:#FFFFFC;font-weight:600}.account-page .left-main .winnings .winning .winning-content .winning-numbers{display:flex;flex-wrap:wrap;gap:8px;flex:1;align-items:center}.account-page .left-main .winnings .winning .winning-content .winning-numbers .num{width:36px;height:36px;border-radius:100%;background-color:#fefffe;background-image:linear-gradient(#0E354E, rgba(14,54,78,0.6));display:flex;align-items:center;justify-content:center;color:#fefffe}.account-page .left-main .winnings .winning .winning-content .winning-numbers .num.correct-additional-num{outline:3px dashed #13459a}.account-page .left-main .winnings .winning .winning-content .winning-numbers .num.correct-secondary-num{outline:3px dashed #13459a}.account-page .left-main .winnings .winning .winning-content .winning-numbers .num.bonus-num{background-image:linear-gradient(#000, #0E354E)}.account-page .left-main .winnings .winning .winning-content .winning-numbers .num.correct-primary-num{outline:3px dashed #13459a}.account-page .left-main .my-lotteries{display:flex;flex-wrap:wrap;gap:24px}.account-page .left-main .my-lotteries .my-lottery{background-color:#FFFFFC;background-image:linear-gradient(0deg, #0989c4, #13459a 50%);border-radius:25px;display:flex;flex-direction:column;row-gap:12px;width:402px}.account-page .left-main .my-lotteries .my-lottery .my-lottery-heading{height:52px;background-color:#EBB12B;border-top-left-radius:25px;border-top-right-radius:25px;display:flex;align-items:center;justify-content:center;padding:24px;font-size:20px;line-height:24px;color:#0E354E;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content{display:flex;flex-direction:column;align-items:center;row-gap:24px;padding:24px;flex:1}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-logo img{width:100px;flex:none}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-info{width:100%;display:flex;flex-direction:column}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-info .amount-won{color:#13459a;font-weight:600}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-numbers{display:flex;flex-wrap:wrap;gap:8px;flex:1;align-items:center}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-numbers .num{width:36px;height:36px;border-radius:100%;background-color:#fefffe;background-image:linear-gradient(#0E354E, rgba(14,54,78,0.6));display:flex;align-items:center;justify-content:center;color:#fefffe}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-numbers .num.correct-additional-num{background-image:linear-gradient(#ff36cf, rgba(255,54,207,0.4))}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-numbers .num.correct-secondary-num{background-image:linear-gradient(#156296, #5bbeec)}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-numbers .num.bonus-num{background-image:linear-gradient(#000, #0E354E)}.account-page .left-main .my-lotteries .my-lottery .lotto-tickets .chosen-numbers{margin-bottom:8px;justify-content:center}.account-page .left-main .my-lotteries .my-lottery .lotto-tickets img{width:70px}.account-page .left-main .my-lotteries .my-lottery .lotto-tickets .my-lottery-title-name{text-align:center;font-size:24px;color:#031926}.account-page .left-main .my-lotteries .my-lottery .lotto-tickets h3{color:#031926;font-size:20px}.account-page .left-main .my-lotteries .my-lottery .collapser-btn{border-radius:25px;background-color:#13459a;color:#FFFFFC;margin:0 12px 12px 12px}.account-page .left-main .my-lotteries-header{display:flex;justify-content:space-between;align-items:baseline}.account-page .left-main .my-lotteries-header a{display:flex;align-items:center;color:#FFFFFC;text-decoration:none;font-weight:600;transition:box-shadow 0.2s ease-in-out;height:60px}.account-page .left-main .my-lotteries-header a span:hover{text-decoration:underline}.account-page .left-main .my-lotteries-archived .my-lottery .my-lottery-heading{opacity:0.5}@media (max-width: 1296px){.account-page .left-main .winnings .winning{width:calc(50% - 12px)}.account-page .left-main .my-lotteries .my-lottery{width:calc(50% - 12px)}}@media (max-width: 991px){.account-page{flex-direction:column-reverse}.account-page .left-main{padding:24px}.account-page .left-main h3,.account-page .left-main .privacy_security{font-size:32px;line-height:38px;margin-bottom:24px}.account-page .left-main .winnings .winning{width:100%}.account-page .left-main .winnings .winning .winning-content .winning-numbers{justify-content:center}.account-page .left-main .my-lotteries .my-lottery{width:100%}.account-page .left-main .my-lotteries .my-lottery .my-lottery-content .my-lottery-numbers{justify-content:center}}@media (max-width: 767px){.account-page .left-main .responsible-gambling{font-size:16px}.account-page .left-main .limit-field-btn{width:100%}.account-page .left-main .history-table .history-row .history-cell .make-bold{font-size:16px;line-height:24px}.account-page .left-main .history-table .history-row .history-cell span{font-size:14px;font-weight:500;line-height:20px}.account-page .withdrawal-method-title-wrapper{font-size:32px;line-height:32px;display:block !important}}.limit-field{display:flex;flex-direction:column;justify-content:space-between}#limits-form .time-limit-field{display:flex;flex-direction:column;justify-content:space-between}.profile-field{display:flex;flex-direction:column;justify-content:space-between}
