@font-face {
  font-family: "Portal Font";
  src: url("/font/Portal-Bold.eot");
  src: local("Portal Font Bold"), local("PortalFont-Bold"), url("/font/Portal-Bold.eot?#iefix") format("embedded-opentype"), url("/font/Portal-Bold.woff2") format("woff2"), url("/font/Portal-Bold.woff") format("woff"), url("/font/Portal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Portal Font";
  src: url("/font/Portal-Regular.eot");
  src: local("Portal Font Regular"), local("PortalFont-Regular"), url("/font/Portal-Regular.eot?#iefix") format("embedded-opentype"), url("/font/Portal-Regular.woff2") format("woff2"), url("/font/Portal-Regular.woff") format("woff"), url("/font/Portal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  background-color: #f6f6f6;
  font-family: "Portal Font", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #1c1c1c;
}

a {
  color: #8cbf24;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #8cbf24;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #212222;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

.bg-success {
  background-color: #deeebd !important;
}

.bg-warning {
  background-color: #f5e6ab !important;
}

.text-success {
  color: #8cbf24 !important;
}

.text-success[data-bs-toggle=popover]:hover {
  color: #8cbf24 !important;
}

.text-small {
  font-size: 15px;
}

[data-bs-toggle=popover] {
  cursor: pointer;
  font-size: 1.2rem;
}

.popover .popover-body p:last-of-type {
  margin-bottom: 0;
}

.sidebar-toggle {
  color: #8cbf24;
}
.sidebar-toggle .fas {
  font-size: 2rem;
}

#menu-backdrop {
  transition: opacity 0.3s linear, visibility 0.3s linear;
  visibility: hidden;
}
#menu-backdrop.show {
  visibility: visible;
}

.wrap, .pdf-wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}
.wrap > .container, .pdf-wrap > .container {
  padding: 70px 15px 20px;
}

.content-wrapper {
  margin-left: 300px;
  padding: 45px 60px 15px;
  background-image: url("/img/background.png");
  background-repeat: no-repeat;
  background-position: 0 120px;
  min-height: 405px;
}
.content-wrapper .breadcrumb {
  background-color: transparent;
  position: initial;
  float: none;
  padding: 0;
  font-size: 12px;
  margin-bottom: 20px;
}
.content-wrapper .breadcrumb > li {
  padding-left: 10px;
}
.content-wrapper .breadcrumb > li:first-of-type {
  padding-left: 2px;
}
.content-wrapper .breadcrumb > li + li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  padding-right: 10px;
}

.footer {
  background-color: #fff;
  height: 120px;
  margin-left: 230px;
  padding: 20px 15px 0;
  border-top: 1px solid #919191;
  border-left: 1px solid #cdcdcd;
}
.footer .logos {
  text-align: center;
}
.footer .logos .logo {
  height: 80px;
}
.footer .credit {
  padding: 5px 0;
  float: right;
  text-align: right;
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0;
  min-height: 100%;
  width: 300px;
  z-index: 1060;
  border-right: 1px solid #cdcdcd;
}
#sidebar .divider {
  border-top: 1px solid #ddd;
  margin: 10px 0 0;
}
#sidebar .divider a {
  background-color: transparent;
  border: none;
  cursor: default;
}
#sidebar .navbar-brand {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
}
#sidebar .navbar-brand img {
  max-height: 100px;
  max-width: 200px;
}
#sidebar .card {
  border: none;
  background-color: transparent !important;
  padding: 0 10px 0 0;
  box-shadow: none;
}
#sidebar .card .nav-pills .nav-item {
  border-radius: 4px;
  margin-top: 40px;
}
#sidebar .card .nav-pills .nav-item a {
  position: relative;
  padding: 0 20px 0 70px;
  background-color: transparent;
  border-left: 3px solid transparent;
  border-radius: 0;
  color: #919191;
  font-size: 22px;
}
#sidebar .card .nav-pills .nav-item a span {
  color: #919191;
  width: 20px;
  margin-right: 5px;
}
#sidebar .card .nav-pills .nav-item a:hover {
  color: #212222;
  font-weight: bold;
  text-decoration: none;
}
#sidebar .card .nav-pills .nav-item a:hover span {
  color: #212222;
}
#sidebar .card .nav-pills .nav-item a:before {
  position: absolute;
  left: 25px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#sidebar .card .nav-pills .nav-item.home a:before {
  background-image: url("/img/icons/nav_home.svg");
}
#sidebar .card .nav-pills .nav-item.home a:hover:before {
  background-image: url("/img/icons/nav_home_black.svg");
}
#sidebar .card .nav-pills .nav-item.home.active a:before {
  background-image: url("/img/icons/nav_home_green.svg");
}
#sidebar .card .nav-pills .nav-item.route a:before {
  background-image: url("/img/icons/nav_map.svg");
}
#sidebar .card .nav-pills .nav-item.route a:hover:before {
  background-image: url("/img/icons/nav_map_black.svg");
}
#sidebar .card .nav-pills .nav-item.route.active a:before {
  background-image: url("/img/icons/nav_map_green.svg");
}
#sidebar .card .nav-pills .nav-item.document a:before {
  background-image: url("/img/icons/nav_document.svg");
}
#sidebar .card .nav-pills .nav-item.document a:hover:before {
  background-image: url("/img/icons/nav_document_black.svg");
}
#sidebar .card .nav-pills .nav-item.document.active a:before {
  background-image: url("/img/icons/nav_document_green.svg");
}
#sidebar .card .nav-pills .nav-item.active {
  background-color: transparent;
}
#sidebar .card .nav-pills .nav-item.active > a {
  color: #8cbf24;
  font-weight: bold;
  border-color: #e0b60f;
}
#sidebar .card .nav-pills .nav-item.active > a span {
  color: #8cbf24;
}

