@keyframes fadeInOut {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

.copy-tooltip {
    white-space: nowrap;
}

.highlight.powershell {
    background: #012456 !important;
    color: #fff !important;
}
.highlight.powershell .string {
    color:rgba(255, 155, 5, 0.514);
}

.highlight.shell .line .code{
       background-color: none !important;
       background:none;

}
.highlight.shell .string {
    color:rgba(255, 155, 5, 0.514);
}
figure  {
    box-shadow: 0 0 1px 1px #8a8a8a;

}
figure.highlight pre {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}
.copy-btn {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  font-size: 12px;
}
.copy-btn:hover {
  opacity: 1;
}
/* bash */

.pentesting-tool {
  color: #026863;
}
.highlight.bash .string {
    color:rgba(255, 155, 5, 0.514);
}

.highlight.powershell pre,
.highlight.powershell .code {
    background: transparent !important;
    color: #fff !important;
    font-family: Consolas, "Liberation Mono", monospace !important;
    
}

pre,
.highlight,
.gist {
    background: #333;
    margin: 1em 0;
    padding: 1em 2%;
    overflow: auto;
    color: #c9d1d9;
    font-size: 14px;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0;
    line-height: 20px;
    font-family: Consolas, "Liberation Mono", monospace !important;
}

code {
    background: #1f0303;
    border: 0px solid #d6d6d6;
    padding: 0 5px;
    margin: 2 2px;
    font-size: 90%;
    text-shadow: 0 0px rgb(0, 0, 0);
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
}

.highlight .gutter pre {
    text-align: left;
    padding-right: 20px;
    width: 100%;
    color: #666;
    font-family: Consolas, "Liberation Mono", monospace !important;
}

pre,
code {
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace
}

pre code {
    background: 0;
    text-shadow: none;
    padding: 0;
    color: white; 
}

.highlight pre {
    border: 0;
    margin: 0;
    padding: 0;
    white-space: pre
}

.highlight table {
    margin: 0;
    width: auto
}

.highlight td {
    border: 0;
    padding: 0
}

.container .gist .gist-file {
    border: 0;
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
    margin: 0
}

.container .gist .gist-file .gist-data {
    background: 0;
    border: 0
}

.container .gist .gist-file .gist-data .line-numbers {
    background: 0;
    border: 0;
    padding-right: 20px;
    color: #666;
    text-align: left
}

.container .gist .gist-file .gist-data .line-data {
    padding: 0 !important
}

.container .gist .gist-file .highlight {
    margin: 0;
    padding: 0;
    border: 0
}

.container .gist .gist-file .gist-meta {
    background: #333;
    color: #999;
    font: .85em "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0;
    padding: 0;
    margin-top: 1em;
    margin-left: 20px
}

.container .gist .gist-file .gist-meta a {
    color: #258fb8;
    font-weight: normal
}

.container .gist .gist-file .gist-meta a:hover {
    text-decoration: underline
}

.highlight figcaption {
    zoom: 1;
    font-size: .85em;
    color: hsla(0, 93%, 16%, 0.562);
    line-height: 1em;
    margin-bottom: 1em
}

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

.highlight figcaption:after {
    clear: both
}

.highlight figcaption a {
    float: right
}

pre .comment{
        color: #8b949e
    }

pre .title {
    color: #d2a8ff
}

pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
    color: #79c0ff
}

pre .number{
        color: #79c0ff
}

pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
    color: #ffa657
}

pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
    color: #9c9
}

pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
    color: #a5d6ff
}

pre .css .hexcolor {
    color: #6cc
}

pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
    color: #69c
}

pre .keyword,
pre .javascript .function {
    color: #ff7b72
}
