.b1t-ymservice-custom-top-email {
    position: relative;
    height: 50px;
    display: inline-block;
    text-align: left;
}

.b1t-ymservice-custom-top-email .context {
    color: #1f1a1a;
    line-height: 26px;
    
}

.b1t-ymservice-custom-top-email .clickable-panel {
    cursor: pointer;
    white-space: nowrap;
    padding: 12px 10px;
}

.b1t-ymservice-custom-top-email .clickable-panel .context {
    color: #f6f8fa;
    font-size: 16px;
    font-weight: 300;
}

.b1t-ymservice-custom-top-email .clickable-panel .context .context-text-short {
    display: none;
}


.b1t-ymservice-custom-top-email .description-wrapper {
    font-size: 14px;
    color: #101010;
}

.b1t-ymservice-custom-top-email .popup {
    display: none;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 5;
    background: #ffffff;
    padding: 12px 20px;
    width: 250px;
}

.b1t-ymservice-custom-top-email.hover .popup{
    display: block;
}

.b1t-ymservice-custom-top-email .popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 3;
}
.b1t-ymservice-custom-top-email .popup .close {
    display: block;
}

.b1t-ymservice-custom-top-email .popup .online-chat .btn {
    width: 100%;
    margin-top: 10px;
    display: block;
}


@media only screen and (max-width: 1600px) {
    
    .b1t-ymservice-custom-top-email .clickable-panel .context .context-text-short {
        display: block;
    }
    .b1t-ymservice-custom-top-email .clickable-panel .context .context-text-full {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1160px), screen and (max-width: 650px)  {
    .b1t-ymservice-custom-top-email .clickable-panel .context .context-text-short,
    .b1t-ymservice-custom-top-email .clickable-panel .context .context-text-full {
        display: none;
    }
    
    
    .b1t-ymservice-custom-top-email .clickable-panel .context {
        height: 24px;
        width: 24px;
        padding-left: 0px;
    }
}
