html {
    background-color: #1D1D1D;
    scroll-behavior: smooth;
}

body {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

table {
    margin: 0 auto;
}

.subtitle {
    margin-bottom: -12px;
}

#confirmbox {
    border: 1px #40413D Inset;
    background-color: #343b8e;
    padding: 21px;
    margin-bottom: 21px;
    color: White;
    text-align: left;
    text-shadow: 1px 1px #000000;
}

#container h1 {
    margin-top: 0px;
}

.imgmid {
    display: block;
    margin: 0 auto;
    border-radius: 21px;
}

.resimg {
    vertical-align: middle;
}

.proveres img {
    max-width: 300px;
}

#comment textarea {
    width: 90%;
    font-size: 16px;
}

.hurry {
    color: #E2241A;
}

.boxes1, .boxes2, .boxes3, .boxes4  {
    display: none;
    padding: 3px;
	background-color: #368754;
  	width: 100%;
    margin-bottom: 21px;
    color: White;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.proveresources {
    color: Yellow !important;
}

.provetime1, .provetime2, .provetime3, .provetime4 {
    font-size: 12px;
    font-style: italic;
}

.buttonstyle1 {
    color: Black;
    font-weight: bold;
    background-color: #E1C360;
    border: none;
    border-radius: 9px;
    padding: 21px;
    font-size: 26px;
    height: auto;
	cursor: pointer;
	display: block;
    margin: 0 auto;
    width: 60%;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonstyle2 {
    color: Black;
    font-weight: bold;
	float: right;
    border: none;
    background-color: #E1C360;
    border-radius: 9px;
    padding: 12px;
    display: inline-block;
    font-size: 16px;
    height: auto;
	cursor: pointer;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(1px, 1px) rotate(0deg); }
    20% { transform: translate(1px, 1px) rotate(0deg); }
    30% { transform: translate(1px, 1px) rotate(0deg); }
    40% { transform: translate(1px, 1px) rotate(0deg); }
    50% { transform: translate(1px, 1px) rotate(0deg); }
    60% { transform: translate(1px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.device {
	cursor: pointer;
}

#progressbarcontainer {
    border: #151716 9px solid;
    background-color: Transparent;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#progressbar {
    position: absolute;
    width: 10%;
    height: 50px;
    background-color: #07F469;
}

#progressbarlabel {
    line-height: 54px;
    text-align: center;
    color: Black;
}

#container, #vcontainer {
    border: #3A333E 6px Solid;
    background-color: White;
    max-width: 600px;
    margin: 6px auto 21px;
    padding: 21px 21px 66px 21px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#uid, #comment {
    border: #3A333E 6px Solid;
    background-color: White;
    max-width: 600px;
    margin: 21px auto 21px;
    padding: 21px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#footer {
    margin-top: 333px;
	color: #ECE5DA;
	text-align: center;
}

#vcontainer a {
	text-decoration: none;
}

#devicecontainer, #progress, #resource1, #resource2, #additional, #vcontainer, #gen1, #gen2, #gen3, #gen4, #gen5, #gen6 {
    display: none;
}

.proveres {
	vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
}

#gen5 img, #gen6 img {
	transition: all 1s;
}

.input-form {
    border-radius: 6px;
    background-color: White;
    color: black;
    display: block;
    font-size: 16px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
	margin: 0 auto;
}

.input-form::-moz-placeholder {
    color: black;
    opacity: 55;
}

.input-command {
    height: 28px;
    padding: 10px 16px;
}