.img-render-after.show>img{
    background: repeating-conic-gradient(rgb(235, 235, 235) 0deg, rgb(235, 235, 235) 25%, rgb(255, 253, 253) 0deg, rgb(255, 253, 253) 50%) 50% center / 30px 30px;
}
.form-bg-left .box-button-drag-modal span{
    font-size: 16px !important;
}
.loading-overlay .loading-image {
    padding: 100px;
    animation: imageFloat 2s ease-in-out infinite;
}

@keyframes imageFloat {
    0% {
        top: calc(50% - 10px);
    }

    50% {
        top: calc(50% - 20px);
    }

    100% {
        top: calc(50% - 10px);
    }
}

#bubbleWrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    width: 100% !important;
    margin: 0 auto;
    height: 100% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 400px;
    min-width: 250px;
    min-height: 250px;
    object-fit: contain;
    display: block;
    border-radius: 16px;
    background: radial-gradient(circle, #ffffff33, #02b1d042);
    background-color: #fff;
    /* animation: bubbleWrapBlobShape 3s ease-in-out infinite; */

}


@keyframes bubbleWrapBlobShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 24% 76% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 45% 50% 50%;
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 37% 37% 63%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.bubble {
    position: absolute;
    opacity: 0;
    animation: floatBubble .3s linear infinite;
    min-width: unset !important;
    min-height: unset !important;
    /* animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}


@keyframes floatBubble {
    0% {
        transform: translateY(100px) translateX(-50%) rotate(0deg);
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 1;

    }

    100% {
        transform: translateY(-500px) translateX(-50%) rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes imageFloat {
    0% {
        top: calc(50%);
    }

    50% {
        top: calc(50% - 10px);
    }

    100% {
        top: calc(50%);
    }
}

.bubble:nth-child(1) {
    width: 26% !important;
    bottom: 0;
    left: 5%;
    animation-duration: 8s;
    animation-delay: 0s;
}

.bubble:nth-child(2) {
    width: 36% !important;
    bottom: 0;
    left: 20%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(3) {
    width: 26% !important;
    bottom: 0;
    left: 35%;
    animation-duration: 9s;
    animation-delay: 3s;
}

.bubble:nth-child(4) {
    width: 40% !important;
    bottom: 0;
    left: 50%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(5) {
    width: 32% !important;
    bottom: 0;
    left: 100%;
    animation-duration: 6s;
    animation-delay: 3s;
}

.bubble:nth-child(6) {
    width: 26% !important;
    bottom: 0;
    left: 80%;
    animation-duration: 8s;
    animation-delay: 4s;
}

.bubble:nth-child(7) {
    width: 16% !important;
    bottom: 0;
    left: 70%;
    animation-duration: 7s;
    animation-delay: 3s;

}

.bubble:nth-child(8) {
    width: 32% !important;
    bottom: 0;
    left: 30%;
    animation-duration: 8s;
    animation-delay: 2s;
    /* animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}

.bubble:nth-child(9) {
    width: 46% !important;
    bottom: 0;
    left: 45%;
    animation-duration: 7s;
    animation-delay: 3s;
    /* animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}

.bubble:nth-child(10) {
    width: 20% !important;
    bottom: 0;
    left: 100%;
    animation-duration: 7s;
    animation-delay: 1s;
    /* animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}