.main-container {
    max-width: 1680px;
    padding: 0 140px;
    height: 100% !important;
}

.file-name {
    color: grey;
    text-decoration: none;
}

.list-file {
    display: inline-block;
    width: 3px !important;
    min-width: 3px !important;
    height: 1.8rem;
}

.active-list-file,
.list-group-item:hover .list-file {
    display: inline-block;
    width: 3px !important;
    min-width: 3px !important;
    height: 1.8rem;
    background-color: #3538ca;
}

@media (max-width: 1400px) {
    .main-container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .main-container {
        padding: 0 20px;
    }

    .sticky-sidebar {
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 500px) {
    .main-container {
        padding: 0 10px;
    }
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 17px !important;
    line-height: 1.8;
}

.sticky-sidebar {
    position: sticky;
    top: 50px;
    align-self: start;
    z-index: 10;
}