.form-group.boxed .form-control {
    height: auto !important;
    min-height: 42px !important;
}

/* facial verification component */
.face-verify-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #1e74fd;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.face-verify-camera {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    transform: scaleX(-1);
    display: block;
    aspect-ratio: 1/1;
}

.auth-bg {
    background-image: url("/assets/img/login.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    background-color: #0009;
    background-blend-mode: overlay;
    color: white;
}

.backdrop-blur {
    backdrop-filter: blur(3px);
}

/* preloader */
.preloader {
    height: 95vh;
    max-height: 100vh;
    width: 100vw;
}

.preloader img {
    width: 60vw;
    max-width: 200pt;
    margin-bottom: 10%;
}

/* onboarding screen */
.onboarding .background {
    height: 70vh;
    width: 100vw;
    background-size: cover;
    background-position: left;
}

.onboarding .content {
    height: 50vh;
    width: 100vw;
    border-radius: 2rem 2rem 0rem 0rem;
}

.onboarding .indicators input {
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.bg-soft {
    background-color: #0c1624;
}

.bg-white {
    background-color: #fff;
}

/* black button */
.btn-black {
    color: #eee;
    background: #000;
    transition: all 0.1s ease-in-out;
}

.btn-black:hover {
    color: #fff;
    background: #111;
}

.input-group .input-group-text {
    border: 0;
    height: auto;
}

.icon[class*=" fa-"] {
    font-weight: 900 !important;
}

/* tagify adjustments */
.tagify__dropdown {
    z-index: 2000 !important;
    width: 100% !important;
}

.tagify__input::before {
    content: attr(data-placeholder);
    color: #999;
    pointer-events: none;
    position: relative;
    top: 8px;
}

.tagify__input[data-placeholder=""]::before {
    content: none;
}

.tagify__input {
    min-width: 5px;
    flex: 1 1 auto;
    width: auto;
    white-space: nowrap;
}
