/* SVG Icon Fix */
svg {
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}

svg.w-6, svg.w-5, svg.w-4, svg.h-6, svg.h-5, svg.h-4 {
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

button svg, a svg, .btn svg {
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.flex svg, .d-flex svg {
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}
