/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/components/DeviceLimitation.less ***!
  \****************************************************************************************************************************************************************************************************************/
.full-page-message {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  background-color: var(--troubadour-main-14);
  color: var(--default-color-2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.full-page-message .text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.full-page-message .text-container .title-image {
  display: inline-block;
  height: 30vh;
  margin-bottom: 20px;
}
.full-page-message .text-container .title {
  font-family: Sofia Pro, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 15px;
}
.full-page-message .text-container .subtitle {
  font-family: Sofia Pro, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 15px;
}
.full-page-message .text-container .small-text {
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-transform: initial;
}
.full-page-message .text-container .link {
  font-family: Sofia Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--default-color-2);
  text-decoration: none;
  margin-bottom: 5px;
}
.full-page-message .text-container .link img {
  filter: grayscale(1) brightness(26.5);
}
.full-page-message .text-container .action-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.full-page-message .text-container .custom-logout-button {
  background-color: #fff;
  color: #000;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin: 20px 0;
  padding: 12px 25px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .full-page-message .text-container .title {
    font-size: 20px;
    line-height: 24px;
  }
}


/*# sourceMappingURL=DeviceRestriction.c575fa677fdc41d5d6d5.css.map*/