/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */

#add_coupon {
    margin-top: 50px;
}

#add_coupon .step {
    padding: 20px;
    margin: 15px 0;
    background: #fafafa;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    min-height: 100px;
    -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.05);
    color: #6f6f6f;
    display: none;
}

#add_coupon .step#step_1 {
    display: block;
}

#add_coupon .step .step_title {
    color: #6f6f6f !important;
    margin: 0px 0 20px 0;
    font-size: 25px;
    line-height: 30px !important;
}

#add_coupon .step .step_question {
    color: #d43b0c !important;
    margin: 0px 0 20px 0;
    font-size: 18px;
    line-height: 30px !important;
}

#add_coupon .step .radio {
    margin-bottom: 15px;
}

#add_coupon .step .radio label {
    display: block;
    padding: 10px 30px 10px 10px;
    background: #fff;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    line-height: 30px;
}

#add_coupon .step .radio input {
    margin-top: 8px !important;
}

#add_coupon .step_footer {
    margin-top: 20px;
}

#add_coupon .step .form-group {
    display: block;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    line-height: 30px;
}

#add_coupon .step #coupon_code {
    padding: 15px;
    text-align: center;
    margin: 50px auto 20px auto;
    position: relative;
    font-size: 28px;
    border: 3px dashed #eee !important;
    background: #fff;
    width: 200px;
}

#add_coupon #step_5 #copy_alert {
    display: none;
    transition: all 0.5s ease 0s;
    text-align: center;
    margin: 10px 0;
}

/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */


#list_promotions .jumbo_header {
    background-image: url("../images/backgrounds/bg_33.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}


#list_promotions .jumbo_header .overlay {
    /* background: rgba(0, 0, 0, 0.3); */
    padding: 70px 15px 90px 15px;
}

#list_promotions .jumbo_header .header_container {
    max-width: 700px;
    margin: auto;
    position: relative;
}

#list_promotions .jumbo_header .page_title {
    margin: 50px 0 70px 0;
    text-align: center;
    color: #fff;
}

#list_promotions .jumbo_header .page_title .pre_title {
    font-size: 16px;
    font-weight: bold;
    font-family: var(--nice_font_2);
}

#list_promotions .jumbo_header .page_title .title {
    font-size: 50px;
    line-height: 30px;
}

#list_promotions .jumbo_header .page_title .desc {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--nice_font_2);
    max-width: 500px;
    margin: 30px auto 0 auto;
}

#list_promotions .jumbo_header .action_btn {
    max-width: 200px;
    margin: auto;
    transition: all 0.5s ease-in-out;
}

#list_promotions .jumbo_header .action_btn:hover {
    max-width: 250px;
    transition: all 0.5s ease-in-out;
}

#list_promotions .jumbo_header .action_btn .btn {
    background-color: #2da85d;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
    transition: all 0.5s ease-in-out;
}

#list_promotions .jumbo_header .action_btn .btn:hover {
    background-color: #f03e07;
    border-radius: 30px !important;
    padding: 20px 0;

    transition: all 0.5s ease-in-out;
}

#list_promotions .container.promotions {
    margin-top: -50px;
}

#list_promotions .contents {
    margin-bottom: 30px;
    margin-bottom: 140px;
}







/* /////////////////////// */

#promotions .section_title {
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

#promotions .subscriber {
    padding: 15px;
    background: #fff;
    border: 2px dashed #ddd;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    width: 160px;
    margin: 15px;
    display: inline-block;
}

#promotions .subscriber {
    padding: 15px;
    background: #fff;
    border: 2px dashed #ddd;
    transition: all 0.5s ease 0s;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}

#promotions .subscriber:hover {
    border: 2px dashed #689800;
    background: #f3fff6;
    transition: all 0.5s ease 0s;
}

#promotions .subscriber .sub_photo {
    position: relative;
}

#promotions .subscriber .sub_name {
    margin-top: 20px;
}

#promotions .subscriber .sub_name a {
    display: block;
}

#promotions .subscriber .sub_country {
    position: absolute;
    bottom: -7px;
    width: 100%;
    text-align: center;
}

#promotions .subscriber .sub_country img {
    display: inline-block;
    height: 22px !important;
    width: 32px !important;
}

#promotions .subscriber .sub_rating {}

#promotions .subscriber .sub_title {
    font-size: 12px;
}

#promotions .subscriber .sub_action {
    margin-top: 20px;
}



/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */

:root {
    --card_image_container_dimension: 200px;
    --card_image_container_radius: 100px;
    --card_image_dimension: 128px;
}


#list_promotions .discount_card {
    box-shadow: 0px 1px 46px 22px rgba(0, 0, 0, 0.1);
    border-radius: 30px !important;
    transition: all 0.5s ease 0s;
}

#list_promotions .discount_card .data_section,
#list_promotions .discount_card .discount_section {
    height: 500px;
}

#list_promotions .discount_card .data_section {
    background-color: #fff;

    border-radius: 0px 30px 30px 0;
}


#list_promotions .discount_card .data_section .header .card_image {
    width: var(--card_image_container_dimension);
    height: var(--card_image_container_dimension);
    border-radius: var(--card_image_container_radius);
    background-color: #fff;
    padding: 0px;
    line-height: var(--card_image_container_dimension);
    text-align: center;
    margin-top: -60px;
    box-shadow: 0px -10px 5px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease 0s;
}

