.body-singup {
  background-image: url('/public/app/v4.0/assets/img/banner--ventas-Nube.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.panel-wrapper {
  background: hsl(0deg 0% 18.11% / 88%);
  border-radius: 16px;
  padding: 20px;
}

.panel-wrapper .card {
  border-radius: 12px;
}

.logo-head {
  max-height: 42px;
}

.panel-title {
  color: #fff;
  font-weight: 700;
}

.account-panel-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: 0!important;
}

.account-panel-header .panel-title,
.account-panel-header .account-panel-address {
  margin-right: 55px;
}

.account-panel-address {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.account-panel-address .material-icons {
  font-size: 18px;
}

.table td,
.table th {
  vertical-align: middle;
}

.table-account-workspaces {
  font-size: 15px;
}

.table-account-workspaces thead th {
  font-size: 14px;
  font-weight: 700;
}

.ws-cell {
  min-width: 220px;
}

.ws-item {
  display: flex;
  align-items: center;
}

.ws-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #e6e8f0;
  background: #fff;
}

.ws-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.ws-id {
  font-size: 12px;
  color: #6c757d;
}

.value-strong {
  font-size: 15px;
  font-weight: 600;
}

.badge-soft {
  background: #eef2ff;
  color: #3949ab;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
}

.user-box-wrap {
  max-width: 980px;
  margin: 0 auto;
}

#master_popup .vn-afip-modal-body {
  padding: 30px;
}

.profile-photo-card,
.profile-data-card {
  height: 100%;
}

.profile-photo-card {
  text-align: center;
}

.profile-photo-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.profile-photo-avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e6e8f0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 35, 79, .12);
}

.profile-photo-avatar-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.profile-photo-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(18, 24, 38, .52);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}

.profile-photo-loading .material-icons {
  font-size: 36px;
}

.profile-photo-loading.is-active {
  opacity: 1;
  transform: scale(1);
}

.vn-swal-toast {
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(23, 35, 79, .16) !important;
}

.profile-photo-name {
  font-size: 12px;
  color: #6c757d;
  min-height: 18px;
}

.user-box-title {
  margin-bottom: 8px;
}

.user-data-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 55px;
  padding: 14px 18px;
  border: 1px solid #e2e6ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(23, 35, 79, .05);
}

.user-data-label {
  color: #343a40;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0;
  flex: 0 0 auto;
}

.user-data-label-address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.user-data-label-address .material-icons {
  font-size: 18px;
  color: #343a40;
}

.user-data-value {
  font-weight: 600;
  color: #343a40;
  font-size: 1.1rem;
  line-height: 1.25;
  margin: 0;
  text-align: left;
}

.profile-data-grid {
  row-gap: 16px;
}

.profile-data-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-section-card {
  height: 100%;
}

.account-section-title {
  color: #343a40;
  font-weight: 700;
  margin-bottom: 0;
}

.account-section-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.account-subscription-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e2e6ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(23, 35, 79, .05);
}

.ws-card-col {
  width: 100%;
}

.ws-workspace-card {
  border: 1px solid #e2e6ee;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(23, 35, 79, .05) !important;
}

.ws-workspace-card .card-body {
  padding: 14px !important;
}

.ws-card-main {
  min-width: 0;
}

.ws-card-title {
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.ws-small-label {
  font-size: 12px;
  color: #6c757d;
}

.ws-card-menu-btn {
  min-width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.ws-card-menu .dropdown-item {
  font-size: 14px;
}

.ws-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ws-card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.account-subscription-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.account-subscription-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.account-card-actions {
  display: flex;
  justify-content: flex-end;
}

.profile-data-grid .user-data-row {
  margin: 0;
}

.upload-box {
  border: 1px dashed #d6dbea;
  border-radius: 12px;
  padding: 12px;
  background: #fafbff;
}

.upload-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.upload-thumb {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #d8dff0;
  background: #fff;
}

.upload-meta {
  min-width: 0;
}

.upload-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.upload-file-name {
  font-size: 12px;
  color: #6c757d;
}

.form-section-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6c757d;
  margin: 18px 0 10px;
}

.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 1065;
}

