/* Games page */
.tooltip_missions_wrapper {
    max-height: 175px;
    overflow-y: scroll;
}

/*.hp_strip5_item:nth-child(2n){*/
/*    float:right!important;*/
/*}*/

.hidden_game {
    opacity: 0.3;
}

/*popups*/
.modal_checkbox,.new_modal_checkbox,.new_task_modal_checkbox{
    width: 20px;
}

.modal_buttons,.new_modal_buttons,.new_task_modal_buttons{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 5vw;
}
.modal_close,
.group_modal_close,
.new_group_modal_close,
.new_task_modal_close{
    height: 5vh;
    color: white;
    background: #2f78c3;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor: pointer;
}

button.group_modal_close,
button.group_student_add {
    width: 25%;
}

.group_student_add,new_task_add{
    height: 5vh;
    color: white;
    border: #2f78c3;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor: pointer;
}

.modal_container,.group_modal_container,.new_group_modal_container,.new_task_modal_container{
    top: 50%;
    right: 15vw;
    height: 80vh;
    width: 70vw;
    position: relative;
    max-width: unset !important;
    transform: translateY(-50%);
    background-color: white;
    padding: 5vw;
    border: 8px solid #2f78c3;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vh;
}

.group_modal_container {
    display: block;
}

.new_group_modal_container {
    height: 50vh;
    width: 48vw;
    gap: 2.5vh;
    /*padding: 2.5vw;*/
    margin-right: 150px;
    margin-left: auto;
}

.new_modal_buttons > button {
    width: initial;
}

.group_modal_close,.new_group_modal_close{
    background:#6c10dc;
}

.new_group_modal_close {
    height: 5.5vh;
    width: 30vh;
    font-size: 1.1rem;
    border-radius: 10px;
    overflow-y: hidden;
    /*margin: 15px auto auto;*/
    box-shadow: 0px -3px 0px #0003 inset;
    padding: 8px 30px 8px;
}
.group_modal_container,.new_group_modal_container{
    border: 4px solid #6c10dc;
}

.group_modal_container .group_students,.modal_students,.new_group_students,.new_task_modal_container{
    /*height: 80%;*/
}

.modal_students {
    height: 100%;
    overflow-y: scroll;
}

.modal_bg,.group_modal_bg,.new_group_modal_bg,.new_task_modal_bg{
    background-color: rgba(0 0 0 / 20%) !important;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 999999;
}

#myChart{
    min-height: 500px;
    height: 505px;
    width: 800px !important;

}

/*popup table*/
.task_wrapper.group_wrapper.opened .task_title_wrapper {
    border-right: 13px solid #7561a8;
    padding: 8px 15px;
    background: #fff;
    border-radius: 7px 7px 0 0;
}
.group_students table,.new_group_students table,.modal_students table {
    width: 100%;
    text-align: right;
    table-layout: fixed;
    border-collapse: collapse;
}
.group_students table tr,.new_group_students table tr,.modal_students table tr {
    height: 36px;
    background: #7561a822;
    border-bottom:1px solid #fff;
}
.group_students table tr:nth-child(1),.new_group_students table tr:nth-child(1),.modal_students table tr:nth-child(1) {
    background: none;
}
.group_students table tr:nth-child(2n),.new_group_students table tr:nth-child(2n),.modal_students table tr:nth-child(2n){
    background: #7561a811;
}
.group_students table tr td,.new_group_students table tr td,.modal_students table tr td {
    padding: 0 12px;
}

/*general*/
.hide {
    display: none!important;
}

.site-footer{
    position: relative!important;
    /*display: none;*/
}

.statistics_title_wrapper > div {
    width: 19%;
    display: inline-block;
}

.homepage_signup_now{
    text-align: center;
    margin-left: 0px;
}

.homepage_signup_now > a {
    margin-top: 20px;
    display: inline-block;
}

.read_more_arrow_sign {
    margin-top: 25px;
    text-align: left;
    display: flow-root;
}

.headline {
    text-align: center;
}

.headline > h1{
    display: inline-block;
    margin-top: 90px;
    margin-bottom: 20px;
}

.check_all_students{
    display: inline-block !important;
}

.check_all_students_container {
    text-align: right;
}

/*check css and remove irelavent*/
.statistics_container{
    display: flex;
    height: 80vh;
    width: 100%;
    position: relative;
    padding: 2vw 3vw 11vw 3vw;
}

