body.profile-cognitive-status h1,
body.profile-cognitive-status h2,
body.profile-cognitive-status h3,
body.profile-cognitive-status h4,
body.profile-cognitive-status a,
body.profile-cognitive-status input,
body.profile-cognitive-status button,
body.profile-cognitive-status textarea,
body.profile-cognitive-status #logo,
body.profile-cognitive-status .btn {
    outline: 2px solid #6E74C0 !important;
    outline-offset: 5px !important;
}

.mark-accessibility {
    outline: 2px solid #6E74C0 !important;
    outline-offset: 5px !important;
}

.npcoding-bold-elements-when-mouse-hover {
    outline: 2px solid #c48b4b !important;
    outline-offset: 5px !important;
}

#top-adhd-npc,
#bottom-adhd-npc {
    position: fixed;
    /* top: 0; */
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    /* transform: translateY(-57vh); */
    pointer-events: none;
}

#text-popup-accessibility {
    position: fixed;
    padding: 30px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 250px;
    color: #ffffff;
    pointer-events: none;
    font-size: 30px;
    line-height: 40px;
}

#accessibilityDivNPcoding {
    position: fixed;
    width: 50%;
    height: 12px;
    background-color: #23c800;
    z-index: 99999;
    transform: translateX(-50%);
    pointer-events: none;
    border-radius: 10px;
    border: 4px solid;
    box-sizing: border-box;
}

body.accessibility-npcoding-white-cursor,
body.accessibility-npcoding-white-cursor * {
    cursor: url(http://localhost/hashef/wp-content/plugins/accessibility-npcoding/assets/images/white-n.svg), default !important;
}

body.accessibility-npcoding-white-cursor * input,
body.accessibility-npcoding-white-cursor * select,
body.accessibility-npcoding-white-cursor * a,
body.accessibility-npcoding-white-cursor * button {
    cursor: url(http://localhost/hashef/wp-content/plugins/accessibility-npcoding/assets/images/white-c.svg), default !important;
}

body.accessibility-npcoding-black-cursor,
body.accessibility-npcoding-black-cursor * {
    cursor: url(http://localhost/hashef/wp-content/plugins/accessibility-npcoding/assets/images/black-n.svg), default !important;
}

body.accessibility-npcoding-black-cursor * input,
body.accessibility-npcoding-black-cursor * select,
body.accessibility-npcoding-black-cursor * a,
body.accessibility-npcoding-black-cursor * button {
    cursor: url(http://localhost/hashef/wp-content/plugins/accessibility-npcoding/assets/images/black-c.svg), default !important;
}

body.npcoding-mark-fouce input:focus,
body.npcoding-mark-fouce li:focus,
body.npcoding-mark-fouce a:focus,
body.npcoding-mark-fouce textarea:focus,
body.npcoding-mark-fouce button:focus {
    outline: 2px solid #4b67c4 !important;
    outline-offset: 5px !important;
}

body:not(.npcoding-mark-fouce).accessibility-npcoding-focus-on *:focus-visible {
    outline: 3px solid #4b67c4 !important;
    outline-offset: 5px !important;
    transition: none !important;
}

#npcoding-tooltip {
    position: fixed;
    bottom: 140px;
    background-color: rgb(53, 53, 53);
    border-radius: 15px;
    text-align: center;
    min-width: 100px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    z-index: 10;
    font-size: 14px;
    user-select: none;
    pointer-events: none;
}

.new-accessibility-npcoding-anp.left-anp #npcoding-tooltip {
    right: 3px;
}

.new-accessibility-npcoding-anp.right-anp #npcoding-tooltip {
    left: 3px;
}