@import url(toolkit.css);
.alignright {
  float: right;
}
html,
body {
  overflow: hidden;
  height: 100vh;
}
body {
  font-family: Raleway, sans-serif;
}
.wrapper {
  display: flex;
  background: var(--bs-body-bg);
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: #f2f2f2;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 14rem;
  min-height: 100vh;
}
.sidebar.toggled {
  width: 4.5rem !important;
}
.sidebar .logo {
  display: block;
  background: #006199;
  color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 0;
  text-decoration: none;
}
.sidebar .nav-item.active {
  background: var(--bs-body-bg);
}
.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 18px;
  color: inherit;
}
.sidebar.toggled .nav-item .nav-link {
  text-align: center;
}
.sidebar .navbar-nav > .nav-item + .nav-item > .nav-link {
  border-top: 1px solid var(--bs-body-bg);
}
.sidebar .nav-item .nav-link > * {
  display: inline-block;
  vertical-align: middle;
}
.sidebar .nav-item .nav-link .bv,
.sidebar .nav-item .nav-link .fa {
  font-weight: bold;
}
.sidebar .nav-item .nav-link .lnk_lbl {
  margin-left: 0.25rem;
}
.sidebar.toggled .nav-item .nav-link .lnk_lbl {
  display: none;
}
.sidebar #sidebarToggle {
  text-align: center;
}
.sidebar #sidebarToggle i {
  background-color: rgba(0, 97, 153, 0.5);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.sidebar #sidebarToggle i:after {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.sidebar.toggled #sidebarToggle i:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.sidebar .icons {
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}

