.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
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: 1em;
    }
}




/*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: auto;
    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_image_check {
    background: #f00;
    border-radius: 15px;
    padding: 3px;
}
.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: #f2295b;
    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: #f2295b;
}

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