.hide {
    display: none;
}
.ex-logo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
}
blockquote.my_quote {
    padding-left: 0.5rem;
}
blockquote.my_quote p {
    font-size: 15px;
    color: #868e96;
}
li.flood {
    opacity: 0.15;
    transition: 0.3s;
}
li.flood:hover {
    opacity: 0.3;
    transition: 0.2s;
}
li.prev_day {
    opacity: 0.3;
}
.important .notification-body {
    border-right: 5px solid #6c5efc;
}
.count-history {
    cursor: pointer;
}
.count-history .counter-icon {
    opacity: 0.7;
}
.count-history:hover .counter-icon {
    opacity: 1;
}
.pointer {
    cursor: pointer;
}
body {
    font-size: 16px;
}
.mw-140 img {
    max-width: 140px;
}
.news-element {
    text-align: justify;
    padding-right: 20px;
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (высота / ширина) */
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-content ul {
    padding-left: 18px;
    padding-bottom: 1em;
}
.main-content ul.task-list {
    padding-left: 0;
    padding-bottom: 0;
}
.main-content ul li {
    list-style: square;
}

.main-content ul.notification {
    padding-left: 0;
    padding-bottom: 0;
}
.main-content ul.notification li {
    list-style: none;
}
.main-content ul.pagination li {
    list-style: none;
}

.profile-cover__img .profile-img-content {
    margin-top: 75px;
}