@charset "UTF-8";
@import url(style.css);
* {
  padding: 0px;
}

@font-face {
  font-family: "ComfortaaSemiBold";
  src: url(../assets/fonts/Comfortaa-SemiBold.ttf);
}
.background {
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.background > img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

/*-----   Pesquisa  ---------------------*/
#searchb {
  width: 100%;
  height: calc(100% - (var(--titlebarh) + 6px));
  border-radius: 0 0 10px 10px;
  position: relative;
}
#searchb #search {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
#searchb #search #searchbar {
  padding: 30px;
  position: relative;
  background-color: white;
  height: 100px;
  border-bottom: 1px solid rgb(189, 189, 189);
}
#searchb #search #searchbar #searchlogo {
  position: relative;
  background-image: linear-gradient(90deg, var(--p1), var(--p2));
  float: left;
  font-size: 30px;
  font-weight: bolder;
  padding: 5px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#searchb #search #searchbar #searchinput {
  position: relative;
  float: left;
  border: none;
  outline: none;
  border-radius: 30px;
  padding: 15px 20px 15px 45px;
  font-size: 16px;
  width: 300px;
  margin-left: 20px;
  background-color: white;
  background-image: url("../assets/img/magnifying-glass-solid.svg");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  box-shadow: 0px 2px 3px 3px rgba(128, 128, 128, 0.199);
}
#searchb #search #searchbar .searchopt {
  position: relative;
  float: left;
  clear: left;
  padding: 20px auto;
  margin-top: 20px;
  margin-left: 202px;
  padding: 10px 20px;
}
#searchb #search #searchbar .searchopt > span {
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid rgb(168, 168, 168);
  background-color: white;
  margin-right: 10px;
  font-size: 15px;
}
#searchb #search #searchbar #user {
  position: relative;
  float: right;
  margin-top: -40px;
}
#searchb #search #searchbar #user #searchuser {
  position: absolute;
  top: -5px;
  right: 30px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
}
#searchb #search #searchbar #user i {
  position: absolute;
  right: 0;
  font-size: 30px;
}
#searchb #search .searchcontainer {
  width: 100%;
  height: 100%;
  position: relative;
}
#searchb #search .searchcontainer #searchresults {
  overflow-y: auto; /* Show scrollbars */
  overflow-x: hidden;
  width: calc(97% - 40px);
  background-color: white;
  margin: auto;
  padding: 20px 0 200px 5%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#searchb #search .searchcontainer #searchresults .searchentry {
  text-align: left;
  padding: 20px;
  width: 700px;
}
#searchb #search .searchcontainer #searchresults .searchentry img {
  width: 20px;
  float: left;
  margin: 10px;
}
#searchb #search .searchcontainer #searchresults .searchentry .websitetitle {
  font-size: 16px;
}
#searchb #search .searchcontainer #searchresults .searchentry .websiteurl {
  font-size: 12px;
  color: gray;
}
#searchb #search .searchcontainer #searchresults .searchentry .websitetopic {
  font-size: 23px;
  color: var(--blue);
}
#searchb #search .searchcontainer #searchresults .searchentry .websitetopic:hover {
  cursor: pointer;
}
#searchb #search .searchcontainer #searchresults .searchentry .websiteblurb {
  font-size: 16px;
  color: rgb(59, 59, 59);
}
#searchb #search .searchcontainer #footer {
  text-align: right;
  margin-right: 20px;
  font-size: 12px;
}
#searchb #search .searchcontainer #footer i {
  color: var(--red);
}
@media only screen and (max-width: 1200px) {
  #searchb #searchbar {
    padding: 10px !important;
  }
  #searchb #searchbar #searchlogo {
    clear: both;
    float: left;
    font-size: 20px !important;
  }
  #searchb #searchbar #searchinput {
    width: 20% !important;
    float: left;
    font-size: 14px !important;
    padding: 8px 8px 8px 30px !important;
    background-position: 7px 8px !important;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  #searchb #searchbar .searchopt {
    margin-left: 0 !important;
  }
  #searchb #searchbar .searchopt > span {
    font-size: 13px !important;
  }
  #searchb #searchbar #user {
    display: none !important;
  }
  #searchb #searchresults {
    margin-left: 20px !important;
  }
  #searchb #searchresults .searchentry {
    width: 80% !important;
    padding: 9px !important;
  }
  #searchb #searchresults .searchentry .websitetitle {
    font-size: 13px !important;
  }
  #searchb #searchresults .searchentry .websiteurl {
    font-size: 10px !important;
    overflow: hidden;
  }
  #searchb #searchresults .searchentry .websitetopic {
    font-size: 18px !important;
  }
  #searchb #searchresults .searchentry .websiteblurb {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 700px) {
  #searchb #searchbar {
    height: 40px !important;
    padding: 10px !important;
  }
  #searchb #searchbar #searchlogo {
    clear: both;
    float: left;
    font-size: 20px !important;
  }
  #searchb #searchbar #searchinput {
    width: 40% !important;
    float: left;
    font-size: 14px !important;
    padding: 8px 8px 8px 30px !important;
    background-position: 7px 8px !important;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  #searchb #searchbar .searchopt {
    display: none !important;
  }
  #searchb #searchbar #user {
    display: none !important;
  }
  #searchb #searchresults {
    margin-left: 20px !important;
  }
  #searchb #searchresults .searchentry {
    width: 80% !important;
    padding: 2px 9px !important;
  }
  #searchb #searchresults .searchentry .websitetitle {
    font-size: 12px !important;
  }
  #searchb #searchresults .searchentry .websiteurl {
    font-size: 10px !important;
    overflow: hidden;
  }
  #searchb #searchresults .searchentry .websitetopic {
    font-size: 13px !important;
  }
  #searchb #searchresults .searchentry .websiteblurb {
    font-size: 10px !important;
  }
}

