@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0px 3px 10px #00000017; }

.table td, .table th {
  padding: .5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px; }
  .table td .btn-xs, .table th .btn-xs {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    box-shadow: none; }
    .table td .btn-xs.shadow, .table th .btn-xs.shadow {
      box-shadow: none !important; }

.table .thead-light th {
  background-color: #f8fafc;
  color: #64748b;
  font-weight: 600; }

.table-bordered th {
  border-color: #e2e8f0cc; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03); }

.table-bordered thead th {
  border-bottom-width: 1px; }

div.dataTables_wrapper div.dataTables_filter input {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: .5rem; }

[type=text]:focus, input:where(:not([type])):focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.table-bordered {
  border-top: 0; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
  border-right-width: 0; }

table.table-bordered.dataTable thead th {
  font-weight: 500; }

table.table-bordered.dataTable td {
  font-weight: 400;
  color: #64748b; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #28425e;
  border-color: #28425e; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom: 1px solid #e2e8f0; }

.table {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  border-spacing: 0 10px !important;
  border-collapse: separate !important;
  border: none !important; }
  .table a {
    color: #03045e;
    font-weight: 500; }
  .table .btn.buttons-collection.dropdown-toggle {
    font-weight: 400;
    color: #64748b;
    font-size: 16px; }
  .table .dataTables_filter label {
    font-weight: 400;
    color: #64748b;
    font-size: 16px; }
  .table .dataTables_info {
    font-weight: 400;
    color: #64748b;
    font-size: 16px; }
  .table .text-danger {
    color: #c2410c !important; }
  .table .text-success {
    color: #0d9488 !important; }
  .table .text-primary {
    color: #0891b2 !important; }
  .table thead th {
    border-bottom: solid 1px #e2e8f0 !important; }
    .table thead th:first-child {
      border-top-left-radius: .6rem;
      border-bottom-left-radius: .6rem;
      border-left: solid 1px #e2e8f0 !important; }
    .table thead th:last-child {
      border-top-right-radius: .6rem;
      border-bottom-right-radius: .6rem; }
  .table td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom-width: 1px;
    border: 1px solid #e2e8f0; }
    .table td:first-child {
      border-top-left-radius: .6rem;
      border-bottom-left-radius: .6rem;
      border-left-width: 1px;
      border-left: solid 1px #e2e8f0 !important; }
    .table td:last-child {
      border-top-right-radius: .6rem;
      border-bottom-right-radius: .6rem; }
    .table td .btn-outline-primary {
      border-color: #03045e80;
      color: #03045e;
      border-radius: 9999px; }
      .table td .btn-outline-primary:hover {
        background-color: #03045e1a; }

.position-relative {
  position: relative; }

.details-info {
  position: absolute;
  z-index: 30;
  top: 100%;
  right: 0;
  transform: translate3d(0px, 100%, 0px);
  transition: all;
  transition-duration: 0.3s;
  opacity: 0;
  max-height: 0;
  overflow: hidden; }
  .details-info.open {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    max-height: 500px; }
  .details-info .details-info-content {
    width: 10rem;
    border-radius: .5rem;
    border-width: 1px;
    border-color: #e2e8f0;
    background-color: #fff;
    padding: .5rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
    .details-info .details-info-content a {
      display: block;
      text-align: left;
      color: #667182;
      padding: .5rem;
      transition-duration: .3s;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      border-radius: .5rem; }
      .details-info .details-info-content a i {
        margin-right: 2px; }
      .details-info .details-info-content a:hover {
        background-color: #f1f5f9; }

.table .more-details {
  color: #64748b; }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: transparent; }

.content-wrapper .btn-primary {
  background-color: #28425e;
  border-color: #28425e; }

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500; }

.form-group label {
  color: #656d79;
  font-weight: 500; }

.form-control {
  color: #9eacbf; }
  .form-control::placeholder {
    color: #9eacbf;
    opacity: 1;
    /* Firefox */ }
  .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #9eacbf; }

.container-relative {
  position: relative;
  z-index: 1; }

.container-fluid .card {
  box-shadow: 0 1px 2px #0000000d;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: .6rem;
  padding: 6px 6px 0 6px;
  position: relative;
  box-shadow: 0 3px 5px #0000000b;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: .6rem;
  position: relative; }
  .container-fluid .card .card-body.bg-white {
    background-color: transparent !important; }
  .container-fluid .card:before {
    content: "";
    display: block;
    box-shadow: 0 1px 2px #0000000d;
    height: 100%;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    position: absolute;
    border-radius: .5rem;
    left: .875rem;
    right: .875rem;
    top: 0;
    margin-top: .75rem;
    z-index: -1; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  box-shadow: 0 3px 20px #00000014;
  border: 1px solid #e2e8f0; }
  .bootstrap-datetimepicker-widget.dropdown-menu .table td {
    border-top: none; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #28425e; }
  .bootstrap-datetimepicker-widget table td.active:before,
  .bootstrap-datetimepicker-widget table td.active:hover:before {
    display: none; }

.bootstrap-datetimepicker-widget table thead th {
  color: #94a3b8; }
