@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*{-webkit-overflow-scrolling: touch;}

.notification_embed .header{min-height: 56px;background-color: #1db954; color: #fff;
       width: 100%; position: relative; top: 0;
        z-index: 999999;    max-width: 1930px;   margin-left: auto!important;
    margin-right: auto!important;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}

.notification_embed .header-title{white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 18px 80px 17px 20px!important;    z-index: 2;
	    position: relative;
    top:0px;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;font-size: 1.2rem;
}

.notification_embed .header-title >a{ color: #ffffff !important;}

.headerClose{
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; cursor: pointer;
}

.headerClose svg{fill:#fff; width: 26px;
    height: 26px;}

.notification_embed .news_container{    padding: 0px;
    overflow: scroll;
    background-color: #f7f7f7;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 56px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}

.feed_data{   
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 0;
    opacity: 1;
    overflow: hidden; cursor: pointer;
	
	background: #fff;
    padding: 20px;
    border-radius: 2px;
    position: relative;
    max-width: 800px;
    margin: 20px auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all .3s cubic-bezier(0.25,0.8,0.25,1);
    -o-transition: all .3s cubic-bezier(0.25,0.8,0.25,1);
    transition: all .3s cubic-bezier(0.25,0.8,0.25,1);
}

.categoryNew{background: #ff5a80 !important;}

.notification_embed .feed_data{
    width: calc(100% - 24px);
}

.featureDate {
    font-size: 14px;
    color: #8da2b5;
    margin-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    flex-wrap: nowrap;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}


.category {
    display: inline-block;
    background: #8482f5;
    padding: 4px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 10px;
    margin-right: 5px;
    overflow: hidden;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.featureControls{
display: inline-block;
height: 30px;
width: auto;
position: absolute;
top: 15px;
right: 10px;}

.featureTitle{font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;    font-size: 22px;}


.featureTitle a{color:#000; text-decoration:none;}

.notificationContent{line-height: 1.4;font-size: 18px !important;}

.feature_insert_image figure{
	margin: 5px auto 15px;
    overflow: hidden;
   position: relative; display: block;
	
	
}


.featureTitle a:hover, .featureTitle a:active, .featureTitle a:focus{color:#1db954; text-decoration:none;}

.feature_insert_image img {
    width: 100%;
    height: auto;
	    margin: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	 
}

.feature_insert_image img:hover {transform: scale(1.1);}

.featureAction {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification_embed .featureAction {
    margin-bottom: 10px;
}

.featureAction a{color:#777; text-decoration:none; }

.featureAction svg {
    width: 20px !important;
    height: 20px !important; color:#000;
}


.notification_embed .notificationFeedback {
    margin: -15px!important;
    background: rgba(156,156,156,0.1);
    padding: 10px;
    margin-top: 35px!important;
    border-top: 1px solid rgba(195,193,193,0.45);
    position: relative;
    padding-top: 22px;
    height: auto;
    min-height: 65px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .2s ease;
    -o-transition-delay: .2s ease;
    transition-delay: .2s ease;
    z-index: 9000;
	    bottom: 0;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}

.notificationFeedback form {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    left: 0;
    -webkit-transition: left .5s cubic-bezier(.36,0,0,.99);
    -o-transition: left .5s cubic-bezier(.36,0,0,.99);
    transition: left .5s cubic-bezier(.36,0,0,.99);
    z-index: 6;
}

.feedbackInput {
    padding: 9px 30px 7px 7px;
    line-height: 1.4;
    min-height: 36px;
    transition: min-height .25s ease-in-out;
	border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 12pt;
    overflow: hidden;  
    resize: none;
    height: 32px;
    width: 100%;
	
}

.notificationFeedback form * {
    transition: all .25s ease;
}



.notificationFeedback form:first-of-type .feedbackInput:focus {
    min-height: 88px; outline: none;
}

.social_share_box{    display: inline-block;
    height: 28px;
    visibility: visible;
    width: 28px;
    vertical-align: middle;
    color: #b5b5b5;
    padding: 0;
    transition: all .25s ease;
    position: relative; margin-left: 10px;}

.socialShare {
    background-image:url("../images/share.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: inherit;
    width: inherit;
    opacity: .4;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.socialList {
    position: absolute;
    width: 140px;
    top: 34px;
    right: 0;
    z-index: 9999;
    background: white;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    display: block;
    max-height: 205px;
    overflow:hidden;
	
}

.socialList ul {
    margin: 0;
    padding: 0;
}

.socialList li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    list-style: none;
    margin: 0;
    width: 100%;
}

.socialList li a, .socialList li div {
    border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #424242;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 5px 10px 30px;
    position: relative;
    width: inherit;
}

.socialList li a:before, .socialList li div:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    content: "";
    display: block;
    height: 36px;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    width: 30px;
}

.socialList li div textarea {
    width: 0;
    height: 0;
    opacity: 0;
}
.socialList li a.facebook:before {
    background-image: url(../images/facebook.svg);
}
.socialList li a.twitter:before {
    background-image: url("../images/twitter.svg");
}
.socialList li a.linkedin:before {
    background-image: url("../images/linkedin.svg");
}

.socialList li a.whatsapp:before {
    background-image: url("../images/whatsapp.svg");
}

.socialList li div.copy:before {
    background-image: url("../images/copy.svg");
}


.socialList li a:hover,.socialList li div:hover{ background:#eaeaea; }



.whatsappShare {
    background-image: url(../images/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: inherit;
    width: inherit;
    opacity: .4;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}


.iframeCointaner {
    overflow: hidden!important;
    position: initial!important;
}

.notification_box{ background: #fff;
    position: absolute;
    height: 100%;
    border: 0;
    
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 2147483638;
	width: 500px;
    -webkit-transition: right .2s ease-in;
    -o-transition: right .2s ease-in;
    transition: right .2s ease-in;
}


.sidenav {
    position: fixed;
    top: 0;
    right: -600px;
    width: 500px;
    height: 100%;
    z-index: 99999999;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all 0.5s ease 0s;
}

.iframeCointaner iframe {
    overflow: hidden!important;
}


.side_overlay{height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0,.2);
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: 1;
    z-index: 9999999;
    top: -2000px;
    left: 0;
	
    display: block;
    overflow: hidden;}