#currweek {
    color: red;
}

body {
    background-color: var(--bg-color);
    background-image: radial-gradient(
            circle at center,
            var(--bg-grid) 0,
            var(--bg-grid) 1px,
            transparent 1px
        ),
        linear-gradient(
            to right,
            var(--bg-grid2) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            var(--bg-grid2) 1px,
            transparent 1px
        );
    background-size: 25px 25px;
    background-attachment: fixed;

    color: var(--text-color);
    font-family: "Montserrat", sans-serif;
}
h1 {
    text-align: center;
}
.siksynaglowkeliczby{
    color:white;
    margin-top: 1px;
}
.siksynaglowke{
    color: white;
    margin-top: 1px;
}
/* body {
    background: rgba(102, 1, 217);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(
        152deg,
        rgba(100, 1, 217, 0.8) 0%,
        rgba(193, 9, 194, 0.8) 35%,
        rgba(101, 151, 213, 0.8) 66%,
        rgba(0, 255, 234, 0.8) 100%
    );
    color: var(--text-color);
    font-family: "Montserrat", sans-serif;
} */
#author {
    z-index: -1000;
    font-size: 100%;
    position: absolute;
}
/* .content {
    display: flex;
    position: sticky;
    flex-direction: row;
    justify-content: space-between;
    width: 50vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 100;
} */

.content {
    display: flex;
    justify-content: center; /* Center the buttons horizontally */
    flex-wrap: wrap; /* Allows the buttons to wrap if needed */
    gap: 10px; /* Adds space between buttons */
    padding: 20px;
    box-sizing: border-box; /* Ensures padding doesn't affect the container width */
}

.skrrt{
    width: 15%;
    max-width: 150px;
}

#kalendarz {
    overflow: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
}
button:hover {
    background-color: var(--acc-color);
}
button {
    font-size: large;
    border: 1px solid white;
    color: whitesmoke;
    margin: 10px;
    padding: 10px;
    background-color: black;
    border-radius: 15px;
    width: 8vw;
}

.schedule {
    overflow: auto;
}
#scheduleTable {
    display: none;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th,
td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

th {
    background-color: var(--bg-color2);
}
tbody tr:hover {
    /* background-color: #ff00aaa1 !important; */
    background-color: var(--kolumna-hover);
}
#szukajhomepage{
    width: 20vw;
}
.tabela{
    overflow: hidden;
}
.highlight{
    background: var(--highlight-hover);
}

@media (orientation: portrait) {
    .content {
        flex-direction: column; /* Stack buttons vertically on small screens */
        align-items: center;
    }
    .skrrt {
        width: 100%; /* Make buttons full-width on smaller screens */
        max-width: 300px; /* Set a max width to prevent them from getting too wide */
    }
    .tabela{
        overflow: scroll;
    }
    button {
        width: 90vw;
    }
    #kalendarz {
        width: 90vw;
    }
    #szukajhomepage{
        width: 80vw;
    }
}
.css-button-sliding-to-bottom--blue {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    z-index: 0;
    background: var(--bg-color);
    overflow: hidden;
    border: 2px solid white;
    color: white;
}
.css-button-sliding-to-bottom--blue:hover {
    color: #fff;
}
.css-button-sliding-to-bottom--blue:hover:after {
    height: 100%;
}
.css-button-sliding-to-bottom--blue:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background: var(--przycisk-bg);
}
/* General styles for forms */
form {
    background-color: var(--bg-color2);
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 80%;
    max-width: 500px;
    color: var(--text-color);
}

form label {
    display: block;
    margin: 10px 0 5px;
}

form select,
form button {
    background-color: var(--bg-color);
    color: var(--text-color);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin: 5px 0;
}

form button:hover {
    background-color: var(--acc-color);
}

/* Links */
a {
    color: var(--acc-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.kolumna {
    background-color: var(--kolumna-hover);
  }

:root{
    --acc-color: #00beb47c;
    --kolumna-hover: #ff00aa56;
    --bg-color: #0c0c0c;
    --text-color: #f0f0f0;
    --bg-color2: #1f1f1f;
    /* --przycisk-bg: #ff00aa; */
    --przycisk-bg: #00beb47c;
    --highlight-hover: #00d9ff33;
    --bg-grid: #ffffff01;
    --bg-grid2: #ffffff03;
    /* --bg-color: #4C1D3D;
    --text-color: #FFBB94;
    --kolumna-hover: #DC586D56; 
    --acc-color: #FB95907c;
    --bg-color2: #572146;
    --przycisk-bg: #A33757 */
     
}

/* concept */

/* Full-screen container */
.fullscreen-background {
    position: fixed; /* Fix the element in place */
    top: 0;
    left: 0;
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    background-image: url('pwrowicz-swieta3.webp');
    background-size: cover; /* Stretch the image to cover the entire screen */
    background-position: center; /* Center the image */
    opacity: 0.3; /* Adjust transparency here */
    z-index: -1; /* Ensure it's behind everything else */
    transition: transform 0.2s ease-in, width 0.2s ease-in, height 0.2s ease-in; /* Smooth transitions */
  }
  
  /* Rotate and adjust size for portrait mode */
  @media (orientation: portrait) {
    .fullscreen-background {
      background-size: 100% auto;
    }
  }
  
  /* Example content */
  .content2 {
    position: relative; /* Keeps the content above the background */
    z-index: 1; /* Ensures content is above the background */
    padding: 20px;
  }
  