body{
    background-image: url('/images/MV-_M-icon.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
.jumbotron{
    background-image: url('/images/MV-_M-icon.png');
    background-position: right;
    background-repeat: no-repeat;
    /* background-blend-mode: soft-light; */
    background-size: contain;
}
.navbar-brand{
    opacity: 1 !important;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 500px !important; /* Set this value to your desired height */
}
@media (min-width: 992px) { /* Adjust the breakpoint if needed */
    .select2-container .select2-selection {
        min-width: 350px !important; /* e.g., 300px */
    }
}
.division-uk{
    color: #9ac31c;
}
.division-export{
    color: #cd072d;
}
.division-vetcel{
    color: #eb7700;
}
.division-sps{
    color: #efc000;
}
.division-salus{
    color: #00b0be;
}
.division-holdings{
    color: #469DDD;
}
.division-unknown{
    color: #333;
}

.badge.division-uk{
    background-color: #9ac31c;
    color: #ffffff;
}
.badge.division-export{
    background-color: #cd072d;
    color: #ffffff;
}
.badge.division-vetcel{
    background-color: #eb7700;
    color: #ffffff;
}
.badge.division-sps{
    background-color: #efc000;
    color: #ffffff;
}
.badge.division-salus{
    background-color: #00b0be;
    color: #ffffff;
}
.badge.division-holdings{
    background-color: #469DDD;
    color: #ffffff;
}
.badge.division-unknown{
    background-color: #efefef;
    color: #333;
}
.parent_organisation_note{
    font-style: italic;
}
.organisations_list_notes_container{
    margin-top: 10px;
}