﻿
.form-control::placeholder {
    color: #000000 !important;
    font-size: 13px;
    opacity: 0.7; /* Firefox */
}

input::placeholder {
    color: #000000 !important;
    opacity: 0.7; /* Firefox */
    font-size: 13px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
}

#page {
    position: relative;
    overflow-x: hidden;
}

.header {
    left: 0;
    height: 55px;
    width: 100%;
    z-index: 99;
    transition: .3s;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.03);
    -webkit-box-shadow: 0 4px 18px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.08);
    position: fixed;
    top: 0;
}

.header {
    height: calc(55px + env(safe-area-inset-top) * .75) !important
}

    .header .header-subtitle {
        font-size: 12px !important;
        font-weight: 600 !important
    }

    .header .header-title {
        position: absolute;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
        color: #000;
        font-weight: 800;
        z-index: 1
    }

    .header .header-logo, .header-nav .header-logo {
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 50%
    }

    .header .header-icon, .header-nav .header-icon {
        position: absolute;
        height: 55px;
        width: 45px;
        text-align: center;
        line-height: 54px;
        font-size: 12px;
        color: #1f1f1f;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0,0,0,0) !important
    }

    .header .dropdown-menu {
        z-index: 99
    }

.header-auto-show {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-auto-show {
    pointer-events: none;
}

.header-active {
    opacity: 1;
    pointer-events: all !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.header .header-icon, .header-nav .header-icon {
    position: absolute;
    height: 55px;
    width: 45px;
    text-align: center;
    line-height: 54px;
    font-size: 12px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

.header-logo-app .header-icon-1 {
    left: 3px;
}

.header-logo-app .header-icon-2 {
    right: 2px;
}

.header-icon, .header-title {
    margin-top: calc(0px + env(safe-area-inset-top)* .75) !important;
}

.header-card.shape-rounded {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.theme-light .show-on-theme-dark {
    display: none;
}

#footer-bar .badge, .header-icon .badge {
    color: #fff !important;
    padding: 0;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
    position: absolute;
    text-align: center
}

#footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(249, 249, 249, .98);
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .06);
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    height: calc(60px + env(safe-area-inset-bottom)* 1.1);
}

    #footer-bar a {
        color: #1f1f1f;
        padding-top: 12px;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        #footer-bar a span {
            position: relative;
            z-index: 2;
            display: block;
            font-size: 10px;
            font-weight: 500;
            opacity: .7
        }

        #footer-bar a i {
            margin-top: -3px;
            font-size: 18px;
            position: relative;
            z-index: 2
        }

    #footer-bar .badge {
        font-style: normal;
        z-index: 5;
        top: 0;
        margin-left: 3px;
        width: 18px;
        line-height: 18px;
        padding-left: 0 !important
    }

#content-wrapper {
    overflow-x: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 90;
    padding-bottom: 80px;
    padding-bottom: calc(80px + env(safe-area-inset-bottom)* 1.1);
}

    #content-wrapper .page-title {
        margin-top: calc(20px + env(safe-area-inset-top) * .75) !important
    }

.page-title {
    position: relative;
    z-index: 1;
    margin: 20px 20px 30px;
}

.page-title-large .greeting-text {
    font-size: 22px !important;
    line-height: 30px;
    color: #fff;
    font-weight: 600 !important;
}

.footer-card, .header-card {
    z-index: 0;
    left: -8px;
    right: -8px;
    overflow: hidden;
    position: absolute
}

.card-top {
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.card-style {
    overflow: hidden;
    margin: 0 15px 30px;
    border-radius: 20px;
    border: none;
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .1);
}

.min-card-height {
    min-height: 360px !important;
}

.card-bottom, .card-center, .card-image, .card-overlay, .card-top {
    position: absolute
}

.card-overlay {
    background-size: cover !important;
}

.card-overlay, .card-overlay-rotate, .card-overlay-zoom {
    background-position: center center
}

.card-style .card-overlay {
    border-radius: 20px
}

.card-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.card-bottom {
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0
}

.input-style {
    position: relative;
    margin-bottom: 20px !important;
}

    .input-style.has-icon i:first-child {
        position: absolute;
        top: 50%;
        width: 10px;
        text-align: center;
        margin-top: -8px;
    }

.input-transparent *, .menu .input-style input, .menu .input-style select, .theme-dark .form-control, .theme-dark .form-control:focus, .theme-dark [data-card-height=cover] label {
    background-color: transparent !important;
}

.input-transparent.no-borders input {
    border-bottom-width: 1px !important;
    border-color: rgba(255, 255, 255, .1) !important;
}

.input-style.has-icon input, .input-style.has-icon select, .input-style.has-icon textarea {
    padding-left: 25px;
}

.input-style label {
    opacity: 0;
    left: 0 !important;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    position: absolute;
    top: -15px;
    height: 15px;
    font-size: 10px;
    -webkit-transition: 150ms;
    transition: 150ms;
    background-color: #fff;
    line-height: 1;
}

.input-transparent * {
    color: #fff !important;
}

.input-style-active label {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}

.color-green-dark {
    color: #8cc152 !important;
}

