.logo-wrap {
    width: 240px;
    text-align: center;
}
.logo-wrap img {
    max-width: 100px;
}
.form-group {
    margin-bottom: 0;
}
.trash-image {
    position: absolute;
    top: 2px;
    left: 18px;
    cursor: pointer;
}
.trash-image i {
    color: #f00;
    font-weight: 900;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
}
.floating-label-form-group label {
    padding: 0;
}

.dashboard__right-block.multi-bot {
    display: flex;
    justify-content: space-between;
}
.dashboard__bot-name {
    font-size: 32px;
    font-weight: 600;
}
.dashboard__bot-link {
    font-size: 16px;
}
.color-green {
    color: green;
}
.color-red {
    color: red;
}
.color-green i, .color-red i {
    font-weight: 900;
}
.photograph__qr-code {
    display: block;
    text-align: center;
}
.photograph__qr-code p {
    margin: 0;
}
.user__edit-block-avatar {
    margin-bottom: 20px;
}
.user__edit-block-avatar > span {
    margin-bottom: 10px;
    display: block;
}
.no-break {
    word-break: break-word;
}
.red-row {
    background: #ffc9c9 !important;
}
div[role=radiogroup] {
    display: flex;
    justify-content: space-between;
    width: 220px;
}