main {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

.conductor-wrapper {
    display: flex;
    flex-direction: column;
}

.conductor-view {
    display: flex;
    width: 100%;
}

.conductor-day-list {
    width: 100%;
}
/*.conductor-day {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

.conductor-subsessions-wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.conductor-subsession {
    flex: 1;
    padding: 20px;
    margin-right: 1rem;
    min-width: 25%;
    max-width: 33%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conductor-subsession-top-bar, .conductor-subsession-bottom-bar {
    display: flex;
    justify-content: space-between;
}

.conductor-subsession-bottom-bar {
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.conductor-day-top-bar{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.conductor-subsession-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.conductor-subsession-category-title {
    font-weight: 500;
}

.conductor-subsession-speakers {
    margin-bottom: 0.5rem;
}

.conductor-subsession-speaker {
    font-style: italic;

}

.conductor-session {
    margin-bottom: 1rem;
}

.conductor-session-time {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.conductor-btn {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    height: fit-content;
}
.conductor-btn-add {
    margin-left: auto;
    margin-right: auto;
}
.visio {
    background-color: #e1f5fe;
}

/*.plenary {*/
/*    background-color: #e8f5e9;*/
/*}*/

.networking{
 background-color: #fae2e6;
}

.stream {
    background-color: #fff9c4;
}

.pleniere {
    background-color: rgba(195, 19, 39, 0.42);
}
.room {
    background-color: rgba(30, 136, 229, 0.7);
}