/* Add Custom CSS Here */

input[type="submit"][disabled] {
    background: #23c8e2;
}

hr.comment-line {
    display: inline-block;
}

.btn {
    border-radius: 25px;
    background-color: #efefef;
  }

h4.text-danger.text-center.test-project-indicator {
    display: none;
}

.connected-icons i.fa.fa-telegram {
    line-height: 99px !important;
}

.nav-small .navbar-brand img {
    max-height: 45px;
}

.navbar-brand img {
    max-height: 50px;
    max-width: none;
}

.slide-labels {
    display: none;
}

.zocial.linkedin {
    background-color: #0077B5;
}

.zocial.linkedin:before {
    content: "\f0e1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}