/**
 * Subscriptions - Interface
 */
	
.content_large {
	display: flex; /* Required to center two column interface */
	justify-content: center; /* Required to center two or 1 column interface */
	border-radius: 12px;
}

.content_large > .subscription {
	display: flex;
    flex-direction: column;
	width: 700px;
	padding: 0 0 30px 0;
}

.content_large > .subscription[content=buttons] {
	padding: 0 !important;
}

@media (max-width: 600px) {
	.content_large > .subscription {
		width: 100%;
	}
}

.content_large > .subscription > .content_subscribe {
	background-color: #FFF;
    border-radius: 12px;
	box-shadow: var(--gc-shadow);; ;
}

input[action=action_avatar_init] {
	min-width: 72%;
}

/**
 * Subscriptions - Avatar color selection
 */
#shadow-customization {
	padding-top: 30px;
}

#shadow-customization > .user_container {
	width: 80px;
}

#shadow-customization .colortitle {
	text-align: center;
}

#shadow-customization .colorlist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    margin-top: 14px;
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: var(--gc-shadow);; ;
}

#shadow-customization .colorlist > .selection {
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-radius: 50%;
	cursor: pointer;
}

#shadow-customization .colorlist > .selection[selected],
#shadow-customization .colorlist > .selection:hover {
	background-color: #e7effa;
}

#shadow-customization .colorlist > .selection > .color {
	width: 24px;
	height: 24px;
	margin: auto;
	border-radius: 50%;
}

#shadow-customization .colorlist > .selection > .color[value=none] {background-color: #F7F7F7;}
#shadow-customization .colorlist > .selection > .color[value=red] {background-color:red;}
#shadow-customization .colorlist > .selection > .color[value=orange] {background-color:darkorange;}
#shadow-customization .colorlist > .selection > .color[value=yellow] {background-color:#fcdc00;}
#shadow-customization .colorlist > .selection > .color[value=green] {background-color:lightseagreen;}
#shadow-customization .colorlist > .selection > .color[value=blue1] {background-color:dodgerblue;}
#shadow-customization .colorlist > .selection > .color[value=blue2] {background-color:blue;}
#shadow-customization .colorlist > .selection > .color[value=purple] {background-color:blueviolet;}
#shadow-customization .colorlist > .selection > .color[value=pink] {background-color:deeppink;}
#shadow-customization .colorlist > .selection > .color[value=brown] {background-color:brown;}
#shadow-customization .colorlist > .selection > .color[value=black] {background-color:black;}

/**
 * Subscriptions - AD
 */

.subscription_shop-ad {
	width: 300px; /* Corresponds to Adsense large rectangle (336x280) */
	margin: auto;	
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
    box-shadow: var(--gc-shadow);; ;
    border-radius: 12px;
}

.subscription_shop-ad .user_container {
    width: 80px;
}

.subscription_shop-ad .header {
	color: #FFF;
	padding: 12px 0 12px 0;
	background-size: auto 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-size: auto; /* Required to disable mozaic on small images */
}

.subscription_shop-ad .header_label {
    position: absolute;
    padding: 6px 9px 6px 9px;
    color: #FFF;
    background-color: #2671BB;
    border-bottom-right-radius: 6px;
    font-size: 90%;
	border-radius: 12px;
}

.subscription_shop-ad .body {
    padding: 6px;
	background-color: #FFF;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.subscription_shop-ad .username {
    width: 100%;
    border-radius: 12px;
    color: #064184;
}

.subscription_shop-ad .reviews {
	color : #838383;
}

.subscription_shop-ad .description {
    padding: 12px 12px 0 12px;
}

.subscription_shop-ad .user_counters {
	display: flex;
	width: 100%; 
	justify-content: space-around;
}

.subscription_shop-ad .user_counters > .user_counter_targetstatus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 48px;
    border-radius: 12px;
    text-align: center;
    background-color: #2b73b6;
    color: #FFF;
    margin: 12px;
}

.subscription_shop-ad .user_counters > .user_counter_targetstatus[amount='0'] {
	background-color: #f7f7f7;
	color : grey;
}
