#artt_header {
  background: rgb(1, 122, 34);
  background: radial-gradient(circle, rgba(1, 122, 34, 0.8183648459) 50%, rgba(1, 122, 34, 0.6194852941) 99%);
  color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
  z-index: 5;
}
#artt_header #artt_title {
  font-weight: 400;
  font-size: 2.5em;
  color: #fff;
}
#artt_header #artt_subtitle {
  font-weight: 400;
  font-size: 1.5em;
  color: #fff;
  vertical-align: bottom;
  height: 15px;
  padding-left: 20px;
}

#demo_batch {
  position: absolute;
  right: 50px;
  top: 30px;
  height: 100px;
}

#artt_sidebar {
  width: 400px;
  min-width: 250px;
  margin-top: 60px;
  margin-right: 5px;
  resize: horizontal;
  overflow: auto;
}

#toogle_sidebar {
  width: 220px;
  height: 56px;
  font-size: 1.3em;
  position: absolute;
}

#toogle_sidebar:hover {
  box-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.2) inset;
}

#artt_filter {
  height: calc(100vh - 200px);
}

#right {
  flex-grow: 1;
  overflow: auto;
  height: calc(100vh - 140px);
}

.offcanvas {
  width: 75% !important;
}
.offcanvas .col-4 {
  max-width: 200px;
}

#artt_dashboard_wrapper {
  display: flex;
}

.nav-tabs .nav-link {
  color: #999;
}
.nav-tabs .nav-link.active {
  color: #1d893b;
}

#map {
  width: 100%;
  height: calc(100vh - 200px);
}

#artt_table {
  width: 100%;
}

table.dataTable thead th {
  text-align: center !important;
  vertical-align: middle;
  font-weight: bold;
  color: #000;
  background-color: none !important;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid;
  text-transform: uppercase;
  font-size: 0.8em;
}

#dt-search-0 {
  width: 100%;
  padding: 10px;
  font-size: 0.8em;
  margin: 0px;
}

.highlight {
  background-color: #ffc107;
}

#dialog-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 2px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

table.table.dataTable > tbody > tr:hover {
  background-color: rgba(213, 234, 191, 0.4509803922) !important;
}

table.dataTable tbody tr:hover {
  background-color: rgba(213, 234, 191, 0.4509803922) !important;
}

table.dataTable tbody tr > .dtfc-fixed-start:hover,
table.dataTable tbody tr > .dtfc-fixed-end:hover {
  background-color: inherit !important;
}

.accordion-button {
  background-color: rgba(101, 164, 111, 0.1529411765);
}

.accordion-button:not(.collapsed) {
  background-color: rgba(101, 164, 112, 0.5882352941);
}

table.dataTable tr.dtrg-group th {
  background-color: #f8f8f8 !important;
  border-top: 2px solid #529052;
  border-bottom: none !important;
  font-size: 0.85em;
}

.active > .page-link,
.page-link.active {
  background-color: #52708e !important;
  border-color: #52708e !important;
}

.page-link {
  color: #52708e;
}

#artt_table_processing {
  position: sticky;
}

#artt_smaller {
  font-size: 0.8em;
}

.charts_inner {
  overflow-x: scroll;
  height: calc(100vh - 200px);
}

.chart_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.offcanvas-header {
  background-color: #5e5e5e;
  border-bottom: 2px solid #efefef;
  color: #fff;
  font-weight: 800;
}
.offcanvas-header h5 {
  margin: 0px;
  font-weight: 700;
}

.offcanvas-body {
  background-color: #dfdfdf;
}

.artt_statusoptions {
  padding: 5px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}

.artt_gallery_img {
  max-height: 250px;
  width: auto;
  padding: 5px;
}

.table td:first-child {
  width: 300px;
}

.card-header {
  background-color: #83888c;
  color: #fff;
}

.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
  animation: l2 1.5s infinite linear;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2666666667);
  animation: inherit;
  animation-delay: -0.5s;
}

.loader:after {
  animation-delay: -1s;
}

@keyframes l2 {
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
.artt_statusoptions {
  visibility: hidden;
}

@font-face {
  font-family: Comfortaa;
  src: url(../fonts/comfortaa/Comfortaa-VariableFont_wght.ttf);
}
.btn-primary {
  --bs-btn-bg: #56a66c;
  --bs-btn-hover-bg: #399853;
  --bs-btn-border-color: #399853;
}

html {
  height: 100%;
}

body {
  height: 100%;
  padding-top: 130px;
  overflow: hidden;
  font-family: "Comfortaa", sans-serif;
}

#artt_header-top .active {
  font-weight: 900;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

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

#artt_content_wrapper {
  height: calc(100% - 15px);
  overflow-y: auto;
}

.artt_page_placeholder {
  font-size: 20em;
  text-align: center;
}

.dtsp-panes .dt-scroll-body {
  max-height: 100px !important;
}

.menu-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.content {
  margin-left: 220px;
  padding: 20px;
}

.artt_user {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1d893b;
}/*# sourceMappingURL=artentool.css.map */