﻿body {
}

.timeline {
    border-left: 3px solid #1976d2;
    margin-left: 20px;
    padding-left: 20px;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-icon {
    width: 14px;
    height: 14px;
    background: #1976d2;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    top: 5px;
}

.timeline-content {
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 6px;
}

.fab-padding-custom {
    
    margin-bottom:10px;
}

.mcl-appbar {
    height: 48px; /* set height */
    min-height: 48px;
}

.mcl-nav-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mcl-nav-logo-link img {
        width: 60%;
        filter: drop-shadow(0px 0px 1px white) drop-shadow(0 0 0px white) drop-shadow(0 0 0px white);
    }


mcl_image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}