@font-face {
    font-family: 'Montserrat';
    src: local('/assets/webfonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: local('/assets/webfonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: local('/assets/webfonts/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
}

.header-bg {
    background: url("/assets/img/group-coins-left.svg") no-repeat left, url("/assets/img/group-coins-right.svg") no-repeat right;
}

.title-ended {
    font-size: 55px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
}

.sub-tittle-ended {
    color: #000;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

#zeeto {
    display: none;
    color: #000;
}

.content_wrapper {
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #ffffff;
}

.content_wrapper .section1 {
    color: #212529;
}

.user-position-container {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #D2D2D2;*/
    background: #D6F2CC;;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    color: rgba(75, 178, 39, 1);
    font-weight: bold;
}

.content_wrapper.giveaways {
    color: #000;
}

.giveaways h2 {
    font-size: 30px;
    margin: 30px 0;
}

.giveaways ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 10px;
}

.giveaways ul li {
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    width: 277px;
    /*overflow: hidden;*/
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: visible;
}

.giveaways ul li .giveaway_img {
    height: 165px;
    background-size: contain;
}

.giveaways ul li .giveaway_img img {
    height: 100%;
    background-repeat: no-repeat;
}

.giveaways .giveaway_title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.giveaways .giveaway_rewards {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 25px;
}

.giveaways .giveaway_rewards .winners_cnt,
.giveaways .winners_cnt {
    padding-left: 23px;
    background-image: url('/assets/img/winners_cnt_green.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: max-content;
    margin: 0 auto;
}

.giveaways .giveaway_rewards .winners_cnt.blue_winners {
    background-image: url('/assets/img/winners_cnt_blue.svg');
}

.giveaways .giveaway_rewards .winners_amount.blue_winners {
    padding-left: 23px;
    background-image: url('/assets/img/winners_earn_blue.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: max-content;
    margin: 0 auto;
    float: left;
}

.giveaways button {
    cursor: pointer;
}

.giveaways .giveaways_blue {
    font-weight: bold;
    font-size: 14px;
    color: #2763E7;
}

.giveaways .enter_giveaway_wrp {
    margin-bottom: 16px;
    text-align: center;
}

button.enter_giveaway {
    width: 131px;
    background: #4BB227;
    border-radius: 39px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: none;
}

.enter_giveaway.points {
    background: #2763E7;
    border-radius: 34px;
    color: #FFFFFF;
    border: none;
    max-width: 100%;
    width: max-content;
    font-size: 12px;
}


section a {
    color: #4BB227;
}

.section1 {
    background-color: #fff;
    background-image: url('/assets/img/free-entry-giveaway-bg.jpg');
    background-size: 100% 850px;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-family: Roboto;
}

.section1.points_giveaway {
    background-image: none;
    color: #000;
    background-color: unset;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.section1.points_giveaway .payment {
    font-size: 12px;
    line-height: 14px;
    /*margin-left: 50px;*/
    margin-bottom: 30px;
}

.section1.points_giveaway .container1 .title1 {
    margin-top: 35px;
}

.section1.points_giveaway .container2 {
    text-align: center;
    min-height: auto;
}

.section1.points_giveaway .container1 .titleWrapper,
.section1.points_giveaway .container1 div.text1,
.section1.points_giveaway .container1 .loaderWrapper {
    width: 100%;
}

img {
    max-width: 100%;
}

.section1.points_giveaway .enter-giveaweay-container {
    margin-top: 30px;
    margin-bottom: 15px;
    /*margin-left: 50px;*/
}

.section1.points_giveaway .enter-giveaweay-container .enter-btn {
    font-weight: bold;
    font-size: 16px;
    background: #4BB227;
    border-radius: 34px;
    color: #fff;
    padding: 7px 40px;
    border: none;
    cursor: pointer;
}

.section1.points_giveaway .enter-giveaweay-container .enter-btn.no-enter-btn {
    background: #2763E7;
    cursor: default;
}

.winners .block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
}

section.winners {
    margin-top: 4px;
    padding-top: 40px;
    color: #000;
}

div.winner-highlight {
    background-color: #ECF3EA;
}

div.winner-highlight .user-position-container {
    background-color: white;
}

section.winners.coreg_giveaway {
    background: #F9F9F9;
}

.linear-bg {
    background: linear-gradient(180deg, #E0EDDC 0%, rgba(235, 242, 232, 0) 100%);
}

@media (max-width: 991px)   {
    .twitterlink {
        margin-left: 15px;
    }
 }
@media (min-width: 1168px) {
    .title_orange {
        font-size: 36px;
        padding: 10px 50px;
    }

}

@media (max-width: 991px) and (min-width: 768px){
    .title_orange{
        padding: 10px 25px;
        font-size: 30px;
    }
    .topArea .time {
        font-size: 16px !important;
    }
}
.text-block-description-sucsess{
    font-size: 30px!important;
    line-height: 35px!important;
}
@media (max-width: 768px) {
    .text-block-description-sucsess{
        font-size: 24px!important;
        line-height: 35px!important;
    }
}

.crown{
    margin: 0 auto;
    width: 50%;
}
@media (max-width: 860px) and (min-width: 768px){
    .title_orange{
        padding: 10px 30px;
        font-size: 24px;
    }
    /*.crown{*/
    /*    width: 60%;*/
    /*}*/
}

    .section1.row {
    margin-left: 0;
    margin-right: 0;
}

.overlay {
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.section1 .container1 {
    width: 50%;
    float: left;
    position: relative;
}

.section1 .container1 .titleWrapper {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.section1 .container1 .title1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 110px;
    font-weight: bold;
}

.section1 .container1 .title2 {
    font-size: 59px;
    font-weight: bold;
    margin-top: 1px;
}

.title_orange {
    background: #EF8912 !important;
    /*float: left;*/
    margin: 0 auto;
    width: max-content;
    font-weight: bold;
    /*font-size: 36px;*/
    line-height: 64px;
    letter-spacing: 0.03em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    color: #FFFFFF;
    /*padding: 10px 50px;*/
}

.text-block-description {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
    font-size: 16px;
    line-height: 19px;
    color: white;
}

.section1 .container1 .title_green {
    float: left;
    margin-top: 20px;
    font-weight: bold;
    font-size: 55px;
    line-height: 64px;
    letter-spacing: 0.03em;
    background: #4BB227;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #FFFFFF;
    padding: 7px 30px;
    margin-right: 14px;
}

.slider-progressing {
    margin-top: 30px;
}

.slider-progressing .green-text {
    font-weight: bold;
}

.section1 .container1 .title_green span {
    font-size: 16px;
    line-height: 19px;
}

.section1 .container1 .title3 {
    font-size: 20px;
    margin-top: 50px;
    font-weight: bold;
    float: left;
}

.section1 .container2 #agree {
    font-size: 11px;
}

.section1 .container2 {
    position: relative;
    min-height: 400px;
    margin-top: 40px;
}

.section1 .container2 .form, .section1 .container2 #zeeto, .section1 .container2 .finished, .section1 .container1 .loaderWrapper, .section1 .container2 .loaderWrapper, .section1 .container2 .participating, .section1 .container2 .finished_new_account {
    background-color: #ffffff;
    width: 80%;
    min-height: 400px;
    margin: 0 auto;
    padding: 30px 40px;
    overflow: hidden;
    text-align: center;
    /*border: 1.5px solid #D3D3D3;*/
    box-sizing: border-box;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);*/
    border-radius: 20px;
}

.section1 .container2 .finished, .section1 .container2 .finished_new_account, .section1 .container2 .participating {
    font-size: 25px;
    color: #415b76;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-weight: bold;
}

.section1 .container2 .participating {
    text-align: center;
    line-height: 35px;
}

.finished, .finished_new_account, .loaderWrapper, .section1 .container2 #login_form, .section1 .container2 #signin_form {
    display: none;
}

#login_form .forgotPass {
    display: block;
    text-align: center;
}

