@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}
body {
    background-color: var(--mud-palette-background-gray) !important;
}

--mud-typography-default-family {
    font-family: "Inter", serif;
}

.rounded-buttons {
    height: fit-content !important;
    padding: 10px 20px 10px 20px !important;
    border-radius: 20px !important;
    align-self: center !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.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;
    }

.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."
    }


.logo {
    background-image: url(https://www.datanau.com/wp-content/uploads/2024/09/logo_fundo_transparente.svg);
    background-size: contain;
    height: 90%;
    width: 90%;
    background-repeat: no-repeat;
    background-position: left;
}

#social:hover {
    color: #2ba4f5 !important;
}

.mud-appbar {
    background-color: white !important;
}

/*.mud-button-root {
    color: #080A3C !important;
}*/

.mud-nav-link {
    color: #080A3C !important;
    font-size: small;
}

.all-buttons {
    /*float: right;*/
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
    /*margin-top: 5% !important;*/
}
.mud-fab:disabled {
    float: right;
    background-color: lightgray !important;
    color: lightgray !important;
}

h3 {
    margin: 30px;
    text-align: center;
}

.mud-nav-link.active {
    color: cornflowerblue !important;
}

.mud-nav-link-expand-icon.mud-transform {
    fill: cornflowerblue !important;
}

@keyframes ldio-yxyu2hzywd-o {
    0% {
        opacity: 1;
        transform: translate(0 0)
    }

    49.99% {
        opacity: 1;
        transform: translate(80px,0)
    }

    50% {
        opacity: 0;
        transform: translate(80px,0)
    }

    100% {
        opacity: 0;
        transform: translate(0,0)
    }
}

@keyframes ldio-yxyu2hzywd {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(80px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.ldio-yxyu2hzywd div {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 60px;
    left: 20px;
}

    .ldio-yxyu2hzywd div:nth-child(1) {
        background: #2ba4f5;
        animation: ldio-yxyu2hzywd 0.9900990099009901s linear infinite;
        animation-delay: -0.49504950495049505s;
    }

    .ldio-yxyu2hzywd div:nth-child(2) {
        background: #f8cd00;
        animation: ldio-yxyu2hzywd 0.9900990099009901s linear infinite;
        animation-delay: 0s;
    }

    .ldio-yxyu2hzywd div:nth-child(3) {
        background: #2ba4f5;
        animation: ldio-yxyu2hzywd-o 0.9900990099009901s linear infinite;
        animation-delay: -0.49504950495049505s;
    }

.loadingio-spinner-dual-ball-h5391kn9zkv {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    margin: auto;
}

.ldio-yxyu2hzywd {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-yxyu2hzywd div {
        box-sizing: content-box;
    }

.layout-spinner {
    display: flex;
    justify-content: center;
    margin-top: 15% !important;
}

.main-layout {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
}

p {
    color: #080A3C;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.card_actions {
    margin-top: 5%;
    justify-content: center;
}

.validation-errors {
    margin: 5%;
    border: 1px solid red;
    padding: 1%;
}

.not_authorized_alert {
    margin: 3%;
}

.mud-table {
    margin: 5%;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3%;
}

.delete-button-table {
    color: red !important;
}

.edit-button-table {
    color: !important;
}

#copyright {
    position: absolute;
    bottom: 0;
    right: 15%;
}

.danger_icon {
    color: orange;
    cursor: pointer;
}

.mud-tooltip-root {
    margin-right: 2%;
}

.select_buttons {
    float: right;
}

.text-buttons {
    color: #2E5781 !important;
    float: right;
}

.mud-table-cell-custom-group {
    font-weight: bold !important;
    text-align: left !important;
}

.mud-table-cell-custom-group-footer {
    padding-bottom: 50px;
    text-align: right;
}

.add-new-value {
    color: forestgreen !important;
}

.remove-value {
    color: #d50000 !important;
}

html > body > div.mud-popover-provider > div.mud-popover.mud-popover-open.mud-popover-top-center.mud-popover-anchor-bottom-center.mud-popover-overflow-flip-onopen.mud-popover-relative-width.mud-paper.mud-elevation-8.overflow-y-auto > div.mud-list.mud-list-padding > .mud-list-item.mud-list-item-gutters.mud-list-item-clickable.mud-list-item-disabled > .mud-list-item-icon > svg > path:nth-of-type(2) {
    d: path("M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z");
    d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z";
}
/*
@media screen and (max-width: 1600px){
    #reportPBI {
        max-height: 700px;
        height: 100%;
    }
}

@media (min-width: 1600px) and (max-width: 1650px){
    #reportPBI{
        margin-left: 6%;
    }
}

@media (min-width: 1650px) and (max-width: 2000px) {
    #reportPBI {
        margin-left: 15%;
    }
}

@media (min-width: 2000px) {
    #reportPBI {
        margin-left: 20%;
    }
}*/

.header-tabs {
    background-color: rgba(104, 168, 241, .0) !important;
}

#app span.mud-icon-root.mud-icon-default.mud-icon-size-medium.mud-nav-link-icon.mud-nav-link-icon-default {
    margin-top: 2%;
    line-height: .8em;
}

#not-app .mud-nav-link-text {
    margin-top: 1%;
}

