﻿/**************************************
 * HTML ELEMENT OVERRIDES
 **************************************/

/**************************************
 * new Register Terms & Cs CSS
 **************************************/

.register-terms {
    font-style : italic;
    text-decoration: underline;
    color: rgba(118, 118, 118, 1);
}

.register-terms-p {
    font-style : italic;
    font-size: 12px;
}

.ml-5 {
    margin-left: 5%;
}

.ml-10 {
    margin-left: 10%;
}

.text-align-left-mobile-terms {
    font-size: 15px;
    font-style : italic;
}

/**************************************
 * new Desktop Banner CSS
 **************************************/
.home-comp-banner-holder {
    position:relative;
    display: flex;
    top: 0;
    margin-top:0;
    height: 100%;
    width: 100%;
    background-color: #2439EA;
    object-fit: cover;
    overflow: hidden;
    align-items: center;
    justify-content: center;

}

.home-comp-banner-overlay-holder {
    position:relative;
    height: 100%;
    min-width: 2000px;
}

.home-banner-holder {
    position:relative;
    cursor:pointer;
    display: inline-flex;
    top:0;
    margin-top:0;
    padding:0;
    width: 100%;
    background-color: #0f2cf2;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 400px;
    min-height: 400px;
}

.home-banner-holder.mobile {
    min-width: 200px;
    max-height: calc(100vh * 0.90);
    border-radius: 10px;
    overflow:hidden;
}


.home-festive-banner-holder-mobile {
    position:relative;
    display: inline-flex;
    top:0;
    margin-top:0;
    width: 100%;
    max-height: calc(100vw * 0.45);
    min-width: 200px;
    min-height: calc(100vw * 1.92);
    height: calc(100vh * 0.90);
}

.home-comp-banner-overlay-img {
    position:relative;
    height: 100% !important;
    max-height: 600px !important;
    width: auto;
    left: 50%;
    transform: translate(-50%);
    object-fit: contain;
    object-position: bottom;
}

.home-comp-banner-overlay-img.mobile {
    position:relative;
    max-width: 100%;
    max-height: 100% !important;
    height: auto !important;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    object-fit: cover;
    object-position: top;
}

.home-comp-entry-link {
    position:absolute;
    top: 73%;
    left: 10%;
    width: 30%;
    height: 19%;
    z-index:100;
}

.home-comp-terms-link {
    position:absolute;
    top: 84%;
    left: 88%;
    width: 11%;
    height: 8%;
    z-index:100;
}

.home-lil-lets-link {
    position:absolute;
    top: 81%;
    left: 17%;
    width: 20%;
    height: 14%;
    z-index:100;
}

.home-mr-price-link {
    position:absolute;
    top: 72%;
    left: 17%;
    width: 20%;
    height: 12%;
    z-index:100;
}

.home-esprit-link {
    position:absolute;
    top: 66%;
    left: 17%;
    width: 19%;
    height: 12%;
    z-index:100;
}

.home-comp-subscribe-link {
    position:absolute;
    top: 61%;
    left: 13%;
    width: 38%;
    height: 10%;
    z-index:100;
}

.home-comp-back-link {
    position:absolute;
    top: 72%;
    left: 13%;
    width: 38%;
    height: 11%;
    z-index:100;
}

.home-more-comp-link {
    position:absolute;
    top: 67%;
    left: 13%;
    width: 38%;
    height: 11%;
    z-index:100;
}

.home-comp-subscribe-mobile-link {
    position:absolute;
    top: 32%;
    left: 21%;
    width: 58%;
    height: 10%;
    z-index:100;
}

.home-comp-back-mobile-link {
    position:absolute;
    top: 42%;
    left: 21%;
    width: 58%;
    height: 10%;
    z-index:100;
}

.home-more-comp-mobile-link {
    position:absolute;
    top: 36%;
    left: 21%;
    width: 58%;
    height: 11%;
    z-index:100;
}

.home-comp-entry-link-mobile {
    position:absolute;
    top: 32%;
    left: 13%;
    width: 74%;
    height: 11%;
    z-index:100;
}