.statistics_sidebar{
    flex: 2;
    width: 20vw;
    padding: 1.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 80vh;
}
.sidebar_option{
    height: 5vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #c4d8ee;
    padding-right: 20px;

}

.statistics_data_container{
    flex: 8;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}



.statistics_navbar{
    display: flex;
    flex-direction: column;
    height: 20vh;
    width: 100%;
}

.statistics_navbar_header{
    background-color: #2f78c3;
    border-radius: 8px 0 8px 0;
    box-shadow: 0px -5px 0px #0003 inset;
    color :white;
    padding: 5px 1vw 5px 5px;
    margin: 1vh 0 3vh 0;
}

.statistics_navbar_options,.statistics_navbar_filter{
    display: flex;
    justify-content: flex-end;
    gap: 1vw;
}
.statistics_navbar_options{
    gap: 2vw;
}

.statistics_navbar_filter div {
    display: flex;
    align-items: center;
    gap: 2px;
}

.statistics_navbar_filter div input {
    height: 1.5vh;
}

.statistics_data{
    display: flex;
    flex-direction: column;
    height: 50vh;
    width: 100%;
}
tr{
    margin-bottom: 2vh;
}

.statistics_task_wrapper{
    width: 100%;
    padding: 11px 20px;
    border-radius: 10px;
    border: #fa8b34 4px solid;
    border-right: #fa8b34 16px solid;
    background-color: white!important;
    margin-bottom: 1vh;
    cursor: pointer;
}

.statistics_task_wrapper > div {
    width: 19%;
    display: inline-block;
}

.tr td,.table_header th {
    width: 20%;
}

.table_header{
    width: 100%;
    padding: 9px 26px 9px 9px;
    border-radius: 10px;
    background-color: #f1f1f1;
    border-bottom: #e8e8e8 4px solid;
    display: flex;

}

/*accordion*/

.accordion {
    height: 5vh;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #c4d8ee;
    padding-right: 20px;
    border: none;
}

.accordion:hover {
    background-color: rgba(196, 216, 238, 0.9);
}

.accordion_body_container {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    width: 100%;
    display: flex;
    gap: 4px;
    margin-bottom: 2px;
    flex-direction: column;
    align-items: center;
    border: none;
}

.accordion_body {
    height: 5vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #d6e5f3!important;
    padding-right: 20px;
    border: none;
}

.accordion_body div{
    height :100%;
    width: 100%;
}

/* label{
    white-space: nowrap
} */

/* Groups */
.new_group_b.nothing_found {
    border: 2px solid #7561a8;
}
.new_group_b.nothing_found > .plus {
    align-items: center;
    width: 54px;
    height: 54px;
    font-size: 54px;
    margin: 10px auto 15px;
}
.new_group_input_container label {
    display: block;
}
.new_group_input_container input,
.new_group_input_container textarea {
    width: 100%;
    overflow-y: hidden;
}
textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 24px;
    font-size: 16px;
    background: #f1f1f1;
}
.filters_container {
    display: flex;
}
.search_container {
    flex-grow: 1;
    text-align: left;
}
.students_filters {
    flex-grow: 1;
    display: flex;
    text-align: right;
}
select.students_filter {
    margin-left: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1200px) {
    .header_wrapper {
        padding-left: 0px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .table_header,.tr,.game_tr {
        gap: 4%!important;
    }
}

@media screen and (max-width: 600px) {
    .statistics_sidebar {
        display: none!important;
    }
}

/*global popup*/
.popup_container {
    background-color: rgba(255 255 255 / 50%) !important;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    display: flex;
}

.popup_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10%;
    /*position: fixed;*/
    /*top: 40%;*/
    /*left: 30vw;*/
    width: 35vw;
    border-radius: 10px;
    padding: 20px 0;
}

.popup_body{
    font-size: 18px;
    flex-wrap: nowrap;
    width: 60%;
    text-align: center;
    margin: 20px auto;
}

.popup_header {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 1;
}

.popup_buttons_container{
    display: flex;
    gap: 5vw;
}

/*popups*/

.signup_existing_users_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.signup_existing_users_container > a {
    text-align: center;
}


.x_symbol{
    color: white;
    font-size: 65%;
}

@media only screen and (max-width: 767px) {
    .popup_text {
        left: 10vw;
        width: 80vw;
    }
    .popup_body {
        width: 80%;
    }
    .popup_buttons_container .popup_button {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .popup_text {
        top: 35%;
        width: 90vw;
    }
}