.sidebar .icons::-webkit-scrollbar {
  display: none;
}
.sidebar + .container {
  padding-left: 235px;
  max-width: 100%;
}
.sidebar.toggled + .container {
  display: flex !important;
  flex-direction: column !important;
  background-color: var(--bs-body-bg);
  width: 100%;
  overflow: hidden;
  padding-left: 72px;
}
.sidebar + .container {
  padding-left: 224px;
  padding-right: 0;
}
.header {
  display: flex;
  background: #f2f2f2;
  padding: 0 10px 0 0;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
main {
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}
.page-header ~ main {
  max-height: calc(100vh - 132px);
}
.ttl_cont h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.notes_cont {
  position: relative;
  text-align: center;
  height: 16px;
  width: 16px;
  color: red;
  font-weight: bold;
}
.notes {
  display: none;
  position: absolute;
  top: -4px;
  left: 12px;
  background: var(--bs-body-bg);
  padding: 5px 10px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 5px;
  opacity: 0.8;
  white-space: nowrap;
  color: #636b6f;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.notes:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid rgb(221, 221, 221);
  --background: var(--bs-body-bg);
  --padding: 5px 10px;
  --border: 2px solid rgb(221, 221, 221);
  --border-radius: 5px;
}
.notes_cont:hover .notes {
  display: block;
}
.header .search_form {
  min-width: 285px;
}
.header .search_form form {
  display: inline-flex;
  position: relative;
  align-items: center;
  width: 100%;
}
.header .search_form .srch_fld_cont {
  width: 100%;
}
.header .search_form .form-control {
  --height: 76px;
  --border-radius: 0;
  border: none;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  background: var(--bs-body-bg);
}
.search_form .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.search_form .srchbtn {
  background-color: transparent;
  color: #ccc;
  border: none;
  cursor: pointer;
  font: bold normal normal 20px/1 "Font Awesome 5 Free";
  padding: 6px 12px;
  margin: 0 0 0 -50px;
  box-shadow: none;
}
.header .search_form .srchbtn {
  border-right: 2px solid #f2f2f2;
  height: 76px;
  width: 40px;
  margin: 0 0 0 -98px;
}
.type_select {
  background: var(--bs-body-bg);
  position: absolute;
  top: 25%;
  z-index: 100;
  height: 36px;
  padding: 6px 12px;
  border: 1px solid var(--bs-body-bg);
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
  overflow: hidden;
  font-size: 16px;
  width: 58px;
  display: inline-block;
  color: #ccd0d2;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  margin-left: -58px;
}
.type_select .in_cont {
  position: relative;
}
.type_select .in_cont i {
  float: right;
  padding-top: 3px;
}
.type_select .in_cont > div {
  position: absolute;
  top: 0px;
  left: 0;
}
#app.websites .type_select .in_cont > div {
  top: -26px;
}
.type_select span {
  display: block;
  height: 25px;
  line-height: 25px;
}
.user_menu {
  display: flex;
  width: 285px;
  text-align: right;
  justify-content: end;
  gap: 15px;
  align-items: center;
  height: 76px;
}
.user_menu p {
  margin-bottom: 0;
}
.notifications_cont {
  padding-right: 15px;
  position: relative;
}
.notifications_cont a {
  color: #000;
}
.nf_dd_cont {
  display: none;
  position: absolute;
  right: 5px;
  top: 35px;
  width: 400px;
  z-index: 1400;
  background-color: var(--bs-body-bg);
  padding: 14px 0 10px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 2px rgba(106, 106, 106, 0.2);
}
.notifications_cont.open > .nf_dd_cont {
  display: block;
}
.nf_dd_cont > div {
  padding: 0 11px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
}
.nf_dd_cont:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: -8px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid var(--bs-body-bg);
}
.nf_cont {
  background-color: #efefef;
  border-left: 5px solid #efefef;
  padding: 10px;
  min-width: 312px;
  border-bottom: 1px solid var(--bs-body-bg);
}
.page-header {
  border-bottom: 2px solid #f2f2f2;
}
.inner_cont .card-header a,
.inner_cont .card-footer a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.inner_cont .card-header span,
.onl_usrs_cont .card-header span,
.msgs_cont .card-header span {
  float: right;
  padding: 0 15px;
}
.inner_cont .card-header span.car,
.onl_usrs_cont .card-header span.car,
.msgs_cont .card-header span.car {
  border-left: 1px solid #ccc;
  padding-right: 0;
}
.inner_cont .card-header span.car.down:after,
.onl_usrs_cont .card-header span.car.down:after,
.msgs_cont .card-header span.car.down:after,
.user_menu span.car.down:after {
  content: "\f0d7";
  display: inline-block;
  font: bold normal normal 14px/1 "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner_cont .card-header span.car.up:after,
.onl_usrs_cont .card-header span.car.up:after,
.msgs_cont .card-header span.car.up:after,
.user_menu span.car.up:after {
  content: "\f0d8";
  display: inline-block;
  font: bold normal normal 14px/1 "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.umd {
  cursor: pointer;
  position: relative;
  height: 100%;
}
.umd i {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-body-bg);
  text-align: center;
  line-height: 28px;
}
.umd > a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1001;
  height: 100%;
}
.umd.open > a {
  background-color: var(--bs-body-bg);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.15);
}
.umd .dropdown {
  display: none;
  position: absolute;
  background: var(--bs-body-bg);
  padding: 5px 0 0;
  width: 100%;
  min-width: 150px;
  top: calc(100% - 5px);
  right: 0;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  z-index: 1000;
}
.umd .dropdown a {
  padding: 5px 15px;
  width: 100%;
}
.umd .dropdown a:hover {
  background: #f2f2f2;
}
.umd.open .dropdown {
  display: block;
}
.inner_cont .card-header + div:not(.card-footer) {
  min-height: 250px;
  max-height: 400px;
}
.inner_cont .table {
  margin: 0;
}
.inner_cont .table > tbody > tr > td,
.inner_cont .table > tbody > tr > th {
  border: none;
  padding: 7px 15px;
}
.card.tab-content {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.contact .table {
  margin-bottom: 0;
}
.card
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.card
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.card
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.card
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.card > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.card > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.card > .table:first-child > thead:first-child > tr:first-child td:last-child,
.card > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top: 0;
}
.contact .table > tbody > tr:first-child > td,
.contact .table > tbody > tr:first-child > th,
.loginInfo .table > tbody > tr:first-child > td,
.loginInfo .table > tbody > tr:first-child > th {
  border-top: 0;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: rgba(40, 167, 69, 0.18);
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: rgba(230, 71, 89, 0.18);
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: rgba(49, 112, 143, 0.18);
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: rgba(255, 193, 7, 0.1);
}
.upload-cont {
  position: relative;
  border: 4px dashed #f2f2f2;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px;
}
.upload-cont input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 500px) {
  .nav.nav-vertical {
    width: 45px;
    float: left;
    border-bottom: 0px solid #ccc;
    display: block;
    position: relative;
    z-index: 1;
  }
  .nav-vertical > li.nav-item {
    width: 100%;
    float: none;
    margin-right: -1px;
    margin-bottom: 0;
    display: block;
  }
  .nav-vertical > li > a.nav-link {
    margin-right: 0;
    border-radius: 4px 0 0 4px;
  }
  .nav-vertical > li > a:hover {
    border-color: #f2f2f2 #ccc #f2f2f2 #f2f2f2;
    background: #ddd;
  }
  .tab-content.card.panel-vertical {
    display: block;
    margin-left: 44px;
    border-top: 1px solid var(--bs-card-border-color) !important;
    border-top-right-radius: 4px;
  }
  .nav-vertical.nav-tabs > li > a.active,
  .nav-vertical.nav-tabs > li > a.active:focus,
  .nav-verticaL.nav-tabs > li > a.active:hover {
    background-color: var(--bs-card-bg);
    border-color: var(--bs-card-border-color);
    border-right-color: transparent;
  }
  .nav-vertical + .tab-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .nav-vertical + .tab-content > .tab-pane {
    float: left;
    width: 100%;
  }
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
}
.errorlist {
  color: red;
  list-style-type: none;
  padding-left: 0;
}
#collapseAAG table.table {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.contacts table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.card table:not(.table-striped) tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
table th,
table .business,
table .url,
table .email,
table .phone {
  white-space: nowrap;
}
table .address {
  min-width: 250px;
}
table .note {
  min-width: 300px;
}
.card.loginInfo .form-control {
  padding: 0 0.75rem;
}

