.login-width{
  width: 400px;
}

table.dataTable th.sorting:after,
table.dataTable th.sorting_asc:after,
table.dataTable th.sorting_desc:after {
    float: right;
    margin-left: 5px; /* espacio entre texto y icono */
}

.table.dataTable tr td, .table.dataTable tr th{
  white-space: nowrap;
}

.table-dropdown-options{
  color: #828181;
}

.table-dropdown-options .dropdown-menu{
  min-width: 5rem;
}

.table-dropdown-options .dropdown-item{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #636363;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dropdown-menu.cols-2{
  width: 500px;
}