.fade-enter-active,
.fade-leave-active {
    transition: height 0.2s ease-in-out;
    overflow: hidden;
}
.fade-enter-from,
.fade-leave-to {
    height: 0px !important;

}

.fade-enter, .fade-leave-to   {
    opacity: 0;
}

.custom-modal {
    z-index: 999;
    width: 100vw;
    height: 100vh;
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
