@charset "utf-8";

body {
	font-family: Axiforma;
}

.memberinfo .google-auto-placed {
	display: none !important;
}

.album-img {
	width:100%;
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.37);
}

.album-img .image {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.album-info {
    display: flex;
    flex-direction: column;
}

.album-info-title {
	color: var(--color-blue-dark) !important;

	font-family: Montserrat, Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.5rem;
}

.album-info-artist {
	margin-top:1.56rem;

}

.album-info-artist-title, .album-info-artist-title a {
	color: var(--color-blue-light) !important;

	font-family: Montserrat;
	font-size: 1.5rem;
	font-weight: 700;
}

.album-additional-info-type {
	font-weight: 500;
}

.album-link-img {
	width: 1.5rem;
	margin: 0.3rem;
}

.background-img{
	background-size: 100%;
	background-size: cover;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.album-links-caption {
    text-align: right;
    font-size: 40px;
	line-height: 40px;
    color: #c6c9d0;
	margin-right: 25px;
}

.album-links-row {
	margin-top:2.5rem;
}



/* Track section */
/* ------------------------- */
.small_playbtn_img {
	width: 21px;
	height: 21px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-top:3px;
	border-radius: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}

.album_disk_panel {
	display: flex;
    flex-direction: column;
    gap: 0.94rem;
}

.track_playbtn {
	width: 44px;
	text-align: center;
}

.track-row .track-title-artists {
    flex: 1;
}

.track-title {
	color: var(--color-text-gray);
	font-family: Montserrat;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0.3rem;
}

.track-artists {
	color: var(--color-text-gray);
	font-family: Axiforma;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.track-culinks {
	display:flex; 
	justify-content:flex-end;
}

.track-culinks .track-link-img {
	width: 1.5rem;
	margin: 0 0.3rem;
}

@media screen and (max-width: 770px) {
	.track-culinks {
		flex-direction: column;
		justify-content: flex-start;
		gap: 0.5rem;
	}
}

.track-time-undernum {
	display: none;
}

@media screen and (max-width: 770px) {
	.track-time {
		display: none;
	}
	
	.track-time-undernum {
		display: block;
		font-size: 0.75rem;
		color: var(--color-text-gray);
		margin-top: 0.5rem;
	}
}

.track-row {
	display: flex;
	gap: 1.8rem;
}

.track-inline-player {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.5rem 0.75rem 0.75rem;
	margin-left: 44px;
	background: #f6f7f9;
	border-radius: 6px;
}

.track-inline-toggle {
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: var(--color-blue-dark);
	padding: 0;
}

.track-inline-toggle i {
	font-size: 1rem;
}

.track-inline-time {
	font-size: 0.75rem;
	color: var(--color-text-gray);
	min-width: 38px;
	text-align: center;
}

.track-inline-seek {
	flex: 1;
	min-width: 140px;
}

/* Statistics Section */
.stat {
	margin:0 auto; 
	padding-top:10px;
	width:320px; 
	height:20px; 
	text-align:center; 
	font-size:10px;
	color:#949494;
	display:flex;
	margin-bottom: 10px;
}
.stat-p-view {
	width:70px; 
	text-align:right; 
	margin-right:10px; 
	overflow:hidden;
	color:#42A0FF;
}
.stat-caption {
	width:10px; 
	text-align:left; 
	margin-right:5px; 
	overflow:hidden; 
}
.stat-c-view {
	width:60px; 
	text-align:left; 
	margin-right:5px; 
	overflow:hidden; 
}

/* Big Player section */
.bigplayer-row {
    --bs-gutter-x: 2.5rem;
}

.bigplayer-row .col-12 {
    padding: 1.25rem 1.875rem;
    align-items: center;
    background: #EEE;
    display: flex;
}

#playing_track_cover {
    width: 3.125rem;
    height: 3.125rem;
    object-fit: contain;
}

.playing-track-cont {
    display: flex;
    width:30%;
	gap: 1.25rem;
}

#playing_track_title {
	color: var(--color-blue-dark);
	font-family: Montserrat;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#playing_track_artists {
	color: #888;
	font-family: Montserrat;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#playing_track_album {
	color: #888;
	font-family: Axiforma;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#bigplayer_controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
}

#bigplayer_playpause {
	width: 1.7rem;
}

.bigplayer-row > .col-12 {
    justify-content: space-between;
	gap: 1rem;
}

#bigplayer_additional_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
    width:30%;
}

#bigplayer_additional_buttons .dummy-btn {
    width: 1.5rem;
    height: 1.5rem;
}

@media screen and (max-width: 1200px) {
	#bigplayer_controls {
		width: 30%;
	}

	#bigplayer_additional_buttons {
		display: none;
	}

	.playing-track-cont {
		width: 68%;
	}

	#bigplayer_controls img {
		width: 1rem;
	}
}

@media screen and (max-width: 770px) {
	.bigplayer-row > .col-12 {
		flex-direction: column;
		align-items: center;
	}

	.playing-track-cont {
		width: 100%;
	}

	#bigplayer_controls {
		width: 100%;
	}
}


/* Album Artists section */

.album-artist-row {
	--bs-gutter-x: 2.5rem;
    background: var(--color-blue-medium);
    padding: 2.5rem;
	row-gap: 2.5rem;
}

.album-artist-cell {
    padding: 0;
}

.track-artist-cell:nth-child(3n + 2) {
    padding: 0 1.75rem;
}

.album-artist-info-title, .album-artist-info-title a {
    font-family: Inter;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-blue-light) !important;
}

.album-artist-info-position {
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.8rem;
    color: white;
}

.artist-bio {
    font-family: Axiforma;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.album-artist-cover {
	margin-right: 1.25rem;
	width: 160px;
	flex: 0 0 160px;
} 

.album-artist-cover .image {
    border: 6px solid var(--color-blue-light);
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
	width: 160px;
}

/* Carousel Section */
/* ------------------------- */
.albumlist {
	background-color: var(--color-blue-muted);
	--bs-gutter-x: 2.5rem;
}

.albumlist .section-title {
	color: var(--color-blue-dark);
	font-size: 2.25rem;
	font-weight: 700;
}

@media screen and (max-width: 990px) {
	.albumlist .section-title {
		font-size: 1.5rem;
	}
}

.albumlist .section-subtitle {
	color: var(--color-text-gray);
	font-style: italic;
	font-weight: 400;
	font-family: Montserrat, Arial, sans-serif;
	margin-left: 1.25rem;
}

@media screen and (max-width: 990px) {
	.albumlist .section-subtitle {
		display: none;
	}
}

.albums_carousel-img {
    width: 100%;
	height: auto;
	aspect-ratio: 1/1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
}

.albums_carousel-arrow {
	cursor:pointer;
	padding: 5px;
	margin: 0 0.5rem;
}

.albums_carousel-arrow.disabled {
	filter:brightness(0) saturate(100%) invert(86%) sepia(12%) saturate(198%) hue-rotate(167deg) brightness(91%) contrast(81%);
}

.albums_carousel-img:hover {
    cursor: pointer;
    background-size: 105% 105%;
}

.albums_carousel-title {
	color:var(--color-blue-dark);
	font-weight: 700;
	margin-top:1.25rem;
}

.albums_carousel-catnum {
	color:var(--color-blue-medium);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:0.625rem;
}

.albums_carousel-block:hover * {
	cursor: pointer;
	text-decoration: underline;
}
