.thread, .new-comment, .comment, .topic {
    max-width: 800px;
}

.thread {
    overflow: hidden;
}

.thread .thread-title, .topic .topic-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #073642;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 600;
}

.thread .thread-body {
    color: hsla(192, 81%, 14%, 85%);
    display: block;
    margin-bottom: 0.5rem;
}

.thread .thread-body img, .comment .comment-body img {
    max-width: 100%;
}

.thread .thread-content {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(7 54 66 / 0.2);
    border-radius: 8px;
    padding: 1rem;
}

.topic .topic-description {
    color: hsla(192, 81%, 14%, 85%);
    display: block;
}


.thread .thread-created-at, .comment .comment-meta, .comment .comment-meta a {
    font-size: 0.8rem;
    color: #839496;
}

.user-picture {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.thread .user-picture {
    display: block;
    margin-bottom: 0.5rem;
}

.threads .thread {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    margin-bottom: 36px;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.threads .thread .thread-body img {
    width: 100%;
}

.threads .thread h1, .threads .thread h2, .threads .thread h3, .threads .thread h4, .threads .thread h5 {
    font-size: 1rem;
    font-weight: bold;
}

.community-layout textarea {
    min-height: 8rem;
}

#users-new {
    max-width: 600px;
}

.comment .comment-body {
    background-color: hsla(192, 81%, 5%, 0.04);
    padding: 1rem;
    border-radius: 8px;
}

.comment {
    margin-bottom: 3rem;
}

.comment .comment-meta, .comment .comment-meta a {
    margin-bottom: 0.25rem;
    font-size: 0.6rem;
}

.comment .comment-meta a {
    margin-left: 0.5rem;
}

.user-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: hsla(192, 81%, 26%, 0.8);
}

.user-col .user-picture {
    width: 32px;
    height: 32px;
}

.topic {
    margin-bottom: 2rem;
}

.topic .topic-meta {
    font-size: 0.8rem;
    color: hsla(192, 81%, 14%, 67%);
}

pre {
    background-color: rgba(0, 43, 54, 0.11);
    color: #002b36;
    padding: 1rem;
    border-radius: 3px;
}

code .cr {
  color: #073642 !important;
  font-weight: bold;
}

code.language-haskell .kw, code.language-sql .kw, code.language-html .kw { color: #859900; }
code.language-haskell .st { color: #2aa198; }

#ihp-cloud-logo {
    margin-top: 2rem;
    display: block;
}
#ihp-cloud-logo img {
    width: 200px;
}

.text-muted {
    color: hsla(192, 81%, 26%, 0.8) !important;
}


.btn.btn-primary {
    background-color: hsla(192, 81%, 26%, 1);
    color: hsla(196, 13%, 98%, 1);
    border: 1px solid hsla(192, 81%, 19%, 0.1);
    font-weight: 500;
}

.btn.btn-primary:active {
    background-color: hsla(192, 81%, 26%, 0.9) !important;
    color: hsla(196, 13%, 98%, 1) !important;
    border: 1px solid hsla(192, 81%, 19%, 0.1) !important;
}

.btn.btn-primary:hover {
    background-color: hsla(192, 81%, 26%, 0.8);
}

.btn.btn-secondary {
    background-color: transparent;
    color: hsla(192, 81%, 19%, 0.8);
    border: 1px solid hsla(192, 81%, 19%, 0.8);
    font-weight: 500;
}

.btn.btn-secondary:active {
    background-color: transparent;
    color: hsla(192, 81%, 19%, 0.8) !important;
    border: 1px solid hsla(192, 81%, 19%, 0.8) !important;
}

.btn.btn-secondary:hover {
    background-color: hsla(192, 81%, 19%, 0.1);
    color: hsla(192, 81%, 19%, 1);
}

.community-layout .nav-link.nav-title {
    color: #073642;
    font-weight: 600;
}

.community-layout .nav-link {
    padding:  0.25rem 1rem;
}

.community-welcome {
    background-color: white;
    box-shadow:  0 1px 2px 0 rgb(7 54 66 / 20%);
    border-radius: 6px;

    background:  linear-gradient(90deg, hsl(192 82% 25% / 1) 7%, hsl(192 80% 39% / 1) 53%, hsl(192 82% 24% / 1) 100%) !important;
    padding: 2rem;
    margin-bottom: 1rem;
}

.community-welcome h1, .community-welcome p {
    color: white;
}

.community-welcome p {
    font-size: 18px;
}

.thread-author {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.thread-author img {
    margin-right: 1rem;
    width:  42px;
    height: 42px;
    margin-bottom: 0 !important;
}

.thread-author .user-name {
    margin-right: 1rem;
    font-weight: bold;
}

.thread-author .user-name > a {
    display: flex;
    align-items: center;
}

.badge-pro, .badge-business {
    background-color: hsla(192, 81%, 26%, 0.8) !important;
    color: #fff;
}

.community-layout pre > code {
    background-color: transparent;
}

#forum-nav .nav-link {
    border-radius: 2px;
    color: #0d0e0f;
}

#forum-nav .nav-link.active {
    background-color: rgb(27 79 92 / 24%);
    border-left:  4px solid #1b4f5c;
    color:  #063642;
}

.community-sidebar-container {
    border-radius: var(--spacing-xs);
    background-color: var(--pure-white);
    padding: 20px 60px 15px 21px;
    padding: var(--spacing-m);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.old-layout .community-sidebar-container.links a {
    color: #0d0e0f;
    opacity: 0.64;
    display: block;
    margin: 10px 48px 10px 0;
}

.btn-new-thread {
    background-color: #fff;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 36px;
    color: rgb(13 14 15 / 50%);
    font-weight: 500;
    text-align: left;
    padding-top:  12px;
    padding-bottom: 12px;
    padding-left: 16px;
    position: relative;
}

.btn-new-thread .plus {
    background-color: #1b4f5c;
    position: absolute;
    right: 16px;
    top:  10px;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

.thread-topic {
    border: solid 1px rgba(120, 170, 4, 0.34);
    background-color: rgba(120, 170, 4, 0.26);
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #78aa04;
    transition: all 0.1s;
}

.thread-topic:hover {
    text-decoration: none;
    color: hsl(78deg 95% 20%);
}

.btn.btn-add-response {
    padding: 5px 13px 6px 14px;
    border-radius: 4px;
    background-color: #f3f3f3;
    border:  0;
    color: rgb(13 14 15 / 72%);
    font-size: 12px;
}

.btn.btn-add-response svg {
    height: 1rem;
    margin-right: 8px;
}

.btn.btn-add-response:active {
    background-color: #f3f3f3 !important;
}
