@media (min-width: 768px) {
    .security-footer {
        position: absolute;
        bottom: 30px;
    }
}
@media (max-width: 767px) {
    .security-footer {
        position: relative;
        margin-top: 20px;
    }
}


.security-container {
    width: 100%;
    min-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #1C4AA0 0%, #11306E 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans';
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.security-logo {
    display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 25px; width: 100%; max-width: 700px;
}

.security-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    text-align: center;
}
.security-subtitle {
    width: 366px;
    height: 24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.security-sublogo {
    display: flex;
    gap: 10px;
    justify-content: center;
    min-width: 150px;
}
.security-title2 {
    color: rgba(255,255,255,0.75); font-size: 14px; text-align:center; margin-top: -5px;
}

.security-form-container {
    width: 100%;
    max-width: 420px;
    background: white;
    border-radius: 10px;
    padding: 25px 20px 30px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}

.security-form {
    display: flex; flex-direction: column; gap: 15px; margin: 0; padding: 0;
}

.security-form-label {
    font-size: 14px; font-weight: 600;
}
.security-form-input {
    width:100%; height: 40px; padding: 0 10px;border:1px solid #ccc; border-radius: 6px; font-size: 14px;
}
.security-forgot-password {
    color:#11306E; text-decoration:none;
}
.security-form-button {
    margin-top:10px;
    width: 100%;
    height: 40px;
    background: #11306E;
    color: white;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

.security-footer-text {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255,255,255,0.85);
    margin-top: 30px;
}
.side-nav .sub-menu {
    padding-left: 0 !important;       /* usuwa wcięcie Inspinii */
    text-align: center;               /* centrowanie tekstu */
}

.side-nav .sub-menu .side-nav-link {
    display: flex !important;         /* wymusza flex */
    flex-direction: column !important; /* ikona nad tekstem */
    align-items: center !important;   /* poziome centrowanie */
    justify-content: center !important; /* pionowe centrowanie */
    width: auto !important;           /* usuwa pełną szerokość */
    padding-left: 0 !important;       /* usuwa padding domyślny Inspinii */
}


.side-nav > .side-nav-item.active > a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.menu-text {color:#FFFFFF}


.btn-purple, .bg-purple, .text-purple {
    background-color: #93C631 !important;
    border-color: #93C631 !important;
    color: #fff !important;
}


.btn-primary, .bg-primary, .text-primary {
    background-color: #11306E !important;
    border-color: #11306E !important;
    color: #fff !important;
}

a.page-link.active {
    background-color: #11306E !important;
    border-color: #11306E !important;
    color: #fff !important;
}

a.page-link:hover {
    color: #11306E !important;
}


a.link {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #11306E !important;
}

a.link:active {
    background-color: #11306E !important;
    border-color: #11306E !important;
    color: #11306E !important;
}

a.link:hover {
    color: #11306E !important;
}

.btn-secondary, .bg-secondary, .text-secondary {
    background-color: #00C1AE !important;
    border-color: #00C1AE !important;
    color: #fff !important;
}

.bg-warning-light {
    background-color: #EEDFCD !important;
}

.my-responsive-table {
    width: 50%;        /* Desktop */
}

@media (max-width: 768px) {
    .my-responsive-table {
        width: 100%;   /* Mobile */
    }
}


.menu-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.side-nav-link {
    text-align: center;
}

.sidebar-logo {
    display: flex; justify-content: center; margin-bottom: 20px;
}
.sidebar-title {
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}

.sidebar-menu {
    display: flex; flex-direction: column; padding: 0 0 20px; background: #11306E;
}

table th a {
    color: #6F6F7C;
    text-decoration: none;
}

table th a:hover {
    color: #6F6F7C;
}


.form-check-input:checked {
    background-color: #11306E !important;
    border-color: #11306E !important;
}


.drag-scroll {
    overflow-x: auto;
}

.drag-scroll thead {
    cursor: grab;
}

.drag-scroll.dragging thead {
    cursor: grabbing;
    user-select: none;
}

.clickable-row {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.clickable-row:hover {
    background-color: #e9f3ff;
}