body {
}

.left-aligned {
    margin-left: 75mm;
}

.bg-dark {
    background-color: #BBB1E8 !important;
}

.bg-hero {
    background-color: #f6f5fb;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* footer */

footer a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
footer a:hover {
    color: #333;
    text-decoration: underline;
}

.gap-10{
    gap: 10px;
}
.mt-10{
    margin-top: 10px;
}

.w-80{
    width: 80%;
}
.hidden_after{
    padding-bottom: 0;
}
.hidden_after::after{
    content: '';
    display: none !important;
}
.menu{
    width: 150px !important;
    top: 80px;
    min-width: 0!important;
    padding: 0 !important;
    display: block !important;
    left:8px;
}

.px-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
