::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}

::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  outline: 2px solid #FFF;
  outline-offset: -2px;
  border: 0.1px solid #B7B7B7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #909090;
}

.main-wrapper {
  display: flex;
  width: 100%;
}

.main-content-wrapper {
  width: calc(100% - 250px);
  padding-top: 70px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F4F7FC;
}

.main-content-wrapper.active {
  width: 100%;
}

@media (max-width: 960px) {
  .main-content-wrapper {
    width: 100%;
  }
}
.tx-success {
  color: #04AA77;
}

.tx-danger {
  color: #EE2D41;
}

.tx-warning {
  color: #E9E005;
}

.user-profile-image {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-primary-agency {
  font-family: "Agency Fb" !important;
  font-size: 1em !important;
  font-weight: bold !important;
  background-color: #0080B1 !important;
}

.button-primary {
  font-weight: 600 !important;
  background-color: #0080B1 !important;
  border-radius: 3px !important;
  border-color: #0080B1 !important;
}

.button-secondary {
  font-weight: 600 !important;
  background-color: #D0D0D0 !important;
  border-radius: 3px !important;
  border-color: #D0D0D0 !important;
}

.button-danger {
  font-weight: 600 !important;
  background-color: #EE2D41 !important;
  border-radius: 3px !important;
  border-color: #EE2D41 !important;
}

.button-warning {
  font-weight: 600 !important;
  background-color: #E9E005 !important;
  border-radius: 3px !important;
  border-color: #E9E005 !important;
}

.button-info {
  font-weight: 600 !important;
  background-color: #04AA77 !important;
  border-radius: 3px !important;
  border-color: #04AA77 !important;
}

.card {
  border-radius: 5px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  margin: 5px 0;
}

.card .card-body {
  padding: 1em;
}

.card .card-headers {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.info-card-icons {
  background-color: #f0f5ff;
  width: 2.7875rem;
  height: 2.7875rem;
  padding: 10px;
  line-height: 0;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #007CFF;
  line-height: 2.0625rem;
  font-size: 1.0625rem;
  margin: 0;
}

.card .info-card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card .info-card-container .info-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-card-content .info-card-title {
  font-size: 0.685em;
  font-weight: 600;
  color: #8B8B8B;
}

.info-card-content .info-card-amount {
  font-size: 1.55em;
  font-weight: 600;
  color: #171725;
  margin: 10px 0;
}

.info-card-content .info-card-link {
  font-size: 0.723em;
  font-weight: 600;
  color: #04AA77;
}

.table {
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  font-size: 0.76em;
  color: #171725;
}

.table th {
  text-align: center;
  margin: auto;
}

.table td {
  font-weight: 400;
  text-align: center;
  margin: auto;
  vertical-align: middle !important;
}

.table thead th {
  vertical-align: middle !important;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d1d3d5;
}

.table-hover .table-secondary:hover {
  background-color: #c4c6c9;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c4c6c9;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #beefd7;
}

.table-hover .table-success:hover {
  background-color: #aaeaca;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aaeaca;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8ebf4;
}

.table-hover .table-info:hover {
  background-color: #a2e5f1;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2e5f1;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeab8;
}

.table-hover .table-warning:hover {
  background-color: #ffe29f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe29f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eebec8;
}

.table-hover .table-danger:hover {
  background-color: #e9aab7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e9aab7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe;
}

.table-hover .table-light:hover {
  background-color: #f1f1f1;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.pagination {
  display: inline-block;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .pagination {
    justify-content: center;
  }
}
.search-container {
  padding-bottom: 12px;
}

.search-container .search-input {
  font-size: 0.875rem;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.search-icon {
  padding: 6px;
  height: 1.8rem;
  width: 1.8rem;
  color: #8B8B8B;
}

.search-icon:hover {
  background-color: transparent !important;
}

.search-container .input-group .input-group-text {
  padding: 12px 0 !important;
}

.table-title {
  vertical-align: middle;
  line-height: 2rem;
}

.table th .sort-desc {
  height: 1.1rem;
  width: 1.1rem;
  color: #171725;
}

.table th .sort-asc {
  height: 1.1rem;
  width: 1.1rem;
  color: #171725;
}

.page-icons {
  width: 1.98rem;
  height: 1.98rem;
  color: #171725;
  float: left;
  text-decoration: none;
}

.pagination svg.disabled {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #8B8B8B;
}

.page-icons:hover {
  background-color: #F4F7FC;
  border-radius: 5px;
  color: #171725;
}

.pagination .page-link {
  color: #8B8B8B;
  float: left;
  padding: 8px 12px;
  font-weight: 500;
  text-decoration: none;
}

.pagination a:focus {
  outline: none;
  box-shadow: none;
  background-color: #FFFFFF;
  color: #8B8B8B;
}

.pagination .page-link.active {
  background-color: #007CFF;
  color: #FFFFFF;
  border-radius: 5px;
}

.pagination .page-link.active:hover {
  color: #FFFFFF;
  border-radius: 5px;
}

.pagination .page-link.disabled {
  color: #8B8B8B;
}

.pagination .page-link.disabled:hover {
  color: #8B8B8B;
  background-color: #FFFFFF;
}

.pagination .page-link:hover:not(.active) {
  background-color: #F4F7FC;
  color: #171725;
  border-radius: 5px;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #171725;
  margin-bottom: 0;
}

.form-input {
  min-height: 36px;
  border-radius: 4px !important;
  color: #171725 !important;
  font-weight: 400 !important;
}

.form-header {
  font-weight: 600;
  color: #171725;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.form-chkbox {
  vertical-align: bottom !important;
}

.navbar {
  padding: 0.4em 0 !important;
  z-index: 1250;
  box-shadow: 0 0.01em 0.5em #8B8B8B;
  background-color: #FFFFFF;
}

.navbar > .container {
  align-items: unset !important;
}

.navbar > .container-fluid {
  align-items: unset !important;
}

.user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-logo {
  color: #fff;
  justify-self: start;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.navbar-icon {
  margin-right: 0.5rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
}

.fa-bars {
  color: #fff;
}

.navbar .main-nav-menu {
  align-items: center;
}

.navbar .nav-link {
  font-family: "Agency Fb";
  font-weight: bold;
  color: #8B8B8B !important;
}

.navbar .nav-link.main-nav {
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #171725 !important;
}

.navbar .nav-link.active {
  color: #171725 !important;
}

.nav-link-icon {
  color: #8B8B8B;
}

.nav-link-icon:hover,
.nav-link-icon:focus {
  color: #F4F7FC;
  cursor: pointer;
}

.nav-link-icon__wrapper {
  position: relative;
}

.nav-link-icon i {
  font-size: 1.25rem;
}

.nav-link-icon i.material-icons {
  font-size: 1.5625rem;
}

.navbar .notifications {
  position: relative;
  display: flex;
  height: 100%;
  margin: auto;
  align-items: center;
}

@media (max-width: 767.98px) {
  .navbar .notifications {
    position: static;
  }

  .navbar .notifications .dropdown-menu {
    min-width: 100% !important;
    border-left: none;
  }
}
.navbar .notifications .badge {
  position: absolute;
  padding: 0.25rem 0.375rem;
  font-size: 0.5rem;
  left: 50%;
  top: 50%;
}

.navbar .notifications .dropdown-menu {
  padding: 0;
  min-width: 25rem;
  border-right: 0;
  right: auto;
}

.navbar .dropdown-menu {
  left: unset !important;
  right: 0 !important;
}

@media (max-width: 767.98px) {
  .navbar .notifications .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.navbar .notifications .dropdown-menu .dropdown-item {
  white-space: normal;
  display: flex;
  flex-flow: row;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e1e5eb;
}

.navbar .notifications .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.navbar .notifications .dropdown-menu .notification__icon-wrapper {
  display: flex;
  padding: 0 5px;
}

.navbar .notifications .dropdown-menu .notification__icon {
  background-color: #f5f6f8;
  box-shadow: 0 0 0 1px white, inset 0 0 3px rgba(0, 0, 0, 0.2);
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 0;
  display: block;
  text-align: center;
  margin: auto;
  padding: 6px;
  border-radius: 50%;
}

.navbar .notifications .dropdown-menu .notification__icon i {
  color: #818ea3;
  line-height: 2.0625rem;
  font-size: 1.0625rem;
  margin: 0;
}

.navbar .notifications .dropdown-menu .notification__content {
  padding: 0 0.625rem;
}

.navbar .notifications .dropdown-menu .notification__content p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.695rem;
  font-weight: 400;
}

.navbar .notifications .dropdown-menu .notification__content p.active {
  margin: 0;
  line-height: 1.5;
  font-size: 0.695rem;
  font-weight: 600;
}

.navbar .notifications .dropdown-menu .notification__category {
  font-size: 0.6625rem;
  color: #171725;
  letter-spacing: 0.0938rem;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}

.navbar .notifications .dropdown-menu .notification__all {
  display: block;
  font-weight: 500;
  font-size: 11px;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.nav-button {
  font-family: "Agency Fb" !important;
  font-size: 1em !important;
  font-weight: bold !important;
  background-color: #0080B1 !important;
}

@media screen and (max-width: 960px) {
  .NavbarItems {
    position: relative;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    width: 75%;
    height: 95vh;
    position: absolute;
    top: 66px;
    left: -75%;
    opacity: 1;
    transition: all 0.5s ease;
  }

  .nav-menu.active {
    background: #F4F7FC;
    left: 0;
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 1;
  }

  .brand-container .navbar-brand {
    margin-left: 1em;
  }

  .menu-icon {
    font-size: 2rem;
    cursor: pointer;
  }

  .fa-times {
    color: #fff;
    font-size: 2rem;
  }
}
.main-sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 75px;
  height: 100vh;
  z-index: 999;
  background-color: #FFFFFF;
  transition: all 0.3s;
}

@media (max-width: 960px) {
  .main-sidebar {
    margin-left: 0;
  }

  .main-sidebar.active {
    margin-left: -250px;
  }
}
.main-sidebar .nav-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
  padding-bottom: 30px;
  height: calc(100vh - 3.75rem - 1px);
}

.main-sidebar .nav .nav-item,
.main-sidebar .nav .nav-link {
  white-space: nowrap;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif;
  will-change: background-color, box-shadow, color;
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  font-size: 0.85rem;
}

.main-sidebar .nav .nav-item .nav-link {
  border-bottom: 1px solid #FFFFFF;
  color: #171725;
  font-weight: 600;
  padding: 0.9375rem 1.5625rem;
}

.main-sidebar .nav .nav-item .nav-link i {
  min-width: 1.25rem;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  will-change: color;
  color: #8B8B8B;
  transition: color 200ms ease;
  margin-right: 0.375rem;
}

.main-sidebar .nav .nav-item .nav-link i.material-icons {
  font-size: 1.125rem;
  top: -1px;
}

.main-sidebar .nav .nav-item.active,
.main-sidebar .nav .nav-item .nav-link.active,
.main-sidebar .nav .nav-item:hover,
.main-sidebar .nav .nav-item .nav-link:hover {
  box-shadow: inset 0.225rem 0 0 #007CFF;
  background-color: rgba(161, 216, 238, 0.1);
  color: #007CFF;
  border-radius: 0 5px 5px 0;
}

.main-sidebar .nav .nav-item.active i,
.main-sidebar .nav .nav-item .nav-link.active i,
.main-sidebar .nav .nav-item:hover i,
.main-sidebar .nav .nav-item .nav-link:hover i {
  color: #8B8B8B;
}

.main-sidebar .nav--no-borders .dropdown-menu {
  box-shadow: inset 0 0 0.4375rem rgba(61, 81, 112, 0.2);
}

.main-sidebar .nav--no-borders .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid #e1e5eb;
}

.sidebar-menu-item {
  position: relative;
}

.sidebar-dropdown-icon {
  position: absolute;
  right: 15px;
  top: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease-in-out;
}

.sidebar-dropdown-icon.open {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(-180deg);
}

.sidebar-dropdown-icon svg {
  margin: 0 !important;
}

.main-sidebar svg.material-icons {
  margin-right: 16px;
  margin-bottom: 5px;
}

.main-sidebar .dropdown-menu {
  position: static !important;
  transform: translate(0) !important;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0 0 0 20px;
  box-shadow: inset 0 -0.1875rem 0.1875rem rgba(61, 81, 112, 0.08);
}

.main-sidebar .dropdown-menu .dropdown-item {
  padding: 0.75rem 1.75rem;
  border-bottom: 1px solid #f0f2f5;
  color: #3d5170;
  font-size: 0.75rem;
  font-weight: 400;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-sidebar .dropdown-menu .dropdown-item {
    font-weight: 300;
  }
}
.main-sidebar .dropdown-menu .dropdown-divider {
  margin: 0;
}

.main-sidebar .dropdown-toggle {
  transition: transform 250ms ease-in-out;
  transform: translateY(-50%);
  border: none;
  position: absolute;
  top: 0;
  right: 10;
  opacity: 0.1;
  will-change: transform;
}

.main-sidebar .dropdown.show .dropdown-toggle {
  transform: translateY(-50%) rotateZ(180deg);
}

.main-sidebar .label {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

.main-sidebar .date-form {
  padding-left: 10px;
  margin: 12px 0px;
}

.container-fluid.main-content {
  padding: 18px 18px 45px 18px;
  font-family: "Poppins", Helvetica, sans-serif;
}

.main-content .breadcrumb {
  background-color: unset;
  margin: auto 0;
}

.main-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-top: 5px;
}

.main-content .title {
  font-size: 1.3em;
  font-weight: 500;
  margin: auto 0;
  color: #171725;
}

.main-content .dashboard-info {
  margin: 10px 0;
}

.main-content .table-card {
  margin: 20px 15px;
}

.text-title {
  color: #171725;
  font-size: 1rem;
  font-weight: 300;
}

.printing-font {
  font-family: "Times New Roman", Times, serif !important;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/hero-bg1.png");
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-title {
  font-family: "Agency Fb";
  color: #FFFFFF;
  font-weight: bold;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.footer-container {
  background-color: #D0D0D0;
  padding: 16px 0;
}

.main-footer-container {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  padding: 16px 0;
  font-size: 12px;
  font-family: "Poppins";
  color: #171725;
  width: 100%;
  margin-left: 250px;
}

@media (max-width: 960px) {
  .main-footer-container {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    padding: 16px 0;
    font-size: 12px;
    font-family: "Poppins";
    color: #171725;
    width: 100%;
    margin-left: 0;
  }

  .main-footer-container .container-fluid {
    padding: 0;
    text-align: center;
  }
}
.footer-title {
  font-family: "Agency Fb";
  justify-content: center;
  text-align: center;
  margin: 0.5em 0;
  font-weight: bold;
}

.footer-subtitle {
  font-family: "Agency Fb";
  justify-content: center;
  margin: 0.9em 0 0 0;
  font-weight: bold;
}

.footer-links {
  font-family: "Agency Fb";
}

.footer-logo {
  height: 80px;
  width: 80px;
  margin: 0.5em;
}

.footer-logo-container {
  justify-content: center;
  align-items: start;
}

.footer-icon-container {
  justify-content: center;
  align-items: center;
}

.footer-icon {
  height: 20px;
  width: 30px;
  margin: 12px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-copyright {
  background-color: #FFFFFF;
  padding: 16px 0;
  font-size: 13px;
  font-family: "Agency Fb";
  color: #171725;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .footer-copyright {
    text-align: center;
  }

  .footer-content {
    align-items: center;
  }

  .footer-text-container {
    margin: 0 20px;
  }
}
.login-logo {
  max-width: 250px;
}

.login-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-evenly;
  align-items: center;
}

.login-form {
  max-width: 450px;
  min-height: 350px;
  padding: 40px 30px;
  width: 100%;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #171725;
  box-shadow: 3px 3px #D0D0D0;
}

.login-title {
  font-family: "Agency Fb";
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #171725;
  margin-bottom: 20px;
}

.loading-title {
  font-family: "Agency Fb";
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #171725;
  margin-left: 20px;
}

.login-input {
  border-radius: 0 !important;
  font-family: "Agency Fb";
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

.login-form > .input-group {
  margin-bottom: 10px;
}
