a {
  text-decoration: none;
  color: #05579e;
}

.icon-boxes a {
  display: block;
  width: 100%;
}
.service .content {
  margin: -120px 10px 0px;
  padding: 60px 30px;
  box-shadow: 3px 2px 13px 0px rgb(106 107 110 / 30%);
  background-color: white;
}

.service .filter-row {
  position: relative;
  margin: 0;
  padding: 10px;
  display: flex;
  list-style: none;
  align-items: center;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
}

.service .filter-row li {
  display: flex;
}

.service ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

.service ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

.service .btn-reset {
  position: absolute;
  right: 30px;
}

.service .form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 3em;
  margin-bottom: 0.125rem;
  align-items: center;
  /* width: 100%; */
  font-size: 16px;
}
.service .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 5px;
  margin-bottom: 3px;
}

.business-item p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}

.service a {
  margin-right: 0px;
  padding: 8px 6px;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  white-space: nowrap;
  transition: 0.3s;
}

.service td a {
  padding: 0;
  color: #05579e;
  white-space: unset;
}

.service .calendar-date-selected,
.calendar-date-selected:hover {
  color: #fff;
  font-weight: 700;
  background: rgb(72 164 188);
}

.service .calendar-date,
.calendar-week {
  font-size: unset;
  /* font-weight: unset; */
}

/* .service .datepicker-range .datepicker-popup {
  width: unset;
}

.service .datepicker-popup {
  display: flex;
} */

.service .datepicker-range .datepicker-popup {
  width: 420px;
}

.service .datepicker > input {
  height: unset;
  box-sizing: border-box;
  outline: none;
  padding: 0 34px 0 12px;
  font-size: 14px;
  width: 100%;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.service .active {
  background-color: rgb(72 164 188);
  color: white;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.3s;
}

.service .date-input {
  width: 10em;
}

.service .records {
  margin-top: 40px;
}

.service .records theader tr {
  border-color: grey;
}

.service .records tr {
  border-style: dashed;
}

.service table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
  border-style: dashed;
}

.service .filter-label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}

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

.blacklist .table > :not(:first-child) {
  border-top: 1px solid currentColor;
}

.contact-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 10px;
  background: #fff;
  min-height: 220px;
}

.contact-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  /*color: #05579e;*/
}
.contact-box p {
  margin-bottom: 10px;
}

.eb-way {
  font-size: 16px;
  padding: 20px;
}
.eb-way h4 {
  /* color: #3974e5; */
}
.eb-way h5 {
  color: #05579e;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 10px;
}
.eb-way ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.eb-map {
  margin: 60px auto 30px;
  width: 580px;
}

.help-item {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 6px;
  /* box-shadow: 0 0 29px 0 #ccc; */
  flex-direction: column;
}

.main-container {
  position: relative;
  padding: 60px 0 60px 0;
  background-color: #ecf6fe;
  font-size: 16px;
  font-weight: 400;
  min-height: calc(100vh - 189px);
}

.doc-name {
  position: relative;
  width: fit-content;
  font-size: 28px;
  margin-bottom: 20px;
  margin: 0px auto 40px;
  text-align: center;
  padding: 4px 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.z-index-1 {
  z-index: 1 !important;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 70;
  z-index: 1020;
}

.z-index-1 {
  z-index: 1 !important;
}

.top-140 {
  top: 140px !important;
}

.scroll-nav-holder .side-nav {
  width: 100%;
  position: relative;
  border: 1px solid #f1f2f3;
  border-radius: 6px;
}

.side-nav {
  width: 300px;
  z-index: 999;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  padding: 0;
  border-right: 1px solid #f1f2f3;
}
.bg-white {
  background-color: #fff !important;
}

.navbar-collapse {
  text-align: center;
}

.scroll-nav-holder #main-collapse {
  margin: 25px 0;
}
.side-nav ul,
.side-nav ul li,
.side-nav ul .dropdown-menu {
  width: 100% !important;
}
.pl-0 {
  padding-left: 0 !important;
}
ul,
ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
ul {
  list-style: none;
  padding: 0;
}
li {
  color: #555555;
  font-size: 0.875rem;
  letter-spacing: 0.015rem;
}

.side-nav ul,
.side-nav ul li,
.side-nav ul .dropdown-menu {
  width: 100% !important;
}

.side-nav .nav-link.active,
.side-nav .nav-link.active:hover {
  color: #05579e;
  border-right: 1px solid #05579e;
}
.side-nav .nav-link {
  color: #555555;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  padding: 10px 15px 10px 30px;
}

/*  .nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  transition: all 0.2s ease-in-out;
}*/

.side-nav .nav-link.has-collapse:before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 10px;
  line-height: 125%;
  position: absolute;
  left: 10px;
  opacity: 0.75 !important;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.q-a {
  font-size: 16px;
}

.q-a .nav-link.has-collapse:before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 10px;
  line-height: 125%;
  position: absolute;
  left: 0px;
  top: 12px;
  opacity: 0.75 !important;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.q-a .nav-link.has-collapse:not(.collapsed)::before {
  transform: rotate(90deg);
}
.q-a .nav-link {
  font-size: 1.1em;
  position: relative;
  color: #05579e;
}
.q-a-content {
  padding: 10px 15px;
  background-color: #f8f9fa;
}

