﻿.row-layout {
    display:flex
}

.column-layout {
    display:flex;
    flex-direction: column;
}

html {
    overflow-x: hidden;
}

.person-card-layout {
    padding: 16px 0px 16px 0px;
}

.status-tag {
    background-color: darkturquoise;
    border-radius: 8px;
    color: white;
    padding: 0 6px 0 6px;
    width: fit-content;
    font-size: 0.7rem;
}

.e-btn.e-primary {
    background: rgb(147, 50, 169) !important;
    border-color: rgb(147, 50, 169) !important;
    color: #ffffff !important;
}