.app-theme-panel {
  display: none !important;
}

.mcs {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.loader {
  border: 16px solid #F3F3F3;
  border-radius: 50%;
  border-top: 16px solid #FFA500;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 40%;
  top: 50%;
  z-index:10000;  
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.dumpling-box{
  margin-top: 10px;
  margin-bottom: 20px;
}
.dumpling-box .dumpling{
  display: inline-block;
  background: #8d8d8d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 4px 0 10px;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.dumpling-box .dumpling .icon{
  line-height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #8d8d8d;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
  padding-top: 1px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;  
}
.dumpling-box .dumpling.added, .dumpling-box .dumpling.added .icon{
  background: #6e9b78;
}
.p_dropdown {
  position: relative;
  display: inline-block;
}
.p_dropdown-content {
  display: none;
  position: absolute;
  background-color: #161e2a;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding:10px;
}
.p_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.p_dropdown:hover .p_dropdown-content {
  display: block;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #2A434F; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  background-color: #3c5e6d; 
}
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    width: 8px;
    height: 175px;
    padding: 0 5px;
}
.hidden{
  display:none !important;
}
.nc{
    font-size: 0.8rem;
    width: 0.3rem;
    height: 0.3rem;
    color: black;
    /*background-color: #FF9F0C;*/
    padding: 0.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
}
.acm-items li{
  border: 1px solid #555;
  padding: 2px;
  position: absolute;
  background-color: #1c2632;  
}
.acm ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.acm ul li {
  border: 1px solid #555;
  padding: 5px;
  position: absolute;
  background-color: #1c2632;
  cursor:pointer;
}
.acm ul li:hover {
  background: #888;
}
.hstable:hover, .hstableactive:hover{
  background-color: rgba(255,255,255,0.2);
  cursor:pointer;
}
.hstableactive{
  background-color: rgba(255,255,255,0.5);
}

.smessage-item {
  background: #00000040;
  padding: 0.5rem 1rem;
}

span.smessage-item-sentby {
  font-weight: 500;
}

.slack-date-separator:before {
  position: absolute;
  height: 1px;
  background: #ffffff29;
  content: '';
  width: 20%;
  left: 0;
  margin-top: 9px;
}

.slack-date-separator:after {
  position: absolute;
  height: 1px;
  right: 0;
  margin-top: 9px;
  content: '';
  width: 20%;
  background: rgb(255 255 255 / 25%);
}

.slack-date-separator {
  text-align: center;
}

.smessage-item-message i {
  font-size: 28px;
}

.module_placeholder_msg {
  padding: 1rem;
}

.small-loader-box {
  height: 70px;
  display: flex;
  justify-content: space-around;
}

.notification-items a {
  cursor: pointer !important;
}

img.ai-icon {
  filter: invert(33%) sepia(152%) saturate(3%) hue-rotate(31deg) brightness(137%) contrast(88%);
  width: 22px;
  height: 22px;
}

img.ai-icon-inprogress {
  filter: invert(75%) sepia(52%) saturate(1523%) hue-rotate(338deg) brightness(100%) contrast(100%);
  width: 22px;
  height: 22px;
}

img.ai-icon-done {
  filter: invert(100%) sepia(86%) saturate(2000%) hue-rotate(26deg) brightness(100%) contrast(100%);
  width: 22px;
  height: 22px;
}

img.ai-icon-waiting {
  filter: invert(50%) sepia(86%) saturate(20%) hue-rotate(26deg) brightness(100%) contrast(100%);
  width: 22px;
  height: 22px;
}

img.ai-icon-error {
  filter: invert(43%) sepia(100%) saturate(2800%) hue-rotate(331deg) brightness(100%) contrast(100%);
  width: 22px;
  height: 22px;
}

table#hssearchtable th {
  text-align: center;
}

img.ai-rec-img {
  max-width: 8rem;
}

tbody#aicodes td {
  vertical-align: middle;
  text-align: center;
  max-width: 7rem;
}

.category-label {
  background: #c31e1e;
  color: #fff;
  padding: 0.2rem 0.35rem;
  display: inline-block;
  border-radius: 0.2rem;
  margin: 0.1rem;
  font-size: 10px;
  font-family: sans-serif;
  letter-spacing: 0.5px;
}

.passed {
  background: #4e8b0e;
}

.failed {
  background: #8b0e0e;
}