.main-content-wrapper.div {
    display: flex;
    flex-direction: column;
    min-width: 375px;
    align-items: flex-start;
    position: relative;
    background-color: var(--02-tokens-bg-bg-primary);
}
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem; /* Add this to create space between items */
    margin: 1rem 0;
}

.bold-heading {
    font-weight: bold;
    font-size: 36px;
}

.main-content-wrapper .top-navigation-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    position: relative;
    width: 100%;
    background-color: var(--02-tokens-bg-bg-primary);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.main-content-wrapper .header-card-sidebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-radius: var(--04-radius-radius-10);
    overflow: hidden;
}

.hamburger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

@media (min-width: 1024px) {
    .hamburger-btn {
        display: none !important;
    }
}

.main-content-wrapper .img {
    position: relative;
    width: 20px;
    height: 20px;
}

.main-content-wrapper .layer {
    position: relative;
    width: 118.47px;
    height: 24px;
}

.main-content-wrapper .group {
    width: 118px;
    height: 24px;
}

.main-content-wrapper .overlap-group {
    position: relative;
    height: 24px;
}

.main-content-wrapper .vector {
    position: absolute;
    width: 19px;
    height: 17px;
    top: 7px;
    left: 100px;
}

.main-content-wrapper .group-2 {
    position: absolute;
    width: 100px;
    height: 24px;
    top: 0;
    left: 0;
}

.profile-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-full);
}

    .profile-avatar .image {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        object-fit: cover;
    }

.main-content-wrapper .header-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-content-wrapper .navigation-bar {
    display: flex;
    align-items: center;
    gap: 829px;
    padding: 22px 28px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.main-content-wrapper .frame {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 347px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main-content-wrapper .frame-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main-content-wrapper .img-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .content-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: calc(100vw - 80px);
}

@media (max-width: 1024px) {
    .main-content-wrapper .content-container {
        width: 100%;
    }
}

.main-content-wrapper .nav-left {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .mission {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--title-h6-title-font-family);
    font-weight: var(--title-h6-title-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--title-h6-title-font-size);
    letter-spacing: var(--title-h6-title-letter-spacing);
    line-height: var(--title-h6-title-line-height);
    white-space: nowrap;
    font-style: var(--title-h6-title-font-style);
}
    @media (max-width: 425px) {
        .mobile .text-wrapper {
            font-size: 14px;
        }
    }

@media (max-width: 425px) {
    .main-content-wrapper .text-wrapper {
        font-size: 14px;
    }
}

.main-content-wrapper .content {
    position: relative;
    width: 100%;
    height: calc(100vh - 222px);
    flex: 0 0 auto;
    background-color: var(--app-neutral50);
}

.mobile-navigation-bar {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    width: 375px;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 16px 20px;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-primary);
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px -4px 15.5px #0a0d140d;
}

@media (min-width: 1024px) {
    .mobile-navigation-bar {
        display: none !important;
    }
}

.mobile-navigation-bar .navigation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-10);
}

.main-content-wrapper .topbar-item-button-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-10);
}

.chatbot {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    position: fixed;
    bottom: 70px;
    right: 0px;
}

@media (min-width: 1024px) {
    .chatbot {
        display: none !important;
    }
}

.chatbot .live-chat {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--base);
    border-radius: 100px;
    box-shadow: var(--fancy-buttons-primary);
}

    .chatbot .live-chat .chat-smile-line {
        position: relative;
        width: 24px;
        height: 24px;
    }

.main-content-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: auto;
}

    .main-content-wrapper .sidebar-navigation {
        display: flex;
        flex-direction: column;
        position: relative;
        align-self: stretch;
        border-right-width: 1px;
        border-right-style: solid;
        border-color: var(--02-tokens-stroke-soft-200);
    }

@media (max-width: 1024px) {
    .main-content-wrapper .sidebar-navigation {
        display: none !important;
    }
}

.main-content-wrapper .sidebar-header {
    position: relative;
    width: 80px;
    height: 72px;
}

