

:root {
    --red: #ad0000;
    --blue: #0039ad;
    --purple: #951895;
    --green: #066b1d;
    --brown: #6c4813;
    --text: #212121;
    --link-color: black;
    --link-hover-color: blue;
    --link-active-color: #951895;
    --body-bg: #ffffff;
    --logo: #ad0000;
    --table: #f3f3f3
}

.pink-background {
    background-color: hsl(354 70% 95%);
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

.blue-background {
    background-color: #f9f0fa;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

.blue1-background {
    background-color: #e9f0f9;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

.green-background {
    background-color: #e6f8f3;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

.yellow-background {
    background-color: #f6f8e6;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

.orange-background {
    background-color: #faefe9;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

.color-content1 {
    color: #0000cd
}

.color-content2 {
    color: #0b46c6
}

.color-content3 {
    color: #6d0658
}

.color-content4 {
    color: #AD0053
}

.color-content5 {
    color: #9a2929
}

.color-content6 {
    color: #A30084
}

.color-content7 {
    color: #1e3b1c
}

.color-content8 {
    color: #006067
}

.color-content9 {
    color: #4e4cd9
}

.color-content10 {
    color: #000
}

[data-theme="dark"] {
    --red: #ffc2c2;
    --blue: #bdd3ff;
    --purple: #f8f2b3;
    --green: #34f95d;
    --brown: #f3d4af;
    --text: #ffffff;
    --link-color: white;
    --link-hover-color: rgb(216, 196, 255);
    --link-active-color: rgb(60, 216, 187);
    --body-bg: #212121;
    --logo: yellow;
    --table: black
}

[data-theme="dark"] .pink-background {
    background-color: hsl(354 24% 17%);
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

[data-theme="dark"] .blue-background {
    background-color: #37233a;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

[data-theme="dark"] .blue1-background {
    background-color: #293545;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

[data-theme="dark"] .green-background {
    background-color: #365048;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

[data-theme="dark"] .yellow-background {
    background-color: #505431;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

[data-theme="dark"] .orange-background {
    background-color: #4e3a2f;
    border-radius: 15px;
    padding: 10px;
    margin: 15px
}

[data-theme="dark"] .color-content1 {
    color: #fafad2
}

[data-theme="dark"] .color-content2 {
    color: #7dd18d
}

[data-theme="dark"] .color-content3 {
    color: #f4bcf4
}

[data-theme="dark"] .color-content4 {
    color: #b8ffcc
}

[data-theme="dark"] .color-content5 {
    color: #f38cff
}

[data-theme="dark"] .color-content6 {
    color: #cfc3ff
}

[data-theme="dark"] .color-content7 {
    color: #e2e2a1
}

[data-theme="dark"] .color-content8 {
    color: #fcf9bf
}

[data-theme="dark"] .color-content9 {
    color: #ff9c9c
}

[data-theme="dark"] .color-content10 {
    color: tomato
}





button {
    border-radius: 10px;
    padding: 5px;
    font-width: 25px
}

.accordion-container {
    width: 100%;
    display: flex;
    flex-direction: column
}

.accordion {
    cursor: pointer;
    border-radius: 10px;
    text-align: left;
    outline: none;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    display: none;
    align-items: center
}

.accordion-box {
    display: flex;
    align-items: center;
    width: 100%
}

.accordion-box img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px
}

img {
    width: 300px;
    height: 300px;
}

.heading-box h4 {
    width: 100%;
    margin: 0
}

.panel {
    display: none;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    border-left: 3px solid #007bff;
    border-bottom: 3px solid red
}

.panel p,h5,h6 {
    margin: 5px 0
}

.panel p {
    padding-left: 20px
}

.container h2 {
    font-size: 18px
}

.container h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 300
}

h5 {
    font-size: 18px
}

h4 {
    color: var(--text)
}

h6 {
    color: var(--blue)
}

@media (min-width: 720px) {
    h1 {
        font-size:30px
    }
}

.red-link {
    color: red
}

.custom-heading {
    font-size: 18px
}

.rotated-icon {
    display: inline-block;
    transform: rotate(270deg)
}

.hidden {
    display: none
}

#showMoreBtn {
    margin-top: 10px;
    padding: 10px;
    background-color: blue;
    color: #fff;
    border: none;
    cursor: pointer
}

#showMoreBtn:hover {
    background-color: #0056b3
}

.center-button-container {
    display: flex;
    justify-content: center
}

.content {
    scroll-margin-top: 80px
}

table,#myTable,#mtable {
    border-collapse: collapse;
    border: 0 solid #e1e1e1;
    table-layout: fixed;
    margin: auto
}

#myTable tr:nth-child(odd),#myTable tr:nth-child(odd) {
    background-color: var(--table)
}

#mtable tr:nth-child(even) {
    background-color: #fff8dc
}

#myTable tr:hover,table tr:hover,#mtable tr:hover {
    background-color: var(--table)
}

#mtable tr:hover {
    background-color: red
}

table td,#myTable td,#mtable td {
    padding: 10px;
    text-align: left;
    font-size: 17px;
    color: var(--text)
}

#mtable td {
    text-align: center
}

