#appTemplate_beautySalon .device-status-bar {color: rgba(0, 0, 0, 0.66);}
#appTemplate_beautySalon.sample-app-group {background-color: #ffc0cb;}
#appTemplate_beautySalon .afy-notify-badge {
    color: #ffc0cb;
    background-color: #e83e8c;
}

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

/* AFY APPBAR COMPONENT */
#appTemplate_beautySalon .afy-app-component.appbar {
    background-color: #ffc0cb;
}
#appTemplate_beautySalon .afy-app-component .icon-container {
    color: #e83e8c;
    border-color: #e83e8c;
}
#appTemplate_beautySalon .afy-app-component.appbar .logo-container {color: #e83e8c;}

/* AFY CAROUSEL COMPONENT */
#appTemplate_beautySalon .carousel-component .afy-item-container > .text-container {
	color: #fff;
	background-image: linear-gradient(rgba(255, 192, 203, 0), #ffc0cb);
}
#appTemplate_beautySalon .carousel-component .component-item-divider {background-color: #e83e8c;}

/* AFY HORIZONTAL BUTTON COMPONENT */
#appTemplate_beautySalon .horizontal-btn-component {background-color: #ffc0cb;}
#appTemplate_beautySalon .horizontal-btn-component .afy-item-container .plugin {
	background-color: #fff4f6;
    border: 1px solid #ffc0cb;
}
#appTemplate_beautySalon .horizontal-btn-component .icon-container {border-color: #ffc0cb;}
#appTemplate_beautySalon .horizontal-btn-component .component-item-title {color: #e83e8c;}

/* AFY FANCY BUTTON COMPONENT */
#appTemplate_beautySalon .fancy-btn-component .image-container {background-color: #e83e8c;}
#appTemplate_beautySalon .fancy-btn-component .text-inner-container .afy-icon {color: rgba(255, 255, 255, 0.66);}
#appTemplate_beautySalon .fancy-btn-component .text-inner-container .component-item-title {color: #fff;}

/* AFY BOTTOM NAVIGATION COMPONENT */
#appTemplate_beautySalon .bottom-navigation {background-color: #fef4f6;}
#appTemplate_beautySalon .bottom-navigation .component-item-title {color: #343a40;}