.home-comp-terms-link-mobile {
    position:absolute;
    top: 93%;
    left: 36%;
    width: 26%;
    height: 5%;
    z-index:100;
}

.home-lil-lets-link-mobile {
    position:absolute;
    top: 86%;
    left: 28%;
    width: 44%;
    height: 9%;
    z-index:100;
}

.home-mr-price-link-mobile {
    position:absolute;
    top: 41%;
    left: 21%;
    width: 58%;
    height: 7%;
    z-index:100;
}

.home-esprit-link-mobile{
    position:absolute;
    top: 32%;
    left: 31%;
    width: 38%;
    height: 7%;
    z-index:100;
}

.competition-image {
    width: 100%;
}

/**************************************
 * Confirmation landing page CSS
 **************************************/
.home-comp-landing-banner-holder {
    position:relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    top: 0;
    margin-top:0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
    overflow: hidden;
}


/**************************************
 * Confirmation page CSS
 **************************************/
a.btn-confirm, a.btn-confirm:hover {
    text-decoration: none;
}

.mobile-background {
    position:relative;
    background-color: #2439EA;
    border-top:3px solid white;
    border-bottom:3px solid white;
    padding-top: 33px;
    padding-bottom: 33px;
}

.competition-landing-background {
    background-image: url("../img/vc-sob/competitions/50k-mobile-bg.png");
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 90vh;
}

@media (min-width: 768px) {
    .competition-landing-background {
        background-image: url("../img/vc-sob/competitions/50k-desktop-bg.png");
        min-height: 100vh;
    }
}

.sob-vh-90
{
    min-height: 90vh;
}

.competition-landing-title-text {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 14vh;
}

.competition-landing-title-text-mobile {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 40px;
}

.competition-landing-title-text-mobile-subscribe {
    color: white;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 40px;
}

.competition-landing-body-text {
    color: white;
    font-size: 24px;
    line-height: 103%;
}

.competition-landing-body-text-subscribe {
    color: white;
    font-size: 28px;
    line-height: 103%;
    margin-top: 20px;
}

.competition-landing-body-text-mobile {
    color: white;
    font-size: 13px;
    line-height: 123%;
}

.competition-landing-body-text-mobile-subscribe {
    color: white;
    font-size: 14px;
}

.competition-landing-btn-style {
    color: white;
    text-transform: uppercase;
    border-radius: 8px;
}

.competition-landing-btn-outline-style {
    color: white !important;
    border: 3px solid white !important;
    text-transform: uppercase;
    border-radius: 8px;
}

.competition-premium {
    color: #ffffff;
}

.competition-900-weight {
    font-weight: 900 !important;
}

.form-box {
    background-color: #DEDEDE;
    width:100%;
    border-radius: 8px;
    padding: 0 24px 24px 24px;
}

.form-box input {
    background-color: white;
}

/**************************************
 * End of Confirmation page css
 **************************************/

/**************************************
 * Partners page CSS
 **************************************/

.rounded-card {
    border-radius: 15px;
}

.add-bottom-margin {
    margin-bottom: 1.5rem;
}

.partner-mobile-text-size {
    font-size: 12px;
}

.partner-title {
    font-size: 14px;
    font-weight: bold;
}

/**************************************
 * END Partners page CSS
 **************************************/

/**************************************
 * Daddys's deals page CSS
 **************************************/
.daddys-deals-btn-hack {
    position: absolute !important;
    border-color: #2439EA;
    /*border-width: 3px;*/
    color: white;
    background: #2439EA;
    font-weight: 700;
    font-size: 16px;
    border-radius: 15px !important;
    height: auto;
}

.daddys-deals-btn-hack:hover {
    color: white;
}

.daddys-deals-btn-hack:focus {
    outline:none !important;
    box-shadow:none !important;
}

.daddys-deals-btn-default {
    /*border-width: 3px;*/
    font-weight: 700;
    font-size: 16px;
    border-radius: 15px !important;
    height: auto;
    padding: 2px;
}

