.Sui-Backdrop{
    @apply fixed z-modal inset-0 flex flex-col items-center justify-center
    text-white bg-basic-900 bg-opacity-70 backdrop-blur-sm backdrop-grayscale cursor-progress;

    &__Inner{
        @apply relative text-white w-full h-full flex flex-col items-center justify-center z-10;
    }
    &__Label{
        @apply mt-6 text-center;
    }
}
