/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.transition-all[b-63glh673r2] {
    transition: width 0.3s ease, background-color 0.3s ease;
}

.badge[b-63glh673r2] {
    font-size: 0.85rem;
    padding: 0.4em 0.6em;
}
/* /Components/Admin/Pages/Dashboard.razor.rz.scp.css */
.home-item-card[b-xc5as8cx4w] {
    width: 11rem;
    transition: transform 0.3s ease-in-out;
}

.home-item-card:hover[b-xc5as8cx4w] {
    transform: scale(1.05);
}
/* /Components/Layout/HeaderMenu.razor.rz.scp.css */
.navbar[b-26fjmqiyq1] {
    transition: all 0.3s ease-in-out;
    height: 80px;
    background-color: var(--bs-neutral-color);
    border-radius: var(--bs-border-radius);
    margin: auto;
}

.navbar.scrolled[b-26fjmqiyq1] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--bs-neutral-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto;
    width: 80vw;
}

body[b-26fjmqiyq1] {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .nav-menu-wrapper[b-26fjmqiyq1] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #f8f9fa;
        z-index: 1000;
        border-top: 1px solid #dee2e6;
    }

    .nav-menu-wrapper.show[b-26fjmqiyq1] {
        display: block;
    }

    .nav-menu-wrapper .navbar-nav[b-26fjmqiyq1] {
        padding: 0.5rem 0;
    }

    .nav-menu-wrapper .nav-item[b-26fjmqiyq1] {
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 992px) {
    .nav-menu-wrapper[b-26fjmqiyq1] {
        display: flex !important;
    }

    .navbar-nav[b-26fjmqiyq1] {
        flex-direction: row;
    }

    .nav-item[b-26fjmqiyq1] {
        margin-left: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s55psfirjk] {
    min-height: 100vh;
}

main[b-s55psfirjk] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

article.content[b-s55psfirjk] {
    width: 100vw;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
}

.sidebar[b-s55psfirjk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s55psfirjk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s55psfirjk]  a, .top-row[b-s55psfirjk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s55psfirjk]  a:hover, .top-row[b-s55psfirjk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-s55psfirjk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-s55psfirjk] {
        justify-content: space-between;
    }

    .top-row[b-s55psfirjk]  a, .top-row[b-s55psfirjk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s55psfirjk] {
        flex-direction: row;
    }

    .sidebar[b-s55psfirjk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s55psfirjk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-s55psfirjk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s55psfirjk], article[b-s55psfirjk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-s55psfirjk] {
    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: 1001;
}

    #blazor-error-ui .dismiss[b-s55psfirjk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*
    ###################################################################
    Demonstrar loading até que o @Body seja renderizado
    ###################################################################
*/
.body-content:not(:empty) ~ .loading-overlay[b-s55psfirjk] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/* /Components/Salesman/Components/StageDetails.razor.rz.scp.css */
.opportunity-status[b-b1zyijv5lf] {
    padding: 2rem 0;
}

.status-circles[b-b1zyijv5lf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 2rem;
    position: relative;
}

.step[b-b1zyijv5lf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    padding: 0 0.625rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeInUp-b-b1zyijv5lf 1s ease forwards;
}

@keyframes fadeInUp-b-b1zyijv5lf {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.circle[b-b1zyijv5lf] {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: var(--bs-neutral-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
    z-index: 2;
    transition: all 0.5s ease;
}

.step-name[b-b1zyijv5lf] {
    font-size: 0.8rem;
    text-align: center;
    word-wrap: break-word;
    margin-top: 0.3125rem;
}

.step.active .circle[b-b1zyijv5lf] {
    background-color: #007bff;
    color: var(--bs-body-bg);
    transform: scale(1.1);
}

.step.completed .circle[b-b1zyijv5lf] {
    background-color: var(--bs-success);
    color: var(--bs-body-bg);
}

.step.lost-closing .circle[b-b1zyijv5lf] {
    background-color: var(--bs-danger);
}

.connector[b-b1zyijv5lf] {
    position: absolute;
    background-color: var(--bs-body-color);
    z-index: 1;
    transform: scaleX(0);
    transition: transform 0.8s ease;
    transform-origin: left;
}

.connector.completed[b-b1zyijv5lf] {
    background-color: var(--bs-success);
}

.progress[b-b1zyijv5lf] {
    height: 0.5rem;
    background-color: var(--bs-neutral-color);
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 2rem;
}

.progress-bar[b-b1zyijv5lf] {
    height: 100%;
    background-color: var(--bs-info);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s ease;
}

@keyframes showConnector-b-b1zyijv5lf {
    to {
        transform: scaleX(1);
    }
}

.step:nth-child(1) .connector[b-b1zyijv5lf] {
    animation: showConnector-b-b1zyijv5lf 0.8s ease forwards;
    animation-delay: 1s;
}

.step:nth-child(2) .connector[b-b1zyijv5lf] {
    animation: showConnector-b-b1zyijv5lf 0.8s ease forwards;
    animation-delay: 1.8s;
}

.step:nth-child(3) .connector[b-b1zyijv5lf] {
    animation: showConnector-b-b1zyijv5lf 0.8s ease forwards;
    animation-delay: 2.6s;
}

@keyframes showProgressBar-b-b1zyijv5lf {
    to {
        transform: scaleX(1);
    }
}

.progress-bar[b-b1zyijv5lf] {
    animation: showProgressBar-b-b1zyijv5lf 1.5s ease forwards;
    animation-delay: 3.4s;
}

@media (min-width: 768px) {
    .connector[b-b1zyijv5lf] {
        top: 1.875rem;
        right: -50%;
        width: 100%;
        height: 0.125rem;
    }
}

@media (max-width: 767px) {
    .status-circles[b-b1zyijv5lf] {
        flex-direction: column;
    }

    .step[b-b1zyijv5lf] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .connector[b-b1zyijv5lf] {
        top: 100%;
        left: 50%;
        width: 0.125rem;
        height: 1rem;
        transform: scaleY(0);
        transform-origin: top;
    }

    @keyframes showConnectorVertical-b-b1zyijv5lf {
        to {
            transform: scaleY(1);
        }
    }

    .step:nth-child(1) .connector[b-b1zyijv5lf] {
        animation: showConnectorVertical-b-b1zyijv5lf 0.8s ease forwards;
        animation-delay: 1s;
    }

    .step:nth-child(2) .connector[b-b1zyijv5lf] {
        animation: showConnectorVertical-b-b1zyijv5lf 0.8s ease forwards;
        animation-delay: 1.8s;
    }

    .step:nth-child(3) .connector[b-b1zyijv5lf] {
        animation: showConnectorVertical-b-b1zyijv5lf 0.8s ease forwards;
        animation-delay: 2.6s;
    }
}
/* /Components/Shared/Loader.razor.rz.scp.css */
.screen[b-3b6eoe77gc] {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-bg);
    align-items: center;
    z-index: 9999;
}

.loader[b-3b6eoe77gc] {
    width: 100%;
    height: 15px;
    text-align: center;
}

.dot[b-3b6eoe77gc] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    display: inline-block;
}

.dot:first-child[b-3b6eoe77gc]:before {
    animation-delay: 0ms;
}

.dot:first-child[b-3b6eoe77gc]:after {
    animation-delay: 0ms;
}

.dot:last-child[b-3b6eoe77gc]:before {
    animation-delay: 200ms;
}

.dot:last-child[b-3b6eoe77gc]:after {
    animation-delay: 200ms;
}

.dot[b-3b6eoe77gc]:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: var(--bs-dark);
    animation-name: dotHover-b-3b6eoe77gc;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
    background: var(--bs-primary);
    border-radius: 100%;
}

