.elementor-63672 .elementor-element.elementor-element-68de070{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-63672 .elementor-element.elementor-element-68de070:not(.elementor-motion-effects-element-type-background), .elementor-63672 .elementor-element.elementor-element-68de070 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F8ED;}/* Start custom CSS for html, class: .elementor-element-e0bb4c1 *//* Dashboard Responsivo - CSS */
/* Importar fontes do Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=DM+Sans:wght@400;500;700&display=swap");

/* Reset básico para evitar margens/padding indesejados do tema/Elementor */
.dashboard-container, .dashboard-container * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Removendo padding do body que pode ser herdado */
body {
    padding: 0 !important;
}

.dashboard-container {
    max-width: 1124px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

/* Header Section */
.dashboard-header {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.dashboard-breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.dashboard-breadcrumb-item {
    color: #656565;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 14px;
}

.dashboard-breadcrumb-item.active {
    color: #582D87;
}

.dashboard-breadcrumb-separator {
    width: 24px;
    height: 24px;
}

.dashboard-welcome-title {
    color: #162C0F;
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 26px;
}

/* Main Content */
.dashboard-main-content {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* Cards Row */
.dashboard-cards-row {
    display: flex;
    gap: 23px;
    align-items: stretch;
}

.dashboard-new-order-card {
    width: 345px;
    min-height: 294px;
    padding: 34px 32px;
    background: #CEE0C8;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.dashboard-new-order-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-new-order-title {
    color: #162C0F;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.dashboard-new-order-description {
    color: #65775D;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 17.6px;
}

.dashboard-new-order-button {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    margin-top: auto;
}

.dashboard-new-order-button-text {
    color: #162C0F;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 22.4px;
}

.dashboard-new-order-divider {
    position: absolute;
    left: 0;
    top: 125px;
    width: 100%;
    height: 1px;
    background: #BFD9B7;
}

.dashboard-orders-card {
    flex: 1;
    min-height: 294px;
    padding: 34px 32px;
    background: white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dashboard-orders-title {
    color: #162C0F;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.dashboard-orders-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.dashboard-order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #E4E4E4;
}

.dashboard-order-item:last-child {
    border-bottom: none;
}

.dashboard-order-details {
    display: flex;
    gap: 46px;
    align-items: center;
}

.dashboard-order-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dashboard-order-field-label {
    color: #162C0F;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 14px;
}

.dashboard-order-field-value {
    color: #656565;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 14px;
}

.dashboard-order-arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* Bottom Cards */
.dashboard-bottom-cards {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.dashboard-info-card {
    height: 117px;
    padding: 34px 32px;
    background: white;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.dashboard-info-card-icon {
    width: 36px;
    height: 37px;
    flex-shrink: 0;
}

.dashboard-info-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-info-card-title {
    color: #162C0F;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.dashboard-info-card-description {
    color: #656565;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 17.6px;
}

.dashboard-info-card-arrow {
    width: 24px;
    height: 25px;
    cursor: pointer;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-container {
        max-width: 100%;
        padding: 0 10px !important;
    }
}

@media (max-width: 768px) {
    body {
        padding: 0 !important;
    }

    .dashboard-container {
        gap: 30px;
    }

    .dashboard-header {
        gap: 20px;
    }

    .dashboard-welcome-title {
        font-size: 22px;
        line-height: 24px;
    }

    .dashboard-main-content {
        gap: 20px;
    }

    /* Stack cards vertically on mobile */
    .dashboard-cards-row {
        flex-direction: column;
        gap: 20px;
    }

    .dashboard-new-order-card {
        width: 100%;
        min-height: auto;
        padding: 24px 20px !important;
    }

    .dashboard-new-order-divider {
        top: 110px;
    }

    .dashboard-orders-card {
        width: 100%;
        min-height: auto;
        padding: 24px 20px !important;
        gap: 30px;
    }

    /* Adjust order details layout for mobile */
    .dashboard-order-details {
        gap: 20px;
        flex-wrap: wrap;
    }

    .dashboard-order-field {
        min-width: 80px;
    }

    .dashboard-order-field.number {
        width: 60px;
    }

    .dashboard-order-field.date {
        width: 120px;
    }

    .dashboard-order-field.total {
        width: 80px;
    }

    /* Bottom cards adjustments */
    .dashboard-bottom-cards {
        gap: 20px;
    }

    .dashboard-info-card {
        height: auto;
        min-height: 100px;
        padding: 24px 20px !important;
        gap: 20px;
    }

    .dashboard-info-card-content {
        gap: 8px;
    }

    .dashboard-info-card-title {
        font-size: 18px;
    }

    .dashboard-info-card-description {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0 !important;
    }

    .dashboard-container {
        gap: 25px;
    }

    .dashboard-welcome-title {
        font-size: 20px;
        line-height: 22px;
    }

    .dashboard-new-order-card,
    .dashboard-orders-card,
    .dashboard-info-card {
        padding: 20px 16px !important;
    }

    .dashboard-new-order-title,
    .dashboard-orders-title,
    .dashboard-info-card-title {
        font-size: 18px;
    }

    .dashboard-new-order-description,
    .dashboard-info-card-description {
        font-size: 14px;
        line-height: 16px;
    }

    /* Make order details stack vertically on very small screens */
    .dashboard-order-details {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .dashboard-order-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .dashboard-order-arrow {
        align-self: flex-end;
    }

    .dashboard-breadcrumb {
        flex-wrap: wrap;
    }
}

/* Hover effects */
.dashboard-new-order-button:hover,
.dashboard-order-arrow:hover,
.dashboard-info-card-arrow:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.dashboard-info-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}/* End custom CSS */