.main-content-wrapper .sidebar-actions-container {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    display: flex;
    position: relative;
}

.main-content-wrapper .main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-content-wrapper .text-divider {
    display: flex;
    gap: 8px;
    padding: 4px 0px;
    align-self: stretch;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .text-wrapper-2 {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--subheading-x-small-font-family);
    font-weight: var(--subheading-x-small-font-weight);
    color: var(--02-tokens-text-soft-500);
    font-size: var(--subheading-x-small-font-size);
    text-align: center;
    letter-spacing: var(--subheading-x-small-letter-spacing);
    line-height: var(--subheading-x-small-line-height);
    font-style: var(--subheading-x-small-font-style);
}

.main-content-wrapper .navigation-2 {
    flex-direction: column;
    gap: 4px;
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-content-wrapper .sidebar-items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .sidebar-items-2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-8);
}

.main-content-wrapper .rectangle {
    position: absolute;
    width: 4px;
    height: 20px;
    top: 8px;
    left: -22px;
    background-color: var(--app-neutral600);
    border-radius: 0px 4px 4px 0px;
}

.main-content-wrapper .side-content {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
}

.main-content-wrapper .frame-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: -6.00px;
}

.main-content-wrapper .social-buttons-wrapper {
    flex-direction: column;
    gap: 4px;
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    padding-bottom:5px;
}

.main-content-wrapper .social-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-quaternary);
    border-radius: var(--04-radius-radius-10);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
}

.main-content-wrapper .sidebar-footer {
    width: 80px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .user-profile-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    position: relative;
    flex: 0 0 auto;
    margin-left: -4.00px;
    margin-right: -4.00px;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-10);
    overflow: hidden;
}

.main-content-wrapper .image-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--app-neutral200);
    border-radius: var(--04-radius-radius-full);
}

.main-content-wrapper .divider {
    position: absolute;
    width: 40px;
    top: 0;
    left: 20px;
    height: 1px;
    object-fit: cover;
}

.main-content-wrapper .navigation-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .buttons-2 {
    display: inline-flex;
    gap: 2px;
    padding: 4px;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .frame-6 {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .content-3 {
    width: 100%;
    align-items: flex-start;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.main-content-wrapper .event-action-taskbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    margin-bottom: -1.00px;
    margin-left: -1.00px;
}

@media (max-width: 1024px) {
    .main-content-wrapper .event-action-taskbar {
        display: none !important;
    }
}

.main-content-wrapper .content-4 {
    flex-direction: column;
    width: 272px;
    height: 100%;
    align-items: flex-start;
    gap: 16px;
    padding: 0px 14px;
    margin-bottom: -2268.00px;
    display: flex;
    position: relative;
}

.main-content-wrapper .event-filled-btn {
    display: flex;
    gap: 4px;
    padding: 8px;
    align-self: stretch;
    width: 100%;
    background-color: var(--02-tokens-bg-strong-950);
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .text {
    display: inline-flex;
    padding: 0px 4px;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-white-0);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.main-content-wrapper .divider-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.main-content-wrapper .active-action-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .text-wrapper-3 {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    font-style: var(--label-small-font-style);
}

.main-content-wrapper .line {
    position: absolute;
    width: 244px;
    height: 1px;
    top: -106px;
    left: 2354px;
    object-fit: cover;
}

.main-content-wrapper .action-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .frame-7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main-content-wrapper .tasks-timeline {
    position: relative;
    width: 1032px;
    flex: 0 0 auto;
}

.main-content-wrapper .AI {
    display: flex;
    flex-direction: column;
    width: 1088px;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 150px;
    position: absolute;
    top: 360px;
    left: 0;
    background-color: #fafaf980;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: var(--02-tokens-stroke-soft-200);
    backdrop-filter: blur(2px) brightness(100%);
    -webkit-backdrop-filter: blur(2px) brightness(100%);
}

.main-content-wrapper .basic-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-content-wrapper .basic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 10px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-10);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
}

.main-content-wrapper .frame-8 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .p {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-soft-500);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-small-font-style);
}

