textarea.reply-question {
    height: 170px;
    resize: none;
}

.medical_question {
    display: none;
    font-style: italic;
}

.mt.mt-team-reply .mt-team-reply-header,
.mt.mt-team-reply-public .mt-team-reply-public-header {
    background-color: red;
    color: white;
}

.mt.mt-team-reply-public .mt-team-reply-public-content {
    color: var(--white-100);
}

.mt.mt-team-reply-public .mt-team-reply-public-content label{
    margin-bottom: 3px;
}


.mt-award {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}

.img-container {
    display: inline-block;
    position: relative;
}

.mt-reply-link {
    width: 80px;
    display: inline-block;
    position: relative;
}

.mt-team-reply-public-bubble {
    border-left: 2px solid red;
    border-radius: 0 var(--radius-12) var(--radius-12) 0;
    box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}

.mt-team-reply-public-bubble.question {
    background-color: rgba(224, 224, 224, 0.8);
}

.mt-team-reply-public-bubble.replay {
    background-color: rgba(224, 224, 224, 0.6);
}

.mt-team-reply-public-bubble .mt-author-profile{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid red;
}

.mt-team-reply-public-bubble .mt-author-profile img{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.mt-team-reply-public-info h3{
    font-size: 18px;
    text-transform: uppercase;
}

.mt-team-reply-public-info .item{
    border-radius: var(--radius-12);
    border: 2px solid rgba(0,0,0, 0.6);
    box-shadow: 0 0 15px rgba(0,0,0, 0.3);
    background-color: rgba(224, 224, 224, 0.3);
}



/* Orvos válaszol modul - Tartalmi oldalakon - lebegő */
.mt .mt-reply-cross-list-content .mt-responder{
    border-left: 2px solid red;
}
/* END Orvos válaszol modul - Tartalmi oldalakon - lebegő */