.select2-container {
    z-index: 99999;
}

.select2-container--default .select2-selection--single {
    height: 60px;
    min-width: 13vw;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-top: 15px;
    }

.nav-link{
    font-weight:bold;
    color:black;
}
.nav-link.active {
    color: red;
}
