@import url('theme.css');

* {
  box-sizing: border-box;
}

:root {
  --body-light-bg: #ebebeb;
  --body-dark-bg: #070f19;
}

html {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}


body {
  font-family: 'Noto Sans';
  background: #00132d;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh; /* push down the footer */
}

a {
  color: #68a8ff;
  text-decoration: none;
}

a:hover {
  color: #4da2ff;
}

pre,
.generic-textblock,
.pgp-key-wrapper .pgp-key-container textarea {
  font-family: 'Noto Sans Mono';
  font-size: 1rem;
  border-radius: 1ex;
  border:1px solid #2d405a;
  box-shadow: 0px 0px 5px #999;
  padding:1em;
  white-space: pre-wrap;
  overflow-x: hidden;
  width: fit-content;
  line-height: 1.5;
}

.pgp-key-wrapper .pgp-key-container textarea {
  color: #212529;
  background-color: lavender;
}

kbd {
  font-size: 1rem;
}

kbd.light {
  padding: .2rem .4rem;
  color: #212529;
  background-color: #f5f5f5;
  border-radius: .2rem;
  display: inline-block;
}

figure {
  width: min-content;
  padding-bottom: 1em;
  padding-top: 1em;
}

figcaption {
  text-align: center;
  font-style: italic;
}

.align-center {
  margin: 0 auto;
}

.highlight {
  width: fit-content;
  border-radius: 1ex;
  margin: 2em auto;
}

.custom-highlight {
  /* font-size: 2.2rem; */
}

.red-highlight {
  color: #ec6767;
  /* text-shadow: 0 0 10px #00132e, 0 0 20px #00132e, 0 0 16px #ec6767, 0 0 1px #ec6767, 0 0 6px #ec6767, 0 0 12px #ec6767, 0 0 5px #ec6767; */
}

.blue-highlight {
  color: #2196f3;
  text-shadow: 0 0 5px #00132e, 0 0 10px #00132e, 0 0 8px #2196f3, 0 0 1px #2196f3, 0 0 3px #2196f3, 0 0 6px #2196f3, 0 0 2px #2196f3;
}

.white-highlight {
  color: #fff;
  text-shadow: 0 0 5px #00132d, 0 0 10px #00132d, 0 0 8px #fff, 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 2px #fff;
}

code {
  font-family: 'Noto Sans Mono';
  word-wrap: break-word;
  white-space: nowrap;
  /* border-radius: 6px; */
  /* border: 1.5px solid #2d405a; */
  /* padding: 0.1ex 0.6ex 0.1ex 0.6ex; */
  padding: 0;
  color: #5fff87;
}

details.sd-dropdown:not([open])>.sd-card-header {
  border:1px solid #f5f5f5;
  border-radius:.25rem
}

.sd-card,
.sd-card-header:first-child {
  border:1px solid #f5f5f5;
  width: fit-content;
}

details.sd-dropdown .sd-summary-title {
  width: auto;
}

.asciinema-player-wrapper {
  padding-bottom: 0;
}

.admonition {
  padding: 1ex 2ex 0ex 2ex;
  width: fit-content;
  margin-bottom: 1em;
  border: 0.1rem solid #2d405a;
  color: white;
  border-radius: 0.4em;
}

.admonition-title {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5ex 1ex;
  margin: -1ex -2ex 1ex -2ex;
  border-radius: 0.6ex 0.6ex 0 0;
}

.admonition-title::before {
  font-family: FontAwesome;
  padding-right: 0.5ex;
  font-size: 1.2rem;
}

.admonition.note {
  background: #002142;
}

.admonition.warning {
  background: #1f1f1f;
}

.admonition.note .admonition-title {
  background: #1c4e6f;
}

.admonition.note .admonition-title::before {
  content: "\f05a"; /* info-circle */
}

.admonition.warning .admonition-title {
  background: #d2691e;
}

.admonition.warning .admonition-title::before {
  content: "\f071"; /* exclamation-triangle */
}

main {
  padding-top: 8em;
  padding-bottom: 4em;
  padding-left: 10%;
  padding-right: 10%;
  flex-grow: 1;
}

.first-main-section {
  padding-top: 1em;
  padding-bottom: 0px;
}

