.main_row_for_user_account{
	padding-bottom: 40px !important;
}

.main_container_user_account{
	height: auto;
    margin-top: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.main_header_block_user_account{
	height: 220px;
	border-radius: 4px;
}

.main_header_block_user_account_first{
	height: 120px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.main_header_block_user_account_second{
	height: 100px;
	background: #f1f1f1;
}

.main_header_block_user_account_first_one{
	background: #e62252;
	height: 120px;
	border-radius: 6px 0px 0px 0px;
}

.main_header_block_user_account_first_two{
	background: #662289;
	height: 120px;
	border-radius: 0px 6px 0px 0px;
}


.user_account_user_avatar{
	height: 130px;
    width: 130px;
    position: relative;
    top: 46px;
    margin-left: 8px;
}

.user_account_user_avatar_img{
	width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 4px solid white;
}


.user_account_hello_text{
	position: relative;
    margin-left: 143px;
    margin-top: -76px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
}


.user_account_name_text{
	position: relative;
    margin-left: 142px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-top: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-height: 50px;        /* fallback */
    max-height: 50px;       /* fallback */
    height: 50px;
}


.user_account_linked_accounts_text{
	position: relative;
    margin-top: 26px;
    height: 120px;
}

.user_account_linked_accounts_item_hold{
	margin-top: 18px;
	height: 40px;
	padding-left: 0px !important;
}


.user_account_linked_accounts_items{
	position: relative;
	color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-left: 40px;
}


.user_account_linked_accounts_items_head{
	color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-left: 40px;
}


.linked_account_holder{
	height: 120px;
	padding-top: 20px !important;
}


.linked_account_holder_account_icon_hold{
	position: relative;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50px;
    margin-left: 20px;
    float: right;
    top: 20px;
}
.linked_account_holder_account_icon{
	width: 30px;
    height: 30px;
    position: relative;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.account_second_holder_master{
	padding-left: 140px;
	height: 100px;
}


.percentage_of_love{
	width: 160px;
	height: 100px;
}


.percentage_of_love_love_icon{
	width: 36px;
    height: 36px;
    position: relative;
    top: 30px;
}

.percentage_of_love_number{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 43px;
    color: #5a5a5a;
    position: relative;
    left: 47px;
    top: -25px;
}


.percentage_of_love_in_votes{
	position: relative;
    left: 0px;
    top: -36px;
    width: 160px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #807e7e;
}


.love_by_user_rating{
	width: 200px;
	height: 100px;
	left: 220px;
	position: relative;
	top: -100px;
}


.love_by_user_rating_number{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #5a5a5a;
    position: relative;
    left: 10px;
    top: 26px;
}

.love_by_user_rating_love_hold{
	position: relative;
    height: 50px;
    left: 64px;
    width: 200px;
    top: -26px;
}


.love_five_number_item{
	width: 20px;
    height: 20px;
    position: relative;
    left: 8px;
    top: 17px;
}


.love_by_user_rating_item{
	position: relative;
    left: 13px;
    top: -32px;
    width: 160px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #807e7e;
}



.member_since_area{
    float: right;
    position: relative;
    top: -200px;
    height: 100px;
}


.member_since_area_text{
    padding-top: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-right: 10px;
    color: #717070;
}



.write_your_reviews{
    float: right;
    position: relative;
    top: -168px;
    width: 173px;
    height: 41px;
    text-align: center;
    background: #e62252;
    border-radius: 24px;
    color: white;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 8px;
    right: 20px;
    cursor: pointer;
}


.follow_user_account{
    float: right;
    position: relative;
    top: -168px;
    width: 120px;
    height: 41px;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 8px;
    right: 40px;
    cursor: pointer;
}


.follow_user_progress{
    float: right;
    position: relative;
    top: -159px;
    width: auto;
    height: 41px;
    right: 40px;
    display: none;
}



.follow_user_account_following{
    background: #e62252;
    color: white;
}

.follow_user_account_un_following{
    background: #cecece;
    color: #525252;
}



.main_second_container_user_account{
	padding-top: 20px !important;
    height: auto;
    border: 1px solid #ececec;
    border-top: none;
    padding-bottom: 20px !important;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 14px -11px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 14px -11px rgba(120,120,120,1);
    box-shadow: 0px 0px 14px -11px rgba(120,120,120,1);
    z-index: 10;
    height: auto;
    margin-top: 1px;
}


.main_second_container_heading_text{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: black;
    position: relative;
    /* padding-left: 25px !important; */
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px !important;
}


.my_account_master_ad_holder{
	padding-top: 0px !important;
	padding-bottom: 20px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
	height: auto;
}


/**//**/
.padding_right_left_zero{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/**/
.repeat_add_block_user_ads{
    margin-top: 36px;
    height: 338px;
    background: white;
    border-radius: 6px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 10px #ececec;
    -moz-box-shadow: 0px 4px 10px #ececec;
    box-shadow: 0px 4px 10px #ececec;
}
.repeat_trending_image_hold_user_ads{
    height: 224px;
    width: 100%;
}
.repeat_trend_image_style_user_ads{
    height: 224px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px 6px 0px 0px;
}
.repeat_trending_detail_and_praise_hold_user_ads {
    height: 80px;
    width: 100%;
    padding-top: 16px;
    padding-left: 15px;
   /* border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;*/
}
.trending_repeat_title_user_ads {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #595757;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-height: 24px;
    height: 24px;
}
.trending_repeat_prise_user_ads {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #000000;
    margin-top: 4px;
}
.trending_repeat_prise_user_ads_icon{
    color: #858585;
}
.repeat_trending_loca_and_time_hold_user_ads {
    height: 34px;
    width: 100%;
    /*background: #f7f7f7;*/
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #f7f7f7;
}
.repeat_trend_loca_user_ads {
    position: relative;
    margin-top: 5px;
    padding-left: 15px !important;
    /*float: left;*/
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.repeat_trend_time_user_ads {
    position: relative;
    margin-top: 5px;
    padding-right: 15px !important;
    /*float: right;*/
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**//**/
.my_account_master_pagination_hold{
    height: auto;
    margin-top: 20px;
    text-align: center;
}
.pagination_items{
    margin-top: 5px;
}
.pagination_items{
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #615f5f;
    border: 1px solid #e8e8e8;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding-top: 7px;
}
.pagination_items_active{
    background: #4285f4 !important;
    color: white !important;
}
/**/



/**/
.content_content_block_no_data_main_holder{
    text-align: center;
    display: none;
}
.content_content_block_no_data_holder{
    height: 400px;
    margin-top: 80px;
}
.content_content_block_no_data_holder_image{
    max-width: 350px;
}
.content_content_block_no_data_holder_header{
    text-align: center;
    margin-top: -10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #bfbfbf;
}
/**/

/**/
.spinner_area_for_ajax_loader_hold{
    text-align: center;
    display: none;
}
.spinner_area_for_ajax_loader_spinner_hold{
    height: 200px;
    margin-top: 120px;
}
.spinner_area_for_ajax_loader_spinner_hold_comment{
    height: 100px;
    margin-top: 60px;
    text-align: center;
}
.spinner_area_for_ajax_loader_spinner_gif{
    width: 150px;
}
.spinner_area_for_ajax_loader_header{
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #bfbfbf;
}
/**/

/**/
.server_error_occured{
    text-align: center;
    display: none;
}
.server_error_occured_data_hold{
    height: 400px;
    margin-top: 80px;
}
.server_error_occured_data_hold_image{
    max-width: 350px;
}
.server_error_occured_data_hold_header{
    text-align: center;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #bfbfbf;
}
/**/


/**/
.ad_current_status_block{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 60px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -231px;
    border-radius: 4px 2px 4px 2px;
}
.the_service_badge{
    position: relative;
    top: -210px;
    height: 22px;
    width: auto;
    background: #e7e7e7;
    color: #494949;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border-radius: 15px 0px 0px 15px;
    padding-right: 8px;
    padding-left: 11px;
}
.status_ad_pending{
    background: red;
    color: white;
}
.status_ad_rejected{
    background: black;
    color: white;
}
.status_ad_sold{
    background: green;
    color: white;
}
.status_ad_active{
    background: green;
    color: white;
}


/**//**//**//**/
.user_reviews_master_block{

}
.user_reviews_main_container{
    background: #f7f7f7;
    height: auto;
    border: 1px solid #ececec;
    border-top: none;
    padding-bottom: 20px !important;
    -webkit-box-shadow: 0px 0px 14px -11px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 14px -11px rgba(120,120,120,1);
    box-shadow: 0px 0px 14px -11px rgba(120,120,120,1);
    z-index: 10;
}
.user_reviews_main_container_heading_text{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: black;
    position: relative;
    padding-left: 25px !important;
    margin-top: 30px;
    padding-bottom: 10px !important;
}
.master_holder_for_repeat_review{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.repeate_review_user_image{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: relative;
}
.repeate_review_user_image_icon{
    width: 70px;
    height: 70px;
    border-radius: 70px;
     -webkit-box-shadow: 0px 0px 14px -5px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 14px -5px rgba(120,120,120,1);
    box-shadow: 0px 0px 14px -5px rgba(120,120,120,1);
    z-index: 10;
    border: 2px solid white;
}
.repeate_review_user_love_block{
    position: relative;
    margin-left: 90px;
    height: 38px;
    top: -42px;
}
.repeate_review_user_love_block_icon{
    position: relative;
    margin-left: 1px;
    height: 18px;
    width: 20px;
}
.repeate_review_user_first_header{
    position: relative;
    margin-left: 92px;
    top: -54px;
}
.repeate_review_user_first_header_by{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #6f6969;
}
.repeate_review_user_first_header_name{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #e62252;
}
.repeate_review_user_first_header_date{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #505050;
}
.repeate_review_user_first_comment{
    padding-right: 4% !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #484747;
    position: relative;
    margin-left: 92px;
    top: -39px;
    text-align: justify;
    word-wrap: break-word;
}
.repeate_review_user_final_block{
    position: relative;
    margin-left: 92px;
    top: -27px;
    margin-right: 4% !important;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
}
.final_block_report{
    position: relative;
    top: 8px;
    width: 110px;
    cursor: pointer;
    display: none;
}
.final_block_report_icon{
    width: 20px;
    height: 20px;
    opacity: 0.6;
}
.final_block_report_text{
    position: relative;
    margin-left: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #696767;
    top: -5px;
    letter-spacing: 0.4px;
}
.profile_comments_master_pagination_hold{
    height: 60px;
    margin-top: 20px;
    text-align: center;
}
.pagination_items_comments{
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #615f5f;
    border: 1px solid #dadada;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding-top: 7px;
}
.pagination_items_comments_active{
    background: #4285f4 !important;
    color: white !important;
}
/**//**//**//**/


/*Model*/
#model_for_user_review{
    max-width: 450px !important;
    max-height: 550px !important;
    width: 450px !important;
    height: 550px !important;
    background: white;
    border-radius: 8px;
    overflow-y: visible !important;
}
.model_for_user_review_content{
    padding: 0px !important
}
.model_review_user_close_hold{
    width: 36px;
    height: 36px;
    border-radius: 40px;
    background: #e4e4e4;
    float: right;
    right: 4px;
    top: 4px;
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #a0a0a0;
    padding-top: 4px;
    cursor: pointer;
    position: relative;
}
.model_review_user_img_hold{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    top: 30px;
    left: 20px;
}
.model_review_user_img_hold_img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.model_review_user_name_hold{
    position: relative;
    left: 143px;
    top: -60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #5f5959;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
    max-height: 30px;
}
.model_review_user_member_snc{
    position: relative;
    top: -58px;
    left: 145px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #717070;
}
.model_review_user_firt_line{
    border-top: 1px solid #f3f3f3;
    position: relative;
    top: -20px;
}
.model_review_rating_head{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #969292;
    font-size: 15px;
    position: relative;
    left: 20px;
    top: 9px;
}
.model_review_rating_love_block{
    position: relative;
    height: 85px;
    width: 320px;
    top: 15px;
    left: 20px;
}
.model_love_first_item{
    margin-left: 0px !important;
}
.model_review_rating_love_items{
    width: 36px;
    height: 36px;
    top: 6px;
    position: relative;
    margin-left: 13px;
    cursor: pointer;
}
.model_review_txt_head{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #969292;
    font-size: 15px;
    position: relative;
    left: 20px;
    top: 0px;
}
.model_review_txt_bx_hold{
    position: relative;
    top: 15px;
    left: 18px;
    height: 120px;
    width: 410px;
    border-radius: 4px;
}
.model_review_txt_bx_hold_txt_area{
    padding: 10px 15px 10px 15px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 3px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    height: 120px;
    resize: none;
    outline: none;
    background: #f9f9f9;
    line-height: 24px;
}
.model_review_txt_bx_hold_txt_area::placeholder {
  color: #8e8b8b;
  font-size: 15px;
}
.model_review_txt_bx_hold_txt_area_counter{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #464646;
    position: relative;
    top: 2px;
    left: 2px;
}
.model_review_button_hold{
    position: relative;
    top: 56px;
    left: 17px;
    width: 411px;
    height: 55px;
}
.model_review_button_hold_button{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    width: 118px;
    height: 34px;
    background: #e62252;
    position: relative;
    top: 16px;
    border-radius: 3px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    float: right;
}
.model_review_cancel_review{
    position: relative;
    top: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #0e0e0e;
    padding-left: 4px;
    width: 200px;
}
.model_review_cancel_review_hi{
    color: #662c88;
    font-weight: 400;
    cursor: pointer;
}
.model_review_button_progress{
    display: none;
    top: 22px;
    position: relative;
    float: right;
}
.model_review_user_second_line{
    border-top: 1px solid #f3f3f3;
    position: relative;
    top: 52px;
}
/*Model*/
/**/
.custom_toast_red{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    background: red !important;
    color: white !important;
    border-radius: 3px !important;
}
.custom_toast_green{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    background: green !important;
    color: white !important;
    border-radius: 3px !important;
}
.custom_toast_orange{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    background: red !important;
    color: white !important;
    border-radius: 3px !important;
}
/**/






/*Model*/
#model_for_ad_status{
    width: 420px !important;
    height: 300px !important;
    background: white;
    border-radius: 2px;
    overflow-y: visible !important;
    top: 10% !important;
    max-height: 95% !important;
}
.model_for_ad_status_content{
    padding: 0px !important
}

.model_for_ad_status_content_top{
    position: relative;
    top: 0px;
    height: 60px;
}
.model_for_ad_status_content_center{
    position: relative;
    top: 0px;
    height: 230px;
}
.model_for_ad_status_content_bottom{
    position: relative;
    top: 0px;
    height: 100px;
}

.model_for_ad_status_content_top_head{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #4c4a4a;
    position: relative;
    top: 15px;
    left: 20px
}
.model_for_ad_status_line{
    position: relative;
    top: 23px;
    border-bottom: 1px dashed #efefef;
}
.model_for_ad_status_content_center_item{
    position: relative;
    top: 10px;
    height: 40px;
}
.model_for_ad_status_content_center_item_left{
    position: relative;
    height: 40px;
    width: 200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4c4a4a;
    padding-left: 21px;
    padding-top: 10px;
}
.model_for_ad_status_content_center_item_middle{
    position: relative;
    height: 40px;
    width: 50px;
    top: -40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4c4a4a;
    text-align: center;
    left: 200px;
    padding-top: 10px;
}
.model_for_ad_status_content_center_item_right{
    position: relative;
    height: 40px;
    left: 250px;
    width: 150px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4c4a4a;
    padding-top: 10px;
    top: -80px;
}
.model_for_ad_status_current_status{
    padding: 2px 16px 2px 16px;
    border-radius: 2px;
    font-size: 14px;
}
.model_for_ad_status_content_bottom_first{
    height: 80px;
    position: relative;
    top: 0px;
}
.model_for_ad_status_content_bottom_first_head{
    position: relative;
    top: 10px;
    left: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #7b7a7a;
}
.ad_status_pop_up_change_delete{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7d7c7c;
    position: relative;
    left: 21px;
    top: 10px;
    height: 35px;
    padding-top: 6px;
    background: #e2e2e2;
    border-radius: 2px;
    width: 104px;
    text-align: center;
}
.model_for_ad_status_cancel{
    width: 30px;
    height: 30px;
    float: right;
    background: #e2e2e2;
    right: 30px;
    position: relative;
    border-radius: 30px;
    text-align: center;
    color: #949494;
    padding-top: 2px;
    font-size: 17px;
    cursor: pointer;
    top: 0px;
}
/*Model*/



/**//**/
.repeat_trending_menu_hold{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: white;
    float: right;
    top: -224px;
    right: 7px;
    z-index: 50;
    cursor: pointer;
}
.repeat_trending_menu_hold_image{
    position: relative;
    left: 7px;
    top: 6px;
    width: 17px;
    height: 17px;
}
.repeat_trending_menu_opener{
    display: none;
    position: relative;
    width: 140px;
    height: 160px;
    background: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    float: right;
    top: 20px;
    right: 0px;
    border-radius: 2px;
}
.repeat_trending_menu_opener_triangle{
    position: relative;
    top: -8px;
    left: 0px;
    float: right;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid white;
}
.repeat_trending_menu_opener_menu_item{
    position: relative;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7b7a7a;
    border-bottom: 1px solid #f7f7f7;
}
.repeat_trending_menu_opener_menu_item:hover{
    background: #69308a;
    color: white;
    cursor: pointer;
    border-radius: 2px;
}
.menu_opener_menu_item_no_border_bottom{
    border-bottom: none;
}
.ad_menu_item_list_unactive{
    color: #c3c3c3 !important;
}
.ad_menu_item_list_unactive:hover{
    background: #ffffff !important;
    color: #c3c3c3 !important;
    cursor: default !important;
}
/**//**/




/**/
#model_for_sold_ad{
    width: 450px !important;
    height: 480px !important;
    background: white;
    border-radius: 2px;
    overflow-y: visible !important;
    top: 10% !important;
    max-height: 95% !important;
}
.model_for_sold_ad_content{
    padding: 0px !important
}
.model_for_sold_ad_content_head{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #4c4a4a;
    margin-top: 15px;
    margin-left: 20px
}
.model_for_sold_ad_line{
    margin-top: 8px;
    border-bottom: 1px dashed #efefef;
}
.model_for_sold_ad_txt_box_head{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #504b4b;
    margin-top: 12px;
    margin-left: 20px;
}
.model_for_ad_status_txt_bx_hold{
    margin-top: 12px;
    margin-left: 20px;
    height: 120px;
    width: 410px;
    border-radius: 4px;
}
.model_for_ad_status_bx_hold_txt_area{
    padding: 10px 15px 10px 15px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 3px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 140px;
    resize: none;
    outline: none;
    background: #f9f9f9;
    line-height: 24px;
}
.model_for_ad_status_bx_hold_txt_area::placeholder {
  color: #8e8b8b;
  font-size: 15px;
}
.model_for_ad_status_bx_hold_txt_area_counter{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #464646;
    margin-top: 2px;
    margin-left: 2px;
}
.model_for_sold_ad_line_two{
    margin-top: 60px;
    border-bottom: 1px dashed #efefef;
}
.model_for_sold_ad_content_info{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px !important;
    color: #4e4848 !important;
    margin-top: 15px;
    margin-left: 20px;
    padding-right: 20px;
    word-break: break-all;
    text-align: justify;
}
.model_for_sold_ad_content_info_hi{
    color: #331644;
    font-weight: 400;
}
.model_for_sold_ad_line_three{
    margin-top: 20px;
    border-bottom: 1px dashed #efefef;
}
.model_for_sold_ad_proceed{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    width: 100px;
    height: 38px;
    background: #e62252;
    position: relative;
    top: 12px;
    border-radius: 3px;
    text-align: center;
    padding-top: 7px;
    float: right;
    right: 20px;
    cursor: pointer;
}
.model_for_sold_ad_cancel{
    position: relative;
    float: right;
    right: 50px;
    top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #26a69a;
    cursor: pointer;
}
.model_for_sold_ad_proceed_progress{
    position: relative;
    float: right;
    right: 20px;
    top: 21px;
    display: none;
}
/**/





/**/
#model_for_de_activate_ad{
    width: 500px !important;
    height: 270px !important;
    border-radius: 2px;
    overflow-y: visible !important;
    top: 10% !important;
    background: white;
    max-height: 95% !important;
}
.model_for_de_activate_ad_content{
    padding: 0px !important
}
.model_for_de_activate_ad_content_head{
    position: relative;
    top: 20px;
    left: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 27px;
    color: #4c4c4c;
    padding-bottom: 30px;
}
.model_for_de_activate_ad_content_para{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px !important;
    color: #4e4848 !important;
    position: relative;
    margin-top: 15px;
    left: 20px;
    padding-right: 20px;
}
.model_for_de_activate_ad_content_line{
    margin-top: 20px;
    border-bottom: 1px dashed #efefef;
}
.model_for_de_activate_ad_proceed{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    width: 100px;
    height: 38px;
    background: #e62252;
    position: relative;
    top: 12px;
    border-radius: 3px;
    text-align: center;
    padding-top: 7px;
    float: right;
    right: 20px;
    cursor: pointer;
}
.model_for_de_activate_ad_cancel{
    position: relative;
    float: right;
    right: 50px;
    top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #26a69a;
    cursor: pointer;
}
.content_for_deactivate_ad{
    display: none;
}
.content_for_activate_ad{
    display: none;
}
.model_for_de_activate_ad_proceed_progress{
    position: relative;
    float: right;
    right: 20px;
    top: 21px;
    display: none;
}
/**/




/**/
#model_for_de_delete_ad{
    width: 460px !important;
    height: 350px !important;
    border-radius: 2px;
    overflow-y: visible !important;
    top: 10% !important;
    background: white;
    max-height: 95% !important;
}
.model_for_de_delete_ad_content{
    padding: 0px !important
}
.model_for_de_delete_ad_image_hold{
    position: relative;
    top: 20px;
    height: 140px;
    text-align: center;
}
.model_for_de_delete_ad_image_hold_image{
    position: relative;
    width: 110px;
    height: 110px;
    top: 10px;
}
.model_for_de_delete_ad_master_head{
    position: relative;
    text-align: center;
    top: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #2b2b2b;
}
.model_for_de_delete_ad_master_para{
    position: relative;
    text-align: center;
    top: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #7b7878;
}
.model_for_de_delete_ad_master_para_red{
    color: red;
    font-weight: 400;
}
.model_for_de_delete_ad_line{
    border-top: 1px solid #f3f3f3;
    position: relative;
    top: 52px;
}
.model_for_de_delete_ad_proceed_progress{
    position: relative;
    float: right;
    right: 20px;
    top: 75px;
    display: none;
}
.model_for_de_delete_ad_proceed{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    width: 100px;
    height: 38px;
    background: #e62252;
    position: relative;
    top: 67px;
    border-radius: 3px;
    text-align: center;
    padding-top: 7px;
    float: right;
    right: 20px;
    cursor: pointer;
}
.model_for_de_delete_ad_ad_cancel{
    position: relative;
    float: right;
    right: 50px;
    top: 75px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #26a69a;
    cursor: pointer;
}
/**/



/**/
.ads_main_user_details_user_block_user_verification{
    position: absolute;
    width: 28px;
    height: 28px;
    margin-left: 102px;
    margin-top: -11px;
    background: white;
    border-radius: 28px;
    -webkit-box-shadow: 0px 4px 10px #cecece;
    -moz-box-shadow: 0px 4px 10px #cecece;
    box-shadow: 0px 4px 10px #cecece;
    text-align: center;
}
.user_verification_block_img{
    width: 20px;
    height: 20px;
    position: relative;
    left: 0px;
    top: 4px;
}
/**/
