@font-face {
  font-family: 'Ubuntu Mono';
  src: url('UbuntuMono-Regular.ttf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: #2f0410;
    color: #eee;
}
html,
body {
    height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #250000;
}
::-webkit-scrollbar-thumb {
    background: #511522;
}
::-webkit-scrollbar-thumb:hover {
    background: #4c101e;
}
::-webkit-scrollbar-thumb:active {
    background: #511522;
}
a {
    color: inherit;
    text-decoration: none;
}
.a,
.a:visited {
    color: #9fb380;
    text-decoration: none;
}
.a:hover,
.a:focus,
.a:active {
    color: #b6c69f;
    text-decoration: underline;
}
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    overflow: hidden;
    background-color: #420516;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    filter: drop-shadow(0px 0px 3px #0d0d0d);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.bar-header table tr:last-child td:first-child,
.bar-header table tr:last-child td:last-child {
    border-radius: 0px;
}
@media screen and (max-width: 721px) {
    .navbar,
    .navbar-li {
        position: relative;
    }
}
.navbar-li {
    float: left;
}

.navbar-li-a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Lato;
}
.navbar-li-a:hover:not(.active) {
    color: #ea7b9c;
}
.navbar-img {
    float: right;
    height: 46px;
}
.info {
    margin: auto;
    width: 80%;
    background: #420516;
    padding: 10px;
    min-height: 83%;
    border-radius: 2rem;
    padding-top: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.4rem;
    align-items: center;
}
.info-404 {
    margin: auto;
    width: 80%;
    background: #420516;
    padding: 10px;
    min-height: 80%;
    border-radius: 2rem;
    padding-top: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.4rem;
    align-items: center;
}
.button {
    background: #8e0b30;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border: 0px solid #420516;
    font-size: 1.4rem;
    color: #f5bdce;
    border-radius: 1rem;
    filter: drop-shadow(0px 0px 1px #000);
}
.button:hover {
    background-color: #5f0720;
}
.button:active {
    background: #770928;
}

p {
    line-height: .5rem;
}
.bottombar {
    background-color: #420516;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    filter: drop-shadow(0px 0px 3px #0d0d0d);
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
.spacer {
    width: .1rem;
    height: 7.7rem;
    background: transparent;
}
.code {
    background: #5f0720;
    padding-top: .0015rem;
    border: 0px solid #8e0b30;
    border-left: 5px solid #8e0b30;
    padding-left: 1rem;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow-x: scroll;
    white-space: nowrap;
}
.code::-webkit-scrollbar {
    width: 5px;
    height: .3rem;
    background-color: #5f0720;
}
.code::-webkit-scrollbar-track {
    background: #5f0720;
}
.code::-webkit-scrollbar-thumb {
    background: #9fb380;
}
.code pre {
    font-size: 1.1rem;
}
pre {
    font-family: 'Ubuntu Mono', monospace;
}
.code2 {
    background: #8e0b30;
    border-radius: 15px;

}
.code-button {
    background: transparent;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid transparent;
    font-size: 1.2rem;
    color: #f5bdce;
    border-radius: .68rem;
    cursor: pointer;
}
.code-button:active {
    border-color: #f8d3de;
}
.simplecode {
    background: #8e0b30;
    padding: 2px;
    border-radius: 10px;
    font-family: 'Ubuntu Mono', monospace;
}
.header1 {
    color: #9fb380;
    word-wrap: break-word;
    font-size: 2.6rem !important;
}
.header1-404 {
    color: #9fb380;
    word-wrap: break-word;
    font-size: 8rem !important;
}
.header2-404 {
    word-wrap: break-word;
    font-size: 1.7rem !important;
    margin-top: -4.20rem !important;
}
.listing-title {
    line-height: 2rem;
    word-wrap: break-word
}
td {
    font-size: 1.2rem;
    border: 0px solid #8e0b30;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
table {
    border-collapse: collapse;
}
table {
    border-radius: 500px;
}
tr {
    background: #71001c;
}
tr:nth-child(6n+2),
tr:nth-child(6n+4),
tr:nth-child(6n+6),
tr:nth-child(6n+8) {
    background: #660014;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
table tr:first-child td:first-child {
    border-top-left-radius: 15px;
}

table tr:first-child td:last-child {
    border-top-right-radius: 15px;
}
.tdinfo-border {
    border-right: 1px solid #8e0b30;
}
.bar-graph .bar-title {
    border-right: 1px solid #8e0b30;
    width: 10%;
}
.bar-graph span {
    margin-right: .5rem;
}
.bar-graph .bar-a-avg {
    background: #6c814b;
    height: 3rem;
    border-radius: 15px;
    line-height: 3rem;
    vertical-align: middle;
}
.bar-graph .bar-a-1 {
    background: #5d6f41;
    height: 3rem;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 3rem;
    vertical-align: middle;
}
.bar-graph .bar-a-d1 {
    background: #344428;
    height: 3rem;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 3rem;
    vertical-align: middle;
}
.bar-graph .bar-b-avg {
    background: #c91d4d;
    height: 3rem;
    border-radius: 15px;
    line-height: 3rem;
    vertical-align: middle;
}
.bar-graph .bar-b-1 {
    background: #861334;
    height: 3rem;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 3rem;
    vertical-align: middle;
}
.bar-graph .bar-b-d1 {
    background: #590d22;
    height: 3rem;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 3rem;
    vertical-align: middle;
}
.bar-header {
    background: #8e0b30;
    border-radius: 15px;
    padding-top: .3rem;
    overflow: hidden;
    width: auto;
}
.bar-header .bh-span {
    font-size: 1.7rem;
    margin-left: 1rem;
    display: block;
    padding-bottom: .3rem;
}
.bar-graph tr:first-child td:first-child,
.bar-graph tr:first-child td:last-child {
    border-radius: 0px;
}
.bar-header .extra-info {
    color: #9fb380;
    font-size: 1rem;
    display: block;
    float: right;
    margin-right: 1rem;
    font-weight: bold;
}
#wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#leftcolumn,
#rightcolumn {
    border: 0px solid #8e0b30;
    min-height: 12.5rem;
    max-height: 12.5rem;
}
#leftcolumn {
    background: #8e0b30;
    width: 20rem;
    vertical-align: middle;
    position: relative;
    border-right: 0px solid #8e0b30;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#rightcolumn {
    background: #5f0720;
    width: 46.8rem;
    max-height: 12rem;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}
.preview-img {
    max-height: 12rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 19rem;
    border-radius: 15px;
}
.pill-title {
    color: #9fb380;
    font-size: 2rem;
    font-weight: bold;
    padding-top: .5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.pill-desc {
    margin-left: 2.3rem;
    margin-top: .5rem;
    display: block;
    margin-right: 2rem;
}
.page-img {
    max-width: 80%;
    max-height: 30rem;
    border-radius: 15px;
}
.pill-time {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    clear: right display: block;
    margin-right: .6rem;
    font-size: .8em;
    color: #ee91ad;
}
.page-time {
    margin-top: -2rem;
    display: block;
    font-size: .8em;
    color: #ee91ad
}
/* old image slider
.image-slider {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.image-slider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 100%;
  overflow: hidden;
  resize: horizontal;

}
.image-slider > div:before {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: .7rem;
height: .8rem;
padding: .2rem;
background: linear-gradient(-45deg, white 50%, transparent 0);
background-clip: content-box;
cursor: ew-resize;
-webkit-filter: drop-shadow(0 0 2px black);
filter: drop-shadow(0 0 2px black);
}
.image-slider img {
user-select: none;
max-height: 30rem;
}
.img-span-left {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: .5rem;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 1rem;
}
.img-span-right {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: .5rem;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 1rem;
}
*/
.table-wrap {
    border-radius: 10px;
    overflow: hidden;
    width: auto;
}
table {
    width: 100%;
}
img-comparison-slider img {
    max-height: 30rem;
}
img-comparison-slider {
    border-radius: 15px;
}
img-comparison-slider:focus {
    outline: none !important;
    --default-handle-opacity: 0;
}
#theme-selector {
    float: right
}
#theme-dropdown {
    border-radius: .5rem;
    border: none;
    color: white;
    font-family: Lato;
    font-size: 1.2rem;
    margin-right: 1.2rem;
    margin-top: .7rem;
    background: transparent;
}
option {
    background: #344428;
    background-color: rgb(52, 68, 40);
    color: #eee;
}
.iframe-yt {
  max-width: 100%;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px); /* Add backdrop-filter property for background blur */
  z-index: 9999;
}

