@charset "utf-8";

header {
	background-color: var(--brand-marine);
}
#menu__btn {
	color: white;
}
.menu__link {
	color: white;
}

.filters__holder {
	max-width: 1280px;
	padding: 2rem 40px 0;
	margin: auto;
}

.filters__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    color: var(--brand-blue);
    margin-bottom: 0rem;
}
.filters__subtitle{
	font-size: 1.25rem;
	margin-top: .25rem;
}
#filters__inputs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.filters__inputHolder {
	border-radius: 20px;
	border: none;
	background: #f8f8f8;
	width: fit-content;
	padding: 0.75rem 1.5rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
}
.filters__input {
	font-size: 1rem;
	font-weight: 500;
	color: var(--brand-blue);
	border: none;
	background: transparent;
}
.filters__input::placeholder {
	font-weight: 400;
}
.filters__closeBtn {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--brand-blue);
}
.filters__closeIcon {
	width: 1.2rem;
}
#filters__reset {
	border: none;
	background: none;
	font-style: italic;
	font-weight: 500;
	color: var(--brand-blue);
	padding: 1rem 0;
}

.nominees__holder {
	max-width: 1280px;
	padding: 0 40px 3rem;
	margin: auto;
}
.nominees__grid {
	display: flex;
}
.nominees__column {
	margin-right: 1rem;
}
#nominees__list {
	display: flex;
	flex-direction: column;
	max-height: 715px;
	overflow-y: auto;
	overflow-x: hidden;
}
#nominees__list::-webkit-scrollbar {
	width: 0.5rem;
}
#nominees__list::-webkit-scrollbar-thumb {
	background-color: #384acb33;;
	border-radius: 100px;
}
#nominees__list::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 100px;
}
#nominees__search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8f8f8;
	padding: .6rem 1.5rem;
	border-radius: 100px;
	margin-bottom: 2rem;
}
#nominees__search div:first-child {
	flex-grow: 1;
}
#nominees__searchInput {
	border: none;
	background: none;
	font-size: 1rem;
	color: var(--brand-blue);
	width: -webkit-fill-available;
	font-weight: 500;
}
#nominees__searchInput::placeholder {
	font-weight: 400;
}
.nominees__searchIcon {
	color: var(--brand-blue);
}
.nominees__sublist {
	display: flex;
	flex-direction: column;
	margin-bottom: .5rem;
}


/*COLORES POR LISTA*/
#list_1 > .nominees__listTag {
	background-color: var(--brand-fuchsia);
}
#list_1 .nominees__border {
	background-color: var(--brand-fuchsia);
}
#list_1 .nominees__curvedCorner {
	background-color: var(--brand-fuchsia);
}


#nominees__senator > .nominees__listTag {
	background-color: var(--brand-darkgreen);
}
#nominees__senator .nominees__border {
	background-color: var(--brand-darkgreen);
}
#nominees__senator .nominees__curvedCorner {
	background: var(--brand-darkgreen);
}
.expandIcon {
	display: inline-flex;
}

.nominees__listTag {
	cursor: pointer;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	padding: 0.25rem .5rem;
    padding-left: 1.5rem;
	margin-bottom: 0 !important;
	border-radius: 10px 10px 0 0;
	width: fit-content;
	display: flex;
	align-items: center;
}
.nominees__listTag::before {
	content:none !important;
	}
	
.nominees__tagIcon {
	margin-left: 1rem;
	width: 20px;
	height: 20px;
	transform: rotate(0deg);
	transition: .2s;
}
details[open] .nominees__tagIcon{
	transform: rotate(180deg);
}
.nominees__listBorder {
	display: flex;
}
.nominees__border {
	width: 3px;
	border-radius: 0 0 50px 50px;
	background: var(--brand-fuchsia);
}
.nominees__curvedCorner {
	width: 15px;
	height: 15px;
	padding-left: 3px;
}
.nominees__negativeCorner {
	background: white;
	width: 15px;
	height: 15px;
	border-radius: 100px 0 0 0;
}
.nominees__unitList {
	flex-grow: 1;
	padding: 0.5rem .5rem 0;
}
.nominees__unit {
    margin-bottom: .5rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: #f8f8f8;
	border: 2px solid transparent;
	cursor: pointer;

	min-height: 4rem;
	padding: .5rem;
}
.nominees__unit:hover {
	border: 2px solid var(--brand-blue);
	transition: .2s;
}

