* {
  outline: none !important;
}

table {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-bottom: 0 !important;
}

th {
  font-size: 14px;
}

td {
  font-size: 12px;
  color: inherit !important;
}

thead th {
  cursor:move;
}

tbody td i {
  line-height: 1;
  cursor: pointer;
}

input[type="date"] {
  cursor: pointer;
}
td input[type="text"],
td input[type="number"] {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  margin: auto;
  color: inherit;
}
#main {
  margin-bottom: 30px;
}
footer {
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

*:focus {
  box-shadow: none !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  background-color: rgb(0 0 0 / .6);
}

.au-res {
  position: absolute;
  z-index: 1;
}

.au-container {
  position: absolute;
  max-height: 180px;
  overflow-y: auto;
  margin: 4px 0 0 -4px;
  width: 200px;
  border: 1px solid #000;
}

.au-list {
  background-color: #fff;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  white-space: pre-wrap;
}

.au-list:hover {
  background-color: #f0f0f0;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.is-hidden { display: none; }

[contenteditable] {
  cursor: text;
  white-space: pre-wrap;
  min-height: 26px;
}
[contenteditable]:active,
[contenteditable]:focus{
    border:none;
}

div:empty::before {
  content: attr(placeholder);
  display: block;
  position: absolute;
  color: #00000066;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}



