@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800&display=swap";:root{--primary: #20b970;--secondary:#d810a9;--text: #444;--text-alternative: #aaa;--black: #222;--gray: #eee;--blue: #55f;--red: #f55;--success: rgb(6, 235, 6);--pending: rgb(212, 176, 32)}*{padding:0;margin:0;font-family:Poppins,sans-serif}img[data-v-be3e2f93]{width:100%;height:100%;scale:2}header[data-v-4a698999]{position:fixed;top:0;width:100vw;z-index:10;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-around;padding:10px 30px;gap:50px;border-bottom:1px solid var(--text-alternative);color:var(--text);background-color:var(--gray)}#company_logo[data-v-4a698999]{display:flex;gap:10px;align-self:center}#company_logo h2[data-v-4a698999]{align-self:center}#company_logo .logo[data-v-4a698999]{width:40px;height:40px}#nav_items[data-v-4a698999]{display:flex;gap:20px}#nav_items>a[data-v-4a698999]{padding:10px 0;color:var(--text);text-decoration:none;white-space:nowrap;cursor:pointer}#nav_items>a[data-v-4a698999]:hover,#nav_items>a[data-v-4a698999]:focus{border-bottom:1px solid var(--primary);color:var(--primary)}#links[data-v-4a698999]{display:flex;gap:30px}#links a[data-v-4a698999]{text-decoration:none;padding:10px 15px;border-radius:10px;align-self:center;transition:.4s ease}#links a[data-v-4a698999]:hover,#links a[data-v-4a698999]:focus{transition:.4s ease}#login[data-v-4a698999]{color:var(--primary)}#login[data-v-4a698999]:hover{color:var(--primary);scale:1.06}#register[data-v-4a698999]{background-color:var(--primary);color:var(--gray)}#logout[data-v-4a698999]{background-color:var(--red);color:var(--gray)}#hamburger[data-v-4a698999]{padding:5px;display:none;flex-direction:column;gap:4px;border-radius:4px;background-color:var(--primary)}#hamburger>div[data-v-4a698999]{width:30px;height:6px;background-color:var(--gray)}@media screen and (max-width: 680px){#nav_items[data-v-4a698999],#links[data-v-4a698999]{display:none}#hamburger[data-v-4a698999]{display:flex}}footer[data-v-2866c904]{padding:15px 40px;background-color:var(--gray)}*[data-v-2866c904]{color:var(--text)}#calling[data-v-2866c904]{display:flex;justify-content:space-between;flex-wrap:wrap;padding:30px;border-bottom:1px solid var(--text-alternative)}#calling>h2[data-v-2866c904]{font-size:30px}#calling>div[data-v-2866c904]{display:flex;gap:10px}#calling a[data-v-2866c904]{text-decoration:none;padding:15px 30px;border-radius:15px;white-space:nowrap;transition:.4s ease}#start[data-v-2866c904]{background-color:var(--primary);color:var(--gray)}#more[data-v-2866c904]{border:1px solid var(--text)}#start[data-v-2866c904]:hover,#start[data-v-2866c904]:focus,#more[data-v-2866c904]:focus,#more[data-v-2866c904]:hover{scale:1.1}#footer_details[data-v-2866c904]{display:flex;flex-wrap:wrap;row-gap:20px;padding:15px}#brand[data-v-2866c904]{flex-grow:10}#company[data-v-2866c904]{display:flex;gap:15px}#company .logo[data-v-2866c904]{width:65px;height:65px}#company h2[data-v-2866c904]{align-self:center}#pitch[data-v-2866c904]{margin-top:30px}#other_links[data-v-2866c904]{flex-grow:30;display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;padding:10px}#other_links h3[data-v-2866c904]{margin-bottom:30px}#other_links p[data-v-2866c904]{margin-bottom:15px;cursor:pointer;transition:.4s ease}#other_links p[data-v-2866c904]:hover,#other_links p[data-v-2866c904]:focus{scale:1.1;color:var(--primary)}#terms_and_social[data-v-2866c904]{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:25px;padding:15px}#policy[data-v-2866c904]{display:flex;gap:30px}#policy>button[data-v-2866c904]{padding:20px;border:none;border-radius:15px;cursor:pointer;transition:.4s ease}#policy>button[data-v-2866c904]:hover,#policy>button[data-v-2866c904]:focus{scale:1.1;color:var(--primary)}#socials[data-v-2866c904]{display:flex;gap:15px}#socials>div[data-v-2866c904]{width:40px;height:40px;overflow:hidden;transition:.4s ease;align-self:center}#socials>div[data-v-2866c904]:hover{scale:1.1}.copyright_message[data-v-2866c904]{text-align:center;font-size:18px;margin-top:20px}#container{padding-top:64px;display:grid;min-height:100vh;grid-template-rows:auto 2fr auto;overflow:hidden}#container>section>section:nth-child(2){padding-left:80px}.menu_icon{fill:var(--primary);stroke-width:1px}.submit{background-color:var(--primary);width:100%;color:var(--text);padding:15px;font-size:1rem;border-radius:10px;border:1px solid var(--gray);cursor:pointer}.submit:hover{color:var(--black)}.st0{fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}img[data-v-362b9703]{width:100%;height:100%;scale:2}section[data-v-523a575a]{display:flex;gap:20px}#login_image[data-v-523a575a]{flex-grow:10;background:url(/images/login.jpg);background-size:cover}form[data-v-523a575a]{max-width:500px;padding:60px}h2[data-v-523a575a],p[data-v-523a575a],label[data-v-523a575a]{color:var(--text)}#invite[data-v-523a575a]{margin:7px 0 20px;color:var(--text-alternative)}.input[data-v-523a575a]{display:grid;gap:10px;margin-top:20px}.input>input[data-v-523a575a]{border:1px solid var(--gray);border-radius:10px;padding:15px}#login[data-v-523a575a]{width:auto;padding:15px 30px;margin-top:10px}#options[data-v-523a575a]{display:flex;justify-content:space-between;text-align:center;padding:20px 0}#options>div[data-v-523a575a]{display:flex;text-align:center;gap:8px}#options>p[data-v-523a575a]{color:var(--text-alternative);cursor:pointer}#options>p[data-v-523a575a]:hover,#options>p[data-v-523a575a]:focus{color:var(--text)}#line_break[data-v-523a575a]{width:90%;text-align:center;border-bottom:2px solid var(--text-alternative);line-height:.1em;margin:20px auto}#line_break span[data-v-523a575a]{background:#fff;padding:0 10px}#login_options[data-v-523a575a]{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;gap:25px 50px;padding:10px 0}#login_options>a[data-v-523a575a]{display:flex;gap:10px;padding:7px 10px;border:2px solid var(--gray);border-radius:15px;text-decoration:none}#login_options>a>*[data-v-523a575a]{display:flex;flex-direction:column;text-align:center;font-weight:600;justify-content:center;color:var(--text);white-space:nowrap;font-size:14px}#login_options>a[data-v-523a575a]:hover{border:2px solid var(--black)}#login_options>a:hover>p[data-v-523a575a]{color:var(--black)}#sign_up[data-v-523a575a]{margin-top:20px;text-align:center;font-size:16px}#sign_up>a[data-v-523a575a]{text-decoration:none;color:var(--blue)}#sign_up>a[data-v-523a575a]:hover{color:var(--red)}#sign_up>a[data-v-523a575a]:focus{outline:none;color:var(--red)}section[data-v-41758b54]{display:flex}#register_image[data-v-41758b54]{flex-grow:1;background:url(/images/register.jpg);background-size:cover}form[data-v-41758b54]{max-width:600px;padding:60px}h2[data-v-41758b54],p[data-v-41758b54],label[data-v-41758b54]{color:var(--text)}#invite[data-v-41758b54]{margin:15px 0 30px;color:var(--text-alternative)}#form_inputs[data-v-41758b54]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:20px}.input[data-v-41758b54]{display:grid;gap:10px}.input>input[data-v-41758b54]{padding:10px;border:1px solid var(--gray);border-radius:10px}.submit[data-v-41758b54]{width:auto;padding:15px 30px;margin-top:20px}#line_break[data-v-41758b54]{width:90%;text-align:center;border-bottom:2px solid var(--text-alternative);line-height:.1em;margin:20px auto}#line_break span[data-v-41758b54]{background:#fff;padding:0 10px}#sign_up_options[data-v-41758b54]{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;gap:25px 50px;padding:10px 0}#sign_up_options>a[data-v-41758b54]{display:flex;gap:10px;padding:7px 10px;border:2px solid var(--gray);border-radius:15px;text-decoration:none}#sign_up_options>a>*[data-v-41758b54]{display:flex;flex-direction:column;text-align:center;font-weight:600;justify-content:center;color:var(--text);white-space:nowrap;font-size:14px}#sign_up_options>a[data-v-41758b54]:hover{border:2px solid var(--black)}#sign_up_options>a:hover>p[data-v-41758b54]{color:var(--black)}#login[data-v-41758b54]{margin-top:20px;text-align:center;font-size:16px}#login>a[data-v-41758b54]{text-decoration:none;color:var(--blue)}#login>a[data-v-41758b54]:hover{color:var(--red)}#login>a[data-v-41758b54]:focus{outline:none;color:var(--red)}div[data-v-8772e32f]{width:30px;height:30px}div[data-v-113951f7]{height:30px;width:30px}.st4[data-v-dc87c7cf]{fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st1[data-v-dc87c7cf]{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:3}.st2[data-v-dc87c7cf]{fill:none;stroke:#000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10}.st3[data-v-dc87c7cf]{fill:none}section[data-v-04b0851c]{position:fixed;top:0;border-top-right-radius:20px;border-bottom-right-radius:20px;display:flex;width:250px;flex-direction:column;justify-content:space-between;background-color:var(--gray);height:97vh;padding:10px;z-index:10;transition:.5s ease}#chevron[data-v-04b0851c]{background-color:var(--text);height:30px;rotate:90deg;border-radius:10px;rotate:0;scale:1.1;cursor:pointer}#toggle[data-v-04b0851c]{position:absolute;right:20px;z-index:5;padding:5px;height:30px;width:30px;border-radius:10px;cursor:pointer;transition:1s ease}.chevron[data-v-04b0851c]{stroke:var(--text)}#menu[data-v-04b0851c]{padding-top:70px}#menu>div[data-v-04b0851c],#others>div[data-v-04b0851c]{display:flex;gap:10px;padding:6px;cursor:pointer;margin-bottom:14px}#menu>div>p[data-v-04b0851c],#others>div>p[data-v-04b0851c]{display:flex;flex-direction:column;justify-content:center;color:var(--text)}#menu>div>div[data-v-04b0851c],#others>div>div[data-v-04b0851c]{width:30px}#menu>a[data-v-04b0851c],#others>a[data-v-04b0851c]{display:flex;gap:10px;padding:6px;cursor:pointer;margin-bottom:14px;text-decoration:none}#menu>a[data-v-04b0851c]:hover,#menu>a[data-v-04b0851c]:focus,#others>a[data-v-04b0851c]:hover,#others>a[data-v-04b0851c]:focus{background-color:var(--primary);border-radius:10px;color:var(--gray)}#menu>a>p[data-v-04b0851c],#others>a>p[data-v-04b0851c]{display:flex;flex-direction:column;justify-content:center;color:var(--text)}#my_wallets[data-v-04b0851c],#get_help[data-v-04b0851c]{white-space:nowrap}#menu>a>div[data-v-04b0851c],#others>a>div[data-v-04b0851c]{width:30px}#currency[data-v-54bf4f95]{max-width:300px;padding:15px;flex-grow:1}h3[data-v-54bf4f95]{margin-bottom:20px}.country>div[data-v-54bf4f95]{height:30px}img[data-v-54bf4f95]{height:100%}.country[data-v-54bf4f95]{display:flex;text-align:center;justify-content:space-between;margin-bottom:10px}span[data-v-54bf4f95]{display:flex;justify-content:space-between;gap:10px}h4[data-v-54bf4f95],p[data-v-54bf4f95]{display:flex;flex-direction:column;justify-content:center}p[data-v-54bf4f95]{font-size:13px}svg[data-v-d38c4898]{fill:var(--gray)}#card[data-v-f691ea7a]{width:300px;height:180px;padding:10px 20px;border-radius:20px;background-image:url(/assets/card_texture_six-6db24b41.jpg);background-size:cover;border:1px solid var(--text)}#section_one[data-v-f691ea7a]{display:flex;justify-content:space-between}#chip[data-v-f691ea7a]{width:60px;height:60px}#name[data-v-f691ea7a]{font-weight:700;padding-top:10px;color:var(--gray)}#balance_text[data-v-f691ea7a]{color:var(--gray);margin-top:50px}#section_two[data-v-f691ea7a]{display:flex;justify-content:space-between}#balance[data-v-f691ea7a]{font-size:25px;letter-spacing:2px;color:var(--gray)}#card #visa[data-v-f691ea7a]{text-align:right;width:80px}*[data-v-670ae23c]{color:var(--text)}section[data-v-670ae23c]{display:grid;grid-template-columns:.3fr 1fr;grid-template-rows:repeat(5,auto);gap:30px;padding:15px}#heading[data-v-670ae23c]{grid-column:1 / -1;display:flex;text-align:center;justify-content:space-between;flex-wrap:wrap}#heading>div[data-v-670ae23c]{display:flex;text-align:center;justify-content:space-between;gap:20px}#heading>div>h4[data-v-670ae23c]{display:flex;flex-direction:column;justify-content:center}#heading>div #search[data-v-670ae23c],#heading>div #bell[data-v-670ae23c]{background-color:var(--gray);display:flex;flex-direction:column;justify-content:center;border-radius:50%;padding:5px}#profile[data-v-670ae23c]{background-color:var(--gray);padding:2px 6px;display:flex;justify-content:space-between;gap:10px;border-radius:20px}#profile h4[data-v-670ae23c],#profile div[data-v-670ae23c]{display:flex;flex-direction:column;justify-content:center}#image img[data-v-670ae23c]{width:30px;height:30px}#chevron[data-v-670ae23c]{rotate:0deg}#balance_section[data-v-670ae23c]{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:30px}#total_balance[data-v-670ae23c]{flex-basis:200px;display:flex;flex-direction:column;justify-content:space-between}#total_balance h1[data-v-670ae23c]{font-size:3rem}#quick_links[data-v-670ae23c]{flex-grow:1}#quick_links[data-v-670ae23c]>:nth-child(1){display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}#balance_section>div[data-v-670ae23c],.link[data-v-670ae23c]{padding:20px;border-radius:10px;border:1px solid var(--gray)}#links[data-v-670ae23c]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.link[data-v-670ae23c]{display:flex;width:90px;flex-direction:column;text-align:center;justify-content:center}.link div[data-v-670ae23c]{margin:auto}.link svg[data-v-670ae23c]{stroke:var(--primary)}.link img[data-v-670ae23c]{height:45px;width:45px}#card_list[data-v-670ae23c]{grid-area:3/1/span 2/span 1}#card_list>div[data-v-670ae23c]{padding:10px;display:grid;grid-template-columns:1fr;gap:30px}#statistics[data-v-670ae23c]{display:grid;grid-template-rows:auto 1fr auto}#statistics>div[data-v-670ae23c]{display:flex;text-align:center;justify-content:space-between;flex-wrap:wrap}#statistics>div>div[data-v-670ae23c]{display:flex;width:100px;margin:10px 0;padding:10px;border-right:2px solid var(--gray);border-left:2px solid var(--gray);flex-direction:column;justify-content:center}#chart[data-v-670ae23c]{height:200px;background-image:url(/assets/card_texture_one-3ccb1c3a.svg);background-size:cover}#currency_conversion[data-v-670ae23c]{grid-area:4/2/span 1/span 1;display:flex;justify-content:space-around;gap:30px;align-items:start;flex-wrap:wrap}#currency_conversion>div[data-v-670ae23c]{border:1px solid var(--gray);border-radius:10px}#conversion[data-v-670ae23c]{padding:15px;display:flex;flex-direction:column;gap:20px}#conversion>div>div[data-v-670ae23c]{display:grid;grid-template-columns:.3fr 1fr;gap:40px;margin-bottom:20px}#conversion input[data-v-670ae23c],#conversion select[data-v-670ae23c]{min-width:0;padding:15px;border-radius:15px;outline:0;border:1px solid var(--text-alternative)}#conversion input[data-v-670ae23c]:focus,#conversion select[data-v-670ae23c]:focus{outline:1px solid var(--text)}@media screen and (max-width: 905px){section[data-v-670ae23c]{grid-template-columns:1fr}#card_list[data-v-670ae23c]{grid-area:3/1/span 1/span 1}#card_list>div>div[data-v-670ae23c]{margin:auto}#statistics[data-v-670ae23c]{grid-area:4/1/span 1/span 1}#currency_conversion[data-v-670ae23c]{grid-area:5/1/span 1/span 1}}.finance{padding:6px;border-radius:10px}.finance img{width:20px;height:20px}section[data-v-5bee3e26]{display:flex;flex-wrap:wrap;gap:30px;padding-top:30px}#overview[data-v-5bee3e26]{flex-grow:1;flex-basis:360px;display:flex;flex-direction:column;gap:30px}#overview h3[data-v-5bee3e26]{color:var(--text)}#cashback[data-v-5bee3e26]{background-color:var(--primary);padding:20px 10px;display:flex;flex-direction:column;gap:10px;border-radius:15px;color:var(--gray)}#cashback>p[data-v-5bee3e26]{font-size:.7rem}#cashback a[data-v-5bee3e26]{width:160px;display:flex;text-decoration:none;margin-top:10px;padding:0 10px;border-radius:10px;background-color:var(--gray)}#cashback a p[data-v-5bee3e26]{display:flex;flex-direction:column;justify-content:center;color:var(--primary)}#right[data-v-5bee3e26]{font-size:30px;font-weight:700}#money_flow[data-v-5bee3e26]{border:1px solid var(--gray);border-radius:15px;overflow:hidden}#money_flow_head[data-v-5bee3e26]{display:flex;justify-content:space-between;padding:10px}#money_flow_head>div[data-v-5bee3e26]{display:flex;justify-content:space-between;gap:30px}#money_flow_head>div>div[data-v-5bee3e26]{display:flex;justify-content:center;gap:15px}#money_flow_head>div>div p[data-v-5bee3e26]{display:flex;flex-direction:column;justify-content:center}#green[data-v-5bee3e26],#gray[data-v-5bee3e26]{position:relative;width:20px;top:50%;transform:translateY(-50%);height:10px;justify-self:center;border-radius:10px}#green[data-v-5bee3e26]{background-color:var(--primary)}#gray[data-v-5bee3e26]{background-color:var(--text-alternative)}#chart[data-v-5bee3e26]{height:300px;background-image:url(/assets/card_texture_three-bcd30595.svg);background-size:cover}#recents[data-v-5bee3e26]{border:1px solid var(--gray);border-radius:15px;padding:20px}#recents_head[data-v-5bee3e26]{display:flex;justify-content:space-between}#recents_head>div[data-v-5bee3e26]{display:flex;padding:0 10px;gap:10px}#recents_head>div>p[data-v-5bee3e26]{display:flex;flex-direction:column;justify-content:center}#view_all[data-v-5bee3e26]{white-space:nowrap;color:var(--primary);font-size:14px}#chevron[data-v-5bee3e26]{border-radius:50%;rotate:-90deg}#transactions>div[data-v-5bee3e26]{display:flex;text-align:center;justify-content:space-between;margin-top:20px}#transactions>div>*[data-v-5bee3e26]{display:flex;flex-direction:column;justify-content:center}#transactions>div>div[data-v-5bee3e26]{overflow:hidden;background-color:var(--primary);border-radius:50%;width:40px;height:40px}.date[data-v-5bee3e26]{color:var(--text-alternative)}#transactions>div>h5[data-v-5bee3e26]{color:var(--text)}.success[data-v-5bee3e26]{color:var(--primary)}.pending[data-v-5bee3e26]{color:var(--pending)}hr[data-v-5bee3e26]{border-top:var(--gray);width:80%;margin:10px auto auto}#wallet_section[data-v-5bee3e26]{flex-basis:320px;padding:0 20px 20px;display:flex;flex-direction:column;gap:40px;margin:auto}#wallet_section h3[data-v-5bee3e26],#wallet_head p[data-v-5bee3e26]{color:var(--text)}#wallet[data-v-5bee3e26]{display:flex;flex-direction:column;gap:20px;border:1px solid var(--gray);padding:20px;border-radius:15px}#wallet_head[data-v-5bee3e26]{display:flex;justify-content:space-between}.finance[data-v-5bee3e26]{width:20px;height:20px;overflow:hidden;margin:auto;border:1px solid var(--gray)}#links[data-v-5bee3e26]{display:flex;justify-content:space-around}.link[data-v-5bee3e26]{display:flex;flex-direction:column;gap:20px;text-align:center;justify-content:space-between}.link p[data-v-5bee3e26]{color:var(--text);font-size:15px}#quick_transfer[data-v-5bee3e26]{display:grid;gap:10px;padding:20px;border-radius:15px;border:1px solid var(--gray)}#quick_transfer>form[data-v-5bee3e26]{display:flex;flex-direction:column;gap:20px}#card_amount[data-v-5bee3e26]{display:flex;justify-content:space-between;border:1px solid var(--gray);padding:10px;border-radius:20px}#card_amount>select[data-v-5bee3e26]{border:none;padding:0 5px;border-radius:15px}#card_amount>#visa svg[data-v-5bee3e26]{fill:var(--text-alternative)}#amount[data-v-5bee3e26]{display:grid;gap:10px;border:1px solid var(--gray);padding:10px;border-radius:15px;color:var(--text)}#amount>input[data-v-5bee3e26]{padding:10px 0;font-size:25px;border:none;min-width:0}#receiver[data-v-5bee3e26]{border:1px solid var(--gray);padding:10px;border-radius:10px}.submit[data-v-5bee3e26]{margin-top:-20px}#transaction[data-v-c669dd2d]{width:300px;border:1px solid var(--gray);border-radius:15px;margin:auto}#transaction_head[data-v-c669dd2d]{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid var(--gray)}#transaction_head>div[data-v-c669dd2d]{display:flex;gap:10px}#chevron[data-v-c669dd2d]{width:30px;height:30px;rotate:90deg;display:flex;flex-direction:column;justify-content:center;background-color:var(--gray);border-radius:10px}#chevron svg[data-v-c669dd2d]{width:30px}.finance[data-v-c669dd2d]{background-color:var(--gray)}#bio[data-v-c669dd2d]{display:flex;flex-direction:column;text-align:center;justify-content:center;padding:40px 0 20px}#icon[data-v-c669dd2d]{width:50px;height:50px;border-radius:50%;background-color:var(--primary);margin:auto auto 20px}.icon[data-v-c669dd2d]{height:20px;width:20px;border-radius:50%;background-color:var(--success)}#details[data-v-c669dd2d]{display:flex;flex-direction:column;gap:15px;padding:20px}#details>div[data-v-c669dd2d]{display:flex;text-align:center;justify-content:space-between}#details>div[data-v-c669dd2d]{color:var(--text)}#details>div>div[data-v-c669dd2d]{display:flex;gap:10px}#details>div>div[data-v-c669dd2d]{color:var(--text-alternative)}#details p[data-v-c669dd2d]{font-size:14px}section[data-v-86e86de9]{display:flex;gap:30px;padding-top:30px}section>div[data-v-86e86de9]:nth-child(1){display:flex;flex-direction:column;flex-grow:1;gap:30px}input[type=search][data-v-86e86de9]{padding:10px;width:270px;border:1px solid var(--gray);border-radius:10px}table[data-v-86e86de9]{width:100%;border-collapse:collapse}th[data-v-86e86de9]{color:var(--text-alternative);text-align:left;padding:10px 0;border-top:1px solid var(--gray)}td[data-v-86e86de9]{color:var(--text);border-top:1px solid var(--gray)}p[data-v-86e86de9],td[data-v-86e86de9]{white-space:nowrap}.business_info[data-v-86e86de9]{display:flex;padding:5px;gap:15px}.business_image[data-v-86e86de9]{height:40px;width:40px;background-color:var(--primary);border-radius:50%}.purpose[data-v-86e86de9],.time[data-v-86e86de9]{font-size:14px;color:var(--text-alternative)}#single_record[data-v-86e86de9]{flex-basis:360px}svg{width:100%;height:100%}svg[data-v-ecdc1b62]{width:100%;height:100%}svg[data-v-0f415154]{width:100%;height:100%}svg[data-v-0940009a]{width:100%;height:100%}img{height:100%;width:100%}svg[data-v-51baa03e]{height:100%;width:100%}.cls-1[data-v-51baa03e]{fill:#2d3e50}.cls-2[data-v-51baa03e]{fill:#1d75b8}#id_01[data-v-51baa03e]{fill:#20b970}#id_02[data-v-51baa03e]{fill:#e09010}#id_103[data-v-51baa03e]{fill:#d810a9}.cls-1[data-v-df3db48b]{fill:#2d3e50}#transfer_summary[data-v-a2189031]{padding:60px 20px;flex-basis:300px;width:300px;color:var(--text);border-radius:15px;border:1px solid var(--gray);align-self:start}#sending[data-v-a2189031]{font-size:14px;margin-top:10px}#amount[data-v-a2189031]{font-size:25px;font-weight:700;margin:10px 0}.detail[data-v-a2189031]{display:flex;padding:10px 0;justify-content:space-between;align-items:center}.detail>div[data-v-a2189031]{display:flex;align-items:center;gap:10px}.icon[data-v-a2189031]{width:30px;height:30px;border-radius:50%;background-color:var(--primary)}.total[data-v-a2189031]{color:var(--primary);font-weight:600}#terms[data-v-a2189031]{margin:15px 0}#transfer_summary input[data-v-a2189031]{color:var(--gray)}section[data-v-beb6aa97]{padding:20px;display:flex;gap:20px;flex-wrap:wrap}#transfer_details[data-v-beb6aa97]{display:flex;flex-direction:column;flex-grow:1}#beneficiary_section[data-v-beb6aa97]{padding:15px}#beneficiary_head[data-v-beb6aa97]{display:flex;justify-content:space-between;padding:7px 0}#beneficiary_head h3[data-v-beb6aa97]{color:var(--text)}#beneficiary_head>div[data-v-beb6aa97]{display:flex;justify-content:space-between;gap:25px}#new_beneficiary[data-v-beb6aa97]{display:flex;gap:5px;padding:0 10px;white-space:nowrap;cursor:pointer;color:var(--primary)}#new_beneficiary p[data-v-beb6aa97],#new_beneficiary span[data-v-beb6aa97]{display:flex;flex-direction:column;justify-content:center;font-size:14px}#new_beneficiary span[data-v-beb6aa97]{font-size:20px}#beneficiaries[data-v-beb6aa97]{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:20px}#beneficiaries>div[data-v-beb6aa97]{position:relative;display:flex;gap:20px;padding:20px 10px;border-radius:15px;box-shadow:1px 1px 1px var(--text-alternative);width:290px;transition:.4s ease;margin:auto}#beneficiaries>div[data-v-beb6aa97]:hover,#beneficiaries>div[data-v-beb6aa97]:focus{scale:1.1;z-index:2;box-shadow:3px 3px 3px 20px var(--gray)}#beneficiaries>div>div[data-v-beb6aa97]:nth-child(1){padding:10px;width:40px;height:40px;background-color:var(--gray);border-radius:50%}#beneficiaries>div>div>img[data-v-beb6aa97]{width:40px;height:40px}#beneficiaries>div>div>p[data-v-beb6aa97]{color:var(--text-alternative);font-size:13px}#beneficiaries>div>div>h4[data-v-beb6aa97]{color:var(--text)}#beneficiaries #chevron[data-v-beb6aa97]{position:absolute;right:10px;top:10px}#money_section[data-v-beb6aa97]{padding:20px;border-radius:15px;border:1px solid var(--gray)}#money_head[data-v-beb6aa97]{display:flex;justify-content:space-between;margin-bottom:15px;color:var(--text)}#money_head p[data-v-beb6aa97]{font-size:14px;color:var(--primary)}#money[data-v-beb6aa97]{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}#money>div[data-v-beb6aa97]{display:grid;gap:10px;color:var(--text)}#money input[data-v-beb6aa97]{border:1px solid var(--gray);padding:10px;border-radius:10px;box-shadow:1px 1px 1px var(--text-alternative);outline:none;min-width:0}#money input[data-v-beb6aa97]:focus,#money input[data-v-beb6aa97]:hover{border:1px solid var(--primary)}#reasons[data-v-beb6aa97]{display:flex;justify-content:space-between;gap:20px;margin-top:30px;flex-wrap:wrap}.reason[data-v-beb6aa97]{width:100px;display:flex;flex-direction:column;box-shadow:2px 5px 5px 4px var(--gray);gap:30px;border-radius:15px;padding:15px;cursor:pointer;transition:.4s ease;margin:auto}.reason[data-v-beb6aa97]:hover,.reason[data-v-beb6aa97]:focus,.reason[data-v-beb6aa97]:active{scale:1.2;box-shadow:3px 3px 3px 15px var(--gray);border:1px solid var(--primary)}.reason>div[data-v-beb6aa97]{display:flex;justify-content:space-between}.reason #chevron[data-v-beb6aa97]{display:flex;flex-direction:column;justify-content:center}.reason>div>div[data-v-beb6aa97]:nth-child(1){width:30px;height:30px;overflow:hidden}.reason p[data-v-beb6aa97]{font-size:12px;color:var(--text);margin-bottom:10px}#description[data-v-beb6aa97]{display:grid;padding:15px;gap:10px;margin-top:30px;border-radius:20px;border:1px solid var(--gray);color:var(--text)}#description label[data-v-beb6aa97]{font-weight:700}#description textarea[data-v-beb6aa97]{padding:10px;border-radius:10px;min-height:70px;border:1px solid var(--text-alternative)}#description textarea[data-v-beb6aa97]:hover,#description textarea[data-v-beb6aa97]:focus{border:1px solid var(--primary);outline:none}#funding_options[data-v-beb6aa97]{margin-top:30px;padding:20px;display:grid;gap:20px;margin-bottom:30px}#funding_options h4[data-v-beb6aa97]{color:var(--text)}#options[data-v-beb6aa97]{display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;row-gap:20px;max-width:650px;padding:20px;border:1px solid var(--gray);border-radius:15px}.option[data-v-beb6aa97]{width:150px;display:flex;border-radius:15px;border:1px solid var(--text-alternative);gap:15px;padding:15px;cursor:pointer;transition:.4s ease;margin:auto}.option[data-v-beb6aa97]:hover,.option[data-v-beb6aa97]:focus{scale:1.1}.option #money_card[data-v-beb6aa97]{width:30px;height:30px;align-self:center}.balance[data-v-beb6aa97]{color:var(--text);font-size:15px}.dinero[data-v-beb6aa97]{color:var(--primary);margin-top:20px;font-weight:800}#proceed[data-v-beb6aa97]{border:none;background-color:var(--primary);color:var(--gray);padding:15px 30px;border-radius:10px;margin:auto;cursor:pointer;transition:.8s ease}#proceed[data-v-beb6aa97]:hover,#proceed[data-v-beb6aa97]:focus{scale:1.2;transition:.4s ease-in}@media screen and (max-width: 710px){#money>div[data-v-beb6aa97]{margin:auto}}#western_union img{scale:1.2}*[data-v-94e9f45a]{color:var(--text)}section[data-v-94e9f45a]{display:flex;gap:40px;row-gap:10px;flex-wrap:wrap;padding-top:10px}#profile_section[data-v-94e9f45a]{flex-grow:0;padding:20px;border:1px solid var(--gray);border-radius:15px}#profile_head[data-v-94e9f45a]{display:flex;justify-content:space-between;padding:10px}#picture[data-v-94e9f45a]{display:flex;gap:10px}#profile_image[data-v-94e9f45a]{width:60px;height:60px;background-color:var(--text-alternative);border-radius:50%;margin:10px}#line[data-v-94e9f45a]{background-color:var(--primary);flex-grow:1;height:10px;border-radius:10px;align-self:center}#profile_details[data-v-94e9f45a]{display:flex;justify-content:space-between;max-width:400px;min-width:30px;margin:auto;flex-wrap:wrap;padding:10px;gap:20px}#profile_details>div[data-v-94e9f45a]{display:flex;width:180px;padding:10px 5px;gap:10px;margin:auto}#profile_details>div>div:nth-child(1) img[data-v-94e9f45a]{width:35px;height:35px;background-color:var(--primary);border-radius:10px;padding:10px}#profile_details>div>div p[data-v-94e9f45a]{color:var(-text-alternative);font-size:14px}#latest_head[data-v-94e9f45a]{display:flex;align-items:center;justify-content:space-between;padding:10px;margin-top:40px}.action[data-v-94e9f45a]{display:flex;align-items:center;padding:10px;justify-content:space-between}.action>div[data-v-94e9f45a]{display:flex;gap:15px;margin-bottom:10px}.action>p[data-v-94e9f45a]{padding:10px 15px;color:var(--primary);border-radius:10px;background-color:#20b9704d}.name[data-v-94e9f45a],.date[data-v-94e9f45a]{white-space:nowrap}.action>div>div:nth-child(1) img[data-v-94e9f45a]{width:45px;height:45px;border-radius:10px;padding:5px;background-color:var(--primary)}.action>div p[data-v-94e9f45a]{font-size:14px;color:var(--text-alternative)}#deposit_section[data-v-94e9f45a]{flex-basis:600px;flex-grow:1;border-radius:20px;border:1px solid var(--gray)}#deposit_options[data-v-94e9f45a]{display:flex;flex-direction:column;gap:20px;padding:15px}#deposit_options>button[data-v-94e9f45a]{padding:5px;width:40px;height:40px;border-radius:10px;border:none;font-size:25px;color:var(--gray);background-color:var(--primary)}#deposit_options>button>ion-icon[data-v-94e9f45a]{color:var(--gray)}#options[data-v-94e9f45a]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.deposit_option[data-v-94e9f45a]{display:flex;flex-direction:column;justify-content:space-between;padding:30px;border-radius:15px;margin:auto;font-size:13px;border:1px solid var(--text-alternative);width:150px;height:100px;align-items:center;transition:.4s ease}.deposit_option[data-v-94e9f45a]:hover,.deposit_option[data-v-94e9f45a]:focus{scale:1.2;border:2px solid var(--primary)}#details[data-v-94e9f45a]{margin-top:30px;padding:20px;max-width:600px}#details>h3[data-v-94e9f45a]{margin-bottom:6px}#details>p[data-v-94e9f45a]{font-size:14px}#amount[data-v-94e9f45a]{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}#amount>div[data-v-94e9f45a]{padding:15px;width:120px;border:1px solid var(--text-alternative);margin:auto;border-radius:10px;transition:.4s ease}#amount>div[data-v-94e9f45a]:hover,#amount>div[data-v-94e9f45a]:focus{scale:1.3;border:1px solid var(--primary)}#amount>div p[data-v-94e9f45a]{font-weight:700}#details>h4[data-v-94e9f45a]{margin:30px}#details input[data-v-94e9f45a]{padding:15px;border-radius:10px;border:1px solid var(--text-alternative)}#other[data-v-94e9f45a]{margin-top:20px;display:flex;gap:20px;flex-wrap:wrap;padding:10px 0}#other>div[data-v-94e9f45a]{position:relative;display:grid;gap:10px}#other>div[data-v-94e9f45a]:nth-child(3){width:182.33px;height:85px}#other input[data-v-94e9f45a]{width:150px;margin:auto}#other input[type=submit][data-v-94e9f45a]{position:absolute;bottom:0;padding:15px auto;color:var(--gray)}@media screen and (max-width: 431px){#profile_section[data-v-94e9f45a],#deposit_section[data-v-94e9f45a]{width:100%}}#account_details[data-v-0cdf026d]{color:var(--text);padding:20px;max-width:500px;margin:40px auto}#account_details>h3[data-v-0cdf026d]{margin:20px 0}#profile_image[data-v-0cdf026d]{display:flex;gap:15px 30px;align-items:center;padding:10px 0;flex-wrap:wrap}#profile_image>div[data-v-0cdf026d]{height:70px;width:70px;border-radius:50%;padding:10px;background-color:var(--gray)}#profile_image input[data-v-0cdf026d]{padding:15px 20px;border:1px solid var(--text-alternative);border-radius:10px;cursor:pointer;transition:.4s ease}#profile_image input[data-v-0cdf026d]:hover,#profile_image input[data-v-0cdf026d]:focus{scale:1.1}#upload[data-v-0cdf026d]{background-color:var(--primary);color:var(--gray)}#delete[data-v-0cdf026d]{background-color:var(--red);color:var(--gray)}#personal_inputs[data-v-0cdf026d],#location_details[data-v-0cdf026d]{display:flex;align-items:center;justify-content:space-between;margin:20px 0;flex-wrap:wrap;row-gap:20px}#personal_inputs>div[data-v-0cdf026d],#location_details>div[data-v-0cdf026d]{display:grid;gap:10px;max-width:220px}#personal_inputs>div>input[data-v-0cdf026d],#location_details>div>input[data-v-0cdf026d]{padding:15px;min-width:40px;border-radius:10px;border:1px solid var(--text-alternative);outline:none}#location_details h3[data-v-0cdf026d]{flex-grow:1;margin:20px 0}#proceed[data-v-0cdf026d]{display:flex;justify-content:flex-end}.submit[data-v-0cdf026d]{width:auto;padding:15px 30px;border:none;color:var(--gray);transition:.4s ease}.submit[data-v-0cdf026d]:hover,.submit[data-v-0cdf026d]:focus{scale:1.1}@media screen and (max-width: 730px){.submit[data-v-0cdf026d]{width:100%}}@media screen and (max-width: 845px){#personal_inputs>div[data-v-0cdf026d],#location_details>div[data-v-0cdf026d]{margin:auto auto 10px;width:100%}}#appearance[data-v-c0b5cd35]{padding:20px}h4[data-v-c0b5cd35]{margin:20px 0}#themes[data-v-c0b5cd35]{display:flex;gap:20px;flex-wrap:wrap}.theme[data-v-c0b5cd35]{width:120px;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:10px;transition:.4s ease}.theme[data-v-c0b5cd35]:hover{scale:1.2;box-shadow:2px 4px var(--text-alternative)}.head[data-v-c0b5cd35]{padding:10px;border-radius:20px}.empty[data-v-c0b5cd35]{display:flex;gap:10px;align-items:start}.empty[data-v-c0b5cd35] :nth-child(1){width:10px;height:10px;border-radius:50%}.empty[data-v-c0b5cd35] :nth-child(2){padding:3px;border-radius:2px;align-self:center;width:60px}p[data-v-c0b5cd35]{text-align:center}.light[data-v-c0b5cd35]{background-color:#fff;border:1px solid var(--text)}.light .head[data-v-c0b5cd35]{background-color:var(--primary)}.light .empty[data-v-c0b5cd35] :nth-child(1){background-color:var(--text)}.light .empty[data-v-c0b5cd35] :nth-child(2){background-color:var(--text-alternative)}.dark[data-v-c0b5cd35]{background-color:gray}.dark .head[data-v-c0b5cd35]{background-color:#1d801d}.dark .empty[data-v-c0b5cd35] :nth-child(1){background-color:var(--text)}.dark .empty[data-v-c0b5cd35] :nth-child(2){background-color:var(--text-alternative)}.black[data-v-c0b5cd35]{background-color:#333}.black .head[data-v-c0b5cd35]{background-color:#093609}.black .empty[data-v-c0b5cd35] :nth-child(1){background-color:var(--text)}.black .empty[data-v-c0b5cd35] :nth-child(2){background-color:var(--text-alternative)}.black p[data-v-c0b5cd35]{color:var(--gray)}section[data-v-8d20dbd7]{display:flex}#settings_menu[data-v-8d20dbd7]{width:300px;padding:20px 0;color:var(--text)}#percentage[data-v-8d20dbd7]{padding:10px;width:80%;margin:auto auto 40px;height:100px;background-color:var(--primary);border-radius:15px}.option[data-v-8d20dbd7]{display:flex;gap:10px;align-items:center;color:var(--text);padding:10px;margin-bottom:20px;text-decoration:none}.option[data-v-8d20dbd7]:hover{color:var(--gray);background-color:var(--primary)}.option p[data-v-8d20dbd7]{font-size:13px;color:var(--text-alternative)}.option:hover p[data-v-8d20dbd7]{color:var(--gray)}.option i[data-v-8d20dbd7]{font-size:20px;color:var(--primary)}section>div[data-v-8d20dbd7]:nth-child(2){flex-grow:1}form[data-v-f01e202a]{display:flex;flex-direction:column;border-radius:30px;gap:20px;padding:20px;background-color:#fff3;max-width:500px}form>div[data-v-f01e202a]{display:grid;gap:10px}form>div>input[data-v-f01e202a],textarea[data-v-f01e202a]{padding:15px;border:1px solid var(--text-alternative);border-radius:10px}form>div>input[data-v-f01e202a]:hover,form>div>input[data-v-f01e202a]:focus,textarea[data-v-f01e202a]{outline:1px solid var(--primary)}.submit[data-v-f01e202a]{color:var(--gray)}section[data-v-0645135c]{color:var(--text)}#hero[data-v-0645135c]{padding-top:20vh;height:90vh;background-color:#adff2f}#hero>*[data-v-0645135c]{text-align:center}#small[data-v-0645135c],#small_two[data-v-0645135c],#small_three[data-v-0645135c]{font-size:13px;padding:5px}#action[data-v-0645135c],#sub_text[data-v-0645135c]{font-size:30px}span[data-v-0645135c]{color:var(--secondary)}#links[data-v-0645135c]{display:flex;gap:30px;justify-content:center;margin-top:20px}#links a[data-v-0645135c]{text-decoration:none;padding:10px 15px;border-radius:10px;align-self:center;transition:.4s ease}#links a[data-v-0645135c]:hover,#links a[data-v-0645135c]:focus{transition:.4s ease}#login[data-v-0645135c]{color:var(--primary);background-color:var(--gray)}#login[data-v-0645135c]:hover{color:var(--primary);scale:1.06}#register[data-v-0645135c]{background-color:var(--primary);color:var(--gray)}#logout[data-v-0645135c]{background-color:var(--red);color:var(--gray)}#clients[data-v-0645135c],#partners[data-v-0645135c]{background-color:var(--gray)}#top_users[data-v-0645135c],#sponsors[data-v-0645135c]{max-width:900px;margin:auto;display:flex;align-items:center;gap:40px;justify-content:space-between;flex-wrap:wrap;padding:25px}#client_head[data-v-0645135c]{text-align:center;padding:15px}#top_users div[data-v-0645135c]{height:40px;margin:auto}#top_users[data-v-0645135c]>:nth-child(1){height:100px}#about_us[data-v-0645135c]{padding:20px}#about_us p[data-v-0645135c]{max-width:500px;line-height:30px;margin-top:10px}#testimonials[data-v-0645135c]{margin:20px 0;padding:0 20px}#testimonials h3[data-v-0645135c]{text-align:center}#likes[data-v-0645135c]{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;padding:15px}.like[data-v-0645135c]{display:flex;flex-direction:column;align-items:center;max-width:300px;gap:10px;padding:20px;border-radius:15px;box-shadow:1px 5px var(--text-alternative)}.photo[data-v-0645135c]{width:50px;height:50px;border-radius:50%;background-color:var(--primary)}.review[data-v-0645135c]{font-size:14px;text-align:center}#sponsor_head[data-v-0645135c]{text-align:center;padding:15px}#sponsors div[data-v-0645135c]{height:30px;margin:auto}#contact_us[data-v-0645135c]{display:flex;flex-wrap:wrap-reverse;justify-content:center;gap:50px;padding:60px 20px 0;align-items:center;background-color:var(--gray)}#image[data-v-0645135c]{max-width:400px}@media screen and (max-width: 800px){#contact_us>*[data-v-0645135c]{margin:auto}}
