html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
:root{
    --bg_green:#006A51;
    --btn_blue:#0090d9;
}
.grecaptcha-badge{
    opacity: 0;
}
#cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}
html,body{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    overscroll-behavior: none;
}
body {
    font-family: sans-serif;
    text-align: center;
    width: 100%;
    height: 100%;
}
header{
    position: absolute;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    z-index: 10;
    top: 0;
    left: 0;
}
header .inner{
    position: relative;
    margin:0 auto;
    display: flex;
    padding:0 20px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.logo1{
    position: relative;
    display: block;
    width: 45%;
    height: 100%;
    background-size: contain;
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/MetLife.png");
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 250px;
}
.logo2{
    position: relative;
    display: block;
    width: 45%;
    height: 100%;
    background-size: contain;
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/pineBridge.png");
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 200px;
}
.logo3{
    position: relative;
    display: block;
    width: 45%;
    height: 100%;
    background-size: contain;
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/MetLife2.png");
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 250px;
}
.logo4{
    position: relative;
    display: block;
    width: 45%;
    height: 100%;
    background-size: contain;
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/pineBridge2.png");
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 200px;
}
footer{
    position: relative;
    bottom: 0;
    width: 100%;
    /*height: 100px;*/
    background-color: var(--bg_green);
    z-index: 10;
    box-sizing: border-box;
    padding:20px;
}
.main{
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    /*padding-bottom: 100px;*/
    /*padding-top: 100px;*/
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/background.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    overflow:auto;
    overflow-x: hidden;
}
.container {
    position: relative;
    padding: 50px 20px 0 20px;
    margin: auto;
    box-sizing: border-box;
    min-height: 100%;
    /*border-radius: 10px;*/
    /*max-width: 400px;*/
}
.handwrite{
    font-family: "Roboto", sans-serif;
}
h1{
    font-size: 25px;
    font-weight: 700;
}
p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.btn_square{
    position: relative;
    background-color: var(--btn_blue);
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
    padding:10px 30px;
    display: inline-block;
    text-decoration: none;
    margin:20px 0;
    width: 250px;
}
.btn_round{
    position: relative;
    color:#fff;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(255,255,255,0.5);
    border:2px solid #F4F4F4;
    border-radius: 40px;
    box-sizing: border-box;
    padding:10px 50px;
    display: inline-block;
    text-decoration: none;
}
.arrow:after{
    content:'';
    width: 20px;
    height: 20px;
    background-image:url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/arrow.png");
    background-size:19px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.demo_card{
    position: relative;
    margin:20px 0;
}
.prev{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/icon_prev.png");
    background-size: contain;
    user-select: none;
    cursor: pointer;
}
#back_to_result{
    top: 90px;
}
/*******************************************************/

#intro-stage{
    position: absolute;
    background-color: green;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transform: translate(0px, 0px);
    /*background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/intro4x.webp");*/
    background-image:url("../img/intro.webp");
    background-size: auto 100%;
    background-position: center center;
    cursor: grab;
    overflow: hidden;
}
@media screen and (min-width: 1000px){
    #intro-stage{
        background-size:100% auto;
        background-position: center center;
        background-size: cover;
    }
}
#intro-stage header:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    content:'';
    background: linear-gradient(black, transparent);
}
#intro-stage h1{
    position: relative;
    display: block;
    color:#fff;
    user-select: none;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    /*-webkit-text-stroke: 1px #fff;*/
    /*text-shadow: 0px 0px 15px black;*/
}
.h1_bg{
    position:relative;
}
.h1_bg:before{
    content:'';
    position: absolute;
    width: 330%;
    height: 330%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(black 0%, transparent 65%);
}
#intro-stage img{
    position: relative;
    margin: 50px 0;
}
.terms{
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    color:#ffffff;
    text-decoration: underline;
    cursor: pointer;
    font-family: Roboto;
    width: 100%;
}
.terms:before{
    content:'';
    position: absolute;
    width: 330%;
    height: 330%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(transparent 8%, black);
}
.terms p{
    position: relative;
    font-size: 20px;
    line-height: 24px;
    user-select: none;
}
br.mobile{
    display: none;
}
@media only screen and (max-width: 480px) {
    br.mobile{
        display: block;
    }
}
.flexbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 50px);
}
.flexbox > div{
    max-width: 100%;
}
/*******************************************************/
#open-stage{
    /*background-color: #fff;*/
    color:#000;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#open-stage h1 br{
    display: none;
}
@media only screen and (max-width: 480px) {
    #open-stage h1 br{
        display: block;
    }
}
#open-stage p{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
#open-stage > img{
    width: 300px;
    max-width: 80%;
    margin:40px 0;
}
#btn_start{
    box-sizing: border-box;
    font-family: "Chivo Mono", monospace;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display:block;
}

