.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%}.presentation{display:flex;flex-direction:column;height:100%}.presentation>.top-section{display:flex;gap:8px;padding:16px}.presentation>.top-section>i:first-child{width:40px;height:40px;font-size:20px;color:var(--primary-500)}.presentation>.top-section>:last-child{color:var(--grey-900);font-weight:600;font-size:18px}.presentation>.content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.presentation>.content>.inputs-container{display:flex;flex-direction:column;gap:16px;padding:24px;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>.content>.bottom-section{display:flex;padding:24px;border-top:1px solid var(--beige-600);position:absolute;left:0;bottom:0;width:100%;z-index:1;height:96px}.presentation>.content>.bottom-section .viu-button,.presentation>.content>.bottom-section .viu-button .button{width:100%}