.z-10 { z-index: 10 !important; }
.z-20 { z-index: 20 !important; }
.z-30 { z-index: 30 !important; }
.z-40 { z-index: 40 !important; }
.z-50 { z-index: 50 !important; }
.z-100 { z-index: 100 !important; }
.z-auto { z-index: auto !important; }
.z-max { z-index: 9999 !important; }
.rounded-tl { border-top-left-radius: 0.5rem !important; }
.rounded-tr { border-top-right-radius: 0.5rem !important; }
.rounded-bl { border-bottom-left-radius: 0.5rem !important; }
.rounded-br { border-bottom-right-radius: 0.5rem !important; }
.text-shadow-sm {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.text-shadow-md {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4) !important;
}
.text-shadow-lg {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5) !important;
}
.text-shadow-xl {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6) !important;
}
.text-shadow-none {
    text-shadow: none !important;
}
.text-shadow-w {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3) !important;
}
.text-shadow-md-w {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.4) !important;
}
.text-shadow-lg-w {
    text-shadow: 4px 4px 8px rgba(255, 255, 255, 0.5) !important;
}
.text-shadow-xl-w {
    text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.6) !important;
}
.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