.main-content-wrapper .frame-9 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.main-content-wrapper .line-2 {
    position: relative;
    width: 1px;
    height: 20px;
    object-fit: cover;
}

.main-content-wrapper .sparkling-fill-wrapper {
    display: inline-flex;
    gap: 2px;
    padding: 4px;
    box-shadow: var(--regular-shadow-x-small);
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.main-content-wrapper .chatbot-2 {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 1016px;
}

/*@media (max-width: 1024px) {
    .main-content-wrapper.desktop {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .main-content-wrapper.div {
        display: none !important;
    }
}*/





.metric-cards .metric-cards-wrapper {
    border-bottom: 0;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: var(--regular-shadow-x-small);
}

.metric-cards .content-container {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    display: flex;
    position: relative;
    width: 100%;
    background-color: var(--02-tokens-bg-bg-tertiary);
    padding: 16px;
    border-radius: 16px;
}

    .metric-cards .content-container h3 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2%;
        text-align: center;
    }

    .metric-cards .content-container p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
    }


.metric-cards.cards {
    display: flex;
    gap: 10px;
    position: relative;
    width: 100%;
    min-height: 96px;
}

@media (max-width: 1032px) {
    .metric-cards .metric-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1032px) {
    .metric-cards.div {
        display: none !important;
    }
}



.frame.chart-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 335px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.frame .chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-16);
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.frame .header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: transparent;
}

.frame .text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.frame .pie-chart-line {
    position: relative;
    width: 24px;
    height: 24px;
}

.frame .text-wrapper {
    position: relative;
    width: 124px;
    margin-top: -1.00px;
    font-family: var(--label-medium-font-family);
    font-weight: var(--label-medium-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-medium-font-size);
    letter-spacing: var(--label-medium-letter-spacing);
    line-height: var(--label-medium-line-height);
    font-style: var(--label-medium-font-style);
}

.frame .buttons {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

.frame .file-pdf-line {
    position: relative;
    width: 20px;
    height: 20px;
}

.frame .button-wrapper {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    position: relative;
    flex: 0 0 auto;
}

.frame .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.frame .content-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .line {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 1px;
    margin-top: -1.00px;
    object-fit: cover;
}

.frame .graphic-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .group {
    position: relative;
    width: 193px;
    height: 193px;
}

.frame .overlap-group {
    position: relative;
    width: 196px;
    height: 196px;
    top: -2px;
    left: -2px;
    background-image: url(./img/background.svg);
    background-size: 100% 100%;
}

.frame .div {
    display: flex;
    flex-direction: column;
    width: 115px;
    align-items: center;
    gap: 4px;
    position: relative;
    top: 73px;
    left: 41px;
}

.frame .SPE-nt {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--subheading-x-small-font-family);
    font-weight: var(--subheading-x-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--subheading-x-small-font-size);
    text-align: center;
    letter-spacing: var(--subheading-x-small-letter-spacing);
    line-height: var(--subheading-x-small-line-height);
    font-style: var(--subheading-x-small-font-style);
}

.frame .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    font-family: var(--title-h5-title-font-family);
    font-weight: var(--title-h5-title-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--title-h5-title-font-size);
    text-align: center;
    letter-spacing: var(--title-h5-title-letter-spacing);
    line-height: var(--title-h5-title-line-height);
    font-style: var(--title-h5-title-font-style);
}

.frame.div-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 1032px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.frame .frame-wrapper {
    position: relative;
    width: 196px;
    height: 196px;
    top: -2px;
    left: -2px;
    background-image: url(./img/background-1.svg);
    background-size: 100% 100%;
}

@media (max-width: 1031px) {
    .frame.div-wrapper {
        display: none !important;
    }
}

@media (min-width: 1032px) {
    .frame.chart-wrapper {
        display: none !important;
    }
}



