﻿.form-main-header {
    display: flex;
    height: 60px;
    min-height: 60px;
    color: white;
    background-color: black;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between;
}

.form-main-header .title-section {
    display: flex;
    align-items: center;
}

    .title-section .logo {
        height: 35px;
        border-radius: 50%;
        background-color: var(--primary-green);
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-right: 10px;
    }

    .title-section .entity-name {
        font-weight: bold;
        font-size: 18px;
    }