#cubicle {
  margin: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  display: flex;
}

#cubicle .close {
  right: 475px;
}

@media only screen and (min-width: 1500px) {
  #cubicle .close {
    right: 700px;
  }
}

.container {
  /* background-image: url('https://fusegames.s3.amazonaws.com/company_heist/images/cubicle.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 70%;
  position: relative;
}

#extra-time {
  display: none;
  text-align: center;
  padding: 10px 10px;
}

.login-screen {
  position: absolute;
  height: 32%;
  width: 26.56%;
  top: 29.56%;
  left: 19.5%;
  box-sizing: border-box;
}

.mountains {
  width: 26vw;
  height: 33vh;
  filter: blur(6px);
  transform: scale(1.1);
  cursor: pointer;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
}

.blur-container {
  max-height: 100%;
  /* transform: translate(-7%,-100%); */
  overflow: hidden;
  max-width: 100%;
}

.input-area {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.input-area > input {
  /* z-index: 1; */
  display: flex;
  justify-content: center;
  color: #000;
  position: relative;
  /* pointer-events: none; */
}

.input-div {
  position: absolute;
  background-color: white;
  /* border: 2px solid black; */
  width: 120px;
  color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  margin-left: -50px;
  padding: 1px 2px;
  font-size: 12px;
  border-radius: 10px;
  background-color: rgba(245, 241, 241, 0.89);
  padding: 2px 5px;
  cursor: pointer;
}

.input-div button {
  border-radius: 10px;
  border: none;
  background-color: rgba(245, 241, 241, 0.89);
  cursor: pointer;
  margin-left: 25px;
}

/* .modal-container {
    width: 70%;
    height: 100%;
} */

.zoomed-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
}

/* .zoomed-modal >img{
    height: 70%;
    width: auto;
    position: absolute;
    z-index: 10000;
} */

.zoomed-screen {
  width: 50%;
  height: auto;
  /* background-image: url('https://fusegames.s3.amazonaws.com/company_heist/images/zoomeddesk.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  /* z-index: 10000; */
  position: absolute;
  top: 10%;
  left: 10%;
}

.login-screen-zoomed {
  position: absolute;
  height: 45.5%;
  width: 39.7%;
  top: 19.6%;
  left: 15.5%;
}

.mountains2 {
  width: 100%;
  height: 100%;
  filter: blur(6px);
  transform: scale(1.1);
  cursor: pointer;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
}

.blur-container2 {
  max-height: 100%;
  /* transform: translate(-7%,-100%); */
  overflow: hidden;
  max-width: 100%;
  background-color: purple;
}

#password-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#password-form input {
  border-radius: 10px;
  background-color: rgba(245, 241, 241, 0.89);
  padding: 2px 5px;
  border: none;
}

#password-form button {
  margin-left: 120px;
  margin-top: -19px;
  border-radius: 10px;
  border: none;
  background-color: rgba(245, 241, 241, 0.89);
  cursor: pointer;
}

#password-form p {
  color: white;
  width: 400px;
  text-shadow: #000;
  text-align: center;
}

.email-client {
  position: absolute;
  height: 45.5%;
  width: 39.7%;
  top: 19.6%;
  left: 15.5%;
  font-family: "Roboto", sans-serif;
  display: none;
}

.emails {
  width: 100%;
}

.email-header {
  height: 15%;
  width: 100%;
  background-color: black;
  /* opacity: 0.7; */
  display: flex;
  justify-content: space-between;
}

.email-header .logo {
  width: 25%;
  /* background-color: green;
    opacity: 0.5; */
  /* background-image:url('https://fusegames.s3.amazonaws.com/company_heist/images/WOOEMAIL.png'); */
  background-size: contain;
  background-repeat: no-repeat;
}

/* .email-header .name {
    width: 25%;
    background-color: red; 
    opacity: 0.5;
} */

.email-body {
  height: 85%;
  width: 100%;
  overflow: scroll;
  background: rgba(242, 245, 245, 1);
  color: #202124;
  padding-top: 20px;
}

.email-body h2 {
  margin: 0 20px;
  margin-bottom: 10px;
}

.individual-email-div {
  margin: 0 5px;
  height: 25px;
  width: 98%;
  border: 1px solid black;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.individual-email-div .from {
  font-weight: 500;
  margin-right: 20px;
  margin-left: 5px;
  min-width: 75px;
}

.individual-email-div .subject {
  font-weight: 400;
  margin-right: 20px;
  font-style: italic;
  color: purple;
  min-width: 160px;
}

.individual-email-div .preview {
  font-weight: 100;
  color: rgb(163, 157, 157);
}

.individual-email-div .fulltext {
  position: absolute;
  left: 45%;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  /* visibility:hidden; */
  display: none;
}

.individual-email-div .preview:hover + .fulltext {
  /* visibility:visible; */
  display: block;
}
.fulltext:hover {
  /* visibility:visible; */
  display: block;
}

.countdown-div {
  background-color: black;
  height: 100vh;
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: red;
  z-index: 999;
}

.countdown-div h2 {
  font-family: "Overpass Mono", monospace;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: red;
}

.countdown {
  font-family: "Overpass Mono", monospace;
  font-size: 70px;
}

.bars {
  display: flex;
  align-items: flex-end;
  height: 50%;
  width: 50%;
}

.bar {
  border: 2px solid black;
  width: 10%;
  margin: 0px 10px;
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #ccc;
}

.bar1inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
}

.bar2inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
}

.bar3inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
}

.bar4inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
}

.bar1 {
  height: 10%;
}
.bar2 {
  height: 20%;
}
.bar3 {
  height: 30%;
}
.bar4 {
  height: 40%;
}

.final-solved {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

p.solved {
  background-color: rgba(57, 153, 73, 0.4);
  height: 40px;
  width: 70%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  margin-bottom: 40px;
}

.final-solved-modal {
  background-color: white;
  height: 500px;
  width: 700px;
  border: 3px solid green;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  /* text-align: center; */
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

.final-debrief {
  background-color: #011936;
  color: white;
  height: 50px;
  width: 50%;
  /* border: 2px solid #fb3; */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  text-decoration: none;
}
