﻿:root {
  --bubble-size: 2.5rem;
  --line-thickness: 0.75rem;
  --active-color: #0077c4;
  --inactive-color: #d9d9d9;
  --line-width: 1rem;
}

html {
  background-image: url("../Background.png");
  background-size: contain;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 5rem;
}

html, body {
  height: 100%;
  margin: 0;
}

.signin-centered-form,
.card,
.inner-card-container {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Soleil", sans-serif;
  top: 244px;
  left: 520px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
}

#body-container-dynamic {
  min-height: 500px;
  max-height: 85vh;
  width: 90vw;
}

#body-container-fixed {
  height: min(85vh, 800px);
  width: max(50vh, 500px);
  min-height: 500px;
  max-height: 85vh;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #d9d9d9;
}

.sms-provider-input {
  font-size: 13px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

.main {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-height: 100%;
  flex: 1 1 auto;
  overflow-y: auto;
}

.toggle-password {
  position: absolute;
  top: 58%;
  right: 10px;
  cursor: pointer;
  z-index: 200;
}
.toggle-password svg {
  height: 20px;
  width: 20px;
}

.input-group {
  margin-top: 5px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.input-group input {
  border-radius: 0.375rem !important;
  flex-grow: 1;
}
.input-group .toggle-password {
  flex-shrink: 0;
}

.onboarding-stages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-left: 2rem;
  margin-right: 2rem;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: stretch;
}

.label-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1d1d1d !important;
}

.roleprov-text {
  line-height: 1.6rem !important;
}

.help-text {
  color: #1d1d1d;
}

.alert-details {
  display: inline-flex;
  justify-items: center;
  align-items: center;
  width: 348px;
  height: 65px;
  background: #008552;
  margin: 10px;
  padding: 10px;
}
.alert-details mat-icon {
  position: inherit;
  width: 24px;
  height: 24px;
  margin-left: inherit;
  color: #FFFFFF;
}
.alert-details label {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: -0.006em;
  text-align: left;
  margin-left: inherit;
  color: #FFFFFF;
}

.alert-danger {
  background-color: #b40000 !important;
  width: 100%;
  margin: 1px !important;
  height: max-content;
}
.alert-danger label {
  font-size: 16px;
}

.stage {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
}

.stage-form-btn {
  width: 200px;
}

.bubble {
  width: var(--bubble-size);
  height: var(--bubble-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 5px solid white;
  outline: 1px solid #d9d9d9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  background-color: inherit;
}

.line {
  height: var(--line-thickness);
  flex-grow: 1;
  background-color: var(--inactive-color);
  margin: 0 -0.5rem;
  z-index: 1;
  border-radius: calc(var(--line-thickness) / 2);
}

.stage:last-child {
  flex-grow: 0;
}

.token-reminder {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #0077c4;
}

.reminder-text {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
  margin-bottom: -1px;
  margin-top: 2rem;
  color: #1d1d1d;
}

#testButton {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0077c4;
}

#testButton:disabled {
  background-color: white;
  opacity: 50%;
}

.button-color-next {
  background-color: #0077c4 !important;
}

.button-color-back {
  color: #0077c4 !important;
  background-color: white;
  border: 1px solid #DBDBDB;
}
.button-color-back:hover {
  background-color: #e9ecef;
}
.button-color-back:disabled {
  background-color: #e9ecef; /* Set your desired background color */
}

.button-color-removeMapping {
  color: #1d1d1d;
  background-color: white;
  border-left: 1px solid #DBDBDB;
  width: 50px;
}
.button-color-removeMapping:hover {
  background-color: #e9ecef;
}

.button-color-back:focus, .button-color-removeMapping:focus {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background-color: #e9ecef;
}

