.accessiblity-parent {
    position: fixed;
    right:0;
    top: 50px;
    display: none;
    width: 30%; 
    background:#fff; 
    padding: 10px 15px 20px;
    border: 1px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    z-index: 3;
    line-height: 1.4;
    
    
}
#accessibility-ui {
    filter: none !important;
}

@media (max-width: 768px) {

.accessiblity-parent {
    position: fixed;
    right: 0;
    top: 50px;
    display: none;
    width: 100% !important;
    background: #fff;
    padding: 10px 25px 20px;
    border-radius: 5px;
    z-index: 3;
}

}

.access-btn {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.access-box {
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
  
}
.access-icon {
    width: 32%;
    margin: auto;
}
.reset-icon  {
    width: 35px;
} 
.reset-text {
    font-size: 18px;
    font-weight: bold;
}
.access-box:hover {
    background:#f3f3f3;
    cursor: pointer;
}
.access-main-icon {
   position: fixed;
    top: 78%;
    right: 19px;
    width: 47px;
    z-index: 2;
    cursor: pointer;
}
.close-accessibility {
    cursor: pointer;
    font-size: 20px;
    margin-left: 30px;
}


.access-divider {
    width: 100%;
    height: 3px;
    background: #f4f4f4;
    margin-top: 10px;
    margin-bottom: 10px;
}
.access-heading {
    font-size: 14px;
    margin-bottom: 0;
}



.image-alt-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    max-width: 200px;
    z-index: 2;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    transform: translateY(5px);
}
.image-alt-wrapper {
    position: relative;
    display: inline-block;
}
.wd-32 {
    width: 18px;
}

/* Big Cursor Base */
#bigCursor {
  position: fixed;
  width: 64px;
  height: 64px;
  pointer-events: none;
  background: url('../accessibility-plugin/icons/cursor-pointer-big.png') no-repeat center center;
  background-size: contain;
  z-index: 4;
  transform: translate(-10%, -10%);
  display: none;
  transition: background 0.2s ease, width 0.2s ease, height 0.2s ease;
}

/* Big HAND cursor when hovering links */
#bigCursor.big-hand {
  width: 70px;
  height: 70px;
  background: url('../accessibility-plugin/icons/hand-cursor-big.png') no-repeat center center;
  background-size: contain;
  z-index: 4;
}


a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 4px solid #000;
  outline-offset: 3px;
}
.access-main-icon:focus-visible, .access-box:focus-visible {
  outline: 4px solid #000;
  outline-offset: 3px;
}

