/*---------------------------------------------------------------
000 TEMPLATE-SAMPLE-CONTAINER
---------------------------------------------------------------*/
.screen-group .carousel,
.screen-group .carousel-inner {
	width: 100%;
	height: 100%;
}
.screen-group .carousel-item {
	height: 100%;
	overflow: hidden;
}
.appcontent-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.appcontent-container .appcontent {
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.bottombar-true .appcontent {padding: 0 0 17.5% 0;}
.iphone-x-etc .bottombar-false .appcontent {padding: 0 0 8% 0;}
.iphone-x-etc .bottombar-true .appcontent {padding: 0 0 26% 0;}
.template-sample-container .device-status-bar {
	font-size: 10px;
    padding: 8px 16px;
	color: rgba(0, 0, 0, 0.66);
	z-index: 9;
}
.template-sample-container .device-status-bar.statusbar-for-iframe {padding: 5px 16px 5px 20px;}
.device-status-bar.statusbar-for-iframe.statusbar-light {
    color: #212529;
    background-color: #fff;
}
.device-status-bar.statusbar-for-iframe.statusbar-dark {
    color: #ddd;
    background-color: #212529;
}
.device-status-bar.statusbar-for-iframe.statusbar-black-translucent {
    color: #fff;
    background: none;
    opacity: .6;
}
.template-sample-container .device-status-bar.is-dark {color: rgba(255, 255, 255, 0.66);}
.template-sample-container .device .left-indicators {
    position: absolute;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, 0);
}
.template-sample-container .device .right-indicators {
    display: flex;
    width: 100%;
}
.template-sample-container .device-status-bar .right-indicators .device-status-bar-icon {margin: auto 2px;}
.template-sample-container .device-status-bar .right-indicators .device-status-bar-icon:last-child {margin: auto 0 auto auto;}
.template-sample-container .device.iphone-x-etc .left-indicators {
    position: relative;
    left: auto;
    transform: none;
    margin: auto auto auto 0;
}
.template-sample-container .device.iphone-x-etc .right-indicators {
    width: auto;
    margin: auto 0 auto auto;
}
.template-sample-container .device.iphone-x-etc .right-indicators .device-status-bar-icon:last-child {margin: auto 0 auto 2px;}
.afy-app-component .afy-item-container {
	display: flex;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
}
.afy-app-component .plugin {
	width: 100%;
	height: 100%;
}
.template-sample-container .sample-app-group {background-color: #f8f9fa;}
.template-sample-container .appcontent > :first-child,
.template-sample-container .appcontent > .cover-image + .afy-app-component {
	padding-top: 20px;
	z-index: 2;
}
/* TABLET MARKUP */
.tablet-sample .appcontent-container.bottombar-true .appcontent {padding: 0 0 16.5% 0;}
.template-sample-container .tablet-sample .device-status-bar {font-size: 16px;}
.template-sample-container .tablet-sample .appcontent > :first-child, .template-sample-container .tablet-sample .appcontent > .cover-image + .afy-app-component {padding-top: 36px;}


/*---------------------------------------------------------------
001 AFY UYGULAMA GRID YAPISI
---------------------------------------------------------------*/
.afy-col-1,
.afy-col-2,
.afy-col-3,
.afy-col-4,
.afy-col-5,
.afy-col-6,
.afy-col-7,
.afy-col-8,
.afy-col-9,
.afy-col-10,
.afy-col-11,
.afy-col-12 {
	position: relative;
	height: 0;
}
.afy-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	min-width: 8.333333%;
	width: 8.333333%;
    max-width: 8.333333%;
    padding: 0 0 8.333333% 0;
}
.afy-col-2 {
	-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    min-width: 16.666667%;
    width: 16.666667%;
    max-width: 16.666667%;
    padding: 0 0 16.666667% 0;
}
.afy-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	min-width: 25%;
	width: 25%;
    max-width: 25%;
    padding: 0 0 25% 0;
}
.afy-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    min-width: 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
    padding: 0 0 33.333333% 0;
}
.afy-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	min-width: 41.666667%;
	width: 41.666667%;
    max-width: 41.666667%;
    padding: 0 0 41.666667% 0;
}
.afy-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	min-width: 50%;
	width: 50%;
    max-width: 50%;
    padding: 0 0 50% 0;
}
.afy-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	min-width: 58.333333%;
	width: 58.333333%;
    max-width: 58.333333%;
    padding: 0 0 58.333333% 0;
}
.afy-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	min-width: 66.666667%;
	width: 66.666667%;
    max-width: 66.666667%;
    padding: 0 0 66.666667% 0;
}
.afy-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	min-width: 75%;
	width: 75%;
    max-width: 75%;
    padding: 0 0 75% 0;
}
.afy-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	min-width: 83.333333%;
	width: 83.333333%;
	max-width: 83.333333%;
    padding: 0 0 83.333333% 0;
}
.afy-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	min-width: 91.666667%;
	width: 91.666667%;
    max-width: 91.666667%;
    padding: 0 0 91.666667% 0;
}
.afy-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	width: 100%;
    max-width: 100%;
    padding: 0 0 100% 0;
}
.aspc-7x5 [class*="afy-col"] {padding: 0 0 85% 0;}
.aspc-4x3 [class*="afy-col"] {padding: 0 0 75% 0;}
.aspc-16x9 [class*="afy-col"] {padding: 0 0 56.25% 0;}
.aspc-2x1 [class*="afy-col"] {padding: 0 0 50% 0;}
.aspc-5x2 [class*="afy-col"] {padding: 0 0 40% 0;}
.aspc-3x1 [class*="afy-col"] {padding: 0 0 33.333% 0;}