.iti__country-list.iti__hide {
  display: none;
}

.vn-topbar-user-toggle.dropdown-toggle::after {
  display: none;
}

.vn-topbar-user-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  padding-left: 14px;
  padding-right: 14px;
}

.vn-topbar-user-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.18);
  flex: 0 0 auto;
}

.vn-topbar-user-name {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.vn-topbar-menu {
  min-width: 220px;
  border-radius: 18px;
  padding: 10px 0;
  overflow: hidden;
}

.vn-topbar-menu .dropdown-item {
  font-weight: 600;
  padding: 12px 18px;
}

.vn-topbar-menu .dropdown-item i {
  width: 20px;
  margin-right: 8px;
}

.vn-topbar-toggler .navbar-toggler-icon {
  background-color: #111 !important;
}

.vn-topbar-toggler.toggled {
    background: #f3f3f3 !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 999px !important;
    padding: 0.25rem 0.35rem !important;
    min-width: 35px;
    min-height: 35px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .14);
    margin: 0 20px;
}

.vn-topbar-toggler.toggled .navbar-toggler-icon {
  background-color: #111 !important;
}

/* AFIP modal: isolate floating-label behavior to avoid overlap in runtime-rendered markup */
#editArcaModal .form-group {
  position: relative;
  margin-top: 1.1rem;
}

#editArcaModal .form-group .form-control {
  padding-top: 1rem;
}

#editArcaModal .form-group .bmd-label-floating {
  position: absolute;
  left: 0;
  top: 0.45rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  opacity: 0.72;
  transform-origin: left top;
  transition: transform .18s ease, opacity .18s ease, color .18s ease;
}

#editArcaModal .form-group.is-focused .bmd-label-floating,
#editArcaModal .form-group.is-filled .bmd-label-floating {
  transform: translateY(-0.7rem) scale(0.84);
  opacity: 1;
}

#editArcaModal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}

#editArcaModal .modal-header {
  border-bottom: 1px solid rgba(63, 81, 181, 0.12);
  background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 55%);
}

#editArcaModal .modal-title {
  font-weight: 700;
}

#editArcaModal .afip-wizard-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#editArcaModal .afip-step-card {
  background: #ffffff;
  border: 1px solid rgba(63, 81, 181, 0.15);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 8px 18px rgba(26, 35, 126, 0.06);
}

#editArcaModal .afip-step-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #3f51b5;
}

#editArcaModal .afip-step-title {
  margin: 8px 0 4px;
  font-weight: 700;
  color: #1f2d5a;
}

#editArcaModal .afip-step-text {
  margin: 0;
  color: #546e7a;
  font-size: 13px;
  line-height: 1.35;
}

#editArcaModal .afip-section-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 16px 16px 10px;
  background: #fff;
}

#editArcaModal .afip-section-title {
  margin-bottom: 12px;
  font-weight: 700;
  color: #263238;
}

#editArcaModal .afip-inline-help {
  display: block;
  margin-top: 6px;
  color: #6c757d;
  font-size: 12px;
}

#editArcaModal .afip-csr-output {
  font-family: "Courier New", monospace;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  #editArcaModal .afip-wizard-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-collapse .vn-topbar-user-dropdown .vn-topbar-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 8px;
    width: 100%;
    min-width: 0;
    border-radius: 12px;
  }

  .navbar .navbar-collapse .vn-topbar-user-dropdown .vn-topbar-user-toggle {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .vn-swal-toast {
    width: calc(100vw - 24px) !important;
    margin: 0 12px 12px !important;
  }

  .account-panel-header {
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .account-panel-header .panel-title,
  .account-panel-header .account-panel-address {
    margin-right: 0;
  }

  .account-panel-address {
    justify-content: center;
  }

  .user-box-title {
    text-align: center;
  }

  .profile-data-header {
    flex-direction: column;
    align-items: stretch;
  }

  .account-subscription-head,
  .account-subscription-badges,
  .account-card-actions {
    justify-content: flex-start;
  }

  .user-data-row {
    flex-direction: row;
    align-items: flex-start;
    min-height: auto;
  }

  .user-data-value {
    text-align: left;
  }

.dropdown-menu .dropdown-item, .dropdown-menu li>a {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: 0.125rem;
    /* margin: 0 0.3125rem; */
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    min-width: 7rem;
   /* padding: 0!important;*/
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word;
}



}

.ws-home-js-loader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 320px;
  padding: 24px 0;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: transparent;
}