/*******************************************************/
#input-stage{
    display: block;
    height: 100%;
}
#input-stage .inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#input-stage h1{

}
#input-stage p{
    margin-top: 20px;
    user-select: none;
}
#input-stage p.bold{
    font-weight: 700;
}
#h1_preview{
    display: none;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    user-select: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#btn_confirm{
    display: none;
    margin:20px 0;
    cursor:pointer;
}
#card_sample{
    user-select: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
#input-stage button{
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px;
    width: 300px;
    border: none;
    box-shadow: 1px 1px 6px #999;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 15px 20px 15px 20px;
    line-height: 25px;
    color: #000;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    user-select: none;
}
#input-stage button img{

    margin-right: 15px;
}
button#photo-button{
    padding:12px 20px;
}
button#photo-button  img{
    height: 30px;
}
button#upload-button  img{
    height: 25px;
}
/*******************************************************/
#jersey-stage{
    height: 100%;
    max-width: 600px;
}
#jersey-stage h1{
    margin:20px 0;
}
#team-selection{
    max-height: 50vh;
    margin-bottom: 20px;
    overflow: auto;
}
#btn_next img{
    max-width: 100%;
    cursor: pointer;
}
/*******************************************************/
#data-stage{
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/shooo.png");
    background-repeat: no-repeat;
    background-position: right 40%;
    max-width: 400px;

    flex-direction: column;
    justify-content: center;
}
#data-stage h1{
    margin-bottom: 20px;
    user-select: none;
}
#data-stage #player-name{
    border-radius: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 200px;
    display: block;
    outline:0px;
    font-size: 16px;
}
#data-stage #jersey-number{
    border-radius: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 160px;
    display: block;
    outline:0px;
    font-size: 16px;
}
#data-stage .notice{
    font-size: 12px;
    text-align: left;
    user-select: none;
}
#data-stage h2{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    user-select: none;
}
#generate-button{
    display: block;
    margin:20px 0;
}
label{
    user-select: none;
}
/*******************************************************/
#video-stage{
    padding-top: 100px;
    max-width: 600px;
    /*
    aspect-ratio: 1 / 1;
    object-fit: cover;
    */
}
#video-stage a{
    color:#0099FF;
}
#video-stage video{
    width: 100%;
    border-radius: 10px;
}
#video-stage p{
    margin:20px 0;
}
#video-stage h1{
    margin:20px 0;
    user-select: none;
}
#video-stage h1 div{
    display: inline-block;
}

