.foo_i {
    display: block;
    position: relative;
    width: 150px;
    margin: auto;
    cursor: pointer;
    border: 0;
    height: 150px;
    font-size: 1px!important;
    border-radius: 5px;
    outline: 0;
}


.foo_i:hover:after {
    background: #f2f4f3;
}
.foo_i:after {
    transition: 200ms all ease;
    border-bottom: 3px solid rgba(0,0,0,.2);
    background: #4fd3d5;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: '   عکس خود را آپلود کنید';
    line-height: 40px;
    border-radius: 5px;
}

.foo_v {
    display: block;
    position: relative;
    width: 150px;
     font-size: 1px!important;
    margin: auto;
    cursor: pointer;
    border: 0;
    height: 150px;
    border-radius: 5px;
    outline: 0;
}


.foo_v:hover:after {
    background: #f2f4f3;
}
.foo_v:after {
    transition: 200ms all ease;
    border-bottom: 3px solid rgba(0,0,0,.2);
    background: #3b912f;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: '   ویدئو خود را آپلود کنید';
    line-height: 40px;
    border-radius: 5px;
}


.ltr_dir{
    direction: ltr;
}

.show_ticket_title{
    margin-right:40%;
    margin-top: 30px;
}
.show_reanswer_ticket{
    float: left;margin-left: 30px;margin-top: 20px;
}
.leftl{
    float: left;
    margin: 30px;
}
img{
    object-fit: cover;
}
.add_money_form{
    width: 100%;
    margin-bottom: 50px;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
.snip1214 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000000;
    display: contents;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 40px 10px;
}
.snip1214 .plan {
    margin-top: 50px;
    width: 25%;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1214 header {
    position: relative;
}
.snip1214 .plan-title {
    position: relative;
    top: 0;
    font-weight: 800;
    padding: 5px 15px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    display: inline-block;
    background-color: #222f3d;
    color: #ffffff;
    text-transform: uppercase;
}
.snip1214 .plan-cost {
    padding: 0px 10px 20px;
}
.snip1214 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    color: #34495e;
}
.snip1214 .plan-type {
    opacity: 0.6;
}
.snip1214 .plan-features {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
}
.snip1214 .plan-features li {
    border-top: 1px solid #d2d7e2;
    padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
    margin-right: 8px;
    opacity: 0.4;
}
.snip1214 .plan-select {
    border-top: 1px solid #d2d7e2;
    padding: 10px 10px 0;
}
.snip1214 .plan-select a {
    background-color: #222f3d;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}
.snip1214 .plan-select a:hover {
    background-color: #46627f;
}
.snip1214 .featured {
    margin-top: -10px;
    background-color: #34495e;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
    color: #ffffff;
}
.snip1214 .featured .plan-cost {
    padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
    padding: 20px 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
    .snip1214 .plan {
        width: 50%;
    }
    .snip1214 .plan-title,
    .snip1214 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .snip1214 .plan-cost,
    .snip1214 .featured .plan-cost {
        padding: 20px 10px 20px;
    }
    .snip1214 .plan-select,
    .snip1214 .featured .plan-select {
        padding: 10px 10px 10px;
    }
    .snip1214 .featured {
        margin-top: 0;
    }
}
@media only screen and (max-width: 440px) {
    .snip1214 .plan {
        width: 100%;
    }
}

.required::after{
    content:' * ';
    color:red;
    font-size:14px;
}

.show_ad_image{
    width:100%;
}

img.ad_image{
    width: 100%!important;
    object-fit: cover;
}
video.ad_video{
    width: 270px !important;
    object-fit: cover;
}


.ssm{
    display: flex!important;
}
.image_story{
    display: block;
    width: 37%;
    float: left;
    object-fit: fill;
    height: 264px;
    position: absolute;
    right: 21px;
    top: -91px;
}
.margin_video_check{
    margin-right: 30px;
}
.mob_main{
    margin-top:-112px;
}

@media screen and (max-width: 1445px) {
    .image_story{
        display: block;
        width: 42.0%;
        right: 21px;
        height: 267px;
        top: -47%;
    }
    .margin_video_check{
        margin-right: 30px;
    }
}

@media screen and (max-width: 1367px) {
    .image_story{
        width: 46.0%;
    }
}
@media screen and (max-width: 1025px) {
    .image_story{
        display: block;
        width: 48.9%;
        right: 21px;
        height: 263px;
        top: -49.8%;
    }
    .mob_main{
        height: 300px;
    }
    .margin_video_check{
        margin-right: 30px;
    }
}
@media screen and (max-width: 770px) {
    .image_story{
        display: block;
        width: 71%;
        right: 18px;
        height: 269px;
        top: -44.5%;
    }
    .mob_main{
        height: 314px;
    }
    .margin_video_check{
        margin-right: 5px;
    }
}

@media screen and (max-width: 430px) {
    .image_story{
        display: block;
        width: 49.5%;
        right: 21px;
        height: 267px;
        top: 21px;
    }
    .mob_main{
        height: 310px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 380px) {
    .image_story{
        display: block;
        width: 58.9%;
        right: 21px;
        height: 267px;
        top: 21px;
    }
    .mob_main{
        height: 310px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 350px) {
    .image_story{
        display: block;
        width: 74.9%;
        right: 21px;
        height: 267px;
        top: 21px;
    }
    .mob_main{
        height: 310px;
        margin-top: 0px;
    }
}

/*  image post styles in create banner*/

.image_post{
    display: block;
    width: 148px;
    float: left;
    object-fit: fill;
    height: 148px;
    position: absolute;
    right: 21px;
    top: -91px;
}
.margin_video_check{
    margin-right: 30px;
}

@media screen and (max-width: 1445px) {
    .image_post{
        display: block;
        width: 147px;
        right: 21px;
        height: 148px;
        top: -47%;
    }
}
@media screen and (max-width: 1025px) {
    .image_post{
        display: block;
        width: 148px;
        right: 21px;
        height: 148px;
        top: -49.8%;
    }

}
@media screen and (max-width: 770px) {
    .image_post{
        display: block;
        width: 152px;
        right: 18px;
        height: 152px;
        top: -44.5%;
    }

}

@media screen and (max-width: 430px) {
    .image_post{
        display: block;
        width: 151px;
        right: 21px;
        height: 151px;
        top: 21px;
    }

    #simulation_caption {

        top: 175px;

    }

}

@media screen and (max-width: 380px) {
    .image_post{
        display: block;
        width: 150px;
        right: 21px;
        height: 149px;
        top: 21px;
    }

}

@media screen and (max-width: 350px) {
    .image_post{
        display: block;
        width: 151px;
        right: 21px;
        height: 151px;
        top: 21px;
    }
}

#simulation_caption{
    font-size: 10px;
    width: 140px;
    position: absolute;
    top: 60px;
    right: 26px;
    overflow-y: scroll;
    text-align: justify;
    padding: 5px;
    height: 110px;
}
@media screen and (max-width: 430px) {
    #simulation_caption {
        top: 175px;
    }
}


