/****** signUP


/* The message box is shown when the user clicks on the password field */
#psw_message {
	display:none;
	background: rgb(250 249 249);
	color: #000;
	position: relative;
	padding: 10px;
	margin-top: 10px;
}

#psw_message p {
	padding: 5px 35px;
	font-size: 14px;
	margin: 0;

}

#psw_message p.header {
	padding: 5px 15px;
	font-weight: 400;
	margin: 0;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

.logo-icon {
	left: 10px !important;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
	color: red;
}


.file-wrap {
	font-size: 16px;
	text-align: left;
	border-radius: 4px;
	padding: 10px 30px;
	margin: 0;
	border: solid 1px #e8e7ec;
	border-radius: 0.375rem;
}

.custom-file {
	width: auto;
	cursor: pointer;
}
.custom-file-input {
	height: 10px;
}
.custom-file-label {
	display: block;
	background: none;
	border: 1px solid #eee;
	line-height: 3.3125rem;
	height: 3.3125rem;
	border-right: none;
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	width: 100%;
	cursor: pointer;
}

.custom-file-label::after {
	height: 3.3125rem;
	line-height: 3.3125rem;
	padding: 0 0.875rem;
	content: "Change file";
	background-color: #3f3eed;
	border-radius: 0 0.375rem 0.375rem 0;
	color: white;
	float: right;
}

.custom-file-input {
	height: 0px;
}

/*cards*/
.card-body {
	height: 100%;
}

.card {
	height: 100%;
}

.card-image-container {
	height: 80%;
	overflow: hidden;
}

.card-image-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card-text-container {
	margin: 1rem;
}

.avatar-selector{
	cursor: pointer;
}

.center{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.voice-player{
	width: 100%;
	height: 5rem;
}

.voice-card-title{
	padding: 1.25rem;
}

#video-details{
	display: none;
}

textarea.form-control{
	height: auto !important;
}

.w-350{
	width: 350px;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f0f8ffbd;
	z-index: 9999;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}


.avatar_selector {
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	align-content: center;
}

.avatar_selector:hover {
	border: 2px solid #0a58ca;
}

.voice_selector{
	border: 1px solid #c1c1c1;
	cursor: pointer;
}

.voice_selector:hover {
	border: 1px solid #0a58ca;
}

#video-panel{
	display: none;
}

.project-video{
	max-width: 100%;
	max-height: 90vh;
}

.play-btn {
	position: absolute;
	top: 19px;
	right: 20px;
	font-size: 2rem;
	z-index: 99999;
}

.login-logo .logo-link{
	display: inline-flex;
	height: 50px;
	justify-content: center;
	margin-bottom: 25px;
}


.login-logo .logo-link .logo-wrap {
	height: 50px !important;
}

.top-right-badge {
	display: inline-block;
	width: fit-content;
	position: absolute;
	top: 25px;
	right: 25px;
}

.delete-icon{
	color: red;
	font-size: 1.25rem;
}

.card-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}