.container-curriculum-menu {
    font-size: clamp(11px, 0.95vw, 14px);
    display: flex;
    align-items: flex-start;
    justify-content: left;
    gap: 20px;
    background-color: white;
    padding-top: clamp(25px, 5vw, 33px);
    padding-bottom: clamp(40px, 6vw, 50px);
}

.wrapper_for_frontpage_search_banner_AND_curriclum_action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header_curriculum_menu {
    font-size: calc(clamp(11px, 0.95vw, 14px)*1.15);
    font-weight: 600;
    color: #4f4f4f;
    letter-spacing: 0.2px;
    padding: 0px 0 5px 8px;
}

.filter_menu_headers_blue {
    font-size: calc(clamp(11px, 0.95vw, 14px)*1.10);
    font-weight: 600;
    line-height: normal;
    color: #565656;
    letter-spacing: 0.2px;
    margin: 5px 0px clamp(15px, 1.5vw, 17px) 0px;
}


.container-curriculum-menu-left-part {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.choose_your_curriculum {
    border-radius: 6px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 0px;
    width: max-content;
    height: clamp(30px, 4.75vw, 37px);
    /* this value is used also elsewhere in this menu  */
}

.grey_container_choose_your_curriculum {
    background-color: #f4f4f4;
    /*this is light grey color*/
    height: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px 5px;
}

.choose_your_curriculum a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    padding: clamp(14px, 1.5vw, 20px) clamp(7px, 0.9vw, 10px);
    position: relative;
}

.curriculum_tab:hover,
.curriculum_tab.active {
    color: white;
    font-weight: 600;
    background-image: url("/wp-content/themes/mattevideo_2025/02_10_curriculum_menu/banner_active_curriculum.png");
    background-position: center center;
    background-size: 34px;
    background-repeat: no-repeat;
}

.curriculum_tab:hover {
    filter: brightness(117%) saturate(80%);
}

.about_the_curriculum_text {
    width: clamp(220px, 26vw, 290px);
    display: flex;
    padding: 1px 0px 0px 10px;
    font-size: calc(clamp(11px, 0.95vw, 14px)*0.9);
    color: #bebebe;        
    line-height: normal;
}

.about_the_curriculum_text .om_kurset_no_line_break {
    white-space: nowrap;
}

