.error_email{
  text-transform: uppercase;
}


#shared_article_parent_modal h4{
	text-transform: uppercase;

}

#shared_article_parent_modal p{
	margin-bottom: 47px;
}

.share_info{

margin-top: 25px;
text-align: left;
font-size: 12px;
}


#shared_article_parent_modal .tooltip {
position: relative;
display: inline-block;
opacity: 1 !important;
}

#shared_article_parent_modal .tooltip .tooltiptext {
visibility: hidden;
background-color: #313131;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 8px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
transition: opacity 1s;
max-height: 150px;
overflow-x: scroll;
height: auto;

}

#shared_article_parent_modal .tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

#shared_article_parent_modal .tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}

.shared_with{
color: red;
margin-right: 5px;
text-transform: uppercase;
font-size: 10px !important;
font-weight: bold;
}
.error_email{
	margin: 0px 0px 4px 0px;
	font-size: 10px !important;
	text-align: left !important;
	color: red !important;
	min-height: 6px;
}

.limit_notice{
text-align: center;
margin-top: 13px;
line-height: 13px;
color: red;
}

/*.multiple_emails-container {
border:1px #ccc solid;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
padding:0; margin: 0; cursor:text; width:100%;
}

.multiple_emails-container input {
clear:both;
width:100%;
border:0;
outline: none;
padding-left: 5px;
box-sizing: border-box;
}

.multiple_emails-container input{
border: 0 !important;
}

.multiple_emails-container input.multiple_emails-error {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;

}


.multiple_emails-email {
margin: 3px 5px 3px 5px;
padding: 3px 5px 3px 5px;
border:1px #BBD8FB solid;
border-radius: 3px;
background: #F3F7FD;
}

.multiple_emails-close {
float:left;
margin:0 3px;
}


.multiple_emails-ul{
text-align: left;
list-style: none;
font-size: 13px !important;
margin: auto !important;
padding: 0 !important;
list-style: none;
overflow-y: auto !important;
max-height: 39px;

}

.multiple_emails-ul li{
margin: 0;
list-style: none !important;
padding: 1px 6px !important;
display: inline-block;
margin-bottom: 4px!important;
margin-right: 5px;
}

.multiple_emails-ul li a i{
font-style:  normal !important
}
*/

#add_user_wrapper #add_new_tokenization_user{
color: #fff;
border: none;
padding: 8px 26px 10px;
width: 91px;
cursor: pointer;
border-radius: 16px;
text-decoration: none;
background: #716d6d;
display: inline-block;
margin-bottom: 20px;
}

#token_user_form{
padding: 2px 14px 20px 14px;
background: #e6e6e6;
width: 300px;
margin: auto;
position: absolute;
z-index: 9999;
left: 35%;
top: 14%;
display: none;

}

#token_user_form input[type="text"]{
width: 100%;
height: 33px;
border-radius: 15px;
text-indent: 10px;
margin-bottom: 17px;
background-image: url(/wp-content/plugins/woocommerce/assets/images/select2x2.png)!important;
background-repeat: no-repeat!important;
background-size: 66px 43px!important;
background-position: 98% -22px!important;
}

#user_emails{
background: #fff;

}
#user_emails ul li{
border-bottom: solid 1px #dedada;
padding: 2px 2px 10px;
color: #000;
cursor: pointer;

}

#user_emails ul{
border: solid 1px #f3f3f3;
border-bottom: 0px;
padding-top: 7px;
margin-top: -1px;
overflow: scroll;

}
#email_for_tokenization span.close{
content: "X";
position: absolute;
right: -1%;
top: -10px;
font-size: 23px;
cursor: pointer;

}

#email_for_tokenization button{
color: #fff;
border: none;
padding: 8px 0px 10px;
width: 91px;
cursor: pointer;
border-radius: 16px;
text-decoration: none;
background: #716d6d;
display: inline-block;
margin-bottom: 20px;
width: 110px;
outline: none;
}
#email_for_tokenization .msg{
font-size: 12px;
color: red;
text-transform: capitalize;
}

