.vs-acs-normal {
    height: 20px;
    display: inline;
    padding: 5px 20px;
}

input[type="radio"][name*="vs-acs"] {
    display: none;
}

.va-acs-close {
    position: absolute;
    top: -5px;
    left: -5px;
    background: red;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    cursor: pointer;
}

.vs-acs-toggle {
    position: fixed;
    bottom: 35px;
    left: 35px;
    z-index: 99999999;
    user-select: none;
    cursor: pointer;
}

.vs-acs-toggle>.vs-acs-toggle-btn {
    text-decoration: none;
    display: block;
    /* background-color: #faee21; */
    color: white;
    padding: 2px;
    text-align: center;
    /* box-shadow: 2px 2px 8px #777; */
    border-radius: 50px;
    width: 35px;
    height: 35px;
    pointer-events: none;
}

.vs-acs-toggle>.vs-acs-toggle-btn.active {
    transition: background-color 250ms linear;
    background-color: transparent;
    box-shadow: none;
}

.vs-acs-toggle>.vs-acs-toggle-btn>img {
    width: 50px;
    height: auto;
    pointer-events: none;
}

.vs-acs-nav {
    display: none;
    opacity: 0;
    font-family: sans-serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 420px;
    transition: opacity 250ms;
    z-index: 9999999;
    text-align: right;
    direction: rtl;
}

.vs-acs-nav.active {
    display: block;
    opacity: 1;
    transition: opacity 250ms;
}

.vs-acs-nav>ul {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px;
    /*background-color: #cc3333;*/
    border: 2px solid #faee21;
    box-shadow: 2px 2px 8px #777;
    border-radius: 3px 3px 29px 3px;
    background-color: #fff;
    padding-bottom: 14px !important;
}

.vs-acs-nav>ul>li>div.vs-acs-nav-title {
    text-decoration: none;
    display: block;
    font-weight: 200;
    padding: 10px 14px 10px 80px;
    color: #000;
    text-align: right;
    font-size: 1.3em;
    font-weight: 800;
    margin: 10px auto 10px;
}

.vs-acs-nav>ul>li>ul {
    padding: 3px 14px;
    text-align: right;
}

.vs-acs-nav>ul>li>ul>li {
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
}

.vs-acs-nav>ul>li>ul>li label {
    height: 30px;
    display: inline;
    padding: 5px 10px;
    border: 1px dashed black;
}

.vs-acs-nav>ul>li>ul>li:not(:last-of-type) {
    /* margin-left: 10px; */
}

.vs-acs-nav>ul>li>div.active label {
    background-color: #435EAB;
    color: #fff;
    border: none !important;
}

.vs-acs-nav>ul>li>ul>li.active label {
    background-color: #435EAB;
    color: #fff;
    border: none;
}

.vs-acs-reset,
.vs-acs-nav>ul>li>div label,
.vs-acs-nav>ul>li>ul>li label {
    cursor: pointer;
}

body>div.wrapper>div.vs-acs-nav>ul>li:nth-child(3)>div>label {
    height: 30px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 10px;
    border: 1px dashed black;
    margin-top: 25px;
}

.vs-acs-style-grayscale {
    filter: grayscale(100%);
}

.vs-acs-style-invert {
    filter: invert(100%);
}

.vs-acs-underline {
    text-decoration: underline !important;
}

#vs-acs-underline {
    display: none;
}

/* @media screen and (max-width: 800px) {
    .vs-acs-toggle>.vs-acs-toggle-btn>img {
        width: 30px;
    }
} */

.vs-acs-reset {
    width: 128px;
    text-align: center !important;
    background-color: rgba(67, 94, 171, 0.28);
    margin: 0 14px 0 16px;
    padding: 18px 0 !important;
}

.links-bold {
    background: #435EAB;
    padding: 8px;
}

.vs-acs-rakaz {

}

@media screen and (max-width: 768px) {
    .vs-acs-nav {
        bottom: 0;
        right: 0;
    }

    .vs-acs-toggle {
        bottom: 30px;
        left: 30px;
    }

    .vs-acs-toggle>.vs-acs-toggle-btn>img {
        width: 30px;
    }
}