.btn-wsp {
    position: fixed;
    background-color: rgb(62, 202, 93);
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.3);
    z-index: 100;
    cursor: pointer;
}

.btn-wsp:hover {
    background-color: #fff;
    color: rgb(62, 202, 93);
}

.toast {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 100;
}

.toast-header {
    background-color: rgb(110, 110, 110);
    color: #fff;
}

.toast-img {
    max-width: 70px;
    margin-right: 9.5em;
}

.toast-time {
    font-size: 10px;
}

.close {
    color: rgb(27, 27, 27);
}

.toast-body {
    font-size: 12.5px;
}
