/* Header Bar */
            .headr {
                height: 50px;
                background-color: #F2F2F2;
                box-shadow: 0px 5px 5px #DBDBDB;
                z-index: 9999;
                display: flex;
                align-items: center; 
                position: fixed;
            }
            .dark-headr .headr {
                background-color: #545454;
                box-shadow: 0px 5px 5px #3B3B3B;
            }
            .s-headr {
                width: 100%;
                background-color: #F2F2F2;
                height: 30px;
                top: 50px;
                position: fixed;
            }
            .s-headr-dark .s-headr {
                background-color: #545454;
            }
            .hvr-b {
                display: inline-block;
                background-color: transparent;
                border-radius: 5px;
                padding: 5px;
                transition: background-color 0.3s ease;
            }
            .hvr-b:hover {
                background-color: #DBDBDB;
            }
            /* Site Content */
            .content {
                margin: 0 auto;
                width: 65%;
            }

            @media (orientation: portrait) {
                .content {
                    width: 90%;
                }
            }
            .content-t {
                text-align: center;
            }
            .content-t-img {
                margin-top: 2em;
                border: 4px solid #DBDBDB;
                border-radius: 360px;
            }
            .content-a-text {
                color: #C4C4C4;
                font-size: 12px;
            }
            .content-t-sh {
                margin-bottom: 0;
            }
            .hr-div {
                border: 2px solid #4581d0;
                float: left;
                width: 5em;
                padding-top: 0;
            }
            /* text link popup */
            #sel-pop {
                height: auto;
                display: none;
                flex-direction: column;
                position: fixed;
                background: white;
                color: black;
                border-radius: 6px;
                font-size: 12px;
                font-family: Arial, sans-serif;
                border: 2px solid #C4C4C4;
                box-shadow: 0 2px 8px rgba(0,0,0,0.3);
                z-index: 99999;
                transform: translateX(-50%);
            }
            #sel-pop button {
                margin: 0;
                font-size: 18px;
                background: white;
                border: none;
                color: black;
                padding: 0.5em 1.5em;
                cursor: pointer;
            }
            #sel-pop button:hover {
                background: #C4C4C4;
            }
            /*Table Alignment*/
            .a-t {
                margin-top: 40px;
                margin-bottom: 40px;
                border-spacing: 0;
                border-collapse: collapse;
            }

            .bt {
                border-top: 1.5px solid #777;
            }

            .bb {
                border-bottom: 1.5px solid #777;
            }

            .bl {
                border-left: 1.5px solid #777;
            }

            .br {
                border-right: 1.5px solid #777;
            }

            .itmp {
                padding: 10px;
            }
            /* Images */
            div.ahigi {
                margin: 80px;
                width: auto;
                background-color: transparent;
                transition: transform 0.4s;
            }

            div.ahigi img {
                width: 100%;
                height: auto;
            }

            div.ahigi div.ahigd {
                border-top: 1px solid #777;
                padding: 15px;
                text-align: center;
            }

            .img-e input {
                display: none;
            }

            .fs-aimg {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background: rgba(0, 0, 0, 0.95);
                z-index: 99999;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                cursor: zoom-out;
            }

            .img-e input:checked ~ .fs-aimg {
                display: flex;
                animation: fsol-i 0.35s ease forwards;
            }

            .fs-aimg img {
                max-width: 95%;
                max-height: 90%;
                object-fit: contain;
                animation: fsimg-i 0.35s ease forwards;
            }

            @keyframes fsol-i {
                from { opacity: 0; }
                to { opacity: 1; }
            }

            @keyframes fsimg-i {
                from { transform: scale(0.15); opacity: 0; }
                to { transform: scale(1); opacity: 1; }
            }

            .img-e input:checked ~ div.ahigi {
                transform: none !important;
                pointer-events: none;
            }

            .c-fsimg {
                color: white;
                margin-top: 10px;
                font-family: sans-serif;
            }

            .imge-i {
                cursor: zoom-in;
            }
            /* Body and Header */
            body {
                margin: 0;
                background-color: white;
                color: black;
                font-size: 18px;
                transition: background-color 0.4s ease, color 0.4s ease;
            }
            #logoImg {
                background-color: transparent;
                display: block;
                transition: opacity 0.4s ease;
                float: left;
            }
            #bgImg {
                transition: rotate 0.4s ease, filter 0.4s ease;
                display: block;
            }
            .bgImgtoggled #bgImg {
                rotate: 180deg;
                filter: invert(100%);
            }
            /* Dark Mode */
            .dark-mode-button {
                border: 0;
                background-color: transparent;
                display: flex;
                align-items: center;
                cursor: pointer;
                margin-right: 5px;
            }
            .dark-mode {
                background-color: rgb(43, 43, 43);
                color: white;
            }
            body.dark-mode .c-b {
                color: white;
            }
            body.dark-mode #logoImg {
                opacity: 0.9099;
            }
            body.dark-mode .hvr-b:hover {
                background-color: #3B3B3B;
            }
            body.dark-mode .content-t-img {
                border: 4px solid #545454;
            }
            body.dark-mode .content-a-text {
                color: #808080;
            }
            body.dark-mode #sel-pop button {
                background-color: #3B3B3B;
                color: white;
            }
            body.dark-mode #sel-pop {
                border: 2px solid #545454;
                color: white;
                background-color: #3B3B3B;
            }
            body.dark-mode #sel-pop button:hover {
                background-color: #545454;
            }
            body.dark-mode .account-button {
                color: white;
            }
            /* Other Styling */
            .f-w {
                width: 100%;
            }
            .p-a {
                position: absolute;
            }
            .f-a {
                font-family: Arial, Helvetica, sans-serif;
            }
            .c-b {
                color: black;
            }
            .pt-s {
                font-size: 16px;
                line-height: 2em;
            }
            .rtn-l {
                text-decoration: none;
            }
            .rtn-l:hover {
                text-decoration: underline;
            }
            .preload-dark * {
                transition: none !important;
            }
            body::selection {
                background-color: #5499C7;
            }
            body.dark-mode::selection {
                background-color: #84B6D7;
            }
            body::-moz-selection {
                background-color: #5499C7;
            }
            body.dark-mode::-moz-selection {
                background-color: #84B6D7;
            }
            /* Footer Bar */
            .footr {
                text-align: center;
                position: relative;
                height: 110px;
                margin: 0px;
                padding: 2px;
                background-color: #F2F2F2;
                overflow: visible; 
                box-shadow: 0px -5px 5px #DBDBDB;
            }
            .dark-footr .footr {
                background-color: #545454;
                box-shadow: 0px -5px 5px #3B3B3B;
            }
            /*Return To Top Button*/
            #rttb {
                height: 35px;
                width: 130px;
                background-color: #2A60A7;
                color: white;
                text-decoration: solid;
                transition: 0.5s;
                border-radius: 5px;
                border: none;
                cursor: pointer;
                position: fixed;
                overflow: hidden;
                font-family: sans-serif;
                display: none;
                bottom: 20px;
                right: 30px;
                z-index: 99;
                padding: 4px;
                transition: background-color 0.3s ease;
            }
            #rttb:hover {
                background-color: #4581d0;
            }
            /* Account Button */
            .account-button {
                border: 0;
                color: black;
                background-color: transparent;
                margin-left: auto;
                display: flex;
                align-items: center;
                cursor: pointer;
                margin-right: 5px;
                padding: 12px;
            }