/* Acessibilidade (POJO) */
.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #00b0f0 !important;
    color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link:hover {
    background-color: #1a7ea2 !important;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link svg {
    display: none !important;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='4' r='1'%3E%3C/circle%3E%3Cpath d='m18 19 1-7-6 1'%3E%3C/path%3E%3Cpath d='m5 8 3-3 5.5 3-2.36 3.5'%3E%3C/path%3E%3Cpath d='M4.24 14.5a5 5 0 0 0 6.88 6'%3E%3C/path%3E%3Cpath d='M13.76 17.5a5 5 0 0 0-6.88-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    border: 0;
}

/* VLibras */
div[vw].enabled {
    top: 365px !important;
    right: 0 !important;
    margin-right: 0 !important;
    border-radius: 10px 0 0 10px !important;
    background-color: #3186F1 !important;
    color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
@media (max-width: 767px) {
div[vw].enabled {
    top: 265px !important;
}
}