
/*------ FONRS -------*/
@font-face
{
	font-family: 'Tajawal';
	src: url("Tajawal-Medium.ttf");
}

/*------ PUBLIC -------*/

body, header  , input[type] , button , textarea  , select , option  , .form-select , option , .btn-xs , .text-xs {
    font-family:   'Tajawal' !important;
}

.text-sm {
  font-size: 1rem ;
}

.text-xl {
   font-size: 1.5rem ;
}

/*------ left -------*/
#nova > div > .left-0 {
   	background-color: #FFF;
	  border-radius: 10px;
	  margin: 15px;
		padding-top: 20px;
}
.left-0 a > span{
  color: #000;
}
.left-0 a:hover > span,
.flex-1.flex.items-center.w-full.px-3.text-base{
  color: #e11f1c;
}

.inline-block.text-red-500.text-xs.font-bold.mt-1.text-center.uppercase {
  /*display: none;*/
}
.rounded-lg > span > svg {
  width: 200px;
}


select.form-control{
		max-width: 80%;
}
