.container_page_template_bt_twenty_twentyfive {
    width: clamp(300px, 77vw, 1200px);
    box-sizing: border-box;
    min-height: 600px;
    padding: 50px clamp(10px, 5vw, 50px) 70px clamp(10px, 5vw, 50px);
    padding: clamp(10px, 7vw, 70px) clamp(10px, 9vw, 90px) !important;
    border-radius: 15px;
    margin: 50px auto 100px auto;    
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#selected_subcription_package_data  {
    margin-bottom: 10px;
}

#selected_subcription_package_notification_about_registration_amout {
    margin: 15px auto 25px auto;
    padding: 17px 10px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 6px 1px #1d1d1d40; */
    text-align: center;
    color: #4a4a4a;
    font-size: 12px;
    background-color: #fdf2e3;
}

.choose_your_sub_plan_wrapper_0 {
    margin-top: clamp(20px, 6vw, 60px);
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .choose_your_sub_plan_wrapper_0 {
        margin-top: clamp(40px, 4vw, 50px);        
    }
}

.choose_your_sub_plan_wrapper_1 {
    background: #fff;
    width: clamp(250px, 35vw, 280px) !important;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 40px;
}

.choose_your_sub_plan_header {
    color: #666 !important;
    font-family: roboto slab, serif;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 23px);
    line-height: 1.2em;    
    padding-bottom: 16px;
    padding-left: 0;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.subcr_plan_slogan {
    position: absolute;
    right: clamp(250px, 35vw, 280px);
    text-align: right;
    padding: 0 20px 0 0;
    font-size: clamp(9px, 0.9vw, 12px);
    width: clamp(80px, 18vw, 200px);
    color: #999;
    margin: 0;
    font-family: roboto;
    top: 50%;
    transform: translateY(-50%);
}

.subcr_plan_slogan img {
    position: absolute;
    right: 0;
    width: 14px;
    margin-top: -5px;
    top: 50%;
}

.subscription_options_in_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subscription_options_in_ul li {
    position: relative;
    background: #efefef;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: clamp(10px, 1vw, 12px);
    margin: 0 11px 10px 0;    
}

.subscription_options_in_ul li:hover {
    background: #e0e0e0;   
}

.subscription_options_in_ul li span img {
    max-width: 57px;
}

.subscription_options_in_ul li:last-child span img {
    max-width: 90px;
}

.subscription_options_in_ul li span strong {
    line-height: 12px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    color: #666;
    margin: 0 3px 0 0;
}

.subscription_options_in_ul li span {
    position: absolute;
    right: -12px;
    z-index: 1;
    top: -4px;
    line-height: normal;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    align-items: center;
}

.subscription_options_in_ul li input {
    vertical-align: -3px;
    margin: 0 1px 0 8px !important;
}

.subscription_options_in_ul li label {
    padding: 17px 0 !important;
}

