/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 10 dic 2022, 10:49:03
    Author     : husserl
*/

.social-headline {
    text-align: center;
    font-size: 11px;
}

.footer-row div > img:hover {
    cursor: pointer;
}

.gflag nturl {
    cursor: pointer;
}

input[type="checkbox"]:required:invalid + label {
    color: red;
}
input[type="checkbox"]:required:valid + label {
    color: green;
}
