.btn:focus{
	outline:none;
  	box-shadow:none;
}
.btn-solid{
  	
    color: #fff;
    background-color: #5156be;
    border-color: #5DED6B;

}
.btn-solid:hover{
  	
    color: #fff;
    background-color: #747afe;
    border-color: #747afe;

}

.btn-danger {
    color: #fff !important;
    background-color: #5DED6B !important;
    border-color: #5DED6B !important;
}
.support-btn{
	height: 39px;
}
.support-input-group{
    margin-top: 15px;
}
.error{
	color: #dc3545;
}
.input-group label.error{
    top: 100%;
	position: absolute;
}

.sale {
        background: red;
    width: auto;
    margin-right: 10%;
    margin-left: 10%;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cookie-bar{
    font-size: 12px !important;
}
.badge{
    background: #7f87ff !important;
    color: white !important;
}
.card.selectable{
    border: 3px solid transparent;
    transition: ease all 0.5s;
    cursor: pointer;
}
.card.selectable.active{
    border-color:#1FC96E ;
}

.chat-block{padding:15px;border-radius:4px 0 4px 4px;box-shadow:0px 2px 3px rgba(0,0,0,0.1);margin-left:3px;margin-bottom:5px; border:1px solid #cddcf2;}