@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);img{border-radius:5px}textarea{min-height:10rem;max-height:20rem;resize:vertical}textarea:read-only:focus{-webkit-box-shadow:inset 0 0 0 1px #e0e4ea;box-shadow:inset 0 0 0 1px #e0e4ea}input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder{color:#9baeb8;font-weight:300;font-size:.875rem}input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{color:#9baeb8;font-weight:300;font-size:.875rem}input[type=email]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder{color:#9baeb8;font-weight:300;font-size:.875rem}input[type=email]:read-only:focus,input[type=password]:read-only:focus,input[type=text]:read-only:focus{-webkit-box-shadow:inset 0 0 0 1px #e0e4ea;box-shadow:inset 0 0 0 1px #e0e4ea}svg{width:20px;height:20px}strong{font-weight:500;color:#111}@-webkit-keyframes slideIn{0%{-webkit-transform:translateX(300px);transform:translateX(300px)}40%{-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideIn{0%{-webkit-transform:translateX(300px);transform:translateX(300px)}40%{-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeIn{to{opacity:1}}@keyframes fadeIn{to{opacity:1}}@-webkit-keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes slideFromBottom{0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideFromBottom{0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}body,html{height:100%;margin:0;padding:0}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}:focus{outline:none}body,ol,ul{margin:0;padding:0;font-weight:300}ol,ul{list-style:none}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}button{outline:none;background:transparent;padding:0;margin:0;width:auto;overflow:visible;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;text-align:inherit}button,input[type=submit]{border:none;cursor:pointer;-webkit-appearance:none;border-radius:0}input[type=password],input[type=text]{-webkit-appearance:none}svg{pointer-events:none}table,td,tr{border-collapse:collapse;border:none}body{font-size:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;color:#3d485c}body ::selection{background-color:#d9faf1}h1,h2,h3,h4,h5,h6{color:#4e504f;font-weight:400;margin:.6em 0}h1{font-size:3rem}@media screen and (max-width:550px){h1{font-size:3rem}}h2{font-size:2rem}@media screen and (max-width:550px){h2{font-size:2rem}}h3{font-size:1.5rem}@media screen and (max-width:550px){h3{font-size:1.5rem}}h4{font-size:1.25rem}@media screen and (max-width:550px){h4{font-size:1.25rem}}h5{font-size:1rem}@media screen and (max-width:550px){h5{font-size:1.1rem}}a,li,p{line-height:1.5}input[type=submit]{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}a{color:#3eb991}.input-option{margin-bottom:10px}.input-option__field--checkbox{display:none}.input-option__field--checkbox:checked+.input-option__label--checkbox{-webkit-box-shadow:inset 0 0 0 2px #00e1a2;box-shadow:inset 0 0 0 2px #00e1a2;color:#3d485c;-webkit-transition:color .1s ease-in,-webkit-box-shadow .1s ease-in;transition:color .1s ease-in,-webkit-box-shadow .1s ease-in;transition:box-shadow .1s ease-in,color .1s ease-in;transition:box-shadow .1s ease-in,color .1s ease-in,-webkit-box-shadow .1s ease-in}.input-option__field--radio{position:absolute;opacity:0;width:0;height:0}.input-option__field--radio:checked+.input-option__label--radio{-webkit-box-shadow:inset 0 0 0 2px #00e1a2;box-shadow:inset 0 0 0 2px #00e1a2;-webkit-transition:-webkit-box-shadow .2s ease-in;transition:-webkit-box-shadow .2s ease-in;transition:box-shadow .2s ease-in;transition:box-shadow .2s ease-in,-webkit-box-shadow .2s ease-in}.input-option__field--radio:checked+.input-option__label--radio svg{color:#00e1a2;-webkit-transition:color .2s ease-in;transition:color .2s ease-in}.input-option__label--checkbox{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#8791a0;display:inline-block;padding:8px 15px;border-radius:5px;margin-right:10px;-webkit-box-shadow:inset 0 0 0 1px #8791a0;box-shadow:inset 0 0 0 1px #8791a0;cursor:pointer}.input-option__label--checkbox--big img{width:35px;height:35px}.input-option__label--radio{position:relative;display:inline-block;margin:0 20px 10px 0;cursor:pointer;border-radius:5px;width:60px;height:60px}.input-option__label--radio svg{color:#e7ecf3;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.input{position:relative}.input-inner{display:flex;flex-wrap:wrap;align-items:center}.input__description{font-weight:300;color:#9baeb8;font-size:.75rem}.input--search{position:relative}.input--search svg{position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#9baeb8;width:18px;height:18px}.input__label{display:block;font-size:.75rem;font-weight:400;margin:0 0 7px;color:#4e504f}.input__label-wrapper{display:flex;align-items:center;justify-content:space-between}.input__label--switch{margin-right:50px;cursor:pointer}.input__label--switch:before{right:0;top:-1px;width:40px;height:20px;background-color:#fed5b3;border-radius:20px}.input__label--switch:after,.input__label--switch:before{content:"";position:absolute;-webkit-transition:all .3s;transition:all .3s}.input__label--switch:after{top:0;right:21px;width:18px;height:18px;border-radius:50%;background-color:#fff}.input__label--checkbox{font-size:.75rem;color:#8791a0;display:flex;grid-gap:5px;gap:5px;align-items:center;white-space:nowrap;margin:0}.input__field--text{outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:block;font-size:.875rem;width:100%;padding:11px;color:#3d485c;font-weight:400;border-radius:4px;border:0;-webkit-box-shadow:inset 0 0 0 1px #e0e4ea;box-shadow:inset 0 0 0 1px #e0e4ea;-webkit-transition:border-color .1s ease-in,-webkit-box-shadow .1s ease-in;transition:border-color .1s ease-in,-webkit-box-shadow .1s ease-in;transition:border-color .1s ease-in,box-shadow .1s ease-in;transition:border-color .1s ease-in,box-shadow .1s ease-in,-webkit-box-shadow .1s ease-in}.input__field--text:read-only{background-color:#f8fafc}.input__field--text::-webkit-input-placeholder{color:#9baeb8;font-size:.875rem}.input__field--text:-ms-input-placeholder{color:#9baeb8;font-size:.875rem}.input__field--text::placeholder{color:#9baeb8;font-size:.875rem}.input__field--text--red{border:1px solid #f25757}.input__field--text--green{border:1px solid #00e1a2}.input__field--text:focus{-webkit-box-shadow:inset 0 0 0 1px #00e1a2;box-shadow:inset 0 0 0 1px #00e1a2}.input__field--switch{display:none}.input__field--switch:checked+.input__label--switch:after{right:1px}.input__field--switch:checked+.input__label--switch:before{background-color:#00e1a2}.input__field--dropdown{display:block;width:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233d485c' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-size:24px;background-position:calc(100% - 1em) 50%;background-repeat:no-repeat}.input__field--date,.input__field--dropdown{-webkit-appearance:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;outline:none;position:relative;font-size:.875rem;height:41px;padding:6px 12px;border:1px solid #e0e4ea;color:#3d485c;border-radius:4px}.input__field--date{display:inline-block;font-weight:300}.input__field--with-icon{padding-left:40px}.input__field-wrapper--email,.input__field-wrapper--password{position:relative;height:100%}.input__field-wrapper--email:after,.input__field-wrapper--password:after{content:"";background-position:50%;background-repeat:no-repeat;position:absolute;width:40px;height:100%;left:0;top:0}.input__field-wrapper--email:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' viewBox='0 0 24 24' fill='none' stroke='%234E504F' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}.input__field-wrapper--password:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E")}.input__field--search{min-width:450px;padding-left:34px}.input a{display:block;color:#3eb991;font-size:.75rem;text-decoration:underline;margin-bottom:1rem}table{margin:20px 0;background:#fff;width:100%;border-radius:5px;-webkit-box-shadow:0 0 1px rgba(0,0,0,.12),0 1px 6px rgba(0,0,0,.03),0 6px 10px -8px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.12),0 1px 6px rgba(0,0,0,.03),0 6px 10px -8px rgba(0,0,0,.1);text-align:left;font-size:.875rem}table .light{font-size:.8rem;color:#8791a0;font-weight:300}table thead{background-color:#f8fafc;text-transform:uppercase;font-size:.75rem;font-weight:400;color:#8791a0;padding:0 15px;border-radius:5px 5px 0 0;border-bottom:1px solid #e0e4ea}table thead th{font-weight:300;padding:12px 30px}table thead th:first-child{border-radius:5px 0 0 0}table thead th:last-child{border-radius:0 5px 0 0;text-align:right}table tr{border-bottom:1px solid #e0e4ea}table tr.clickable:hover{cursor:pointer;background-color:#f8fafc}table tr td{padding:15px 30px;font-weight:400}table tr td:last-child{display:flex;align-items:center;justify-content:flex-end;text-align:right}table tr td .button{padding:0;width:18px;height:18px}table p{margin:0}.blank-screen{text-align:center;margin-top:70px;color:#8791a0}.blank-screen p{font-size:.875rem}.blank-screen__image{margin-top:30px;width:200px}.button{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:13px 20px;line-height:1;border-radius:4px!important;font-weight:400;font-size:.75rem;color:#fff;outline:none;text-align:center;text-transform:uppercase;position:relative}.button:disabled{background-color:#9baeb8}.button--link{padding:0;text-transform:none;color:#3d485c;text-decoration:underline}.button--gray{background-color:#fff;-webkit-transition:border-color .2s;transition:border-color .2s;border:1px solid #e0e4ea;outline:medium none invert;outline:initial;color:#8791a0}.button--gray:hover:enabled{border-color:#8791a0}.button--orange{background-color:#fc9e4f;-webkit-transition:background-color .2s;transition:background-color .2s}.button--orange:hover:enabled{background-color:#fb821d}.button--yellow{background-color:#f8cc29;-webkit-transition:background-color .2s;transition:background-color .2s}.button--yellow:hover:enabled{background-color:#e6b708}.button--green{background-color:#3eb991}.button--green,.button--green:hover:enabled{-webkit-transition:background-color .2s;transition:background-color .2s}.button--green:hover:enabled{background-color:#319373}.button--full-width{width:100%}.button--add,.button--delete,.button--filter,.button--save{padding-left:38px}.button--add:before,.button--delete:before,.button--filter:before,.button--save:before{content:"";background-position:50%;position:absolute;top:50%;-webkit-transform:translateY(-55%);transform:translateY(-55%);left:15px;width:15px;height:15px}.button--delete:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' className='icon' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E")}.button--save:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' className='icon' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z'%3E%3C/path%3E%3Cpolyline points='17 21 17 13 7 13 7 21'%3E%3C/polyline%3E%3Cpolyline points='7 3 7 8 15 8'%3E%3C/polyline%3E%3C/svg%3E")}.button--add:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E")}.button--filter:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238791a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-filter'%3E%3Cpolygon points='22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3'%3E%3C/polygon%3E%3C/svg%3E")}.button--icon{padding:0;width:40px;height:40px;border-radius:50%;background-color:#fff}.button--icon svg{color:#8791a0;width:20px;height:20px}.button--icon:hover:enabled svg{color:#3d485c}.card{margin-bottom:2rem}.card__header{display:flex;justify-content:space-between;align-items:baseline}.card__label{margin:0 0 7px;color:#9baeb8;text-transform:uppercase;font-size:.8rem;font-weight:300}.card__body{background-color:#fff;padding:20px;border-radius:10px;display:flex;-webkit-box-shadow:0 0 1px rgba(0,0,0,.12),0 1px 6px rgba(0,0,0,.03),0 6px 10px -8px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.12),0 1px 6px rgba(0,0,0,.03),0 6px 10px -8px rgba(0,0,0,.1)}.card__body--editor{display:block}.card__left-column{flex-basis:50%;padding-right:2rem}.card__right-column{flex-basis:50%}.card__single-column{display:flex;justify-content:space-between;align-items:center;width:100%;grid-gap:2rem;gap:2rem}.card__single-column>*{flex-grow:1}.card__single-column>.button--icon{margin-top:5px;flex-grow:0}.card__item{margin-bottom:1rem}.card__item--align-right{display:flex;justify-content:flex-end}.card__rows{display:flex;justify-content:center;width:100%;flex-direction:column;grid-gap:.5rem;gap:.5rem}.card__rows>.button--icon{margin:0 auto}.file{font-size:.875rem;text-decoration:underline}.filter{position:relative}.filter__content{background-color:#fff;display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;position:absolute;padding:.875rem;top:calc(100% + 5px);left:0;right:auto;border:1px solid #e0e4ea;border-radius:4px;-webkit-animation:slideFromBottom .1s ease-in-out;animation:slideFromBottom .1s ease-in-out}.filter__content--right{left:auto;right:0}.tag{padding:3px 11px;margin:5px 5px 0 0;border-radius:3px;display:inline-block;background-color:#f2f4f7;font-size:.675rem;font-weight:400;cursor:pointer;opacity:0;-webkit-animation:fadeIn .15s forwards;animation:fadeIn .15s forwards}.tag--accepted,.tag--approved,.tag--green,.tag--ongoing,.tag--paid,.tag--yes{background-color:#e7fcf6;color:#3eb991}.tag--canceled,.tag--draft,.tag--in_review,.tag--no,.tag--pending,.tag--yellow{background-color:#fef8e3;color:#c29b06}.tag--canceled,.tag--declined,.tag--rejected{background-color:#fff6ef;color:#fc9e4f}.tag--red{background-color:#fef3f3;color:#f25757}.tag--completed,.tag--new,.tag--purple{background-color:#f1ebf1;color:#7f5a83}.tag--gray{background-color:#f4f7fb;color:#111}.icon{width:20px;height:20px}.icon--logo{width:130px}.icon--logo__description{margin:0;color:#9baeb8;font-size:.8rem}.loader,.loader:after{border-radius:50%;width:40px;height:40px}.loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border:3px solid rgba(17,17,17,.1);border-left-color:#111;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load .7s linear infinite;animation:load .7s linear infinite}.modal{position:absolute;background-color:#fff;display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;padding:.875rem;top:65px;left:0;width:100%;right:auto;border:1px solid #e0e4ea;border-radius:4px;-webkit-animation:slideFromBottom .1s ease-in-out;animation:slideFromBottom .1s ease-in-out;z-index:1}.modal-wrapper{position:relative}.modal li{font-size:.875rem;margin-bottom:.25rem}.modal li:hover{color:#3eb991;cursor:pointer}.header{grid-gap:1rem;gap:1rem;margin:1.5rem 0}.header,.header__title{display:flex;justify-content:space-between;align-items:center}.header__title{margin:0;grid-gap:10px;gap:10px;width:100%}.header__title h2{font-size:1.5rem;margin:0}.header__buttons{display:flex;grid-gap:1rem;gap:1rem}.header__button{position:absolute;top:0}.header__button--left{right:130px}.header__button--right{right:20px}.notice{position:fixed;bottom:50px;right:50px;font-weight:400;-webkit-animation:slideIn 1s;animation:slideIn 1s;z-index:10;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:10px 20px;background-color:#7edeb7;color:#fff;border-radius:5px}.notice li{list-style-type:none}.notice--alert{background-color:#fdba81}.pagination{display:flex;align-items:center;justify-content:space-between;border-radius:5px;font-size:.875rem}.pagination__navigation{display:flex;grid-gap:10px;gap:10px;align-items:center}.pagination__description{color:#8791a0;font-size:.75rem;padding-left:1rem}.pagination .active{border:none;color:#111;background-color:transparent}.pagination__button{font-size:.75rem;color:#111;background-color:#fff;padding:7px}.pagination__button svg{width:18px;height:18px}.pagination__button--prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tabs{font-size:.875rem}.tabs__navigation{border-bottom:1px solid #e0e4ea;display:flex;grid-gap:20px;gap:20px;flex-wrap:wrap}.tabs__navigation__item{padding:10px 0;border-bottom:3px solid #f2f4f7;display:flex;grid-gap:2px;gap:2px;align-items:flex-start;color:#3d485c}.tabs__navigation__item.active{font-weight:400;color:#111;border-bottom:3px solid #3eb991;-webkit-transition:border-bottom-color .2s ease-in;transition:border-bottom-color .2s ease-in}.tabs__navigation__item__badge{top:8px;right:-18px;font-size:9px;font-weight:600;color:#fff;background-color:#f25757;height:17px;width:17px;line-height:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.tabs__body{padding-top:1rem;display:flex;flex-direction:column}.container{display:flex;min-height:100vh}.login{background-color:#fff}.login,.login__hero{height:100vh;display:flex}.login__hero{flex-direction:column;position:relative;padding:30px;flex-basis:50%;background-color:#d9faf1}.login__hero__image{position:absolute;width:70%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.login__main{flex-basis:50%;padding-left:100px;position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between}.login__main-inner{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);max-width:430px}.login__header{border-bottom:1px solid #f2f4f7}.login__header__title{font-weight:800;margin-bottom:0;color:#333}.login__header__description{color:#9baeb8;font-weight:300}.login__form{margin:50px 0}.login__form__item{margin:30px 0}.login__footer__description{color:#9baeb8;font-weight:300;font-size:.8rem}.main{flex-grow:1;background-color:#f2f4f7}.main-inner{flex-grow:1;padding:0 20px;position:relative;margin:0 auto 3rem;max-width:1170px}.sidebar{position:sticky;top:0;height:100vh;flex-basis:250px;min-width:250px;display:flex;flex-direction:column;background-color:#fff;border-right:1px solid #e0e4ea;justify-content:space-between;padding:1.5rem;overflow:scroll}.sidebar__header{margin-bottom:20px}.sidebar__header svg{width:100px;height:auto}.sidebar__header--description{margin:0;color:#9baeb8;font-size:.75rem}.sidebar__label{text-transform:uppercase;font-size:.75rem;font-weight:400;padding-top:1rem;margin:8px 0}.sidebar__menu{flex:1 1}.sidebar__menu li svg{width:18px;height:18px}.sidebar__menu-item{display:flex;align-items:center;margin:3px 0;border-radius:4px;padding:5px 5px 5px 21px;color:#8791a0;font-size:.875rem;font-weight:300}.sidebar__menu-item :last-child{margin-left:4px}.sidebar__menu-item:hover{background-color:#f4f7fb;color:#3d485c}.sidebar__menu-item:hover svg{color:#3d485c}.sidebar__menu-item.active{background-color:#e7ecf3;color:#3d485c;font-weight:500;-webkit-user-select:none;-ms-user-select:none;user-select:none}.sidebar__menu-item.active svg{color:#3d485c}.sidebar__menu-item__link{display:flex;align-items:center;grid-gap:6px;gap:6px}.sidebar__menu-item--expand{padding-left:3px}.sidebar__submenu{padding-left:5px}.sidebar__footer{display:flex;justify-content:space-between;border-radius:4px;padding:10px;margin-top:1rem}.sidebar__footer:hover{background-color:#f4f7fb}.sidebar__footer__image,.sidebar__footer__profile{display:flex;align-items:center}.sidebar__footer__image{width:35px;height:35px;background-color:#fdedb1;color:#fff;border-radius:50%;justify-content:center}.sidebar__footer__info{display:flex;flex-direction:column;grid-gap:4px;gap:4px;margin-left:10px}.sidebar__footer__name{font-size:.875rem;font-weight:500}.sidebar__footer__email{color:#8791a0;font-size:.75rem}.sidebar__footer__button{display:flex;align-items:center;color:#8791a0}.sidebar__footer__button svg{width:17px;height:17px}.sidebar__footer__button:hover{color:#3d485c}