#main-page {
  padding-bottom: 0px !important;
}

/* header::before {
content: "";
background-image: url(https://www.cyberintel.es/wp-content/uploads/2017/12/banner01.jpg);
background-size: cover;
background-position: center center;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.75;
}

header > * {
z-index: 1;
} */

  /*
  .special-header {
  background: rgb(0 19 45 / 81%);
  box-shadow: rgb(88 88 88 / 20%) 0px -1px 0px 0px inset;
  }
   */

  .header-logo-container {
    height: 6ex;
    /* filter: drop-shadow(0px 0px 0.7ex #989595); */
    /* background: rgb(255 255 255 / 90%); */
    /* box-shadow: rgb(0 0 0 / 10%) 0px -1px 0px 0px inset; */
    /* background-color: #f5f5f5; */
    /*
    border-radius: 2ex;
    transition: all .1s ease-in;
    padding: 1ex;
     */
}

.footer-logo-container {
  height: 7.4ex;
  width: 100%;
  /* filter: drop-shadow(0px 0px 0.7ex #989595); */
  /* background: rgb(255 255 255 / 90%); */
  /* box-shadow: rgb(0 0 0 / 10%) 0px -1px 0px 0px inset; */
  /* background-color: #f5f5f5; */
  border-radius: 2ex;
  transition: all .1s ease-in;
}

.footer-logo-copyright-container {
  display: flex;
  flex-direction: column;
}

.cyberintel-logo {
  width: 11rem;
  #height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.cyberintel-logo:hover {
  opacity: 0.7;
  color: #4da2ff;
}

.copyright {
  color: #a0a0a0;
  font-size: 1.15ex;
  white-space: nowrap;
}

.navbar {
  transition: transform 0.4s ease-in-out;
  background: rgb(0, 13, 31);
  /* box-shadow: rgb(0 0 0 / 10%) 0px -1px 0px 0px inset; */
  padding: 1em 1em;
  align-items: center;
  justify-content: space-between;
}

.navbar-overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.navbar-overlay.collapsed {
  z-index: -1;
}

.navbar-dark .navbar-nav .nav-link {
  color: #e0e0e0;
}

.navbar-dark .navbar-toggler {
  color: #e0e0e0;
  border-color: #e0e0e0;
}

.navbar-dark .navbar-toggler-icon {
  /* stroke color: #e0e0e0 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23e0e0e0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* navigation bar opened */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item {
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all .1s ease-in;
  font-size: 1.2rem;
  font-weight: 600;
}

.nav-item:hover a {
  color: #4da2ff;
}

.nav-item:hover a svg {
  fill: #4da2ff;
}

.nav-link {
  color: #e0e0e0;
  text-decoration: none;
}

.nav-active {
  /* background: rgb(77 163 255 / 17%); */
  color: #4da2ff!important;
  border-radius: 10px;
  transition: all .1s ease-in;
}

.home-icon-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home-icon {
  width: 20px;
  fill: #dcdcdc;
}

.trainings-left-side {
  display: flex;
  flex-direction: column;
  flex: .8;
}

.trainings-right-side {
  display: flex;
  flex-direction: column;
  flex: .3;
}

.trainings-index-content {
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  background: #001532;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #2d405a;
}

.trainings-index-content > h2 {
  padding: 15px 20px;
  border-bottom: 1px solid #2d405a;
  margin-bottom: 10px;
}

.trainings-index {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  gap: 20px;
  color: #d3d3d3;
}

.access-trainings-index {
  padding: 15px 20px;
  border-top: 1px solid #2d405a;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0px 0px 6px 6px;
  transition: background .2s;
}

.access-trainings-index:hover {
  background: #001838;
}

.trainings-index-active {
  color: #9dcaff;
}

.trainings-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.training {
  background: #001532;
  border-radius: 8px;
  border: 1px solid #2d405a;
  padding: 20px 25px;
}

.training > h2 {
  margin-bottom: 10px;
  color: #ffffff;
}

.training-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 0.9rem;
}

.training-tags div {
  padding: 2px 10px;
  color: black;
  background: #65e087;
  border-radius: 4px;
}

