/*
CTC Separate Stylesheet
Updated: 2025-12-29 16:37:37
Theme Name: MedStat-Child Theme
Author: IdeationIT
Author URI: https://www.IdeationIT.com/
Version: 1.0.1767026257
*/
/* LEFT SECTION */
.top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

/* MIDDLE SECTION */
.top-bar-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* RIGHT SECTION */
.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
