
.universal-wrapper {
    display: flex !important;
    overflow-x: hidden;
}

.outer-content-wrapper {
    display: flex !important;
    max-width: 1366px;
    margin-inline: auto;
}

.inner-content-wrapper {
    display: flex !important;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
    margin-top: 3rem !important;
}

.page-content {
    display: flex !important;
    margin: auto!important;
    width: 100%!important;
    align-items: center!important;
    justify-content: center!important;
    flex-direction: column!important;
    margin-left: 10vh!important;
    max-width: 814px;

    opacity: 0;
    transition: opacity 1s ease;
}

@media (max-width: 1280px) {
    #right-sidebar,
    #left-sidebar {
    display: none!important;
}

header{
    width: max-content !important;
    margin-left: 60px !important;

}

.header-pill{
    display: flex !important;
    width: max-content !important;
    margin: auto !important;
    gap: 10px;
}
  
}

button[type="button"] {
  display: none !important;

}

.breadcrumbs{
    display: none !important ;
}

#right-sidebar {
    display: none !important;
}

#page{
    overflow-x: hidden !important;
}

.previous-next {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: flex-start !important;
}

#left-sidebar{
    margin-left: 15px !important;
}

#left-sidebar .caption {
    font-size: 1.5rem !important;
}

#left-sidebar ul{
    margin-left: .5rem !important;
}

#next-button {
    margin-right: 1rem !important;

}
#left-sidebar a:hover{
    background-color:#f0f0f0;
    border-radius: 1rem;
}

.project-socials {
    display: flex !important;
    margin-top: 5px !important;
}


::-webkit-scrollbar {
  width: 4px;     
  height: 4px;    
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}


/* .previous-next {
    margin-left: auto;
    display: flex;
    position: absolute;
    overflow-y: hidden;
    top: 99%;
    width: 90%;
    height: 50px;
    gap: 1rem;
    float: right;
}
 */

 /* .footer-element {
    align-items: center !important;
    justify-content: center !important;
    max-width: max-content !important;
    margin: 3rem 4rem !important;
} */



a.btn-link {
    display: inline-block;
    background-color: #007BFF;
    color: white !important;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

a.btn-link:hover {
    background-color: #0056b3;
}