.token_table td, .token_table th{
text-align: center;

}

.loadingcopactiry:after{
	
	opacity: 1 !important;
	
}

.multiple_emails-input text-left{
	margin-bottom: 0 !important;
}

#shared_article_parent_modal_new .sub-tag{
	font-size: 13px;
	margin-bottom: 30px;
}

.share-input-container-inner{background: #fff;padding: 16px; font-size: 13px;}
.share-input-container-inner label{display: block; margin-bottom: 4px;}
.share-input-container-inner span{}
.share-input-container{padding: 0;}
.share-input-container .sub-label{ 
	font-style: italic;
    display: block;
    line-height: initial;
    margin-top: 4px;
    font-size: 1rem;}
.sharecode1{
	height: 30px;
}
.article-share-copy-link1{
		    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: initial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    position: absolute;
    top: 57px;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
   
    background: red;
    border: 0;
    cursor: pointer;
    transition: all .3s ease 0s;
    color: #fff;
   
	}
	.article-share-copy-link1 a {
		 color: #fff !important;
		 padding: 8px;
		 display: block;
		 font-size: 10px;
		 font-weight: 600;
	}

	.share_link1,{
		margin: 0;
	    text-transform: uppercase;
	    font-size: 10px;
	    line-height: initial;
	    font-weight: 400;
	    font-style: normal;
	    letter-spacing: normal;
	    
	    padding: 8px 12px;
	    background: red;
	    border: 0;
	    cursor: pointer;
	    transition: all .3s ease 0s;
	    color: #fff;
	    width: 100%;
	    font-weight: 600;
	}
	.share_link1:hover, .article-share-copy-link1 a:hover {background-color:#ff8585;color:#fff}

	@media screen and (min-width: 992px){
		.share_article_tab_wrapper .article-card-stacked {
		    height: 380px;
		}

		#shared_article_parent_modal_new1 .modal-inner {
	        float: left;
	        width: 80%;
    	}
    	.share_article_tab_wrapper.share_article_guest_wrapper .article-card-stacked {
		    height: 420px;
		}
	}

	.share_article_tab_wrapper .block-1 {margin-bottom: 10px;}

	@media only screen and (max-width: 480px){
		#shared_article_parent_modal_new .modal-content-wrapper, #share-article-email-addres-modal .modal-content-wrapper{padding: 10px;}
		#shared_article_parent_modal_new button.close {}
		#shared_article_parent_modal_new .sub-tag {
		    font-size: 10px;
		    margin-bottom: 20px; 
		}

		#shared_article_parent_modal_new h3{
			padding-top: 10px; 

		}
		.limit-right {
		
		 
		    margin-top: 23px !important;
		}
		.share-input-container-inner h3{text-align: left !important;    font-size: 20px !important; padding-top: 0 !important; }

		#shared_article_parent_modal_new div.col-sm-12.col-md-6.visible-xs{padding: 0; margin-bottom: 15px;}

		#shared_article_parent_modal_new div.col-sm-12.col-md-6.visible-xs .article-card-stacked h3{font-size: 14px;line-height: inherit;}
		#shared_article_parent_modal_new div.col-sm-12.col-md-6.visible-xs .article-card-stacked{height: 220px;}
		.article-share-copy-link1{
			top: 0;
		    right: 0;
		    position: unset;
		    text-align: center;
		    transform: initial;
		    -webkit-transform: initial;
		    -ms-transform: initial;
		    margin-bottom: 7px;
		    border-left: none;
		}

		.share-input-container-inner{padding: 12px;}
		#sharecode1,#share_article_emails1,.share-input-container-inner label{font-size: 11px;}
		.share_article_tab_wrapper .block-1{margin-bottom: 10px;}

		 .share_link1,  .loading-button{width: 100%;}

		.share_article_tab_wrapper .multiple_emails-input, .share-input-container-inner{font-size: 10px !important;}

		.article-details-xs .post-title{font-size: 12px;}
	}
	


	.share_article_tab_wrapper .cancel-button{
		display: inline-block;
    	margin-right: 7px;
	}

	#article-share-limit p{
		position: absolute;
	    top: -16px;
	    right: -18px;
	    font-weight: bold;
	}
	
	#article-share-limit p span{
		    font-weight: 600;
	}

	.share_article_tab_wrapper .btn-share{font-size: 13px;    vertical-align: inherit;}

	

	.share_article_tab_wrapper .btn-cancel-share{background-color: #9b9b9b;}
	.share_article_tab_wrapper .btn-cancel-share:hover{background-color: #b3b3b3;}


	#shared_article_parent_modal .article-name{
		margin-bottom: 25px;
	    margin-top: 0;
	    font-size: 13px;
	}

	.share_article_tab_wrapper ul.nav.nav-tabs:before{
		display: table;
    	content: " ";
    }

    .share_article_tab_wrapper .nav{    
    	padding-left: 0;
    	margin-bottom: 0;
    	list-style: none;
    }

    .share_article_tab_wrapper .nav-tabs {
   	 	border-bottom: 1px solid #ddd;
	}

	.share_article_tab_wrapper .nav-tabs>li {
	    float: left;
	    margin-bottom: -1px;
	}

	.share_article_tab_wrapper .nav>li {
	    position: relative;
	    display: block;
	}

	.share_article_tab_wrapper .nav-tabs>li.active>a, .share_article_tab_wrapper .nav-tabs>li.active>a:focus, .share_article_tab_wrapper .nav-tabs>li.active>a:hover {
	    color: #555;
	    cursor: pointer;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    border-bottom-color: transparent;
	}

	.share_article_tab_wrapper .nav-tabs>li>a {
	    margin-right: 2px;
	    line-height: 1.42857143;
	    border: 1px solid transparent;
	    border-radius: 4px 4px 0 0;
	}

	.share_article_tab_wrapper .nav>li>a {
	    position: relative;
	    display: block;
	    padding: 10px 15px;
    	color: #000;
    	font-size: 15px;
	}

	.share_article_tab_wrapper:before{
		display: table;
   		 content: " ";
	}

	.share_article_tab_wrapper ul.nav.nav-tabs:after{
		clear: both !important;
		display: table;
    	content: " ";
	}

	.share_article_tab_wrapper ul.nav.nav-tabs::after{
		clear: both !important;
		display: table;
    	content: " ";
	}


	.share_article_tab_wrapper{
		display: block;
	    overflow: hidden;
	}

	.share_article_tab_wrapper ul.nav.nav-tabs li:first-child{
	     margin-left: 20px;
    	margin-right: 2px;
	   
	}

	.share_article_tab_wrapper ul.nav.nav-tabs li a:hover{ 
   		bbackground: #f7f7f7;
   		background: #ececec8a;
	}

	.share_article_tab_wrapper .display-tab-content{
		display: block;
	    overflow: hidden;
	    padding: 30px 0 10px;
	}

	.share_article_tab_wrapper .display-tab-content .panel{
		display:none;
	}
	
	.share_article_tab_wrapper .display-tab-content .panel.active-tab{
		display: block !important;
	}
	
	.share_article_tab_wrapper #share_emails, .share_article_tab_wrapper #sharecode{
		font-size: 12px;
		height: 30px
	}

	.input-field-sharing .input-field-wrapper {
		padding-bottom: 10px;
	}

	@media (min-width: 992px){
		#shared_article_parent_modal .modal-inner {
		    float: left;
		    width: 60%;
		}
		#shared_article_parent_modal_new .modal-inner {
		    float: left;
		    width: 85%;
		}
	}

	.article-share-btn{
		font-weight: 800;
	    margin: 0;
	    padding: 3px 4px;
	    text-transform: uppercase;
	    position: relative;
	    top: -2px;
	    margin-left: 10px;
	}
	.article-share-btn-left {
	    font-weight: 800;
	    margin: 0;
	    padding: 3px 4px;
	    text-transform: uppercase;
	    position: absolute;
	    right: 90px;
	    top: -6px;
	    display: none;
	}

	.cover-left{right: 82px;}

	.featured-article-column:hover .article-share-btn-left, .featured-article-column:hover .article-share-btn{
		display: inline-block !important;
	}

	.hero-article-wrapper:hover .article-share-btn-left , .hero-article-wrapper:hover .article-share-btn{
		display: inline-block !important;
	}

	.category-feature-article:hover .article-share-btn-left , .category-feature-article:hover .article-share-btn{
		display: inline-block !important;
	}

	.category-articles-column-wrapper .article-card-column:hover .article-share-btn-left , .category-articles-column-wrapper .article-card-column:hover .article-share-btn{
		display: inline-block !important;
	}

	#article-share-btn img{
		width: 14px;
	}

	.equalise-height{
		height: 30px;
		overflow: hidden;
		display: block;
	}

	.article-share-copy-link{
		margin: 0;
	    text-transform: uppercase;
	    font-size: 1.2rem;
	    line-height: 130%;
	    font-weight: 400;
	    font-style: normal;
	    letter-spacing: normal;
	    position: absolute;
	    top: 51%;
	    right: 5px;
	    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    	padding: 8px;
	    background: #ddd;
	    border: 0;
	    cursor: pointer;
	    transition: all .3s ease 0s;
	    border-radius: 6px;
	}
	.article-share-copy-link a {
		color: #000;
	}

	.share_article_tab_wrapper .multiple_emails-input{
		font-size: 13px;
		height: 30px
	}


	a.disabled, button.disabled{
		opacity: .5;
	    pointer-events: none;
	    cursor: not-allowed;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}

	
	.share_article_tab_wrapper .article-card-stacked a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:100%;width:100%}
	.share_article_tab_wrapper .article-card-stacked .article-card{width:66.66%;height:80%;margin-left:auto;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}
	.share_article_tab_wrapper .article-card-stacked .card-body{height:100%}
	.share_article_tab_wrapper .article-card-stacked .stacked-image-wrapper{position:absolute;width:90%;height:100%;top:0;left:0}
	.share_article_tab_wrapper .article-card-stacked .stacked-image{width:100%;height:100%;border:1px solid rgba(0,0,0,.075);background-size:cover;background-position:50%;background-repeat:no-repeat}

	
	.share_article_tab_wrapper .article-card-stacked .article-title{font-size:6rem .5}
	@media screen and (min-width:600px){.share_article_tab_wrapper .article-card-stacked .article-title{font-size:3.9rem}}
	@media screen and (min-width:768px){.share_article_tab_wrapper .article-card-stacked .article-title{font-size:4.5rem}}
	@media screen and (min-width:992px){.share_article_tab_wrapper .article-card-stacked .article-title{font-size:6rem}}

	html.no-flexbox .share_article_tab_wrapper .article-card-stacked{width:100%;text-align:right}
	html.no-flexbox .share_article_tab_wrapper .article-card-stacked .article-card{display:inline-block;vertical-align:bottom;text-align:left}
	.share_article_tab_wrapper .article-card-stacked .card-body-wrapper{width:100%;height:100%;background-color:#fff;border:1px solid rgba(0,0,0,.075)}
	.share_article_tab_wrapper .article-card-stacked a{position:relative; cursor: default;}
	.share_article_tab_wrapper .article-card-stacked a:hover .card-body,.article-card-stacked a:hover .card-body-wrapper{transition:none}
	.share_article_tab_wrapper .article-card-stacked a .article-card{-webkit-perspective:1000px;perspective:1000px}
	.share_article_tab_wrapper .article-card-stacked .card-body,.article-card-stacked .card-body-wrapper{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);transition:all .4s cubic-bezier(.68,-.55,.265,1.55) 0s}

	.share_article_tab_wrapper .stacked-article-card-animation .stacked-image-wrapper{-webkit-transform:translateX(24%) translateY(5%) scale(.74,.9);-ms-transform:translateX(24%) translateY(5%) scale(.74,.9);transform:translateX(24%) translateY(5%) scale(.74,.9);transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}
	.share_article_tab_wrapper .stacked-article-card-animation.active .stacked-image-wrapper{-webkit-transform:none;-ms-transform:none;transform:none}
	.share_article_tab_wrapper .article-card .card-body-wrapper{width:100%;height:100%;background-color:#fff;border:1px solid rgba(0,0,0,.075)}


	.zero-credits p{font-size: 13px;}
	.zero-credits h3{font-size: 22px;}
	.zero-credits{padding: 25px;}
	.zero-credits-left{
		background: #FF3333;
	    color: #fff;
	    width: 28px;
	    height: 28px;
	    border-radius: 50%;
	    text-align: center !important;
	    line-height: 250%;
	    font-size: 12px;
	    display: inline-block;
	}

	.zero-credits-left_remove{
	    background: red;
	    color: #fff;
	    font-size: 13px;
	    display: inline-block;
	    padding: 5px 10px;
	    border-radius: 3px;
	    font-weight: 600;
	}

	.nav-share-count{
    width: 25px;
    height: 25px;
    border: 2px solid #FF4456;
    font-size: 12px;
    line-height: 175%;
    border-radius: 50%;
    background-color: #FF4456;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
   
	}
	.nav-share-count-desk {
	    color: #FF4456;
	    text-align: center;
	    font-weight: bold;
	    vertical-align: middle;
	    font-size: 14px;
	    padding-right: 5px;
	    border-right: 2px solid #000;
	}

	@media only screen and (max-width: 767px){
	     .nav-share-count {
	        display: inline-block !important;
	     }
	}
	.credits-left{
		background: #FF3333;
	    color: #fff;
	    width: 28px;
	    height: 28px;
	    border-radius: 50%;
	    text-align: center !important;
	    line-height: 250%;
	    font-size: 12px;
	    display: inline-block;
	}

	.article-image-xs{
		display: block;
	    height: 100px;
	    background-size: cover;
	    background-repeat: no-repeat;

	}

	.article-details-xs {
	    height: 100px;
	    padding: 14px;
	}

	.article-share-mobile-container{background: #efefef}

	.article-share-mobile-container p{
		margin: 0;
	}

	.article-details-xs .post-title{font-weight: 600;}
	.article-details-xs  .author-name {margin-top: 5px;}
	.article-share-mobile-container{padding: 0;}

	.gift-story-txt{
		font-size: 12px;
	    background: #1e1e1ec4;
	    color: #fff;
	    padding: 3px 6px;
	    margin-right: 5px;
	    border-radius: 3px;
	    visibility: hidden;
	}

	.removearticle-share-floating-btn:hover span.gift-story-txt {visibility: visible;}

	@media only screen and (max-width: 768px){

	.gift-story-txt{
		position: relative;
	    right: 5px;
	    bottom: 14px;
	}
	
	.article-share-floating-btn .btn-floating{width: 40px; height: 40px; line-height: 40px; right: 10px; bottom: 14px;}
		#shared_article_parent_modal_new div.col-sm-12.col-md-6.visible-xs{padding: 0;}

		#shared_article_parent_modal_new .copy_url.gift-paid-article-copy-link {
		    
		    top: 0 !important;
		    right: 0 !important;
		    display: block;
		    position: relative !important;
		    text-align: center !important;
		    margin: 19px 0px -9px -1px !important;
		}
	}

	@media only screen and (min-width: 992px){
		.article-share-floating-btn{right: 166px !important; bottom: 60px !important;}
	}

	@media only screen and (min-width: 768px) and (max-width: 991px){
		.article-share-floating-btn{right: 52px !important;}
	}

	.zero-credit-container {display: flex;}
	.zero-credit-container .zr-l, .zero-credit-container .zr-r{flex: 1;}
	.zero-credit-container .zr-l{background: #efefef;}


	
.sh-lg-modal-left{ 
	text-align: left;
}

.sh-lg-modal-center{
	text-align: left;
	padding-top: 20px;
}

.sh-lg-modal-right{
	text-align: right;
}

.sh-lg-modal-center h3{
	font-size: 28px;
}

.sh-lg-modal-center p{
	font-size: 16px;
    margin-bottom: 15px;
}

.sh-lg-modal-left img{
	width: 100%;
}

.sh-lg-modal-right img{
	width: 90%;
}

.sh-inner-steps{
	min-height: 50px;
}

.sh-no{
	background: #000;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font-size: 12px;
}

.sh-inner-box{
	bbackground: #b3b3b3;
	hheight: 150px;
	border: 1px solid #ededed;
}

.sh-inner-box img{
	width: 100%;
}

.login-modal-container-bottom{
	margin-top: 0px; 
}

.sh-des-box{
	font-size: 12px;
	line-height: normal;
    margin-top: 10px;
    
}

.share-login-link{
	margin: 20px 0;
}


.bg-simple-black{

	color: #000;
    text-decoration: underline !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 20px;


}

.bg-simple-black:hover{
	color: #3a3a3a;
}

.bg-simple-red {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    background: red;
    padding: 6px 12px;
}

.bg-simple-red:hover{
	opacity: 0.5;
}

.share-login-mobile{
	text-align: center;
	margin: 30px 0 0;
}

.share-login-mobile img{
	width: 45px;
}

@media only screen and (max-width: 767px){
	.sh-lg-modal-left{
		text-align: center;
	}

	.sh-lg-modal-left img{
		width: 100px;
	}
	.share-login-link {
   		margin: 30px 0 10px;
	}

	.sh-lg-modal-center p{
		font-size: 13px;
		text-align: center;

	}
	.sh-lg-modal-center h3 {
    	font-size: 20px;
    	text-align: center;
	}

	.share-input-container{
		height: auto !important;
	}

	.sh-new-msg{
		right: 0 !important;
		top: -23px !important;
	}
}

	.share-input-container{
		background: #efefefc7;
	    height: 380px;
	    padding: 10px 10px !important;
	}

	.limit-right{
		float: right;
		    float: right;
	    position: relative;
	    margin-right: 30px;
	    margin-top: 0;
	}


.generate_free_link_wrapper{position: relative;}

.sh-new-msg{
	margin-bottom: 10px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -33px;
    font-weight: bold;
    background: red;
    font-size: 12px;
    padding: 2px 10px;
    z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px){

	.share-input-container{height: auto; margin-bottom: 20px;}
	.zr-r{padding: 0 !important;}
}

@media only screen and (max-width: 600px){
	.article-share-copy-link1{
		top: 0;
	    right: 0;
	    position: unset;
	    text-align: center;
	    transform: initial;
	    -webkit-transform: initial;
	    -ms-transform: initial;
	    margin-bottom: 7px;
	    border-left: none;
	}

	.share_link1, .loading-button {
    	width: 100%;
	}

	.share-input-container .loading-button:after{
		width: 10px;
	    height: 10px;
	    top: 69%;
	    right: 0;
	    border-left: 1.1em solid #ff8585;
	    border-top: 1.1em solid rgba(255, 255, 255, 0.74);
	    border-right: 1.1em solid rgba(255, 255, 255, 0.81);
	    border-bottom: 1.1em solid rgba(0,0,0,.075);
	}

	#shared-article-assinging .loading-button{
		width: auto;
	}
}

.login-modal-container-bottom img{
	width: 100%;
}

#shared_article_welcome_modal_new .modal-content-wrapper{
	padding: 15px;
}

