.btn-primary{
    color: #fff !important;
}

.btn-outline-primary{
&:hover, &:focus-visible, &:active {
    color: #fff !important;
}
}
.study-name{
    padding-right: 20px;
    margin-right: 10px;
}

@media (min-width: 1200px) { 
    .study-name{
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }
}

.navbar{
    background-color: #fff;
}

.table-fixed > table:nth-of-type(1) > thead{
    position: sticky;
    top: 73px;
}

.table-sm {
    font-size: 0.875rem;
}
