@font-face {
    font-family: 'TH-Chara';
    src: url('https://services.informatics.buu.ac.th/digital-id-survey/static/TH-Chara.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "TH-Chara", sans-serif;
    font-size: 24px;
}

/* body { */
    /* overflow: auto; */
    /* height: 100vh; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
/* } */

a {
    color: #00B7FF;
}

/* table thead th,
table tbody td {
    
    
    
    
} */

.table th {
    background-color: #2d3790;
    color: white;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    padding: 12px !important;
    line-height: 1.2;
}

.table tbody td {
    text-align: center;
    vertical-align: middle;
}

.btn img { width: 20px; }

.content-container {
    text-align: center;
}

.header-text {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.btn-close {
    appearance: none;
    background: transparent;
    border: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
}

.form-container {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.form-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.form-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.btn-cancel {
    background-color: #6c757d;
    color: white;
}

.btn-confirm {
    background-color: #3b82f6;
    color: white;
}

.btn-cancel:hover,
.btn-confirm:hover {
    opacity: 0.9;
}

input {
    font-size: 0.9rem;
    padding: 10px;
}