@font-face {
    font-family: 'NotoSansThai';
    src: url('../../font/NotoSansThai-Regular.ttf') format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'NotoSansThai';
    src: url('../../font/NotoSansThai-Bold.ttf') format('truetype');
    font-weight: bold; font-style: normal;
}

body {
    font-family: 'NotoSansThai', sans-serif;
    background-color: #f0f2f5;
    font-size: 16px;
}

.form-section {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    border-left: 5px solid #0d6efd;
}

.form-control, .form-select {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

#map {
    height: 300px; width: 100%;
    border-radius: 12px; border: 2px solid #e9ecef;
    z-index: 1;
}

.hidden-box { display: none; }

/* Responsive Login Card */
.login-card { max-width: 400px; margin: 80px auto; border-radius: 15px; }

@media (max-width: 768px) {
    .container { padding-left: 10px; padding-right: 10px; }
    .form-section { padding: 15px; }
    h2 { font-size: 1.5rem; }
}
@font-face {
    font-family: 'NotoSansThai';
    src: url('font/NotoSansThai-Regular.ttf') format('truetype');
}
body, h1, h2, h3, h4, h5, h6, label, table {
    font-family: 'NotoSansThai', 'Sarabun', sans-serif !important;
}