*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.text-muted-sm {
  color: #5b6472;
  font-size: 12px;
}

.text-medium {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

code:not([class]) {
  background: #f1f3f5;
  border-radius: 4px;
  color: #f8464a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.875em;
  padding: 0.12em 0.38em;
}

.page-title h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.user-area .user-menu .nav-link strong {
  color: #1f2430;
  font-size: 14px;
}
.user-area .user-menu .nav-link small {
  font-size: 12px;
}

.navbar .navbar-nav li.menu-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  border-radius: 4px;
  transition: background-color 0.15s ease;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li > a {
  transition: color 0.15s ease;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li.active > a {
  font-weight: 600;
}

.footer {
  border-top: 1px solid #e6e9ed;
  color: #5b6472;
  font-size: 12px;
}

.masonry-grid, .masonry-grid-3 {
  column-gap: 24px;
  columns: 2;
}
@media (max-width: 992px) {
  .masonry-grid, .masonry-grid-3 {
    columns: 1;
  }
}

.masonry-item {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
}
.masonry-item > .card {
  margin-bottom: 24px;
}

.masonry-grid-3 {
  columns: 3;
}
@media (max-width: 1200px) {
  .masonry-grid-3 {
    columns: 2;
  }
}
@media (max-width: 992px) {
  .masonry-grid-3 {
    columns: 1;
  }
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  width: 32px;
}
.btn-icon i {
  font-size: 14px;
  line-height: 1;
}

.btn:disabled,
.btn.is-loading {
  cursor: not-allowed;
  opacity: 0.65;
}

.card-header-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 576px) {
  .card-header-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

.stat-widget-five .stat-text {
  font-size: 1.375rem;
  font-weight: 700;
}
.stat-widget-five .stat-heading {
  color: #5b6472;
  font-size: 12px;
}

.breadcrumbs .breadcrumb {
  background: transparent;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.breadcrumbs .breadcrumb li.active {
  color: #1f2430;
  font-weight: 600;
}
@media (max-width: 768px) {
  .breadcrumbs .page-header.float-left,
  .breadcrumbs .page-header.float-right {
    float: none !important;
    width: 100%;
  }
  .breadcrumbs .breadcrumb {
    justify-content: flex-start;
    margin-top: 4px;
  }
}

.table th {
  border-top: 0;
  color: #5b6472;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.table td {
  vertical-align: middle;
}
.table .table-actions {
  white-space: nowrap;
  width: 1%;
}

.row-removing {
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.table-empty {
  color: #5b6472;
  padding: 32px;
  text-align: center;
}
.table-empty i {
  display: block;
  font-size: 2rem;
  margin-bottom: 8px;
  opacity: 0.4;
}

.form-control.is-invalid {
  border-color: #f8464a;
}
.form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.15rem rgba(248, 70, 74, 0.2);
}

.invalid-feedback {
  color: #f8464a;
  font-size: 12px;
}

label.required::after {
  color: #f8464a;
  content: " *";
}

.form-text {
  color: #5b6472;
  font-size: 12px;
}

.modal .modal-header {
  align-items: center;
  border-bottom: 1px solid #e6e9ed;
}
.modal .modal-title {
  font-size: 16px;
  font-weight: 600;
}
.modal .modal-footer {
  border-top: 1px solid #e6e9ed;
}
.modal .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 3px;
}
.modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgb(176.9418604651, 186.5, 196.0581395349);
}
.modal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.swal2-container.swal2-top-end {
  z-index: 1060;
}

.settings-tabs {
  border-right: 1px solid #e6e9ed;
  padding-right: 8px;
}
.settings-tabs .nav-link {
  border-radius: 4px;
  color: #5b6472;
  margin-bottom: 4px;
  padding: 8px 16px;
}
.settings-tabs .nav-link i {
  margin-right: 8px;
  width: 16px;
}
.settings-tabs .nav-link:hover {
  background: #f8f9fa;
  color: #1f2430;
}
.settings-tabs .nav-link.active {
  background: var(--crm-primary, #00a887);
  color: #ffffff;
}
@media (max-width: 768px) {
  .settings-tabs {
    border-right: 0;
    border-bottom: 1px solid #e6e9ed;
    flex-direction: row !important;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-right: 0;
  }
}

.setting-color .setting-color-picker {
  cursor: pointer;
  flex: 0 0 52px;
  height: 38px;
  padding: 2px;
}
.setting-color .setting-color-text {
  flex: 1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}

.setting-image .setting-image-preview {
  align-items: center;
  background: #f8f9fa;
  border: 1px dashed #e6e9ed;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  padding: 8px;
}
.setting-image .setting-image-preview img {
  background: #ffffff;
  max-height: 48px;
  max-width: 160px;
  object-fit: contain;
}

.client-filters {
  background: #f8f9fa;
  border: 1px solid #e6e9ed;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 16px 16px 8px;
}
.client-filters label {
  font-weight: 600;
}

.client-group-badge {
  color: #ffffff;
  font-weight: 600;
  padding: 0.35em 0.7em;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-bottom: 0;
}
.detail-list dt {
  color: #5b6472;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.detail-list dd {
  margin-bottom: 0;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.detail-item {
  min-width: 0;
}

.detail-item-full {
  grid-column: 1/-1;
}

.client-notes {
  white-space: pre-wrap;
}

.badge-contact-type {
  font-weight: 400;
  padding: 0.35em 0.7em;
}
.badge-contact-type i {
  margin-right: 4px;
}

.badge-contact-company {
  background-color: rgba(61, 165, 244, 0.12);
  color: rgb(13.0819512195, 136.7658536585, 230.7180487805);
}

.badge-contact-private {
  background-color: rgba(77, 82, 89, 0.12);
  color: #4d5259;
}

.form-radio-group {
  padding-top: 4px;
}
.form-radio-group .custom-control-inline {
  margin-right: 24px;
}

.import-progress .progress {
  height: 20px;
  margin-bottom: 8px;
}
.import-progress .progress-bar {
  background-color: var(--crm-primary, #00a887);
  transition: width 0.4s ease;
}

.table-select {
  width: 36px;
  text-align: center;
  padding-right: 4px;
  padding-left: 4px;
}

.table-select-box {
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  accent-color: var(--crm-primary, #00a887);
}

tr.is-selected > td {
  background-color: rgba(0, 168, 135, 0.06);
}

.bulk-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 12px;
  background-color: rgba(0, 168, 135, 0.08);
  border: 1px solid rgba(0, 168, 135, 0.25);
  border-radius: var(--crm-radius, 4px);
}
.bulk-bar[hidden] {
  display: none;
}

.bulk-bar-count {
  font-weight: 600;
  color: #1f2430;
}

.bulk-bar-sep {
  color: #ced4da;
  user-select: none;
}

.bulk-bar-action {
  padding: 0 4px;
  border: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  color: var(--crm-primary, #00a887);
  cursor: pointer;
}
.bulk-bar-action:hover, .bulk-bar-action:focus {
  text-decoration: underline;
  outline: none;
}
.bulk-bar-action:focus-visible {
  outline: 2px solid var(--crm-primary, #00a887);
  outline-offset: 2px;
}
.bulk-bar-action[disabled] {
  opacity: 0.5;
  cursor: default;
  text-decoration: none;
}
.bulk-bar-action.is-danger {
  color: #f8464a;
}
.bulk-bar-action.is-muted {
  color: #5b6472;
}

.lookup-list-nav .list-group-item {
  border-left: 3px solid transparent;
  color: #1f2430;
  font-size: 14px;
  padding: 8px 16px;
}
.lookup-list-nav .list-group-item:hover {
  background-color: #f8f9fa;
}
.lookup-list-nav .list-group-item.active {
  background-color: #f8f9fa;
  border-left-color: var(--crm-primary, #00a887);
  color: var(--crm-primary, #00a887);
  font-weight: 600;
}
.lookup-list-nav .badge {
  font-weight: 400;
}

.prepop-card .card-header strong {
  line-height: 1.6;
}

.prepop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #e6e9ed;
  border-radius: var(--crm-radius, 4px);
  background-color: #ffffff;
}

.prepop-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 8px;
  border-bottom: 1px solid #f1f3f5;
}
.prepop-item:last-child {
  border-bottom: 0;
}
.prepop-item:hover {
  background-color: #f8f9fa;
}

.prepop-label {
  min-width: 0;
  word-break: break-word;
}

.prepop-remove {
  flex-shrink: 0;
  padding: 0 4px;
  color: #adb5bd;
  line-height: 1;
}
.prepop-remove:hover, .prepop-remove:focus {
  color: #f8464a;
  text-decoration: none;
}

.prepop-empty {
  margin: 0;
  padding: 8px 0;
  color: #5b6472;
  font-size: 12px;
}

.prepop-add {
  border-left: 1px solid #e6e9ed;
}
@media (max-width: 768px) {
  .prepop-add {
    border-left: 0;
    border-top: 1px solid #e6e9ed;
    margin-top: 16px;
    padding-top: 16px;
  }
}

.media-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.media-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.media-header-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.media-header-filters select {
  flex: 0 1 auto;
  width: auto;
  min-width: 130px;
  max-width: 170px;
}
@media (max-width: 768px) {
  .media-header-filters {
    flex-wrap: wrap;
    width: 100%;
  }
  .media-header-filters select,
  .media-header-filters input {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.media-header-search {
  flex: 0 1 200px;
  min-width: 120px;
}
@media (max-width: 768px) {
  .media-header-search {
    max-width: 100%;
    width: 100%;
  }
}

.media-header .media-header-left {
  flex: 0 0 auto;
}
.media-header .media-header-filters {
  flex: 0 1 auto;
  min-width: 0;
}

.media-scroll-sentinel {
  padding: 16px;
  text-align: center;
  color: #5b6472;
  font-size: 12px;
}
.media-scroll-sentinel[hidden] {
  display: none;
}

.media-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.media-main {
  flex: 1;
  min-width: 0;
}

.media-sidebar {
  flex: 0 0 300px;
  width: 300px;
  padding: 16px;
  background-color: #f8f9fa;
  border: 1px solid #e6e9ed;
  border-radius: var(--crm-radius, 4px);
}
.media-sidebar[hidden] {
  display: none;
}
@media (max-width: 992px) {
  .media-sidebar {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .media-layout {
    flex-direction: column;
  }
}

.media-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .media-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.media-picker-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.media-picker-toolbar select {
  flex: 0 1 auto;
  width: auto;
  min-width: 120px;
  max-width: 160px;
}
.media-picker-toolbar input[type=search] {
  flex: 1 1 auto;
  min-width: 100px;
}
@media (max-width: 768px) {
  .media-picker-toolbar {
    flex-wrap: wrap;
  }
  .media-picker-toolbar select,
  .media-picker-toolbar input[type=search] {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.media-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
  max-height: 55vh;
  overflow-y: auto;
  padding: 4px;
}

.media-tile {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e6e9ed;
  border-radius: var(--crm-radius, 4px);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.media-tile:hover, .media-tile:focus {
  border-color: var(--crm-primary, #00a887);
  outline: none;
}
.media-tile:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 168, 135, 0.25);
}
.media-tile.is-selected {
  border-color: var(--crm-primary, #00a887);
  box-shadow: 0 0 0 2px var(--crm-primary, #00a887);
}

.media-tile-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #f8f9fa;
  overflow: hidden;
}
.media-tile-thumb.is-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-tile-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #adb5bd;
}
.media-tile-icon i {
  font-size: 34px;
  line-height: 1;
}
.media-tile-icon em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.media-tile-name {
  display: block;
  padding: 8px;
  font-size: 12px;
  color: #1f2430;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  max-height: 240px;
  padding: 8px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e6e9ed;
  border-radius: var(--crm-radius, 4px);
}
.media-preview img {
  max-height: 220px;
  object-fit: contain;
}

.media-preview-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #adb5bd;
}
.media-preview-icon i {
  font-size: 56px;
  line-height: 1;
}
.media-preview-icon em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

.media-save-state {
  min-height: 1.125rem;
  margin: 0 0 8px;
  font-size: 12px;
  color: #5b6472;
}
.media-save-state.is-error {
  color: #f8464a;
}

.media-tile.is-uploading {
  cursor: default;
  pointer-events: none;
}

.media-tile-uploading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #f1f3f5;
}

.media-progress-ring {
  display: block;
  width: 46px;
  height: 46px;
  transform: rotate(-90deg);
}
.media-progress-ring circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}
.media-progress-ring .media-progress-track {
  stroke: #ced4da;
}
.media-progress-ring .media-progress-value {
  stroke: url(#mediaProgressGradient);
  transition: stroke-dashoffset 0.2s linear;
}

.media-progress-label {
  font-size: 12px;
  font-weight: 600;
  color: #5b6472;
}

.media-tile-uploading.is-failed {
  background-color: rgba(248, 70, 74, 0.08);
}
.media-tile-uploading.is-failed .media-progress-label {
  color: #f8464a;
}

.media-dropzone {
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
  color: #5b6472;
  border: 2px dashed #ced4da;
  border-radius: var(--crm-radius-lg, 8px);
  background-color: #f8f9fa;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.media-dropzone i {
  font-size: 32px;
  display: block;
  margin-bottom: 4px;
  color: #adb5bd;
}
.media-dropzone.is-over {
  border-color: var(--crm-primary, #00a887);
  background-color: rgba(0, 168, 135, 0.06);
}
.media-dropzone.is-busy {
  opacity: 0.6;
  pointer-events: none;
}

.profile-summary .profile-avatar {
  display: inline-block;
}
.profile-summary .profile-avatar img {
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  height: 120px;
  object-fit: cover;
  width: 120px;
}

.profile-meta dt {
  color: #5b6472;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}
.profile-meta dd {
  margin-bottom: 8px;
}
.profile-meta dd:last-child {
  margin-bottom: 0;
}

.profile-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #5b6472;
  font-weight: 600;
  padding: 8px 16px;
}
.profile-tabs .nav-link i {
  margin-right: 4px;
}
.profile-tabs .nav-link:hover {
  border-bottom-color: #e6e9ed;
  color: #1f2430;
}
.profile-tabs .nav-link.active {
  background: none;
  border-bottom-color: var(--crm-primary, #00a887);
  color: var(--crm-primary, #00a887);
}

.profile-avatar-preview {
  background: #f8f9fa;
  border: 1px solid #e6e9ed;
  border-radius: 50%;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.install-body {
  background: #f1f3f5;
  min-height: 100vh;
  padding: 32px 16px;
}

.install-shell {
  margin: 0 auto;
  max-width: 720px;
}

.install-header {
  margin-bottom: 24px;
  text-align: center;
}
.install-header h1 {
  color: #00a887;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
}
.install-header p {
  color: #5b6472;
  margin: 0;
}

.install-logo {
  display: block;
  height: auto;
  margin: 0 auto 4px;
  max-height: 56px;
  max-width: 220px;
  object-fit: contain;
}

.install-steps {
  display: flex;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.install-step {
  flex: 1;
  position: relative;
  text-align: center;
}
.install-step::before {
  background: #e6e9ed;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 0;
}
.install-step:first-child::before {
  display: none;
}
.install-step.is-done::before, .install-step.is-current::before {
  background: #00a887;
}

.install-step-number {
  align-items: center;
  background: #ffffff;
  border: 2px solid #e6e9ed;
  border-radius: 50%;
  color: #5b6472;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}
.is-current .install-step-number {
  background: #00a887;
  border-color: #00a887;
  color: #ffffff;
}
.is-done .install-step-number {
  background: #29b662;
  border-color: #29b662;
  color: #ffffff;
}

.install-step-label {
  color: #5b6472;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.is-current .install-step-label {
  color: #1f2430;
  font-weight: 600;
}

.install-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.install-card h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .install-card {
    padding: 24px 16px;
  }
}

.install-section-title {
  border-bottom: 1px solid #e6e9ed;
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 16px;
  padding-bottom: 8px;
}

.install-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.install-check-list li {
  align-items: center;
  border-bottom: 1px solid #f1f3f5;
  display: flex;
  gap: 8px;
  padding: 8px 0;
}
.install-check-list li:last-child {
  border-bottom: 0;
}
.install-check-list li > i {
  flex: 0 0 auto;
}
.install-check-list li.is-ok > i {
  color: #29b662;
}
.install-check-list li.is-bad > i {
  color: #f8464a;
}
.install-check-list li.is-bad {
  color: #f8464a;
}

.install-check-label {
  flex: 1;
}

.install-check-detail {
  color: #5b6472;
  font-size: 12px;
}

.install-avatar-preview {
  background: #f8f9fa;
  border: 1px solid #e6e9ed;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  object-fit: cover;
}

.install-logo-preview {
  background: #f8f9fa;
  border: 1px solid #e6e9ed;
  border-radius: 4px;
  max-height: 56px;
  max-width: 140px;
  object-fit: contain;
  padding: 4px;
}

.install-actions {
  border-top: 1px solid #e6e9ed;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 24px;
  padding-top: 24px;
}

.install-footer {
  color: #5b6472;
  margin-top: 24px;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.gap-sm {
  gap: 8px;
}

.gap-md {
  gap: 16px;
}

.gap-lg {
  gap: 24px;
}
