.nav-icon-space {
    width: 22px;
}

.direct-chat-img {
    margin-right: 10px;
}

.width-control,
.table-all-width-control td {
    min-width: 85px !important;
    width: 85px !important;
    max-width: 85px !important;
}

.width-control input {
    width: 100% !important;
}

/* Input number disable scroll */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

table .badge {
        padding: .25em 0.2em;
        font-size: 66%;
}