body {
  font-family: "Roboto", sans-serif;
  color: #4F4F4F;
}

p {
  color: #4F4F4F;
  line-height: 1.7;
  font-size: .875rem;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.btn {
  padding: .5rem 1.25rem;
  border-radius: 50rem;
}

.btn:hover {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.btn:focus {
  outline: none;
}

.btn-primary {
  background: #0545a5;
  border-color: #0545a5;
}

.btn-secondary {
  background: #9BA2AB;
  border-color: #9BA2AB;
}

.btn-success {
  background: #149865;
  border-color: #149865;
}

.btn-warning {
  background: #EBA51C;
  border-color: #EBA51C;
}

.btn-danger {
  background: #EB3333;
  border-color: #EB3333;
}

.btn + .switch-group-btn {
  margin-left: .5rem;
}

.media {
  display: block;
}

.relative {
  position: relative;
}

.table-responsive + .footnote {
  margin-top: 0;
  padding-top: 0;
}

.table-responsive + .footnote:before {
  display: none;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 10, 10, 0.25);
  border-radius: .625rem;
}

.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .35rem 1.25rem;
}

.dropdown-menu .fa {
  margin-right: .75rem;
}

.switch-group-btn {
  border: 2px solid #03A9F4;
  border-radius: 25rem;
  font-weight: bold;
  display: inline-flex;
  height: 2.375rem;
}

.switch-group-btn .switch-group-control {
  display: none;
}

.switch-group-btn + .btn {
  margin-left: .5rem;
}

