
    
    [contenteditable]:focus {
        outline: none;
        border: none;
      }
      

      body{
        min-width: 300px !important;
      }
    
  
      [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
        background-color: var(--e-global-color-accent);
      }

      body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div:nth-child(3){
        display:none !important;
      }


.pswp__caption__center, .pswp__caption, .pswp__caption .pswp__caption--fake{
          display:none;
      }



    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
      background-color: #0056a7 !important; 
      color: var( --e-global-color-secondary ) !important;
      border-radius: 50% !important;
      width: 45px;
      height: 45px;
  }


  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    display: inline-block;
    font-size: 170%;
    line-height: 0;

    padding: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
  max-width: inherit;
  width: 30px;
  margin-left: -2px;
  margin-top: -3px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
  height: 87vh !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
  bottom: 0 !important;
  left: 193px !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  background-color: #ffffff;
  bottom: 0 !important;
  position: absolute;
}