.button-test {
  width: 131px;
  height: 36px;
  padding: 6px 13px 6px 13px;
  border-radius: 4px;
  gap: 10px;
  background: linear-gradient(0deg, #DBDBDB, #DBDBDB), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 1px solid #DBDBDB;
}

.button-color-test {
  color: #0077c4;
}

.active-stage-color {
  background-color: var(--active-color);
  color: white;
}

.inactive-stage-color {
  background-color: var(--inactive-color);
  color: #1d1d1d;
}

.card {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.inner-card-container {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.card-header {
  display: flex;
  background-color: white !important;
  border: none;
}

.card-body {
  overflow-y: auto;
  background-color: white;
  margin-left: 2rem;
  margin-right: 2rem;
}

.login-footer {
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: end;
  padding-right: 1rem;
  padding-bottom: 2rem;
  margin-right: 2rem;
  background-color: white;
  border-top: none;
}

.registration-footer {
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: space-evenly;
  padding: 2rem;
  background-color: white;
  border-top: none;
}

.signin-centered-form {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.finish-centered-form {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  margin: 0;
  width: 100%;
  padding: 1rem;
  max-height: 100%;
  min-height: 0;
}

.tenant-details-form {
  border: 1px solid #DBDBDB;
  margin: 1rem;
  height: 100%;
  width: 100%;
}
.tenant-details-form p {
  margin: 1rem;
}

.signin-form {
  margin-top: 5px;
  display: flex;
  align-items: stretch;
  background-color: white;
}

.margin-signin {
  margin: 1rem;
}

.item {
  flex-grow: 1;
}

.remove-margin {
  margin: auto;
  margin-top: 2rem;
}

.test-azureAD {
  width: 25%;
  font-size: 16px;
  font-weight: bold;
}

.signin-form-container {
  padding: 2rem;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}

.signin-logo-img {
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.instuction-img {
  width: 100%;
  height: auto;
}

.role-mappings-card {
  border-radius: 3px;
}

.role-mapping {
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 0.6rem;
  width: 100%;
}

form {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.form-group {
  margin: 1px;
}
.form-group label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 2.2rem;
  color: #1d1d1d;
}
.form-group .text-danger {
  color: #990000;
  font-size: 14px;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email],
.form-group input[type=url] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.form-group input[type=submit] {
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-group input[type=submit]:hover {
  background-color: #45a049;
}

.login-container {
  width: 400px;
  height: 593px;
  top: 244px;
  left: 520px;
  border-radius: 4px;
}

.sms-text-label {
  height: 2rem;
}

.identity-label {
  font-size: 13px;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.display-model {
  margin: 1rem;
  height: min(45vh, 20rem);
}

.token-submit-btn {
  text-align: center;
  width: 200px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tenant-onboarding-text {
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  margin-top: 7px;
  margin-left: 0.4rem;
  color: #1d1d1d;
}

.reminder-alert {
  width: inherit;
  flex-grow: 0;
}

.test-url {
  width: max-content !important;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5rem;
  margin-top: 1rem;
}

.test-url:disabled {
  background-color: white;
  opacity: 50%;
}

.spinner {
  border: 6px solid rgba(0, 0, 0, 0.3);
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none;
}

.role-mappings-card-container {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.role-mappings-form-group {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 5px;
}

.default-azure-ad-mapping-input {
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sign-out-azure {
  line-height: 22px;
  text-align: left;
}

.required-asterisk {
  color: #990000;
}

.label-disabled {
  opacity: 0.75 !important;
}

.tribal-image {
  margin-left: 2rem;
  margin-top: 2rem;
}

.defined-card-footer {
  padding: 2rem;
  border: none !important;
  background-color: white !important;
}

.sms-provider-form {
  margin: 0.4rem !important;
}

.sms-provider-radio {
  font-size: 24px;
  margin-left: -1.3em !important;
}

.form-check-input:checked {
  background-color: #0077c4;
  border-color: #0077c4;
}

.form-check-input[type=checkbox] {
  font-size: 24px;
  margin-left: -1.5rem !important;
  margin-right: 1rem;
}

.form-check-roles {
  font-size: 24px;
  margin-right: 2rem;
}

.mappings {
  border-radius: 2%;
}

.text-success {
  color: #008552 !important;
  font-size: 13px !important;
}

.wrap-model {
  white-space: pre-wrap;
  color: #1d1d1d;
}

.test-style h1 {
  color: red;
}

.summary-container {
  font-family: "Soleil", sans-serif;
  color: #333;
  width: 100%;
  overflow-y: auto;
}

.summary-card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.summary-card-header {
  background-color: #f1f1f1;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 1.1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.summary-card-body {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.summary-item {
  display: flex;
  flex-direction: column;
}

.summary-label {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.summary-value {
  font-size: 1rem;
  color: #222;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}

.summary-value .icon {
  margin-right: 8px;
  font-size: 1.2rem;
}

.summary-value .icon-true {
  color: #28a745; /* Green for true */
}

.summary-value .icon-false {
  color: #dc3545; /* Red for false */
}

.role-mappings-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.role-mappings-table th, .role-mappings-table td {
  text-align: left;
  padding: 0.75rem;
  border-bottom: 1px solid #e0e0e0;
}

.role-mappings-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.ed-sharded-border {
  border-color: #adb5bd;
}
