/**************** GENERAL CUSTOMIZATION *******************/

*{
	margin: 0px;
	padding: 0px;
}

html{
	background-color: #100C08;
}

::-webkit-scrollbar {
	display: none; /* Hides the scrollbar */
}

html, body{
	padding: 0 !important; /* !important prioritizes this over everything else */
	margin: 0 !important; /* !important prioritizes this over everything else */
}

/***************** INDEX CUSTOMIZATION ********************/

.wrapper .gradient{
	min-height: 54.8vw;
	overflow: hidden;
	width: 100%;
	background-image: linear-gradient(90deg, #FB914D 0%, #C5718B 50%, #8B62C1 100%);
}

.wrapper{
	text-align: center;
}

#feat-artist
{
	background-color: #100C08;
}

/**************** CAROUSEL CUSTOMIZATION *******************/

.splide{
	text-align: left;
}


#overlay {
	background-image:url("images/banners/Overlay_Banner.jpg");
	width: 100%;
	height: 54.8vw;
	background-size: cover;
	background-position: center center;
}

#feat-artist {
	width: 100%;
	height: 54.8vw;
}

#images{
	display: flex;
	justify-content: center;
	align-items: center;
}

.splide__slide .inner{
	width: fit-content;
	transform: scale( 0.4 );
	margin-left: -10vw;
}

.splide__slide.is-active .inner{
	box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
	transform: scale( 0.55 );
    transition: transform .9s ease-out, box-shadow 0.9s ease-in-out;
    z-index: 1;
	width: fit-content;
	margin-left: -10vw;
}

.splide__slide .inner:after{
	box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
	transform: scale( 0.35 );
    transition: transform .9s ease-out, box-shadow 0.9s ease-in-out;
    z-index: 1;
	width: fit-content;
	margin-left: -10vw;
}

/***************** FORMS CUSTOMIZATION ********************/

.content{
	width: auto;
}

.splide__slide .inner{
	width: fit-content;
	transform: scale( 0.4 );
	margin-left: -10vw;
}

.splide__slide.is-active .inner{
	box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
	transform: scale( 0.55 );
    transition: transform .9s ease-out, box-shadow 0.9s ease-in-out;
    z-index: 1;
	width: fit-content;
	margin-left: -10vw;
}

.splide__slide .inner:after{
	box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
	transform: scale( 0.35 );
    transition: transform .9s ease-out, box-shadow 0.9s ease-in-out;
    z-index: 1;
	width: fit-content;
	margin-left: -10vw;
}

input[type=text], input[type=password], select{
	width: 25vw;
	height: 3vw;
	padding-left: 1vw;
	padding-right: 1vw;
	font-size: 1.1vw;
}

input[type=submit]{
	background-image: linear-gradient(90deg, #FB914D 0%, #C5718B 50%, #8B62C1 100%);
	border: none;
	color: white;
	padding: 1vw 2vw;
	border-radius: 0.7vw;
	font-size: 1.5vw;
	font-weight: bold;
	cursor: pointer;
}

#show-password{
	padding-right: 16vw;
	padding-top: 0.5vw;
	font-weight: 400;
	font-size: 1.3vw;
}

input[type=checkbox]{
	width: 1vw;
}

/*************** HOMEPAGE CUSTOMIZATION ******************/
#greeting{
	text-align: center;
	height: 44vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/banners/Greeting_Banner.jpg);
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
}

/***************** QUERY CUSTOMIZATION ********************/
heading1, heading2{
	padding: 0;
	margin: 0;
	width: 100%;
	display: grid;
	grid-gap: 1.5%;	
	grid-template-columns: 4% 24% 14% 22% 11% 7% 11%;
	font-size: 1.15vw;
	background-color: #100C08;
}

heading2{
	grid-template-rows: 100%;
	border-bottom: 0.05vw solid #ffffff;
	padding-top: 0.1vw;
	padding-bottom: 0.1vw;
}

heading1{
	padding-right: 4vw;
	border-bottom: 0.2vw solid #ffffff;
	grid-template-rows: 100%;
	text-align: center;
	position: sticky;
	top: 0;
	box-shadow: 0 10px 6px -6px #18191f;
}

heading3, heading4{
	width: 100%;
	display: grid;
	grid-gap: 2%;	
	grid-template-columns: 70% 30%;
	text-align: left;
	font-size: 1.15vw;
	background-color: #100C08;
}

heading3{
	padding: 0;
	border-bottom: 0.2vw solid #ffffff;
	grid-template-rows: 100%;
	position: sticky;
	top: 0;
	box-shadow: 0 10px 6px -6px #18191f;
}

heading4{
	grid-template-rows: 100%;
	border-bottom: 0.05vw solid #ffffff;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}

User1, Password1{
	width: 3.6vw;
	text-align: left;
}

.query{
	box-sizing: border-box;
	background-color: #292a33;
	text-align: center;
	display: block;
	margin: 2.4vh auto;
	width: 100%;
	max-width: 85vw;
	height: 75.95vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #100C08;
}

.admin-content{
	box-sizing: border-box;
	margin: 8vh auto;
	position: relative;
	background-color: #f3f3f3;
	padding: 50vw;
	display: block;
	max-width: 40vw;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #100C08;
}

/*************** ACCOUNT CUSTOMIZATION ******************/

.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

form button[name="delete-account"] {
	background-color: transparent;
	color: red;
	border: 2px solid red;
	border-radius: 20px;
	padding: 6px;
	width: 180px;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	overflow: hidden;
}

form button[name="delete-account"]:hover {
	background-color: red;
	color: white;
	cursor: pointer;
}

ul.right-align {
	margin-left: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 1vw;
}

ul.right-align li {
	display: inline-block;
}

ul.right-align li a {
	display: inline-block;
	background-color: red;
	color: white;
	text-decoration: none;
	border: 2px solid red;
	border-radius: 20px;
	padding: 6px;
	width: 150px;
	text-align: center;
}

ul.right-align li a:hover {
	background-color: red;
	color: white;
	cursor: pointer;
}

/********************* LOADER ************************/

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #100C08;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
}

.loading-image {
    animation: moveRight 2s infinite alternate;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}

/********************* EMPTIES ************************/
#empty1{
	padding-top: 17vw;
}

#empty2{
	padding-top: 10vw;
}

#empty3{
	padding-top: 7vw;
}

#empty4{
	padding-top: 15vw;
