html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.servix-footer {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 40px;
    padding-bottom: 20px;
    opacity: 0.7;
    transition: 0.2s;
}

    .servix-footer:hover {
        opacity: 1;
    }

.servix-footer {
    position: relative;
    z-index: 1;
}
.page-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.primary-btn {
    background: #4f35e8;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    padding: 15px 24px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(79, 53, 232, .28);
    white-space: nowrap;
    border: none;
}

    .primary-btn:hover {
        color: white;
        background: #432bd8;
    }

.secondary-btn {
    border: 1px solid #cbd8ea;
    background: #fff;
    color: #18365d;
    text-decoration: none;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 900;
    white-space: nowrap;
}

    .secondary-btn:hover {
        background: #f7faff;
        color: #18365d;
    }

.pagination-bar {
    padding: 16px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fbfdff;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.pagination-summary {
    color: #667896;
    font-weight: 700;
}

.pagination-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-link {
    min-width: 40px;
    height: 40px;
    border: 1px solid #cbd8ea;
    background: #fff;
    color: #18365d;
    border-radius: 10px;
    padding: 0 12px;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .pagination-link:hover {
        background: #f7faff;
        color: #18365d;
    }

    .pagination-link.active {
        background: #4f35e8;
        border-color: #4f35e8;
        color: white;
    }

    .pagination-link.disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.pagination-ellipsis {
    color: #667896;
    font-weight: 900;
    padding: 0 4px;
}

@media (max-width: 900px) {
    .page-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .pagination-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}
.page-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.primary-btn {
    background: #4f35e8;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    padding: 15px 24px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(79, 53, 232, .28);
    white-space: nowrap;
    border: none;
}

    .primary-btn:hover {
        color: white;
        background: #432bd8;
    }

.secondary-btn {
    border: 1px solid #cbd8ea;
    background: #fff;
    color: #18365d;
    text-decoration: none;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 900;
    white-space: nowrap;
}

    .secondary-btn:hover {
        background: #f7faff;
        color: #18365d;
    }

.pagination-bar {
    padding: 16px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fbfdff;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.pagination-summary {
    color: #667896;
    font-weight: 700;
}

.pagination-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-link {
    min-width: 40px;
    height: 40px;
    border: 1px solid #cbd8ea;
    background: #fff;
    color: #18365d;
    border-radius: 10px;
    padding: 0 12px;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .pagination-link:hover {
        background: #f7faff;
        color: #18365d;
    }

    .pagination-link.active {
        background: #4f35e8;
        border-color: #4f35e8;
        color: white;
    }

    .pagination-link.disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.pagination-ellipsis {
    color: #667896;
    font-weight: 900;
    padding: 0 4px;
}

@media (max-width: 900px) {
    .page-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .pagination-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}
.admin-quick-actions {
    margin: 16px 0 20px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.admin-quick-user {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .admin-quick-user strong {
        color: #111827;
        font-size: 14px;
    }

    .admin-quick-user span {
        color: #6b7280;
        font-size: 12px;
    }

.admin-quick-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.admin-quick-link,
.admin-quick-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    color: #374151;
    cursor: pointer;
}

    .admin-quick-link:hover {
        background: #e5e7eb;
        color: #111827;
    }

.admin-quick-logout {
    background: #fee2e2;
    color: #991b1b;
    border-color: #fecaca;
}

    .admin-quick-logout:hover {
        background: #fecaca;
    }

.admin-quick-logout-form {
    margin: 0;
}

@media (max-width: 768px) {
    .admin-quick-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-quick-links {
        width: 100%;
    }

    .admin-quick-link,
    .admin-quick-logout,
    .admin-quick-logout-form {
        width: 100%;
    }
}