body,
html {
  background-color: #fafbfe;
  color: #2c3846;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Arial", sans-serif;
  font-size: 16px;
  margin: 0px;
}

a {
  color: #408df2;
  text-decoration: none;
}

b {
  font-weight: 400;
}

.centered-content {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 0.95rem;
}

#tos-dpt-page .centered-content {
  height: 100%;
}

#tos-dpt-html,
#tos-dpt-html body {
  height: 100%;
}

#tos-dpt-html .form-intr {
  margin-bottom: 40px;
}

.tbl-resize {
  height: 100%;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}

.button-line{
  /*margin: 1rem 0;*/
  text-align: center;
}

#select-login-page .button-line button {
  max-width: 100%;
}

@media only screen and (max-width: 660px) {
  #select-login-page .button-line button {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 490px;
  }
}

@media only screen and (max-width: 520px) {
  #select-login-page .button-line button {
    max-width: calc(100% - 30px);
  }
}


.row-resize > td {
  height: 100%;
}

#tosdpt_form .panel {
  height: 100%;
}

#tosdpt_form {
  height: 100%;
  margin: 0;
}
.tos-dpt-frame { border: none; }
.download-frame {
  position: absolute;
  top: -37px;
  right: 0;
  padding-right: 0; /* check*/
  text-align: right;
}
.tos-dpt-scroll-frame {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  border: solid 1px #798899;
  border-radius: 7px;
  box-sizing: border-box;
  min-height: 200px;
}

@-moz-document url-prefix() {
  .tos-dpt-scroll-frame {
    overflow: hidden;
  }
}

.tos-dpt-scroll-frame::-webkit-scrollbar {
  width: 0;
}

#tos-dpt-iframe {
  width: 100%;
  height: 100%;
  min-height: 10rem;
  border: none;
}

.page-header {
  background-image: url("../../common/images/logo_300.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20rem auto;
  height: 5rem;
  margin: 2rem 0;
}

#account-migrated-page .page-header {
  background-image: url('../images/Accounts_Linked_Successfully.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20rem auto;
  height: 16rem;
  margin: 2rem 0;
}

#migration-error-page .page-header {
  background-image: url('../images/migration_failed.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20rem auto;
  height: 16rem;
  margin: 2rem 0;
}

@media only screen and (max-width: 320px) {
  .page-header {
    background-size: 100% auto;
  }
}

.page-header h4 {
  display: none;
}

form {
  margin-bottom: 2rem;
}

#account-migrated-page form,
#migration-error-page form {
  margin-bottom: 0;
}

.panel {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5rem;
}

.app-name {
  font-weight: 600;
}
.form-intr { margin-bottom: 0px;}
.form-group {
  margin: 15px 0;
  position: relative;
}
label {display: none;}
input {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Arial", sans-serif; 
  font-size: 16px;
  padding: 15px;
  color: #2c3846;
  /*border: solid 1px #b3bac4; border-left: solid 3px #90EE90; margin-bottom:0.8rem; box-sizing: border-box;*/
}
input[type='text'],
input[type='password'] {
  border: solid 1px #798899;
  box-sizing: border-box;
  border-radius: 7px;
  height: 44px;
  background: transparent;
  background-clip: padding-box;
}

input[type="checkbox"] {
  display: none;
  /*width: auto;*/
}
input[type='checkbox'] + label::before {
  display: block;
  content: '';
  float: left;
  margin-right: 10px;
  background: url(../../common/images/checkbox.png) no-repeat;
  height: 22px;
  width: 22px;
  background-size: 22px;
}

input[type='checkbox']:checked + label::before {
  background: url(../../common/images/checkbox-checked.png) no-repeat;
  height: 22px;
  width: 22px;
  background-size: 22px;
}

input[type='checkbox']:disabled + label {
  color: #798899;
}

input[type='checkbox']:disabled + label::before {
  background: url(../../common/images/checkbox-disabled.png) no-repeat;
  height: 22px;
  width: 22px;
  background-size: 22px;
}

input[type='checkbox']:checked:disabled + label::before {
  background: url(../../common/images/checkbox-checked-disabled.png) no-repeat;
  height: 22px;
  width: 22px;
  background-size: 22px;
}

input[type='checkbox'] + label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type='checkbox'] + label:focus {
  outline: none;
  background: none;
}
.checkbox label { display: inherit; }
input.invalid {
  border-color: #ff1e49;
}

