*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border:red 3px solid
}
body input:required:valid,
body textarea:required:valid {
	border: green 3px solid
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}

hr {
	border:1px solid #4AAAD2;
}

h1 {
	color: #444;
	text-transform: uppercase;
	text-align: center;
	font-family: "RobotoCondensedLight";
	padding: 10px 0;
}

h2 {
	color: #444;
	text-transform: uppercase;
	text-align: center;
	font-family: "RobotoCondensedLight";
	padding: 5px 0;
	font-size: 32px;
}

.section_menu {
	background-color:#4AAAD2;
}
.title_news {
	font-weight: bold;
	color:#4AAAD2;
	text-align:left;
	text-transform: uppercase;
	font-size: 20px;
}

.td_list {
	padding-top: 15px;
	text-align: center;
}


#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    background: #323232;
    color: #fff;
    padding: 12px 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    min-width: 220px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.toast.success {
    background: #2e7d32;
}

.toast.error {
    background: #c62828;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}
.btn-submit { background: #658DA6; padding: 10px; border:0; color: #FFF; font-weight: 600; letter-spacing: 2px}
.btn-submit:hover { background: #9CD3D0; }
.user_groups .group-item { border:1px solid #eee; }
.user_groups .group-item:nth-child(odd) {
    background-color: #f9fafb; /* very light */
}
.user_groups .group-item:nth-child(even) {
    background-color: #eef2f7; /* light contrast */
}
.user_groups .group-item label { display: flex; gap:10px; padding: 5px;}
.user_groups .group-item input { width:15px; flex-shrink:0; margin-bottom: 0}

