/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/styles/global.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Inter Thin";
  src: local("Inter"), url("/fonts/Inter-UI-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter Extra Light";
  src: local("Inter"), url("/fonts/Inter-UI-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter Light";
  src: local("Inter"), url("/fonts/Inter-UI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter Regular";
  src: local("Inter"), url("/fonts/Inter-UI-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter  Medium";
  src: local("Inter"), url("/fonts/Inter-UI-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter Semibold";
  src: local("Inter"), url("/fonts/Inter-UI-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter bold";
  src: local("Inter"), url("/fonts/Inter-UI-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter Extra Bold";
  src: local("Inter"), url("/fonts/Inter-UI-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter black";
  src: local("Inter"), url("/fonts/Inter-UI-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
:root {
  /* Primary Colors */
  --primary-black: black;
  --primary-red-linen: #FBE8E7;
  --primary-red-azelia: #F7D2D0;
  --primary-red-mandys-pink: #F2BCB8;
  --primary-red-sea-pink: #EEA6A1;
  --primary-red-tonys-pink: #E99089;
  --primary-red-sunglo: #E57A72;
  --primary-red-roman: #E1635A;
  --primary-red-punch: #D8372B;
  --primary-red-pomegranate: #EB3520;
  --primary-red: #D42215;
  --primary-orange-serenade: #FFF4E8;
  --primary-orange-oasis: #FEEAD2;
  --primary-orange-light-apricot: #FDDFBB;
  --primary-orange-corvette: #FCD4A5;
  --primary-orange-cherokee: #FBC98E;
  --primary-orange-rajah: #FABF78;
  --primary-orange-casablanca: #F8A94B;
  --primary-orange-sea-buckthorn: #F79E34;
  --primary-orange: #F7941E;
  --primary-grey-iron: #E9E9EA;
  --primary-grey-pale-slate: #D5D4D5;
  --primary-grey-french-grey: #BFBFC0;
  --primary-grey-spun-pearl: #ABAAAC;
  --primary-grey-mountain-mist: #959497;
  --primary-grey-mobster: #817F82;
  --primary-grey-salt-box: #6B6A6D;
  --primary-grey-scarpa-flow: #575559;
  --primary-grey-ship-grey: #413F44;
  --primary-grey: #2D2B30;
  --white: #fff;
  --light-grey: #eee;
  --secondary-blue: #0A3F75;
  --secondary-green: #5ca874;
  --secondary-red: #d32727;
  /* Secondary Colors */
  --secondary-grey: #00000029;
  /* UI Gradient */
  /* Other Colors */
  --white: #FFFFFF;
}

.ant-btn {
  height: 100% !important;
}
.ant-btn-primary {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-red) !important;
  box-shadow: 0 !important;
  border: 0.125rem solid var(--primary-red) !important;
  border-radius: 0.5rem;
  padding: 0.9375rem 0rem 0.9375rem 0rem !important;
}
.ant-btn-primary span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  display: flex;
  font-family: "Inter Semibold", sans-serif;
  justify-content: center;
  align-items: center;
}
.ant-btn-primary:hover {
  transition: 0.3 all ease-in;
  background-color: var(--white) !important;
  border: 0.125rem solid var(--primary-red) !important;
}
.ant-btn-primary:hover .ant-space-item {
  color: var(--primary-red) !important;
}
.ant-btn-primary:hover span {
  color: var(--primary-red);
}

.custom__table {
  margin-top: 1rem;
}
.custom__table .ant-table-wrapper .ant-table-thead tr th {
  padding: 1rem 0.625rem 1rem 1rem;
  font-weight: 700;
}
.custom__table .ant-table-wrapper .ant-table-tbody tr td {
  padding: 0.875rem 1rem 0.625rem 1rem;
  font-weight: 600;
}

.custom__table__ant th {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.custom__table__ant tr {
  font-size: 0.75rem;
  line-height: 1rem;
}

.ant-layout {
  height: 100vh;
}
.ant-layout .ant-layout-header {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.ant-layout .ant-layout-header .ant-avatar {
  margin-right: 0.625rem;
}

.ant-dropdown .ant-dropdown-menu {
  display: flex;
}

.ant-modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.confirm-modal .ant-modal-footer .ant-btn {
  padding: 0.9375rem 0rem 0.9375rem 0rem !important;
}

.erp-header {
  max-width: 120rem;
  line-height: normal !important;
  padding: 0.875rem !important;
}
@media only screen and (min-width: 992px) {
  .erp-header {
    padding: 2rem 2.9375rem !important;
  }
}
.erp-header__flex--img img {
  height: 2.25rem;
}
@media only screen and (min-width: 992px) {
  .erp-header__flex--img img {
    height: 2.875rem;
  }
}
.erp-header__flex--menu {
  display: flex !important;
}
@media only screen and (min-width: 992px) {
  .erp-header__flex--menu {
    display: none !important;
  }
}
.erp-header__flex--list {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .erp-header__flex--list {
    display: flex !important;
  }
}
.erp-header__flex--list__mobile .ant-space-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 42px;
}

.header__link {
  color: var(--primary-grey);
}
.header__link:hover {
  color: var(--primary-grey);
}

.signup-hero {
  background-image: url(/_next/static/media/signup-bg.0cc64418.png) !important;
  height: 90vh; /* Adjust as needed */
  width: 98%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5625rem;
}
@media only screen and (max-width: 992px) {
  .signup-hero {
    flex-wrap: wrap;
    background-color: var(--primary-red);
    height: 100vh;
    width: 100%;
  }
}
.signup-hero__content {
  max-width: 120rem;
  width: 100%;
  margin: 0 9% 0 9%;
}
@media only screen and (max-width: 768px) {
  .signup-hero__content {
    margin: 0 15px 0 15px;
  }
}
.signup-hero__content__text {
  flex: 1 1;
  display: flex !important;
  flex-direction: column;
}
.signup-hero__content__text .ant-image {
  margin-top: 2.8125rem;
}
@media only screen and (max-width: 1200px) {
  .signup-hero__content__text--header {
    font-size: 1.875rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .signup-hero__content__text--subheader {
    font-size: 2.1875rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .signup-hero__content__text {
    display: none !important;
  }
}
.signup-hero__content__text .ant-typography {
  color: var(--white);
}
.signup-hero__content__form {
  flex: 1 1;
  display: flex !important;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .signup-hero__content__form {
    justify-content: center;
  }
}

.signup-form .ant-form-item {
  margin-bottom: 0px;
}
.signup-form__inputs {
  width: 22.4375rem;
}
@media only screen and (max-width: 992px) {
  .signup-form__inputs {
    width: 100%;
  }
}
.signup-form__inputs .ant-flex {
  width: 100%;
}
.signup-form__inputs .ant-form-item {
  width: 100%;
}
.signup-form__inputs__checkbox {
  display: contents;
}
.signup-form__inputs__text--first {
  border-radius: 0.5rem 0rem 0rem 0.5rem !important;
}
.signup-form__inputs__text--middle {
  border-radius: 0rem 0rem 0rem 0rem !important;
}
.signup-form__inputs__text--last {
  border-radius: 0rem 0.5rem 0.5rem 0rem !important;
}
.signup-form__inputs__number {
  align-items: flex-start;
}
.signup-form__inputs__number__dig .ant-space-item {
  height: 2.975rem !important;
}
.signup-form__inputs__number :where(.css-dev-only-do-not-override-1kuana8).ant-form-item .ant-form-item-control-input-content {
  display: flex !important;
  flex-direction: row;
}
.signup-form__inputs__number .ant-space-item {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
  background-color: var(--white);
  color: black !important;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.signup-form__inputs__number .ant-input {
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.form {
  width: 415px;
}
.form .ant-typography {
  color: var(--white);
}
.form span {
  color: var(--white);
}
.form span a {
  text-decoration: underline !important;
  color: var(--white);
}
.form .ant-space-item {
  color: var(--white);
}
.form .ant-input::placeholder {
  color: black;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.form .ant-input {
  padding: 0.75rem !important;
}
.form .ant-select-selector {
  padding: 0.5rem !important;
}
.form .ant-select-selector .ant-select-selection-search {
  display: flex;
  color: black;
}
.form .ant-select-selector .ant-select-selection-placeholder {
  font-size: 12px !important;
  font-weight: 500;
  color: black !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.form .ant-flex .ant-space {
  display: flex;
  justify-content: center;
}
.form .ant-flex .ant-btn {
  width: 100%;
}
.form-footer__icon {
  position: relative;
}
.form-footer__icon .icon-Path-12 {
  position: absolute;
  left: -25px;
}

.row-wrapper {
  padding: 20px 120px 20px 120px !important;
}

.hide-divider {
  display: none !important;
}

.main-login {
  display: flex;
  height: 100vh;
  font-family: "Inter", sans-serif;
}
.main-login__left {
  flex: 1.5 1;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main-login__left__text {
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  max-width: 556px;
  text-align: center;
  color: white;
  padding-bottom: 5%;
}
.main-login__right {
  background-color: white;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-login__right .footer {
  text-align: center;
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 20px;
  color: var(--primary-black);
}
.main-login__right .footer p {
  margin: 0px !important;
}
.main-login__right__form__fields .ant-form {
  margin-top: 1.875rem;
}
.main-login__right__form h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-black);
  text-align: start;
  margin: 0;
}
.main-login__right .right-img {
  top: 20px;
  right: 20px;
  position: absolute;
  height: 45px;
}
.main-login__right .left-img {
  height: 38px;
  top: 15px;
  left: 15px;
  position: absolute;
}

.form-layout {
  padding-top: 27px;
}

.ant-form-item-control-input .ant-form-item-control-input-content .ip-custom {
  width: 360px;
  padding: 0.5rem;
  border-radius: 0.375rem;
}
.ant-form-item-control-input .ant-form-item-control-input-content .ant-input::placeholder {
  color: rgb(153, 153, 153);
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.ant-form-item-control-input .ant-form-item-control-input-content .login-btn {
  background-color: #006df8;
  border-radius: 35px;
  color: white;
  box-sizing: border-box;
  height: 47px !important;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
  min-width: 100%;
}

.custom--form-text {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 10px;
  color: var(--primary-black);
}
.custom--form-text :where(.css-dev-only-do-not-override-1k979oh).ant-form-item .ant-form-item-label > label {
  font-size: 14px !important;
}

.add-template-modal {
  top: 20px;
}

.add-template-modal .ant-modal-body {
  max-height: calc(100vh - 200px);
  overflow: hidden;
  padding: 24px;
}

.add-template-modal-content {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.add-template-modal-content::-webkit-scrollbar {
  display: none;
}

.add-template-modal .ant-form-item {
  margin-bottom: 16px;
}

.add-template-modal .ant-form-item-label {
  font-weight: 500;
}

.add-template-modal .ant-input,
.add-template-modal .ant-select-selector {
  border-radius: 6px;
}

.add-template-modal .ant-btn {
  border-radius: 6px;
  height: 40px;
  font-weight: 500;
}

.whatsapp-previews-container {
  display: flex;
  gap: 16px;
  min-height: 400px;
}

.whatsapp-preview-section {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.whatsapp-preview-label {
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.template-structure-content {
  flex: 1 1;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background-color: #fafafa;
  white-space: pre-wrap;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.5;
  overflow: auto;
  min-height: 350px;
}

.template-structure-text {
  margin-bottom: 12px;
}

.template-structure-action {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

.template-structure-action-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #00b894;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.template-structure-action-button:hover {
  background-color: #00a085;
}

.template-structure-action-icon {
  font-size: 12px;
}

.whatsapp-preview-container {
  flex: 1 1;
  padding: 16px;
  border-radius: 12px;
  background-image: url("/wbg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 350px;
}

.whatsapp-message-bubble {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 280px;
  width: 100%;
}

.whatsapp-message-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.whatsapp-message-content {
  font-size: 14px;
  line-height: 1.4;
  color: #1a1a1a;
}
.whatsapp-message-content .whatsmarked {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.whatsapp-message-content .whatsmarked h1,
.whatsapp-message-content .whatsmarked h2,
.whatsapp-message-content .whatsmarked h3,
.whatsapp-message-content .whatsmarked h4,
.whatsapp-message-content .whatsmarked h5,
.whatsapp-message-content .whatsmarked h6 {
  font-weight: bold;
  margin: 0 0 8px 0;
  color: inherit;
}
.whatsapp-message-content .whatsmarked h1 {
  font-size: 16px;
}
.whatsapp-message-content .whatsmarked h2 {
  font-size: 15px;
}
.whatsapp-message-content .whatsmarked h3,
.whatsapp-message-content .whatsmarked h4,
.whatsapp-message-content .whatsmarked h5,
.whatsapp-message-content .whatsmarked h6 {
  font-size: 14px;
}
.whatsapp-message-content .whatsmarked p {
  margin: 0 0 8px 0;
  line-height: inherit;
}
.whatsapp-message-content .whatsmarked strong,
.whatsapp-message-content .whatsmarked b {
  font-weight: bold;
}
.whatsapp-message-content .whatsmarked em,
.whatsapp-message-content .whatsmarked i {
  font-style: italic;
}
.whatsapp-message-content .whatsmarked ul,
.whatsapp-message-content .whatsmarked ol {
  margin: 0 0 8px 0;
  padding-left: 20px;
}
.whatsapp-message-content .whatsmarked li {
  margin-bottom: 4px;
}
.whatsapp-message-content .whatsmarked code {
  background-color: #f0f0f0;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 12px;
}
.whatsapp-message-content .whatsmarked a {
  color: #00b894;
  text-decoration: none;
}
.whatsapp-message-content .whatsmarked a:hover {
  text-decoration: underline;
}

.whatsapp-action-button {
  color: #00b894;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-timestamp {
  font-size: 11px;
  color: #667781;
  text-align: right;
  margin-top: 8px;
  font-style: italic;
}

.whatsapp-divider {
  border-top: 1px solid #e0e0e0;
  margin: 8px 0;
  width: 100%;
}

.whatsapp-action-container {
  text-align: center;
  margin-top: 8px;
}

.whatsapp-action-icon {
  font-size: 12px;
}

.whatsapp-media-preview {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.whatsapp-image-container {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.whatsapp-image-container:hover {
  opacity: 0.8;
}

.whatsapp-preview-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.whatsapp-document-preview-container {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}

.whatsapp-document-header {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #ffffff;
  border-bottom: 1px solid #e9ecef;
}

.whatsapp-document-icon {
  font-size: 20px;
  margin-right: 12px;
  color: #dc3545;
}

.whatsapp-document-info {
  flex: 1 1;
  min-width: 0;
}

.whatsapp-document-name {
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whatsapp-document-type {
  font-size: 12px;
  color: #6c757d;
}

.whatsapp-document-arrow {
  font-size: 16px;
  color: #6c757d;
  margin-left: 8px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.whatsapp-document-arrow:hover {
  background-color: #e9ecef;
}

.whatsapp-document-content {
  height: 150px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  /* Webkit browsers (Chrome, Safari, Edge) */
}
.whatsapp-document-content::-webkit-scrollbar {
  display: none;
}

.whatsapp-pdf-preview {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #ffffff;
}

.whatsapp-document-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
}

.whatsapp-document-fallback-icon {
  font-size: 48px;
  color: #6c757d;
  margin-bottom: 12px;
}

.whatsapp-document-fallback-text {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 16px;
  text-align: center;
}

.whatsapp-document-fallback-button {
  background-color: #00b894;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.whatsapp-document-fallback-button:hover {
  background-color: #00a085;
}

.whatsapp-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #ffffff;
}

.whatsapp-loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #00b894;
  border-radius: 50%;
  animation: whatsapp-spin 1s linear infinite;
  margin-bottom: 12px;
}

.whatsapp-loading-text {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
}

@keyframes whatsapp-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.whatsapp-error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 8px;
  text-align: center;
}

.whatsapp-error-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.whatsapp-error-message {
  font-size: 14px;
  color: #e53e3e;
  font-weight: 500;
  line-height: 1.4;
}

body {
  font-family: "Inter Regular", sans-serif;
  padding: 0;
  margin: 0;
}

.erp-header {
  background-color: var(--white) !important;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 1000;
  top: 0;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.erp-header span {
  cursor: pointer;
}
.erp-content {
  width: 100%;
  padding: 1.25rem !important;
}

.h-10.thin {
  font-size: 10px;
  line-height: 12px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-10.extralight {
  font-size: 10px;
  line-height: 12px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-10.light {
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-10.regular {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-10.medium {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-10.semibold {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-10.bold {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-10.extrabold {
  font-size: 10px;
  line-height: 12px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-10.black {
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-11.thin {
  font-size: 11px;
  line-height: 18px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-11.extralight {
  font-size: 11px;
  line-height: 18px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-11.light {
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-11.regular {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-11.medium {
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-11.semibold {
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-11.bold {
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-11.extrabold {
  font-size: 11px;
  line-height: 18px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-11.black {
  font-size: 11px;
  line-height: 18px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-12.thin {
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-12.extralight {
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-12.light {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-12.regular {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-12.medium {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-12.semibold {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-12.bold {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-12.extrabold {
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-12.black {
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-13.thin {
  font-size: 13px;
  line-height: 16px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-13.extralight {
  font-size: 13px;
  line-height: 16px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-13.light {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-13.regular {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-13.medium {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-13.semibold {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-13.bold {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-13.extrabold {
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-13.black {
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-14.thin {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-14.extralight {
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-14.light {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-14.regular {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-14.medium {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-14.semibold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-14.bold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-14.extrabold {
  font-size: 14px;
  line-height: 18spx;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-14.black {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-18.thin {
  font-size: 18px;
  line-height: 20px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-18.extralight {
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-18.light {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-18.regular {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-18.medium {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-18.semibold {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-18.bold {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-18.extrabold {
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-18.black {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-22.thin {
  font-size: 22px;
  line-height: 40px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-22.extralight {
  font-size: 22px;
  line-height: 40px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-22.light {
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-22.regular {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-22.medium {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-22.semibold {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-22.bold {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-22.extrabold {
  font-size: 22px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-22.black {
  font-size: 22px;
  line-height: 40px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-26.thin {
  font-size: 26px;
  line-height: 40px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-26.extralight {
  font-size: 26px;
  line-height: 40px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-26.light {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-26.regular {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-26.medium {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-26.semibold {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-26.bold {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-26.extrabold {
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-26.black {
  font-size: 26px;
  line-height: 40px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-46.thin {
  font-size: 46px;
  line-height: 60px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-46.extralight {
  font-size: 46px;
  line-height: 60px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-46.light {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-46.regular {
  font-size: 46px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-46.medium {
  font-size: 46px;
  line-height: 60px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-46.semibold {
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-46.bold {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-46.extrabold {
  font-size: 46px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-46.black {
  font-size: 46px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.h-80.thin {
  font-size: 80px;
  line-height: 80px;
  font-weight: 100;
  font-family: "Inter Thin", sans-serif;
}
.h-80.extralight {
  font-size: 80px;
  line-height: 80px;
  font-weight: 200;
  font-family: "Inter Extra Light", sans-serif;
}
.h-80.light {
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  font-family: "Inter Light", sans-serif;
}
.h-80.regular {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  font-family: "Inter Regular", sans-serif;
}
.h-80.medium {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
}
.h-80.semibold {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  font-family: "Inter Semibold", sans-serif;
}
.h-80.bold {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
}
.h-80.extrabold {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  font-family: "Inter Extra Bold", sans-serif;
}
.h-80.black {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  font-family: "Inter Black", sans-serif;
}

.w-100 {
  width: 100% !important;
}

.w-0 {
  width: 0px !important;
}

.home-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--wrapper .custombtn {
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}
.btn--wrapper .custombtn--secondaryBlue {
  background-color: var(--secondary-blue);
  color: white;
  border-color: var(--secondary-blue);
}
.btn--wrapper .custombtn--secondaryBlue:hover {
  color: var(--secondary-blue) !important;
  background-color: var(--white);
  border-color: var(--secondary-blue) !important;
}
.btn--wrapper .custombtn--secondaryGreen {
  background-color: var(--secondary-green);
  color: white;
  border-color: var(--secondary-green);
}
.btn--wrapper .custombtn--secondaryGreen:hover {
  color: var(--secondary-green) !important;
  background-color: var(--white);
  border-color: var(--secondary-green) !important;
}
.btn--wrapper .custombtn--blackbtn {
  color: var(--white);
  background-color: var(--primary-black);
}
.btn--wrapper .custombtn--blackbtn:hover {
  color: var(--primary-black) !important;
  background-color: var(--white) !important;
  border-color: var(--primary-black) !important;
}
.btn--wrapper .custombtn--bluebtn {
  color: var(--white);
  background-color: var(--primary-purple);
  border-color: var(--primary-purple);
}
.btn--wrapper .custombtn--bluebtn:hover {
  color: var(--primary-purple) !important;
  border-color: var(--primary-purple) !important;
  background: var(--white) !important;
}
.btn--wrapper .custombtn--lightbluebtn {
  background-color: var(--primary-cyan);
  border-color: var(--primary-cyan);
  color: var(--white);
}
.btn--wrapper .custombtn--lightbluebtn:hover {
  color: var(--white) !important;
  border-color: var(--secondary-cyan) !important;
  background: var(--secondary-cyan) !important;
}
.btn--wrapper .custombtn--skybluebtn {
  background-color: var(--primary-grey);
  border-color: var(--primary-grey);
  color: var(--white);
}
.btn--wrapper .custombtn--skybluebtn:hover {
  color: var(--primary-grey) !important;
  border-color: var(--primary-grey) !important;
  background: var(--white) !important;
}
.btn--wrapper .custombtn--redbtn {
  background-color: var(--secondary-red);
  border-color: var(--secondary-red);
  color: var(--white);
}
.btn--wrapper .custombtn--redbtn:hover {
  background-color: var(--white);
  border-color: var(--primary-grey) !important;
  color: var(--primary-grey) !important;
}

.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
  padding: 0.9375rem 0.5rem 0.9375rem 0.5rem;
  color: var(--primary-black);
  text-decoration: none;
  width: 100%;
  position: relative;
  background-color: var(--white);
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0.5rem;
  font-size: 10px;
  line-height: 0px;
  font-weight: 500;
  font-family: "Inter Medium", sans-serif;
  cursor: pointer;
}
.custom-btn .cursor-pointer {
  cursor: pointer;
}

.client_table--header + span {
  color: grey;
}

.cursor-pointer {
  cursor: pointer;
}

.ant-layout {
  overflow: auto;
  height: 100%;
}

.ant-layout-content {
  height: 100%;
}

.ant-table-tbody .ant-table-cell {
  border: 0.4px solid var(--light-grey);
  font-size: 0.75rem;
  padding: 0.775rem 0.75rem 0.525rem 0.75rem !important;
}
.ant-table-tbody .ant-table-cell div,
.ant-table-tbody .ant-table-cell span {
  font-size: 0.75rem;
}

.ant-table-thead .ant-table-cell {
  font-size: 0.625rem !important;
}

.delete__icon:hover {
  color: var(--primary-red);
}

.center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete__icon:hover {
  color: red;
}

.ant-layout-content {
  margin: 0px !important;
}

:where(.css-dev-only-do-not-override-hlqp6e).ant-table-wrapper .ant-table-thead > tr > th,
:where(.css-dev-only-do-not-override-hlqp6e).ant-table-wrapper .ant-table-thead > tr > td {
  background: #e5e8ec !important;
}

.avatar-logo__small .ant-image {
  display: flex;
  align-items: center;
}
.avatar-logo__small img {
  height: 40px !important;
}

.generate-password {
  display: flex !important;
  flex-direction: row !important;
}

.update-from-field {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
}
.update-from-field_label {
  width: 100% !important;
}

.modal-button {
  width: 100% !important;
  gap: 20px !important;
  margin-top: 10px !important;
}
.modal-button-add {
  background-color: var(--primary-red) !important;
  color: white !important;
  border-color: var(--primary-red) !important;
}
.modal-button-add:hover {
  background-color: white !important;
  color: var(--primary-red) !important;
  border-color: var(--primary-red) !important;
}
.modal-button-cancel {
  background-color: var(--primary-grey) !important;
  color: white !important;
  border-color: var(--primary-grey) !important;
}
.modal-button-cancel:hover {
  background-color: white !important;
  color: var(--primary-grey) !important;
  border-color: var(--primary-grey) !important;
}

.tree-menu {
  position: relative !important;
}
.tree-menu-actions {
  position: absolute;
  background: white !important;
  padding: 10px;
  height: 50px !important;
}

.w-image {
  width: 200px;
}

.w-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
