#appTemplate_community .device-status-bar {color: rgba(255, 255, 255, 0.66);}
#appTemplate_community.sample-app-group {background-color: #fff;}
#appTemplate_community .afy-notify-badge {
    color: #1e2738;
    background-color: #54B8EC;
}

/* AFY SPACER COMPONENT */
#appTemplate_community .spacer-component {height: 212px;}

/* AFY APPBAR COMPONENT */
#appTemplate_community .afy-app-component.appbar {background-color: #1e2738;}
#appTemplate_community .afy-app-component .icon-container {
    color: #54B8EC;
    border-color: #54B8EC;
}
#appTemplate_community .afy-app-component.appbar .logo-container {color: #54B8EC;}

/* AFY CAROUSEL COMPONENT */
#appTemplate_community .carousel-component .afy-item-container > .text-container {
	color: #fff;
	background-image: linear-gradient(rgba(255, 192, 203, 0), #1e2738);
}
#appTemplate_community .carousel-component .component-item-divider {
    background-color: #54B8EC;
    opacity: 1;
}

/* AFY FANCY BUTTON COMPONENT */
#appTemplate_community .fancy-btn-component .image-container {background-color: rgba(255, 255, 255, 0);}
#appTemplate_community .fancy-btn-component .text-inner-container .afy-icon {color: #00569f;}
#appTemplate_community .fancy-btn-component .text-inner-container .component-item-title {color: #1e2738;}

/* AFY HORIZONTAL BUTTON COMPONENT */
#appTemplate_community .horizontal-btn-component {background-color: rgba(84, 184, 235, 0.07);}
#appTemplate_community .horizontal-btn-component .plugin {border-color: #54B8EC;}
#appTemplate_community .horizontal-btn-component .component-item-title {color: #54B8EC;}

/* AFY FEED/INFINITE SCROLL COMPONENT */
#appTemplate_community .infinite-scroll-component .afy-card-extended .headline {color: #54B8EC;}