td.fit, th.fit {
    width: 1%;
    white-space: nowrap!important;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
}

/* .form-switch .form-check-input {
    margin-top: 5px;
    height: 1.7em;
    width: 3em!important;
} */

.form-control {
    background-color: white;
    line-height: 1.3;
}

.col-form-label {
    padding-top: calc(0.575rem + 1px);
    padding-bottom: calc(0.575rem + 1px);
    font-size: 0.9rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #f1f3f5!important;
}

.table-form-control {
    line-height: 1;
    min-width: 70px;
    border: 0;
}

.table-form-control.bg-transparent {
    background-color: transparent!important;
}

.plyr--stopped .plyr__poster {
    opacity: 1;
}

img[src=""] {
    display: none;
}

ul {
    margin-bottom: 0;
}

.badge {
    vertical-align: text-bottom;
}

.w-min-100px {
    min-width: 100px!important;
}

.table-group-divider {
    border-top: 2px solid #c5ccd6;
}

.table-responsive {
    overflow-y: hidden;
}

.text-nowrap {
    white-space: nowrap;
}