.section1 .container2 #giveaway_form .topArea {
    background: #2763E7;
    border-radius: 34px;
    padding: 10px 34px;
    text-align: center;
    display: inline-block;
}

.section1 .container2 #giveaway_form .topArea .title1 {
    font-size: 18px;
    font-weight: bold;
}

.section1 .container2 #giveaway_form .topArea .time {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
}

.section1 .container2 #giveaway_form > .title1 {
    margin-top: 20px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 32px;
    line-height: 125.3%;
    text-align: center;
    color: #000000;
}

.section1 .container2 #giveaway_form > .title1 > span {
    color: #E72727;
}

.section1 .container2 #giveaway_form > .title2 {
    margin-top: 7px;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    line-height: 125.3%;
}

.section1 .container2 #giveaway_form > .title2 a {
    color: #4BB227;
}

.section1 .container2 #giveaway_form .dropdown-toggle {
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    height: 45px;
    color: rgba(130, 134, 154, 0.65);
    padding-left: 20px !important;
}

.section1 .container2 #giveaway_form .dropdown-toggle:after {
    margin-right: 10px;
}

.section1 .container2 .row {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}

.section1 .container2 .row.smallMargin {
    margin-bottom: 20px;
}

.section1 .container2 .row.noMargin {
    margin-bottom: 0px;
}

