@media (max-width: 480px) {
  .table {
    overflow-y: auto;
    overflow-x: auto;
  }

  .table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .table {
    display: block;
    width: 100%;
  }
}

/* Start search */

.result {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(1, 1, 1, 1);
  width: 70%;
  left: 20%;
  box-sizing: border-box;
}

/* End search */

.plain-link-text {
  color: #e57373;
  text-decoration: none;
}

.plain-link-text:hover {
  text-decoration: underline;
}

.hidefilters {
  display: none;
}

.hidesummary {
  display: none;
}

.glassmorph {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 6px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.neumorph {
  border-radius: 6px;
  background: #0d6efd;
  box-shadow: 8px 8px 16px #0a51bb, -8px -8px 16px #108bff;
}

.neumorph-one {
  border-radius: 6px;
  background: #ffc107;
  box-shadow: 8px 8px 16px #d9a406, -8px -8px 16px #ffde08;
}

.neumorph-two {
  border-radius: 6px;
  background: #293159;
  box-shadow: 8px 8px 16px #272c4d, -8px -8px 16px #343b61;
}

.kebab {
  color: #6971d2;
}

.err_txt {
  font-size: 12px;
  color: red;
}

.cell {
  cursor: pointer;
}

.cell:hover {
  background-color: #0d6efd;
  color: white;
  text-align: center;
  border-radius: 0.3rem;
  font-weight: 800;
}

.boring {
  text-decoration: none;
}

.sidebar-text:hover {
  color: #0d6efd;
  text-decoration: wavy;
}

/* User profile card */

.profile-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  background-color: white;
}

.title {
  color: grey;
  font-size: 18px;
}

.my-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.my-button a {
  color: white;
  text-decoration: none;
}

.my-button:hover,
a:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}

/* End user profile card */

/* Callout */

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-info h4 {
  color: #5bc0de;
}

.bd-callout-primary {
  border-left-color: #0d6efd;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-warning h4 {
  color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.bd-callout-danger h4 {
  color: #d9534f;
}

/* Callout */
