/** @format */

.artistbio {
	position: fixed;
	top: 0px;
	bottom: 0;
	right: 0;
	left: 30%;
	transform: translateX(100%);
	background-color: rgb(0, 0, 0, 0.8);
	box-shadow: -1px -1px 50px rgb(61, 61, 61);
	z-index: 1009;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(148, 148, 148);
	transition: 1s;
}

.overlayartist {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgb(97, 97, 97, 0.5);

	z-index: 10;
	display: none;
}

.bigpicture {
	width: 100%;
	height: 40vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.bigpicture img {
	height: 100%;
}

.bioinfo {
	padding-top: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.songinfo {
	width: 40%;
}

.albuminfo {
	width: 40%;
}

.axclose,
.axclose-sign {
	position: fixed;
	top: 5%;
	left: 4%;
	width: 50px;
	height: 50px;
	z-index: 2000;
}

.axclose div,
.axclose-sign div,
.axclose-profile div {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 30px;
	height: 5px;
	background-color: white;
	cursor: pointer;
}

.line1 {
	transform: rotate(45deg);
}

.line2 {
	transform: rotate(-45deg);
}

.signinoverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(204, 204, 204, 0.5);
	z-index: 1000;
	transition: 0.2s;
	transform: scale(0);
}

.signinoverlayerr {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(204, 204, 204, 0.5);
	z-index: 1000;
	transition: 0.2s;
}

.singin-form,
.singin-formerr {
	width: 700px;
	min-height: 400px;
	position: fixed;
	top: 50vh;
	left: 50%;

	z-index: 1009;
	background-color: rgb(0, 0, 0);
	color: rgb(192, 192, 192);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	transition: 0.5s;

	transform: translate(-50%, -50%);
}

.singin-form h2,
.singin-formerr h2 {
	margin-top: 50px;
}

.singin-form form,
.singin-formerr form {
	margin: 50px auto;
	width: 70%;
}

.singin-form input,
.singin-formerr input {
	height: 35px;
	width: 100%;
	background-color: rgb(247, 247, 247, 0.1);
	padding: 0 10px;
	margin-top: 20px;
	border: none;
	border-radius: 5px;
	outline: none;
	border-bottom: 1px solid rgba(16, 28, 138, 0.5);
	font-size: medium;
	color: rgb(223, 223, 223);
}

.singin-form button,
.singin-formerr button {
	height: 35px;
	width: 100%;
	background-color: rgba(204, 204, 204, 0.1);
	margin: 80px 10px;
	border: none;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	font-size: medium;
	color: rgb(194, 194, 194);
}

.singin-formerr p {
	color: red;
	font-size: small;
}

.singin-form button:hover {
	background-color: rgba(142, 147, 221, 0.1);
	color: rgb(138, 139, 59);
}
.separater {
	display: none;
}

.singin-formerr button:hover {
	background-color: rgba(142, 147, 221, 0.1);
	color: rgb(138, 139, 59);
}

#goto-signup {
	color: rgb(121, 121, 121);
	text-decoration: none;
	transition: all 0.5s ease-in;
}

#goto-signup:hover {
	color: rgb(190, 174, 80);
}

#forgot-password {
	color: rgba(78, 87, 168, 0.5);
}

#forgot-password:hover {
	color: rgba(138, 126, 16, 0.5);
}

.profile {
	position: absolute;
	width: 170px;
	min-height: 60px;
	background-color: rgb(32, 32, 32);
	text-align: right;
	padding: 20px;
	transition: all 1s ease-in-out;
	z-index: 1002;
}

#signin-button {
	width: 400px;
	background-color: transparent;
	position: relative;
}

#up-arrow,
#down-arrow {
	position: absolute;
	top: 2px;
	right: -13px;
}

.profile-popup {
	position: fixed;
	top: 0px;
	right: 0;
	width: 70%;
	height: 100vh;
	background-color: rgb(0, 0, 0);
	z-index: 1000;
	transition: all 1s;
	transform: translateX(100%);
}

.profileoverlay {
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	background-color: rgb(134, 134, 134, 0.5);
	z-index: 989;
}

.prof-infomation {
	width: 100%;
	color: rgb(153, 153, 153);
	font-family: Arial, Helvetica, sans-serif;
	height: 700px;
	padding: 50px;
	margin: 20% auto;
	display: flex;
	justify-content: space-around;
}

.prof-infomation p {
	padding-bottom: 20px;
}

.prof-infomation div {
	width: 30%;
	height: 200px;
}

.login-labels {
	text-align: right;
}

.songdownloads {
	overflow-y: scroll;
	height: 100%;
}

.uploadbnt {
	width: 30px;
}

#uploadbnt {
	position: absolute;
	right: 640px;
}

.labelflex {
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 440px;
}

