/* _content/FilesMall/Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */

.main-container[b-3o8k7wsgti] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main-container img[b-3o8k7wsgti] {
    width: 100px;
}

.main-container h1[b-3o8k7wsgti] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container a[b-3o8k7wsgti] {
    margin-top: 10px;
}
/* _content/FilesMall/Components/Account/Pages/Lockout.razor.rz.scp.css */

.main-container[b-7m4egekvxj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 370px;
}

.main-container img[b-7m4egekvxj] {
    width: 100px;
}

.main-container h1[b-7m4egekvxj] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container a[b-7m4egekvxj] {
    margin-top: 10px;
}
/* _content/FilesMall/Components/Account/Pages/Login.razor.rz.scp.css */
.forgot-password-button[b-44kx1c8czj] {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    align-self: flex-end;
    color: #777777;
    cursor: pointer;
}

.forgot-password-button:hover[b-44kx1c8czj] {
    text-decoration: underline;
}
/* _content/FilesMall/Components/Account/Pages/Register.razor.rz.scp.css */

.names-entry-container[b-wouyoezhsr] {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .names-entry-container[b-wouyoezhsr] {
    flex-direction: column;
    gap: 12px;
  }
}
/* _content/FilesMall/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins-form[b-p0n2k84iyu] {
  width: 100%;
}

.external-login-buttons[b-p0n2k84iyu] {
  display: flex;
  gap: 20px;
  width: 100%;
}

.external-login-button[b-p0n2k84iyu] {
  border-radius: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.17);
  border-width: 1px;
  padding: 9px 19px 9px 19px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.external-login-button:hover[b-p0n2k84iyu] {
  background-color: var(--light-hover-color);
}


.icon-and-text-container[b-p0n2k84iyu] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.button-icon[b-p0n2k84iyu] {
  width: 20px;
  height: 20px;
  object-fit: cover;
  aspect-ratio: 1;
}
.button-text[b-p0n2k84iyu] {
  color: #000000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 175%;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 580px) {
  .external-login-buttons[b-p0n2k84iyu] {
    flex-direction: column;
    gap: 12px;
  }
}
/* _content/FilesMall/Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-83s1a8ymeb] {
    position: relative;
    display: flex;
    height: 100%;
}

main[b-83s1a8ymeb] {
    flex: 1;
    padding: 20px;
    overflow-x:auto;
}

.sidebar[b-83s1a8ymeb] {
    background-color: black;
}

/*
.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/FilesMall/Components/Layout/AdminNavMenu.razor.rz.scp.css */
/*
.navbar-toggler {
    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 {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: 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-plus-square-fill-nav-menu {
    background-image: 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 {
    background-image: 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-lock-nav-menu {
    background-image: 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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .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 ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

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

    .nav-scrollable {
        display: block;

        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
*/

.admin-menu[b-1jb3lciutd] {
  background: #000000;
  border-style: solid;
  border-color: transparent;
  border-width: 0px 0px 1px 0px;
  padding: 39px 8px 39px 8px;
  display: flex;
  flex-direction: column;
  gap: 57px;
  align-items: center;
  justify-content: flex-start;
  width: 230px;
  height: 100%;
  position: relative;
  overflow: auto;
}
.admin-logo[b-1jb3lciutd] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.logo[b-1jb3lciutd] {
  flex-shrink: 0;
  width: 109px;
  height: 19.18px;
}
.logo-text[b-1jb3lciutd] {
  color: #ffffff;
  text-align: left;
  font-family: var(--menu-item-font-family, "Inter-Medium", sans-serif);
  font-size: var(--menu-item-font-size, 14px);
  font-weight: var(--menu-item-font-weight, 500);
  position: relative;
  width: 43px;
  height: 15px;
}
.admin-menu-items[b-1jb3lciutd] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
}
[b-1jb3lciutd] .admin-menu-item {
  border-radius: 8px;
  padding: 14px 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--adminmenuitem-font-family);
  font-size: var(--adminmenuitem-font-size);
  font-weight: var(--adminmenuitem-font-weight);
  text-decoration: none;
  width: 100%;
}
[b-1jb3lciutd] .admin-menu-item:hover {
  background: rgba(255, 255, 255, 0.19);
}

[b-1jb3lciutd] .admin-menu-item.active {
  background: rgba(255, 255, 255, 0.19);
  color: rgba(255, 255, 255, 1);
}

[b-1jb3lciutd] .admin-menu-item.active img {
  opacity: 1;
}

.admin-menu-item img[b-1jb3lciutd] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
  opacity: 0.55;
}

@media screen and (max-width: 850px) {
  [b-1jb3lciutd] .admin-menu-item span {
    display: none;
  }

  .logo[b-1jb3lciutd] {
    width: 50px;
  }
  .logo-text[b-1jb3lciutd] {
    display: none;
  }

  .admin-menu[b-1jb3lciutd] {
    width: fit-content;
  }
}
/* _content/FilesMall/Components/Layout/AppLayout.razor.rz.scp.css */
*[b-63qay8ak5c] {
    display: flex;
}

.main-container[b-63qay8ak5c] {
    flex-direction: column;
    height: 100%;
}

.body-container[b-63qay8ak5c] {
    flex-grow: 1;
    
}
 
/* _content/FilesMall/Components/Layout/InfoLayout.razor.rz.scp.css */
.onboarding[b-usxkb6gsq2] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.content-container[b-usxkb6gsq2] {
  margin: 85px 0px 40px 0px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 1;
}

.hero-background[b-usxkb6gsq2] {
  background-color: black;
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  overflow: hidden;
}
.hero-background-image[b-usxkb6gsq2] {
  width: 1820px;
  position: absolute;
  left: calc(50% + 910.5px);
  bottom: 0px;
  top: 0px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
  height: 100%;
  opacity: 31%;
}

.form-container[b-usxkb6gsq2] {
  background: #ffffff;
  border-radius: 30px;
  padding: 48px 68px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 600px;
}

.menu-logo[b-usxkb6gsq2] {
  flex-shrink: 0;
  width: 137px;
  height: 24.11px;
  position: absolute;
  left: 37px;
  top: 31px;
  overflow: visible;
}


@media screen and (max-width: 580px) {
  .content-container[b-usxkb6gsq2] {
    padding-left: 0;
    padding-right: 0;
    background-color: white;
  }

  .form-container[b-usxkb6gsq2] {
    border-radius: 0;
    padding: 25px 15px 60px 15px;
    min-height: unset;
  }

  .hero-background[b-usxkb6gsq2] {
    bottom: unset;
    height: 200px;
  }
}
/* _content/FilesMall/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wu5kskvvmr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-wu5kskvvmr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wu5kskvvmr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wu5kskvvmr]  a, .top-row[b-wu5kskvvmr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

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

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

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

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

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

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

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

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


/* _content/FilesMall/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i8dfrin4m9] {
    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-i8dfrin4m9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-i8dfrin4m9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i8dfrin4m9] {
    font-size: 1.1rem;
}

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

.bi-house-door-fill-nav-menu[b-i8dfrin4m9] {
    background-image: 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-plus-square-fill-nav-menu[b-i8dfrin4m9] {
    background-image: 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-i8dfrin4m9] {
    background-image: 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-lock-nav-menu[b-i8dfrin4m9] {
    background-image: 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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-i8dfrin4m9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-i8dfrin4m9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-i8dfrin4m9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-i8dfrin4m9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-i8dfrin4m9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i8dfrin4m9] {
        padding-top: 1rem;
    }

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

    .nav-item[b-i8dfrin4m9]  .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-i8dfrin4m9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FilesMall/Components/Layout/OnboardingLayout.razor.rz.scp.css */