/*-----   Passwords  --------------------*/
#passb {
  width: 100%;
  height: calc(100% - (var(--titlebarh) + 6px));
  border-radius: 0 0 10px 10px;
}
#passb #pass {
  position: absolute;
  border-radius: 5px;
  background-color: var(--crust);
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  box-shadow: 0 3px 3px var(--surface2);
  margin: 0 auto;
  top: 55%;
  transform: translateY(-55%);
}
#passb #pass :hover {
  cursor: pointer;
}
#passb #pass input {
  margin: 10px;
  background: none;
  padding: 6px 10px;
  text-align: center;
}
#passb #pass input[type=text] {
  margin: 5px 10px;
  background: rgba(150, 150, 150, 0.337254902);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  border-bottom: 2px solid var(--surface2);
  padding: 6px 10px;
  text-align: center;
}
#passb #pass input[type=button] {
  border: none;
  border-radius: 5px;
  background-color: #b7caff;
  width: 90%;
  box-shadow: 0 3px 3px var(--surface2);
}
#passb #pass input[type=button]:hover {
  background-color: var(--sapphire);
  color: white;
  cursor: pointer;
}
#passb #passchecks {
  text-align: left;
  margin-top: 10px;
}
#passb #passchecks label {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  #passb #pass {
    width: 70vw;
  }
}

