@font-face {
  font-family: "FSJoey";
  src: url("https://b2cprodpellegrini2024.blob.core.windows.net/b2cprodsa/b2c-custom-giubileo/fonts/fs_joey_font_family/FSJoey.ttf") format("truetype");
}

[hidden] {
  display: none;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "FSJoey";
  color: #ffffff;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-direction: column;
}

body::-webkit-scrollbar {
  display: none;
}

*,
*:focus,
*:hover {
  outline: none;
}

.subtitle {
  margin-bottom: 2px;
  font-size: 34px;
}

.entry-item {
  position: relative;
  text-align: center;
}

.entry-item svg {
  position: relative;
  top: 4px;
  left: -25px;
  width: 16px;
  height: auto;
  cursor: pointer;
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.accountButton {
  width: 300px;
  padding: 10px;
  font-size: 16px;
  background-color: #f5be45;
  color: #005578;
  border: 2px solid #f5be45;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.buttons button {
  width: 300px;
  padding: 10px;
  font-size: 16px;
  background-color: #f5be45;
  color: #005578;
  border: 2px solid #f5be45;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown_single {
  width: 280px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #fff;
  background-color: #FFF;
  color: #333333;
}

input[type="text"] {
  width: 280px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #fff;
  margin: auto;
}

input[type="text"]:focus {
  border-color: #ffd700;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

input[type="password"] {
  width: 280px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #fff;
  margin-left: 16px;
}

#password {
  margin-bottom: 20px;
  margin-left: 16px;
}

input[type="password"]:focus {
  border-color: #ffd700;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

label[for="signInName"] {
  display: none;
}

label[for="password"] {
  display: none;
}

.password-label {
  margin-bottom: 10px;
}

#forgotPassword {
  color: #f5be45;
  padding: 10px;
  display: block;
}

.buttons {
  display: flex;
  flex-direction: column;
}

#attributeList ul {
  padding: 0px;
}

.helpLink {
  color: #f5be45;
  margin-left: 7px;
  display: none;
}

.simplemodal-container {
  color: #ffffff;
}

ul {
  list-style-type: none;
}

#authnemail_label {
  margin-bottom: 20px;
  display: block;
}

.error {
  margin: 2px;
  display: block;
  color: #f5be45;
  font-weight: bold;
  text-align: center;
}

.verifying-modal {
  margin-top: 10px;
}

.verificationInfoText {
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
}

.intro {
  text-align: center;
}

.options {
  text-align: center;
}

.authenticatorIconControlContent {
  width: 350px;
  margin: auto;
  text-align: center;
}

.googleStoreIconControlContent img {
  width: 180px !important;
}

.appStoreIconControlContent img {
  width: 150px !important;
}

.qrCodeControlContent {
  width: 350px;
  margin: auto;
  text-align: center;
}

#totpQrCodeControl_info_message {
  margin-bottom: 30px;
}

.qrCodeControlContent a {
  color: #f5be45;
  margin-left: 7px;
}

#authenticatorInfoControl {
  margin-top: 10px;
  text-align: center;
}

#totpQrCodeControl-picture img {
  width: 256px;
  margin: auto;
  margin-bottom: 20px;
}

#QrCodeScanInstruction_label {
  display: inline-block;
  text-align: center;
}

.attrEntry {
  padding: 10px;
  text-align: center;
}

.TextBox {
  text-align: center;
}

.claimVerificationServerError {
  text-align: center;
  color: red;
}

label {
  text-align: center;
}

#requiredFieldMissing {
  display: inline-block;
  text-align: center;
}

#ReadOnlyEmail_label {
  padding-top: 20px;
  display: block;
  display: block;
}

#ReadOnlyEmail_ver_input_label {
  padding-top: 20px;
}

#ReadOnlyAuthnEmail_ver_input_label {
  padding-top: 20px;
}

.CheckboxMultiSelect > .attrEntry > .error {
  margin-top: 10px;
}

#extension_policy1_label {
  display: block;
  text-align: justify;
  max-width: 400px;
  margin: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}

#extension_policy2_label {
  display: block;
  text-align: justify;
  max-width: 400px;
  margin: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}

#extension_policy3_label {
  display: block;
  text-align: justify;
  max-width: 400px;
  margin: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}

input[type="radio"][value="false"] {
  margin-left: 40px;
}

.back-link-full {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.back-link-full img {
  width: 10px;
  height: 16px;
  margin-right: 10px;
  padding-top: 3px;
}

.copyright {
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  margin-top: auto;
  padding: 10px;
}

.copyright a {
  color: #f5be45;
}

#api {
  padding-top: 140px;
}

.colored-div-container {
  background-image: linear-gradient(
    to right,
    rgba(0, 85, 120, 0.7),
    rgba(0, 164, 184, 0.7)
  );
  position: relative;
  height: 100%;
  min-height: calc(100vh - 175px);
  display: flex;
  flex-direction: column;
}

.HeaderTitle {
  color: #000000;
}

.LogoGiubileo {
  width: 150px;
}

.LogoGiubileoWhiteContainer {
  top: 90px;
  position: absolute;
  flex: 2;
  z-index: 1;
  padding: 10px;
  background-color: #fff;
  border-radius: 9999px;
}

.LogoGiubileoContainer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.container {
  justify-content: center;
}

h2 {
  margin: 0px 0px 10px 0px;
}

.intro h2 {
  margin-bottom: 5px;
}

.intro > p > u > a {
  color: #f5be45;
}

.PellegriniContainer {
  flex: 1; /* Allows content to grow and push footer down */
  display: flex;
  flex-direction: column;
}

.PellegriniHeader {
  display: flex;
  justify-content: space-between;
  height: 155px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.PellegriniLogoContainer {
  float: left; 
  width: 25%; 
  height: 100%
}
.LogoPellegrini {
  width: 80%;
  max-width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.LanguageSelector {
  text-align: center;
  position: absolute;
  height: fit-content;
  right: 0;
  padding-top: 20px;
  padding-right: 20px;
}

.LanguageSelector select {
  background-color: transparent;
  border: 0;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #333333;
}

.LanguageSelector select option {
  padding-left: 10px;
}

.language-flag {
  display: inline-block;
  width: 25px;
  height: 15px;
  background-size: cover;
  margin-right: 8px;
  vertical-align: middle;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
}

.language-flag-main {
  color: black;
  width: 180px;
  text-align: left;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (height<=600px) {
  .copyright {
    /* display:none */
    transform: rotate(-90deg);
    transform-origin: left top 0;
    bottom: 0px;
  }
}

@media screen and (width<=640px) {
  .LogoPellegrini {
    width: 100%;
    max-width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .PellegriniLogoContainer {
    float: left; 
    width: 40%; 
    height: 100%
  }
}