.deemphasis {
  color: #6a7279; }

  .matrix-header {
    background-color: gray;
    color: white; }

    .bg-alternate, .table-alternate, .blog-post table, .changelog table {
      background-color: #f2f2f2 !important; }

      .matrix-container {
        border: 1px solid #dfdfdf;
        background: white; }
        .matrix-container + .matrix-container {
          margin-top: to-rem(16); }
          .matrix-container .matrix-border {
            border-left: 1px solid #dfdfdf;
            padding-left: 0.5rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            .matrix-container .matrix-title {
              border-bottom: 1px solid #dfdfdf;
              margin-bottom: 1rem;
              padding-bottom: 0.5rem; }
              .matrix-container .scroll-indicator-group {
                white-space: nowrap;
                display: flex; }
                .matrix-container .scroll-indicator-group .matrix-scroll-box {
                  flex-grow: 1;
                  display: inline-block; }
                  .matrix-container .scroll-indicator-group .scroll-indicator {
                    width: 0px;
                    display: inline-block;
                    position: relative; }
                    .matrix-container .scroll-indicator-group .scroll-indicator .cover {
                      width: 50px;
                      height: 100%;
                      position: absolute;
                      pointer-events: none; }
                      .matrix-container .scroll-indicator-group .scroll-indicator.right .cover {
                        right: 0; }
                        .matrix-container .scroll-indicator-group .scroll-indicator.right.show .cover {
                          background: linear-gradient(to right, rgba(255, 255, 255, 0.001), white); }
                    .matrix-container .scroll-indicator-group .scroll-indicator.left .cover {
                      left: 0; }
                      .matrix-container .scroll-indicator-group .scroll-indicator.left.show .cover {
                        background: linear-gradient(to left, rgba(255, 255, 255, 0.001), white); }

.matrix {
  white-space: normal;
  line-height: 14px; }
  .matrix.side .tactic {
    padding: 2px 5px;
    vertical-align: top; }
    .matrix.side .tactic {
      padding: 2px 5px 2px 2px; 
      
    }
      .matrix.side .tactic{
        padding: 2px 2px 2px 5px;
        }
        /* .matrix.side .tactic:hover:not(.name, .count) { */
          /* background: #dfdfdf; 
        } */
          .matrix.side .tactic:hover:not(.name, .count) .sidebarmatrix.expanded .angle {
            background: #dfdfdf; }
    .matrix.side .tactic.name, .matrix.side .tactic.count {
      text-align: center;
      font-size: 16px; }
      .matrix.side .tactic.name {
        font-weight: bold; }
        .matrix.side .tactic.count {
          font-size: 13px;
          border-bottom: 1px solid black;
          padding-bottom: 5px;
          margin-bottom: 5px; }
          .matrix.side .tactic .techniques-table {
            border-collapse: collapse;
            width: 100%; }
            .matrix.side .tactic .techniques-table tr,
            .matrix.side .tactic .techniques-table td {
              padding: 0; }
              .matrix.side .tactic .techniques-table tr {
                height: 1px; }
    .matrix.side .tactic .supertechnique {
      border-collapse: collapse;
      }
      .matrix.side .tactic .supertechnique td {
        padding: 0;
        vertical-align: top; 
        min-width: 1rem;
      }
        .matrix.side .tactic .supertechnique td.technique {
          outline: 1px solid #6a7279;
          
          outline-offset: -1px; }
    .matrix.side .tactic .subtechniques {
      min-width: 15rem;
      display: flex;
      flex-direction: column;
      height: 100%;
      margin-left: -1px;
      border-left: 2px solid #6a7279;
      outline: 1px solid #6a7279;
      outline-offset: -1px;
      white-space: nowrap;
      vertical-align: top; }
      .matrix.side .tactic .subtechniques.hidden {
        display: none; }
        .matrix.side .tactic .subtechniques .subtechnique {
          height: 100%;
          flex-grow: 1; }
    .matrix.side .tactic .handle {
      text-align: center;
      vertical-align: middle;
      transform: rotate(-90deg);
      color: #f2f2f2;
      width: 12px;
      height: 12px;
      font-size: 16px;
      line-height: 12px; }
      .matrix.side .tactic .sidebarmatrix {
        min-width: 8px;
        width: 12px;
        padding: 0;
        background: #6a7279;
        cursor: pointer;
        position: relative;
        vertical-align: middle; }
        .matrix.side .tactic .sidebarmatrix .angle {
          display: none; }
          .matrix.side .tactic .sidebarmatrix.expanded .angle {
            margin: 0 auto;
            height: 12px;
            display: block;
            position: absolute;
            background: white; }
            .matrix.side .tactic .sidebarmatrix.expanded .angle svg {
              fill: #6a7279;
              vertical-align: baseline; }
              .matrix.side .tactic .sidebarmatrix.expanded .angle.top {
                top: 0px; }
                .matrix.side .tactic .sidebarmatrix.expanded .angle.bottom {
                  bottom: 0px; }
  .matrix.flat .tactic {
    margin-right: 5px;
    width: 1%;
    vertical-align: top; }
    .matrix.flat .tactic.name, .matrix.flat .tactic.count {
      text-align: center;
      font-size: 16px; }
      .matrix.flat .tactic.name {
        font-weight: bold; }
        .matrix.flat .tactic.count {
          font-size: 13px;
          border-bottom: 1px solid black;
          padding-bottom: 5px;
          margin-bottom: 5px; }
          .matrix.flat .tactic .subtechniques-row.hidden {
            display: none; }
            .matrix.flat .tactic .supertechnique {
              border-collapse: collapse;
              width: 100%;
              padding: 0;
              margin: 0; }
              .matrix.flat .tactic .supertechnique td {
                padding: 0;
                vertical-align: top; }
                .matrix.flat .tactic .supertechnique td.sidebarmatrix.technique {
                  min-width: 8px;
                  width: 12px;
                  padding: 0;
                  background: #6a7279;
                  cursor: pointer;
                  vertical-align: middle; }
                  .matrix.flat .tactic .supertechnique td.sidebarmatrix.technique .handle {
                    text-align: center;
                    vertical-align: middle;
                    transform: rotate(-90deg);
                    color: #f2f2f2;
                    width: 12px;
                    height: 9px;
                    font-size: 16px;
                    line-height: 12px; }
                .matrix.flat .tactic .supertechnique td.sidebarmatrix.subtechniques svg {
                  fill: #6a7279;
                  vertical-align: baseline; }
                .matrix.flat .tactic .supertechnique td.sidebarmatrix {
                  border-right: 2px solid #6a7279; }
                  .matrix.flat .tactic .supertechnique td.technique {
                    outline: 1px solid #6a7279;
                    outline-offset: -1px; }
    .matrix.flat .tactic .more-icon {
      transition: all ease 0.125s;
      vertical-align: top;
      transform: scale(0.5) rotate(-90deg);
      width: 12px;
      height: 12px; }
      .matrix.flat .tactic .more-icon.expanded {
        transform: scale(0.5); }
  .matrix .technique-cell {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: white;
    font-size: 13px;
    line-height: 14px;
    outline: 1px solid transparent;
    outline-offset: -1px; }
    .matrix .technique-cell a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 7px 3px; }
      .matrix .technique-cell:not(.colored):not(.supertechniquecell) {
        outline-color: #dfdfdf; }

.matrix-controls {
  margin: auto;
  width: 50%;
  padding: 1rem; }
  .matrix-controls button {
    border-color: #dfdfdf;
    background: white;
    color: #39434C; }
    .matrix-controls button:hover {
      background: whitesmoke; }
  .matrix-controls .layout-button:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }

.center-controls .matrix-controls .btn-toolbar {
  justify-content: center; }


.attack-website-wrapper {
  max-height: 100vh;
  overflow-y: auto; }

  h1, h2, h3, h4, h5 {
    font-family: "Roboto-Light", sans-serif; }

    strong {
      font-family: "Roboto-Bold", sans-serif; }

      .jumbotron {
        padding: 0;
        background: white;
        color: #39434C; }
        .jumbotron code {
          color: #1c2226;
          background-color: #e6e6e6;
          border-radius: 3px;
          font-family: courier, monospace;
          padding: 0 3px; }

a {
  color: #4f7cac; }
  a .anchor::before {
    content: "";
    display: block;
    margin-top: -5rem;
    position: absolute; }

.marker-none {
  list-style-type: none; }

  .overflow-x-auto {
    overflow-x: auto; }

    .fs-s {
      font-size: small; }

      .capec-card {
        background: maroon; }
        .capec-card img {
          margin: 0.5rem;
          max-width: 10rem;
          max-height: 3.4375rem;
          margin-left: auto;
          margin-right: auto;
          display: block; }

.maec-card {
  background: #212121; }
  .maec-card img {
    margin: 0.5rem;
    max-width: 9.125rem;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.default-img-size {
  width: 100%;
  max-width: 62.5rem; }

  .twitter-icon {
    vertical-align: top;
    width: 1.25rem;
    height: 1.25rem; }

    .mitre-logo-wtrans {
      width: 9rem;
      height: 4.125rem; }

      .quick-links {
        width: 100%;
        text-align: center;
        table-layout: fixed; }
        .quick-links td {
          padding: 0.3125rem 0; }
          .quick-links tr + tr {
            border-top: 1px solid #dfdfdf; }

.row-main-page {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

  @media screen and (max-width: 47.9875rem) {
    .row-main-page {
      display: inline;   }
}

.p-line p {
  border-top: 0.0625rem solid #1c2226; }

.btn-default {
  background: white;
  border-color: #6a7279;
  color: #39434C; }
  .btn-default:hover {
    color: #1c2226; }

.brand-button {
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: Arial;
  background: #c63e1f;
  display: inline-flex;
  align-items: center;
  padding: 0; }

  .brand-button-text {
    position: relative;
    padding: 10px 18px; }

    .brand-button-icon {
      position: relative;
      border-right: 1px solid rgba(255, 255, 255, 0.16);
      padding: 10px 10px; }

      .brand-button:hover {
        background: #B82200; }

        .btn-navy, .btn-navy:hover {
          color: white;
          border-color: 0.0625rem solid #062f4f; }

          .btn-navy {
            background-color: #062f4f;
            color: white; }
            .btn-navy:hover {
              background-color: #083b63;
              background-image: none; }

.markdown-body h1:not(:first-child) {
  padding-top: 2rem; }
  .markdown-body h1 {
    padding-bottom: 0.8rem;
    font-size: 1.8rem; }
    .markdown-body h2 {
      font-size: 1.3rem; }
      .markdown-body h3 {
        font-size: 1.1rem; }

.uniform-block h2 {
  text-align: center;
  border-bottom: 0.0625rem solid #1c2226;
  width: 100%;
  margin: 1.5625rem 0; }

  .table, .blog-post table, .changelog table {
    empty-cells: hide; }
    .table td, .blog-post table td, .changelog table td {
      padding: 0.75rem;
      vertical-align: top; }
      .table td p:last-child, .blog-post table td p:last-child,
      .changelog table td p:last-child {
        margin-bottom: 0; }
    .table th, .blog-post table th, .changelog table th {
      padding: 0.6rem;
      vertical-align: top;
      font-size: 0.9rem; }
      .table .active, .blog-post table .active, .changelog table .active {
        color: #c63f1f; }

.blog-post table {
  margin-bottom: 1.5rem; }

  .table-alternate tbody, .blog-post table tbody, .changelog table tbody {
    background: white;
    color: #39434C; }

.table-techniques thead tr {
  background: #f2f2f2;
  border-bottom: 2px solid #dee2e6; }
  .table-techniques table {
    border-collapse: collapse; }
    .table-techniques td {
      vertical-align: top;
      padding: 10px;
      border: 1px solid #dfdfdf; }
      .table-techniques tr:last-child {
        border-bottom: 1px solid #dfdfdf; }
        .table-techniques .sub.technique {
          border-left: none; }
          .table-techniques .technique td:first-child {
            border-bottom: none; }
            .table-techniques .sub.technique td:first-child {
              width: 5ex;
              border-top: none;
              border-bottom: none; }
              .table-techniques .sub.technique td:not(:nth-child(4)) {
                color: #4f7cac; }
                .table-techniques .technique:not(.sub) td:not(:nth-child(3)) {
                  color: #4f7cac; }

.techniques-used table {
  border-collapse: collapse; }
  .techniques-used td {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #dfdfdf; }
    .techniques-used tr:last-child {
      border-bottom: 1px solid #dfdfdf; }
      .techniques-used .sub.technique {
        border-left: none; }
        .techniques-used .technique td:first-child {
          border-bottom: none; }
          .techniques-used .technique td:nth-child(2) {
            border-bottom: none; }
            .techniques-used .sub.technique:not(.noparent) td:nth-child(2) {
              width: 5ex;
              border-top: none;
              border-bottom: none; }
              .techniques-used .sub.technique:not(.noparent) td:first-child {
                width: 5ex;
                border-top: none;
                border-bottom: none; }

.techniques-used.background thead tr {
  background: #f2f2f2;
  border-bottom: 2px solid #dee2e6; }

.datasources-table table {
  border-collapse: collapse; }
  .datasources-table thead tr {
    background: #f2f2f2;
    border-bottom: 2px solid #dee2e6; }
    .datasources-table td {
      vertical-align: top;
      padding: 10px;
      border: 1px solid #dfdfdf; }
      .datasources-table tr:last-child {
        border-bottom: 1px solid #dfdfdf; }
        .datasources-table .datacomponent.datasource {
          border-left: none; }
          .datasources-table .datasource td:first-child {
            border-bottom: none; }
            .datasources-table .datasource td:nth-child(2) {
              border-bottom: none; }
              .datasources-table .datacomponent.datasource:not(.noparent) td:nth-child(2) {
                width: 5ex;
                border-top: none;
                border-bottom: none; }
                .datasources-table .datacomponent.datasource:not(.noparent) td:first-child {
                  width: 5ex;
                  border-top: none;
                  border-bottom: none; }
                  .datasources-table .nowrap {
                    white-space: nowrap; }

.table-bordered, .table-bordered td, .table-bordered th, .blog-post table,
.blog-post table td, .blog-post table th, .changelog table, .changelog table td,
.changelog table th {
  border: 1px solid #dfdfdf; }
  .table-bordered th, .blog-post table th, .changelog table th {
    border-bottom: 2px solid #dfdfdf !important; }

.table-matrix {
  border: none !important; }
  .table-matrix thead th {
    text-align: center !important;
    vertical-align: middle !important;
    border: 0.0625rem solid #dfdfdf !important; }
    .table-matrix td, .table-matrix th {
      text-align: center !important;
      vertical-align: middle !important;
      border-top: none !important;
      padding: 0.125rem !important;
      font-size: 0.75rem !important; }
      .table-matrix td.border, .table-matrix th.border {
        border: 0.0625rem solid #dfdfdf !important; }
        .table-matrix td.no-border, .table-matrix th.no-border {
          border: none !important; }
  .table-matrix td {
    background: white;
    color: #39434C; }

.table-mitigations, .table-mitigations th, .table-mitigations td {
  white-space: nowrap;
  width: 1%; }

.div-count {
  margin-top: auto;
  margin-bottom: 0; }

  .table-object-count {
    display: flex;
    justify-content: flex-end; }

    .matrix-tactics-url {
      color: white; }
      .matrix-tactics-url:visited, .matrix-tactics-url:hover, .matrix-tactics-url:active {
        color: white; }

.banner-message, .version-banner {
  padding: 0.3125rem 0;
  text-align: center;
  background-color: #e6e6e6; }

  .icon-inline {
    display: inline-flex;
    align-self: center; }
    .icon-inline svg, .icon-inline img {
      height: 1rem;
      width: 1rem;
      fill: currentColor;
      top: 0.125rem;
      position: relative; }

pre {
  color: #39434C;
  background-color: #d9d9d9;
  border-radius: 5px;
  padding: 1rem; }

  .card {
    background: white;
    color: #39434C;
    border-color: #dfdfdf; }

    .card-data {
      margin-bottom: 0.5rem; }

      .card-header {
        color: #39434C;
        background: rgba(57, 67, 76, 0.03);
        border-bottom-color: #dfdfdf; }

        .card-body > .table {
          border-right: 0;
          border-left: 0;
          margin-bottom: 0; }
          .card-body > .table:last-child {
            border-bottom: 0; }
            .card-body > .table:not(.table-sm) th, .card-body > .table:not(.table-sm) td {
              padding: 0.75rem 1.25rem; }
              .card-body > .table td:first-child, .card-body > .table th:first-child {
                border-left: 0; }
                .card-body > .table td:last-child, .card-body > .table th:last-child {
                  border-right: 0; }
                  .card-body > .table tr:first-child td, .card-body > .table tr:first-child th {
                    border-top: 0; }
                    .card-body > .table tr:last-child td {
                      border-bottom: 0; }
        .card-body .card-header + .table {
          border-top: 0; }

.card-data:last-of-type {
  margin-bottom: 0; }

  .card-title {
    font-size: 1.1rem;
    color: #1c2226; }

    .attack-box {
      width: 22rem;
      max-width: 100%;
      height: 27rem;
      margin: 0 auto;
      border: 3px solid orange;
      padding: 3px;
      display: flex;
      flex-direction: column; }
      .attack-box iframe {
        border: 1px solid #dfdfdf !important;
        border-radius: 0.25rem; }

.breadcrumb {
  font-size: 90%;
  background-color: white; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #6a7279; }

.bs-callout {
  padding: 0 1.25rem 1.25rem 1.25rem;
  margin: 1.25rem 0;
  border: 0.0625rem solid #dfdfdf;
  border-left-width: 0.3125rem;
  border-radius: 0.1875rem; }
  .bs-callout p {
    margin-left: 1.25rem;
    margin-bottom: 0; }
    .bs-callout + .bs-callout {
      margin-top: -0.3125rem; }
      .bs-callout.bs-callout-primary {
        border-left-color: #428bca; }
        .bs-callout.bs-callout-primary h5 {
          color: #428bca;
          margin-top: 0.9375rem;
          margin-bottom: 0.625rem; }
  .bs-callout.bs-callout-success {
    border-left-color: #5cb85c; }
    .bs-callout.bs-callout-success h5 {
      color: #5cb85c;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; }
  .bs-callout.bs-callout-danger {
    border-left-color: #d9534f; }
    .bs-callout.bs-callout-danger h5 {
      color: #d9534f;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; }
  .bs-callout.bs-callout-warning {
    border-left-color: #f0ad4e; }
    .bs-callout.bs-callout-warning h5 {
      color: #f0ad4e;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; }
  .bs-callout.bs-callout-info {
    border-left-color: #5bc0de; }
    .bs-callout.bs-callout-info h5 {
      color: #5bc0de;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; }

.danger-card {
  border-color: #c63f1f; }
  .danger-card .card-header {
    background: #c63f1f;
    color: white; }

.bg-accord-light {
  color: #39434C;
  background-color: #f2f2f2; }

  .bg-accord-dark {
    color: #39434C;
    background-color: #d9d9d9; }

    .contribution-headers {
      font-family: "Roboto-Regular", sans-serif; }

      .new-examples {
        padding: 0.625rem 0.625rem 0 0.625rem;
        width: 100%; }
        .new-examples.second-example {
          margin-top: 0.625rem;
          margin-bottom: 1.25rem; }
          .new-examples .example-container {
            background-color: #f2f2f2;
            padding: 0.9375rem; }
            .new-examples .example-container .examples-div {
              display: flex; }
              .new-examples .example-container .examples-div .margin-contribute-a {
                margin-left: 1.5625rem; }
                .new-examples .example-container .examples-div .margin-contribute-b {
                  margin-left: 11.4375rem; }
            .new-examples .example-container .examples-p {
              margin-left: 0.3125rem;
              margin-bottom: 0.625rem;
              word-break: break-word; }
              .new-examples .example-container .nested-examples-div {
                padding-left: 3.125rem; }
                .new-examples .example-container .example-fields {
                  font-family: "Roboto-Bold", sans-serif; }
                  .new-examples .example-container .example-fields + ul {
                    padding-left: 6.25rem; }

.notransition:after {
  transition: none !important; }

  .faq {
    line-height: 2rem; }

    .card-block .card-header {
      display: flex;
      flex-direction: row; }
      .card-block .card-header h5 {
        font-family: "Roboto-Regular", sans-serif; }
        .card-block .card-header :first-child {
          cursor: pointer;
          display: inline-block;
          flex-grow: 1; }
          .card-block .card-header:after, .card-block .card-header::after {
            content: "";
            cursor: pointer;
            width: 1.5rem;
            height: 1.5rem;
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: top;
            background-position: center;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2339434C' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
            z-index: 1;
            transition: all 0.2s ease; }
            .card-block .card-header:not(.collapsed):after,
            .card-block .card-header:not(.collapsed)::after {
              transform: rotate(-180deg); }
    .card-block .card-title {
      display: inline-block;
      flex-grow: 1;
      font-family: "Roboto-Regular", sans-serif; }

.general-info .card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover; }
  .general-info .graphics .card-header {
    flex-grow: 1; }
    .general-info .showmore-btn {
      display: block !important;
      text-align: center; }
      .general-info .showmore-btn.show {
        display: none !important; }

.getting-started ul:not(.col) {
  padding: 0 0.9375rem;
  margin-left: 0.9375rem; }
  .getting-started .video-li {
    display: none; }
    @media screen and (max-width: 47.9875rem) {
      .getting-started .row ul.col {
        margin-left: 1.875rem;   }
        .getting-started .video-col {
          display: none;   }
          .getting-started .video-li {
            display: list-item;   }
}

.timeline {
  overflow-y: hidden;
  position: relative;
  list-style-type: none;
  padding-left: 0; }
  .timeline:before {
    background: #6a7279;
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    z-index: 2;
    content: "";
    left: 20px; }
    .timeline.collapse {
      display: block !important; }
      .timeline:not(.show) {
        height: 300px; }
        .timeline:not(.show):after {
          background: linear-gradient(to bottom, transparent, white);
          position: absolute;
          width: 100%;
          height: 75px;
          z-index: 4;
          content: "";
          bottom: 0;
          pointer-events: none; }
  .timeline .timeline-card {
    margin: 20px 0;
    padding-left: 40px; }
    .timeline .timeline-card:before {
      background: white;
      position: absolute;
      width: 20px;
      height: 20px;
      z-index: 3;
      content: "";
      display: inline-block;
      border-radius: 50%;
      border: 0.125rem solid #6a7279;
      left: 10px; }
      .timeline .timeline-card .timeline-card-header {
        width: 100%;
        display: flex;
        flex-direction: row;
        clear: both; }
        .timeline .timeline-card .timeline-card-header .title {
          display: inline-block;
          flex-grow: 1;
          font-size: 1.25rem; }
          .timeline .timeline-card .timeline-card-header .date {
            display: inline-block;
            font-size: 1.25rem;
            text-align: right;
            white-space: nowrap;
            padding-left: 0.625rem; }
    .timeline .timeline-card .timeline-card-body {
      padding-top: 0.3125rem; }

.description-body {
  line-height: 1.8rem; }

  .description-body.in-table {
    padding: 0.75rem 1.25rem; }
    .description-body.in-table p {
      margin-bottom: 0; }

.description-body.card-description {
  padding: 0.3rem 0 0 0; }
  .description-body.card-description p {
    margin-bottom: 0; }

.external-icon {
  width: 0.9375rem;
  margin-top: -0.3125rem; }

  .attack-logo-bold {
    width: 60%; }

    .attack-logo {
      margin: 8px 0;
      display: block;
      height: 24px; }

      .anchor {
        display: block;
        position: relative;
        top: -4.125rem;
        visibility: hidden; }

        .section-view .anchor-section {
          position: -webkit-sticky;
          position: sticky;
          top: 4.125rem;
          background: white;
          z-index: 100;
          margin-bottom: 0; }
          .section-view p {
            margin-bottom: 0;
            padding-bottom: 0.5rem; }
            .section-view .section-mobile-view {
              display: none; }
              .section-view .section-desktop-view {
                display: block; }
                @media screen and (max-width: 47.9875rem) {
                  .section-view .section-mobile-view {
                    display: block;   }
                    .section-view .section-desktop-view {
                      display: none;   }
}
        .section-view .section-shadow {
          border-bottom: 1px solid #dfdfdf !important; }
          .section-view table {
            margin-top: -1px; }

.expand-icon {
  font-size: 5%;
  color: #39434C;
  margin-top: 0.4375rem; }

  .attackcons {
    border-top-width: 0px; }
    .attackcons .sponsors-block {
      background: #efefef;
      text-align: center;
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap; }
      .attackcons .sponsors-block .img-container {
        margin: 10px; }
        .attackcons .sponsors-block .img-container img {
          width: 80%;
          margin: auto; }

.training .exercise {
  background: #f2f2f2; }

.decorative-panels .decorative-panel .decorative-panel-header,
.decorative-panels .decorative-panel .decorative-panel-body {
  padding: 10px; }
  .decorative-panels .decorative-panel .decorative-panel-header h3,
  .decorative-panels .decorative-panel .decorative-panel-header h4,
  .decorative-panels .decorative-panel .decorative-panel-header .btn {
    margin-bottom: 16px; }
.decorative-panels .decorative-panel .decorative-panel-body.show {
  border-top: 1px solid #dfdfdf; }
  .decorative-panels .decorative-panel + .decorative-panel {
    margin-top: 25px; }
    .decorative-panels .decorative-panel:nth-of-type(even) {
      border-radius: 8px;
      background: #f2f2f2; }
@media screen and (max-width: 47.9875rem) {
  .decorative-panels .row {
    display: block;   }
    .decorative-panels .row.collapse:not(.show) {
      display: none;   }
}

.working-with-attack .file-list {
  border: 3px solid #dfdfdf;
  border-radius: 8px;
  background: white;
  margin: 10px;
  padding: 10px; }
  .working-with-attack .file-list ul {
    margin-bottom: 0; }

.expand-panel .card-block .card-header {
  display: flex;
  flex-direction: row; }
  .expand-panel .card-block .card-header h5 {
    font-family: "Roboto-Regular", sans-serif; }
    .expand-panel .card-block .card-header :first-child {
      cursor: pointer;
      display: inline-block;
      flex-grow: 1; }
      .expand-panel .card-block .card-header:after,
      .expand-panel .card-block .card-header::after {
        content: "";
        cursor: pointer;
        width: 1.5rem;
        height: 1.5rem;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        background-position: center;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2339434C' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
        z-index: 1;
        transition: all 0.2s ease; }
        .expand-panel .card-block .card-header:not(.collapsed):after,
        .expand-panel .card-block .card-header:not(.collapsed)::after {
          transform: rotate(-180deg); }
          .expand-panel .card-block .card-header:not(:last-child) {
            border-bottom: none; }
.expand-panel .card-block .card-title {
  display: inline-block;
  flex-grow: 1;
  font-family: "Roboto-Regular", sans-serif; }
  .expand-panel .card-block .first-card {
    border-bottom: none;
    border-radius: 0.25rem 0.25rem 0 0; }
    .expand-panel .card-block .last-card {
      border-radius: 0 0 0.25rem 0.25rem; }
      .expand-panel .card-block .middle-card {
        border-bottom: none;
        border-radius: 0; }

@media print {
  * {
    overflow: visible !important;
    break-before: always !important;
    page-break-inside: avoid !important;   }
}




              .btn-group-text {
                padding: 0.25rem, 0.5rem;
                font-size: 0.875rem;
                line-height: 1.5;
                border-radius: 0.2rem;
                border: 1px solid transparent; }

                .overlay.search {
                  position: fixed;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  z-index: 1051;
                  background: rgba(0, 0, 0, 0.35);
                  padding: 50px; }
                  .overlay.search .overlay-inner {
                    border-radius: 25px;
                    background: white;
                    color: #39434C;
                    width: 100%;
                    display: flex;
                    flex-flow: column;
                    max-height: 100%; }
                    .overlay.search .overlay-inner .search-header {
                      flex-shrink: 0;
                      position: relative; }
                      .overlay.search .overlay-inner .search-header .search-input {
                        padding: 10px; }
                        .overlay.search .overlay-inner .search-header .search-input input {
                          padding-left: 12.5px;
                          font-size: 25px;
                          line-height: 50px;
                          width: 100%;
                          border: 0;
                          background: white;
                          color: #39434C; }
                          .overlay.search .overlay-inner .search-header .search-input input:focus {
                            outline: none; }
                      .overlay.search .overlay-inner .search-header .search-icons {
                        position: absolute;
                        top: 0px;
                        right: 0px; }
                        .overlay.search .overlay-inner .search-header .search-icons > div {
                          display: inline-block; }
                          .overlay.search .overlay-inner .search-header .search-icons .search-parsing-icon {
                            height: 25px;
                            width: 25px;
                            margin-bottom: 8px;
                            opacity: 0.5; }
                            .overlay.search .overlay-inner .search-header .search-icons .close-search-icon {
                              font-size: 50px;
                              width: 50px;
                              line-height: 50px;
                              text-align: center;
                              margin: 10px;
                              opacity: 0.8;
                              cursor: pointer; }
                              .overlay.search .overlay-inner .search-header .search-icons .close-search-icon:hover {
                                opacity: 1; }
                    .overlay.search .overlay-inner .search-body {
                      flex: 1 1 auto;
                      padding: 0 50px;
                      border-top: 1px solid #dfdfdf;
                      margin-bottom: 25px;
                      overflow-y: auto; }
                      .overlay.search .overlay-inner .search-body .results .search-result:first-child {
                        margin-top: 1.5rem; }
                      .overlay.search .overlay-inner .search-body .load-more-results {
                        text-align: center; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .overlay.search .search-body {
    flex-basis: 50vh !important;   }
}

@media screen and (min-width: 1px) and (max-width: 767.8px) {
  .search-input input {
    font-size: 20px !important;
    line-height: 25px !important;   }
    .close-search-icon {
      font-size: 25px !important;
      line-height: 25px !important;
      width: 25px !important;   }
      .search-parsing-icon {
        width: 14px !important;
        height: 14px !important;
        margin-bottom: 5px !important;   }
}

.version-button.permalink .live {
  display: none; }
  .version-button.live .permalink {
    display: none; }

.version-table .table-break-row {
  border-right-color: white;
  border-left-color: white;
  padding: 1rem 0; }

  .popover {
    box-shadow: 0 0 5px 3px white;
    border-color: #c63f1f; }
    .popover .popover-header {
      background: #c63f1f;
      color: white; }
      .popover.bs-popover-left .arrow::before {
        border-left-color: #c63f1f; }
        .popover.bs-popover-right .arrow::before {
          border-right-color: #c63f1f; }
          .popover.bs-popover-top .arrow::before {
            border-top-color: #c63f1f; }
            .popover.bs-popover-bottom .arrow::before,
            .popover.bs-popover-bottom .arrow::after,
            .popover.bs-popover-bottom .popover-header::before {
              border-bottom-color: #c63f1f; }

.tour-backdrop, .tour-highlight {
  opacity: 0; }