main.main .container-fluid.animated {
    width: 100%;
    height: 100%;
}

body.app {
    background-color: #181b1f;
    color: #8e8f9a;
}

body .sidebar-pills {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    padding-bottom: 8px!important;
    padding-left: 12px!important;
    padding-right: 4px!important;
    padding-top: 8px!important;
}

body .language-selctor, body .language-selctor:focus {
    border: 1px solid #8e8f9a;
    background-color: #181b1f;
    color: #8e8f9a;
    padding: 4px;
}

a, a:hover, a:active, a:focus {
    background-color: transparent;
    color: #ccccdd;
    text-decoration: none;
}

.sidebar.bg-eton {
    background-color: #181b1f;
    color: #8e8f9a;
}

.app-footer.bg-eton, .app-header.bg-eton {
    background-color: #181b1f;
    color: #8e8f9a;
}

.app-footer {
    flex: 0 0 15px;
    padding: 0px 30px;
}

.bg-eton .sidebar-pills a:not(.active), .sidebar-pills a:not(.open), .sidebar-pills a:not(:active), .sidebar-pills a:not(:focus), .sidebar-pills a:not(:hover), .sidebar-pills li {
    color: #8e8f9a!important;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover,
.sidebar.sidebar-pills .nav-link.active .nav-icon, .sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #ccccdd!important;
}

.bg-eton .sidebar-pills a.active, .sidebar-pills a.open, .sidebar-pills a:active, .sidebar-pills a:focus, .sidebar-pills a:hover, .sidebar-pills li {
    color: #ccccdd!important;
}

.app-body .main {
    background-color: #111217!important;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #3d9970;
    border-color: #3d9970;
    color: #fff 
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #3d9970!important;
    border-color: #3d9970!important;
    color: #fff!important;
}

.export-configure {
    margin: auto;
    max-width: 95%;
    padding: 30px;
}

.export-configure div.row {
    padding: 5px 0px;
}

.sidebar .nav-dropdown.open>.nav-dropdown-items {
    max-height: max-content;
}

.settings-configure, .simulator-projects-card {
    margin: auto;
    max-width: 1200px;
    padding: 30px;
}

.eton-modal {
    z-index: 2000 !important;
}

#tree_search_text {
    color: #8e8f9a;
    padding: 0px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