.widgets-finance.div {
    display: flex;
    flex-direction: column;
    min-width: 335px;
    align-items: center;
    gap: 16px;
    padding: 16px;
    position: relative;
    background-color: var(--02-tokens-bg-bg-secondary);
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
}

.widgets-finance .frame {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .text {
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .text-2 {
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}

.widgets-finance .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.widgets-finance .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-medium-font-family);
    font-weight: var(--label-medium-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-medium-font-size);
    letter-spacing: var(--label-medium-letter-spacing);
    line-height: var(--label-medium-line-height);
    white-space: nowrap;
    font-style: var(--label-medium-font-style);
}

.widgets-finance .buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

.widgets-finance .button-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    position: relative;
    flex: 0 0 auto;
}

.widgets-finance .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.widgets-finance .frame-2 {
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .text-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.widgets-finance .search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 8px 8px 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
}

.widgets-finance .img-2 {
    position: relative;
    width: 20px;
    height: 20px;
}

.widgets-finance .input {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-soft-500);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    font-style: var(--paragraph-small-font-style);
    background: transparent;
    border: none;
    padding: 0;
}

.widgets-finance .content-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .line {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 1px;
    margin-top: -1.00px;
    object-fit: cover;
}

.widgets-finance .div-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-primary);
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed;
    border-color: var(--02-tokens-stroke-sub-300);
}

.widgets-finance .text-3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0px 8px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}

.widgets-finance .frame-3 {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .pie-chart-line-wrapper {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--02-tokens-bg-bg-tertiary);
    border-radius: var(--04-radius-radius-8);
    display: flex;
    position: relative;
}

.widgets-finance .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    font-family: var(--label-medium-font-family);
    font-weight: var(--label-medium-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-medium-font-size);
    text-align: center;
    letter-spacing: var(--label-medium-letter-spacing);
    line-height: var(--label-medium-line-height);
    font-style: var(--label-medium-font-style);
}

.widgets-finance .p {
    position: relative;
    align-self: stretch;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--paragraph-small-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .buttons-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

.widgets-finance.tasks-timeline {
    min-width: 1032px;
    min-height: 100vh;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    position: relative;
}

.widgets-finance .div-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-16);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--app-neutral200);
}

.widgets-finance .header {
    width: 1000px;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    background-color: transparent;
    display: flex;
    position: relative;
}

.widgets-finance .a-ctions {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.widgets-finance .img-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 24px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-primary);
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed;
    border-color: var(--02-tokens-stroke-sub-300);
}

.widgets-finance .text-4 {
    display: flex;
    flex-direction: column;
    width: 1000px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0px 8px;
    position: relative;
    margin-left: -16.00px;
    margin-right: -16.00px;
}

.widgets-finance .text-wrapper-3 {
    position: relative;
    width: 364px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--paragraph-small-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    font-style: var(--paragraph-small-font-style);
}

@media (max-width: 1031px) {
    .widgets-finance.tasks-timeline {
        display: none !important;
    }
}

@media (min-width: 1032px) {
    .widgets-finance.div {
        display: none !important;
    }
}




.widgets-finance.div {
    display: flex;
    flex-direction: column;
    min-width: 335px;
    align-items: center;
    gap: 16px;
    padding: 16px;
    position: relative;
    background-color: var(--02-tokens-bg-bg-secondary);
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
}

.widgets-finance .div-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .text-2 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.widgets-finance .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.widgets-finance .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-medium-font-family);
    font-weight: var(--label-medium-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-medium-font-size);
    letter-spacing: var(--label-medium-letter-spacing);
    line-height: var(--label-medium-line-height);
    white-space: nowrap;
    font-style: var(--label-medium-font-style);
}

.widgets-finance .buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

.widgets-finance .button-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    position: relative;
    flex: 0 0 auto;
}

.widgets-finance .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.widgets-finance .div-3 {
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .text-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.widgets-finance .search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 8px 8px 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
}

.widgets-finance .img-2 {
    position: relative;
    width: 20px;
    height: 20px;
}

