

:root {
    --bs-primary: #3a547a;
    --bs-btn-bg: #3a547a;
    --bs-table-striped-bg: e5e5e5;
}
.btn-primary {
  background-color: #3a547a !important;
  border-color: #3a547a !important;
}
.btn-primary:hover { opacity: 0.85;  }
.btn-outline-primary {
  color: #3a547a !important;
  border-color: transparent !important;
  border-radius: 5px;
  background-color: #e5e5e5 !important;
}
.btn-outline-primary:hover { background-color: #ccc !important; Xborder-color: #3a547a !important; }

html,
body { font-family: "Raleway", sans-serif !important; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 16px; }

body {
   background-color: rgb(37, 48, 63) !important;
   background-color: #f4f7fb !important;
   /*background-image: linear-gradient(110deg, #5b7489 0%, #1f2e58 70%);*/
   
}
h1, .h1, h2, h3, h4 {color:#1c2737 !important; margin-bottom: 30px; }

.app-layout {
    display: flex;
    min-height: 100vh;
}




/*container */
.mobile-nav {
    /*position: relative;*/
    z-index: 1000;
}

/* Hamburger button */
.hamburger { width: 38px; height: 26px; position: absolute; border: none; background: none; cursor: pointer; z-index: 1100;  top: 8px; left:4px; background-color: transparent; border: none;}

    .hamburger span { display: block; height: 4px; width: 100%; background: black; margin-bottom: 6px; border-radius: 3px; transition: all 0.3s ease; }

    /* Animation to X */
    .hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(6px, 8px); }

    .hamburger.open span:nth-child(2) { opacity: 0; }

    .hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(6px, -8px); }

 .hamburger.open      { background-color: transparent}
 .hamburger.open span { background:white }

/* Side menu */
.side-menu {
    position: relative;
    top: 0;
    left: -95%;
    width: 260px;
    height: 100%;
    background: linear-gradient(180deg, #1f2e58, #3a547a);
    padding: 0px 10px;
    padding-top: 30px;    
    box-shadow: 5px 0 20px rgba(0,0,0,0.2);
    margin-right: -95%;
    transition: left 0.3s ease;
}

.side-menu.show {
    left: 0;
    margin-right: 0px;
}
@media (min-width: 992px) {
    .hamburger { display: none !important; }
    .side-menu.show, .side-menu {
        left: 0 !important;
        margin-right: 0px !important;
    }
}
@media (max-width: 992px) {
    
    .side-menu.show, .side-menu {
        Xmargin-right: -95% !important;
        width: 95% !important;
        max-width: 300px !important;
        position:absolute;
    }
}






.quickgrid[theme=default] > tbody > tr > td {padding-top: 10px !important; padding-bottom: 10px !important;}


.table tbody tr, .table tbody tr td {
    background-color: #fff !important;
    color:#1c2737  !important;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.topbar {
    background: white;
    padding: 1rem 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.content { padding: 3rem !important; width: 100%; max-width: 1400px; margin: 0 auto; }
@media (max-width: 992px) { .content { padding: 1rem !important; }}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
}
  .pagination-page-btn,
  .pagination-page-placeholder {
    width: 50px;
    min-width: 50px;
    text-align: center;
  }

.modern-pagination .page-link {
    border: none;
    margin: 0 4px;
    border-radius: 10px;
    padding: 0.5rem 0.9rem;
    color: #374151;
    background-color: transparent;
    transition: all 0.2s ease;
}

.modern-pagination .page-link:hover {
    background-color: #f3f4f6;
}

.modern-pagination .page-item.active .page-link {
    background-color: #f3f4f6;
    color: #374151;
    font-weight: 600;
}

.modern-pagination .page-link:focus {
    box-shadow: none;
}

.card {
    background-color: transparent !important;
    background: rgba(255, 255, 255, 0.8) !important;
    /*backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;*/
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 30px;
    width: 100%;
}


/*.tooltip {  color: #f4f7fb !important; padding: 0.5rem 0.75rem !important; font-size: 0.85rem !important; }*/

.tooltip .tooltip-inner {
 /* backdrop-filter: blur(6px);*/
  background: rgba(20, 20, 20, 1);
  border: 1px solid rgba(20,20,20,1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}



a,
.btn-link {
  color: #3a547a ;
  text-decoration:none ;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
  padding-top: 1.1rem;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h4 {
  margin-bottom: 1rem;
}

.page-content p,
.page-content p {
  line-height: 1.7;
}

.page-content style {
  display: none;
}

.page-content-marketing {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.page-content-hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  background:
    radial-gradient(circle at top right, rgba(99, 132, 170, 0.22), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #eef4fa 45%, #dfe9f5 100%);
}

.page-content-eyebrow,
.page-content-section-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(58, 84, 122, 0.1);
  color: #3a547a;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-content-lead {
  font-size: 1.15rem;
  color: #34465d;
}

.page-content-cta-row,
.page-content-cta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-content-cta-stack {
  flex-direction: column;
}

.page-content-cta {
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
}

.page-content-trust-row,
.page-content-industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.page-content-chip,
.page-content-industry-list span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(58, 84, 122, 0.12);
  color: #30445e;
  font-weight: 600;
}

.page-content-hero-photo,
.page-content-side-photo {
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 20px 45px rgba(39, 57, 84, 0.18);
}

.page-content-hero-photo {
  min-height: 420px;
}

.page-content-side-photo {
  min-height: 360px;
}

.page-content-feature-card,
.page-content-step-card,
.page-content-plan-card,
.page-content-plan-copy {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 84, 122, 0.09);
}

.page-content-feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,247,251,0.9));
}

