.e-label {
    position: relative;
    line-height: 30px;
    text-align: left;
    padding: 5px;
    z-index: 1;
    margin: 2.5px 0 2.5px 0;
}

.e-label>* {
    background: #FFFFFF;
    padding: 0 5px 0 5px;
}

.e-label.rtl,
.e-label-box.rtl {
    text-align: right;
}

.e-label::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -1px;
    background: #ddd;
    z-index: -1;
}



.e-label-box {
    position: relative;
    width: 100%;
    border: 1px solid #757575;
    border-radius: 10px;
    min-height: 40px;
    margin: 15px 0 15;
    padding: 10px 2.5px 2.5px 2.5px;
}

.e-label-box > .label {
    position: absolute;
    font-size: 16px;
    right: 15px;
    line-height: 20px;
    height: 20px;
    top: -10px;
    transition: all .3s;
    z-index: 999;
    background: #ffffff; 
    padding: 0;
    border-radius: 10px;
    color: #757575;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}