/* _content/RWC.QCI.Web/Views/Home/Barcode.cshtml.rz.scp.css */

.list-group-item.active[b-dd537fqkyn] {
  color: var(--bs-list-group-active-color);
  background-color: #008080CC;
  border-color: #008080AA;
}

/* _content/RWC.QCI.Web/Views/Home/Cabin.cshtml.rz.scp.css */
.list-group-item.active[b-t60ff2ql6k] {
  color: var(--bs-list-group-active-color);
  background-color: #DC3545CC;
  border-color: #DC3545AA;
}


.content-page[b-t60ff2ql6k] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* _content/RWC.QCI.Web/Views/Home/ChangePassword.cshtml.rz.scp.css */
.btn-primary[b-r4m3aciutx],
.btn-primary:hover[b-r4m3aciutx] {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

  .btn-primary.active[b-r4m3aciutx] {
    color: rgba(255, 255, 255, 0.75);
  }

.btn-primary[b-r4m3aciutx] {
  background-color: #4a77d4;
  background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4) );
  background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: linear-gradient(top, #6eb6de, #4a77d4);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
  border: 1px solid #3762bc;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

  .btn-primary:hover[b-r4m3aciutx],
  .btn-primary:active[b-r4m3aciutx],
  .btn-primary.active[b-r4m3aciutx],
  .btn-primary.disabled[b-r4m3aciutx],
  .btn-primary[disabled][b-r4m3aciutx] {
    filter: none;
    background-color: #4a77d4;
  }

.btn-block[b-r4m3aciutx] {
  width: 100%;
  display: block;
}

.login[b-r4m3aciutx] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -150px;
  width: 300px;
  height: 300px;
}

  .login h1[b-r4m3aciutx] {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
  }

  .login .logo[b-r4m3aciutx] {
    text-align: center;
  }


input[b-r4m3aciutx] {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

  input:focus[b-r4m3aciutx] {
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
  }

.select-input[b-r4m3aciutx] {
  margin-bottom: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

  .select-input option[selected][b-r4m3aciutx] {
    background-color: red !important;
  }

  .select-input.form-control[readonly]:not([disabled])[b-r4m3aciutx] {
    background-color: red !important;
  }


.select-input[b-r4m3aciutx] {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

  .select-input:focus[b-r4m3aciutx] {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
/* _content/RWC.QCI.Web/Views/Home/Details.cshtml.rz.scp.css */
.overlay[b-o0a441uftj] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}

  .overlay .fa-close[b-o0a441uftj] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
  }

  .overlay img[b-o0a441uftj] {
    object-fit: cover;
    transition: all 2s;
    height: 100%;
    width: 100%;
  }

.d-none[b-o0a441uftj] {
  display: none;
}

.image[b-o0a441uftj] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 180px;
  width: 100%;
}

  .image > .img-span[b-o0a441uftj] {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ccc;
    border: 3px solid #fff;
    z-index: 100;
  }

    .image > .img-span > img[b-o0a441uftj] {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
    }

  .image h3[b-o0a441uftj] {
    margin-top: 5px;
    margin-bottom: 1px;
    font-weight: 900;
    font-size: 18px;
    z-index: 100;
    color: #fff;
  }

  .image h4[b-o0a441uftj] {
    margin-top: -3px;
    font-size: 13px;
    z-index: 100;
    color: #fff;
  }
  .image .badge[b-o0a441uftj] {
    z-index: 100;
  }


.arc[b-o0a441uftj] {
  display: flex;
  position: relative;
}

  .arc span[b-o0a441uftj] {
    min-height: 320px;
    min-width: 320px;
    height: 100vw;
    width: 150%;
    background-color: rgb(var(--bs-teal-rgb));
    border-radius: 50%;
    position: absolute;
    top: -100vw;
    left: -25vw;
  }

.top-profile-div[b-o0a441uftj] {
  overflow: hidden;
  overflow-y: auto;
}

.content-page[b-o0a441uftj] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}


.btn[b-o0a441uftj] {
  padding: 16px 30px;
}
/* _content/RWC.QCI.Web/Views/Home/Document.cshtml.rz.scp.css */

.list-group-item.active[b-3k55rhtwfi] {
  color: var(--bs-list-group-active-color);
  background-color: #008080CC;
  border-color: #008080AA;
}


.content-page[b-3k55rhtwfi] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}


/* _content/RWC.QCI.Web/Views/Home/Guests.cshtml.rz.scp.css */
.list-group-item.active[b-eneohtkbqf] {
  color: var(--bs-list-group-active-color);
  background-color: #008080CC;
  border-color: #008080AA;
}


