/*/////////////////////////*/
/*//////Invert Colors//////*/
/*////////////////////////*/
body.invert-mode {
    filter: invert(0) hue-rotate(180deg);
}
body.invert-mode .accessbox{
    filter: invert(0) hue-rotate(180deg);
}


/*/////////////////////////*/
/*//////dark contrast//////*/
/*////////////////////////*/
body.dark-contrast {
    background: #000 !important;
    color: #fff !important;
}
body.dark-contrast .safty-rools-box p,
body.dark-contrast .sub-heading,
body.dark-contrast .heading,
body.dark-contrast .text,
body.dark-contrast .photo-box-name,
body.dark-contrast .photo-box-lebal,
body.dark-contrast .tab-slide h4,
body.dark-contrast .lottery-name,
body.dark-contrast .result-l-name,
body.dark-contrast .text-rst,
body.dark-contrast .result-d-lebal span,
body.dark-contrast .info,
body.dark-contrast .contact-box h6,
body.dark-contrast .contact-box p,
body.dark-contrast .related-box p,
body.dark-contrast .closebtn,
body.dark-contrast .btn-bg3,
body.dark-contrast .btn-bg1,
body.dark-contrast .btn-bg2 {
    color: #d9d9d9;
}

body.dark-contrast .accessbox .head{
    color: #000;
}
body.dark-contrast .result-slide-box .bggrn{
    background: #1a1f1c;
}
body.dark-contrast .result-slide-box .bg-white{
    background: #1a1f1c!important;
}
body.dark-contrast .mylist li{
    color:#d9d9d9;
}


/*/////////////////////////*/
/*//////light contrast//////*/
/*////////////////////////*/
.light-contrast {
    background: #fff !important;
    color: #000 !important;
}





/*/////////////////////////*/
/*//////highlight links//////*/
/*////////////////////////*/
body.highlight-links a {
        color: rgb(255 7 7)!important;
    text-decoration: underline !important;
}
body.highlight-links button{
        color: rgb(255 7 7)!important;
    text-decoration: underline !important;
}



/*/////////////////////////*/
/*//////pauseanimations//////*/
/*////////////////////////*/
.freeze-everything *:not(.accbtn):not(.accbtn *) {
    animation: none !important;
    animation-play-state: paused !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    pointer-events: none;
    cursor: default;
}
.freeze-everything *:not(.accbtn):not(.accbtn *):hover {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
}
.freeze-everything .accbtn,
.freeze-everything .accbtn * {
    pointer-events: auto !important;
    cursor: pointer !important;
}


/*/////////////////////////*/
/*//////hideimage//////*/
/*////////////////////////*/
.hide-images img {
    visibility: hidden !important;
}
.hide-images [style*="background-image"] {
    background-image: none !important;
}


/*/////////////////////////*/
/*//////cursor//////*/
/*////////////////////////*/

.big-cursor {
    cursor: url(../img/icons/mouse-pointer.svg) 4 4, auto !important;
}
/* Reading Mask */
.reading-mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
}

.reading-mask-overlay::before,
.reading-mask-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);
}
.reading-mask-overlay::before {
    top: 0;
    height: calc(var(--mask-top, 40%) - 60px);
    border-bottom: 4px solid #0cb60c;
}

/* BOTTOM DARK AREA */
.reading-mask-overlay::after {
    bottom: 0;
    height: calc(100vh - var(--mask-top, 40%) - 60px);
    border-top: 4px solid #0cb60c;
}

/* Reading Guide */
.reading-guide::after {
    content: "";
    position: fixed;
    top: var(--guide-y, 50%);
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffcc00;
    pointer-events: none;
    z-index: 10000;
}


/*/////////////////////////*/
/*//////lineheight//////*/
/*////////////////////////*/

.line-h-15x * {
    line-height: 1.5 !important;
}

.line-h-175x * {
    line-height: 1.75 !important;
}

.line-h-2x * {
    line-height: 2 !important;
}




/*/////////////////////////*/
/*//////align//////*/
/*////////////////////////*/

.text-align-left p,
.text-align-left h1,
.text-align-left h2,
.text-align-left h3,
.text-align-left h4,
.text-align-left h5,
.text-align-left h6 {
    text-align: left !important;
}

.text-align-center p,
.text-align-center h1,
.text-align-center h2,
.text-align-center h3,
.text-align-center h4,
.text-align-center h5,
.text-align-center h6 {
    text-align: center !important;
}

.text-align-right p,
.text-align-right h1,
.text-align-right h2,
.text-align-right h3,
.text-align-right h4,
.text-align-right h5,
.text-align-right h6 {
    text-align: right !important;
}

