html{
	scroll-behavior:smooth;
}
*{
	padding:0;
	margin:0;
}
body{
	font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    color: #666666;
	position:relative;
    background-color: #ffffff;
    /* line-height: 1.7em; */
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#jscript_alert{
	top:0;
	left:0;
	position:fixed;
	width:100%;
	height:100%;
	background:#1f6dc7;
	z-index:999999;
}
#jscript_alert h1{
	width:100%;
	padding:20px;
	color:#ffffff;
	margin-top:1%;
	cursor:pointer;
	text-align:center;
	text-align:-webkit-center;
}
div#jscript_alert h1 img {
    height: 200px;
    width: 300px;
}
div#jscript_alert h1 a {
    color:#000e67;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
div#jscript_alert h1 a:hover {
    color:#ffffff;
}



/* Custom Table Css Start */
.my_table_responsive{
	width:100%;
	display:inline-block;
}
.my_table_hover{
	width:100%;
	display:inline-block;
}
.my_table_hover span{
	padding:10px 0px;
	font-size:15px;
	text-align:center;
	text-align:-webkit-center;
	display:inline-block;
}
.my_table_list_head{
	width:100%;
	padding:5px 10px;
	display:flex;
	flex-flow:row wrap;
}
.my_table_list_head span{
	font-weight:700;
}

