/*
Theme Name: CSDL Di tích xã Duy Trinh
Template: flatsome
Author: BAO NGUYEN
Author URI: https://baonguyen.io.vn
Description: This is a child theme for Flatsome Theme
Version: 1.0.1746490723
Updated: 2025-05-06 07:18:43

*/

@font-face {
    font-family: CSB;
    src: url(/wp-content/themes/csdl-di-tich-duy-trinh/fonts/conthrax/conthrax-sb.otf);
    font-weight: normal;
}

table.stats-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    overflow: hidden;
    animation: fadeIn 1s ease-in-out;
}


/* CSS cho các trường bắt buộc */
label[for="dia_chi"]::after {
    content: " (*):";
    color: red;
}

label[for="tinh_select"]::after {
    content: " (*)";
    color: red;
}

label[for="xa_select"]::after {
    content: " (*)";
    color: red;
}

label[for="thon_select"]::after {
    content: " (*)";
    color: red;
}

label[for="longitude"]::after {
    content: " (*)";
    color: red;
}

label[for="latitude"]::after {
    content: " (*)";
    color: red;
}

select[required] {
    border-color: #d63638;
}