.training-tags a {
  text-decoration: none;
}

.training-description {
  color: #d3d3d3;
  font-size: 1.2rem;
  margin-bottom:10px;
  text-align:justify;
  text-justify: inter-word;
}

.cve_shad {
  border: solid 1px #ccc;
  border-radius: 2px;
  margin-left:auto;
  margin-right:auto;
  max-width:820px;
  padding:0.1em;
  box-shadow:4px 4px 6px #666;
}

.publication-anchor {
  text-decoration: none;
}

.publication {
  display: flex;
  align-items: center;
  height: auto;
  background: #001532;
  border-radius: 8px;
  border: 1px solid #2d405a;
  padding: 20px 25px;
  cursor: pointer;
  transition: background .2s;
}

.publication:hover {
  background: rgba(51, 54, 95, 0.2);
}

.article_list {
  color: white;
  width: 100%;
}

.article_list_title {
  font-size: 2rem;
  font-family: 'Noto Sans Mono';
}

.article_list_subtitle {
  font-size: 1.5rem;
  margin-top: 0.5ex;
}

.article_list_publication_date {
  color: #d3d3d3;
  margin-top: 1em;
}

.article_list_brief_description {
  margin-top: 1em;
  font-size: 1.1rem;
}

.article_list_image_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 10em;
  max-height: 10em;
  overflow: hidden;
}

.article_list_image_container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.article_list_image_description {
  color: #dcdcdc;
  font-size: 0.9rem;
  text-decoration: none;
  padding-top: 0.5ex;
  text-align: center;
}

.last-edited {
  font-size: 0.8rem;
  color: #909090;
  margin: 0.8rem 0.5rem;
}

.last-edited span {
  display: inline-block;
}

.last-edited .date {
  font-weight: bold;
}

.main_list {
  color: #d3d3d3;
}

.main_list_title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Noto Sans Mono';
}

.description {
  margin-bottom: 10px;
  text-align: justify;
}

.affected-versions {
  text-align: justify;
}


nav.position-fixed {
  top: 70px;
  height: calc(100vh - 70px);
  overflow-y: auto;
}
nav.position-fixed ul {
  margin-top: 20px;
}
nav.position-fixed ul li {
  margin-bottom: 10px;
}
nav.position-fixed ul li a {
  color: #6c757d;
}
nav.position-fixed ul li a:hover {
  color: #343a40;
}

.main-title {
  color: #f0f0f0;
  font-size: 2.5rem;
  max-width: 25ch;
  margin-bottom: 10px;
  font-weight: 550;
}

.main-description {
  color: #dedede;
  max-width: 65ch;
  font-size: 1.2rem;
}

.main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.goals {
  display: flex;
  background: #d9d9d9;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  gap: 20px;
}

.goal {
  background: #dedede;
  padding: 20px;
  border-radius: 15px;
}

.main-right-part {
  position: relative;
  width: auto;
}

.main-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 15ex;
}

.main-svg {
  height: 550px;
}

.remarked {
  font-weight: 600;
}

.light-glow {
  position: absolute;
  left: calc(50% - 160px);
  top: calc(50% - 90px);
  height: 175px;
  width: 320px;
  border-radius: 50%;
  background: #b0d3ff70;
  z-index: -1;
  filter: blur(82px);
  border-radius: 50%;
  transform: scale(1.5);
  opacity: 1;
}

.sd-octicon {
  display:inline-block;
  fill:currentColor;
  vertical-align:middle;
  color: white;
}

.icon-3d {
  width: 7rem;
}

.main-icon-security {
  color: white;
  height: 5rem;
  width: 5rem;
  margin-top: 0.5em;
  margin-left: 1.1rem;
  margin-right: 0.6rem;
  margin-bottom: 0.5em;
}

.main-icon-quality {
  color: white;
  height: 5rem;
  width: 5rem;
  margin-top: 0.5em;
  margin-left: 1.1rem;
  margin-right: 0.6rem;
}

.globe-3d-icon {
  height: 4rem;
  width: 5rem;
  margin-top: 0.5em;
  margin-left: 1.1rem;
  margin-right: 0.6rem;
}

