.navbar{
    font-size: 14px !important;
}

.user{
    left: -105px !important;
}

a{
    text-decoration: none !important;
}

.min-height-200px{
    min-height: 200px;
}
.min-height-300px{
    min-height: 300px;
}
.min-height-400px{
    min-height: 400px;
}
.min-height-500px{
    min-height: 500px;
}
.min-height-600px{
    min-height: 600px;
}
.min-height-700px{
    min-height: 700px;
}
.min-height-800px{
    min-height: 800px;
}

/* .navbar-light .navbar-nav .nav-link {
    color: #70319f !important;
} */


.nav-item {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.chosen-choices{
    display: flex !important;
    overflow: scroll !important;
    max-height: 40px !important;
}
.chosen-container-active .chosen-results{
    color: #593196 !important;
}




.input-group input, .input-group textarea, .input-group select {
    border: 1px solid #cbc8d0 !important;
}

.form-select{
    padding: 5px !important;
    padding-left: 5px !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.danger{
            background-color: #fe000033 !important;
}
.warning{
    background-color: #fed8006c !important;
}