/**
 * Egg Hunter
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.th_egghunter_winner_code_wrapper {
    background-color: #8fab62;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 5px;
	width: 300px; /* Stel een vaste breedte in */
    margin: 0 auto; /* Centreer horizontaal binnen het ouder-element */
	margin-top: 10px;
}

.th_egghunter_winner_code_value {
    padding: 20px;
}

.center-text {
    display: flex;
    justify-content: center;
}

.th_error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.th_egghunter_img {
    display: flex;
    position: absolute;
    width: auto;
    height: 80px;
    z-index: 9999;
    animation: th_pulse 1.5s infinite;
    cursor: pointer;
}

@-webkit-keyframes th_pulse {
    0% {
        transform: scale(0.95);
        filter: drop-shadow(-1px -1px -1px);
    }
    25% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 10px #f1d59e);
    }
    40% {
        transform: scale(0.95);
        filter: drop-shadow(0 0 1px #f1d59e);
    }
    100% {
        transform: scale(0.95);
        filter: drop-shadow(0 0 1px #f1d59e);
    }
}

.th_egghunter_winner_code_checkout {
    background: #FFFFFF;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.th_egghunter_winner_code_checkout_inner,
.th_egghunter_winner_code_checkout_left {
    display: flex;
}

.th_egghunter_winner_code_checkout_inner {
    justify-content: space-between;
}

.th_egghunter_winner_code_checkout_img {
    display: flex;
    width: auto;
    height: 40px;
    z-index: 9999;
}

.th_egghunter_winner_code_checkout_code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

#th_egghunter_winner #th_close_egg_winner {
    font-size: 30px;
    position: static;
    top: 10px;
    right: 10px;
}

.th_egghunter_winner_error .alert {
    margin-bottom: 0;
}

.th_egghunter_checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 0.8em;
}

.th_egghunter_checkbox label {
    margin-bottom: 0;
    margin-left: 0.5em;
}

.th_egghunter_checkbox p {
     margin-bottom: 0;
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    .th_egghunter_winner_code_checkout_inner {
        display: block;
    }

    .th_egghunter_winner_code_checkout_right {
        text-align: center;
        margin-top: 1em;
    }
}

.th_egghunter_winner_code_checkout_inner:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.th_egghunter_winner_code_checkout h5 {
    margin-bottom: 1.3em;
}
