﻿


.popover-warning {
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid red;
    z-index: 100 !important;
}

.popover-warning__content {
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
    max-width: none;
}

.mud-input-control .mud-input-control-helper-container {
    position: absolute;
    background: white;
    top: 38px;
    border: 1px solid red;
    border-radius: 5px;
    z-index: 100 !important;
}
