/*Common*/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  font-style: normal;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  font-style: normal;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-latin-300-normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 767px) {
  .menu {
    text-align: center;
  }
  .menu-logo {
    font-size: 1.2em;
  }
  .menu-item {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .welcome-block h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .menu-item {
    display: block;
  }
  .menu-button {
    display: none;
  }
}
.gravatar-image {
  max-width: none;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.welcome-block {
  max-width: 700px;
}

.logo, .logo:hover {
  text-decoration: none;
}

.layout-breadcrumb {
  text-align: left;
  font: normal normal 700 14px/20px "Roboto";
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  text-decoration: none;
}
.layout-breadcrumb:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 768px) {
  .layout-breadcrumb-container {
    display: grid;
  }
  .layout-breadcrumb {
    margin-top: 1rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.2s;
}

.col-m-5 {
  margin: 5px;
}

.col-m-10 {
  margin: 10px;
}

.col-m-15 {
  margin: 15px;
}

.col-m-20 {
  margin: 20px;
}

.col-m-25 {
  margin: 25px;
}

.col-m-30 {
  margin: 30px;
}

.col-m-35 {
  margin: 35px;
}

.col-m-40 {
  margin: 40px;
}

.col-m-45 {
  margin: 45px;
}

.col-m-50 {
  margin: 50px;
}

.col-m-b-5 {
  margin-bottom: 5px;
}

.col-m-b-10 {
  margin-bottom: 10px;
}

.col-m-b-15 {
  margin-bottom: 15px;
}

.col-m-b-20 {
  margin-bottom: 20px;
}

.col-m-b-25 {
  margin-bottom: 25px;
}

.col-m-b-30 {
  margin-bottom: 30px;
}

.col-m-b-35 {
  margin-bottom: 35px;
}

.col-m-b-40 {
  margin-bottom: 40px;
}

.col-m-b-45 {
  margin-bottom: 45px;
}

.col-m-b-50 {
  margin-bottom: 50px;
}

.col-m-t-5 {
  margin-top: 5px;
}

.col-m-t-10 {
  margin-top: 10px;
}

.col-m-t-15 {
  margin-top: 15px;
}

.col-m-t-20 {
  margin-top: 20px;
}

.col-m-t-25 {
  margin-top: 25px;
}

.col-m-t-30 {
  margin-top: 30px;
}

.col-m-t-35 {
  margin-top: 35px;
}

.col-m-t-40 {
  margin-top: 40px;
}

.col-m-t-45 {
  margin-top: 45px;
}

.col-m-t-50 {
  margin-top: 50px;
}

.col-m-l-5 {
  margin-left: 5px;
}

.col-m-l-10 {
  margin-left: 10px;
}

.col-m-l-15 {
  margin-left: 15px;
}

.col-m-l-20 {
  margin-left: 20px;
}

.col-m-l-25 {
  margin-left: 25px;
}

.col-m-l-30 {
  margin-left: 30px;
}

.col-m-l-35 {
  margin-left: 35px;
}

.col-m-l-40 {
  margin-left: 40px;
}

.col-m-l-45 {
  margin-left: 45px;
}

.col-m-l-50 {
  margin-left: 50px;
}

.col-m-r-5 {
  margin-right: 5px;
}

.col-m-r-10 {
  margin-right: 10px;
}

.col-m-r-15 {
  margin-right: 15px;
}

.col-m-r-20 {
  margin-right: 20px;
}

.col-m-r-25 {
  margin-right: 25px;
}

.col-m-r-30 {
  margin-right: 30px;
}

.col-m-r-35 {
  margin-right: 35px;
}

.col-m-r-40 {
  margin-right: 40px;
}

.col-m-r-45 {
  margin-right: 45px;
}

.col-m-r-50 {
  margin-right: 50px;
}

.col-p-5 {
  padding: 5px;
}

.col-p-10 {
  padding: 10px;
}

.col-p-15 {
  padding: 15px;
}

.col-p-20 {
  padding: 20px;
}

.col-p-25 {
  padding: 25px;
}

.col-p-30 {
  padding: 30px;
}

.col-p-35 {
  padding: 35px;
}

.col-p-40 {
  padding: 40px;
}

.col-p-45 {
  padding: 45px;
}

.col-p-50 {
  padding: 50px;
}

.col-p-b-5 {
  padding-bottom: 5px;
}

.col-p-b-10 {
  padding-bottom: 10px;
}

.col-p-b-15 {
  padding-bottom: 15px;
}

.col-p-b-20 {
  padding-bottom: 20px;
}

.col-p-b-25 {
  padding-bottom: 25px;
}

.col-p-b-30 {
  padding-bottom: 30px;
}

.col-p-b-35 {
  padding-bottom: 35px;
}

.col-p-b-40 {
  padding-bottom: 40px;
}

.col-p-b-45 {
  padding-bottom: 45px;
}

.col-p-b-50 {
  padding-bottom: 50px;
}

.col-p-t-5 {
  padding-top: 5px;
}

.col-p-t-10 {
  padding-top: 10px;
}

.col-p-t-15 {
  padding-top: 15px;
}

.col-p-t-20 {
  padding-top: 20px;
}

.col-p-t-25 {
  padding-top: 25px;
}

.col-p-t-30 {
  padding-top: 30px;
}

.col-p-t-35 {
  padding-top: 35px;
}

.col-p-t-40 {
  padding-top: 40px;
}

.col-p-t-45 {
  padding-top: 45px;
}

.col-p-t-50 {
  padding-top: 50px;
}

.col-p-l-5 {
  padding-left: 5px;
}

.col-p-l-10 {
  padding-left: 10px;
}

.col-p-l-15 {
  padding-left: 15px;
}

.col-p-l-20 {
  padding-left: 20px;
}

.col-p-l-25 {
  padding-left: 25px;
}

.col-p-l-30 {
  padding-left: 30px;
}

.col-p-l-35 {
  padding-left: 35px;
}

.col-p-l-40 {
  padding-left: 40px;
}

.col-p-l-45 {
  padding-left: 45px;
}

.col-p-l-50 {
  padding-left: 50px;
}

.col-p-r-5 {
  padding-right: 5px;
}

.col-p-r-10 {
  padding-right: 10px;
}

.col-p-r-15 {
  padding-right: 15px;
}

.col-p-r-20 {
  padding-right: 20px;
}

.col-p-r-25 {
  padding-right: 25px;
}

.col-p-r-30 {
  padding-right: 30px;
}

.col-p-r-35 {
  padding-right: 35px;
}

.col-p-r-40 {
  padding-right: 40px;
}

.col-p-r-45 {
  padding-right: 45px;
}

.col-p-r-50 {
  padding-right: 50px;
}

.col-form-label {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 575px) {
  .col-form-label {
    text-align: left;
  }
}
/*Controls*/
.navbar-brand > img {
  max-height: 31px;
}

.navbar-brand.logo {
  padding: 10px 10px;
}

.navbar-brand-image-mobile {
  display: none;
}

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none;
  }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.validation-summary-errors {
  background: none;
  padding-top: 14px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  border: 1px solid;
}

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 54px;
  margin-top: 5px;
}

