[class*=sidebar-dark-] {
    background: linear-gradient(0.25turn, #2e2e2e, #5e5e5e)!important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}

.companylogo {
    align-items: center;
    flex-wrap: wrap;
}

.companylogo img {
    max-height: 100px;
}

.link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4934ff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.bg-danger {
    background-color: #be5e68!important;
}

.bg-success {
    background-color: rgb(112, 163, 112)!important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.iclick:hover {
    color: #4934ff;
    cursor: pointer;
}