html {
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  min-height: 100%;
}
body {
  width: 100%;
  color: #bbb;
  background-color: #121212;
}
a {
 color: #40c4ff;
}
a:hover {
 color: #ab47bc;
 text-decoration: none;
}
.gbsusertag {
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  color: #aa00ff;
  border: 1px solid #333;
}
.gbsareatag {
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  color: #26a69a;
  border: 1px solid #333;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-color: #ab47bc;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 68, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(58, 63, 68, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: transparent;
  border-color: #ab47bc;
}

.page-item.disabled .page-link {
  color: #7A8288;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.gbsgallery {
 background-color: #000;
}
.gbsgalleryitemheader {
  background-color: rgba(0, 0, 0, 0.2);
 font-size: 10px;
}
.gbsgalleryitem {
  border: 1px solid transparent;
  display: inline-block;
  width: 155px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.gbsgalleryitem:hover {
  border: 1px solid #ab47bc;
}

.gbstable {
  width: 100%;
}
.gbstable tr:hover {
  background-color: rgb(0,0,0,0.1);
}
.gbstable th {
  height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #333;
}
.gbstable td {
 height: 20px;
}

.gbsfiletable {
  width: 100%;
}
.gbsfiletable tr:hover {
  background-color: rgb(0,0,0,0.1);
}
.gbsfiletable th {
  height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #333;
}
.gbsfiletable td {
 padding-bottom: 10px;
}


.gbsuploadbtn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.gbsuploadbtn input[type=file] {
  position: absolute;
  left: 0;s
  top: 0;
  opacity: 0;
}

.gbslogin {
  margin-top: 65px;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .gbsmain {
    margin-top: 65px;
    margin-left: 0px;
    max-width: 100%;
  }
  .gbsmainbc {
    margin-top: 15px;
    margin-left: 0px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .gbsmain {
    margin-top: 65px;
    margin-left: 220px;
    max-width: calc(100% - 240px);
  }
  .gbsmainbc {
    margin-top: 15px;
    margin-left: 220px;
    max-width: calc(100% - 240px);
  }
}
.gbsmenutop {
 top: 0px;
 padding-left: 10px;
 padding-top: 5px;
 background-color: #000;
 height: 40px;
 position: fixed;
 z-index: 10;
 min-width: 100%;
}
.gbsmenutop a {
  text-decoration: none;
  color: #bbb;
  font-size: 20px;
}
.gbsmenutop a:hover {
  color: #ddd;
  text-decoration: none;
}

.gbsmenuleft {
  top: 0px;
  margin: 0px;
  padding-top: 41px;
  width: 220px;
  background-color: #1F1F1F;
  position: fixed;
  height: 100%;
  overflow: auto;
}
.gbsmenuleft a {
  font-size: 14px;
  display: block;
  color: #9e9e9e;
  padding: 10px;
  text-decoration: none;
  border: 1px solid transparent;
}
.gbsmenuleft a.active {
  color: #ddd;
}
.gbsmenuleft a:hover {
 color: #ddd;
 border-top: 1px solid #ab47bc;
 border-bottom: 1px solid #ab47bc;
}

.lmenu {
  font-size: 14px;
  display: block;
  color: #9e9e9e;
  padding: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.lmenu {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.1s;
}
.lmenu:after {
  content: '»';
  font-size: 24px;
  position: absolute;
  opacity: 0;
  top: 0px;
}
.lmenu:hover{
  color: #ddd;
  padding-right: 24px;
  padding-left:8px;
}
.lmenu:hover:after {
  opacity: 1;
  right: 10px;
}


.gbsmodal {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gbsmodalheader {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 30px;
  padding-top: 4px;
  padding-left: 10px;
  font-size: 14px;
  background-color: rgba(0,0,0,0.8);
  border-bottom: 1px solid #121212;
}
.gbsmodalbody {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  border-radius: 10px;

}
.gbsmodalfooter {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 48px;
  padding-top: 6px;
  padding-left: 20px;
  font-size: 14px;
  background-color: rgba(0,0,0,0.92);
}


.gbsalert {
  border: 1px solid #333;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.1);
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gbsalert-danger {
 color: #d50000;
 border: 1px solid #b71c1c;
}
.gbsalert-warning {
 color: #ffcc80;
 border: 1px solid #ffcc80;
}
.gbsalert-success {
 color: #1b5e20;
 border: 1px solid #1b5e20;
}

.gbs-danger {
  color: #b71c1c;
}
.gbsc-lime {
  color: #e6ee9c;
}
.gbsc-amber {
  color: #ffe082;
}
.gbsc-green {
  color: #a5d6a7;
}
.gbsc-orange {
  color: #ffcc80;
}
.gbsc-yellow {
  color: #ffeb3b;
}
.gbsc-red {
  color: #dd2c00;
}
.gbsc-blue {
  color: #304ffe;
}
.gbscb-green {
  background-color: #1b5e20;
}
.gbscb-orange {
  background-color: #e65100;
}
.gbscb-red {
  background-color: #bf360c;
}

.gbsaccbox:hover {
  border: 1px solid #ab47bc;
}
.gbsaccbox {
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.02);
  min-width: 100%;
  margin-bottom: 15px;
}
.gbsaccboxheader {
  background-color: rgba(255,255,255,0.05);
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.gbslistitem {
  padding: 3px 3px 5px 5px;
  border: 1px solid transparent;
}
.gbslistitem:hover {
  border: 1px solid #ab47bc;
}

.gbsaccboxmenu {
  border-radius: 5px;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-left: 10px;
  height: 40px;
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  display: block;
}
.gbsaccboxmenu:hover {
 border: 1px solid #ab47bc;
}
.gbsbox {
  border: 1px solid #333;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.05);
  min-width: 100%;
}
.gbsbox:hover {
  border: 1px solid #444;
  border-radius: 10px;
}
.gbsboxheader {
  padding-top: 2px;
  font-size: 14px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(0,0,0,0.25);
  height: 26px;
}
.gbsboxheaderoptions {
  padding-top: 1px;
  font-size: 12px;
  float: right;
}
.gbsboxmain {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.gbsboxfooter {
  padding-top: 2px;
  font-size: 12px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(0,0,0,0.25);
  height: 24px;
}
.gbsboxfooter a {
  color: #ddd;
  text-decoration: none;
}


.gbsgroup {
  position:relative;
  margin-bottom:25px;
}

.gbsinput {
   margin-top: 18px;
   color: #ddd;
   background-color: rgba(0,0,0,0);
   font-size:14px;
   padding: 5px 10px 5px 5px;
   display: block;
   width: 100%;
   border:none;
   border-bottom:1px solid #757575;
 }
.gbsinput:focus {
  outline:none;
  border-bottom:1px solid #f57f17;
 }
 .gbsinput:hover:not(:focus) {
   outline:none;
   border-bottom:1px solid #ab47bc;
  }
.gbslabel {
  color:#78909c;
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:5px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.gbsinput:focus ~ label, .gbsinput:valid ~ label, .gbsinput:read-only ~ label, .gbsinput:disabled ~ label {
  top:-14px;
  font-size:14px;
  color:#666;
}
select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.9);
    color: #ddd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.gbsbadge {
  color: #ddd;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  background-color: rgba(0,0,0,5);
  float: right;
}
.gbsbtn {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ddd;
  background-color: rgba(0,0,0,0);
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.gbsbtn-xs {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}
.gbsbtn-success {
  color: #2e7d32;
  border-radius: 5px;
  border: 1px solid #2e7d32;
}
.gbsbtn-success:hover {
  text-decoration: none;
  color: #43a047;
  border-radius: 5px;
  border: 1px solid #43a047;
}
.gbsbtnn {
  color: #ddd;
  background-color: rgba(0,0,0,0);
  display: inline-block;
}
.gbsbtnn-success {
  color: #2e7d32;
  border: none;
}
.gbsbtnn-success:hover {
  text-decoration: none;
  color: #43a047;
  border: none;
}
.gbsbtnn-danger {
  color: #b71c1c;
  border: none;
}
.gbsbtnn-danger:hover {
  text-decoration: none;
  color: #f44336;
  border: none;
}

.gbsbtn-danger {
  color: #b71c1c;
  border-radius: 5px;
  border: 1px solid #b71c1c;
}
.gbsbtn-danger:hover {
  text-decoration: none;
  color: #f44336;
  border-radius: 5px;
  border: 1px solid #f44336;
}

.gbsbtn-primary {
  color: #5c6bc0;
  border-radius: 5px;
  border: 1px solid #5c6bc0;
}
.gbsbtnn-primary {
  color: #5c6bc0;
  border: none;
}
.gbsbtn-primary:hover {
  text-decoration: none;
  color: #7986cb;
  border-radius: 5px;
  border: 1px solid #7986cb;
}
.gbsbtnn-primary:hover {
  text-decoration: none;
  color: #7986cb;
  border: none;
}


@keyframes arrow-spin {
  100% {
    transform: rotate(179deg);
  }
}

@-webkit-keyframes arrow-spin {
  100% {
    -webkit-transform: rotate(179deg);
  }
}

.gbsload,
.gbsload *,
.gbsload *:before,
.gbsload *:after {
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gbsload {
  position: relative;
  margin: 30px auto;
  height: 150px;
  width: 150px;
}

.gbsload .straight,
.gbsload .curve {
  position: absolute;
  top: 17.5%;
  left: 17.5%;
  width: 65%;
  height: 65%;
  border-radius: 100%;
  animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
  -webkit-animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
}

.gbsload .straight:before,
.gbsload .straight:after {
  content: '';
  position: absolute;
  width: 15%;
  border-bottom: 3px solid red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.gbsload .straight:before {
  top: 5px;
  left: 5px;
}

.gbsload .straight:after {
  bottom: 5px;
  right: 5px;
}

.gbsload .center {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  border: 3px solid blue;
}

.gbsload .inner {
  background-color: #263238;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite reverse;
  -webkit-animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite reverse;
}
.gbsload .inner:before,
.gbsload .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-width: 11px;
  border-bottom-color: #000;
}

.gbsload .inner:before {
  top: 12px;
  left: 12px;
  transform: rotate(128deg);
  -webkit-transform: rotate(128deg);
}

.gbsload .inner:after {
  bottom: 12px;
  right: 12px;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
}
.gbsload .dot {
  border-radius: 5px;
  background: #f00;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 67px;
  margin-left: 69px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 10000;
}

.gbslist { padding-left: 10px; list-style: none; }
.gbslist li:before {
 display: inline-block;
 width: 0px;
 height: 0px;
 border-top:            solid transparent;
 border-bottom:         solid transparent;
 border-left: solid #6200ea;
 border-width:  5px;
 content:               ' ';
 margin-right:  10px;
}

.gbsbreadcrumb {
  margin-top: 40px;
  margin-left: 220px;
  height: 40px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,1);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,1);
  background-color: rgba(255,255,255,0.01);
}
.gbsbreadcrumb-link {
  color: #aaa;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 7px;
}
.gbsbreadcrumb-link.active {
  color: #ddd;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 7px;
}
.gbsbreadcrumb-link:hover {
  text-decoration: none;
  color: #fff;
}
.gbsbreadcrumb-link.active:hover {
  text-decoration: none;
  color: #fff;
}

.navnext {
  margin-top: 0px;
  padding-top: 0px;
  display: inline;
  padding-right: 25px;
  position: fixed;
}

.navnext:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 20px solid #333;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.navnext:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-left: 17px solid #121212;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.gbsmap {
  height: 300px;
  width: 100%;
}



.select2-container2 {
    width: 100% !important;
    padding: 0;
}
.select2-container--dark-adminlte .select2-selection--single {
  min-width: 100%;
  margin-top: 12px;
  background-color: transparent;
  border: 1px solid #374850;
  border-radius: 4px;
  height: 40px !important; }
  .select2-container--dark-adminlte .select2-selection--single .select2-selection__rendered {
    color: #ddd;
    line-height: 38px;
    font-size: 14px; }
  .select2-container--dark-adminlte .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--dark-adminlte .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--dark-adminlte .select2-selection--single .select2-selection__arrow {
    height: 56px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px; }
    .select2-container--dark-adminlte .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: 2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--dark-adminlte.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--dark-adminlte.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--dark-adminlte.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #f57f17 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--dark-adminlte .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--dark-adminlte .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--dark-adminlte.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--dark-adminlte.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--dark-adminlte.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--dark-adminlte.select2-container--open.select2-container--above .select2-selection--single, .select2-container--dark-adminlte.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--dark-adminlte.select2-container--open.select2-container--below .select2-selection--single, .select2-container--dark-adminlte.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--dark-adminlte .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  color: #ddd;
  border: 1px solid #f57f17; }

.select2-container--dark-adminlte .select2-search--inline .select2-search__field {
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--dark-adminlte .select2-results > .select2-results__options {
  color: #ddd;
  background-color: transparent;
  max-height: 200px;
  overflow-y: auto; }

.select2-container--dark-adminlte .select2-results__option[role=group] {
  padding: 0; }

.select2-container--dark-adminlte .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--dark-adminlte .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #121212; }

.select2-container--dark-adminlte .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--dark-adminlte .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--dark-adminlte .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
