:root {
  --Primary-Blue: #3465af;
  --Primary-Black: #323241;
  --Primary-Grey: #eeeeef;
  --Primary-White: #fff;
  --Secondary-Muted-Blue: #5b83c7;
  --Secondary-Medium-Grey: #767686;
  --Secondary-Gold: #e7c448;
  --Tertiary-Amethyst: #b367d0;
  --Tertiary-Purple: #6857c7;
  --Tertiary-Muted-Purple: color-mix(in srgb, var(--Tertiary-Purple) 60%, white);
  --Tertiary-Teal: #62ced0;
  --Tertiary-Emerald: #62ca8e;
  --Tertiary-Grass: #79c846;
  --Tertiary-Grass-2: #a9ca49;
  --Greys-Dark-Grey: #656571;
  --Greys-Medium-Grey: #767686;
  --Greys-Medium-Grey-50: #babac2;
  --Greys-Grey: #eeeeef;
  --Greys-Metal-Grey: #e7ecf0;
  --Greys-Metal-Grey-50: #f7f9fa; }

:root {
  --Primary-Blue: #3465af;
  --Primary-Black: #323241;
  --Primary-Grey: #eeeeef;
  --Primary-White: #fff;
  --Secondary-Muted-Blue: #5b83c7;
  --Secondary-Medium-Grey: #767686;
  --Secondary-Gold: #e7c448;
  --Tertiary-Amethyst: #b367d0;
  --Tertiary-Purple: #6857c7;
  --Tertiary-Muted-Purple: color-mix(in srgb, var(--Tertiary-Purple) 60%, white);
  --Tertiary-Teal: #62ced0;
  --Tertiary-Emerald: #62ca8e;
  --Tertiary-Grass: #79c846;
  --Tertiary-Grass-2: #a9ca49;
  --Greys-Dark-Grey: #656571;
  --Greys-Medium-Grey: #767686;
  --Greys-Medium-Grey-50: #babac2;
  --Greys-Grey: #eeeeef;
  --Greys-Metal-Grey: #e7ecf0;
  --Greys-Metal-Grey-50: #f7f9fa; }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://rsms.me/inter/font-files/Inter-Light.woff2?v=3.19") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://rsms.me/inter/font-files/Inter-Regular.woff2?v=3.19") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://rsms.me/inter/font-files/Inter-Medium.woff2?v=3.19") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://rsms.me/inter/font-files/Inter-SemiBold.woff2?v=3.19") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://rsms.me/inter/font-files/Inter-Bold.woff2?v=3.19") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/Montserrat-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/Montserrat-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/Montserrat-Bold.ttf") format("truetype"); }

h1 {
  color: var(--Primary-Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; }

h2 {
  color: var(--Primary-Black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; }

h3 {
  color: var(--Primary-Black);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; }

h4 {
  color: var(--Primary-Black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; }

h5 {
  color: var(--Primary-Black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; }

.eyebrow {
  color: var(--Primary-Black);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase; }

a {
  color: var(--Tertiary-Purple); }

p {
  color: var(--Primary-Black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }
  p.large {
    color: var(--Primary-Black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  p.small {
    color: var(--Primary-Black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  p.tiny {
    color: var(--Primary-Black);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

code {
  background-color: transparent;
  color: var(--Primary-Black);
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

/* Alerts */
.alert-dismissible {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-color: var(--tblr-alert-color); }
  .alert-dismissible .d-flex {
    align-items: center; }
  .alert-dismissible .ti {
    margin-right: 0.5rem;
    font-size: 1.5rem; }

/* Button */
.btn {
  --tblr-btn-font-family: "Montserrat", "Inter", sans-serif;
  --tblr-btn-font-size: 16px;
  --tblr-btn-disabled-bg: var(--Tertiary-Purple)
  --tblr-btn-line-height: 1.5;
  --tblr-btn-padding-x: 1rem;
  --tblr-btn-padding-y: 0.5rem;
  --tblr-btn-box-shadow: none;
  /* Button types */
  /* Button sizes */
  /* Button with icon */ }
  .btn.btn-primary {
    --tblr-btn-bg: var(--Tertiary-Purple);
    --tblr-btn-hover-bg: var(--Tertiary-Amethyst); }
    .btn.btn-primary:hover {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), var(--tblr-btn-hover-bg); }
  .btn.btn-secondary {
    --tblr-btn-color: var(--Greys-Dark-Grey);
    --tblr-btn-bg: var(--White);
    --tblr-btn-border-color: #b2b2b8;
    --tblr-btn-hover-color: var(--Greys-Dark-Grey);
    --tblr-btn-hover-border-color: #b2b2b8;
    --tblr-btn-active-color: var(--Greys-Dark-Grey);
    --tblr-btn-active-bg: transparent;
    --tblr-btn-active-border-color: #b2b2b8; }
    .btn.btn-secondary:hover {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), var(--Greys-Metal-Grey-50); }
  .btn.btn-tertiary {
    --tblr-btn-color: var(--Greys-Dark-Grey);
    --tblr-btn-bg: transparent;
    --tblr-btn-border-color: transparent;
    --tblr-btn-hover-color: var(--Greys-Dark-Grey);
    --tblr-btn-hover-border-color: transparent;
    --tblr-btn-active-color: var(--Greys-Dark-Grey);
    --tblr-btn-active-bg: transparent;
    --tblr-btn-active-border-color: transparent; }
    .btn.btn-tertiary:hover {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), var(--Greys-Metal-Grey-50); }
  .btn.btn-disabled {
    --tblr-btn-color: #b2b2b8;
    --tblr-btn-bg: var(--Greys-Metal-Grey-50);
    --tblr-btn-border-color: transparent;
    --tblr-btn-hover-color: #b2b2b8;
    --tblr-btn-hover-bg: var(--Greys-Metal-Grey-50);
    --tblr-btn-hover-border-color: transparent;
    --tblr-btn-active-color: #b2b2b8;
    --tblr-btn-active-bg: var(--Greys-Metal-Grey-50);
    --tblr-btn-active-border-color: transparent; }
  .btn.btn-small {
    --tblr-btn-padding-x: 0.75rem;
    --tblr-btn-padding-y: 0.375rem;
    --tblr-btn-font-size: 14px; }
  .btn.btn-icon {
    --tblr-btn-padding-x: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .btn.btn-icon .icon {
      --tblr-btn-icon-size: 1.5rem;
      margin: 0 calc(var(--tblr-btn-padding-x) / 2) 0 calc(var(--tblr-btn-padding-x) / -4); }
    .btn.btn-icon.btn-small {
      --tblr-btn-padding-x: 0.75rem;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      .btn.btn-icon.btn-small .icon {
        --tblr-btn-icon-size: 1.25rem; }
    .btn.btn-icon.btn-disabled {
      border: transparent; }

/* Badges */
.dtt-badge {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px; }

.dtt-badge-sm {
  display: flex;
  padding: 4px 1px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 0.75rem; }

.dtt-badge-pale-pink {
  color: #666666;
  background-color: RGBA(214, 51, 108, var(--tblr-bg-opacity, 0.2)); }

.dtt-badge-pale-green {
  color: #666666;
  background-color: RGBA(0, 255, 0, var(--tblr-bg-opacity, 0.2)); }

.dtt-badge-pale-blue {
  color: #666666;
  background-color: RGBA(0, 0, 255, var(--tblr-bg-opacity, 0.2)); }

.dtt-badge-pale-orange {
  color: #666666;
  background-color: RGBA(255, 128, 0, var(--tblr-bg-opacity, 0.2)); }

.dtt-badge-pale-purple {
  color: #666666;
  background-color: RGBA(128, 0, 128, var(--tblr-bg-opacity, 0.2)); }

.dtt-badge-pale-yellow {
  color: #666666;
  background-color: RGBA(255, 255, 0, var(--tblr-bg-opacity, 0.2)); }

.dtt-badge-pale-gray {
  color: #666666;
  background-color: RGBA(64, 64, 64, var(--tblr-bg-opacity, 0.2)); }

/* Form elements */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  input[type="checkbox"].dtt-form-check-input {
    width: 24px;
    height: 24px;
    top: 16px;
    left: 30px;
    padding: 0;
    cursor: pointer;
    transition: background-image 0.3s; }

.form-check-input:checked {
  background-color: var(--Tertiary-Purple); }

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(104, 87, 199, 0.25); }

.form-check-label {
  line-height: normal; }

/* Help List */
.help-list {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .help-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .help-list .help-entry {
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
    background-color: var(--Primary-White);
    border: solid 1px var(--Primary-Grey);
    cursor: pointer; }
    .help-list .help-entry .help-entry-title {
      display: flex; }
    .help-list .help-entry .help-entry-content {
      padding: 16px 16px 0 16px; }
    .help-list .help-entry .icon-info {
      padding: 2px; }
    .help-list .help-entry h3 {
      margin-bottom: 0;
      margin-left: 16px;
      color: var(--Greys-Medium-Grey); }

/* Modal */
.modal .modal-header {
  min-height: auto;
  padding: 1rem 1.25rem; }

.modal h3.modal-title {
  font-size: 18px; }

.modal .modal-body {
  color: var(--Primary-Black);
  font-size: 14px; }

.modal .modal-footer {
  padding: 1rem 1.25rem;
  background-color: var(--Greys-Metal-Grey-50);
  border-top: solid 1px var(--Greys-Metal-Grey);
  gap: 0.5rem; }

/* Rich Textarea */
.rich-textarea .title {
  padding: 24px;
  background-color: var(--Primary-White);
  border: solid 1px var(--Primary-Grey);
  border-radius: 4px 4px 0 0; }

.rich-textarea textarea.plain {
  padding: 16px 24px;
  width: 100%;
  height: 110px;
  background-color: var(--Primary-White);
  border: solid 1px var(--Primary-Grey);
  border-top: none;
  border-radius: 0 0 4px 4px;
  color: var(--Primary-Black);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
  outline: none; }

/* Spinner */
.spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 7px solid var(--Tertiary-Purple);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner 1s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

/* ---- Client-side Components ---- */
/* JSON View */
.json-view {
  position: relative; }
  .json-view .action-buttons {
    display: flex;
    gap: 16px;
    position: absolute;
    bottom: 16px;
    right: 16px; }
  .json-view .btn-copy {
    width: 52px;
    background-image: url("/static/icons/vector-copy.svg");
    background-position: center center;
    background-repeat: no-repeat; }
  .json-view .btn-copied {
    background-color: var(--tblr-btn-hover-bg);
    background-image: url("/static/icons/vector-copy-check.svg");
    border-color: var(--tblr-btn-hover-border-color); }

/* Pager */
.pager {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px; }
  .pager .prev-btn,
  .pager .next-btn {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat; }
    .pager .prev-btn:hover,
    .pager .next-btn:hover {
      color: var(--Secondary-Muted-Blue); }
  .pager .prev-btn {
    background-image: url("/static/icons/angle-bracket-left.svg"); }
  .pager .next-btn {
    background-image: url("/static/icons/angle-bracket-right.svg"); }
  .pager .indicator {
    color: var(--Tertiary-Purple);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }

.dtt-list-count {
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--Greys-Medium-Grey, #767686); }

.dtt-source-code {
  font-family: monospace;
  font-weight: 600;
  color: var(--Greys-Dark-Grey, #656571); }

:root {
  --Primary-Blue: #3465af;
  --Primary-Black: #323241;
  --Primary-Grey: #eeeeef;
  --Primary-White: #fff;
  --Secondary-Muted-Blue: #5b83c7;
  --Secondary-Medium-Grey: #767686;
  --Secondary-Gold: #e7c448;
  --Tertiary-Amethyst: #b367d0;
  --Tertiary-Purple: #6857c7;
  --Tertiary-Muted-Purple: color-mix(in srgb, var(--Tertiary-Purple) 60%, white);
  --Tertiary-Teal: #62ced0;
  --Tertiary-Emerald: #62ca8e;
  --Tertiary-Grass: #79c846;
  --Tertiary-Grass-2: #a9ca49;
  --Greys-Dark-Grey: #656571;
  --Greys-Medium-Grey: #767686;
  --Greys-Medium-Grey-50: #babac2;
  --Greys-Grey: #eeeeef;
  --Greys-Metal-Grey: #e7ecf0;
  --Greys-Metal-Grey-50: #f7f9fa; }

.page-content {
  padding: 0 32px;
  margin: 36px 0;
  width: 100%; }

.dtt-profile-dropdown {
  --tblr-dropdown-link-active-color: var(--Tertiary-Amethyst); }
  .dtt-profile-dropdown .dropdown-item-about {
    justify-content: flex-start;
    color: var(--tblr-dropdown-link-color);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    font-size: 14px; }
    .dtt-profile-dropdown .dropdown-item-about:focus, .dtt-profile-dropdown .dropdown-item-about:hover {
      background-color: var(--tblr-dropdown-link-hover-bg);
      color: var(--tblr-dropdown-link-hover-color); }
  .dtt-profile-dropdown .modal-about a {
    color: var(--Tertiary-Purple); }
  .dtt-profile-dropdown .modal-about .dtt-symbol {
    height: 60px;
    width: 47.5px; }
  .dtt-profile-dropdown .modal-about .btn {
    width: 100%; }
  .dtt-profile-dropdown .modal-footer {
    padding: 16px 20px;
    background: var(--Greys-Metal-Grey-50);
    border-top: 1px solid var(--Greys-Metal-Grey); }
  @media (min-width: 576px) {
    .dtt-profile-dropdown .modal-sm {
      --tblr-modal-width: 370px; } }
.dtt-container {
  padding: 0 32;
  margin: 36px 0;
  width: 100%; }
  .dtt-container .card {
    border: none;
    border-radius: 8px; }

.dtt-container-full {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 100%;
  width: 100%; }
  .dtt-container-full .dtt-content {
    display: grid;
    grid-template-rows: 93px 1fr;
    /* Top row 93px, content row takes remaining space */
    height: 100%; }
  .dtt-container-full .header {
    background-color: #f5f5f5;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd; }
  .dtt-container-full .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 56px 56px 32px 56px; }

.sidebar {
  width: 280px;
  min-height: 100vh;
  padding: 24px 16px;
  background-color: var(--Primary-White);
  border-right: 1px solid var(--Primary-Grey);
  transition: width 0.3s ease;
  position: relative; }
  .sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px; }
    .sidebar .sidebar-header .sidebar-header-logo {
      width: 188px; }
    .sidebar .sidebar-header .sidebar-header-logo-icon {
      display: none;
      width: 40px;
      height: 40px; }
  .sidebar .sidebar-title {
    color: var(--Secondary-Medium-Grey); }
  .sidebar .sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0; }
  .sidebar .sidebar-nav-item {
    padding: 8px;
    border-radius: 8px;
    transition: padding 0.3s ease; }
    .sidebar .sidebar-nav-item:hover {
      background-color: var(--Greys-Metal-Grey); }
    .sidebar .sidebar-nav-item.active {
      background-color: var(--Tertiary-Purple);
      border-radius: 8px;
      color: var(--Primary-White);
      font-weight: 600; }
      .sidebar .sidebar-nav-item.active .sidebar-nav-link {
        color: var(--Primary-White); }
      .sidebar .sidebar-nav-item.active .sidebar-nav-icon.icon-dashboard svg path {
        stroke: var(--Primary-White); }
      .sidebar .sidebar-nav-item.active .sidebar-nav-icon.icon-tests svg path {
        stroke: var(--Primary-White); }
      .sidebar .sidebar-nav-item.active .sidebar-nav-icon.icon-test-results svg path {
        fill: var(--Primary-White); }
    .sidebar .sidebar-nav-item.new-window .sidebar-nav-title {
      background-image: url("../icons/new_tab_icon.svg");
      background-position: center right;
      background-repeat: no-repeat;
      padding-right: 20px; }
  .sidebar .sidebar-nav-subitem {
    margin-top: -16px;
    background-color: var(--Greys-Metal-Grey-50);
    font-size: 16px; }
    .sidebar .sidebar-nav-subitem.active {
      background-color: var(--Greys-Metal-Grey);
      color: var(--Primary-Black);
      font-weight: 600; }
      .sidebar .sidebar-nav-subitem.active .sidebar-nav-link {
        color: var(--Primary-Black); }
    .sidebar .sidebar-nav-subitem .sidebar-nav-title {
      padding-left: 32px; }
  .sidebar .sidebar-nav-link {
    display: flex;
    align-items: center;
    color: var(--Primary-Black);
    font-size: 16px;
    font-style: normal; }
  .sidebar .sidebar-nav-icon {
    width: 24px;
    font-size: 24px;
    margin-right: 8px;
    text-align: center; }
    .sidebar .sidebar-nav-icon .icon {
      --tblr-icon-size: 24px; }
  .sidebar .sidebar-nav-title {
    transition: opacity 0.3s ease; }
  .sidebar .divider {
    width: 100%;
    height: 1px;
    margin: 8px 0;
    background: var(--Primary-Grey); }
  .sidebar .btn-collapse {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer; }
  .sidebar .btn-expand {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 34px;
    /* 24px (padding) + 20px (half icon size) - 10px (half button size) */
    right: -10px;
    /* -10px (half button size) */
    z-index: 999;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer; }
  .sidebar.collapsed {
    width: 75px; }
    .sidebar.collapsed .sidebar-header {
      justify-content: center; }
      .sidebar.collapsed .sidebar-header .sidebar-header-logo {
        display: none; }
      .sidebar.collapsed .sidebar-header .sidebar-header-logo-icon {
        display: block; }
    .sidebar.collapsed .sidebar-title {
      visibility: hidden;
      height: 17px; }
    .sidebar.collapsed .sidebar-nav-subitem {
      display: none; }
    .sidebar.collapsed .sidebar-nav-link {
      justify-content: center; }
    .sidebar.collapsed .sidebar-nav-title {
      display: none; }
    .sidebar.collapsed .sidebar-nav-icon {
      margin: 0; }
    .sidebar.collapsed .btn-collapse {
      display: none; }
    .sidebar.collapsed .btn-expand {
      display: block; }

header.simple-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 24px 16px;
  background-color: var(--Primary-White);
  border-bottom: solid 1px var(--Primary-Grey);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
  header.simple-header .title h2 {
    margin-bottom: 0;
    color: var(--Secondary-Medium-Grey); }

.error-page {
  /**
    * Custom error pages
    */ }
  .error-page .error-stack-trace {
    text-align: left; }
    .error-page .error-stack-trace pre {
      background-color: var(--Greys-Grey);
      color: var(--Primary-Blue);
      font-size: 0.625rem; }
    .error-page .error-stack-trace code {
      background: transparent; }
  .error-page.error-page-default .empty-header img {
    margin-bottom: 0.5rem;
    width: 226px; }
  .error-page.error-page-maintenance .container-narrow {
    height: 100vh; }
  .error-page.error-page-maintenance .empty-header img {
    margin-bottom: 0.5rem;
    width: 188px; }
  .error-page.error-page-401 .container-narrow {
    height: 100vh; }
  .error-page.error-page-401 .empty-header img {
    margin-bottom: 0.5rem;
    width: 226px; }
  .error-page.error-page-404 .container-narrow {
    height: 100vh; }
  .error-page.error-page-404 .empty-header {
    color: var(--Primary-Blue);
    font-size: 72px;
    font-weight: 700; }

.dtt-test-img {
  width: 139px;
  height: 75px; }