.switch-group-btn:hover {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.switch-group-inner {
  border-radius: 25rem;
  border: 2px solid #9BA2AB;
  background-color: #9BA2AB;
  white-space: nowrap;
}

.switch-group-shadow {
  box-shadow: 0 5px 15px rgba(3, 169, 244, 0.5);
}

.switch-group-dark {
  border-color: #9BA2AB;
}

.switch-group-dark .switch-group-inner {
  background: #9BA2AB;
}

.switch-group-dark .switch-btn.active {
  background: #fff;
  color: #4F4F4F;
}

.switch-btn {
  border-radius: 25rem;
  margin-bottom: 0;
  cursor: pointer;
  padding: .5rem 2.5rem;
  font-size: 1rem;
  color: #fff;
}

.switch-btn:first-child {
  margin-right: -.5rem;
}

.switch-btn:last-child {
  margin-left: -.5rem;
}

.switch-btn-sx {
  font-size: .875rem;
  padding: .265rem 1rem !important;
  width: auto !important;
}

.switch-btn-sx:first-child {
  margin-right: -.25rem !important;
}

.switch-btn-sx:last-child {
  margin-left: -.25rem !important;
}

.switch-btn.active {
  background: #03A9F4;
  color: #fff;
  position: relative;
  z-index: 2;
}

.switch-btn:hover:not(.active) {
  background: #828282;
}

.table-vertical-top tr td,
.table-vertical-top tr th {
  vertical-align: top;
}

.table-vertical-top .header-top {
  font-size: 100rem;
}

.table-vertical-centered tr td,
.table-vertical-centered tr th {
  vertical-align: middle;
}

.table-vertical-bottom tr td,
.table-vertical-bottom tr th {
  vertical-align: bottom;
}

.header {
  padding: 1rem 0;
}

.header .btn {
  height: 2.375rem;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.header .btn i {
  font-size: 1rem;
}

.header .btn + .btn {
  margin-left: .75rem;
}

.header-left {
  margin-right: auto;
}

.header-right {
  margin-left: auto;
}

.header-btn-select {
  background: #41464B;
  font-size: .8125rem;
  font-weight: 600;
}

.header-btn-methodology {
  color: #fff;
  font-weight: 600;
  font-size: .875rem;
}

.header-btn-methodology:hover,
.header-btn-methodology:focus,
.header-btn-methodology:active {
  color: #fff !important;
}

.header-user {
  display: inline-flex;
}

.header-user-btn {
  font-size: .875rem;
  color: #4F4F4F;
  font-weight: 600;
}

.header-user-btn:hover {
  text-decoration: none;
  color: #EBA51C;
  transition: color .15s ease-in-out;
}

.header-user-btn:hover .header-avatar {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow .15s ease-in-out;
}

.header-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 25rem;
  margin-left: .5rem;
  border: 2px solid #fff;
}

.footer {
  padding: 0 20px;
  padding-bottom: 20px;
}

.footer-copy {
  font-size: .8125rem;
  color: #4F4F4F;
  line-height: 1.3;
  margin: 0;
}

.footer-copy strong {
  font-weight: 500;
  display: block;
}

.footer-contact {
  font-size: .8125rem;
  line-height: 1.3;
}

.footer-contact h5 {
  font-weight: 500;
  font-size: .8125rem;
  margin: 0;
}

.footer-contact a {
  color: #4F4F4F;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #03A9F4;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.open-notification .main-wrapper {
  margin-right: 24rem;
}

.page-wrapper.open-notification .notification-wrapper {
  right: 0;
}

.page-wrapper.open-notification .notification-wrapper .notification-btn-close {
  border-radius: 25rem;
}

.page-wrapper.open-notification .notification-wrapper .notification-btn-close .fa {
  margin: 0 auto;
}

.page-wrapper.open-notification .notification-wrapper .notification-btn-close .fa.fa-chevron-right {
  display: inline-flex;
}

.page-wrapper.open-notification .notification-wrapper .notification-btn-close .fa.fa-chevron-left {
  display: none;
}

.page-wrapper.open-notification .notification-wrapper .notification-btn-close:hover {
  left: -1.5rem;
}

.main-wrapper {
  margin-left: 145px;
  padding: 0 20px;
  min-height: 100vh;
  padding-bottom: 4rem;
  position: relative;
  top: 0;
  transition: all .15s ease-in-out;
}

.main-header {
  padding: 1rem .5rem;
  border-top: 2px solid #BDBDBD;
}

.main-header-title h1 {
  font-size: 1.125rem;
  color: #333333;
  margin: 0;
}

.main-header-title h5 {
  font-size: .875rem;
  color: #828282;
  margin: 0;
  margin-top: .25rem;
}

.main-header-btn {
  margin-left: auto;
}

.main-header-btn .btn {
  font-size: .875rem;
  font-weight: 600;
}

.main-header-btn .fa {
  margin-right: .75rem;
}

.main-filter {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border-radius: .625rem;
  margin-bottom: 1rem;
}

.main-filter-header {
  display: flex;
  align-items: center;
}

.main-filter-header + .main-filter-body {
  margin-top: .75rem;
}

.main-filter-title {
  font-size: .875rem;
  font-weight: 600;
  color: #4F4F4F;
  white-space: nowrap;
  margin-right: 1rem;
}

.main-filter-other {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.main-filter-btn {
  font-size: .875rem;
}

.main-filter-body {
  border: 1px solid #C4C4C4;
  border-radius: .375rem;
  padding: .25rem;
  display: flex;
  flex-wrap: wrap;
}

.main-filter-body + .main-filter-body {
  margin-top: .5rem;
}

.main-filter-line {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.main-filter-line-item {
  list-style: none;
  display: inline-flex;
}

.main-filter-line-link {
  font-size: .875rem;
  font-weight: 600;
  color: #4F4F4F;
  display: block;
  padding: .35rem .75rem;
}

.main-filter-line-link:hover,
.main-filter-line-link.active {
  border-radius: .375rem;
  background: #9BA2AB;
  text-decoration: none;
  color: #fff;
}

.main-filter-sub {
  padding: .25rem;
  margin-bottom: 0;
  background: #fff;
  border-radius: .375rem;
  width: 100%;
  order: 1;
}

.main-filter-sub + .main-filter-line .active {
  background: #fff;
  color: #4F4F4F;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.main-card-shadow {
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 10, 10, 0.1);
  border-radius: .625rem;
  margin-bottom: 1rem;
}

.main-card-shadow > .card-header {
  padding: 1rem 1.25rem 1rem 1.25rem;
  background-color: transparent;
  border-bottom: none;
  display: flex;
}

.main-card-shadow > .card-header + .card-body {
  padding-top: 0;
}

.main-card-shadow .card-header-info {
  color: #828282;
  cursor: help;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .875rem;
  border-radius: 25rem;
  border: 2px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-card-shadow .card-header-info:hover {
  color: #fff;
  background: #828282;
  border-color: #828282;
  text-decoration: none;
}

.main-card-shadow .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4F4F4F;
  margin: 0;
}

.main-card-shadow .card-title-sub {
  font-size: .875rem;
  display: block;
  font-weight: 400;
}

.main-card-shadow .card-body {
  padding: 1rem 1.25rem;
}

.main-card-shadow .card-footer {
  background: transparent;
}

.range-bg-green-1 {
  background-color: #80B966;
}

.range-bg-green-2 {
  background-color: #A5E766;
}

.range-bg-green-3 {
  background-color: #CDFF7C;
}

.range-bg-yellow-1 {
  background-color: #F2FE9A;
}

.range-bg-yellow-2 {
  background-color: #FFF291;
}

.range-bg-orange-1 {
  background-color: #FFDCAC;
}

.range-bg-orange-2 {
  background-color: #FEBF87;
}

.range-bg-red-1 {
  background-color: #F79285;
}

.range-bg-red-2 {
  background-color: #FF6967;
}

.login-page-other {
  min-height: 100vh;
}

.login-page-other__btn {
  padding: 1rem 2rem !important;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600 !important;
  background-color: #11B753 !important;
  border-color: #11B753 !important;
  border-radius: 12px !important;
}

.login-page-other__card {
  width: 500px;
  position: absolute !important;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-page-other__card .card-body {
  padding: 2rem 1.5rem !important;
}

.login-page-other__logo {
  width: 12rem;
  margin: 1.5rem auto;
}

.card-border {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0 24px 0;
}

.card-border-header {
  font-size: 1rem;
  font-weight: bold;
  color: #4F4F4F;
  display: flex;
}

.card-border-body {
  padding: 0;
}

.card-border-header + .card-border-body {
  margin-top: 1rem;
}

.service-type-group .media-type-group-img {
  width: 4rem;
  height: 4rem;
}

.service-type-group .custom-control-label {
  font-size: .875rem;
}

.service-type-group .card-border-header {
  font-size: 1rem;
}

.sidebar-wrapper {
  top: 0;
  left: 0;
  position: fixed;
  background: #ffffff;
  width: 145px;
  padding: 0 .75rem;
  height: 100vh;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: all .15s ease-in-out;
  z-index: 101;
}

.sidebar-brand {
  text-align: center;
  padding: 1rem;
  display: block;
  color: #BDBDBD;
  transition: all .15s ease-in-out;
  margin: 0 auto;
  margin-top: 2rem;
}

.sidebar-brand-sub {
  margin-top: .75rem;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  transition: all .15s ease-in-out;
}

.sidebar-brand:hover {
  text-decoration: none;
  color: #03A9F4;
}

.sidebar-menu-inner {
  height: calc(100vh - 8rem);
}

.sidebar-menu-inner .simplebar-track {
  right: -.8125rem;
}

.sidebar-menu-btn {
  position: absolute;
  right: .75rem;
  top: 1rem;
  border: none;
  border-radius: 25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #607D8B;
  transition: all .15s ease-in-out;
  margin-bottom: 2rem;
}

.sidebar-menu-btn:hover {
  color: #03A9F4;
}

.sidebar-menu-btn:focus {
  outline: none;
}

.sidebar-menu-btn:before,
.sidebar-menu-btn:after {
  content: '';
}

.sidebar-menu-btn:before,
.sidebar-menu-btn:after,
.sidebar-menu-btn span {
  left: 0;
  height: 3px;
  width: 100%;
  position: absolute;
  background: #828282;
  margin: 0 auto;
  transition: 0.4s;
}

.sidebar-menu-btn span {
  opacity: 0;
}

.sidebar-menu-btn:before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1.5px;
}

.sidebar-menu-btn:after {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1.5px;
}

.sidebar-menu-nav {
  padding-left: 0;
}

.sidebar-menu-item {
  list-style: none;
  margin: .25rem 0;
  position: relative;
}

.sidebar-menu-link {
  display: block;
  text-align: center;
  color: #4F4F4F;
  padding: .5rem;
  border-radius: .5rem;
  border: 2px solid transparent;
  line-height: 1.1;
  transition: all .15s ease-in-out;
}

.sidebar-menu-link:hover,
.sidebar-menu-link.active {
  text-decoration: none;
  color: #03A9F4;
  background: #E6E6E8;
}

.sidebar-menu-link:hover .sidebar-menu-icon,
.sidebar-menu-link.active .sidebar-menu-icon {
  filter: grayscale(0);
}

.sidebar-menu-title {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  margin-top: .5rem;
}

.sidebar-menu-icon {
  max-width: 2.5rem;
  margin: 0 auto;
  filter: grayscale(75%);
  transition: all .15s ease-in-out;
}

.close-sidebar .sidebar-wrapper {
  width: 90px;
}

.close-sidebar .sidebar-brand {
  margin-top: 2.5rem;
  padding: 1rem 0;
}

.close-sidebar .sidebar-menu-inner {
  height: calc(100vh - 7rem);
}

.close-sidebar .sidebar-menu-btn {
  right: 50%;
  margin-right: -.625rem;
}

.close-sidebar .sidebar-menu-btn:before {
  top: 3px;
  transform: rotate(0);
}

.close-sidebar .sidebar-menu-btn:after {
  transform: rotate(0);
  bottom: 3px;
}

.close-sidebar .sidebar-menu-btn span {
  opacity: 1;
  top: 50%;
  margin-top: -1.5px;
}

.close-sidebar .sidebar-brand-sub,
.close-sidebar .sidebar-menu-title {
  opacity: 0;
  display: none;
}

.close-sidebar .sidebar-menu-link .sidebar-menu-icon {
  width: 2rem;
  margin: 0 auto;
}

.close-sidebar .sidebar-menu-link:hover {
  background: #D5F4DF;
  top: 0;
  left: 0;
  position: relative;
  z-index: 101;
  text-align: left;
  display: flex;
  align-items: center;
}

.close-sidebar .main-wrapper {
  margin-left: 90px;
}

.notification-wrapper {
  position: fixed;
  top: 0;
  right: -24rem;
  background: #fff;
  width: 24rem;
  padding: 0 1rem;
  height: 100vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  transition: all .15s ease-in-out;
  z-index: 101;
}

.notification-btn-close {
  width: 3rem;
  height: 3rem;
  background: #4F4F4F;
  display: flex;
  align-items: center;
  color: #fff;
  border-top-left-radius: 25rem;
  border-bottom-left-radius: 25rem;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  left: -2rem;
  transition: all .15s ease-in-out;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 10, 10, 0.1);
}

.notification-btn-close .fa {
  margin-left: .75rem;
  transition: all .15s ease-in-out;
}

.notification-btn-close .fa.fa-chevron-right {
  display: none;
}

.notification-btn-close .fa.fa-chevron-left {
  display: inline-flex;
}

.notification-btn-close:hover {
  left: -3rem;
  background: #333333;
  text-decoration: none;
  color: #fff;
}

.notification-btn-close:hover .fa {
  margin: 0 auto;
}

.nav-main {
  background: #fff;
  width: 100%;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 10, 10, 0.1);
  border-radius: .625rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.nav-main-menu {
  padding-left: 0;
}

.nav-main-menu-item {
  list-style: none;
  display: inline-flex;
  margin: 0 .5rem;
}

.nav-main-menu-link {
  display: flex;
  align-items: center;
  font-size: .875rem;
  color: #4F4F4F;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  padding: 1.125rem 0;
  padding-top: calc(1.125rem + 3px);
}

.nav-main-menu-link:hover,
.nav-main-menu-link.active {
  color: #03A9F4;
  border-color: #03A9F4;
  text-decoration: none;
}

.nav-main-menu .flexMenu-viewMore {
  list-style: none;
  display: inline-flex;
  position: relative;
  margin: 0 .5rem;
}

.nav-main-menu .flexMenu-viewMore a {
  font-size: .875rem;
  color: #4F4F4F;
  font-weight: 600;
  display: block;
  padding: calc(1.125rem + 3px) 0.75rem;
}

.nav-main-menu .flexMenu-viewMore a:hover {
  text-decoration: none;
  color: #03A9F4;
  background: #F2F2F2;
}

.nav-main-menu .flexMenu-viewMore.active > a {
  background: #fff;
  box-shadow: 0 10px 26px 0 rgba(0, 10, 10, 0.15);
  background: none;
  color: #03A9F4;
}

.nav-main-menu_dropdown {
  width: 240px;
  background: #fff;
  right: -1rem;
  top: 60px;
  padding: .75rem .5rem;
  box-shadow: 0 16px 26px 0 rgba(0, 10, 10, 0.15);
  border-radius: .625rem;
}

.nav-main-menu_dropdown .nav-main-menu-item {
  display: block;
  border-bottom: 1px dotted #E0E0E0;
}

.nav-main-menu_dropdown .nav-main-menu-item:last-child {
  border-bottom: none;
}

.nav-main-menu_dropdown .nav-main-menu-link {
  border: none;
  display: block;
  height: auto;
  padding: .5rem !important;
}

.nav-main-menu_dropdown .nav-main-menu-link:hover {
  background: none !important;
}

.nav-main + .main-header {
  border-top: none;
  margin-top: -1rem !important;
}

html,
body {
  min-height: 100%;
}

body {
  background-color: #E6E6E8;
  background-image: url("../images/main-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  .media {
    display: flex;
    align-items: flex-start;
  }

  .media-body {
    flex: 1;
  }
}

@media (min-width: 992px) {
  .header {
    display: flex;
    align-items: center;
  }

  .header-user-btn {
    margin-left: 1.5rem;
    display: inline-flex;
    align-items: center;
  }

  .footer {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }

  .footer-contact {
    text-align: right;
  }

  .main-header {
    display: flex;
    align-items: center;
  }

  .main-header-title h1 {
    font-size: 1.25rem;
  }

  .main-header-title h5 {
    margin-top: .25rem;
  }
}

@media (max-width: 991.98px) {
  .header-left {
    padding-left: 3rem;
    display: flex;
    justify-content: end;
  }

  .header-right {
    margin-top: .75rem;
    display: flex;
    justify-content: end;
  }

  .header-btn-select span {
    display: inline-block !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100vw - 7rem);
  }

  .footer-copy strong {
    margin-top: .75rem;
  }

  .footer-contact {
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px dotted #828282;
  }

  .main-wrapper {
    margin-left: 0;
    padding: 0 10px;
  }

  .main-header-btn {
    margin-top: .75rem;
  }

  .close-sidebar .sidebar-wrapper {
    left: -90px;
  }

  .close-sidebar .sidebar-menu-btn {
    right: -2rem;
    top: 1.5rem;
  }

  .close-sidebar .main-wrapper {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive {
    max-width: 100%;
    overflow: auto;
  }

  .table-responsive .table {
    min-width: 600px;
  }

  .switch-btn {
    padding: .5rem 1rem;
    font-size: .8125rem;
    text-align: center;
    width: 50%;
  }

  .switch-btn:first-child {
    margin-right: -.2rem;
  }

  .switch-btn:last-child {
    margin-left: -.2rem;
  }

  .switch-btn-sx {
    padding: .25rem .75rem !important;
  }
}