/* css is messy.. i know, i havent had time to clean up, maybe you could? contribute: s.b@realinfosec.net */
body {
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

}
.footer-text-left {
  font-size: 17px;
  text-align: left;
  color: #ffffff;
  margin: 20px 0;
  font-family: 'Stylish', sans-serif;
}

.footer-text-right {
  font-size: 17px;
  text-align: right;
  color: #ffffff;
  margin: 20px 0;

}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: #0FF;
  text-decoration: none;
}

a:hover {
  color: #00E5FF;
}

.button.logoInner {
    background-color: transparent !important;
}
.container {
  margin-bottom: 30px;
    background-color: transparent !important;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #0FF;
  text-decoration: none;
    background: linear-gradient(to right, rgba(128,0,128,0.6), rgba(125,62,199,0.6), rgba(58,111,187,0.6), rgba(0,255,255,0.6)) !important;
    background-size: contain;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

a:hover {
  color: #00E5FF;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem;
    margin: 1rem 0;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.pagination a {
    color: cyan;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 2px;
}

.pagination a.disabled {
    color: green;
    cursor: not-allowed;
}

.pagination a:hover:not(.disabled) {
    background-color: #ddd;
}

.pagination p {
    margin: 0 1rem;
    align-self: center;
}

.table-container {
    overflow-x: auto;
    background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
    border: 2px solid cyan;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
  border: 5px solid black;
}

th, td {
  border: 1px solid #000;
  padding: 0.5rem;
  text-align: left;
  color: #fff;
}

th {
  background-color: #000;
  border: 2px solid cyan;

}

tr:nth-child(even) {
  background-color: #2b2b2b;
}

.status {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.status.up {
  background-color: #0BC;
}

.status.down {
  background-color: #F52;
}

form {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: 50%;
  text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    background-image: url("https://www.realinfosec.net/cve-list/sec.png");
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
  header {
    padding: 10px 20px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

header h1,
header h2 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

header h1 {
  font-weight: 700;
  font-size: 27;
  line-height: 1.3;
  text-align: center;
}

header h2 {
  font-weight: 500; 
  font-size: 24px; 
  line-height: 1.2; 
  text-align: center;
}

header .menu {
  display: flex;
  align-items: center; 
  justify-content: center; 
  background-color: transparent;
  position: relative;
}

header .menu button {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px; 
  font-size: 16px;
}

.search-form .form-control {
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 2px solid #00FFFF;
    outline: 0;
    font-size: 0.875rem;
    transition: border-color 0.3s;
    background-color: black;
    color: #fff;
}

.search-form .form-control:focus {
    border-color: #00FFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

.search-form .form-control option {
    color: cyan;
	background-color: black;
}


.search-form .btn-outline-light {
    border: 2px solid #00FFFF;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: black;
    transition: background-color 0.3s, border-color 0.3s;
}

.search-form .btn-outline-light:hover {
    background-color: linear-gradient(to right, #1abc9c, #00ffff);
    border-color: #1abc9c;
    transform: translateY(-2px);
    background-color: green;

    transition: background-color 0.3s, border-color 0.3s, transform 0.2s ease-in-out;
}

.update-info {
  text-align: center;
  margin-bottom: 20px;
}

.last-updated {
  font-size: 16px;
  color: #E0FFFF;
  animation: fade-in 1s ease-in-out;
}

.search-info {
  font-size: 14px;
  color: #777;
  animation: slide-in 1s ease-in-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-in {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.abdp {
  width: 200px;
  height: auto;
  border-radius: 5px;
  padding: 5px;
  background-color: transparent;
  background-image: radial-gradient(ellipse at center, #1abc9c 0%, #00ffff 100%);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.7), 0 0 10px rgba(0, 255, 255, 0.7), 0 0 5px rgba(0, 255, 255, 0.7), 2px 2px 4px rgba(0, 0, 0, .2);
  animation: glowing 3s ease-in-out infinite, growShrink 3s ease-in-out infinite;
  transition: all 0.2s ease-in-out;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 5px rgba(0, 255, 255, 0.7), 0 0 3px rgba(0, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.7), 0 0 10px rgba(0, 255, 255, 0.7), 0 0 5px rgba(0, 255, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 5px rgba(0, 255, 255, 0.7), 0 0 3px rgba(0, 255, 255, 0.7);
  }
}

@keyframes growShrink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.logo-container {
  padding: 10px; 
  background-color: transparent !important;
}

.navbar {
    display: flex;
    align-items: center;
}

.menu-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("https://www.realinfosec.net/cve-list/icons8-menu-64.png") no-repeat center center;
    cursor: pointer;
    margin-right: 10px;
}

.navbar-nav {
    display: none;
    flex-direction: column;
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar-nav.show {
    display: flex;
}

.nav-item {
 padding: 5px 10px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.nav-link:hover {
    background-color: #fff;
    color: #0ff;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-item.active .nav-link {
    font-weight: bold;
}


.button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

@media (max-width: 768px) {
  .button {
    display: block;
    margin-bottom: 10px;
  }
}

.button:hover {
    background-color: #000;
}

.button.disabled {
    background-color: #CCCCCC;
    color: #FFFFFF;
    pointer-events: none;
}

.more-references {
    background-color: #28a745;
    background: linear-gradient(to right, rgba(128,0,128,0.6), rgba(125,62,199,0.6), rgba(58,111,187,0.6), rgba(0,255,255,0.6)) !important;
    background-size: contain;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.more-references:hover {
    background-color: #218838;
}

.reference-container {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  margin-bottom: 10px;
}

.reference-link {
  display: block;
  margin-right: 10px;
	  display: inline-block;
 
  margin-bottom: 10px;
  color: #fff;
}

.reference-container:hover .reference-link:after {
  opacity: 1;
    margin-right: 5px;
    margin-bottom: 10px;

}

.more-references {
   margin-right: 5px;
   margin-bottom: 10px;
  display: inline-block;

}

.more {
  position: relative;
}

.more .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  border: 1px solid #666;
  border-radius: 5px;
  position: relative;
    margin-right: 5px;
    margin-bottom: 10px;

}

.more:hover .dropdown {
  display: block;
}

.more .dropdown a {
  display: block;
  padding: 8px 16px;
  color: #fff;
}

.more .dropdown a:hover {
  background-color: #0FF;
}

td {
  height: 60px;
  vertical-align: bottom;
}

.modal{background-color:rgba(0,0,0,.8)}.modal-dialog{max-width:600px}.modal-content{background-color:#fff;color:#333}.modal-footer .btn-primary,.modal-header{background-color:#800080;color:#fff}.modal-header{border-bottom:none}.modal-title{font-weight:700}.modal-body{padding:20px}.modal-footer{background-color:#f8f9fa;border-top:none;text-align:right}.modal-footer .btn{border-radius:25px;padding:10px 20px}.modal-footer .btn-primary:hover{background-color:#0056b3;border-color:#0056b3}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(135deg, rgba(128,0,128,1) 0%, rgba(125,62,199,1) 50%, rgba(58,111,187,1) 85%, rgba(0,255,255,1) 100%);
    perspective: 500px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: flex;
    top: 0;
    z-index: 500;
}

@media (max-width: 768px) {
    .intro {
        padding: 20px 0;
    }

    .intro.hidden {
        display: none;
    }
}

.heading-bold {
    font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 0px black;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 3em;
    position: relative;
    display: inline-block;
    animation: heading 5s infinite linear;
}

.heading-sub {
    font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 0px purple;

    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    animation: subheading 3s infinite linear;
}

@keyframes heading {
    0%, 100% {
        transform: scale(1);
        text-shadow: none;
    }
    50% {
        transform: scale(1.05);
        text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0ff;
    }
}

@keyframes subheading {
    0%, 100% {
        transform: translateY(0);
        color: #fff;
    }
    25%, 75% {
        transform: translateY(-5px);
        color: #0ff;
    }
    50% {
        transform: translateY(-10px);
        color: #fff;
    }
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0FF;
  text-align: center;
  text-transform: uppercase;
  perspective: 1000px;
  font-size: 3em;
}

h1 span {
  position: relative;
  display: inline-block;
  animation: rotate 5s infinite linear;
  transform-origin: 50% 120%;
  perspective: 1000px;
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(180deg) rotateY(360deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(720deg);
  }
}




.footer1 {
  text-align: center;
  padding: 10px;
  background-color: #444;
   
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: italic;
  color: #0FF;
  text-align: center;

}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar {
    position: relative;
  }
  .menu-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 20px;

    border: none;
  }
  .navbar-nav {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: black;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
    text-align: center;
  }
  .navbar-nav.show {
    display: flex;
    flex-direction: column;
  }
  .nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
  .nav-link {
    display: block;
    padding: 0.5rem;
    color: #fff;
  }
  .overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
  }
  .overlay.show {
    display: block;
  background-color: black;
  
  }
}

@media screen and (min-width: 769px) {
    .navbar-nav {
        flex-direction: row;
        position: static;
        background-color: transparent;
    }

}


footer {
    background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
    color: #fff;
    padding: 20px 0;
}

footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ccc;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.update-info {
    text-align: center;

}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    color: #aaa; 
    text-decoration: none;
    font-size: 14px;
}

.footer-section ul li a:hover {
    color: #fff; 
    text-decoration: underline;
}

.social-sharing {
    display: flex;
}

.dicsord {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #555;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    text-decoration: none;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

::-webkit-scrollbar {
    width: 14px;
    background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: silver;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
}

div#main-navigation-bar {
    background: #000000;
}

#jump-to-top {
			display: none;
			position: fixed;
			bottom: 20px;
			right: 20px;
			background-color: cyan;
			color: white;
			padding: 10px;
			border-radius: 50%;
			box-shadow: 2px 2px 5px #888888;
			font-size: 20px;
			cursor: pointer;
			transition: opacity 0.3s;
		}

		#jump-to-top:hover {
			opacity: 0.7;
		}
.share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #fff;
    background-color: #3b5998;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.share-button:hover {
    background-color: #2d4373;
}

@media only screen and (max-width: 768px) {
    .table-container {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
  th, td {
    font-size: 14px; 
    padding: 4px; 
    word-wrap: break-word;
  }
 .footer-container {
    flex-direction: column;
  }

  .footer-section {
    margin-bottom: 20px;
  }
}