@media (min-width: 992px) {
    .modal-custom {
        max-width: 50%;
    }
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
    min-height: 50vh;
}

.nav-pills .nav-link {
    border-radius: 8px;
    color: #757575;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link.active {
    background-color: #FF6600;
    /* orange */
    color: #fff !important;
}