.daddys-deals-line-margin {
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.btn-not-clickable {
    pointer-events: none;
}

.regular-price {
    font-weight: bold;
}

.regular-price-mobile {
    font-weight: bold;
    font-size: 10px;
}

.expires-on-desktop {
    font-weight: bold;
    font-size: smaller;
}

.expires-on-mobile {
    font-weight: bold;
    font-size: 7px;
}

.sales-price {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: bold;
    color: lightgray;
}

.sales-price-mobile {
    text-decoration: line-through;
    font-size: 8px;
    font-weight: bold;
    color: lightgray;
}

.margin-top-smaller-screen {
    @media (max-width: 768px) {
        margin-top: 0.5rem;
    }
}

/*.daddys-deals-mobile-text-size>p {
    font-size: 10px;
}*/

.daddys-deals-category-count {
    font-size: 14px;
    font-weight: bold;
    color: #2439EA;
}

.daddys-deals-category-count-mobile {
    font-size: 10px;
    font-weight: bold;
    color: #2439EA;
}

.daddys-deals-select-filters {
color: white;
    background-color: #2439EA;
}

.daddy-container {
    background-color: #4aff00;
    color: green;
}

.daddys-deals-select-dropdown {
    background-color: #2439EA;
    border-color: #2439EA;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.daddys-deals-mobile-text-size {
    font-size: 10px;
}

.daddys-deals-limit-1-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.daddys-deals-limit-2-lines {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.daddys-deals-minimum-lines-3 {
    min-height: 4.6rem;
}

@media screen and (min-width: 1400px) and (max-width: 1970px) {
    .daddys-deals-offset-special {
        margin-left: 87% !important;
    }

    .daddys-deals-col-special {
        flex: 0 0 auto !important;;
        width: 13% !important;;
    }
}

@media screen and (min-width: 1970px) {
    .daddys-deals-offset-special {
        margin-left: 90% !important;
    }

    .daddys-deals-col-special {
        flex: 0 0 auto !important;;
        width: 10% !important;;
    }
}

@media screen and (max-width: 768px) {
    .daddys-deals-page-item:not(:first-child) .page-link {
        margin-left: -4px;
    }
}

.daddys-deals-limit-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.select2-container--default .select2-selection--single {
    border-color: #2439EA;
    border-width: 3px;
    background: #2439EA;
    font-weight: 700;
    font-size: 16px;
    border-radius: 15px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 15px;
    border: 1px solid #aaa;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable  {
    background-color: white;
    color: #2439EA;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.select2-container--default .select2-results__option--selected {
    background-color: white;
    color: #2439EA;
    border-radius: 15px;
}

.select2-results__option--selectable {
    margin-left: 10px;
    margin-right: 10px;
}

/*https://moderncss.dev/custom-select-styles-with-pure-css/*/

/**************************************
 *END Daddys's deals page CSS
 **************************************/


/**************************************
 *START Competitions page CSS
 **************************************/

.card-body-padding {
padding-left: 0px !important;
}

/**************************************
 *END Competitions page CSS
 **************************************/

/**************************************
 * Sign up Page CSS
 **************************************/

.competition-text {
    color: #3dd5f3;
}

.competition-text-bold {
    font-weight: bold;
    color: #3dd5f3;
    font-size: 57px;
}

.competition-premium {
    color: #ffffff;
}

.sob-sign-up-form {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 13px;
    background: #D4D4D4 !important;
}

.sob-sign-up-form-white {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 13px;
    background: white;
    margin-bottom:10px;
}

.btn-confirm {
    background-color: #2439EA;
    border: none;
    color: white;
    padding: 7px 39px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 1.2rem;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    overflow: hidden;
    cursor: pointer;
}

.btn-signup {
    background-color: #32E0F6;
    border: none;
    color: white;
    padding: 7px 39px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 30pt;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    overflow: hidden;
    cursor: pointer;
}

/**************************************
 * End Sign up Page CSS
 **************************************/

/**************************************
 * Banner Page CSS
 **************************************/

a.terms, a.terms:link, a.terms:visited, a.terms:hover {
    text-decoration: none;
    color: white;
}

a.sign-up-button-mobile, a.sign-up-button-mobile:hover {
    text-decoration: none;
    color: white;
}

a.terms-text-mobile, a.terms-text-mobile:hover {
    text-decoration: none;
    color: white;

}


a.terms-link, a.terms-link:hover {
    text-decoration: none;
    color: white;
}

/**************************************
 * Profile Page CSS
 **************************************/

.font-16 {
    font-size: 16px;
}

/**************************************
 * END Profile Page CSS
 **************************************/

/*
* Mobile Media query
*/
@media only screen  and (max-width: 414px) {

    /* Mobile Carousel  Override */
    /* rtl:begin:ignore */
    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(120%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-120%);
    }

    .bgimg-1-mobile {
        background-image: url('/img/vc-sob/banner/Screen-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 690px;
        max-width: 100%;
        margin-bottom: 38px;
        margin-top: -30px;
    }

    .terms-text-mobile {
        font-size: 13px;
        color: white;
        padding: 24px 42px;
        cursor: pointer;
    }

    .terms-div-mobile {
        padding-top: 75%;
    }


    .sign-up-mobile-div {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(-50%);
        bottom: 0px;
    }

    .sign-up-button-mobile {
        background-color: #3dd5f3;
        border-radius: 3px;
        color: white;
        padding: 0px 92px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 34px;
        font-weight: bold;
        overflow: hidden;
        cursor: pointer;
    }


} /*From Here*/

@media only screen  and (max-width: 320px) {
    . .bgimg-1-mobile {
        background-image: url('/img/vc-sob/banner/Screen-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 665px;
        margin-bottom: 38px;
        margin-top: -32px;
    }


    .terms-text-mobile {
        font-size: 11px;
        color: white;
        padding: 24px 42px;
        cursor: pointer;
    }

    .terms-div-mobile {
        padding-top: 273px;
    }


    .sign-up-button-mobile {
        background-color: #3dd5f3;
        border-radius: 3px;
        color: white;
        padding: 0px 70px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 34px;
        font-weight: bold;
        overflow: hidden;
        cursor: pointer;
    }


}

@media only screen  and (max-width: 300px) {
    .bgimg-1-mobile {
        background-image: url('/img/vc-sob/banner/Screen-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 395px;
        margin-bottom: 38px;
        margin-top: -32px;
    }

    .terms-text-mobile {
        font-size: 11px;
        color: white;
        padding: 24px 42px;
        cursor: pointer;
    }

    .terms-div-mobile {
        padding-top: 273px;
    }

    .sign-up-button-mobile {
        background-color: #3dd5f3;
        border-radius: 9px;
        color: white;
        padding: 0px 111px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 34px;
        font-weight: bold;
        overflow: hidden;
        cursor: pointer;
    }

}

@media only screen  and (max-width: 280px) {
    .bgimg-1-mobile {
        background-image: url('/img/vc-sob/banner/Screen-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 478px;
        margin-bottom: 24px;
        margin-top: -30px;
    }


    .terms-text-mobile {
        font-size: 11px;
        color: white;
        padding: 0px 0px;
        cursor: pointer;
    }

    /*
    .terms-div-mobile {
        padding-top: 277px;
    }


    .sign-up-mobile-div {
        padding-top: 270px;
    }
    */

    .sign-up-button-mobile {
        background-color: #3dd5f3;
        border-radius: 3px;
        color: white;
        padding: 0px 40px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        overflow: hidden;
        cursor: pointer;
    }

}

@media only screen  and (max-width: 240px) {
    .bgimg-1-mobile {
        background-image: url('/img/vc-sob/banner/Screen-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 478px;
        margin-bottom: 24px;
        margin-top: -30px;
    }


    .terms-text-mobile {
        font-size: 11px;
        color: white;
        padding: 0px 0px;
        cursor: pointer;
    }

/*    .terms-div-mobile {
        padding-top: 277px;
    }


    .sign-up-mobile-div {
        padding-top: 270px;
    }*/

    .sign-up-button-mobile {
        background-color: #3dd5f3;
        border-radius: 3px;
        color: white;
        padding: 0px 40px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        overflow: hidden;
        cursor: pointer;
    }

}