.all-courses__news-banners {
    max-width: 1920px;
    padding: 1rem 20px 1rem 20px;
}
@media only screen and (min-width: 992px) {
    .all-courses__news-banners {
        padding: 2rem 40px 2rem 40px;
    }
}
@media only screen and (min-width: 1300px) {
    .all-courses__news-banners {
        padding: 2rem 60px 2rem 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .all-courses__news-banners {
        padding: 2rem 80px 2rem 80px;
    }
}

.networks-page__heading {
    max-width: 768px;
    height: 10px;
    margin-bottom: 2rem;
}

.networks-page__heading-title {
    font-size: calc(1rem + 0.75vw);
}

.network-chat__container {
    margin-bottom: 2rem;
}

.communities-page__items {
    margin-bottom: 2rem;
}

.network-cart__title {
    font-size: 16px;
}

.network-chat__message-wrapper {
    max-height: 640px;
}
.network-chat__group-wrapper {
    width: 280px;
    max-height: 680px;
    border-right: 1px solid;
}
.network-chat__group-item {
    transition: background-color 250ms ease-in-out;
}
.network-chat__group-item.rounded-top-end-1rem {
    border-top-left-radius: 1rem;
}
.network-chat__group-item:hover {
    background-color: var(--miracel-secondary-color)33;
}
.network-chat__group-item-avatar.rounded-top-start-1rem {
    border-radius: 1rem 0 0 0;
}
.network-chat__group-item-avatar.rounded-top-start-1rem img{
    border-radius: 1rem 0 0 0;
}
.network-chat__group-item-title {
    font-size: 14px;
}
.network-chat__chat-message-delete {
    width: 80px;
}
.network-chat__chat-message-delete.left-0 {
    left: 0;
}
.network-chat__chat-message-delete.right-0 {
    right: 0;
}
.network-chat__chat-message-container.selected {
    background-color: #ffe6d7;
}
.network-chat__chat-message-wrapper.selected {
    background-color: rgba(243, 112, 33, 0.75);
}
.network-chat__media-tool {
    width: 125px;
    height: 40px;
    border-radius: 0 0 16px 0;
}
.network-chat__text-tool {
    height: 40px;
}
.network-chat__text-box {
    resize: none;
}
.network-chat__send-tool {
    width: 125px;
    height: 40px;
    border-radius: 0 0 0 16px;
}
.network-chat__send-icon {
    transform: rotateZ(-45deg);
}
@media only screen and (min-width: 992px) {
    .network-chat__send-tool {
        border-radius: 0 0 0 0;
    }
}
.network-chat__text-box:focus {
    outline: 0;
}

.network-chat__initial-room {
    width: 100%;
    height: 120px;
}
.network-chat__chat-message-wrapper {
    width: 100%;
    max-width: 475px;
}
@media only screen and (min-width: 576px) {
    .network-chat__chat-message-wrapper {
        width: 475px;
    }
}
@media only screen and (min-width: 768px) {
    .network-chat__chat-message-wrapper {
        width: 576px;
    }
}
@media only screen and (min-width: 992px) {
    .network-chat__chat-message-wrapper {
        width: 640px;
    }
}
.network-chat__chat-message{
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}
.network-chat__chat-message-link {
    text-decoration: none;
}
.network-chat__chat-message-link:hover {
    text-decoration: underline;
}
.network-chat__chat-message-sender-avatar {
    width: 32px;
    height: 32px;
}
.network-chat__chat-message-sender-info {
    font-size: 12px;
}