.section1 .container2 .halfRow {
    width: 48%;
}

.section1 .container2 .halfRow.left {
    float: left;
}

.section1 .container2 .halfRow.right {
    float: right;
}

.section1 .container2 .fullRow {
    width: 100%;
    float: left;
}

.section1 .container2 #giveaway_form .input-group label {
    font-size: 14px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 15px;
}

.section1 .container2 .form input[type=text], .section1 .container2 .form input[type=password] {
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 110%;
    color: #000;
    padding-left: 20px;
}

.section1 .container2 .form > .title {
    margin: 40px 0;
    font-size: 22px;
    text-align: center;
    color: #000000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(130, 134, 154, 0.65);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #002B56;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #002B56;
}

.section1 .container2 #giveaway_form > .row .dropdown {
    width: 100%;
}

.section1 .container2 #giveaway_form > .row .dropdown .btn-default {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #002B56;
    border-radius: 0;
    color: #002B56;
    outline: 0;
}

.section1 .container2 .row .button {
    width: 100%;
    max-width: 450px;
    height: 40px;
    background: #4BB227;
    border-radius: 34px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.section1 .container2 .row .button:disabled {
    background: gray;
}

.section1 .container2 .form label.error,
#loginErrorMessage,
.section1 .container2 #giveaway_form .input-group label.error {
    color: red;
    font-size: 12px;
    margin-top: 3px;
}

.section1 .container2 #giveaway_form .social {
    margin-bottom: 30px;
    float: left;
    color: #000000;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.section1 .container2 #giveaway_form .social div {
    margin: 0 auto 12px auto;
}

.section1 .container2 #giveaway_form .social div a {
    margin-right: 8px;
}

.clearfix {
    clear: both;
}

.section1 .container2 #giveaway_form .payment {
    font-size: 11px;
    line-height: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #2C2C2E;
}

.section1 .container3 {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 45px;
}

.section1 .container3 div {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    width: 70%;
    margin: 0 auto;
}

.section1 .container1 div.text1 {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
    font-size: 16px;
    line-height: 19px;
}

.section1 .container1 div.text1 p {
    margin-bottom: 2rem;
}

.section2 {
    height: 156px;
    position: relative;
    background-color: #002B56;
    padding: 0 13%;
}

.section2 .profile {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 14px;
    float: left;
}

.section2 .text {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    width: calc(100% - 330px);
    float: left;
    padding: 0px 40px;
    margin-top: 30px;
}

.section2 .subscribe {
    width: 202px;
    margin-top: 17px;
    float: right;
}

.section2 .subscribe .title {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 120px;
}

.section2 .subscribe button {
    width: 100%;
    height: 50px;
    /* background-color: #C32732; */
    font-size: 22px;
    font-weight: bold;
    outline: none;
}

.section2 .subscribe button.subscribe-button {
    background-color: #c29444;
}

.section2 .subscribe .subscribe-button:after {
    content: 'SUBSCRIBE';

}

.section2 .subscribe button.subscribe-button:hover {
    background-color: #a67a2e;
}

.section2 .subscribe button.unsubscribe-button {
    background-color: #b5bbbd;
}

.section2 .subscribe .unsubscribe-button:after {
    content: 'SUBSCRIBED';
}

.section2 .subscribe button.unsubscribe-button:hover:after {
    background-color: #798b92;
    content: 'UNSUBSCRIBE';
}

.section2 .subscribe button.unsubscribe-button:hover {
    background-color: #798b92;
}