/*-----   SMS  --------------------------*/
#smsb {
  height: calc(100% - (var(--titlebarh) + 6px));
  border-radius: 0 0 10px 10px;
}
#smsb .messagewindow {
  position: absolute;
  border-radius: 20px;
  background-color: rgb(31, 31, 31);
  width: 300px;
  padding: 20px 25px;
  box-shadow: 0 3px 3px var(--surface2);
  font-size: 16px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#smsb #mess-number {
  position: relative;
  font-weight: bold;
  float: left;
  color: white;
}
#smsb .mess-menu {
  position: relative;
  float: right;
  top: -9px;
  color: white;
}
#smsb .message {
  clear: both;
  position: relative;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  background: #575757;
  color: white;
  padding: 10px;
  text-align: left;
  width: 75%;
  margin-bottom: 5px;
  margin-top: 10px;
}
#smsb .link {
  text-decoration: underline;
  color: rgb(0, 174, 255) !important;
}
#smsb .link:hover {
  cursor: pointer;
}
#smsb #sms-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#smsb #sms-input {
  float: left;
  position: relative;
  width: 75%;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 10px 10px;
  margin-right: 1%;
  background-color: black;
  color: rgba(255, 255, 255, 0.664);
}
#smsb .sms-send {
  position: relative;
  color: rgba(255, 255, 255, 0.495);
  background-color: rgba(32, 159, 181, 0.4235294118);
  padding: 10px;
  border-radius: 20px;
  margin-left: 15px;
}
#smsb .dropbtn {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 16px;
  border-radius: 2px;
  width: 15px;
  cursor: pointer;
  animation: blink 3s infinite;
}
#smsb .dropbtn:hover, #smsb .dropbtn:focus {
  background-color: var(--sapphire);
  color: var(--p1);
}
#smsb .dropdown {
  position: relative;
  display: inline-block;
}
#smsb .dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
  right: 0;
  margin-top: 35px;
  margin-right: 20px;
}
#smsb .dropdown-content p {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#smsb .dropdown-content p:hover {
  background-color: var(--sapphire);
  color: white;
}
#smsb .dropdown-content p:hover:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#smsb .dropdown-content p:hover:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#smsb .show {
  display: block;
}
@keyframes blink {
  0% {
    background: none;
  }
  50% {
    background: rgba(148, 232, 191, 0.3215686275);
  }
  100% {
    background: none;
  }
}

/*-----   WebSpoofing  ------------------*/
#webspoofing {
  background: rgb(255, 255, 255);
  height: calc(100% - (var(--titlebarh) + 6px));
  position: relative;
  border-radius: 0 0 10px 10px;
}
#webspoofing #browser {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#webspoofing #browser #urlbar {
  background: var(--blue);
  padding: 9px;
  height: 23px;
}
#webspoofing #browser #urlbar #lock {
  float: left;
  background-color: var(--yellow);
  padding: 4px;
  margin-right: 4px;
  border-radius: 6px;
}
#webspoofing #browser #urlbar > input {
  float: left;
  clear: right;
  width: 70%;
  background: white;
  color: var(--text);
  border: none;
  border-radius: 5px;
  padding: 4px;
}
#webspoofing #browser #urlbar .hammenubar {
  float: right;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 20px;
  margin-top: 4px;
}
#webspoofing #browser #urlbar .fa-right-from-bracket {
  margin-top: 0;
  background-color: #ffa600;
  color: var(--text);
  padding: 4px;
  border-radius: 6px;
}
#webspoofing #browser #urlbar .fa-right-from-bracket:hover {
  cursor: pointer;
}
#webspoofing #browser #logofb {
  width: 250px !important;
}
#webspoofing #browser #spoofing-content .txt {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 20px;
}
#webspoofing #browser .spoofdownload {
  width: 100px;
}
#webspoofing #browser .spoofdownload:hover {
  cursor: pointer;
}
#webspoofing #browser #download {
  background-color: var(--green);
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 50px;
  color: white;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}
#webspoofing #browser #download:hover {
  cursor: pointer;
  background-color: var(--sapphire);
}
#webspoofing #browser #download i {
  font-size: 30px;
}
#webspoofing #browser #downloadhover {
  border: 1px solid var(--surface2);
  background: white;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 85%;
  padding: 3px;
  display: none;
}
@media only screen and (min-width: 600px) {
  #webspoofing #urlbar {
    padding-left: 130px;
    padding-right: 130px;
  }
  #webspoofing #spoofing-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  #webspoofing #spoofing-content {
    padding-left: 130px;
    padding-right: 130px;
  }
  #webspoofing #spoofing-content img {
    width: 250px;
    float: left;
    margin: 20px 0 0 30px;
  }
  #webspoofing #spoofing-content #login {
    float: right;
    margin: 30px 0 0 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #webspoofing #spoofing-content {
    padding-left: 400px;
    padding-right: 400px;
  }
}
@media only screen and (max-width: 700px) {
  #webspoofing .fa-bars {
    display: none !important;
  }
}