#list_promotions .discount_card .data_section .header .card_image img {
    width: var(--card_image_dimension);
    height: auto;
    border-radius: 20px;
    line-height: var(--card_image_container_dimension);
    margin: auto;
    vertical-align: middle;
    display: inline-block;
}


#list_promotions .discount_card .data_section .header .info_icon {
    text-align: left;
    font-size: 40px;
    margin-left: 30px;
    margin-top: 15px;
}


#list_promotions .discount_card .data_section .body {
    padding: 0px 50px 0px 20px;
    height: 270px;
    display: flex;
    justify-content: start;
    align-items: end;
}


#list_promotions .discount_card .data_section .body_content {}

#list_promotions .discount_card .data_section .body .card_title {
    font-size: 50px;
    margin-bottom: 20px;
}

#list_promotions .discount_card .data_section .body .card_subtitle {
    font-size: 24px;
    line-height: 40px;
    font-family: var(--nice_font_2);
    max-width: 700px;
    max-height: 80px;
    overflow: hidden;

}

#list_promotions .discount_card .data_section .body .card_subscribers {
    margin-top: 40px;
}

#list_promotions .discount_card .data_section .body .card_subscribers a {
    border: 1px solid #333;
    border-radius: 30px;
    color: #333;
    background-color: transparent;
    font-size: 22px;
    line-height: 50px;
    padding: 0px 15px;
    font-family: var(--nice_font_2);
    transition: all 0.5s ease 0s;
}


#list_promotions .discount_card .data_section .body .card_properties {
    display: none;
}

#list_promotions .discount_card .data_section .body .card_properties .info {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 5px;
    min-width: 135px;
}

#list_promotions .discount_card .data_section .body .card_properties .title {
    padding: 5px 10px;
}

#list_promotions .discount_card .data_section .body .card_properties .data {
    padding: 5px 10px;
}


#list_promotions .discount_card .discount_section {
    background-color: #f1f1f1;
    border-radius: 30px 0px 0px 30px;
    padding: 20px;
    text-align: center;
}

#list_promotions .discount_card .discount_section .subtitle {
    margin-top: 70px;
    font-size: 50px;
    font-family: var(--nice_font_2);
}

#list_promotions .discount_card .discount_section .discount_value {
    margin-top: 20px;
    font-size: 80px;
    font-family: var(--nice_font_2);
    font-weight: bold;
}

#list_promotions .discount_card .discount_section .code_title {
    margin-top: 9px;
    font-size: 22px;
    font-family: var(--nice_font_2);
}

#list_promotions .discount_card .discount_section .code {
    margin-top: 20px;
}

#list_promotions .discount_card .discount_section .code .input_container {
    border: 1px solid #333;
    border-radius: 30px;
    margin: auto;
    width: 260px;
}

#list_promotions .discount_card .discount_section .code .input_container input {
    border: none;
    background-color: transparent;
    font-size: 24px;
    line-height: 50px;
    padding: 10px 15px;
    color: #333;
    box-shadow: none;
    width: 100%;
    padding: 26px 0;
}


#list_promotions .discount_card .discount_section .code_terms {
    margin-top: 20px;
    font-family: var(--nice_font_2);
    font-size: 14px;
    text-decoration: underline !important;
}

#list_promotions .promo_modal .modal-content {
    border-radius: 30px !important;
}

#list_promotions .promo_modal .modal-body {        
    padding: 30px 20px 30px 20px;
}

#list_promotions .promo_modal .modal-body h3.title {
    margin-top: 0px;
}

#list_promotions .promo_modal .modal-body .details {
    padding: 15px;
    border-radius: 30px;
    margin-top: 30px;    
    line-height: 36px;
    font-size: 18px;
    font-family: var(--nice_font_2);
}


/* //////////////// Hover Effects ///////////// */

#list_promotions .discount_card:hover {
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 30px !important;
    transition: all 0.5s ease 0s;
}

#list_promotions .discount_card .data_section .body .card_subscribers a:hover {
    background-color: #333;
    color: #fff;
    transition: all 0.5s ease 0s;
}



/* //////////////// Mobile Screen ///////////// */


@media (max-width: 992px) {
    #list_promotions .discount_card .data_section .header .card_image {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #list_promotions .discount_card .data_section,
    #list_promotions .discount_card .discount_section {
        height: auto !important;
    }

    #list_promotions .discount_card .data_section {
        text-align: center !important;
        border-radius: 30px 30px 0 0 !important;
        padding-bottom: 40px !important;
    }

    #list_promotions .discount_card .data_section .body {
        height: auto;
        justify-content: center;
        align-items: center;
    }

    #list_promotions .discount_card .data_section .body .card_title {
        font-size: 40px;
    }
    
    #list_promotions .discount_card .data_section .body .card_subtitle {
        max-height:none !important;
        font-size:18px !important;
        line-height: 30px !important;
    }


    #list_promotions .discount_card .discount_section {
        border-radius: 0 0 30px 30px !important;
    }

    #list_promotions .discount_card .discount_section .subtitle {
        margin-top: 10px;
        font-size: 30px !important;
    }

    #list_promotions .discount_card .discount_section .discount_value {
        font-size: 60px;
    }

}