.section3 {
    padding-bottom: 1px;
    min-height: 328px;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.section3.points_giveaway {
    background: #F9F9F9;
}

.section3.points_giveaway .container {
    margin-top: 4px;
    padding-top: 40px;
}

.section3 .container {
    margin-top: 40px;
    position: relative;
    color: #000;
}

.section3 .container .prizeTitle {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 50px;
}

.section3 .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0;
}

.section3 .container ul li {
    float: left;
    width: 212px;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-right: 28px;
    margin-bottom: 30px;
}

.section3 .container ul li:nth-child(2) .position {
    background: #2763E7;
}

.section3 .container ul li:nth-child(2) .amount {
    color: #2763E7;
}

.section3 .container ul li:nth-child(3) .position {
    background: #5856D6;
}

.section3 .container ul li:nth-child(3) .amount {
    color: #5856D6;
}

.section3 .container ul li:nth-child(4) .position {
    background: #ECB016;
}

.section3 .container ul li:nth-child(4) .amount {
    color: #ECB016;
}

.section3 .container ul li:nth-child(5) .position {
    background: #41C6BF;
}

.section3 .container ul li:nth-child(5) .amount {
    color: #41C6BF;
}

.section3 .container ul li .position {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background: #4BB227;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 35px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    width: fit-content;
}

.section3 .container ul li .amount {
    margin-top: 17px;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.04em;
    color: #4BB227;
    font-weight: bold;
    text-align: center;
}

.section3 .container ul li ._label {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 135.3%;
    letter-spacing: 0.04em;
    text-align: center;
}

.section3 .disclaimer {
    width: 515px;
    max-width: 95%;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #2C2C2E;
    position: relative;
    margin-bottom: 30px;
}

.section4 {
    height: 76px;
    position: relative;
    background-color: #1E344B;
    padding: 29px 45px;
}

.section4 .tos {
    float: left;
    color: #ffffff;
}

.section4 .social {
    float: right;
    color: #ffffff;
}

.section4 .social img {
    float: left;
}

.section4 .social .instagram {
    margin-right: 20px;
}

.section4 .social .twitter {
    width: 27px;
    margin-right: 20px;
}

.form .fullRow .textField:disabled {
    background-color: #eee;
    opacity: 0.65;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.btn, .btn-default:hover, .btn-default:focus, .btn-group.open .dropdown-toggle.btn-default {
    border: 1px solid #9b9b9b;
    width: 100% !important;
    height: 37px !important;
    font-stretch: normal !important;
    padding: 5px !important;
    text-transform: none !important;
    font-size: 12px;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 0;
}

#not-verified-email .visit-verification-center {
    height: inherit !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;;
}

.form .fullRow .btn.disabled {
    background-color: #eee;
}

.dropdown-menu > .active > a, .dropdown-menu > li > a {
    background-color: transparent;
    color: inherit;
}

/*.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #415b76;
    color: #fff;
}*/

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #555555;
    background-color: transparent;
    border: 1px solid;
    border-color: #c1c1c1;
}

.dropdown-menu {
    width: 100%;
    height: auto;
    overflow-y: auto;
    border: 1px solid #c1c1c1;
    margin-top: 0px;
}

.loginLabel {
    color: #415b76;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 18px;
}

.buttons {
    width: 287px;
    margin: 0 auto;
}

.description {
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 23px;
    width: 85%;
    font-size: 18px;
}

.prize {
    color: #4a4a4a;
    font-size: 18px;
}

.prize ul {
    margin-left: 20px;
}


.content_wrapper > .profile > .preview {
    width: 443px;
    margin: 50px auto;
}


.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
    z-index: 101;
}

.popup .data {
    max-width: 400px;
    width: 90%;
    height: 180px;
    background-color: #fff;
    padding: 40px 20px;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
}

.popup .data .text {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.popup .data .button {
    width: 150px;
    height: 35px;
    background-color: #415b76;
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    font-family: 'Roboto', Arial, sans-serif;
}

.popup .data .button:hover {
    background-color: #2a415a;
}

.profile {
    cursor: pointer;
}

.profile .avatar {
    width: 90px;
    margin-bottom: 50px;
}

.profile .preview {
    margin-bottom: 50px;
}

.profile .preview .thumb {
    display: inline-block;
    width: 250px;
    height: 146px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
}

.profile .preview .description {
    display: inline-block;
    width: 175px;
    vertical-align: top;
    box-sizing: border-box;
}

.profile .preview .description .title-holder {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 5px;
    line-height: 1.5;
}

.profile .preview .description .info-holder {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 7px;
}

.popup .videoWrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

.popup #Brid_87493782 {
    margin-top: 100px;
    width: auto !important;
    height: auto !important;
}