.glass-container {
  padding: 20px;
  gap: 15px;
  width: 500px;
  display: flex;
  color: #e7e7e7;
  height: 144px;
  align-items: center;
  background: rgb(15 16 31 / 20%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(47, 49, 100, 0.3);
}

.glass-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.glass-description {
  color: #dadada;
  font-size: 1rem;
}

.glass-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.business-logos {
  display: flex;
  justify-content: space-evenly;
  padding-top: 10em;
  padding-bottom: 0px;
  padding-left: 0%;
  padding-right: 0%;
}

.business-logos img {
  height: 15ex;
}

footer {
  background: #001127;
  border-top: 1px solid #001b3e;
  width: 100%;
  display: flex;
  padding: 1em 3em;
  justify-content: space-between;
}

.footer-side {
  display: flex;
  flex-direction: row;
}

.footer-title {
  font-weight: 600;
  font-size: 1rem;
  color: #f6f6f6;
  margin-bottom: 5px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #bdbdbd;
}

.footer-links div a {
  color: #bdbdbd;
  text-decoration: none;
  transition: color .1s ease-in;
}

.footer-links div a:hover {
  color: #4da2ff;
}

.footer-contact {
  display: inline-block;
  margin: 0.2ex;
  color: #dcdcdc;
  text-decoration: none;
  transition: color .1s ease-in;
}

.footer-contact:hover {
  color: #4da2ff;
}

.footer-contact svg {
  transition: fill .1s ease-in;
  width: 20px;
  fill: #e2e2e2;
  margin-right: 10px;
}

.footer-contact:hover svg {
  fill: #4da2ff;
}

.footer-contact i {
  font-size: 1.2rem;
}

.footer-links-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-social-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1ex;
}

.footer-icon-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.footer-icon {
  width: 25px;
}

.footer-contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.right-side {
  width: 100%;
  justify-content: flex-end;
  gap: 6%;
}

.main-section-title {
  color: #f4f4f4;
  font-size: 1.5rem;
}

.main-section-description {
  color: #c8c8c8;
  font-size: 1.15rem;
}

.top-container {
  gap: 20px;
}

.small-gap {
  gap: 8px;
}

.custom-shape-divider-top {
  overflow: hidden;
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
  fill: #00132d;
}

.wave-section {
  position: relative;
  background: #000f24;
  padding: 10% 15%;
  margin: 0!important;
}

.main-section-wrapper {
  display: flex;
}

.main-left-container {
  max-width: 70ch;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.main-right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.section-desc {
  color: #dadada;
  font-size: 1.5rem;
  text-align:justify;
  text-justify: inter-word;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

.contact-methods-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
}

.service {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgb(41 43 76 / 20%);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(47, 49, 100, 0.3);
  cursor: pointer;
  transition: background .2s;
}

.contact-form {
  flex: .4;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgb(28 29 52 / 20%);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(37 39 78 / 30%);
  transition: background .2s;
}

.service:hover {
  background: rgb(51 54 95 / 20%);
}

.service-title {
  color: #54b3ff;
  font-size: 2rem;
  margin-bottom: 3px;
}

.contact {
  color: #54b3ff;
  font-size: 2rem;
  margin-bottom: 3px;
}

.service-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #d3d3d3;
}

.service-description {
  color: #cacaca;
  margin-left: 5px;
}

.service-description p {
  margin-bottom: 10px;
}

.service-icon {
  height: 70px;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-row {
  display: flex;
  gap: 15px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-item label {
  color: white;
  font-size: 2rem;
}

.article {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 3rem;
  /* display: flex; */
  /* flex-direction: column; */
}

.section-title {
  color: #2196f3;
  font-size: 2.5rem;
  margin-bottom: 1ex;
}

.section-subtitle {
  color: white;
  font-size: 1.75rem;
  margin-bottom: 1ex;
}

article section > h1,
article section > h2,
article section > h3,
article section > h4,
article section > h5 {
  color: #2196f3;
}

article section > h1 {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 1em;
}

article section > h2 {
  font-size: 1.6rem;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}

article section > h3 {
  font-size: 1.4rem;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
}

article section > h4 {
  font-size: 1.3rem;
  margin-top: 1em;
  margin-bottom: 1ex;
}

article section > h5 {
  font-size: 1.3rem;
}

#scroll-to-top {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  transform: translateX(0%);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2F65C7;
}

#scroll-to-top:hover {
  background-color: #4285F4;
}

