         @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,400;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
     @import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";
     @import "https://raw.githubusercontent.com/CreativeBulma/bulma-tooltip/master/dist/bulma-tooltip.css";

:root {
  --bulma-primary-h: 344deg;
  --bulma-primary-s: 56%;
  --bulma-primary-l: 31%;
  --bulma-link-h: 334deg;
  --bulma-link-l: 34%;
  --bulma-info-s: 23%;
  --bulma-info-l: 40%;
  --bulma-success-h: 111deg;
  --bulma-success-s: 35%;
  --bulma-success-l: 39%;
  --bulma-warning-s: 35%;
  --bulma-danger-h: 6deg;
  --bulma-danger-s: 83%;
  --bulma-danger-l: 43%;
}

#cardlist li {
    display: inline-block;
}
    .cardname { line-height: 25px;
    width: 115px;
    display: block;
    font-size: 10px;
    margin: 4px; }

.card {
  --bulma-card-shadow: ;
      --bulma-card-header-padding: 8px;
  --bulma-card-content-padding: 3px;
  --bulma-card-footer-padding: 8px;

}

.box {
  --bulma-box-shadow: ;
}


.progress-bar {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	background-color: #a9ceb6;
	float: left;
	height: 100%;
	width: 0%;
}

.progress {
	height: 10px;
	overflow: hidden;
}
     
        body {
            background-image: url('img/dark.png');
            background-repeat: repeat;
            background-attachment: fixed;
            font-family: 'Nunito', sans-serif;
font-size: 15px;
        }
        
        
        ::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: #252528;
}

::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #6b4e5f; 
}

::-webkit-scrollbar-thumb:hover {
background: #766684;  
}
     
     
     #s-m-t-tooltip {
padding: 5px;
    display: none;
    text-align: center;
    position: absolute;
    font-style:normal;
    margin-top:4px;
    margin-left:13px;
    line-height:9px;
    z-index: 999999999999999999999999999;
    background: #37303e;;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    border-radius: 5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    
}
        
        .container {
            background-color: #272630;
            position: relative;
            margin: auto;
            width: 900px;
            min-height: 450px;
            text-align: justify;
            padding: 10px;
            
            
        }
        .header {
            background-image: url(img/phantasma.png);
            width:880px;
            height:450px;
            display: inline-block;
             padding: 10px;
        }
        .content {
            margin: 10px;
             padding: 10px;
        }
        
        a:link, a:visited, a:active {
            color: #798188;
            text-decoration: none;
        }
        
        a:hover {
            color: #a1689c;
        }
        
        i, em {
            color: #a63552;
        }
        
        b, strong {
            color: #6c6494;
            font-weight: 800;
        }
        
        
hr {
border:none;
    box-shadow:0;
    margin:1.5em 25%;
    border-top: 1px solid #766684;
}
        
    .content h1 {
   font-family: 'Bebas Neue', cursive;
color: #703743;
font-size: 32px;
text-align: left;
   letter-spacing: 1px;
   line-height: 20px;
}

h3 {
    padding: 6px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    text-align:center;
 
}

h2 {
    background: #37303e;
    padding: 6px;
    color: #a29492;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
        .style1 table {
            width: 400px;
         background:#252528;
border-radius: 10px;
         padding: 10px;
         color: #fff;
         text-align: center;
         border-collapse: collapse;
        }
        
       
        .footer {
            background: #232327;
            min-height:75px;
            color: #fff;
            padding: 10px;
            font-size: 14px;
            
        }
        
        .footer table {
            color: #fff;
            width: 780px;
            font-size: 13px;
        }
        .footer td {
            vertical-align: top;
        }
        .navi {
            background-color: #272630;
            margin: auto;
            margin-top: -5px;
            height: 45px;
            text-align: center;
            padding-top: 5px;
            color: #a19392;
            
        }
        .navi a {
            color: #758eb2;
            text-decoration: none;
            font-family: 'Nunito', sans-serif;
            font-size: 20px;
            margin: 15px;
              padding: 10px;
            width: 120px;
            letter-spacing: 2px;
            font-weight: 700;
            cursor: default;
            margin: 5px;
        }
        
        .navi a:hover {
            color: #b5b5ba;
            text-decoration: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: #492962;
            margin-bottom: 5px;
        }
        



.box2 {
    background: #e7e0f1;
    padding: 8px;
    margin: 8px;
    border: 1px solid #ccc;
    width: 520px;
    height: 300px;
    text-align: left;
    	color: #888;
		font-family: courier;
		font-size: 12px;
	line-height: 14pt;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 5px;
}

.link02 {
    background: #252528;
    padding: 8px;
    color: #798188;
}

.link02 a:link, .link02 a:visited, .link02 a:active {
    color: #fff;
}
.link02 a:hover {
    color: #766684;
}



textarea,
select,
option,
input{
	width: 200px;
	background-color: #aa9e9a;
	border: none;
	color: #29272d;
	padding:10px;
		transition: all 0.3s;
}
textarea:focus,
select:focus,
option:focus,
input:focus{
	transition: all 0.3s;
}
option{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 3px;
}
textarea{
    resize: vertical;
    min-height: 2.5em;
    max-height: 100px;
}
input[type="submit"]{
	width: auto;
	background-color: #4a3440;
	color: #aa9e9a;
}
input[type="submit"]:hover{
	background-color: #4b4159;
	color: #aa9e9a;
}
.dimmedCard{
	opacity:0.5;
	filter:alpha(opacity=30);
}