/* Reset & base styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    height: 1fr;
    width: 1fr%;
    color: #B7C1C3;
    background: #783839;
    background-color: #783839;
/*    padding: 20px;       */
    padding-top: 60px;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%; /* Start off-screen to the right */
    animation: marquee 30s linear infinite; /* Control speed with the time value (e.g., 10s) */
}

@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); } /* End off-screen to the left */
}
.antispam
{
    display: none;
}
a:link {
    color: #00CC00;  /* Sets the color of unvisited links to red */
}
a:visited {
    color: #FFFF0F;
}
.special-link {
    color: #000000;
}
/* Specific style for the *visited* link with the class 'special-link' */
.special-link:visited {
    color: #783839;
}
.button-link {
    color: #000000;
}
/* Specific style for the *visited* link with the class 'special-link' */
.button-link:visited {
    color: #000000;
}
.homebutton-link {
    color: #B7C1C3;
}
/* Specific style for the *visited* link with the class 'special-link' */
.homebutton-link:visited {
    color: #B7C1C3;
}
.my-list {
    /* Indent the entire list and its markers by 50 pixels */
    padding-left: 50px;
}
/* Page title */
.page-title {
    position: fixed;
    top:0px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    color: #000000;
    user-select: none;
    border-radius: 8px 8px 0px 0px;
    font-size: 2rem;
    background-color: #B7C1C3;
}

/* Topline with dropdowns */
.topline {
    display: flex;
  /*  gap: 15px;    */
    justify-content: center;
    align-items: center;
    background-color: #B7C1C3;
    padding: 15px;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 25px;
   /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);     */
}

.topline select {
    padding: 0px 12px;
    font-size: 1rem;
    border-radius: 5px;
  /*  border: 1px solid #B7C1C3;     */
    background-color: #B7C1C3;
    cursor: pointer;
}

/* Three-column layout */
.columns {
    display: grid;
    grid-template-columns: 15% 65% 1fr;
    gap: 20px;
}

/* Individual columns */
.column1 {
    background-color: #783839;
    padding: 20px;
    border-radius: 0px;
    min-height: 200px;
  /*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);   */
}
.column2 {
    background-color: #B7C1C3;
    color: #000000;
    padding: 20px;
    border-radius: 0px;
    min-height: 200px;
  /*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);   */
}
.column3 {
    background-color: #783839;
    padding: 20px;
    border-radius: 0px;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
   /*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);   */
}
/* Responsive behavior */
@media (max-width: 900px) {
    .columns {
        grid-template-columns: 1fr;
    }

    .topline {
        flex-direction: column;
        align-items: stretch;
    }
}
.button-1 {
        width: 175px;
        align-items: center;
        background-color: #0000b6;
        border: 0;
        border-radius: 8px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-size: 12px;
        font-weight: bold;
        font-family: Verdana, Helvetica, sans-serif;
        justify-content: left;
        line-height: 20px;
        height: 40px;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        touch-action: manipulation;
        user-select: none;
 /*   transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;  */
        vertical-align: center;
}

.button-1:hover,
.button-1:focus {
        background-color: #000000;
        font-size: 12px;
        color: #00FF00;
}
.button-1:active {
        background: #000b6;
        color: rgb(255, 255, 255, .7);
}

.button-1:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
}
.button-2 {
        width: 175px;
        align-items: center;
        background-color: #006400;
        border: 0;
        border-radius: 8px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-size: 12px;
        font-weight: bold;
        font-family: Verdana, Helvetica, sans-serif;
        justify-content: left;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        touch-action: manipulation;
  /*   transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;  */
        user-select: none;
        vertical-align: middle;
}

.button-2:hover,
.button-2:focus {
        background-color: #000000;
        font-size: 14px;
        color: #fff;
}

.button-2:active {
        background: #000b6;
        color: rgb(255, 255, 255, .7);
}

.button-2:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
}
.button-4 {
                width: 175px;
                align-items: center;
                background-color: #B7C1C3;
                border: 0;
                border-radius: 8px;
                box-sizing: border-box;
                color: #fff;
                cursor: pointer;
                display: inline-flex;
                font-size: 12px;
                font-weight: bold;
                font-family: Verdana, Helvetica, sans-serif;
                justify-content: left;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
                padding: 0px;
                padding-left: 20px;
                padding-right: 20px;
                text-align: center;
                touch-action: manipulation;
    /*   transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;  */
                user-select: none;
                vertical-align: middle;
}

.button-4:hover,
.button-4:focus {
                background-color: #B7C1C3;
                font-size: 14px;
                color: #fff;
}

.button-4:active {
                background: #B7C1C3;
                color: rgb(255, 255, 255, .7);
}

.button-4:disabled {
                cursor: not-allowed;
                background: rgba(0, 0, 0, .08);
                color: rgba(0, 0, 0, .3);
}
.button-9 {
    width: 175px;
    align-items: center;
    background-color: #66777A;
 /*   border: 4;  */
    border-radius: 8px;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
    justify-content: left;
    line-height: 20px;
    height: 40px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    touch-action: manipulation;
 /*   transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;  */
    user-select: none;
    vertical-align: middle;
}

.button-9:hover,
.button-9:focus {
    background-color: #000000;
    font-size: 12px;
    color: #ffffff;
}

.button-9:active {
    background: #000b6;
    color: rgb(255, 255, 255, .7);
}

.button-9:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}
.logo {
    position: fixed; /* Positions the element relative to the viewport */
    bottom: 0px; /* Positions the logo at the top of the viewport */
    right: 10px; /* Positions the logo at the left edge of the viewport */
    width: auto; /* Sets the width automatically based on content */
    height: auto; /* Sets the height automatically based on content */
    padding: 10px;
    z-index: 999;
}