@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';
@import '_content/Common.RazorComponents/Common.RazorComponents.bundle.scp.css';

/* _content/Axomo.Core.Backoffice/Components/Pages/Home.razor.rz.scp.css */
:deep .mud-input .mud-input-root-outlined[b-ixdnhlbq34] {
  font-size: 1em !important;
}
[b-ixdnhlbq34] .mud-input > input.mud-input-root:disabled {
  background: #D0D5DD;
}
[b-ixdnhlbq34] .mud-paper {
  border-radius: 12px !important;
}
.login-header[b-ixdnhlbq34] {
  justify-self: center;
  display: flex;
  flex-direction: column;
  color: #002E2E;
  font-size: 59px;
  font-family: Roboto;
  font-weight: 700;
  word-wrap: break-word;
  margin: 0 auto;
}
/* _content/Axomo.Core.Backoffice/Components/Pages/MessageManager/MessageConfig/Tabs/InAppNotificationTab.razor.rz.scp.css */
.right-pane[b-zmvuzk3fc1] {
  border-left: 1px solid var(--mud-palette-lines, #e0e0e0);
}
.notification-time[b-zmvuzk3fc1] {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 4px;
}
.background-preview-card[b-zmvuzk3fc1] {
  background: #F2F2F5;
  padding: 18px;
  border-radius: 12px;
}
.remove-image-link[b-zmvuzk3fc1] {
  color: #d92d20 !important;
}
.replace-image-link[b-zmvuzk3fc1] {
  color: #1570ef !important;
}
/* _content/Axomo.Core.Backoffice/Components/Pages/MessageManager/MessageConfig/Tabs/NotificationFlyoutPreview.razor.rz.scp.css */
.notification-flyout-popover[b-v4od8lbcyk] {
  z-index: 1300;
}
.notification-flyout[b-v4od8lbcyk] {
  width: 470px;
  max-height: 390px;
  min-height: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.notification-header[b-v4od8lbcyk] {
  padding: 20px 20px 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mark-all-read-link[b-v4od8lbcyk] {
  font-size: 14px;
  color: #137FA7 !important;
  text-decoration: none;
  cursor: pointer;
}
.mark-all-read-link:hover[b-v4od8lbcyk] {
  text-decoration: underline;
}
.go-to-inbox-link[b-v4od8lbcyk] {
  font-size: 14px;
  color: #d32f2f !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 500;
}
.go-to-inbox-link:hover[b-v4od8lbcyk] {
  text-decoration: underline;
}
.notifications-list[b-v4od8lbcyk] {
  max-height: 452px;
  overflow-y: auto;
}
.notifications-list[b-v4od8lbcyk]::-webkit-scrollbar {
  width: 6px;
}
.notifications-list[b-v4od8lbcyk]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.notifications-list[b-v4od8lbcyk]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.notifications-list[b-v4od8lbcyk]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.notification-item[b-v4od8lbcyk] {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color 0.2s ease;
  position: relative;
  min-height: 66px;
  border-radius: 8px;
  background-color: #F9FAFB;
}
.notification-item:hover[b-v4od8lbcyk] {
  background-color: #f8f9fa;
}
.notification-item.unread[b-v4od8lbcyk] {
  background-color: #F5FEFF;
}
.notification-item.read[b-v4od8lbcyk] {
  opacity: 0.8;
}
.unread-indicator[b-v4od8lbcyk] {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 8px;
  height: 8px;
  background-color: #1976d2;
  border-radius: 50%;
}
.notification-content[b-v4od8lbcyk] {
  display: flex;
  gap: 12px;
  flex: 1;
  max-width: 70%;
}
.notification-icon[b-v4od8lbcyk] {
  flex-shrink: 0;
}
.notification-type-icon[b-v4od8lbcyk] {
  font-size: 20px;
  color: #666;
}
.notification-details[b-v4od8lbcyk] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-details .notification-title[b-v4od8lbcyk] {
  font-weight: 500;
  font-size: 14px;
  color: #424242;
  line-height: 1.3;
  font-family: Roboto;
}
.notification-details .notification-time[b-v4od8lbcyk] {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 4px;
}
.time-separator[b-v4od8lbcyk] {
  color: #d0d5dd;
  font-weight: bold;
}
.notification-actions[b-v4od8lbcyk] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-left: 1px solid #e0e0e0;
  opacity: 0;
  transition: opacity 0s ease;
  flex-shrink: 0;
}
.notification-actions.visible[b-v4od8lbcyk] {
  opacity: 1;
}
.notification-actions .action[b-v4od8lbcyk] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  color: #475467;
  height: 100%;
  width: 63px;
  box-sizing: border-box;
}
.notification-actions .action:hover[b-v4od8lbcyk] {
  background-color: #f8f9fa;
}
.notification-actions .mark-read[b-v4od8lbcyk] {
  background-color: #EAECF0;
}
.notification-actions .mark-read:hover[b-v4od8lbcyk] {
  background-color: #F2F4F7;
}
.notification-actions .delete[b-v4od8lbcyk] {
  background-color: #F04438;
  color: #fff;
}
.notification-actions .delete:hover[b-v4od8lbcyk] {
  background-color: #b71c1c;
}
/* _content/Axomo.Core.Backoffice/Components/Pages/MessageManager/MessageConfig/Tabs/PhonePreview.razor.rz.scp.css */
.sms-card[b-ucloxwio3e] {
  background: #F2F2F5;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  justify-content: center;
}
.sms-phone[b-ucloxwio3e] {
  position: relative;
  width: 360px;
  height: 700px;
  background: #fff;
  border-radius: 46px;
  box-shadow: 0 12px 32px, inset 0 0 0 3px;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.sms-notch[b-ucloxwio3e] {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 32px;
  background: #000;
  border-radius: 18px;
}
.sms-statusbar[b-ucloxwio3e] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 14px 6px;
  background: linear-gradient(#FBFBFD, #F7F7FA);
  border-bottom: 1px solid rgba(60, 60, 67, 0.16);
}
.sms-time[b-ucloxwio3e] {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.sms-dots[b-ucloxwio3e] {
  margin-left: auto;
  width: 48px;
  height: 10px;
  opacity: 0.65;
}
.sms-titlebar[b-ucloxwio3e] {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  background: #FBFBFD;
  border-bottom: 1px solid rgba(60, 60, 67, 0.12);
}
.sms-back[b-ucloxwio3e] {
  position: absolute;
  left: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #0B62FF;
  background: rgba(11, 98, 255, 0.08);
}
.sms-contact[b-ucloxwio3e] {
  text-align: center;
}
.sms-name[b-ucloxwio3e] {
  font-weight: 700;
  font-size: 15px;
  color: #111827;
  letter-spacing: -0.2px;
}
.sms-lastseen[b-ucloxwio3e] {
  font-size: 11px;
  color: #6C6C70;
  margin-top: 2px;
}
.sms-avatar[b-ucloxwio3e] {
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6e6e6, #cfcfcf);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sms-screen[b-ucloxwio3e] {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  bottom: 34px;
  background: #F6F7FB;
  padding: 18px 16px;
  overflow: auto;
}
.sms-day[b-ucloxwio3e] {
  margin: 6px auto 10px;
  width: max-content;
  background: rgba(52, 52, 52, 0.55);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.sms-bubble-out[b-ucloxwio3e] {
  align-self: flex-end;
  margin-left: auto;
  background: #007AFF;
  color: #fff;
  border-radius: 18px 18px 6px 18px;
  padding: 12px 14px;
  max-width: 78%;
  line-height: 1.35;
  font-size: 13.6px;
  letter-spacing: 0.1px;
  word-wrap: break-word;
  box-shadow: 0 2px 6px rgba(2, 99, 224, 0.25);
  position: relative;
}
.sms-bubble-out[b-ucloxwio3e]::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #007AFF;
  border-bottom-left-radius: 10px;
}
.sms-bubble-out a[b-ucloxwio3e] {
  color: #D6ECFF;
  text-decoration: underline;
}
.sms-bottom-fade[b-ucloxwio3e] {
  position: sticky;
  bottom: -1px;
  height: 50px;
  margin-top: 18px;
  background: linear-gradient(180deg, rgba(246, 247, 251, 0) 0%, #F6F7FB 55%, #FBFBFD 100%);
  pointer-events: none;
}
.sms-homebar[b-ucloxwio3e] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 102px;
  height: 5px;
  background: #000;
  border-radius: 3.5px;
}
/* _content/Axomo.Core.Backoffice/Components/Pages/MessageManager/MessageConfig/Tabs/TextMessageTab.razor.rz.scp.css */
.right-pane[b-epzcavuycb] {
  border-left: 1px solid var(--mud-palette-lines, #e0e0e0);
}
.view-variable-btn[b-epzcavuycb] {
  background-color: #eaecf0;
  color: #344054;
}
/* _content/Axomo.Core.Backoffice/Components/Pages/StoreManager/StoreManager.razor.rz.scp.css */
/*@border-radius: 12px;

::deep .mud-input > input.mud-input-root {
    font-size: 1em !important;
}

::deep .search-field {
    width: 300px;
}

.compact-select .mud-input {
    height: 30px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.pagination-blue .mud-button-text .mud-button-label {
    color: darkblue;
}

::deep .mud-table {
    border-radius: @border-radius !important;
}

::deep .mud-table-container {
    border-top-right-radius: @border-radius !important;
    border-top-left-radius: @border-radius !important;
}

::deep .stores-table-head {
    background-color: #B7341E;

    .column-header {
        color: white;
        font-size: 1em;
        border-right: 1px solid white;
    }

    .mud-table-cell:last-child .column-header {
        border-right: none;
    }
}

::deep .stores-table-row {
    .mud-table-cell:last-child {
        border-right: none;
    }
}

.mud-sort-index {
    color: var(--mud-palette-surface);
}

.mud-table-cell {
    font-weight: bold;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mud-table-row {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.mud-popover {
    width: 500px !important;
}

.check-box-container .mud-input-control {
    width: 50% !important;
}

.blur-bg {
    backdrop-filter: blur(1px) !important;
}

::deep .stores-table-row .mud-table-cell {
    padding: 0px 0px 0px 0px !important;
}*/
/* _content/Axomo.Core.Backoffice/Components/Pages/StoreManager/StoreManagerDialog.razor.rz.scp.css */
.header-text[b-hyauikteix] {
  font-weight: bold;
  font-size: 1.8em;
}
[b-hyauikteix] .close-button {
  color: #344054;
  background-color: #F2F4F7;
}
/*::deep .bottom-button {
    width: 9vw;
}*/
[b-hyauikteix] .text-class {
  margin-bottom: 8px;
  font-weight: bold;
}
/* _content/Axomo.Core.Backoffice/Components/Pages/TooltipManager/TooltipManager.razor.rz.scp.css */
[b-l49wkj5g84] .selected {
  background-color: #F7FAF1 !important;
}
[b-l49wkj5g84] .table-row-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 7rem;
  width: 100%;
  margin-top: 0.5rem;
}
[b-l49wkj5g84] .icon-text-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
