﻿.frame-17 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.text-11 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: var(--text-xs-font-medium-font-weight);
    color: #03543f;
    font-size: var(--text-xs-font-medium-font-size);
    text-align: center;
    line-height: var(--text-xs-font-medium-line-height);
    white-space: nowrap;
    position: relative;
    font-family: var(--text-xs-font-medium-font-family);
    letter-spacing: var(--text-xs-font-medium-letter-spacing);
    font-style: var(--text-xs-font-medium-font-style);
}

.frame-18 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 6px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--colors-white-duplicate);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--colors-gray-200);
}
.frame-19 {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    position: relative;
    flex: 0 0 auto;
}

.text-wrapper-5 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--text-base-font-semibold-font-family);
    font-weight: var(--text-base-font-semibold-font-weight);
    color: var(--colors-black);
    font-size: var(--text-base-font-semibold-font-size);
    text-align: center;
    letter-spacing: var(--text-base-font-semibold-letter-spacing);
    line-height: var(--text-base-font-semibold-line-height);
    white-space: nowrap;
    font-style: var(--text-base-font-semibold-font-style);
}

.tag-wrapper {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--colors-gray-100);
    border-radius: 24px;
}


.frame-15 {
    perspective: 1000px; /* keeps 3D depth */
    display: flex;
    flex-direction: column;
    align-items: stretch; /* stretch children to fit full width */
    justify-content: flex-start; /* stack tightly from top */
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--colors-white-duplicate);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--colors-gray-200);
    /* remove spacing */
    gap: 0;
    padding: 0;
    margin: 0;
}


    .frame-15 .card-flip {
        transform-style: preserve-3d;
        animation: flipIn 0.8s ease-out;
    }

@keyframes flipIn {
    from {
        transform: rotateY(90deg);
        opacity: 0;
    }

    to {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

.frame-16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--colors-gray-300-duplicate);
}


.login-page {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 832px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
}

.login-page .frame {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0px 70px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page .group {
  position: relative;
  width: 766px;
  height: 832px;
}

.login-page .div {
  position: absolute;
  top: 0;
  left: 0;
  width: 766px;
  height: 832px;
  background-color: #c3c3c3;
  transform: rotate(180deg);
}

.login-page .frame-2 {
  position: absolute;
  top: 653px;
  left: 168px;
  width: 435px;
  height: 135px;
  background-color: #ffffff;
  border-radius: 26.92px;
}

.login-page .chatgpt-image-oct {
  position: absolute;
  top: 0;
  left: 0;
  width: 766px;
  height: 832px;
  transform: rotate(-180deg);
  aspect-ratio: 1.5;
  object-fit: cover;
}

.login-page .rectangle {
  position: absolute;
  top: 0;
  left: 405px;
  width: 361px;
  height: 832px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.login-page .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: var(--2-dimensions-border-radius-borderradiuslg);
  overflow: hidden;
  box-shadow: var(--box-shadow-secondary);
}

.login-page .image {
  position: relative;
  width: 135px;
  height: 37px;
  mix-blend-mode: multiply;
  aspect-ratio: 3.65;
  object-fit: cover;
}

.login-page .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page .text-and-supporting {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--3-spacing-spacing-lg-duplicate);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page .text {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-3xl-font-semibold-font-family);
  font-weight: var(--text-3xl-font-semibold-font-weight);
  color: var(--1-color-modes-colors-text-text-primary-900-duplicate);
  font-size: var(--text-3xl-font-semibold-font-size);
  text-align: center;
  letter-spacing: var(--text-3xl-font-semibold-letter-spacing);
  line-height: var(--text-3xl-font-semibold-line-height);
  font-style: var(--text-3xl-font-semibold-font-style);
}

.login-page .supporting-text {
  position: relative;
  align-self: stretch;
  font-family: var(--text-base-font-normal-font-family);
  font-weight: var(--text-base-font-normal-font-weight);
  color: var(--1-color-modes-colors-text-text-tertiary-600-duplicate);
  font-size: var(--text-base-font-normal-font-size);
  text-align: center;
  letter-spacing: var(--text-base-font-normal-letter-spacing);
  line-height: var(--text-base-font-normal-line-height);
  font-style: var(--text-base-font-normal-font-style);
}

.login-page .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.frame-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.input-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.img-5 {
    position: relative;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}
.text-4 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--text-xs-font-medium-font-family);
    font-weight: var(--text-xs-font-medium-font-weight);
    color: #111928;
    font-size: var(--text-xs-font-medium-font-size);
    text-align: center;
    letter-spacing: var(--text-xs-font-medium-letter-spacing);
    line-height: var(--text-xs-font-medium-line-height);
    white-space: nowrap;
    font-style: var(--text-xs-font-medium-font-style);
}

.frame-20 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: var(--colors-gray-300-duplicate);
}


.login-page .input-field {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2-duplicate);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.login-page .label {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-sm-font-medium-font-family);
  font-weight: var(--text-sm-font-medium-font-weight);
  color: #111928;
  font-size: var(--text-sm-font-medium-font-size);
  letter-spacing: var(--text-sm-font-medium-letter-spacing);
  line-height: var(--text-sm-font-medium-line-height);
  font-style: var(--text-sm-font-medium-font-style);
  background: transparent;
  border: none;
  padding: 0;
}
.label {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--text-base-font-medium-font-family);
    font-weight: var(--text-base-font-medium-font-weight);
    color: var(--colors-gray-500);
    font-size: var(--text-base-font-medium-font-size);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    font-style: var(--text-base-font-medium-font-style);
}
.login-page .input {
  display: flex;
  align-items: center;
  gap: var(--spacing-2-5);
  padding: var(--spacing-3-duplicate) var(--spacing-4-duplicate)
    var(--spacing-3-duplicate) var(--spacing-4-duplicate);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f9fafb;
  border-radius: 8px;
  border: 1px solid;
  border-color: #d1d5db;
}

.login-page .content {
  display: flex;
  align-items: center;
  gap: var(--spacing-2-5);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.login-page .input-text {
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--leading-tight-text-sm-font-normal-font-family);
  font-weight: var(--leading-tight-text-sm-font-normal-font-weight);
  color: #6b7280;
  font-size: var(--leading-tight-text-sm-font-normal-font-size);
  letter-spacing: var(--leading-tight-text-sm-font-normal-letter-spacing);
  line-height: var(--leading-tight-text-sm-font-normal-line-height);
  display: flex;
  position: relative;
  font-style: var(--leading-tight-text-sm-font-normal-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.login-page .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-sm-font-medium-font-family);
  font-weight: var(--text-sm-font-medium-font-weight);
  color: #111928;
  font-size: var(--text-sm-font-medium-font-size);
  letter-spacing: var(--text-sm-font-medium-letter-spacing);
  line-height: var(--text-sm-font-medium-line-height);
  font-style: var(--text-sm-font-medium-font-style);
}

.login-page .input-text-2 {
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--leading-tight-text-sm-font-normal-font-family);
  font-weight: var(--leading-tight-text-sm-font-normal-font-weight);
  color: #6b7280;
  font-size: var(--leading-tight-text-sm-font-normal-font-size);
  letter-spacing: var(--leading-tight-text-sm-font-normal-letter-spacing);
  line-height: var(--leading-tight-text-sm-font-normal-line-height);
  display: flex;
  position: relative;
  font-style: var(--leading-tight-text-sm-font-normal-font-style);
}

.login-page .eye-outline {
  position: relative;
  width: 12px;
  height: 12px;
}

.login-page .frame-6 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page .checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--spacing-2-duplicate);
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
}

.login-page .checkbox-2 {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  background-color: #f9fafb;
  border-radius: 4px;
  border: 0.5px solid;
  border-color: #d1d5db;
  gap: var(--spacing-2-5);
}

.login-page .label-helper-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-0-5);
  position: relative;
  flex: 0 0 auto;
}

.login-page .write-label-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--leading-none-text-sm-font-normal-font-family);
  font-weight: var(--leading-none-text-sm-font-normal-font-weight);
  color: #111928;
  font-size: var(--leading-none-text-sm-font-normal-font-size);
  letter-spacing: var(--leading-none-text-sm-font-normal-letter-spacing);
  line-height: var(--leading-none-text-sm-font-normal-line-height);
  white-space: nowrap;
  font-style: var(--leading-none-text-sm-font-normal-font-style);
}

.login-page .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2-duplicate);
  padding: var(--spacing-3-duplicate) var(--spacing-5)
    var(--spacing-3-duplicate) var(--spacing-5);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #1a56db;
  border-radius: var(--border-radius-rounded-lg);
  overflow: hidden;
}

.login-page .text-2 {
  color: #ffffff;
  font-size: var(--text-base-font-medium-font-size);
  line-height: var(--text-base-font-medium-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-base-font-medium-font-family);
  font-weight: var(--text-base-font-medium-font-weight);
  letter-spacing: var(--text-base-font-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-base-font-medium-font-style);
}

