.p-drawer-mask{background-color:rgb(rgb(from var(--p-drawer-background-color) r g b/var(--p-drawer-opacity))/var(--p-drawer-opacity))}.p-overlay-mask-enter{animation:overlay-mask-enter-animation var(--p-mask-transition-duration) forwards!important}.p-overlay-mask-leave{animation:overlay-mask-leave-animation var(--p-mask-transition-duration) forwards!important}@keyframes overlay-mask-enter-animation{0%{background:transparent}to{background:rgb(from var(--p-drawer-background-color) r g b/var(--p-drawer-opacity))}}@keyframes overlay-mask-leave-animation{0%{background:rgb(from var(--p-drawer-background-color) r g b/var(--p-drawer-opacity))}to{background:transparent}}
