 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   overflow: hidden;
   clip: rect(1px, 1px, 1px, 1px);
   -webkit-clip-path: inset(50%);
   clip-path: inset(50%);
   border: 0;
   white-space: nowrap
 }

 .select-a11y {
   position: relative
 }

 .select-a11y .btn-select-a11y {
   position: relative;
   width: 100%;
   text-align: left;
   background-color: #e5e5e3
 }

 .select-a11y .btn-select-a11y .icon-select {
   position: absolute;
   background-color: red;
   top: 50%;
   right: 0.5em;
   line-height: 0
 }

 .select-a11y .btn-select-a11y .icon-select::before {
   content: "▼"
 }

 .select-a11y .btn-select-a11y[aria-expanded="true"] {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0
 }

 .select-a11y .btn-select-a11y[aria-expanded="true"] .icon-select {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg)
 }

 .select-a11y .tag-item {
   border: 1px solid #ccccc9;
   padding: .2em .1em .2em 0.5em
 }

 .select-a11y .tag-item-supp {
   background-color: transparent;
   border: 1px solid transparent
 }

 .select-a11y .tag-item-supp .icon-delete:before {
   content: "✕";
   color: red;
   line-height: 1
 }

 .select-a11y .tag-item-supp:focus {
   outline: 1px solid red;
   color: red
 }

 .select-a11y .tag-item-supp:hover {
   color: red;
   border-color: red
 }

 .select-a11y .tag-hidden {
   display: none
 }

 .select-a11y.is-open .a11y-container {
   display: block
 }

 .select-a11y .a11y-container {
   position: absolute;
   left: 0;
   right: 0;
   padding: 0.5em;
   background: #f1f1f0;
   z-index: 10;
   border: 1px solid #e5e5e3
 }

 .select-a11y input::-webkit-contacts-auto-fill-button {
   visibility: hidden;
   display: none !important;
   pointer-events: none;
   position: absolute;
   right: 0
 }

 .select-a11y .a11y-suggestions {
   max-height: 10em;
   overflow-y: auto;
   border: 1px solid #676762;
   margin-top: 0.5em;
   background-color: #fff
 }

 .select-a11y .a11y-suggestion {
   padding: 0 .5em 0 1.625em;
   color: #676762;
   cursor: pointer;
   text-align: left
 }

 .select-a11y .a11y-suggestion:focus,
 .select-a11y .a11y-suggestion:hover {
   color: #40403d;
   background-color: #e5e5e3
 }

 .select-a11y .a11y-suggestion:focus {
   outline: 1px dotted #40403d !important;
   outline-offset: -1px
 }

 .select-a11y .a11y-suggestion[aria-selected="true"] {
   background-color: #ccccc9;
   color: #40403d;
   position: relative
 }

 .select-a11y .a11y-suggestion[aria-selected="true"]:before {
   content: '✓';
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: .5em
 }

 .select-a11y .a11y-no-suggestion {
   padding: 0 0.5em;
   color: #676762;
   text-align: left;
   margin: 0
 }

 .select-a11y .list-selected {
   padding: 0.5em 0;
   margin: 0
 }

 .select-a11y .list-selected li {
   margin: 0 0.3em 0.3em 0
 }

 .select-a11y .list-selected li:before {
   content: ""
 }

 .select-a11y .list-selected li span {
   display: inline-block
 }