input:focus {
  outline: none;
  border-color: #408df2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #2c3846;
  -webkit-box-shadow: 0 0 0 1000px #fafbfe inset !important;
  box-shadow: 0 0 0 1000px #fafbfe inset !important;
}

.hidden-label {
  display: none;
  position: absolute;
  top: -12px;
  left: 15px;
  font-size: 14px;
  background: #fafbfe;
  padding: 0 3px;
}

.hidden-label.invalid-label {
  color: #ff1e49;
}

.hidden-label.active-label {
  display: block;
}

.hidden-label.focused-label {
  display: block;
  color: #408df2 !important;
}

#info-screen-page .button-line,
#data-access-screen-page .button-line {
  text-align: left;
}
#account-migrated-page .button-line, #migration-error-page .button-line { margin: 1rem 0; }
button {
  padding: 10px 20px;
  border: none;
  border-radius: 7px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  width: 100%;
  margin: 5px 0;
  /*color: #ffffff; background: #3ca0dc;*/
}
button.submit-btn {
  color: white;
  background: linear-gradient(135deg, #375de6, #5dc6ff);
  box-shadow: 0 2px 6px #cfd4dc;
}

button:focus {
  outline: none;
}

@media only screen and (min-width: 660px) {
  button {
    max-width: 290px;
    display: inline-block;
    margin-right: 5px;
  }

  button.text-btn {
    width: inherit;
  }
}

button.cancel-btn { display: none; }

button.secondary-btn {
  color: #408df2;
  position: relative;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 7px;
  background-clip: padding-box;
}

button.secondary-btn::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(135deg, #375de6, #5dc6ff);
  content: '';
  z-index: -1;
  border-radius: 7px;
}

button.text-btn {
  color: #408df2;
  font-weight: 500;
  background: none;
}

button:not(:disabled):hover {
  cursor: pointer;
}

button[disabled="disabled"],
button:disabled {
  background-color: #a7afbb;
  color: #798899;
  box-shadow: none;
}

button.submit-btn:disabled {
  background: #eaecf0;
}

button.secondary-btn:disabled {
  border-color: #eaecf0;
  background-color: white;
}

.info-msg {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 7px;
  color: #2c3846;
  padding: 1rem;
}

.info-msg span::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Ik0xOS42IDUuNWwtMTEgMTEuMWMtLjIuMi0uNi40LTEgLjRzLS44LS4yLTEtLjRMLjQgMTAuM2MtLjItLjMtLjQtLjYtLjQtMSAwLS44LjYtMS40IDEuNC0xLjQuNCAwIC44LjIgMSAuNGw1LjIgNS4zIDkuOS0xMC4xYy4zLS4zLjYtLjQgMS0uNC45LS4xIDEuNS41IDEuNSAxLjMgMCAuNC0uMi44LS40IDEuMSIgc3R5bGU9ImZpbGw6IzNjYTBkYyIvPjwvc3ZnPg==);
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.error-msg {
  color: #2c3846;
  background: #fff;
  padding: 1rem;
  border: 1px solid #eaecf0;
  border-radius: 7px;
}

.error-msg span::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Ik0xMCAwQzQuNSAwIDAgNC41IDAgMTBzNC41IDEwIDEwIDEwIDEwLTQuNSAxMC0xMFMxNS41IDAgMTAgMHptMCAxNi41Yy0uOCAwLTEuMy0uNi0xLjMtMS40IDAtLjguNi0xLjQgMS4zLTEuNC44IDAgMS4zLjYgMS4zIDEuNCAwIC43LS41IDEuNC0xLjMgMS40em0uNS01LjJjLS4yLjctLjguNy0xIDAtLjItLjgtMS4xLTMuOC0xLjEtNS44IDAtMi42IDMuMi0yLjYgMy4yIDAgMCAxLjgtLjkgNS0xLjEgNS44eiIgc3R5bGU9ImZpbGw6IzNjYTBkYyIvPjwvc3ZnPg==);
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.lng-selection-line {
  text-align: right;
  font-size: 10px;
  display: none;
}

#scope-list {
  margin-top: 30px;
  /*background-color: inherit;*/
}
.scope-entry {
  padding: 1rem;
}

.scope-entry:first-child {
  padding-top: 0;
}

