@import url(https://fonts.googleapis.com/css?family=Raleway:700);
/* .table-light-user {
  max-height: 300px;
  width: 100%;
  overflow: auto;
}
#table-light-user {
  max-height: 300px;
}
#table-light-user thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgb(185, 185, 185);
}
.table-light-user tr {
  width: 100%;
  display: grid;
  grid-template-columns: 10% 25% 30% 15% 15% 5%;
}
#table-light-user th,
td {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .table-light-user tr {
    grid-template-columns: 50px 150px 150px 100px 100px 60px;
    border-spacing: 0;
    border-collapse: separate;
  }
  #table-light-user thead {
    position: sticky;
    top: 0;
    z-index: 11;
    background: rgb(185, 185, 185);
  }
  #table-light-user td:nth-child(2),
  th:nth-child(2) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
  }
  #table-light-user,
  td {
    background-color: white !important;
  }
  #table-light-user,
  td:nth-child(2) {
    background-color: #fff;
  }
  #table-light-user,
  th:nth-child(2) {
    background-color: #eee;
  }
} */

/* #table-light-user thead tr {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 25% 30% 15% 15%;
}
#table-light-user th,
td {
  display: grid;
  align-items: center;
} */

#main-auth {
  display: none;
}
.table-light-user {
  border-bottom: 1px solid #dddddd;
}
.dataTables_filter input {
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.dataTables_filter input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
/* div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
} */

.select-record {
  padding: 0.375rem;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.select-record:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}

.checkboxes label span {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
}

.assign-device-container {
  display: grid;
  padding: 5px;
  grid-template-columns: repeat(6, 16.67%);
  grid-row-gap: 10px;
  max-height: 250px;
  min-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); */
}

/* Main not auth */
/* #main-notauth {
  font-family: "Raleway", sans-serif;
  display: none;
  height: 100%;
  padding: 10px;
} */
.text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 5em;
  font-weight: 700;
  color: #ee4b5e;
}

.subtitle {
  font-size: 40px;
  font-weight: 700;
  color: #1fa9d6;
}
@media screen and (max-width: 1024px) {
  .assign-device-container {
    grid-template-columns: repeat(3, 33.33%);
  }
}