.popup-content {
  background-color: #34402b;
  width: 30%;
  padding: 20px;
  margin: 5% auto;
  text-align: center;
  position: relative;
  border-radius: 1rem;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: #8e0b30;
  border-radius: 100rem;
  font-size: 1.3rem;
  padding-left: .4rem;
  padding-right: .4rem;
  color: #ccc;
}
.close-btn:hover {
  background: #5f0720;
  color: #aaa;
}
/* mobile optimized stuff */
@media (max-width: 540px) {
    .info, .info-404 {
        width: auto;
        padding-left: .5rem;
        padding-right: .5rem;
        border-radius: 2rem;
        padding-bottom: .9rem;
    }
    .bar-graph .bar-a-avg {
        float: none !important;
        position: relative !important;
        border-radius: 15px;
    }
    .bar-graph .bar-a-1 {
        float: none !important;
        position: relative !important;
        border-radius: 15px;
        margin-top: .35rem;
    }
    .bar-graph .bar-a-d1 {
        float: none !important;
        position: relative !important;
        border-radius: 15px;
        text-wrap: clip;
        margin-top: .35rem;
    }
    .bar-graph .bar-b-avg {
        float: none !important;
        position: relative !important;
        border-radius: 15px;
    }
    .bar-graph .bar-b-1 {
        float: none !important;
        position: relative !important;
        border-radius: 15px;
        margin-bottom: .35rem;
        margin-top: .35rem;
    }
    .bar-graph .bar-b-d1 {
        float: none !important;
        position: relative !important;
        border-radius: 15px;
        margin-top: .35rem;
    }
    #wrapper {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #leftcolumn {
        min-height: 10rem;
        max-height: 10rem;
    }
    #rightcolumn {
        min-height: 13.5rem;
        max-height: 13.5rem;
    }
    #leftcolumn {
        width: 22.5rem;
        vertical-align: middle;
        position: relative;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 1px solid #8e0b30;
        border-bottom: 0px solid #8e0b30;
    }
    #rightcolumn {
        width: 22.5rem;
        max-height: 13rem;
        overflow: hidden;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .preview-img {
        max-height: 9.5rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 19rem;
        border-radius: 15px;
    }
    .pill-title {
        font-size: 1.6rem;
        font-weight: bold;
        padding-top: .5rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-right: 0.4rem;
        margin-left: 0.4rem;
        word-wrap: break-word;
    }
    .pill-desc {
        margin-left: 2.3rem;
        margin-top: .5rem;
        display: block;
        margin-right: 2rem;
        word-wrap: break-word;
    }
    .page-img {
        max-width: 100%;
        max-height: 20rem;
    }
    .bar-graph span {
        white-space: nowrap;
    }
    img-comparison-slider img {
        max-width: 100%;
    }
    .popup-content {
      width: 90%;
      margin: 5% auto;
    }
}
/* light mode stuff */
.light {
    background-color: #E1E2E1;
    color: #111
}
.light ::-webkit-scrollbar-track {
    background: #F5F5F6;
}
.light ::-webkit-scrollbar-thumb {
    background: #97a27e;
}
.light ::-webkit-scrollbar-thumb:hover {
    background: #acb98e;
}
.light ::-webkit-scrollbar-thumb:active {
    background: #a7b090;
}
.light a {
    color: inherit;
}
.light .a,
.light .a:visited {
    color: #5e7041;
}
.light .a:hover,
.light .a:focus,
.light .a:active {
    color: #334519;
}
.light .navbar {
    background-color: #c44659;
    filter: drop-shadow(0px 0px 2px #0d0d0d);
}
.light .navbar-li-a {
    color: white;
}
.light .navbar-li-a:hover:not(.active) {
    color: #5e7041;
}
.light .info, .light .info-404 {
    background: #F5F5F6;
}
.light .button {
    background: #c44659;
    border: 0px solid #420516;
    color: white;
    filter: drop-shadow(0px 0px 1px #000);
}
.light .button:hover {
    background-color: #ae3749;
    cursor: pointer
}
.light .button:active {
    background: #c44659;
}
.light .code {
    background: #E1E2E1;
    border: 0px solid #c44659;
    border-left: 5px solid #c44659;
}
.light .code::-webkit-scrollbar {
    background-color: #E1E2E1;
}
.light .code::-webkit-scrollbar-track {
    background: #E1E2E1;
}
.light .code::-webkit-scrollbar-thumb {
    background: #9fb380;
}
.light .code2 {
    background: #c44659;
}
.light .code-button {
    background: transparent;
    border: 1px solid transparent;
    color: #f5bdce;
}
.light .code-button:active {
    border-color: #c44659;
}
.light .code-button:focus {
    outline: none;
    border: 0px solid #000;
}
.light .simplecode {
    background: #8c9e6d;
}
.light .header1, .light .header1-404 {
    color: #5e7041;
}
.light td {
    border: 0px solid #8e0b30;
}
.light tr {
    background: #E1E2E1;
}
.light tr:nth-child(6n+2),
.light tr:nth-child(6n+4),
.light tr:nth-child(6n+6),
.light tr:nth-child(6n+8) {
    background: #cbcdcb;
}
.light .tdinfo-border {
    border-right: 1px solid #c44659 !important;
}
.light .bar-graph .bar-title {
    border-right: 1px solid #c44659;
}
.light .bar-graph .bar-a-avg {
background: #a7b090;
}
.light .bar-graph .bar-a-1 {
background: #97a27e;
}
.light .bar-graph .bar-a-d1 {
background: #6e8059;
}
.light .bar-graph .bar-b-avg {
background: #e87f8d;
}
.light .bar-graph .bar-b-1 {
background: #b84359;
}
.light .bar-graph .bar-b-d1 {
background: #a3293f;
}
.light .bar-header {
    background: #c44659;
}
.light .bar-header .extra-info {
    color: #334519;
}
.light .bar-graph div {
    color: #111;
}
.light #leftcolumn,
.light #rightcolumn {
  border: 0px solid #c44659;
}
.light #leftcolumn {
    background: #c44659;
}
.light #rightcolumn {
    background: #E1E2E1;
}
.light .pill-title {
    color: #5e7041;
}
.light .pill-time {
    color: #8e0b30;
}
.light .page-time {
    color: #8e0b30
}
.light #theme-dropdown {
    background: transparent;
    color: white;
}
.light .page-img {
    filter: drop-shadow(0px 0px 1px #000);
}
.light option {
  background: #8c9e6d;
  background-color: rgb(140, 158, 109);
  color: #111;
}
.light .popup {
  background-color: rgba(0, 0, 0, 0.1);
}
.light .popup-content {
  background-color: #a7b090;
}
.light .close-btn {
  background: #c44659;
  color: #ccc;
}
.light .close-btn:hover {
  background: #ae3749;
  color: #aaa;
}
/* dark mode stuff */
.dark {
    background-color: #1a1a1a;
    color: #eee
}
.dark ::-webkit-scrollbar-track {
    background: #333 ;
}
.dark ::-webkit-scrollbar-thumb {
    background: #6e8059;
}
.dark ::-webkit-scrollbar-thumb:hover {
    background: #6c814b;
}
.dark ::-webkit-scrollbar-thumb:active {
    background: #596a3e;
}
.dark a {
    color: inherit;
}
.dark .a,
.dark .a:visited {
    color: #8c9e6d;
}
.dark .a:hover,
.dark .a:focus,
.dark .a:active {
    color: #5e7041;
}
.dark .navbar {
    background-color: #111;
    filter: drop-shadow(0px 0px 2px #0d0d0d);
}
.dark .navbar-li-a {
    color: white;
}
.dark .navbar-li-a:hover:not(.active) {
    color: #8c9e6d;
}
.dark .info, .dark .info-404 {
    background: #111;
}
.dark .button {
    background: #8e0b30;
    border: 0px solid #420516;
    color: #eee;
    filter: drop-shadow(0px 0px 1px #000);
}
.dark .button:hover {
    background-color: #ae3749;
    cursor: pointer
}
.dark .button:active {
    background: #c44659;
}
.dark .code {
    background: #1a1a1a;
    border: 0px solid #8e0b30;
    border-left: 5px solid #8e0b30;
}
.dark .code::-webkit-scrollbar {
    background-color: #E1E2E1;
}
.dark .code::-webkit-scrollbar-track {
    background: #1a1a1a;
}
.dark .code::-webkit-scrollbar-thumb {
    background: #9fb380;
}
.dark .code2 {
    background: #8e0b30;
}
.dark .code-button {
    background: transparent;
    border: 1px solid transparent;
    color: #f5bdce;
}
.dark .code-button:active {
    border-color: #c44659;
}
.dark .code-button:focus {
    outline: none;
    border: 0px solid #000;
}
.dark .simplecode {
    background: #5e7041;
}
.dark .header1, .dark .header1-404 {
    color: #8c9e6d;
}
.dark td {
    border: 0px solid #8e0b30;
}
.dark tr {
    background: #222;
}
.dark tr:nth-child(6n+2),
.dark tr:nth-child(6n+4),
.dark tr:nth-child(6n+6),
.dark tr:nth-child(6n+8) {
    background: #2a2a2a;
}
.dark .tdinfo-border {
    border-right: 1px solid #8e0b30;
}
.dark .bar-graph .bar-title {
    border-right: 1px solid #8e0b30;
}
.dark .bar-graph .bar-a-avg {
    background: #6c814b;
}
.dark .bar-graph .bar-a-1 {
    background: #5d6f41;
}
.dark .bar-graph .bar-a-d1 {
    background: #344428;
}
.dark .bar-graph .bar-b-avg {
    background: #c91d4d;
}
.dark .bar-graph .bar-b-1 {
    background: #861334;
}
.dark .bar-graph .bar-b-d1 {
    background: #590d22;
}
.dark .bar-header {
    background: #8e0b30;
}
.dark .bar-header .extra-info {
    color: #8c9e6d;
}
.dark .bar-graph div {
    color: white;
}
.dark #leftcolumn,
.dark #rightcolumn {
    border: 0px solid #8e0b30;
}
.dark #leftcolumn {
    background: #8e0b30;
}
.dark #rightcolumn {
    background: #1a1a1a;
}
.dark .pill-title {
    color: #8c9e6d;
}
.dark .pill-time {
    color: #c44659;
}
.dark .page-time {
    color: #c44659
}
.dark #theme-dropdown {
    background: transparent;
    color: white;
}
.dark .page-img {
    filter: drop-shadow(0px 0px 1px #000);
}
.dark option {
  background: #8c9e6d;
  background-color: rgb(140, 158, 109);
  color: #111;
}
.dark .popup {
  background-color: rgba(0, 0, 0, 0.2);
}
.dark .popup-content {
  background-color: #252e1f;
}
.dark .close-btn {
  background: #8e0b30;
  color: #ccc;
}
.dark .close-btn:hover {
  background: #5f0720;
  color: #aaa;
}