.container-curriculum-menu-right-part {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.container-curriculum-menu-right-part-child {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.container_action_tab_video_learning,
.container_action_tab_efficient_self_tests,
.container_action_tab_exam_walkthrough,
.container_action_tab_support_agent {
    height: clamp(30px, 4.75vw, 37px);
    /*same height as SELECTOR .choose_your_curriculum */
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.grey_background_container_action_tab {
    height: 100%;
    border-radius: 6px;
    background-color: #f3f3f3;
    /*this is very light grey color*/
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 11px 0 13px;
}

.grey_background_container_action_tab {
    cursor: pointer;
}

.grey_background_container_action_tab.active {
    background-color: #f4f4f4;
    /*this is light grey color*/
}

.container_for_settings_button {
    height: clamp(30px, 4.75vw, 37px);
    /*same height as SELECTOR .choose_your_curriculum */
    position: relative;
    display: flex;
    z-index: 1;
}

.container_action_tab_efficient_self_tests .container_for_settings_button {
    visibility: hidden;
}



button#update_display_settings_for_video_learning, 
button#update_display_settings_for_effective_self_tests 
{
    position: relative;
    height: 100%;
    border-radius: 6px;
    background-color: #f4f4f4;
    /*this is light grey color*/
    border: none;
    font-size: inherit;
    cursor: pointer;
}

button#update_display_settings_for_video_learning:hover, 
button#update_display_settings_for_effective_self_tests:hover
{
    background-color: #efefef;
    /*this is light grey color*/
}

.icon_for_curriculum_button_search_icon {
    position: relative;
    height: 30px;
    aspect-ratio: 1/1;
}

.icon_for_curriculum_button_search_icon_circle_part {
    position: absolute;
    top: 8px;
    right: 9px;
    height: 9.5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    outline: 3px solid #b3b3b3;
}

.icon_for_curriculum_button_search_icon_handle_part {
    position: absolute;
    top: 16px;
    right: 18px;
    height: 8px;
    width: 3.5px;
    border-radius: 3px;
    background-color: #b3b3b3;
    transform: rotate(40deg);
}

.search_icon_for_button {
    position: relative;
    height: 30px;
    aspect-ratio: 1/1;
}

.search_icon_for_button_circle_part {
    position: absolute;
    top: 9px;
    right: 9px;
    height: 8.5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    outline: 3px solid #b3b3b3;
}

.search_icon_for_button_handle_part {
    position: absolute;
    top: 16px;
    right: 17px;
    height: 8px;
    width: 3.5px;
    border-radius: 3px;
    background-color: #b3b3b3;
    transform: rotate(40deg);
}

.icon_button_for_curriculum_setting_container {
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.icon_button_for_curriculum_setting_container_top_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.icon_button_for_curriculum_setting_line {
    width: 8px;
    height: 3.5px;
    background-color: #bdbdbd;
    border-radius: 2px;
}

.icon_button_for_curriculum_setting_circle {
    width: 6.25px;
    height: 6.25px;
    border-radius: 50%;
    background-color: #bdbdbd;
}

.icon_button_for_curriculum_setting_container_bottom_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}


#container_for_minimized_search_bar_and_book_selector_tab {
    position: relative;    
    font-size: clamp(11px, 0.95vw, 14px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: clamp(300px, 77vw, 1200px);
    background: white;
    z-index: 2;        
    height: 0px;
}

#container_for_minimized_search_bar {
    background-color: #e9e9e9ff;
    padding: 10px 10px 10px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
}

#modal_container_for_minimized_search_bar {    
    padding: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;    
    width: clamp(260px, 40vw, 425px);
    margin-top: clamp(-50px, -4vw, 0px);
    
}

#modal_row_wrapper_for_minimized_search_bar
{
    display: flex;
    flex-direction: row;
}

#row_wrapper_for_minimized_search_bar 
{
    display: flex;
    flex-direction: row;
    border-radius: 6px;
}

#row_wrapper_for_minimized_search_bar:hover
{
    outline: solid black 2px;

}


#container_for_minimized_search_bar:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;    
    content: "";
    display: block;    
    border: solid 24px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width: 0px;    
    border-left-color: white;
    border-right: none;
    border-left-width: 6px;
    margin-right: 10px;
    margin-left: 0px;
    box-sizing: border-box;
}

#input_field_minimized_search_bar, 
#modal_input_field_minimized_search_bar 
{
    background: white;
    border: unset;
    border-radius: 6px 0 0 6px;
    padding: 0px 20px 0px 10px;    
    width: 110px;
    color: #3c3c3c !important;
    font-size: 16px;
}

/* Removes the outline and border when focused */
#input_field_minimized_search_bar:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}


#button_input_field_minimized_search_bar,
#modal_button_input_field_minimized_search_bar
{
    background: white;
    border: unset;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    padding: unset;
    padding-right: 6px;
}

#clear_input_field_minimized_search_bar {
    border: unset;
    background-color: white;    
    font-size: 20px;
    color: #bebebe;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;    
    width: 20px;
    margin-left: -20px;
    display: none;
}

#container_for_book_selector_tab {
    background-color: #f3f3f3ff;
    padding: 10px 10px 10px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: clamp(9px, 0.85vw, 12px);
    font-weight: 400;
    line-height: clamp(13px, 1.2vw, 15px);
    color: #292929;
    margin-bottom: -1px;
}

#container_for_book_selector_tab:hover {
    background-color: #ff937aff;        
    color: white ;
    background-color: #eaeaea;
    color: #181818 ;
}

#container_for_book_selector_tab:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;    
    content: "";
    display: block;    
    border: solid 20px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width: 0px;    
    border-left-color: white;
    border-right: none;
    border-left-width: 6px;
    margin-right: 10px;
    margin-left: 0px;    
    box-sizing: border-box;
}

#curriculum_children_listing_container {
    background-color: white;
    width: clamp(300px, 77vw, 1200px);
    padding: 0 clamp(5px, 3vw, 40px);
    box-sizing: border-box;
    position: relative;
    display: none;
}

#curriculum_children_listing_container_background_wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;     
    z-index: 3;
    top: 0;
    right: 0;
}