*[b-ktyee8r5op] {
    display: flex;
}

.main-container[b-ktyee8r5op] {
    flex-direction: column;
    height: 100%;
    width: 100%;
}
/* _content/FilesMall/Components/Pages/Admin/AccountPage.razor.rz.scp.css */


.options-container[b-vuok6hf6i3] {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* _content/FilesMall/Components/Pages/Admin/FilterAttributePage.razor.rz.scp.css */


[b-sholzd0rtg] #itemGrid thead {
    display: none;
}
/* _content/FilesMall/Components/Pages/Admin/ProductPage.razor.rz.scp.css */


.options-container[b-ofg6q2nlr5] {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* _content/FilesMall/Components/Pages/Admin/TransactionPage.razor.rz.scp.css */


.options-container[b-qeo90fw8rs] {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* _content/FilesMall/Components/Pages/App/CguPage.razor.rz.scp.css */
.main-container[b-s8hbd7tjud] {
  padding: 20px 30px 60px 30px;
}
/* _content/FilesMall/Components/Pages/App/Components/CategoryCardComponent.razor.rz.scp.css */
.category-card[b-ngz87bt9iy],
.category-card *[b-ngz87bt9iy] {
  box-sizing: border-box;
}
.category-card[b-ngz87bt9iy] {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 260px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

a.category-card[b-ngz87bt9iy] {
  text-decoration: none;
}

.category-card-image-container[b-ngz87bt9iy] {
  border-radius: 8px;
  align-self: stretch;
  flex-shrink: 0;
  height: 172px;
  position: relative;
  overflow: hidden;
}
.category-card-image[b-ngz87bt9iy] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card-text-container[b-ngz87bt9iy] {
  padding: 11px 0px 11px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.category-card-title[b-ngz87bt9iy] {
  color: #000000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.category-card-subtitle[b-ngz87bt9iy] {
  color: var(--standard-gray-color, #717171);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  height: 21px;
}


.category-card:hover .category-card-image[b-ngz87bt9iy] {
  transform: scale(1.05);
  filter: brightness(70%); /* Ajout pour assombrir l'image */
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out; /* Ajout de 'filter' à la transition */
}

.category-card:hover .category-card-title[b-ngz87bt9iy] {
  color: var(--alt-accent-color);
}
/* _content/FilesMall/Components/Pages/App/Components/FaqQuestionComponent.razor.rz.scp.css */
.faq-question[b-39v1hdgfhb],
.faq-question *[b-39v1hdgfhb] {
  box-sizing: border-box;
}
.faq-question[b-39v1hdgfhb] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.faq-question-header[b-39v1hdgfhb] {
  background: var(--faq-item-color);
  border-radius: 8px;
  padding: 23px 20px 23px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  min-height: 60px;
  position: relative;
  cursor: pointer;
  user-select: none;
  gap: 15px;
}

.faq-question-header:hover[b-39v1hdgfhb] {
  background: var(--faq-item-hover-color);
}

.faq-question-title[b-39v1hdgfhb] {
  color: #000000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.chevron[b-39v1hdgfhb] {
  flex-shrink: 0;
  width: 9px;
  height: 15px;
  position: relative;
  overflow: visible;
  aspect-ratio: 9/15;
}
.faq-question-content[b-39v1hdgfhb] {
  padding: 0px 0px 20px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}
.faq-question-text[b-39v1hdgfhb] {
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
/* _content/FilesMall/Components/Pages/App/Components/FooterComponent.razor.rz.scp.css */
.footer[b-yf8w17p840],
.footer *[b-yf8w17p840] {
  box-sizing: border-box;
}
.footer[b-yf8w17p840] {
  background: #000000;
  padding-top: 49px;
  padding-bottom: 49px;
  display: flex;
  flex-direction: row;
  row-gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.footer-brand-container[b-yf8w17p840] {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.footer-logo[b-yf8w17p840] {
  flex-shrink: 0;
  width: 97px;
  height: 17.07px;
  position: relative;
  overflow: visible;
}
.footer-brand-description[b-yf8w17p840] {
  color: var(--footer-text-color);
  text-align: left;
  font-family: var(--footertext-font-family, "Inter", sans-serif);
  font-size: var(--footertext-font-size, 12px);
  line-height: var(--footertext-line-height, 160%);
  font-weight: var(--footertext-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.footer-rows-container[b-yf8w17p840] {
  padding: 0px 40px 0px 40px;
  display: flex;
  flex-direction: row;
  gap: 55px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1;
  position: relative;
}
.footer-categories-row[b-yf8w17p840] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 128px;
  position: relative;
}
.footer-row-title[b-yf8w17p840] {
  color: var(--footer-title-color);
  text-align: left;
  font-family: var(--footerrowtitle-font-family, "Inter", sans-serif);
  font-size: var(--footerrowtitle-font-size, 13px);
  line-height: var(--footerrowtitle-line-height, 160%);
  font-weight: var(--footerrowtitle-font-weight, 600);
  position: relative;
  align-self: stretch;
}
.footer-row-content[b-yf8w17p840] {
  color: var(--footer-text-color);
  text-align: left;
  font-family: var(--footertextspaced-font-family, "Inter", sans-serif);
  font-size: var(--footertextspaced-font-size, 12px);
  line-height: var(--footertextspaced-line-height, 260%);
  font-weight: var(--footertextspaced-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.footer-support-row[b-yf8w17p840] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 173px;
  position: relative;
}
.footer-row-content2[b-yf8w17p840] {
  color: var(--footer-text-color);
  text-align: left;
  font-family: var(--footertext-font-family, "-", sans-serif);
  font-size: var(--footertext-font-size, 12px);
  line-height: var(--footertext-line-height, 160%);
  font-weight: var(--footertext-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.footer-row-content-2-span[b-yf8w17p840] {
  font-family: var(--footertext-font-family, "Inter", sans-serif);
}
.footer-row-content-2-span2[b-yf8w17p840] {
  font-family: var(--footertext-font-family, "Inter", sans-serif);
  text-decoration: underline;
  color: var(--footer-text-color);
  text-decoration: none;
}

.footer-row-content-2-span2:hover[b-yf8w17p840] {
    text-decoration: underline;
}

.footer-conditions-row[b-yf8w17p840] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 227px;
  position: relative;
}


a.link-item[b-yf8w17p840] {
    color: var(--footer-text-color);
    text-decoration: none;
}

a.link-item:hover[b-yf8w17p840] {
    text-decoration: underline;
}
/* _content/FilesMall/Components/Pages/App/Components/FullScreenImageComponent.razor.rz.scp.css */
.fullscreen-image-overlay[b-0uopfuz23c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fullscreen-image-container[b-0uopfuz23c] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-image[b-0uopfuz23c] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.fullscreen-image-close[b-0uopfuz23c] {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.fullscreen-image-close:hover[b-0uopfuz23c] {
    opacity: 1;
}

.fullscreen-image-close img[b-0uopfuz23c] {
    width: 100%;
    height: 100%;
}

.fullscreen-image-nav[b-0uopfuz23c] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10000;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.fullscreen-image-nav:hover[b-0uopfuz23c] {
    opacity: 1;
}

.fullscreen-image-nav.left[b-0uopfuz23c] {
    left: 30px;
}

.fullscreen-image-nav.right[b-0uopfuz23c] {
    right: 30px;
}

.fullscreen-image-nav img[b-0uopfuz23c] {
    width: 25px;
    height: 25px;
}
/* _content/FilesMall/Components/Pages/App/Components/FullScreenPopup.razor.rz.scp.css */
.popup-background[b-oz4296vlx5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
    padding: 20px;
}

.popup-content[b-oz4296vlx5] {
    background-color: white;
    padding: 35px 90px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: default;
    margin: auto;
    border-radius: 20px;
    position: relative;
    width: 100%;
    max-width: var(--fullscreen-popup-width);
}

.popup-close[b-oz4296vlx5] {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    padding: 20px;
    opacity: 0.4;
}

.popup-close:hover[b-oz4296vlx5] {
    opacity: 1;
}

@media screen and (max-width: 580px) {
    .popup-background[b-oz4296vlx5] {
        padding: 0;
    }

    .popup-content[b-oz4296vlx5] {
        padding: 25px;
        min-height: 100%;
        border-radius: 0;
    }
}
/* _content/FilesMall/Components/Pages/App/Components/HomeSearchComponent.razor.rz.scp.css */
.main-container[b-hxot7o9owr] {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  width: 350px;
}

@media screen and (max-width: 580px) {
  .main-container[b-hxot7o9owr] {
    width: 100%;
    padding: 0 20px;
  }
}
/* _content/FilesMall/Components/Pages/App/Components/ListMenuComponent.razor.rz.scp.css */
.main-container[b-fc883yqojf] {

}

.menu-button[b-fc883yqojf] {
    position: relative;
}

.menu[b-fc883yqojf] {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    right: -10px;
    top: 100%;
    margin-top: 10px;
    font-size: 16px;
    z-index: 1;
}

.menu-item[b-fc883yqojf] {
    color: black;
    cursor: pointer;
    padding: 8px 20px;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
}

.menu-item:hover[b-fc883yqojf] {
    background-color: #F0F0F0;
}

.menu-separator[b-fc883yqojf] {
    height: 1px;
    background-color: black;
    opacity: 0.10;
    margin: 5px 15px;
}

#menu-item-logout-button[b-fc883yqojf] {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}


.menu-close-overlay[b-fc883yqojf] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}
/* _content/FilesMall/Components/Pages/App/Components/LoaderComponent.razor.rz.scp.css */
.main-container[b-cym44ccbxt] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* _content/FilesMall/Components/Pages/App/Components/MenuComponent.razor.rz.scp.css */
.menu[b-som2joqqxk],
.menu *[b-som2joqqxk] {
  box-sizing: border-box;
}
.menu[b-som2joqqxk] {
  background: #000000;
  border-style: solid;
  border-color: transparent;
  border-width: 0px 0px 1px 0px;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
  flex-direction: row;
  gap: 65px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-logo[b-som2joqqxk] {
  flex-shrink: 0;
  width: 137px;
  height: 24.11px;
  position: relative;
  overflow: visible;
}
.menu-items[b-som2joqqxk] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
.empty[b-som2joqqxk] {
  flex-shrink: 0;
  width: 0px;
  height: 27px;
  position: relative;
  overflow: hidden;
}
.menu-left-items[b-som2joqqxk] {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.menu-item[b-som2joqqxk] {
  color: #ffffff;
  text-align: left;
  font-family: var(--menu-item-font-family, "Inter", sans-serif);
  font-size: var(--menu-item-font-size, 14px);
  font-weight: var(--menu-item-font-weight, 500);
  position: relative;
  cursor: pointer;
}

.menu-item:hover[b-som2joqqxk] {
    text-decoration: underline;
}

a.menu-item[b-som2joqqxk] {
  text-decoration: none;
}


.menu-other-item[b-som2joqqxk] {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.menu-chevron-down[b-som2joqqxk] {
  flex-shrink: 0;
  width: 12px;
  height: 8px;
  position: relative;
}
.chevron-down-1[b-som2joqqxk] {
  width: 11px;
  height: 7.33px;
  position: absolute;
  left: 0px;
  top: 2px;
  overflow: visible;
}
.right-menu-items-container[b-som2joqqxk] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.menu-right-items[b-som2joqqxk] {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.connected-menu-button[b-som2joqqxk] {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.connected-menu-button:hover[b-som2joqqxk] {
  opacity: 0.7;
}

/* Tablettes */
@media screen and (max-width: 1024px) {
  .menu[b-som2joqqxk] {
    justify-content: space-between;
    gap: 25px;
  }

  .menu-items[b-som2joqqxk] {
    display: none;
  }
}

/* Mobile */
@media screen and (max-width: 580px) {
  .menu-disconnected[b-som2joqqxk] {
    flex-direction: column;
  }

  .menu-connected .menu-right-items[b-som2joqqxk] {
    margin-right: 15px;
  }
}
/* _content/FilesMall/Components/Pages/App/Components/PlaceAutoComplete.razor.rz.scp.css */
/* _content/FilesMall/Components/Pages/App/Components/ProductCardComponent.razor.rz.scp.css */
.product-card[b-sixenxsnv9],
.product-card *[b-sixenxsnv9] {
  box-sizing: border-box;
}
.product-card[b-sixenxsnv9] {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: var(--productcardwidth, 300px);
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.product-card-image-container[b-sixenxsnv9] {
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: var(--productcardimageheight, 190px);
  position: relative;
  overflow: hidden;
  border: 1px solid #E0E0E0;
}

.product-card-image[b-sixenxsnv9] {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.bubbles-container[b-sixenxsnv9] {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.bubble[b-sixenxsnv9] {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.bubble-title[b-sixenxsnv9] {
  color: #ffffff;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
}
.product-card-texts-container[b-sixenxsnv9] {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.product-card-title[b-sixenxsnv9] {
  color: #000000;
  text-align: left;
  font-family: var(--productcardtitle-font-family, "Inter", sans-serif);
  font-size: var(--productcardtitle-font-size, 15px);
  line-height: var(--productcardtitle-line-height, 140%);
  font-weight: var(--productcardtitle-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.product-card-price[b-sixenxsnv9] {
  color: var(--productcardpricecolor, #4f54a5);
  text-align: left;
  font-family: var(--productcardprice-font-family, "Inter", sans-serif);
  font-size: var(--productcardprice-font-size, 15px);
  line-height: var(--productcardprice-line-height, 140%);
  font-weight: var(--productcardprice-font-weight, 700);
  position: relative;
  align-self: stretch;
}


.product-card:hover .product-card-image[b-sixenxsnv9] {
  transform: scale(1.05);
  filter: brightness(70%); /* Ajout pour assombrir l'image */
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out; /* Ajout de 'filter' à la transition */
}

.product-card:hover .product-card-title[b-sixenxsnv9] {
  color: var(--alt-accent-color);
}
/* _content/FilesMall/Components/Pages/App/Components/ProfileImageUploadComponent.razor.rz.scp.css */
.main-container[b-qqpebqqhez] {
  display: flex;
  position: relative;
}
.profile-picture[b-qqpebqqhez] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 116px;
  height: 131px;
  object-fit: cover;
  aspect-ratio: 1;
  background-color: #F2F2F2;
}
.edit-picture-button[b-qqpebqqhez] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #f1c801;
  border-radius: 50%;
}
.edit-icon[b-qqpebqqhez] {
  height: auto;
  position: absolute;
  left: 6px;
  top: 5px;
  overflow: visible;
  aspect-ratio: 1;
}

[b-qqpebqqhez] .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
/* _content/FilesMall/Components/Pages/App/Components/SearchBoxComponent.razor.rz.scp.css */
.search-bar[b-folubt7n2e],
.search-bar *[b-folubt7n2e] {
  box-sizing: border-box;
}
.search-bar[b-folubt7n2e] {
  background: #000000;
  border-radius: 6px;
  border-style: solid;
  border-color: var(--searchbarstrokecolor, #525252);
  border-width: 1px;
  padding: 7px 20px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.search-icon[b-folubt7n2e] {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  position: relative;
  overflow: visible;
}
.clear-icon[b-folubt7n2e] {
  width: 26px;
  height: 26px;
}

.search-bar-text[b-folubt7n2e] {
  display: flex;
  color: var(--searchbarcolor, #939393);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 175%;
  font-weight: 400;
  position: relative;
  flex-grow: 1;
}

.clear-button[b-folubt7n2e] {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

[b-folubt7n2e] .auto-complete {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
}

[b-folubt7n2e] .auto-complete input {
  color: white;
}


@media screen and (max-width: 580px) {
  .search-bar[b-folubt7n2e] {
    width: 100%;
  }
}
/* _content/FilesMall/Components/Pages/App/Components/TabItemComponent.razor.rz.scp.css */
*[b-wiv7ibc91x] {
    display: flex;
}

.main-container[b-wiv7ibc91x] {
    flex-direction: column;
}
/* _content/FilesMall/Components/Pages/App/Components/TabsComponent.razor.rz.scp.css */
*[b-ch27arx5ll] {
    display: flex;
}

.main-container[b-ch27arx5ll] {
    flex-direction: column;
}

.tabs-buttons-container[b-ch27arx5ll] {
    gap: 15px;
    margin-bottom: 45px;
    position: relative;
}

.tabs-bottom-line[b-ch27arx5ll] {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--tabs-bottom-line-color);
    bottom: 0;
}


.tab-button-container[selected="true"][b-ch27arx5ll] {
    color: var(--alt-accent-color);
    border-bottom: 2px solid var(--alt-accent-color);
}

.tab-button-container[b-ch27arx5ll] {
    user-select: none;
    cursor: pointer;
    padding: 12px 10px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: var(--tabs-text-color);
    z-index: 1;
    text-align: center;
}

.tab-button-container:hover[b-ch27arx5ll] {
    opacity: 0.7;
}


@media screen and (max-width: 580px) {
    .tabs-buttons-container[b-ch27arx5ll] {
        display: none;
    }
}
/* _content/FilesMall/Components/Pages/App/Components/UploadComponent.razor.rz.scp.css */

/*
.main-container {
    border: 1px solid black;
    padding: 20px;
    margin: 5px;
}

.image {
    height: 169px;
    width: 300px;
    object-fit: cover;
    background-color: #F8F8F8;
}


*/

.file-upload-component[b-xyp09n52eh] {
  background: rgba(79, 84, 165, 0.05);
  border-radius: 10px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.39);
  border-width: 1px;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
}

.file-upload-component:hover[b-xyp09n52eh] {
  background: var(--form-component-background-hover-color);
}


.file-upload-hover[b-xyp09n52eh] {
    background: var(--form-component-background-hover-color);
    transition: background 0.2s ease-in-out;
}

.upload-content-container[b-xyp09n52eh] {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.icon-container[b-xyp09n52eh] {
  display: flex;
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  
}

.icon-container:hover .delete-option[b-xyp09n52eh] {
  opacity: 1;
}

.delete-option[b-xyp09n52eh] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  opacity: 0;
}

.upload-icon[b-xyp09n52eh] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-text[b-xyp09n52eh] {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.upload-text-span[b-xyp09n52eh] {
  color: #1978e5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.upload-text-span2[b-xyp09n52eh] {
  color: rgba(0, 0, 0, 0.39);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.upload-text-span3[b-xyp09n52eh] {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.upload-info-text[b-xyp09n52eh] {
  color: rgba(0, 0, 0, 0.39);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
}

[b-xyp09n52eh] .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.error-message[b-xyp09n52eh] {
    color: red;
    font-size: 12px;
}

.progress-container[b-xyp09n52eh] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 0;
    width: 100%;
}

.icon-and-filename-container[b-xyp09n52eh] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.filename[b-xyp09n52eh] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.39);
    line-break: anywhere;
}
/* _content/FilesMall/Components/Pages/App/CreateProductPage.razor.rz.scp.css */
/** {
    display: flex;
}

.main-container {
    flex-direction: column;
    padding: 30px;
}
    */

.onboarding[b-qmhfnlr97p] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}
.content-container[b-qmhfnlr97p] {
  padding: 85px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}

.hero-background[b-qmhfnlr97p] {
  background-color: black;
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  overflow: hidden;
}
.hero-background-image[b-qmhfnlr97p] {
  width: 1820px;
  position: absolute;
  left: calc(50% + 910.5px);
  bottom: 0px;
  top: 0px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
  height: 100%;
  opacity: 31%;
}


.step-and-form-container[b-qmhfnlr97p] {
  display: flex;
  flex-direction: column;
  gap: 39px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 850px;
  position: relative;
}
.step-and-bar-container[b-qmhfnlr97p] {
  padding: 0px 24px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.current-step-text[b-qmhfnlr97p] {
  color: #b9b9b9;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}

[b-qmhfnlr97p] .steps-progress-bar {
    width: 100%;
    height: 3px;
    background-color: #4F4F4F;
}

[b-qmhfnlr97p] .steps-progress-bar > :first-child {
    background-color: var(--accent-color);
}

.form-container[b-qmhfnlr97p] {
  background: #ffffff;
  border-radius: 30px;
  padding: 48px 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  min-height: 550px;
}

.menu-logo[b-qmhfnlr97p] {
  flex-shrink: 0;
  width: 137px;
  height: 24.11px;
  position: absolute;
  left: 37px;
  top: 31px;
  overflow: visible;
}


@media screen and (max-width: 580px) {
  .content-container[b-qmhfnlr97p] {
    padding-left: 0;
    padding-right: 0;
  }

  .form-container[b-qmhfnlr97p] {
    border-radius: 0;
    padding: 25px 15px 60px 15px;
    min-height: unset;
  }

  .hero-background[b-qmhfnlr97p] {
    bottom: unset;
    height: 200px;
  }
}
/* _content/FilesMall/Components/Pages/App/EditProductComponent.razor.rz.scp.css */
.main-container[b-xns83i29hk] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}

.title[b-xns83i29hk] {
  font-family: var(--step-section-title-onboarding-font-family);
  font-size: var(--step-section-title-onboarding-font-size);
  line-height: var(--step-section-title-onboarding-line-height);
  font-weight: var(--step-section-title-onboarding-font-weight);
  margin-bottom: 35px;
}

.form-section-container[b-xns83i29hk] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

[b-xns83i29hk] .form-text-area {
    height: 120px;
    resize: vertical;
}

.free-product-component[b-xns83i29hk] {
    background-color: transparent;
    border: 1px solid rgba(79, 84, 165, 0.19);
    height: 53px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.free-product-component > span[b-xns83i29hk] {
    flex-grow: 1;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
}

.secondary-images-container[b-xns83i29hk] {
    display: flex;
    gap: 20px;
    aspect-ratio: 703/126;
}

.secondary-image-container[b-xns83i29hk] {
    height: 100%;
    flex-grow: 1;
    flex-basis: 0;
}

.upload-component-container[b-xns83i29hk] {
    display: grid;
    min-height: 185px;
}

.edit-mode-title-container[b-xns83i29hk] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
}

.buttons-container-edit-mode[b-xns83i29hk] {
    display: flex;
    justify-content: end;
    gap: 20px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.buttons-container[b-xns83i29hk] {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  margin-top: 30px;
}

.previous-button[b-xns83i29hk] {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  flex-basis: 0;
  cursor: pointer;
}

.previous-button:hover[b-xns83i29hk] {
    opacity: 0.7;
}

.next-button[b-xns83i29hk] {
    flex: 1.5;
    flex-basis: 0;
}

.cgu-text[b-xns83i29hk] {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #777777;
    text-align: center;
    margin-top: 20px;
}

.cgu-text a[b-xns83i29hk] {
    color: #777777;
    font-weight: 700;
}

.step-section-subtitle[b-xns83i29hk] {
    margin-top: 10px;
  font-family: var(--step-section-subtitle-font-family);
  font-size: var(--step-section-subtitle-font-size);
  line-height: var(--step-section-subtitle-line-height);
  font-weight: var(--step-section-subtitle-font-weight);
}

@media screen and (max-width: 580px) {
    .secondary-images-container[b-xns83i29hk] {
        gap: 10px;
    }

    .buttons-container > *[b-xns83i29hk] {
        width: 100%;
    }

    .title[b-xns83i29hk] {
        font-size: 25px;
    }

    .buttons-container[b-xns83i29hk] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-color: aliceblue;
    }
}
/* _content/FilesMall/Components/Pages/App/EditProductPage.razor.rz.scp.css */
*[b-pf0xmzqd0i] {
    display: flex;
}

.main-container[b-pf0xmzqd0i] {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 60px;
    width: 100%;
}


.header-container[b-pf0xmzqd0i] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 20px;
  gap: 25px;
  flex-wrap: wrap;
}
.back-button[b-pf0xmzqd0i] {
  color: #808080;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.back-button:hover[b-pf0xmzqd0i] {
    text-decoration: underline;
}

.status-container[b-pf0xmzqd0i] {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.status[b-pf0xmzqd0i] {
  color: #808080;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
}


.content-container[b-pf0xmzqd0i] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}   
/* _content/FilesMall/Components/Pages/App/ErrorPage.razor.rz.scp.css */

.main-container[b-9tfrrpkn92] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 370px;
}

.main-container img[b-9tfrrpkn92] {
    width: 100px;
}

.main-container h1[b-9tfrrpkn92] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container a[b-9tfrrpkn92] {
    margin-top: 10px;
}
/* _content/FilesMall/Components/Pages/App/HomePage.razor.rz.scp.css */
.home[b-6isess4oci],
.home *[b-6isess4oci] {
  box-sizing: border-box;
}
.home[b-6isess4oci] {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero[b-6isess4oci] {
  background: #000000;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.hero-background[b-6isess4oci] {
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  overflow: hidden;
}
.hero-background-image[b-6isess4oci] {
  width: 1820px;
  position: absolute;
  left: calc(50% + 910.5px);
  bottom: 0px;
  top: 0px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
  height: 100%;
}
.gradient-overlay[b-6isess4oci] {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.95) 42.78846085071564%,
    rgba(0, 0, 0, 0.95) 57.692307233810425%,
    rgba(0, 0, 0, 0.2) 100%
  );
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
}
.hero-title[b-6isess4oci] {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
  max-width: 440px;
}
.hero-title-span[b-6isess4oci] {
  color: #ffffff;
}
.hero-title-span2[b-6isess4oci] {
  color: var(--accent-color, #f1c801);
}
.hero-description[b-6isess4oci] {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 175%;
  font-weight: 400;
  position: relative;
  max-width: 510px;
}
.categories[b-6isess4oci] {
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.categories-title[b-6isess4oci] {
  color: #000000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  width: 256px;
  height: 53px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.categories-container[b-6isess4oci] {
  padding: 13px 0px 13px 0px;
  display: flex;
  flex-direction: row;
  gap: 21px;
  row-gap: 25px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1300px;
  position: relative;
  overflow: hidden;
}

.creator-banner[b-6isess4oci] {
  background: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.creator-banner-text-container[b-6isess4oci] {
  padding: 0px 50px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 400px;
  max-width: 530px;
  position: relative;
  z-index: 1;
}
.devenez-createur[b-6isess4oci] {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.devenez-createur-span[b-6isess4oci] {
  color: #ffffff;
}
.devenez-createur-span2[b-6isess4oci] {
  color: var(--accentcolor, #f1c801);
}
.rejoignez-une-communaute[b-6isess4oci] {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 174.85%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.creator-banner-image[b-6isess4oci] {
  border-radius: 23px;
  flex-shrink: 0;
  width: 418px;
  height: 267px;
  min-width: 380px;
  max-width: 620px;
  min-height: 243.32px;
  max-height: 397px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 418/267;
}
.faq[b-6isess4oci] {
  padding-top: 57px;
  padding-bottom: 57px;
  display: flex;
  flex-direction: column;
  gap: 41px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.faq-questions-container[b-6isess4oci] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 650px;
  position: relative;
}


@media screen and (min-width: 1820px) {
  .hero-background-image[b-6isess4oci] {
    width: 100%;
    left: 0px;
    transform-origin: unset;
  }

}

@media screen and (max-width: 1024px) {
  .gradient-overlay[b-6isess4oci] {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.95) 42.78846085071564%,
      rgba(0, 0, 0, 0.95) 57.692307233810425%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }

  .creator-banner-image[b-6isess4oci] {
      border-radius: 0px;
      width: 100%;
      height: unset;
      min-width: unset;
      max-width: unset;
      min-height: unset;
      max-height: unset;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.25;
  }
}

@media screen and (max-width: 580px) {
  .gradient-overlay[b-6isess4oci] {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.95) 42.78846085071564%,
      rgba(0, 0, 0, 0.95) 57.692307233810425%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }

  .hero-title[b-6isess4oci] {
    font-size: 48px;
  }

  .hero-description[b-6isess4oci] {
    padding: 0 20px;
  }
}

/* _content/FilesMall/Components/Pages/App/PaymentSuccessPage.razor.rz.scp.css */

.main-container[b-2qwr1dgqfm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 370px;
    font-family: 'Inter';
}

.main-container img[b-2qwr1dgqfm] {
    width: 100px;
}

.main-container h1[b-2qwr1dgqfm] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container a[b-2qwr1dgqfm] {
    margin-top: 10px;
}

.message[b-2qwr1dgqfm] {
    text-align: center;
    color: var(--standard-gray-color);
    font-size: 14px;
    font-weight: 500;
}
/* _content/FilesMall/Components/Pages/App/ProductPage.razor.rz.scp.css */
/*
.main-container {
    padding: 30px;
}

.main-container img {
    object-fit: cover;
    width: auto;
    height: 250px;
}
*/

.product[b-933bor2vib],
.product *[b-933bor2vib] {
  box-sizing: border-box;
}
.product[b-933bor2vib] {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  align-items: center;
  width: 100%;
}
.product-breadscrumb-and-content-container[b-933bor2vib] {
  padding-top: 25px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.breadscrumb[b-933bor2vib] {
  color: var(--standard-gray-color, #717171);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.breadscrumb > a[b-933bor2vib] {
  color: var(--standard-gray-color, #717171);
  text-decoration: none;
}

.breadscrumb > a:hover[b-933bor2vib] {
  text-decoration: underline;
}

.disabled-creator-link[b-933bor2vib] {
  color: black;
  user-select: none;
}

.creator-link[b-933bor2vib] {
  color: black;
  text-decoration: underline;
}

.creator-link:hover[b-933bor2vib] {
  opacity: 0.7
}


.warning-message[b-933bor2vib] {
  padding: 10px 15px;
  background-color: rgba(var(--accent-color-rgb), 0.5);
  width: 100%;
}

.admin-options-container[b-933bor2vib] {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: rgba(var(--accent-color-rgb), 1);
  padding: 20px;
  width: 100%;
} 

.admin-options-text-container[b-933bor2vib] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.admin-options-text-container > :first-child[b-933bor2vib] {
  font-size: 18px;
  font-weight: bold;
}

.product-content-container[b-933bor2vib] {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.product-images-container[b-933bor2vib] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.product-main-image[b-933bor2vib], .product-main-video[b-933bor2vib] {
  border-radius: 8px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.product-main-image[b-933bor2vib] {
  aspect-ratio: var(--product-images-aspect-ratio);
}

.product-main-video[b-933bor2vib] {
  aspect-ratio: 1920/1080;
}

.product-main-image:hover[b-933bor2vib] {
  filter: brightness(0.7);
}
.product-secondary-images-container[b-933bor2vib] {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 830 / 178;
}
.product-secondary-image[b-933bor2vib] {
  border-radius: 8px;
  height: 100%;
  position: relative;
  object-fit: cover;
  aspect-ratio: var(--product-images-aspect-ratio);
  cursor: pointer;
  transition: filter 0.3s ease;
  width: 33%;
}

.product-secondary-image:hover[b-933bor2vib] {
  filter: brightness(0.7);
}
.product-details-container[b-933bor2vib] {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 446px;
  position: relative;
}
.product-title[b-933bor2vib] {
  color: #000000;
  text-align: left;
  font-family: var(--producttitle-font-family, "Inter", sans-serif);
  font-size: var(--producttitle-font-size, 28px);
  line-height: var(--producttitle-line-height, 130%);
  font-weight: var(--producttitle-font-weight, 700);
  position: relative;
}
.creator-container[b-933bor2vib] {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.creator-picture[b-933bor2vib] {
  border-radius: 100px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.creator-info[b-933bor2vib] {
  color: #000000;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  position: relative;
}
.creator-info-span[b-933bor2vib] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.creator-info-span2[b-933bor2vib] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.creator-info-span3[b-933bor2vib] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.product-description[b-933bor2vib] {
  color: #000000;
  text-align: left;
  font-family: var(
    --productdescription-font-family,
    "Inter",
    sans-serif
  );
  font-size: var(--productdescription-font-size, 16px);
  line-height: var(--productdescription-line-height, 130%);
  font-weight: var(--productdescription-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.infos-container[b-933bor2vib] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 419px;
  position: relative;
}
.info-item-separator[b-933bor2vib] {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--productinfoseparatorcolor, rgba(0, 0, 0, 0.28));
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.info-item-container[b-933bor2vib] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
}
.info-title[b-933bor2vib] {
  color: #696969;
  text-align: left;
  font-family: var(--productinfotitle-font-family, "Inter", sans-serif);
  font-size: var(--productinfotitle-font-size, 13px);
  line-height: var(--productinfotitle-line-height, 130%);
  font-weight: var(--productinfotitle-font-weight, 500);
  position: relative;
  width: 200px;
}
.info-text[b-933bor2vib] {
  color: #000000;
  text-align: left;
  font-family: var(--productinfotext-font-family, "Inter", sans-serif);
  font-size: var(--productinfotext-font-size, 13px);
  line-height: var(--productinfotext-line-height, 130%);
  font-weight: var(--productinfotext-font-weight, 600);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .product-details-container[b-933bor2vib] {
    width: 380px;
  }
}

@media screen and (max-width: 880px) {
  .product-content-container[b-933bor2vib] {
    flex-direction: column;
  }
}



@media screen and (max-width: 580px) {
  .product-details-container[b-933bor2vib] {
    width: 100%;
  }

  .infos-container[b-933bor2vib] {
    width: 100%;
  }

  .product-images-container[b-933bor2vib] {
    width: 100%;
  }

  .product-secondary-images-container[b-933bor2vib] {
    gap: 5px;
  }
}


/* _content/FilesMall/Components/Pages/App/ProfilePage.razor.rz.scp.css */
.main-container[b-3lntecps4c] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*.infos-container {
  display: flex;
  background-color: black;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 45px;
  align-items: center;
  gap: 25px;
}*/

.profile-info-container[b-3lntecps4c] {
  background: black;
  padding: 50px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.hero-background[b-3lntecps4c] {
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  overflow: hidden;
}
.hero-background-image[b-3lntecps4c] {
  width: 1820px;
  position: absolute;
  left: calc(50% + 910.5px);
  bottom: 0px;
  top: 0px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
  height: 100%;
  opacity: 18%;
}

.profile-info[b-3lntecps4c] {
  padding: 0px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 690px;
  position: relative;
}
.profile-picture-and-text-container[b-3lntecps4c] {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.profile-picture[b-3lntecps4c] {
  border-radius: 116px;
  flex-shrink: 0;
  width: 112px;
  height: 112px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.profile-text-container[b-3lntecps4c] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.profile-name[b-3lntecps4c] {
  color: #ffffff;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 130%;
  font-weight: 700;
  position: relative;
}
.profile-job-title[b-3lntecps4c] {
  color: #f1c801;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  position: relative;
}

.profile-creator-name[b-3lntecps4c] {
  color: #b9b9b9;
  font-size: 13px;
}

.profile-description[b-3lntecps4c] {
  color: #b9b9b9;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}



.products-and-pager-container[b-3lntecps4c] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}

.products-cards-container[b-3lntecps4c] {
  display: flex;
  row-gap: 40px;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 580px) {
  .profile-picture-and-text-container[b-3lntecps4c] {
    flex-direction: column;
  }

  .profile-text-container[b-3lntecps4c] {
    align-items: center;
  }

  .profile-name[b-3lntecps4c] {
    text-align: center;
  }
}
/* _content/FilesMall/Components/Pages/App/SearchPage.razor.rz.scp.css */
.main-container[b-duqogm5m5o] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.search-and-filter-container[b-duqogm5m5o] {
  display: flex;
  background-color: black;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 45px;
  align-items: center;
  gap: 25px;
}

.search-bar-container[b-duqogm5m5o] {
  flex-grow: 1;
}


.products-and-pager-container[b-duqogm5m5o] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}

.products-cards-container[b-duqogm5m5o] {
  display: flex;
  row-gap: 40px;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

[b-duqogm5m5o] .search-drop-down {
  background-color: transparent;
  color: white;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  user-select: none;
  cursor: pointer;
}

[b-duqogm5m5o] .search-drop-down:hover {
  text-decoration: underline;
}

@media screen and (max-width: 580px) {
  .search-and-filter-container[b-duqogm5m5o] {
    flex-direction: column;
    align-items: end;
    padding-bottom: 25px;
  }

  .search-bar-container[b-duqogm5m5o] {
    width: 100%;
  }
}
/* _content/FilesMall/Components/Pages/App/SellProductPage.razor.rz.scp.css */

.main-container[b-tlruax21w9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 370px;
}

.main-container img[b-tlruax21w9] {
    width: 100px;
}

.main-container h1[b-tlruax21w9] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-container a[b-tlruax21w9] {
    margin-top: 10px;
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/CreatorProfileTab.razor.rz.scp.css */
.setting-tab-item[b-1xgbgui9co] {
  display: flex;
  width: 100%;
}

[b-1xgbgui9co] .user-profile-form-container {
  display: flex;
  gap: 93px;
  width: 100%;
}

.form[b-1xgbgui9co] {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 330px;
  position: relative;
  padding: 0 60px;
}
.infos-section[b-1xgbgui9co] {
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.form-entry-component[b-1xgbgui9co] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.title-container[b-1xgbgui9co] {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title[b-1xgbgui9co] {
  color: #4f54a5;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
}
.separator[b-1xgbgui9co] {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--formseparatorcolor, rgba(0, 0, 0, 0.1));
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.bank-account-section[b-1xgbgui9co] {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.info-text[b-1xgbgui9co] {
  color: var(--standard-gray-color, #717171);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.button[b-1xgbgui9co] {
  min-width: 200px;
}

[b-1xgbgui9co] .form-text-area {
    height: 120px;
    resize: vertical;
}

@media screen and (max-width: 1024px) {
  [b-1xgbgui9co] .user-profile-form-container {
    gap: 60px;
  }
}

@media screen and (max-width: 580px) {
  [b-1xgbgui9co] .user-profile-form-container {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }

  .names-entry-container[b-1xgbgui9co] {
    flex-direction: column;
  }

  .form[b-1xgbgui9co] {
    min-width: unset;
    padding: 0;
  }

  .button[b-1xgbgui9co] {
    min-width: unset;
    width: 100%;
  }
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/IncomeDetailsDialog.razor.rz.scp.css */
.dialog-container[b-xkhr8ecmx7] {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 0.75rem;
}

.dialog-row[b-xkhr8ecmx7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label[b-xkhr8ecmx7] {
    color: #333;
}

.value[b-xkhr8ecmx7] {
    font-weight: bold;
    color: #333;
}

.net-amount .label[b-xkhr8ecmx7],
.net-amount .value[b-xkhr8ecmx7] {
    font-weight: bold;
}

.separator[b-xkhr8ecmx7] {
    border-top: 1px solid #ddd;
    margin: 0.5rem 0;
}

.dialog-actions[b-xkhr8ecmx7] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.close-button[b-xkhr8ecmx7] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.close-button:hover[b-xkhr8ecmx7] {
    background-color: #0056b3;
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/SettingsPage.razor.rz.scp.css */
.main-container[b-c1xmlzm69q] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}

.page-title-and-tabs-container[b-c1xmlzm69q] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/UserIncomesTab.razor.rz.scp.css */
.main-container[b-8jvf8jfgw0] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.header-message[b-8jvf8jfgw0] {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    width: 100%;
    text-align: center;
}

.total-gains[b-8jvf8jfgw0] {
  font-size: 18px;
  font-family: 'Inter';
  color: var(--alt-accent-color);
  font-weight: 500;
}

.total-gains span[b-8jvf8jfgw0] {
  color: black;
  font-weight: 400;
}

.products-grid[b-8jvf8jfgw0] {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.products-grid .header[b-8jvf8jfgw0] {
  background: rgba(79, 84, 165, 0.05);
  font-family: 'Inter';
  font-weight: 700;
  font-size: 12px;
  color: #808080;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.products-grid > *[b-8jvf8jfgw0] {
  min-width: 0;
}

.products-grid > *:nth-child(n+6)[b-8jvf8jfgw0] {
  padding: 10px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info[b-8jvf8jfgw0] {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start !important;
}

.product-info img[b-8jvf8jfgw0] {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.product-title[b-8jvf8jfgw0] {
    font-weight: 600;
}

.price[b-8jvf8jfgw0], .name[b-8jvf8jfgw0], .date[b-8jvf8jfgw0], .actions[b-8jvf8jfgw0] {
  text-align: center;
}

.disabled-name[b-8jvf8jfgw0] {
  text-align: center;
  opacity: 0.5;
  user-select: none;
}

.price[b-8jvf8jfgw0] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  gap: 5px;
}

.invoice-button[b-8jvf8jfgw0] {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  color: #9B9B9B;
  cursor: pointer;
  line-break: anywhere;
}

.invoice-button:hover[b-8jvf8jfgw0] {
  opacity: 0.7;
}

.actions[b-8jvf8jfgw0] {
    gap: 12px;
}

.product-status-bubble[b-8jvf8jfgw0] {
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.actions img:hover[b-8jvf8jfgw0] {
  opacity: 0.7;
}

.download-button[b-8jvf8jfgw0] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: var(--alt-accent-color);
    cursor: pointer;
    line-break: anywhere;
}

.download-button:hover[b-8jvf8jfgw0] {
    opacity: 0.7;
}

.products-grid a[b-8jvf8jfgw0] {
  color: black;
}

@media screen and (max-width: 580px) {
    .hide-on-mobile[b-8jvf8jfgw0] {
        display: none !important;
    }

    .products-grid[b-8jvf8jfgw0] {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        overflow: hidden;
    }

    .product-info[b-8jvf8jfgw0] {
        gap: 7px;
    }

    .actions[b-8jvf8jfgw0] {
        flex-direction: column;
    }

    .product-info img[b-8jvf8jfgw0] {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/UserProductsTab.razor.rz.scp.css */
.main-container[b-4mgj74zq27] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.header-container[b-4mgj74zq27] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header-message[b-4mgj74zq27] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
}


.products-grid[b-4mgj74zq27] {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.products-grid .header[b-4mgj74zq27] {
  background: rgba(79, 84, 165, 0.05);
  font-family: 'Inter';
  font-weight: 700;
  font-size: 12px;
  color: #808080;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.products-grid > *:nth-child(n+6)[b-4mgj74zq27] {
  padding: 10px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info[b-4mgj74zq27] {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start !important;
}

.product-info img[b-4mgj74zq27] {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.product-title[b-4mgj74zq27] {
    font-weight: 600;
    cursor: pointer;
}

.product-title:hover[b-4mgj74zq27] {
  text-decoration:underline;
}

.product-title-disabled[b-4mgj74zq27] {
    font-weight: 600;
}

.price[b-4mgj74zq27], .sales[b-4mgj74zq27], .status[b-4mgj74zq27], .actions[b-4mgj74zq27] {
  text-align: center;
}

.actions[b-4mgj74zq27] {
    gap: 12px;
    justify-content: end !important;
}

.product-status-bubble[b-4mgj74zq27] {
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.actions img:hover[b-4mgj74zq27] {
  opacity: 0.7;
}

.edit-button[b-4mgj74zq27] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: var(--alt-accent-color);
    cursor: pointer;
}

.edit-button:hover[b-4mgj74zq27] {
    opacity: 0.7;
}

.product-status-mobile-bubble[b-4mgj74zq27] {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-radius: 50%;
    display: none;
}

.action-icons[b-4mgj74zq27] {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 580px) {
    .hide-on-mobile[b-4mgj74zq27] {
        display: none !important;
    }

    .products-grid[b-4mgj74zq27] {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        overflow: hidden;
    }

    .product-info[b-4mgj74zq27] {
        gap: 7px;
    }

    .product-status-mobile-bubble[b-4mgj74zq27] {
        display: flex;
    }

    .actions[b-4mgj74zq27] {
        flex-direction: column;
    }

    .product-info img[b-4mgj74zq27] {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }

    .edit-button[b-4mgj74zq27] {
      line-break: anywhere;
  }

    .products-grid > *[b-4mgj74zq27] {
    min-width: 0;
  }
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/UserProfileTab.razor.rz.scp.css */
.setting-tab-item[b-eicb4w9k9c] {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}

[b-eicb4w9k9c] .user-profile-form-container {
  display: flex;
  gap: 93px;
  width: 100%;
}

.profile[b-eicb4w9k9c] {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  max-width: 160px;
}
.profile-name[b-eicb4w9k9c] {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  line-break: anywhere;
}

.form[b-eicb4w9k9c] {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 330px;
  position: relative;
}
.name-email-section[b-eicb4w9k9c] {
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.names-entry-container[b-eicb4w9k9c] {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.form-entry-component[b-eicb4w9k9c] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.title-container[b-eicb4w9k9c] {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title[b-eicb4w9k9c] {
  color: #4f54a5;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
}
.entry-container[b-eicb4w9k9c] {
  background: rgba(79, 84, 165, 0.05);
  border-radius: 10px;
  padding: 14px 13px 14px 13px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 53px;
  position: relative;
}
.placeholder[b-eicb4w9k9c] {
  color: #6f6f6f;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
}
.email-entry-and-verify[b-eicb4w9k9c] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 74px;
  position: relative;
}
.verify-email-button[b-eicb4w9k9c], .confimed-email-message[b-eicb4w9k9c] {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: none;
  white-space: nowrap;
}

.verify-email-button[b-eicb4w9k9c] {
  color: #ff0000;
  cursor: pointer;
}

.confimed-email-message[b-eicb4w9k9c] {
  color: var(--standard-gray-color);
}

.verify-email-button:hover[b-eicb4w9k9c] {
  text-decoration: underline;
}

.separator[b-eicb4w9k9c] {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--formseparatorcolor, rgba(0, 0, 0, 0.1));
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.update-password-section[b-eicb4w9k9c] {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.info-text[b-eicb4w9k9c] {
  color: var(--standard-gray-color, #717171);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.delete-account-section[b-eicb4w9k9c] {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.button[b-eicb4w9k9c] {
  min-width: 200px;
}

@media screen and (max-width: 1024px) {
  [b-eicb4w9k9c] .user-profile-form-container {
    gap: 60px;
  }
}

@media screen and (max-width: 580px) {
  [b-eicb4w9k9c] .user-profile-form-container {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }

  .names-entry-container[b-eicb4w9k9c] {
    flex-direction: column;
  }

  .form[b-eicb4w9k9c] {
    min-width: unset;
  }

  .button[b-eicb4w9k9c] {
    min-width: unset;
    width: 100%;
  }
}
/* _content/FilesMall/Components/Pages/App/SettingsPages/UserPurchasesTab.razor.rz.scp.css */
.main-container[b-koye4579ub] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.header-message[b-koye4579ub] {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    width: 100%;
    text-align: center;
}


.products-grid[b-koye4579ub] {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.products-grid .header[b-koye4579ub] {
  background: rgba(79, 84, 165, 0.05);
  font-family: 'Inter';
  font-weight: 700;
  font-size: 12px;
  color: #808080;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.products-grid > *[b-koye4579ub] {
  min-width: 0;
}

.products-grid > *:nth-child(n+6)[b-koye4579ub] {
  padding: 10px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info[b-koye4579ub] {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start !important;
}

.product-info img[b-koye4579ub] {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.product-title[b-koye4579ub] {
    font-weight: 600;
}

.price[b-koye4579ub], .name[b-koye4579ub], .date[b-koye4579ub], .actions[b-koye4579ub] {
  text-align: center;
}

.disabled-name[b-koye4579ub] {
  text-align: center;
  opacity: 0.5;
  user-select: none;
}

.price[b-koye4579ub] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  gap: 5px;
}

.invoice-button[b-koye4579ub] {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  color: #9B9B9B;
  cursor: pointer;
  line-break: anywhere;
}

.invoice-button:hover[b-koye4579ub] {
  opacity: 0.7;
}

.actions[b-koye4579ub] {
    gap: 12px;
}

.product-status-bubble[b-koye4579ub] {
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.actions img:hover[b-koye4579ub] {
  opacity: 0.7;
}

.download-button[b-koye4579ub] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: var(--alt-accent-color);
    cursor: pointer;
    line-break: anywhere;
}

.download-button:hover[b-koye4579ub] {
    opacity: 0.7;
}

.products-grid a[b-koye4579ub] {
  color: black;
}

@media screen and (max-width: 580px) {
    .hide-on-mobile[b-koye4579ub] {
        display: none !important;
    }

    .products-grid[b-koye4579ub] {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        overflow: hidden;
    }

    .product-info[b-koye4579ub] {
        gap: 7px;
    }

    .actions[b-koye4579ub] {
        flex-direction: column;
    }

    .product-info img[b-koye4579ub] {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }
}
/* _content/FilesMall/Components/Pages/App/TermsPage.razor.rz.scp.css */
.main-container[b-qlsw5zoio0] {
  padding: 20px 30px 60px 30px;
}
/* _content/FilesMall/Components/Pages/App/__TemplatePage.razor.rz.scp.css */
*[b-21tbexenk4] {
    display: flex;
}

.main-container[b-21tbexenk4] {
    flex-direction: column;
    padding: 30px;
}
/* _content/FilesMall/Components/Pages/Tests/PlaceTestPage.razor.rz.scp.css */
[b-ani6qa5kef] .autocomplete {
    width: 400px;
}
