.img-card-news {
    height: 300px;
}

@media screen and (max-width: 425px) {
    .img-card-news {
        height: 250px;
    }
}

/** Translate buttons */
.translate-mobile img {
    width: 50px;
}

@media screen and (max-width: 425px) {
    .translate-mb {
        display: inline;
    }
    .dropdown-menu.translate-dropdown.show {
        position: relative !important;
        transform: none !important;
    }
}

.layout-tabs.transmissao_page {
    align-items: start;
}
.layout-tabs.transmissao_page iframe {
    border: 3px solid #69953f;
    background-color: #69953f;
    border-radius: 5px;
}
.transmissao_page .comments_content {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    height: 320px;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
}

.comments_content::-webkit-scrollbar {
    width: 0.2rem;
}

.comments_content::-webkit-scrollbar-thumb {
    background-color: #69953f;
    outline: none;
    border-radius: 0rem;
}

.comments_content .comment_item {
    background-color: #69953f;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 4px;
}

.comments_content .comment_item span {
    color: #fff;
}

.comments_content .comment_item p {
    color: #fff !important;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0;
}

.text-sm {
    font-size: 12px;
}
.salas_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.salas_group .sala_item {
    position: relative;
    width: 120px;
    aspect-ratio: 1;
    padding: 1rem;
    border: 1px solid #c4c4c4;
}

.salas_group .sala_item h3 {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.salas_group .sala_item p {
    font-size: 2rem;
    margin: 0;
}

.salas_group .detail_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #69953f;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    padding: 12px;
}
.sala_item:hover .detail_overlay {
    opacity: 1;
}

.detail_overlay p {
    font-size: 0.8rem !important;
    color: white !important;
}

.chat-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layout-tabs {
    padding-left: 0;
    padding-right: 0;
}
