/* ------------------------------------------id's-------------------------------- */
#audioUpload-filename,#txtUpload-filename
{
	text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	margin-top: unset;
	height:4vh;
}
#audioUpload,#txtUpload
{
	opacity: 0.0;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right:0;
	width: 100%;
	height:100%;
}
#file
{
	opacity: 0.0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20vh;
	padding: 0;
	z-index: 1;
}

/* ------------------------------------------classes-------------------------------- */
.custom-select
{
	border: 1px solid #808080!important;
}
.fa {
    font-size: 1.3vw;
    cursor: pointer;
}
/* input{
	width:100%;
	outline: none;
	border: none;
    border-bottom: 1px solid gray;
}
input:focus
{
	border-bottom: 2px solid #3f51b5;
}	
::placeholder
{
	color:1px solid rgba(155, 146, 146, 0.527);
} */
.required:after {
    content:" *";
	color: red;
	font-weight: bold;
	font-size: 1.5vw;
  }
  .required.hidden:after {
	visibility: hidden;
}
}
input[type='file'] {
	color: transparent; 
}
label
{
	color:#676565;
	font-weight:bold;
}