:root {
    --mud-zindex-popover: 100;
    --mud-zindex-appbar: 90;
    --mud-zindex-dialog: 90;
    --mud-default-borderradius: 1.25rem;
    font-size: 62.5%;
    --mud-elevation-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}


@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Thin.eot');
    src: url('../fonts/Urbanist/Urbanist-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-Thin.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-Thin.woff') format('woff'), url('../fonts/Urbanist/Urbanist-Thin.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-Thin.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-ExtraLight.eot');
    src: url('../fonts/Urbanist/Urbanist-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-ExtraLight.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-ExtraLight.woff') format('woff'), url('../fonts/Urbanist/Urbanist-ExtraLight.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-ExtraLight.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Light.eot');
    src: url('../fonts/Urbanist/Urbanist-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-Light.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-Light.woff') format('woff'), url('../fonts/Urbanist/Urbanist-Light.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Medium.eot');
    src: url('../fonts/Urbanist/Urbanist-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-Medium.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-Medium.woff') format('woff'), url('../fonts/Urbanist/Urbanist-Medium.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Regular.eot');
    src: url('../fonts/Urbanist/Urbanist-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-Regular.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-Regular.woff') format('woff'), url('../fonts/Urbanist/Urbanist-Regular.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-Regular.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-SemiBold.eot');
    src: url('../fonts/Urbanist/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-SemiBold.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-SemiBold.woff') format('woff'), url('../fonts/Urbanist/Urbanist-SemiBold.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-SemiBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Bold.eot');
    src: url('../fonts/Urbanist/Urbanist-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-Bold.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-Bold.woff') format('woff'), url('../fonts/Urbanist/Urbanist-Bold.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Black.eot');
    src: url('../fonts/Urbanist/Urbanist-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-Black.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-Black.woff') format('woff'), url('../fonts/Urbanist/Urbanist-Black.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-Black.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-ExtraBold.eot');
    src: url('../fonts/Urbanist/Urbanist-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist/Urbanist-ExtraBold.woff2') format('woff2'), url('../fonts/Urbanist/Urbanist-ExtraBold.woff') format('woff'), url('../fonts/Urbanist/Urbanist-ExtraBold.ttf') format('truetype'), url('../fonts/Urbanist/Urbanist-ExtraBold.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

.btn,
body,
button,
input,
select,
textarea {
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    font-size: 1.6rem !important;
    color: #3a3a3a;
}

html, body {
    font-family: Urbanist, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}



.mud-input-control:not(.mud-input-control-boolean-input) {
    border-radius: 5px;
    border: 0.1px solid #3b4bff;
    background: #fff;
}

.mud-file-upload.mud-input-control {
    border: none;
    background-color: transparent;
}

.mud-input.mud-input-outlined {
    height: 4rem;
}

.mud-input.mud-input-outlined input{
    height: 0;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    border: none;
}

.mud-input-input-control.mud-input-error {
    border-color: red;
}

.mud-input-control.mud-input-error {
    border-color: red;
}

.mud-input-control .mud-input-control-helper-container {
    display:none;
}

.mud-overlay .mud-overlay-scrim {
    height: 100vh !important;
    width: 100vw !important;
    position: fixed;
}

.pagination .mud-pagination .mud-pagination-item button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: 1px solid #cc5be7;
    background: #fff;
    color: #cc5be7 !important;
    font-size: 2rem;
}

.pagination .mud-pagination .mud-pagination-item-selected button {
    background: #cc5be7 !important;
    color: #fff !important;
}

.pagination .mud-pagination .mud-pagination-item button:hover {
    background: #cc5be7 !important;
    color: #fff !important;
}

.custom-pagination .mud-pagination {
    display: flex;
    gap: 5px;
}

.mud-popover {
    color: rgba(66,66,66,1);
    background-color: rgba(255,255,255,1);
}

.mud-popover .mud-list{
    background-color:#fff;
}

.select-item:hover {
    background-color: #757575;
    color: #fff;
}

.menu-popover{
    top:0 !important;
}

.menu-popover-user {
    background-color: #e8eaed;
    top: 0 !important;
    left: 1200px !important;
}

.mud-dialog.dialog-filtro {
    display: flex;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 86%;
    top: 10rem;
    max-height: 630px;
}

.mud-dialog.sucesso-envio {
    display: flex;
    background-color: #fff;
    position: absolute;
    max-height: 630px;
}

.label-dialog-filtro {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.input-dialog-filtro {
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    font-size: 1.6rem !important;
    border-radius: 5px;
    border: 0.1px solid #3b4bff;
    padding-left: 1.5rem;
    background-color: #fff;
    height: 4rem;
    width: 100%;
}

    .input-dialog-filtro:focus-visible {
        box-shadow: 0 0 0 0.1rem #BBDEFB, 0 0 0 0.2rem #fff;
        outline: none;
    }

.select-consultor {
    background-color: #fff;
}

.grid-dialog-primary {
    background-color: #fff;
    display: flex;
}

.grid-dialog-secondary {
    background-color: #fff;
    display: flex;
}

.dialog-detalhes-agenda {
    background-color: #fff !important;
    position: relative;
    overflow: auto;
}

.mud-dialog.mud-dialog-width-full {
    position: absolute;
    z-index: 90000;
    top: 110px;
    background-color: #fff;
    height: calc(100vh - 200px);
    padding-bottom: 40px;
    overflow: hidden;
}

.mud-picker-toolbar {
    background-color: #3b4bff !important;
    color: #fff !important;
}

@media only screen and (width: 375px) {
    .menu-popover-user {
        background-color: #e8eaed;
        top: 250px !important;
        left: 250px !important;
    }
}

@media only screen and (width: 425px) {
    .menu-popover-user {
        background-color: #e8eaed;
        top: 250px !important;
        left: 250px !important;
    }
}

@media only screen and (width: 768px) {
    .menu-popover-user {
        background-color: #e9ecef !important;
        border: 1px solid #bdc3cb;
        box-shadow: 0 1px 20px 2px rgba(0, 0, 0, .25);
        top: 250px !important;
        left: 220px !important;
    }
}

@media (min-width: 800px) and (max-width: 863px) {
    .text-depoiment {
        display: -webkit-box !important;
        -webkit-line-clamp: 8 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .navigation-button-integra {
        position: absolute;
        right: 100px;
    }
}

@media only screen and (width: 1024px) {
    .menu-popover-user {
        top: 0 !important;
        left: 790px !important;
    }
}

@media only screen and (width: 1440px) {
    .menu-popover-user {
        top: 0 !important;
        left: 1150px !important;
    }
}

@media only screen and (width: 2560px) {
    .menu-popover-user {
        top: 0 !important;
        left: 1700px !important;
    }
}