#idiomas {
    position: absolute;
    bottom: 50px;
    width: 90%;
    margin-left: 5%;
}

#today-date {
    position: absolute;
    bottom: 0;
    right: 22%;
}


@media (max-height: 585px) {

    #idiomas {
        margin: 8%;
        margin-bottom: 13%;
        position: inherit !important;
        bottom: 5px;
    }

    #today-date {
        position: inherit !important;
        bottom: 0;
        right: 22%;
    }
}


.iti__dial-code, .iti__selected-dial-code {
    display: none;
}

#tooltip-add-report-admin {
    float: right;
    margin-top: 2%;
}

#reportPBI {
    margin-top: 0;
    overflow-y: hidden;
}

@media (min-width: 300px) and (max-width: 679px) {
    #reportPBI {
        height: 580px;
        padding: 0;
    }
}

@media (min-width: 680px) and (max-width: 759px) {
    #reportPBI {
        height: 400px;
        max-width: 900px;
    }
}

@media(min-width: 760px) and (max-width: 879px) {
    #reportPBI {
        height: 450px;
        max-width: 1000px;
    }
}

@media(min-width: 880px) and (max-width: 959px) {
    #reportPBI {
        height: 500px;
        max-width: 1000px;
    }
}

@media(min-width: 960px) and (max-width: 999px) {
    #reportPBI {
        height: 400px;
        max-width: 900px;
    }
}

@media(min-width: 1000px) and (max-width: 1199px) {
    #reportPBI {
        height: 440px;
        max-width: 802px;
    }
}

@media(min-width: 1200px) and (max-width: 1199px) {
    #reportPBI {
        height: 530px;
        max-width: 1100px;
    }
}

@media(min-width: 1200px) and (max-width: 1299px) {
    #reportPBI {
        height: 582px;
        max-width: 1200px;
    }
}

@media(min-width: 1300px) and (max-width: 1399px) {
    #reportPBI {
        margin-top: 0;
        height: 650px;
        max-width: 1200px;
    }
}

@media(min-width: 1400px) and (max-width: 1499px) {
    #reportPBI {
        margin-top: 0;
        height: 700px;
        max-width: 1500px;
    }
}

@media(min-width: 1500px) and (max-height: 750px) {
    #reportPBI {
        margin-top: 0;
        height: 650px;
        max-width: 1100px;
    }
}
@media(min-width: 1500px) and (min-height: 750px) and (max-height: 999px) {
    #reportPBI {
        margin-top: 0;
        height: 800px;
        max-width: 1400px;
    }
}

@media(min-width: 1500px) and (min-height: 1000px) {
    #reportPBI {
        margin-top: 0;
        height: 950px;
        max-width: 1000px;
    }
}


.mud-list-item.mud-list-item-disabled > div > p {
    color: var(--mud-palette-text-disabled) !important;
}

.sub-price-chip{
    margin-left: 3%;
}

.pacotes-chips{
    margin-top: 3%;
}

.cd-pricing-header {
    margin-bottom: 3px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 1.8rem !important;
    letter-spacing: 2px !important;

}

.cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.cd-value {
    font-size: 5rem;
    font-weight: 300;
}

.cd-duration {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.cd-pricing-features {
    /* width: 600px; */
    padding: 0;
}

    .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(23, 61, 80, 0.06);
    }

    .cd-pricing-features li {
        float: none;
        width: auto;
        padding: 1em;
        list-style: none;
        font-size: 1rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.org-item {
    margin: .5% !important;
    border: solid 1px rgba(128, 128, 128, .2);
    cursor: pointer;
}
.org-avatar {
    color: #2E5781 !important;
    font-weight: bolder !important;
    font-size: 2vw;
    border: 2px solid #2E5781 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-name {
    font-weight: bold;
}

.org-entry-icon {
    color: rgba(128, 128, 128, 1);
}

.projects-container {
    height: calc(70vh - calc(var(--mud-appbar-height) - 120px));
    overflow-y: scroll;
    margin-top: 2%;
}

aside.mud-drawer.mud-drawer-fixed.mud-drawer-pos-left.mud-drawer--open.mud-drawer-md.mud-drawer-clipped-always.mud-elevation-2.mud-drawer-responsive {
    overflow-x: hidden;
    overflow-y: hidden;
}

#table-saft > .mud-table-container > .mud-table-root > .mud-table-body > .mud-table-row > .mud-table-cell {
    font-size: small;
}