/**
 * 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 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.th_egghunter_winner_code_inner {
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

.modal-title {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	max-width: 500px;
}

.modal-custom-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
