.button-info{width:100%}.button-info>.button-info-container{width:100%;display:flex;gap:4px;align-items:center}.button-info>.button-info-container .button-info-tooltip-wrapper{position:relative;display:inline-block}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip{position:absolute;top:50%;right:100%;transform:translateY(-50%);margin-right:8px;z-index:1000;pointer-events:none}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip.tooltip-right{right:auto;left:100%;margin-right:0;margin-left:8px}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content{background-color:var(--grey-900);color:var(--white);padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:300px;max-width:500px;white-space:normal}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content .button-info-tooltip-title{font-weight:600;margin-bottom:8px;font-size:14px}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content div,.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content span{font-size:13px;line-height:1.4;color:var(--white)}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content:after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);border:6px solid transparent;border-left-color:var(--grey-900)}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip.tooltip-right .button-info-tooltip-content:after{left:auto;right:100%;border-left-color:transparent;border-right-color:var(--grey-900)}.verification-modal-alert .content{display:flex;flex-direction:column;gap:16px}.viu-drawer[data-v-27b57496]{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);justify-content:flex-end;display:flex;opacity:0;animation:fadeIn-27b57496 .3s ease forwards;overflow:hidden}.viu-drawer .panel[data-v-27b57496]{align-self:flex-end;display:flex;flex-direction:column;background:#fff;width:454px;height:100%;animation:slideInRight-27b57496 .3s ease forwards}.viu-drawer .panel .top-section[data-v-27b57496]{display:flex;justify-content:space-between;padding:16px 32px;align-items:center;min-height:80px;max-height:80px;border-bottom:1px solid var(--grey-50)}.viu-drawer .panel .top-section>span[data-v-27b57496]:first-child{font-family:Inter;font-weight:600;line-height:22px;letter-spacing:0}.viu-drawer .panel .panel-content[data-v-27b57496]{padding:24px;height:100%}.viu-drawer .panel .bottom-section[data-v-27b57496]{display:flex;justify-content:space-between;padding:16px 32px;align-items:center;border-top:1px solid var(--grey-50);min-height:80px;max-height:80px}.viu-drawer.is-closing[data-v-27b57496]{animation:fadeOut-27b57496 .3s ease forwards}.viu-drawer.is-closing .panel[data-v-27b57496]{animation:slideOutRight-27b57496 .3s ease forwards}@keyframes fadeIn-27b57496{0%{opacity:0}to{opacity:1}}@keyframes fadeOut-27b57496{0%{opacity:1}to{opacity:0}}@keyframes slideInRight-27b57496{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutRight-27b57496{0%{transform:translateX(0)}to{transform:translateX(100%)}}.container-responsive-mobile-desktop>.viu-drawer{display:none!important;z-index:10}.container-responsive-mobile-desktop>.viu-drawer .panel-content{overflow:auto}.container-responsive-mobile-desktop>.viu-drawer .bottom-section{padding:24px;min-height:-moz-min-content;min-height:min-content;max-height:-moz-max-content;max-height:max-content;border-top:1px solid #ececec;background-color:#f4f4f4;border-bottom-left-radius:16px;display:flex;justify-content:flex-end!important}.container-responsive-mobile-desktop>.viu-drawer.without-bottom-section .panel .bottom-section{display:none}@media(min-width:1280px){.container-responsive-mobile-desktop>.viu-bottom-sheet:not(.discard-changes){display:none}.container-responsive-mobile-desktop>.viu-bottom-sheet.discard-changes{z-index:10}.container-responsive-mobile-desktop>.viu-drawer{display:flex!important}}.about-me{display:flex;flex-direction:column;height:100%}.about-me>.top-section{display:flex;gap:8px;padding:16px;align-items:center;position:sticky;top:0;background:#fff}.about-me>.top-section>i:first-child{width:40px;height:40px;font-size:20px;color:var(--primary-500);display:flex;justify-content:center;align-items:center}.about-me>.top-section>:last-child{color:var(--grey-900);font-weight:600;font-size:18px}.about-me .content{justify-content:space-between}.about-me .content,.about-me .content>.inputs-container{display:flex;flex-direction:column;height:100%;overflow-y:auto}.about-me .content>.inputs-container{gap:16px}.about-me .content>.inputs-container .viu-calendar{width:100%}.about-me .content>.inputs-container>.checkbox-container{padding-top:8px;display:flex;gap:8px;padding-bottom:8px}.about-me .content>.inputs-container>.admin-inputs-container{display:flex;flex-direction:column;gap:16px}.about-me .desktop-only{display:none}@media(min-width:1280px){.about-me .desktop-only{display:inherit}.about-me .mobile-only{display:none}}