.ui-timepicker-wrapper{
    width: 200px!important;
    text-align: center;
}

.logo_post_preview{
    position: absolute;
    margin-bottom: 0;
    margin-top: 32px;
    z-index: 100;
    right: 140px;
}

@media screen and (max-width: 1025px) {
    .logo_post_preview{
        margin-top: 28px;
    }
}
@media screen and (max-width: 992px) {
    .logo_post_preview{
        position: absolute;
        margin-bottom: 0;
        margin-top: 36px;
        z-index: 100;
        right: 138px;
    }
}

@media screen and (max-width: 766px) {
    .logo_post_preview{
        margin-top: 146px;
        right: 140px;
        margin-bottom: 0;
    }
}

.logo_history_preview{
    position: absolute;
    bottom: 0;
    margin-bottom: 18px;
    right: 135px;
    z-index: 100;
}

.ad_show_image{
    width: 270px;
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    .ad_show_image{
       margin-right:25%;
    }
    video.ad_video{
        margin-right:25%;
    }
}

.vvidd{
    width: 512px!important;
    margin-right: 13%!important;
}

.card.customer_dashboard_show_wallet{
    display: inline-block;padding: 36px 10px;width: 100%;
}

@media only screen and (max-width: 1367px){
    .card.customer_dashboard_show_wallet{
        display: inline-block;padding: 13px 10px;width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .padding_0{
        padding: 0!important;
    }
}



