/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aguu08r8y8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aguu08r8y8] {
    flex: 1;
}

.sidebar[b-aguu08r8y8] {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); */
    background-image: linear-gradient(180deg, rgb(38, 66, 127) 50%, rgb(118, 145, 60) 90%);
}

.top-row[b-aguu08r8y8] {
    /* background-color: rgb(102, 102, 102); */
    /* border-bottom: 1px solid black; */
    background-image: linear-gradient(90deg, rgb(38, 66, 127) 50%, rgb(118, 145, 60) 90%);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgb(102, 102, 102);
}

    .top-row[b-aguu08r8y8]  a, .top-row[b-aguu08r8y8]  .btn-link {
        color: rgba(252, 153, 14, 0.9);
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aguu08r8y8]  a:hover, .top-row[b-aguu08r8y8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aguu08r8y8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aguu08r8y8] {
        justify-content: space-between;
    }

    .top-row[b-aguu08r8y8]  a, .top-row[b-aguu08r8y8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aguu08r8y8] {
        flex-direction: row;
    }

    .sidebar[b-aguu08r8y8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aguu08r8y8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aguu08r8y8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aguu08r8y8], article[b-aguu08r8y8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-aguu08r8y8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-aguu08r8y8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ManageNav.razor.rz.scp.css */
.nav-item[b-5bmfy07vi0]  .nav-link {
  color: var(--brand-color-green);
}
.nav-item[b-5bmfy07vi0]  a.active {
  background-color: rgb( from var(--brand-color-blue) r g b / 0.2);
  border: 1px solid var(--brand-color-blue);
  border-radius: 3px;
}
.nav-item[b-5bmfy07vi0]  .nav-link:hover {
  background-color: rgb( from var(--brand-color-blue) r g b / 0.4);
  border: 1px solid var(--brand-color-green);
  border-radius: 3px;
  box-shadow: 2px 2px  x 10px var(--brand-color-gray);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f4mnea2rrp] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-f4mnea2rrp] {
  background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f4mnea2rrp] {
  min-height: 3.5rem;
  background-color: rgba(38, 66, 127, 0.4);
}

.navbar-brand[b-f4mnea2rrp] {
  font-size: 1.1rem;
  color: var(--brand-color-primary);
}

.navbar-brand img[b-f4mnea2rrp] {
  /* Hide the broken image icon in most modern browsers */
  font-size: 0;
  /* Define a size for the container so the text has space */
  height: 50px;
  /* Optional: Center the text */
  text-align: center;
  line-height: 100px;
}

/* Display the alt text when the image fails to load */
.navbar-brand img[b-f4mnea2rrp]::before {
  content: attr(alt); /* Use the alt attribute content as the text */
  font-size: 1.1rem; /* Reset font size for the text */
  color: var(--brand-color-primary);
  display: block;
  /* Adjustments to ensure text is visible and formatted correctly */
  line-height: normal;
  /* padding: 10px; */
}

/* Navbar icons */
.bi[b-f4mnea2rrp] {
  margin-right: 0.75rem;
  top: -1px;
}

.bi-house-door-fill-nav-menu[b-f4mnea2rrp] {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-file-earmark-spreadsheet-nav-menu[b-f4mnea2rrp] {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(252, 153, 14)' class='bi bi-file-earmark-spreadsheet' viewBox='0 0 16 16'%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5zM3 12v-2h2v2zm0 1h2v2H4a1 1 0 0 1-1-1zm3 2v-2h3v2zm4 0v-2h3v1a1 1 0 0 1-1 1zm3-3h-3v-2h3zm-7 0v-2h3v2z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-f4mnea2rrp] {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-f4mnea2rrp] {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-chat-square-text-nav-menu[b-f4mnea2rrp] {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chat-square-text" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/></svg>');
}

