@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.center-vertical {
    display: flex;
    align-items: center;
    height: 100%;
}

/* HambugerMenu highlighting of selected row */
.radzen-datatable tr.highlighted-row {
    background-color: yellow !important;
    font-weight: bold !important;
}

/* Use to get list of email addresses to wrap after comma instead of at arbitrary point in data grid cells */
.wrap-after-comma {
    white-space: normal;
    word-wrap: break-word;
}

    .wrap-after-comma::after {
        content: '\A';
        white-space: pre;
    }

/* Use to Horizontal and Vertical center radzendatagrid cell content */
.center-both {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container for the row */
.top10-row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to vertical layout if needed */
    gap: 10px; /* Space between sections */
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 12px;
}

/* Individual sections */
.top10-item {
    flex: 1 1 auto; /* Adjusts width to content while allowing shrink and grow */
    min-width: 350px; /* Minimum width for each section */
    border: 1px solid black; /* Black border */
    padding: 2px; /* Optional: Padding inside each section */
    box-sizing: border-box; /* Ensures padding and border are included in width */
}

.container.top10-container {
    padding-left: 0px;
    padding-right: 0px;
}

.top10-table th,
.top10-table td {
    padding: 4px 8px; /* Adjust padding as needed */
}

/* Adjust the line height for table rows */
.top10-table tr {
    line-height: 1.2; /* Reduce line height */
}


.custom-h4 {
    margin: 0px 8px 0px 8px;
    font-weight: 700;
}

.display-missing {
    color: red !important;
    font-style: italic !important;
    white-space: normal;
    overflow-wrap: break-word;
}

.shfb-control-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px;
    background-color: azure;
    width: 100% !important;
}

.rz-radio-button-list-horizontal {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-style: solid;
    border: .6667px;
    border-color: rgb(218,223,226);
}

.wrap-it {
    white-space: normal;
    overflow-wrap: break-word;
}

.horizontal-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center; /* Optional: Center align items vertically */
    width: 100%; /* Make the container take the full width of its parent */
    padding-bottom: 8px;
}

.horizontal-container-left {
    text-align: left;
}

.horizontal-container-right {
    text-align: right;
}

.wrap-columntext {
    white-space: normal !important; /* This will make the text wrap within the cell */
    word-break: break-all !important; /* This will force the text to break to a new line wherever there is a space in the text */
}

.boxedcontrol {
    border: 1px solid lightgray;
    padding-right: 4px;
}

.rz-data-grid {
    height: 68vh;
}

.rz-dialog-titlebar-close {
    padding-left: 5px;
    padding-right: 4px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    background-color: #ff6d41; /* Background color of the box */
}

    .rz-dialog-titlebar-close::before {
        top: -6px; /* Adjust top position */
        left: -6px; /* Adjust left position */
    }

    .rz-dialog-titlebar-close::after {
        bottom: -6px; /* Adjust bottom position */
        right: -6px; /* Adjust right position */
    }


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.rz-column-title-content {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.gridFooter {
    color: red;
    font-weight: bold;
}

.wrap-text {
    white-space: normal !important; /* This will make the text wrap within the cell */
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

mycell {
    color: red;
    font-size: large;
    vertical-align: bottom;
    background-color: green;
}

:root {
    --UnduplicatedHouseholdsColor: lightsalmon;
    --UnduplicatedIndividualsColor: paleturquoise;
    --HouseholdsColor: lightyellow;
    --IndividualsColor: plum;
    --PoundsColor: palegreen;
    --FoodBankColor: mistyrose;
    --DiaperBankColor: lightyellow;
    --rz-dialog-close-color: white;
}

/* COLOR STUFF */


