.discussions-item.skeleton{
    height: 110px;
}

.discussions-item.skeleton .messages-item__title{
    height: 30px;
    width: 100%;
    background: #F0F0F0;
    border-radius: 4px;
    display: block;
}

.discussions-item.skeleton .messages-item__text{
    height: 24px;
    width: 100%;
    background: #F0F0F0;
    border-radius: 4px;
    display: block;
}

.discussions-item.skeleton .messages-item__members{
    height: 100%;
    width: 100%;
    background: #F0F0F0;
    border-radius: 4px;
    display: block;
}

.empty-dialog__stub{
    position: relative;
    margin: 0 auto;

    width: 500px;
    padding: 50px 0;
    margin-bottom: 125px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-dialog{
    width: 100%;
    display: block;
    text-align: center;
}

.empty-dialog__avatar{
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-dialog__avatar img {
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;

    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.empty-dialog__name{
    font-size: 19px;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    line-height: 23px;
}

.empty-dialog__description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.empty_dialogs{
    height: 100%;
    min-height: 680px;
    text-align: center;
    background-color: #FFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty_dialogs__icon{
    margin-bottom: 25px;
}