.subscribeTitle {
    color: #415b76;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}

.subscribeSubtitle {
    color: #415b76;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
}

.profile .preview .text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form .checkbox {
    width: 286px;
    margin: 0 auto;
}

.form .checkbox input[type=checkbox] {
    margin: 5px 0 0 0;
}

.form .optional_checkbox_label {
    font-size: 12px;
    line-height: 14px;
    color: #2C2C2E;
    text-align: left;
    padding-left: 0;
}

.gallery {
    margin: 50px 0;
    min-height: 150px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .thumb {
    float: left;
    height: 150px;
    margin-left: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid white;
}

.gallery .thumb:hover {
    border-color: #415b76;
}

#fullImage {
    position: absolute;
    height: 90%;
    width: 90%;
    max-width: 1000px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
}

.loader {
    display: block;
    margin: 170px auto 0 auto;
    width: 50px;
}

.grecaptcha-badge {
    bottom: 80px !important;
}

.lg-float {
    position: absolute;
    line-height: 40px;
    right: 140px;
}


.join-us-table {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;

}

.join-us-table .header-row {
    line-height: 16px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    color: #8E8E93;
}

.avatarImage {
    height: 35px;
    width: 35px;
    display: inline-block;
}

.participation-stats {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    line-height: 30px;
}

.participation-stats span {
    color: #4BB227;
    font-weight: bold;
}

.avatarImage img {
    max-width: 100%;
    max-height: 100%;
}

.join-us-table .username {
    padding-left: 18px;
}

@media (max-width: 1370px) {
    .section2 {
        padding: 0 6%;
    }

    .section1 .container2 #giveaway_form .topArea .time {
        font-size: 18px;
    }
}

@media (max-width: 1157px) and (min-width: 992px) {
    .title_orange {
        font-size: 30px;
        line-height: 54px !important;
        padding: 10px 50px;
    }

    .topArea .time {
        font-size: 16px !important;
    }
}

@media (max-width: 1157px) {
    .section2 .text {
        font-size: 20px;
    }

    .section1 .container2 #giveaway_form .topArea .time {
        font-size: 16px;
    }

    .section1 .container2 #giveaway_form .topArea {
        padding: 10px 20px;
    }

    .section1 .container2 #giveaway_form .payment {
        width: 100%;
    }

    .section1 .container2 .form {
        width: 95%;
    }

    .section1 .container1 .titleWrapper, .section1 .container1 div.text1 {
        width: 95%;
    }

    .section1 .container1 .title1 {
        font-size: 35px;
        line-height: 40px;
    }

    .section1 .container1 .title_green {
        font-size: 40px;
        padding: 7px 15px;
    }

    .section1 .container1 .title3 {
        font-size: 16px;
    }

    .section3 .container {
        max-width: 100%;
    }

    .section3 .container ul {
        justify-content: center;
    }


}

@media (max-width: 1050px) {
    .section1 .container1 {
        width: auto;
        margin: 0 auto 25px auto;
        float: none;
    }

    .section1 .container2 #giveaway_form .topArea .time {
        font-size: 14px;
    }
}




@media (max-width: 1200px){
    .text-block-description{
        width: 78%;
    }
}
@media (max-width: 993px) {
    .section1.points_giveaway .enter-giveaweay-container .enter-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .lg-float, .share-links {
        position: initial;
        line-height: 40px;
        text-align: center;
    }


}

@media (max-width: 900px) {

    .section1 .container2 .halfRow{
        width: 100% !important;
    }

    .section2 .profile {
        width: 100px;
        height: 100px;
        margin-top: 29px;
    }

    .section2 .text {
        font-size: 20px;
        width: calc(100% - 214px);
    }

    .section2 .subscribe {
        width: 114px;
    }

    .section2 .subscribe .title {
        font-size: 14px;
        margin-top: 18px;
    }

    .section2 .subscribe button {
        width: 114px;
        font-size: 14px;
        height: 30px;
    }

    .section1 .container2 .form {
        width: 100%;
    }

    .section1 .container1 .titleWrapper, .section1 .container1 div.text1 {
        width: 100%;
    }


}