.curriculum_children_listing_flex_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;    
    padding-top: clamp(20px, 5vw, 60px);
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
    padding-bottom: clamp(20px, 3vw, 40px);
    font-size: calc(clamp(11px, 0.95vw, 14px)* 0.9);
    /* margin: 30px 0px clamp(-40px, -3vw, 0px) 0px; */
    z-index: 3;
    position: relative;
    background-color: #fff4de;
    background-color: white;
    border-radius: 13px;
    box-shadow: 0px 0px 8px 1px #00000026;
    position: fixed;
    top: 30px;
    right: 30px;
    right: calc((100% - min(82.5%, 1285px)) / 2);

}


.curriculum_filter_close_button {
    color: #8a7346;
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 400;
    position: absolute;
    top: clamp(0px, 1vw, 10px);
    right: clamp(10px, 3vw, 30px);
    z-index: 1;

}

.curriculum_filter_close_button:hover,
.curriculum_filter_close_button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#filter_menu_left_side_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

#curriculum_children_listing_list_and_header,
#curriculum_search_for_video_header_and_search_bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;    
    border-radius: 8px;
    margin: 0;    
    min-width: 320px;
}

#curriculum_children_listing {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;    
}

#filter_menu_right_side_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    margin: 0;
}

.select_active_book_from_this_list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    padding-inline-start: 0px;
    width: fit-content;
    padding: 0;
    margin: 0;
}

.select_active_book_from_this_list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.select_active_book_from_this_list li input {
    margin: 0px 0px 0 0;
}

.element_on_click_sets_active_book_from_list label:hover,
.container_filter_option_parent label:hover, 
.container_filter_option label:hover, 
.element_on_click_sets_active_book_from_list input {
    cursor: pointer;
    color: #6f0000;    
    font-weight: 500;
}

.curriculum_is_set_now_choose_action {
    padding: 15px 45px 15px 0px;
    color: #aaaaaa;
    white-space: nowrap;
    /*this is grey color */
}


.curriculum_is_set_now_choose_action:hover,
.curriculum_is_set_now_choose_action.active {
    color: black;
    background-image: url("/wp-content/themes/mattevideo_2025/02_10_curriculum_menu/banner_active_curriculum_action.png");
    background-position: center right;
    background-size: 34px;
    background-repeat: no-repeat;
    z-index: 2;
}

.curriculum_is_set_now_choose_action:hover {
    filter: brightness(130%) saturate(100%) hue-rotate(-15deg);
}

.container_curriculum_action {
    box-sizing: border-box;
    width: clamp(300px, 77vw, 1200px);
    background-color: white;
    padding: clamp(45px, 2.8vw, 50px) 0 0px 0;
    min-height: 800px;
    /*margin-bottom: 140px;*/
    /*border-radius: 0 0 10px 10px;*/
}

.container_curriculum_action_video_learning {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 600px;
    padding: 0 min(2.5vw, 47px);
}

.video_learning_index_chapter_container {    
    padding: 15px 15px clamp(25px, 6vw, 65px) 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
}

.chapter_header_in_index {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;    
    padding: 20px 0 clamp(15px, 1.8vw, 18px) 0;
    font-size: calc(clamp(11px, 0.95vw, 14px)*1.18);
    letter-spacing: 0.20;
}