.afy-col-h-8 {padding-bottom: 66.666667%;}
.afy-bottom-nav-col {
    display: block;
    position: relative;
	height: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	min-width: 20%;
	width: 20%;
    max-width: 20%;
    padding: 0 0 16.666667% 0;
}
.afy-app-component {
    display: flex;
    position: relative;
}
.afy-app-component .icon-container {
	display: flex;
    position: relative;
    width: 100%;
    margin: auto;
	height: 100%;
	font-size: 14px;
	color: #6c757d;
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    border-radius: 50%;
}
.afy-notify-badge {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 13px;
    font-size: 70%;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 2px 0;
    color: #f8f9fa;
    background-color: #6c757d;
    border-radius: 50%;
}
.afy-col-3 .afy-notify-badge,
.afy-col-4 .afy-notify-badge,
.afy-col-5 .afy-notify-badge {
	width: 15px;
    font-size: 80%;
}
.afy-col-6 .afy-notify-badge,
.afy-col-7 .afy-notify-badge,
.afy-col-8 .afy-notify-badge {
	width: 16px;
    font-size: 90%;
}
.afy-col-9 .afy-notify-badge,
.afy-col-10 .afy-notify-badge,
.afy-col-11 .afy-notify-badge,
.afy-col-12 .afy-notify-badge {
	width: 18px;
    font-size: 100%;
}
/* TABLET MARKUP */
.tablet-sample .afy-app-component .afy-item-container {
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
}
.tablet-sample .afy-app-component .icon-container {font-size: 31px;}
.tablet-sample .afy-app-component .afy-notify-badge {width: 24px;}

/*---------------------------------------------------------------
002 AFY FULL SCREEN BACKGROUND IMAGE
---------------------------------------------------------------*/
.template-sample-container .appcontent > .cover-image {
	padding: 0;
	z-index: -1 !important;
}

/*---------------------------------------------------------------
003 AFY SPACER COMPONENT
---------------------------------------------------------------*/
.spacer-component {
	width: 100%;
    height: 8px;
}