.my_table_list_body{
	width:100%;
	padding:5px 0px;
	display:inline-block;
}
.my_table_list_items{
	width:100%;
	display:flex;
	flex-flow:row wrap;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.my_table_list_items span{
	border-bottom:1px solid #ECECEC;
}
.my_table_list_items:hover{
	background:#ECECEC;
	box-shadow: 0px 2px 5px -3px #000000;
	-webkit-box-shadow: 0px 2px 5px -3px #000000;
	-moz-box-shadow: 0px 2px 5px -3px #000000;
}

/* Custom Table Css End */


/* <====================[Custom Css Start]====================> */
.login_wrapper {
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.login_box{
	width: 100%;
	height: 100%;
	background: #3c3c3c7d;
}
.login_box_bg{
    background: #f8f9fa6b;
}
.login_form{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}



/* main selller page start */
.seller_center{
	width:100%;
	display:block;
}
.seller_center_box{
	width:100%;
	height:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:end;
	position:relative;
}

.seller_center_left{
	width:16%;
	height:100%;
	position:relative;
	display:inline-block;
	z-index:9;
}


/* Seller Main Menu Start */
.seller_menu{
	width:16%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#2E4763;
}

.seller_menu_logo{
	width: 100%;
    height: 60px;
    overflow: hidden;
}
.seller_menu_logo_img{
	width:100%;
	height:100%;
}
.seller_menu_box{
	width:100%;
	height:100%;
}
/* main menu */
#main_menu{
	width:100%;
	margin:0;
	padding:0;
}
.main_menu_items{
	width:100%;
	position:relative;
	display:inline-block;
	border-bottom:1px solid #25394F;
}
.has_sub_menu:after{
	content:'\25E2';
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:30px;
}
.main_menu_items a{
	width:100%;
	padding:10px 15px;
	font-size:17px;
	color:#ffffff;
	display:inline-block;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.main_menu_items:hover a{
	background:#25394F;
}


/* seller sub menu */
.sub_menu{
	width:200px;
	position:absolute;
	top:30px;
	bottom:auto;
	left:95%;
	right:auto;
	opacity:0;
	-moz-opacity:0;
	z-index:unset;
	overflow:hidden;
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform-origin:left;
	-webkit-transform-origin:left;
	-moz-transform-origin:left;
	-ms-transform-origin:left;
}
/* jscript add remove */
.sub_menu_no_animation{
	opacity:1;
	-moz-opacity:1;
	z-index:999;
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.sub_menu_yes_animation{
	opacity:0;
	-moz-opacity:0;
	z-index:unset;
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
}
/* jscript add remove */

.sub_menu_items{
	background:#25394F;
	list-style:none;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform-origin:left;
	-webkit-transform-origin:left;
	-moz-transform-origin:left;
	-ms-transform-origin:left;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.sub_menu_items:nth-child(2){
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
}
.sub_menu_items:nth-child(3){
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
}
.sub_menu_items:nth-child(4){
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
.sub_menu_items:nth-child(5){
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
}
.sub_menu_items a{
	font-size:16px;
	border-bottom:1px solid #2E4763;
}
.sub_menu_items:hover a{
	background:#2E4763;
}

/* hover animation */

.main_menu_items:hover .sub_menu_items{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
}

/* Seller Main Menu End */


/* Seller mobile menu start */
.mobile_menu_btn{
	display:none;
	opacity:0;
	-moz-opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
}
.mobile_menu{
	width:0px;
	height:0%;
	z-index:-99;
	display:none;
	opacity:0;
	-moz-opacity:0;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
}
/* Seller mobile menu end */


/* Seller Dashboard Right */
.seller_center_right{
	width:84%;
	z-index:1;
}

/* seller header */
.seller_header{
	width:84%;
	background: #ffffff;
	height: 60px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 10;
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 11%);
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 11%);
}

.seller_header_left_panel{
	width:75%;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.seller_balance{
	width: 200px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	border: 2px solid #000000;
	box-shadow:0px 3px 14px -6px #000000;
}
.seller_balnce_cover{
	width: 100%;
	display: block;
    padding: 6px 0px;
    text-align: center;
	cursor: pointer;
}
.balance_sync{
	padding: 5px;
	padding-right: 20px;
	border-radius: 50%;
}
.balance_digit{
	width: 100%;
	display: block;
	padding: 6px 0px;
	text-align: center;
}
.balance_amount{
	padding-right: 20px;
}



.seller_header_right_panel{
	width:35%;
	height:100%;
	padding:5px;
	display:flex;
	position:relative;
	flex-flow:row wrap;
	justify-content:space-between;
}
.seller_header_items1{
	width:80%;
	height:50px;
	position:relative;
	border:1px solid #eee;
	border-radius:21px;
	-webkit-border-radius:21px;
	-moz-border-radius:21px;
	text-align:center;
	text-align:-webkit-center;
}
.seller_logo{
	width: 48px;
    height: 48px;
    overflow: hidden;
    float: left;
	cursor:pointer;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
    display: inline-block;
}
.seller_name{
	cursor:pointer;
	width:fit-content;
	padding-top:10px;
	display:inline-block;
}
/* seller contex menu */
.seller_contex_menu{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	background:#fff;
	padding:10px;
	opacity:0;
	-moz-opacity:0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	box-shadow:0px 5px 10px -5px #000;
	-webkit-box-shadow:0px 5px 10px -5px #000;
	-moz-box-shadow:0px 5px 10px -5px #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.contex_menu_open{
	opacity:1;
	-moz-opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.contex_close{
	width:fit-content;
	display:inline-block;
	cursor:pointer;
	float:right;
}
.contex_menu_header{
	width:100%;
	display:inline-block;
}
.contex_logo{
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display:inline-block;
}
.contex_name{
	padding-top:5px;
	font-size:17px;
}
.main_contex_menu{
	width:100%;
	display:inline-block;
	margin:0;
	padding:5px 0px;
}
.contex_menu_item{
	list-style:none;
	text-align:left;
	text-align:-webkit-left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.contex_menu_item a{
	width:100%;
	color:#000;
	padding:10px 5px;
	font-size:16px;
	display:inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.contex_menu_item:hover{
	background:#ccc;
}
.contex_menu_item:hover a{
	padding-left:10px;
}
/* contex menu end */

.seller_header_items2{
	width:20%;
	text-align:center;
	text-align:-webkit-center;
	display:inline-block;
	position:relative;
}
.seller_header_notify{
	width:45px;
	height:45px;
	padding-top:5px;
	font-size:20px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:1px solid #eeeeee;
	display:inline-block;
	cursor:pointer;
}
.seller_notify_counter{
	position:absolute;
	top:0;
	left:auto;
	right:0;
	padding:2px;
	cursor:pointer;
}
/* Seller Contex Message box */
.seller_contex_message{
	width:400px;
	height:100%;
	position:fixed;
	right:0;
	top:0;
	background:#fff;
	padding:15px;
	overflow-X:hidden;
	overflow-Y:scroll;
	opacity:0;
	-moz-opacity:0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
	box-shadow:-5px 0px 10px -5px #000;
	-webkit-box-shadow:-5px 1px 10px -5px #000;
	-moz-box-shadow:-5px 0px 10px -5px #000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.contex_message_open{
	opacity:1;
	-moz-opacity:1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.contex_message_close{
	font-size:16px;
	cursor:pointer;
	padding:5px;
}
.seller_contex_message_header{
	width:100%;
	color:#000;
	padding:10px 0px;
}
.seller_contex_message_box{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:sapce-between;
}
.seller_contex_message_items{
	width:100%;
	padding:15px 10px;
	margin-bottom:15px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.s_c_message_item_icon{
	width:15%;
	font-size:20px;
}
.s_c_message_item_title{
	width:60%;
	color:#000;
	font-size:15px;
}
.s_c_message_item_time{
	width:25%;
}
.s_c_message_item_content{
	width:100%;
	color:#c1c1c1;
	padding:15px 0px;
	display:inline-block;
}

/* contex message box scrollbar  */
/* width */
.seller_contex_message::-webkit-scrollbar {
  width: 10px;
  cursor:scroll;
}

/* Track */
.seller_contex_message::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.seller_contex_message::-webkit-scrollbar-thumb {
  background:#2E4763;
}

/* Handle on hover */
.seller_contex_message::-webkit-scrollbar-thumb:hover {
  background: #25394F;
}
/* Seller page menu and header end */


/* <============[Seller Content Start]============> */
.seller_content{
	width:100%;
	min-height:100vh;
	padding:10px;
	padding-top:70px;
	background:#F2F3F7;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.seller_alert{
	width:100%;
	display:inline-block;
}

/* seller content body */
.seller_content_body{
	width:75%;
	padding:5px;
}

/* seller banner */
.seller_banner{
	width:100%;
}
.seller_banner_img{
	width:100%;
}
/* seller portal panel */
.seller_portal_panel{
	width:100%;
	padding:20px 0px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.seller_portal_item_left{
	width:50%;
	padding-right:8px;
	display:flex;
}
.seller_portal_item_right{
	width:50%;
	padding-left:8px;
	display:flex;
}
.seller_portal_box{
	width:100%;
	min-height:350px;
	background:#ffffff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	overflow:hidden;
}
.seller_portal_title{
	width:100%;
}
.seller_portal_title h6{
	padding:15px 10px;
}
.seller_portal_content{
	width:100%;
	padding:10px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.seller_portal_content_item{
	width:100%;
}
.seller_content_title{
	width:100%;
	display:inline-block;
}
.seller_portal_content_box{
	width:100%;
	padding:10px 0px;
	display:inline-block;
	cursor:pointer;
}
.seller_port_con_box_itme_left{
	width:fit-content;
	float:left;
}
.seller_port_con_box_itme_right{
	width:fit-content;
	float:right;
}
.seller_port_ttl{
	width:100%;
	padding:10px 0px;
}
.seller_port_ttl_num{
	padding-left:20px;
}
/* seller campaign events */
.seller_campaign_events{
	width:100%;
	padding:20px 0px;
	display:inline-block;
}
.seller_portal_title h6 a{
	float:right;
}

.seller_campaign_box{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.seller_campaign_item{
	width:33.33%;
	padding:10px;
}
.seller_campaign_item_box{
	
}
.seller_campaign_time{
	width:100%;
	padding:5px;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.seller_camp_timer_counter{
	width:21%;
}
.seller_camp_timer_separetor{
	width:5.33%;
}

.seller_campaign_image{
	
}
.seller_campaign_title{
	width:100%;
	padding:3px;
	display:inline-block;
}
.seller_campaign_tandc{
	
}
.seller_campaign_action{
	
}
.seller_campaign_act_btn{
	width:100%;
	padding:5px;
}
.camp_seller_and_prod{
	width:100%;
	padding:5px 0px;
}
















/* <----------------[seller content sidebar]----------------> */
.seller_content_sidebar{
	width:25%;
	padding:5px;
}
.seller_sidebar_title{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.seller_sidebar_title h3{
	font-family: 'akayaKanadaka-regular';
}
.seller_message_box{
	width:100%;
	display:inline-block;
}
.seller_message_box_item{
	width:100%;
	padding:10px 5px;
	display:inline-block;
}
.seller_message_box_item a{
	font-size:16px;
}



/* <============[Seller Content End]============> */





/* seller footer */
.footer_wrapper {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background: #2e4763;
    color: #fff;
}




/* <====================[Custom Css End]====================> */



/* Back to top  */
.back_to_top {
    position: fixed;
    bottom: 20%;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 15px;
    background: #650360;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    z-index: 99999;
}
.back_to_top i {
    font-size: 25px;
}
.back_to_top_show {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

/* Default css */
.bodyfix{
	overflow:hidden;
}
.pfixed{
	position:fixed;
	width:100%;
}
a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

img{
	width:100%;
	height:100%;
}

.mp0{
	margin:0;
	padding:0;
}
.fix{
	overflow:hidden;
}
.fix-p{
	padding:0;
	overflow:hidden;
}
.fix-m{
	margin:0;
	overflow:hidden;
}
.p5{
	padding:5px;
}
.p10{
	padding:10px;
}
.pl5{
	padding-left:5px;
}
.pl10{
	padding-left:10px;
}
.pr5{
	padding-right:5px;
}
.pr10{
	padding-right:10px;
}
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.diBlock{
	display:inline-block !important;
}
.dBlock{
	display:block !important;
}
.dNone{
	display:none !important;
}
.trf_scaleX0{
	opacity:0 !important;
	-moz-opacity:0 !important;
	transform:scaleX(0) !important;
	-webkit-transform:scaleX(0) !important;
	-moz-transform:scaleX(0) !important;
	-o-transform:scaleX(0) !important;
	-ms-transform:scaleX(0) !important;
}
.trf_scaleX1{
	opacity:1 !important;
	-moz-opacity:1 !important;
	transform:scaleX(1) !important;
	-webkit-transform:scaleX(1) !important;
	-moz-transform:scaleX(1) !important;
	-o-transform:scaleX(1) !important;
	-ms-transform:scaleX(1) !important;
}
.trf_scaleY0{
	opacity:0 !important;
	-moz-opacity:0 !important;
	transform:scaleY(0) !important;
	-webkit-transform:scaleY(0) !important;
	-moz-transform:scaleY(0) !important;
	-o-transform:scaleY(0) !important;
	-ms-transform:scaleY(0) !important;
}
.trf_scaleY1{
	opacity:1 !important;
	-moz-opacity:1 !important;
	transform:scaleY(1) !important;
	-webkit-transform:scaleY(1) !important;
	-moz-transform:scaleY(1) !important;
	-o-transform:scaleY(1) !important;
	-ms-transform:scaleY(1) !important;
}
.op0{
	opacity:0 !important;
	-moz-opacity:0 !important;
}
.op1{
	opacity:1 !important;
	-moz-opacity:1 !important;
}
.protect_image{
	height:100%;
	width:100%;
	position:absolute;
	z-index:9;
	background:transparent;
}
/* scrollbar design start */
/* width */
::-webkit-scrollbar {
  width: 17px;
  cursor:scroll;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F1F1F1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#c3c3c3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A8A8A8;
}


/* scrollbar design end */

/* All Pagination Start */
.allPagination{
	width:100%;
	padding:10px 5px;
	display:inline-block;
}
.pagination_wrapper{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.pagination_items{
	width:fit-content;
	padding:10px;
}
.pagination_items a{
	padding:5px 10px;
	display:inline-block;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	box-shadow:0px 3px 2px 0px #000000;
	-webkit-box-shadow:0px 3px 2px 0px #000000;
	-moz-box-shadow:0px 3px 2px 0px #000000;
}

/* All Pagination End */

/* full width button */
.f-w-b{
	width:100%;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}/* all Photo upload alert */
.imageUP_error_alert{
	width:100%;
	display:inline-block;
	background:#DC3545;
	padding:5px 0px;
	z-index:9;
}
.imageUP_error_alert h5{
	width:95%;
	float:left;
	color:#ffffff;
	padding-top:5px;
}
.imageUP_error_alert h6{
	width:4%;
	padding-top:10px;
	float:left;
	font-size:17px;
}
.allSectionSubmitBtn {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    display: inline-block;
}
/* Default Class Css */
.w10{
	width:10px !important;
}
.w25{
	width:25px !important;
}
.w50{
	width:50px !important;
}
.w100{
	width:100px !important;
}
.w200{
	width:200px !important;
}
.h10{
	height:10px !important;
}
.h25{
	height:25px !important;
}
.h50{
	height:50px !important;
}
.h100{
	height:100px !important;
}
.h200{
	height:200px !important;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

img{
	width:100%;
	height:100%;
}

.mp0{
	margin:0;
	padding:0;
}
.fix{
	overflow:hidden;
}
.fix-p{
	padding:0;
	overflow:hidden;
}
.fix-m{
	margin:0;
	overflow:hidden;
}
.m0{
	margin:0px;
}
.m2{
	margin:2px;
}
.m5{
	margin:5px;
}
.m10{
	margin:10px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}

.p0{
	padding:0px;
}
.p2{
	padding:2px !important;
}
.p5{
	padding:5px !important;
}
.p10{
	padding:10px !important;
}
.p20{
	padding:20px !important;
}
.p30{
	padding:30px !important;
}
.p50{
	padding:50px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl20{
	padding-left:20px !important;
}
.pl30{
	padding-left:30px !important;
}
.pl50{
	padding-left:50px !important;
}
.pr5{
	padding-right:5px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr20{
	padding-right:20px !important;
}
.pr30{
	padding-right:30px !important;
}
.pr50{
	padding-right:50px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt50{
	padding-top:50px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb50{
	padding-bottom:50px !important;
}
.diBlock{
	display:inline-block !important;
}
.dBlock{
	display:block !important;
}
.dNone{
	display:none !important;
}
.outlineNone{
	outline:none !important;
	-moz-outline:none !important;
}
.cPointer{
	cursor:pointer;
	-webkit-cursor:pointer;
	-moz-cursor:pointer;
}
.trf_scaleX0{
	opacity:0 !important;
	-moz-opacity:0 !important;
	transform:scaleX(0) !important;
	-webkit-transform:scaleX(0) !important;
	-moz-transform:scaleX(0) !important;
	-o-transform:scaleX(0) !important;
	-ms-transform:scaleX(0) !important;
}
.trf_scaleX1{
	opacity:1 !important;
	-moz-opacity:1 !important;
	transform:scaleX(1) !important;
	-webkit-transform:scaleX(1) !important;
	-moz-transform:scaleX(1) !important;
	-o-transform:scaleX(1) !important;
	-ms-transform:scaleX(1) !important;
}
.trf_scaleY0{
	opacity:0 !important;
	-moz-opacity:0 !important;
	transform:scaleY(0) !important;
	-webkit-transform:scaleY(0) !important;
	-moz-transform:scaleY(0) !important;
	-o-transform:scaleY(0) !important;
	-ms-transform:scaleY(0) !important;
}
.trf_scaleY1{
	opacity:1 !important;
	-moz-opacity:1 !important;
	transform:scaleY(1) !important;
	-webkit-transform:scaleY(1) !important;
	-moz-transform:scaleY(1) !important;
	-o-transform:scaleY(1) !important;
	-ms-transform:scaleY(1) !important;
}
.op0{
	opacity:0 !important;
	-moz-opacity:0 !important;
}
.op1{
	opacity:1 !important;
	-moz-opacity:1 !important;
}
.protect_image{
	height:100%;
	width:100%;
	position:absolute;
	z-index:9;
	background:transparent;
}

.bodyfix{
	overflow:hidden;
}
.pfixed{
	position:fixed;
	width:100%;
}

.btn-self:not(:disabled):not(.disabled).active:focus, .btn-self:not(:disabled):not(.disabled):active:focus, .show>.btn-self.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(101 3 96 / 33%);
}
.btn-login{
	color:#fff;
	background:#FF5733;
}
.btn-login:hover{
	color:#ffffffbd;
	background:#FF5733f0;
}
.btn-facebook{
	color:#fff;
	background:#3b5998;
}
.btn-facebook:hover{
	color:#ffffffbd;
	background:#3b5998f0;
}
.btn-google{
	color:#fff;
	background:#d34836;
}
.btn-google:hover{
	color:#ffffffbd;
	background:#d34836f0;
}