body {
    font-family: "Inter","Kanit", "Nunito Sans", "Sarabun", sans-serif;
    background: linear-gradient(to bottom, #17355E 0%, #17355E 5%, #2a4a78 30%, #4a7bb2 55%, #7fb0d1 75%, #b8e0f0 95%, #e8f5fa 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

.btn {
    font-family: "Inter", "Nunito Sans", "Sarabun", sans-serif;
}

.kanit {
    font-family: "Kanit", sans-serif !important;
}

.sarabun {
    font-family: "Sarabun", sans-serif !important;
}

.cover-page {
    z-index: -1;
    position: relative;
    top: 0;
    margin-top: -60px;
}

.cover-page-2 {
    z-index: -1;
    position: relative;
    top: 0;
    margin-top: -200px;
}

.term_of_use_and_policy_link {
    border-bottom: 2px solid transparent;
}

.term_of_use_and_policy_link:hover {
    color: #024284;
    border-bottom: 2px solid #024284;
}

/* Notification list item hover styles */
.list-group-item-action:hover {
    cursor: pointer;
}

.list-group-item.list-group-item-action.py-2.bg-light-subtle:hover {
    background-color: #e3f2fd !important;
    border-color: #bbdefb;
}

/* PDF Attachments Container Styles */
.pdf-attachments-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pdf-attachment-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.pdf-attachment-item:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pdf-attachment-item i.fa-file-pdf {
    flex-shrink: 0;
    color: #dc3545;
    font-size: 1.5rem;
}

.pdf-attachment-item .flex-grow-1 {
    min-width: 0;
}

.pdf-link {
    color: #0d6efd;
    text-decoration: none;
    word-break: break-word;
    font-weight: 500;
}

.pdf-link:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

.pdf-attachment-item small {
    color: #6c757d;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.delete-pdf {
    flex-shrink: 0;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

.delete-pdf:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}
