.page-content {
  padding: calc(45px + 1.5rem) calc(1.5rem * .5) 45px calc(1.5rem * .5);
}

.page-title-box {
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  margin: 14px -1.5rem .5rem -1.5rem;
}

.auth-one-bg .bg-overlay {
  opacity: .95;
}

.auth-office {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgb(16 53 96 / 60%);
}

.auth-office h1,
.auth-office h2,
.auth-office h3,
.auth-office h4 {
  color: #fff;
  margin: 2px 0;
  text-align: center;
}

.auth-office h4 {
  font-size: 14px;
}

.auth-office h3 {
  font-size: 18px;
}

.auth-office h1 {
  font-size: 22px;
}

.login-notices {
  color: #fff;
}

.login-notices p {
  font-size: 13.5px;
  margin-bottom: 7px;
  text-shadow: 0px 0px 25px #000;
}

.custom-alert {
  position: fixed;
  right: 15px;
  min-width: 25%;
  z-index: 99999;
}

#back-to-top {
  bottom: 10px;
}

.office-logo-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 1px;
  border: 2px solid #ccc;
}

.table,
.table th {
  border: 1px solid rgba(108, 122, 137, 0.5);
}

table thead tr th,
table thead tr td {
  text-align: center;
  font-size: 12px;
}

table tbody tr th,
table tbody tr td,
table tbody tr td a {
  font-size: 12px !important;
}

table tbody tr td a {
  padding: 5px !important;
}

.table>:not(caption)>*>* {
  padding: 0.5rem 0.25rem;
}

.tr-pointer tr {
  cursor: pointer;
}

.text-bold {
  font-weight: 600;
}

.table-responsive,
.table-responsive .table {
  min-width: 100%;
}

.display-block,
.btn-block {
  display: block;
  width: 100%;
}

.btn-xs {
  padding: 0.15rem !important;
}

@media print {
  .no-print {
    display: none;
  }
}

.text-link {
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}