﻿

/* Bazowe style dla całego dokumentu */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff; /* Białe tło strony */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction:column;
}

/* Kontener logowania */
.login-container {
    background: #fff; /* Białe tło kontenera */
    padding: 40px;
    border: 1px solid #ddd; /* Szara ramka */
    border-radius: 16px; /* Brak zaokrąglenia rogów */
    width: 90%;
    width: 450px;
    box-sizing: border-box;
    text-align: center; /* Tekst na środku */
}

/* Nagłówek logowania */
.login-header h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: left; /* Tekst po lewej */
}

.login-header .header-line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: left; /* Linia po lewej */
}

.form-group-radio {
    margin-bottom: 20px;
    text-align: left;
    display: flex; /* Włącz Flexbox */
    align-items: center; /* Wyrównaj w pionie */
}

    .form-group-radio label {
        margin-left: 5px; /* Dodaj odstęp między radio buttonem a etykietą */
    }

.radio-button {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0;
    padding: initial;
    border: initial;
}

.table-row {
    display: flex;
    /*align-items: center;*/
    justify-content:center;
    align-self: stretch;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 38;
/*    width:100%;*/
}

/* Grupa formularza */
.form-group {
    margin-bottom: 20px;
    text-align: left;

}
    /* Etykieta pola */
    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
        color: #333;
    }

    /* Pole input */
    .form-group input {
        width: calc(100% - 10px);
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 14px; /* Zaokrąglenie rogów pola */
        font-size: 1rem;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

    .form-group select {
        width: calc(100% - 10px);
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 14px; /* Zaokrąglenie rogów pola */
        font-size: 1rem;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus {
            border-color: #999;
            outline: none;
        }

    .form-group.password-input {
        position: relative;
    }

/* Grupa formularza small */
.form-group-m {
    justify-content:center;
    width:32%;
    margin-bottom: 20px;
    text-align: left;
}
    /* Etykieta pola */
    .form-group-m label {
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
        color: #333;
    }

    /* Pole input */
    .form-group-m input {
        width: calc(100% - 10px);
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 14px; /* Zaokrąglenie rogów pola */
        font-size: 1rem;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

    .form-group-m select {
        width: calc(100% - 10px);
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 14px; /* Zaokrąglenie rogów pola */
        font-size: 1rem;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

    .form-group-m input:focus {
        border-color: #999;
        outline: none;
    }

/* Grupa formularza small */
.form-group-s {
    justify-content: center;
    width: 23%;
    margin-bottom: 20px;
    text-align: left;
}
    /* Etykieta pola */
    .form-group-s label {
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
        color: #333;
    }

    /* Pole input */
    .form-group-s input {
        width: calc(100% - 10px);
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 14px; /* Zaokrąglenie rogów pola */
        font-size: 1rem;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

    .form-group-s select {
        width: calc(100% - 10px);
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 14px; /* Zaokrąglenie rogów pola */
        font-size: 1rem;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

    .form-group-s input:focus {
        border-color: #999;
        outline: none;
    }


.password-input .password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input input {
    width: calc(100% - 50px);
}

.password-input .password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.1rem;
    color: #999;
}

/* Przycisk logowania */
.btn-login {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}



.btn-add-zebranie {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1rem;
    width: 25%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.btn-input-file {
    background-color: #000;
    color: white;
    padding: 8px 8px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1rem;
    width: 15%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

    .btn-login:hover {
        background-color: #333;
    }
/* Nie pamiętasz hasła */
.forgot-password {
    text-align: right;
    margin-bottom: 15px;
    font-size: 0.9em;
}

    .forgot-password a {
        color: #000
    }
/* Komunikat o błędzie */
.login-faliled{
    padding-top:20px;
    display:flex;
    height: 40px;
}

.pass-faliled {
    display: flex;
    height: 40px;
}

.text-danger {
    color: #dc3545;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
    text-align: justify;
}

.login-footer {
    display: flex;
    justify-content: right;
    align-items: end;
    padding: 30px 30px;
    text-align: right;
    width: 90%;
    width: 450px;
}

    .login-footer a {
        margin: 0 10px;
        text-decoration: none;
        color: #000
    }


.logo {
    display:flex;
    padding: 20px;
    width: 50px;
    color: black;
  
}

.toper {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 8px 20px 8px 20px;
}

.toper-text-small {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 16px;
    color: #666666;
    font-family: Roboto, var(--default-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 1.2px;
    z-index: 3;
}


.edelegat {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 16px;
    color: #000000;
    font-family: Roboto, var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0.6px;
    z-index: 1;
}

.separator {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    z-index: 11;
}

/*.file-list {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.file-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}*/

/*.file-link {
    display: flex;
    align-items: center;*/ /* Wyśrodkuj pionowo ikone i tekst */
    /*color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease;*/
    /*padding: 10px;*/ /* Dodany padding, żeby łatwiej kliknąć */
    /*border-radius: 4px;*/ /* Zaokrąglenie */
/*}

    .file-link:hover {
        background-color: #f0f0f0;
        color: #333;
    }*/

.file-icon {
    /*font-size: 1.2rem;*/ /* Ikonka większa */
    text-align: center;
    padding-left:5px;
    /* Awesome/font-awesome-24 */
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.back-button {
    margin-top: 20px;
}

button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

/*Pulpit*/

.pulpit {
    display: flex;
    width:100%;
    height:100vh;
}

.sidebar {
    display: flex;
    width: 280px;
    min-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background: #FFF;
}

.sidebar-logo {
    display: flex;
    height: 72px;
    padding: var(--spacing-sm, 12px) var(--spacing-xx-big, 28px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.sidebar-logo-img {
    width: 61.515px;
    height: 42px;
    flex-shrink: 0;
}

.sidebar-item-list {
    display: flex;
    padding: var(--spacing-x-sm, 8px) var(--spacing-md, 16px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.sidebar-item {
    display: flex;
    padding: var(--spacing-sm, 12px);
    align-items: center;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    transition: 0.3s ease;
    border-radius: 9px;
}


.sidebar-item.active {
    display: flex;
    padding: var(--spacing-sm, 12px);
    align-items: center;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    transition: 0.3s ease;
    border-radius: 9px;
    background-color: var(--Gray-gray-1, #F7F7F7);
}

.sidebar-item:hover {
    background-color:ghostwhite;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

/*button {
    text-decoration: none;
    color: black;
}

    button:active {
        text-decoration: none;
        color: black;
        border: none;
    }*/


.sidebar-item-menu {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md, 16px);
    flex: 1 0 0;
    text-decoration: none;
    color: dimgray;
}

.sidebar-item-menu.active {
    color:black;
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md, 16px);
    flex: 1 0 0;
    text-decoration: none;
}


/* Overlay (tło modal'a) */
.modal {
    display: none; /* Ukryty domyślnie */
    position: fixed; /* Zawsze na wierzchu */
    z-index: 1000; /* Wysoka wartość, aby był na wierzchu */
    left: 0;
    top: 0;
    width: 100%; /* Pełna szerokość */
    height: 100%; /* Pełna wysokość */
    overflow: auto; /* Włącz przewijanie, jeśli zawartość jest zbyt długa */
    background-color: rgba(0, 0, 0, 0.4); /* Ciemne tło z przezroczystością */

}


textarea {
    resize: none;
    font-family: 'Arial', sans-serif;
}

/* Zawartość modal'a */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto; /* Wyśrodkowanie pionowe i poziome */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Możesz dostosować szerokość */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s; 
    border-radius: 10px;
}

/* Animacja pojawiania się */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }

}

/* Nagłówek modal'a */
.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Tytuł nagłówka modal'a */
.modal-title {
    margin: 0;
}

/* Przycisk zamknięcia */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Treść modal'a */
.modal-body {
    padding: 2px 16px;
}

/* Stopka modal'a */
.modal-footer {
    padding: 2px 16px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: flex-end;
}

    /* Styl dla przycisków w stopce */
    .modal-footer button {
        margin-left: 10px;
        padding: 8px 16px;
        border: none;
        background-color: #4CAF50;
        color: white;
        text-decoration: none;
        cursor: pointer;
        border-radius: 4px;
    }

/* Stopka modal'a */
.modal-footer-delete {
    padding: 2px 16px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}

    /* Styl dla przycisków w stopce */
    .modal-footer-delete button {
        margin-left: 10px;
        padding: 8px 16px;
        border: none;
        background-color: #4CAF50;
        color: white;
        text-decoration: none;
        cursor: pointer;
        border-radius: 4px;
    }



.sidebar-item-menu-icon {
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.sidebar-item-menu-text {
    /* Text body 1/text-body1 text-weight-medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
}

.sidebar-icon {
    text-align: center;
    /* Awesome/font-awesome-24 */
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
}



.right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.topbar {
    display: flex;
    padding: 18px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background:  #FFF;
}

.topbar-data {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.topbar-data-area {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-datetime {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.avatar {
    display: flex;
    width: 38px;
    height: 38px;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: var(--radius-xl, 48px);
    background:black;
}

.render-body {
    display: flex;
    padding: var(--spacing-xx-big, 28px);
    justify-content: center;
    align-items: flex-start;
    gap: var(--spacing-none, 0px);
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--radius-md, 16px) 0px 0px 0px;
    background: var(--Gray-gray-1, #F7F7F7);
    box-shadow: 0px 0px var(--spacing-x-sm, 8px) 0px rgba(0, 0, 0, 0.05) inset;
}

.render-body-data {
    display: flex;
    max-width: 1360px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-big, 20px);
    flex: 1 0 0;
}

.render-body-data-header {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md, 16px);
    align-self: stretch;
}

.render-body-data-header-area {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm, 12px);
    flex: 1 0 0;
    align-self: stretch;
}

.render-body-data-header-icon {
    display: flex;
    padding: var(--spacing-x-sm, 8px) var(--spacing-xx-sm, 4px);
    align-items: flex-start;
    gap: 4px;
}

.render-body-data-header-icon-data {
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.icon-big {
    color: var(--Main-color-primary, #000);
    text-align: center;
    /* Awesome/font-awesome-24 */
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
}

.render-body-data-header-text {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
}

input[type="file"] {
    display: none;
}


.subheader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
}

.subheader-bar {
    display: flex;
    align-items: center;
    gap: var(--spacing-md, 16px);
    align-self: stretch;
}

.subheader-bar-area {
    display: flex;
    min-width: 100%;
    padding: var(--spacing-none, 0px) 0px;
    align-items: center;
    gap: var(--spacing-sm, 12px);
    flex: 1 0 0;
}

.subheader-bar-area-icon {
    display: flex;
    padding: var(--spacing-sm, 12px) var(--spacing-xx-sm, 4px);
    align-items: flex-start;
    gap: 4px;
}

.subheader-bar-area-text {
    display: flex;
    width: 100%;
    padding: var(--spacing-x-sm, 8px) 0px;
    align-items: flex-start;
    gap: 4px;
}

.info-box {
    display: flex;
    min-width: 328px;
    padding: var(--spacing-md, 16px);
    align-items: center;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    border-radius: var(--radius-sm, 8px);
    border: 2px solid var(--Gray-gray-2, #E3E3E3);
    background-color: aliceblue;
}

.info-box-icon {
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.info-box-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-x-sm, 8px);
    flex: 1 0 0;
}

.subheader-list {
    display: flex;
    padding: var(--spacing-x-big, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    border-radius: var(--radius-sm, 8px);
    border: 2px solid var(--Gray-gray-2, #E3E3E3);
    background: #FFF;
}

.subheader-list-area {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    transition: background-color 0.3s ease;
    border-radius: 4px; /* Zaokrąglenie */
}

.subheader-list-area-headers {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    transition: background-color 0.3s ease;
    border-radius: 4px; /* Zaokrąglenie */
}


.subheader-list-icon:hover {
    background-color: #f0f0f0;
    color: #333;
    /*padding-right: 5px;*/
    border-radius: 4px;
}

.subheader-list-area-max {
    display: flex;
    width:100%;
    align-items: flex-start;
    gap: var(--spacing-sm, 12px);
    align-self: stretch;
    transition: background-color 0.3s ease;
    border-radius: 4px; /* Zaokrąglenie */
    flex-direction: column;
}


.file-link {
    display: flex;
    align-items: center; /* Wyśrodkuj pionowo ikone i tekst */
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease;
    /*padding: 10px;*/ /* Dodany padding, żeby łatwiej kliknąć */
    border-radius: 4px; /* Zaokrąglenie */
}



.subheader-list-icon {
    display: flex;
    padding: 0px;
    align-items: center;
    gap: 4px;
    padding-right: 15px;
    transition: background-color 0.3s ease;
}

.subheader-list-icon-disabled {
    display: flex;
    padding: 0px;
    align-items: center;
    gap: 4px;
    padding-right: 15px;
    transition: background-color 0.3s ease;
}

.subheader-list-icon-max {
    display: flex;
    padding: 0px;
    width:100%;
    align-items: center;
    gap: 4px;
    padding-right: 5px;
    transition: background-color 0.3s ease;
}

.subheader-list-icon-max-header {
    display: flex;
    padding: 0px;
    width: 100%;
    align-items: center;
    gap: 4px;
    padding-right: 5px;
}

.subheader-list-item-max {
    display: flex;
    padding: 0px;
    width: 100%;
    align-items: center;
    gap: 4px;
    padding-right: 5px;
    transition: background-color 0.3s ease;
}

.subheader-list-icon-max:hover {
    background-color: #f0f0f0;
    color: #333;
    padding-right: 5px;
    border-radius: 4px;
}

.subheader-list-icon-user {
    display: flex;
    padding: 0px;
    align-items: center;
    gap: 4px;
    padding-right: 5px;
    transition: background-color 0.3s ease;
}

.icon-subheader {
    display: flex;
    width: 16px;
    height: 16px;
    padding-left:5px;
/*    flex-direction: column;*/
/*    justify-content: center;
    align-items: center;*/
    gap: 8px;
}
.breadcrumps {
    justify-content: left;
    width: 100%;
    align-items: center;
    gap: var(--spacing-sm);
    color:black;
    cursor: default;
}


.text-subheader {
    color: var(--Gray-gray-6, #666);
    text-align: justify;
    min-width:400px;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 5px;
}

.text-subheader-user {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    min-width: 200px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-user-name {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    min-width: 25%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-user-phone {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    min-width: 10%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-user-status {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    min-width: 10%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-user-email {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    min-width: 30%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-name {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    width: 80%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-date {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    width:10%;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.text-subheader-user-max {
    color: var(--Gray-gray-6, #666);
    text-align: left;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    width: 300px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}


.text-subheader-user-icon {
    color: var(--Gray-gray-6, #666);
    text-align: center;
    /* Text body 2/text-body2 text-weight-light */
    font-family: Roboto;
    font-size: 14px;
    min-width: 150px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.42px;
    padding-left: 15px;
}

.subheader-list-text {
    display: flex;
    align-items: center;
    gap: var(--spacing-x-sm, 8px);
    flex: 1 0 0;
}

.subheader-line {
    width:100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    text-align: left; /* Linia po lewej */
}

.btn-upload {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

    .btn-upload:hover {
        background-color: #333;
    }

/*Upload form*/

.upload-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
    background-color: #f9f9f9;
}

.form-control-big {
    width: calc(100% - 10px);
    min-height: 160px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 14px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}


.form-group-upload {
    margin-bottom: 0px;
/*    width:350px;
    justify-content:right;*/
}

.file-label {
    width:150px;
    display: block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    transition: background-color 0.3s ease;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}

.file-label:hover {
    background-color: #333;
}

.file-label-add-folder {
    display: flex;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    flex-direction: row;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    transition: background-color 0.3s ease;
    width: 200px;
    justify-content: center;
}

    .file-label-add-folder:hover {
        background-color: #333;
    }

.file-input {
  /* Ukryj domyślny input file */
}

.upload-icon {
    margin-right: 8px;
    font-size: 1.1rem;
}

.alert {
    width:100%;
    padding: 8px;
    /*  margin-bottom: 20px;*/
    border: 2px solid var(--Gray-gray-2, #E3E3E3);
    border-radius: 8px;
    justify-content: right;
}

.alert-info {
    color: black;
    background-color: aliceblue;
    border-color: #bce8f1;
}

.btn-input-file {
    background-color: white;
    color: black;
    text-align: center;
/*    padding: 12px 12px;*/
    border: 2px inset black;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1rem;
    width: 35%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

/* Dostosowanie dla małych ekranów */
@media (max-width: 600px) {
    .login-container {
        padding: 30px;
    }

    .form-group {
        margin-bottom: 15px;
    }
}

input {
    font-family: Arial;
}



/* Pagination */
.pagination {
    display: flex;
    justify-content: center; /* Wyśrodkowanie poziome */
    margin-top: 10px; /* Mniejszy margines, aby lepiej pasował do subheader'a */
    margin-bottom: 10px;
    width:100%;
}

.page-button {
    display: inline-flex; /* Umożliwia ustawienie wysokości i szerokości */
    align-items: center; /* Wyrównanie tekstu w pionie */
    justify-content: center; /* Wyśrodkowanie tekstu w poziomie */
    padding: 6px 10px; /* Mniejsze paddingi */
    margin: 0 3px; /* Mniejszy margines */
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: black; /* Lepsza czytelność tekstu */
    text-decoration: none; /* Usuwa podkreślenie linku */
    cursor: pointer;
    border-radius: 4px; /* Zaokrąglenie rogów */
    font-size: 12px; /* Mniejsza czcionka */
    min-width: 30px; /* Minimalna szerokość przycisku */
    height: 30px; /* Stała wysokość przycisku */
}

    .page-button:hover {
        background-color: #eee; /* Delikatna zmiana koloru przy najechaniu */
    }

    .page-button.active {
        background-color: black;
        color: white;
        border-color: grey;
    }

.hidden {
    display: none !important; /* Używamy !important, aby upewnić się, że ta reguła przeważy */
}