div#all_weeks{
	background: none;
}

.iframe_youtube.embed-youtube {
    max-height: 191px !important;
    min-height: auto;
}

.legend_opened #menu_legend .row {
    padding: 0 !important;
    margin: 0 !important;
}

.legend_opened #menu_legend {
    border: 4px solid black;
    border-radius: 10px;
    background-color: white;
    max-height: calc(100vh - 200px);
    margin-bottom: 15px;
}

.sub_theme_title:hover {
    cursor: pointer;
    font-weight: bold;
}

.title_and_elements {
    background: #bcbcbc17;
    border-radius: 16px;
    border: 1px solid #4847470d;
    margin-bottom: 15px;
    padding: 15px;
}

.compass_container {
    /* width: 25%; */
}

img.harta_gif_right {
    width: 100%;
    height: auto;
    min-width: 110px;
}

.sticky_menu.show_menu {
    border-bottom: 2px solid #1d1c1c5c;
    padding-bottom: 5px;
	box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}

.restricted_view {
    /* pointer-events: none; */
    cursor: no-drop;
}

.restricted_view .no_grid_rows {
    max-height: 800px;
    overflow: hidden;
    /* box-shadow: inset rgb(0 0 0 / 45%) 0px 25px 20px -20px; */
    box-shadow: inset 0 -40px 10px -10px rgb(133 133 133 / 64%);
    z-index: 1;
    background: #e7e7e7;
}

.restricted_view .wrapper_elems {
    /* height: 297px !important; */
    /* overflow: hidden; */
    /* padding-bottom: 250px !important; */
    /* margin-bottom: 155px; */
}

.subtheme_card {
    padding: 0 25px;
}

.table_square .square_state .hoverble:hover ~ .tooltiptext {
    visibility: visible;
}
.bg_week.mb-5.container_week.row_reversed.aos-init.title_and_elements.quiz_box.quiz_box_big.aos-animate {
    margin-bottom: 200px !important;
}
.square_state a.hoverble {
    background-color: #B64350;
    font-size: 16px;
    padding: 5px 31px !important;
    font-weight: 500;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 8px;
    width: auto !important;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
    /* height: 100%; */
    width: 100% !important;
    text-align: center;
    border: 2px solid #803f47;
    padding: 10px 0!important;
    text-align: center;
    font-family: 'Atma';
}

.square_state a.hoverble:hover , a.hoverble.quiz_button:hover, .quiz_box a.hoverble:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

a.hoverble.quiz_button {
    display: block;
    margin: 0 auto;
    background-color: #B64350;
    font-size: 20px;
    padding: 5px 31px !important;
    font-weight: 500;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 8px;
    width: auto !important;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
    /* height: 100%; */
    /* width: 100% !important; */
    text-align: center;
    border: 3px solid #803f47;
    padding: 11px 28px !important;
    text-align: center;
    font-family: 'Atma';
    margin-bottom: 35px;
}

.second_start_button{
	display: none;
}

.qioz_description .book_desc{
	
font-size: 20px;
	
margin-top: 0;
}


#menu_legend .table_square .square_state.quiz_hove .tooltiptext{
	    bottom: -189% !important;
	    z-index: 999;
}

@media (max-width: 824px){
	.sub_theme_title {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.second_start_button{
		display: flex;
	}
}

@media (max-width: 575px){
	.grid_cols_7.no_grid_rows{
		padding: 2%;
	}
	.big_theme_title{
		font-size: 24px;
	}
	.sub_theme_title{
		font-size: 19px;
	}
}



.restricted_view .title_and_elements {
    pointer-events: none;
}

.quiz_box .text_title_subtheme {
    font-family: 'Balsamiq Sans';
    font-size: 22px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.quiz_box .description {
    font-family: 'Balsamiq Sans';
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
}

.quiz_box a.hoverble {display: block !important;margin: 26px auto !important;background-color: #B64350;font-size: 20px;padding: 5px 31px !important;font-weight: 500;color: #fff;outline: none;border: none;border-radius: 8px;width: auto !important;margin: 0 auto;text-decoration: none;display: inline-block;text-align: center;border: 3px solid #803f47;padding: 11px 28px !important;text-align: center;font-family: 'Atma';margin-bottom: 35px;max-width: 200px;}

.grid_cols_7.no_grid_rows {}

.quiz_box_big .text_title_subtheme {
    font-size: 28px;
}

.quiz_box_big .description {
    text-align: center;
}

span#form_success {
}

.inner-message {
    background: white;
    border: 2px solid green;
    padding: 4px;
    font-weight: bold;
}