:root {
    --tblr-primary: #00539F;
    --tblr-primary-rgb: 0, 83, 159;
    --tblr-link-color-rgb: 0, 83, 159;
    --tblr-link-color: #00539F;
    --tblr-link-hover-color: #fdb913; 
    --tblr-link-hover-color-rgb: 253, 185, 19;
}

.components-panel,
.block-editor-block-inspector__no-blocks{
    background: inherit !important;
}

.bold-labels label {
    font-weight: 500;
}

.navbar::-webkit-scrollbar {
    width: 0.5em;
}

.navbar::-webkit-scrollbar-thumb {
    background-color: var(--tblr-primary);
    border-radius: 10px;
}

.navbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.nav-separator{
    margin-top: 10px;
}

.nav-tabs .nav-link{
    font-weight: 500;
}

.pl-50 {
    padding-left: 50px !important;
}