.login-page .divider-horizontal {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-image: url(./img/line.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.dashboard-collapsed {
    position: relative;
    width: 1440px;
    height: 2826px;
    background-color: var(--colors-gray-100);
}

    .dashboard-collapsed .frame {
        display: flex;
        flex-direction: column;
        width: 1376px;
        align-items: flex-start;
        gap: 24px;
        padding: 0px 24px;
        position: absolute;
        top: 0;
        left: calc(50.00% - 656px);
        overflow-y: scroll;
    }

        .dashboard-collapsed .frame::-webkit-scrollbar {
            width: 0;
            display: none;
        }

    .dashboard-collapsed .div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: var(--spacing-6) 0px var(--spacing-6) 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--colors-gray-100);
    }

    .dashboard-collapsed .frame-2 {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .dashboard {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Nunito Sans", Helvetica;
        font-weight: 700;
        color: #202224;
        font-size: 32px;
        letter-spacing: -0.11px;
        line-height: normal;
    }

    .dashboard-collapsed .text-wrapper {
        position: relative;
        width: fit-content;
        font-family: var(--text-base-font-normal-font-family);
        font-weight: var(--text-base-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-base-font-normal-font-size);
        letter-spacing: var(--text-base-font-normal-letter-spacing);
        line-height: var(--text-base-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-base-font-normal-font-style);
    }

    .dashboard-collapsed .icons-avatar {
        display: inline-flex;
        align-items: center;
        gap: var(--spacing-5);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .frame-3 {
        position: relative;
        width: 274px;
        height: 42px;
        background-color: var(--colors-gray-50);
        border-radius: 6px;
        border: 1px solid;
        border-color: var(--colors-gray-300-duplicate);
    }

    .dashboard-collapsed .range-sliders {
        position: absolute;
        top: 9px;
        right: 12px;
        width: 214px;
        height: 6px;
        background-color: #e5e7eb;
        border-radius: 4px;
    }

    .dashboard-collapsed .value {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 61px;
        background-color: var(--colors-primary-700);
        border-radius: 4px;
    }

    .dashboard-collapsed .data {
        display: inline-flex;
        height: 22px;
        align-items: center;
        gap: 29px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .dashboard-collapsed .text-wrapper-2 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: #6b7280;
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-wrapper-3 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-blue-700-duplicate);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-wrapper-4 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: #6b7280;
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .polygon {
        position: absolute;
        top: -9px;
        left: 46px;
        width: 23px;
        height: 23px;
        aspect-ratio: 1;
    }

    .dashboard-collapsed .calendar-month {
        position: absolute;
        top: 8px;
        left: 12px;
        width: 24px;
        height: 24px;
    }

    .dashboard-collapsed .search {
        display: inline-flex;
        align-items: flex-start;
        padding: 12px var(--spacing-4-duplicate) 12px var(--spacing-4-duplicate);
        position: relative;
        flex: 0 0 auto;
        background-color: #f9fafb;
        border-radius: 8px;
        border: 1px solid;
        border-color: #d1d5db;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .div-2 {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        position: relative;
        flex: 0 0 auto;
    }
.div-2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

    .dashboard-collapsed .left-content {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .USA {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--leading-tight-text-sm-font-semibold-font-family);
        font-weight: var(--leading-tight-text-sm-font-semibold-font-weight);
        color: #6b7280;
        font-size: var(--leading-tight-text-sm-font-semibold-font-size);
        letter-spacing: var(--leading-tight-text-sm-font-semibold-letter-spacing);
        line-height: var(--leading-tight-text-sm-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--leading-tight-text-sm-font-semibold-font-style);
    }

    .dashboard-collapsed .img {
        position: relative;
        width: 14px;
        height: 14px;
    }

    .dashboard-collapsed .flags-US {
        position: relative;
        width: 14px;
        height: 12px;
    }

    .dashboard-collapsed .img-2 {
        position: relative;
        width: 24px;
        height: 24px;
    }

    .dashboard-collapsed .avatar {
        border-radius: 100px;
        background-image: url(./img/avatar.png);
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        width: 32px;
        height: 32px;
    }

    .dashboard-collapsed .text {
        position: relative;
        width: fit-content;
        font-family: "Inter", Helvetica;
        font-weight: 500;
        color: #1f2a37;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px;
        white-space: nowrap;
    }

    .dashboard-collapsed .frame-4 {
        display: flex;
        flex-direction: column;
        height: 744px;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        overflow-y: scroll;
    }

        .dashboard-collapsed .frame-4::-webkit-scrollbar {
            width: 0;
            display: none;
        }

    .dashboard-collapsed .frame-5 {
        display: flex;
        align-items: center;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .small-earnings {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
        padding: 24px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: var(--shadow);
        border-color: var(--colors-gray-300-duplicate);
    }
.small-earnings {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--colors-white-duplicate);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border-color: var(--colors-gray-300-duplicate);
}
    .dashboard-collapsed .div-3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }
.div-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
    .dashboard-collapsed .text-2 {
        display: flex;
        flex-direction: column;
        width: 117px;
        align-items: flex-start;
        gap: 4px;
        position: relative;
    }
.text-2 {
    display: flex;
    flex-direction: column;
    width: 117px;
    align-items: flex-start;
    gap: 4px;
    position: relative;
}

    .dashboard-collapsed .label {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: var(--text-base-font-medium-font-family);
        font-weight: var(--text-base-font-medium-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-base-font-medium-font-size);
        letter-spacing: var(--text-base-font-medium-letter-spacing);
        line-height: var(--text-base-font-medium-line-height);
        font-style: var(--text-base-font-medium-font-style);
    }


    .dashboard-collapsed .cash {
        position: relative;
        align-self: stretch;
        font-family: var(--text-2xl-font-bold-font-family);
        font-weight: var(--text-2xl-font-bold-font-weight);
        color: var(--colors-gray-900);
        font-size: var(--text-2xl-font-bold-font-size);
        letter-spacing: var(--text-2xl-font-bold-letter-spacing);
        line-height: var(--text-2xl-font-bold-line-height);
        font-style: var(--text-2xl-font-bold-font-style);
    }
.cash {
    position: relative;
    align-self: stretch;
    font-family: var(--text-2xl-font-bold-font-family);
    font-weight: var(--text-2xl-font-bold-font-weight);
    color: var(--colors-gray-900);
    font-size: var(--text-2xl-font-bold-font-size);
    letter-spacing: var(--text-2xl-font-bold-letter-spacing);
    line-height: var(--text-2xl-font-bold-line-height);
    font-style: var(--text-2xl-font-bold-font-style);
}

    .dashboard-collapsed .adjustments-wrapper {
        display: flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 6px;
        position: relative;
        background-color: var(--colors-blue-100);
        border-radius: 6px;
    }
.adjustments-wrapper {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px;
    position: relative;
    background-color: var(--colors-blue-100);
    border-radius: 6px;
}
    .dashboard-collapsed .img-3 {
        position: relative;
        width: 30px;
        height: 30px;
        aspect-ratio: 1;
    }

    .dashboard-collapsed .element-up-from {
        position: relative;
        width: 217px;
        height: 25px;
    }
.element-up-from {
    position: relative;
    width: 217px;
    height: 25px;
}
    .dashboard-collapsed .ic-trending-up {
        position: absolute;
        width: 11.06%;
        height: 96.00%;
        top: 0;
        left: 0;
      
        background-size: 100% 100%;
    }
.ic-trending-up {
    position: absolute;
    width: 11.06%;
    height: 96.00%;
    top: 0;
    left: 0;
   
    background-size: 100% 100%;
}
    .dashboard-collapsed .path {
        position: absolute;
        width: 83.33%;
        height: 50.00%;
        top: 25.00%;
        left: 8.33%;
    }

    .dashboard-collapsed .element-up-from-yesterd {
        position: absolute;
        width: 84.33%;
        top: calc(50.00% - 12px);
        left: 14.75%;
        font-family: var(--text-base-font-medium-font-family);
        font-weight: var(--text-base-font-medium-font-weight);
        color: transparent;
        font-size: var(--text-base-font-medium-font-size);
        letter-spacing: var(--text-base-font-medium-letter-spacing);
        line-height: var(--text-base-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-base-font-medium-font-style);
    }
.element-up-from-yesterd {
    position: absolute;
    width: 84.33%;
    top: calc(50.00% - 12px);
    left: 14.75%;
    font-family: var(--text-base-font-medium-font-family);
    font-weight: var(--text-base-font-medium-font-weight);
    color: transparent;
    font-size: var(--text-base-font-medium-font-size);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    white-space: nowrap;
    font-style: var(--text-base-font-medium-font-style);
}


    .dashboard-collapsed .span {
        color: #0e9f6e;
        font-family: var(--text-base-font-medium-font-family);
        font-style: var(--text-base-font-medium-font-style);
        font-weight: var(--text-base-font-medium-font-weight);
        letter-spacing: var(--text-base-font-medium-letter-spacing);
        line-height: var(--text-base-font-medium-line-height);
        font-size: var(--text-base-font-medium-font-size);
    }
.span {
    color: #0e9f6e;
    font-family: var(--text-base-font-medium-font-family);
    font-style: var(--text-base-font-medium-font-style);
    font-weight: var(--text-base-font-medium-font-weight);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    font-size: var(--text-base-font-medium-font-size);
}
.spanred {
    color: red;
    font-family: var(--text-base-font-medium-font-family);
    font-style: var(--text-base-font-medium-font-style);
    font-weight: var(--text-base-font-medium-font-weight);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    font-size: var(--text-base-font-medium-font-size);
}

    .dashboard-collapsed .text-wrapper-5 {
        color: #6b7280;
        font-family: var(--text-base-font-medium-font-family);
        font-style: var(--text-base-font-medium-font-style);
        font-weight: var(--text-base-font-medium-font-weight);
        letter-spacing: var(--text-base-font-medium-letter-spacing);
        line-height: var(--text-base-font-medium-line-height);
        font-size: var(--text-base-font-medium-font-size);
    }
.text-wrapper-5 {
    color: #000000; /* black font */
    font-family: var(--text-base-font-medium-font-family);
    font-style: var(--text-base-font-medium-font-style);
    font-weight: bold;
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    font-size: var(--text-base-font-medium-font-size);
    font: bolder;
}
    .dashboard-collapsed .chart-pie-wrapper {
        background-color: var(--colors-yellow-100);
        display: flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 6px;
        position: relative;
        border-radius: 6px;
    }

    .dashboard-collapsed .ic-trending-up-px {
        position: absolute;
        width: 11.06%;
        height: 96.00%;
        top: 0;
        left: 0;
        background-image: url(./img/path-2.svg);
        background-size: 100% 100%;
    }

    .dashboard-collapsed .badge-check-wrapper {
        background-color: var(--colors-green-100);
        display: flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 6px;
        position: relative;
        border-radius: 6px;
    }

    .dashboard-collapsed .element-up-from-2 {
        width: 215px;
        position: relative;
        height: 25px;
    }

    .dashboard-collapsed .path-wrapper {
        width: 11.16%;
        position: absolute;
        height: 96.00%;
        top: 0;
        left: 0;
        background-image: url(./img/path.svg);
        background-size: 100% 100%;
    }

    .dashboard-collapsed .p {
        width: 84.19%;
        left: 14.88%;
        position: absolute;
        top: calc(50.00% - 12px);
        font-family: var(--text-base-font-medium-font-family);
        font-weight: var(--text-base-font-medium-font-weight);
        color: transparent;
        font-size: var(--text-base-font-medium-font-size);
        letter-spacing: var(--text-base-font-medium-letter-spacing);
        line-height: var(--text-base-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-base-font-medium-font-style);
    }

    .dashboard-collapsed .x-circle-wrapper {
        background-color: var(--colors-red-100);
        display: flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 6px;
        position: relative;
        border-radius: 6px;
    }

    .dashboard-collapsed .element-up-from-3 {
        width: 218px;
        position: relative;
        height: 25px;
    }

    .dashboard-collapsed .img-wrapper {
        width: 11.01%;
        position: absolute;
        height: 96.00%;
        top: 0;
        left: 0;
        background-image: url(./img/image.svg);
        background-size: 100% 100%;
    }

    .dashboard-collapsed .element-up-from-yesterd-2 {
        width: 84.40%;
        left: 14.68%;
        position: absolute;
        top: calc(50.00% - 12px);
        font-family: var(--text-base-font-medium-font-family);
        font-weight: var(--text-base-font-medium-font-weight);
        color: transparent;
        font-size: var(--text-base-font-medium-font-size);
        letter-spacing: var(--text-base-font-medium-letter-spacing);
        line-height: var(--text-base-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-base-font-medium-font-style);
    }
.element-up-from-yesterd-2 {
    width: 84.40%;
    left: 14.68%;
    position: absolute;
    top: calc(50.00% - 12px);
    font-family: var(--text-base-font-medium-font-family);
    font-weight: var(--text-base-font-medium-font-weight);
    color: transparent;
    font-size: var(--text-base-font-medium-font-size);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    white-space: nowrap;
    font-style: var(--text-base-font-medium-font-style);
}
    .dashboard-collapsed .charts {
        display: flex;
        flex-direction: column;
        height: 477px;
        align-items: center;
        justify-content: space-between;
        padding: var(--spacing-6) var(--spacing-6) var(--spacing-6) 24px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        box-shadow: var(--shadow);
    }

    .dashboard-collapsed .frame-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex: 1;
        align-self: stretch;
        width: 100%;
        flex-grow: 1;
    }

    .dashboard-collapsed .frame-7 {
        display: flex;
        flex-direction: column;
        height: 341px;
        align-items: center;
        justify-content: space-between;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .header-SM {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        display: flex;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .heading {
        display: inline-flex;
        align-items: center;
        gap: var(--spacing-1-5);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .element {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--leading-tight-text-xl-font-bold-font-family);
        font-weight: var(--leading-tight-text-xl-font-bold-font-weight);
        color: var(--colors-gray-900);
        font-size: var(--leading-tight-text-xl-font-bold-font-size);
        letter-spacing: var(--leading-tight-text-xl-font-bold-letter-spacing);
        line-height: var(--leading-tight-text-xl-font-bold-line-height);
        white-space: nowrap;
        font-style: var(--leading-tight-text-xl-font-bold-font-style);
    }

    .dashboard-collapsed .info {
        position: relative;
        width: 12px;
        height: 12px;
    }

    .dashboard-collapsed .img-4 {
        position: relative;
        width: 16px;
        height: 16px;
    }

    .dashboard-collapsed .link {
        display: flex;
        flex-direction: column;
        height: 278px;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .metrics {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        align-items: center;
        justify-content: space-between;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        border-radius: 4px;
        overflow: hidden;
    }

    .dashboard-collapsed .metric {
        display: inline-flex;
        max-width: 170px;
        align-items: flex-start;
        gap: var(--spacing-1-5);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .rectangle {
        position: relative;
        width: 13px;
        height: 14px;
        background-color: var(--colors-primary-700);
        border-radius: 4px;
    }
.text-wrapper-7 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--text-sm-font-medium-font-family);
    font-weight: var(--text-sm-font-medium-font-weight);
    color: var(--colors-gray-900);
    font-size: var(--text-sm-font-medium-font-size);
    letter-spacing: var(--text-sm-font-medium-letter-spacing);
    line-height: var(--text-sm-font-medium-line-height);
    white-space: nowrap;
    font-style: var(--text-sm-font-medium-font-style);
}

.text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--text-xs-font-normal-font-family);
    font-weight: var(--text-xs-font-normal-font-weight);
    color: var(--colors-gray-500);
    font-size: var(--text-xs-font-normal-font-size);
    letter-spacing: var(--text-xs-font-normal-letter-spacing);
    line-height: var(--text-xs-font-normal-line-height);
    white-space: nowrap;
    font-style: var(--text-xs-font-normal-font-style);
}

    .dashboard-collapsed .text-wrapper-6 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--leading-none-text-sm-font-normal-font-family);
        font-weight: var(--leading-none-text-sm-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--leading-none-text-sm-font-normal-font-size);
        letter-spacing: var(--leading-none-text-sm-font-normal-letter-spacing);
        line-height: var(--leading-none-text-sm-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--leading-none-text-sm-font-normal-font-style);
    }

    .dashboard-collapsed .rectangle-2 {
        background-color: #f5bb16;
        position: relative;
        width: 13px;
        height: 14px;
        border-radius: 4px;
    }

    .dashboard-collapsed .text-wrapper-7 {
        position: relative;
        flex: 1;
        margin-top: -1.00px;
        font-family: var(--leading-none-text-sm-font-normal-font-family);
        font-weight: var(--leading-none-text-sm-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--leading-none-text-sm-font-normal-font-size);
        letter-spacing: var(--leading-none-text-sm-font-normal-letter-spacing);
        line-height: var(--leading-none-text-sm-font-normal-line-height);
        font-style: var(--leading-none-text-sm-font-normal-font-style);
    }

    .dashboard-collapsed .demo-none {
        position: relative;
        max-width: 398.29px;
        width: 330px;
        height: 223px;
        overflow: hidden;
    }

    .dashboard-collapsed .vector {
        position: absolute;
        top: 32px;
        left: 19px;
        width: 190px;
        height: 192px;
    }

    .dashboard-collapsed .rectangle-3 {
        position: absolute;
        top: 31px;
        left: 19px;
        width: 190px;
        height: 74px;
        background-color: #f5bb16;
    }

    .dashboard-collapsed .subtract {
        position: absolute;
        top: 68px;
        left: 187px;
        width: 80px;
        height: 89px;
    }

    .dashboard-collapsed .subtract-2 {
        position: absolute;
        top: 68px;
        left: 187px;
        width: 79px;
        height: 37px;
    }

    .dashboard-collapsed .text-3 {
        position: absolute;
        top: 64px;
        left: 304px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-4 {
        position: absolute;
        top: 158px;
        left: 304px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .vector-2 {
        position: absolute;
        top: 165px;
        left: 248px;
        width: 48px;
        height: 1px;
        object-fit: cover;
    }

    .dashboard-collapsed .vector-3 {
        position: absolute;
        top: 71px;
        left: 248px;
        width: 48px;
        height: 1px;
        object-fit: cover;
    }

    .dashboard-collapsed .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px var(--spacing-1-5) 12px var(--spacing-1-5);
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--colors-primary-50);
        border-radius: var(--border-radius-rounded-lg-duplicate);
    }

    .dashboard-collapsed .icon-shapes {
        display: flex;
        width: 96px;
        height: var(--spacing-8);
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: var(--colors-primary-100);
        border-radius: var(--border-radius-rounded-full);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-wrapper-8 {
        color: var(--colors-primary-600-duplicate);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--leading-none-text-sm-font-medium-font-family);
        font-weight: var(--leading-none-text-sm-font-medium-font-weight);
        font-size: var(--leading-none-text-sm-font-medium-font-size);
        letter-spacing: var(--leading-none-text-sm-font-medium-letter-spacing);
        line-height: var(--leading-none-text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--leading-none-text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .charts-2 {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-6);
        padding: var(--spacing-6);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        box-shadow: var(--shadow);
        display: flex;
        position: relative;
    }

    .dashboard-collapsed .demo-none-wrapper {
        display: flex;
        width: 380px;
        align-items: flex-start;
        justify-content: center;
        margin-right: -1.33px;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .demo-none-2 {
        position: relative;
        max-width: 411.73px;
        width: 410.96px;
        height: 277.12px;
        margin-left: -15.48px;
        margin-right: -15.48px;
    }

    .dashboard-collapsed .ellipse {
        position: absolute;
        top: 76px;
        left: 142px;
        width: 126px;
        height: 126px;
    }

    .dashboard-collapsed .ellipse-2 {
        position: absolute;
        top: 54px;
        left: 120px;
        width: 170px;
        height: 170px;
    }

    .dashboard-collapsed .ellipse-3 {
        position: absolute;
        top: 54px;
        left: 132px;
        width: 158px;
        height: 170px;
    }

    .dashboard-collapsed .ellipse-4 {
        position: absolute;
        top: 33px;
        left: 99px;
        width: 212px;
        height: 212px;
    }

    .dashboard-collapsed .ellipse-5 {
        position: absolute;
        top: 76px;
        left: 174px;
        width: 95px;
        height: 126px;
    }

    .dashboard-collapsed .text-5 {
        position: absolute;
        top: 12px;
        left: 198px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-6 {
        position: absolute;
        top: 61px;
        left: 290px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(55.80deg);
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-7 {
        position: absolute;
        top: 167px;
        left: 306px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-71.72deg);
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-8 {
        position: absolute;
        top: 243px;
        left: 232px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-14.07deg);
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-9 {
        position: absolute;
        top: 226px;
        left: 126px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(38.12deg);
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-10 {
        position: absolute;
        top: 132px;
        left: 74px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-90.00deg);
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-800-duplicate);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .frame-8 {
        display: flex;
        flex-direction: column;
        width: 63px;
        align-items: flex-end;
        gap: 4px;
        position: absolute;
        top: 30px;
        left: 137px;
    }

    .dashboard-collapsed .text-11 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-primary-700);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-12 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-purple-600);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: right;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-13 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-left: -2.00px;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-yellow-400);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: right;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-14 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-teal-500);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .ellipse-6 {
        position: absolute;
        top: 96px;
        left: 163px;
        width: 84px;
        height: 84px;
    }

    .dashboard-collapsed .items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .item-2 {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px var(--spacing-1-5) 12px var(--spacing-1-5);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-teal-50);
        border-radius: var(--border-radius-rounded-lg-duplicate);
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
.div-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--colors-gray-300-duplicate);
}

    .dashboard-collapsed .div-wrapper {
        display: flex;
        width: var(--spacing-8);
        height: var(--spacing-8);
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: var(--colors-teal-100);
        border-radius: var(--border-radius-rounded-full);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-wrapper-9 {
        color: var(--colors-teal-600);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--leading-none-text-sm-font-medium-font-family);
        font-weight: var(--leading-none-text-sm-font-medium-font-weight);
        font-size: var(--leading-none-text-sm-font-medium-font-size);
        letter-spacing: var(--leading-none-text-sm-font-medium-letter-spacing);
        line-height: var(--leading-none-text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--leading-none-text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .item-3 {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px var(--spacing-1-5) 12px var(--spacing-1-5);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-yellow-50);
        border-radius: var(--border-radius-rounded-lg-duplicate);
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .dashboard-collapsed .icon-shapes-2 {
        display: flex;
        width: var(--spacing-8);
        height: var(--spacing-8);
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: var(--colors-yellow-100);
        border-radius: var(--border-radius-rounded-full);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-wrapper-10 {
        color: var(--colors-yellow-600);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--leading-none-text-sm-font-medium-font-family);
        font-weight: var(--leading-none-text-sm-font-medium-font-weight);
        font-size: var(--leading-none-text-sm-font-medium-font-size);
        letter-spacing: var(--leading-none-text-sm-font-medium-letter-spacing);
        line-height: var(--leading-none-text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--leading-none-text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .item-4 {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px var(--spacing-1-5) 12px var(--spacing-1-5);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-purple-50);
        border-radius: var(--border-radius-rounded-lg-duplicate);
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .dashboard-collapsed .icon-shapes-3 {
        display: flex;
        width: var(--spacing-8);
        height: var(--spacing-8);
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: var(--colors-purple-100);
        border-radius: var(--border-radius-rounded-full);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-wrapper-11 {
        color: var(--colors-purple-600);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--leading-none-text-sm-font-medium-font-family);
        font-weight: var(--leading-none-text-sm-font-medium-font-weight);
        font-size: var(--leading-none-text-sm-font-medium-font-size);
        letter-spacing: var(--leading-none-text-sm-font-medium-letter-spacing);
        line-height: var(--leading-none-text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--leading-none-text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .item-5 {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px var(--spacing-1-5) 12px var(--spacing-1-5);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-primary-50);
        border-radius: var(--border-radius-rounded-lg-duplicate);
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .dashboard-collapsed .icon-shapes-4 {
        display: flex;
        width: var(--spacing-8);
        height: var(--spacing-8);
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: var(--colors-primary-100);
        border-radius: var(--border-radius-rounded-full);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .charts-3 {
        flex-direction: column;
        height: 479px;
        align-items: center;
        justify-content: space-between;
        padding: var(--spacing-6);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        box-shadow: var(--shadow);
        display: flex;
        position: relative;
    }

    .dashboard-collapsed .header-SM-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .heading-badge {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: var(--spacing-0) var(--spacing-0) var(--spacing-4-duplicate) var(--spacing-0);
        align-self: stretch;
        width: 100%;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: var(--colors-gray-200);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .icon-heading {
        display: inline-flex;
        height: 49px;
        align-items: flex-start;
        gap: var(--spacing-2-5);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .badge-check-outline-wrapper {
        position: relative;
        width: var(--spacing-12);
        height: var(--spacing-12);
        background-color: var(--colors-gray-100);
        border-radius: var(--border-radius-rounded-lg-duplicate);
    }

    .dashboard-collapsed .badge-check-outline {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 32px;
        height: 32px;
    }

    .dashboard-collapsed .heading-2 {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: var(--spacing-1);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .element-2 {
        align-self: stretch;
        font-weight: var(--leading-none-text-2xl-font-bold-font-weight);
        color: var(--colors-gray-900);
        font-size: var(--leading-none-text-2xl-font-bold-font-size);
        line-height: var(--leading-none-text-2xl-font-bold-line-height);
        position: relative;
        margin-top: -1.00px;
        font-family: var(--leading-none-text-2xl-font-bold-font-family);
        letter-spacing: var(--leading-none-text-2xl-font-bold-letter-spacing);
        font-style: var(--leading-none-text-2xl-font-bold-font-style);
    }

    .dashboard-collapsed .this-week-visitors {
        position: relative;
        width: fit-content;
        font-family: var(--text-sm-font-normal-font-family);
        font-weight: var(--text-sm-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-sm-font-normal-font-size);
        letter-spacing: var(--text-sm-font-normal-letter-spacing);
        line-height: var(--text-sm-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-normal-font-style);
    }

    .dashboard-collapsed .badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: var(--spacing-1-duplicate);
        padding: var(--spacing-0-5) var(--spacing-2-5-duplicate) var(--spacing-0-5) var(--spacing-2-5-duplicate);
        position: relative;
        flex: 0 0 auto;
        background-color: #def7ec;
        border-radius: var(--border-radius-rounded-md);
    }
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-0-5) var(--spacing-2-5) var(--spacing-0-5) var(--spacing-2-5);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--colors-gray-200);
    border-radius: var(--border-radius-rounded-md);
    gap: var(--spacing-0);
}

    .dashboard-collapsed .text-15 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--text-xs-font-medium-font-family);
        font-weight: var(--text-xs-font-medium-font-weight);
        color: #03543f;
        font-size: var(--text-xs-font-medium-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-medium-letter-spacing);
        line-height: var(--text-xs-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-medium-font-style);
    }

    .dashboard-collapsed .frame-9 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .div-4 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 14px;
        letter-spacing: 0;
        line-height: 14px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-wrapper-12 {
        color: #6b7280;
        font-family: var(--leading-none-text-sm-font-normal-font-family);
        font-style: var(--leading-none-text-sm-font-normal-font-style);
        font-weight: var(--leading-none-text-sm-font-normal-font-weight);
        letter-spacing: var(--leading-none-text-sm-font-normal-letter-spacing);
        line-height: var(--leading-none-text-sm-font-normal-line-height);
        font-size: var(--leading-none-text-sm-font-normal-font-size);
    }

    .dashboard-collapsed .text-wrapper-13 {
        font-weight: var(--leading-none-text-sm-font-semibold-font-weight);
        color: #111928;
        font-family: var(--leading-none-text-sm-font-semibold-font-family);
        font-style: var(--leading-none-text-sm-font-semibold-font-style);
        letter-spacing: var(--leading-none-text-sm-font-semibold-letter-spacing);
        line-height: var(--leading-none-text-sm-font-semibold-line-height);
        font-size: var(--leading-none-text-sm-font-semibold-font-size);
    }

    .dashboard-collapsed .div-5 {
        position: relative;
        flex: 1;
        margin-top: -1.00px;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 14px;
        letter-spacing: 0;
        line-height: 14px;
    }

    .dashboard-collapsed .img-5 {
        align-self: stretch;
        width: 100%;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .text-16 {
        position: absolute;
        top: 353px;
        left: 73px;
        width: 61px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-17 {
        position: absolute;
        top: 341px;
        left: 24px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-18 {
        position: absolute;
        top: 309px;
        left: 21px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-19 {
        position: absolute;
        top: 274px;
        left: 21px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-20 {
        position: absolute;
        top: 240px;
        left: 21px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-21 {
        position: absolute;
        top: 206px;
        left: 21px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-22 {
        position: absolute;
        top: 170px;
        left: 18px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-23 {
        position: absolute;
        top: 136px;
        left: 19px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-24 {
        position: absolute;
        top: 353px;
        left: 198px;
        width: 56px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-25 {
        position: absolute;
        top: 353px;
        left: 316px;
        width: 73px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .charts-4 {
        flex-direction: column;
        height: 522px;
        align-items: flex-start;
        gap: var(--spacing-6);
        padding: var(--spacing-6);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        box-shadow: var(--shadow);
        display: flex;
        position: relative;
    }

    .dashboard-collapsed .element-3 {
        align-self: stretch;
        font-weight: var(--leading-none-text-xl-font-bold-font-weight);
        color: var(--colors-gray-900);
        font-size: var(--leading-none-text-xl-font-bold-font-size);
        line-height: var(--leading-none-text-xl-font-bold-line-height);
        position: relative;
        margin-top: -1.00px;
        font-family: var(--leading-none-text-xl-font-bold-font-family);
        letter-spacing: var(--leading-none-text-xl-font-bold-letter-spacing);
        font-style: var(--leading-none-text-xl-font-bold-font-style);
    }

    .dashboard-collapsed .rectangle-4 {
        background-color: var(--colors-purple-500);
        position: relative;
        width: 13px;
        height: 14px;
        border-radius: 4px;
    }

    .dashboard-collapsed .link-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 22.16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .link-2 {
        display: flex;
        width: 853px;
        align-items: flex-start;
        margin-right: -4.00px;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .demo-none-3 {
        position: relative;
        width: 853px;
        height: 268px;
    }

    .dashboard-collapsed .vector-4 {
        position: absolute;
        right: 0;
        bottom: 9px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-5 {
        position: absolute;
        right: 0;
        bottom: 52px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-6 {
        position: absolute;
        right: 0;
        bottom: 95px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-7 {
        position: absolute;
        right: 0;
        bottom: 138px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-8 {
        position: absolute;
        right: 0;
        bottom: 181px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-9 {
        position: absolute;
        right: 0;
        bottom: 224px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-10 {
        position: absolute;
        right: 0;
        bottom: 267px;
        width: 823px;
        height: 1px;
    }

    .dashboard-collapsed .vector-11 {
        position: absolute;
        right: 563px;
        bottom: 268px;
        width: 1px;
        height: 260px;
    }

    .dashboard-collapsed .vector-12 {
        position: absolute;
        right: 398px;
        bottom: 268px;
        width: 1px;
        height: 260px;
    }

    .dashboard-collapsed .vector-13 {
        position: absolute;
        right: 234px;
        bottom: 268px;
        width: 1px;
        height: 260px;
    }

    .dashboard-collapsed .vector-14 {
        position: absolute;
        right: 70px;
        bottom: 268px;
        width: 1px;
        height: 260px;
    }

    .dashboard-collapsed .vector-15 {
        position: absolute;
        right: -260px;
        bottom: 268px;
        width: 1px;
        height: 260px;
    }

    .dashboard-collapsed .vector-16 {
        position: absolute;
        right: -94px;
        bottom: 268px;
        width: 1px;
        height: 260px;
    }

    .dashboard-collapsed .frame-10 {
        display: flex;
        width: 42px;
        height: 187px;
        align-items: flex-end;
        gap: 1px;
        position: absolute;
        top: 73px;
        left: 95px;
    }

    .dashboard-collapsed .rectangle-5 {
        position: relative;
        width: 21px;
        height: 199px;
        margin-top: -12.00px;
        background-color: var(--colors-primary-700);
    }

    .dashboard-collapsed .rectangle-6 {
        position: relative;
        width: 20px;
        height: 160px;
        background-color: #f5bb16;
    }

    .dashboard-collapsed .rectangle-7 {
        position: absolute;
        top: 171px;
        left: 138px;
        width: 22px;
        height: 89px;
        background-color: var(--colors-purple-500);
    }

    .dashboard-collapsed .frame-11 {
        display: flex;
        width: 65px;
        height: 202px;
        align-items: flex-end;
        gap: 1px;
        position: absolute;
        top: 58px;
        left: 257px;
    }

    .dashboard-collapsed .rectangle-8 {
        position: relative;
        width: 21px;
        height: 215px;
        margin-top: -13.00px;
        background-color: var(--colors-primary-700);
    }

    .dashboard-collapsed .rectangle-9 {
        position: relative;
        width: 20px;
        height: 173px;
        background-color: #f5bb16;
    }

    .dashboard-collapsed .rectangle-10 {
        position: relative;
        width: 21px;
        height: 88px;
        background-color: var(--colors-purple-500);
    }

    .dashboard-collapsed .frame-12 {
        display: flex;
        width: 65px;
        height: 202px;
        align-items: flex-end;
        gap: 1px;
        position: absolute;
        top: 58px;
        left: 420px;
    }

    .dashboard-collapsed .rectangle-11 {
        position: relative;
        width: 20px;
        height: 64px;
        background-color: #f5bb16;
    }

    .dashboard-collapsed .rectangle-12 {
        position: relative;
        width: 21px;
        height: 33px;
        background-color: var(--colors-purple-500);
    }

    .dashboard-collapsed .frame-13 {
        display: flex;
        width: 64px;
        height: 202px;
        align-items: flex-end;
        gap: 1px;
        position: absolute;
        top: 58px;
        left: 584px;
    }

    .dashboard-collapsed .frame-14 {
        display: flex;
        width: 64px;
        height: 202px;
        align-items: flex-end;
        gap: 1px;
        position: absolute;
        top: 58px;
        left: 747px;
    }

    .dashboard-collapsed .frame-15 {
        display: flex;
        width: 674px;
        height: 50px;
        align-items: flex-start;
        justify-content: space-between;
        position: absolute;
        top: 269px;
        left: 116px;
    }

    .dashboard-collapsed .text-26 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-left: -7.50px;
        transform: rotate(-90.00deg);
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-27 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        transform: rotate(-90.00deg);
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-28 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-bottom: -1.50px;
        transform: rotate(-90.00deg);
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        text-align: center;
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .text-29 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-right: -23.00px;
        transform: rotate(-90.00deg);
        font-family: var(--text-xs-font-normal-font-family);
        font-weight: var(--text-xs-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-normal-font-size);
        letter-spacing: var(--text-xs-font-normal-letter-spacing);
        line-height: var(--text-xs-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-normal-font-style);
    }

    .dashboard-collapsed .charts-5 {
        flex-direction: column;
        width: 407px;
        height: 522px;
        align-items: center;
        justify-content: space-between;
        padding: var(--spacing-6);
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        box-shadow: var(--shadow);
        display: flex;
        position: relative;
    }

    .dashboard-collapsed .header-SM-3 {
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        position: relative;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .left-content-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .dashboard-collapsed .element-4 {
        width: fit-content;
        font-weight: var(--leading-none-text-xl-font-bold-font-weight);
        color: var(--colors-gray-900);
        font-size: var(--leading-none-text-xl-font-bold-font-size);
        line-height: var(--leading-none-text-xl-font-bold-line-height);
        white-space: nowrap;
        position: relative;
        margin-top: -1.00px;
        font-family: var(--leading-none-text-xl-font-bold-font-family);
        letter-spacing: var(--leading-none-text-xl-font-bold-letter-spacing);
        font-style: var(--leading-none-text-xl-font-bold-font-style);
    }

    .dashboard-collapsed .link-3 {
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        position: relative;
    }

    .dashboard-collapsed .demo-none-4 {
        position: relative;
        flex: 1;
        max-width: 376.28px;
        flex-grow: 1;
        height: 241.91px;
    }

    .dashboard-collapsed .ellipse-7 {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 280px;
        height: 280px;
    }

    .dashboard-collapsed .text-wrapper-14 {
        position: absolute;
        top: 158px;
        left: 315px;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13.0px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-wrapper-15 {
        position: absolute;
        top: 77px;
        left: 295px;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13.0px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-wrapper-16 {
        position: absolute;
        top: 14px;
        left: 94px;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13.0px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-wrapper-17 {
        position: absolute;
        top: 107px;
        left: 5px;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13.0px;
        white-space: nowrap;
    }

    .dashboard-collapsed .metrics-2 {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        height: 22px;
        align-items: center;
        justify-content: space-between;
        position: relative;
        align-self: stretch;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
    }

    .dashboard-collapsed .rectangle-13 {
        background-color: var(--colors-teal-400);
        position: relative;
        width: 13px;
        height: 14px;
        border-radius: 4px;
    }

    .dashboard-collapsed .frame-16 {
        position: absolute;
        top: 136px;
        left: 24px;
        width: 18px;
        height: 273px;
    }

    .dashboard-collapsed .text-30 {
        position: absolute;
        top: 254px;
        left: 6px;
        width: 7px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
    }

    .dashboard-collapsed .text-31 {
        position: absolute;
        top: 214px;
        left: 3px;
        width: 13px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-32 {
        position: absolute;
        top: 171px;
        left: 3px;
        width: 13px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
    }

    .dashboard-collapsed .text-33 {
        position: absolute;
        top: 129px;
        left: 3px;
        width: 13px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-34 {
        position: absolute;
        top: 85px;
        left: 3px;
        width: 13px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
    }

    .dashboard-collapsed .text-35 {
        position: absolute;
        top: 42px;
        left: 0;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-36 {
        position: absolute;
        top: 0;
        left: 1px;
        width: 17px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 10px;
        text-align: center;
        letter-spacing: 0;
        line-height: 15px;
    }

    .dashboard-collapsed .frame-17 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .charts-6 {
        flex-direction: column;
        align-items: flex-end;
        gap: var(--spacing-6);
        padding: var(--spacing-6);
        flex: 1;
        flex-grow: 1;
        background-color: var(--colors-white-duplicate);
        border-radius: 16px;
        box-shadow: var(--shadow);
        display: flex;
        position: relative;
    }

    .dashboard-collapsed .div-6 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .data-2 {
        display: inline-flex;
        align-items: center;
        gap: 24px;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .item-6 {
        display: inline-flex;
        align-items: flex-start;
        gap: 4px;
        flex: 0 0 auto;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .dashboard-collapsed .heading-3 {
        display: inline-flex;
        align-items: center;
        gap: var(--spacing-1);
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .element-5 {
        width: fit-content;
        font-weight: var(--leading-none-text-base-font-normal-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--leading-none-text-base-font-normal-font-size);
        line-height: var(--leading-none-text-base-font-normal-line-height);
        white-space: nowrap;
        position: relative;
        margin-top: -1.00px;
        font-family: var(--leading-none-text-base-font-normal-font-family);
        letter-spacing: var(--leading-none-text-base-font-normal-letter-spacing);
        font-style: var(--leading-none-text-base-font-normal-font-style);
    }

    .dashboard-collapsed .this-week-visitors-2 {
        color: var(--colors-purple-500);
        position: relative;
        width: fit-content;
        font-family: "Inter", Helvetica;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        white-space: nowrap;
    }

    .dashboard-collapsed .element-6 {
        width: fit-content;
        font-weight: 400;
        color: var(--colors-gray-500);
        font-size: 16px;
        line-height: 16px;
        white-space: nowrap;
        position: relative;
        margin-top: -1.00px;
        font-family: "Inter", Helvetica;
        letter-spacing: 0;
    }

    .dashboard-collapsed .this-week-visitors-3 {
        color: #1c64f2;
        position: relative;
        width: fit-content;
        font-family: "Inter", Helvetica;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        white-space: nowrap;
    }

    .dashboard-collapsed .button {
        all: unset;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: var(--spacing-2-duplicate);
        padding: var(--spacing-2-duplicate) var(--spacing-3-duplicate) var(--spacing-2-duplicate) var(--spacing-3-duplicate);
        position: relative;
        flex: 0 0 auto;
        border-radius: var(--border-radius-rounded-lg-duplicate);
        border: 1px solid;
        border-color: var(--colors-gray-200);
    }

    .dashboard-collapsed .text-37 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-medium-font-family);
        font-weight: var(--text-sm-font-medium-font-weight);
        color: var(--colors-gray-800-duplicate);
        font-size: var(--text-sm-font-medium-font-size);
        letter-spacing: var(--text-sm-font-medium-letter-spacing);
        line-height: var(--text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .frame-18 {
        position: relative;
        width: 20px;
        height: 405px;
    }

    .dashboard-collapsed .text-38 {
        position: absolute;
        top: 171px;
        left: -21px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-90.00deg);
        font-family: "Inter", Helvetica;
        font-weight: 800;
        color: var(--colors-gray-500);
        font-size: 13px;
        letter-spacing: 0;
        line-height: 19.5px;
        white-space: nowrap;
    }

    .dashboard-collapsed .frame-19 {
        position: relative;
        width: 38px;
        height: 405px;
    }

    .dashboard-collapsed .text-39 {
        position: absolute;
        top: -7px;
        left: 0;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 500;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-40 {
        position: absolute;
        top: 91px;
        left: 2px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 500;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-41 {
        position: absolute;
        top: 190px;
        left: 2px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 500;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-42 {
        position: absolute;
        top: 290px;
        left: 8px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 500;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .text-43 {
        position: absolute;
        top: 389px;
        left: 26px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", Helvetica;
        font-weight: 500;
        color: var(--colors-gray-500);
        font-size: 10px;
        letter-spacing: 0;
        line-height: 15px;
        white-space: nowrap;
    }

    .dashboard-collapsed .line-chart {
        display: flex;
        flex-direction: column;
        width: 1215px;
        align-items: flex-end;
        position: relative;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .bottom-data {
        display: flex;
        height: 33px;
        align-items: center;
        justify-content: space-between;
        padding: var(--spacing-4-duplicate) 16px var(--spacing-0) 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .data-3 {
        display: inline-flex;
        align-items: center;
        gap: var(--spacing-2-5);
        position: relative;
        flex: 0 0 auto;
        margin-top: -0.50px;
        margin-bottom: -0.50px;
    }

    .dashboard-collapsed .text-44 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--text-xs-font-medium-font-family);
        font-weight: var(--text-xs-font-medium-font-weight);
        color: var(--colors-gray-500);
        font-size: var(--text-xs-font-medium-font-size);
        letter-spacing: var(--text-xs-font-medium-letter-spacing);
        line-height: var(--text-xs-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-xs-font-medium-font-style);
    }

    .dashboard-collapsed .data-4 {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: var(--spacing-2-5);
        position: relative;
        flex: 0 0 auto;
        margin-top: -0.50px;
        margin-bottom: -0.50px;
    }

    .dashboard-collapsed .bottom-data-2 {
        display: flex;
        height: 33px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: var(--spacing-4-duplicate) 16px var(--spacing-0) 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .data-5 {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: var(--spacing-2-5);
        position: relative;
        flex: 0 0 auto;
        margin-top: -1.50px;
        margin-bottom: -1.50px;
    }

    .dashboard-collapsed .text-45 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Inter", Helvetica;
        font-weight: 800;
        color: var(--colors-gray-500);
        font-size: 13px;
        letter-spacing: 0;
        line-height: 19.5px;
        white-space: nowrap;
    }

    .dashboard-collapsed .data-6 {
        position: relative;
        width: 40px;
        height: 18px;
        margin-top: -0.50px;
        margin-bottom: -0.50px;
        gap: var(--spacing-2-5);
    }

    .dashboard-collapsed .chart-hover-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        top: 186px;
        left: 488px;
        background-color: #7e3af2;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .text-wrapper-18 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Inter", Helvetica;
        font-weight: 700;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        letter-spacing: -0.24px;
        line-height: 12px;
        white-space: nowrap;
    }

    .dashboard-collapsed .chart-hover-badge-2 {
        top: 330px;
        left: 289px;
        background-color: #7e3af2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-3 {
        top: 285px;
        left: 106px;
        background-color: #7e3af2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-4 {
        top: 448px;
        left: 106px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-5 {
        top: 377px;
        left: 292px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-6 {
        top: 365px;
        left: 490px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-7 {
        top: 172px;
        left: 678px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-8 {
        top: 212px;
        left: 874px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-9 {
        top: 187px;
        left: 1066px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-10 {
        top: 315px;
        left: 1259px;
        background-color: var(--colors-primary-700);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-11 {
        top: 361px;
        left: 877px;
        background-color: #7e3af2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-12 {
        top: 251px;
        left: 675px;
        background-color: #7e3af2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-13 {
        top: 307px;
        left: 1069px;
        background-color: #7e3af2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .chart-hover-badge-14 {
        top: 359px;
        left: 1259px;
        background-color: #7e3af2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 14px;
        position: absolute;
        border-radius: 8px;
        border: 1px solid;
        border-color: #ffffff;
    }

    .dashboard-collapsed .table {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: var(--shadow);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .table-header {
        flex-direction: column;
        justify-content: center;
        gap: var(--spacing-1-5);
        padding: var(--spacing-4-duplicate);
        display: flex;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .text-46 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-2-5);
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .text-wrapper-19 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--text-lg-font-semibold-font-family);
        font-weight: var(--text-lg-font-semibold-font-weight);
        color: #111928;
        font-size: var(--text-lg-font-semibold-font-size);
        letter-spacing: var(--text-lg-font-semibold-letter-spacing);
        line-height: var(--text-lg-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--text-lg-font-semibold-font-style);
    }

    .dashboard-collapsed .table-columns {
        padding: var(--spacing-0) 16px 16px 16px;
        display: flex;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .frame-20 {
        display: flex;
        align-items: center;
        position: relative;
        flex: 1;
        align-self: stretch;
        flex-grow: 1;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: var(--shadow);
    }

    .dashboard-collapsed .column {
        display: flex;
        flex-direction: column;
        width: 276px;
        align-items: flex-start;
        position: relative;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .tables-cell {
        display: flex;
        align-items: center;
        padding: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--colors-gray-700);
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-47 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--uppercase-text-xs-font-semibold-font-family);
        font-weight: var(--uppercase-text-xs-font-semibold-font-weight);
        color: var(--colors-gray-300-duplicate);
        font-size: var(--uppercase-text-xs-font-semibold-font-size);
        letter-spacing: var(--uppercase-text-xs-font-semibold-letter-spacing);
        line-height: var(--uppercase-text-xs-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--uppercase-text-xs-font-semibold-font-style);
    }

    .dashboard-collapsed .border-bottom {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 1px;
        background-color: #e5e7eb;
    }

    .dashboard-collapsed .tables-cell-2 {
        height: 54px;
        gap: 8px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        padding: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .avatar-wrapper {
        display: inline-flex;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
        margin-top: -5.00px;
        margin-bottom: -5.00px;
    }

    .dashboard-collapsed .avatar-2 {
        border-radius: 4px;
        border: 1px solid;
        border-color: var(--colors-gray-300-duplicate);
        background-image: url(./img/avatar-1.svg);
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        width: 32px;
        height: 32px;
    }

    .dashboard-collapsed .text-48 {
        position: relative;
        width: fit-content;
        margin-top: -0.50px;
        font-family: var(--text-sm-font-medium-font-family);
        font-weight: var(--text-sm-font-medium-font-weight);
        color: #111928;
        font-size: var(--text-sm-font-medium-font-size);
        letter-spacing: var(--text-sm-font-medium-letter-spacing);
        line-height: var(--text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .tables-cell-3 {
        height: 54px;
        gap: 8px;
        background-color: var(--colors-gray-100);
        display: flex;
        align-items: center;
        padding: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .avatar-3 {
        margin-top: -5.00px;
        margin-bottom: -5.00px;
        border-radius: 4px;
        border: 1px solid;
        border-color: var(--colors-gray-300-duplicate);
        background-image: url(./img/avatar-3.png);
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        width: 32px;
        height: 32px;
    }

    .dashboard-collapsed .text-49 {
        position: relative;
        flex: 1;
        height: 22px;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-medium-font-family);
        font-weight: var(--text-sm-font-medium-font-weight);
        color: #111928;
        font-size: var(--text-sm-font-medium-font-size);
        letter-spacing: var(--text-sm-font-medium-letter-spacing);
        line-height: var(--text-sm-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-medium-font-style);
    }

    .dashboard-collapsed .avatar-4 {
        margin-top: -5.00px;
        margin-bottom: -5.00px;
        border-radius: 4px;
        border: 1px solid;
        border-color: var(--colors-gray-300-duplicate);
        background-image: url(./img/avatar-4.png);
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        width: 32px;
        height: 32px;
    }

    .dashboard-collapsed .PH-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: -5.00px;
        margin-bottom: -5.00px;
        background-color: #f3f4f6;
        border-radius: 8px;
        border: 1px solid;
        border-color: var(--colors-gray-300-duplicate);
        position: relative;
        width: 32px;
        height: 32px;
    }

    .dashboard-collapsed .PH {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--leading-none-text-xs-font-medium-font-family);
        font-weight: var(--leading-none-text-xs-font-medium-font-weight);
        color: #111928;
        font-size: var(--leading-none-text-xs-font-medium-font-size);
        text-align: center;
        letter-spacing: var(--leading-none-text-xs-font-medium-letter-spacing);
        line-height: var(--leading-none-text-xs-font-medium-line-height);
        white-space: nowrap;
        font-style: var(--leading-none-text-xs-font-medium-font-style);
    }

    .dashboard-collapsed .column-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 1;
        flex-grow: 1;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .tables-cell-4 {
        flex: 0 0 auto;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        padding: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-50 {
        position: relative;
        flex: 1;
        height: 22px;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-normal-font-family);
        font-weight: var(--text-sm-font-normal-font-weight);
        color: var(--colors-gray-800-duplicate);
        font-size: var(--text-sm-font-normal-font-size);
        letter-spacing: var(--text-sm-font-normal-letter-spacing);
        line-height: var(--text-sm-font-normal-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-normal-font-style);
    }

    .dashboard-collapsed .tables-cell-5 {
        flex: 0 0 auto;
        background-color: var(--colors-gray-100);
        display: flex;
        align-items: center;
        padding: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .text-51 {
        position: relative;
        width: 101px;
        height: 22px;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-semibold-font-family);
        font-weight: var(--text-sm-font-semibold-font-weight);
        color: #111928;
        font-size: var(--text-sm-font-semibold-font-size);
        letter-spacing: var(--text-sm-font-semibold-letter-spacing);
        line-height: var(--text-sm-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-semibold-font-style);
    }

    .dashboard-collapsed .text-52 {
        position: relative;
        width: 130px;
        height: 22px;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-semibold-font-family);
        font-weight: var(--text-sm-font-semibold-font-weight);
        color: #111928;
        font-size: var(--text-sm-font-semibold-font-size);
        letter-spacing: var(--text-sm-font-semibold-letter-spacing);
        line-height: var(--text-sm-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-semibold-font-style);
    }

    .dashboard-collapsed .text-53 {
        position: relative;
        width: 74px;
        height: 22px;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-semibold-font-family);
        font-weight: var(--text-sm-font-semibold-font-weight);
        color: #111928;
        font-size: var(--text-sm-font-semibold-font-size);
        letter-spacing: var(--text-sm-font-semibold-letter-spacing);
        line-height: var(--text-sm-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-semibold-font-style);
    }

    .dashboard-collapsed .text-54 {
        position: relative;
        width: 78px;
        height: 22px;
        margin-top: -1.00px;
        font-family: var(--text-sm-font-semibold-font-family);
        font-weight: var(--text-sm-font-semibold-font-weight);
        color: #111928;
        font-size: var(--text-sm-font-semibold-font-size);
        letter-spacing: var(--text-sm-font-semibold-letter-spacing);
        line-height: var(--text-sm-font-semibold-line-height);
        white-space: nowrap;
        font-style: var(--text-sm-font-semibold-font-style);
    }

    .dashboard-collapsed .tables-cell-6 {
        flex: 0 0 auto;
        background-color: var(--colors-gray-700);
        border-radius: 0px 8px 0px 0px;
        display: flex;
        align-items: center;
        padding: var(--spacing-4-duplicate);
        position: relative;
        align-self: stretch;
        width: 100%;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .element-wrapper {
        position: relative;
        width: 32px;
        height: 32px;
        margin-top: -5.00px;
        margin-bottom: -5.00px;
        background-color: #ffffff;
        border-radius: 4px;
        border: 1px solid;
        border-color: var(--colors-gray-300-duplicate);
    }

    .dashboard-collapsed .element-7 {
        position: absolute;
        top: calc(50.00% - 14px);
        left: calc(50.00% - 11px);
        width: 22px;
        height: 28px;
        aspect-ratio: 0.81;
        object-fit: cover;
    }

    .dashboard-collapsed .sidebar-free {
        display: inline-flex;
        flex-direction: column;
        height: 919px;
        align-items: center;
        gap: var(--spacing-8-duplicate);
        padding: var(--spacing-5) var(--spacing-0) var(--spacing-5) var(--spacing-0);
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow: hidden;
    }

    .dashboard-collapsed .frame-21 {
        position: relative;
        width: 32.43px;
        height: 32.43px;
    }

    .dashboard-collapsed .main {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 228px;
        gap: var(--spacing-8-duplicate);
    }

    .dashboard-collapsed .component {
        padding: var(--spacing-2-5) 8px var(--spacing-2-5) 8px;
        position: absolute;
        top: calc(50.00% - 98px);
        left: calc(50.00% - 20px);
        background-color: var(--colors-blue-50);
        display: inline-flex;
        align-items: center;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
    }
    .component {
        padding: var(--spacing-2-5) 8px var(--spacing-2-5) 8px;
        position: absolute;
        top: calc(50.00% - 98px);
        left: calc(50.00% - 20px);
        background-color: var(--colors-blue-50);
        display: inline-flex;
        align-items: center;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
    }
.text-wrapper-2 {
    margin-top: -1.00px;
    font-family: "Nunito Sans", Helvetica;
    font-weight: 700;
    color: #202224;
    font-size: 32px;
    letter-spacing: -0.11px;
    line-height: normal;
    position: relative;
    width: fit-content;
}

.text-wrapper {
    flex: 1;
    margin-top: -1.00px;
    color: var(--colors-gray-900);
    position: relative;
    font-family: var(--text-base-font-medium-font-family);
    font-weight: var(--text-base-font-medium-font-weight);
    font-size: var(--text-base-font-medium-font-size);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    font-style: var(--text-base-font-medium-font-style);
}

.pages {
    flex: 1;
    color: var(--colors-blue-700-duplicate);
    position: relative;
    font-family: var(--text-base-font-medium-font-family);
    font-weight: var(--text-base-font-medium-font-weight);
    font-size: var(--text-base-font-medium-font-size);
    letter-spacing: var(--text-base-font-medium-letter-spacing);
    line-height: var(--text-base-font-medium-line-height);
    font-style: var(--text-base-font-medium-font-style);
}

    .dashboard-collapsed .left-content-3 {
        display: inline-flex;
        height: 28px;
        align-items: center;
        gap: 12px;
        position: relative;
        flex: 0 0 auto;
    }

    .dashboard-collapsed .component-2 {
        top: calc(50.00% - 30px);
        left: calc(50.00% - 20px);
        display: inline-flex;
        height: 28px;
        align-items: center;
        padding: var(--spacing-0) 8px var(--spacing-0) 8px;
        position: absolute;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
        background-color: var(--colors-blue-50);
    }

    .dashboard-collapsed .component-3 {
        top: calc(50.00% + 28px);
        left: calc(50.00% - 20px);
        display: inline-flex;
        height: 28px;
        align-items: center;
        padding: var(--spacing-0) 8px var(--spacing-0) 8px;
        position: absolute;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
        background-color: var(--colors-blue-50);
    }

    .dashboard-collapsed .component-4 {
        top: calc(50.00% + 86px);
        left: calc(50.00% - 20px);
        display: inline-flex;
        height: 28px;
        align-items: center;
        padding: var(--spacing-0) 8px var(--spacing-0) 8px;
        position: absolute;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
        background-color: var(--colors-blue-50);
    }

    .dashboard-collapsed .separator {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 3px;
        margin-left: -1.00px;
        margin-right: -1.00px;
        background-color: #e5e7eb;
    }

    .dashboard-collapsed .main-2 {
        align-items: flex-start;
        gap: 29px;
        padding: 0px 9px;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .component-5 {
        height: 28px;
        padding: var(--spacing-0) 8px var(--spacing-0) 8px;
        position: relative;
        display: inline-flex;
        align-items: center;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
        background-color: var(--colors-blue-50);
    }

    .dashboard-collapsed .km {
        position: relative;
        width: 24px;
        height: 24px;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .dashboard-collapsed .component-6 {
        top: 174px;
        left: 104px;
        display: inline-flex;
        height: 28px;
        align-items: center;
        padding: var(--spacing-0) 8px var(--spacing-0) 8px;
        position: absolute;
        border-radius: var(--border-radius-rounded-lg);
        gap: var(--spacing-0);
        background-color: var(--colors-blue-50);
    }

    .dashboard-collapsed .adjustments {
        position: relative;
        width: 24px;
        height: 24px;
        margin-bottom: -7313.57px;
        margin-right: -6363.00px;
    }

    .dashboard-collapsed .main-3 {
        align-items: center;
        justify-content: flex-end;
        gap: var(--spacing-8-duplicate);
        padding: var(--spacing-0) 12px 24px 12px;
        flex: 1;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .dashboard-collapsed .docs {
        display: inline-flex;
        align-items: center;
        padding: var(--spacing-0) 8px var(--spacing-0) 8px;
        position: relative;
        flex: 0 0 auto;
        gap: var(--spacing-0);
    }

    .dashboard-collapsed .left-content-4 {
        display: inline-flex;
        align-items: flex-start;
        gap: 12px;
        position: relative;
        flex: 0 0 auto;
    }


.login-page .frame-7 {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.login-page .caption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--leading-tight-text-sm-font-normal-font-family);
  font-weight: var(--leading-tight-text-sm-font-normal-font-weight);
  color: var(--1-colors-colors-neutral-text-colortext);
  font-size: var(--leading-tight-text-sm-font-normal-font-size);
  letter-spacing: var(--leading-tight-text-sm-font-normal-letter-spacing);
  line-height: var(--leading-tight-text-sm-font-normal-line-height);
  white-space: nowrap;
  font-style: var(--leading-tight-text-sm-font-normal-font-style);
}

.login-page .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2-duplicate);
  padding: var(--spacing-2-duplicate) var(--spacing-3-duplicate)
    var(--spacing-2-duplicate) var(--spacing-3-duplicate);
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: var(--border-radius-rounded-lg);
  border: 1px solid;
  border-color: #e5e7eb;
}

/*.btnewclass {
    border-radius: 8px;*/       /* Rounded corners */
    /*padding: 10px 16px;*/       /* Slightly longer padding */
    /*display: flex;
    align-items: center;
    gap: 8px;*/                 /* Space between icon and text */
    /*background-color: #007bff;*/ /* Optional: Bootstrap primary blue */
    /*color: white;
    border: none;
    cursor: pointer;
}*/
.vector-9 {
    position: absolute;
    width: 80.00%;
    height: 80.01%;
    top: 10.00%;
    left: 9.99%;
}

.img {
    position: relative;
    width: 24px;
    height: 24px;
}

.img-2 {
    width: 20px;
    height: 20px;
}

.text-3 {
    font-size: 16px;
    font-weight: 500;
}

.login-page .text-3 {
  color: #1f2a37;
  font-size: var(--text-xs-font-medium-font-size);
  line-height: var(--text-xs-font-medium-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-xs-font-medium-font-family);
  font-weight: var(--text-xs-font-medium-font-weight);
  letter-spacing: var(--text-xs-font-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-xs-font-medium-font-style);
}
