:root {
	--color-tfs-1: #FDCD00;
	--color-tfs-2: #2847C8;
	--color-tfs-3: #333;
	--font-size-tfs: 16px;
	--font-size-tfs2: 24px;
	--font-size-tfs3: 20px;
}

.a-g{
	color: #FDCD00;
	color: var(--color-tfs-1);
	text-align: center;
	font-size: 16px;
	font-size: var(--font-size-tfs);
	padding: 15px;
}

.h1-g{
	color: #FDCD00;
	color: var(--color-tfs-1);
	text-align: center;
	font-size: 24px;
	font-size: var(--font-size-tfs2);
	padding: 15px;
}

.h3-g{
	color: #FDCD00;
	color: var(--color-tfs-1);
	text-align: center;
	font-size: 20px;
	font-size: var(--font-size-tfs3);
	padding: 15px;
}

input, select, textarea{
	color: #FDCD00;
	color: var(--color-tfs-1);
	text-align: center;
	font-size: 16px;
	font-size: var(--font-size-tfs);
}

div{
	overflow: hidden;
}

.div1{
	overflow: visible;
}

.h-bar{
  font-family: "Times New Roman", Georgia, Serif;
}

textarea:focus, input:focus {
	color: #FDCD00;
	color: var(--color-tfs-1);
	text-align: center;
}

.label-upload {
	display: inline-block;
	line-height: 2.2em;
	padding: 0 0.62em;
	border: 1px solid #2847C8;
	border: 1px solid var(--color-tfs-2);
	border-radius: 0.25em;
	background-color: #FDCD00;
	background-color: var(--color-tfs-1);
	font-size: 16px;
	font-size: var(--font-size-tfs);
}

.label-radio {
	display: inline-block;
	line-height: 2.2em;
	padding: 0 0.62em;
	border-radius: 0.25em;
	background-color: #333;
	background-color: var(--color-tfs-3);
	font-size: 16px;
	font-size: var(--font-size-tfs);
}

[type="file"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px; 
}

[type="file"] + label {
	background-color: #2847C8;
	background-color: var(--color-tfs-2);
	color: #FDCD00;
	color:var(--color-tfs-1);
	border-radius: 4rem;
	cursor: pointer;
	display: inline-block;
	padding-left: 2rem 4rem;
}
  
[type="file"]:focus + label,
[type="file"] + label:hover {
	background-color: #FDCD00;
	background-color: var(--color-tfs-1);
	color: #2847C8;
	color: var(--color-tfs-2);
}
  
[type="file"]:focus + label {
	outline: 1px dotted white;
}

[type="text"] {
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #FDCD00;
	border-bottom: 1px solid var(--color-tfs-1);
	width: 100%;
}

[type="email"], [type="tel"]{
	background-color: #333;
	background-color: var(--color-tfs-3);
}

[type="radio"] {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #FDCD00;
	color: var(--color-tfs-1);
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	border: 1px solid #FDCD00;
	border: 1px solid var(--color-tfs-1);
	border-radius: 100%;
	background: #333;
	background: var(--color-tfs-3);
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #FDCD00;
	background: var(--color-tfs-1);
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

[type="date"] {
	background: #2847C8;
	background: var(--color-tfs-2);
	border: 1px solid #FDCD00;
	border: 1px solid var(--color-tfs-1);
	border-radius: 8%;
	cursor: pointer;
}

[type="password"] {
	background: #333;
	background: var(--color-tfs-3);
	border: 1px solid #FDCD00;
	border: 1px solid var(--color-tfs-1);
}

[type="number"]{
	background: #333;
	background: var(--color-tfs-3);
	width: 150px;
}

[type="checkbox"]{
	cursor: pointer;
}

[type="checkbox"]:disabled{
	cursor: not-allowed;
}

button {
	border: 1px solid #2847C8;
	border: 1px solid var(--color-tfs-2);
	background-color: #2847C8;
	background-color: var(--color-tfs-2);
	color: #FDCD00;
	color: var(--color-tfs-1);
	padding: 5px 10px;
	cursor:pointer;
	border-radius: 24px;
	width: 100%;
	font-size: 24px;
	font-size: var(--font-size-tfs2);
}

button:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 255, 0.24), 0 17px 50px 0 rgba(0, 0, 255, 0.19);
}

button:disabled,
button[disabled]{
	opacity: 0.6;
	cursor: not-allowed;
}

.div-form {
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 25px;
	background: #333;
	background: var(--color-tfs-3);
	border-style: solid; 
	border-color: #333;
	border-color: var(--color-tfs-3);
	border-width:10px;
	position: absolute;
	width: 500px;
}

.div-body{
	justify-content: space-between;
	margin: 0 auto;
	background: none;
	padding: 5px 0;
	height: 800px;
	overflow: hidden;
	position: relative;
}

.div-space{
	justify-content: space-between;
	margin: 0 auto;
	background: none;
	padding: 5px 0;
}

.div-buttons{
	margin-top: 150px;
}

.box select {
	background-color: #2847C8;
	background-color: var(--color-tfs-2);
	width: 100px;
	color: #FDCD00;
	color: var(--color-tfs-1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
	cursor: pointer;
	display: inline-block;
	line-height: 2.2em;
	padding: 0 0.62em;
	border: 1px solid #2847C8;
	border: 1px solid var(--color-tfs-2);
	border-radius: 5px;
	font-size: 16px;
	font-size: var(--font-size-tfs);
}

select{
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	max-width: 470px;
}

option{
	max-width: 470px;
}

.option-brand{
	color: #FDCD00;
	color: var(--color-tfs-1);
	background-color: #2847C8;
	background-color: var(--color-tfs-2);
}

.box::before {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.box:hover::before {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.2);
}

.droplist{
    padding-top: 0px !important;
}

.dropitem{
	position: absolute !important;
	display: none !important;
}

.onhover{
	display: block !important;
}

.ui-dialog-titlebar{
	background-color: #444;
	cursor: all-scroll;
}

.ui-dialog-title{
	color: #FDCD00;
	color: var(--color-tfs-1);
	font-size: 26px;
}

.ui-button{
	float: right;
	width: 10%;
	border-radius: 0px;
	background-color: red;
	color: white;
	border: 1px solid black;
}

.btn-corner{
	background-color: #2847C8;
	background-color: var(--color-tfs-2); 
	color: #FDCD00;
	color: var(--color-tfs-1); 
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.btn-corner:hover{
	background-color: #FDCD00;
	background-color: var(--color-tfs-1); 
	color: #2847C8;
	color: var(--color-tfs-2);
}

.visible{
	display: block;
}

.invisible{
	display: none;
}