.share-article-wrapper #request_section{
	margin-bottom: 0;
}

.gift-story-txt-cover{
	background: #1e1e1e94;
    color: #fff;
    padding: 0px 8px;
    margin-left: 5px;
    border-radius: 3px;
    visibility: hidden;
    font-size: 10px;
}

.article-share-btn{
    width: 23px !important;
    height: 23px;
    background-image: url(https://the-ken.com/wp-content/uploads/2019/03/gift_icons_transparent.png);
    background-size: cover;
    background-position: 50% 0%;
    cursor: pointer;
}
.article-share-btn:hover{
    background-position: 50% 100%;
}

.gift-header-notification{
	text-transform: initial !important;
}

.share_parent_profile_image img{

		width: 70px;
		height:70px;
		background-size: 100% !important;
		border-radius: 50%;
		margin: auto;
		margin-bottom:10px
}
.kensc_image_wrapper{

	display: table;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

.kensc_image_div{

	width: 70px;
    margin: auto;
    height: 70px;
    background: #f33;
    vertical-align: middle;
    display: table-cell;
    border-radius: 50%;
    margin-bottom: 24px;
    vertical-align: ce;
    padding-bottom: 20p;
    font-size: 43px;
    color: #fff;
    font-weight: 500;

}

@media only screen and (max-width: 600px){
    #share-article-email-addres-form .form-actions{display:block !important}
    . collect_email_check{position:unset; width:100%; display:block;}
    button#check_share_article_email{width:100%}

    #share-article-email-addres-form .loading-button:after {
        width: 10px;
        height: 10px;
        top: 69%;
        right: 0;
        border-left: 1.1em solid #ff8585;
        border-top: 1.1em solid rgba(255,255,255,.74);
        border-right: 1.1em solid rgba(255,255,255,.81);
        border-bottom: 1.1em solid rgba(0,0,0,.075);
    }
}


	#shared_article_parent_modal_new .copy_url.gift-paid-article-copy-link{

		margin: 0;
	    text-transform: uppercase;
	    font-size: 10px;
	    line-height: initial;
	    font-weight: 400;
	    font-style: normal;
	    letter-spacing: normal;
	    position: absolute;
	    top: 72px;
	    right: 16px;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    background: #b5b5b5;
	    border: 0;
	    cursor: pointer;
	    transition: all .3s ease 0s;
	    color: #000;
	    padding: 8px 5px;
	    border: solid 1px #cbcbcb;

	}

	#shared_article_parent_modal_new .loading-button:after {
  
	    right: 0%;
	    border-left: 1.1em solid #fff;
   
	}

	#shared_article_parent_modal_new .share-input-container-inner{

      	-webkit-transition: all 1s ease;
	  	-moz-transition: all 1s ease;
	  	-o-transition: all 1s ease;
	  	-ms-transition: all 1s ease;
	  	transition: all 1s ease;
	    right: 0;
	    position: absolute;
	    width: 100%;


	}

	#shared_article_parent_modal_new .share-input-container-inner.zero-credits{
   
	    position: relative; !important;

	}

	#shared_article_parent_modal_new .header-credit-warapper{

		background: #fff;
    	padding: 7px 15px 0px 15px;


	}

	#shared_article_parent_modal_new .header-credit-warapper h3{
		font-size: 21px;
	}


	#shared_article_parent_modal_new .header-credit-warapper .sub-tag{
		margin: 0 !important;
	}

	#shared_article_parent_modal_new .article-share-limit .subscription_credit_parent_main{

		background: #e2e2e2;
		text-transform: uppercase;
		padding: 5px 12px;
		font-size: 10px;
		color: #000;
		border-radius: 13px;

	}


	#shared_article_parent_modal_new .article-share-limit .credit_left{

		font-size: 13px;
    	font-weight: bold;

	}

	#shared_article_parent_modal_new .article-sharing-inner-wrraper{

		background: #fff;
	    position: relative;
	    overflow: hidden;
	    height: -webkit-fill-available;
	}

	@media only screen and (max-width: 991px){
		#shared_article_parent_modal_new .article-sharing-inner-wrraper {
		   background: #fff;
		   position: relative;
		   overflow: visible;
		   height: 100%;
		}

		#shared_article_parent_modal_new .share-input-container-inner{
			min-height: 200px;
		}
	}
