
.results-email-container-big .results-email-loader {
    display: block;
    position: relative;
    width: 500px;
    height: 313px;
    background: transparent url(images/bx_loader.gif) no-repeat center 50px;
    opacity: 0.5;
}

.results-email-container-small .results-email-loader {
    display: block;
    position: relative;
   
    height: 313px;
    background: transparent url(images/bx_loader.gif) no-repeat center 50px;
    opacity: 0.5;
    margin-right: 80px;
}
.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-email-container-big .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-container-big .results-updates-form .input-email {
    background: #fff url(/Content/Themes/LotteryWorld/images/icons/MailIcon_Small.png) 11px 17px no-repeat;
    padding-left: 70px;
    color: #888888;
    font-size: 14px;
    background-size: 35px;
    height: 58px !important;
    border-color: #C7C7C7;
    font-weight:400;
}
    .results-email-container-big .results-updates-form .input-email::-webkit-input-placeholder {
        font-weight: 400;
        color: #888888;
        font-family: "Open Sans", sans-serif !important;
        font-size: 14px;
    }
.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;
}



.results-email-container-big .lottery-results-submit-class {
    margin-top: 10px;
    width: 100%;
    padding: 13px 35px;
    font-size: 18px;
    height: 58px;
    background-color: #808080;
}

    .results-email-container-big .lottery-results-submit-class:focus {
        outline: none;
    }

    .results-email-container-big .lottery-results-submit-class:disabled {
        color: white;
        background-color: #ebebeb;
        cursor: not-allowed;
    }

.results-email-container-big .results-email-select .select2-selection__rendered {
    position: absolute;
    bottom: 5px;
    left: 8px;
    font-weight: 400 !important;
    color: #888888 !important;
    font-size: 14px !important;
    padding-left: 10px;
    padding-bottom: 12px;
    font-family: "Open Sans", sans-serif !important;
}


.results-email-select img {
    height: 48px;
    margin-right: 10px;
}


.flag {
    height: 35px;
}

#close-re-btn {
    position: absolute;
    right: 10px;
    top: 5px;
}

/* The container for checkbox */
.results-email-container-big .chkcontainer {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 35px;
    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;
    }

.results-email-container-big .checkbox-label {
    font-weight: normal;
    color: #888888;
    font-size: 14px;
    padding-top: 2px;
    display: block;
}

/* Create a custom checkbox */
.results-email-container-big .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}


/* 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 */
.results-email-container-big .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);
}


.email-container-header-big .result-mail {
    font-size: 20px;
    margin-left: 0.5%;
    color: #333333;
    font-weight: 600;
margin-top:10px;
}

.email-container-header-big .result-text-mail {
    font-size: 14px;
    margin-left: 0.5%;
    margin-bottom: 1%;
    color: #888888;
}



.button-color {
    background-color: darkorange;
    color: white;
}


.button-color-disabled {
    color: white;
    background-color: #ebebeb;
    cursor: not-allowed;
}



.results-email-container-small .results-updates-form {
    width: 350px;
}

.results-email-container-small .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-email-container-small .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-email-container-small .lottery-results-submit-class {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    height: 36px;
    background-color: #808080;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

    .results-email-container-small .lottery-results-submit-class:focus {
        outline: none;
    }

    .results-email-container-small .lottery-results-submit-class:disabled {
        color: white;
        background-color: #ebebeb;
        cursor: not-allowed;
    }


.results-email-container-small .results-email-select .select2-selection__rendered {
    position: absolute;
    bottom: 3px;
    left: 8px;
    font-weight: 400 !important;
    color: #888888 !important;
    font-size: 14px !important;
    padding-left: 5px;
    padding-bottom: 5px;
}

.results-email-container-small .results-updates-form .input-email::-webkit-input-placeholder {
    font-weight: 400;
    color: #888888;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
}

.results-email-container-small .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;
}


.results-email-container-small .checkbox-label {
    font-weight: normal;
    color: #888888;
    font-size: 14px;
    padding-top: 2px;
    display: block;
    font-family: "Open Sans", sans-serif;
}

.results-email-container-small .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.results-email-container-small .chkcontainer .checkmark:after {
    left: 7px;
    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);
}

.email-container-header-small .result-mail {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Open Sans", sans-serif;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
}

.email-container-header-small .result-text-mail {
    font-size: 13px;
    margin-bottom: 1%;
    color: #888888;
    font-family: "Open Sans", sans-serif;
}