.unsaved-changes{display:flex;flex-direction:column;gap:16px;padding:8px}.unsaved-changes>.top-section{display:flex;justify-content:space-between;align-items:center}.unsaved-changes>.top-section>:first-child{color:var(--grey-900);font-weight:600;font-size:18px;line-height:22px}.unsaved-changes>.top-section .close-btn{width:25px;height:25px;font-size:20px;display:flex;align-items:center;justify-content:center;color:var(--primary-500)}.unsaved-changes>.content{color:var(--grey-800);font-size:16px;font-weight:400;line-height:24px}.unsaved-changes>.bottom-section{display:flex;gap:16px}.unsaved-changes>.bottom-section .viu-button,.unsaved-changes>.bottom-section .viu-button .button{width:100%}.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}}.presentation,.presentation .content{display:flex;flex-direction:column;height:100%}.presentation .content{justify-content:space-between}.presentation .content>.inputs-container{display:flex;flex-direction:column;gap:16px;height:100%;max-height:calc(100% - 96px)}.presentation .content>.inputs-container .text-info{background:var(--blue-50);border-radius:16px;border:1px solid var(--blue-100);display:flex;flex-direction:column;gap:8px;padding:16px}.presentation .content>.inputs-container .text-info>:first-child{color:var(--blue-900);font-weight:600;font-size:16px;line-height:20px}.presentation .content>.inputs-container .text-info>:last-child{color:var(--blue-900);font-weight:400;font-size:16px;line-height:22px}.presentation .content>.inputs-container .viu-textarea{height:100%;max-height:427px}.presentation .content>.inputs-container .viu-textarea textarea{height:100%}.presentation .desktop-only{display:none}@media(min-width:1280px){.presentation .desktop-only{display:inherit}.presentation .mobile-only{display:none}}