body {
	background-color: #000000 !important;
}

.alert-success {
	display: none;
}

.share a {
	color: white !important;
}

.km2024 h1.title {
	text-align: center;
	color: #e8e8e8;
}

.km2024 h2.title {
	color: #e8e8e8;
}

.km2024 h3.title {
	text-align: center;
	color: #e8e8e8;
}

.km2024 .girl-description h3 a {
    font-size: 1.15em;
}
.km2024 .girl-description h3 a .age-span{
    font-size: 0.8em;
}

.km2024 .km2024__header {
	display: block;
	margin-top: 50px;
}

.km2024 .km2024__header img {
	width: 100%;
}

.km2024 .description {
	margin-top: 2rem;
	max-width: 800px;
}

.km2024 .description p {
	color: #e8e8e8;
	text-align: center;
}

.km2024 .km2024__girls {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px 20px;
}

.km2024 .km2024__girls .girl {
	transition: opacity 120ms ease-in;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.km2024 .km2024__girls .girl-image-container {
	overflow: hidden;
	width: 100%;
}

.km2024 .km2024__girls .girl .girl-image {
	width: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.km2024 .km2024__girls .girl .girl-image:hover {
	transform: scale(1.2);
}

.km2024 .km2024__girls .girl h6 {
	color: #e8e8e8;
	text-transform: none;
	font-weight: 400;
	font-size: 0.925em;
	margin-top: 5px;
	margin-bottom: 3px;
}

.km2024 .km2024__girls .girl h3 {
	color: #C02324;
	text-transform: uppercase;
}

.km2024 .km2024__girls .girl h3 a {
	color: #C02324;
	text-decoration: none;
}

.km2024 .km2024__girls .girl h4 {
	color: #9E9E9E;
	font-weight: 400;
	font-size: 0.875em;
	text-transform: unset;
	letter-spacing: 1px;
    min-height: 34px;
}

.km2024 .km2024__girls .girl .open-button {
	background: transparent;
	color: #C02324;
	padding: 4px 12px;
    border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s ease-out;
	border: solid 2px #e8e8e8;
}

.km2024 .km2024__girls .girl .open-button:hover {
	background: #e8e8e8;
	color: #000000;
	text-decoration: none;
}

.km2024 .km2024__footer {
	padding-bottom: 50px;
	margin-top: 50px;
}

.km2024 .girl-portfolio h1.name {
	color: #C02324;
}

.km2024 .girl-portfolio .copyright {
	color: #9E9E9E;
    text-transform: unset;
}

.km2024 .girl-portfolio .back-button,
.km2024 .girl-portfolio .vote-button,
.km2024 .girl-portfolio .email-button {
    border-radius: 10px;
	border: #C02324 solid 2px;
	background: transparent;
	color: #e8e8e8;
	font-weight: 500;
	transition: transform 0.5s ease-in-out;
}
.km2024 .girl-portfolio .email-button {
    padding: 4px 20px;
    margin: 0 10px;
}

.km2024 .girl-portfolio .back-button:hover,
.km2024 .girl-portfolio .vote-button:hover,
.km2024 .girl-portfolio .email-button:hover {
	background: #e8e8e8;
	border-color: #e8e8e8;
	color: #000000;
	text-decoration: none;
}

.km2024 .girl-portfolio .email-input {
	border: #e8e8e8 solid 2px;
	color: white;
    border-radius: 10px;
	background: transparent;
	padding: 0.2rem;
}

.km2024 .girl-portfolio .email-input::placeholder {
	color: #C02324;
}

.km2024 .girl-portfolio #emailForm ,
.km2024 .girl-portfolio .voted-text h4,
.km2024 .girl-portfolio .voted-text h5,
.km2024 .girl-portfolio .voted-text h6,
.km2024 .km2024__voting .description,
.km2024 .girl-portfolio .description,
.km2024 .description-article{
    color: #e8e8e8;
}

.km2024 .km2024__sponsor{
    margin: 0 auto;
    max-height: 200px;
    height: 200px;
    width: auto;
    cursor: pointer;
    background-attachment: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.km2024 .large-image{
    cursor: zoom-in;
}
.km2024 .zoomable-image {
    position: relative;
}



.km2024 .zoomable-image .overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.4; /* Initially hidden */
    cursor: zoom-in;
    background-repeat: no-repeat;
    background-image: url('/assets/icons/zoom-in.png');
    transition: all 0.5s ease;
}

.km2024 .zoomable-image:hover .overlay {
    opacity: 0.8; /* Show the overlay on hover */
    transition: all 0.5s ease;
}


@media only screen and (max-width: 768px) {

	.km2024 .km2024__header {
		margin-top: 60px;
	}

	.km2024 .km2024__girls {
		grid-template-columns: repeat(1, 1fr);
	}

	.km2024 .km2024__footer {
		padding-bottom: 20px;
	}

    .km2024 .girl-description h3 a {
        font-size: 1.3em;
    }

}