/*-----   Engenharia Social   -----------*/
#engb {
  height: calc(100% - (var(--titlebarh) + 6px));
  background-image: linear-gradient(45deg, var(--p1), var(--p2));
  border-radius: 0 0 10px 10px;
}
#engb #engwindow {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#engb #engwindow #engsocial {
  background-image: url("../assets/img/bg5.jpg");
  background-size: 400px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background-color: rgb(31, 31, 31);
  width: 300px;
  padding: 20px 25px;
  box-shadow: 0 3px 3px var(--surface2);
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}
#engb #engwindow #engsocial .icon {
  color: white;
  float: left;
  font-size: 25px;
  margin: 0 5px 5px 0;
}
#engb #engwindow #engsocial #eng-input {
  width: 64%;
  background-color: #575757;
}
#engb #engwindow #engsocial .sms-send {
  background: none;
  padding-left: 4px;
  color: #ff0000;
}
#engb #engwindow #engsocial .message.warning {
  background: none;
  font-style: italic;
}
#engb #engwindow #engsocial .message.warning input {
  width: 100%;
  background: none;
  outline: none;
  border: 2px solid rgba(148, 232, 191, 0.5019607843);
  border-radius: 10px;
  color: #ddd;
  font-size: 16px;
  margin-top: 10px;
}
#engb #engwindow #engsocial .message.warning input:hover {
  cursor: pointer;
  background-color: var(--sapphire);
  color: white;
}
#engb #engwindow #engsocial #mess-number {
  position: relative;
  font-weight: bold;
  float: left;
  color: white;
}
#engb #engwindow #engsocial .mess-menu {
  position: relative;
  float: right;
  top: -9px;
  color: white;
}
#engb #engwindow #engsocial .message {
  clear: both;
  position: relative;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  background: #575757;
  color: white;
  padding: 10px;
  text-align: left;
  width: 75%;
  margin-bottom: 5px;
  margin-top: 10px;
}
#engb #engwindow #engsocial .link {
  text-decoration: underline;
  color: rgba(0, 174, 255, 0.912) !important;
}
#engb #engwindow #engsocial .link:hover {
  cursor: pointer;
}
#engb #engwindow #engsocial #sms-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#engb #engwindow #engsocial #sms-bottom #eng-input {
  float: left;
  position: relative;
  width: 64%;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 5px 10px;
  margin-right: 3%;
  background-color: rgba(0, 0, 0, 0.659);
  color: rgba(255, 255, 255, 0.664);
}
#engb #engwindow #engsocial .sms-send {
  position: relative;
  color: rgba(255, 255, 255, 0.268);
  background-color: rgba(32, 159, 181, 0.3607843137);
  padding: 10px;
  border-radius: 20px;
  margin-left: 5px;
}
#engb #engwindow #engsocial .dropbtn {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 16px;
  border-radius: 2px;
  width: 15px;
  cursor: pointer;
  animation: blink 3s infinite;
}
#engb #engwindow #engsocial .dropbtn:hover, #engb #engwindow #engsocial .dropbtn:focus {
  background-color: var(--sapphire);
  color: var(--p1);
}
#engb #engwindow #engsocial .dropdown {
  position: relative;
  display: inline-block;
}
#engb #engwindow #engsocial .dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
  right: 0;
  margin-top: 35px;
  margin-right: 20px;
}
#engb #engwindow #engsocial .dropdown-content p {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#engb #engwindow #engsocial .dropdown-content p:hover {
  background-color: var(--sapphire);
  color: white;
}
#engb #engwindow #engsocial .dropdown-content p:hover:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#engb #engwindow #engsocial .dropdown-content p:hover:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#engb #engwindow #engsocial .show {
  display: block;
}
@keyframes blink {
  0% {
    background: none;
  }
  50% {
    background: rgba(148, 232, 191, 0.3215686275);
  }
  100% {
    background: none;
  }
}