.content-page[b-eneohtkbqf] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* _content/RWC.QCI.Web/Views/Home/Home.cshtml.rz.scp.css */

.list-group-item.active[b-piiintkyqw] {
  color: var(--bs-list-group-active-color);
  background-color: #DC3545CC;
  border-color: #DC3545AA;
}


.content-page[b-piiintkyqw] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* _content/RWC.QCI.Web/Views/Home/Login.cshtml.rz.scp.css */
.btn-primary[b-exv5s94zhx],
.btn-primary:hover[b-exv5s94zhx] {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

  .btn-primary.active[b-exv5s94zhx] {
    color: rgba(255, 255, 255, 0.75);
  }

.btn-primary[b-exv5s94zhx] {
  background-color: #4a77d4;
  background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4) );
  background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
  background-image: linear-gradient(top, #6eb6de, #4a77d4);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
  border: 1px solid #3762bc;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

  .btn-primary:hover[b-exv5s94zhx],
  .btn-primary:active[b-exv5s94zhx],
  .btn-primary.active[b-exv5s94zhx],
  .btn-primary.disabled[b-exv5s94zhx],
  .btn-primary[disabled][b-exv5s94zhx] {
    filter: none;
    background-color: #4a77d4;
  }

.btn-block[b-exv5s94zhx] {
  width: 100%;
  display: block;
}


.login[b-exv5s94zhx] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -150px;
  width: 300px;
  height: 300px;
}

  .login h1[b-exv5s94zhx] {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
  }

  .login .logo[b-exv5s94zhx] {
    text-align: center;
    
  }

input:-webkit-autofill[b-exv5s94zhx],
input:-webkit-autofill:focus[b-exv5s94zhx],
input:-webkit-autofill:active[b-exv5s94zhx] {
  color: red !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 -5px 45px rgba(100, 100, 100, 0.2) inset !important;
  -webkit-background-clip: red !important;
  transition: background-color 99999999999s;
  -webkit-text-fill-color: #fff !important;
}


  input:-webkit-autofill:hover[b-exv5s94zhx]{

  }


  input[b-exv5s94zhx] {
    width: 100%;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.3) !important;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
  }

  input:focus[b-exv5s94zhx] {
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
  }

