:root {
  --gray-900: #030712;
  --gray-400: #9CA3AF;
  --gray-500: #71717A;
  --gray-300: #D1D5DB;
  --gray-200: #E4E4E7;
  --gray-100: #F4F4F5;
  --gray-50: #F9FAFB;
  --brand-50: #ECFDF5;
  --brand-500: #10B981;
}

/* Padding */
.p-4 {
  padding: 4px;
}

.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

/* Margin */
.m-4 {
  margin: 4px;
}

.mv-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mh-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

/* Padding */
.p-8 {
  padding: 8px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

/* Margin */
.m-8 {
  margin: 8px;
}

.mv-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mh-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

/* Padding */
.p-12 {
  padding: 12px;
}

.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

/* Margin */
.m-12 {
  margin: 12px;
}

.mv-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mh-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

/* Padding */
.p-16 {
  padding: 16px;
}

.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

/* Margin */
.m-16 {
  margin: 16px;
}

.mv-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mh-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

/* Padding */
.p-20 {
  padding: 20px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

/* Margin */
.m-20 {
  margin: 20px;
}

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* Padding */
.p-24 {
  padding: 24px;
}

.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

/* Margin */
.m-24 {
  margin: 24px;
}

.mv-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mh-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

/* Padding */
.p-28 {
  padding: 28px;
}

.pv-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.ph-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

/* Margin */
.m-28 {
  margin: 28px;
}

.mv-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mh-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

/* Padding */
.p-32 {
  padding: 32px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

/* Margin */
.m-32 {
  margin: 32px;
}

.mv-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mh-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

/* Padding */
.p-36 {
  padding: 36px;
}

.pv-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.ph-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

/* Margin */
.m-36 {
  margin: 36px;
}

.mv-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mh-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

/* Padding */
.p-40 {
  padding: 40px;
}

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* Margin */
.m-40 {
  margin: 40px;
}

.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}

/* Font Weight */
.fw-200 {
  font-weight: 200;
}

/* Font Weight */
.fw-300 {
  font-weight: 300;
}

/* Font Weight */
.fw-400 {
  font-weight: 400;
}

/* Font Weight */
.fw-500 {
  font-weight: 500;
}

/* Font Weight */
.fw-600 {
  font-weight: 600;
}

/* Font Weight */
.fw-700 {
  font-weight: 700;
}

/* Font Weight */
.fw-800 {
  font-weight: 800;
}

/* Font Weight */
.fw-900 {
  font-weight: 900;
}

/* Radius */
.radius-1 {
  border-radius: 1px;
}

/* Width & Height */
.w-12 {
  width: 12px;
}

.h-12 {
  width: 12px;
}

/* Radius */
.radius-2 {
  border-radius: 2px;
}

/* Width & Height */
.w-24 {
  width: 24px;
}

.h-24 {
  width: 24px;
}

/* Radius */
.radius-3 {
  border-radius: 3px;
}

/* Width & Height */
.w-36 {
  width: 36px;
}

.h-36 {
  width: 36px;
}

/* Radius */
.radius-4 {
  border-radius: 4px;
}

/* Width & Height */
.w-48 {
  width: 48px;
}

.h-48 {
  width: 48px;
}

/* Radius */
.radius-5 {
  border-radius: 5px;
}

/* Width & Height */
.w-60 {
  width: 60px;
}

.h-60 {
  width: 60px;
}

/* Radius */
.radius-6 {
  border-radius: 6px;
}

/* Width & Height */
.w-72 {
  width: 72px;
}

.h-72 {
  width: 72px;
}

/* Radius */
.radius-7 {
  border-radius: 7px;
}

/* Width & Height */
.w-84 {
  width: 84px;
}

.h-84 {
  width: 84px;
}

/* Radius */
.radius-8 {
  border-radius: 8px;
}

/* Width & Height */
.w-96 {
  width: 96px;
}

.h-96 {
  width: 96px;
}

/* Radius */
.radius-9 {
  border-radius: 9px;
}

/* Width & Height */
.w-108 {
  width: 108px;
}

.h-108 {
  width: 108px;
}

/* Radius */
.radius-10 {
  border-radius: 10px;
}

/* Width & Height */
.w-120 {
  width: 120px;
}

.h-120 {
  width: 120px;
}

/* Radius */
.radius-11 {
  border-radius: 11px;
}

/* Width & Height */
.w-132 {
  width: 132px;
}

.h-132 {
  width: 132px;
}

/* Radius */
.radius-12 {
  border-radius: 12px;
}

/* Width & Height */
.w-144 {
  width: 144px;
}

.h-144 {
  width: 144px;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.inline-block {
  display: inline-block;
}

.lh-24 {
  line-height: 24px;
}

.align-center {
  align-items: center;
}

.text-right {
  text-align: right;
}

.icon-success {
  color: #059669;
}

.pod {
  line-height: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--Zinc-100, #F4F4F5);
  display: inline-block;
  padding: 0px 8px;
  font-size: 13px;
  vertical-align: top;
}
.pod span {
  font-size: 11px;
  margin-right: 3px;
}
.pod.pod-primary {
  border: 1px solid var(--Zinc-200, #E4E4E7);
  background: var(--White, #FFF);
}

.portrait {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: var(--Zinc-200, #E4E4E7);
}
.portrait.portrait-xlarge {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

@font-face {
  font-family: "Matter";
  src: url("/static/assets/fonts/matter/MatterTRIAL-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("/static/assets/fonts/matter/MatterTRIAL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("/static/assets/fonts/matter/MatterTRIAL-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("/static/assets/fonts/matter/MatterTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Matter", "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: 100%;
  -ms-font-smoothing: 100%;
  font-smoothing: 100%;
  font-weight: normal;
}

.no-decoration {
  text-decoration: none;
}

.clickable {
  cursor: pointer !important;
}
.clickable:hover {
  cursor: pointer !important;
}
.clickable td {
  cursor: pointer !important;
}
.clickable td:hover {
  cursor: pointer !important;
}

.nav.nav-tabs .nav-item .nav-link {
  border: none;
  font-weight: 500;
  color: var(--gray-500);
}
.nav.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid var(--gray-900);
  color: var(--gray-900);
}

a {
  color: var(--Grey-950, #030712);
}
a:hover {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}

.layout_login {
  width: 464px;
  margin: 0px auto;
  border-radius: 12px;
  border: 1px solid #E4E4E7;
  padding: 32px;
  padding-top: 100px;
  padding-bottom: 64px;
  margin-top: 160px;
}
.layout_login .title {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}
.layout_login p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 56px;
}

.layout_list .header {
  padding-top: 24px;
  padding-bottom: 24px;
}
.layout_list .header .title {
  color: #18181B;
  font-size: 18px;
  font-family: Inter;
  font-weight: 500;
  line-height: 24px;
}
.modal-backdrop {
  transition: backdrop-filter 0.1s;
  backdrop-filter: blur(0px);
}
.modal-backdrop.fade {
  background: rgba(9, 9, 11, 0.35);
  opacity: 1;
}

.tabs .tab_keys {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tabs .tab_keys ul {
  margin: 0px;
  padding: 0px;
}
.tabs .tab_keys ul li {
  display: inline-block;
  opacity: 0.4;
  margin: 0px;
  padding: 0px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.tabs .tab_keys ul li.active {
  opacity: 1;
  background-color: #ececec;
}
.tabs .tab_values .tab_value {
  display: none;
}
.tabs .tab_values .tab_value.active {
  display: block;
}

.notebook_product .media {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: var(--Zinc-100, #F4F4F5);
  border-radius: 16px;
}
.notebook_product .media .action {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 16px;
  text-align: center;
}
.notebook_product .media .action a {
  line-height: 32px;
  color: black;
  text-decoration: none;
}
.notebook_product .media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 340px;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.search_product .input {
  padding: 26px;
}
.search_product .results {
  border-top: solid 1px #E4E4E7;
  padding: 26px;
}
.search_product .results .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  justify-content: space-between;
}
.search_product .results .item .media {
  margin-right: 12px;
  border-radius: 6px;
  /*border: 1px solid #E4E4E7;*/
  overflow: hidden;
  width: 72px;
  margin-right: 18px;
}
.search_product .results .item .media img {
  width: 72px;
}
.search_product .results .item .content {
  flex: 1;
}
.search_product .results .item .content .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.search_product .results .item .content .tags {
  height: 16px;
}
.search_product .results .item .content .tags .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background: #F4F4F5;
  margin-right: 6px;
}
.search_product .results .item .form {
  width: 170px;
}
.search_product .results .item .form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search_product .results .item .form form input {
  width: 80px;
  text-align: right;
}

.box_empty {
  border-radius: 6px;
  background-color: #f6f8fa;
  border: 1px dashed #ececec;
  padding: 12px 24px;
  text-align: center;
  margin-bottom: 12px;
}

.box {
  border-radius: 6px;
  border: 1px dashed #ececec;
  padding: 12px 24px;
  margin-bottom: 12px;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.layout_header {
  position: relative;
  z-index: 99;
  height: 60px;
  padding-left: 144px;
  padding-right: 144px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.layout_header .search {
  padding-top: 6px;
  width: 540px;
}
.layout_header .search input {
  width: 100%;
  border-radius: 12px;
  height: 40px;
  padding-left: 12px;
  font-size: 14px;
  background: #F4F4F5;
  border: none;
  outline: none;
}
.layout_header .search input::placeholder {
  color: #A1A1AA;
}
.layout_header .search input:focus {
  outline: none;
  box-shadow: none;
}
.layout_header .search .results {
  display: none;
  background-color: white;
  border: 1px solid #E4E4E7;
  padding: 12px 8px;
  border-radius: 12px;
  margin-top: 4px;
}
.layout_header .search .results.active {
  display: block;
}
.layout_header .search .results .items .title {
  color: #18181B;
  font-size: 14px;
  font-family: Inter;
  line-height: 24px;
  padding-left: 8px;
  margin-bottom: 4px;
}
.layout_header .search .results .item a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  padding: 8px;
  justify-content: flex-start;
}
.layout_header .search .results .item a em {
  font-weight: 500;
  font-style: normal;
  color: var(--gray-900);
  background-color: var(--gray-50);
  border-radius: 6px;
}
.layout_header .search .results .item a:hover {
  background: #F4F4F5;
}
.layout_header .search .results .item .name {
  color: #18181B;
  font-size: 14px;
  line-height: 24px;
}
.layout_header .search .results .item.item-user .media {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background-color: #E4E4E7;
  border-radius: 6px;
  margin-right: 9px;
}
.layout_header .search .results .item.item-user .account {
  color: #6B7280;
  font-size: 12px;
  font-family: Inter;
  line-height: 20px;
}
.layout_header .search .results .item.item-project .status {
  color: #6B7280;
  font-size: 12px;
  font-family: Inter;
  line-height: 20px;
}
.layout_header .search .results .item.item-account .media {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background-color: #E4E4E7;
  border-radius: 6px;
  margin-right: 9px;
}
.layout_header .search .results .item.item-account .description {
  color: #6B7280;
  font-size: 12px;
  font-family: Inter;
  line-height: 20px;
}
.layout_header .account {
  padding-top: 6px;
}

.layout_nav {
  width: 240px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid var(--gray-100);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
}
.layout_nav .layout_brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 24px;
}
.layout_nav .layout_brand a {
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-900);
  text-decoration: none;
}
.layout_nav .layout_brand .layout_brand_tag {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-500);
}
.layout_nav nav {
  flex: 1;
  overflow-y: auto;
}
.layout_nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout_nav nav li {
  margin-bottom: 4px;
}
.layout_nav nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--gray-600);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: background 0.15s, color 0.15s;
}
.layout_nav nav li a:hover {
  background: var(--gray-50);
  color: var(--gray-900);
}
.layout_nav nav li a .hgi-stroke {
  font-size: 18px;
  flex-shrink: 0;
}
.layout_nav nav li.active a {
  background: var(--brand-50);
  color: var(--brand-500);
  font-weight: 500;
}
.layout_nav nav li .dropdown button {
  background: none;
  border: none;
  outline: none;
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 500;
}

.switcher {
  display: inline-block;
}
.switcher .switch {
  display: none;
}
.switcher .switch.active {
  display: inline-block;
}

.layout_main {
  flex: 1;
  min-width: 0;
  padding: 32px 40px;
  overflow-x: hidden;
}

.text-right {
  text-align: right;
}

.btn {
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #D4D4D8;
  color: #52525B;
}
.btn:hover, .btn:focus {
  background-color: white;
  border: 1px solid #D4D4D8;
  color: #52525B;
  outline: none;
}
.btn.btn-small {
  height: 36px;
  line-height: 36px;
  padding: 0px 12px;
}
.btn.btn-small i {
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 14px;
}
.btn.btn-default {
  border: 1px solid var(--gray-900);
  background-color: var(--gray-900);
  color: white;
}
.btn.btn-hide {
  display: none;
}
.btn.btn-stretch {
  width: 100%;
}
.btn.btn-disabled {
  background-color: #F4F4F5;
  border: 1px solid #E4E4E7;
  color: #A1A1AA;
}

.box {
  border-radius: 6px;
  border: 1px solid #ececec;
}
.box .box_head {
  padding: 8px 16px;
}
.box .box_head .title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.box .box_body {
  padding: 16px;
}
.box .box_body .data ul {
  margin: 0px;
  padding: 0px;
}
.box .box_body .data ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.box .box_body .data ul li .label {
  font-size: 14px;
  font-weight: 500;
}
.box .box_body .data ul li .value {
  font-size: 14px;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.layout_list {
  margin-left: -12px;
  margin-right: -12px;
}
.layout_list .soon {
  margin: 0px auto;
  padding: 240px;
  text-align: center;
}
.layout_list .soon .soon_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.layout_list .header {
  padding: 32px;
}
.layout_list .header .title {
  font-size: 20px;
  font-weight: 600;
}
.layout_list .table {
  font-size: 14px;
  border-spacing: 0;
  border-collapse: separate;
}
.layout_list .table tbody tr td:first-child {
  padding-left: 32px;
}
.layout_list .table tbody tr:last-child {
  box-shadow: none;
  border-bottom: none;
}
.layout_list .table tbody tr:last-child td {
  border-bottom: none;
}
.layout_list .table tr th {
  color: #A1A1AA;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
}
.layout_list .table tr th span {
  position: relative;
  font-size: 20px;
  top: 4px;
  left: 0px;
  margin-right: 6px;
}
.layout_list .table tr td {
  padding-left: 24px;
  padding-right: 24px;
}
.layout_list .table tr td .tag {
  border-radius: 6px;
  background: #F4F4F5;
  display: inline-block;
  padding: 0px 8px;
}
.layout_list .table tr td .dropdown {
  text-align: right;
}
.layout_list .table tr td .dropdown button {
  background: none;
  border: none;
  color: #A1A1AA;
  line-height: 0px;
  font-size: 18px;
  position: relative;
  top: -2px;
}
.layout_list .table tr td .dropdown button::after {
  display: none;
}

.layout_view {
  position: relative;
  padding-right: 382px;
}
.layout_view.no-sidebar {
  padding-right: 0px;
}
.layout_view.short-sidebar {
  padding-right: 180px;
}
.layout_view .header {
  padding-top: 32px;
  padding-bottom: 32px;
}
.layout_view .header .scoping {
  color: var(--Zinc-500, #71717A);
  font-size: 14px;
  margin-bottom: 6px;
}
.layout_view .header .scoping b, .layout_view .header .scoping span {
  color: var(--Zinc-950, #09090B);
  font-weight: 500;
}
.layout_view .header .scoping span {
  position: relative;
  font-size: 18px;
  margin-right: 6px;
  top: 3px;
}
.layout_view .header .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
.layout_view .header .last_update {
  color: #A1A1AA;
  font-size: 14px;
  line-height: 24px;
}
.layout_view .header .last_update span {
  color: #6B7280;
}
.layout_view .header .actions.actions-right {
  padding-bottom: 12px;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.layout_view .header .actions .dropdown {
  display: inline-block;
}
.layout_view .header .actions .dropdown button {
  text-align: center;
}
.layout_view .header .actions .dropdown button i {
  margin: 0px;
}
.layout_view .header .actions .dropdown button::after {
  display: none;
}
.layout_view .main {
  padding-left: 20px;
  padding-right: 20px;
}
.layout_view .sidebar {
  width: 382px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  border-left: 1px solid var(--Zinc-200, #E4E4E7);
  padding-top: 32px;
  overflow-y: scroll;
}
.layout_view .sidebar .data_set {
  padding: 24px;
}
.layout_view .sidebar .data_single {
  padding: 24px;
}
.layout_view .sidebar .separator {
  height: 1px;
  background-color: #E4E4E7;
  margin-top: 16px;
  margin-bottom: 16px;
}
.layout_view .table {
  margin-top: 16px;
  font-size: 14px;
  border-spacing: 0;
  border-collapse: separate;
}
.layout_view .table tbody tr:last-child {
  box-shadow: none;
  border-bottom: none;
}
.layout_view .table tbody tr:last-child td {
  border-bottom: none;
}
.layout_view .table tr th {
  color: #A1A1AA;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
}
.layout_view .table tr td {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.layout_view .table tr td .tag {
  border-radius: 6px;
  background: #F4F4F5;
  display: inline-block;
  padding: 0px 8px;
}
.layout_view .table tr td:last-child {
  text-align: right;
}
.layout_view .table tr td .dropdown {
  background: none;
}
.layout_view .table tr td .dropdown button {
  background: none;
  border: none;
  color: #A1A1AA;
  font-size: 18px;
}
.layout_view .table tr td .dropdown button::after {
  display: none;
}

.data_identity {
  padding: 24px;
  padding-top: 0px;
}
.data_identity a.empty {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px dashed #E4E4E7;
  border-radius: 8px;
  line-height: 48px;
  font-size: 14px;
  text-decoration: none;
}
.data_identity .media {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #F4F4F5;
  margin-bottom: 16px;
}
.data_identity .name {
  text-decoration: none;
  font-weight: 500;
}
.data_identity .tag {
  font-size: 13px;
  font-weight: 400;
}

.data_set {
  background: #FFF;
  margin-bottom: 16px;
}
.data_set .title {
  color: var(--Grey-950, #030712);
  font-family: Matter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 26px;
}
.data_set .separator {
  height: 1px;
  background-color: #E4E4E7;
  margin-top: 16px;
  margin-bottom: 16px;
}
.data_set .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.data_set .line.line-row {
  flex-direction: column;
}
.data_set .line.line-row .value {
  justify-content: flex-start;
}
.data_set .line .label {
  color: #71717a;
  font-size: 14px;
  line-height: 24px;
}
.data_set .line .value {
  color: #18181B;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.data_set .line .value i {
  font-size: 18px;
}
.data_set .line .value i.success {
  color: #22C55E;
}
.data_set .line .value i.danger {
  color: #DC2626;
}
.data_set .line .value .profil {
  margin-right: 4px;
}
.data_set .line.product {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.data_set .line.product .media {
  background-color: #F4F4F5;
  border-radius: 8px;
  width: 100px;
  height: 100px;
}
.data_set .line.product .media img {
  mix-blend-mode: multiply;
  width: 100px;
  height: 100px;
}
.dialog_new {
  margin-left: -32px;
  margin-right: -32px;
}
.dialog_new .dialog_new_inner {
  border-top: 1px solid var(--Zinc-200, #E4E4E7);
  padding: 32px;
}
.dialog_new .dialog_new_inner .dialog_new_content textarea {
  resize: none;
  height: 140px;
  width: 100%;
  max-width: 100%;
  border: none;
}
.dialog_new .dialog_new_inner .dialog_new_content textarea:focus {
  outline: none;
}
.dialog_new .dialog_new_inner .dialog_new_content textarea::placeholder {
  color: var(--Zinc-500, #71717A);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 0.3px;
}
.dialog_new .dialog_new_inner button {
  background: #09090B;
  border: none;
  color: white;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  color: var(--White, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  padding-left: 12px;
  padding-right: 12px;
}

.dialog {
  margin-left: -32px;
  margin-right: -32px;
}
.dialog .dialog_message {
  border-top: 1px solid var(--Zinc-200, #E4E4E7);
  border-bottom: 1px solid var(--Zinc-200, #E4E4E7);
  padding: 32px;
}
.dialog .dialog_message + .dialog_message {
  border-top: none;
}
.dialog .dialog_message .dialog_message_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.dialog .dialog_message .dialog_message_header .dialog_message_header_media {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #F4F4F5;
  margin-right: 12px;
}
.dialog .dialog_message .dialog_message_header .dialog_message_header_media img {
  width: 100%;
  border-radius: 12px;
}
.dialog .dialog_message .dialog_message_header .dialog_message_header_content .dialog_message_header_content_title {
  color: var(--Zinc-950, #09090B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.dialog .dialog_message .dialog_message_header .dialog_message_header_content .dialog_message_header_content_subtitle {
  color: var(--Zinc-500, #71717A);
  font-family: Matter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.dialog .dialog_message .dialog_message_body {
  color: var(--Zinc-950, #09090B);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 0.3px;
}
.data_single {
  margin-bottom: 16px;
  background: #FFF;
  padding: 16px;
}
.data_single .label {
  color: #71717a;
  font-size: 14px;
  margin-bottom: 8px;
}
.data_single .value {
  color: #18181B;
  font-size: 14px;
}

.data_list {
  margin-bottom: 40px;
}
.data_list .data_list_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
.data_list .table {
  margin-bottom: 0px;
}

.status {
  border-radius: 6px;
  background: #F4F4F5;
  display: inline-block;
  padding: 0px 8px;
  line-height: 24px;
  font-size: 14px;
}
.status.briefing, .status.selection, .status.quote, .status.invoicing {
  background-color: #F4F4F5;
  color: #18181B;
}
.status.delivery, .status.production, .status.support {
  background-color: #F5F3FF;
  color: #6D28D9;
}
.status.bat {
  background-color: #FFF7ED;
  color: #C2410C;
}
.status.sav {
  background-color: #FEF2F2;
  color: #B91C1C;
}
.status.done, .status.owner {
  background-color: #ECFDF5;
  color: #022C22;
}
.status.expired {
  background-color: #FEF2F2;
  color: #B91C1C;
}
.status.valid {
  background-color: #ECFDF5;
  color: #022C22;
}

.profil {
  background-color: #F4F4F5;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.profil.left {
  margin-right: 8px;
}
.profil img {
  width: 100%;
}
.profil.medium {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.profil.large {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.profil.rounded {
  border-radius: 12px !important;
}

.tag {
  border-radius: 6px;
  background: #F4F4F5;
  display: inline-block;
  padding: 0px 8px;
}

#addProductModal .modal-dialog {
  max-width: 708px;
}
#addProductModal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.modal .modal-title {
  font-size: 16px !important;
  font-weight: 500;
}
.modal .modal-content {
  border-radius: 16px;
  border: none;
}
.modal .modal-content .modal-header {
  padding-left: 24px;
  padding-right: 24px;
  border: none;
  padding-top: 32px;
}
.modal .modal-content .modal-body {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.form-group {
  color: var(--gray-900);
  font-size: 14px;
  margin-bottom: 16px;
}
.form-group label {
  line-height: 16px;
  margin-bottom: 8px;
}

.dropdown-menu {
  background-color: white;
  border: 1px solid #E4E4E7;
  padding: 12px 8px;
  border-radius: 12px;
  margin-top: 4px;
}
.dropdown-menu a {
  font-size: 14px;
  border-radius: 8px;
}
.dropdown-menu a:hover {
  background-color: #F4F4F5;
}

.form-control {
  border-radius: 10px;
  background: white;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--gray-200);
}
.form-control:active {
  border: 2px solid var(--gray-900);
  outline: none;
}
.form-control:focus {
  border: 1px solid var(--gray-900);
  box-shadow: none;
  outline: none;
}
.form-control::placeholder {
  font-size: 12px;
}

input:read-only {
  border: 1px solid var(--Zinc-200, #E4E4E7);
  background: var(--Zinc-100, #F4F4F5);
}
input:read-only:focus {
  border: 1px solid var(--Zinc-200, #E4E4E7);
  background: var(--Zinc-100, #F4F4F5);
}

textarea.form-control {
  line-height: normal;
  height: auto;
  min-height: 120px;
}

select.form-control {
  line-height: normal;
}

input[type=file].form-control {
  line-height: 28px;
}

.pagination {
  margin-top: 60px;
  text-align: center;
}
.pagination ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.pagination ul li {
  border-radius: 4px;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  background: #F4F4F5;
  color: #09090B;
  width: 20px;
  height: 20px;
  font-weight: 500;
  line-height: 20px;
}
.pagination ul li.current {
  background-color: var(--gray-900);
  color: white;
}
.pagination ul li.next, .pagination ul li.prev {
  padding-left: 6px;
  padding-right: 6px;
  width: auto;
}
.pagination ul li a {
  color: #09090B;
  text-decoration: none;
}

.modal_project_product_quote .modal-dialog {
  max-width: 532px;
}
.modal_project_product_quote .modal-header h1 {
  font-size: 20px !important;
}
.modal_project_product_quote .modal-body {
  padding: 32px !important;
}
.modal_project_product_quote .product {
  display: flex;
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.modal_project_product_quote .product .media {
  width: 104px;
  height: 104px;
  min-width: 104px;
  background-color: var(--gray-50);
  border-radius: 8px;
  margin-right: 24px;
}
.modal_project_product_quote .product .media img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  mix-blend-mode: multiply;
}
.modal_project_product_quote .product .content .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}
.modal_project_product_quote .product .content .reference {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-500);
}
.modal_project_product_quote .product .content .price {
  font-size: 14px;
  font-weight: 400;
}

.project_products {
  margin-left: -32px;
  margin-right: -32px;
}
.project_products .item {
  display: flex;
  padding: 32px;
  border-bottom: 1px solid var(--gray-200);
}
.project_products .item .media {
  width: 104px;
  height: 104px;
  background-color: var(--gray-50);
  border-radius: 8px;
  margin-right: 24px;
}
.project_products .item .media img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  mix-blend-mode: multiply;
}
.project_products .item .content {
  flex: 1;
}
.project_products .item .content .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.project_products .item .content .head .head_main .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}
.project_products .item .content .head .head_main .reference {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-500);
}
.project_products .item .content .head .head_main .price {
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
}
.project_products .item .content .head .head_main .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.project_products .item .content .head .head_main .content .action {
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  margin-right: 6px;
}
.project_products .item .content .head .head_side {
  text-align: right;
}
.project_products .item .content .head .head_side .amount {
  font-size: 14px;
}
.project_products .item .content .head .head_side .amount span {
  display: block;
  color: var(--gray-500);
}

.layout_list .header .title .count {
  display: inline-block;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: 2px;
}
.layout_list .table tbody tr.clickable:hover td {
  background: var(--gray-50);
}
.layout_list .table tbody td.muted {
  color: var(--gray-500);
}

.search_inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #fff;
  min-width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
}
.search_inline span {
  color: var(--gray-400);
  font-size: 16px;
}
.search_inline input {
  border: none;
  outline: none;
  flex: 1;
  height: 100%;
  font-size: 14px;
  background: transparent;
  padding: 0;
}
.search_inline:focus-within {
  border-color: var(--brand-500);
}

.layout_list .header .action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  width: 100%;
}
.layout_list .header .action .btn {
  vertical-align: middle;
}

.profil.initials {
  background: var(--brand-50);
  color: var(--brand-500);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}
.profil.initials.medium {
  line-height: 32px;
  font-size: 13px;
}
.profil.initials.large {
  line-height: 40px;
  font-size: 15px;
}

.status .hgi-stroke {
  font-size: 12px;
  margin-right: 2px;
  vertical-align: -1px;
}

.empty_state {
  text-align: center;
  padding: 80px 24px;
}
.empty_state .icon {
  font-size: 36px;
  color: var(--gray-300);
  margin-bottom: 12px;
}
.empty_state .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 6px;
}
.empty_state .hint {
  font-size: 14px;
  color: var(--gray-500);
}

.client_body {
  font-family: "Inter", sans-serif;
  background: var(--gray-50);
  color: var(--gray-900);
  margin: 0;
}

.client_home {
  max-width: 480px;
  margin: 120px auto;
  padding: 40px 24px;
  text-align: center;
}
.client_home h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}
.client_home p {
  color: var(--gray-500);
  margin-bottom: 32px;
}
.client_home .actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.client_auth_layout {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.client_auth_card {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--gray-100);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  padding: 40px;
}
.client_auth_card h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}
.client_auth_card .muted {
  color: var(--gray-500);
  margin-bottom: 24px;
  font-size: 14px;
}
.client_auth_card .form-group {
  margin-bottom: 16px;
}
.client_auth_card .form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.client_auth_card .form_error {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
}

.client_auth_brand {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--brand-500);
}

.client_auth_flashes {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 320px;
  max-width: 90vw;
}

.client_auth_links {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 14px;
}
.client_auth_links a {
  color: var(--brand-500);
  text-decoration: none;
}
.client_auth_links a:hover {
  text-decoration: underline;
}

.dev_credentials {
  background: #fff7e6;
  border: 1px dashed #d4a017;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 20px;
  font-size: 12px;
}
.dev_credentials .dev_credentials_label {
  font-weight: 600;
  color: #8a5a00;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10px;
  margin-bottom: 8px;
}
.dev_credentials .dev_credentials_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
}
.dev_credentials .dev_credentials_row span {
  color: var(--gray-500);
}
.dev_credentials .dev_credentials_row code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  color: var(--gray-900);
  user-select: all;
}

.client_layout {
  display: flex;
  min-height: 100vh;
}

.client_sidebar {
  width: 240px;
  background: #fff;
  border-right: 1px solid var(--gray-100);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
.client_sidebar .client_brand {
  font-size: 22px;
  font-weight: 700;
  padding: 0 12px 24px;
}
.client_sidebar .client_brand a {
  color: var(--gray-900);
  text-decoration: none;
}
.client_sidebar nav {
  flex: 1;
}
.client_sidebar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.client_sidebar nav li {
  margin-bottom: 4px;
}
.client_sidebar nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--gray-600);
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s;
}
.client_sidebar nav li a:hover {
  background: var(--gray-50);
  color: var(--gray-900);
}
.client_sidebar nav li a .hgi-stroke {
  font-size: 18px;
}
.client_sidebar nav li.active a {
  background: var(--brand-50);
  color: var(--brand-500);
  font-weight: 500;
}

.client_sidebar_footer {
  border-top: 1px solid var(--gray-100);
  padding-top: 16px;
  margin-top: 16px;
}
.client_sidebar_footer .client_user {
  padding: 0 12px;
  margin-bottom: 12px;
}
.client_sidebar_footer .client_user .name {
  font-size: 14px;
  font-weight: 500;
}
.client_sidebar_footer .client_user .email {
  font-size: 12px;
  color: var(--gray-500);
}
.client_sidebar_footer .client_logout {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--gray-600);
  text-decoration: none;
  font-size: 13px;
}
.client_sidebar_footer .client_logout:hover {
  background: var(--gray-50);
  color: var(--gray-900);
}

.client_main {
  flex: 1;
  padding: 32px 40px;
  overflow-x: hidden;
}

.client_flashes {
  margin-bottom: 20px;
}

.client_project_view .back_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gray-500);
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 12px;
}
.client_project_view .back_link:hover {
  color: var(--gray-900);
}
.client_project_view .header {
  margin-bottom: 24px;
}
.client_project_view .header .title_row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.client_project_view .header .title_row h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.client_project_view .header .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
  color: var(--gray-500);
  font-size: 13px;
}
.client_project_view .document_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.client_project_view .document_list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-100);
}
.client_project_view .document_list li:last-child {
  border-bottom: none;
}
.client_project_view .document_list .document_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.client_project_view .document_list .document_head .hgi-stroke {
  font-size: 22px;
  color: var(--gray-400);
}
.client_project_view .document_list .document_head .name {
  font-weight: 500;
}
.client_project_view .document_list .document_head .meta {
  font-size: 12px;
}
.client_project_view .document_list .document_actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.client_project_view .thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
}
.client_project_view .manager_card .name {
  font-weight: 500;
}

.addresses_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.addresses_grid .address_card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: 12px;
  padding: 16px;
}
.addresses_grid .address_card .address_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.addresses_grid .address_card .address_head .name {
  font-weight: 600;
}
.addresses_grid .address_card .lines {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.addresses_grid .address_card .address_actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--gray-100);
  padding-top: 8px;
  margin-top: 8px;
}
.addresses_grid .address_card .address_actions .danger {
  color: #c0392b;
}

.section_h6 {
  margin-top: 24px;
}

.form_error {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
}

.form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.layout_nav_footer {
  border-top: 1px solid var(--gray-100);
  padding-top: 16px;
  margin-top: 16px;
}
.layout_nav_footer .layout_user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  margin-bottom: 12px;
  min-width: 0;
}
.layout_nav_footer .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--gray-100);
}
.layout_nav_footer .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout_nav_footer .avatar.initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-500);
}
.layout_nav_footer .identity {
  min-width: 0;
  flex: 1;
}
.layout_nav_footer .identity .name {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout_nav_footer .identity .email {
  font-size: 12px;
  color: var(--gray-500);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout_nav_footer .layout_logout {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--gray-600);
  text-decoration: none;
  font-size: 13px;
  transition: background 0.15s, color 0.15s;
}
.layout_nav_footer .layout_logout .hgi-stroke {
  font-size: 18px;
}
.layout_nav_footer .layout_logout:hover {
  background: var(--gray-50);
  color: var(--gray-900);
}
