.bootstrap-duallistbox-container .filter {
    display: none !important;
}

.bootstrap-duallistbox-container .info {
    display: none !important;
}

.bootstrap-duallistbox-container select .option {
    padding-top: 7px !important;
    padding-left: 5px !important;
}
.service-disabled{
    background-color: #214c78 !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .table-responsive td, .table-responsive th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.modul-nav-pills .nav-item {
    flex: 1;
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 5px;
}

input[type=radio] {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    padding: 5px;
}

.sidebar-logo {
    width: 100px;
    height: 100px;
}

.sidebar-logo >img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