.select-input[b-exv5s94zhx] {
  margin-bottom: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

  .select-input option[selected][b-exv5s94zhx] {
    background-color: red !important;
  }

  .select-input.form-control[readonly]:not([disabled])[b-exv5s94zhx] {
    background-color: red !important;
  }


.select-input[b-exv5s94zhx] {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

  .select-input:focus[b-exv5s94zhx] {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

/* _content/RWC.QCI.Web/Views/Home/OnBoarding - Copy.cshtml.rz.scp.css */
/* body */
body[b-5ddx82becr] {
  background-color: #f2f5f8;
  font-family: 'Karla', sans-serif;
}

.content-page[b-5ddx82becr] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.row[b-5ddx82becr] {
  margin-left:0;
  margin-right:0;
}

.main-content[b-5ddx82becr]{
  height:100%;
  width:100%;

}

.main-content .wizard-form .progressbar-list[b-5ddx82becr]::before {
  content: " ";
  background-color: rgb(155, 155, 155);
  border: 10px solid #fff;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto;
  box-shadow: 1px 1px 3px #606060;
  transition: all;
}

.main-content .wizard-form .progressbar-list[b-5ddx82becr]::after {
  content: "";
  background-color: rgb(155, 155, 155);
  padding: 0px 0px;
  position: absolute;
  top: 14px;
  left: -50%;
  width: 100%;
  height: 2px;
  margin: 9px auto;
  z-index: -1;
  transition: all 0.8s;
}

.main-content .wizard-form .progressbar-list.active[b-5ddx82becr]::after {
  background-color: var(--app-color);
}

.main-content .wizard-form .progressbar-list:first-child[b-5ddx82becr]::after {
  content: none;
}

.main-content .wizard-form .progressbar-list.active[b-5ddx82becr]::before {
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding: 6px;
  background-color: var(--app-color);
  border: 1px solid var(--app-color);
  box-shadow: 0 0 0 7.5px rgb(220 53 69 / 11%);
}

.progressbar-list[b-5ddx82becr] {
  color: #6f787d;
}

.active[b-5ddx82becr] {
  color: #000;
}
/* card */
.card img[b-5ddx82becr] {
  width: 40px;
}

.card[b-5ddx82becr] {
  border: 3px solid rgb(145 145 145);
  cursor: pointer;
}

.active-card[b-5ddx82becr] {
  color: #763cb0;
  font-weight: bold;
  border: 3px solid #763cb0;
}

.form-check-input:focus[b-5ddx82becr] {
  box-shadow: none;
}

.bg-color-info[b-5ddx82becr] {
  background-color: #00d69f;
}

.border-color[b-5ddx82becr] {
  border-color: #ececec;
}

.btn[b-5ddx82becr] {
  padding: 20px 5px;
}

.back-to-wizard[b-5ddx82becr] {
  transform: translate(-50%, -139%) !important;
}

.bg-success-color[b-5ddx82becr] {
  background-color: #87D185;
}

  .bg-success-color:focus[b-5ddx82becr] {
    box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
  }

  select:focus[b-5ddx82becr] {
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  }
/* _content/RWC.QCI.Web/Views/Home/OnBoarding.cshtml.rz.scp.css */
/* body */
body[b-8qq11v47ba] {
  background-color: #f2f5f8;
}

.content-page[b-8qq11v47ba] {
  overflow-y: auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.row[b-8qq11v47ba] {
  margin-left:0;
  margin-right:0;
}

.main-content[b-8qq11v47ba]{
  height:100%;
  width:100%;
}

.form-check-input:focus[b-8qq11v47ba] {
  box-shadow: none;
}

.bg-color-info[b-8qq11v47ba] {
  background-color: #00d69f;
}

.border-color[b-8qq11v47ba] {
  border-color: #ececec;
}

.btn[b-8qq11v47ba] {
  padding: 20px 5px;
}

.back-to-wizard[b-8qq11v47ba] {
  transform: translate(-50%, -139%) !important;
}

.bg-success-color[b-8qq11v47ba] {
  background-color: #87D185;
}

  .bg-success-color:focus[b-8qq11v47ba] {
    box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
  }

  select:focus[b-8qq11v47ba] {
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  }

.wrapper[b-8qq11v47ba] {
  position: relative;
}

.wizard[b-8qq11v47ba] {
  margin: 0 auto;
}

.wizard__header[b-8qq11v47ba] {
  color: #FFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  height: 30px;
}

.wizard__header-overlay[b-8qq11v47ba] {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--app-color);
}

.wizard__steps[b-8qq11v47ba] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 10;
}

.wizard__footer[b-8qq11v47ba] {
  padding: 0 50px 50px;
  border-radius: 5px;
}

.wizard__content[b-8qq11v47ba] {
  background: #FFF;
  border-radius: 5px;
}

.wizard__congrats-message[b-8qq11v47ba] {
  color: #676767;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:none;
}

.wizard.completed .wizard__content[b-8qq11v47ba] {
  animation: gettingOut-b-8qq11v47ba 2s cubic-bezier(1, 0, 1, 1.16) forwards;
}

.wizard.completed .wizard__congrats-message[b-8qq11v47ba] {
  display: block;
  opacity: 0;
  animation: fadeIn-b-8qq11v47ba 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}

.line[b-8qq11v47ba] {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -2;
  height: 6px;
  transition: all 0.5s ease;
}

  .line.-start[b-8qq11v47ba] {
    left: 0%;
    background: var(--app-color-secondary);
    width: 50%;
  }

  .line.-end[b-8qq11v47ba] {
    left: 50%;
    background: var(--app-color-secondary);
    width: 50%;
  }

  .line.-background[b-8qq11v47ba] {
    background: #c3c3c3;
    width: 100%;
  }

  .line.-progress[b-8qq11v47ba] {
    background: var(--app-color-secondary);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
  }

  .line.-in-progress[b-8qq11v47ba] {
    transform: scaleX(1);
  }

.panels[b-8qq11v47ba] {
  position: relative;
  overflow: hidden;
}

.panel[b-8qq11v47ba] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 10px;
  transform: translateX(0); /* Set the initial state without animation */
}

.panel__header[b-8qq11v47ba] {
  margin-bottom: 30px;
}

.panel__title[b-8qq11v47ba] {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}

.panel__subheading[b-8qq11v47ba] {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0;
}

.panel.movingOutBackward[b-8qq11v47ba] {
  transform: translateX(-100%);
}

.panel.movingOutFoward[b-8qq11v47ba] {
  transform: translateX(-100%);
}

.panel.movingIn[b-8qq11v47ba] {
  transform: translateX(0);
  transition: 0.5s all;
}

.steps[b-8qq11v47ba] {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: #fff;
}

.step[b-8qq11v47ba] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

.step__content[b-8qq11v47ba] {
  position: relative;
  z-index: 2;
}

.step__number[b-8qq11v47ba] {
  font-size: 1.3rem;
  color: #676767;
  background: #FFF;
  font-weight: 800;
  width: 50px;
  height: 50px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #c3c3c3;
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 5;
}

.step.-completed .step__number[b-8qq11v47ba] {
  opacity: 0;
}

.step.-completed .checkmark[b-8qq11v47ba] {
  z-index: 0;
  animation: fill-b-8qq11v47ba 0.4s ease-in-out forwards, scale-b-8qq11v47ba 0.3s ease-in-out 0.3s both;
}

.step.-completed .checkmark__check[b-8qq11v47ba] {
  animation: stroke-b-8qq11v47ba 0.2s linear 0.1s forwards;
}

.step.-completed .line[b-8qq11v47ba] {
  transform: scaleX(1);
}

.step:last-child .line[b-8qq11v47ba] {
  width: 50%;
}

.checkmark[b-8qq11v47ba] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px var(--app-color-secondary);
  z-index: -1;
}