.choose_your_sub_plan_wrapper_1 .button_go_to_checkout_page {
    display: inline-block;
    max-width: none;
    width: 100%;
    border-radius: 4px;
    padding: 12px 0px;
    background: #12c3e2;
    color: #fff;
    text-align: center;
    vertical-align: top;    
    background: linear-gradient(to bottom, #ffcc58 0%, #fd8219 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6ae50',endColorstr='#fe8e24',GradientType=0);      
    box-shadow: 0 2px 6px 0 #8d8d8c;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 0 2px 7px #2d2d2d;
}

.choose_your_sub_plan_wrapper_1 .button_go_to_checkout_page:hover {
    background: linear-gradient(to bottom, #ffcc58 0%, #e97c1c 100%);
    outline: solid 2.3px #ecaa2d;
}

.choose_your_sub_plan_wrapper_1 .button_go_to_checkout_page a {
    padding: 12px 4px !important;
    text-shadow: 0 2px 7px #2d2d2d;
    font-weight: 700;
    display: block;
    font-size: 16px;
}

.button_go_to_checkout_page a {
    color: #fff !important;
    text-decoration: none !important;
}

.choose_your_sub_plan_wrapper_1 .term_and_conditions_below_orange_button {
    color: #a7a7a7 !important;
    list-style: none;
    padding: 0;
    margin: 15px -35px 0;
    text-align: center;
    font-size: clamp(9px, 1vw, 12px);
}

.table_of_curriculum_content_header_top {
    padding-left: clamp(100px, 10vw, 140px);
    margin-top: 40px;
    color: #333;
    font-size: 14px;
}

.table_of_curriculum_content_header_top ul {
    display: flex;
    width: clamp(370px, 49vw, 640px);
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.table_of_curriculum_content_header_top ul li {
    float: left;
    text-align: center;
    padding: 10px 0;
}

.table_of_curriculum_content_header_top ul li strong {
    font-weight: 700;
}

.table_of_curriculum_content_wrapper {
    display: flex;
    flex-wrap: nowrap;
    color: #333;
}

.table_of_curriculum_content_left ul li {
    text-align: right;
    padding: 10px 20px 10px 10px;
    font-size: clamp(10px, 1vw, 12px);
    height: 50px;
    box-sizing: border-box;
}

.table_of_curriculum_content_left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: clamp(12px, 1.2vw, 14px);
    list-style-type: none;
}

.table_of_curriculum_content_left {
    max-width: clamp(100px, 10vw, 140px);
    float: left;
    padding-top: 13px;
}

.table_of_curriculum_content_middle {
    float: left;
    border-radius: 5px;
    background-color: #efefef;
    padding: 15px 0 20px;
}

.table_of_curriculum_content_middle_row {
    display: table;
    width: 100%;
}

.table_of_curriculum_content_middle_row ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: clamp(12px, 1.2vw, 14px);
    list-style-type: none;
}

.table_of_curriculum_content_middle_row ul li {
    width: 80px;
    text-align: center;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

.table_of_curriculum_content_middle_row li span {
    display: block;
    font-size: clamp(10px, 1vw, 12px);
}

.table_of_curriculum_content_middle_row li span .green_checkmark_table_of_curriculum_content {
    color: #6ce500;
    font-weight: 900;
    font-size: 15px;
}

.green_checkmark_table_of_curriculum_content:before {
    content: "\2713";
}

.table_of_curriculum_content_right {
    background-color: #d9d9d9;
    border-radius: 5px;
    float: left;
    width: 110px;
    margin-top: -24px;
    color: #fff;
    margin-left: -5px;
    padding-bottom: 21px;
}

.table_of_curriculum_content_right img.sticker_login_page {
    width: clamp(100px, 15vw, 150px);
    margin: clamp(-85px, -8vw, -60px) 0 -12px -18px;
    position: absolute;
    vertical-align: middle;
}

.table_of_curriculum_content_right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: clamp(12px, 1.2vw, 14px);
    list-style-type: none;
}


.table_of_curriculum_content_right ul li {
    text-align: center;
    font-size: clamp(10px, 1vw, 12px);
    height: 50px;
    display: table;
    width: 100%;
}

.table_of_curriculum_content_right ul li p {
    display: table-cell;
    vertical-align: middle;
}

.table_of_curriculum_content_right ul li span {
    display: block;
    font-weight: 600;
    color: #000;
}

/* Override styles for screen widths from 768px to 481px */
@media screen and (max-width: 768px) {
    .table_of_curriculum_content_header_top, 
    .table_of_curriculum_content_wrapper {
        display: none;
    }

    .subcr_plan_slogan {
        display: none;
    }
}

.checkout_view_new_subscription_wrapper {    
    margin: 0 !important;
    max-width: 100% !important;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    gap: 70px;
    box-sizing: border-box;    
    color: #626262;
}

.checkout_view_new_subscription_wrapper h5 {
    color: #666666 !important;
    margin: 4px;
    font-weight: 400;
}


#container_active_image_and_text_of_benefit_box_mountain_modal {
    color: #333;
    font-size: 14px;
}

#nav_menu_bottom_box_mountain_modal {
    color: #333;
    font-size: 14px;
}

.green_button_checkoutpage input[type=button] {
    background: linear-gradient(to top, #88e204 0%, #b3eb45 100%);
    box-shadow: 0 2px 6px 0 #8d8d8c;
    text-shadow: 0 2px 7px #2d2d2d;
    font-weight: 700;
    padding-top: 0;
    border: none;
    height: auto;
    padding: 20px;
    color: white;
    width: 100%;
    font-size: 16px;
}

.green_button_checkoutpage input[type=button]:hover {
    outline: solid 2px #54b331;
    border-radius: 4px;
}

.checkout_view_new_subscription_wrapper .checkbox_text {
    color: #000;
    float: left;
    font-size: 10px;
    line-height: 1;
    margin-left: 0;    
    width: 100%;
    font-family: 'Roboto';
    padding-left: unset;
    margin-bottom: 0px;
}



.containter_first_and_last_name_checkout {
    display: flex; 
    gap: 7px; 
    justify-content: space-between;
}

.containter_first_name_checkout, 
.containter_last_name_checkout {
    width:50%;  
    display:flex; 
    flex-direction:column
}

.checkbox_area {
    display: flex;
    align-items: center;
    margin: 10px 0 0px 0;
    gap: 5px;
    margin-bottom: 10px;
}

#error_text_for_email_input {
    font-size: 12px;
    color: grey;
    padding-left: 7px;
}

.checkbox_area .checkbox #terms {
    margin: unset;
    position: relative;
}

.user_form_and_credit_card_input_form {
    width: clamp(280px, 30vw, 322px) !important;
    overflow: inherit;
    padding: 0;
}