@media (max-width: 795px) {
  .header .search_form {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    display: block;
  }
  .logo br {
    display: none;
  }
  .sidebar,
  .sidebar.toggled {
    position: relative;
    width: 100% !important;
    display: block;
    min-height: auto;
  }
  .sidebar ul li:last-child {
    display: none;
  }
  .search_form {
    float: none;
  }
  .search_form form {
    width: 100%;
  }
  .header {
    padding: 0 1rem;
    min-height: 38px;
  }
  .header > div:first-child:not(.search_form) {
    display: none;
  }
  .header .search_form .form-control,
  .header .search_form .srchbtn {
    height: 40px;
  }
  .search_form .srchbtn {
    right: 5px;
  }
  .sidebar + .container,
  .sidebar.toggled + .container {
    display: block;
    padding-left: 0;
  }
  .icons {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .icons .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .sidebar .nav-item .nav-link {
    padding: 10px 12px;
  }
  .sidebar.toggled .nav-item .nav-link .lnk_lbl,
  .sidebar.toggled .nav-item .nav-link .lnk_lbl:hover {
    display: block;
    font-size: 11px;
    padding: 0;
    position: relative;
    left: 0;
    opacity: 1;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
  }
  .sidebar .logo {
    display: none;
  }
  .user_menu {
    height: 40px;
    width: 200px;
  }
  .type_select {
    top: 2px;
  }
  .sidebar {
    border-bottom: 1px solid var(--bs-body-bg);
  }
  .sidebar .navbar-nav > .nav-item + .nav-item > .nav-link {
    border-top: none;
  }
  main {
    max-height: calc(100vh - 106px);
    overflow-y: auto;
  }
  .range_text {
    display: none;
  }
  .page-header ~ main {
    max-height: calc(100vh - 162px);
  }
}

@media (min-width: 768px) {
  .mw-sm-33 {
    max-width: calc(33.333% - (1rem * 2 / 3));
  }
  .mw-sm-50 {
    max-width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1200px) {
  .mw-md-33 {
    max-width: calc(33.333% - (1rem * 2 / 3));
  }
}
@media (max-width: 600px) {
  .user_menu {
    width: auto;
  }
  .user_menu .un {
    display: none;
  }
  .header .search_form,
  .page-header .search_form {
    min-width: 100px;
    width: 100px;
    min-height: 40px;
  }
  .search_form .form-inline .form-group.srch_btn_cont,
  .search_form .form-inline .form-group.srch_cat_cont {
    display: none;
  }
  .header .search_form:hover form,
  .header .search_form form:focus-within,
  .page-header .search_form:hover form,
  .page-header .search_form form:focus-within {
    width: calc(var(--max-cont-width) - 300px);
    max-width: 100vw;
    position: absolute;
  }
  .header .search_form:hover .srch_btn_cont,
  .header .search_form:hover .srch_cat_cont,
  .header .search_form form.form-inline:focus-within .form-group.srch_btn_cont,
  .header
    .search_form
    form.form-inline:focus-within
    .form-group.srch_cat_cont
    .page-header
    .search_form:hover
    .srch_btn_cont,
  .page-header .search_form:hover .srch_cat_cont,
  .page-header
    .search_form
    form.form-inline:focus-within
    .form-group.srch_btn_cont,
  .page-header
    .search_form
    form.form-inline:focus-within
    .form-group.srch_cat_cont {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .nav.nav-vertical {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) and (min-width: 500px) {
  .table-responsive-sm.float-sm-start {
    float: left;
    overflow-x: visible;
  }
}
@media (max-width: 400px) {
  .export {
    display: none;
  }
  .page-header.gap-3 {
    gap: 0.75rem !important;
  }
}

.gap-x-3 {
  row-gap: 1rem;
}
.gap-x-4 {
  row-gap: 1.5rem;
}
.pw_cont > :first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pw_cont > :last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

:root {
  [data-bs-theme="light"] {
    .card {
      --bs-card-bg: #f2f2f2;
    }
    .card .table {
      --bs-table-bg: #f2f2f2;
    }
  }
}
*:focus-visible {
  outline: none !important;
}