.widgets-finance .input {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-soft-500);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    font-style: var(--paragraph-small-font-style);
    background: transparent;
    border: none;
    padding: 0;
}

.widgets-finance .add-fill-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-strong-950);
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.widgets-finance .content-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .line {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 1px;
    margin-top: -1.00px;
    object-fit: cover;
}

.widgets-finance .cards {
    display: flex;
    flex-direction: column;
    width: 303px;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.widgets-finance .card {
    display: flex;
    flex-direction: column;
    width: 303px;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: 16px;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.widgets-finance .notes-content-notes {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.widgets-finance .div-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .frame {
    width: 238px;
    align-items: center;
    gap: 4px;
    display: flex;
    position: relative;
}

.widgets-finance .task-name-wrapper {
    gap: 8px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.widgets-finance .task-name {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    font-style: var(--label-small-font-style);
}

.widgets-finance .compact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 2px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-6);
    overflow: hidden;
}

.widgets-finance .mar {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--01-foundations-red-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--label-small-font-style);
}

.widgets-finance .p {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    color: var(--01-foundations-red-700);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.widgets-finance .span {
    color: #44403c;
    line-height: var(--paragraph-x-small-line-height);
    font-family: var(--paragraph-x-small-font-family);
    font-style: var(--paragraph-x-small-font-style);
    font-weight: var(--paragraph-x-small-font-weight);
    letter-spacing: var(--paragraph-x-small-letter-spacing);
    font-size: var(--paragraph-x-small-font-size);
}

.widgets-finance .text-wrapper-2 {
    font-weight: var(--label-small-font-weight);
    color: #44403c;
    font-size: var(--label-small-font-size);
    line-height: var(--label-small-line-height);
    font-family: var(--label-small-font-family);
    font-style: var(--label-small-font-style);
    letter-spacing: var(--label-small-letter-spacing);
}

.widgets-finance .status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px 4px 4px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-6);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.widgets-finance .img-3 {
    position: relative;
    width: 16px;
    height: 16px;
}

.widgets-finance .badge {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-x-small-font-family);
    font-weight: var(--label-x-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-x-small-font-size);
    letter-spacing: var(--label-x-small-letter-spacing);
    line-height: var(--label-x-small-line-height);
    white-space: nowrap;
    font-style: var(--label-x-small-font-style);
}

.widgets-finance .div-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .div-6 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.widgets-finance .frame-2 {
    width: 175px;
    align-items: center;
    gap: 8px;
    display: flex;
    position: relative;
}

.widgets-finance .location-rentals {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.widgets-finance .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--label-small-font-style);
}

.widgets-finance .line-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.widgets-finance .frame-wrapper {
    align-items: center;
    gap: 4px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
}

.widgets-finance .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .text-wrapper-5 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .div-7 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    color: var(--02-tokens-text-sub-700);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.widgets-finance .text-wrapper-6 {
    color: #171412;
    font-size: var(--paragraph-small-font-size);
    line-height: var(--paragraph-small-line-height);
    font-family: var(--paragraph-small-font-family);
    font-style: var(--paragraph-small-font-style);
    font-weight: var(--paragraph-small-font-weight);
    letter-spacing: var(--paragraph-small-letter-spacing);
}

.widgets-finance .status-badge-2 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 4px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-6);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.widgets-finance.tasks-timeline {
    display: flex;
    min-width: 1032px;
    min-height: 100vh;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.widgets-finance .div-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-16);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--app-neutral200);
}

.widgets-finance .header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .text-wrapper-7 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Roboto", Helvetica;
    font-weight: 500;
    color: var(--02-tokens-text-strong-950);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.widgets-finance .paginator-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

.widgets-finance .header-2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--app-neutral100);
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
}

.widgets-finance .table-header-cell {
    display: flex;
    width: 250px;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 12px 8px 8px;
    position: relative;
    background-color: var(--02-tokens-bg-bg-quaternary);
}

