/* Custom aditional Tailwind for blade components */

/* Background */
.bg-custom-purple {
    background-color: #7F2B71!important;
}

.hover\:bg-custom-purple-dark:hover {
    background-color: #6F2561!important;
}

.focus\:bg-custom-purple-dark:focus {
    background-color: #6F2561!important;
}

.active\:bg-custom-purple-darker:active {
    background-color: #5F1F51!important;
}

/* Text */
.text-custom-purple {
    color: #7F2B71 !important;
}

.hover\:text-custom-purple-dark:hover {
    color: #6F2561 !important;
}

.focus\:text-custom-purple-dark:focus {
    color: #6F2561 !important;
}

.active\:text-custom-purple-darker:active {
    color: #5F1F51 !important;
}