/*---------------------------------------------------------------
004 AFY APPBAR COMPONENT
---------------------------------------------------------------*/
.afy-app-component.appbar [class*="afy-col"] {padding: 0 0 16.666667% 0;}
.afy-col-6.home-appbar-logo {padding: 0 0 16.666667% 0;}
.afy-app-component .component-behaviour-container {
	display: flex;
	position: relative;
	width: 100%;
}
.afy-app-component.appbar {
	width: 100%;
	padding: 2px 4px;
	background-color: #f8f9fa;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 1;
}
.afy-app-component.appbar .afy-appbar-icon {margin: auto;}
.afy-app-component.appbar .logo-container {
	font-size: 20px;
	letter-spacing: -0.03em;
	color: #6c757d;
}
.afy-app-component.appbar .logo-container.on-center {margin: auto;}
.afy-app-component.appbar .logo-container.on-left {margin: auto auto auto 0;}
.afy-app-component.appbar .logo-container.on-right {margin: auto 0 auto auto;}
/* TABLET MARKUP */
.tablet-sample .afy-app-component.appbar {padding: 4px 8px;}
.tablet-sample .afy-app-component.appbar .logo-container {font-size: 44px;}

/*---------------------------------------------------------------
005 AFY CAROUSEL COMPONENT
---------------------------------------------------------------*/
.carousel-component {position: relative;}
.carousel-component .component-behaviour-container {
	position: absolute;
    height: 100%;
}
.carousel-component .afy-item-container {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.carousel-component.aspc-16x9 .afy-col-12 {
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	min-width: 100%;
	width: 100%;
    max-width: 100%;
    padding: 0 0 56.25% 0;
}
.carousel-component .afy-item-container .image-container {
position: relative;
    width: 100%;
}
.carousel-component .afy-item-container > .text-container {
	display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
	bottom: 0;
	color: #fff;
	background-image: linear-gradient(rgba(255, 192, 203, 0), #f8f9fa);
	z-index: 2;
}
.carousel-component.aspc-16x9 .afy-item-container > .text-container {top: 25%;}
.carousel-component .text-inner-container {
	padding: 8px 8px 24px 8px;
	margin: auto auto 0 auto;
}
.carousel-component .component-item-title {
	font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.carousel-component .component-item-divider {
    margin: 6px auto 3px 0;
    background-color: #6c757d;
    opacity: 0.5;
}
.carousel-component .component-item-divider.thin {height: 2px;}
.carousel-component .component-item-divider.thick {height: 6px;}
.carousel-component .component-item-divider.small {width: 33.3333%;}
.carousel-component .component-item-divider.medium {width: 50%;}
.carousel-component .component-item-divider.large {width: 66.6666%;}
.carousel-component .component-item-divider.full {width: 100%;}
.carousel-component .component-item-excerpt {font-size: 12px;}
.carousel-component .component-item-caption {
	font-size: 10px;
	opacity: 0.66;
}
.carousel-component .carousel-indicators {margin: auto auto 8px auto;}
.carousel-component .carousel-indicators li {
	position: relative;
    width: 8px;
	height: 8px;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.3);
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
    border-radius: 8px;
    opacity: 0.6;
}
.carousel-component .carousel-indicators li.active {opacity: 1;}
.carousel-component .carousel-indicators li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: auto;
    padding: 0;
    border-radius: 50%;
	background-color: #fff;
	transform: scale(0);
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.carousel-component .carousel-indicators li.active::before {
	transform: scale(1);
	opacity: 1;
}
/* TABLET MARKUP */
.tablet-sample .carousel-component .afy-item-container {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.tablet-sample .carousel-component .text-inner-container {padding: 16px 16px 48px 16px;}
.tablet-sample .carousel-component .component-item-title {font-size: 30px;}
.tablet-sample .carousel-component .component-item-divider {margin: 12px auto 6px 0;}
.tablet-sample .carousel-component .component-item-divider.thin {height: 4px;}
.tablet-sample .carousel-component .component-item-divider.thick {height: 12px;}
.tablet-sample .carousel-component .component-item-excerpt {font-size: 24px;}
.tablet-sample .carousel-component .component-item-caption {font-size: 22px;}
.tablet-sample .carousel-component .carousel-indicators {margin: auto auto 16px auto;}
.tablet-sample .carousel-component .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 16px;
}
.tablet-sample .carousel-component .carousel-indicators li::before {
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
}

/*---------------------------------------------------------------
006 AFY HORIZONTAL SCROLL COMPONENT
---------------------------------------------------------------*/
.horizontal-scroll-component .component-behaviour-container {
    height: min-content;
    min-height: min-content;
    max-height: max-content;
    padding: 4px 52px 4px 4px;
    overflow-x: auto;
    overflow-y: hidden;
}
.horizontal-scroll-component .afy-item-container {
    border-radius: 13px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	overflow: hidden;
}
.horizontal-scroll-component .plugin {
    flex-direction: column;
    flex-wrap: wrap;
}
.horizontal-scroll-component .text-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.horizontal-scroll-component .text-inner-container {
	display: flex;
    width: 100%;
    height: 100%;
	background-color: #fff;
}
.horizontal-scroll-component .component-item-title {
    width: 100%;
    max-height: 30px;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.025em;
    line-height: 1.2;
    padding: 0 8px;
    margin: auto 0;
    overflow: hidden;
}

/*---------------------------------------------------------------
007 AFY HORIZONTAL BUTTON COMPONENT
---------------------------------------------------------------*/
.horizontal-btn-component {
	padding: 4px;
	background-color: #f8f9fa;
}
.horizontal-btn-component .afy-col-6 {padding: 0 0 16.666667% 0;}
.horizontal-btn-component .afy-item-container {
    flex-wrap: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
}
.horizontal-btn-component .plugin {
	display: flex;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #f8f9fa;
    border-radius: 5px;
    overflow: hidden;
}
.horizontal-btn-component .icon-container {
	position: relative;
	min-width: 35%;
	width: 35%;
	max-width: 35%;
    border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #f8f9fa;
	border-radius: 0;
}
.horizontal-btn-component .afy-col-6 .icon-container {
	min-width: 25%;
	width: 25%;
	max-width: 25%;
}
.horizontal-btn-component .icon-container .afy-icon {margin: auto;}
.horizontal-btn-component .text-container {
	position: relative;
	min-width: 65%;
	width: 65%;
	max-width: 65%;
}
.horizontal-btn-component .afy-col-6 .text-container {
	min-width: 75%;
	width: 75%;
	max-width: 75%;
}
.horizontal-btn-component .text-inner-container {
	display: flex;
    width: 100%;
    height: 100%;
}
.horizontal-btn-component .component-item-title {
	font-size: 11px;
    line-height: 1.2;
    padding: 2px 8px;
	margin: auto auto auto 0;
	color: #6c757d;
}
/* TABLET MARKUP */
.tablet-sample .horizontal-btn-component .component-item-title {font-size: 20px;}

/*---------------------------------------------------------------
008 AFY FANCY BUTTON COMPONENT
---------------------------------------------------------------*/
.fancy-btn-component {padding: 4px;}
.fancy-btn-component .plugin {position: relative;}
.fancy-btn-component .image-container {
	width: 100%;
	height: 100%;
    border-radius: 8px;
    background-color: #6c757d;
    overflow: hidden;
}
.fancy-btn-component .text-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.fancy-btn-component .text-inner-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.fancy-btn-component .image-container img {opacity: 0.33;}
.fancy-btn-component .text-inner-container .afy-icon {
	font-size: 20px;
	line-height: 1.2;
    margin: auto auto 1px auto;
    color: rgba(255, 255, 255, 0.66);
}
.fancy-btn-component .text-inner-container .component-item-title {
	font-size: 10px;
	line-height: 1.2;
    margin: 1px auto auto auto;
    color: #fff;
}
/* TABLET MARKUP */
.tablet-sample .fancy-btn-component .text-inner-container .afy-icon {font-size: 44px;}
.tablet-sample .fancy-btn-component .text-inner-container .component-item-title {font-size: 22px;}

/*---------------------------------------------------------------
009 AFY BOTTOM NAVIGATION COMPONENT
---------------------------------------------------------------*/
.bottom-navigation {
    position: absolute;
    width: 100%;
	bottom: 0;
	padding: 0;
	background-color: #f8f9fa;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.11);
	z-index: 999;
}
.iphone-x-etc .bottom-navigation {padding: 4px 0 8% 0;}
.bottom-navigation .component-behaviour-container {justify-content: space-evenly;}
.bottom-navigation .icon-container {border: none;}
.bottom-navigation .afy-item-container {flex-direction: column;}
.bottom-navigation .afy-icon {
	font-size: 16px;
	margin: auto;
}
.bottom-navigation .component-item-title {
    font-size: 10px;
    letter-spacing: -0.075em;
    text-align: center;
	white-space: nowrap;
	color: #343a40;
    overflow: hidden;
}
/* TABLET MARKUP */
.tablet-sample .bottom-navigation {box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.11);}
.tablet-sample .bottom-navigation .afy-icon {font-size: 35px;}
.tablet-sample .bottom-navigation .component-item-title {font-size: 22px;}

/*---------------------------------------------------------------
010 AFY GALLERY COMPONENT
---------------------------------------------------------------*/
.gallery-component {
	display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
    padding: 2px 1px 1px 1px;
    background-color: #fff;
}
.gallery-component [class*="afy-col-"] {overflow: hidden;}
.gallery-component .component-behaviour-container {flex-wrap: wrap;}
.gallery-component .afy-item-container {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.gallery-component [class*=afy-col-] .afy-item-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}
.gallery-component .plugin {
    display: flex;
    width: 100%;
    height: 100%;
}
.gallery-component  .icon-image-container {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-component .icon-image-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.gallery-component .gallery-text-area {
    width: 100%;
    padding: 8px;
}
.gallery-component .component-item-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px 0;
}
.gallery-component .component-item-excerpt {
    font-size: 12px;
    line-height: 1.3;
}
.gallery-component .component-item-caption {
    font-size: 11px;
    opacity: 0.5;
}
/* TABLET MARKUP */
.tablet-sample .gallery-component {padding: 4px 2px 2px 2px;}
.tablet-sample .gallery-component [class*=afy-col-] .afy-item-container::after {border-width: 4px;}
.tablet-sample .gallery-component .component-item-title {font-size: 30px;}
.tablet-sample .gallery-component .component-item-excerpt {font-size: 25px;}
.tablet-sample .gallery-component .component-item-caption {font-size: 22px;}

/*---------------------------------------------------------------
011 AFY FEED/INFINITE SCROLL COMPONENT
---------------------------------------------------------------*/
.infinite-scroll-component {flex-direction: column;}
.infinite-scroll-component .afy-card {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(84, 183, 236, 0.2), 0 16px 8px rgba(84, 183, 236, 0.2);
    overflow: hidden;
}
.infinite-scroll-component .afy-card .action-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
.infinite-scroll-component .messaging-user-data,
.infinite-scroll-component .timeline-user-data {
    display: flex;
    position: relative;
    width: 100%;
    padding: 12px;
}
.infinite-scroll-component .user-picture {
    display: flex;
    width: 36px;
    height: 36px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin: auto 6px auto 0;
    color: #ccc;
    box-shadow: 0 0 1px #000;
    border-radius: 18px;
    overflow: hidden;
}
.infinite-scroll-component .user-picture::before {margin: auto;}
.infinite-scroll-component .user-txt-data {
    text-align: left;
    line-height: normal;
    margin: auto auto auto 0;
}
.infinite-scroll-component .user-name {
    font-size: 13px;
    font-weight: 700;
}
.infinite-scroll-component .share-date {font-size: 9px;}
.infinite-scroll-component .afy-card-extended .headline {
    font-size: 18px;
	text-align: center;
	font-weight: 300;
    line-height: normal;
    padding: 3px 5px;
    margin: auto 0 auto auto;
    color: #6c757d;
}
.infinite-scroll-component .afy-card .title {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.34px;
    margin: 2px 12px;
    color: #6c757d;
}
.infinite-scroll-component .afy-card .bodytext {
    font-size: 11px;
    line-height: normal;
    letter-spacing: -0.2px;
    margin: 0 12px 8px 12px;
    color: #6c757d;
}
.infinite-scroll-component .afy-card .bodytext :last-child {margin: 0;}
.infinite-scroll-component .afy-card .card-image {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.infinite-scroll-component .afy-card .share-statistics {
    display: flex;
    font-size: 10px;
    padding: 8px 12px;
    opacity: 0.77;
}
.share-statistics .share-stat::after {
    content: "-";
    margin: auto 2px;
}
.share-statistics .share-stat:last-child::after {content: none;}
.infinite-scroll-component .afy-card .divider {margin: 0;}
.infinite-scroll-component .afy-card .action-group {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    padding: 8px;
    margin: auto 0 0 0;
}
.infinite-scroll-component .afy-card .action-group .afy-col-4 {
    -ms-flex: 0 0 calc(33.333333% - 2px);
    flex: 0 0 calc(33.333333% - 2px);
    min-width: calc(33.333333% - 2px);
    width: calc(33.333333% - 2px);
    max-width: calc(33.333333% - 2px);
    height: auto;
    margin: auto;
    text-align: center;
    justify-content: center;
    line-height: normal;
	padding: 5px 4px;
	margin: auto;
    border: 1px solid #ced4da;
    border-radius: 2px;
}
.infinite-scroll-component .afy-card .action-group .afy-col-4:first-child,.infinite-scroll-component .afy-card .action-group .afy-col-4:last-child {margin: auto 0;}
/* TABLET MARKUP */
.tablet-sample .infinite-scroll-component .afy-card {
    margin: 0 0 24px 0;
    box-shadow: 0 6px 12px rgba(84, 183, 236, 0.2), 0 32px 16px rgba(84, 183, 236, 0.2);
}
.tablet-sample .infinite-scroll-component .messaging-user-data,.tablet-sample .infinite-scroll-component .timeline-user-data {padding: 12px;}
.tablet-sample .infinite-scroll-component .user-picture {
    width: 72px;
    height: 72px;
    font-size: 32px;
    margin: auto 12px auto 0;
    box-shadow: 0 0 2px #000;
    border-radius: 36px;
}
.tablet-sample .infinite-scroll-component .user-name {font-size: 26px;}
.tablet-sample .infinite-scroll-component .share-date {font-size: 18px;}
.tablet-sample .infinite-scroll-component .afy-card-extended .headline {
    font-size: 32px;
    padding: 6px 10px;
}
.tablet-sample .infinite-scroll-component .afy-card .title {
    font-size: 24px;
    margin: 4px 24px;
}
.tablet-sample .infinite-scroll-component .afy-card .bodytext {
    font-size: 22px;
    margin: 0 24px 16px 24px;
}
.tablet-sample .infinite-scroll-component .afy-card .bodytext :last-child {margin: 0;}
.tablet-sample .infinite-scroll-component .afy-card .share-statistics {
    font-size: 22px;
    padding: 16px 24px;
}
.tablet-sample .share-statistics .share-stat::after {margin: auto 2px;}
.tablet-sample .infinite-scroll-component .afy-card .action-group {
    font-size: 21px;
    padding: 16px;
}
.tablet-sample .infinite-scroll-component .afy-card .action-group .afy-col-4 {
    -ms-flex: 0 0 calc(33.333333% - 4px);
    flex: 0 0 calc(33.333333% - 4px);
    min-width: calc(33.333333% - 4px);
    width: calc(33.333333% - 4px);
    max-width: calc(33.333333% - 4px);
	padding: 10px 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}