.ehpopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
}
.ehpopup_container {
    vertical-align: middle;
    background: #CCC;
    padding: 6px;
    z-index: 99999;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.ehpopup_title {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    z-index: 99999;
    font-weight: bold;
    text-align: right;
    padding: 3px;

}
.ehpopup_close {
    color: black;
    cursor: pointer;
    z-index: 99999;
    font-family: Ebrima, sans-serif;
}
.btn-social-left{
    transition: all 0.3s ease-in-out;
}
.btn-social-left:hover{
    transform: translateY(-3px);
    opacity: 0.8;
}