.scope-entry:not(:first-child) {
  border-top: 1px solid #e9eaed;
}

.scope-entry::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Ik0xOS42IDUuNWwtMTEgMTEuMWMtLjIuMi0uNi40LTEgLjRzLS44LS4yLTEtLjRMLjQgMTAuM2MtLjItLjMtLjQtLjYtLjQtMSAwLS44LjYtMS40IDEuNC0xLjQuNCAwIC44LjIgMSAuNGw1LjIgNS4zIDkuOS0xMC4xYy4zLS4zLjYtLjQgMS0uNC45LS4xIDEuNS41IDEuNSAxLjMgMCAuNC0uMi44LS40IDEuMSIgc3R5bGU9ImZpbGw6IzNjYTBkYyIvPjwvc3ZnPg==);
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.scope-entry ul {
  padding-bottom: 0;
  padding-left: 1rem;
  margin-bottom: 0;
  list-style-position: inside;
}

.info-panel {
  /*background-color: inherit;*/
  position: relative;
  bottom: 0;
}
.info_topic_hdr {
  color: #2c3846;
  margin-bottom: 1.3rem;
  font-size: 16px;
  font-weight: 500;
}

.info_txt {
  margin-bottom: 1.2rem;
}

.enum_list {
  list-style: none;
  margin-left: 0;
  padding-left: 1rem;
}

.enum_list > li:before {
  display: inline-block;
  content: "-";
  width: 1rem;
  margin-left: -1rem;
}

.enum_list li {
  margin-bottom: 1rem;
}

.i18n-page {
  display: none;
}

.reset-mail-adr {
  font-size: 1.2rem;
  font-weight: bold;
}

.large_prompt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: initial;  
  margin: 15px 0;
}

.btn-logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px auto;
  height: 22px;
  width: 22px;
  white-space: pre;
  /*margin: 2rem 0;*/
}

#hc-btn .btn-logo {
  background-image: url("../../common/images/logo_HC.svg");
}

#ciam-btn .btn-logo {
  background-image: url("../../common/images/logo_CIAM_temp.svg");
}

.btn-txt {
  line-height: 22px;
}

.option-select {
  padding: 15px;
  border: 1px solid #CFD4DC;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 15px;
}

.option-select.active {
  border: 2px solid #408DF2;
}

.option-select_headline {
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 32px;
  margin-bottom: 9px;
}

.option-select_headline img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.option-select_headline.ciam img {
  width: 36px;
  height: 36px;
}

#select-login-page .panel {
  font-size: 0.86rem;
  line-height: 1.2rem;
  max-width: 490px;
}

#select-login-page p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.option-select p {
  color: #798899;
}

@media only screen and (max-width: 660px) {
  .flex-container {
    height: 100%;
    display: flex;                   
    flex-direction: column;         
    justify-content: space-between; 
  }
}



.ciam-switch .centered-content{
  padding: 0 0;
  background-color: #0f1b46;
}

.ciam-switch .hc-content{
  padding: 0 0.95rem;
  background-color: white;
}

.ciam-switch .ciam-content{
  background-color: #0f1b46;
  padding: 0 0.95rem;
    display: flex;
  min-height: auto;
  flex-direction: column;
  margin-bottom:0px;
}

.ciam-space {
  line-height: 0.7rem;
  font-size:0.7rem;
}

.ciam-switch #login_form {
  margin-bottom : 1rem;
}

.ciam-switch .form-intr {
  font-weight: bold !important;
  font-size: 1.5rem;
}

#skid-logo-line {
  height: 81px;
  width: 100%;
  background-image: url('../../common/images/skid-logo-on-dark.svg');
  background-size: auto 31px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0f1b46;
}

.highlight-hint {
  font-weight: bold !important;
}


#skid-triangle {
  width: 100%;
  height: 20px;
  /*background-color: #0f1b46;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);*/
  background-color: white;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.ciam-btn {
  border: 1px solid #FFFFFF;
  background-color: #0f1b46;
  color: #FFFFFF;
}

.ciam-btn:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.ciam-button-line{
  margin: 0 0;
  text-align: center;
}


.ciam-switch #info_screen_ref::before {
  margin: 0 6px 0 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  top: 3px;
  position: relative;
  background-image: url('../../common/images/external-link.svg');
  color: blue;
} 