.nominees__unit:last-child {
	margin-bottom: 0;
}
.nominees__thumbnail {
	border-radius: 1000px;
	background: url(../assets/PersonThumbnailCrop.png);
	background-size: cover;
	background-position: center;
	height: 4rem;
	margin-right: 1rem;
	aspect-ratio: 1/1;

}
.nominees__infoGrid {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nominees__quickInfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: -webkit-fill-available;
	font-size: 0.75rem;
	color: var(--brand-darkgray);
	font-weight: 400;
}
.nominees__name {
	font-size: .75rem;
	font-weight: 700;
	width: -webkit-fill-available;
	max-width: 190px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nominees__places {
	font-size: .75rem;
	width: -webkit-fill-available;
	max-width: 190px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nominees__divider hr {
	max-width: 2rem;
	border: 0.1px var(--brand-blue) solid;
	margin: .25rem 0;
	margin-left: 0;
}
.nominees__experience {
	font-size: .75rem;
	width: -webkit-fill-available;
	max-width: 190px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nominees__dashboard {
	background: #f8f8f8;
	border-radius: 20px;
	flex-grow: 1;
	margin-left: 1rem;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	overflow: auto;
	overflow-x: hidden;
	height: fit-content;
}

#nominees__dashboard::-webkit-scrollbar {
	width: 0.5rem;
}
#nominees__dashboard::-webkit-scrollbar-thumb {
	background-color: var(--brand-blue);
	border-radius: 100px;
}
#nominees__dashboard::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 100px;
}
.nominees__default{
	color: #bdc3c7;
    text-transform: uppercase;
    font-weight: 700;
	max-width: 350px;
	margin: auto;
	text-align: center;
	padding: 5rem 0;
}
.nominees__default img{
	max-width: 70%;
    margin-top: 2rem;
}
.nominees__mainInfo {
	width: -webkit-fill-available;
	margin: 2rem 0rem;
	display: flex;
	justify-content: space-between;
}
.nominees__bioThumbnail {
	max-height: 15rem;
    border-radius: 100%;
	background: url(../assets/PersonThumbnailCrop.png);
    background-size: cover;
    background-position: center;
    height: 15rem;
    aspect-ratio: 1/1;
}
.nominees__bioText {
	padding: 0 2rem;
	color: var(--brand-blue);
	flex-grow: 1;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nominees__bioSocialGrid {
	display: flex;
	justify-content: space-between;
}
.nominees__bioName {
	margin: 0;
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase;
}
.nominees__bioDivider {
	border-width: 0.1px;
	border-color: var(--brand-blue);
	max-width: 100px;
	margin: 1rem 0;
}
.nominees__bioSocial {
	display: flex;
}
.nominees__bioSocial span {
	display: inline-flex;
	margin-right: .75rem;
	cursor: pointer;
}

.nominees__extra {
	flex-grow: 1;
	padding: 1rem 2rem 2rem;
	display: flex;
	flex-direction: column;
}
.nominees__mainBlocks {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nominees__blockCareer {
	background: white;
	border-radius: 20px;
	padding: 1.5rem 1rem;
	margin: 1rem 0;
	flex-grow: 1;
}

.nominees__blockPolitics {
	background: white;
	border-radius: 20px;
	padding: 1.5rem 1rem;
	margin: 1rem 0;
	flex-grow: 1;
}
.nominees__blockExtra {
	background: white;
	border-radius: 20px;
	padding: 1.5rem 0 1rem;
	flex-grow: 1;
}

.nominees__blockTitle {
	font-weight: 700;
	margin-top: 0;
	margin-left: 1rem;
	color: var(--brand-blue);
	font-size: 1rem;
}
.nominees__blockDivider {
	border-color: var(--brand-blue);
	background: var(--brand-blue);
	max-width: 2.5rem;
	margin-left: 1rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.nominees__blockText {
	color: #4d4d4d;
	padding: 0 1rem;
	line-height: 1.5;
}
.nominees__blockHighlight {
	font-weight: 600;
}
.nominees__lineHighlight {
	color: var(--brand-blue);
	margin-bottom: 0.4rem;
}
.nominees__lineItalic {
	font-style: italic;
	margin-bottom: 1.2rem;
}
.nominees__lineItalic:last-child {
	margin-bottom: 0.5rem;
}
#nominees__buttonsGrid {
	display: flex;
	justify-content: space-between;

	margin: 1.5rem 0;
}

.nominees__button{
	font-size: .8rem;
	display: flex;
	align-items: center;
	width: fit-content;
	height: fit-content;
	cursor: pointer;
}
.nominees__button svg{
	margin-left: .25rem;
}

.nominees__button:hover > a{
	opacity: .9;
}

#nominees__reportBtn{
	flex-grow: 1;
}

#nominees__reportBtn > a{
	text-transform: uppercase;
	border-radius: 5px;
	background: #95a5a6;
	color: white;
	border: none;
	padding: .5rem 1rem;
	font-weight: 600;
}
#nominees__donateBtn{
	margin-right: .5rem;
}
#nominees__donateBtn > a{
	text-transform: uppercase;
	border-radius: 5px;
	background: var(--brand-blue);
	color: white;
	border: none;
	padding: .5rem 1rem;
	font-weight: 600;
}
#nominees__shareBtn > a{
	text-transform: uppercase;
	border-radius: 5px;
	background: var(--brand-blue);
	color: white;
	border: none;
	padding: .5rem 1rem;
	font-weight: 600;
}
.nominees__betterBreak{
	height: 1rem;
}