.switch input {
  display: none;
}

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 26px;
  left: 1px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:not(:checked) + .bg-primary {
  background-color: #ccc !important;
  background-image: none !important;
}

input:checked + .bg-primary {
  background-color: #4ed164 !important;
  background-image: none !important;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

label.radio-img > input {
  visibility: hidden;
  position: absolute;
}

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline;
}

label.radio-img > h3, label > h4 {
  cursor: pointer;
}

.cc-window {
  color: #212529;
  background-color: #f7f7f7;
}

.cc-btn {
  color: #ffffff;
  background-color: #007bff;
  border-color: transparent;
}

#qrCode canvas {
  padding: 20px;
  background-color: white;
}

/*Pages*/
.consent-container .toggle-button__input {
  float: left;
}
.consent-container .toggle-button__text {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
.consent-container .consent-description {
  width: 100%;
  float: left;
}
.consent-container .client-logo {
  float: left;
}
.consent-container .client-logo img {
  margin-right: 25px;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-latin-300-normal.woff") format("woff");
}
body {
  overflow-x: hidden;
}

.login-panel-image {
  background: radial-gradient(circle closest-side at 50% 50%, #0000FF 0%, #000066 100%);
  opacity: 1;
}

.login-image {
  height: 100%;
  min-height: 50%;
  width: 100%;
  min-width: 50%;
  background-image: url("../../images/logo-key_vertical-white-large.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
@media (max-width: 768px) {
  .login-image {
    background-size: 65%;
  }
}

.login-slogan {
  width: 185px;
  height: 15px;
  background: url("../../images/slogan.svg") no-repeat;
  opacity: 1;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-form-header-text {
  text-align: center;
  font: 300 34px/42px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}

.login-form-header-title {
  color: #48DB00;
  font: bold 34px/42px "Roboto", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.login-background-image {
  top: 0px;
  width: 100%;
  height: 50%;
  background: url("../../images/background_login.svg") no-repeat;
  opacity: 1;
  position: absolute;
}

.login-card-form {
  position: relative;
  width: 50%;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  padding: 1.25rem;
}

.login-card-form > .card-header {
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.login-footer-image {
  width: 67px;
  height: 67px;
  background: url("../../images/monogramme-key4_1.svg") no-repeat;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.login-form-register-text {
  text-align: left;
  font: normal 16px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}

.login-form-register-link {
  text-align: left;
  font: normal 16px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #0000FF;
  opacity: 1;
}

.login-form-register-validate {
  width: 100%;
  min-height: 42px;
  background: #48DB00;
  box-shadow: 0px 4px 14px rgba(0, 3, 51, 0.12);
  border-radius: 8px;
  text-align: center;
  font: normal 18px/22px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  border-color: rgba(0, 0, 0, 0);
}

.login-form-not-validated {
  width: 100%;
  min-height: 42px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 3, 51, 0.12);
  border-radius: 8px;
  text-align: center;
  font: bold 18px/22px "Roboto", sans-serif;
  letter-spacing: 0;
  color: #000066;
  opacity: 1;
  border: 1px solid #000066;
  padding-top: 10px;
  padding-bottom: 0;
}

.login-form-not-validated:hover {
  width: 100%;
  min-height: 42px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 3, 51, 0.12);
  border-radius: 8px;
  text-align: center;
  font: bold 18px/22px "Roboto", sans-serif;
  letter-spacing: 0;
  color: #000066;
  opacity: 1;
  border: 1px solid #000066;
  padding-top: 10px;
  padding-bottom: 0;
}

div.login-form-register-external-provider {
  margin-bottom: 10px;
}

button.login-form-register-external-provider {
  width: 100%;
  height: 37px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 3, 51, 0.1215686275);
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0);
  font: 500 16px/19px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: rgba(0, 3, 51, 0.8666666667);
  opacity: 1;
  display: inline-flex; /* Change to inline-flex for vertical alignment */
  align-items: center; /* Vertically align the icon and text */
  justify-content: center; /* Horizontally center the content */
}

.login-form-remember-text {
  text-align: left;
  font: normal 16px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: rgba(0, 3, 51, 0.87);
  opacity: 1;
}

.login-form-forgotten-link {
  text-align: left;
  font: normal 16px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #0000FF;
  opacity: 1;
}

.login-input {
  height: 56px;
  text-align: left;
  font: normal 16px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: rgba(0, 3, 51, 0.54);
  opacity: 1;
}

.login-panel {
  padding: 0px;
}

.login-validation {
  background: #FF2D26;
  box-shadow: 0px 1px 4px rgba(0, 3, 51, 0.1215686275);
  border-radius: 16px;
  text-align: left;
  font: 500 14px/18px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.divider {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #bdc3c7;
  color: #bdc3c7;
  line-height: 0.1em;
  margin: 30px 0 23px;
}

.divider span {
  background: #f8f8fa;
  padding: 0 10px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  opacity: 1;
}

.icon-google, .icon-microsoft, .icon-apple, .icon-facebook {
  min-height: 20px;
  min-width: 20px;
  margin-right: 8px; /* Add right margin */
  display: inline-block;
  vertical-align: middle; /* Vertically align the icon with the text */
}

.icon-google {
  background: url("../../images/icon_google.svg") no-repeat;
}

.icon-microsoft {
  background: url("../../images/icon_microsoft.svg") no-repeat;
}

.icon-apple {
  background: url("../../images/icon_apple.svg") no-repeat;
}

.icon-facebook {
  background: url("../../images/icon_facebook.svg") no-repeat;
}

ul.culture-select {
  list-style-type: none;
  position: relative;
  counter-reset: number;
}

ul.culture-select li {
  text-align: center;
  font: 500 13px/15px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 30px;
  width: 30px;
  background: rgba(90, 96, 127, 0.5019607843);
  border-radius: 50%;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 230%;
  text-transform: uppercase;
  opacity: 0;
  counter-increment: number;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
}

ul.culture-select li:hover {
  background: rgba(0, 3, 51, 0.5411764706);
}

ul.culture-select li:active {
  background: #0000FF;
}

ul.culture-select li.selected-value {
  background: rgba(90, 96, 127, 0.5019607843);
  opacity: 1;
  z-index: 100;
}

ul.culture-select:focus li {
  opacity: 1;
  z-index: 100;
  transition: all 300ms ease-in-out;
}

ul.culture-select:focus li.selected-value {
  background: #0000FF;
}

ul.culture-select:focus li:nth-child(1) {
  top: calc((1 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(2) {
  top: calc((2 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(3) {
  top: calc((3 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(4) {
  top: calc((4 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(5) {
  top: calc((5 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(6) {
  top: calc((6 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(7) {
  top: calc((7 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(8) {
  top: calc((8 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(9) {
  top: calc((9 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(10) {
  top: calc((10 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(11) {
  top: calc((11 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(12) {
  top: calc((12 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(13) {
  top: calc((13 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(14) {
  top: calc((14 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(15) {
  top: calc((15 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(16) {
  top: calc((16 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(17) {
  top: calc((17 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(18) {
  top: calc((18 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(19) {
  top: calc((19 - 1) * 35px);
}
ul.culture-select:focus li:nth-child(20) {
  top: calc((20 - 1) * 35px);
}

.input-group-eye {
  cursor: pointer;
}

.div-language {
  position: absolute;
  top: -20px;
  right: -20px;
}

@media (max-width: 768px) {
  .login-slogan {
    background: none;
  }
  .login-background-image {
    background: url("../../images/background_login_mobile.svg") no-repeat;
    background-size: cover;
  }
  .login-footer-image {
    display: none;
  }
  .div-language {
    position: absolute;
    top: 0px;
    right: 5px;
  }
  .login-form-header-text {
    font: normal 300 26px/42px "Roboto", sans-serif;
  }
  .login-form-header-title {
    font: bold 26px/42px "Roboto", sans-serif;
  }
}
.login-panel .form-control:focus {
  border-color: #80bdff;
  box-shadow: rgba(0, 123, 255, 0.2509803922) 0px 0px 0px 3.2px;
}

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-container .page-header {
  margin-bottom: 10px;
}
.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-container .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants-container .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant li {
  list-style-type: none;
  display: inline;
}
.grants-container .grant li:after {
  content: ", ";
}
.grants-container .grant li:last-child:after {
  content: "";
}