#myTable td:hover,table td:hover {
    color: var(--red)
}

#myTable th,table th {
    background-color: var(--text);
    color: var(--body-bg);
    padding: 10px;
    font-size: 17px
}

@media only screen and (max-width: 700px) {
    #myTable th,#myTable td {
        font-size:12px
    }
}

#myTable tr {
    border-bottom: 1px solid var(--text)
}

table td a:link,table td a:visited {
    color: var(--blue)
}

table td a:link:hover,table td a:visited:hover {
    display: block;
    color: var(--text);
    background-color: var(--blue);
    border-radius: 8px
}

#myUL,#myul {
    padding: 0;
    list-style: none
}

#myUL li a {
    display: block;
    padding: 10px;
    margin: 10px;
    width: auto;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid var(--green);
    color: var(--text);
    justify-content: center;
    background-color: #fff0
}

#myUL li a:hover:not(.header) {
    background-color: hsl(240 54% 90%);
    border: 1px solid var(--body-bg)
}

input {
    border-radius: 10px;
    
    padding: 10px;
    width: 90%;
    user-select: none
}

td a:link,td a:visited {
    color: #3700ff;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 15px;
    position: relative;
    transition: background-color 0.3s ease,color 0.3s ease
}

td a::after {
    content: " 🎯";
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: opacity 0.3s ease-in-out
}

td a:hover {
    color: #fff;
    background-color: #5900ff
}

td a:hover::after {
    opacity: 1
}





.link-container {
    display: flex;
    justify-content: flex-end;
    margin: 10px
}

.link-button {
    color: var(--text);
    background: var(--body-bg);
    font-size: 24px;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none
}

.pagination a.active {
    background: green;
    margin: 20px 0;
    margin: 0 5px;
    padding: 5px 10px
}

@font-face {
    font-family: "CustomFont";
    src: url(custom-font.woff2) format("woff2");
    font-display: swap
}

summary {
    display: inline-flex;
    cursor: pointer;
    white-space: nowrap
}

summary::-webkit-details-marker {
    display: none
}


.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease,transform 0.3s ease
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

@font-face {
    font-family: "CustomFont";
    src: url(/fonts/CustomFont.woff2) format("woff2");
    font-display: swap
}

.main {
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out,transform 0.6s ease-out;
    will-change: opacity,transform
}

body.scrolled .main {
    opacity: 1;
    transform: translateY(0)
}

#mytable,table,tr {
    width: 100%;
    border: 1px solid #ddd ;
    overflow: auto;
}

caption {
    line-height: 4;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--text);
}

.th-small-width {
    width: 30px;
}

.purple-text {
    color: var(--purple);
}

.scrollmenu-container {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    margin-top: 20px;
}
.menu-toggle {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 22px;
    border: none;
    background: #641ef9;
    color: white;
    border-radius: 5px;
    transition: .3s;
    margin-top: 20px !important;z-index:99;
    
}

.menu-toggle.open {
    transform: rotate(90deg);
}

/* Menu List */
.menu-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    background: #f2f2f2;
    padding-left: 0;
    margin: 10px;
    border-radius: 6px;
}

.menu-list.open {
    max-height: 2000px; /* enough height to show whole list */
}

.menu-list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.menu-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.menu-list li a:hover {
    background: #ddd;
}
