 .iconsCat{
    	width:20px;
	filter: invert(16%) sepia(80%) saturate(4872%) hue-rotate(265deg) brightness(90%) contrast(115%);
    
        }
        .icon30{
        width:30px !important;
        filter: invert(16%) sepia(80%) saturate(4872%) hue-rotate(265deg) brightness(90%) contrast(115%);
        }
        .iconEnable{
    
	filter: invert(53%) sepia(15%) saturate(2145%) hue-rotate(81deg) brightness(96%) contrast(88%);
    
        }
        .iconEnableRed{
    
	filter: invert(30%) sepia(82%) saturate(1686%) hue-rotate(333deg) brightness(87%) contrast(113%);
        }
        .iconDesable{
    
	filter: invert(91%) sepia(9%) saturate(304%) hue-rotate(186deg) brightness(79%) contrast(93%);
        }
        
        .menuIcons{
    width :18px !important;
	//height:25px !important;
	cursor:pointer;
	margin-top:-5px;
    margin-right:10px;
	filter: invert(16%) sepia(80%) saturate(4872%) hue-rotate(265deg) brightness(90%) contrast(115%);
    
        }
		.owl-carousel .nav-btn{
  height: 60px;
  position: absolute;
  width: 60px;
  cursor: pointer;
  top: 100px !important;
  color:#7514F6 !important;	
  font-size:25px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   
.owl-dots {
	
	margin: 0 auto;margin-top:-15px;
     width: 240px;
}

.owl-dots .owl-dot {
  margin: 0px 5px;
  display:inline;
}
.owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: #cfb8d1;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.owl-dots .owl-dot button:focus {
  outline: none;
}
.owl-dots .owl-dot.active button {
  color: #7514F6;
}






        	.select2-container--default .select2-selection--multiple .select2-selection__choice{
background-color:  #E8F7EE;
        	}
        	.step-counter{
	color :white;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}
.stepper-item::before {
  position: absolute;
  content: "";
  border-top: 6px solid #E8F7EE;
  border-bottom: 6px solid #E8F7EE;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-top: 6px solid #E8F7EE;
  border-bottom: 6px solid #E8F7EE;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  border-radius: 30% 30%  30% 30% ;
  background: #E8F7EE;
  margin-bottom: 6px;
  font-size: 22px !important;

}
.stepper-item.active {
  font-weight: bold;
	font-size: 18px !important;
  color: #7514F6 !important;

}
.active .step-counter{
  font-weight: bold;
  font-size: 30px !important;
  color: #7514F6 !important;
}

.stepper-item.completed .step-counter {
  background-color: #7514F6;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-top: 6px solid #7514F6;
  border-bottom: 6px solid #7514F6;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;


}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

@media (max-width: 768px) {
    .tabTitle{font-size: 12px;}
  }


.cats-box{
				cursor: pointer;
			}
			.retrunLev1{
				cursor: pointer;
			}
			
.boxs{
	border: 0.5px solid white;
	color: #7514F6;
}
.form-control::placeholder {
	color: #f5daf7;
}
.cats-box{
	background-color: white !important;
	border: 3px solid #7514F6;
	
}
        	.cats-boxs{
	background-color: white !important;
	border: 3px solid #7514F6;
	cursor: pointer;
	margin: 1px;
	
}

	@media (min-width: 765px) {
	.capCat{
    height: 4em;line-height: 4em;overflow: hidden;
  }
	
}

  
.selected{background-color: #7514F6 !important; color: white !important;}
.circle{
	background-color: #7514F6 !important;
} 
.ti-close{

}
			
			.cats-box:hover{
        		background-color:#7514F6  !important;
        		transform: scale(1.1); 
        		transition-duration: 0.6s;
        	}
        	.cats-box:hover > .iconOval{
        		background-color: white !important;
        		transition-duration: 0.6s;
        	}
			.cats-box > .iconOval{
        		background-color: white !important;
				border:1px solid #7514F6;
        		transition-duration: 0.6s;
        	}
        	.cats-box:hover  .m-catrio{
        		color: white !important;
        		transition-duration: 0.2s;
        	}
        	.imgConnect{
        		box-shadow: 0px 6px 8px white;
        	}
        	.butonLogin{
        		box-shadow: 0px 6px 8px grey;
        	}
        	.imgConnect:hover{
        		box-shadow: 0px 2px 2px grey;
        	}









.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7514F6;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 20px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7514F6;
  }
}
////multipic ////////////////////////////////////////////////////////////////////////////////
.icon20{
      width:20px !important;
        }
        .iconsearch30{
        margin-top: -60px;margin-left:5px;width:30px;
        }