.app{max-width:1920px;width:100%;display:flex;flex-direction:column;min-height:100vh}@media screen and (max-width:450px){.app{padding-left:20px;padding-right:20px}}.header{width:85%;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;min-height:10vh}.header__logo>img{width:70px;height:70px;object-fit:contain}.header__info{display:flex;grid-gap:15px;gap:15px;align-items:center}.header__text{text-align:right}.header__text>h6{font-weight:400}.header__text>h4{font-weight:500}.header__info>.MuiSvgIcon-root{color:var(--brand-primary-color);height:50px!important;width:50px!important}@media screen and (max-width:550px){.header{display:none}}.formInput{position:relative}.formInput>input{padding:16px 20px;font-size:1em;width:100%;outline:none;border:none;background:var(--bg-color);color:var(--text-color);border-radius:0 20px 20px 20px;box-shadow:inset -5px -5px 2px #fff,inset 5px 5px 2px rgba(0,0,0,.1)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.formInput>.leftIcon,.formInput>.rightIcon{position:absolute!important;padding:6px;color:#828282;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.formInput>.rightIcon{right:15px}.formInput>.leftIcon{left:15px}.formInput>.leftTextValue,.formInput>.rightTextValue{display:inline;position:absolute!important;padding:6px;color:#828282;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.formInput>.leftTextValue{left:15px}.formInput>.rightTextValue{right:15px}.formInput>.leftIcon>*,.formInput>.leftTextValue,.formInput>.rightIcon>*,.formInput>.rightTextValue{pointer-events:none}.error{color:red;margin-bottom:10px;-webkit-animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both}.error *{color:red!important;text-decoration:underline!important}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.form-wrapper{padding:2.5em 3.125em}.form-wrapper .error{font-weight:400;font-size:1em;margin-bottom:10px}@media screen and (max-width:450px){.form-wrapper{padding:30px 0}}.panel-wrapper{display:flex;align-items:center;justify-content:center;padding:30px 20px;flex:1 1}@media screen and (max-width:768px){.panel-wrapper{padding:20px 10px}}.panel-heading{font-weight:500;text-align:center;margin-top:25px}.panel-heading>span{color:var(--brand-primary-color)}.panel-logo{display:none}@media screen and (max-width:550px){.panel-heading{text-align:left;margin-bottom:5px}.panel-logo{display:flex;justify-content:center;margin-bottom:30px}}.OTPVerification{max-width:470px;width:100%}.OTPVerification p{margin:35px 0}.OTPVerification__info{margin-top:0!important}.OTPVerification p>span{color:var(--brand-primary-color);cursor:pointer}.OTPVerification .formInput input{border-radius:20px}.button{display:inline-block;width:100%;color:var(--brand-primary-color);cursor:pointer;height:50px;padding:5px;margin:10px auto;outline:none;border:none;font-weight:500;font-size:1.125em;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.button:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.button:active{-webkit-transform:scale(1);transform:scale(1)}.button.disabled,.button:disabled{color:#828282!important;cursor:not-allowed}.form-group{margin-bottom:25px}.form-label{display:inline-block;padding:7px 20px;margin-top:10px;min-width:50%;font-size:.875em;font-weight:500;cursor:pointer;color:var(--brand-primary-color);background-color:var(--bg-color);border-radius:10px 10px 10px 0;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.panel-footer{text-align:center;font-weight:400}.panel-footer>a{text-decoration:none;color:var(--brand-primary-color);text-transform:uppercase;font-weight:500}@media screen and (max-width:450px){.panel-footer{font-size:16px}}.recover-password{max-width:470px;width:100%}.modal{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2);padding:60px 30px 30px;background-color:var(--bg-color);border-radius:20px;border:5px solid #fff;overflow:auto;width:500px;min-height:400px;max-height:95vh;z-index:1000;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transition:all .6s ease-in-out}.modal.show{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.modal.admin{border:0;border-radius:0;width:500px!important}.modal.admin h1,.modal.admin h3{margin-bottom:30px!important;text-align:left!important}.overlay{position:fixed;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.2);z-index:1000;opacity:0}.overlay.show{opacity:1;transition:all .6s ease-in-out}.modal__content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.modal .modal__close,.modal>h4,.modal__content>h4{color:var(--brand-primary-color);cursor:pointer;padding:10px;width:-webkit-max-content;width:max-content;position:relative;z-index:2;overflow:hidden;font-weight:500}.modal .modal__close.ledger,.modal>h4.ledger{color:var(--ledger-color)}.modal .modal__close:hover:before,.modal>h4:hover:before,.modal__content>h4:hover:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:var(--brand-primary-color);opacity:.1}.modal .modal__close.ledger:hover:before,.modal>h4.ledger:hover:before,.modal__content>h4.ledger:hover:before{background-color:var(--ledger-color)}.modal.big{min-height:600px;padding:40px 60px}.modal.wide{padding:60px;width:auto!important}.modal.small{min-height:300px;width:450px}.modal.small h3{font-weight:400;margin-bottom:50px;text-align:center}.modal.small .button{min-width:50%;width:auto;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.modal.small .button:hover{-webkit-transform:translateX(-50%) scale(1.03);transform:translateX(-50%) scale(1.03)}.modal.small .button:active{-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}@media screen and (max-width:789px){.modal{max-width:400px}.modal.big{min-height:550px;padding:35px 25px}}@media screen and (max-width:470px){.modal{padding:35px 25px;max-width:inherit;width:calc(100vw + 10px)!important;top:auto;border-radius:0;bottom:0;left:-5px;right:-5px;border-top-left-radius:50px;border-bottom:none;-webkit-transform:translate(0) scale(.2);transform:translate(0) scale(.2)}.modal.show{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}.modal.big{min-height:581px;padding:35px 25px}.modal.small{min-height:250px;border-radius:20px 20px 0 0}.modal.small h3{text-align:left;margin-bottom:20px;font-size:16px;line-height:20px}.modal.small .button{min-width:180px;padding:12px;position:relative;left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.modal.small .button:hover{-webkit-transform:translateX(-100%) scale(1.03);transform:translateX(-100%) scale(1.03)}}.set-new-password{max-width:470px;width:100%}.set-new-password p{margin-bottom:25px}.info{display:flex;grid-gap:12px;gap:12px;margin-top:20px;margin-bottom:20px}.info .MuiSvgIcon-root{color:#4f4f4f}.infoText{color:#333}.infoText>span{color:var(--brand-primary-color)}.info.red .infoText>span,.info.red .MuiSvgIcon-root{color:red}.signupForm{max-width:470px;width:100%}.sidebar{width:100px;height:100vh;padding-top:30px;padding-bottom:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px;border-right:5px solid #fff;background-color:var(--bg-color);position:fixed;z-index:999}.sidebar__middle{width:100%;overflow:auto}.sidebar__middle>ul{list-style:none;display:flex;flex-direction:column;align-items:center;color:#828282;grid-gap:5px;gap:5px}.sidebar__middle>ul>li{width:100%;height:100%}.sidebar__middle>ul>li>a{text-decoration:none;position:relative;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:8px;gap:8px;cursor:pointer;width:90%!important;margin-left:auto;margin-right:auto;color:#828282;transition:color .3s ease-in-out}.sidebar__middle>ul>li>a:before{display:block;content:"";width:100%;height:100%;position:absolute;border-radius:5px;opacity:.1;z-index:-1;transition:background-color .3s ease-in-out}.sidebar__middle>ul>li:first-child>a:hover:before{background-color:var(--brand-primary-color)}.sidebar__middle>ul>li:nth-child(2)>a:hover:before{background-color:var(--savings-color)}.sidebar__middle>ul>li:nth-child(3)>a:hover:before{background-color:var(--investment-color)}.sidebar__middle>ul>li:nth-child(4)>a:hover:before{background-color:var(--ledger-color)}.sidebar__middle>ul>li:nth-child(5)>a:hover:before{background-color:var(--brand-primary-color)}.sidebar__middle>ul>li:first-child.active>a,.sidebar__middle>ul>li:first-child:hover>a,.sidebar__middle>ul>li:first-child>a:focus{color:var(--brand-primary-color)}.sidebar__middle>ul>li:nth-child(2).active>a,.sidebar__middle>ul>li:nth-child(2):hover>a,.sidebar__middle>ul>li:nth-child(2)>a:focus{color:var(--savings-color)}.sidebar__middle>ul>li:nth-child(3).active>a,.sidebar__middle>ul>li:nth-child(3):hover>a,.sidebar__middle>ul>li:nth-child(3)>a:focus{color:var(--investment-color)}.sidebar__middle>ul>li:nth-child(4).active>a,.sidebar__middle>ul>li:nth-child(4):hover>a,.sidebar__middle>ul>li:nth-child(4)>a:focus{color:var(--ledger-color)}.sidebar__middle>ul>li:nth-child(5).active>a,.sidebar__middle>ul>li:nth-child(5):hover>a,.sidebar__middle>ul>li:nth-child(5)>a:focus{color:var(--brand-primary-color)}.sidebar__middle>ul p{font-size:14px;font-weight:500}@media screen and (max-width:650px){.sidebar{width:calc(100vw + 10px);height:80px;padding:0;position:fixed;bottom:0;left:-5px;right:-5px;border-radius:20px 20px 0 0;border:5px solid #fff;border-bottom:none}.sidebar__bottom,.sidebar__top{display:none!important}.sidebar__middle{height:100%}.sidebar__middle>ul{display:flex;flex-direction:row;height:100%}.sidebar__middle>ul>li>a{height:100%}.sidebar__middle>ul p{font-size:10px}.sidebar__middle>ul>li>a:before{display:none}.sidebar__middle>ul>li>a:after{content:"";width:0;height:4px;border-radius:20px;background-color:#828282;position:relative;top:-3px;transition:width .3s linear}.sidebar__middle>ul>li.active>a:after,.sidebar__middle>ul>li>a:focus:after,.sidebar__middle>ul>li>a:hover:after{width:12px}.sidebar__middle>ul>li:first-child.active>a:after,.sidebar__middle>ul>li:first-child>a:focus:after,.sidebar__middle>ul>li:first-child>a:hover:after{background-color:var(--brand-primary-color)}.sidebar__middle>ul>li:nth-child(2).active>a:after,.sidebar__middle>ul>li:nth-child(2)>a:focus:after,.sidebar__middle>ul>li:nth-child(2)>a:hover:after{background-color:var(--savings-color)}.sidebar__middle>ul>li:nth-child(3).active>a:after,.sidebar__middle>ul>li:nth-child(3)>a:focus:after,.sidebar__middle>ul>li:nth-child(3)>a:hover:after{background-color:var(--investment-color)}.sidebar__middle>ul>li:nth-child(4).active>a:after,.sidebar__middle>ul>li:nth-child(4)>a:focus:after,.sidebar__middle>ul>li:nth-child(4)>a:hover:after{background-color:var(--ledger-color)}.sidebar__middle>ul>li:nth-child(5).active>a:after,.sidebar__middle>ul>li:nth-child(5)>a:focus:after,.sidebar__middle>ul>li:nth-child(5)>a:hover:after{background-color:var(--brand-primary-color)}.hideMobileNavbar{display:none}}.notificationIcon{width:50px;height:50px;color:#828282;border-radius:50%;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);position:relative}.notificationIcon .MuiButtonBase-root{width:100%;height:100%}.notificationIcon .unread .MuiIconButton-label{color:#0046b2;position:relative}.notificationIcon .unread .MuiIconButton-label:before{content:"";width:10px;height:10px;border-radius:50%;border:2px solid #fff;background-color:#0046b2;position:absolute;top:0;right:2px}.newNotification{background-color:var(--bg-color);border-radius:20px;border-top-left-radius:0;border:5px solid #fff;padding:15px;max-width:350px;width:-webkit-max-content;width:max-content;position:absolute;top:0;left:calc(100% + 15px);z-index:1000;-webkit-animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both}.newNotification:after,.newNotification:before{content:"";display:block;position:absolute;right:calc(100% + 5px);width:0;height:0;border-style:solid}.newNotification:after{top:4px;border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--bg-color);border-top-color:transparent;border-width:10px}.newNotification:before{top:2px;border-color:transparent #fff transparent transparent;border-width:12px}.newNotification__header{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px;margin-bottom:8px}.newNotification h4{color:var(--brand-primary-color);font-weight:400}.newNotification__closeBtn>*{cursor:pointer;font-size:18px!important;font-weight:900;color:#fff;background-color:red;border-radius:50%}.newNotification p{font-weight:300;cursor:pointer}@media screen and (max-width:650px){.newNotification{border-top-left-radius:20px;border-top-right-radius:0;left:auto;right:calc(100% + 15px);max-width:60vw}.newNotification:after,.newNotification:before{right:auto;left:calc(100% + 5px)}.newNotification:after{border-left-color:var(--bg-color);border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}.newNotification:before{border-color:transparent transparent transparent #fff}.newNotification p{font-size:14px}}.user-image>.MuiSvgIcon-root{border:2px solid var(--brand-primary-color);border-radius:50%;color:#333}.user-image>*{width:37.5px!important;height:37.5px!important;cursor:pointer}.businessProfileImage{position:relative;border-radius:50%;border:2px solid var(--brand-primary-color);width:80px;height:80px}.businessProfileImage__container{border-radius:50%;width:100%;height:100%;overflow:hidden}.businessProfileImage__container>*{width:100%!important;height:100%!important}.businessProfileImage__cameraIcon{cursor:pointer;display:none;position:absolute;bottom:0;right:0;width:24px;height:24px;border:2px solid #0046b2;background-color:var(--bg-color);border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:500}.businessProfileImage__cameraIcon .MuiSvgIcon-root{font-size:medium;color:#333}.pageWrapper{width:100%;min-height:100vh;padding:40px 70px;margin-left:100px;display:flex;flex-direction:column}@media screen and (max-width:768px){.pageWrapper{padding:40px}}@media screen and (max-width:650px){.pageWrapper{width:100%;margin-left:0;padding:40px 25px 120px}.pageWrapper.mobileVersion{padding:120px 40px}}@media screen and (max-width:450px){.pageWrapper{padding:40px 5px 120px}.pageWrapper.mobileVersion{padding:120px 5px}}.pageHeading{margin-bottom:40px;display:flex;align-items:center;grid-gap:50px;gap:50px}.pageHeading__icon{display:flex;justify-content:center;align-items:center;background:var(--bg-color);border-radius:50%;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.menuIcon,.menuList,.pageHeading__topRightText{display:none!important}.pageHeading__icon.left{width:50px;height:50px;cursor:pointer}.pageHeading__icon.right{width:120px;height:120px;font-size:60px;color:var(--brand-primary-color)}.pageHeading__icon .savings{color:var(--savings-color)}.pageHeading__icon .ledger{color:var(--ledger-color)}.pageHeading__icon .investment{color:var(--investment-color)}.pageHeading__icon.right>.MuiSvgIcon-root{font-size:70px}.pageHeading__icon.right>img{width:70px}.pageHeading__info{flex:1 1}.pageHeading__info h1{margin-bottom:5px;font-weight:500}.pageHeading__info h3{font-weight:400}@media screen and (max-width:650px){.pageHeading.mobileVersion{grid-gap:40px;gap:40px}}@media screen and (max-width:550px){.pageHeading.mobileVersion{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.pageHeading.mobileVersion .pageHeading__icon-left-container{order:1}.pageHeading.mobileVersion .pageHeading__info{order:3;text-align:center}.pageHeading.mobileVersion .pageHeading__icon.right{order:2}.menuIcon,.pageHeading__topRightText{display:block!important}.menuIcon{pointer-events:stroke}.menuIcon>*{pointer-events:none}.menuList{display:block!important;list-style:none;position:absolute;right:0;top:50px;background:var(--bg-color);border:5px solid #fff;border-radius:20px 0 20px 20px;width:200px;height:auto;overflow:hidden;z-index:1000;transition:all .6s ease-in-out}.menuList li>*{font-size:16px;width:100%;height:50px;padding-left:22px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;text-decoration:none;color:#333}.menuList li:last-of-type>*{border-bottom:none}.menuList li:hover{background-color:#e2e0e0}.pageHeading__topRightText{flex:1 1;display:flex!important;justify-content:flex-end}.pageHeading__topRightText>*{font-weight:500}.pageHeading__icon-left-container{display:flex;justify-content:space-between;align-items:center;flex:1 1;width:100%;position:relative}.pageHeading.mobileVersion h1{font-size:18px}.pageHeading.mobileVersion h3{font-size:16px}}.pageHeading.dashboardMobileVersion{min-height:80px;position:fixed;top:0;left:-5px;right:-5px;padding-left:25px;padding-right:25px;grid-gap:10px;gap:10px;z-index:1000;border-bottom:5px solid #fff;border-right:5px solid #fff;border-left:5px solid #fff;border-radius:0 0 20px 20px;background-color:var(--bg-color)}.pageHeading.dashboardMobileVersion h1{font-size:20px}.pageHeading.dashboardMobileVersion h3{font-size:14px}@media screen and (max-width:450px){.pageHeading.dashboardMobileVersion h1{font-size:16px}.pageHeading.dashboardMobileVersion h3{font-size:10px}}.pageHeading.accountPage .userPhoto{width:70px;height:70px;flex-shrink:0}.pageHeading.accountPage .userPhoto>*{width:100%!important;height:100%!important}.modeSwitcher{width:76px;height:40px;padding:2px;background-color:#fff;border-radius:50px}.modeSwitcher__toggler{width:36px;height:36px;background-color:var(--bg-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.modeSwitcher__toggler .MuiSvgIcon-root{width:60%;height:60%;-webkit-transform:rotate(150deg);transform:rotate(150deg);color:#333}.logout{cursor:pointer;color:red;display:flex;grid-gap:10px;gap:10px;align-items:center;padding:10px 15px;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.logout:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.logout:active{-webkit-transform:scale(.95);transform:scale(.95)}.logoutIcon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}@media screen and (max-width:550px){.pageHeading.accountPage{grid-gap:10px;gap:10px}.pageHeading.accountPage .userPhoto{width:56px;height:56px}.pageHeading.accountPage .pageHeading__info h1{font-size:14px}.pageHeading.accountPage .pageHeading__info h3{font-size:10px}.modeSwitcher{width:60px;height:30px}.modeSwitcher__toggler{width:26px;height:26px}.logout{padding:0;box-shadow:none}.logoutIcon{width:30px;height:30px}.logoutIcon .MuiSvgIcon-root{width:50%;height:50%}.logout p{display:none;font-size:12px}}.teamMemberGroup{display:flex;flex-direction:column;grid-gap:4px;gap:4px;align-items:center}.teamMemberGroup .MuiAvatarGroup-avatar{margin-left:-30px;width:50px;height:50px;border:1px solid var(--border-color,var(--brand-primary-color))}.teamMemberGroup .MuiAvatarGroup-avatar.sales{--border-color:red}.teamMemberGroup .MuiAvatarGroup-avatar.financial{--border-color:var(--investment-color)}@media screen and (max-width:550px){.teamMemberGroup .MuiAvatarGroup-avatar{margin-left:-15px;width:24px;height:24px}.teamMemberGroup p{font-size:8px}}.page-content{flex:1 1;display:flex;justify-content:space-between;grid-gap:70px;gap:70px;flex-wrap:wrap}.balances{margin-bottom:50px}.balances>h2{margin-bottom:25px;font-weight:500}.balances__cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-row-gap:25px;row-gap:25px;grid-column-gap:70px;-webkit-column-gap:70px;column-gap:70px}.balance__card{background-color:var(--bg-color);padding:40px 30px 20px;height:120px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;grid-gap:10px;gap:10px;position:relative;border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.balance__card:before{content:"";height:65%;width:5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;border-radius:0 50px 50px 0}.balance__card:first-child:before{background-color:var(--brand-primary-color)}.balance__card:nth-child(2):before{background-color:var(--ledger-color)}.balance__card:nth-child(3):before{background-color:var(--savings-color)}.balance__card:nth-child(4):before{background-color:var(--investment-color)}.balance__title{font-weight:400}.balance__amount{font-size:28px;font-weight:500}.balance__card:first-child .balance__amount,.balance__card:first-child .balance__icon{color:var(--brand-primary-color)}.balance__card:nth-child(2) .balance__amount,.balance__card:nth-child(2) .balance__icon{color:var(--ledger-color)}.balance__card:nth-child(3) .balance__amount,.balance__card:nth-child(3) .balance__icon{color:var(--savings-color)}.balance__card:nth-child(4) .balance__amount,.balance__card:nth-child(4) .balance__icon{color:var(--investment-color)}@media screen and (max-width:900px){.balances__cards{grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.balance__card{padding:35px 30px 20px}.balance__amount{font-size:24px}}@media screen and (max-width:530px){.balances__cards{display:flex;flex-direction:row;grid-gap:25px;gap:25px;overflow-x:scroll;width:100%;margin-top:-20px;padding:20px 20px 20px 0}.balance__card{min-width:95%}.balance__amount{font-size:20px}}@media screen and (max-width:650px){.balances__cards{max-width:calc(100vw - 80px)}}@media screen and (max-width:450px){.balances__cards{max-width:calc(100vw - 50px)}}.business-overview{margin-bottom:50px}.business-overview>h2{margin-bottom:25px;font-weight:500}.business-overview__cards{display:flex;grid-gap:15px;gap:15px}.business-overview__card{text-decoration:none;color:inherit;position:relative;width:100%;flex-shrink:1;padding:15px 15px 24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;grid-gap:10px;gap:10px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.business-overview__total{font-size:24px;font-weight:500}.business-overview__title{font-weight:400}.business-overview__icon{display:flex;justify-content:flex-end}.business-overview__icon>span{display:flex;justify-content:center;align-items:center;height:50px;width:50px;background:var(--bg-color);border-radius:50%;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.business-overview__card:first-child .business-overview__icon,.business-overview__card:first-child .business-overview__total{color:var(--brand-primary-color)}.business-overview__card:nth-child(2) .business-overview__icon,.business-overview__card:nth-child(2) .business-overview__total{color:var(--ledger-color)}.business-overview__card:nth-child(3) .business-overview__icon,.business-overview__card:nth-child(3) .business-overview__total{color:red}.business-overview__card:nth-child(4) .business-overview__icon,.business-overview__card:nth-child(4) .business-overview__total{color:var(--investment-color)}@media screen and (max-width:915px){.business-overview__cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-row-gap:20px;row-gap:20px;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}}.security-layer{margin-bottom:30px}.security-layer>h2{margin-bottom:25px;font-weight:500}.security-layer__cards{grid-gap:30px;gap:30px}.security-layer__card,.security-layer__cards{display:flex;color:var(--brand-primary-color)}.security-layer__card{text-decoration:none;height:100px;width:100px;justify-content:center;align-items:center;flex-direction:column;grid-gap:10px;gap:10px;cursor:pointer;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.security-layer__card>.MuiSvgIcon-root{font-size:xx-large}.security-layer__card>h6{font-weight:400}@media screen and (max-width:456px){.security-layer__cards{grid-gap:20px;gap:20px}.security-layer__card{min-width:75px;max-width:100px;width:100%;flex-shrink:1}}.quick-actions{margin-bottom:60px}.quick-actions>h2{margin-bottom:25px;font-weight:500}.quick-actions__container{display:flex;flex-direction:column;grid-gap:25px;gap:25px}.quick-actions__row{text-decoration:none;display:flex;align-items:center;grid-gap:20px;gap:20px;min-height:60px;cursor:pointer;padding:10px 40px 10px 20px;color:inherit;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.quick-actions__row:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.quick-actions__row:active{-webkit-transform:scale(1);transform:scale(1)}.quick-actions__title{flex:1 1;font-weight:400}.instant-savings__modal{flex:1 1;width:100%}.instant-savings__modal>h5{font-weight:400;margin-bottom:30px}.instant-savings__modal>ul{list-style:none;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.instant-savings__option{grid-gap:25px;gap:25px;cursor:pointer;padding-left:20px;min-height:80px;background-color:var(--bg-color);border-radius:20px}.instant-savings__option,.instant-savings__option-icon{display:flex;align-items:center;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.instant-savings__option-icon{justify-content:center;width:60px!important;height:60px!important;color:var(--brand-primary-color);border-radius:50%}.instant-savings__option h4{font-weight:400}.instant-savings__info{display:flex;grid-gap:12px;gap:12px;margin-top:70px}.instant-savings__info .MuiSvgIcon-root{color:#4f4f4f}.instant-savings__info-text{color:#333}.instant-savings__info-text>span{color:var(--brand-primary-color)}.instant-savings__other-btn{box-shadow:none;background-color:none}.instant-savings__cards{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;grid-row-gap:20px;row-gap:20px;margin-bottom:35px}.instant-savings__form-row{display:flex;grid-gap:20px;gap:20px}.instant-savings__form-row>*{flex:1 1}.add-card__bottom-text{text-align:center;margin-top:15px}.tips{margin-bottom:30px}.tips>h2{margin-bottom:25px;font-weight:500;position:relative;z-index:10}.tips__card{display:flex;min-height:150px;border-radius:20px;padding:20px;position:relative;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.tips__text{width:calc(100% - 90px)}.tips__text>h6{margin-bottom:7px}.tips__text>p{margin-bottom:27px;font-size:12px}.tips__text>a{font-size:14px}.tips__img{position:absolute;bottom:10%;right:0}.dashboard{display:flex;width:100%}.dashboard__left{flex:2 1}.dashboard__right{flex:1 1}.add-customer-form button,.add-customer-form label{color:var(--ledger-color)}.add-customer-form .form-group:last-of-type{margin-bottom:50px}.add-customer-form--info{display:flex;grid-gap:12px;gap:12px;margin-top:20px}.add-customer-form--info .MuiSvgIcon-root{color:#4f4f4f}.add-customer-form--info-text{color:#333}.info-text--mobile{overflow:hidden}.info-text--mobile>div{margin-top:0;height:0;transition:all .6s ease-in-out}.info-text--mobile>div.show{height:36px;margin-bottom:20px}.add-customer-mobile{display:flex;width:100%}.add-customer-mobile__content{flex:1 1;max-width:368px}@media screen and (max-width:550px){.add-customer-mobile__content{max-width:100%}}.formTextarea>textarea{padding:16px 20px;font-size:1em;width:100%;min-height:100px;outline:0;resize:none;border:none;background:var(--bg-color);color:var(--text-color);border-radius:0 20px 20px 20px;box-shadow:inset -5px -5px 2px #fff,inset 5px 5px 2px rgba(0,0,0,.1)}.add-signature{display:flex;width:100%}.add-signature .button,.add-signature label{color:var(--ledger-color)}.add-signature .button,.add-signature .form-group{width:100%}.add-signature__content{flex:1 1;max-width:368px}.add-signature .button{max-width:150px}.add-signature textarea{height:200px}.add-signature__clear-btn{height:40px;width:100px;justify-content:center;background-color:#e0e0e0;color:#333;font-weight:500;border-radius:10px;margin-left:auto;border:none;outline:none;margin-top:-15px}.add-signature__clear-btn,.add-signature__upload-btn{display:flex;align-items:center;font-size:14px;cursor:pointer}.add-signature__upload-btn{color:var(--ledger-color);grid-gap:10px;gap:10px;font-weight:400;margin-top:15px;margin-bottom:15px}@media screen and (max-width:550px){.add-signature .button{display:none}}.createInvoice__topRow{display:flex;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px}.createInvoice__toggleBtn{font-size:16px;font-weight:400;cursor:pointer;margin-top:10px}.customer__infoMsg{font-weight:400;font-size:20px}.customer__infoMsg a{text-decoration:none;color:var(--ledger-color);cursor:pointer}.addInvoiceCustomerForm__OR{max-width:368px;width:100%;margin-top:20px;margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;align-items:center}.addInvoiceCustomerForm__OR .line{width:100%;height:1px;border-top:1px solid #e0e0e0}.addInvoiceCustomerForm__OR .ORText{font-weight:700}.addInvoiceCustomerForm__checkbox{margin-bottom:15px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.addInvoiceCustomerForm__checkbox *{cursor:pointer}.addInvoiceCustomerForm__checkbox input{-webkit-appearance:none;-o-appearance:none;appearance:none;outline:none;content:none}.addInvoiceCustomerForm__checkbox span{color:#333!important;-webkit-user-select:none;user-select:none}.addInvoiceCustomerForm__checkbox span:before{content:"";display:inline-block;vertical-align:middle;width:16px;height:16px;margin-right:8px;border:1px solid var(--ledger-color);line-height:14px;text-align:center;border-radius:4px}.addInvoiceCustomerForm__checkbox input:checked+span:before{content:"\2714";font-size:14px;background:var(--ledger-color);color:#fff}.addInvoiceCustomerForm__checkbox input:disabled+span{cursor:not-allowed;-moz-opacity:.4;-webkit-opacity:.4;opacity:.4}.addInvoiceCustomerForm__customerListModal{padding:30px}.addInvoiceCustomerForm__customerListModal h2{margin-bottom:20px;text-align:center;font-size:24px;font-weight:600;color:var(--ledger-color)}.addInvoiceCustomerForm__customerList{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.addInvoiceCustomerForm__customerRowItem{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;position:relative;cursor:pointer;padding:16px 30px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.addInvoiceCustomerForm__customerRowItem:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.addInvoiceCustomerForm__customerRowItem:active{-webkit-transform:scale(1);transform:scale(1)}.addInvoiceCustomerForm__customerRowItem__name{font-weight:500;font-size:16px}.addInvoiceCustomerForm__customerRowItem__amount{font-weight:500}@media screen and (max-width:550px){.createInvoice__toggleBtn{font-size:14px}}.addInvoiceProductForm{max-width:368px;width:100%}.addInvoiceProductForm .error{color:red}.addInvoiceProductForm__OR{margin-top:20px;margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;align-items:center}.addInvoiceProductForm__OR .line{width:100%;height:1px;border-top:1px solid #e0e0e0}.addInvoiceProductForm__OR .ORText{font-weight:700}.addInvoiceProductForm__checkbox{margin-bottom:15px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.addInvoiceProductForm__checkbox *{cursor:pointer}.addInvoiceProductForm__checkbox input{-webkit-appearance:none;-o-appearance:none;appearance:none;outline:none;content:none}.addInvoiceProductForm__checkbox span{color:#333!important;-webkit-user-select:none;user-select:none}.addInvoiceProductForm__checkbox span:before{content:"";display:inline-block;vertical-align:middle;width:16px;height:16px;margin-right:8px;border:1px solid var(--ledger-color);line-height:14px;text-align:center;border-radius:4px}.addInvoiceProductForm__checkbox input:checked+span:before{content:"\2714";font-size:14px;background:var(--ledger-color);color:#fff}.addInvoiceProductForm__checkbox input:disabled+span{cursor:not-allowed;-moz-opacity:.4;-webkit-opacity:.4;opacity:.4}.addInvoiceProductForm__inventoryListModal{padding:30px}.addInvoiceProductForm__inventoryListModal h2{margin-bottom:20px;text-align:center;font-size:24px;font-weight:600;color:var(--ledger-color)}.addInvoiceProductForm__inventoryList{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.addInvoiceProductForm__inventoryRowItem{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;position:relative;cursor:pointer;padding:16px 30px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.addInvoiceProductForm__inventoryRowItem:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.addInvoiceProductForm__inventoryRowItem:active{-webkit-transform:scale(1);transform:scale(1)}.addInvoiceProductForm__inventoryRowItem__name{font-weight:500;font-size:16px}.addInvoiceProductForm__inventoryRowItem__amount{font-weight:500}@media screen and (max-width:550px){.addInvoiceProductForm{max-width:100%}}.addFloatingBtn{display:none;width:60px;height:60px;border-radius:50%;z-index:1000;position:fixed;right:50px;bottom:50px;background:radial-gradient(100% 100% at 0 0,#fff 0,hsla(0,0%,96.1%,0) 100%);box-shadow:inset -4px 4px 4px rgba(0,0,0,.25);-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.addFloatingBtn a{text-decoration:none}.addFloatingBtn .MuiIconButton-root{width:100%;height:100%;color:#333}.addFloatingBtn.disabled .MuiIconButton-root{cursor:not-allowed}@media screen and (max-width:768px){.addFloatingBtn{display:block}}@media screen and (max-width:650px){.addFloatingBtn{right:30px;bottom:100px}}.add-invoice-summary__no-item{font-weight:400}.add-invoice-summary__invoice-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-column-gap:25px;-webkit-column-gap:25px;column-gap:25px;grid-row-gap:0;row-gap:0}.add-invoice-summary__invoice-items .form-group{display:flex;flex-direction:column}.add-invoice-summary__top-row,.add-invoice-summary__top-row-btns{display:flex;justify-content:space-between;align-items:center;grid-gap:14px;gap:14px}.add-invoice-summary__edit-btn,.add-invoice-summary__remove-btn{font-size:16px;color:red;font-weight:400;cursor:pointer}.add-invoice-summary__edit-btn,.editInvoiceItemModal button,.editInvoiceItemModal label{color:var(--ledger-color)}.editInvoiceItemModal{padding:30px}.editInvoiceItemModal h2{margin-bottom:20px;text-align:center;font-size:24px;font-weight:600;color:var(--ledger-color)}.add-invoice-summary__box{flex:1 1;padding:20px 20px 30px;width:100%;background:var(--bg-color);border-radius:0 20px 20px 20px;box-shadow:inset -5px -5px 2px #fff,inset 5px 5px 2px rgba(0,0,0,.1);display:flex;flex-direction:column;grid-gap:25px;gap:25px}.box__row--title{font-size:14px;font-weight:300;color:#828282}.box__row--value{font-size:16px;font-weight:400;color:#333}.box__row--group{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;flex-wrap:wrap}.add-invoice-summary__add-btn{text-decoration:none;display:flex;grid-gap:5px;gap:5px;align-items:center;width:-webkit-max-content;width:max-content;color:var(--ledger-color);cursor:pointer;font-size:16px;font-weight:400;margin-bottom:10px;margin-top:20px}@media screen and (max-width:768px){.add-invoice-summary__add-btn{display:none}}@media screen and (max-width:550px){.add-invoice-summary__edit-btn,.add-invoice-summary__remove-btn{font-size:14px}.add-invoice-summary__box{min-height:130px;grid-gap:10px;gap:10px}.box__row--title,.box__row--value{font-size:12px}}.create-invoice{display:flex;width:100%}.create-invoice .button,.create-invoice label{color:var(--ledger-color)}.create-invoice .button,.create-invoice .form-group{max-width:368px;width:100%}.create-invoice__content{flex:1 1}.create-invoice__right{flex:1 1;max-width:368px}.create-invoice__right.top-border{border-top:1px solid #e0e0e0;padding-top:35px}.create-invoice__phone-no--container{display:flex;grid-gap:40px;gap:40px}.create-invoice__phone-no--container .form-group{flex-basis:368px;flex-shrink:0}.create-invoice--info{max-width:368px;margin-top:30px;display:flex;grid-gap:12px;gap:12px}.create-invoice--info .MuiSvgIcon-root{color:#4f4f4f}.create-invoice--info-text{color:#333}@media screen and (max-width:850px){.create-invoice__phone-no--container{flex-direction:column;grid-gap:0;gap:0}.create-invoice__phone-no--container .form-group{flex-basis:auto}.create-invoice--info{margin-top:0;margin-bottom:20px}}@media screen and (max-width:550px){.create-invoice .sidebar{display:none}.create-invoice .page-content{flex-direction:column;grid-gap:30px;gap:30px}.create-invoice .page-content .create-invoice__content{flex:initial}.create-invoice--info,.create-invoice .button,.create-invoice .form-group{max-width:100%}}.customers{display:flex;width:100%;overflow:hidden;padding-bottom:100px}.customers__content{flex:2 1}.customers .page-right{flex:1 1}.customers__infoMsg{font-weight:400;font-size:20px}.customers__infoMsg a{text-decoration:none;color:var(--ledger-color);cursor:pointer}.customers__header{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;margin-bottom:50px}.customers__search-input-desktop{width:100%;max-width:368px}.customers__search-input-desktop input{border-radius:20px}.customers__add-btn{display:flex;grid-gap:5px;gap:5px;align-items:center;width:-webkit-max-content;width:max-content;color:var(--ledger-color);cursor:pointer;font-size:16px;font-weight:400}.customers__add-form{-webkit-animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both}.customers__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.customers__list-item{display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center;position:relative;width:100%;max-width:748px;padding:21px 29px 21px 8px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.customers__menu-icon{color:#333;pointer-events:stroke}.customers__menu-icon>*{pointer-events:none}.customers__info{display:flex;grid-gap:30px;gap:30px;align-items:flex-start;flex:1 1}.customers__name{font-weight:500;width:30%}.customers__addr,.customers__phone-no{font-weight:300}.customers__total-invoice{text-align:center}.customers__invoice-count{font-size:14px;font-weight:500}.customers__total-invoice p{font-size:14px;font-weight:300}.customers__menu-list{display:none;list-style:none;position:absolute;left:10px;top:75%;background:var(--bg-color);border:5px solid #fff;border-radius:20px 20px 20px 0;width:0;height:0;overflow:hidden;z-index:1000;transition:all .6s ease-in-out}.customers__menu-list.show{display:block;width:200px;height:auto;transition:all .6s ease-in-out}.customers__menu-list li>*{font-size:16px;width:100%;height:50px;padding-left:22px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;text-decoration:none;color:#333}.customers__menu-list li:last-of-type>*{color:red;border-bottom:none}.customers__menu-list li:hover{background-color:#e2e0e0}.deleteCustomer__modal{display:flex;align-items:center;flex-direction:column}.deleteCustomer__buttons{display:flex;grid-gap:20px;gap:20px;justify-content:center;align-items:center}.deleteCustomer__buttons .button{display:flex;justify-content:center;align-items:center;height:40px;min-width:110px!important;border-radius:10px}.deleteCustomer__yes-btn{color:var(--ledger-color)}.deleteCustomer__no-btn{color:#828282;background:#fff;border:5px solid #fff;box-shadow:4px 4px 4px rgba(0,0,0,.25),inset 4px 4px 10px #ccc}.deleteSuccess__modal .button{color:var(--ledger-color);min-width:150px!important}@media screen and (max-width:768px){.customers__name{width:40%}.customers__add-btn,.page-right{display:none}}@media screen and (max-width:550px){.customers{overflow:unset}.customers__list-item{padding:16px 13px 13px 1px}.customers__info{display:flex;grid-gap:5px;gap:5px;flex-direction:column}.customers__name{width:100%}.customers__total-invoice{align-self:flex-end}.customers__invoice-count{font-size:10px}.customers__total-invoice p{font-size:12px}.customers__search-area{width:100%;display:flex;align-items:center;justify-content:space-between}.customers_search-field-container{overflow-x:hidden;margin-right:24px;margin-left:24px;width:100%}.customers__search-field{width:100%;padding-top:10px;font-size:16px;border:none;outline:none;color:#828282;background-color:initial;border-bottom:2px solid var(--ledger-color);opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease-in-out}.customers__search-field.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.customers__search-icon{width:50px;height:50px;cursor:pointer;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.customers__search-input-desktop{display:none}}@media screen and (max-width:470px){.deleteCustomer__modal{align-items:flex-end}.deleteCustomer__modal h3{align-self:flex-start}}.editCustomer{display:flex;width:100%}.editCustomer__content{flex:1 1;max-width:368px}.editCustomer__content button,.editCustomer__content label{color:var(--ledger-color)}@media screen and (max-width:550px){.editCustomer__content{max-width:100%}}.customer-info-form{max-width:368px}.customer-info-form button,.customer-info-form label{color:var(--ledger-color)}.customer-info-form .form-group:last-of-type{margin-bottom:50px}.customer-info-form .button{width:150px}@media screen and (max-width:550px){.customer-info-form{max-width:100%}.customer-info-form .form-group:last-of-type{margin-bottom:35px}.customer-info-form .button{width:100%}}.edit-customer-info{display:flex;width:100%}.edit-customer-info__content{flex:1 1}.edit-invoice{display:flex;width:100%}.edit-invoice__content{flex:1 1;max-width:368px}.edit-invoice__content button,.edit-invoice__content label{color:var(--ledger-color)!important}.edit-invoice .form-group:last-of-type{margin-bottom:30px}@media screen and (max-width:550px){.edit-invoice__content{max-width:100%}}.edit-product-info{display:flex;width:100%}.edit-product-info .button,.edit-product-info label{color:var(--ledger-color)}.edit-product-info .button,.edit-product-info .form-group{max-width:368px;width:100%}.edit-product-info__content{flex:2 1}.edit-product-info__right{flex:1 1;max-width:368px}.edit-product-info__right.top-border{border-top:1px solid #e0e0e0;padding-top:35px}@media screen and (max-width:550px){.edit-product-info .button,.edit-product-info .form-group{max-width:100%}}.invoice{display:flex;width:100%}.invoice__content{padding-top:25px;width:100%}.invoice__top-right.desktop{text-align:right;margin-bottom:20px}.invoice__top-right span{color:var(--ledger-color)}.invoice__cards{display:flex;flex-direction:column;grid-gap:35px;gap:35px;flex:1 1}.invoice__card-item{text-decoration:none;width:100%;max-width:400px;padding:30px 20px;display:flex;grid-gap:25px;gap:25px;align-items:center;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.invoice__card-item:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.invoice__icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background:var(--bg-color);color:var(--ledger-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.invoice__info{flex:1 1}.invoice__title{font-weight:500;margin-bottom:5px;color:var(--ledger-color)}.invoice__text{color:#333}@media screen and (max-width:550px){.invoice__top-right.desktop{display:none}.invoice__card-item{max-width:100%}}@media screen and (max-width:450px){.invoice__text{font-size:14px}}.ledger{display:flex;width:100%}.ledger__content{padding-top:45px;width:100%}.ledger__cards{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-row-gap:70px;row-gap:70px;grid-column-gap:50px;-webkit-column-gap:50px;column-gap:50px}.ledger__card-item{position:relative;text-align:center;text-decoration:none;padding:60px 20px 35px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.ledger__card-item:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.ledger__card-icon{position:absolute;top:-35px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:70px;height:70px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:var(--ledger-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.ledger__pro-icon{position:absolute;left:10px;top:10px;color:red}.ledger__card-title{font-weight:500;margin-bottom:20px;color:var(--ledger-color)}.ledger__card-text{color:#333}@media screen and (max-width:1220px){.ledger__cards{grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}}@media screen and (max-width:900px){.ledger__cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-row-gap:70px;row-gap:70px;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.ledger__card-item{padding:60px 8px 35px}}@media screen and (max-width:450px){.ledger__card-text{font-size:14px}}.filter-container{display:flex;align-items:center;width:100%;border:5px solid #fff;margin-bottom:50px;height:60px;background-color:var(--bg-color)}.filter-item{border-right:1px solid #e0e0e0;display:grid;place-items:center;flex:1 1;height:100%;cursor:pointer;position:relative}.filter-item:last-of-type{border-right:none}.filter-item.active{color:var(--ledger-color)}.filter-item.brand.active{color:var(--brand-primary-color)}.filter-item:before{content:"";height:5px;width:60%;position:absolute;top:-5px;-webkit-transform:scale(.5);transform:scale(.5);transition:all .3s ease-in}.filter-item.active:before{-webkit-transform:scale(1);transform:scale(1);background-color:var(--ledger-color)}.filter-item.brand.active:before{background-color:var(--brand-primary-color)}.filter-item h3{font-weight:400;pointer-events:none}@media screen and (max-width:550px){.filter-container{position:fixed;bottom:0;left:0;right:0;z-index:1000;margin-bottom:0;border:none;border-top:5px solid #fff}.filter-item h3{font-size:16px}}.manage-invoice{display:flex;width:100%}.manage-invoice .page-content{flex:initial}.manageInvoice__info{font-weight:400;font-size:20px}.manageInvoice__info a{text-decoration:none;color:var(--ledger-color);cursor:pointer}.manage-invoice__content{flex:2 1}.manage-invoice .page-right{flex:1 1}.manage-invoice__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.manage-invoice__search-input-desktop{margin-bottom:50px;width:100%;max-width:368px}.manage-invoice__search-input-desktop input{border-radius:20px}.manage-invoice__add-btn{text-decoration:none;display:flex;grid-gap:5px;gap:5px;align-items:center;width:-webkit-max-content;width:max-content;color:var(--ledger-color);cursor:pointer;font-size:16px;font-weight:400}@media screen and (max-width:1024px){.manage-invoice .page-content{flex-direction:column-reverse;grid-gap:30px;gap:30px}.manage-invoice .page-right{display:flex;grid-gap:30px;gap:30px;align-items:center;justify-content:space-between}.manage-invoice__search-input-desktop{margin-bottom:0;max-width:300px}}@media screen and (max-width:768px){.manage-invoice__add-btn{display:none}}@media screen and (max-width:650px){.manage-invoice__search-input-desktop{margin-left:auto}}@media screen and (max-width:550px){.manage-invoice .page-right,.manage-invoice .sidebar{display:none}.manage-invoice .page-content{flex-direction:row}.manage-invoice__search-area{width:100%;display:flex;align-items:center;justify-content:space-between}.manage-invoice_search-field-container{overflow-x:hidden;margin-right:24px;margin-left:24px;width:100%}.manage-invoice__search-field{width:100%;padding-top:10px;font-size:16px;border:none;outline:none;color:#828282;background-color:initial;border-bottom:2px solid var(--ledger-color);opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease-in-out}.manage-invoice__search-field.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.manage-invoice__search-icon{width:50px;height:50px;cursor:pointer;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.manage-invoice__search-input-desktop{display:none}}.invoiceRowItem{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;position:relative;width:100%;padding:16px 29px 16px 8px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.invoiceRowItem__menuIcon{color:#333}.invoiceRowItem__menuIcon>*{pointer-events:none}.invoiceRowItem__name{font-weight:500;width:100%;flex:3 1;margin-left:-20px}.invoiceRowItem__id{font-weight:400;flex:1 1}.invoiceRowItem__status{width:80px;padding:5px;text-align:center;border-radius:5px;font-weight:500;font-size:14px}.invoiceRowItem__status.paid{background-color:rgba(25,181,0,.25);color:var(--text-color)!important}.invoiceRowItem__status.unpaid{background-color:rgba(255,0,0,.25);color:var(--text-color)!important}.invoiceRowItem__status.pending{background-color:rgba(255,230,0,.25);color:var(--text-color)!important}.invoiceRowItem__status.refund{background-color:rgba(255,174,0,.25);color:var(--text-color)!important}.invoiceRowItem__amount{font-weight:500;flex:1 1}.invoiceRowItem__date{font-weight:300;font-size:14px;flex:1 1}.invoiceRowItem__menuList{display:none;list-style:none;position:absolute;left:10px;top:75%;background:var(--bg-color);border:5px solid #fff;border-radius:20px 20px 20px 0;width:0;height:0;overflow:hidden;z-index:1000;transition:all .6s ease-in-out}.invoiceRowItem__menuList.show{display:block;width:200px;height:auto;transition:all .6s ease-in-out}.invoiceRowItem__menuList li>*{font-size:16px;width:100%;height:50px;padding-left:22px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;text-decoration:none;color:#333}.invoiceRowItem__menuList li.disabled,.invoiceRowItem__menuList li.disabled>*{color:#828282!important;cursor:not-allowed!important}.invoiceRowItem__menuList li:last-of-type>*{color:red;border-bottom:none}.invoiceRowItem__menuList li:hover{background-color:#e2e0e0}@media screen and (max-width:550px){.invoiceRowItem{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-rows:1fr 1fr;grid-row-gap:0;row-gap:0;justify-content:flex-start;width:100%;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;padding:13px 13px 13px 1px}.invoiceRowItem__menuIcon{grid-row:1/3}.invoiceRowItem__name{grid-row:1/2;grid-column:2/4;margin-left:0}.invoiceRowItem__amount{grid-row:1/2;grid-column:4/5;justify-self:flex-end}.invoiceRowItem__id{grid-row:2/3;grid-column:2/3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;font-weight:400}.invoiceRowItem__status{grid-row:2/3;grid-column:3/4;font-size:10px;width:60px;padding:2px}.invoiceRowItem__date{grid-row:2/3;grid-column:4/5;justify-self:flex-end;font-size:10px}}.expressTransaction{display:flex;width:100%}.expressTransaction .page-content{flex:initial}.expressTransaction__content{flex:1 1;max-width:768px}.expressTransaction__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.expressTransaction__search-input-desktop{margin-bottom:50px;width:100%;max-width:368px}.expressTransaction__search-input-desktop input{border-radius:20px}@media screen and (max-width:1024px){.expressTransaction .page-content{flex-direction:column-reverse;grid-gap:30px;gap:30px}.expressTransaction__search-input-desktop{margin-bottom:0;max-width:300px}}@media screen and (max-width:650px){.expressTransaction__search-input-desktop{margin-left:auto}}@media screen and (max-width:550px){.expressTransaction .sidebar{display:none}.expressTransaction .page-content{flex-direction:row}.expressTransaction__search-area{width:100%;display:flex;align-items:center;justify-content:space-between}.expressTransaction_search-field-container{overflow-x:hidden;margin-right:24px;margin-left:24px;width:100%}.expressTransaction__search-field{width:100%;padding-top:10px;font-size:16px;border:none;outline:none;color:#828282;background-color:initial;border-bottom:2px solid var(--ledger-color);opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease-in-out}.expressTransaction__search-field.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.expressTransaction__search-icon{width:50px;height:50px;cursor:pointer;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.expressTransaction__search-input-desktop{display:none}}.expressRowItem{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;position:relative;width:100%;padding:16px 30px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.expressRowItem__name{font-weight:500;flex:2 1}.expressRowItem__product{font-weight:400;flex:2 1}.expressRowItem__status{width:80px;padding:5px;text-align:center;border-radius:5px;font-weight:500;font-size:14px}.expressRowItem__status.paid{background-color:rgba(25,181,0,.25);color:var(--text-color)!important}.expressRowItem__status.unpaid{background-color:rgba(255,0,0,.25);color:var(--text-color)!important}.expressRowItem__status.pending{background-color:rgba(255,230,0,.25);color:var(--text-color)!important}.expressRowItem__status.refund{background-color:rgba(255,174,0,.25);color:var(--text-color)!important}.expressRowItem__amount{font-weight:500;flex:1 1}.expressRowItem__date{font-weight:300;font-size:14px;flex:1 1}@media screen and (max-width:550px){.expressRowItem{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr 1fr;justify-content:flex-start;width:100%;grid-gap:10px;gap:10px;padding:13px}.expressRowItem__name{grid-row:1/2;grid-column:1/2;margin-left:0}.expressRowItem__amount{grid-row:1/2;grid-column:3/4;justify-self:flex-end}.expressRowItem__product{grid-row:2/3;grid-column:1/3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;font-weight:400}.expressRowItem__status{grid-row:1/2;grid-column:2/3;font-size:10px;width:60px;padding:2px;justify-self:center}.expressRowItem__date{grid-row:2/3;grid-column:3/4;justify-self:flex-end;font-size:10px}}.preview-invoice{display:flex;width:100%}.preview-invoice__left{max-width:500px;flex-basis:500px}.preview-invoice__right{flex:1 1}.invoice-page{background-color:#fff;font-size:14px}@media screen and (max-width:1024px){.invoice-page{font-size:13px}}.invoice-page h4{font-size:16px;font-weight:500}.invoice-page__header{display:flex;justify-content:space-between;align-items:center;grid-gap:70px;gap:70px;padding:20px 15px;border-bottom:1px solid #e0e0e0}.invoice-page__logo{width:56px;height:56px;flex-shrink:0}.invoice-page__logo>*{width:100%!important;height:100%!important}.invoice-page__company-info{text-align:right}.invoice-page__email,.invoice-page__phone{font-style:italic}.invoice-page__body{margin-bottom:40px}.invoice-page__title{text-align:center;margin:10px}.invoice-page__details{display:flex;grid-gap:1px;gap:1px;justify-content:space-between;padding:10px 15px;margin-bottom:10px}.invoice-page__bill-to,.invoice-page__info{flex:1 1}.invoice-page__bill-to>*,.invoice-page__info>*{margin-bottom:5px}.invoice-page__info{text-align:right}.invoice-page__info span{font-weight:500}table.invoice-page__lists{width:100%;border-collapse:collapse;margin-bottom:30px}.invoice-page__lists td,.invoice-page__lists th{padding:8px}.invoice-page__lists th{background-color:var(--brand-primary-color);color:#fff;text-align:left}.invoice-page__lists tr{vertical-align:top}.invoice-page__lists tr:nth-child(2n){background-color:rgba(0,70,178,.1)}.invoice-page__bottom-footer,.invoice-page__bottom-section{display:flex;grid-gap:30px;gap:30px;justify-content:space-between;padding:10px 15px;margin-bottom:30px}.invoice-page__bottom-footer a{display:block;background-color:var(--brand-primary-color);color:#fff;padding:10px 30px;text-decoration:none}.bottom-section__add-note{flex:1 1}.bottom-section__add-note textarea{border:1px solid #e0e0e0;border-radius:5px;height:80px;max-width:273px;width:100%;padding:8px;outline:none;resize:none}.bottom-section__totals{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.bottom-section__total-item{display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.bottom-section__total-item input{height:30px;max-width:100px;padding:8px;border:1px solid #e0e0e0;border-radius:2px;outline:none;text-align:right}.bottom-section__total-item .total{font-weight:500}.invoice-page__footer a{color:var(--text-color);text-decoration:none;font-size:12px;font-weight:700;text-align:center;padding:10px;display:flex;flex-direction:column}.invoice-page__footer a span:last-of-type{color:var(--brand-primary-color)}.preview-invoice__top-btn-container{display:flex;flex-direction:column;grid-gap:25px;gap:25px;max-width:368px;margin-bottom:50px}.preview-invoice__top-btn>*{text-decoration:none;display:flex;grid-gap:13px;gap:13px;align-items:center;min-height:50px;padding-left:27px;cursor:pointer;color:var(--text-color);background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.preview-invoice__top-btn .MuiSvgIcon-root{width:18px;height:18px;color:var(--ledger-color)}.preview-invoice__top-btn:nth-child(6) .MuiSvgIcon-root,.preview-invoice__top-btn:nth-child(6)>*{color:red}.preview-invoice__top-btn.more-btn{display:none}.preview-invoice__bottom-btn.disabled,.preview-invoice__top-btn.disabled .MuiSvgIcon-root,.preview-invoice__top-btn.disabled>*{color:#828282!important;cursor:not-allowed!important}.preview-invoice__payment-type{display:flex;align-items:center;justify-content:space-between;grid-gap:4px;gap:4px;margin-bottom:50px;max-width:368px}.preview-invoice__payment-type-options{display:flex;align-items:center;grid-gap:12px;gap:12px}.preview-invoice__payment-type-option{background-color:#fff;padding:10px 16px;border-radius:5px;display:flex;align-items:center;grid-gap:8px;gap:8px;cursor:pointer;border:1px solid #fff;transition:all .3s ease-out}.preview-invoice__payment-type-option:has(input:checked),.preview-invoice__payment-type-option:hover{border-color:var(--ledger-color)}.preview-invoice__payment-type-option span{font-size:14px}.preview-invoice__payment-type-option input[type=radio]{-webkit-appearance:none;width:15px;height:15px;border:1px solid #a9a9a9;border-radius:100%;outline:none}.preview-invoice__payment-type-option input[type=radio]:before{content:"";display:block;width:60%;height:60%;margin:24% auto;border-radius:100%}.preview-invoice__payment-type-option input[type=radio]:checked:before{background:var(--ledger-color)}.preview-invoice__payment-type-option.disabled{color:#828282!important;cursor:not-allowed!important}.preview-invoice__payment-type-option.disabled:has(input:checked){border-color:#828282}.preview-invoice__payment-type-option.disabled input[type=radio]:checked:before{background:#828282}.preview-invoice__payment-type-option.disabled:hover{color:#fff!important;background-color:#828282;border-color:#828282}.preview-invoice__payment-type-option.disabled:hover input[type=radio]:checked:before{background:#fff}.preview-invoice__bottom-btn-container{display:flex;grid-gap:10px;gap:10px}.preview-invoice__bottom-btn{min-height:40px;padding:8px;color:var(--ledger-color);background-color:#fff;border-radius:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center;transition:all .3s ease-out}.preview-invoice__bottom-btn.disabled:hover{color:#fff!important;background-color:#828282}.preview-invoice__bottom-btn:hover{color:#fff;background-color:var(--ledger-color)}.sanwoFee{position:relative;display:flex;flex-direction:row;grid-gap:2px;gap:2px;justify-content:center;align-items:center}.infoIcon{cursor:pointer;position:absolute;right:calc(100% + 5px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.infoIcon .MuiSvgIcon-root{font-size:15px!important}@media screen and (max-width:550px){.preview-invoice .page-content{grid-gap:40px;gap:40px}.preview-invoice .sidebar{display:none}.invoice-page__header{grid-gap:20px;gap:20px}.invoice-page__logo{width:45px!important;height:45px!important}.invoice-page__lists td,.invoice-page__lists th{padding:4px}.bottom-section__add-note textarea,.bottom-section__total-item input,.invoice-page,.invoice-page__footer{font-size:8px}.bottom-section__add-note textarea{height:50px;max-width:150px}.bottom-section__total-item input{height:15px;max-width:50px}.invoice-page h4{font-size:10px}.bottom-section__totals{grid-gap:5px;gap:5px}.preview-invoice__top-btn-container{position:fixed;bottom:0;left:0;right:0;margin:0;width:100%;max-width:100%;height:60px;overflow:hidden;display:flex;flex-direction:row;grid-gap:0;gap:0;border-top:5px solid #fff}.preview-invoice__top-btn{flex:1 1;border-right:1px solid #e0e0e0}.preview-invoice__top-btn:last-child{border-right:none}.preview-invoice__top-btn>*{border-radius:0;height:100%;padding-left:0;box-shadow:none;justify-content:center}.preview-invoice__top-btn-container .preview-invoice__top-btn:nth-child(3),.preview-invoice__top-btn-container .preview-invoice__top-btn:nth-child(4),.preview-invoice__top-btn-container .preview-invoice__top-btn:nth-child(5),.preview-invoice__top-btn-container .preview-invoice__top-btn:nth-child(6){display:none}.preview-invoice__top-btn.more-btn{display:block}.preview-invoice__payment-type{max-width:100%}.preview-invoice__bottom-btn-container{display:grid;grid-template-columns:repeat(2,1fr)}.preview-invoice__bottom-btn{font-size:12px}.other-menus-modal{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.other-menus-modal .preview-invoice__top-btn{border-right:none}.other-menus-modal .preview-invoice__top-btn>*{text-decoration:none;display:flex;grid-gap:13px;gap:13px;align-items:center;justify-content:flex-start;min-height:50px;padding-left:27px;cursor:pointer;color:var(--text-color);background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.other-menus-modal .preview-invoice__top-btn:first-of-type .MuiSvgIcon-root,.other-menus-modal .preview-invoice__top-btn:nth-of-type(2) .MuiSvgIcon-root{color:var(--ledger-color)}.other-menus-modal .preview-invoice__top-btn:nth-child(4)>*,.other-menus-modal .preview-invoice__top-btn:nth-of-type(4) .MuiSvgIcon-root{color:red}}.share-invoice{display:flex;width:100%}.share-invoice__content{flex:1 1}.share-invoice__generating{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:35px;gap:35px;text-align:center}.share-invoice__generating h3{font-style:italic;font-weight:400}.share-invoice__link-content{display:flex;flex-direction:column;grid-gap:10px;gap:10px;max-width:450px;width:100%}.share-invoice__link-content label{color:var(--ledger-color)}.share-invoice__box{padding:20px 20px 40px;display:flex;flex-direction:column;grid-gap:20px;gap:20px;background:var(--bg-color);border-radius:0 20px 20px 20px;box-shadow:inset -5px -5px 2px #fff,inset 5px 5px 2px rgba(0,0,0,.1)}.share-invoice__box p{margin-bottom:8px}.share-invoice__box--body a{text-decoration:none;color:inherit;word-break:break-all}.share-invoice__share-wrapper h5{font-weight:500;margin-bottom:15px}.share-invoice__share-btns{display:flex;grid-gap:20px;gap:20px}.share-invoice__share-btn{text-decoration:none;display:flex;justify-content:center;align-items:center;grid-gap:2px;gap:2px;height:40px;max-width:150px;padding:10px;background-color:#fff;border-radius:5px;cursor:pointer;font-size:14px}.share-invoice__share-btn:first-child{color:var(--ledger-color)}.share-invoice__share-btn:nth-child(2){color:var(--investment-color)}.share-invoice__share-btn:nth-child(3){color:red}@media screen and (max-width:550px){.share-invoice__share-btns{grid-gap:10px;gap:10px;flex-wrap:wrap}}.notificationRow{text-decoration:none;color:initial;grid-gap:30px;gap:30px;padding:16px 20px;min-height:80px;cursor:pointer;border-radius:20px}.notificationRow,.notificationRow__icon{display:flex;align-items:center;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.notificationRow__icon{height:48px!important;width:48px!important;justify-content:center;flex-shrink:0;color:#828282;border-radius:50%}.notificationRow__info{flex:1 1;display:flex;grid-gap:20px;gap:20px;align-items:center}.notificationRow__title{color:#828282;font-weight:500;flex:1 1}.notificationRow__content{flex:3 1}.notificationRow__date{font-weight:300;font-size:14px}.notificationRow.unread .notificationRow__icon,.notificationRow.unread .notificationRow__title{color:var(--brand-primary-color)}@media screen and (max-width:675px){.notificationRow__info{display:grid;grid-template-columns:1fr auto;grid-row-gap:5px;row-gap:5px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.notificationRow__title{font-size:15px;grid-row:1/2;grid-column:1/2}.notificationRow__content{font-size:13px;grid-column:1/span 2}.notificationRow__date{grid-row:1/2;grid-column:2/3;align-self:center;font-size:12px}}@media screen and (max-width:550px){.notificationRow{grid-gap:15px;gap:15px}.notificationRow__info{display:grid;grid-template-columns:1fr auto;grid-row-gap:5px;row-gap:5px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.notificationRow__title{font-size:14px}.notificationRow__content{font-size:12px;grid-column:1/span 2}.notificationRow__date{font-size:10px}}.notifications{display:flex;width:100%}.notifications__content{flex:1 1}.notifications__top-navs{margin-bottom:50px;display:flex;grid-gap:30px;gap:30px}.notifications__top-navs>*{color:#333;font-size:18px;text-decoration:none;cursor:pointer}.notifications__wrapper{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.no-notifications-wrapper{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.no-notifications-wrapper>img{margin-bottom:20px}.no-notifications-wrapper h3{font-weight:400}@media screen and (max-width:550px){.notifications__top-navs{display:none}}.savings{display:flex;width:100%}.savings__content{padding-top:25px}.savings__cards{display:flex;flex-direction:column;grid-gap:35px;gap:35px;position:relative}.savings__img{position:absolute;right:0;top:-100px;width:150px;pointer-events:none;z-index:99}.savings__card-item{text-decoration:none;max-width:400px;padding:35px 20px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.savings__card-item:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.savings__title{font-weight:500;margin-bottom:20px;color:var(--savings-color)}.savings__text{color:#333}@media screen and (max-width:550px){.savings__card-item{max-width:100%}}@media screen and (max-width:450px){.savings__text{font-size:14px}}.setupPage{width:100%;min-height:100vh}.setupPage__header{width:85%;padding-top:25px;padding-left:10px;margin:auto auto 20px}.setupPage__header .arrow-back{color:#333!important;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.setupPage__body{max-width:368px;margin-top:0;flex:1 1}.setupPage__title{text-align:center}.setupPage__progress{display:flex;flex-wrap:nowrap;grid-gap:50px;gap:50px;justify-content:center;margin:40px 0}.setupPage__progress>.step{position:relative;width:36px;height:36px;display:grid;cursor:pointer;place-items:center;background-color:var(--bg-color);border-radius:50%;border:2px solid #ccc;transition:all .2s linear;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.setupPage__progress>.step.active{border:2px solid var(--brand-primary-color)}.setupPage__progress>.step.disabled{color:#ccc;cursor:not-allowed!important}.setupPage__progress>.step:first-child>span:after,.setupPage__progress>.step:nth-child(2)>span:after{cursor:auto;content:"";width:55px;height:2px;border:1px solid #ccc;position:absolute;left:100%;top:50%;transition:all .2s linear;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.setupPage__progress>.step.active:first-child>span:after,.setupPage__progress>.step.active:nth-child(2)>span:after{border:1px solid var(--brand-primary-color)}.setupPage__form__footer{display:flex;justify-content:space-between;font-weight:500}.setupPage__form__footer>.MuiButton-textPrimary{color:var(--brand-primary-color);font-size:1em}@media screen and (max-width:1024px){.setupPage__header{width:90%}}@media screen and (max-width:768px){.setupPage__header{width:95%}}@media screen and (max-width:456px){.setupPage__header{width:100%}}.welcomePage{max-width:390px;width:100%;padding:10px}.welcomePage__heading>h1{text-align:center}.welcomePage__info{margin-top:65px;margin-bottom:100px}.welcomePage__info>p{margin-bottom:30px}.welcomePage__info>ul{list-style:none;display:flex;flex-direction:column;grid-gap:30px;gap:30px}.welcomePage__info>ul>li{display:flex;grid-gap:10px;gap:10px;align-items:center;flex-wrap:nowrap}.info__index>span{position:relative;font-size:1.125em;background-color:var(--bg-color);display:grid;place-items:center;width:36px!important;height:36px!important;border-radius:50%;border:2px solid #bdbdbd;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}li:first-child>.info__index>span:after,li:nth-child(2)>.info__index>span:after{content:"";height:120%;width:2px;border:1px solid #bdbdbd;position:absolute;left:50%;top:calc(100% + 2px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}li:first-child>.info__content>span,li:first-child>.info__index>span{color:var(--ledger-color)}li:nth-child(2)>.info__content>span,li:nth-child(2)>.info__index>span{color:var(--savings-color)}li:nth-child(3)>.info__content>span,li:nth-child(3)>.info__index>span{color:var(--brand-primary-color)}.withdrawalRequest{display:flex;width:100%}.withdrawalRequest__wrapper{max-width:450px;justify-content:center;align-items:center}.withdrawalRequest__buttons,.withdrawalRequest__wrapper{width:100%;display:flex;flex-direction:column}.withdrawalRequest__buttons .button{max-width:368px}.withdrawalRequest__buttons .button.decline-btn{box-shadow:none;color:red;margin-top:20px}.declineWithdrawal__modal{flex-direction:column}.declineWithdrawal__buttons,.declineWithdrawal__modal{display:flex;align-items:center;justify-content:center}.declineWithdrawal__buttons{grid-gap:20px;gap:20px}.declineWithdrawal__buttons .button{display:flex;justify-content:center;align-items:center;height:40px;min-width:110px!important;border-radius:10px}.declineWithdrawal__no-btn{color:#828282;background:#fff;border:5px solid #fff;box-shadow:4px 4px 4px rgba(0,0,0,.25),inset 4px 4px 10px #ccc}.withdrawalRequest__card{min-width:450px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--bg-color);border-radius:20px;overflow:hidden;margin-bottom:40px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.withdrawalRequest__card-header{background-color:var(--brand-primary-color);color:#fff;padding:20px 25px;display:flex;grid-gap:5px;gap:5px;justify-content:space-between;align-items:center}.withdrawalRequest__card-header>h4{font-weight:500}.withdrawalRequest__card-header>h5{font-weight:400}.withdrawalRequest-body{padding:40px 25px}.withdrawalRequest__info{margin-bottom:20px}.withdrawalRequest__content,.withdrawalRequest__label{font-weight:400;margin-bottom:5px}.withdrawalRequest__amount-withdrawn{margin-top:40px;min-height:60px;vertical-align:middle;padding-right:30px;display:flex;align-items:center;justify-content:flex-end;text-align:right;border-radius:20px;border:2px solid red;font-weight:400}.withdrawalRequest__amount-withdrawn span{color:red!important;margin-left:20px;font-weight:500;font-size:20px}@media screen and (max-width:550px){.withdrawalRequest__card{min-width:100%;width:100%}.withdrawalRequest__card-header>h4{font-size:14px}.withdrawalRequest__card-header>h5,.withdrawalRequest__label{font-size:12px}.withdrawalRequest__content{font-size:16px}.withdrawalRequest__amount-withdrawn{font-size:14px}.withdrawalRequest__amount-withdrawn span{font-size:16px}.withdrawalRequest__amount-withdrawn{min-height:50px}}.requestRefund{display:flex;width:100%}.requestRefund__content{flex:1 1}.requestRefund__info{font-weight:400}.requestRefund__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.requestRefund__listItem{text-decoration:none;color:initial;grid-gap:15px;gap:15px;justify-content:space-between;width:100%;max-width:748px;padding:16px 16px 16px 12px;border-radius:20px}.requestRefund__icon,.requestRefund__listItem{display:flex;align-items:center;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.requestRefund__icon{color:var(--ledger-color);border-radius:50%;height:50px;width:50px;justify-content:center}.requestRefund__name{font-weight:500;width:100%;flex:3 1}.requestRefund__id{font-weight:400;flex:1 1}.requestRefund__status{min-width:107px;padding:2px 5px;text-align:center;border-radius:5px;font-weight:500;font-size:14px;color:#fff}.requestRefund__status.resolved{background-color:var(--investment-color)}.requestRefund__status.not.resolved{background-color:red}.requestRefund__amount{font-weight:500;flex:1 1}.requestRefund__date{font-weight:300;font-size:14px;flex:1 1}@media screen and (max-width:550px){.requestRefund .sidebar{display:none}.requestRefund__listItem{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-rows:1fr 1fr;grid-row-gap:0;row-gap:0;justify-content:flex-start;width:100%;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;padding:12px}.requestRefund__icon{grid-row:1/3}.requestRefund__name{grid-row:1/2;grid-column:2/4}.requestRefund__amount{grid-row:1/2;grid-column:4/5;justify-self:flex-end}.requestRefund__id{grid-row:2/3;grid-column:2/3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;font-weight:400}.requestRefund__status{grid-row:2/3;grid-column:3/4;font-size:10px;width:90px;min-width:90px;padding:2px}.requestRefund__date{grid-row:2/3;grid-column:4/5;justify-self:flex-end;font-size:10px;font-weight:300}}.otp-field{display:flex;grid-gap:30px;gap:30px;margin:20px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.otp-field input{width:50px;height:50px;outline:none;border:none;border-bottom:2px solid #e0e0e0;background-color:initial;font-size:50px;font-weight:900;text-align:center}@media screen and (max-width:550px){.otp-field{grid-gap:20px;gap:20px}.otp-field input{font-size:30px}}.refundPayment{display:flex;width:100%}.refundPayment__content{flex:1 1;max-width:500px;width:100%;display:flex;flex-direction:column;grid-gap:30px;gap:30px}.refundPayment .viewInvoiceBtn,.refundPayment a{cursor:pointer;text-decoration:none;color:var(--ledger-color);font-weight:500}.refundPayment__box{display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:30px 20px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.refundPayment__boxRow{display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.refundPayment__boxRow h5{font-weight:400}.refundPayment__boxRow h4{font-weight:500;color:var(--ledger-color);text-align:end}.refundPayment__btn .button{max-width:368px;color:var(--ledger-color)}.refundPayment__info{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.refundPayment__info span{color:var(--ledger-color)}.refundPayment__info p:last-child{color:red}.enter-pin-modal{text-align:center}@media screen and (max-width:550px){.refundPayment__content{max-width:100%;margin-top:10px}.refundPayment .sidebar{display:none}.refundPayment__btn .button{max-width:100%}.refundPayment .desktop{display:none}}.salesOverview{display:flex;width:100%}.salesOverview__pageLeft{flex:2 1;max-width:748px}.salesOverview__pageRight{flex:1 1;max-width:368px}.top-customers-title{margin-bottom:30px;font-weight:500}.top-customers{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.top-customers-item{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;padding:23px 20px;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.top-customer-name{font-weight:400}.top-customer-amount{font-weight:500;color:var(--ledger-color)}@media screen and (max-width:550px){.salesOverview__pageContent{flex-direction:column}.salesOverview__pageRight{max-width:100%}}.salesOverviewDetails{display:flex;flex-direction:column;grid-gap:30px;gap:30px}.salesOverviewDetails__topRow{display:flex;grid-gap:60px;gap:60px;justify-content:space-between;flex-wrap:wrap}.salesOverviewDetails__topRowBox{display:flex;flex-direction:column;grid-gap:30px;gap:30px;padding:30px 25px;border-radius:20px;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.salesOverviewDetails__topRowBox:first-child{flex:1 1}.salesOverviewDetails__topRowBox:last-child{flex:2 1}.topRowBox__title{flex:1 1}.topRowBox__total{color:var(--ledger-color);font-weight:500;font-size:24px;align-self:flex-end}.bottomRow__heading{margin-bottom:30px}.bottomRow__title{font-weight:500;margin-bottom:5px}.bottomRow__Chart{height:360px;padding:10px 30px;border-radius:20px;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}@media screen and (max-width:550px){.salesOverviewDetails__topRow{grid-gap:20px;gap:20px}.salesOverviewDetails__topRowBox{padding:20px 15px}.bottomRow__Chart{height:225px;padding:10px 15px}.bottomRow__Chart>*{max-width:100%}}.investment{display:flex;width:100%}.investment__content{flex:1 1;display:flex;flex-direction:column;grid-gap:50px;gap:50px;align-items:center;justify-content:center;margin-left:-100px}.investment__content img{width:180px}.investment__content h3{font-weight:400;text-align:center;max-width:450px}@media screen and (max-width:900px) and (orientation:portrait){.investment__content{margin-top:-120px;margin-left:-10px}}@media screen and (max-width:900px) and (orientation:landscape){.investment__content{margin-left:0}}@media screen and (max-width:550px){.investment__content{margin-top:0;margin-left:0}.investment__content img{width:150px}}.profitLossStatement{display:flex;width:100%}.profitLossStatement__content{max-width:748px;width:100%}.profitLossStatement__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.profitLossStatement__listItem{text-decoration:none;display:flex;justify-content:space-between;align-items:center;padding:20px;background:var(--bg-color);color:var(--text-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.profitLossStatement__listItem:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.profitLossStatement__listItem:active{-webkit-transform:scale(.97);transform:scale(.97)}.profitLossStatement__name{font-weight:500}.profitLossStatement__status{width:60px;padding:5px;text-align:center;border-radius:5px;font-weight:500;font-size:10px;color:#fff}.profitLossStatement__status.profit{background-color:var(--investment-color)}.profitLossStatement__status.loss{background-color:red}@media screen and (max-width:550px){.profitLossStatement .sidebar{display:none}}.profitLossStatementDetails{display:flex;width:100%}.profitLossStatementDetails__pageLeft{max-width:500px;flex-basis:500px}.profitLossStatementDetails__pageRight{max-width:500px;flex:1 1 250px}.profitLossStatementDetails .pageHeading__icon-left-container{display:flex;justify-content:space-between;align-items:center;flex:1 1;width:100%}.profitLossStatementDetails .pageHeading__topRightText{display:block!important;justify-content:flex-end}.profitLossStatementDetails .pageHeading__topRightText h4{cursor:pointer;font-weight:500}.profitLossStatementDetails .pageHeading__info{display:none}.profitLossStatementDetails__pagePreview{width:100%;height:700px;background-color:#fff;padding:20px 23px 4px;display:flex;flex-direction:column;grid-gap:40px;gap:40px;overflow:auto}.profitLossStatementDetails__pagePreview--header{text-align:center}.profitLossStatementDetails__pagePreview--header h3{font-weight:500}.profitLossStatementDetails__pagePreview--header h5{font-weight:400;margin-bottom:14px}.profitLossStatementDetails__pagePreview--title{color:var(--ledger-color)}.profitLossStatementDetails__pagePreview--body{flex:1 1}.profitLossStatementDetails__table{width:100%;margin-top:-20px}.profitLossStatementDetails__table .topBorder{border-top:1px solid var(--text-color)}.profitLossStatementDetails__tableSectionTitle{color:var(--ledger-color);font-weight:500;font-size:18px;text-align:left;display:block;margin-top:20px}.profitLossStatementDetails__table td:nth-of-type(2){display:block;text-align:right;margin-right:15px}.profitLossStatementDetails__tableSectionTotal td:last-child{font-weight:500;text-align:right;margin-right:0!important}.profitLossStatementDetails__profitLossTotal{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;margin-top:20px}.profitLossStatementDetails__profitLossTotal p{font-weight:500}.profitLossStatementDetails__profitLossTotal p:first-child{color:var(--ledger-color)}.profitLossStatementDetails__profitLossTotal p:last-child{border-top:1px solid var(--text-color);border-bottom-style:double}.profitLossStatementDetails__pagePreview--footer{font-weight:500;font-size:14px;text-align:center}.profitLossStatementDetails__info{display:flex;flex-direction:column;grid-gap:30px;gap:30px}.profitLossStatementDetails__info--text{display:flex;flex-direction:column;grid-gap:20px;gap:20px;transition:all .6s ease-in}.profitLossStatementDetails__info--text a,.profitLossStatementDetails__info--text span{color:var(--ledger-color);font-weight:500;text-decoration:none;width:-webkit-max-content;width:max-content}.profitLossStatementDetails__info--text a:hover{text-decoration:underline}.profitLossStatementDetails__info--text.hide{opacity:0;height:0}.profitLossStatementDetails__info--text.show{opacity:1}.profitLossStatementDetails__info--btn{max-width:368px}.profitLossStatementDetails__info--btn .button,.profitLossStatementDetails__info--btn .button .MuiCircularProgress-root{color:var(--ledger-color)}.profitLossStatementDetails__info--btn .button .MuiCircularProgress-root{width:30px!important;height:30px!important}.profitLossStatementDetails__info h2{font-weight:500}@media screen and (max-width:550px){.profitLossStatementDetails .sidebar{display:none}.profitLossStatementDetails .pageHeading__topRightText{display:flex!important}.profitLossStatementDetails__pagePreview{padding:20px 13px 4px;height:550px;max-width:100%!important;width:100%}.profitLossStatementDetails__table{font-size:12px}.profitLossStatementDetails__tableSectionTitle{font-size:14px}.profitLossStatementDetails__profitLossTotal p{font-size:12px}.profitLossStatementDetails__pagePreview--footer{font-size:6px}}.formSelect{position:relative}.formSelect>select{padding:16px 20px;font-size:1em;width:100%;outline:none;border:none;cursor:pointer;background:var(--bg-color);border-radius:0 20px 20px 20px;box-shadow:inset -5px -5px 2px #fff,inset 5px 5px 2px rgba(0,0,0,.1);appearance:none;-webkit-appearance:none;-moz-appearance:none}.formSelect>select,.formSelect>select>option{color:var(--text-color)}.formSelect>select:required:invalid{color:#828282!important}.formSelect>.MuiSvgIcon-root{position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:var(--text-color);pointer-events:none}.editStatement{display:flex;width:100%}.editStatement .button,.editStatement label{color:var(--ledger-color)}.editStatement__info{font-weight:400;margin-bottom:40px}.editStatement form{max-width:368px}@media screen and (max-width:550px){.editStatement .sidebar{display:none}.editStatement form{max-width:100%}}.clientInvoiceHeader{position:absolute;top:0;left:0;right:0;display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;padding:17px 150px;background:var(--bg-color);box-shadow:0 4px 4px rgba(0,0,0,.25)}.clientInvoiceHeader>img{width:60px}.clientInvoiceHeader__menuIcon{width:48px;height:48px}.clientInvoiceHeader__menuIcon .MuiSvgIcon-root{width:100%;height:100%;cursor:pointer}@media screen and (max-width:900px){.clientInvoiceHeader{padding:17px 50px}}@media screen and (max-width:550px){.clientInvoiceHeader{padding:17px 23px}}.ClientOTPVerification{flex:1 1;display:flex;align-items:center;justify-content:center}.ClientOTPVerification .panel-wrapper{margin-top:97px}.ClientOTPVerification__content{max-width:520px;width:100%}.ClientOTPVerification__content input{border-radius:20px}.ClientOTPVerification__info{margin-bottom:35px;font-size:20px}.ClientOTPVerification__resendOTP span{color:var(--brand-primary-color);cursor:pointer}@media screen and (max-width:550px){.ClientOTPVerification .panel-wrapper{margin-top:0}.ClientOTPVerification .panel-logo{display:none}.ClientOTPVerification__info{font-size:16px}}.clientPhoneConfirmation{flex:1 1;display:flex;align-items:center;justify-content:center}.clientPhoneConfirmation .panel-wrapper{margin-top:97px}.clientPhoneConfirmation__content{max-width:520px;width:100%}.clientPhoneConfirmation__info{margin-bottom:35px;font-size:20px}.clientPhoneConfirmation__toggler{cursor:pointer;margin-top:20px;text-align:center;color:var(--brand-primary-color)}@media screen and (max-width:550px){.clientPhoneConfirmation .panel-wrapper{margin-top:0}.clientPhoneConfirmation .panel-logo{display:none}.clientPhoneConfirmation__info{font-size:16px}}.clientInvoicePage{margin-top:97px;display:flex;width:100%}.clientInvoicePage .pageWrapper{margin-left:0!important;min-height:80vh}.clientInvoicePage__left,.clientInvoicePage__right{flex:1 1}.clientInvoicePage__left{max-width:500px;flex-basis:500px}.clientInvoicePage__right>*{max-width:410px}.clientInvoicePage button{max-width:368px}.clientInvoicePage__proceedBtn{margin-bottom:40px}.clientInvoicePage__actionBtns{margin-top:40px;max-width:368px;display:flex;grid-gap:24px;gap:24px}.clientInvoicePage__actionBtns button:first-of-type{color:var(--investment-color)}.clientInvoicePage__actionBtns button:last-of-type{color:red}.getEmailModal h3{font-size:18px;margin-bottom:20px!important}.getEmailModal .button{width:100%!important}.getEmailModal .withoutEmailBtn{box-shadow:none}.confirmSuccessModal{flex:1 1;display:grid;place-items:center}.confirmSuccessModal h3{font-size:18px;margin-bottom:0;line-height:1.3em}@media screen and (max-width:550px){.clientInvoicePage button{max-width:100%}.clientInvoicePage__actionBtns{position:fixed;bottom:0;left:0;right:0;min-height:80px;display:flex;grid-gap:10px;gap:10px;align-items:center;padding:10px 20px;max-width:100%;margin-top:0;background:var(--bg-color);box-shadow:0 -4px 4px rgba(0,0,0,.25)}.clientInvoicePage__actionBtns button{font-size:16px}}.clientRequestRefund{margin-top:97px;display:flex;width:100%}.clientRequestRefund .pageWrapper{margin-left:0!important}.clientRequestRefund__left{flex:1 1;max-width:500px}.clientRequestRefund__left h3{font-weight:400;margin-bottom:20px;line-height:1.3em}.clientRequestRefund__left .button{max-width:368px;color:red;margin-bottom:50px}.clientRequestRefund__left a{display:inline-block;text-decoration:none;color:var(--brand-primary-color);font-size:18px;font-weight:500}.account{display:flex;width:100%}.account__left{flex:1 1}.account__topRow{display:flex;grid-gap:40px;gap:40px;justify-content:space-between;align-items:flex-start;margin-bottom:100px}.account__companyInfo{max-width:500px;width:100%;display:flex;align-items:center;grid-gap:20px;gap:20px;padding:20px;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);border-radius:20px}.account__companyInfoLeft{width:56px;height:56px;flex-shrink:0}.account__companyInfoLeft>*{width:100%!important;height:100%!important;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.1)) drop-shadow(-10px -10px 20px #fff);filter:drop-shadow(10px 10px 20px rgba(0,0,0,.1)) drop-shadow(-10px -10px 20px #ffffff)}.account__companyInfoRight{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.account__companyName{font-weight:500}.account__companySerialNo{font-weight:300}.account__bankInfo{max-width:320px;width:100%;display:flex;align-items:center;justify-content:space-between;grid-gap:20px;gap:20px;padding:18px 20px;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);border-radius:20px}.account__bankInfoLeft p{font-weight:300}.account__bankInfoLeft h6{font-size:18px;font-weight:500}.account__bankInfoLeft h6 span,.account__bankInfoRight{color:var(--brand-primary-color)}.account__bankInfoRight{cursor:pointer;display:flex;flex-direction:column;align-items:center;grid-gap:3px;gap:3px}.account__bankInfoRight p{font-size:14px}.account__options{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:40px;row-gap:40px;grid-column-gap:80px;-webkit-column-gap:80px;column-gap:80px}.account__option{display:flex;grid-gap:20px;gap:20px;align-items:center;padding:25px 18px;cursor:pointer;text-decoration:none;border-radius:20px;color:var(--text-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.account__option:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.account__option:active{-webkit-transform:scale(.95);transform:scale(.95)}.account__optionIcon{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:48px!important;min-height:48px!important;border-radius:50%;color:var(--brand-primary-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}@media screen and (max-width:1200px){.account__options{grid-column-gap:40px;-webkit-column-gap:40px;column-gap:40px}}@media screen and (max-width:1024px){.account__topRow{flex-direction:column;grid-gap:20px;gap:20px}.account__bankInfo,.account__companyInfo{max-width:100%}.account__options{grid-template-columns:1fr 1fr;grid-row-gap:40px;row-gap:40px;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.account__option{padding:20px 12px}}@media screen and (max-width:550px){.account__topRow{flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:70px}.account__bankInfo,.account__companyInfo{width:100%;max-width:100%}.account__companyInfo{padding:10px 20px}.account__bankInfoLeft h6,.account__companyName,.account__companySerialNo{font-size:14px}.account__bankInfoLeft p{font-size:12px}.account__bankInfoRight p{font-size:10px}.account__options{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.account__option{padding:16px 20px}}.businessAccountSettings{display:flex;width:100%}.businessAccountSettings__left{flex:1 1}.businessAccountSettings__options{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:40px;row-gap:40px;grid-column-gap:80px;-webkit-column-gap:80px;column-gap:80px}.businessAccountSettings__option{display:flex;grid-gap:20px;gap:20px;align-items:center;padding:25px 18px;cursor:pointer;text-decoration:none;border-radius:20px;color:var(--text-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.businessAccountSettings__option:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.businessAccountSettings__option:active{-webkit-transform:scale(.95);transform:scale(.95)}.businessAccountSettings__optionIcon{display:flex;align-items:center;justify-content:center;min-width:48px!important;min-height:48px!important;border-radius:50%;color:var(--brand-primary-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}@media screen and (max-width:1024px){.businessAccountSettings__options{grid-template-columns:1fr 1fr;grid-row-gap:40px;row-gap:40px;grid-column-gap:40px;-webkit-column-gap:40px;column-gap:40px}.businessAccountSettings__option{padding:20px 12px}}@media screen and (max-width:550px){.businessAccountSettings__options{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.businessAccountSettings__option{padding:16px 20px}}.businessProfileSettings{display:flex;width:100%}.businessProfileSettings__left{flex:1 1}.businessProfileSettings__left form{max-width:368px;width:100%}.businessProfileSettings .button{width:150px}.businessProfileSettings__right p{color:var(--brand-primary-color);cursor:pointer}@media screen and (max-width:550px){.businessProfileSettings__left form{max-width:100%}.businessProfileSettings .button,.businessProfileSettings__right{display:none}}.businessNameVerification{display:flex;width:100%}.businessNameVerification__left{flex:1 1}.businessNameVerification__left form{max-width:368px}.businessNameVerification__info{max-width:800px;font-weight:400;font-size:20px;margin-bottom:30px}@media screen and (max-width:550px){.businessNameVerification__info{font-size:16px}.businessNameVerification__left form{max-width:100%}}.BVNSettings{display:flex;width:100%}.BVNSettings__left{flex:1 1}.BVNSettings__left form{max-width:368px}.BVNSettings__info{max-width:800px;font-weight:400;font-size:20px;margin-bottom:30px}@media screen and (max-width:550px){.BVNSettings__info{font-size:16px}.BVNSettings__left form{max-width:100%}}.PINSettings{display:flex;width:100%}.PINSettings__left{flex:1 1}.PINSettings__left form{max-width:368px}.PINSettings__info{max-width:800px;font-weight:400;font-size:20px;margin-bottom:30px}.PINSettings .otp-field{margin:20px 0}.PINSettings .otp-field input{color:var(--brand-primary-color)}.PINSettings__bottomInfo{font-size:14px;margin-bottom:10px}.PINSettings__bottomInfo span{color:var(--brand-primary-color);cursor:pointer}@media screen and (max-width:550px){.PINSettings .sidebar{display:none}.PINSettings__info{font-size:16px}.PINSettings__left form{max-width:100%}.PINSettings .otp-field{grid-gap:35px;gap:35px}.PINSettings__bottomInfo{font-size:12px}}.signatureSettings{display:flex;width:100%}.signatureSettings .button,.signatureSettings .form-group{width:100%}.signatureSettings__content{flex:1 1;max-width:368px}.signatureSettings .button{max-width:150px}.signatureSettings textarea{height:200px}.signatureSettings__clear-btn{height:40px;width:100px;justify-content:center;background-color:#e0e0e0;color:#333;font-weight:500;border-radius:10px;margin-left:auto;border:none;outline:none;margin-top:-15px}.signatureSettings__clear-btn,.signatureSettings__upload-btn{display:flex;align-items:center;font-size:14px;cursor:pointer}.signatureSettings__upload-btn{color:var(--brand-primary-color);grid-gap:10px;gap:10px;font-weight:400;margin-top:15px;margin-bottom:15px}@media screen and (max-width:550px){.signatureSettings .button{display:none}}.teamMembers{display:flex;width:100%}.teamMembers__content,.teamMembers__left{flex:1 1}.teamMembers__addMember{margin-bottom:30px;display:flex;justify-content:flex-end}.teamMembers__addMember a{text-decoration:none;color:var(--text-color)}.teamMembers__infoMsg{font-weight:400;font-size:20px}.teamMembers__infoMsg a{text-decoration:none;color:var(--brand-primary-color);cursor:pointer}.teamMembers__List{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:20px;row-gap:20px;grid-column-gap:50px;-webkit-column-gap:50px;column-gap:50px}.teamMember__Item{display:flex;grid-gap:10px;gap:10px;align-items:center;padding:20px;cursor:pointer;text-decoration:none;border-radius:20px;color:var(--text-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.teamMember__Item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.teamMember__Item:active{-webkit-transform:scale(.95);transform:scale(.95)}.teamMembers__img{width:60px!important;height:60px!important;flex-shrink:0;border-radius:50%}.teamMembers__img.founder{border:2px solid var(--brand-primary-color)}.teamMembers__img.sales{border:2px solid red}.teamMembers__img.financial{border:2px solid var(--investment-color)}.teamMembers__img>*{width:100%!important;height:100%!important}.teamMembers__info h4{font-size:18px;font-weight:500}.teamMembers__info p{font-size:16px;font-weight:400}.teamMembers .addFloatingBtn{display:block}@media screen and (max-width:1024px){.teamMembers__List{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.teamMembers__List{grid-template-columns:1fr}}@media screen and (max-width:550px){.teamMembers__addMember{display:none}.teamMembers__List{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.teamMember__Item{padding:15px 20px}.teamMembers__img{width:50px!important;height:50px!important}.teamMembers__info h4{font-size:16px}.teamMembers__info p{font-size:12px}}.membershipAccessLevel{display:flex;justify-content:space-between}.membershipAccessLevel__info{font-weight:400;font-size:20px;margin-bottom:30px}.membershipAccessLevel__cards{display:flex;flex-direction:column;grid-gap:20px;gap:20px;max-width:368px;margin-bottom:30px}.membershipAccessLevel__card{padding:25px 22px;display:flex;grid-gap:14px;gap:14px;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.membershipAccessLevel__card:first-of-type .MuiSvgIcon-root{color:var(--brand-primary-color)}.membershipAccessLevel__card:nth-of-type(2) .MuiSvgIcon-root{color:var(--investment-color)}.membershipAccessLevel__card:nth-of-type(3) .MuiSvgIcon-root{color:red}.membershipAccessLevel__cardRight h4{font-size:20px;margin-bottom:10px;font-weight:500}.membershipAccessLevel__btn{display:flex;justify-content:flex-end}.membershipAccessLevel__btn .button{width:auto;margin:0;background-color:initial;box-shadow:none}.membershipAccessLevel__right h4{font-weight:500}.membershipAccessLevel__right h4 span{color:var(--brand-primary-color)}@media screen and (max-width:550px){.membershipAccessLevel__right{display:none}.membershipAccessLevel__info{font-size:16px}.membershipAccessLevel__card{padding:20px}.membershipAccessLevel__cardRight h4{font-size:18px;margin-bottom:6px}.membershipAccessLevel__cardRight p{font-size:12px}}.addTeamMemberForm__info{font-weight:400;font-size:20px;margin-bottom:30px}.addTeamMemberForm__formFields{display:flex;flex-wrap:wrap;grid-gap:40px;gap:40px;grid-row-gap:0;row-gap:0;max-width:786px}.addTeamMemberForm__formFields>*{width:calc(50% - 20px);max-width:368px}.addTeamMemberForm .button{max-width:368px;margin-left:0}@media screen and (max-width:550px){.addTeamMemberForm__formFields{flex-direction:column;grid-gap:0;gap:0}.addTeamMemberForm__formFields>*{width:100%}.addTeamMemberForm__info{font-size:16px}.addTeamMemberForm__formFields>*{max-width:100%}}.addTeamMember{display:flex;width:100%}.addTeamMember__left{flex:1 1}.addTeamMember .pageHeading__topRightText span{color:var(--brand-primary-color)}.settingTeam{display:flex;width:100%}.settingTeam__left{flex:1 1}.settingTeam__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:35px;gap:35px;text-align:center}.settingTeam__settingImg{max-width:200px;width:100%}.settingTeam__successImg{max-width:320px;width:100%}.settingTeam__content h3{max-width:650px;font-style:italic;font-weight:400}.settingTeam__content .button{width:100%;max-width:368px}.editPersonalProfile{display:flex;width:100%}.editPersonalProfile__content{flex-wrap:nowrap}.editPersonalProfile__left{flex:1 1;flex-shrink:0}.editPersonalProfile__formFields{display:flex;flex-wrap:wrap;grid-gap:40px;gap:40px;grid-row-gap:0;row-gap:0}.editPersonalProfile__formFields>*{width:calc(50% - 20px);max-width:368px}.editPersonalProfile__formFields .rightIcon{color:var(--brand-primary-color);pointer-events:none}.editPersonalProfile__form .button{max-width:150px}.editPersonalProfile__right p{font-weight:500;color:var(--brand-primary-color);cursor:pointer}@media screen and (max-width:900px){.editPersonalProfile__formFields{flex-direction:column}.editPersonalProfile__formFields>*{width:100%}}@media screen and (max-width:550px){.editPersonalProfile__form .button,.editPersonalProfile__formFields>*{max-width:100%}.editPersonalProfile__right{display:none}}.editTeamProfile{display:flex;width:100%}.editTeamProfile__content{flex-wrap:nowrap}.editTeamProfile__left{flex:1 1;flex-shrink:0}.editTeamProfile__formFields{display:flex;flex-wrap:wrap;grid-gap:40px;gap:40px;grid-row-gap:0;row-gap:0}.editTeamProfile__formFields>*{width:calc(50% - 20px);max-width:368px}.editTeamProfile__formFields .rightIcon{color:var(--brand-primary-color);pointer-events:none}.editTeamProfile__form .button{max-width:150px}.editTeamProfile__right{display:flex;justify-content:flex-end;grid-gap:20px;gap:20px;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.editTeamProfile__right *{text-decoration:none;color:var(--text-color);font-weight:500;cursor:pointer}.editTeamProfile__right p:last-of-type{color:red}.deleteMember__modal{display:flex;align-items:center;flex-direction:column}.deleteMember__buttons{grid-gap:20px;gap:20px}.deleteMember__buttons,.deleteMember__buttons .button{display:flex;justify-content:center;align-items:center}.deleteMember__buttons .button{height:40px;min-width:110px!important;border-radius:10px}.deleteMember__no-btn{color:#828282;background:#fff;border:5px solid #fff;box-shadow:4px 4px 4px rgba(0,0,0,.25),inset 4px 4px 10px #ccc}@media screen and (max-width:900px){.editTeamProfile__formFields{flex-direction:column;grid-gap:0;gap:0}.editTeamProfile__formFields>*{width:100%}}@media screen and (max-width:550px){.editTeamProfile__form .button,.editTeamProfile__formFields>*{max-width:100%}.editTeamProfile__right{display:none}}@media screen and (max-width:470px){.deleteMember__modal{align-items:flex-end}.deleteMember__modal h3{align-self:flex-start}}.changeRole{display:flex;width:100%}.changeRole__left{flex:1 1;max-width:368px}.changeRole__info{font-weight:400;font-size:20px}.changeRole__info,.changeRole form{margin-bottom:30px}@media screen and (max-width:550px){.changeRole__left{max-width:100%}.changeRole__info{font-size:16px}}.teamChat{display:flex;width:100%}.teamChat .pageWrapper{height:100vh;padding:0}.teamChat .pageHeading{border-bottom:5px solid #fff;padding:20px 40px;margin-bottom:0;grid-gap:30px;gap:30px}.teamChat__content{flex-direction:column;grid-gap:0;gap:0;overflow:hidden}.teamChat__body{padding:15px 40px;margin:10px 0;flex:1 1;overflow-y:auto;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.teamChat__footer{flex-shrink:0;padding:15px 40px;border-top:5px solid #fff;background-color:var(--bg-color);position:relative;z-index:200}.teamChat__footer form{display:flex;align-items:center;grid-gap:25px;gap:25px}.teamChat__footer form .inputField{flex:1 1;position:relative}.teamChat__footer form input{border-radius:20px}.teamChat__footer form .formInput .rightIcon{color:#333}.teamChat__footer form .button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:5px solid #fff;background-color:#fff;box-shadow:4px 4px 4px rgba(0,0,0,.25),inset 4px 4px 10px #ccc}.teamChat__footer form .button .MuiSvgIcon-root{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-right:-4px}.teamChat__footer .attachment{position:absolute;bottom:140%;right:0;max-width:400px;width:100%;height:300px;display:flex;align-items:flex-end;justify-content:flex-end}.teamChat__footer .attachment p{font-size:14px;text-align:center}.baseAttachment{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.baseAttachment .baseAttachment__category{display:flex;grid-gap:10px;gap:10px;justify-content:flex-end;align-items:center;cursor:pointer}.baseAttachment__category p{color:#fff;border-radius:10px;padding:10px 15px 10px 25px}.baseAttachment__category.investment p{background-color:var(--investment-color)}.baseAttachment__category.savings p{background-color:var(--savings-color)}.baseAttachment__category.invoice p{background-color:var(--ledger-color)}.baseAttachment__category .baseAttachment__categoryIcon{width:60px;height:60px;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:50%;border:5px solid var(--category-color);background-color:var(--bg-color)}.baseAttachment__category .baseAttachment__categoryIcon .MuiSvgIcon-root{color:var(--category-color)}.baseAttachment__category.investment .baseAttachment__categoryIcon,.baseAttachment__category.investment .baseAttachment__categoryIcon .MuiSvgIcon-root{--category-color:var(--investment-color)}.baseAttachment__category.savings .baseAttachment__categoryIcon,.baseAttachment__category.savings .baseAttachment__categoryIcon .MuiSvgIcon-root{--category-color:var(--savings-color)}.baseAttachment__category.invoice .baseAttachment__categoryIcon,.baseAttachment__category.invoice .baseAttachment__categoryIcon .MuiSvgIcon-root{--category-color:var(--ledger-color)}.attachment__searchInput{border-bottom:2px solid #fff;padding:8px 20px}.attachment__searchInput input{height:35px;font-size:14px}.invoiceAttachment{background-color:var(--bg-color);border-radius:50px 50px 0 0;border:5px solid #fff;border-bottom:0;height:97%;width:100%;display:flex;flex-direction:column;margin-bottom:auto}.invoiceAttachment__invoices{display:flex;flex-direction:column;grid-gap:15px;gap:15px;padding:10px;overflow-y:auto}.invoiceAttachment__invoiceItem{cursor:pointer;padding:10px;grid-gap:10px;gap:10px;border-radius:20px}.invoiceAttachment__invoiceItem,.invoiceAttachment__invoiceItemIcon{display:flex;align-items:center;background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.invoiceAttachment__invoiceItemIcon{width:40px;height:40px;justify-content:center;flex-shrink:0;border-radius:50%}.invoiceAttachment__invoiceItemIcon.paid{color:var(--investment-color)}.invoiceAttachment__invoiceItemIcon.unpaid{color:red}.invoiceAttachment__invoiceItemIcon.pending{color:#ffe600}.invoiceAttachment__invoiceItemIcon.refund{color:var(--savings-color)}.invoiceAttachment__invoiceItemContent{display:grid;grid-template-columns:auto 1fr auto;grid-row-gap:5px;row-gap:5px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;align-items:center;width:100%}.invoiceAttachment__invoiceItemName{font-weight:500;grid-column:1/span 2;font-size:13px}.invoiceAttachment__invoiceItemAmount{font-weight:500;grid-column:3/4;justify-self:flex-end;font-size:12px}.invoiceAttachment__invoiceItemID{grid-column:1/2;font-size:10px;font-weight:400}.invoiceAttachment__invoiceItemStatus{text-align:center;border-radius:5px;font-weight:400;grid-column:2/3;font-size:10px;width:60px;padding:2px}.invoiceAttachment__invoiceItemStatus.paid{background-color:rgba(25,181,0,.25)}.invoiceAttachment__invoiceItemStatus.unpaid{background-color:rgba(255,0,0,.25)}.invoiceAttachment__invoiceItemStatus.pending{background-color:rgba(255,230,0,.25)}.invoiceAttachment__invoiceItemStatus.refund{background-color:rgba(255,174,0,.25)}.invoiceAttachment__invoiceItemDate{grid-column:3/4;justify-self:flex-end;font-size:10px;font-weight:300}@media screen and (max-width:900px){.teamChat__chatMsg{max-width:400px}}@media screen and (max-width:650px){.teamChat .sidebar{display:none}}@media screen and (max-width:900px) and (orientation:landscape){.teamChat .pageWrapper{margin-left:0}.teamChat .pageHeading{padding:10px 20px}.teamChat .sidebar{display:none}.teamChat__footer{padding:8px 20px}.teamChat__footer .button{margin:0}}@media screen and (max-width:550px){.teamChat{width:100vw;margin-left:-20px}.teamChat .pageHeading{flex-direction:row;padding:15px;grid-gap:8px;gap:8px}.teamChat .pageHeading>*{order:0!important}.teamChat .businessProfileImage{width:36px;height:36px}.teamChat .pageHeading__icon-left-container{flex:initial;width:auto}.teamChat .pageHeading__icon{box-shadow:none}.teamChat .pageHeading__info{text-align:left!important}.teamChat__body{padding:10px;grid-gap:5px;gap:5px}.teamChat__chatMsg{max-width:300px;padding:6px 12px}.teamChat__chatMsgContent,.teamChat__chatMsgName{font-size:12px}.teamChat__chatMsgTime{font-size:8px}.teamChat__footer{padding:10px}.teamChat__footer form{grid-gap:10px;gap:10px}.invoiceAttachment__invoiceItemContent{grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}}.chatItem{display:flex;grid-gap:6px;gap:6px;align-items:flex-end}.chatImg{width:36px;height:36px}.chatImg>*{border:1px solid red;width:100%!important;height:100%!important}.chatMsg{max-width:700px;padding:10px 30px 10px 10px;background-color:rgba(255,0,0,.1);border-radius:0 10px 10px 10px;overflow-wrap:anywhere}.chatMsgName{font-weight:500;font-size:14px;color:red;margin-bottom:5px}.chatMsgContent{font-weight:400;font-size:14px;margin-bottom:10px}.chatMsgFooter{display:flex;justify-content:flex-end}.chatMsgTime{color:#000;font-size:10px}.sender{align-self:flex-end}.sender .chatImg>*,.sender .chatMsgName{display:none}.Financial.Officer .chatImg>*{border:1px solid var(--investment-color)!important}.Financial.Officer .chatMsg{background-color:rgba(25,181,0,.1)}.Financial.Officer .chatMsgName{color:var(--investment-color)}.Founder.Admin .chatImg>*{border:1px solid var(--brand-primary-color)!important}.Founder.Admin .chatMsg{background-color:rgba(0,100,255,.1)}.Founder.Admin .chatMsgName{color:var(--brand-primary-color)}.invoiceMsg{grid-gap:10px;gap:10px;padding:10px;background-color:#fff;border-radius:20px;margin-bottom:10px;min-width:250px;max-width:300px;cursor:pointer}.invoiceMsg,.invoiceMsg__icon{display:flex;align-items:center}.invoiceMsg__icon{width:40px;height:40px;flex-shrink:0;justify-content:center;border-radius:50%;border:2px solid var(--icon-color);color:var(--icon-color)}.invoiceMsg__icon.paid{--icon-color:var(--investment-color)}.invoiceMsg__icon.unpaid{--icon-color:red}.invoiceMsg__icon.pending{--icon-color:#ffe600}.invoiceMsg__icon.refund{--icon-color:var(--savings-color)}.invoiceMsg__title{font-weight:500;margin-bottom:2px}.invoiceMsg__invoiceID{font-weight:300;font-size:14px}.withdrawAndPayout{display:flex;width:100%}.withdrawAndPayout__left{flex:1 1;max-width:750px}.withdrawAndPayout__options{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:40px;row-gap:40px;grid-column-gap:80px;-webkit-column-gap:80px;column-gap:80px;margin-bottom:50px}.withdrawAndPayout__option{display:flex;grid-gap:20px;gap:20px;align-items:center;padding:25px 18px;cursor:pointer;text-decoration:none;border-radius:20px;color:var(--text-color);background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.withdrawAndPayout__option.disabled{color:#828282;cursor:not-allowed}.withdrawAndPayout__option:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.withdrawAndPayout__option:active{-webkit-transform:scale(.95);transform:scale(.95)}.withdrawAndPayout__optionIcon{display:flex;align-items:center;justify-content:center;min-width:48px!important;min-height:48px!important;border-radius:50%;color:var(--brand-primary-color);background:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}@media screen and (max-width:1024px){.withdrawAndPayout__options{grid-column-gap:40px;-webkit-column-gap:40px;column-gap:40px}.withdrawAndPayout__option{padding:20px 12px}}@media screen and (max-width:550px){.withdrawAndPayout__options{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.withdrawAndPayout__option{padding:16px 20px}}.instantWithdrawalForm .info,.instantWithdrawalForm__info{max-width:550px}.instantWithdrawalForm__info{font-weight:400;margin-bottom:30px}.instantWithdrawalForm form{margin-bottom:30px}.instantWithdrawalForm .button,.instantWithdrawalForm .form-group{max-width:368px}.formGroup__info.center{top:50px}.formGroup__info span{color:var(--brand-primary-color);font-weight:500}@media screen and (max-width:550px){.formGroup__info,.instantWithdrawalForm .button,.instantWithdrawalForm .form-group{max-width:100%}}.savedBeneficiaryCard{display:flex;grid-gap:20px;gap:20px;align-items:center}.savedBeneficiaryCard>input{display:none}.savedBeneficiaryCard>input:checked~label{border:3px solid var(--brand-primary-color);padding:7px 17px}.savedBeneficiaryCard>label{position:relative;padding:10px 20px;display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-column-gap:20px;align-items:center;background-color:var(--bg-color);cursor:pointer;border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);max-width:748px;width:100%}.savedBeneficiaryCard>label.disallowSelection{pointer-events:none}.savedBeneficiaryCard>label.allowMobileClick{pointer-events:auto;cursor:auto}.savedBeneficiaryCard>label.showMenu{grid-template-columns:auto 1fr 1fr 1fr auto}.savedBeneficiaryCard__menuIcon{color:#333!important;pointer-events:stroke;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.savedBeneficiaryCard__menuIcon>*{pointer-events:none}.savedBeneficiaryCard__accountName{color:var(--brand-primary-color)}.savedBeneficiaryCard__accountNo{text-align:center}.savedBeneficiaryCard__bankName{font-size:14px}.savedBeneficiaryCard__icon{width:60px;height:60px;font-size:16px;font-weight:500;color:var(--brand-primary-color);display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);border-radius:50%;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.savedBeneficiaryCard__removeBtn{color:red;cursor:pointer}.savedBeneficiaryCard__menuList{pointer-events:stroke;display:none;list-style:none;position:absolute;left:10px;top:75%;background-color:var(--bg-color);border:5px solid #fff;border-radius:20px 20px 20px 0;width:0;height:0;overflow:hidden;z-index:1000;transition:all .6s ease-in-out}.savedBeneficiaryCard__menuList.show{display:block;min-width:200px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;transition:all .6s ease-in-out}.savedBeneficiaryCard__menuList li>*{font-size:16px;width:100%;height:50px;padding-left:22px;padding-right:22px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;pointer-events:painted;text-decoration:none;color:#333}.savedBeneficiaryCard__menuList li:last-of-type>*{color:red;border-bottom:none}.savedBeneficiaryCard__menuList li:hover{background-color:#e2e0e0}@media screen and (max-width:550px){.savedBeneficiaryCard{flex-direction:column;grid-gap:5px;gap:5px}.savedBeneficiaryCard__removeBtn{order:1;align-self:flex-end;position:relative}.savedBeneficiaryCard>label,.savedBeneficiaryCard>label.showMenu{order:2;grid-template-columns:1fr auto}.savedBeneficiaryCard__menuIcon{display:none!important}.savedBeneficiaryCard__accountName{font-size:14px;grid-column:1/2}.savedBeneficiaryCard__accountNo{text-align:left;margin-bottom:10px;grid-column:1/2}.savedBeneficiaryCard__bankName{font-size:12px;grid-column:1/2}.savedBeneficiaryCard__icon{grid-row:1/4;grid-column:2/3}}.savedBeneficiaries__info{font-weight:400;font-size:20px;margin-bottom:30px}.savedBeneficiaries__info a,.savedBeneficiaries__info span{text-decoration:none;cursor:pointer;color:var(--brand-primary-color)}.savedBeneficiaries .error{margin-bottom:15px}.savedBeneficiaries__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:30px}.savedBeneficiaries .button{max-width:368px}@media screen and (max-width:550px){.savedBeneficiaries__info{font-size:16px}.savedBeneficiaries .button{max-width:100%}}.recipientList__info{font-weight:400;font-size:20px;margin-bottom:30px}.recipientList__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:30px}.recipientList__addBtn{display:flex;grid-gap:10px;gap:10px;align-items:center;color:var(--brand-primary-color);position:relative;margin-bottom:10px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.addRecipientModal h3{margin-bottom:30px!important;color:var(--brand-primary-color)}.addRecipientModal ul{display:flex;flex-direction:column;grid-gap:20px;gap:20px;list-style:none;margin-bottom:30px}.addRecipientModal ul li{cursor:pointer;background-color:var(--bg-color);padding:15px 20px;border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.addRecipientModal ul li:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.addRecipientModal ul li:active{-webkit-transform:scale(.95);transform:scale(.95)}.recipientList .button{max-width:368px}@media screen and (max-width:550px){.recipientList__info{font-size:16px}.recipientList .button{max-width:100%}}.newAccount__info{font-weight:400;font-size:20px;margin-bottom:30px}.newAccount form{max-width:368px}@media screen and (max-width:550px){.newAccount__info{font-size:16px}.newAccount form{max-width:100%}}.transactionPIN__info{font-weight:400;font-size:20px;margin-bottom:30px}.transactionPIN .otp-field{margin-left:0}@media screen and (max-width:550px){.transactionPIN__info{font-size:16px}.transactionPIN .otp-field{margin-left:auto}}.processWithdrawal__generating{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:35px;gap:35px;text-align:center}.processWithdrawal__generating h3{font-style:italic;font-weight:400;max-width:640px}.processWithdrawal__generating a{max-width:368px;width:100%;text-decoration:none;display:flex;justify-content:center;align-items:center}.instantWithdrawal{display:flex;width:100%}.instantWithdrawal__left{flex:1 1}@media screen and (max-width:550px){.instantWithdrawal .sidebar{display:none}}.savedBeneficiariesPage{display:flex;width:100%}.savedBeneficiariesPage__left{flex:1 1}.savedBeneficiariesPage__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:30px}.removeBeneficiary__success h3{font-size:20px}.removeBeneficiary__success .button{color:var(--brand-primary-color)}.mobileMenuModalWrapper{min-height:0!important;padding:40px 30px}.mobileMenuModal ul{display:flex;flex-direction:column;grid-gap:20px;gap:20px;list-style:none}.mobileMenuModal ul li{cursor:pointer;background-color:var(--bg-color);padding:15px 20px;border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.mobileMenuModal ul li:last-of-type{color:red}.mobileMenuModal ul li:active{-webkit-transform:scale(.95);transform:scale(.95)}@media screen and (max-width:950px){.savedBeneficiary__addBtn{display:none}.savedBeneficiariesPage .addFloatingBtn{display:block}}.addBeneficiary{display:flex;width:100%}.addBeneficiary__left{flex:1 1}.withdrawalHistory{display:flex;width:100%}.withdrawalHistory__left{flex:1 1}.withdrawalHistory__list{max-width:748px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.withdrawalHistory__listItem{color:var(--text-color);text-decoration:none;padding:10px 20px;display:grid;grid-template-columns:auto 1fr 1fr 1fr 1fr;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;border-radius:20px}.withdrawalHistory__listIcon,.withdrawalHistory__listItem{align-items:center;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.withdrawalHistory__listIcon{color:red;width:60px;height:60px;display:flex;justify-content:center;border-radius:50%}.withdrawalHistory__listAmount,.withdrawalHistory__listName{font-weight:500;font-size:14px}.withdrawalHistory__listDate,.withdrawalHistory__listRecipient{font-weight:300;font-size:14px;text-align:center}.withdrawalHistory__listAmount{text-align:center;color:red}@media screen and (max-width:550px){.withdrawalHistory__listItem{grid-template-columns:auto 1fr 1fr;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;padding:10px 20px 10px 10px}.withdrawalHistory__listIcon{grid-row:1/3}.withdrawalHistory__listAmount,.withdrawalHistory__listName{grid-row:1/2}.withdrawalHistory__listAmount{text-align:right}.withdrawalHistory__listRecipient{font-size:12px;text-align:left}.withdrawalHistory__listDate{font-size:10px;text-align:right}}.adminLogin{height:100vh;display:grid;place-items:center}.adminLogin__container{width:100%;max-width:500px;min-height:500px;padding:50px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.adminLogin__header{text-align:center}.adminLogin__body{margin:20px 0 35px;flex:1 1}.adminLogin__footer{display:flex;grid-gap:10px;gap:10px;justify-content:space-between}.adminLogin__footer a{text-decoration:none;color:var(--brand-primary-color);color:var(--link-color,var(--brand-primary-color));font-size:18px;font-weight:500;cursor:pointer;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.adminLogin__footer a:last-of-type{--link-color:var(--savings-color)}.adminLogin__footer a:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.adminLogin__footer a:active{text-decoration:none;-webkit-transform:scale(1);transform:scale(1)}.adminSignup{height:100vh;display:grid;place-items:center}.adminSignup__container{width:100%;max-width:800px;padding:30px;background-color:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.adminSignup__header{text-align:center}.adminSignup__body{margin:20px 0}.adminSignup__formFields{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px}.adminSignup .button{max-width:300px;display:block}.adminSignup__footer{display:flex;justify-content:flex-end}.adminSignup__footer a{text-decoration:none;color:var(--savings-color);font-size:20px;font-weight:500;cursor:pointer;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.adminSignup__footer a:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.adminSignup__footer a:active{-webkit-transform:scale(1);transform:scale(1)}.adminContent{min-height:100vh;margin-left:250px;display:flex;flex-direction:column}.adminHeading{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.adminHeadingRight{color:#828282}.adminHeadingRight ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;grid-gap:10px;gap:10px}.adminHeadingRight ul li{font-size:18px;font-weight:500;cursor:pointer}.adminHeadingRight .lastArrow,.adminHeadingRight ul li:last-of-type{color:var(--brand-primary-color)}.adminHeadingLeft__info{display:flex;grid-gap:20px;gap:20px;align-items:center;cursor:pointer;pointer-events:stroke;position:relative}.adminHeadingLeft__info>*{pointer-events:none}.adminHeadingLeft__userName{font-weight:400}.adminHeadingLeft__menuList{list-style:none;position:absolute;right:40px;background:var(--bg-color);border:5px solid #fff;width:150px;height:auto;overflow:hidden;z-index:1000;transition:all .6s ease-in-out}.adminHeadingLeft__menuList li{font-size:16px;width:100%;height:50px;padding-left:22px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;text-decoration:none;text-align:right;color:#333}.adminHeadingLeft__menuList li:last-of-type{border-bottom:none}.adminHeadingLeft__menuList li:hover{background-color:#e2e0e0}.adminBody{padding:60px 40px 20px;flex:1 1}.adminSidebar{background-color:var(--bg-dark-color);width:250px;position:fixed;left:0;top:0;bottom:0;z-index:1000}.adminSidebar__logo{padding:22px}.adminSidebar__logo a{text-decoration:none}.adminSidebar__logo img{width:150px}.adminSidebar__nav ul{list-style:none;display:flex;flex-direction:column}.adminSidebar__nav ul li>*{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:15px 20px;color:#f2f2f2;cursor:pointer;border-right:10px solid var(--bg-dark-color);text-decoration:none;transition:all .2s ease-in-out}.adminSidebar__nav ul li.active>*,.adminSidebar__nav ul li>:hover{background-color:rgba(0,56,255,.25);border-right-color:var(--brand-primary-color)}.adminSidebar__nav ul li>*>:first-child{width:18px}.adminSidebar__nav ul li>*>span{font-size:18px}.adminTotalCards{margin-bottom:60px}.adminTotalCards ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:40px;gap:40px}.adminTotalCards__item{padding:20px 30px;display:flex;flex-direction:column;grid-gap:25px;gap:25px;position:relative;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);border-radius:20px;max-width:350px}.adminTotalCards__item:after{content:"";height:65%;width:5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;border-radius:50px 0 0 50px}.adminTotalCards__item:first-child:after{background-color:var(--brand-primary-color)}.adminTotalCards__item:nth-child(2):after{background-color:var(--savings-color)}.adminTotalCards__item:nth-child(3):after{background-color:var(--investment-color)}.adminTotalCards__item:nth-child(4):after{background-color:var(--ledger-color)}.adminTotalCards__title{flex:1 1;color:#000;font-size:20px}.adminTotalCards__total{font-size:30px;font-weight:500;align-self:flex-end;color:var(--brand-primary-color)}.adminTotalCards__item:nth-child(2) .adminTotalCards__total{color:var(--savings-color)}.adminTotalCards__item:nth-child(3) .adminTotalCards__total{color:var(--investment-color)}.adminTotalCards__item:nth-child(4) .adminTotalCards__total{color:var(--ledger-color)}.requestRefundSummary .MuiTableHead-root{background-color:rgba(255,0,0,.2)}.requestRefundSummary__header{margin-bottom:20px}.requestRefundSummary__header h4{font-size:20px}.supportTicketSummary__header{margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.supportTicketSummary__header h4{font-size:20px}.supportTicketSummary__header p span{color:var(--brand-primary-color)}.allTimeTransactions__header{margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.allTimeTransactions__header h4{font-size:20px}.adminDashboard__tableContainer{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:100px;-webkit-column-gap:100px;column-gap:100px;margin-bottom:50px}.MuiTableContainer-root{background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.MuiTableHead-root{background-color:rgba(0,100,255,.2)}.MuiTableCell-root{font-family:inherit!important;font-size:18px!important}.approve,.high,.successful{color:var(--investment-color)!important}.medium{color:var(--savings-color)!important}.decline,.failed,.low,.not.successful{color:red!important}.pending{color:#ccc!important}.adminBox{padding:20px 15px;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.adminBox__Title{font-weight:500;color:var(--brand-primary-color);margin-bottom:20px}.adminBox__content{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.adminBox__contentItem{font-size:17px}.adminBox__contentItem span{font-weight:500}.adminLoader{display:flex!important;margin:auto!important}.adminSupportTicket_btn{margin-bottom:30px!important;display:flex!important;align-items:center;justify-content:center}.adminSupportTicket__header{margin-bottom:20px;display:flex;align-items:center}.adminSupportTicket__header p{color:#4f4f4f;padding:3px 25px;border-right:1px solid #bdbdbd}.adminSupportTicket__header p span{cursor:pointer}.adminSupportTicket__header p span.active{color:var(--brand-primary-color)}.adminSupportTicket__header p:first-child{padding-left:0}.adminSupportTicket__header p:last-child{border-right:0}.adminButton{display:flex;align-items:center;justify-content:center;text-decoration:none;width:100%;max-width:300px;color:#fff;cursor:pointer;height:50px;padding:5px 15px;margin:10px 0;border:0;outline:none;font-weight:500;font-size:18px;background-color:var(--brand-primary-color);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.adminButton:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.adminButton:active{-webkit-transform:scale(1);transform:scale(1)}.adminButton.disabled,.adminButton:disabled{border:0!important;background-color:#828282!important;color:#fff!important;cursor:not-allowed}.adminNewTicket form{max-width:500px}.adminNewTicket select{border-radius:0}.adminNewTicket button{margin-top:30px;max-width:250px}.requestRefundDispute form{max-width:475px}.requestRefundDispute .formFields{display:flex;flex-direction:column;grid-gap:40px;gap:40px;margin-bottom:30px}.requestRefundDispute input,.requestRefundDispute select,.requestRefundDispute textarea{border-radius:0}.failedTransactionDispute form{max-width:1000px}.failedTransactionDispute .formFields{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:50px;-webkit-column-gap:50px;column-gap:50px;grid-row-gap:40px;row-gap:40px;margin-bottom:30px}.failedTransactionDispute input,.failedTransactionDispute select,.failedTransactionDispute textarea{border-radius:0}.failedTransactionDispute .formTextarea{grid-column:1/3}.transactionLog .adminTotalCards{padding-bottom:50px;margin-bottom:50px;border-bottom:2px solid #e0e0e0}.transactionLog__resetForm{display:flex;grid-gap:30px;gap:30px;align-items:center;margin-bottom:40px}.transactionLog__resetForm *{font-size:18px}.transactionLog__formGroup{display:flex;grid-gap:10px;gap:10px;align-items:center}.transactionLog__formGroup label{font-weight:500}.transactionLog__formGroup input,.transactionLog__formGroup select{border:2px solid var(--brand-primary-color);padding:12px 10px;outline:none;background-color:var(--bg-color);width:200px;max-height:50px}.transactionLog__resetForm button{margin:5px 10px;background-color:var(--bg-color);border:0;outline:0;cursor:pointer;color:red;width:auto;font-weight:500}.transactionLog__searchForm{display:flex;grid-gap:20px;gap:20px;margin-bottom:40px}.transactionLog__searchForm .formInput{max-width:500px;width:100%}.transactionLog__searchForm input{border-radius:0}.transactionLog__searchForm button{max-width:150px;margin:initial}.transactionLog__header{margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.transactionLog__header h4{font-size:20px}.transactionLog__headerRight{display:flex;align-items:center}.transactionLog__headerRight p{color:#4f4f4f;padding:3px 25px;border-right:1px solid #bdbdbd}.transactionLog__headerRight p span{cursor:pointer}.transactionLog__headerRight p span.active{color:var(--brand-primary-color)}.transactionLog__headerRight p:first-child{padding-left:0}.transactionLog__headerRight p:last-child{border-right:0}.transSummary__box{background-color:var(--bg-color);padding:30px 35px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.transSummary__title{font-size:24px;margin-bottom:40px}.transSummary__content{display:flex;flex-direction:column;grid-gap:30px;gap:30px}.transSummary__content>p{font-size:18px}.transSummary__content>p span{font-weight:500}.transSummary__content>p span.successful{color:var(--investment-color)}.transSummary__content>p span.failed{color:red}.requestRefundDetails{display:grid;grid-template-columns:6fr 5fr;grid-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;grid-row-gap:25px;row-gap:25px;margin-bottom:30px}.requestRefundDetails__header,.requestRefundDetails__info,.requestRefundDetails__partyOne,.requestRefundDetails__partyTwo{grid-column:1/2}.requestRefundDetails__amount,.requestRefundDetails__invoice{grid-column:2/3}.requestRefundDetails__amount{grid-row:1/2}.requestRefundDetails__invoice{grid-row:2/5}.requestRefundDetails__amount,.requestRefundDetails__header{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;align-items:center}.requestRefundDetails__headerRight span{font-weight:500}.requestRefundDetails__headerRight span.high{color:var(--investment-color)}.requestRefundDetails__headerRight span.medium{color:var(--savings-color)}.requestRefundDetails__headerRight span.low{color:red}.requestRefundDetails__amountLabel{font-weight:500;font-size:18px}.requestRefundDetails__amountTotal{font-weight:500;font-size:24px;color:red}.requestRefundItem__footer{display:flex;justify-content:space-between;grid-gap:40px;gap:40px;width:100%;margin-bottom:80px}.requestRefundItem__footerRight{flex:1 1;display:flex;grid-gap:20px;gap:20px;justify-content:flex-end}.requestRefundItem__footerRight button{max-width:220px}.approveBtn{background-color:var(--investment-color)}.declineBtn{background-color:red}.grayBtn{background-color:#4f4f4f}.requestRefundItem__footerLeft{flex:1 1}.adminModal__btns{display:flex;grid-gap:50px;gap:50px}.failedTransDetails{display:grid;grid-template-columns:6fr 5fr;grid-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;grid-row-gap:25px;row-gap:25px;margin-bottom:30px}.failedTransDetails__header,.failedTransDetails__recipient,.failedTransDetails__sender{grid-column:1/2}.failedTransDetails__amount,.failedTransDetails__info{grid-column:2/3}.failedTransDetails__amount{grid-row:1/2}.failedTransDetails__info{grid-row:2/4}.failedTransDetails__amount,.failedTransDetails__header{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;align-items:center}.failedTransDetails__headerRight span{font-weight:500}.failedTransDetails__headerRight span.high{color:var(--investment-color)}.failedTransDetails__headerRight span.medium{color:var(--savings-color)}.failedTransDetails__headerRight span.low{color:red}.failedTransDetails__amountLabel{font-weight:500;font-size:18px}.failedTransDetails__amountTotal{font-weight:500;font-size:24px;color:red}.profileCard{width:550px;margin:auto auto 40px;padding:35px 25px}.profileCard__topInfo{margin-bottom:30px;display:flex;flex-direction:column;align-items:center;grid-gap:15px;gap:15px}.profileCard__topInfo .MuiAvatar-root{width:70px;height:70px}.profileCard__topInfo .adminButton{margin:0}.profileCard__topInfoText{text-align:center}.profileCard__topInfoText h2{font-weight:500;font-size:30px}.profileCard__topInfoText p{color:#828282;font-size:18px}.profileLabel{font-weight:400;font-size:16px;color:#828282}.profileInupt{display:block;background-color:initial;border:2px solid #fff;outline:0;margin-bottom:30px;padding:20px 15px;width:100%;font-size:18px;font-weight:500}.profileCard__footerBtns{display:flex;grid-gap:10px;gap:10px;justify-content:space-between;margin-top:50px}.profileCard__footerBtns a{text-decoration:none;font-weight:500;font-size:20px;color:var(--brand-primary-color);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.profileCard__footerBtns a:first-child{color:var(--savings-color)}.profileCard__footerBtns a:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.profileCard__footerBtns a:active{-webkit-transform:scale(1);transform:scale(1)}.btnCenter{margin-left:auto;margin-right:auto}.adminOutlineBtn,.adminReverseBtn{background-color:var(--bg-color);color:var(--brand-primary-color)}.adminOutlineBtn{border:2px solid var(--brand-primary-color)}.adminChangePsw form{max-width:400px}.adminChangePsw .adminButton{margin-top:40px;max-width:200px}.subaccounts p{font-size:18px;margin-bottom:50px}.btnRight{margin-left:auto;margin-bottom:40px}.subaccounts .removeBtn{color:red;cursor:pointer;-webkit-transform:scale(.97);transform:scale(.97);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.subaccounts .removeBtn:hover{-webkit-transform:scale(1);transform:scale(1)}.subaccounts .removeBtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.createSubaccount form{display:grid;grid-template-columns:400px -webkit-max-content;grid-template-columns:400px max-content;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;align-items:center}.createSubaccount .adminButton{margin-top:40px}.createSubaccount .form-group{max-width:500px!important;grid-column:1/2}.createSubaccount .adminReverseBtn{justify-content:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:-webkit-max-content;max-width:max-content;padding:0;margin:10px 0 0}.consultation .transactionLog__headerRight{margin-bottom:20px}.consultation .successBtn{color:var(--investment-color)}.consultation .removeBtn{color:red;cursor:pointer;-webkit-transform:scale(.97);transform:scale(.97);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.consultation .removeBtn:hover{-webkit-transform:scale(1);transform:scale(1)}.consultation .removeBtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.MuiTableCell-root.subscribed{color:var(--investment-color)}.MuiTableCell-root.unsubscribed{color:red}.users__header{align-items:center;justify-content:space-between;margin-bottom:40px}.users__header,.users__searchForm{display:flex;grid-gap:20px;gap:20px}.users__searchForm{flex:1 1}.users__searchForm .formInput{max-width:500px;width:100%}.users__searchForm input{border-radius:0}.users__searchForm button{max-width:150px;margin:initial}.addNewUserButton,.exportButton{width:100%;max-width:150px;text-decoration:none}.addNewUserButton{background-color:var(--savings-color)}.AddSanwoTravelsUserModal form{display:grid;grid-template-columns:400px -webkit-max-content;grid-template-columns:400px max-content;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;align-items:center}.AddSanwoTravelsUserModal .adminButton{margin-top:40px}.AddSanwoTravelsUserModal .form-group{max-width:500px!important;grid-column:1/2}.AddSanwoTravelsUserModal .adminReverseBtn{justify-content:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:-webkit-max-content;max-width:max-content;padding:0;margin:10px 0 0}.userInfoCard{display:flex;grid-gap:10px;gap:10px;align-items:center;justify-content:space-between;margin-bottom:21px;padding:25px;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.userInfoCard__companyInfo{display:flex;align-items:center;grid-gap:20px;gap:20px}.userInfoCard__companyInfoImg{flex-shrink:0}.userInfoCard__companyInfoImg img{width:100%;height:100%;border-radius:50%;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.1)) drop-shadow(-10px -10px 20px #fff);filter:drop-shadow(10px 10px 20px rgba(0,0,0,.1)) drop-shadow(-10px -10px 20px #ffffff)}.userInfoCard__companyName{margin-bottom:10px;font-weight:500;display:flex;align-items:center;grid-gap:25px;gap:25px}.userInfoCard__companyName span{color:var(--investment-color);background-color:#fff;padding:4px 10px;font-size:14px}.userInfoCard__companyFounder{display:flex;align-items:center;grid-gap:25px;gap:25px;flex-wrap:wrap;align-content:flex-start}.userInfoCard__right{text-align:center;min-width:250px}.userInfoCard__right .error{font-weight:500}.userPage__viewAllTrans{text-decoration:none;color:inherit}.userPage__developerAccount{margin-bottom:30px;display:flex;grid-gap:16px;gap:16px;padding:18px 28px;align-items:center;justify-content:space-between;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.userPage__developerAccount .adminButton{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;height:auto;margin:0}.userPage__developerAccount__checkbox{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.userPage__developerAccount__checkbox *{cursor:pointer}.userPage__developerAccount__checkbox input{-webkit-appearance:none;-o-appearance:none;appearance:none;outline:none;content:none}.userPage__developerAccount__checkbox span{color:#333!important;-webkit-user-select:none;user-select:none;font-size:20px}.userPage__developerAccount__checkbox span:before{content:"";display:inline-block;vertical-align:middle;width:16px;height:16px;margin-right:8px;margin-top:-3px;border:1px solid var(--brand-primary-color);line-height:14px;text-align:center;border-radius:4px}.userPage__developerAccount__checkbox input:checked+span:before{content:"\2714";font-size:14px;background:var(--brand-primary-color);color:#fff}.userPage__developerAccount__checkbox input:disabled+span{cursor:not-allowed;-moz-opacity:.4;-webkit-opacity:.4;opacity:.4}.adminForgotPassword{height:100vh;display:grid;place-items:center}.adminForgotPassword .adminLogin__body{display:flex;align-items:center;justify-content:center}.adminForgotPassword .adminLogin__body>*{width:100%}.adminForgotPassword p.info{font-size:18px;margin-top:30px;margin-bottom:60px;text-align:center}.savingsReverseBtn{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:initial;margin-left:auto;margin-right:auto;box-shadow:none}.savingsReverseBtn a{text-decoration:none;color:var(--savings-color)}.signinForm{max-width:470px;width:100%}.signinForm .recoverPassword{text-align:right;margin-bottom:25px}.signinForm .recoverPassword a{text-decoration:none;color:var(--brand-primary-color)}.speakWithUs{display:flex;width:100%}.speakWithUs__info{font-weight:400;margin-bottom:50px}.speakWithUs__info a{text-decoration:none;color:var(--brand-primary-color)}.speakWithUs__info a:hover{text-decoration:underline}.speakWithUs__contact{max-width:368px;margin-bottom:50px}.speakWithUs__contact p{margin-bottom:20px}.speakWithUs__socialMedia{display:flex;grid-gap:25px;gap:25px;flex-wrap:wrap;margin-top:25px}.speakWithUs__socialMediaItem{text-decoration:none;color:var(--text-color);display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.speakWithUs__socialMediaItem img{width:48px;height:48px;transition:all .2s ease-in-out}.speakWithUs__socialMediaItem:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.speakWithUs__socialMediaItem:active img{-webkit-transform:scale(1);transform:scale(1)}.guide{display:flex;width:100%}.guide__left{max-width:368px;flex:1 1}.guide__right{flex:1 1}.guide__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;position:-webkit-sticky;position:sticky;top:10px}.guide__listItem{padding:20px 25px;border-radius:20px;background-color:var(--bg-color);display:flex;grid-gap:10px;gap:10px;align-items:center;justify-content:space-between;cursor:pointer;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.guide__listItem:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.guide__listItem:active{-webkit-transform:scale(1);transform:scale(1)}.guide__message{border:5px solid #fff;height:100%;border-radius:20px;padding:30px 20px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.guide__message h3{text-transform:uppercase;font-weight:500}.guide__message p{line-height:1.2em}.guide__message a{color:var(--brand-primary-color)}.subGuide{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.subGuide h6{font-weight:500;text-transform:uppercase;margin-top:10px}.notificationSettings{display:flex;width:100%}.notificationSettings__left{flex:1 1;max-width:368px}.notificationSettings__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.notificationSettings__listItem{padding:28px 20px;border-radius:20px;background-color:var(--bg-color);display:flex;grid-gap:10px;gap:10px;align-items:center;justify-content:space-between;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.security{display:flex;width:100%}.security__left{flex:1 1}.security__settings{display:flex;flex-direction:column;grid-gap:20px;gap:20px;max-width:368px}.security__settingsItem{text-decoration:none;color:inherit;grid-gap:20px;gap:20px;border-radius:20px;padding:25px 20px}.security__settingsItem,.security__settingsItemIcon{display:flex;align-items:center;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.security__settingsItemIcon{width:48px;height:48px;justify-content:center;border-radius:50%;color:var(--brand-primary-color)}.security__settingsItemText{flex:1 1}@media screen and (max-width:550px){.security__settingsItem{padding:16px 20px}}.changePassword{display:flex;width:100%}.changePassword__left{flex:1 1;max-width:368px}.adminMobileView{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:20px;gap:20px}.adminMobileView h1{font-size:50px;font-weight:100}.adminMobileView p{text-align:center}.clientAccountDetails{margin-top:97px;display:flex;width:100%}.clientAccountDetails .pageWrapper{margin-left:0!important}.clientAccountDetails__left{flex:1 1;max-width:500px}.customerTrans{display:flex;width:100%;padding-bottom:100px}.customerTrans__pageLeft{flex:2 1;max-width:748px}@media screen and (max-width:550px){.customerTrans .sidebar{display:none}}.customerTransLog__info{font-weight:400}.sendBeneficiaryMoney{display:flex;width:100%}.sendBeneficiaryMoney__left{flex:1 1}.sendBeneficiaryMoneyForm .info,.sendBeneficiaryMoneyForm__info{max-width:550px}.sendBeneficiaryMoneyForm__info{font-weight:400;margin-bottom:30px}.sendBeneficiaryMoneyForm form{margin-bottom:30px}.sendBeneficiaryMoneyForm .button,.sendBeneficiaryMoneyForm .form-group{max-width:368px}.formGroupWithInfo{position:relative}.formGroup__info{position:absolute;top:40px;left:380px;margin-bottom:10px}@media screen and (max-width:900px){.formGroup__info{position:static;max-width:368px}}@media screen and (max-width:550px){.formGroup__info,.sendBeneficiaryMoneyForm .button,.sendBeneficiaryMoneyForm .form-group{max-width:100%}.sendBeneficiaryMoney .sidebar{display:none}}.withdrawalHistoryItem{display:flex;width:100%}.withdrawalHistoryItem__left{flex:1 1}.guideItem{display:flex;width:100%}.guideItem .pageHeading__info{display:none}.guideItem__left{flex:1 1;max-width:700px}.guideItem__left .guide__message{border:none;border-radius:0;padding:0;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.inventory{display:flex;width:100%;overflow:hidden;padding-bottom:100px}.inventory__content{flex:2 1}.inventory .page-right{flex:1 1}.inventory__infoMsg{font-weight:400;font-size:20px}.inventory__infoMsg a,.inventory__infoMsg span{text-decoration:none;color:var(--ledger-color);cursor:pointer}.inventory__header{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;margin-bottom:50px}.inventory__search-input-desktop{width:100%;max-width:368px}.inventory__search-input-desktop input{border-radius:20px}.inventory__add-btn{display:flex;grid-gap:5px;gap:5px;align-items:center;width:-webkit-max-content;width:max-content;color:var(--ledger-color);cursor:pointer;font-size:16px;font-weight:400}.inventory__add-form{-webkit-animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-left{0%{-webkit-transform:translateX(100px);transform:translateX(100px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-left{0%{-webkit-transform:translateX(100px);transform:translateX(100px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.inventory__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;max-width:748px}@media screen and (max-width:768px){.inventory__add-btn,.page-right{display:none}}@media screen and (max-width:550px){.inventory{overflow:unset}.inventory__search-area{width:100%;display:flex;align-items:center;justify-content:space-between}.inventory_search-field-container{overflow-x:hidden;margin-right:24px;margin-left:24px;width:100%}.inventory__search-field{width:100%;padding-top:10px;font-size:16px;border:none;outline:none;color:#828282;background-color:initial;border-bottom:2px solid var(--ledger-color);opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease-in-out}.inventory__search-field.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.inventory__search-icon{width:50px;height:50px;cursor:pointer;background-color:var(--bg-color);box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.inventory__header,.inventory__search-input-desktop{display:none}}.inventoryRowItem{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;position:relative;padding:16px 29px 16px 8px;background:var(--bg-color);border-radius:20px;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.inventoryRowItem__menuIcon{color:#333}.inventoryRowItem__menuIcon>*{pointer-events:none}.inventoryRowItem__name{font-weight:500;font-size:16px;margin-left:-20px;flex:1 1}.inventoryRowItem__amount{font-weight:500}.inventoryRowItem__menuList{display:none;list-style:none;position:absolute;left:10px;top:75%;background:var(--bg-color);border:5px solid #fff;border-radius:20px 20px 20px 0;width:0;height:0;overflow:hidden;z-index:1000;transition:all .6s ease-in-out}.inventoryRowItem__menuList.show{display:block;width:200px;height:auto;transition:all .6s ease-in-out}.inventoryRowItem__menuList li>*{font-size:16px;width:100%;height:50px;padding-left:22px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;text-decoration:none;color:#333}.inventoryRowItem__menuList li.disabled,.inventoryRowItem__menuList li.disabled>*{color:#828282!important;cursor:not-allowed!important}.inventoryRowItem__menuList li:last-of-type>*{color:red;border-bottom:none}.inventoryRowItem__menuList li:hover{background-color:#e2e0e0}@media screen and (max-width:550px){.inventoryRowItem{padding:13px 13px 13px 1px}}.addInventoryForm button,.addInventoryForm label{color:var(--ledger-color)}.addInventoryForm .form-group:last-of-type{margin-bottom:50px}.addCustomerForm__success h3{font-size:20px}.addCustomerForm__success .button{color:var(--ledger-color);min-width:150px!important}.addInventoryMobile{display:flex;width:100%}.addInventoryMobile__content{flex:1 1;max-width:368px}@media screen and (max-width:550px){.addInventoryMobile__content{max-width:100%}}.editInventory{display:flex;width:100%}.editInventory__content{flex:1 1;max-width:368px}@media screen and (max-width:550px){.editInventory__content{max-width:100%}}.mainLoader{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;grid-gap:16px;gap:16px;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.3)}.mainLoader h2{font-weight:400;font-size:16px}.withdrawal__header{margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.withdrawal__header h4{font-size:20px}.approveWithdrawalBtn{color:var(--investment-color);cursor:pointer;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.approveWithdrawalBtn:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.approveWithdrawalBtn:active{-webkit-transform:scale(1);transform:scale(1)}.travels__header{margin-bottom:20px;display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.travels__header h4{font-size:20px}.approveRequestBtn{color:var(--investment-color);cursor:pointer;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.approveRequestBtn:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.approveRequestBtn:active{-webkit-transform:scale(1);transform:scale(1)}.developerSettings{display:flex;width:100%}.developerSettings__left{flex:1 1}.developerSettings__left form{max-width:368px}.developerSettings__info{max-width:800px;font-weight:400;font-size:20px;margin-bottom:30px}.developerSettings_secretKeyContainer{max-width:748px;display:flex;grid-gap:30px;gap:30px;justify-content:space-between;align-items:center;border-radius:20px;background-color:var(--bg-color);padding:20px 30px;font-weight:500;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(0,0,0,.1)}.developerSettings_secretKeyContainer h4{font-size:14px!important;color:#bdbdbd}.developerSettings_secretKeyContainer p{color:#333;font-size:14px!important}.developerSettings_secretKeyContainer_eyeIcon{color:#000}.developerSettings_secretKeyContainer_divider{max-width:748px;margin-top:60px;margin-bottom:50px;border:1px solid #e0e0e0}@media screen and (max-width:550px){.developerSettings__info{font-size:16px}.developerSettings__left form{max-width:100%}.developerSettings_secretKeyContainer{grid-gap:16px;gap:16px;flex-direction:column;padding:10px}.developerSettings_secretKeyContainer_divider{margin-top:30px;margin-bottom:20px}.developerSettings_secretKeyContainer p{font-size:10px!important;text-align:center}}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-Light.25a2e626.eot);src:local("GT Walsheim Pro Light"),local("GTWalsheimPro-Light"),url(/static/media/GTWalsheimPro-Light.25a2e626.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-Light.a929e9e6.woff2) format("woff2"),url(/static/media/GTWalsheimPro-Light.746a8c5d.woff) format("woff"),url(/static/media/GTWalsheimPro-Light.0a89fe38.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-Regular.3579e898.eot);src:local("GT Walsheim Pro Regular"),local("GTWalsheimPro-Regular"),url(/static/media/GTWalsheimPro-Regular.3579e898.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-Regular.6aff6f11.woff2) format("woff2"),url(/static/media/GTWalsheimPro-Regular.1668df1c.woff) format("woff"),url(/static/media/GTWalsheimPro-Regular.1fd3cd7a.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-ThinOblique.1d1d21b9.eot);src:local("GT Walsheim Pro Thin Oblique"),local("GTWalsheimPro-ThinOblique"),url(/static/media/GTWalsheimPro-ThinOblique.1d1d21b9.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-ThinOblique.fafc7077.woff2) format("woff2"),url(/static/media/GTWalsheimPro-ThinOblique.796454a6.woff) format("woff"),url(/static/media/GTWalsheimPro-ThinOblique.c155d623.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-Thin.0be0772c.eot);src:local("GT Walsheim Pro Thin"),local("GTWalsheimPro-Thin"),url(/static/media/GTWalsheimPro-Thin.0be0772c.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-Thin.8d12017a.woff2) format("woff2"),url(/static/media/GTWalsheimPro-Thin.a34b3b16.woff) format("woff"),url(/static/media/GTWalsheimPro-Thin.77a57696.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-BoldOblique.5f6fe149.eot);src:local("GT Walsheim Pro Bold Oblique"),local("GTWalsheimPro-BoldOblique"),url(/static/media/GTWalsheimPro-BoldOblique.5f6fe149.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-BoldOblique.2f01c372.woff2) format("woff2"),url(/static/media/GTWalsheimPro-BoldOblique.e5844034.woff) format("woff"),url(/static/media/GTWalsheimPro-BoldOblique.fdf29326.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"GT Walsheim Pro Ultra";src:url(/static/media/GTWalsheimPro-UltraBold.b2b39a3c.eot);src:local("GT Walsheim Pro Ultra Bold"),local("GTWalsheimPro-UltraBold"),url(/static/media/GTWalsheimPro-UltraBold.b2b39a3c.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-UltraBold.a18671e5.woff2) format("woff2"),url(/static/media/GTWalsheimPro-UltraBold.5e964673.woff) format("woff"),url(/static/media/GTWalsheimPro-UltraBold.d4a45619.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:"GT Walsheim Pro Ultra";src:url(/static/media/GTWalsheimPro-UltraBoldOblique.a0b6b03f.eot);src:local("GT Walsheim Pro Ultra Bold Oblique"),local("GTWalsheimPro-UltraBoldOblique"),url(/static/media/GTWalsheimPro-UltraBoldOblique.a0b6b03f.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-UltraBoldOblique.0e11cee1.woff2) format("woff2"),url(/static/media/GTWalsheimPro-UltraBoldOblique.815e224f.woff) format("woff"),url(/static/media/GTWalsheimPro-UltraBoldOblique.de198e35.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-MediumOblique.1075c650.eot);src:local("GT Walsheim Pro Medium Oblique"),local("GTWalsheimPro-MediumOblique"),url(/static/media/GTWalsheimPro-MediumOblique.1075c650.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-MediumOblique.257baf01.woff2) format("woff2"),url(/static/media/GTWalsheimPro-MediumOblique.207c07fb.woff) format("woff"),url(/static/media/GTWalsheimPro-MediumOblique.86565265.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-Bold.7b4147fb.eot);src:local("GT Walsheim Pro Bold"),local("GTWalsheimPro-Bold"),url(/static/media/GTWalsheimPro-Bold.7b4147fb.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-Bold.6b113f6b.woff2) format("woff2"),url(/static/media/GTWalsheimPro-Bold.6ead5fc9.woff) format("woff"),url(/static/media/GTWalsheimPro-Bold.2dbf49e9.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-Medium.14369c3a.eot);src:local("GT Walsheim Pro Medium"),local("GTWalsheimPro-Medium"),url(/static/media/GTWalsheimPro-Medium.14369c3a.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-Medium.ad6b035f.woff2) format("woff2"),url(/static/media/GTWalsheimPro-Medium.56bd75a2.woff) format("woff"),url(/static/media/GTWalsheimPro-Medium.bc56cfc1.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-RegularOblique.18798291.eot);src:local("GT Walsheim Pro Regular Oblique"),local("GTWalsheimPro-RegularOblique"),url(/static/media/GTWalsheimPro-RegularOblique.18798291.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-RegularOblique.9466b9cb.woff2) format("woff2"),url(/static/media/GTWalsheimPro-RegularOblique.eadc3048.woff) format("woff"),url(/static/media/GTWalsheimPro-RegularOblique.f263ede1.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-LightOblique.3e931fdb.eot);src:local("GT Walsheim Pro Light Oblique"),local("GTWalsheimPro-LightOblique"),url(/static/media/GTWalsheimPro-LightOblique.3e931fdb.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-LightOblique.f1cc6f11.woff2) format("woff2"),url(/static/media/GTWalsheimPro-LightOblique.5fbd3a80.woff) format("woff"),url(/static/media/GTWalsheimPro-LightOblique.bcdc3a44.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"GT Walsheim Pro Ultra";src:url(/static/media/GTWalsheimPro-UltraLight.dd03d5af.eot);src:local("GT Walsheim Pro Ultra Light"),local("GTWalsheimPro-UltraLight"),url(/static/media/GTWalsheimPro-UltraLight.dd03d5af.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-UltraLight.6119da64.woff2) format("woff2"),url(/static/media/GTWalsheimPro-UltraLight.88674cc6.woff) format("woff"),url(/static/media/GTWalsheimPro-UltraLight.09388477.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"GT Walsheim Pro Ultra";src:url(/static/media/GTWalsheimPro-UltraLightOblique.6c97dc95.eot);src:local("GT Walsheim Pro Ultra Light Oblique"),local("GTWalsheimPro-UltraLightOblique"),url(/static/media/GTWalsheimPro-UltraLightOblique.6c97dc95.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-UltraLightOblique.27ad8899.woff2) format("woff2"),url(/static/media/GTWalsheimPro-UltraLightOblique.261f0390.woff) format("woff"),url(/static/media/GTWalsheimPro-UltraLightOblique.73d7938d.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-BlackOblique.8bed1026.eot);src:local("GT Walsheim Pro Black Oblique"),local("GTWalsheimPro-BlackOblique"),url(/static/media/GTWalsheimPro-BlackOblique.8bed1026.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-BlackOblique.2a55f6fb.woff2) format("woff2"),url(/static/media/GTWalsheimPro-BlackOblique.f2ccc6c4.woff) format("woff"),url(/static/media/GTWalsheimPro-BlackOblique.fa62b002.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:"GT Walsheim Pro";src:url(/static/media/GTWalsheimPro-Black.d609a70e.eot);src:local("GT Walsheim Pro Black"),local("GTWalsheimPro-Black"),url(/static/media/GTWalsheimPro-Black.d609a70e.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-Black.3fa5ee7f.woff2) format("woff2"),url(/static/media/GTWalsheimPro-Black.d1a05b37.woff) format("woff"),url(/static/media/GTWalsheimPro-Black.2dc24aec.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"GT Walsheim Pro Cond Ultra";src:url(/static/media/GTWalsheimPro-CondensedUltraBold.da09aad4.eot);src:local("GT Walsheim Pro Condensed Ultra Bold"),local("GTWalsheimPro-CondensedUltraBold"),url(/static/media/GTWalsheimPro-CondensedUltraBold.da09aad4.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedUltraBold.785fcd71.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedUltraBold.0f202011.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedUltraBold.3bd55ea0.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedLight.40ebaca8.eot);src:local("GT Walsheim Pro Condensed Light"),local("GTWalsheimPro-CondensedLight"),url(/static/media/GTWalsheimPro-CondensedLight.40ebaca8.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedLight.7e880d14.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedLight.db41f22c.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedLight.5399f440.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedBoldOblique.bf90aa5d.eot);src:local("GT Walsheim Pro Condensed Bold Oblique"),local("GTWalsheimPro-CondensedBoldOblique"),url(/static/media/GTWalsheimPro-CondensedBoldOblique.bf90aa5d.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedBoldOblique.a34c95b7.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedBoldOblique.93a5fe21.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedBoldOblique.fe34a300.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedLightOblique.bef7b8c4.eot);src:local("GT Walsheim Pro Condensed Light Oblique"),local("GTWalsheimPro-CondensedLightOblique"),url(/static/media/GTWalsheimPro-CondensedLightOblique.bef7b8c4.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedLightOblique.2f7ba5cb.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedLightOblique.79e6b23b.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedLightOblique.be92f93a.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedThin.7f4ee6c2.eot);src:local("GT Walsheim Pro Condensed Thin"),local("GTWalsheimPro-CondensedThin"),url(/static/media/GTWalsheimPro-CondensedThin.7f4ee6c2.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedThin.69905e26.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedThin.34d4db0c.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedThin.487fd517.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"GTWalsheimPro-CondensedULightIt";src:url(/static/media/GTWalsheimPro-CondensedUltraLightOblique.736323cc.eot);src:local("GT Walsheim Pro Condensed Ultra Light Oblique"),local("GTWalsheimPro-CondensedUltraLightOblique"),url(/static/media/GTWalsheimPro-CondensedUltraLightOblique.736323cc.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedUltraLightOblique.4db4ced0.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedUltraLightOblique.88a8e8df.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedUltraLightOblique.c17e2f20.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:"GT Walsheim Pro Cond";src:url(/static/media/GTWalsheimPro-CondensedMedium.2c7bac4f.eot);src:local("GT Walsheim Pro Condensed Medium"),local("GTWalsheimPro-CondensedMedium"),url(/static/media/GTWalsheimPro-CondensedMedium.2c7bac4f.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedMedium.5651b332.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedMedium.49d3719c.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedMedium.4f1536ac.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedBlackOblique.5b1fbae9.eot);src:local("GT Walsheim Pro Condensed Black Oblique"),local("GTWalsheimPro-CondensedBlackOblique"),url(/static/media/GTWalsheimPro-CondensedBlackOblique.5b1fbae9.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedBlackOblique.94d73501.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedBlackOblique.71641cfb.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedBlackOblique.81102697.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedRegular.d89e4162.eot);src:local("GT Walsheim Pro Condensed Regular"),local("GTWalsheimPro-CondensedRegular"),url(/static/media/GTWalsheimPro-CondensedRegular.d89e4162.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedRegular.db1202bd.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedRegular.39bf9050.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedRegular.ffd94d6c.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedThinOblique.287a5b46.eot);src:local("GT Walsheim Pro Condensed Thin Oblique"),local("GTWalsheimPro-CondensedThinOblique"),url(/static/media/GTWalsheimPro-CondensedThinOblique.287a5b46.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedThinOblique.09e1bcda.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedThinOblique.47ffd109.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedThinOblique.8af0aa0e.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedBold.fedc4070.eot);src:local("GT Walsheim Pro Condensed Bold"),local("GTWalsheimPro-CondensedBold"),url(/static/media/GTWalsheimPro-CondensedBold.fedc4070.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedBold.3baeab7e.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedBold.b9a1eb14.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedBold.386089b7.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedRegularOblique.e1b0c2e7.eot);src:local("GT Walsheim Pro Condensed Regular Oblique"),local("GTWalsheimPro-CondensedRegularOblique"),url(/static/media/GTWalsheimPro-CondensedRegularOblique.e1b0c2e7.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedRegularOblique.6bcabe90.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedRegularOblique.b7696aa1.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedRegularOblique.b484bcad.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"GTWalsheimPro-CondensedULight";src:url(/static/media/GTWalsheimPro-CondensedUltraLight.0454dfab.eot);src:local("GT Walsheim Pro Condensed Ultra Light"),local("GTWalsheimPro-CondensedUltraLight"),url(/static/media/GTWalsheimPro-CondensedUltraLight.0454dfab.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedUltraLight.4ea7f81b.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedUltraLight.8179d587.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedUltraLight.4a6e958c.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"GT Walsheim Pro Cond Ultra";src:url(/static/media/GTWalsheimPro-CondensedUltraBoldOblique.1da91ec1.eot);src:local("GT Walsheim Pro Condensed Ultra Bold Oblique"),local("GTWalsheimPro-CondensedUltraBoldOblique"),url(/static/media/GTWalsheimPro-CondensedUltraBoldOblique.1da91ec1.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedUltraBoldOblique.56187ba0.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedUltraBoldOblique.e2f37e18.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedUltraBoldOblique.cb06137c.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:"GT Walsheim Pro Cond";src:url(/static/media/GTWalsheimPro-CondensedMediumOblique.65f03e48.eot);src:local("GT Walsheim Pro Condensed Medium Oblique"),local("GTWalsheimPro-CondensedMediumOblique"),url(/static/media/GTWalsheimPro-CondensedMediumOblique.65f03e48.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedMediumOblique.13fe1783.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedMediumOblique.a80406f4.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedMediumOblique.c860a071.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"GT Walsheim Pro Condensed";src:url(/static/media/GTWalsheimPro-CondensedBlack.83af3a7a.eot);src:local("GT Walsheim Pro Condensed Black"),local("GTWalsheimPro-CondensedBlack"),url(/static/media/GTWalsheimPro-CondensedBlack.83af3a7a.eot?#iefix) format("embedded-opentype"),url(/static/media/GTWalsheimPro-CondensedBlack.ebbfbe48.woff2) format("woff2"),url(/static/media/GTWalsheimPro-CondensedBlack.b4d030d2.woff) format("woff"),url(/static/media/GTWalsheimPro-CondensedBlack.25aae8fb.ttf) format("truetype");font-weight:900;font-style:normal}:root{--bg-color:#f7f7f7;--bg-dark-color:#101010;--text-color:#333;--brand-primary-color:#0064ff;--ledger-color:#db00ff;--savings-color:#ff8a00;--investment-color:#19b500}*,:after,:before{margin:0;padding:0;box-sizing:border-box;font-family:"GT Walsheim Pro",sans-serif!important;scroll-behavior:smooth}body{margin:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7f7;background-color:var(--bg-color);color:#333;color:var(--text-color);font-size:16px}body,button{font-family:"GT Walsheim Pro",sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}h1{font-size:2.25em}h2{font-size:1.5em}h3{font-size:1.25em}h4{font-size:1.125em}h5{font-size:1em}h6{font-size:.875em}@media screen and (max-width:1350px){h1{font-size:1.5em}h2{font-size:1.375em}h3{font-size:1.125em}h4{font-size:1em}h5{font-size:.875em}h6{font-size:.75em}}@media screen and (max-width:768px){h1{font-size:1.5em}h2{font-size:1.25em}}@media screen and (max-width:550px){h1{font-size:1.5em}h2{font-size:1.125em}h3{font-size:1em}h4{font-size:.875em}}@media screen and (max-width:550px){.mobileContentBorder:before{content:"";position:absolute;left:-5px;width:calc(100% + 5px);height:35px;border-top:5px solid #fff;border-left:5px solid #fff;border-radius:50px 5px 0 0;margin-top:-20px;pointer-events:none}}