.giveaway-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none; /* Hidden by default, shown via JS */
    background-color: rgba(0, 0, 0, 0.5);
}

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

.giveaway-modal-content {
    background-color: #fff;
    padding: 40px 24px;
    border-radius: 16px;
    width: 95%;
    max-width: 453px;
    position: relative;
}

.giveaway-close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.giveaway-close:hover,
.giveaway-close:focus {
    color: #000;
    text-decoration: none;
}

.giveawayModalInner h4 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    margin: 8px 0 16px;
}

.giveawayModalInner p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.3px;
}

.giveawayModalInner p+p {
    margin-top: 18px;
}

.giveawayModalInner p span {
    color: #7270FF;
    font-weight: 700;
}

button#g_id_main {
    width: 100%;
    border: 1px solid #747775;
    border-radius: 50px;
    padding: 10px;
    line-height: 0;
    background-color: #fff !important;
}

.googleAuthBtnWrap {
    margin-top: 32px;
    text-align: center;
}

.openGmailBtn a {
    background-color: #1E1E1E1A;
    color: #1E1E1E !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    width: 240px;
    display: inline-block;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
}

.openGmailBtn a img {
    vertical-align: -2px;
    margin-left: 1px;
}

.m-cont-success {
display:none;	
}

.giveaway-second-chance-auth {
    display: flex
;
    justify-content: center;
    flex-direction: row;
}

.giveaway-second-chance-auth button#g_id_main {
    width: 175px;
}

.giveaway-second-chance-auth .giveaway-modal-content {
    border: 1px solid #1E1E1E33;
    box-shadow: 0px 0px 64px 0px #1E1E1E1F;
}

.g_form_row {
    background-color: #F4F4F4;
    display: flex;
    border-radius: 50px;
    padding: 4px;
}

.g_form_row input {
    background-color: transparent;
    border: none !important;
    color: #1E1E1E;
    font-size: 14px;
    outline: none !important;
}

.g_form_row input::placeholder {}

.g_form_row input::placeholder {
    color: #1E1E1E;
}

.g_form_row button {
    background-color: #7270FF !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 16px;
    box-shadow: 0px 6px 12px 0px #B9CBFFB2 inset;
    border: 1.5px solid #FFFFFF1F;
}

form#NonGmailUserForm {
    margin-top: 16px;
}

.gFormMessage {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
	margin-top: 6px;
}

.g_form_row button[disabled] {
    opacity: 0.3;
}