/* Custom aditional Tailwind for blade components */

/* Background */
/* Custom additional Tailwind for blade components */

/* Background */
.bg-custom-gray {
    background-color: #1F2937 !important;
}

.hover\:bg-custom-gray-light:hover {
    background-color: #2C3645 !important;
}

.focus\:bg-custom-gray-light:focus {
    background-color: #2C3645 !important;
}

.active\:bg-custom-gray-lighter:active {
    background-color: #3A4453 !important;
}

/* Text */
.text-custom-gray {
    color: #1F2937 !important;
}

.hover\:text-custom-gray-light:hover {
    color: #2C3645 !important;
}

.focus\:text-custom-gray-light:focus {
    color: #2C3645 !important;
}

.active\:text-custom-gray-lighter:active {
    color: #3A4453 !important;
}