.ulabel {
	color: rgb(90, 90, 90);
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	margin-top: 15px;
	margin-left: 10px;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
}
.ulabel img {
	height: 80%;
}
.ulabel p {
	position: absolute;
	z-index: 10;
	width: max-content;
	color: rgb(196, 196, 196);
	/* text-shadow: 2px 1px 3px black; */
	font-weight: bolder;
	bottom: -35px;
	background-color: rgb(170, 51, 51, 0.5);
	padding: 5px;
	box-shadow: 0px -1px 5px rgb(70, 38, 38);
	border-radius: 5px;
	transform: scale(0);
	transition: display 1s;
}

.ulabel:hover {
	background-color: rgb(35, 36, 54);
	color: rgb(92, 75, 18);
}

input[type='file'] {
	display: none;
}

.lselect {
	color: rgb(104, 104, 104);
	width: 105%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(29, 29, 29);
	border-radius: 5px;
	margin-top: 10px;
	padding: 0 10px;
	cursor: pointer;
	transition: 0.2s;
	border: none;
	border-bottom: 2px solid rgb(7, 7, 51);
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.approval {
	text-decoration: none;
	color: #1957d3;
	font-weight: bolder;
	background-color: rgb(126, 131, 58);
	border-radius: 10px;
	padding: 5px 00px;
	width: 150px;
	text-align: center;
}

.approval:hover {
	background-color: yellow;
	color: #555c69;
}

.approved {
	text-decoration: none;
	color: #8d8d8d;
	font-weight: bolder;
	background-color: rgb(92, 92, 92);
	border-radius: 10px;
	padding: 5px 00px;
	text-align: center;
	cursor: default;

	width: 150px;
}

@media only screen and (max-width: 1025px) {
	.singin-form,
	.singin-formerr {
		width: 88%;
		min-height: 400px;
		margin: 0;
		padding: 0;
	}

	.singin-form h2,
	.singin-formerr h2 {
		margin-top: 50px;
	}

	.singin-form form,
	.singin-formerr form {
		margin: 50px auto;
		width: 80%;
	}

	.singin-form input,
	.singin-formerr input {
		height: 35px;
		width: 100%;
		background-color: rgb(247, 247, 247, 0.1);
		padding: 0 10px;
		margin-top: 20px;
		border: none;
		border-radius: 5px;
		outline: none;
		border-bottom: 1px solid rgba(16, 28, 138, 0.5);
		font-size: medium;
		color: rgb(223, 223, 223);
	}

	.singin-form button,
	.singin-formerr button {
		height: 35px;
		width: 100%;
		background-color: rgba(204, 204, 204, 0.1);
		margin: 80px 10px;
		border: none;
		border-radius: 5px;
		outline: none;
		cursor: pointer;
		font-size: medium;
		color: rgb(194, 194, 194);
	}

	.singin-formerr p {
		color: red;
		font-size: small;
	}

	.singin-form button:hover {
		background-color: rgba(142, 147, 221, 0.1);
		color: rgb(138, 139, 59);
	}

	.singin-formerr button:hover {
		background-color: rgba(142, 147, 221, 0.1);
		color: rgb(138, 139, 59);
	}

	#goto-signup {
		color: rgb(121, 121, 121);
		text-decoration: none;
		transition: all 0.5s ease-in;
	}

	#goto-signup:hover {
		color: rgb(190, 174, 80);
	}

	#forgot-password {
		color: rgba(78, 87, 168, 0.5);
	}

	#forgot-password:hover {
		color: rgba(138, 126, 16, 0.5);
	}

	.profile {
		position: absolute;
		width: 170px;
		min-height: 60px;
		background-color: rgb(32, 32, 32);
		text-align: right;
		padding: 20px;
		transition: all 1s ease-in-out;
		z-index: 1002;
	}

	#signin-button {
		width: 400px;
		background-color: transparent;
		position: relative;
	}

	.uploadbnt {
		width: 30px;
	}

	#uploadbnt {
		position: absolute;
		right: 50%;
		top: 29px;
	}

	.bioinfo {
		margin-top: 0;
		display: block;
		padding: 20px;
		text-align: center;
	}

	.songinfo {
		display: flex;
		justify-content: space-around;
		font-size: smaller;
		margin-left: 0px;
		width: 100%;
		text-align: center;
		align-items: center;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.separater {
		display: block;
	}

	.albuminfo {
		width: 100%;
	}

	.bigpicture {
		margin: 0;
		min-height: 150px;
	}

	.songdownloads {
		position: absolute;
		bottom: 15vh;

		width: 100%;
	}

	.prof-infomation {
		width: 100%;
		margin: 0;
		padding: 0;

		justify-content: space-evenly;
		font-size: smaller;
	}

	.prof-infomation div {
		width: 48%;
	}

	.login-labels {
		width: 20%;
		font-weight: bolder;
	}

	.labelflex {
		width: 100%;
	}

	.albuminfo img {
		height: 150px;
	}
}