.ws-home-js-loader-spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #e1bee7;
  border-top-color: #9c27b0;
  animation: wsHomeInlineSpin 0.95s linear infinite;
  box-shadow: 0 0 0 4px rgba(156,39,176,0.08);
  background: radial-gradient(circle at 30% 30%, rgba(171,71,188,0.15), rgba(126,87,194,0.05));
}

.ws-home-js-loader-text {
  margin-top: 14px;
  color: #7e57c2;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(45deg, #ab47bc, #7e57c2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes wsHomeInlineSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.vn-dropdown {
  width: 100%;
}

.vn-dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #333;
  border: 1px solid #d2d6de;
}

.vn-dropdown .dropdown-toggle::after,
.btn-group .select-btn.dropdown-toggle::after,
.btn.dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.vn-dropdown .dropdown-menu {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}

.vn-collab-advanced {
  display: none;
}

.vn-owner-warning-card {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  padding: 18px;
  text-align: left;
}

.vn-owner-warning-title {
  margin: 0 0 8px;
  font-weight: 700;
  color: #c62828;
}

.vn-owner-warning-help {
  margin-top: 8px;
  color: #666;
  font-size: 12px;
}

.vn-profile-create-card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  padding: 18px;
  text-align: left;
}

.vn-collab-loader-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vn-spin {
  animation: vnSpin 0.8s linear infinite;
  display: inline-block;
}

.vn-invite-success-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  padding: 22px 18px 18px;
  text-align: center;
}

.vn-invite-success-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
}

.vn-invite-success-icon .material-icons {
  font-size: 42px;
}

.vn-invite-success-title {
  margin: 0;
  font-weight: 700;
  color: #2e7d32;
}

.vn-invite-success-text {
  margin: 10px 0 0;
  color: #333;
  line-height: 1.4;
  word-break: break-word;
}

@keyframes vnSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.vn-topbar-v2 {
  backdrop-filter: blur(10px);
}

.vn-topbar-v2 .navbar-brand.vn-topbar-v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.vn-topbar-v2-logo-wrap {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vn-topbar-v2-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.vn-topbar-v2-brand-text {
  font-size: 15px;
  font-weight: 800;
}

.vn-topbar-v2-primary {
  background: linear-gradient(120deg, #f35f2b 0%, #f7931e 100%);
  color: #fff !important;
  border: 0;
  box-shadow: 0 10px 24px rgba(243, 95, 43, 0.25);
}

.vn-topbar-v2-primary:hover,
.vn-topbar-v2-primary:focus {
  color: #fff !important;
  transform: translateY(-1px);
}

.vn-topbar-v2-user-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff !important;
  box-shadow: none;
}

.vn-topbar-v2-user-btn:hover,
.vn-topbar-v2-user-btn:focus {
  background: rgba(255, 255, 255, 0.24);
}

.vn-topbar-v2-email {
  font-size: 11px;
  line-height: 1.15;
}

.vn-topbar-v2-menu {
  border: 1px solid rgba(20, 29, 56, 0.08);
  box-shadow: 0 14px 38px rgba(9, 17, 44, 0.16);
}

.vn-account-v2-page {
  position: relative;
  z-index: 1;
}

.vn-account-v2-hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(12, 24, 56, 0.24);
}

