.course_container{
    height: fit-content;
}
.course_container img {
    width: 80px;
}
.hoster_name span{
    margin-left: 1.5rem;
}

.course_header {
        display: flex;
    justify-content: space-between;
    padding: 23px;
    border-bottom: 2px solid grey;
}

.course_header .course_title h1{
    margin: 0;
}
.course_hosted {
        display: flex;
}

.name_hoster {
    margin-left: 30px;
}
p.hoster_label {
    margin: 0;
}
.course_body {
        margin-top: 15px;
        display: flex;
    justify-content: space-around;

}
div.course_title, p.hoster_name, div.hoster_name{
    display: flex;
}
.course_main_body {
       padding: 1.5rem;
}
p.details_label{
    font-size: 23px;
}
.assistants_container {
        margin-top: 30px;
}
div.assistants_label{
        display: flex;
    background: grey;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    justify-content: flex-start;
}
p.assistants_label{
        margin: 0;
    font-size: 23px;
    color: white;
}
.assistants {
    display: flex;
    padding: 10px;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid grey;
}

.assistant {
   border: 1px solid grey;
        margin-bottom: 10px;
    border-radius: 17px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.assistant_img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.assistant_name p{
    text-align: center;
    margin: 5px;
}

.assistant_organization p{
    margin: 5px;
}

.course_important_body {
        display: flex;
    flex-direction: column;
}
.course_summary {
    display: flex;
    flex-direction: column;
    border: 1px solid grey;
    padding: 10px;
        margin-top: 20px;
    border-radius: 10px;
}
.summary_item {
    display: flex;
    align-items: center;

}

.summary_item p{
    margin: 0;
}

.extras_selectors {
        display: flex;
    margin: 0;
    margin-top: 10px;
    position: relative;
        overflow: hidden;
}

p.option_label, p.option_counter {
    margin: 0;
}

.extra_select_option {
        display: flex;
    /* border: 1px solid; */
        margin: 0 10px;
    padding: 8px;
    cursor: pointer;


}
.extra_select_option.active {
    background-color: #4187f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.extra_select_option.active p{
     color: #ffff;
}

.extra_select_option.active p::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 10px 10px 0 #4187f6;
    z-index: -1;
}

.extra_select_option.active p::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: -10px 10px 0 #4187f6;
    z-index: -1;
}




.course_footer {
        display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    bottom: 0;
    /* left: 15%; */
    /* width: 70%; */
    /* z-index: 10; */
    background: #8cb4f5;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}




.extra_option {

    width: 0;
    position: relative;
    overflow: hidden;
    height: 0;
    left: 0;
    transition: all .5s;
}

.extra_option.active {
    padding: 20px 20px;
    width: 100%;
    height: 100%;
    height: fit-content;
}

.course_actions_footer {
    display: flex;
        margin-right: 30px;
}

.course_summary_footer {

}

div.course_date {
    display: flex;
        align-items: center;
}

p.course_date {
    margin: 0;
}

.footer-basic {
        margin-top: 0;
    display: flex;
    position: absolute;
}

.summary_item_icon {
        padding: 5px;
    display: flex;
    margin-right: 10px;
}

.image_hoster {    display: flex;
    /* align-content: center; */
    align-items: center;}
.assistant_organization {
    text-align: center;
}

.details_container {

}
.icon_show_buttons {
    padding: 10px;
}

.dropdow_admin_options {
        display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0;
}
.admin_action {
    margin: 0.3rem;
}

.admin_options {
        width: 30px;
    height: fit-content;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.admin_options:hover .dropdow_admin_options{
    display: flex;
    flex-direction: column;
}

.course_sub_header{
     display: flex;
}

.update_struct{
    display: none;
}
.update_struct.active{
    display: block;
}


/*Surveys*/
.vote_section{
    margin: 20px 10px;
}
.container_course{
    padding: 0 30px;
    display: flex;
    margin-top: 30px;
}
.select_this{
    display: flex;
    place-items: center;
    justify-content: flex-end;
}
.select_this h4{
    min-width: 100px;
}

.select_this p{
    font-size: 1.3rem;
    font-weight: bold;
    color: black;
        margin-right: 11px;
}

ul.curse_vote li{
    display:flex;
    align-items: center;
    border-bottom: 1px solid black;
    transition: all .2s;
    justify-content: space-between;
}

ul.curse_vote li.liselected, ul.curse_vote li.liunselecteded:hover{
    border-bottom: 3px solid #265092;
}
ul.curse_vote li.liunselecteded{
    border-bottom: 1px solid grey;
}

ul.curse_vote li.liselected p.info_vote, ul.curse_vote li.liunselecteded:hover div.item_content p.info_vote{
    color: black;
    font-size: 20px;
}
ul.curse_vote li.liunselecteded p.info_vote{
    color: #8a8a8a;
}

.vote button:focus{
    outline: none;
}

.select_this h2{
    inline-size: min-content;
    padding-right: 20px;
}
.vote p,.select_this h2{}

.option_vote{
    height: fit-content;
    padding: 2px 13px;
    border-radius: 16px;
    border:none;
    transition: all .5s;
    min-width: 75px;
    margin-left: 10px;
    margin-right: 10px
}
.option_vote p{
    min-width: 0;
    margin-bottom: 0;
}
.option_vote.unselecteded{
    background-color: #7a788d;
}
.option_vote.unselecteded p{
    color: #ffff;
}
.option_vote.selected{
    background-color: #4187f6;
    color: #ffff;
    border: 1px solid #265092;
}
.option_vote.selected p{
    color: black;
}



.option_vote:hover{
    background-color: #265092;
    color: #fff;
}
.option_vote:hover p{
    color: #fff;
}
button.option_vote:disabled{
    background-color:#aeadb2;
    cursor:no-drop;
}
.cast_vote_div{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.register_form{
    display: flex;
    justify-content: space-between;
    direction: rtl;
    align-items: baseline;
}
.vote p.info_vote_extra{
    min-width: fit-content;
}
ul.curse_vote li.liselected p.info_vote_extra{
    color: black;
    font-size: 20px;
}
.register_div{
    align-self: center;
    width: 50%;
}
.register_div_content{
    padding: 10px;
    border-radius: 10px;
    border: solid 1px;
}
.label_terms{
    margin-left: 8px;
    margin-right: 8px;
}
.topic_course{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: black;
}

.item_votes{
    display: flex;

}
