@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
:root {
--border-color: #e3e5e4;
--background-color: #adca5c;
--text-color: #34444f;
}
.bible_game { background:#dcf2f0;
margin: 0;
padding: 0;
outline: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.game {
margin-top: 35px;
}
.game_title {
text-align: center;
}
.game_title h1 {
color: #707070;
}
#lang-button {
width: auto;
display: inherit;
margin-top: 20px;
text-align: center;
padding-bottom: 50px;
}
.button_lang {
width: 100px;
font-size: 16px;
height: 30px;
color: #ffffff;
background-color: #47afcc;
border-radius: 30px;
border: 2px solid #47afcc;
outline: none;
margin-left: 6px;
}
.button_lang:hover  {
color: #e75f16;
background-color: #ffffff;
border: 2px solid #47afcc;
}
.check-btn {
background: #e75f16;
color: #fff;
border-radius: 30px;
border: 1px solid #e75f16;
font-size: 16px;
font-weight: 500;
padding: 4px 18px 4px 18px;
}
.check-btn:hover  {
background-color: #7a9e15;	
border: 1px solid #7a9e15;
}
.game_c {
width: 100%;
text-align: center;
margin-top: 30px;
}
#sw button {
width: 120px;
font-size: 20px;
height: 40px;
color: #ffffff;
background-color: #47afcc;
border-radius: 4px;
border: 2px solid #47afcc;
outline: none;
margin-left: 6px;
}
#sw button:hover{
color: #e75f16;
background-color: #ffffff;
border: 2px solid #47afcc;
}
.timerecord {
margin-top: 20px;
width: 100%;
display: inline-block;
padding-left: 10%;
padding-right: 10%;
}
.time_1 {
width: 33%;
display: inline-block;
}
.time_1 h1{
color: #707070;
}
.time_2 {
width: 33%;
display: inline-block;
}
.time_3 {
width: 33%;
display: inline-block;
}
.past_time {
margin-top: 25px;
font-weight: 700;
font-size: 28px;
color: #e75f16;
margin-bottom: 20px;
}
.record {
margin-top: 30px;
margin-bottom: 50px;
font-size: 20px;
line-height: 30px;
}
.draggable-list { color: var(--text-color);
list-style-type: none;  
}
.draggable-list li {
border: 1px solid var(--border-color);
background-color: rgb(255, 255, 255, 0.7);
display: flex;
flex: 1;
list-style-type: none;
float: left;
margin-left: 20px;
min-width: 300px;
max-width: 300px;
font-size: 20px;
}
.draggable-list li:hover{
background-color: rgb(255, 255, 255, 0.3);
}
.draggable-list li:not(:last-of-type) {
border-bottom: 1px solid var(--border-color);
}
.draggable-list .number {
background-color: var(--background-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px; width: 40px;
color:white;
}
.draggable-list li.over .draggable {
background-color: #eaeaea;
}
.draggable-list .book-name {
margin: 0 20px 0 0;
}
.draggable-list li.right .book-name {
color: #7a9e15;
}
.draggable-list li.wrong .book-name {
color: #e75f16;
}
.draggable {
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px;
flex: 1;
}
.row{
align-items: center;
max-width: 1024px;
margin-top: 20px;
}
.row-2{
align-items: center;
max-width: 1024px;
}
.button {
text-align: center;
text-transform: uppercase;
cursor: pointer;
font-size: 20px;
letter-spacing: 2px;
position: relative;
background-color: #42b1cf;
border: none;
margin-top: 20px;
color: #fff;
padding: 14px;
width: 300px;
text-align: center;
transition-duration: 0.4s;
overflow: hidden;
box-shadow: 4px 4px #bbbfc4;
border-radius: 4px;
}
.button:hover {
background: #fff;
box-shadow: 0px 2px 10px 5px #6cc7e0;
color: #000;
}
.button:after {
content: "";
background: #6cc7e0;
display: block;
position: absolute;
padding-top: 300%;
padding-left: 350%;
margin-left: -20px !important;
margin-top: -120%;
opacity: 0;
transition: all 0.8s
}
.button:active:after {
padding: 0;
margin: 0;
opacity: 1;
transition: 0s
}
.button:focus { outline:0; }
#sw h1{
margin-top:8px;
}
#sw p{
line-height: 12px;
}
#time{
font-size:40px;  
color:#1fadd4;
padding-top: 12px;
}
#past{
font-size: 22px;
line-height: 14px;
}
.past-time{
padding-top: 16px;
font-size: 18px;
}
ul{
margin-left: -20px;
list-style: none;
}
.time-order{
list-style: none;
width:300px;
margin:0 auto;
font-size:16px;
color:white;
display:block;
height:34px;
background-color:#47afcc;
border-left:5px solid #707070;
border-right:5px solid #707070;
margin-bottom: 7px;
}
.time-order:hover {
-moz-transform:rotate(-5deg);
-moz-box-shadow:10px 10px 20px rgba(95,95,95,0.4);
-webkit-transform:rotate(-5deg);
-webkit-box-shadow:10px 10px 20px rgba(95,95,95,0.4);
transform:rotate(-5deg);
box-shadow:10px 10px 20px rgba(95,95,95,0.4);
}