.cover-block {
    margin: 30px 0px;
}
.cover-block img {
    max-height: 500px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin: 0 !important;
}

h1 {
    word-wrap: break-word;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.divider-menu {
    height: 1px;
    margin: 5px 1px !important;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #35434a;
}

.margin-5 {
    margin: 5px;
}

.user-panel {
    height: 50px;
}

.user-panel>.info {
    padding: 10px 5px 0;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}