.wrap.sidebar-collapsed .main-sidebar {
  padding: 60px 0 0;
  width: 0;
}
.wrap.sidebar-collapsed .main-sidebar .user-info {
  display: none;
}

#header {
  background-color: #fff;
  margin-left: 300px;
  height: 100px;
  border-bottom: 1px solid #cdcdcd;
}
#header #header-search-form {
  position: relative;
  margin-left: 45px;
}
#header #header-search-form img {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 24px;
  height: 24px;
}
#header #header-search-form input {
  border: 0;
  width: 240px;
  font-size: 0.9rem;
  color: #919191;
  padding-left: 50px;
}
#header .right {
  margin-right: 30px;
}
#header .right > a {
  padding: 5px;
  line-height: 32px;
  color: #cdcdcd;
}
#header .right .separator {
  border-left: 1px solid #cdcdcd;
  margin: 0 20px;
}
#header .right .nav-item > .nav-link {
  color: #8cbf24;
  font-weight: 600;
  text-decoration: none;
  padding: 0 50px 0 0;
}
#header .right .nav-item > .nav-link:after {
  position: absolute;
  right: 0;
  top: 18px;
  color: #1c1c1c;
  margin: 0 0 0 20px;
  height: 8px;
  width: 8px;
  border-top: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
  border-left: 0;
  transform: rotate(135deg);
}
#header .right .nav-item > .nav-link span {
  display: block;
  color: #919191;
  font-weight: normal;
  line-height: 20px;
  font-size: 0.9rem;
}
#header .right .nav-item > .nav-link img {
  float: left;
  margin: 6px 10px 0 0;
  height: 36px;
  width: 36px;
  background-color: #cdcdcd;
}
#header .right .dropdown-menu {
  top: 24px !important;
  left: -20px !important;
  width: 260px;
  border-radius: 0;
  border-right: 0;
  padding: 15px 25px;
}
#header .right .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #919191;
  color: #919191;
  font-size: 0.9rem;
  padding: 5px 0 5px 30px;
  position: relative;
}
#header .right .dropdown-menu .dropdown-item i {
  position: absolute;
  left: 0;
  top: 8px;
}
#header .right .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: transparent;
  color: #212222;
}
#header .right .dropdown-menu .dropdown-item.active {
  color: #8cbf24;
  font-weight: bold;
  background-color: transparent;
}

.wrap.sidebar-collapsed .main-header .sidebar-toggle {
  margin-left: 0;
}
.wrap.sidebar-collapsed .main-header .sidebar-toggle:before {
  content: "\f0c9";
}

