  html {
    background-image: url(/wp-content/plugins/locked-in-database/images/Create_Your_Own_Landscape-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
  }

@media only screen and (mix-width: 9769px) {
body {
    display: flex;
    align-items: center;
    justify-content: center;
}
}


@font-face {
    font-family: "Karla";
    src: url("/wp-content/plugins/locked-in-database/Karla-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: "KarlaMedium";
    src: url("/wp-content/plugins/locked-in-database/Karla-Medium.ttf") format("truetype");
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: "KarlaBold";
    src: url("/wp-content/plugins/locked-in-database/Karla-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "KarlaBoldItalic";
    src: url("/wp-content/plugins/locked-in-database/Karla-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
*/
    
@font-face {
    font-family: "Eye Spy";
    src: url("/wp-content/plugins/locked-in-database/Eye/ Spy/ Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}      

.background {
    background-color: rgba(0, 0, 0, 0.5);
    width: 1300px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.center-content {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 20px;
    padding-bottom: 120px;

}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    max-height: 150px;
}

.objective {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

body, h2, p {
  font-family: "Karla", sans-serif;
}



.objective {
  text-align: center;
}

.objective h1:nth-of-type(1) {
    font-family: "Eye Spy", sans-serif;
    font-size: 35px;
    letter-spacing: 2px;
    color: #cc0000;
    margin-top: 1px;
    margin-bottom: 10px;
}

.objective h1:nth-of-type(2) {
    font-family: "Eye Spy", sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    color: #f9dc5f;
    text-shadow: -3px 5px 2px #cc0000;
    margin-top: 1px;
    margin-bottom: 10px;
}

.instructions {
    text-align: center;
    color: white;
    font-family: "Karla";
    font-weight: normal;
    font-size: 14px;
    margin-bottom: -10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 13px;
}

#datasheet {
    color: white;
}

#dataschools {
    color: white;
}

#feedback {
    color: white;
}

.content-container-wrapper {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    width: 1200px;
    margin-top: 1px;
}

.content-container {
    width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10px;
}

.content-image-container {
    width: 35px;

}

.content-image {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-two {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-two {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-three {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-three {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-four {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-four {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-five {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-five {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-six {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-six {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-seven {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-seven {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-eight {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-eight {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-nine {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-nine {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.content-container {
    width: 1200px; /* Same width as the first content-container */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; /* Adjust the margin to position it below the first content-container */
}

/* Add the same styles for image, text, and input within content-container-two as the first content-container */
.content-image-container {
    width: 35px;
}

.content-image-ten {
    width: 35px;
    display: inline;
}

.content-text-input-container {
    display: flex;
    align-items: center;
}

.content-text {
    width: 950px;
    font-size: 25px;
    margin: 0 10px;
    background-color: white;
    font-family: "Karla";
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
}

.content-input-ten {
    width: 100px;
    height: 42px;
    font-family: "Karla";
    font-size: 28px;
    padding: 2px;
    border-radius: 10px;
}

.lock {
    display: block;
    margin: 30px auto;
    max-width: 800px;

}

.number-scroll {
  position: absolute;
  top: 1507px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding-left: 19px;

}

.digit {
    font-size: 24px;
    margin: 15px -8px;
    padding: 10px 18px;

    font-family: "Karla";
    font-weight: bold;
    border-radius: 10px;
}

.digit-container {
    margin: 22px;
}

button {
    font-size: 24px;
    background-color: black;
    color: white;
}

.unlock-button {
    position: absolute;
    bottom: 16px;
    margin-left: 4px;
    justify-content: center;
    transform: translate(-50%, -50%);
    padding: 21px 34px; /* Adjust the button size as needed */
    background-color: #483e34;
    color: white;
    font-family: "Karla", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 21px;
    border: none;
    border-radius: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    outline: 2px solid #ccc;;
    transition: transform .2s;
}


.unlock-button:hover {
   transform: translate(-50%, -50%) scale(1.1);
   outline: 3px solid white;
 }

.down-button, .up-button {
  cursor: pointer;
  transition: transform .18s;
  outline: 2px solid #eee;
}

.down-button:hover, .up-button:hover {
   transform: scale(1.1);
   outline: 2px solid white;
 }

.down-button:focus, .up-button:focus {
  outline: 4px solid cyan;
}

.unlock-button:focus ,
.unlock-button:active {
  outline: 4px solid cyan;
}

.survey {
    font-family: "Karla", sans-serif;
    font-weight: lighter;
    height: 3em;
    padding-bottom: 15px;
    width: 100%;
    bottom: 0;
    left:0;
    z-index: 10;
    text-align: center;
    position: fixed;
    background-color: black;
    color: white;
    font-size: 12px;
}

.digit {
  background-color: white;
}



/* ---------- */


.number-scroll {
  background-image: url('/wp-content/plugins/locked-in-database/images/Lock graphic.png');
  background-size: 800px;
  background-repeat: no-repeat;
}


.final-lock img.lock {
  height: 450px;
  width: 800px;
  margin-top:30px;
  margin-bottom:30px;
    margin-left:0;
  margin-right:0;
  padding: 0;
}


.final-lock .number-scroll {
  height: 450px;
  width: 800px;
  margin-top:30px;
  margin-bottom:30px;
  margin-left:0px;
  margin-right:0;
  padding: 0;

}

.digit-container {
  width:38px;
  width:38.5px;
  margin-top:0px;
  margin-bottom: 30px;
  margin-left: 36px;
  margin-right: 10px;
}


/* show green tick if answer is correct */
/*
.content-image-container {
  position: relative;
}
*/


.content-container:has(.content-image-container img[src="images/pngegg.png"]) div + div:after {
    content: "\2713";
  color: green;
  right: 5px;
  dfont-size: large;
  /* width: 0px; */
  margin: 0;
  padding: 0;
  margin-left: -18px;
        margin-right:6px;
}

/* colour the input boxes green when correct - based on the tick image being visible */
.content-container:has(.content-image-container img[src="images/pngegg.png"]) input {
  background: #8f8;
}


/* now for smaller screens remove the 1200px width limit */

@media only screen and (max-width: 1130px) {
  .background {
    width: auto;
  }

  .content-text {
    width: 700px;
  }
  .content-container,
  .content-container-wrapper {
    width: 950px;
  }

}


@media only screen and (max-width: 950px) {
  .background {
    width: auto;
  }

  .content-text {
    width: 500px;
  }
  .content-container,
  .content-container-wrapper {
    width: 770px;
  }

}



@media only screen and (max-width: 769px) {

  .result ,
  .result2 {
    font-size: 80px !important;
    text-align: center;
    width: 100%;
  }
  body {
    width: 800px;
  }

  .background {
    width: auto;
  }

  .content-text {
    width: 420px;
  }
  .content-container,
  .content-container-wrapper {
    width: 640px;
  }

  .survey { 
    height: 3.6em;
  }

}

@media only screen and (max-width: 481px) {

/* stop centering all the content */
.background {
  justify-content: start;
  width: 800px;
}
.center-content {
  align-items: flex-start;
  margin-left: 3px;
}
  body {
    width: 800px;
    margin: 0px;
  }
.instructions ,
.objective {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

h1,h2 {
  text-align: center;
  width: 100%;
}

  .content-text {
    width: 380px;
  }
  .content-container-wrapper {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .center-content,
  .content-container,
  .content-container-wrapper {
    width: auto;
  }

  .survey { 
    height: 3.6em;
  }

}

@media only screen and (max-width: 380px) {

.background {
  justify-content: start;
}
.center-content {
  align-items: flex-start;
}

  body {
    width: 800px;
  }

  .background {
    width: 800px;
  }

.objective {
  width: 100%;
}

  .content-text {
    width: 320px;
  }
  .center-content,
  .content-container,
  .content-container-wrapper {
    width: 580px;
  }

  .survey { 
    height: 3.6em;
  }

}


/* provide  yellow highlight on row when focused or active */
 input:focus ,
 input:active {
  outline: 4px solid cyan;
 }



 .content-text-input-container p:has( +  input:focus ),
 .content-text-input-container p:has( + input:active ){
    background:#ff8;
 }



/* when user floats over digit, highlight the buttons */

.digit:hover {
  cursor:ns-resize;
  cursor:pointer;

}


@media not all and (hover: none) {

.digit:hover,
.digit:hover + button,
button:has(~ .digit:hover) {
  outline: 3px solid yellow;
  transform: scale(1.1));
}

}

.digit:focus +b button,
button:has(~ .digit:focus) {
  outline: 3px solid yellow;
}


.digit:focus {
  outline-offset: 0px;
  outline: 5px solid cyan;
  border-radius: 0;
  font-weight: 900;
}



/* increase size of buttons when touch screen or small screen */
@media (hover: none), (max-width: 780px) {

  button.down-button {
  button.up-button {
    height: 36px;
    width: 36px;
  }

}


/* 
@keyframes black_white_flash {
0% {background-color: white; }
50% {background-color: black; }
100% {background-color: white; }
}

.digit {
   animation: black_white_flash 0.7s linear once;
   animation-play-state: paused;  
}
.digit:after {
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0.5;
} */

