@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
.full-page {
  width: 100%;
  background-color: #e6eef5;
}
.full-page header {
  width: 240;
}
.full-page header .logo {
  padding: 24px 24px;
  gap: 20px;
}
.full-page header .logo .logo-img {
  width: 50px;
  flex-shrink: 0;
}
.full-page header .logo p {
  color: var(--Colors-Light-Darkest, #09253a);
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.full-page header nav ul li a {
  width: 100%;
  padding: 18px 24px;
  gap: 15px;
}
.full-page header nav ul li a .svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.full-page header nav ul li a p {
  color: #2d353b;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page header .side-bar-down nav ul li a {
  width: 100%;
  padding: 16px 22px;
  gap: 15px;
}
.full-page header .side-bar-down nav ul li a .svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.full-page header .side-bar-down nav ul li a p {
  color: #2d353b;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page header .side-bar-down .user-indcatior {
  display: flex;
  padding: 31px 16px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.full-page header .side-bar-down .user-indcatior .user-logo {
  width: 48px;
  height: 48px;
  background: #dd1c2a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
}
.full-page header .side-bar-down .user-indcatior .user-logo p {
  color: white;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.full-page header .side-bar-down .user-indcatior .name h2 {
  color: #2d353b;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page header .side-bar-down .user-indcatior .name p {
  overflow: hidden;
  color: var(--Colors-Light-Medium, #7799b0);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.full-page header .side-bar-down .user-indcatior .three-dot {
  width: 16px;
  height: 16px;
}
.full-page .client {
  background-color: white;
  margin: 32px 60px 32px 0px;
  border-radius: 24px;
}
.full-page .client .client-head .cl_p p {
  color: var(--Colors-Light-Dark, #23455f);
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.full-page .client .client-head .cl_ser {
  gap: 16px;
}
.full-page .client .client-head .cl_ser input {
  display: flex;
  height: 40px;
  padding: 0px 24px;
  align-items: center;
  gap: 12px;
  border: none;
  border-radius: 16px;
  background: var(--Colors-Light-Light, #e6eef5);
  font-family: "Barlow", sans-serif;
}
.full-page .client .client-head .cl_ser .plus {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #dd1c2a;
  border-radius: 50%;
  position: relative;
}
.full-page .client .client-head .cl_ser .plus i {
  font-size: 25px;
  color: white;
}
.full-page .client .cl_main {
  padding-top: 32px;
}
.full-page .client .cl_main .cl_click {
  cursor: pointer;
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click:hover .select {
  opacity: 100%;
  transition: 0.6s all ease-in-out;
}
.full-page .client .cl_main .cl_click .cl_open {
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click .cl_open .cl_profile {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Colors-Data-Brown, #d9b9b2);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.full-page .client .cl_main .cl_click .cl_open .cl_profile i {
  font-size: 20px;
  color: var(--Colors-Light-Dark, #23455f);
}
.full-page .client .cl_main .cl_click .cl_open .cl_name h2 {
  overflow: hidden;
  color: var(--Colors-Light-Dark, #23455f);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click .cl_open .cl_name p {
  overflow: hidden;
  color: var(--Colors-Light-Medium, #2d383d);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click .select {
  opacity: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  transition: 0.6s all ease-in-out;
  align-items: center;
}
.full-page .client .cl_main .cl_click .select button {
  border: none;
  background-color: #ef1e2c;
  color: white;
  gap: 24px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 12px;
}
.full-page .client .cl_main .cl_click1 {
  cursor: pointer;
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click1:hover .select {
  opacity: 100%;
  transition: 0.4s all ease-in-out;
}
.full-page .client .cl_main .cl_click1 .cl_open {
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click1 .cl_open .cl_profile {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Colors-Data-Violet, #cf95bf);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.full-page .client .cl_main .cl_click1 .cl_open .cl_profile p {
  color: var(--Colors-Light-Darkest, #09253a);
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.full-page .client .cl_main .cl_click1 .cl_open .cl_name {
  overflow: hidden;
  color: var(--Colors-Light-Medium, #2d383d);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click1 .cl_open .cl_name h2 {
  overflow: hidden;
  color: var(--Colors-Light-Dark, #23455f);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click1 .select {
  opacity: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease-in-out;
}
.full-page .client .cl_main .cl_click1 .select button {
  border: none;
  background-color: #ef1e2c;
  color: white;
  gap: 24px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 12px;
}
.full-page .client .cl_main .cl_click2 {
  cursor: pointer;
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click2:hover .select {
  opacity: 100%;
  transition: 0.6s all ease-in-out;
}
.full-page .client .cl_main .cl_click2 .cl_open {
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click2 .cl_open .cl_profile {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Colors-Data-Brown, #b2d9d6);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.full-page .client .cl_main .cl_click2 .cl_open .cl_profile i {
  font-size: 20px;
  color: var(--Colors-Light-Dark, #23455f);
}
.full-page .client .cl_main .cl_click2 .cl_open .cl_name {
  overflow: hidden;
  color: var(--Colors-Light-Medium, #2d383d);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click2 .cl_open .cl_name h2 {
  overflow: hidden;
  color: var(--Colors-Light-Dark, #23455f);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click2 .select {
  opacity: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  transition: 0.6s all ease-in-out;
  align-items: center;
}
.full-page .client .cl_main .cl_click2 .select button {
  border: none;
  background-color: #ef1e2c;
  color: white;
  gap: 24px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 12px;
}
.full-page .client .cl_main .cl_click3 {
  cursor: pointer;
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click3:hover .select {
  opacity: 100%;
  transition: 0.4s all ease-in-out;
}
.full-page .client .cl_main .cl_click3 .cl_open {
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .client .cl_main .cl_click3 .cl_open .cl_profile {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Colors-Data-Violet, #d9c9b2);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.full-page .client .cl_main .cl_click3 .cl_open .cl_profile p {
  color: var(--Colors-Light-Darkest, #09253a);
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.full-page .client .cl_main .cl_click3 .cl_open .cl_name {
  overflow: hidden;
  color: var(--Colors-Light-Medium, #2d383d);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click3 .cl_open .cl_name h2 {
  overflow: hidden;
  color: var(--Colors-Light-Dark, #23455f);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .client .cl_main .cl_click3 .select {
  opacity: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease-in-out;
}
.full-page .client .cl_main .cl_click3 .select button {
  border: none;
  background-color: #ef1e2c;
  color: white;
  gap: 24px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 12px;
}
.full-page .invoice {
  display: none;
  background-color: white;
  margin: 32px 60px 32px 0px;
  border-radius: 24px;
  width: 100%;
}
.full-page .invoice .in_head .in-c {
  gap: 12px;
  cursor: pointer;
}
.full-page .invoice .in_head .in-c .in-h-img {
  width: 24px;
  height: 24px;
}
.full-page .invoice .in_head .in-c p {
  color: var(--Colors-Light-Dark, #23455f);
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.full-page .invoice .in_head .in_edit p {
  color: var(--Colors-Light-Dark, #23455f);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
}
.full-page .invoice .client-in {
  width: 480px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  box-shadow: 22px 22px 26px 10px rgba(0, 0, 0, 0.05);
  gap: 56px;
  flex-direction: column;
}
.full-page .invoice .client-in .client_in {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.full-page .invoice .client-in .client_in .cl_click {
  cursor: pointer;
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .invoice .client-in .client_in .cl_click:hover .select {
  opacity: 100%;
  transition: 0.6s all ease-in-out;
}
.full-page .invoice .client-in .client_in .cl_click .cl_open {
  display: flex;
  max-width: 824px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.full-page .invoice .client-in .client_in .cl_click .cl_open .cl_profile {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Colors-Data-Brown, #d9b9b2);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.full-page .invoice .client-in .client_in .cl_click .cl_open .cl_profile i {
  font-size: 20px;
  color: var(--Colors-Light-Dark, #23455f);
}
.full-page .invoice .client-in .client_in .cl_click .cl_open .cl_name h2 {
  overflow: hidden;
  color: var(--Colors-Light-Dark, #23455f);
  text-overflow: ellipsis;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .invoice .client-in-bo .issue {
  gap: 16px;
}
.full-page .invoice .client-in-bo .issue p {
  color: var(--Colors-Light-Medium, #7799b0);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.full-page .invoice .client-in-bo .issue h3 {
  color: var(--Colors-Light-Dark, #23455f);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.full-page .invoice .client-in-bo .in-vo {
  gap: 16px;
}
.full-page .invoice .client-in-bo .in-vo p {
  color: var(--Colors-Light-Medium, #7799b0);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.full-page .invoice .client-in-bo .in-vo h3 {
  color: var(--Colors-Light-Dark, #23455f);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.full-page .invoice .items .add-items img {
  cursor: pointer;
}
.full-page .invoice .items .add_mount .mount-img {
  width: 96.125px;
  height: 72px;
  cursor: pointer;
}
.full-page .invoice .items .add_mount p {
  color: var(--Colors-Light-Dark, #23455f);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.full-page .invoice .items .add_mount button {
  border: none;
  border-radius: 15px;
  background: var(--Colors-Light-Primary, #dd1c2a);
  color: white;
  padding: 7px 15px;
}

.bg-c {
  background-color: white !important;
}

.container-y {
  padding: 32px 60px;
}

@media (max-width: 650px) {
  i#search {
    color: #dd1c2a;
    font-size: 25px;
  }
  .invoice {
    height: 100vh !important;
  }
  .full-page .client {
    margin: 30px 20px 0px 0px;
  }
  .full-page .client .cl_main .cl_click .cl_open .cl_name h2 {
    font-size: 14px;
  }
  .full-page .client .cl_main .cl_click .cl_open .cl_name p {
    font-size: 12px;
  }
  .full-page .client .cl_main .cl_click1 .cl_open .cl_name h2 {
    font-size: 14px;
  }
  .full-page .client .cl_main .cl_click1 .cl_open .cl_name p {
    font-size: 12px;
  }
  .full-page .client .cl_main .cl_click2 .cl_open .cl_name h2 {
    font-size: 14px;
  }
  .full-page .client .cl_main .cl_click2 .cl_open .cl_name p {
    font-size: 12px;
  }
  .full-page .client .cl_main .cl_click3 .cl_open .cl_name h2 {
    font-size: 14px;
  }
  .full-page .client .cl_main .cl_click3 .cl_open .cl_name p {
    font-size: 12px;
  }
  .full-page .invoice {
    margin: 32px 24px 0px 0px !important;
  }
  .full-page .invoice .client-in {
    padding: 32px 12px !important;
    width: 100%;
  }
  .full-page .invoice .client-in .client_in .cl_click .cl_open {
    gap: 10px !important;
  }
  .full-page .invoice .client-in .client_in .cl_click .cl_open .cl_name h2 {
    font-size: 16px;
  }
  .user-indcatior {
    gap: 0 !important;
  }
  header .side-bar-down .user-indcatior {
    gap: 0px;
  }
  header .logo {
    padding: 24px 12px !important;
  }
  header nav ul li a {
    padding: 18px 12px;
  }
}
@media (max-width: 524px) {
  .container-y {
    padding: 0 !important;
    background-color: #e6eef5;
  }
  .cl_click3 .cl_open {
    gap: 12px !important;
  }
  .cl_click3 .cl_profile {
    width: 40px !important;
    height: 40px !important;
  }
  .cl_click .cl_open {
    gap: 12px !important;
  }
  .cl_click .cl_profile {
    width: 40px !important;
    height: 40px !important;
  }
  .cl_click1 .cl_open {
    gap: 12px !important;
  }
  .cl_click1 .cl_profile {
    width: 40px !important;
    height: 40px !important;
  }
  .cl_click2 .cl_open {
    gap: 12px !important;
  }
  .cl_click2 .cl_profile {
    width: 40px !important;
    height: 40px !important;
  }
}/*# sourceMappingURL=main.css.map */