.publicacao-detalhe {
    background-color: #f4f5f6;
    margin-top: 60px;
}

.publicacao-detalhe__image {
    max-height: 457px;
    object-fit: fill;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.publicacao-detalhe__box {
    background-color: #fff;
    margin-top: 1rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.publicacao-detalhe__line {
    border: 1px solid #ced0d4;
}

.publicacao-detalhe_data {
    color: rgb(22, 159, 147);
    font-weight: 500;
}

.publicacao-detalhe_avatar {
    width: 9.2rem !important;
    height: 9.2rem !important;
    border: 5px solid #f1f1f1;
}

.publicacao-detalhe__rounded {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.publicacao-detalhe__comment-photo {
    height: 32px;
    width: 32px;
}

.publicacao-detalhe__like {
    color: rgb(22, 159, 147);
    font-weight: 700
}

.publicacao-detalhe__comment-user {
    background-color: #F0F2F5;
    border-radius: 18px;
    padding: 8px 12px 8px 12px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.publicacao-detalhe__mb0 {
    bottom: 0;
}

.publicacao-detalhe__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #169f93;
    color: rgb(255, 255, 255);
    opacity: 1;
    font-weight: bold;
    line-height: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.3s ease 0s;
    border-radius: 4px !important;
    margin-top: 1rem;
}

.publicacao-detalhe__button:active {
    background-color: #91ebdd;
    border-color: #91ebdd;
}

.publicacao-detalhe__button:hover {
    background-color: #91ebdd;
    border-color: #91ebdd;
    color: black;
}

.cursor-pointer {
    cursor: pointer;
}

.modalEspera2 {
    background: rgba(30, 30, 28, .8) url("../img/assets/img/wait.gif") 50% 50% no-repeat;
    z-index: 10000000000;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .modalEspera2 {
        background: rgba(30, 30, 28, .8) url("../img/assets/img/wait_2.gif") 50% 50% no-repeat !important;
    }
}