.mixin-modal-overlay{position:fixed;inset:0;z-index:120;display:none;justify-content:center;align-items:center;background-color:rgba(69,69,69,0.8)}
.mixin-modal-shape{position:relative;display:flex;justify-content:center;height:41px;padding-top:28px}
.mixin-modal-shape::after{position:absolute;content:"";width:134px;height:5px;border-radius:100px;background-color:#ddd}
@media(min-width:1024px){.mixin-modal-shape{display:none}
}
.modal__access-private-area-overlay{position:fixed;inset:0;z-index:120;display:none;justify-content:center;align-items:center;background-color:rgba(69,69,69,0.8)}
.modal__access-private-area-overlay--active{z-index:1200}
@media(min-width:1024px){.modal__access-private-area-overlay--active{display:block}
}
.modal__access-private-area-component{position:fixed;top:0;right:0;width:100%;height:100vh;height:100dvh;z-index:1300;transition:600ms ease-in-out transform;transform:translateX(100%)}
@media(min-width:1024px){.modal__access-private-area-component{width:400px}
}
.modal__access-private-area-component--show{transform:translateX(0)}
.modal__access-private-area-component .access-private-area__container{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:24px 16px;background-color:#fff}
@media(min-width:720px){.modal__access-private-area-component .access-private-area__container{padding:40px;padding-top:64px}
}
@media(min-width:1024px){.modal__access-private-area-component .access-private-area__container{padding-top:40px}
}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header{display:flex;justify-content:space-between}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user{display:flex;align-items:center;gap:16px}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-avatar{width:40px;height:40px;border-radius:50%;background-color:#0b1741;display:flex;align-items:center;justify-content:center}
@media(min-width:1024px){.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-avatar{width:48px;height:48px}
}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}
@media(min-width:1024px){.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-avatar img{width:48px;height:48px}
}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-avatar .pasUserName{position:absolute;top:auto;left:auto;color:#fff}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-avatar .pasUserName--hide{display:none}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-name{margin-bottom:0;font-size:20px;line-height:32px}
@media(min-width:1024px){.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .personal-data-user .user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:232px}
}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .icon-rp{display:flex;justify-content:center;align-items:center;min-width:24px;width:24px;max-width:24px;min-height:24px;height:24px;max-height:24px;font-size:24px;color:#016a7f;cursor:pointer}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .icon-rp::before{font-size:24px}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__header .icon-rp img{width:100%;height:100%}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .access-private-area__selector{display:flex;justify-content:space-between;align-items:center;padding-block:32px}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .access-private-area__selector .selector-text{margin-bottom:0}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .access-private-area__selector .icon-rp{display:flex;justify-content:center;align-items:center;min-width:24px;width:24px;max-width:24px;min-height:24px;height:24px;max-height:24px;font-size:20px;color:#016a7f}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .access-private-area__selector .icon-rp::before{font-size:20px}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .access-private-area__selector .icon-rp img{width:100%;height:100%}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .selector-title{margin-top:32px;color:#727272}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .selector-account{border-bottom:1px solid #ddd}
.modal__access-private-area-component .access-private-area__container .access-private-area__content .access-private-area__selectors .selector-support{padding-top:0}
.modal__access-private-area-component .access-private-area__container .rp-btn-guia--logout{width:100%}