@media only screen and (max-width: 900px) {
	#menu__btn {
		display: inherit;
	}
	#menu__links {
		display: none;
		position: fixed;
		top: 85px;
		right: 0px;
		width: 100vw;
		background: #272541;
		color: white !important;
	}
	.menu__link {
		padding: 1rem;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		border: 0.1px rgba(255, 255, 255, 0.05) solid;
	}
	.filters__holder {
		padding: 3rem 1rem 0rem;
		text-align: center;
	}
	.filters__title{
		line-height: 1;
	}
	#filters__inputs {
		margin-top: 1rem;
		display: flex;
		flex-direction: column;
	}
	.filters__inputHolder {
		margin-right: 0;
		margin-bottom: 1rem;
		width: -webkit-fill-available;
		display: flex;
		justify-content: space-between;
	}
	.nominees__grid {
		flex-direction: column;
	}
	.filters__subtitle{
		font-size: 1rem;
		margin-top: .5rem;
		margin-bottom: 2rem;
	}
	.nominees__holder {
		padding: 0 1rem 1rem;
	}
	.nominees__column {
		margin-right: 0;
		margin-bottom: 2rem;
		max-width: 100vw;
	}
	#nominees__list {
		min-height: 0;
		max-height: 65vh;
	}
	#nominees__list::-webkit-scrollbar-track {
		margin-top: 0;
		margin-bottom: 0;
	}
	#nominees__dashboard {
		padding: 0 2rem;
		margin-left: 0;
	}
	.nominees__quickInfo {
		padding-right: 0;
	}
	.nominees__mainInfo {
		flex-direction: column;
		margin: 0;
		padding: 1rem 0rem;
	}
	.nominees__bio {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.nominees__bioThumbnail {
		margin: auto;
		margin-top: 1rem;
	}
	.nominees__bioText {
		padding: 1.5rem 0rem;
		text-align: center;
		align-items: center;
	}
	.nominees__bioSocial{
		justify-content: center;
	}
	.nominees__bioSocialGrid{
		justify-content: center;
	}
	.nominees__bioDivider{
		width: 100px;
	}
	.nominees__mainBlocks {
		margin-left: 0;
		padding: 0rem;
	}
	.nominees__blockCareer {
		padding: 0 1rem;
	}
	.nominees__blockPolitics {
		padding: 0 1rem;
	}
	.nominees__blockTitle {
		margin: 0;
		padding: 1.5rem 0 .5rem;
	}
	.nominees__blockDivider {
		margin-left: 0;
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
	.nominees__blockText {
		padding: 1rem 0;
	}
	.nominees__extra {
		padding-top: 0;
	}
	#nominees__buttonsGrid {
		flex-direction: column-reverse;
		align-items: stretch;
	}
	
	.nominees__button {
		font-size: .8rem;
		margin: .5rem 0 0;
		width: -webkit-fill-available;
		display: flex;
		justify-content: center;
	}
	#nominees__donateBtn{
		margin-right: 0;
	}

}
@media only screen and (max-width: 450px) {
	.nominees__bioSocialGrid {
		flex-direction: column;
	}
	.nominees__bioSocial {
		flex-direction: row;
		justify-content: flex-start;
	}
	.nominees__bioSocial span {
		margin-right: .5rem;
	}
}
