

	

	#container
	{
		padding:10px;
		background:white;
		display:flex;
	}

	#nifField
	{
		font-size:28px;
		letter-spacing:6px;
		text-align:center;
		padding:6px;
		border-radius:5px;
		border:2px solid rgb(216 52 52 / 76%);
		height: 3em;
	}

	#optionsContainer
	{
		width: 100%;
		text-align: center;
		gap:5px;
	}

	#buttonContainer
	{
		padding:10px;
		background:white;	
	}


	#result
	{
		display:none;
		background: rgb(216 52 52 / 76%);
        padding: 8px;
        align-items: center;
        height: 4em;
        border-radius: 5px;
        color: white;
        text-align: center;
        position: fixed;
        right: 0;
        bottom: 10px;
        margin-right: 10px;
        width: 30%;
        font-weight: 600;
        font-size: 1.5em;
	}
	@media (max-width: 768px)  {
        #result {
            width: 100%;
            margin-right: 0px;
        }
	}
	.notas {
		width: 60%;
		height: 10em;
	}
	.notas-box {
		width: 100%;
		text-align: center;
	}
	.error_label{
	    width: 90%;
        text-align: center;
        padding: 1em;
        font-size: 2em;
        font-family: "Segoe UI";
        border: 2px dashed red;
        margin:1em auto;
	}


	