
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#result_list .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 100px;
  border-radius: 10px;
}

#result_list .col-sm-2{
  padding-left: 0px;
  padding-right: 0px;
}

#result_list .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#result_list .content:hover .content-overlay{
  opacity: 1;
}

#result_list .content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#result_list  .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.theme-white .navbar{
  background-color: #080035;
}

.main-sidebar{
  background: linear-gradient(0deg, rgba(58, 1, 114, 1) 0%, rgba(59, 0, 115, 1) 0%, rgba(7, 0, 52, 1) 100%);
}
.profile-text-black{
  color: #fff !important;
}

.theme-white .navbar .nav-link .feather{
  color: #fff !important;
}



body,a,p,h1,h2,h3,h4,h5,h6,div{
  font-family: "Roboto", sans-serif;
}
.siderbarmenu .nav-link{
  color: #fff !important;
}
.main-sidebar .sidebar-brand a .header-logo{
	height: 60px;
}
.main-sidebar .sidebar-brand{
	background: linear-gradient(0deg, rgba(58, 1, 114, 1) 0%, rgba(59, 0, 115, 1) 0%, rgba(7, 0, 52, 1) 100%);
}

.actives a{
	background-color: #29290C !important;
}

pre{
  white-space: pre-wrap;
}

.sidebar-mini .main-sidebar li a span{
  display: none;
}

.selectLuma{
  border: 5px solid red !important;
}