.text-align-justify p,
.text-align-justify h1,
.text-align-justify h2,
.text-align-justify h3,
.text-align-justify h4,
.text-align-justify h5,
.text-align-justify h6 {
    text-align: justify !important;
}


/*/////////////////////////*/
/*//////stuartion//////*/
/*////////////////////////*/
.low-saturation {
    filter: saturate(0.5) !important; /* 50% */
}

.high-saturation {
    filter: saturate(2) !important; /* 200% */
}

.desaturate {
    filter: grayscale(100%) !important;
}


/*/////////////////////////*/
/*//////font-size//////*/
/*////////////////////////*/


/*levelmedium*/
body.fs-110 p,
body.fs-110 button,
body.fs-110 a {
    font-size: 105% !important;
}
body.fs-110 h1{
    font-size: 52px !important;
}
body.fs-110 .santa-count-box h6{
    font-size: 20px !important;
}
body.fs-110 .santa-text-box h6{
    font-size: 18px !important;
}
body.fs-110 .sub-heading{
    font-size: 28px;
}
body.fs-110 .heading{
    font-size: 39px;
}
body.fs-110 .photo-box-name{
    font-size: 15px;
}
body.fs-110 .download-content-box h3{
    font-size: 39px;
}
body.fs-110 .footer-head{
    font-size: 20px;
}
body.fs-110 .tab-slide h4{
    font-size: 28px;
}
body.fs-110 .language-btn span{
     font-size: 15px;
}
body.fs-110 .head-input input{
     font-size: 15px;
}
body.fs-110 .form-select{
    font-size: 17px;
}


/*levellarge*/
body.fs-120 p,
body.fs-120 button,
body.fs-120 a {
    font-size: 110% !important;
}
body.fs-120 h1{
    font-size: 56px !important;
}
body.fs-120 .santa-count-box h6{
    font-size: 22px !important;
}
body.fs-120 .santa-text-box h6{
    font-size: 20px !important;
}
body.fs-120 .sub-heading{
    font-size: 30px;
}
body.fs-120 .heading{
    font-size: 42px;
}
body.fs-120 .photo-box-name{
    font-size: 17px;
}
body.fs-120 .download-content-box h3{
    font-size: 42px;
}
body.fs-120 .footer-head{
    font-size: 22px;
}
body.fs-120 .tab-slide h4{
    font-size: 30px;
}
body.fs-120 .language-btn span{
     font-size: 16px;
}
body.fs-120 .head-input input{
     font-size: 16px;
}
body.fs-120 .form-select{
    font-size: 18px;
}




/*levelxtralarge*/
body.fs-130 p,
body.fs-130 button,
body.fs-130 a {
    font-size: 115% !important;
}
body.fs-130 h1{
    font-size: 60px !important;
}
body.fs-130 .santa-count-box h6{
    font-size: 24px !important;
}
body.fs-130 .santa-text-box h6{
    font-size: 22px !important;
}
body.fs-130 .sub-heading{
    font-size: 32px;
}
body.fs-130 .heading{
    font-size: 45px;
}
body.fs-130 .photo-box-name{
    font-size: 18px;
}
body.fs-130 .download-content-box h3{
    font-size: 45px;
}
body.fs-130 .footer-head{
    font-size: 24px;
}
body.fs-130 .tab-slide h4{
    font-size: 32px;
}
body.fs-130 .language-btn span{
     font-size: 17px;
}
body.fs-130 .head-input input{
     font-size: 17px;
}
body.fs-120 .form-select{
    font-size: 20px;
}



/*/////////////////////////*/
/*//////font-family//////*/
/*////////////////////////*/

.dyslexia-font {
    font-family: 'OpenDyslexic', Arial, sans-serif !important;
}

.legible-font {
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif !important;
}





/* High Contrast */
body.high-contrast {
    background-color: #0cb60c;
    color: #fff;
}

body.high-contrast a {
    color: rgb(47, 0, 255);
    text-decoration: underline;
}

body.high-contrast .safty-rools-box p,
body.high-contrast .sub-heading,
body.high-contrast .heading,
body.high-contrast .text,
body.high-contrast .photo-box-name,
body.high-contrast .photo-box-lebal,
body.high-contrast .tab-slide h4,
body.high-contrast .lottery-name,
body.high-contrast .result-l-name,
body.high-contrast .text-rst,
body.high-contrast .result-d-lebal span,
body.high-contrast .info,
body.high-contrast .contact-box h6,
body.high-contrast .contact-box p,
body.high-contrast .related-box p,
body.dark-mode .closebtn,
body.dark-mode .btn-bg3,
body.dark-mode .btn-bg1,
body.dark-mode .btn-bg2 {
    color: #fff;
}

body.high-contrast .lottery-tab {
    text-decoration: none;
}

body.high-contrast .accessbox {
    background-color: #0cb60c;
}