.subchapters_in_book_index {
    font-size: clamp(11px, 0.95vw, 14px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
    position: relative;
}

.subchapter_name_and_permalink {
    text-align: right;
    width: 50%;
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subchapter_name_and_permalink a {
    text-decoration: none;
    /* Removes underline from <a>*/
    color: #333;
    line-height: 1.42857143;
}

.subchapter_name_and_permalink a:hover {
    /*
    color: white;
    background-color: orange;
    outline: solid orange 6px;
    border-radius: 0.5px;
    */
    color: white;
    background-color: #ffb130;        
    padding: 5px 10px;
    border-radius: clamp(6px, 0.6vw, 6px);
    margin: -5px 0px;
    font-weight: 400;
    letter-spacing: .2;
}

.subchapter_name_and_permalink a.highlighted_sub_chapter_link {
    /*
    color: white;
    background-color: orange;
    outline: solid orange 6px;
    border-radius: clamp(2px, 0.2vw, 5px);
    */
    color: white;
    background-color: #ffb130;    
    padding: 5px 10px;
    border-radius: clamp(6px, 0.6vw, 6px);
    margin: -5px 0px;
    font-weight: 400;
    letter-spacing: .2;

}

.subchapter_thumbnail_graphics {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 50%;
    height: 100%;
}

.subchapter_thumbnail_graphics_video_learning {
    position: relative;
    width: 100%;
}

.count_container_quiz_thumbnails {
    display: flex;
    flex-direction: column;
    padding: 7.5px 0px 2px 0px;
    gap: clamp(3px, 0.12vw, 5px) 0px;
}

.subchapter_thumbnail_graphics_self_test_quiz {
    display: flex;
    flex-direction: column;
}

.thumbnail_emoji_tags_aggregated_video_learning_from_transcript,
.thumbnail_emoji_tags_aggregated_video_learning_from_my_notes {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(3px, 0.12vw, 5px) clamp(1px, 0.12vw, 5px);
    
}

.thumbnail_quiz_ten_sec_count,
.thumbnail_quiz_exam_count {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(3px, 0.12vw, 5px) clamp(1px, 0.12vw, 5px);
    display: none;
}

.thumbnail_emoji_tags_aggregated_quiz {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(3px, 0.12vw, 5px) clamp(1px, 0.12vw, 5px);        
}

.thumbnail_video_learning_theory_count,
.thumbnail_video_learning_exercise_count {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8px;
    margin-right: 2.8px;
    margin-top: 2px;
    margin-bottom: -2px;
    display: none;
}

.emoji_container_video_learning_thumbnails {
    display: flex;
    flex-wrap: wrap;
    padding: 2px 0px;
}

.count_container_video_learning_thumbnails {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.sub_chapter_index_images {
    margin-bottom: 10px;
    max-width: 100%;
}

.curriculum_action_options_three_icons {
    height: 100px;
    background-color: yellow;
}

.old_quiz_is_same_as_ten_sec_quiz_count_bars {
    background-color: #f3f3f3;
    height: 12px;
    /* margin-bottom: 5px; */
    /* margin-right: 2px; */
    width: 6px;
    border-radius: 2px;
}

.exam_quiz_count_bars {
    background-color: #e3e3e3;
    border-radius: 50%;
    height: 11px;
    /* margin-bottom: 5px; */
    margin-right: 0.5px;
    width: 11px;
}

.theory_video_count_bars {
    background-color: #acacac;
    /**is a light grey color */
    border-radius: 3px;
    height: 13px;
    margin-bottom: 5px;    
    margin-top: clamp(3px, 0.4vw, 6px);
    width: 4px;
}

.exercise_video_count_bars {
    background-color: #eaeaea;
    background-color: lightgrey;
    border-radius: 3px;
    height: 13px;
    margin-bottom: 5px;    
    margin-top: clamp(3px, 0.4vw, 6px);
    width: 4px;
}

.subchapter_thumbnail_graphics_video_learning .emoji_note_from_video_learning, 
.subchapter_thumbnail_graphics_self_test_quiz .emoji_note_from_self_test_quiz {
    display: none;    
}

.emoji_note_from_video_learning {
    width: auto;
    height: 15px;
    margin-right: 4px;
    margin-bottom: 3px;    
}

.emoji_note_from_self_test_quiz {
    width: auto;
    height: 15px;
    margin-right: 4px;
    margin-bottom: 3px;   
}


.background_banner_design_for_curriculum_menu {
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: clamp(300px, 77vw, 1200px);
    position: relative;
    margin-top: -20px;
    margin-bottom: -1px;
    z-index: 2;
}

.banner_design_left_edge {
    position: absolute;
    width: 15px;
    background-color: white;
    height: 100%;
    left: -14px;
    border-radius: 7px 0px 0px 7px;
}

.banner_design_left_main_block {
    box-shadow: 0px 0px 8px 0px #0000003b;
    padding: 0 27px 0 18px;
    background-color: white;
}

.banner_design_right_small_block {
    display: flex;
    flex-direction: column;
    margin-left: -20px;
}

.banner_design_right_small_block_upper_part {
    background-color: white;
    width: clamp(40px, 5vw, 60px);
    height: 51.5%;
    transform: skew(-13deg, 0deg);
    border-radius: 0px 7px 0px 0px;
    box-shadow: 7px 0 7px -7px #0000003b
        /* right side */
        , 0 -7px 7px -7px #0000003b
        /* top side */
    ;
    position: absolute;
    top: 0;
}

.banner_design_right_small_block_lower_part {
    background-color: white;
    width: clamp(40px, 5vw, 60px);
    height: 51.5%;
    transform: skew(13deg, 0deg);
    border-radius: 0px 0px 7px 0px;
    box-shadow: 7px 0 7px -7px #0000003b
        /* right side */
        , 0 7px 7px -7px #0000003b
        /* bottom side */
    ;
    position: absolute;
    bottom: 0;
}



/* Simple styles for pagination for exam walkthrough */
.split_page_exam_walkthrough {
    display: none;
}

.split_page_exam_walkthrough.active {
    display: block;
}

.split_page_exam_walkthrough img {    
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
} 

#navigation_exam_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0px 0px 0px;
}

#navigation_exam_pagination p {
    margin: 0px;
    line-height: 1.42857143;
    color: #333;
}

.pagination_button_exam_walkthrough {
    background-color: aliceblue;
    border-radius: 4px;
    border: unset;
    padding: 6px 12px;
    color: #353558;
    font-size: clamp(11px, 0.95vw, 14px);
}

.pagination_button_exam_walkthrough {
    cursor: pointer;
}

.container_curriculum_action_exam_walkthrough {
    display: none; 
    padding: 0 min(2.5vw, 47px);   
}

.modal_container_for_support_agent {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #0000001c; /* Black w/ opacity */
    /* background-color: rgba(0,0,0,0.4); Black w/ opacity */
}

.modal_content_div_for_support_agent {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 4% auto;
    /*width: clamp(300px, 77vw, 1200px);*/
    width: fit-content;
    padding: 0px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;    
    box-sizing: border-box;
    min-height: 50vh;
}

.close_button_for_support_agent_modal {
    margin-left: auto;
    margin-right: 0;
    color: rgb(33, 33, 33);
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: 400;
    padding: 10px 20px 0 0;
}

.close_button_for_support_agent_modal:hover {
    cursor: pointer; 
}

.header_support_agent_modal {
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 600;
    color: #515151;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 25px;
}

.text_desscription_support_agent_modal {
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 400;
    color: #515151;    
    margin-bottom: 30px;
    padding: 0 25px;
    text-align: center;
}

.text_desscription_support_agent_modal span { 
    /*font-weight: 600;*/
}

.support_agent_modal_image_of_teacher_and_student {
    width: clamp(150px, 13vw, 220px)
}

.support_agent_modal_contact_form {
    width: 100%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 400;
    color: #515151;
    margin: 30px 0px 0px 0px;
}

.support_agent_modal_contact_form label {    
    width: 100%;
    
}

.support_agent_modal_contact_form input {    
    width: 100%;
    border: unset;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 4px;
}

.support_agent_modal_contact_form input[type="submit"] {
    padding: 10px;
    background-color: #d2d2d2;
}

.support_agent_modal_contact_form textarea {
    width: 100%;
    height: 50px;
    border: unset;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 4px;
}


.loader_text_for_curriculum {
    padding-left: 20px;
    font-size: clamp(12px, 1.2vw, 14px);
}

@media screen and (max-width: 1200px) {
    #container_for_minimized_search_bar_and_book_selector_tab {     
        bottom: -120px;        
    }
    
    .container_curriculum_action {
        padding-top: 110px;
    }

    .choose_your_curriculum a {
        padding: 15px 10px;
    }
}

