.content-section {
    min-height: 2000px;
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}


.sidebar-item {
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
}


.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 26px;
}

.sidebar-text {
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.sidebar-text-sub {
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

.icon-sidebar-size {
    font-size: 20px;
}

.sidebar-text.active {
    color: #3742fa;
}

.text-size--1 {
    font-size: 11px;
}

.text-size--2 {
    font-size: 12px;
}

.text-size-1 {
    font-size: 13px;
}

.text-size-2 {
    font-size: 14px;
}

.text-size-3 {
    font-size: 15px;
}

.text-size-4 {
    font-size: 16px;
}

.text-large {
    font-size: 100px;
}

.text-large-2 {
    font-size: 125px;
}

.text-large-3 {
    font-size: 150px;
}

.text-large-4 {
    font-size: 175px;
}

.rounded-img-forum {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
    padding: 1px;
    border: 2.3px solid #2c3e50;
}

.comment-forum {
    resize: none;
    overflow: hidden;
}

.comment-forum:hover,
.comment-forum:active,
.comment-forum:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

#lihat-komentar:hover {
    cursor: pointer;
}