/*-----   Verificação de Email   --------*/
#email {
  background-color: var(--mantle);
  border-radius: 0 0 10px 10px;
  height: calc(100% - (var(--titlebarh) + 6px));
  position: relative;
  display: flex;
  flex-direction: column;
}
#email .emailbrowser {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  background-color: white;
  transform: translateY(-50%);
}
#email .emailbrowser .emailtopbar {
  background-color: var(--p1);
  padding: 20px 0;
  position: relative;
  box-shadow: 0 2px 5px grey;
  cursor: default;
  z-index: 1;
}
#email .emailbrowser .emailtopbar span {
  float: left;
  color: white;
  font-weight: bolder;
  margin-left: 40px;
}
#email .emailbrowser .emailtopbar .fa-circle-user {
  float: right;
  color: white;
  font-size: 25px;
  margin-right: 40px;
}
#email .emailbrowser .emailtopbar .fa-magnifying-glass {
  margin-left: -30px;
  color: white;
}
#email .emailbrowser .emailtopbar input {
  width: 60%;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(22, 22, 22, 0.747);
  border: none;
}
#email .emailbrowser .emailcontainer {
  width: 100%;
  height: 100%;
  position: relative;
}
#email .emailbrowser .emailcontainer .emailcontent {
  width: calc(100% - 10px);
  background-color: white;
  margin: auto;
  padding: 20px 0 100px 0;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#email .emailbrowser .emailcontainer .emailcontent .text {
  text-align: left;
  padding: 10px;
  padding-left: 35px;
  font-size: 0.9em !important;
}
#email .emailbrowser .emailcontainer .assunto {
  margin: 20px auto 0 auto;
  padding: 8px 4px;
  font-size: 15px;
  height: 30px;
}
#email .emailbrowser .emailcontainer .emailheader {
  position: relative;
  padding: 0 20px 5px 20px;
}
#email .emailbrowser .emailcontainer .emailheader #emailimgnat #anexohover {
  display: none;
  position: absolute;
  right: 0;
  font-size: 12px;
  display: none;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 3px grey;
  color: var(--blue);
}
#email .emailbrowser .emailcontainer .emailheader .emailb {
  box-shadow: 0px 2px 6px grey;
  background: white;
  border: none;
  outline: none;
  color: var(--text);
  border-radius: 10px;
  padding: 10px 20px;
  margin-left: 10px;
}
#email .emailbrowser .emailcontainer .emailheader .emailb:hover {
  background-color: var(--sapphire);
  color: white;
  cursor: pointer;
}
#email .emailbrowser .emailcontainer .iremetente {
  float: left;
  background: var(--p2);
  border-radius: 50px;
  padding: 10px;
  width: 23px;
  margin-right: 15px;
  margin-top: 10px;
}
#email .emailbrowser .emailcontainer .remetente {
  padding: 10px;
  position: relative;
  font-weight: bold;
  text-align: left;
  width: 350px;
  color: #0f6cbd;
}
#email .emailbrowser .emailcontainer .remetente:hover {
  cursor: text;
}
#email .emailbrowser .emailcontainer .remetente:hover div {
  display: block;
}
#email .emailbrowser .emailcontainer .remetente .destinatario {
  padding: 10px;
  position: relative;
  text-align: left;
  width: 350px;
  color: black !important;
  font-weight: 300 !important;
  font-size: small !important;
  margin-left: 38px;
  margin-top: -5px;
}
#email .emailbrowser .emailcontainer #natrem {
  width: 400px;
}
#email .emailbrowser .emailcontainer .emhover {
  position: absolute;
  top: 40px;
  left: 60px;
  display: none;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 3px grey;
  color: var(--blue);
}
#email .emailbrowser .emailcontainer .imail {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#email .emailbrowser .emailcontainer .imail img {
  width: 120px;
}
#email .emailbrowser .emailcontainer .anexo {
  position: relative;
  margin-left: -15px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  margin-bottom: 2px;
}
#email .emailbrowser .emailcontainer .anexo img {
  width: 70%;
}
#email .emailbrowser .emailcontainer #emailimghover {
  border: 1px solid var(--surface2);
  background: white;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0 !important;
  left: -150px;
  padding: 3px;
  display: none;
  z-index: 1;
}
#email .emailbrowser .emailcontainer #emailimg:hover, #email .emailbrowser .emailcontainer #emailimgnat:hover {
  cursor: pointer;
}
#email .emailbrowser .emailcontainer #signimg {
  float: left;
}
#email .emailbrowser .emailcontainer .buttons {
  padding: 8px;
  clear: both;
}
@media only screen and (max-width: 1000px) {
  #email .emailbrowser .emailtopbar input {
    width: 30%;
  }
  #email .emailbrowser .assunto {
    font-size: 13px !important;
  }
  #email .emailbrowser .emailcontent .text {
    font-size: 0.7em !important;
  }
  #email .emailbrowser .imail img {
    width: 90px;
  }
}

