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

.alert-success {
    display: none;
}

.share a {
    color: white !important;
}

.km2023 h1.title {
    text-align: center;
    color: #FBBA00;
}

.km2023 h2.title {
    color: #FBBA00;
}

.km2023 h3.title {
    text-align: center;
    color: #FBBA00;
}

.km2023 .km2023__header {
    display: block;
    margin-top: 10px;
}

.km2023 .km2023__header img {
    width: 100%;
}

.km2023 .km2023__header .key-image {
    width: 100%;
}

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

.km2023 .description p {
    color: white;
    text-align: center;
}

.km2023 .km2023__countdown h1.title {
    color: #C02324;
}

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

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

.km2023 .km2023__girls .girl-image-container {
    overflow: hidden;
    width: 100%;
}

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

.km2023 .km2023__girls .girl .girl-image:hover {
    transform: scale(1.2);
}

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

.km2023 .km2023__girls .girl h3 {
    color: #C02324;
    text-transform: uppercase;
}

.km2023 .km2023__girls .girl h3 a {
    color: #C02324;
    text-decoration: none;
}

.km2023 .km2023__girls .girl h4 {
    color: #9E9E9E;
    font-weight: 400;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.km2023 .km2023__girls .girl .open-button {
    padding: 4px 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease-out;
}

.km2023 .km2023__girls .girl .open-button:hover {
    text-decoration: none;
}

.km2023 .km2023__girls .girl .girl__btn-voting {
    background: #FBBA00;
    color: #C02324;
    padding: 4px 12px;
    border-radius: 5%;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease-out;
    border: 0;
}

.km2023 .km2023__girls .girl .girl__btn-voting:hover {
    background: #C02324;
    color: #FBBA00;
}

.km2023 .km2023__girls .girl p.votes {
    color: #FBBA00;
    border: 2px solid #C02324;
    padding: 5px 7px;
}

.km2023 .km2023__footer {
    padding-bottom: 50px;
    margin-top: 50px;
}

.km2023 .girl-portfolio h2.name a {
    color: #C02324;
}

.km2023 .girl-portfolio .copyright {
    color: #9E9E9E;
}

.km2023 .open-button,
.km2023 .girl-portfolio .back-button,
.km2023 .girl-portfolio .vote-button,
.km2023 .girl-portfolio .email-button {
    border-radius: 8px;
    border: #C02324 solid 2px;
    background: transparent;
    color: #FBBA00;
    font-weight: 500;
    transition: transform 0.5s ease-in-out;
}

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

.km2023 .girl-portfolio .email-input {
    border: #000000 solid 2px;
    color: white;
    border-radius: 8px;
    background: transparent;
    padding: 0.2rem;
}

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

.km2023 .girl-portfolio #emailForm {
    color: #000070;
}

.km2023 .girl-portfolio .voted-text h5 {
    color: #FBBA00;
}

.km2023 .girl-portfolio .voted-text h6 {
    color: #C02324;
}

.km2023 .girl-portfolio .description {
    color: #000070;
}

.km2023 .km2023__header {
    text-align: center;
}

.km2023 .km2023__header img {
    width: 400px;
}

@media only screen and (max-width: 768px) {
    /*.km2023{
        background:#000033!important;
    }*/
    .km2023 .km2023__header {
        margin-top: 10px;
    }

    .km2023 .km2023__countdown .description {
        width: 100%;
    }

    .km2023 .km2023__girls {
        grid-template-columns: repeat(1, 1fr);
    }

    .km2023 .km2023__footer {
        padding-bottom: 20px;
    }
}