@media (max-width: 851px) {

    .section2 .text {
        margin-top: 20px;
    }

    .giveaways ul {
        justify-content: center;
    }
}


@media (max-width: 765px) {

    .section2 .text {
        font-size: 18px;
        margin-top: 30px;
    }
}

@media (max-width: 730px) {
    .section1 .container1 .titleWrapper {
        width: 100%;
    }

    .section1 .container1 .title1 {
        font-size: 32px;
        margin-top: 30px;
    }

    .section1 .container1 .title2 {
        font-size: 43px;
    }

    .section1 .container1 .title3 {
        font-size: 22px;
    }

    .section1 .container2 #giveaway_form .topArea .title1 {
        font-size: 14px;
    }

    .section1 .container2 #giveaway_form .topArea .time {
        font-size: 16px;
    }

    .section1 .container2 #giveaway_form {
        width: 96%;
        padding: 0px 20px 20px 20px;
    }

    .section1 .container3 div {
        font-size: 14px;
    }

    .section2 .text {
        font-size: 15px;
        margin-top: 40px;
    }

    .section1 .container2 .participating, .section1 .container2 .finished, .section1 .container2 .finished_new_account {
        padding: 60px 10%;
        font-size: 25px;
    }

    .section1 .container2 {
        padding: 0;
        margin: 0;
    }

    .section1 .container2 #giveaway_form {
        width: 100%;
    }

    .section1 .container2 .form, .section1 .container2 #zeeto, .section1 .container2 .finished, .section1 .container2 .loaderWrapper, .section1 .container2 .participating, .section1 .container2 .finished_new_account {
        border: none;
        border-radius: 0;
    }

    .section1 .container2 #giveaway_form .topArea {
        margin-top: 30px;
    }

    .section3 .container .prizeTitle {
        text-align: center;
    }
}
@media (max-width: 767px) and (min-width: 651px){
    .title_orange {
        font-size: 30px;
        line-height: 40px !important;
        padding: 10px 50px;
    }
    .topArea .time {
        font-size: 16px !important;
    }
    /*.crown{*/
    /*    width: 50%;*/
    /*}*/
}

@media (max-width: 500px) and (min-width: 375px){
    .title_orange {
        font-size: 24px;
        line-height: 40px !important;
        padding: 10px 10px;
    }
    .time{
        font-size: 15px!important;
    }
    /*.crown{*/
    /*    width: 60%;*/
    /*}*/
}
@media (max-width: 650px) and (min-width: 501px) {

    .section2 .profile {
        width: 68px;
        height: 68px;
        margin-top: 45px;
    }

    .section2 .text {
        width: calc(100% - 182px);
    }

    .section1 .container2 #giveaway_form > .row .button {
        width: 191px;
        height: 35px;
        font-size: 16px;
    }

    .title_orange {
        font-size: 30px;
        line-height: 40px !important;
        padding: 10px 10px;
    }

    .topArea .time {
        font-size: 14px !important;
    }
    /*.crown{*/
    /*    width: 60%;*/
    /*}*/

}

.nice-border {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 25px;
}

.nice-border .image-container {
    height: 170px;
    /*background: #D5FBF0;*/
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    background-size: cover;
}

.nice-border .image-container .bg-image {
    width: 100%;
    height: 100%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.open-details-instant,
.open-details {
    width: max-content;
    cursor: pointer;
}

.sticky-bottom-to-div {
    bottom: 0;
    left: 0;
    position: absolute;
}

.left-time-line {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 12px;
}

.topArea {
    background: #2763E7;
    border-radius: 34px;
    padding: 10px 34px;
    text-align: center;
    display: inline-block;
}

.topArea .time {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    color: #2763E7;
}

#giveaway_form {
    background-color: #ffffff;
    /*width: 80%;*/
    min-height: 400px;
    margin: 0 auto;
    padding: 30px 40px;
    overflow: hidden;
    text-align: center;
    /*border: 1.5px solid #D3D3D3;*/
    box-sizing: border-box;
    /*box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);*/
    /*border-radius: 20px;*/
}

.giveaway_form_new {
    margin: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    text-align: center !important;
    background-color: #ffffff !important;
    border-radius: none !important;
    height: 100% !important;
}

