input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
textarea {
    resize: none;
}
tr.relative.mt-0 {
    margin-top: 0 !important;
    min-height: 42px;
    max-height: 42px;
}
.bubbly-button:active {
    transform: scale(0.9);
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.followable:hover svg path {
    stroke: #FFFFFF; /* Change SVG color to white */
}
.touch-active {
    transform: scale(0.9);
}
select option {
    color: #FFF!important;
    background: #333!important;
}
