* {
  font-weight: 400;
}

table {
  font-weight: 400 !important;
  color: black !important;
}

.card-header {
  font-weight: 400 !important;
  color: black !important;
}

label,
input {
  font-weight: 400 !important;
  color: black !important;
}

.el-tablo.bold-label .label {
  font-weight: 400 !important;
  color: black !important;
}

.el-tablo.bold-label {
  font-weight: 400 !important;
  color: black !important;
}

.dataLoader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
  color: black !important;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

.card {
  overflow: auto;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.full-screen {
  height: 100%;
  overflow-y: auto;
}

.solid-bg-all {
  height: 100%;
  overflow-y: auto;
}

.layout-w {
  height: 99.99%;
  overflow-y: auto;
}

.content-w {
  height: 100%;
  overflow-y: auto;
}

.icon-w {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}
.dataTables_wrapper > .row:nth-child(2) {
  overflow-x: auto;
  border-radius: 0px;
  border: 0px solid gray;
}

.dataTables_wrapper > .row:nth-child(2) > div {
  margin: 0;
  padding: 0;
}
/* #mainSidebar {
    height: 100%;
    max-height: inherit;
    max-height: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
} */

.main-menu {
  padding: 0 !important;
}

#mainSidebar {
  height: 100%;
  max-height: inherit;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
}

.modal-lg {
  box-sizing: border-box;
  max-width: 90%;
  align-content: center;
  margin: 10% auto !important;
}
.modal-content {
  width: 100% !important;
}
.modal-body {
  width: 100% !important;
  overflow-x: auto !important;
}

.content-box {
  padding: 5px 10px !important;
}
.element-box {
  padding: 1em !important;
}
.element-wrapper .element-header {
  margin-bottom: 10px !important;
}

body::after {
  background: none !important;
}

body::before {
  background: none !important;
}