.results-updates {
    background-color: white;
    border: 1px solid transparent;
    font-family: "Open Sans", sans-serif;
    position: relative;
    border-radius: 5px;
}

.results-updates-title {
    margin-top: 15px;
    position: relative;
}

    .results-updates-title h4 {
        --margin-left: 25%;
        --margin-right: 25%;
        margin-left: 87px;
        margin-right: 87px;
        text-align: center;
    }

.results-updates span.new-bg {
    /* background-image: url('https://jackpotcom-res.cloudinary.com/image/upload/v1493127347/WWW/Content/Body/new-sign.png'); */
    color: #fff;
    float: left;
    width: 87px;
    position: absolute;
    left: -2px;
    top: 12px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.results-updates-wraper {
    padding: 0px 105px 10px 0px;
    /*0px 30px 10px 30px;*/
}

.results-updates-subtitle {
    text-align: center;
    font-size: 1.05em;
    margin-bottom: 10px;
}

.results-updates-form input {
    height: 45px !important;
    border-radius: 0px !important;
}

.results-updates-form{
    width:350px;
}
/*.results-email-select .select2-container--bootstrap .select2-selection--single {
    border-radius: 0px !important;
    height: 58px;
    border-color: #C7C7C7;
    font-family: "Open Sans", sans-serif !important;
    color: #888888 !important;
}*/
.results-email-select .select2-container--bootstrap .select2-selection--single {
    border-radius: 0px !important;
    height: 36px;
    border-color: #C7C7C7;
    font-family: "Open Sans", sans-serif !important;
    color: #888888 !important;
}

/*.results-updates-form .input-email {
    background: #fff url(/Content/Themes/LotteryWorld/images/icons/email.png) 11px 11px no-repeat;
    padding-left: 70px;
    color: #888888;
    font-size: 14px;
    background-size: 35px;
    height: 58px !important;
    border-color: #C7C7C7;
}*/

.results-updates-form .input-email {
    background: #fff url(/Content/Themes/LotteryWorld/images/icons/MailIcon_Small.png) 6px 5px no-repeat;
    padding-left: 55px;
    color: #888888;
    font-size: 14px;
    background-size: 35px;
    height: 36px !important;
    border-color: #C7C7C7;
}

.results-updates-form .input-phone {
    background: #fff url(/Content/Themes/LotteryWorld/images/icons/input-phone.png) 10px 12px no-repeat;
    padding-left: 35px;
}

.results-updates-form .form-group {
    margin-left: 2px;
    --margin-right: 10px;
    margin-bottom: 0px !important;
}



/*#lottery-results-submit {
    margin-top: 10px;
    width: 100%;
    padding: 13px 35px;
    font-size: 18px;
    height: 58px;
}*/

#lottery-results-submit {
    margin-top: 10px;
    width: 100%;
    /*padding: 13px 35px;*/
    font-size: 14px;
    height: 36px;
    background-color: #808080;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

    #lottery-results-submit:disabled {
        color: white;
        background-color: #ebebeb;
        cursor: not-allowed;
    }

    #lottery-results-submit:focus {
        outline: none;
    }

.results-email-select .select2-selection__rendered {
    position: absolute;
    bottom: 3px;
    left: 8px;
    font-weight: 200 !important;
    color: #888888 !important;
    font-size: 14px !important;
}


.results-email-select img {
    /*height: 48px;*/
    height: 30px;
    margin-right: 10px;
}


.flag {
    height: 35px;
}

#close-re-btn {
    position: absolute;
    right: 10px;
    top: 5px;
}

/* The container for checkbox */
.chkcontainer {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkbox-label {
    font-weight: normal;
    color: #888888;
    font-size: 14px;
    padding-top: 2px;
    display: block;
    font-family: "Open Sans", sans-serif;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top:5px;
}


/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
    left: 7px;
    /*top: 4px;*/
    bottom: 4px;
    width: 6px;
    height: 12px;
    border: solid gray;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}


.result-mail {
    font-size: 18px;
   
    font-weight: 700;
    color: #000;
    font-family: "Open Sans", sans-serif;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
}

.result-text-mail {
    font-size: 13px;
    margin-bottom: 1%;
    color: #888888;
    font-family: "Open Sans", sans-serif;
}

.button-color {
    background-color: darkorange;
    color: white;
}


.button-color-disabled {
    color: white;
    background-color: #ebebeb;
    cursor: not-allowed;
}