/* /Layout/LoginLayout.razor.rz.scp.css */
.container__b__0[b-u7ojpb1sv7] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--ant-layout-body-background);
}

.lang[b-u7ojpb1sv7] {
  width: 100%;
  text-align: right;
  padding: 8px 24px;
}

.content[b-u7ojpb1sv7] {
  flex: 1;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top[b-u7ojpb1sv7] {
  text-align: center;
}

.header[b-u7ojpb1sv7] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 44px;
}

.header a[b-u7ojpb1sv7] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.logo[b-u7ojpb1sv7] {
  height: 44px;
  margin-right: 16px;
}

.title[b-u7ojpb1sv7] {
  font-size: 33px;
  color: var(--bs-primary-bg-subtle);
  font-weight: 600;
  position: relative;
  top: 2px;
}

.desc[b-u7ojpb1sv7] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}

footer[b-u7ojpb1sv7] {
  text-align: center;
  padding: 24px 0;
  color: var(--bs-primary-bg-subtle);
  font-size: 14px;
}

footer a[b-u7ojpb1sv7] {
  color: var(--bs-primary);
  margin: 0 8px;
  transition: color 0.3s;
}

footer a:hover[b-u7ojpb1sv7] {
  color: var(--bs-primary-hover);
}

@media (min-width: 768px) {
  .container__b__0[b-u7ojpb1sv7] {
    background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
  }

  .container__b__0 .content[b-u7ojpb1sv7] {
    padding: 32px 0 24px;
  }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* MainLayout with Ant Design */
.logo[b-o6btoisvl8] {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2);
    margin: 16px;
    border-radius: 6px;
}

/* Smooth transitions */
[b-o6btoisvl8] .ant-layout-sider {
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

[b-o6btoisvl8] .ant-layout-header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

[b-o6btoisvl8] .ant-layout-content {
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    [b-o6btoisvl8] .ant-layout-sider {
        position: fixed !important;
        z-index: 999;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* NavMenu with Ant Design - Custom styles */

/* Customize menu items spacing */
[b-7t2tpy8v8z] .ant-menu-item {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Icon spacing */
[b-7t2tpy8v8z] .ant-menu-item .anticon {
    margin-right: 10px;
}

[b-7t2tpy8v8z] .ant-menu-submenu-title .anticon {
    margin-right: 10px;
}

/* Active menu item style */
[b-7t2tpy8v8z] .ant-menu-item-selected {
    background-color: #1890ff !important;
}

/* Submenu styles */
[b-7t2tpy8v8z] .ant-menu-submenu-title {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Menu in collapsed state */
[b-7t2tpy8v8z] .ant-menu-inline-collapsed > .ant-menu-item,
[b-7t2tpy8v8z] .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
    padding: 0 calc(50% - 14px);
}
/* /Pages/Clientes/DetalleCliente.razor.rz.scp.css */
.avatarHolder[b-8eciuu1g2g] {
  margin-bottom: 24px;
  text-align: center;
}

.avatarHolder > img[b-8eciuu1g2g] {
  width: 104px;
  height: 104px;
  margin-bottom: 20px;
}

.avatarHolder .name[b-8eciuu1g2g] {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85); /* @heading-color */
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.detail p[b-8eciuu1g2g] {
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
}

.detail p:last-child[b-8eciuu1g2g] {
  margin-bottom: 0;
}

.detail i[b-8eciuu1g2g] {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
}

.tagsTitle[b-8eciuu1g2g],
.teamTitle[b-8eciuu1g2g] {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85); /* @heading-color */
  font-weight: 500;
}

.tags .ant-tag[b-8eciuu1g2g] {
  margin-bottom: 8px;
}

.team .ant-avatar[b-8eciuu1g2g] {
  margin-right: 12px;
}

.team a[b-8eciuu1g2g] {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85); /* @text-color */
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: color 0.3s;
}

.team a:hover[b-8eciuu1g2g] {
  color: #1890ff; /* @primary-color */
}

.tabsCard .ant-card-head[b-8eciuu1g2g] {
  padding: 0 16px;
}
