@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    background: #f3f3f3;
}

hr {
    display: none;
}

a:link ,a:visited {
    color: #d10000;
}
a:hover, a:active {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

pre {
    font-family: Verdana, sans-serif!important;
}

ul { list-style: none; margin: 0; padding: 0; }
.clearfix { clear: both; margin: 0; padding: 0; content: ""; display: table; overflow: auto; }

p {
    /* min-height: 25px; */
    /* padding: 0; */
    margin: 7px 3px 15px 0px;
    /* padding: 0 10px 0 10px; */
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
    flex-direction: row;
    justify-content: flex-start;
}

.wrapper {
    background: #fff;
    padding: 10px 0;
}

.content {
/*    margin: 0 0 20px 0;*/
    position: relative;
    display: block;
    /* width: 74%; 
    padding: 15px;
    background: #fff; */

}

.col-1,.col-10, .col-11, .col-12, .col-2, .col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    float: left;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    width: 58.33333333%
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%
}
.col-12 {
    width: 100%;
}

.nginx-list {
    min-width: 500px;
    padding: 10px 0;
    /* border-bottom: 2px rgba(18, 83, 24, 0.44) solid; */
    /* border-top: 2px rgba(18, 83, 24, 0.44) solid; */
}

.nginx-list > li {
    display: flex;
    list-style: none;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

.nginx-list > li.back .svg-icon {
    height: 25px;
    margin: 5px 0;
    fill: #000000;
}

.nginx-list > li:hover {
    background-color: #a5f29f;
    border-bottom-color: #125318;
}

.nginx-list > li .date {
    /* order: 1; */
    /* flex: 1; */
    text-align: start;
    margin-right: 20px;
}

.nginx-list > li .size {
    order: 3;
    flex: 1;
    text-align: end;
    min-width: 75px;
}

.nginx-list > li a {
    order: 2;
    flex: 3;
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.nginx-list > li a,
.nginx-list > li a:visited {
    text-decoration: none;
    /* color: black; */
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.nginx-list > li span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 300px;
    display: inline-block;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
/*    background-color: rgba(255, 255, 255, 0.45);*/
}


.box {
    margin: 10px;
    
}

.box-title {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;

}

.box-body {
    background: #fff;
    padding: 5px;
    position: relative;
}

.box-body pre:first-child {
    margin: 0;
}

.box-body pre {
/*  margin: 10px 0 0 0;*/
    white-space: unset!important;
}

.box-body code:first-child {
    margin: 0;
}
.box-body .code-block {
    background-color: #FAFAFA;
    padding: 5px;
    /* margin: 15px 0 0 0; */
    font-size: 14px;
    border: 1px solid #f2f2f2;
    border-left: 4px solid #d10000;
    /* color: #000; */
    display: block;
    /* white-space: pre-line; */
    position: relative;
}

.box-body .code-block:hover {
    background-color: #a5f29f;
    border-bottom-color: #125318;
}

code {
    white-space: pre-line;
}

.copy-button {
    position: absolute;
    /* top: 10px; */
    right: 5px;
    padding: 0px 13px;
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.copy-button:hover {
    background: yellowgreen;
    color: #000;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #000 !important
    }
}

@media only screen and (max-device-width: 480px) {
    .row {
        flex-direction: column;
        justify-content: flex-start;
    }
    .col-6 {
        width: 100%;
        display: block;
        max-width: 100%;
        flex: none;
        float: none;
    }
    .box-body {
        overflow: scroll;
    }
    .nginx-list {
        padding: 0;
    }
}