@media (max-width: 991.98px) {
  #header {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  #header .logo-mobile {
    text-align: center;
  }
  #header .logo-mobile img {
    height: 90px;
  }
  #header .sidebar-toggle {
    margin: 0 0 0 25px;
  }
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px; /* Adjust width as per your preference */
    height: 100%;
    transform: translateX(-100%);
    transition: 0.2s ease;
  }
  #sidebar.show {
    transform: translateX(0);
  }
  #sidebar .sidebar-toggle {
    position: absolute;
    top: 30px;
    right: -60px;
  }
  .content-wrapper {
    margin-left: 0;
    padding: 45px 30px 15px;
  }
  .footer {
    margin-left: 0;
  }
  .footer .logos {
    width: 100%;
  }
  .footer .logos img {
    max-width: 50%;
    object-fit: contain;
  }
  .footer .credit {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #header .navbar-nav {
    justify-content: end;
  }
  #header .navbar-nav .nav-item {
    padding: 0 5px;
  }
  .content-wrapper {
    padding: 45px 15px 15px;
  }
}
.btn {
  font-weight: 600;
  border-radius: 24px;
  padding: 0.5rem 1rem;
}
.btn:hover {
  text-decoration: none;
}
.btn i {
  margin-right: 5px;
}
.btn.btn-warning, .btn.btn-primary:active {
  background-color: #fff;
  border-color: #e0b60f;
  color: #e0b60f;
}
.btn.btn-warning:hover {
  background-color: #e0b60f;
  border-color: #e0b60f;
  color: #fff;
}
.btn.btn-success, .btn.btn-success:active {
  background-color: #fff;
  border-color: #8cbf24;
  color: #8cbf24;
}
.btn.btn-success:hover {
  background-color: #8cbf24;
  border-color: #8cbf24;
  color: #fff;
}
.btn.btn-default, .btn.btn-default:active {
  border: 1px solid #919191;
}

.card {
  border: none;
  border-radius: 24px;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.1), 0px 7px 10px 1px rgba(0, 0, 0, 0.07), 0px 2px 16px 1px rgba(0, 0, 0, 0.06);
}
.card .card-body {
  padding: 2rem;
}
.card .card-body .card-icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}
.card .card-body .card-icon.bg-success.route {
  background-image: url("/img/icons/circle_map_green.svg");
}
.card .card-body .card-icon.bg-success.user {
  background-image: url("/img/icons/circle_user_green.svg");
}
.card .card-body .card-icon.bg-success.note {
  background-image: url("/img/icons/circle_notepad_green.svg");
}
.card .card-body .card-icon.bg-success.comment {
  background-image: url("/img/icons/circle_comment_green.svg");
}
.card .card-body .card-icon.bg-success.document {
  background-image: url("/img/icons/circle_document_green.svg");
}
.card .card-body .card-icon.bg-warning.route {
  background-image: url("/img/icons/circle_map_orange.svg");
}
.card .card-body .card-icon.bg-warning.user {
  background-image: url("/img/icons/circle_user_orange.svg");
}
.card .card-body .card-icon.bg-warning.note {
  background-image: url("/img/icons/circle_notepad_orange.svg");
}
.card .card-body .card-icon.bg-warning.comment {
  background-image: url("/img/icons/circle_comment_orange.svg");
}
.card .card-body .card-icon.bg-warning.document {
  background-image: url("/img/icons/circle_document_orange.svg");
}
.card .card-body .card-icon.pins {
  background-image: url("/img/icons/circle_map_pins.svg");
}
.card .card-body .card-title {
  font-size: 26px;
}
.card .card-body .card-subtitle {
  color: #919191;
  margin-bottom: 20px;
}

.grid-view .table {
  --bs-table-striped-bg: none;
  --bs-table-border: none;
  border-color: transparent;
}
.grid-view .table.table-striped > tbody > tr {
  background-color: transparent !important;
}
.grid-view .table > thead {
  background: none;
  background-color: transparent;
}
.grid-view .table > thead > tr > th {
  padding: 5px 0;
  background-color: transparent;
}
.grid-view .table > thead > tr > th a {
  text-decoration: none;
  font-size: 1rem;
  color: #1c1c1c;
}
.grid-view .table > tbody > tr {
  background-color: transparent;
  border-bottom: 1px solid #cdcdcd;
}
.grid-view .table > tbody > tr:last-of-type {
  border-bottom: 0;
}
.grid-view .table > tbody > tr > td {
  padding: 5px 0;
  background-color: transparent;
  color: #919191;
  border: none !important;
}
.grid-view .table > tbody > tr.clickable-row {
  cursor: pointer;
}
.grid-view .table > tbody > tr.clickable-row:hover, .grid-view .table > tbody > tr.clickable-row:nth-of-type(odd):hover {
  background-color: #f0f0f0 !important;
}
.grid-view .table > tbody > tr.deleted-row {
  background-color: #f2dede !important;
}
.grid-view .table .actions {
  width: 0;
  white-space: nowrap;
  padding: 0 5px 0 0 !important;
}
.grid-view .table .actions .action-column-link {
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  text-align: center;
  transition: 0.2s ease;
  color: #e0b60f;
}
.grid-view .table .actions .action-column-link:hover {
  background-color: #f8edc2;
}
.grid-view .table .actions .action-column-link img {
  width: 24px;
}