.side-nav .nav-link.has-collapse:not(.collapsed)::before {
  transform: rotate(90deg);
}

.side-nav .nav-link.has-collapse:hover::after {
  color: #212121;
}

.side-nav .sidenav-sub-item {
  color: #555555;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 12px 30px;
  transition: height 0.35s ease;
}

.side-nav .sidenav-sub-item--active {
  color: #05579e;
}

.side-nav .sidenav-sub-item--active:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #05579e;
  position: absolute;
  top: 18px;
  left: 36px;
}
.nav-item {
  padding-left: 20px;
  position: relative;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1.2rem;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  color: #043c6d;
}

.content-container {
  margin: 60px 0 100px;
  min-height: calc(100vh - 349px);
}

.download,
.external,
.page {
  position: relative;
  display: block;
  /* line-height: 1.8em; */
  font-size: 1.2em;
  padding: 0.5rem 1rem;
}

.download:before,
.external:before {
  content: "\F30A";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 18px;
  line-height: 125%;
  position: absolute;
  left: -12px;
  top: 8px;
  opacity: 0.75 !important;
}

.page::before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  color: #555555;
  font-size: 10px;
  line-height: 125%;
  position: absolute;
  left: 0px;
  top: 12px;
  opacity: 0.75 !important;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.pager-gdair {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.pager-gdair .pagination li:hover {
  border-color: #f6b024 !important;
}
.pager-gdair .pagination li.active {
  background: #f6b024 !important;
  color: #fff;
}

.announcement .content-panel {
  margin: 0 30px 80px;
}

.announcement .contact-left {
  height: unset;

  position: sticky;
  top: 145px;
}

.announcement .contact-box h4 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #05579e;
}

.announcement .content-panel > h2 {
  text-align: center;
}
.announcement .action {
  display: flex;
  justify-content: flex-end;
  margin: 20px 10px 10px;
  align-content: center;
}

.announcement .action .col-h {
  padding-top: 8px;
  font-weight: 600;
}

.announcement .action p {
  margin-left: 10px;
  font-weight: 300;
}

.announcement .action span {
  margin-left: 10px;
  font-weight: 300;
}

.announcement table a {
  margin-right: 20px;
  color: #05579e;
  font-size: 16px;
}

.contact-left p {
  font-size: 14px;
  margin: 0 auto;
}
.ready-btn {
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}
.ready-btn:hover {
  color: #fff;
  background: #48a4bc;
  border: 1px solid #48a4bc;
  text-decoration: none;
}

.link-button {
  display: inline-block;
  font-weight: 700;
  position: relative;
  font-size: 1.08696rem;
  line-height: 1.41304rem;
  margin-top: 1.30435rem;
  padding-right: 1.30435rem;
  text-decoration: none;
  color: inherit;
  width: auto;
  margin-right: 2em;
}

.link-button__icon {
  width: 0.86957rem;
  height: 0.86957rem;
  border-radius: 999em;
  background: currentColor;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%);
  margin-top: -0.1087rem;
  transition: 0.3s;
}

.link-button svg {
  position: absolute;
  width: 0.65217rem;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: -0.05435rem;
}

.link-button:hover {
  color: #85a2f1;
}

.link-button:hover .link-button__icon {
  transform: translate(0.54348rem, 50%);
}

.breadcrumbs span {
  font-size: 16px;
  margin-left: 10px;
  color: #1e1f1c9c;
  font-weight: 500;
}

.breadcrumbs .keyword {
  color: #f6b024;
  font-size: 18px;
  margin-left: 2px;
  margin-right: 2px;
}
#map-container {
  overflow: hidden;
  width: 500px;
  height: 330px;
  margin: 0;
}
.records .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  min-height: 280px;
  min-width: 260px;
  white-space: unset;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  border-radius: 8px;
  z-index: 1;
}

.records .card-box a {
  display: block;
  height: auto;
  width: 80px;
  padding-bottom: 6px;
  color: unset;
}
.records a:hover {
  color: unset;
}

.records .card-box p {
  text-align: left;
  margin: 0 0 6px;
}

.records .card-box .head {
  display: block;
  padding: 10px 16px;
  /* min-height: 86px; */
  font-size: 18px;
  text-align: left;
  width: 100%;
  color: #05579e;
  font-weight: 400;
}
.records .card-box .head p {
  color: rgb(4 60 109);
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 300;
}

.records .card-box .body {
  display: block;
  padding: 10px 16px;
  width: 100%;
  font-size: 16px;
}
.pager {
  display: flex;
  justify-content: center;
  margin: 20px;
}

@media (max-width: 768px), (max-height: 700px) {
  #map-container {
    display: none;
  }
  .datepicker-range {
    min-width: unset;
  }
  .service .datepicker-range .datepicker-popup {
    width: 220px;
  }
  .records .card-box {
    min-height: unset;
  }
  .filter-row .input-group>.form-control {
    width: 270px !important;
  }
}
@media (max-width: 575px) {
}


#print-area, #print-area table {
  table-layout: fixed;
  width: 100%;
}
#print-area table td {
  white-space: normal;
}

.form-control:focus {
  box-shadow: none !important;
}
.filter-row .input-group>.form-control {
  width: 370px;
}