.bi-currency-dollar-nav-menu[b-f4mnea2rrp] {
  mask: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(252, 153, 14)" class="bi bi-currency-dollar" viewBox="0 0 16 16"><path d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z"/></svg>');
}
.bi-clock-nav-menu[b-f4mnea2rrp] {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-clock" viewBox="0 0 16 16"><path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"/></svg>');
}
.bi-shield-lock-fill-nav-menu[b-f4mnea2rrp] {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-lock" viewBox="0 0 16 16"><path d="M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56"/><path d="M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415"/></svg>');
}
/* End Navbar icons */

.nav-heading[b-f4mnea2rrp] {
  display: flex;
  color: var(--brand-color-primary);
  padding-left: 15px;
  font-weight: bold;
  cursor: pointer;
}

.nav-heading .bi[b-f4mnea2rrp] {
  top: 2px !important;
}
.nav-item[b-f4mnea2rrp] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

/* .nav-item:first-of-type {
        padding-top: 1rem;
    } */

.nav-item:last-of-type[b-f4mnea2rrp] {
  padding-bottom: 1rem;
}

.nav-item[b-f4mnea2rrp]  .nav-link {
  color: #d7d7d7;
  background: none;
  border: none;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
}

.nav-item[b-f4mnea2rrp]  a.active {
  background-color: rgba(255, 255, 255, 0.37);
  color: white;
}

.nav-item[b-f4mnea2rrp]  .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.nav-scrollable[b-f4mnea2rrp] {
  display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f4mnea2rrp] {
  display: block;
}

@media (min-width: 641px) {
  .navbar-toggler[b-f4mnea2rrp] {
    display: none;
  }

  .nav-scrollable[b-f4mnea2rrp] {
    /* Never collapse the sidebar for wide screens */
    display: block;

    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f9fz3g52an],
.components-reconnect-repeated-attempt-visible[b-f9fz3g52an],
.components-reconnect-failed-visible[b-f9fz3g52an],
.components-pause-visible[b-f9fz3g52an],
.components-resume-failed-visible[b-f9fz3g52an],
.components-rejoining-animation[b-f9fz3g52an] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-retrying[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-failed[b-f9fz3g52an],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f9fz3g52an] {
    display: block;
}


#components-reconnect-modal[b-f9fz3g52an] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-f9fz3g52an 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f9fz3g52an 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f9fz3g52an 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f9fz3g52an]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f9fz3g52an 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f9fz3g52an {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f9fz3g52an {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f9fz3g52an {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f9fz3g52an] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f9fz3g52an] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f9fz3g52an] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f9fz3g52an] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f9fz3g52an] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f9fz3g52an] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f9fz3g52an] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f9fz3g52an 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f9fz3g52an] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f9fz3g52an {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Manage/GenerateRecoveryCodes.razor.rz.scp.css */

.bi[b-ck3t9bygy5] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
    top: 5px;
    background-size: cover;
}
.bi-exclamation-triangle[b-ck3t9bygy5] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation-triangle" viewBox="0 0 16 16"><path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z"/><path d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></svg>');
}

/* /Components/Pages/Reports/Index.razor.rz.scp.css */
.report-container[b-1dq6q68tnr] {
  min-width: 300px;
  min-height: 300px;
  background: rgba(from var(--brand-color-green) r g b/0.2);
  border: 1px var(--brand-color-gray) solid;
  box-shadow: 5px 9px 15px var(--brand-color-gray);
  border-radius: 10px;
  margin: 10px;
  padding: 15px;
}

.report-container[b-1dq6q68tnr]  h4 {
  color: var(--brand-color-blue);
}

.bi[b-1dq6q68tnr] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    top: 9px;
    background-size: cover;
}

.bi-currency-dollar-heading[b-1dq6q68tnr] {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="rgb(38, 66, 127)" class="bi bi-currency-dollar" viewBox="0 0 16 16"><path d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z"/></svg>');
}
.bi-clock-button[b-1dq6q68tnr] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-clock" viewBox="0 0 16 16"><path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"/></svg>');
}
.bi-chat-square-text-button[b-1dq6q68tnr] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chat-square-text" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/></svg>');
}
