﻿body {
    min-height: 100%;
    background-color: var(--surface-container) !important;
}

.logo-container {
    display: flex;
    align-items: center;
    max-width: 30%;
    height: 86%;
    padding: 0.2rem;
    border-radius: 0.3rem;
}

    .logo-container img {
        max-width: 100%;
        max-height: 100%;
    }

.h50 {
    min-height: 50%;
}

.selected {
    background-color: var(--secondary-container) !important;
}

.calendar-text-container {
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .calendar-text-container {
        display: none;
    }
}

.field > :is(button) {
    position: absolute;
    inset: 50% 1rem auto auto;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    min-inline-size: 0px;
    padding: 0px;
}

.personchartInfo {
    display: inline-block;
    width: 355px;
    max-width: 100%;
    min-height: 100%;
    margin: 10px;
    background-color: #fff;
    border-radius: 16px;
}

.personImageWrap {
    border-radius: 100% !important;
    width: 70px;
    float: right;
    height: 70px;
    border: 7px solid #efefef;
    overflow: hidden;
    position: relative;
    display: flex;
}

.personImage {
    max-width: 60px;
    height: auto;
    object-fit: cover;
}