/* Apps-contact */

.order-calendar-block {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-calendar-p {
    margin: 0 -10px 0 0;

    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.order-calendar{
    width: 36%;
}

/* ApplicationInAdmin */

.hidden-com {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0;
}

.visible-com {
    max-height: 250px; /* Значение, которое должно быть больше, чем высота textarea */
    transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}

/* Chat */
.user-chat-content {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.message-content {
    margin-bottom: 5px;
}

.message-date {
    font-weight: 100;
    font-size: 0.9em;
    color: gray;
}

.message-date-right {
    font-weight: 100;
    font-size: 0.9em;
    color: #fff;
}

.ctext-wrap-content p {
    margin: 0;
}

.time {
    margin-left: 5px;
}
