.required:after {
    content: " *";
    color: red;
}
.bg-none {
    background-color: transparent !important;
}
.btn-effect {
    transition: transform 0.2s ease;
}
.btn-effect:hover {
    transform: scale(1.1);
}
.shadow-custom {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-100 {
    opacity: 1;
}
.fw-5 {
    font-weight: 500 !important;
}