 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
      
      
      	.notation-level-chart > .chart-part {
  height: 1.17rem;
}
   	.level-chart-label {
  font-size: 1.69rem;
  font-size: var(--s2);
  font-weight: 700;
  text-align: center;
  padding: 1.14rem 0 .4rem;
  position: relative;
  top: -.34rem;
  border-bottom-left-radius: .33rem;
  border-bottom-right-radius: .33rem;
}
.notation-level-chart:not(.--active) .level-chart-label {
  background: 0 0;
}

.notation-level-chart:first-child > .chart-part {
  border-top-left-radius: .33rem;
  border-bottom-left-radius: .33rem;
}
.notation-level-chart > .chart-part {
  height: 1.17rem;
}
.result-badge[data-int-grade-value="A"], .notation-level-chart:nth-child(1) > *, .result-notation-info-item[data-int-item-score="1"] .result-notation-info-label::before {
  background-color: #2e9b43;
}

.result-badge[data-int-grade-value="F"], .notation-level-chart:nth-child(6) > *, .result-notation-info-item[data-int-item-score="6"] .result-notation-info-label::before {
  background-color: #fb9929;
}

.notation-level-chart > .chart-part {
  height: 1.17rem;
}
.cluster-l.--no-margin > * > * {
  margin: 0 !important;
}
.cluster-l > * {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: -.65rem !important;
  margin: -.65rem !important;
  margin: calc(var(--s1,1.3rem)/2*-1) !important;
}
.result-notation-levels-chart > * > * {
  -webkit-flex: 1 1 auto;
  flex: auto;
}
.result-badge {
  font-size:1.69rem;
  font-size:var(--s2);
  font-weight:700;
  width:3.875rem;
  height:3.875rem;
  display:-webkit-flex;
  display:flex;
  text-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  justify-content:center;
  border-radius:100%
}
.result-badge[data-int-grade-value=A] {
  color:#fff
}
.result-badge[data-int-grade-value=A],
.notation-level-chart:nth-child(1)>*,
.result-notation-info-item[data-int-item-score="1"] .result-notation-info-label::before {
  background-color:#2e9b43;
  /*background-color:var(--color-medium-green-2)*/
}
.result-badge[data-int-grade-value=B],
.notation-level-chart:nth-child(2)>*,
.result-notation-info-item[data-int-item-score="2"] .result-notation-info-label::before {
  background-color:#34bc6e;
 /* background-color:var(--color-cool-green)*/
}
.result-badge[data-int-grade-value=C],
.notation-level-chart:nth-child(3)>*,
.result-notation-info-item[data-int-item-score="3"] .result-notation-info-label::before {
  background-color:#cadd00;
/*  background-color:var(--color-greenish-yellow)*/
}
.result-badge[data-int-grade-value=D],
.notation-level-chart:nth-child(4)>*,
.result-notation-info-item[data-int-item-score="4"] .result-notation-info-label::before {
  background-color:#f7ed00;
  /*background-color:var(--color-bright-yellow)*/
}
.result-badge[data-int-grade-value=E],
.notation-level-chart:nth-child(5)>*,
.result-notation-info-item[data-int-item-score="5"] .result-notation-info-label::before {
  background-color:#ffce00;
  /*background-color:var(--color-saturated-yellow)*/
}
.result-badge[data-int-grade-value=F],
.notation-level-chart:nth-child(6)>*,
.result-notation-info-item[data-int-item-score="6"] .result-notation-info-label::before {
  background-color:#fb9929;
  /*! background-color:var(--color-mango) */
}
.result-badge[data-int-grade-value=G],
.notation-level-chart:nth-child(7)>*,
.result-notation-info-item[data-int-item-score="7"] .result-notation-info-label::before {
  background-color:#f01c16;
  /*background-color:var(--color-vermillion)*/
}
.result-badge[data-int-grade-value=A],
.result-badge[data-int-grade-value=G],
.notation-level-chart:nth-child(1).--active,
.notation-level-chart:nth-child(7).--active {
  color:#fff
}
.result-load-range [data-int-item-score="0"],
[data-int-size-binary-score-value="0"],
[data-int-nodes-binary-score-value="0"],
[data-int-requests-binary-score-value="0"] {
  color:#2e9b43;
  color:var(--color-medium-green-2)
}
.result-load-range [data-int-item-score=""],
.result-load-range [data-int-item-score="1"],
[data-int-size-binary-score-value="1"],
[data-int-nodes-binary-score-value="1"],
[data-int-requests-binary-score-value="1"] {
  color:#ffce00;
  color:var(--color-saturated-yellow)
}
.result-notation-message {
  padding-right:3.71293vw;
  padding-right:var(--p5)
}
.result-notation-levels-chart>*>* {
  -webkit-flex:1 1 auto;
  flex:auto
}
.notation-level-chart>.chart-part {
  height:1.17rem
}
.notation-level-chart:first-child>.chart-part {
  border-top-left-radius:.33rem;
  border-bottom-left-radius:.33rem
}
.notation-level-chart:last-child>.chart-part {
  border-top-right-radius:.33rem;
  border-bottom-right-radius:.33rem
}
.level-chart-label {
  font-size:1.69rem;
  font-size:var(--s2);
  font-weight:700;
  text-align:center;
  padding:1.14rem 0 .4rem;
  position:relative;
  top:-.34rem;
  border-bottom-left-radius:.33rem;
  border-bottom-right-radius:.33rem
}
.notation-level-chart:not(.--active) .level-chart-label {
  background:0 0
}