.checkmark__circle[b-8qq11v47ba] {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke: var(--app-color-secondary);
  fill: var(--app-color);
  animation: stroke-b-8qq11v47ba 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check[b-8qq11v47ba] {
  transform-origin: 50% 50%;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  stroke: #FFF;
  stroke-width: 5;
}


@keyframes stroke-b-8qq11v47ba {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes scale-b-8qq11v47ba {
  50% {
    transform: translateX(-50%) scale3d(1.5, 1.5, 1.5);
  }

  100% {
    transform: scale3d(0);
  }
}

@keyframes fill-b-8qq11v47ba {
  100% {
    box-shadow: inset 0px 0px 0px 30px #75b2f5;
  }
}

@keyframes gettingOut-b-8qq11v47ba {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-200%);
  }
}

@keyframes fadeIn-b-8qq11v47ba {
  100% {
    opacity: 1;
  }
}
/* _content/RWC.QCI.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
.wrapper[b-cxq7akr1r2] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  width: 100%;
  height: var(--doc-height);
}

a[b-cxq7akr1r2] {
  text-decoration: none;
}

.main[b-cxq7akr1r2] {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

a.navbar-brand[b-cxq7akr1r2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.btn-primary[b-cxq7akr1r2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.box-shadow[b-cxq7akr1r2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-cxq7akr1r2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-cxq7akr1r2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


.nav-link.active[b-cxq7akr1r2] {
  color: rgba(var(--bs-teal-rgb),var(--bs-bg-opacity)) !important;
}

footer > nav > div > div > a > span[b-cxq7akr1r2] {
  width: 100px; /* Adjust the width as needed */
  text-align: center; /* Center the text horizontally */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Clip text that overflows */
  text-overflow: ellipsis; /* Optional: add ellipsis for overflowing text */
  display: inline-block; /* Keep the text centered within the fixed width */
}
/* _content/RWC.QCI.Web/Views/Shared/_LayoutClean.cshtml.rz.scp.css */
.wrapper[b-5nedqxkmom] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  width: 100%;
  height: var(--doc-height);
  font-family: "Open Sans", sans-serif;
  background: #008080;
  background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 138, 132, 0) 10%, rgba(76, 138, 114, 0) 40%), -moz-linear-gradient(top, rgba(57, 219, 200, 0.25) 0%, rgba(42, 87, 84, 0.4) 100%), -moz-linear-gradient(-45deg, #105f67 0%, #013d3a 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 138, 132, 0) 10%, rgba(76, 138, 114, 0) 40%), -webkit-linear-gradient(top, rgba(57, 219, 200, 0.25) 0%, rgba(42, 87, 84, 0.4) 100%), -webkit-linear-gradient(-45deg, #105f67 0%, #013d3a 100%);
  background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 138, 132, 0) 10%, rgba(76, 138, 114, 0) 40%), -o-linear-gradient(top, rgba(57, 219, 200, 0.25) 0%, rgba(42, 87, 84, 0.4) 100%), -o-linear-gradient(-45deg, #105f67 0%, #013d3a 100%);
  background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 138, 132, 0) 10%, rgba(76, 138, 114, 0) 40%), -ms-linear-gradient(top, rgba(57, 219, 200, 0.25) 0%, rgba(42, 87, 84, 0.4) 100%), -ms-linear-gradient(-45deg, #105f67 0%, #013d3a 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 138, 132, 0) 10%, rgba(76, 138, 114, 0) 40%), linear-gradient(to bottom, rgba(57, 219, 200, 0.25) 0%, rgba(42, 87, 84, 0.4) 100%), linear-gradient(135deg, #105f67 0%, #013d3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013d3a', endColorstr='#39dbc8', GradientType=1);
}