.loader2 {
    width: 30px;
    aspect-ratio: 5;
  background: radial-gradient(circle closest-side,#000 90%,#0000) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {
    to{
        clip-path: inset(0 -34% 0 0)
    }
}
.video_info{
    display: flex;
    position: relative;
    margin: 40px 0;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
    align-items: flex-start;
}
.video_info img{
    width: 30%;
    max-width: 100px;
}
#btn_preview{
    margin:20px auto;
    display: block;
    cursor:pointer;
}
#btn_preview img{
    max-width: 100%;
}
#video-stage button{
    margin:20px auto;
    background:none;
    border:none;
    padding:0;
    box-shadow: initial;
    width: initial;
    line-height: initial;
}
.dim{
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(1);
}
/*******************************************************/
#result-stage{
    max-width: 600px;
}
#result-stage h1{
    font-size: 26px;
    font-weight: 500;
    user-select: none;
}
/*******************************************************/
#btn_save_container{
    display:contents;
}
#btn_save,
#share-button{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 20px;
    line-height: initial;
    width: 50%;
    border-radius: 30px;
    max-width: 200px;
    cursor:pointer;
    user-select: none;
}
#btn_game_entry{
    margin: 20px 0;
    display: block;
    cursor:pointer;
}
#btn_game_entry img{
    max-width: 100%;
}
/*******************************************************/
#guess-stage{
    padding: 100px 20px 0;
    max-width: 600px;
    height: 100%;
}
#guess-stage h1{
    margin-bottom: 20px;
    user-select: none;
}
#guess-stage img{
    max-width: 100%;
    margin-bottom: 20px;
    user-select: none;
}
#guess-stage p{
    margin-bottom: 20px;
    user-select: none;
}
#btn_next2{
    cursor:pointer;
}
/*******************************************************/
#form-stage{
    padding: 100px 20px 0;
    max-width: 600px;
}
#form-stage h1{
    margin-bottom: 20px;
    user-select: none;
}
#form-stage label{
    font-size: 18px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
#form-stage input{
    margin-bottom: 20px;
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    width: 60%;
    margin-bottom: 20px;
}
#form-stage input#email{
    width: 100%;
    margin-bottom: 5px;
}
p.rednote{
    color:red;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 20px;
}
#form-stage select{
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px 20px;
    margin-bottom: 20px;
}
#form-stage label input{
    display: inline;
    width: initial;
    margin-right: 15px;
}
#form-stage label a{
    color:#0099FF;
}

