body {
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #782DF5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.2);
    border-radius:5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255,255,255,0.3);
        border-radius: 5px;
    }

.DivScroll {
    overflow-y: scroll;
    height: 550px;
    padding-right: 30px;
}
@keyframes ldio-my9ouwkrt4e {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
    }

    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,56.7px);
        animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
    }

    100% {
        transform: translate(0,0);
    }
}

.ldio-my9ouwkrt4e div {
    position: absolute;
    width: 27.3px;
    height: 27.3px;
    border-radius: 50%;
    background: #ffffff;
    left: 38.85px;
    top: 10.5px;
    animation: ldio-my9ouwkrt4e 1s linear infinite;
}

.loadingio-spinner-ball-arh6nvldqu {
    margin-top:50px;
    width: 105px;
    height: 105px;
    display: inline-block;
    overflow: hidden;
    background: #782df5;
}

.ldio-my9ouwkrt4e {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-my9ouwkrt4e div {
        box-sizing: content-box;
    }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/Template/fonts/Metropolis-Light.woff2') format('woff2'), url('/Template/fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Bold';
    src: url('/Template/fonts/Metropolis-Bold.woff2') format('woff2'), url('/Template/fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.f48{
    font-size:48px;
}
.fw-600{
    font-weight:600 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.center {
    text-align: center;
}

.centerdiv {
    position:relative;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    min-width: 350px;
    transition: ease-in 0.2s;
    cursor: pointer;
}

    .centerdiv:hover {
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
        flex-direction: row;
        align-items: center;
        padding: 30px;
        gap: 10px;
        background: #FFFFFF;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
        border-radius: 20px;
        min-width: 350px;
        transition: ease-out 0.2s;
    }

.rtl {
    direction: rtl;
}

.hover {
}

    .hover ~ .move {
        animation: transformanimout 0.3s ease-out forwards;
    }

@keyframes transformanimout {
    0% {
        margin-top: 5px;
        margin-right: 25px;
    }


    100% {
        margin-top: 15px;
        margin-right: 20px;
    }
}

.move {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
    gap: 10px;
    border-radius: 10px;
    background-color: #782DF5;
    height: 30px;
    max-width: 30px;
    transition: 1s;
    margin-right: 26px;
    border: 3px solid #fff;
    z-index: 999999;
}

.copy {
    line-height: 1.5;
    display: block;
    vertical-align: middle;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
    border-radius: 10px;
    background-color: #782DF5;
    height: 30px;
    max-width: 30px;
    transition: 0.2s;
    margin-right: 20px;
    border: 2px solid #fff;
    z-index: 1;
    animation: transformanimbaseout 0.3s ease-out forwards;
}

.hover:hover ~ .move {
    border: 3px solid #fff;
    z-index: 999999;
    animation: transformanim 0.3s ease-out forwards;
    z-index: 9999999;
}

.hover:hover ~ .copy {
    border: 2px solid #fff;
    z-index: 999999;
    animation: transformanimbase 0.3s ease-out forwards;
    z-index: 1;
}


@keyframes transformanimbase {
    10% {
        margin-top: 18px;
        margin-left: 8px;
    }

    33% {
        margin-top: 21px;
        margin-left: 10px;
    }

    100% {
        margin-top: 23px;
        margin-left: 12px;
    }
}

@keyframes transformanimbaseout {
    10% {
        margin-top: 15px;
        margin-left: 0px;
    }

    33% {
        margin-top: 15px;
        margin-left: 2px;
    }

    100% {
        margin-top: 15px;
        margin-left: 0px;
    }
}

@keyframes transformanim {
    10% {
        margin-top: 15px;
        margin-right: 30px;
    }


    100% {
        margin-top: 5px;
        margin-right: 32px;
    }
}



.movePaste {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
    gap: 10px;
    border-radius: 5px;
    background-color: #782DF5;
    margin-right: 26px;
    margin-top: 16px;
    transition: 0.4s;
    border: 2px solid #fff;
    z-index: 999999;
    max-width: 30px;
    max-height: 30px;
    border-radius: 10px;
}

.hover:hover ~ .movePaste {
    max-width: 16px;
    max-height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 999999;
    margin-right: 33px;
    margin-top: 10px;
}

.paste {
    line-height: 1.5;
    display: block;
    vertical-align: middle;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
    gap: 10px;
    border-radius: 10px;
    background-color: #782DF5;
    height: 30px;
    max-width: 30px;
    transition: 0.2s;
    margin-right: 20px;
    border: 2px solid #fff;
    animation: transformanimpasteout 0.3s ease-out forwards;
}

.hover:hover ~ .paste {
    animation: transformanimpaste 0.3s ease-out forwards;
}

@keyframes transformanimpaste {
    0% {
        transform: scaleX(1.4);
        height: 35px;
    }

    33% {
        transform: scaleX(1.2);
    }

    100% {
        transform: scaleX(1.4);
        height: 35px;
    }
}

@keyframes transformanimpasteout {
    0% {
        height: 30px;
        max-width: 30px;
    }

    33% {
        height: 25px;
        max-width: 25px;
    }

    100% {
        height: 30px;
        max-width: 30px;
    }
}

/*@keyframes transformanimpaste{
    0%{
      height: 38px;
    max-width: 45px;
        }
     33%{
      height: 35px;
    max-width: 42px;
    }
    100%{
      height: 38px;
    max-width: 45px;
    }
  }

  @keyframes transformanimpasteout{
    0%{
      height: 30px;
    max-width: 30px;
        }
     33%{
      height: 25px;
    max-width: 25px;
    }
    100%{
      height: 30px;
    max-width: 30px;
    }
  }*/


.center div span {
    font-family: 'Avenir Next';
    font-weight: 600;
    flex-direction: column;
    padding: 0px;
    gap: 10px;
    text-align: left;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.center div p {
    font-family: 'Avenir Next Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
    color: #161616;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    background-color: #bb96fa;
    position: absolute;
    top: 0px;
    z-index: 9999999999;
    opacity: 0;
    cursor: pointer;
}

.overlayExtend {
    height: 100%;
    width: 100%;
    background-color: #bb96fa;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

@keyframes fade-out {
    from {
        opacity: 100%;
    }

    to {
        opacity: 0%;
    }
}

@keyframes fade-in {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}

.textareaanime {
    animation: showtextarea 0.3s ease-out forwards;
}

.textareaanimeout {
    animation: hidetextarea 0.2s ease-out forwards;
}

@keyframes showtextarea {

    0% {
        left: 0;
        width: 350px;
        opacity:0;
    }

    50% {
        width: 670px;
    }

    70% {
        width: 660px;
    }

    100% {
        left: 60%;
        width: 700px;
        opacity: 1;
    }
}

@keyframes hidetextarea {
    30% {
        left: 0;
        width: 700px;
    }

    50% {
        width: 380px;
    }

    100% {
        left: 60%;
        width: 400px;
        height: 117px;
    }
}

.textareaholder {
    text-align: center;
    position: relative;
}

.opacity5 {
    opacity: 0.6;
}

.textarea {
    padding: 30px;
    padding-top: 16px;
    padding-left: 25px;
    width: 700px;
    height: 130px;
    background: #FFFFFF;
    border: 2px solid #782DF5;
    border-radius: 20px;
    transition: 0.2s;
    font-size: 20px;
    overflow: hidden;
}

    .textarea:focus {
        padding: 30px;
        padding-top: 16px;
        padding-left: 25px;
        width: 700px;
        height: 130px;
        background: #FFFFFF;
        border: 2px solid #782DF5;
        border-radius: 20px;
    }

textarea:focus,
input:focus {
    outline: none;
}

textarea {
    resize: none;
}

.textarea:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.45);
    transition: 0.2s;
}

.wrapper span {
    position: absolute;
    left: 230px;
    top: 30px;
    font-weight: 600;
}

.backofspan {
    position: absolute;
    width: 674px;
    left: 207px;
    border-radius: 20px;
    height: 68px;
    top: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 100%);
}


.btn-primary {
    border: 1px solid #782DF5;
    background: #782DF5;
    border-radius: 50px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    margin-top: 10px;
}

    .btn-primary:hover {
        border: 1px solid #782DF5;
        background: #782DF5;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
    }

    .btn-primary:active:focus {
        border: 1px solid #782DF5 !important;
        background: #782DF5 !important;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35) !important;
    }


.hide {
    display: none !important;
}

.show {
    display: block;
}

.fadein {
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.fadeout {
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.Sotitr {
    font-weight: 600;
}

.ShowCode {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #782DF5;
    bottom: 0px;
    z-index: 999999999999999;
}
.ShowCodeErr {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #FF4949;
    bottom: 0px;
    z-index: 999999999999999;
}

.CodeDetailsIn {
    animation: CodeDetailsInAnime 0.4s ease-out forwards;
}

@keyframes CodeDetailsInAnime {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
        transform: translateY(0);
    }

    70% {
        opacity: 0.9;
        transform: translateY(3%);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.CodeDetailsIn {
    animation: CodeDetailsInAnime 0.4s ease-out forwards;
}

@keyframes CodeDetailsInAnime {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
        transform: translateY(0);
    }

    70% {
        opacity: 0.9;
        transform: translateY(3%);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.ErrDetailsIn {
    animation: ErrDetailsInAnime 0.4s ease-out forwards;
}

@keyframes ErrDetailsInAnime {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
        transform: translateY(0);
    }

    70% {
        opacity: 0.9;
        transform: translateY(3%);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.LimitDetailsIn {
    animation: LimitDetailsInAnime 0.4s ease-out forwards;
}

@keyframes LimitDetailsInAnime {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
        transform: translateY(0);
    }

    70% {
        opacity: 0.9;
        transform: translateY(3%);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.SaveBtnIn {
    animation: SaveBtnInAnime 0.2s ease-out forwards;
}

@keyframes SaveBtnInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.SaveBtnOut {
    animation: SaveBtnOutAnime 0.2s ease-out forwards;
}

@keyframes SaveBtnOutAnime {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.ErrDetails {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color:#fff;
}
.emo{
    font-size:34px;
}
.CodeDetails {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
}

    .CodeDetails span {
        color: #fff;
        position: relative;
        font-size: 17px;
        letter-spacing: 1px;
    }

    .CodeDetails h1 {
        letter-spacing: 20px;
        font-size: 60px;
        font-weight: 400;
        color: #fff;
        position: relative;
        margin-top: 30px;
        padding-top: 13px;
        height: 105px;
    }

    .CodeDetails p {
        color: #fff;
        position: relative;
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 30px;
    }
    .opacity0{
        opacity:0;
    }

.CodeFooter {
    margin-top: 120px;
}

    .CodeFooter span {
        color: #fff;
        position: relative;
        font-size: 17px;
        letter-spacing: 1px;
    }

    .CodeFooter img {
        position: relative;
        padding-top: 10px;
        letter-spacing: 1px;
    }

    .CodeFooter p {
        color: #fff;
        position: relative;
        font-size: 17px;
        margin-top: 10px;
        letter-spacing: 1px;
        cursor: pointer;
    }


.Pasteoverlay {
    height: 100%;
    width: 100%;
    background-color: #bb96fa;
    position: absolute;
    top: 0px;
    z-index: 9999999999;
    opacity: 0;
    cursor: pointer;
}

.mt-140 {
    margin-top: 140px;
    min-height: 118px;
}

.PasteCodeIn {
    animation: PasteCodeInAnime 0.4s ease-out forwards;
}

@keyframes PasteCodeInAnime {
    0% {
        opacity: 0;
        transform: translateY(0);
        margin-top: 140px;
    }

    50% {
        opacity: 0.9;
        transform: translateY(-120%);
    }

    100% {
        transform: translateY(-100%);
        opacity: 1;
        margin-top: 118px;
    }
}

.PasteCodeOut {
    animation: PasteCodeOutAnime 0.4s ease-out forwards;
}
@keyframes PasteCodeOutAnime {
    0% {
        transform: translateY(-100%);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
        transform: translateY(10%);
    }

    100% {
        opacity: 0;
        transform: translateY(0%);
    }
}
.PasteDivOut {
    animation: PasteDivOutAnime 0.2s ease-out forwards;
}
@keyframes PasteDivOutAnime {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(0%);
    }
}


.PasteCode {
}

    .PasteCode span {
        font-weight: 600;
        text-align: center;
    }

.code-input {
    width: 30px;
    text-align: center;
    border: 0;
    margin: 5px;
    border-bottom: 2px solid #782DF5;
    font-size: 19px;
    font-weight: 500;
    border-radius:0px !important;
}

.mt-70 {
    margin-top: -70px;
}

.RetrieveBtn {
    display:none;
    opacity: 0;
}

.RetrieveBtnIn {
    display: inline-block;
    animation: RetrieveBtnAnime 0.4s ease-out forwards;
}

@keyframes RetrieveBtnAnime {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}
.CloseBtn {
    display:none;
    position: fixed;
    top: 7px;
    right: 14px;
}
    .CloseBtn img {
        width:16px;
    }
    @media screen and (max-width: 600px) {
        .desktop{
            display:none !important;
        }
        .mobile{
            display:block !important;
        }
        .ahubMobile {
            display: none !important;
            position: absolute;
            bottom: 83px;
            width: 100%;
            text-align: center;
        }
        .Info {
            position: absolute;
            bottom: 35px;
            text-align: center;
            width: 100%;
            display: grid;
        }
        
        .ahub{
            display:none;
        }
        .textareaanime {
            animation: showtextarea 0.3s ease-out forwards;
        }

        .textareaanimeout {
            animation: hidetextarea 0.2s ease-out forwards;
        }

        @keyframes showtextarea {

            0% {
                left: 0;
                width: 350px;
                margin-top: 150px;
                opacity: 0;
            }

            50% {
                width: 670px;
                margin-top: 0px;
            }

            70% {
                width: 660px;
                margin-top: -10px;
            }

            100% {
                left: 60%;
                width: 700px;
                margin-top: 0px;
                opacity: 1;
            }
        }
        .CloseBtn {
            display: block;
            position: fixed;
            top: 7px;
            right: 14px;
        }

        .CopyLogo {
            margin-top: 1.5rem !important;
        }

        .Sotitr {
            color: #fff;
        }

        .topLogoInner {
            opacity: 0;
        }

        .overlay {
            background-color: #782DF5;
        }

        .overlayExtend {
            background-color: #782DF5;
        }

        .Pasteoverlay {
            background-color: #782DF5;
        }

        .textarea {
            max-width: 100% !important;
            height: 130px;
        }

            .textarea:focus {
                max-width: 100% !important;
                height: 130px;
            }

        .copy {
            display: none !important;
        }

        .paste {
            display: none !important;
        }

        .topLogo {
            max-width: 290px;
        }
    }


    @media screen and (max-width : 480px) {
        .textareaanime {
            animation: showtextarea 0.3s ease-out forwards;
        }

        .textareaanimeout {
            animation: hidetextarea 0.2s ease-out forwards;
        }

        @keyframes showtextarea {

            0% {
                left: 0;
                width: 350px;
                margin-top: 150px;
                opacity: 0;
            }

            50% {
                width: 670px;
                margin-top: 0px;
            }

            70% {
                width: 660px;
                margin-top: -10px;
            }

            100% {
                left: 60%;
                width: 700px;
                margin-top: 0px;
                opacity: 1;
            }
        }
        .CloseBtn {
            display: block;
            position: fixed;
            top: 10px;
            right: 14px;
        }

        .CopyLogo {
            margin-top: 1.5rem !important;
        }

        .Sotitr {
            color: #fff;
        }

        .topLogoInner {
            opacity: 0;
        }

        .overlay {
            background-color: #782DF5;
        }

        .overlayExtend {
            background-color: #782DF5;
        }

        .Pasteoverlay {
            background-color: #782DF5;
        }

        .topLogo {
            max-width: 290px;
        }

        .textarea {
            max-width: 100% !important;
            height: 130px;
        }

            .textarea:focus {
                max-width: 100% !important;
                height: 130px;
            }

        .copy {
            display: none !important;
        }

        .paste {
            display: none !important;
        }
    }
    /* For iphone: */
    @media screen and (max-width : 320px) {
        .textareaanime {
            animation: showtextarea 0.3s ease-out forwards;
        }

        .textareaanimeout {
            animation: hidetextarea 0.2s ease-out forwards;
        }

        @keyframes showtextarea {

            0% {
                left: 0;
                width: 350px;
                margin-top: 150px;
                opacity: 0;
            }

            50% {
                width: 670px;
                margin-top: 0px;
            }

            70% {
                width: 660px;
                margin-top: -10px;
            }

            100% {
                left: 60%;
                width: 700px;
                margin-top: 0px;
                opacity: 1;
            }
        }
        .CloseBtn {
            display: block;
            position: fixed;
            top: 10px;
            right: 14px;
        }

        .CopyLogo {
            margin-top: 1.5rem !important;
        }

        .Sotitr {
            color: #fff;
        }

        .topLogoInner {
            opacity: 0;
        }

        .overlay {
            background-color: #782DF5;
        }

        .overlayExtend {
            background-color: #782DF5;
        }

        .Pasteoverlay {
            background-color: #782DF5;
        }

        .topLogo {
            max-width: 290px;
        }

        .textarea {
            max-width: 100% !important;
            height: 130px;
        }

            .textarea:focus {
                max-width: 100% !important;
                height: 130px;
            }

        .copy {
            display: none !important;
        }

        .paste {
            display: none !important;
        }
    }
    /* For ipad: */
    @media screen and (max-width : 768px) {
        .textareaanime {
            animation: showtextarea 0.3s ease-out forwards;
        }

        .textareaanimeout {
            animation: hidetextarea 0.2s ease-out forwards;
        }

        @keyframes showtextarea {

            0% {
                left: 0;
                width: 350px;
                margin-top: 150px;
                opacity: 0;
            }

            50% {
                width: 670px;
                margin-top: 0px;
            }

            70% {
                width: 660px;
                margin-top: -10px;
            }

            100% {
                left: 60%;
                width: 700px;
                margin-top: 0px;
                opacity: 1;
            }
        }
        .CloseBtn {
            display: block;
            position: fixed;
            top: 10px;
            right: 14px;
        }

        .CopyLogo {
            margin-top: 1.5rem !important;
        }

        .Sotitr {
            color: #fff;
        }

        .topLogoInner {
            opacity: 0;
        }

        .overlay {
            background-color: #782DF5;
        }

        .overlayExtend {
            background-color: #782DF5;
        }

        .Pasteoverlay {
            background-color: #782DF5;
        }

        .textarea {
            max-width: 100% !important;
            height: 130px;
        }

            .textarea:focus {
                max-width: 100% !important;
                height: 130px;
            }

        .copy {
            display: none !important;
        }

        .paste {
            display: none !important;
        }
    }

.NewPaste {
    width: 30px;
    height: 30px;
    background-color: #782DF5;
    border-radius: 8px;
    top: 15px;
    right: 23px;
    position: relative;
    border: solid 2px #fff;
    z-index: 999;
}

.hover:hover ~ .NewPaste {
    animation: NewPasteMoveIn 0.3s ease-out forwards;
}


@keyframes NewPasteMoveIn {

    0% {
        width: 30px;
        height: 30px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: 20px;
        position: relative;
        border: solid 2px #fff;
    }

    50% {
        width: 25px;
        height: 25px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 12px;
        right: 26px;
        position: relative;
        border: solid 2px #fff;
    }

    100% {
        width: 15px;
        height: 15px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 8px;
        right: 29.5px;
        position: relative;
        border: solid 2px #fff;
    }
}

.NewPasteObj2 {
    width: 12px;
    height: 12px;
    background-color: #782DF5;
    border-radius: 8px;
    top: 15px;
    right: -11px;
    position: relative;
    border: solid 2px #fff;
    z-index: 2;
}


.hover:hover ~ .NewPasteObj2 {
    animation: NewPasteObj2MoveIn 0.3s ease-out forwards;
}


@keyframes NewPasteObj2MoveIn {

    0% {
        width: 12px;
        height: 12px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: 1.9px;
        position: relative;
    }

    50% {
        width: 19px;
        height: 22px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: 1.9px;
        position: relative;
    }

    100% {
        width: 40px;
        height: 35px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: 1.9px;
        position: relative;
    }
}


.hover:not(:hover) ~ .NewPaste {
    animation: NewPasteMoveOut 0.3s ease-out forwards;
}

.hover:not(:hover) ~ .NewPasteObj2 {
    animation: NewPasteObj2MoveOut 0.3s ease-out forwards;
}

@keyframes NewPasteObj2MoveOut {

    0% {
        width: 40px;
        height: 35px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: -9px;
        position:relative;
    }


    100% {
        width: 30px;
        height: 30px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: -13px;
        margin-left: 0px;
        position: relative;
    }
}

@keyframes NewPasteMoveOut {

    0% {
        width: 15px;
        height: 15px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 10px;
        right: 18px;
        position: relative;
        border: solid 2px #fff;
        z-index: 999;
        margin-right:11px;
    }

    50% {
        width: 25px;
        height: 25px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 12px;
        right: 18px;
        position: relative;
        border: solid 2px #fff;
        z-index: 999;
        margin-right: 5px;
    }

    100% {
        width: 30px;
        height: 30px;
        background-color: #782DF5;
        border-radius: 8px;
        top: 15px;
        right: 18px;
        position: relative;
        border: solid 2px #fff;
        z-index: 999;
    }
}



@keyframes ldio-5wvf5cx78v6 {
    0% {
        transform: translate(12px,80px) scale(0);
    }

    25% {
        transform: translate(12px,80px) scale(0);
    }

    50% {
        transform: translate(12px,80px) scale(1);
    }

    75% {
        transform: translate(80px,80px) scale(1);
    }

    100% {
        transform: translate(148px,80px) scale(1);
    }
}

@keyframes ldio-5wvf5cx78v6-r {
    0% {
        transform: translate(148px,80px) scale(1):
    }

    100% {
        transform: translate(148px,80px) scale(0);
    }
}

@keyframes ldio-5wvf5cx78v6-c {
    0% {
        background: #ffffff
    }

    25% {
        background: #ffffff
    }

    50% {
        background: #ffffff
    }

    75% {
        background: #ffffff
    }

    100% {
        background: #ffffff
    }
}

@keyframes ldio-yitofxj92n {
    0% {
        transform: translate(6px,40px) scale(0);
    }

    25% {
        transform: translate(6px,40px) scale(0);
    }

    50% {
        transform: translate(6px,40px) scale(1);
    }

    75% {
        transform: translate(40px,40px) scale(1);
    }

    100% {
        transform: translate(74px,40px) scale(1);
    }
}

@keyframes ldio-yitofxj92n-r {
    0% {
        transform: translate(74px,40px) scale(1):
    }

    100% {
        transform: translate(74px,40px) scale(0);
    }
}

@keyframes ldio-yitofxj92n-c {
    0% {
        background: #ffffff
    }

    25% {
        background: #ffffff
    }

    50% {
        background: #ffffff
    }

    75% {
        background: #ffffff
    }

    100% {
        background: #ffffff
    }
}

.ldio-yitofxj92n div {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(40px,40px) scale(1);
    background: #ffffff;
    animation: ldio-yitofxj92n 1s infinite cubic-bezier(0,0.5,0.5,1);
}

    .ldio-yitofxj92n div:nth-child(1) {
        background: #ffffff;
        transform: translate(74px,40px) scale(1);
        animation: ldio-yitofxj92n-r 0.25s infinite cubic-bezier(0,0.5,0.5,1), ldio-yitofxj92n-c 1s infinite step-start;
    }

    .ldio-yitofxj92n div:nth-child(2) {
        animation-delay: -0.25s;
        background: #ffffff;
    }

    .ldio-yitofxj92n div:nth-child(3) {
        animation-delay: -0.5s;
        background: #ffffff;
    }

    .ldio-yitofxj92n div:nth-child(4) {
        animation-delay: -0.75s;
        background: #ffffff;
    }

    .ldio-yitofxj92n div:nth-child(5) {
        animation-delay: -1s;
        background: #ffffff;
    }

.loadingio-spinner-ellipsis-oti1e9k8u1j {
    width: 64px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-yitofxj92n {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.64);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-yitofxj92n div {
        box-sizing: content-box;
    }

.box {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}
.box-wrapper {
    position: absolute;
    top: 0;
    left: 13px;
    width: 20%;
    height: 100%;
}
.box-1 {
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #782DF5;
    border-radius: 10px;
    border: 2px solid #fff;
}

.box-2 {
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #782DF5;
    border-radius: 10px;
    border: 2px solid #fff;
}

.copybdiv:hover .box-1 {
    animation: box1 0.7s ease-out forwards;
}

.copybdiv:hover .box-2 {
    animation: box2 0.7s ease-out forwards;
}

@keyframes box2 {
    10% {
        transform: translate(8px, 8px);
    }

    50% {
        transform: translate(10px, 10px);
    }

    100% {
        transform: translate(8px, 8px);
    }
}

@keyframes box1 {
    10% {
        transform: translate(-8px, -8px);
    }

    50% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(-8px, -8px);
    }
}


.reverse-animation-box1 {
    animation: box1-rev 0.1s ease-out forwards;
}

@keyframes box1-rev {
    0% {
        transform: translate(-8px, -8px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.reverse-animation-box2 {
    animation: box2-rev 0.1s ease-out forwards;
}

@keyframes box2-rev {
    0% {
        transform: translate(8px, 8px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.ahub {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.f14{
    font-size:14px;
}
.f28{
    font-size:28px;
}
.Info {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
}
.ahubMobile {
    display: none;
}
.rectangle {
    width: 41px;
    height: 34px;
    background-color: #782df5;
    position: relative;
    border-radius: 10px;
    margin-right: 16px;
    margin-top: 15px;
    border:2px solid #fff;
}

.circle {
    width: 16px;
    height: 16px;
    background-color: #782df5;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
}
.mobile{
    display:none;
}

.containerbox {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    margin-top: 6px;
}

.box {
    position: absolute;
    width: 30px;
    height: 30px;
}

.box1 {
    top: 17px;
    left: 18px;
    background-color: #782DF5;
    border-radius: 10px;
    border: 2px solid #fff;
    z-index: 4;
}

.box2 {
    top: 0;
    left: 0;
    background-color: #782DF5;
    border-radius: 10px;
    border: 2px solid #fff;
    z-index: 3;
}