@import url('https://use.fontawesome.com/releases/v5.0.7/css/all.css'); *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.tab_container {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

input[type="radio"], section {
    clear: both;
    padding-top: 10px;
    display: none;
}

label {
    font-weight: 700;
    font-size: 18px;
    display: block;
    float: left;
    min-width: 25%;
    padding: 1.5em;
    color: #9600ff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #1d023c;
    margin-right: 5px;
}

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    background: #000;
    color: #bfa1f9;
}

.tab_container .tab-content p, .tab_container .tab-content h3, #json-viewer {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab-content {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.tab_container [id^="tab"]:checked + label {
    background: #000000;
    box-shadow: inset 0px -3px 0 #9600ff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.tab_container [id^="tab"]:checked + label .fa {
    color: #9600ff;
}

label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

@media only screen and (max-width: 900px) {
    label span {
        display: none;
    }

    .tab_container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
  .header-right a:not(:first-child) {display: none;}
  .header-right a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
    .header-right.responsive {position: relative;}
    .header-right.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .header-right.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-ver {
        display: none;
    }
    .inp{
        width: 100% !important;
    }
    .pill{
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 5px !important;
        text-align: left;
    }
    .pill-logo{
        float: left;
    }
    .pill-txt{
        margin-left: 15px !important;
    }
}

.header-right .icon {
  display: none;
}

@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no_wrap {
    text-align: center;
    color: #0ce;
}

.link {
    text-align: center;
}

.transition, p, ul li i:before, ul li i:after {
    transition: all 0.25s ease-in-out;
}

.flipIn {
    animation: flipdown 0.5s ease both;
}

.no-select, h3 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
media (max-width: 550px) {
  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
*/
.tabheader {
    font-size: 24px;
    display: block;
    background-color: #180b26;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
    text-align: left !important;
    padding: 15px 0px 20px 15px;
    color: #9100ff;
    padding-right: 30px;
}

.tabtxt {
    color: #d4a5ff;
    background: #241533;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    text-align: left;
    transform: translate(0, 0);
    margin-top: -1px;
    z-index: 2;
    padding: 7px;
    padding-top: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    /* border-top: 1px dotted #dce7eb; */
}

ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

ul li:nth-of-type(3) {
    animation-delay: 1s;
}

ul li:last-of-type {
    padding-bottom: 0;
}

ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 26px;
    right: 15px;
}

ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px;
}

ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
}

ul li input[type=checkbox]:checked ~ .tabtxt {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.header {
    overflow: hidden;
    background-color: transparent;
    padding: 20px 10px;
}

.header a {
    float: left;
    color: #cc00ff;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border: none;
}

.header a.logo {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8800ff;
    display: flex;
    align-items: center;
    padding: 0px;
}

a.logo:hover {
    border: none !important;
}

.header a:hover {
    color: #e400ff;
    background: transparent;
    border-bottom: solid 1px;
}

.header a.active {
    color: #e400ff;
    font-weight: bold;
    border-bottom: solid;
}

.header-right {
    float: right;
    margin-top: 1em;
}

.pt2:hover {
    background: #cc00ff;
}

body {
    text-align: center;
    font-family: 'Jura', sans-serif;
    background: #110025;
    position: relative;
    color: white;
}

h1 {
    color: #9d00ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    color: #ff005e;
}

a {
    text-decoration: none;
    color: inherit;
    border-bottom: dotted 3px #ff005e;
    padding: 0px 3px;
}

a:hover {
    border: none;
    background: #ff005e;
    font-weight: bold;
    color: black;
}

.inp {
    width: 60%;
    padding: 13px 10px;
    background: transparent;
    border: solid 2px #cc00ff;
    border-radius: 20px;
    font-family: 'Jura', sans-serif;
    -webkit-highlight: none;
    color: #cc00ff;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

.inp:active, .inp:focus, .inp:hover {
    color: #ffffff;
    background: #cc00ff45;
    outline-width: 0;
}

.content {
    width: 80%;
    position: fixed;
    height: fit-content;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 25%;
    margin: auto;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.butt {
    padding: 10px 10px;
    background: linear-gradient(90deg, rgba(255,0,91,1) 0%, rgba(149,0,255,1) 100%);
    border: none;
    border-radius: 4px;
    -webkit-highlight: none;
    color: #ffffff;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
}

.butt:hover {
    box-shadow: 0px 0px 12px 6px #f600f44f;
}

.butt:focus {
    -webkit-highlight: none;
    outline-width: 0;
    border: none;
}

#results {
    visibility: hidden;
}

#json-viewer {
    text-align: left;
}

.footer { 
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    
}
@media screen and (max-height: 700px) {
  .footer {
    position: relative;
  }
}
.pill {
    padding: 4px 12px 4px 0px;
    background: #7900ff;
    border-radius: 10px;
    max-width: 30%;
    color: white;
    margin-right: 30px;
    display: inline-block;
}

.pill-logo {
    display: inline-block;
    padding: 7px 13px;
    color: #7900ff;
    margin-left: -15px;
    border-radius: 7px;
    text-transform: uppercase;
    background: white;
    font-weight: bold;
}

.pill-txt {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-size: 15px;
}

.inbody-header {
    margin-top: 68px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b400ff;
    margin-bottom: 33px;
    font-weight: bold;
    text-shadow: 0px 0px 3em #ffffff;
}

.pt2 {
    background: #8800ff;
    display: inline;
    color: black;
    padding: 3px 7px;
    margin-left: 5px;
}

.logo img {
    width: 35px;
    margin-right: 12px;
}

.about-div {
    text-align: left;
    color: #d4abf8;
    padding: 20px 50px;
    font-size: 20px;
}

.loadingimg {
	position: fixed;
    height: fit-content;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 25%;
    margin: auto;
    max-width: 100%;
    overflow: auto;
	visibility: hidden;
}

.code{
    background: #050408;
    padding: 5px 10px;
    color: lime;
    border-left: solid 5px lime;
    font-size: 15px;
    white-space: pre-wrap;
}
.main-wrapper {
    padding-bottom: 50px;
}
.lookup-butt {
    border: solid 1px;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: normal;
}
.header-ver{
    margin-left: 10px;
    font-size: 10px;
    border: solid 1px;
    padding: 0px 7px;
    align-self: inherit;
    color: lime;
}
.vulname{
    display: inline-block;
    color: lawngreen;
    margin: 3px;
}
.cvepill{
    display: inline-block;
    background: #ffc800;
    padding: 0px 5px;
    border-radius: 3px;
    color: black;
    margin: 3px;
    font-weight: bold;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: black;
}
::-webkit-scrollbar-thumb {
  background: #9d00ff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e400ff; 
}

.switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 15px;
	vertical-align: middle;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sw {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #828282;
	-webkit-transition: .4s;
	transition: .4s;
}

.sw:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.sw {
	background-color: lime;
}

input:focus+.sw {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.sw:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.sw.round {
	border-radius: 34px;
}

.sw.round:before {
	border-radius: 50%;
}