.dot[b-3b6eoe77gc]:after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: purple;
    box-shadow: 0px 0px 1px black;
    opacity: 0.2;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100%;
    animation-name: dotShadow-b-3b6eoe77gc;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
}

@keyframes dotShadow-b-3b6eoe77gc {
    0% {
        transform: scaleX(1);
    }
    50% {
        opacity: 0;
        transform: scaleX(0.6);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes dotHover-b-3b6eoe77gc {
    0% {
        top: 0;
    }
    50% {
        top: -50px;
        transform: scale(1.1);
    }
    100% {
        top: 0;
    }
}
/* /Components/Shared/ToastNotification.razor.rz.scp.css */
.toast-message-container[b-put5yk5eiu] {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: 25rem;
    z-index: 9999;
}

.toast-message-box[b-put5yk5eiu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;

    animation: slide-in-b-put5yk5eiu 0.5s ease-out;
}

.icon[b-put5yk5eiu] {
    margin-right: 0.3rem;
}

.toast-message-content[b-put5yk5eiu] {
    padding: 0.5rem;
}

.toast-message-success[b-put5yk5eiu] {
    background-color: #28a745;
}

.toast-message-failure[b-put5yk5eiu] {
    background-color: #dc3545;
}

.toast-message-warning[b-put5yk5eiu] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-info[b-put5yk5eiu] {
    background-color: #ff8800;
}

.toast-message-default[b-put5yk5eiu] {
    background-color: #17a2b8;
}

.toast-close-button[b-put5yk5eiu] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-put5yk5eiu] {
        color: #000;
    }

@keyframes slide-in-b-put5yk5eiu {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .toast-message-container[b-put5yk5eiu] {
        width: 20rem;
    }
}
