.parent-search {
  position: relative;
  width: 100%;
}

.parent-search .listSearch {
  border: 1px solid #337AB7;
  /* position: absolute; */
  width: 100%;
}
.parent-search .listSearch p {
  padding: 5px;
  cursor: pointer;
  margin-bottom: 0;
  background-color: white;
  color: #337AB7;
}
.parent-search .listSearch p:hover {
  background-color: #337AB7;
  color: white;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  /* top: 50%;
  left: 50%; */
  background-color: rgba(0, 0, 0, 0.4);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .main-panel {
  background: #2a303a;
} */

.sidebar {
  margin-top: 15px;
}

.modal input,
.modal select {
  color: #1F222B !important;
  border: 1px solid black !important;
}
/* 
.sidebar .sidebar-wrapper {
  background: #1F222B;
} */

.sidebar {
  background: transparent;
}

.logo img {
  width: 40%;
  margin-left: 30%;
}

select option {
  background-color: #27293d;
  color: white;
}

.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
  text-transform: capitalize;
}
.sidebar .nav li > a,
.sidebar .nav li > a > p {
  font-weight: 800;
}

.select2-results__option,
.select2-selection__rendered {
  line-height: 39px !important;
}
.select2-selection {
  height: 38px !important;
}

.select2-selection__arrow {
  top: 7px !important;
}