.widgets-finance .label {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.widgets-finance .members {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .sorting-icons {
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(./img/expand-up-down-fill-4.svg);
    background-size: 100% 100%;
}

.widgets-finance .label-wrapper {
    display: flex;
    width: 196px;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 12px;
    position: relative;
    background-color: var(--02-tokens-bg-bg-quaternary);
}

.widgets-finance .div-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 12px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--02-tokens-bg-bg-quaternary);
}

.widgets-finance .sorting-icons-2 {
    background-image: url(./img/expand-up-down-fill-5.svg);
    position: relative;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.widgets-finance .table-header-cell-2 {
    position: relative;
    width: 64px;
    background-color: var(--app-neutral100);
}

.widgets-finance .table-rows {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.widgets-finance .row {
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-12);
    overflow: hidden;
}

.widgets-finance .item {
    display: flex;
    width: 250px;
    align-items: center;
    gap: 8px;
    padding: 0px 0px 0px 8px;
    position: relative;
    align-self: stretch;
}

.widgets-finance .table-row-cell {
    display: inline-flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 2px;
    position: relative;
    flex: 0 0 auto;
}

.widgets-finance .text-wrapper-8 {
    position: relative;
    flex: 1;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .status-badge-wrapper {
    display: flex;
    width: 196px;
    gap: 8px;
    padding: 12px;
    align-items: center;
    position: relative;
}

.widgets-finance .table-row-cell-2 {
    display: flex;
    gap: 12px;
    padding: 12px 20px 12px 12px;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    align-items: center;
    position: relative;
}

.widgets-finance .insert-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.widgets-finance .insert-title {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--label-small-font-style);
}

.widgets-finance .insert-title-2 {
    font-weight: var(--label-small-font-weight);
    color: var(--01-foundations-red-700);
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--label-small-font-style);
}

.widgets-finance .compact-button-wrapper {
    display: flex;
    width: 64px;
    height: 48px;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    align-items: center;
    position: relative;
}

.widgets-finance .row-2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-primary);
    border-radius: var(--04-radius-radius-12);
    overflow: hidden;
}

.widgets-finance .arrow-up-s-line-wrapper {
    background-color: var(--02-tokens-bg-bg-tertiary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 2px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-6);
    overflow: hidden;
}

.widgets-finance .location-rentals-2 {
    position: relative;
    width: fit-content;
    font-family: var(--paragraph-small-font-family);
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .table-row-cell-3 {
    display: inline-flex;
    height: 48px;
    justify-content: center;
    gap: 12px;
    padding: 12px 2px;
    flex: 0 0 auto;
    opacity: 0;
    align-items: center;
    position: relative;
}

.widgets-finance .arrow-down-s-line {
    margin-top: -4657.00px;
    margin-left: -2339.00px;
    position: relative;
    width: 20px;
    height: 20px;
}

.widgets-finance .insert-title-3 {
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-strong-950);
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .insert-title-4 {
    font-weight: var(--paragraph-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-font-size);
    letter-spacing: var(--paragraph-small-letter-spacing);
    line-height: var(--paragraph-small-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--paragraph-small-font-style);
}

.widgets-finance .arrow-down-s-line-2 {
    margin-top: -4705.00px;
    margin-left: -2339.00px;
    position: relative;
    width: 20px;
    height: 20px;
}

.widgets-finance .table-row-cell-4 {
    display: inline-flex;
    gap: 8px;
    padding: 12px;
    flex: 0 0 auto;
    align-items: center;
    position: relative;
}

@media (max-width: 1031px) {
    .widgets-finance.tasks-timeline {
        display: none !important;
    }
}

@media (min-width: 1032px) {
    .widgets-finance.div {
        display: none !important;
    }
}



.budget.chart-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 335px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.budget .chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--02-tokens-bg-bg-secondary);
    border-radius: var(--04-radius-radius-16);
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
}

.budget .header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: transparent;
}

.budget .text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.budget .pie-chart-line {
    position: relative;
    width: 24px;
    height: 24px;
}