.result-notation-content{max-width:400px}

ul[class] li {
  list-style: none;
}

.result-notation-info-list{max-width:400px}

.result-notation-info-list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10,55,66,.1);
  border-bottom: 1px solid rgba(var(--color-dark-rgb),.1);
  padding-bottom: 1rem;
  padding-bottom: var(--s0);
}

.result-load-range [data-int-item-score="0"],
[data-int-size-binary-score-value="0"],
[data-int-nodes-binary-score-value="0"],
[data-int-requests-binary-score-value="0"] {
  color:#2e9b43;
}
.result-load-range [data-int-item-score=""],
.result-load-range [data-int-item-score="1"],
[data-int-size-binary-score-value="1"],
[data-int-nodes-binary-score-value="1"],
[data-int-requests-binary-score-value="1"] {
  color:#ffce00;
}
.result-notation-info-item .result-notation-info-label::before {
  content: "";
  width: .5rem;
  display: inline-block;
  height: .5rem;
  background-color: currentColor;
  margin-right: 1.3rem;
  margin-right: var(--s1);
  position: relative;
  bottom: .12em;
}
*, ::before, ::after {
  font-family: inherit;
  color: inherit;
  word-wrap: break-word;
  border-style: solid;
  border-width: 0;
  border-color: initial;
}

.result-notation-info-label > span {
  color: #052d33;
}

.result-notation-info-item{margin:15px 0;}

.svg-inline:first-child > svg {
  margin-left: 0;
  margin-top: -.4em;
}
.svg-inline > svg {
  height: 1.1em;
  width: 1.1em;
  margin: 0 .3em;
    margin-top: 0px;
    margin-left: 0.3em;
}

.footprint-result::after {
  content: attr(data-unit);
  padding-left: .4em;
}

.em-card svg {
  fill: currentColor;
  margin-bottom: auto;
  max-width: 2.8561rem;
  max-height: 2.8561rem;
}

.em-card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 14.5rem;
  padding: 1.69rem;
  border-radius: 5px;
  background-color: #eee;
}

.with-sidebar-l:not(.--right-side) > * > :last-child {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 999;
  flex-grow: 999;
  min-width: 50%;
}
.with-sidebar-l.--s3 > * > * {
  margin-left: 1.0985rem !important;
  margin-right: 1.0985rem !important;
}
.info_2_columns_col2 {
  padding-top: 1rem;
}
.stack-l {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.with-sidebar-l > * > * {
  margin: .65rem !important;
}


.svg-symbols {
  display: none;
}


.link-success svg {width:20px;height:20px;}
.urlres{background:#8fd100;padding:10px;}

#nbvisites{
	background: #8fd100;
  border-radius: 20px;
  padding: 5px 10px;
  color: white;
}