.withdraw[data-v-f12fa690]{max-width:400px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px}.withdraw .title[data-v-f12fa690]{color:var(--black);font-size:20px;font-weight:500;margin-bottom:16px}.withdraw-form[data-v-f12fa690]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.withdraw-form__field[data-v-f12fa690]{width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.withdraw-form__field label[data-v-f12fa690]{font-weight:400;margin-bottom:5px}.withdraw-form__field input[data-v-f12fa690]{width:100%}.withdraw-form__field input[type=number][data-v-f12fa690]::-webkit-inner-spin-button,.withdraw-form__field input[type=number][data-v-f12fa690]::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;-moz-appearance:none}.withdraw-form__field button[data-v-f12fa690]{width:100%;margin:10px 0 0}.modal-refs[data-v-80d43f9a]{position:fixed;z-index:799;top:0;left:0;padding:16px;background:var(--background);width:100%;height:100%;overflow:auto}.modal-refs__body[data-v-80d43f9a]{padding:16px;border-radius:16px;background:var(--white)}.referrals__empty{color:var(--gray-border);font-size:48px;line-height:55px;font-weight:700;display:flex;justify-content:center;align-items:center}.referrals-content .title{font-size:18px;font-style:normal;font-weight:600;line-height:22px}.referrals-content__header{display:flex;justify-content:space-between;align-items:end}@media (max-width: 768px){.referrals-content__header{align-items:start;flex-direction:column;gap:16px}}.referrals-content__header .dates{display:flex;flex-direction:column;gap:15px}.referrals-content__header .dates .date{display:flex;align-items:center;gap:8px}@media (max-width: 490px){.referrals-content__header .dates .date{align-items:start;flex-direction:column;gap:8px;width:100%}}.referrals-content__header .dates .date__gap{color:var(--black--50);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media (max-width: 490px){.referrals-content__header .dates .date__gap{display:none}}.referrals-content__header .dates .date__input{width:100%;max-width:170px;height:40px}@media (max-width: 768px){.referrals-content__header .dates .date__input{max-width:none}}.referrals-content__wrapper{position:relative;margin-bottom:14px}@media (max-width: 450px){.referrals-content__wrapper{margin-top:20px}}.referrals-content__wrapper .count-refs{position:absolute;display:none}@media (max-width: 450px){.referrals-content__wrapper .count-refs{display:block;top:18px;left:12px;color:var(--black);font-size:20px;font-style:normal;font-weight:600;line-height:24px}}.referrals-content__wrapper .expand-btn{position:absolute;display:none}@media (max-width: 450px){.referrals-content__wrapper .expand-btn{display:block;top:12px;right:12px;color:var(--black);font-size:20px;font-style:normal;font-weight:600;line-height:24px}}.referrals-content .wrapper-loading{height:142px}.referrals-content .chart{position:relative;min-height:372px;height:100%}.referrals-content .chart .visible{display:none}.referrals-content .chart .loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.referrals-content .chart .axisX{color:#000;font-size:10px;font-style:normal;font-weight:400;line-height:14px;position:absolute;left:40px;bottom:-50px;right:15px;background-color:#add8e6}.referrals-content .chart .axisX .even{display:flex;margin-bottom:10px}.referrals-content .chart .axisX .even div{flex:1;text-align:center}.referrals-content .chart .axisX .odd{display:flex;margin-bottom:10px}.referrals-content .chart .axisX .odd div{flex:1}@media (max-width: 450px){.referrals-content .chart{border-radius:6px;border:1px solid var(--gray-border);min-height:130px;padding-top:12px}.referrals-content .chart img{width:80px;height:80px}}.title{font-size:18px;font-style:normal;font-weight:600;line-height:22px}.table-title{margin-bottom:16px}.referral-table,.referral-table thead{width:100%}.referral-table thead th{color:var(--grey-100);font-size:14px;font-style:normal;font-weight:500;line-height:20px;background:var(--grey-80);padding:16px}.referral-table thead th:first-child{border-radius:4px 0 0 4px}.referral-table thead th:last-child{border-radius:0 4px 4px 0}.referral-table tbody{width:100%;font-size:14px}.referral-table tbody tr td{padding:12px}.wrapper{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.header{display:flex;align-items:center;justify-content:space-between}.header .dates{display:flex;flex-direction:column;gap:15px}.header .dates .date{display:flex;align-items:center;gap:8px}.header .dates .date__gap{color:var(--black--50);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.header .dates .date__input{width:100%;max-width:170px;height:40px}.home{width:100%}.cart{width:100%;display:flex;flex-direction:column;background:transparent;height:fit-content;min-height:745px}.cart-balance{width:100%;min-height:120px;padding:15px 20px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;background:var(--white);-webkit-box-shadow:0 2px 10px rgba(125,125,125,.1);box-shadow:0 2px 10px #7d7d7d1a;border-radius:10px;margin:0 0 20px}@media screen and (max-width: 1200px){.cart-balance{flex-direction:column}.cart-balance .cart-balance__balance{justify-content:space-around;width:100%;justify-content:space-between}.cart-balance .cart-balance__referral{width:100%}.cart-balance .cart-balance__referral-top{justify-content:space-between}.cart-balance .cart-balance__referral-bottom{justify-content:space-around}}.cart-balance__balance{display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 500px){.cart-balance__balance{margin-bottom:20px}}.cart-balance__balance div{display:flex;flex-direction:row}.cart-balance__balance div .label{color:var(--orange);font-size:24px;font-weight:700;margin-right:10px}@media screen and (max-width: 500px){.cart-balance__balance div .label{font-size:22px;margin-bottom:0}}.cart-balance__balance div .money{font-weight:400;font-size:24px;margin-right:24px}@media screen and (max-width: 500px){.cart-balance__balance div .money{font-size:22px}}.cart-balance__balance .button{line-height:52px}@media screen and (max-width: 500px){.cart-balance__balance .button{height:40px;line-height:40px;padding:0 32px;margin:0;font-weight:700}}.cart-balance__referral{display:flex;flex-direction:column;width:50%}.cart-balance__referral-top{display:flex;flex-direction:row;width:100%;align-items:center}@media screen and (max-width: 1200px){.cart-balance__referral-top{justify-content:space-between}}.cart-balance__referral-top__link{height:38px;padding:5px 10px;border:2px solid var(--orange);border-radius:5px;line-height:28px;margin:0 5px 0 0;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;overflow:hidden}@media screen and (max-width: 500px){.cart-balance__referral-top__link{font-size:16px;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;overflow:hidden;min-width:80%}}.cart-balance__referral-top p{color:var(--orange);font-weight:600}.cart-balance__referral-bottom{display:flex;flex-direction:row;justify-content:space-between;padding:0 40px 0 0;align-items:center;margin-top:10px;width:100%}@media screen and (max-width: 1200px){.cart-balance__referral-bottom{padding:0;justify-content:space-between!important}}.cart-balance__referral-bottom div{display:flex;flex-direction:row;font-size:12px}.cart-balance__referral-bottom div .label{color:var(--orange);font-size:20px;font-weight:700;margin-right:10px}@media screen and (max-width: 500px){.cart-balance__referral-bottom div .label{font-size:inherit}}.cart-balance__referral-bottom div .money{font-weight:400;font-size:20px;margin-right:10px}@media screen and (max-width: 500px){.cart-balance__referral-bottom div .money{font-size:inherit}}.cart-balance__referral-bottom .button{margin:0;line-height:32px;height:32px}@media screen and (max-width: 500px){.cart-balance__referral-bottom .button{font-size:12px;font-weight:700}}.cart-stats{width:100%;flex-grow:1}.cart-stats__steps{width:100%;display:flex;flex-direction:row}.cart-stats__steps-left{display:flex;flex-direction:row;width:40%}@media screen and (max-width: 500px){.cart-stats__steps-left{width:60%}}.cart-stats__steps-left .step{width:130px;background:var(--gray-border);color:var(--black);padding:16px 0;font-weight:700;border-radius:5px 5px 0 0;margin-right:12px;align-items:center;justify-content:center;cursor:pointer;transition:background .25s,color .25s}.cart-stats__steps-left .step.active{background:var(--white);color:var(--orange)}.cart-stats__steps-right{width:60%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}@media screen and (max-width: 500px){.cart-stats__steps-right{width:40%}.cart-stats__steps-right__step{padding:10px 15px!important}}.cart-stats__steps-right__step{padding:10px 30px;background:var(--gray-border);color:var(--black);border-radius:5px 5px 0 0;cursor:pointer;font-weight:700;transition:background .25s,color .25s}.cart-stats__steps-right__step.active{background:var(--white);color:var(--orange)}.cart-stats__tab{width:100%;border-radius:0 0 10px 10px;background:var(--white);padding:20px}@media (max-width: 450px){.cart-stats__tab{padding:16px}}.cart-stats__tab-cart,.cart-stats__tab-history{min-height:510px;max-height:550px;height:inherit;display:none;height:100%;overflow-y:auto}.cart-stats__tab-cart::-webkit-scrollbar,.cart-stats__tab-history::-webkit-scrollbar{width:5px;border-radius:10px}.cart-stats__tab-cart::-webkit-scrollbar-thumb,.cart-stats__tab-history::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--gray-border);opacity:.4}.cart-stats__tab-cart,.cart-stats__tab-history{scrollbar-width:thin;scrollbar-color:var(--gray-border) var(--white)}.cart-stats__tab-cart.active,.cart-stats__tab-history.active{display:flex}.cart-stats__tab-cart.active.empty,.cart-stats__tab-history.active.empty{display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-stats__tab-cart.empty,.cart-stats__tab-history.empty{display:none;flex-direction:column;align-items:center;justify-content:center}.cart-stats__tab-cart.empty.active,.cart-stats__tab-history.empty.active{display:flex}.cart-stats__tab-cart__empty,.cart-stats__tab-history__empty{color:var(--gray-border);font-size:48px;line-height:55px;font-weight:700;text-align:center}.history-table,.cart-table{width:100%}@media screen and (max-width: 600px){.history-table,.cart-table{font-size:16px}}@media screen and (max-width: 500px){.history-table thead,.cart-table thead{display:none}}.history-table tbody,.cart-table tbody{max-height:400px;overflow-y:auto}@media screen and (max-width: 500px){.history-table tbody tr,.cart-table tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:auto;border-bottom:1px solid #D9D9D9}.history-table tbody tr td:first-child,.cart-table tbody tr td:first-child{width:100%;text-align:left}.history-table tbody tr td:first-child img,.cart-table tbody tr td:first-child img{margin:0 auto 0 0;cursor:pointer;box-shadow:0 2px 6px 2px #3c404326}.history-table tbody tr td:nth-child(2),.history-table tbody tr td:nth-child(3),.cart-table tbody tr td:nth-child(2),.cart-table tbody tr td:nth-child(3){width:100%;max-width:none;text-align:left}.history-table tbody tr td:nth-child(4),.cart-table tbody tr td:nth-child(4){line-height:42px;white-space:nowrap}.history-table tbody tr td:last-child,.cart-table tbody tr td:last-child{width:fit-content;line-height:62px}.history-table tbody tr td:last-child button,.cart-table tbody tr td:last-child button{padding:0 35px;line-height:40px}.history-table tbody tr td:last-child .delete,.cart-table tbody tr td:last-child .delete{height:40px}}.history-table tr,.cart-table tr{border-bottom:1px solid #D9D9D9}.history-table td,.history-table th,.cart-table td,.cart-table th{padding:10px;align-items:center;justify-content:center;text-align:center;width:20%}.history-table td:last-of-type,.history-table th:last-of-type,.cart-table td:last-of-type,.cart-table th:last-of-type{display:flex;flex-direction:row;width:100%}.history-table td .buy,.cart-table td .buy{padding:0 48px;line-height:32px;border:1px solid var(--orange);background:var(--white);border-radius:5px;color:var(--orange);height:auto;transition:background .25s,color .25s}@media screen and (max-width: 600px){.history-table td .buy,.cart-table td .buy{padding:0 15px}}.history-table td .buy:hover,.cart-table td .buy:hover{background:var(--orange);color:var(--white)}.history-table td .delete,.cart-table td .delete{width:28px;height:28px;cursor:pointer;transition:height .25s,width .25s,margin-left .25s;margin-left:10px}.history-table td .delete:hover,.cart-table td .delete:hover{height:33px;width:33px;margin-left:5px}.history-table td .delete:hover svg,.cart-table td .delete:hover svg{height:33px;width:33px}.history-table td .delete svg,.cart-table td .delete svg{width:28px;height:28px;stroke:#888;transition:height .25s,width .25s}.history-table td img,.cart-table td img{margin:20px;height:75px;cursor:pointer;box-shadow:0 2px 6px 2px #3c404326}.history-table td span,.cart-table td span{color:#6c6c6c}.history-table .table-header,.cart-table .table-header{color:#6c6c6c;font-weight:400}.history-table .table-header.referral-header,.cart-table .table-header.referral-header{width:100%;border:none}.history-table .table-header.referral-header p,.cart-table .table-header.referral-header p{width:90%;min-width:400px;color:#80808080;font-size:22px;font-weight:700;margin:25px 15px}.history-table .table-header.referral-header p span,.cart-table .table-header.referral-header p span{color:var(--orange)}.history-table .price,.cart-table .price{color:var(--orange);font-weight:700}