.vn-account-v2-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 209, 102, 0.22) 0%, rgba(255, 209, 102, 0) 44%),
    radial-gradient(circle at 10% 90%, rgba(62, 182, 216, 0.35) 0%, rgba(62, 182, 216, 0) 52%),
    linear-gradient(140deg, #0f203f 0%, #1f3f6f 52%, #325f8f 100%);
}

.vn-account-v2-hero-content {
  position: relative;
  z-index: 1;
  min-height: 290px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
  gap: 24px;
  padding: 34px;
}

.vn-account-v2-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.06;
}

.vn-account-v2-subtitle {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.vn-account-v2-avatar-block {
  border-radius: 22px;
  margin-bottom: -72px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 22px 40px rgba(10, 18, 44, 0.3);
}

.vn-account-v2-avatar-name {
  font-weight: 700;
}

.vn-account-v2-surface {
  border-radius: 20px;
  border: 1px solid rgba(15, 32, 63, 0.08);
  box-shadow: 0 16px 36px rgba(10, 18, 44, 0.12) !important;
}

.vn-account-v2-card-stack {
  height: 100%;
}

.vn-account-v2-page .ws-workspace-card {
  border-radius: 16px;
  border: 1px solid rgba(15, 32, 63, 0.11);
  box-shadow: 0 12px 28px rgba(7, 18, 47, 0.08) !important;
}

.vn-account-v2-page .ws-card-badges .badge {
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
}

.vn-account-v2-page .badge-success {
  background: #1f7a4f;
}

.vn-account-v2-page .badge-warning {
  background: #d97c0b;
}

.vn-account-v2-modal .modal-content {
  border-radius: 22px;
  border: 1px solid rgba(15, 32, 63, 0.1);
  overflow: hidden;
}

.vn-account-v2-modal .modal-header {
  border-bottom: 1px solid rgba(15, 32, 63, 0.08);
  background:
    radial-gradient(circle at 10% 0%, rgba(65, 183, 222, 0.16) 0%, rgba(65, 183, 222, 0) 52%),
    linear-gradient(140deg, #f4f8ff 0%, #ffffff 64%);
}

.vn-account-v2-modal .modal-title {
  font-weight: 700;
  color: #20396a;
}

.vn-account-v2-modal .modal-footer {
  border-top: 1px solid rgba(15, 32, 63, 0.08);
}

.vn-account-v2-modal .form-control {
  border: 1px solid rgba(21, 45, 80, 0.15);
  border-radius: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 991.98px) {
  .vn-account-v2-hero-content {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .vn-account-v2-avatar-block {
    margin-bottom: -52px;
    width: 100%;
    max-width: 360px;
    justify-self: center;
  }

  .vn-account-v2-title-wrap {
    text-align: center;
  }

  .vn-account-v2-subtitle {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .vn-topbar-v2 .navbar-translate {
    width: 100%;
  }

  .vn-topbar-v2-brand-text {
    font-size: 14px;
  }

  .vn-account-v2-hero {
    border-radius: 20px;
  }

  .vn-account-v2-hero-content {
    padding: 24px 16px 84px;
    min-height: 260px;
  }

  .vn-account-v2-avatar-block {
    margin-bottom: -42px;
    border-radius: 16px;
    max-width: none;
  }

  .vn-account-v2-page .profile-photo-avatar {
    width: 108px;
    height: 108px;
  }

  .vn-account-v2-page .profile-data-card,
  .vn-account-v2-page .account-section-card,
  .vn-account-v2-page .vn-account-v2-card-stack {
    border-radius: 16px;
  }

  .vn-account-v2-modal .modal-dialog {
    margin: 0;
    min-height: 100vh;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .vn-account-v2-modal .modal-content {
    width: 100%;
    border-radius: 22px 22px 0 0;
    max-height: min(88vh, 720px);
    display: flex;
    flex-direction: column;
  }

  .vn-account-v2-modal .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 22px;
  }

  .vn-account-v2-modal .modal-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #fff;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }
}