/* Override styles for screen widths from 768px to 481px */
@media screen and (max-width: 1000px) {
    .container_curriculum_action_exam_walkthrough {
        margin-top: 20px;
    }
    
}


#container_paper_page_style_exam_walkthrough {
    box-shadow: 0px 0px 8px 0px #0000003b;
    border-radius: 12px;
    padding: clamp(50px, 5vw, 75px) clamp(10px, 3vw, 75px) clamp(50px, 5vw, 75px) clamp(55px, 5vw, 75px);
    min-height: 900px;
    margin: 20px clamp(10px, 3vw, 40px) 30px clamp(10px, 3vw, 40px);

}

.expagecss {
    height: unset !important;
}

.container_curriculum_action_support_agent {
    display: none;    
}

.active_exam_walkthrough_page {
    background-color: #d5ecff;
}

.MathJax_CHTML {
    font-size: 12px !important;
}

/* Override styles for screen widths from 768px to 481px */
@media screen and (max-width: 768px) {
    .container-curriculum-menu {
        flex-wrap: wrap;
    }

    .banner_design_left_main_block {
        width: clamp(320px, 53vw, 525px);
    }

    .video_learning_index_chapter_container {        
        padding: 15px 15px clamp(25px, 6vw, 65px) 15px;
        width: calc(100% / 2);
    }
}