/*-----   Geomic   ----------------------*/
#geomicb {
  width: 100%;
  height: calc(100% - (var(--titlebarh) + 6px));
  border-radius: 0 0 10px 10px;
}
#geomicb #topbar {
  position: absolute;
  top: 46px;
  width: calc(100% - 20px);
  padding: 10px;
  height: 22px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
#geomicb #topbar span {
  float: left;
}
#geomicb #topbar span#url {
  position: absolute;
  top: 5px;
  left: 60px;
  font-size: 15px;
  background: rgb(217, 217, 217);
  padding: 5px;
  border-radius: 20px;
}
#geomicb #topbar span:last-child {
  float: right;
}
#geomicb #topbar span i:last-child {
  margin-left: 4px;
}
#geomicb #geomic {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
  width: 300px;
  padding: 18px;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-60%);
  color: white;
}
#geomicb #geomic h1 {
  font-family: "ComfortaaSemiBold";
  font-size: 60px;
}
#geomicb #geomic p {
  text-align: right;
  margin-right: 35px;
  font-size: 20px;
}
#geomicb #geomic .geoinput {
  position: relative;
  height: 20px;
  border-radius: 4px;
  background-color: #a8d5bb;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
#geomicb #geomic .geoinput > i {
  margin-left: 10px;
  color: black;
  font-size: 10px;
}
#geomicb #geomic .geoinput > input {
  background: white;
  outline: none;
  border-radius: 0 4px 4px 0;
  border: none;
  border-left: 1px solid rgb(192, 192, 192);
  padding: 4px 4px 4px 10px;
  margin-left: 12px;
  width: 250px;
}
#geomicb #geomic > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  float: left;
  color: var(--blue);
  font-size: 13px;
}
#geomicb #geomic > input {
  float: right;
  color: white;
  background-color: var(--blue);
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 6px 10px;
  margin-left: 10px;
}
#geomicb #geomic > input:hover {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  #geomicb #topbar span#url {
    left: 20px;
    top: 8px;
    font-size: 12px !important;
  }
  #geomicb #topbar span:not(#url) {
    display: none;
  }
}

/*-----   UAC   -------------------------*/
#uacb {
  width: 100%;
  height: calc(100% - (var(--titlebarh) + 6px));
  border-radius: 0 0 10px 10px;
}
#uacb #uac {
  position: absolute;
  background-color: rgb(239, 241, 241);
  width: 500px;
  box-shadow: 0 3px 5px var(--surface2);
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#uacb #uactopbar {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: calc(100% - 40px);
  background: #76b9ed;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
