@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap";

/* style.css */
@font-face {
  font-family: "Doeswork";
  font-weight: 100 1000;
  src: url("./Open_Sans/static/OpenSans-Regular-webfont.woff2") format("woff2");
}
body {
  margin: 0;
  font-family: "Doeswork";
}
h1 {
  font-family: "Doeswork";
  font-weight: 400;
}
header {
  padding: 0;
  height: 50px;
  width: 100vw;
  background-color: rgb(169, 169, 169);
  display: flex;
  justify-content: space-between;
}
.groupSidebar {
  position: fixed;
}
.groupSidebarIndent {
  background-color: #007bff;
  margin-left: 20px;
}
.groupButton {
  background-color: #373737;
  width: 100px;
  height: 32px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
.site-header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin: 0;
  padding: 0;
}
.element_item1 {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding-left: 15px;
}
.element_item2 {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding-right: 7.5px;
}
.centered {
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
.stacked {
  display: flex;
  flex-direction: column;
}
.rowed {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.title_greetings_app p {
  padding: 10px;
  font-size: 16px;
}
.button_login_logout_app_bar {
  background-color: #373737;
  width: 140px;
  height: 32px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
.button_login_logout_app_bar:hover {
  background-color: rgb(169, 169, 169);
}
.button_login_logout_app_bar__text {
  padding-right: 5px;
  font-size: 13px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 4px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn {
  background-color: #575555;
  width: 100px;
  height: 32px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
li {
  font-size: 13px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.titleProfile {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 20vh;
  padding-bottom: 2vh;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.centerForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: 16px;
  background-color: white;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 15px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.formLogin {
  width: 300px;
  padding-top: 10px;
}
.login-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}
.btnOption {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  width: 290px;
  justify-content: center;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(246, 246, 246);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.btnOption-2 {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  width: 290px;
  justify-content: center;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(42, 42, 42);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.btnOption-3 {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  width: 290px;
  justify-content: center;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #546ea5;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.btn i.icon {
  margin-right: 10px;
  margin-left: 10px;
}
.entraId {
  background-color: #546ea5;
}
.entraId-icon {
  background: url(https://raw.githubusercontent.com/ekaeoq/ohhedesignin/main/loginUNI/HostLogos/Microsoft_Entra_ID_color_icon.svg.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  padding-right: 5px;
}
.github {
  background-color: #000000;
}
.github-icon {
  background: url(https://raw.githubusercontent.com/ekaeoq/ohhedesignin/main/loginUNI/HostLogos/Screenshot%202024-06-23%20at%2015.13.49.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  padding-right: 5px;
}
.AAI {
  background-color: #ffffff;
}
.AAI-icon {
  background: url(https://raw.githubusercontent.com/ekaeoq/ohhedesignin/main/loginUNI/HostLogos/logotip-arnes-tisk-2.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  padding-right: 5px;
}
.eduGain {
  background-color: #ffffff;
}
.eduGain-icon {
  background: url(https://raw.githubusercontent.com/ekaeoq/ohhedesignin/main/loginUNI/HostLogos/Screenshot%202024-06-22%20at%2008.53.53.png) no-repeat;
  background-size: contain;
  width: 47px;
  height: 12px;
  padding-right: 5px;
}
.btnOption:hover,
.btnOption-2:hover,
.btnOption-3:hover,
.AAI:hover,
.entraId:hover,
.eduGain:hover,
.github:hover {
  cursor: pointer;
}
.error-message {
  color: #ff3b30;
  background-color: #fdecea;
  border: 1px solid #ff3b30;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1000;
  transition: opacity 0.5s ease-out;
}
.error-message.hide {
  opacity: 0;
}
input[type=text] {
  width: 100%;
  max-width: 300px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  border: none;
  background: white;
  border-color: rgb(207, 207, 207);
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
}
input[type=password] {
  width: 100%;
  max-width: 300px !important;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  border-color: rgb(207, 207, 207);
  background: white;
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
}
input[type=textStraight] {
  width: 100%;
  max-width: 300px !important;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  border-color: rgb(207, 207, 207);
  background: white;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}
input[type=textUsername] {
  width: 100%;
  max-width: 300px !important;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  border-color: rgb(207, 207, 207);
  background: white;
  border-style: solid;
  border-width: 0px;
  border-width: 0px 1px 0px 1px;
  box-sizing: border-box;
}
textarea:focus,
input:focus {
  outline: none;
}
.passwordWrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 300px;
}
.signInButton {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: rgb(207, 207, 207);
  border: 1px solid rgb(207, 207, 207);
  cursor: pointer;
  outline: none;
}
.signInButton:hover {
  background-color: rgb(207, 207, 207);
  border: 1px solid rgb(207, 207, 207);
  color: rgb(255, 255, 255);
}
.loginButton {
  font-family: "Doeswork";
  font-size: 13px;
  width: 100%;
  max-width: 300px;
  color: #575555;
  border-color: rgb(207, 207, 207);
  background: #ececec;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.loginButton:hover {
  background-color: rgb(207, 207, 207);
  border-color: rgb(220, 220, 220);
  color: #ffffff;
}
.loginButton:focus {
  outline: none;
}
.forgotPasswordButton {
  border: none;
  background-color: white;
  color: #3b6dd6;
  margin-bottom: 20px;
}
.forgotPasswordButton span {
  margin-right: 2px;
}
.forgotPasswordButton:hover {
  text-decoration: underline;
}
.loginButton:hover span:before {
  transform: scaleX(1);
}
.loginButton:hover {
  background-color: rgb(207, 207, 207);
  border-color: rgb(220, 220, 220);
  color: #ffffff;
}
*/ .loginButton:focus {
  outline: none;
}
.arnes_image {
  height: 20px;
  width: 60px;
  padding-left: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.arnes_button {
  background: none;
  color: rgb(37, 128, 239);
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.arnesflexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.title {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 25px;
  font-size: 26px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.login_logo {
  margin-top: 60px;
  height: 68px;
  width: 132px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.space_above_form {
  margin-top: 15vh;
}
.space_above_form2 {
  margin-top: 20vh;
}
.space_below_form {
  margin-top: 5vh;
}
.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.buttonStyle1 {
  min-width: 10vh;
  max-width: 20vh;
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.buttonStyle2 {
  background-color: #71797e;
  width: 17.5vw;
  height: 70px;
  border: none;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 200;
  border-radius: 3px;
}
.buttonStyle3 {
  background-color: #71797e;
  width: 15vw;
  height: 70px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 22px;
  margin: 4px 2px;
  cursor: pointer;
}
.paddingUnderButton {
  padding-bottom: 5vh;
}
#bruh {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
  max-width: 350px;
}
.imageConsent {
  padding-top: 100px;
  height: 30px;
  width: 60px;
}
.titleConsent {
  margin: 0;
  padding: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  padding-bottom: 10px;
  padding-top: 10px;
}
.consentContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.consentContainerTitle {
  align-items: center;
  width: 350px;
  padding: 10px;
  font-size: 18px;
  padding: 0;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 10px;
}
.consentContainerTitleBackgroud {
  background-color: #ececec;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.consentContainerContent {
  padding: 3px;
  padding-left: 20px;
  border-radius: 3px;
}
.consentContinueButton {
  font-family: "Doeswork";
  font-size: 13px;
  width: 350px;
  max-width: 350px;
  color: #373636;
  border-color: rgb(207, 207, 207);
  background: #4ad273;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 8px;
}
.consentContinueButton:focus {
  outline: none;
}
.centerConsent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin: 0 auto;
  border-radius: 15px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.paddingConsent {
  padding-bottom: 20vh;
}
.buttonStyle3Green {
  background-color: #04aa5d;
  width: 17.65vw;
  height: 46px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}
.buttonStyle3Green:focus {
  outline: none;
}
.buttonStyle3Green:hover {
  background-color: #03693e;
}
.centerConsent p {
  font-size: 14.5px;
}
.centerLogout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: 0 auto;
  border-radius: 15px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.logout_logo {
  margin-top: 100px;
  height: 51px;
  width: 99px;
}
.paddingLogout {
  padding-bottom: 25vh;
}
.logoutText {
  margin-bottom: 25px;
  text-align: center;
}
.logoutText p {
  font-size: 18px;
}
.titleLogout {
  font-size: 24px;
}
.logoutButtonYes {
  font-family: "Doeswork";
  font-size: 13px;
  width: 285px;
  max-width: 285px;
  color: #373636;
  border-color: rgb(207, 207, 207);
  background: #ececec;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border-radius: 8px;
}
.logoutButtonNo {
  font-family: "Doeswork";
  font-size: 13px;
  width: 285px;
  max-width: 285px;
  color: #373636;
  border-color: rgb(207, 207, 207);
  background: #ececec;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border-radius: 8px;
  margin-bottom: 50px;
}
.logoutButtonYes:hover {
  background-color: #ff3b30;
  color: white;
}
.logoutButtonNo:hover {
  background-color: #4cd964;
  color: white;
}
.logoutButtonYes:focus {
  outline: none;
}
.logoutButtonNo:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  .title {
    padding-top: 15vh;
    font-size: 42px;
    font-family:
      Arial,
      Helvetica,
      sans-serif;
  }
  .centerForm {
    width: 300px;
    margin-top: 50px;
  }
  .inputFieldsWrapper {
    max-width: 250px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  .login_logo {
    margin-top: 100px;
    height: 51px;
    width: 99px;
  }
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .btnOption {
    width: 250px;
  }
  .btnOption-2 {
    width: 250px;
  }
  .btnOption-3 {
    width: 250px;
  }
  .space_above_form {
    margin-top: 5px;
  }
  .space_above_form2 {
    margin-top: 10px;
  }
  .space_below_form {
    margin-top: 10px;
  }
  .title {
    padding-top: 13px;
    padding-bottom: 7.5px;
  }
  .login_logo {
    margin-top: 30px;
  }
  input[type=text] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  input[type=password] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  input[type=textStraight] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  input[type=textUsername] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .entraId-icon {
    margin-right: 5px;
  }
  .github-icon {
    margin-right: 5px;
  }
  .AAI-icon {
    margin-right: 5px;
  }
  .eduGain-icon {
    margin-right: 5px;
  }
  .error-message {
    max-width: 250px;
    margin: auto;
  }
  header {
    background-color: rgb(169, 169, 169);
    height: 62px;
  }
  .site-header {
  }
  .title_greetings_app {
    display: none;
  }
  .button_login_logout_app_bar__text {
    display: none;
    padding-right: 5px;
  }
  .dropbtn {
    background-color: #373737;
    width: 76px;
    height: 52px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
  }
  .button_login_logout_app_bar {
    background-color: #373737;
    width: 56px;
    height: 52px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
  }
  .button_login_logout_app_bar:hover {
    background-color: rgb(169, 169, 169);
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  h3 {
    font-family: Quicksand;
  }
  .alert {
    width: 50%;
    margin: 20px auto;
    padding: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px #ccc;
  }
  .close {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    right: 15px;
    top: 25px;
    text-align: center;
    font-size: 1.6em;
    cursor: pointer;
  }
  .paddingConsent {
    padding-bottom: 25px;
  }
  .titleConsent {
    font-size: 28px;
  }
  .centerConsent {
    width: 80vw;
    max-width: 80vw;
    height: 600px;
  }
  .centerConsent p {
    text-align: center;
    font-size: 2vh;
    margin: 0 3vw;
  }
  .consentContainer {
    width: 70vw;
  }
  .consentContainerTitle {
    width: 70vw;
  }
  .consentContainerContent {
    width: 50vw;
    padding-top: 5px;
    padding-left: 15px;
  }
  .buttonStyle3Green {
    width: 70.15vw;
    height: 46px;
    font-size: 18px;
  }
  .consentContinueButton {
    width: 280px;
    max-width: 300px;
  }
  .consentContinueButton {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paddingLogout {
    padding-bottom: 60px;
  }
  .logout_logo {
    margin-top: 100px;
    height: 51px;
    width: 99px;
  }
  .logoutButtonYes {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logoutButtonNo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .centerLogout {
  }
  .logoutText {
    font-size: 25px;
  }
  .logoutText p {
    font-size: 18px;
  }
  .titleLogout {
    margin-top: 28px;
    font-size: 28px;
    margin-bottom: 12px;
  }
}
