.wda-access-toolbar {
    position: fixed;
    z-index: 99999;
    right: -180px;
    top: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wda-toolbar-toggle-link {
    background: var(--sColor);
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 180px;
    cursor: pointer;
}

.wda-toolbar-toggle-link svg {
    width: 32px;
    height: 32px;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 1;
}

.wda-toolbar-toggle-link:before {
    content: "";
    top: 0px;
    left: 0px;
    background: var(--aColor);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

div#wda-toolbar {
    padding: 10px 10px 15px;
    background: #fff;
    border: 1px solid var(--sColor);
    width: 180px;
}

div#wda-toolbar div {
    font-size: 15px;
    padding: 5px 15px;
    cursor: pointer;
}

.wda-toolbar-open .wda-access-toolbar {
    right: 0px;
}

div#wda-toolbar h4 {
    font-size: 17px;
    padding: 10px 12px 0px;
    margin: 0px 0px 10px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.wda-btn svg {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
}