.box.community > div.content > ul > li.list-group-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#selectSessionPanel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    align-self: center;
}

    #selectSessionPanel > div {
        display: flex;
        flex-direction: row;
        padding: 5px;
        flex: 1 0 auto;
    }

        #selectSessionPanel > div.center {
            justify-content: flex-start;
            align-items: center;
        }

        #selectSessionPanel > div.gap > button {
            margin-right: 4px;
        }

        #selectSessionPanel > div > label {
            padding: 0 5px;
            margin: 0 0 0 0;
        }

    #selectSessionPanel > button.close {
        align-self: flex-end;
    }

#emptySessionPanel > span {
    font-size: 26px;
}

iframe {
    border: 0;
    box-shadow: none;
    flex: 1 0 auto;
}

#indexProfileImage {
    width: 100px;
    height: 100px;
}

.btntopicsearchempty {
    width: 40%;
    margin: -46px 0 0 55%;
}

.fa-arrow-right {
    font-size: 12px;
}

#examDatesSelect {
    max-height: 300px;
    overflow-y: auto;
}

#registerButton {
    background: var(--secondary-background-color);
}

    #registerButton:hover {
        background: var(--secondary-background-color-hover);
    }