.index-pannel {
  position: fixed;
  left: 1em;
  background: #001532;
  max-width: 14em;
  overflow: auto;
  transition: transform 0.4s ease-in-out;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #2d405a;
  padding: 1em 1em;
  word-wrap: break-word;
  visibility: hidden;
}

.index-pannel > h2 {
  font-size: 1.2rem;
  border-bottom: 1px solid #2d405a;
  margin-bottom: 10px;
  padding-bottom: 1ex;
  text-align: center;
}

#index-pannel .nav-item {
  padding: 0;
  font-size: 1rem;
}

.section-with-left-index {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .section-with-left-index.index-panel-visible {
    margin-left: calc(var(--index-panel-width) + 1em);
  }
}

.content {
  color: white;
  text-align: justify;
  text-justify: inter-word;
}

.content-title {
  text-align: left;
  font-size: 2rem;
}

.content-subtitle {
  font-size: 1.75rem;
  padding-bottom: 2em;
}

.content-body {
  color: white;
  font-size: 1.3rem;
}

.content-body > p {
  margin-top: 15px;
  margin-bottom: 15px;
}

input[type="text"] {
  background: #08142b;
  padding: 8px 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #15243f;
  font-size: 2rem;
  color: #b9b9b9;
  transition: border-color .2s;
}

input[type="text"]:focus {
  border-color: #1e345a;
}

textarea {
  height: 100%;
  background: #08142b;
  padding: 8px 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #15243f;
  font-size: 2rem;
  color: #b9b9b9;
  transition: border-color .2s;
  resize: none;
}

textarea:focus {
  border-color: #1e345a;
}

.extra-contact-methods {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1ex;
}

.pgp-key-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pgp-key-container {
  position: relative;
  width: 45em;
  height: 26em;
}

.pgp-key-wrapper .pgp-key-container textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  resize: none;
}

.pgp-key-wrapper .pgp-key-container .btn {
  position: absolute;
  margin: 1ex;
  padding: 1ex;
  top: 0;
  right: 0;
  z-index: 1;
}

/*
.btn-send-contact {
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
  background: #08142b;
  color: #e2e2e2;
  border: 1px solid #0c1e40;
  cursor: pointer;
  transition: background .2s;
  margin-top: 10px;
}

.btn-send-contact:hover {
  background: #091630;
}
*/

.white-tag {
  background: transparent!important;
  border: 1px solid;
  color: white!important;
}

.yellow-tag {
  background: #e0cd65!important;
}

.blue-tag {
  background: #65bae0!important;
}

.red-tag {
  background: #e06565!important;
}


.link {
  color: white;
}

.link:visited {
  color: grey;
}

@media (max-width: 1400px) {
  .main-wrapper {
    flex-direction: column;
    gap: 10em;
  }

  .glass-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}

/* Table container */
table {
  background-color: #001532;
  border-collapse: collapse;
  color: #d3d3d3;
  width: 100%;
  border: 1px solid #2d405a;
}

/* Table headers */
th {
  background-color: #1c4e6f;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

/* Table cells */
td {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Alternate row background */
tr:nth-child(even) {
  background-color: rgba(0, 61, 102, 0.3);
}

.cve-index-table {
  white-space: normal !important;
  width: auto;
  min-width: 25%;
  text-align: left;
  font-size: 1rem;
  overflow-x: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.cve-index-table td {
  padding: 0ex 1ex 0ex 1ex;
  border-collapse: collapse;
  border-top: none;
  border-bottom: none;
}

.cve-index-table tr {
  font-family: 'Noto Sans Mono';
  font-size: 1rem;
  background-color: #002142;
  color: white;
  white-space: pre-wrap;
}

table.cve-index-table tr:first-child td {
  padding-top: 1.5ex;
}

table.cve-index-table {
  box-shadow: 0 0 1ex #808080;
  border-radius: 1ex;
  border-collapse: collapse;
  border: none;
  overflow: hidden;
}

