.email-label {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-250%);
    color: white !important;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    width: 40px;
background-color: #E9541D;
    justify-content: center;

}



.email-label:hover,
.email-label:focus,
.email-label.active {
	display: inline !important;


    width: auto;
    padding-right: 20px;
	width: 200px;
}


#frontend-email-form:hover .label-text{
	display: block !important;
	background-color: #E9541D;
	color:#fff;
	font-size: 14px;
	height: 10px !important;
}

#frontend-email-form .button.button-primary{

	background-color: #E9541D !important;


}

#frontend-email-form button {

  display: flex !important;
}

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
	background-color: #E9541D;
}


[type="button"], [type="submit"], button {
	border: none !important;
}


.email-label .label-icon {
    font-size: 30px;
	padding: 0px !important;
	line-height: 40px;
	color: #ffffff;
	font-weight: 900;

}

.email-label .label-text {
    display: none;
    margin-left: 10px;
    white-space: nowrap;
	line-height: 40px

}

.email-label {
padding: 0px !important;
	line-height: inherit !important;
}

.email-label.sent {
    background-color: green;
}

.email-label.sent .label-icon {
	color: #fff !important;
	background-color: #E8531C;
}

.email-label.sent {
  background-color: #E9541D;
}