.page-content-step-number {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #3a547a;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-content-plan-card {
  background: linear-gradient(180deg, #1f2e58 0%, #3a547a 100%);
  color: #fff;
}

.page-content-plan-card h3,
.page-content-plan-card p {
  color: #fff !important;
}

.page-content-process-section,
.page-content-split-section,
.page-content-plan-section,
.page-content-feature-grid {
  margin-top: 0.25rem;
}

.page-editor-builder {
  position: relative;
  height: auto;
  min-height: clamp(42rem, 78vh, 64rem);
  border: 1px solid #d9e1ea;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  --gjs-main-color: #263750;
  --gjs-primary-color: #263750;
  --gjs-secondary-color: #d8e0eb;
  --gjs-tertiary-color: #3a547a;
  --gjs-quaternary-color: #ffffff;
  --gjs-font-color: #ebf1f6;
  --gjs-font-color-active: #ffffff;
  --gjs-main-dark-color: rgba(0, 0, 0, 0.16);
  --gjs-secondary-dark-color: rgba(255, 255, 255, 0.08);
  --gjs-main-light-color: rgba(255, 255, 255, 0.1);
  --gjs-secondary-light-color: rgba(235, 241, 246, 0.92);
  --gjs-left-width: clamp(12rem, 18vw, 16rem);
  --gjs-canvas-top: 48px;
}

.page-editor-builder .gjs-editor,
.page-editor-builder .gjs-cv-canvas,
.page-editor-builder .gjs-cv-canvas .gjs-frame-wrapper,
.page-editor-builder .gjs-cv-canvas .gjs-cv-canvas__frames,
.page-editor-builder .gjs-pn-views-container,
.page-editor-builder .gjs-blocks-c,
.page-editor-builder .gjs-sm-sectors,
.page-editor-builder .gjs-layer-manager,
.page-editor-builder .gjs-layers-container {
  min-width: 0;
  min-height: 0;
}

.page-editor-builder .gjs-editor,
.page-editor-builder .gjs-editor-cont {
  height: 100%;
  min-height: inherit;
}

.page-editor-builder .gjs-editor-cont {
  background: #eef3f8;
}

.page-editor-builder .gjs-pn-panel {
  border-color: #d9e1ea;
}

.page-editor-builder .gjs-pn-buttons {
  gap: 0.35rem;
  padding: 0.35rem;
}

.page-editor-builder .gjs-pn-btn {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.page-editor-builder .gjs-devices-c {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
}

.page-editor-builder .gjs-devices-c .gjs-pn-btn {
  width: auto;
  min-width: 4.75rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
}

.page-editor-builder .gjs-cv-canvas {
  background: #eef3f8;
  width: 100%;
  min-height: inherit;
}

.page-editor-builder .gjs-cv-canvas .gjs-cv-canvas__frames {
  padding: 1rem !important;
  overflow: auto !important;
}

.page-editor-builder .gjs-cv-canvas .gjs-frame-wrapper::after {
  display: none;
}

.page-editor-builder .gjs-pn-views,
.page-editor-builder .gjs-pn-views-container,
.page-editor-builder .gjs-blocks-cs,
.page-editor-builder .gjs-sm-sectors,
.page-editor-builder .gjs-layer-manager {
  background: #ffffff;
}

.page-editor-builder .gjs-one-bg {
  background: #263750;
}

.page-editor-builder .gjs-two-color {
  color: #ebf1f6;
}

.page-editor-builder .gjs-three-bg {
  background: #3a547a;
  color: #fff;
}

.page-editor-builder .gjs-four-color,
.page-editor-builder .gjs-pn-btn.gjs-pn-active {
  color: #3a547a;
}

.page-editor-builder .gjs-block {
  width: 100%;
  min-height: 112px;
  padding: 0.95rem 0.85rem;
  border-radius: 0.85rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  text-align: left;
}

.page-editor-builder .gjs-block-label {
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 700;
}

.page-editor-builder .gjs-block svg,
.page-editor-builder .gjs-block i {
  flex-shrink: 0;
  font-size: 1.35rem;
}

.page-editor-builder .gjs-blocks-c {
  padding: 0.75rem;
  gap: 0.75rem;
}

.page-editor-builder .gjs-block-category {
  border-top: 1px solid rgba(217, 225, 234, 0.45);
}

.page-editor-builder .gjs-title {
  background: #edf3f8;
  color: #30445e;
  font-weight: 700;
}

.page-editor-builder .gjs-block-category .gjs-title {
  padding: 0.8rem 1rem;
}

.page-editor-builder .gjs-cv-canvas .gjs-frame-wrapper iframe {
  background: #ffffff;
}

.page-editor-builder .gjs-cv-canvas .gjs-frame-wrapper,
.page-editor-builder .gjs-cv-canvas .gjs-frame {
  background: #ffffff !important;
}

.page-editor-builder .gjs-pn-views-container,
.page-editor-builder .gjs-blocks-c,
.page-editor-builder .gjs-sm-sectors,
.page-editor-builder .gjs-layer-manager,
.page-editor-builder .gjs-layers-container {
  flex: 1 1 auto;
  overflow: auto;
}

.page-editor-builder .gjs-pn-views-container,
.page-editor-builder .gjs-blocks-c,
.page-editor-builder .gjs-sm-sectors,
.page-editor-builder .gjs-layer-manager,
.page-editor-builder .gjs-layers-container {
  padding-bottom: 1rem;
}

.page-editor-builder .gjs-sm-sector,
.page-editor-builder .gjs-layers {
  border-radius: 0;
}

.page-editor-builder .gjs-block-c,
.page-editor-builder .gjs-sm-c,
.page-editor-builder .gjs-layer-manager {
  position: relative;
  width: auto;
  max-width: none;
  background: #ffffff;
}

.page-editor-code-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-editor-code-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 600;
}

.page-editor-code-textarea {
  min-height: 24rem;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d9e1ea;
  border-radius: 0.75rem;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.95rem;
  resize: vertical;
}

.page-editor-code-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.page-editor-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 1rem;
}

