body,
html {
  background-color: black;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 16px;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #17a2b8;
}

.container-fluid {
  min-height: calc(100vh - 56px);
}

.jumbotron {
  background-color: rgb(39, 38, 38);
}

.custom_padding {
  padding-top: 120px;
}

.profile_image {
  background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 36px;
  overflow: hidden;
  width: 36px;
  z-index: 0;
}

.fixed_client {
  position: fixed;
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
  padding: 10px;
  background-color: #333;
}

.invert {
  color: #17a2b8;
}

.invert_heading {
  color: #17a2b8;
  font-weight: 400;
  font-size: 18px;
}

.invert_data {
  color: #282b2e;
  font-weight: 500;
  font-size: 16px;
}

.grid_clients {
  display: grid;
  background-color: #f5f5f5;
  grid-template-columns: auto auto 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  border: 1px solid #ccc;
  margin: 10px;
}

.grid_client {
  display: grid;
  background-color: #f5f5f5;
  grid-template-columns: 1fr;
  gap: 1rem;
  border: 1px solid #ccc;
  margin: 10px;
}

.item {
  padding: 1rem;
}

@media (max-width: 768px) {
  .grid_clients {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin: 0.5rem;
    margin-bottom: 1rem;
  }

  .invert_heading {
    padding-bottom: 0rem;
  }
}

@media (max-width: 500px) {
  .grid_clients {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    margin: 0.2rem;
    margin-bottom: 1rem;
  }

  .item {
    padding: 0.5rem;
  }
}

.bg-dark {
  background-color: #282b2e;
}

.welcome {
  padding-top: 12px;
}

.admin-dropdown a {
  background-color: #282b2e;
  color: #f5f5f5;
  display: block;
  padding: 10px;
}

.admin-dropdown a i {
  padding-right: 10px;
}

.navbar-brand {
  font-size: 1.75rem;
}

.navbar {
  margin-bottom: 3rem;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.navbar-toggler {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-primary,
.btn-info {
  padding: 6px 10px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-weight: 300 !important;
  font-size: 16px;
  opacity: 0.7 !important;
}

/* Selects any <input> element that is read-only */
/* Supported in Firefox with a prefix */
input:-moz-read-only {
  color: #dc3546b2 !important;
}

/* Supported in Blink/WebKit/Edge without a prefix */
input:read-only {
  color: #dc3546b2 !important;
}

.form-control {
  color: #007bff !important;
  font-weight: 600 !important;
}
.form-control:disabled,
.form-control[readonly] {
  color: #dc3546b2 !important;
}

.btn-danger {
  color: #fff;
}

.em_read_only {
  color: #dc3546b2;
}

input.btn-danger {
  color: #f5f5f5 !important;
}

.form-check-inline .form-check-input {
  height: 1.5rem;
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
  width: 1.5rem;
}

.hr-form {
  background: #333;
  border: 0;
  height: 0.1rem;
  width: 50%;
}

.hr-jumbo {
  background: #17a2b8;
  border: 0;
  height: 0.1rem;
  width: 100%;
  margin: 35px 0;
}

.footer-copyright {
  background-color: #282b2e;
  padding: 20px 0;
  margin-bottom: 0px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  body,
  html {
    font-size: 1rem;
    line-height: 22px;
  }

  .table {
    display: block;
  }

  .fixed_client {
    display: none;
  }
}