.title1 {
    margin-top: 20px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 32px;
    line-height: 125.3%;
    text-align: center;
    color: #000000;
}

#giveaway_form > .title1 > span {
    color: #E72727;
}

.section1 .container2 #giveaway_form > .title2 {
    margin-top: 7px;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    line-height: 125.3%;
    /*font-weight: bold;*/
}

.section1 .container2 #giveaway_form > .title2 a {
    color: #4BB227;
}

.form input[type=text] {
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 110%;
    color: #000;
    padding-left: 20px;
}

#giveaway_form .dropdown-toggle {
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    height: 45px;
    color: rgba(130, 134, 154, 0.65);
    padding-left: 20px !important;
}

.halfRow {
    width: 45%;
}

.halfRow.left {
    float: left;
}

.button-enter {
    width: 100%;
    height: 40px;
    background: #4BB227;
    border-radius: 34px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.section1 .container2 .giveaway_form_new {
    border-radius: 0;
}

.prizeTitleNew {

    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

#giveaway_form .dropdown-toggle {
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    height: 45px;
    color: rgba(130, 134, 154, 0.65);
    padding-left: 20px !important;
}

.dropdown-menu ul li {
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    width: unset;
    list-style: none;
    border: none;
}

.top_area_new {
    background: url('/assets/img/time_strip.svg') no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 10px 34px;
    text-align: center;
    display: inline-block;
}

ul li .amount {
    margin-top: 60px;
    font-size: 26px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #4BB227;
    font-weight: bold;
    text-align: center;
}

ul li ._label {
    /*margin-top: 5px;*/
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 135.3%;
    letter-spacing: 0.04em;
    text-align: center;
}

ul li .position {
    font-size: 12px;
    line-height: 22px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 35px;
    position: absolute;
    top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    width: fit-content;
}

.list-item-giveaway {
    background: url('/assets/img/first-place-giveaway.svg') !important;
    width: 140px !important;
    height: 140px !important;
    border: none !important;
    margin: 15px !important;
}


.redeem-header {
    margin-top: 26px;
}

.redeem-header .header-text {
    font-size: 30px;
    line-height: 30px;
    margin-right: 30px;
}

.redeem-header .header-btns {
    border: 1px solid #4BB227;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0;
}

.redeem-header .header-btns .header-btn.active-tab {
    background: #4BB227;
    /*margin-left: -20px;*/
    border-radius: 20px;
}

.redeem-header .header-btns .header-btn.active-tab:last-child {
    margin-left: 0px;
    /*margin-right: -20px;*/
}

.redeem-header .header-btns .header-btn.active-tab a {
    color: #fff;
}

.redeem-header .header-btns .header-btn {
    float: left;
    padding: 0 50px;
    height: 100%;
    min-height: 33px;
    line-height: 33px;
}

.redeem-header .header-btns a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 1440px) {
    .header-bg {
        background-size: contain;
    }
}

@media (max-width: 1024px) {
    .header-bg {
        background: none;
    }

    .title-ended {
        font-size: 40px;
        line-height: 43.25px;
    }
}

@media (max-width: 768px) {
    .section1.points_giveaway .container2 {
        text-align: center;
        margin-top: 30px;
    }

    .title-ended {
        font-size: 30px;
        line-height: 31.25px;
    }

    div.tab-content .leaderboard-table .tbody .row-table {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(100% - 10px);
    }
}

@media (max-width: 992px) {
    .redeem-header .header-btns {
        width: max-content;
        margin: 20px auto 0 auto;
    }

    .redeem-header .header-text {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    div.row-header-table {
        padding: 0px 50px;
    }

    .redeem-header .header-btns .header-btn {
        padding: 0 30px;
    }
}

@media (max-width: 576px) {

    .redeem-header .header-btns a {
        font-size: 12px;
    }

    .redeem-header .header-btns .header-btn {
        padding: 0px 20px;
        height: 33px;
        line-height: 33px;
    }
}

.header-bg {
    background-size: contain;
}

.giveaways ul li.zan-answer {
    border: none;
}

div.position {
    background: transparent;
}

.pt-2rem{
    padding-top: 2rem!important;
}

.filter-option-inner-inner{
    margin-top: 2px;
}
.text-block-description a{
    color: #43dc0c;
}
.background-white-block{
    background-color: white;
}