#form-stage #btn_submit{
    display: block;
    margin:20px 0;
    cursor:pointer;
}
/*******************************************************/
#final-stage{
    text-align: left;
    box-sizing: border-box;
    padding: 100px 20px 20px 20px;
    flex-direction: column;
    justify-content: space-evenly;
    background-image: url("https://pinebridge-soccer-2026.s3.ap-southeast-1.amazonaws.com/shooo.png");
    background-repeat: no-repeat;
    background-position: right top 110px;
    max-width: 600px;
}
#final-stage img{
    width: auto;
    user-select: none;
}
#final-stage h1{
    font-size: 44px;
    line-height: 50px;
    margin-top: 10px;
    user-select: none;
}
#final-stage h2{
    font-size: 24px;
    line-height: 30px;
    user-select: none;
}
#final-stage #btn_another img{
    max-width: 100%;
    cursor:pointer;
    user-select: none;
}
/*******************************************************/
/*#input-stage,*/
#jersey-stage,
#data-stage,
#video-stage,
#result-stage,
#guess-stage,
#form-stage,
#final-stage{
    display: none;
}
button {
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px;
    width: 200px;
    border: none;
    box-shadow: 1px 1px 6px #999;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 20px 20px 15px 20px;
    line-height: 25px;
    color:#000;
}
button:disabled {
    background: #555;
}
#file-input {
    display: none;
}
#image-preview{
    max-width: 100%;
    display: none;
    margin: 20px auto;
    max-height: 50vh;
    border:4px dashed #000;
    box-sizing: border-box;
    padding:5px ;
    user-select: none;
}
#result-image {
    max-width: 100%;
    /* display: none; */
    /*margin: 20px auto;*/
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2196f3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: none;
    margin: 20px auto;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#prompt-debug {
    background: #333;
    color: #888;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    word-break: break-all;
    display: none;
}
.flag-icon {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 5px;
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
}
.custom-select-button {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    background: #fff;
    color:#000;
    border: 1px solid #444;
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    box-sizing: border-box;
}
.custom-select-button .flag-display {
    font-size: 1.5em;
    min-width: 30px;
}
.custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2a2a2a;
    border: 1px solid #444;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    border-radius: 0 0 5px 5px;
}
.custom-select-dropdown.active {
    display: block;
}
.custom-select-option {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #333;
    font-size: 13px;
}
.custom-select-option:hover {
    background: #3a3a3a;
}
.custom-select-option.selected {
    background: #00e676;
    color: #121212;
}
.custom-select-option .fi {
    font-size: 1.3em;
}
.custom-select-optgroup-label {
    padding: 8px 12px;
    background: #1a1a1a;
    font-weight: bold;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #333;
}
.position-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px auto;
    width: 100%;
    max-width: 450px;
}
.position-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.position-box:hover {
    border-color: #2196f3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.position-box.selected {
    border-color: green;
    /*
    background: #e8f5e9;
    box-shadow: 0 4px 12px rgba(0, 230, 118, 0.3);
    */
}
.position-box-icon {
    font-size: 36px;
    margin-bottom: 8px;
}
.position-box-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 1.3;
    user-select: none;
}
#stats-container {
    position: relative;
    box-sizing: border-box;
    padding:20px 0;
}
.stats-overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    /*
    background-image: url("../img/badge.png"),url("../img/stats.png");
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size: 30% auto, 100% auto;
    */

    background-image: url("../img/badge.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30% auto;
}
#ovr{
    position: absolute;
    color: #FDF18A;
    font-size: 59px;
    /* top: 51px; */
    /* right: 48px; */
    top:5%;
    right:8.5%;
    font-weight: 700;
    font-family: 'Roboto';
}
#country{
    position: absolute;
    font-size: 20px;
    color: #fff;
    /*bottom: 380px;*/
    /*left: 53px;*/
    text-transform: uppercase;
    left: 10%;
    bottom: 37.5%;
}
#flag{
    position: absolute;
    /*bottom: 300px;*/
    /*left: 55px;*/
    /*height: 50px;*/
    width: 50px;
    aspect-ratio:1 / 1;
    border: 2px solid #AD8D5B;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #000;
    left: 10%;
    bottom: 30.5%;
}
#flag span.fib{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-size: cover;
}
#pos{
    position: absolute;
    color:#fff;
    font-size: 20px;
    /*bottom: 250px;*/
    /*left: 53px;*/
    left: 10%;
    bottom: 25%;
    text-transform: uppercase;
}
#pac,#sho,#pas,#def,#phy{
    position: absolute;
    color:#fff;
    font-size: 22px;
    bottom: 13%;
    font-family: 'Roboto';
}
#pac{
   /* left: 85px; */
   left: 15%;
}
#sho{
   /* left: 181px; */
   left: 32%;
}
#pas{
   /*left: 275px;*/
   left: 49%;
}
#def{
   /*left: 370px;*/
   left: 66%;
}
#phy{
   /*left: 457px;*/
   left: 81.5%;
}
.stat-item {
    font-size: 17px;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    padding: 0 20px;
    border-right: 1px solid #fff
}
.stat-item:nth-child(even) {
    text-align: left;
    border-right: 0px;
}
.stat-label {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
}
.stat-value {
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 30px;
    text-align: right;

    font-weight: 700;
}
.position-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00e676;
    color: #121212;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    z-index: 5;
    opacity: 0;
    display: none;
}
input, textarea, select {
    font-size: 16px !important;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 15px;
    margin: 20px 0;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.team-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.team-box:hover {
    border-color: #2196f3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.team-box.selected {
    border-color: green;
    /*
    background: #e8f5e9;
    box-shadow: 0 4px 12px rgba(0, 230, 118, 0.3);
    */
}
.team-box-flag {
    font-size: 48px;
    /*margin-bottom: 8px;*/
}
/*
.team-box-name {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 1.3;
}
*/
#lightbox{
    position: absolute;
    z-index: 3000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
}
#lightbox_close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #fff;
}
#lightbox_content{
    position: absolute;
    top: 50px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    overflow: auto;
}
#lightbox_content_inner{
    box-sizing: border-box;
    padding:40px 20px;
    color:#fff;
    text-align: left;
}
#lightbox_content_inner {
    line-height: 22px;
}
#lightbox h1{
    font-size: 20px;
    font-weight: 700;
}
#lightbox h2{
    font-size: 18px;
    margin-bottom: 20px;
}
#lightbox ol li{
    list-style-type: decimal;
    margin-left: 20px;
}
#lightbox ul li{
    list-style-type: disc;
    margin-left: 20px;
}
#lightbox p{
    font-size: 16px;
}
#lightbox hr{
    position: relative;
    margin:15px 0;
}
#lightbox a{
    color:#fff;
}