.user_form_and_credit_card_input_form>h2 {
    font-size: clamp(25px, 2.5vw, 29px);
    line-height: normal;
    font-weight: 600;
    font-family: 'Roboto';
    color: #4a4a4a !important;
    letter-spacing: -0.4px;
    margin: 10px 0px 10px 0px;
}

.checkout_form_user_detail_name_and_email_wrapper {
    width: 100% !important;
}

.checkout_form_user_detail_name_and_email {
    width: 100%;
}

#questionMark {
    margin-left: 5px;
    cursor: pointer;
    color: #fff;
}

.checkout_form_user_detail_name_and_email_wrapper .field {
    background: #eee;
    border-radius: 3px;
    border: none;
    min-height: 35px;
    width: 100%;
    padding: 9px;
    margin-bottom: 6px;
    font-size: 12px !important;
    box-sizing: border-box;
}

.visa_card_graphics_on_checkout {
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
    padding: unset;
    background: transparent url(https://www.mattevideo.no/wp-content/plugins/braintree-payment/images/visa-card-bg-new.png) no-repeat;
    background-size: cover !important;
}

.visa_card_graphics_on_checkout h1 {
    font-size: clamp(10px, 1vw, 14px);
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #636363;
    letter-spacing: normal;
    line-height: 9px;
    padding: 20px 0px 0px 10px;
}

.visa_card_graphics_on_checkout h2 {
    font-size: clamp(10px, 1vw, 14px) !important;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 1px 1px 2px #636363;
    letter-spacing: normal !important;
    line-height: normal !important;
    padding: 0px 0px 0px 10px;
    margin: unset;
}

.cardinfo-wrapper_expdata_and_cvv_number {
    display: flex;
    justify-content: flex-start;
    /* margin: 12px 10px; */
    padding-bottom: 10px;
}

.cardinfo-label {
    color: #fff;
    font-size: clamp(10px, 1vw, 14px);
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #333;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
    margin: 10px 0px 0px 10px;
}

.input-wrapper {
    height: 23px;
    padding: 5px 10px;
    margin-bottom: 1em;
    background: #fff none repeat scroll 0 0 !important;
    border: medium;
    border-radius: 3px;
    box-shadow: 8px 9px 6px -9px rgba(0,0,0,.48) inset!important;
    transition: transform .3s;
    margin: 12px 10px;
    box-sizing: border-box;
    width: unset;
}

#cvv-info-div {
    right: -220px !important;
    top: 7px !important;
    position: absolute;
    right: -281px;
    top: -50px;
    display: none;
}

.checkout_marketing_box {    
    box-shadow: 1px 2px 7px 2px #bfbfbf;
    border-radius: 12px;
    padding: clamp(10px, 5vw, 50px);
    width: clamp(280px, 50vw, 410px);
    height: fit-content;
}

.checkout_marketing_box ul {
    padding: 10px;
    list-style-type: none !important;
}

.checkout_marketing_box ul li h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0;
}


.checkout_marketing_box ul li {
    padding-left: 100px;
}

.checkout_marketing_box ul li:first-child {
    background: url(//s3-us-west-2.amazonaws.com/mattevideoimages/logginn/saticfiction.png);
    background-size: 47px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-position: right;
    padding-left: 0px;
    padding-right: 70px;
}

.checkout_marketing_box ul li:nth-child(2) {
    background: url(//s3-us-west-2.amazonaws.com/mattevideoimages/logginn/security.png);
    background-size: 70px;
    background-repeat: no-repeat;
    min-height: 94px;
    margin-bottom: -15px;
}

.checkout_marketing_box ul li:last-child {
    background: url(//s3-us-west-2.amazonaws.com/mattevideoimages/logginn/boy_icon.png);
    background-size: 82px;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 20px;
    background-position: right;
    min-height: 170px;
    padding-top: 50px;
}

.checkout_marketing_box ul li p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 10px;
}

.checkout_marketing_box ul li {
    margin-bottom: 30px;
}

.change_status_subscription_plan, 
.change_payment_card_for_subscription_plan, 
.activate_a_new_subscription, 
#cancel_expired_subscription,
#cancel_my_subscription 
{
    color:rgb(0, 141, 206);
    cursor: pointer;
}

.change_status_subscription_plan:hover, 
.change_payment_card_for_subscription_plan:hover, 
.activate_a_new_subscription:hover, 
#cancel_expired_subscription:hover,
#cancel_my_subscription:hover 
{
    text-decoration: underline;
}

.label_select_subscription_for_reactivation {
    color: black;
    font-size: 14px;
}

#button_to_cancel_my_subscription {
    cursor: pointer;
    color:rgb(0, 141, 206);
}

#button_to_cancel_my_subscription:hover {
    text-decoration: underline;
}


.my_user_settings_steps_root_step {
    padding:10px;   
}

#subscription_signup_step-view_menu_of_subscription_plans {

}
