#audioUpload-filename,#storyUpload-filename
{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* #addImages, */#audioUpload,#storyUpload
{
    opacity: 0.0;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right:0;
    width: 100%;
    height:100%;
}
/* .removeIcon,.removeImg
{
    position: absolute;
    color: red;
    font-size: 1.8vw!important;
    z-index: 1;
    right: 2px;
}
 */
.custom-select
{
	border: 1px solid #808080!important;
}
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;
}
.error {
	color: #FF0000;
	font-size: 1vw;
}
input[type='file'] {
	color: transparent; 
}
.iconSizeClass
{
	font-size:1.5vw;float:left
}
/* #storyIconDiv
{
	position:relative;
	background-color: rgba(158, 158, 158,0.32);
} */
#file
{
	opacity: 0.0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20vh;
	padding: 0;
	z-index: 1;
}
/* #iconImg{
	height: 20vh;
    padding: 5px 0;
} */
/* .uploadBox
{
	display: flex;
    justify-content: center;
}
#uploadedImages{
	height:25vh;
	overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	border: 2px solid gray;
}
.imgDiv {
    position: relative;
    display: inline-block;
    margin-top: 1.5vh;
    margin-left: 1vw;
    padding: 1vw;
}
.thumbnail {
    height: 20vh;
    width: 12vw;
	object-fit:contain;
	border:2px solid black;
}
 */
label
{
	margin-bottom: unset!important;
	color:#676565;
}
.storyInfo div{
	margin-bottom: 2.3vh;
}
/* @media screen and (max-width:600px){
	#file,#iconImg,#uploadedImages
	{
		height: 16vh;
	}
	.thumbnail
	{
		height: 6vh;
	}
	.addImg
	{
		display: block!important;
	}
	.imgBtn
	{
		justify-content: space-between;
   		margin-top: 1vh;
	}
	.fileLabel
	{
		padding: 15!important;
	}
} */
/*. addIcon
{
	color:#ff5e6c;
	font-size: 3vw;
}
.addIcon:hover
{
	color:#ff8928;
}
 */