.budget .text-wrapper {
    position: relative;
    width: 124px;
    margin-top: -1.00px;
    font-family: var(--label-medium-font-family);
    font-weight: var(--label-medium-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--label-medium-font-size);
    letter-spacing: var(--label-medium-letter-spacing);
    line-height: var(--label-medium-line-height);
    font-style: var(--label-medium-font-style);
}

.budget .buttons {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-8);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: var(--regular-shadow-x-small);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 244, 1) 100% );
}

.budget .file-pdf-line {
    position: relative;
    width: 20px;
    height: 20px;
}

.budget .button-wrapper {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    position: relative;
    flex: 0 0 auto;
}

.budget .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-small-font-family);
    font-weight: var(--label-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-small-font-size);
    letter-spacing: var(--label-small-letter-spacing);
    line-height: var(--label-small-line-height);
    white-space: nowrap;
    font-style: var(--label-small-font-style);
}

.budget .content-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.budget .line {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 1px;
    margin-top: -1.00px;
    object-fit: cover;
}

.budget .frame {
    justify-content: center;
    gap: 10px;
    padding: 24px 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.budget .graphic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.budget .group {
    position: relative;
    width: 193px;
    height: 193px;
}

.budget .overlap {
    position: relative;
    width: 196px;
    height: 196px;
    top: -2px;
    left: -2px;
    background-image: url(./img/background.svg);
    background-size: 100% 100%;
}

.budget .blue {
    position: absolute;
    width: 75px;
    height: 74px;
    top: 4px;
    left: 4px;
}

.budget .img {
    position: absolute;
    width: 31px;
    height: 34px;
    top: 68px;
    left: 0;
}

.budget .blue-2 {
    position: absolute;
    width: 37px;
    height: 48px;
    top: 99px;
    left: 0;
}

.budget .blue-3 {
    position: absolute;
    width: 63px;
    height: 59px;
    top: 132px;
    left: 12px;
}

.budget .blue-4 {
    position: absolute;
    width: 25px;
    height: 31px;
    top: 165px;
    left: 65px;
}

.budget .blue-5 {
    position: absolute;
    width: 26px;
    height: 28px;
    top: 168px;
    left: 86px;
}

.budget .blue-6 {
    position: absolute;
    width: 40px;
    height: 36px;
    top: 160px;
    left: 106px;
}

.budget .blue-7 {
    position: absolute;
    width: 65px;
    height: 97px;
    top: 87px;
    left: 132px;
}

.budget .blue-8 {
    position: absolute;
    width: 42px;
    height: 54px;
    top: 39px;
    left: 154px;
}

.budget .blue-9 {
    position: absolute;
    width: 55px;
    height: 51px;
    top: 7px;
    left: 123px;
}

.budget .blue-10 {
    position: absolute;
    width: 66px;
    height: 33px;
    top: 0;
    left: 70px;
}

.budget .div {
    width: 115px;
    gap: 4px;
    position: absolute;
    top: 73px;
    left: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.budget .SPE-nt {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--subheading-x-small-font-family);
    font-weight: var(--subheading-x-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--subheading-x-small-font-size);
    text-align: center;
    letter-spacing: var(--subheading-x-small-letter-spacing);
    line-height: var(--subheading-x-small-line-height);
    font-style: var(--subheading-x-small-font-style);
}

.budget .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    font-family: var(--title-h5-title-font-family);
    font-weight: var(--title-h5-title-font-weight);
    color: var(--02-tokens-text-strong-950);
    font-size: var(--title-h5-title-font-size);
    text-align: center;
    letter-spacing: var(--title-h5-title-letter-spacing);
    line-height: var(--title-h5-title-line-height);
    font-style: var(--title-h5-title-font-style);
}

.budget .tooltip {
    flex-direction: column;
    position: absolute;
    top: 17px;
    left: 14px;
    display: inline-flex;
    align-items: center;
}