#uacb #uactitle {
  font-size: 22px;
  display: inline-block;
  margin-top: 10px;
}
#uacb #uaccontent {
  padding: 20px 30px;
  text-align: left;
}
#uacb #uacorigin {
  font-size: 15px;
}
#uacb #uacprogram {
  font-size: 22px;
}
#uacb #uacprogram i {
  color: rgb(0, 140, 255);
}
#uacb #uaclink {
  font-size: 15px;
  color: var(--blue);
}
#uacb #uaclink:hover {
  cursor: pointer;
}
#uacb #uacaddress {
  font-size: 15px;
}
#uacb #uacbottombar {
  background-color: rgb(239, 241, 241);
  padding: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#uacb #uacbottombar input {
  border: none;
  outline: none;
  width: 200px;
  background-color: white;
  padding: 10px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(88, 88, 88, 0.397);
  font-size: 16px;
}
#uacb #uacbottombar input:hover {
  cursor: pointer;
  background-color: var(--sapphire);
  color: white;
  box-shadow: 0px 2px 4px rgba(88, 88, 88, 0.651);
}
@media only screen and (max-width: 600px) {
  #uacb #uactitle {
    font-size: 18px;
  }
  #uacb #uac {
    width: 95vw;
  }
  #uacb #uaccontent span {
    font-size: 16px;
  }
  #uacb #uacprogram {
    font-size: 20px;
  }
  #uacb #uacorigin {
    font-size: 13px !important;
  }
  #uacb #uacbottombar input {
    width: 80px;
  }
  #uacb #uactopbar {
    font-size: 11px;
  }
  #uacb #uaclink {
    font-size: 13px !important;
  }
  #uacb #uacaddress {
    font-size: 13px !important;
  }
}

/*-----   Wi-Fi   -----------------------*/
#browser {
  height: calc(100% - (var(--titlebarh) + 6px));
}
#browser #browsercontainer #browsererror {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 0 auto;
  top: 10%;
  transform: translateY(-10%);
  text-align: left;
}
#browser #browsercontainer #browsererror .error, #browser #browsercontainer #browsererror .err {
  color: rgb(126, 124, 124);
}
#browser #browsercontainer #browsererror .err {
  font-size: 13px;
}
#browser #browsercontainer #browsererror span.diaglink {
  color: var(--blue);
  text-decoration: underline;
}
#browser #browsercontainer #browsererror img {
  width: 60px;
  margin-bottom: 15px;
}
#browser #browsercontainer #wifi {
  background-color: var(--p2);
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--p1);
  border-bottom: none;
  position: absolute;
  bottom: 0;
  right: 20px;
  color: var(--p1);
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 12px;
  width: 220px;
  box-shadow: 0px 2px 4px rgb(88, 88, 88);
}
#browser #browsercontainer .wifientry {
  text-align: left;
  padding: 20px 5px 20px 20px;
  position: relative;
  transition-duration: 0ms !important;
}
#browser #browsercontainer .wifientry > .fa-wifi {
  font-size: 24px;
  margin-right: 10px;
}
#browser #browsercontainer .wifientry > .fa-lock {
  position: absolute;
  margin-left: -15px;
  margin-top: 14px;
  font-size: 13px;
}
#browser #browsercontainer .wifientry .extra {
  font-weight: normal;
  padding: 20px 0 25px 20px;
  display: none;
}
#browser #browsercontainer .wifientry .extra input {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none;
  outline: none;
  border-radius: 0px;
  padding: 5px 30px;
  transition-duration: 0ms !important;
}
#browser #browsercontainer .wifientry .extra input:hover {
  cursor: pointer;
  outline: 3px solid gray;
}
#browser #browsercontainer .wifientry:first-child {
  border-radius: 8px 8px 0 0;
}
#browser #browsercontainer .wifientry:hover {
  background-color: var(--p1);
  color: white;
  cursor: pointer;
}
#browser #browsercontainer .wifientry.selected {
  background-color: rgba(15, 56, 102, 0.2862745098);
}/*# sourceMappingURL=quizes.css.map */