/* _content/PMSMobile.GuestUI/Views/GuestInfo/ProfileDetails.cshtml.rz.scp.css */
.wizard[b-zrlsqzqrb9] {
    /*max-width: 800px;*/
    margin: auto;
}

.card-header[b-zrlsqzqrb9] {
    background: linear-gradient(135deg, #2C3E50, #7F8C8D);
    color: white;
}

.progress[b-zrlsqzqrb9] {
    height: 6px;
    background-color: #ECF0F1;
}

.progress-bar[b-zrlsqzqrb9] {
    background-color: #7F8C8D;
}

.dropzone[b-zrlsqzqrb9] {
    border: 2px dashed #CFD8DC;
    padding: 1.5rem;
    text-align: center;
    border-radius: .5rem;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
}

    .dropzone:hover[b-zrlsqzqrb9] {
        background: #E3F2FD;
    }

.step[b-zrlsqzqrb9] {
    display: none;
}

    .step.active[b-zrlsqzqrb9] {
        display: block;
    }

.camera-frame[b-zrlsqzqrb9] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
}

    .camera-frame video[b-zrlsqzqrb9],
    .camera-frame img[b-zrlsqzqrb9] {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
    }

#previewImage[b-zrlsqzqrb9] {
    display: none;
}

.btn-full[b-zrlsqzqrb9] {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
/* _content/PMSMobile.GuestUI/Views/Shared/_Layout.cshtml.rz.scp.css */

a.navbar-brand[b-w88msa72on] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-pills .nav-link.active[b-w88msa72on], .nav-pills .show > .nav-link[b-w88msa72on] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-w88msa72on] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-w88msa72on] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-w88msa72on] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-w88msa72on] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-w88msa72on] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
