.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #666EE8;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.modal-personalizat .modal-content {
	background-color: transparent;
}
.modal-personalizat .modal-body {
	background-color: #fff;
}

.modal-personalizat .close {
    color: #fff; 
    text-shadow: none;
}

#project-info{overflow:hidden}#project-info .project-info-count{text-align:center;vertical-align:top}#project-info .project-info-count .project-info-icon{border:3px solid #ececec;border-radius:50%;display:block;margin:0 auto;padding:37px 0;position:relative;width:110px;height:110px}#project-info .project-info-count .project-info-text{display:block;margin-top:20px;left:0;position:relative;top:0;width:99.8%}#project-info .project-info-count .project-info-sub-icon{position:relative;border-radius:65px;border:1px solid #adadad;background:#fff;bottom:-5px;left:34px;width:40px;height:40px}#project-info .project-info-count .project-info-sub-icon span{font-size:1.2rem;top:10px;position:relative}@media screen and (max-width:1024px) and (min-width:992px){#project-bugs-list_wrapper #project-bugs-list_length .select2-container--classic,#project-bugs-list_wrapper #project-bugs-list_length .select2-container--default{width:55%!important}}
