.elementor-989309 .elementor-element.elementor-element-d779c14{--display:flex;}.elementor-989309 .elementor-element.elementor-element-fc2f072{--spacer-size:50px;}.elementor-989309 .elementor-element.elementor-element-3cf6aad{--spacer-size:50px;}/* Start custom CSS for spacer, class: .elementor-element-fc2f072 */.page-header {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.5px;
    margin: 0;
    position: relative;
    display: inline-block;
}

/* gạch dưới nhẹ tạo điểm nhấn */
.page-title::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    background: #4f46e5;
    margin: 10px auto 0;
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d0cef62 */.eduatt-container {
    padding: 20px !important;
    font-family: "Work Sans", serif !important;
}

/* GRID */
.eduatt-panel-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
}

/* CARD */
.eduatt-card {
    background: rgba(255,255,255,0.75) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 18px !important;
    padding: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
}

.eduatt-card-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

/* FORM */
.eduatt-field {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 12px !important;
}

.eduatt-field label {
    font-size: 13px !important;
    margin-bottom: 5px !important;
    color: #555 !important;
}

.eduatt-field input,
.eduatt-field select {
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    transition: 0.2s !important;
}

.eduatt-field input:focus,
.eduatt-field select:focus {
    border-color: #111 !important;
    outline: none !important;
}

/* BUTTON */
.eduatt-btn {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
}

.eduatt-btn-primary {
    background: #111 !important;
    color: #fff !important;
}

.eduatt-btn-secondary {
    background: #eee !important;
}

/* QR */
.eduatt-qr-card {
    text-align: center !important;
}

#et-qrcode {
    margin: 15px auto !important;
    padding: 14px !important;
    background: #fff !important;
    border-radius: 12px !important;
}

/* META */
.eduatt-class-code {
    font-size: 20px !important;
    font-weight: bold !important;
}

.eduatt-qr-info {
    font-size: 14px !important;
    color: #666 !important;
}

.eduatt-countdown {
    color: red !important;
    font-weight: bold !important;
}

/* LINK */
.eduatt-qr-link {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 10px !important;
    background: #f5f5f5 !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
}

.eduatt-btn-copy {
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

/* LIST */
.eduatt-attendance-live {
    margin-top: 15px !important;
    text-align: left !important;
}

.eduatt-attendance-live ul {
    max-height: 150px !important;
    overflow-y: auto !important;
    padding-left: 18px !important;
}

.eduatt-muted {
    color: #999 !important;
}

/* PLACEHOLDER */
.eduatt-qr-placeholder {
    color: #999 !important;
    padding: 40px 0 !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .eduatt-panel-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 600px) {
    .eduatt-card {
        padding: 15px !important;
    }

    .eduatt-btn {
        font-size: 14px !important;
    }
}/* End custom CSS */