.navbar-brand-logo
{
    min-width: 14rem !important;
    max-width: 14rem !important;
}
p ul
{
    color: #054862 !important;
}
.text-dark
{
    color: #054862 !important;
}
.text-primary
{
    color: #49c0eb !important;
}

.text-primary::selection
{
    color: #49c0eb !important;
    background-color: #054862;
}

.card-link
{
    color: #054862 !important;
    background-color: white;
}
.card-link::after
{
    filter: grayscale(100%) !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #054862 !important;
    --bs-btn-border-color: #054862 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #054862 !important;
    --bs-btn-hover-border-color: #054862 !important;
    --bs-btn-focus-shadow-rgb: 47,201,109;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #054862 !important;
    --bs-btn-active-border-color: #054862 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #054862 !important;
    --bs-btn-disabled-border-color: #054862 !important;
}
::selection
{
    color: #054862;
    background-color: #c7e8ff;
}
.list-checked-dark .list-checked-item::before
{
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2349c0eb'/%3e%3c/svg%3e") !important;
}
.card-link::after
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2349c0eb' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e") !important;
    filter: none !important;
}
.code-toolbar
{
    background-color: #333333;
    color: #ffffff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.language-markup
{
    margin: 0px;
}