.page-editor-image-card {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.page-editor-image-card__select {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
}

.page-editor-image-card {
  border: 1px solid #d9e1ea;
  border-radius: 0.9rem;
  background: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.page-editor-image-card:hover {
  transform: translateY(-2px);
  border-color: #9eb2cb;
  box-shadow: 0 10px 24px rgba(38, 55, 80, 0.12);
}

.page-editor-image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.65rem;
  background: #edf3f8;
}

.page-editor-image-card__remove {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(28, 39, 55, 0.78);
  color: #fff;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.page-editor-image-card__remove:hover {
  background: rgba(160, 32, 32, 0.92);
  transform: scale(1.04);
}

.page-editor-image-card__name {
  display: block;
  overflow: hidden;
  color: #30445e;
  font-size: 0.9rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-editor-image-empty {
  padding: 1rem;
  border: 1px dashed #c6d3e1;
  border-radius: 0.85rem;
  background: #fff;
  color: #5f7085;
}

.page-editor-image-modal__body {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.page-editor-image-modal__preview {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: min(50vh, 16rem);
  height: auto;
  object-fit: contain;
  border-radius: 0.75rem;
  background: #edf3f8;
}

.page-editor-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-editor-nav-item {
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  background: #ffffff;
}

@media (max-width: 1199.98px) {
  .page-editor-builder {
    --gjs-left-width: clamp(11rem, 19vw, 14rem);
  }

  .page-editor-code-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-editor-builder {
    --gjs-left-width: clamp(10rem, 38vw, 13rem);
  }

  .page-editor-image-modal__body {
    grid-template-columns: 1fr;
  }

}

.page-content img {
  max-width: 100%;
  height: auto;
}

.page-content figure {
  margin-bottom: 1.5rem;
}

.page-content .page-content-inserted-image {
  display: table;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .page-content-hero-photo,
  .page-content-side-photo {
    min-height: 260px;
  }
}

h1:focus {
  outline: none;
}

.valid.modified:not([type="checkbox"]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=)
      no-repeat 1rem/1.8rem,
    #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/*quickgrid changes*/
.quickgrid[theme="default"] .col-title {
  padding: 0.1rem 0 !important;
}

tr:has(> td:not(:empty)) > td {
  display: table-cell;
}

td:empty {
  display: none;
}

tr:empty {
  display: none;
}

tr:has(td:empty) {
  display: none;
}

/* .paginator .summary,
.paginator .pagination-text {
  display: none !important;
} */

/* Style the custom page links*/
.page-buttons {
  margin: 1rem 0;
  align-items: center;
}
.page-buttons button {
  background: #d6d7d8;
  color: black;
  padding: 0.25rem 0.5rem;
  border-radius: 0.4rem;
  transition: transform 0.3s ease-out;
  margin: 0.25rem;
}
.page-buttons button:active {
  background: #a7c1ff !important;
  color: white;
  transform: scale(0.95) translateY(-0.15rem);
  transition-duration: 0.05s;
}
.page-buttons button:hover:not(.current) {
  background: #c0c9dc;
}
.page-buttons button.current {
  background: #3771f4;
  color: white;
}

@media (max-width: 767.98px) {
  .table th,
  .table td {
    padding: 0.3em !important;
  }
}
/* .table > :not(caption) > * > * {
  padding: 0.5rem 0 !important;
  border-bottom-width: 0px !important;
} */

@media print {
  .row input.form-control {
    border: 0 none;
    background: none;
  }
}