.table.detail-view {
  border-color: #cdcdcd;
}
.table.detail-view tr th {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding-right: 40px;
}
.table.detail-view tr th:after {
  position: absolute;
  right: 0;
  content: ":";
}
.table.detail-view tr td {
  padding-left: 40px;
}

.form-floating > .form-control {
  background-color: #e0b60f;
  border-radius: 24px;
  height: calc(2.5rem + 2px);
  padding: 1rem;
  color: #fff;
}
.form-floating > .form-control + label {
  color: #fff;
  padding: 0.5rem 1rem;
}
.form-floating > .form-control:focus {
  box-shadow: 0 0 0 0.25rem #f5e6ab;
  border-color: #f5e6ab;
}
.form-floating textarea {
  height: auto !important;
}

.selectize-input {
  background-color: #e0b60f;
  border-radius: 24px;
  height: calc(2.5rem + 2px);
  padding: 0.6rem 1rem;
  color: #fff;
}
.selectize-input.full {
  background-color: #e0b60f;
}

.form-select {
  background-color: #e0b60f;
  border-radius: 24px;
  height: calc(2.5rem + 2px);
  padding: 0.6rem 1rem;
  color: #fff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.25rem #f5e6ab;
  border-color: #f5e6ab;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #e0b60f inset !important;
  -webkit-text-fill-color: white !important;
}

input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active {
  box-shadow: 0 0 0 30px #e0b60f inset !important;
  text-fill-color: white !important;
}

.form-check-input:checked {
  background-color: #e0b60f;
  border-color: #e0b60f;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1c1c1c;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #e0b60f;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #e0b60f;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem #f5e6ab;
}

.popover-alert-container {
  position: fixed;
  z-index: 1040;
  top: 75px;
  right: 15px;
  width: 500px;
}
@media (min-width: 576px) {
  .popover-alert-container {
    right: 15px;
    max-width: calc(100% - 30px);
  }
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.wrap.guest {
  background-color: #F6F6F6;
  background-image: url("/img/background-guest.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap.guest > .container {
  padding: 5vh 15px 0;
}
.wrap.guest .logo {
  height: 150px;
  max-height: 150px;
}

#login .message {
  padding: 5vh 0;
}
#login .card {
  padding: 50px 70px;
}

@media (max-width: 575.98px) {
  #login .card {
    padding: 25px 30px;
  }
}
#dashboard .charts {
  color: #919191;
}
#dashboard .charts .chart {
  border-right: 1px solid #cdcdcd;
  padding-right: 30px;
  height: 150px;
  width: 150px;
}
#dashboard .charts .chart .chart-labels {
  padding: 15px 0 0 15px;
}
#dashboard .charts .chart .chart-labels .chart-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0;
  color: #919191;
}
#dashboard .charts .chart .chart-labels .writ-total {
  font-weight: bold;
  color: #1c1c1c;
}
#dashboard .charts .chart .chart-labels ul {
  list-style-type: none;
  padding-left: 25px;
}
#dashboard .charts .chart .chart-labels ul li {
  position: relative;
}
#dashboard .charts .chart .chart-labels ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  content: "\f111";
  left: -25px;
  top: 5px;
}
#dashboard .charts .chart .chart-labels ul li.success:before {
  color: #8cbf24;
}
#dashboard .charts .chart .chart-labels ul li.warning:before {
  color: #e0b60f;
}
#dashboard .charts div div div:last-of-type .chart {
  border: 0;
}
@media (max-width: 1199.98px) {
  #dashboard .charts .chart {
    border-right: none;
  }
}

/**

pdf viewer

 */
.pdf-wrap .content-wrapper {
  padding: 0;
}
.pdf-wrap #pspdfkit {
  width: 100%;
  height: 100vh;
}

#map {
  height: 500px;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
