.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, input:-internal-autofill-selected {
    background-clip: text !important;
    -webkit-background-clip: text !important;
}
/*.card-title.free-checkout-title {*/
/*    background: linear-gradient(310deg, #7928ca, #ff0080) !important;*/
/*    border-radius: 10px 10px 0px 0px !important;*/
/*    padding: 8px !important;*/
/*}*/

.form-column {
    min-height: 250px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 3em;
    /*border: 1px solid #e9e9e9;*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
}

.home-alert ,#form_loader,#email-alert,#counter_div {
    display: none;
}

#user-loader {
    display: none;
    animation: ease-in;
    animation-duration: 3s;
}

.loader-image {
    border: 5px solid transparent;
    width: 100px;
    z-index: 1;
    position: relative;
}
.loader-spinner {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: linear-gradient(rgb(255 255 255), #ffffff) padding-box, linear-gradient(to right, var(--theme-primary-color), var(--theme-secondary-color)) border-box;
    border-radius: 50px;
    border: 3px solid transparent;
}

.user_loader_welcome_text{
    display: none;
    width: max-content;
}

.live-nub-box span {
    padding: 0.5rem;
    background: #00b67a;
    color: #FFF;
    margin-right: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.timeline-over-box .timeline-one-side .timeline-step {
    left: 1rem;
    background: #fff;
    height: 40px;
    width: 40px;
    box-shadow: 0px 3px 0px 0px rgb(164 38 169 / 19%);
}
.hero-input {
    border: 2px solid #d9d9d9;
    border-radius: 5px;
}
.hero-input input {
    border: none;
    box-shadow: none !important;
    height: 40px;
    min-width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: inherit;
    color: #2e2e2e;
    line-height: 1;
}

.hero-input span {
    background: #fff;
    color: var(--theme-secondary-color);
    border: none;
}
.hero-input:hover {
    border: 2px solid var(--theme-secondary-color);
}

.success-ad-box {
    padding: 20px;
    background: #eff8ef;
    border: 2px dashed #a5d7a7;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.waiting-text {
    padding: 20px;
    background: #fffff4;
    border: 2px dashed #facea8;
    margin-top: 20px;
    border-radius: 15px;
}
.post-limit-ad-box {
    padding: 20px;
    background: #fffff4;
    border: 2px dashed #facea8;
    margin: 20px;
    border-radius: 15px;
}

@media (max-width: 350px) {
    .bottom-icon-text p {
        font-size: 11px;
    }
}
@media (max-width: 450px) {
    .bottom-icon-text p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
    .form-column {
        padding: 1.5em !important;
    }
}




/*select past css*/


.container-wapper {
    width: 1200px;
}

.post-header {
    color: var(--heading-text-color);
    background: #d4f5ed;
    border-radius: 10px !important;
}

.images-list-box .images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    user-select: none;
    margin: -8px;
    align-items: center;
}

.images-list-box .images .post-cell {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.images-list-box .images .post-cell:before {
    content: "";
    display: table;
    padding-top: 100%;
}

.images-list-box .images .post-cell .post-cell-inner {
    margin: 8px;
}

.images-list-box .images .post-cell .post {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8px;
    border-radius: 15px;
    /* display: none; */
}

.post {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.images-list-box .images .post-cell .post img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    transition: 2s;
    object-fit: cover;
}

.images-list-box .images .post-cell .post:hover img {
    opacity: 1;
    transition: 1s;
    transform: scale(1.1);
}

.images-list-box .images .post-cell .post:hover label {
    background-color: rgba(242, 4, 91, 0.48);
    transition: 1s;
}

.images-list-box .images .post-cell .post.active label {
    background-color: rgb(0 0 0 / 60%);
    transition: 1s;
}

.images-list-box .images .post-cell .post label {
    width: 100%;
    height: 100%;
    transition: 1s;
    /* opacity: 0.2; */
    margin: 0px;
}
.images-list-box .images .post-cell .post.active label {
    background-color: rgb(0 0 0 / 60%);
    transition: 1s;
}

.post label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.post input.img-check {
    opacity: 0;
    height: 1px;
    width: 1px;
}

.post input.img-check + span {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 14px;
    background-color: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
}
.post input.img-check + span i {
    text-align: center;
    border-radius: 44px;
    color: #fff;
    width: 21px;
    height: 21px;
    padding: 5px;
    font-size: 12px;
}

.post input.img-check + span i {
    background-color: var(--theme-primary-color);
}

.post_image_check,
#popup_select_post {
    display: none;
}
.post_image_toast {
    backdrop-filter: blur(4px);
}


.post .img-info {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    color: #fff;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
}

/* loder */
.loder-box {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8px;
    box-shadow: 0px 0px 4px 1px #eee;
    border-radius: 15px;
}

.select-post-content-box2 {
    display: none;
}
.select-post-stick1 {
    display: none;
}

.bg-images .shape .shape-1 {
    left: -50px;
    width: 230px;
    height: 240px;
    top: -20px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.bg-images .shape .shape-2 {
    right: 0px;
    left: -20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 6px solid #f18b92;
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
}
.bg-images .shape .shape-2.check-shape {
    border: none;
    background: #69c0c0;
}

@media screen and (min-device-width: 200px) and (max-device-width: 499px) {
    .card-over-box {
        padding: 20px;
    }
    .images-list-box .images .post-cell {
        flex: 0 0 50% !important;
    }
    .post input.img-check + span {
        width: 20px;
        height: 20px;
    }
    .post input.img-check + span i {
        width: 16px;
        height: 16px;
        padding: 3px;
        font-size: 9px;
    }

}
@media screen and (min-device-width: 500px) and (max-device-width: 767px) {
    .card-over-box {
        padding: 25px;
    }
    .images-list-box .images .post-cell {
        flex: 0 0 33%;
    }
}

/*times box*/
.timer {
    margin-top: 10px;
}

.timer > svg {
    width: 100px;
    height: 80px;
}

.timer > svg > circle {
    fill: none;
    stroke-opacity: 0.3;
    stroke: var(--theme-secondary-color);
    stroke-width: 5;
    transform-origin: center center;
    transform: rotate(-90deg);
}

.timer > svg > circle + circle {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    stroke-linecap: round;
    stroke-opacity: 1;
}

.timer.animatable > svg > circle + circle {
    transition: stroke-dashoffset 0.3s ease;
}

.timer > svg > text {
    font-size: 28px;
    fill: var(--theme-secondary-color);
}

.timer > svg > text + text {
    font-size: 1rem;
}



.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.post-limit-ad-box {
    padding: 20px;
    background: #fffff4;
    border: 2px dashed #facea8;
    margin: 20px;
    border-radius: 15px;
}


.waiting-text {
    padding: 20px;
    background: #fffff4;
    border: 2px dashed #facea8;
    margin-top: 20px;
    border-radius: 15px;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff3f9;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip .75s
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long .75s
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76,175,80,.5)
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff3f9;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.success-ad-box {
    padding: 20px;
    background: #eff8ef;
    border: 2px dashed #a5d7a7;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.pyro > .before, .pyro > .after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; }
}
