﻿:root {
    --size-1px: 0.0625rem;
    --size-2px: 0.125rem;
    --size-5px: 0.3125rem;
    --size-7px: 0.4375rem;
    --size-10px: 0.625rem;
    --size-12px: 0.75rem;
    --size-14px: 0.875rem;
    --size-16px: 1rem;
    --size-18px: 1.125rem;
    --size-20px: 1.25rem;
    --size-24px: 1.5rem;
    --size-28px: 1.75rem;
    --size-32px: 2rem;
    --size-36px: 2.25rem;
    --size-40px: 2.5rem;
    --size-44px: 2.75rem;
    --size-48px: 3rem;
    --size-70px: 4.375rem;
    --size-96px: 6rem;
    --size-111px: 6.9375rem;
    --size-284px: 17.75rem;
    --size-402px: 25.125rem;
    --size-424px: 26.5rem;
    --size-500px: 31.25rem;
    --size-685px: 42.8125rem;
    --size-701px: 43.8125rem;
    --size-768px: 48rem;
    --size-783px: 48.9375rem;
    --size-803px: 50.1875rem;
    --size-932px: 58.25rem;
    --size-999px: 62.4375rem;
    --size-1248px: 78rem;
    --size-1440px: 90rem;
}

/* Login */
.blazor-authentication {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.board-wrapper {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;

}

.board {
    display: flex;
    max-width: var(--size-424px);
    margin: 0 auto;
    padding: 10px 0px 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 16px 44px #0000001a;
    overflow: hidden;
    background-color: #ffffff;
}


.image-main {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 500px;
    align-items: center;
    border-radius: 40px 0px 0px 40px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


.text-center {
    text-align: center;
}

.input-text {
    width: 100% !important;
    font-family: Verdana !important;
    font-size: var(--size-14px) !important;
}

.forgot-message {
    font-family: Verdana !important;
    color: #6376A7 !important;
    margin-top: -0.5rem !important;
    font-size: var(--size-12px) !important;
}

.login-submit-button {
    background-color: #6376A7 !important;
    text-transform: none !important;
    font-family: Verdana !important;
    width: 100% !important;
    font-size: var(--size-16px) !important;
}

.real-estate-submit-button {
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: white !important;
    color: #6376A7 !important;
    border: 2px solid #6376A7 !important;
    font-size: 0.8rem !important;
    border-radius: 20px !important;
}

.generic-submit-button {
    background-color: #6376A7 !important;
    text-transform: none !important;
    font-family: Verdana !important;
    width: auto !important;
    font-size: var(--size-16px) !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0.5rem 2rem !important;
}



.login-info {
    font-family: Verdana !important;
    font-size: var(--size-14px) !important;
    color: #6376A7 !important;
    font-weight: 600 !important;
}

.login-info-link {
    font-family: Verdana !important;
    font-size: var(--size-14px) !important;
    color: #6376A7 !important;
    font-weight: 600 !important;
}

.recoverpassword-title {
    font-family: Verdana !important;
    font-size: var(--size-28px) !important;
    line-height: var(--size-48px) !important;
    font-weight: 600 !important;
    color: #27272e !important;
    text-align: center;
}

.recoverpassword-description {
    font-family: Verdana !important;
    font-size: var(--size-16px) !important;
    line-height: var(--size-28px) !important;
    font-weight: 400 !important;
    color: #27272e !important;
}

.resetpassword-board {
    width: 100%;
}


.two-factor-board {
    width: 100%;
    align-items:center;
}

.pending-confirmation-board {
    width: 100%;
    padding: 6rem 1rem 22.2rem 0; 
}

/* Media Queries for Responsiveness */
@media (max-width: 1283px) {
    .image-main {
        border-radius: 40px 40px 0 0;
    }

    .board {
        padding: 10px 10px 10px 10px;
    }

    .board-wrapper {
        height: 100%;
        padding: 10px;
    }

    .form-column {
        padding: 1.5rem 4rem 1.5rem 4rem;
    }

    .forgotpassword-board {
        padding: 4rem 3rem 4rem 3rem; 
    }

    .resetpassword-board {
        padding: 4rem 3rem 4rem 3rem;
    }

    .two-factor-board {
        padding: 4.5rem 5rem 4.5rem 5rem;
    }

    .pending-confirmation-board {
        padding: 6rem 2rem 12.2rem 0;
    }
}

@media (max-width: 999px) {
    .image-main {
        border-radius: 40px 40px 0 0;
        min-height: 300px;
    }

    .content {
        padding: 2rem;
    }

    .logo-image {
        max-width: 240px;
    }

    .frame {
        padding-bottom: 1rem;
    }

    .pending-confirmation-board {
        padding: 3rem 2rem 6.2rem 2rem;
    }
}

@media (max-width: 768px) {
    .board {
        border-radius: 20px;
    }

    .image-main {
        border-radius: 20px 20px 0 0;
        min-height: 250px;
    }

    .logo-image {
        max-width: 220px;
    }

    .content {
        padding: 1.5rem;
    }

    .text-wrapper {
        font-size: var(--size-18px);
        line-height: var(--size-28px);
    }

    .form-column {
        padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    }

    .forgotpassword-board {
        padding: 4rem 2rem 4rem 2rem;
    }
    
    .resetpassword-board {
        padding: 4rem 2rem 4rem 2rem;
    }

    .two-factor-board {
        padding: 2rem 1rem 2rem 1rem; 
    }

}

@media (max-width: 576px) {
    .board-wrapper {
        padding: 10px;
    }

    .login-board-1 {
        padding: 0.5rem;
    }

    .image-main {
        min-height: 220px;
    }

    .content {
        padding: 1.2rem;
    }

    .logo-image {
        max-width: 200px;
        margin-bottom: 1rem;
    }

    .frame {
        padding-bottom: 0.5rem;
    }

    .form-column {
        padding: 1.5rem;
    }

}

.custom-error .rz-message-popup {
    position: absolute;
    background-color: #C8C8C8 !important;
    pointer-events: none;
}
.custom-error .rz-messages-error {
    font-family: Verdana !important;
    font-size: 10px !important;
}

.custom-login-title {
    font-family: Verdana !important;
    font-size: var(--size-32px) !important;
    line-height: var(--size-48px) !important;
    font-weight: 600 !important;
    color: #27272e !important;
    text-align: center;
}


.custom-top-privatearea {
    font-family: Verdana !important;
    font-size: var(--size-12px) !important;
    line-height: var(--size-18px) !important;
    font-weight: 400 !important;
    color: #1B1B1B !important;
}

.success-login-button {
    padding-top: 20px;
    justify-items: center;
}


@media (max-width: 1283px) {
    .success-board {
        padding: 1rem 1rem 1rem 1rem;
    }
}

.custom-top-breadcrumb-privatearea {
    width: 20px !important;
    height: 20px !important;
    color: #6E6E6E !important;
    margin-bottom: -1px !important;
    padding: 15px !important;
}

.custom-top-light-privatearea {
    font-family: Verdana !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #6376A7 !important;
}

.custom-top-light-privatearea a {
    color: #6376A7 !important;
}


.custom-subtitle-privatearea {
    font-family: Verdana !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #3E3E3E !important;
}


/*  Culture  */

.culture-selector-container {
    position: absolute;
    top: 20px;
    right: 1px;
    z-index: 1000;
    display: flex;
    align-items: center;
    margin-right:50px !important;
}

.culture-selector-container-mainpage {
    position: absolute;
    top: 5px;
    right: 1px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

    /* Error */

    .error-board {
        width: 100%;
        padding: 4%;
    }

    .error-board-content {
        justify-items: center;
    }

    .error-code {
        font-family: Verdana !important;
        font-size: var(--size-24px) !important;
        font-weight: 600 !important;
    }

    .error-code-message {
        font-family: Verdana !important;
        font-size: var(--size-18px) !important;
        font-weight: 500 !important;
    }


    .login-logo {
        margin-top: 100px;
    }

    html,
    body {
        margin: 0px;
        height: 100%;
        background-image: url('/images/background-gradient.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .rz-layout,
    .rz-header,
    .rz-sidebar,
    .rz-body,
    .rz-panelmenu,
    .rz-navigation-item-wrapper {
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 10px 0px 10px 10px;
        border-radius: 20px;
    }

    .board-tabble {
        display: flex;
        margin: 0 auto;
        padding: 10px 0px 10px 10px;
        border-radius: 20px;
        overflow: hidden;
        background-color: #ffffff;
    }

    .custom-sidebar {
        background-color: transparent !important;
        box-shadow: none !important;
    }


    .custom-panelmenu {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    /* -- Users Table -- */

    .rz-group-header {
        justify-content: flex-end !important;
    }

.generic-table-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    display:flex;
    margin-bottom:1rem;
}


    .rz-grid-table thead th > div:not(.rz-cell-filter) {
        background-color: #f3f4f6;
    }

    .users-table {
        border: 1px solid #e5e7eb;
        border-radius: 15px !important;
        overflow: hidden;
        margin-bottom: 30px !important;
    }

.main-board {
    background-color: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 16px 10px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.main-board-evaluation-details {
    background-color: #ffffff; 
    border-radius: 20px !important;
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}


    .rz-button.add-user-button {
        border-radius: 20px;
        margin-bottom: 5px !important;
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: white !important;
        color: #6376A7 !important;
        border: 2px solid #6376A7 !important;
        font-size: 0.8rem !important;
    }

    .adduser-submit-button {
        border-radius: 40px;
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: white !important;
        color: #6376A7 !important;
        border: 2px solid #6376A7 !important;
        font-size: 0.8rem !important;
    }

    .cancel-user-button {
        border-radius: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rz-button.rz-light {
        background-color: var(--rz-base-200);
        color: var(--rz-text-color) #424242;
        border-radius: 40px;
    }

    .rz-button.adduser-submit-button {
        border-radius: 40px;
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: white !important;
        color: #6376A7 !important;
        border: 2px solid #6376A7 !important;
        font-size: 0.8rem !important;
    }

    .round-button-table {
        width: 32px;
        height: 32px;
        border-radius: 50% !important;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cancel-button {
        border-radius: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rz-button.cancel-button {
        border-radius: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .rz-button.confirm-submit-button {
        border-radius: 20px;
        display: flex;
        align-items: center;
        background-color: white !important;
        color: #6376A7 !important;
        border: 2px solid #6376A7 !important;
    }

    .confirm-submit-button {
        border-radius: 20px !important;
        display: flex;
        align-items: center;
        background-color: white !important;
        color: #6376A7 !important;
        border: 2px solid #6376A7 !important;
    }

    @media (max-width: 600px) {
        .add-user-button {
            padding: 0.5rem !important;
            width: 30px !important;
            height: 30px !important;
            justify-content: center !important;
        }

            .add-user-button .button-text {
                display: none;
            }

            .add-user-button .rz-icon {
                margin: 0;
            }
    }

    .table-responsive-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* -- Upload Image -- */


/*  Upload  */

    #uploadWithDragAndDrop {
        left: 0 !important;
        --rz-upload-button-bar-background-color: transparent !important;
        --rz-upload-button-bar-padding: 0 !important;
    }

        #uploadWithDragAndDrop .rz-fileupload-buttonbar .rz-fileupload-choose {
            width: 100% !important;
            text-align: center !important;
            font-family: Verdana !important;
            text-transform: none !important;
            font-size: var(--size-16px) !important;
            padding: 35px 0 !important;
            background-color: transparent !important;
        }

        #uploadWithDragAndDrop:hover .rz-fileupload-buttonbar .rz-fileupload-choose {
            background-color: #F4F9F9 !important;
        }

        #uploadWithDragAndDrop .rz-fileupload-choose input[type=file] {
            position: absolute !important;
            width: 100% !important;
        }

        #uploadWithDragAndDrop .rz-fileupload-content {
            width: 100%;
            font-family: Verdana !important;
            font-size: var(--size-14px) !important;
        }

    .profile-menu {
        background-color: transparent !important;
        margin-right: 0px;
    }

    .profile-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .profile-img-upload {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

    .profile-img-table {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 10px;
    }

    .rz-upload.rz-fileupload-buttonbar {
        display: flex-end !important;
        justify-content: center !important;
        align-items: center !important;
    }


    .permissions-template-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
    }


    .permissions-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 1;
    }

    .permissions-counter {
        background: lightgray;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        flex-shrink: 0;
    }

    /* -- Delete Confirmation Pop Up -- */

    .dialog-buttons {
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 15px 20px;
        border-radius: 0 0 4px 4px;
    }

    .cancel-btn-pop-up {
        border-radius: 40px !important;
        border: 2px solid #6376A7 !important;
        background-color: lightgray !important;
    }

    .rz-button.confirm-btn-pop-up {
        border-radius: 40px !important;
        border: 2px solid #6376A7 !important;
        background-color: white !important;
        color: #6376A7 !important;
    }

    .cancel-btn:hover {
        background-color: #e2e6ea;
        border-color: #5a6268;
    }

    .confirm-btn:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }

    .confirm-popup-text {
        margin: 4px 0 12px 0;
        padding: 0 20px;
    }

    .confirm-popup-buttons {
        padding: 0 20px;
    }

/* -- Real Estate Tabble -- */

.real-estate-table {
    border: 1px solid #e5e7eb;
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 30px !important;
}

/* -- Real Estate Tabs -- */

.custom-tabs .rz-tabview-nav {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.custom-tabs .rz-tabview-nav li {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}

.custom-tabs.rz-tabview-nav li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #6376A7 !important;
}

.custom-tabs.rz-tabview-nav li.rz-state-active a {
    color: #6376A7 !important;
    border-bottom: 2px solid #6376A7;
}


.custom-tabs .rz-tabview-nav li:not(.rz-state-active) a:hover {
    color: #6376A7 !important;
}

    .rz-tabview.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
        border-bottom: 2px solid #6376A7 !important;
    }

    .rz-tabview-title {
        font-size: 14px !important;
        line-height: 24px !important;
        color: #6376A7 !important;
    }

    .rz-tabview-nav li a, .rz-tabview-nav li a:not([href]):not([class]) {
        display: flex !important;
        align-content: center !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }


    .custom-input-border.rz-textbox:focus {
        border-color: none !important;
    }

    .custom-input-border .rz-input {
        border: 1px solid #ccc;
        transition: border-color .2s;
        background-color: #fff;
    }

    .rz-form .rz-messages-error,
    .rz-form .rz-message {
        position: static !important;
        margin-top: 0.25rem;
    }


    .header-stack {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .header-toggle {
        font-size: clamp(24px, 4vw, 32px) !important;
        color: grey;
        cursor: pointer;
        transition: font-size 0.2s ease;
    }

    .header-logo {
        width: auto;
        cursor: pointer;
        margin-left: 1rem;
        transition: height 0.2s ease;
    }

    .rz-sidebar-toggle .rzi {
        color: gray;
    }

    .header-icons {
        display: flex;
        gap: clamp(0.5rem, 2vw, 1rem);
        margin-right: 1rem;
    }

    .header-icon {
        font-size: clamp(24px, 4vw, 32px) !important;
        color: grey;
        cursor: pointer;
        transition: font-size 0.2s ease;
        color: gray !important;
    }


    @media (max-width: 600px) {

        .header-stack {
            display: flex !important;
            flex-wrap: wrap !important;
        }

        .header-toggle {
            order: 0 !important;
            flex: 0 0 auto !important;
        }

        .header-icons {
            order: 1 !important;
            flex: 0 0 auto !important;
            width: auto !important;
            justify-content: flex-end !important;
            margin: 0.5rem 1rem 0.5rem 0 !important;
        }

        .header-logo {
            order: 2 !important;
            flex: 0 0 100% !important;
            margin: 0.5rem auto !important;
            display: block !important;
        }

        .header-logo {
            width: clamp(80px, 20vw, 200px);
            height: auto;
            max-width: 100%;
            transition: width 0.2s ease;
        }

        .header-stack {
            display: flex !important;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: nowrap;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
        }

        .header-toggle {
            font-size: clamp(20px, 4vw, 28px) !important;
            color: grey;
            cursor: pointer;
            transition: all 0.2s ease;
            min-width: 24px;
        }

        .header-logo {
            height: clamp(24px, 5vw, 36px);
            width: auto;
            cursor: pointer;
            margin-left: 0.5rem;
            transition: all 0.2s ease;
            object-fit: contain;
        }

        .header-icons {
            display: flex;
            gap: clamp(0.3rem, 1.5vw, 0.8rem);
            margin-left: auto;
            align-items: center;
        }

        .header-icon {
            font-size: clamp(20px, 4vw, 28px) !important;
            color: grey;
            cursor: pointer;
            transition: all 0.2s ease;
            min-width: 24px;
        }


        @media (max-width: 600px) {
            .header-stack {
                flex-direction: column;
                align-items: flex-start;
                padding: 0.5rem;
                gap: 0.5rem;
            }

            .header-top-row {
                display: flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
            }

            .header-logo {
                order: 2;
                width: 100%;
                height: auto;
                max-height: 30px;
                margin: 0.5rem 0 0 0;
                padding: 0 1rem;
                text-align: center;
            }

            .header-toggle {
                order: 0;
            }

            .header-icons {
                order: 1;
                margin: 0;
            }
        }


        @media (max-width: 414px) {
            .header-stack {
                padding: 0.3rem;
            }

            .header-logo {
                max-height: 24px;
                padding: 0 0.5rem;
            }

            .header-toggle, .header-icon {
                font-size: 20px !important;
            }
        }


        @media (max-width: 360px) {
            .header-logo {
                max-height: 20px;
            }
        }
    }

.reports-table {
    border: 1px solid #e5e7eb;
    border-radius: 15px !important;
    justify-content: center !important;
    align-content: center !important;
}


.reports-table .rz-cell-data {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-wrap: break-word;
}



.permission-badge {
    background-color: #3f51b5;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 8px;
    margin-right: 100px
}

.tab-style {
    border: solid 1px !important;
    border-radius: 10px !important;
    border-color: lightgray !important;
    margin-bottom: 10px! important;
}


.rz-accordion-content {
    padding-block: 0 !important;
    padding-inline: 0 !important;
}


.custom-upload-label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    background-color: #f3f4f6;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.custom-upload-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.custom-upload-title {
    font-weight: 500;
    margin-bottom: 4px;
}

.custom-upload-subtitle {
    color: #6b7280;
    font-size: 14px;
}

.custom-file-input {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-feedback {
    margin-top: 0.5rem;
    color: #374151;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* -- Change Color of inputs and Dropdowns Borders -- */
:root {
    --rz-primary: #6376A7 !important;
}


/* -- Change Color of Selected Menu items-- */
.rz-panel-menu .rz-navigation-item-active, .rz-panel-menu .rz-navigation-item-wrapper-active {
    color: #6376A7 !important;
}

.rz-panel-menu .rz-navigation-item-active .rz-navigation-item-icon, .rz-panel-menu .rz-navigation-item-wrapper-active .rz-navigation-item-icon {
    color: #6376A7 !important;
}

/* Alterar tamanho dos inputs 
.rz-colorpicker, .rz-lookup-search input, .rz-numeric, .rz-datepicker > .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
    height: 50px !important;
*/


/* -- Center All Table items -- */
table td,
table th {
    vertical-align: middle;
}

/* -- Real Estate Evaluation Card -- */

.section-header {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #333;
    margin-top: 1rem;
    margin-right: 1rem;
}

.section-header .rz-icon {
    font-size: 0.5rem;
    margin-right: 0.5rem;
    color: #444;
    margin-bottom: 1rem;
}

.field-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 2rem;
}

.field-label {
    color: #555;
    font-weight: 600;
    white-space: nowrap; 
}

.field-value {
    color: #333;
    font-size: 1rem;
}

.custom-evaluation-icon {
    margin-right: 5px !important
}

.rz-accordion {
    box-shadow: none !important;
}

/* -- Real Estate Form Documents Container -- */

.documents-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.document-card {
  display: flex !important;
  align-items: center !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 6px !important;
  background-color: #fff !important;
}

.document-item {
  display: flex !important;
  align-items: center !important;
}

/* -- Real Estate Evaluation Documents Tab -- */

.reports-tabs .rz-tabview-panel {
    background-color: #f3f4f6;
}

.rz-datalist-data > li:last-child {
    margin-block-end: 0;
    margin-top: 1rem !important; 
    margin-bottom: 1rem !important;
}

/* -- Users Page Expand Icon Colunm -- */


/* Se for um RadzenTree ou outro componente */
.rz-grid-table thead th:not(:last-child) {
    background-color: #f3f4f6 !important;
}

.rz-grid-table thead th {
    background-color: #f3f4f6 !important;
}

.rz-grid-table thead th
    Especificidade: (0,1,2) {
        background-color: #f3f4f6 !important;
}

.fieldset-bold-title .rz-fieldset-legend {
    font-weight: bold;
}

.custom-upload-label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.custom-upload-icon {
    font-size: 32px;
    color: #6376A7;
    margin-bottom: 0.5rem;
}

.custom-upload-title {
    font-weight: bold;
    font-size: 1rem;
}

.custom-upload-subtitle {
    font-size: 0.85rem;
    color: #6b7280;
}

/* Group Info */

.info-block {
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.info-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.25rem;
}

.info-value {
    font-size: 1rem;
    font-weight: 400;
    color: #222;
    line-height: 1.2;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

/* Group Info Count  */

.circle-badge-wrapper {
    display: flex;
    flex-direction: column;
    background: #fafafa;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    width:100%;
    height: 100%
}

.circle-badge {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--rz-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.badge-label {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #333;
}

.analitics-table .rz-data-grid {
    border: 1px solid #e5e7eb !important;
    border-radius: 15px !important;
    overflow: hidden;
}

/* 1ª coluna: header + linhas */
.analitics-table .rz-grid-table thead th:first-child,
.analitics-table .rz-grid-table tbody td:first-child {
    background: var(--rz-base-200);
    border-right: 1px solid #e5e7eb;
    font-weight: 600;
}

    /* padding consistente do conteúdo da 1ª coluna */
.analitics-table .rz-grid-table thead th:first-child .rz-column-title,
.analitics-table .rz-grid-table tbody td:first-child .rz-cell-data {
    display: block;
    padding: 6px 10px;
}

.analitics-table .rz-cell-data {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-wrap: break-word;
}

.reports-table .method-section td {
    background: #f6f7f9;
    font-weight: 600;
}

.reports-table.analitics-table .rz-grid-table,
.reports-table.analitics-table .rz-datatable-table {
    border-collapse: collapse; /* junta as bordas */
    width: 100%;
}

.reports-table.analitics-table .rz-grid-table th,
.reports-table.analitics-table .rz-grid-table td,
.reports-table.analitics-table .rz-datatable-table th,
.reports-table.analitics-table .rz-datatable-table td {
    border: 1px solid #e5e7eb; /* cor das linhas */
}

.reports-table.analitics-table .rz-datatable-thead > tr > th,
.reports-table.analitics-table .rz-grid-table thead th {
    background: #fafafa; /* opcional: cabeçalho */
    font-weight: 600;
}

.loading-overlay {
    position: fixed; /* cobre o ecrã todo, acima de tudo */
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4000; /* maior que o z-index do Dialog/Confirm */
    pointer-events: all; /* bloqueia cliques por baixo */
    backdrop-filter: blur(1px); /* opcional */
}

.values-grid-wrap {
    max-width: 420px;
    margin-left: 0 auto;
}

.values-grid .rz-grid-table td,
.values-grid .rz-grid-table th {
    padding: .35rem .5rem;
    text-align: center; 
}

.values-grid .rz-grid-table {
    font-size: .9rem;
}

.values-grid .rz-grid-header {
    text-align: center;
}