.budget .insert-tooltip-wrapper {
    justify-content: center;
    gap: 6px;
    padding: 2px 6px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -1.00px;
    margin-left: -1.00px;
    margin-right: -1.00px;
    background-color: var(--02-tokens-bg-bg-quaternary);
    border-radius: var(--04-radius-radius-4);
    border: 1px solid;
    border-color: var(--02-tokens-stroke-soft-200);
    box-shadow: 0px 1px 2px #0e121b08, 0px 12px 24px #0d111b0f;
    display: inline-flex;
    align-items: center;
}

.budget .insert-tooltip {
    position: relative;
    width: fit-content;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    color: var(--02-tokens-text-strong-950);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.budget .span {
    font-weight: var(--label-x-small-font-weight);
    font-family: var(--label-x-small-font-family);
    font-style: var(--label-x-small-font-style);
    letter-spacing: var(--label-x-small-letter-spacing);
    line-height: var(--label-x-small-line-height);
    font-size: var(--label-x-small-font-size);
}

.budget .text-wrapper-3 {
    font-family: var(--paragraph-x-small-font-family);
    font-weight: var(--paragraph-x-small-font-weight);
    color: #171412;
    font-size: var(--paragraph-x-small-font-size);
    letter-spacing: var(--paragraph-x-small-letter-spacing);
    line-height: var(--paragraph-x-small-line-height);
    font-style: var(--paragraph-x-small-font-style);
}

.budget .tail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.budget .overlap-group-wrapper {
    position: relative;
    width: 8px;
    height: 4px;
    transform: rotate(180deg);
}

.budget .overlap-group {
    position: relative;
    width: 14px;
    height: 6px;
    left: -3px;
}

.budget .tail-2 {
    position: absolute;
    width: 13px;
    height: 5px;
    top: 0;
    left: 1px;
    transform: rotate(-180deg);
}

.budget .safe {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 4px;
    left: 0;
    background-color: var(--02-tokens-bg-bg-quaternary);
    border-radius: 1.5px;
}

.budget .cursor-pointer {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 57px;
    left: 16px;
}

.budget .categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.budget .category {
    display: inline-flex;
    align-items: center;
    gap: var(--05-spacing-spacing-2);
    padding: 4px 8px 4px 4px;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--04-radius-radius-full);
    overflow: hidden;
}

.budget .img-2 {
    position: relative;
    width: 16px;
    height: 16px;
}

.budget .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-x-small-font-family);
    font-weight: var(--label-x-small-font-weight);
    color: var(--02-tokens-text-sub-700);
    font-size: var(--label-x-small-font-size);
    letter-spacing: var(--label-x-small-letter-spacing);
    line-height: var(--label-x-small-line-height);
    white-space: nowrap;
    font-style: var(--label-x-small-font-style);
}

.budget.frame-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 1032px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.budget .div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.budget .graphic-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.budget .overlap-2 {
    position: relative;
    width: 196px;
    height: 196px;
    top: -2px;
    left: -2px;
    background-image: url(./img/background-1.svg);
    background-size: 100% 100%;
}

.budget .categories-2 {
    display: flex;
    flex-wrap: wrap;
    width: 368px;
    align-items: center;
    gap: 2px 2px;
    position: relative;
}

@media (max-width: 1031px) {
    .budget.frame-wrapper {
        display: none !important;
    }
}

@media (min-width: 1032px) {
    .budget.chart-wrapper {
        display: none !important;
    }
}


#donutChart {
    width: 300px !important;
    height: 300px !important;
}

.char-count {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.row {
    display: flex;
    gap: 12px;
}

    .row > div {
        flex: 1;
    }

.actions {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

    .actions button {
        padding: 12px 16px;
        border: none;
        font-size: 14px;
        border-radius: 8px;
        cursor: pointer;
    }

.cancel {
    background-color: #eee;
    color: #333;
}

.add {
    background-color: #1a1a1a;
    color: #fff;
}

/* Responsive for small screens */
@media (max-width: 449px) {
    .row {
        flex-direction: column;
    }

    .actions {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .actions button {
            width: 100%;
        }

    .modal {
        margin-top: 40px;
    }
}