/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html * {
    font-family: 'Poppins', sans-serif !important;
}

a, .btn-link {
    color: #0366d6;
}

.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;
}

#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;
    }*/

.custom-popover {
    --bs-popover-border-color: var(--bs-success);
    --bs-popover-header-bg: var(--bs-success);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.badge span {
    background-color: #f08080;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #000000;
    font-weight: bold;
    justify-content: center;
    align-items: center
}

.mudpanelcapitalize {
    text-transform: capitalize;
}

.mudwidth {
    width: 300px;
}

.e-control.e-btn.e-lib {
    border-radius: 1%;
    height: 30px;
    width: 100px;
    text-align: center;
}

.e-data-form .e-button-right .e-btn {
    border-radius: 1%;
    height: 30px;
    width: 100px;
    text-align: center;
    padding: 0;
}

.e-custom {
    background-color: #D4D4D4;
}

    .e-custom:hover {
        background-color: #D4D4D4;
    }

.e-custom1 {
    background-color: #00c853;
}

    .e-custom1:hover {
        background-color: #00c853;
    }

.e-form-label {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 700;
}

.e-data-form .e-form-label {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 700;
}

.sun-toast-container {
    position: fixed;
    top: 0;
    right: 2px;
    z-index: 99999;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .sun-toast-container > .sun-toast-box {
        margin-top: 0.2rem;
        margin-right: 0.3rem;
    }

.sun-toast-box {
    background-color: #fff8dc;
    border: 1px solid #c0a000;
    color: #5c4400;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    min-width: 320px;
    max-width: 480px;
    padding: 16px 22px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
}

.sun-toast-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
    border-bottom: 1px solid #c0a000;
    padding-bottom: 4px;
}

.sun-toast-icon {
    font-size: 24px;
    margin-right: 8px;
    color: #c0a000;
}

.sun-toast-title {
    color: #c0a000;
}

.sun-toast-body {
    margin-top: 6px;
    font-size: 14px;
}

.sun-toast-box.success {
    background-color: #76FF03;
    border-left: 5px solid #2e7d32;
    color: #2e7d32;
}

.sun-toast-box.error {
    background-color: #fff8dc;
    border-left: 5px solid #c0a000;
    color: #5c4400;
}

.sun-toast-box.info {
    background-color: #69F0AE;
    border-left: 5px solid #1976d2;
    color: #1976d2;
}

.header-centered {
    height: 7px;
    font-size: .6rem;
}
