.privatemessages.mobile {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 85px);
}

.privatemessages.desktop {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 58px);
}

.privatemessages .circle {
    margin-left: auto;
    background-color: #2cdd6b;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.privatemessages .call-icon {
    display: none;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/start-audio@2x.png);
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.privatemessages .header-container {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 15px;
}

.privatemessages .user-image {
    width: 45px;
    height: 45px;
    background-size: 45px;
    border-radius: 50%;
}

.privatemessages .users-names {
    font-family: "Metropolis Bold";
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    text-align: left;
    color: #333;
    text-align: left;
}

.privatemessages .pmsContainer {
    /* display: flex; */
    height: 100%;
    overflow-y: scroll;
    flex-direction: column-reverse;
}

.privatemessages .pmsContainer.flexContainer {
    display: flex;
}

.privatemessages .pmsContainer.loading {
    justify-content: center;
    align-items: center;
}

.privatemessages.mobile .pmPostContainer {
    padding-bottom: 20px;
}

.privatemessages.desktop.dragging::after {
    position: absolute;
    height: calc(100% - 80px);
    width: calc(75% - 95px);
    content: "drop a file";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Metropolis Bold";
    font-size: 20px;
    line-height: 1.23;
    letter-spacing: 1.3px;
    color: #ffffff;
    outline: dashed;
    outline-offset: -20px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
}

.privatemessages .phone-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/start-audio@2x.png);
    background-size: 26px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-left: auto;
    border-radius: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2cdd6b;
    margin-right: 10px;
}

.privatemessages.mobile .header-container {
    background-color: #0eb3fc;
}

/* DARK MODE */
.dark .users-names {
    color: rgba(255, 255, 255, 0.87);
}