.input-style input, .input-style select, .input-style textarea {
    font-size: 12px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    padding: 0;
    border-radius: 0;
    margin-top: 30px;
}

.input-style .invalid, .input-style .valid, .input-style em, .input-style span {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 25px;
    pointer-events: none;
}

.input-style em, .input-style span {
    margin-top: -12px;
    font-size: 10px;
    font-style: normal;
    opacity: .3;
}

.show-hide-password {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    pointer-events: auto;
    cursor: pointer;
}

.badge-counter {
    border-radius: 50%;
    position: absolute;
    right: 0.5rem;
    font-size: 0.7rem;
}

.bg-fade-highlight-light {
    background-color: rgba(118, 118, 118, .7) !important;
    color: #fff !important;
}

.shadow-xl {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .02) !important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .02) !important;
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em;
}

.theme-light .show-on-theme-dark {
    display: none
}

.bg-11 {
    background-image: url(https://pwaesptest.eziway.net.au/images/pictures/app-login.jpg);
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0 !important;
    max-height: 150000px;
    background-position: center center !important;
}

.opacity-20 {
    opacity: 20% !important
}

.text-h {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}

.btn-full, .cal-message, .checkboxes-demo .fac, .icon-check input:checked ~ .icon-check-2, .switch-is-checked, .theme-dark .show-on-theme-dark, .theme-light .show-on-theme-light, img.mx-auto {
    display: block;
}

.btn-m {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    font-weight: 700;
    padding: 13px 20px !important;
    background: var(--brand-color);
}

    .btn-check:checked + .btn-m, .btn-m.active, .btn-m.show, .btn-m:first-child:active, :not(.btn-check) + .btn-m:active {
        color: #fff;
        background: var(--brand-color);
        border-color: #ffffff;
    }

    .btn-m:hover {
        opacity: .9;
        color: #fff;
        background: var(--brand-color);
    }

.icon {
    display: inline-block;
    text-align: center;
}

.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}

.shadow-l {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .09) !important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .09) !important;
}

.bg-facebook {
    background-color: var(--facebook) !important;
    color: #fff;
}

.bg-instagram {
    background-color: #e1306c !important;
    color: #fff;
}

.bg-linkedin {
    background-color: var(--linkedin) !important;
    color: #fff;
}

.bg-phone {
    background-color: #27ae60 !important;
    color: #fff;
}

/* Web Login css */
.login-right-box {
    background-color: #333333;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.login-right-box-inner {
    text-align: center;
    padding-bottom: 30px;
}

    .login-right-box-inner img {
        float: inherit;
    }

    .login-right-box-inner div {
        color: #ffffff;
        font-size: 20px;
        padding-top: 10px;
        line-height: normal;
        font-weight: 600;
    }

.login-text {
    font-size: 40px;
    color: var(--text-black);
    text-align: center;
}

    .login-text span {
        color: var(--text-black);
        font-weight: bold;
    }

.login-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .login-box .form-control {
        height: calc(2.8em + 6px);
    }

        .login-box .form-control:focus {
            box-shadow: 0 0 0 0.1rem rgba(78, 115, 223, 0.25);
        }

.login-btn-box .btn-primary {
    padding: 0.5rem 0rem;
    border-radius: 30px;
    font-size: 18px;
}

.login-btn-box .btn-danger {
    padding: 0.5rem 0rem;
    border-radius: 30px;
    font-size: 18px;
}

.login-btn-box .btn-link {
    color: #2e59d9;
}

.login-register-box {
    position: absolute;
    bottom: 0;
    border: 1px solid #d1d3e2;
    width: 100%;
    text-align: center;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-footer-mobile {
    background-color: #333333;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    text-align: center;
}

    .login-footer-mobile a {
        color: white;
    }

        .login-footer-mobile a:hover, .login-footer-mobile a:focus {
            color: #269efd;
        }

.login-box .col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
}

.login-box .form-group {
    margin-bottom: 1rem;
}

.login-box .svg-inline--fa.fa-w-14 {
    width: .875em;
}

.login-box .svg-inline--fa {
    display: inline-block;
    font-size: 18px;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.signbox h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d1d3e2;
    font-size: 1.6rem;
    color: var(--text-dark);
    line-height: 0.1em;
    margin: 25px 0 30px;
}

    .signbox h2 span {
        background: #ffffff;
        padding: 0 10px;
    }

.login-box .font-16 {
    font-size: 16px !important;
}

.link-text a {
    color: #269efd;
}

    .link-text a:hover {
        color: #333333;
    }

.loginHeightBox {
    min-height: 100vh;
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .login-right-box-inner {
        padding: 20px 0px;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .login-register-box {
        margin-right: -11px;
    }

    .login-box .col-form-label {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .login-box {
        margin-top: 5px;
    }

    .login-main-box {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .login-btn-box .btn-primary {
        padding: 0.3rem 0rem;
        font-size: 18px;
    }

    .login-box .svg-inline--fa {
        font-size: 16px;
    }

    .login-right-box-inner {
        padding: 10px 0px;
    }

    .loginHeightBox {
        min-height: calc(100vh - 113px);
    }
}
