/* 
button.tota11y-toolbar-toggle:focus {
    outline: none !important;
}

body .tota11y-toolbar {
    background-color: transparent !important;
}

body .tota11y, body .tota11y * {
    color: #585B66 !important;
    background-color: transparent !important;
}
body button.tota11y-toolbar-toggle {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
    background: #0B66E4 !important;
}
body .tota11y-plugin {
    border-color: #E3E3E3 !important;
}

body .tota11y-toolbar-body {
    border-radius: 8px !important;
    border: 1px solid #f1f1f1 !important;
    background: #ffffff !important;
}

body .tota11y-plugin-indicator {
    display: none !important;
}

body .tota11y-plugin-checkbox {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    margin: 5px 15px !important;
}

body .tota11y-plugin-description {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}
body .tota11y-info {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 8px !important;
    position: relative;
}
body .tota11y-info-body, body .tota11y-info-title {
    background-color: transparent !important;
}
body .tota11y-plugin {
    border-bottom: none !important;
}
.tota11y-plugin:not(:last-child) {
    border-bottom: 1px solid #E3E3E3 !important;
} */