/* Override styles for screen widths below 480px BTW: there is no screen below 310px*/
@media screen and (max-width: 480px) {

    .curriculum_tab:hover,
    .curriculum_tab.active { 
        padding: 15px 10px;
    }

    #container_for_minimized_search_bar:after {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        content: "";
        display: block;
        border: solid 24px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        width: 0px;
        border-right-color: white;
        border-left: none;
        border-right-width: 3px;
        margin-left: 10px;
        margin-right: 0px;
        box-sizing: border-box;
    }

    #container_for_minimized_search_bar {
        padding: 15px 20px 15px 20px;
        background-color: #ff937a;
    }

    #container_for_book_selector_tab:after {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        content: "";
        display: block;
        border: solid 20px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        width: 0px;
        border-right-color: white;
        border-left: none;
        border-right-width: 3px;
        margin-left: 10px;
        margin-right: 0px;
        box-sizing: border-box;
    }

    #container_for_book_selector_tab {
        padding:  15px 20px 15px 20px;
        background-color: #ff937a;
        color: white;
        align-items: center;
    }

    #container_for_book_selector_active_book {
        color: white;
    }

    #container_for_minimized_search_bar:before {
        border-left-width: 3px;
    }

    #container_for_book_selector_tab:before {
        border-left-width: 3px;
    }

    #container_for_minimized_search_bar_and_book_selector_tab {
        order: 1;
        height: auto;
        align-items: center;
        padding-bottom: 120px;
        width: 100%;
        gap: 20px;
        z-index: 0;
    }


    .curriculum_children_listing_flex_box {        
        right: 0px;
        left: 0px;
        top: 0px;
    }

    .banner_design_right_small_block,
    .banner_design_left_edge {
        display: none;
    }

    .banner_design_left_main_block {
        width: 100%;
        margin-top: 10px;
        /*
            width: clamp(316px, 77vw, 1200px);
            border-radius: 10px;
            margin: 0 -8px;
        */
    }

    .video_learning_index_chapter_container {        
        padding: 0px 15px 0px 15px;
        width: calc(100% / 1);
    }

    .container_curriculum_action {
        width: 100%;
        min-height: 600px;
        margin-bottom: unset;
        border-radius: 0px;
        padding-top: 80px;
    }   

    .background_banner_design_for_curriculum_menu {
        width: 100%;
    }

    .container-curriculum-menu-right-part-child {        
        flex-direction: row;
        overflow: scroll;
        width: 88vw;
        padding: 10px 0px 20px 0px;
        margin: -10px 0px
    }

    .container-curriculum-menu-right-part-child::-webkit-scrollbar {
        display: none; /* Hide the scrollbar */
    }

    #action_tab_video_learning span {
        display: none;
    }

    button#update_display_settings_for_video_learning, 
    button#update_display_settings_for_effective_self_tests
    {
        border-radius: 0px 6px 6px 0px;
        margin-left: -30px;
        width: 38px;
    }

    .icon_for_curriculum_button_search_icon {
        margin-left: -4px;
    }

    .banner_design_left_main_block {
        box-shadow: 0px 0px 5px 0px #0000003b;     
    }

    .chapter_header_in_index {
        background-color: #f6f6f6ff;
        border-radius: 7px;
        margin-bottom: 18px;
    }

    .subchapters_in_book_index {
        /*display: none;*/
    }

    .container_curriculum_action_video_learning {
        min-height: 400px;        
    }

    .subchapters_in_book_index:last-child {
        margin-bottom: 50px;
    }

    #curriculum_children_listing_container {     
        width: 100vw;
    }

}