.quiz {
    background-color: white;
    border-radius: 20px 20px 24px 24px;
    display: flex;
    justify-content: center;
    height:150px;
    padding-bottom: 25px;
}
.quiz:hover .content, .quiz:hover h3 {
    color: white!important;
}
.quiz img {
    border-radius: 10px 10px 10px 0;
    margin: auto;
    margin-left: 05px;
    margin-right: 08px;
    height: 80px;
    width: 100px;
}
.quiz .bottom {
    background-color: #DB408B;
    color: white;
    border-radius: 0 0 20px 20px;
    margin-top: 6px;
    padding: 4px 10px 4px 20px;
    font-size: 12px;
    height: 25px;
    position: absolute;
    bottom:0;
}
.quiz h3 {
    max-width: calc(100% - 30px);
    color: #232B63;
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    font-size: 12px;
}
.quiz .content {
    color: #707070;
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quiz .elem-edit-icon {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 12px;
    color: #232B63;
    border-radius: 50px;
    border: 2px solid #232B63;
    text-align: center;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.quiz .elem-edit-icon:hover {
    background-color: #232B63;
    border: 2px solid white;
    color: white;
}

#quiz {
    background-color: white;
    border-radius: 20px 20px 24px 24px;
    padding-top: 15px;
}
#quiz .quiz-img {
    display: none;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
}
#quiz h3 {
    color: #232B63;
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    font-size: 20px;
}
#quiz .content {
    color: #707070;
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    font-size: 13px;
    overflow: hidden;
}
#quiz .bottom {
    background-color: #DB408B;
    color: white;
    border-radius: 0 0 20px 20px;
    margin-top: 15px;
    padding: 4px 10px 4px 20px;
    font-size: 12px;
}
.popup {
    display: none;
    position: fixed;
    background-color: #232b63;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}
.popup .close {
    position: fixed;
    top: 60px;
    right: 10px;
    font-size: 25px;
    color: white;
    border-radius: 50px;
    border: 2px solid white;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}
.popup .close:hover {
    background-color: white;
    color: #232b63;
}
#display-comment-popup, .star {
    cursor: pointer;
}
#display-comment-popup:hover {
    color: #232b63;
    font-weight: bold;
}
#quiz-content img {
    max-width:100%;
    height: auto;
}

.conversation-message .header #created-at {
    height: inherit!important;
    font-size: 12px;
}
