.auth-token-input{
	border-radius: 6px;
	font-size: 18px;
	font-family: monospace;
	min-width: 360px;
	min-height: 40px;
	border: 1px solid #ffffff44;
  	box-sizing: border-box;
}

.auth-token-success{
	border: 1px solid #00ff0066;
}

.auth-token-error{
	border: 1px solid #fff00066;
	color: #fff00099;
	background-color: #fff00022;
}

.auth-token-changed{
	color: #ffffffbb;
	border: 1px solid #000fff66;
	background-color: #000fff22;
}

.label-copy-to-clipboard{
    color: #fff4;

}

.login-card-body {
	color: var(--text-color);
}

.alert-brand {
    color: var(--text-color);
    background: var(--highlight-color);
    border: 1px solid var(--shadow-color);
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
}

.auth-input-wrapper {
    display:inline-block;
    position: relative;
    width:  200px;
}

.auth-input-icon {
    position: absolute;
    right: 6px;
}

.btnSocial{
	border:  1px solid #fff4;
	border-radius: 8px;
	display: block;
}

.btnSocial:hover{
	color: white;
	background-color: #fff2;
}

.help-is-available{
	position: fixed;
	bottom: 12px;
	left: 12px;
	color: #fff3;
}


.help-is-available:hover{
	color: white;
}


.list-separator{
	margin: 8px;
	border-bottom: 1px solid #fff3;
}

.authenticator-container{
	margin: auto;
	flex-direction: column;
}


.login-selection-container{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 70vh;
}


.login-selection-container div{
	margin: 20px;
}


.centered-flex-container{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 80vh;
}

.centered-flex-item{

}

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

.social-container{
	width: 400px;
	max-width: 92vw;
	justify-content: center;

}

.input-text{
	padding: 8px;
	min-width: 333px;
	border-radius: 4px;
}

.max-width-600px{
	max-width: 600px;
}

.text-hero{
	font-size: 38px;
}

.hover-highlight:hover{
	background-color: #FFFFFF22;
} 

.clickable{
	cursor: pointer;
}

.settings-section-title{
	font-size: 19px;
	border-bottom: 1px solid #FFFFFF66;
}

.settings-section-description{
	font-size: 19px;
	color: #FFFFFFAA;
}

.training-wheels{
	border-top: 1px solid #FFFFFF22;
	border-bottom: 1px solid #FFFFFF22;
	background-color: #FFFFFF11;
}

.hr-danger{
	border-color: red;
}

.text-fancy-box{
	font-size: 28px;
	padding: 8px;
}

.card-subtitle{
    margin-top: 16px;
    margin-bottom: 16px;
}

.welcoming-commitee-icon{
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-bottom: -4px;
    filter: brightness(0) invert(1);
}

.text-fine-print{
	font-size: 17px;
}


.max-width-400px{
	max-width: 400px;
}

.avatar{
	max-width: 333px;
	margin: auto;

}

.flex-panel{
	display: flex;
	position: relative;
/*	border: 1px solid green;*/
}

.profile-panel{
	background-color: #00000022;
	border: 1px solid #FFFFFF33;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 26px;
}

.profile-panel a{
	text-decoration: underline;
	color: #FFFFFFAA;
}

.profile-panel a:hover{
	color: #FFFFFFFF;
}


.profile-scrobbler-container{
	background-color: #00000022;


	border: 1px solid #FFFFFF33;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 26px;
}



.profile-panel-topper{
	border-bottom: 1px dotted #FFFFFF33;
	padding-bottom: 6px;
	margin-bottom: 6px;
	display:none;
}


table{
	background-color: #00000022;
    backdrop-filter: blur(18px);
}

.profile-column-left{
	background-color: #00000022;
	border: 1px solid #FFFFFF33;
    backdrop-filter: blur(18px);

	border-radius: 8px;
    max-width: 444px;
    padding: 12px;
    margin: auto;
    position: sticky;
}

/* Desktop */
@media (min-width: 1080px) {

	.profile-column-left{
	    padding: 16px;
	    margin: 24px;
	}

	.centered-card {
	    margin: auto;
	    min-height: calc(100vh - 273px);
	}

}

.profile-column-right{
  flex: 1;
}

.profile-picture{
    width: 100%;
}

.scrobbler-panel-body{
	flex: 1;

}

.scrobbler-panel{
	display: flex;
	padding-top: 9px;
}

.scrobbler-panel-image img{
	cursor:	crosshair;
	opacity: 0.7;
	width: 100%;
}
.scrobbler-panel-image img:hover{
	opacity: 1;
}

.scrobbler-panel-image{
	width: 80px;
	padding-right: 12px;
}

.scrobbler-panel-controller{
	width: 60px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrobbler-panel-controller svg{
	fill: #FFFFFF77;
	height: 40px;
	width: 40px;
	cursor: pointer;
}
.scrobbler-panel-controller svg:hover{
	fill: #FFFFFFFF;
}

.profile-item-flex {
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.text-profile-name{
	font-size: 32px;
}
.text-profile-username{
	font-size: 24px;
	color: #FFFFFF77;
}


.guest-list-item{
	align-content: center;
}

.input-guest-list{
	width: 100%;
}



.membership-container {
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
}

.membership-option {
    margin-bottom: 20px;
    margin: 12px;
    padding: 20px;
    border: 1px solid #fff3;
    background-color: #fff1;
    border-radius: 8px;
}
.membership-option h3 {
    margin-top: 0;
}
.membership-option p {
    margin: 10px 0;
}



.track-control{
	font-size: 16px;
}

a{
	text-decoration: none;
}

.text-error {
  color: red;
}

.text-success {
  color: green;
}
