body {
    font-family: Vorwerk, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
    Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0 !important;
}

.font-light {
    font-family: VorwerkLight, sans-serif;
}

.relative {
    position: relative !important;
}

.content-container .content-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.content-container {
    background-image: url(../img/backround.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-column {
    flex-direction: column !important;
}

.flex {
    display: flex !important;
}

.mt-7 {
    margin-top: 4rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.font-medium {
    font-weight: 500 !important;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
}

.font-light {
    font-weight: 300 !important;
}

.text-color {
    color: #303030 !important;
}

.font-normal {
    font-weight: 400 !important;
}

h4 span {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.text-primary {
    color: #00ac46;
}

.cursor-pointer {
    cursor: pointer;
}

.font-medium {
    font-weight: 500 !important;
}

h1 {
    letter-spacing: 0.53px;
    font-size: 1.3125rem;
    line-height: 31px;
}

.pi-question-circle {
    position: relative;
    top: -13px;
}

.pi-question-circle {
    bottom: 3px;
    position: relative;
}

.pi {
    color: #d8d8d8;
}

.pi-question-circle:before {
    content: "\e959";
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.field > label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.text-base {
    font-size: 1rem !important;
}

.w-full {
    width: 100% !important;
}

.surface-border {
    border-color: #e4e4e4 !important;
}

.outline-none {
    outline: none !important;
}

input {
    border: none;
    border-bottom: 1px solid;
    padding: 4px 6px;
    font-size: 17px;
    letter-spacing: 0.56px;
    max-width: calc(100% - 12px);
}

h1,
h4,
p,
span,
label,
input {
    font-style: normal;
    line-height: 17px;
    cursor: auto;
}

.btn {
    font-style: normal;
    line-height: 17px;
    cursor: pointer;
}

.toggle-pass.valid-checkbox,
.valid-checkbox.valid-checkbox {
    background-color: #00ac46;
    color: #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    font-size: 0.75rem;
    opacity: 1;
    font-weight: 600;
    transition: none;
}

.toggle-pass,
.valid-checkbox {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    font-size: 1.563rem;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.5s all;
}

.toggle-pass.valid-checkbox:before,
.valid-checkbox.valid-checkbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
}

.pi-check:before {
    content: "\e909";
}

.input-help-text {
    font-family: VorwerkLight, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
    Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.4px;
}

a {
    color: #00ac46;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.pi-eye:before {
    content: "\e966";
}

.bottom-0 {
    bottom: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.fixed {
    position: fixed !important;
}

.mb-8 {
    margin-bottom: 5rem !important;
}

.pl-7 {
    padding-left: 4rem !important;
}

.pr-7 {
    padding-right: 4rem !important;
}

.align-items-center {
    align-items: center !important;
}

.circle-wrapper.active {
    border: 1px solid #00ac46;
}

.circle-wrapper {
    display: inline-block;
    padding: 4px;
    width: 20px;
    height: 20px;
}

.border-circle {
    border-radius: 50% !important;
}

.circle {
    position: relative;
    width: 10px;
    height: 10px;
}

.bg-gray-100 {
    background-color: #f2f5f3 !important;
}

.line {
    flex-grow: 1;
    height: 2px;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.footer {
    height: 70px;
    position: relative;
    width: 100%;
    margin-top: 5rem;
}

.btn.disabled {
    background-color: #cdcdcd !important;
}

.btn {
    border: none;
    letter-spacing: 1.09px;
}

.text-4xl {
    font-size: 2rem !important;
}

.bg-primary {
    color: #ffffff !important;
    background-color: #00ac46 !important;
}

.field {
    margin-bottom: 1rem;
}

label {
    letter-spacing: 0.53px;
}

.field-checkbox,
.field-radiobutton {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.field-checkbox input[type="checkbox"] {
    display: none;
}

.field-checkbox label {
    letter-spacing: 0;
}

input + label .pi {
    color: #ff3232;
}

.pi-stop:before {
    content: "\e9d1";
}

.mr-3 {
    margin-right: 1rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.text-xl {
    font-size: 1.25rem !important;
}

.display-none {
    display: none !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.text-red-500 {
    color: #ff0a0a !important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

.kc-logo-text {
    display: none;
}

#kc-header {
    display: none;
}

.underscore-link {
    text-decoration: underline; /* Remove any existing text decoration */

}

.alert-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    color: #fff;
    padding: 15px 15px;
    z-index: 1;
}

.alert-wrapper.success {
    background-color: #00ac46;
}

.alert-wrapper.error {
    background-color: #ff0a0a;
}

.alert-wrapper .icon {
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.alert-wrapper .icon i {
    position: absolute;
    top: 4px;
    left: 4px;
}

.alert-wrapper .icon.close {
    left: unset;
    right: 15px;
    border: none;
    cursor: pointer;
}

.alert-wrapper p {
    line-height: 20px;
    margin: 0;
    padding-left: 30px;
    padding-right: 25px;
    font-size: 15px;
}

.alert-wrapper .icon .pi {
    color: #fff;
    font-size: 12px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: inherit;
}

.align-content-center {
    align-content: center !important;
}

.w-full {
    width: 100% !important;
}

.d-block {
    display: block;
}

.content {
    padding: 0 20px;
}

.img-error, .mlr-auto {
    margin: 0 auto;
}

.link-btn-save {
    text-decoration: none !important;
    padding: 25px 0 !important;
}

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ac46;;
    z-index: 5;
}

.loader-inner {
    display: flex;
    align-items: center;
}

.loader-img {
    top: calc(50% - 43px);
    left: calc(50% - 43px);
    -webkit-animation: spinAround 2000ms infinite linear;
    animation: spinAround 2000ms infinite linear;
}

.loader-img {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-message {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.loading-message {
    position: absolute;
    left: 0;
    top: calc(50% + 80px);
    letter-spacing: 0.63px;
    color: #ffffff;
}

@media screen and (min-width: 767px) {
    .content-inner {
        max-width: 490px;
        padding: 0 65px;
        min-height: 100vh;
    }

    .footer {
        position: relative;
        left: unset;
        bottom: unset;
    }

    .btn {
        position: relative !important;
        border-radius: 4px;
        height: 40px;
        font-size: 16px !important;
    }

    .link-btn-save {
        padding: 0 !important;
        line-height: 37px !important;
    }
}