body.high-contrast .bumper-text,
.result-box h5 {
    color: #2a2a2a75;
}

body.high-contrast .lottery-tab p,
.accordion-body .text {
    color: #2a2a2a !important;
}

body.high-contrast .lottery-tab.active p {
    color: #0cb60c;
}

body.high-contrast .events-content-box p {
    color: #2a2a2a;
}

body.high-contrast .main-btn {
    border: 1px solid #fff;
    color: #fff;
}

body.high-contrast .events-date,
body.high-contrast .related-box a {
    text-decoration: none;
}

body.high-contrast .lotteryContainer-box .result-border-box .bg-white {
    background-color: #0cb60c !important;
}

body.high-contrast .scrolling-content .text,
body.high-contrast .f-lebal {
    color: #121212;
}

/* Bigger Text */
body.big-text {
    font-size: 1.25em !important;
}




/*body.highlight-links .closebtn {*/
/*    color: #0cb60c;*/
/*}*/

/*body.highlight-links .lottery-tab {*/
/*    background-color: #fff;*/
/*}*/

/*body.highlight-links .main-btn {*/
/*    background-color: yellow;*/
/*}*/

/*body.highlight-links .events-date,*/
/*.gallery-box a {*/
/*    background-color: transparent;*/
/*}*/





/* Large Cursor */
body.large-cursor {
    cursor: url("../public/img/images/cursor.png"), auto;
}
body.large-cursor .closebtn{
    color: #2a2a2a;
}

/* Desaturate */
body.desaturate {
    filter: grayscale(100%);
    
}

/* Dark Mode */
body.dark-mode {
    background-color: #000;
    color: #fff;
}

body.dark-mode a {
    color: rgb(47, 0, 255);
    text-decoration: underline;
}

body.dark-mode .safty-rools-box p,
body.dark-mode .sub-heading,
body.dark-mode .heading,
body.dark-mode .text,
body.dark-mode .photo-box-name,
body.dark-mode .photo-box-lebal,
body.dark-mode .tab-slide h4,
body.dark-mode .lottery-name,
body.dark-mode .result-l-name,
body.dark-mode .text-rst,
body.dark-mode .result-d-lebal span,
body.dark-mode .info,
body.dark-mode .contact-box h6,
body.dark-mode .contact-box p,
body.dark-mode .related-box p,
body.dark-mode .closebtn,
body.dark-mode .btn-bg3,
body.dark-mode .btn-bg1,
body.dark-mode .btn-bg2,
body.dark-mode .closebtn{
    color: #fff;
}

body.dark-mode .lottery-tab {
    text-decoration: none;
}

body.dark-mode .accessbox {
    background-color: #000;
}

body.dark-mode .bumper-text,
.result-box h5 {
    color: #2a2a2a75;
}

body.dark-mode .lottery-tab p,
.accordion-body .text {
    color: #2a2a2a !important;
}

body.dark-mode .lottery-tab.active p {
    color: #0cb60c;
}

body.dark-mode .events-content-box p {
    color: #2a2a2a;
}

body.dark-mode .main-btn {
    border: 1px solid #fff;
    color: #fff;
}

body.dark-mode .events-date,
body.dark-mode .related-box a {
    text-decoration: none;
}

body.dark-mode .lotteryContainer-box .result-border-box .bg-white {
    background-color: #000 !important;
}

body.dark-mode .scrolling-content .text,
body.dark-mode .f-lebal {
    color: #121212;
}

/* Bigger Text */
body.big-text {
    font-size: 1.25em !important;
}


/* Readable Font */
body.readable-font {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Text Spacing */
body.text-spacing {
    line-height: 1.8 !important;
    letter-spacing: 0.5px !important;
}

/* Menu styling */
.accessbox {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 260px;
    z-index: 9999;
    display: none;
    font-family: Arial, sans-serif;
}

.accessbox .hdbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.accessbox .head {
    margin: 0;
    font-weight: bold;
}

.accessbox .closebtn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2a2a2a;

}
.accessbox .closebtn svg{
    width: 24px;
    height: 24px;
}
.accessbox .closebtn img {
    display: block;
    pointer-events: none;
    /* ensures click works */
}

.acclist {
       padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    height: 390px;
    overflow-y: auto;
}

.accbtn {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px;
    margin-bottom: 0;
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
    width: 110px;
    color: #2a2a2a;
        border: none;
}
.accbtn .contrsttxt{
    font-size: 13px;
     color: #2a2a2a;
}

.accbtn span {
    font-size: 20px;
    color: #0cb60c;
}

.accbtn a {
    text-decoration: none;
    color: #2a2a2a;
}

.accbtn:hover {
    background: #e0e0e0;
}
.closebtn{
    color: #0cb60c;
}