
@font-face {
    font-family: 'Jaldi';
    font-style: normal;
    font-weight: 400;
    src: local('Jaldi'), local('Jaldi-Regular'), url(https://fonts.gstatic.com/s/jaldi/v5/or3sQ67z0_CI33NTbJE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.hsdivinit {
    display: inline-block;
    position: fixed;
    margin: 5px;
    padding: 10px 15px;
    transition: all 1s cubic-bezier(.25, .8, .25, 1);
    background: #34495e;
    right: 2%;
    bottom: -200px;
    /*transform: translate(-50%, -50%);*/
    color: #fff;
    /*opacity: 0;*/
    border-radius: 3px;
    font-family: 'Jaldi', sans-serif;
    min-width: 300px;
    z-index: 1000;
}

.hsdivshow {
    -webkit-animation: hsshowpulse .5s ease both;
}

@-webkit-keyframes hsshowpulse {
    0% {
        opacity: 1;
        bottom: -100px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.hsdivhide {
    -webkit-animation: hshidepulse .3s ease both;
}

@-webkit-keyframes hshidepulse {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    100% {
        opacity: 0;
        bottom: -100px;
    }
}

.hsdone {
    font-size: 15px;
    padding: 10px;
    background: #2ecc71;
    color: #FFF;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* color: #444; */
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hswarning {
    font-size: 15px;
    padding: 10px;
    background: #f1c40f;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* color: #444; */
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hserror {
    font-size: 15px;
    padding: 10px;
    background: #e74c3c;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* color: #444; */
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hsheart {
    font-size: 15px;
    padding: 10px;
    background: #fff;
    color: #e74c3c;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* color: #444; */
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hssad {
    font-size: 15px;
    padding: 10px;
    background: #ecf0f1;
    color: #d35400;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* color: #444; */
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hstext {
    padding: 0 10px;
    font-size: 20px;
    line-height: 20px;
}

.hsicon {
   
}

/*button {
    margin: 20px;
}*/
