@import '_content/Stokware.CommonUI/Stokware.CommonUI.bundle.scp.css';

/* /Pages/Website/Contact.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;600;700&family=Hammersmith+One&family=Open+Sans:ital,wght@0,300;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,500&display=swap');*/


*[b-nwtwwqukn2] {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html[b-nwtwwqukn2] {
    box-sizing: border-box;
    color: #393939;
}


h1[b-nwtwwqukn2] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}

h2[b-nwtwwqukn2] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

h3[b-nwtwwqukn2] {
    margin-top: 20px;
}

.hero-text-box h4[b-nwtwwqukn2]::after {
    display: block;
    height: 8px;
    background-color: white;
    content: " ";
    text-align: center;
    width: 130px;
    border-bottom: 1px solid white;
    margin-right: 0;
    margin-top: 50px;
}

p[b-nwtwwqukn2] {
    text-align: left;
    /* max-width: 600px; */
    font-size: 18px;
    color: #393939;
}

header[b-nwtwwqukn2] {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,212,255,0) 79%, rgba(9,9,121,0) 99%), url(/img/website/wmsbackground\ -\ mobile.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* buttons */

.hero-btn[b-nwtwwqukn2] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: #43B14B;
}

.hero-btn-alt[b-nwtwwqukn2] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: transparent;
    color: #43B14B;
    border: 1px #43B14B solid;
}

    .hero-btn-alt:hover[b-nwtwwqukn2] {
        color: #fff;
        background-color: #1d8626;
    }

.hero-btn:hover[b-nwtwwqukn2] {
    color: #fff;
    background-color: #1d8626;
}

#sign-up-btn[b-nwtwwqukn2] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    background-color: #43B14B;
    color: #fff;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

#log-in-btn[b-nwtwwqukn2] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    color: #43B14B;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

    #log-in-btn:hover[b-nwtwwqukn2],
    #log-in-btn:active[b-nwtwwqukn2] {
        background-color: #1d9627;
        transition: 0.3s;
        font-weight: 500;
        color: #f4f4f4;
    }

#sign-up-btn:hover[b-nwtwwqukn2],
#sign-up-btn:active[b-nwtwwqukn2] {
    background-color: transparent;
    transition: 0.3s;
    background-color: #1d8626;
    color: #fff;
    font-weight: 500;
}

nav[b-nwtwwqukn2] {
    top: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-bottom: black 0.5px;
    z-index: 100;
}

.logo[b-nwtwwqukn2] {
    color: rgb(17, 16, 16);
    letter-spacing: 6px;
    height: 90px
}

.nav-links[b-nwtwwqukn2] {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    width: 30%;
}

    .nav-links li[b-nwtwwqukn2] {
        font-family: 'Poppins', sans-serif;
        list-style: none;
    }

    .nav-links a[b-nwtwwqukn2] {
        color: #393939;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 18px;
    }

    .nav-links :hover[b-nwtwwqukn2] {
        color: #43B14B;
        transition: 0.3s ease;
    }

.burger[b-nwtwwqukn2] {
    display: none;
}

    .burger div[b-nwtwwqukn2] {
        width: 25px;
        height: 3px;
        background-color: #43B14B;
        margin: 5px;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 1440px) {
    .nav-links[b-nwtwwqukn2] {
        width: 30%;
    }

    h1[b-nwtwwqukn2] {
        font-size: 32px;
    }

    h2[b-nwtwwqukn2] {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    body[b-nwtwwqukn2] {
        overflow-x: hidden;
        z-index: 5;
    }

    .nav-links[b-nwtwwqukn2] {
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 7vh;
        display: flex;
        background-color: white;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.4s ease-in;
    }

        .nav-links li[b-nwtwwqukn2] {
            opacity: 0;
        }

    .burger[b-nwtwwqukn2] {
        display: block;
        cursor: pointer;
    }
}

.nav-active[b-nwtwwqukn2] {
    transform: translateX(0%);
}

@keyframes navLinkFade-b-nwtwwqukn2 {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1[b-nwtwwqukn2] {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2[b-nwtwwqukn2] {
    opacity: 0;
}

.toggle .line3[b-nwtwwqukn2] {
    transform: rotate(45deg) translate(-5px, -6px);
}



.hero-text-box[b-nwtwwqukn2] {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}

    .hero-text-box h2[b-nwtwwqukn2] {
        color: #f4f4f4;
        letter-spacing: 0;
    }

    .hero-text-box h3[b-nwtwwqukn2] {
        color: #f4f4f4;
    }

    .hero-text-box h4[b-nwtwwqukn2] {
        color: #f4f4f4;
        font-size: 34px;
        max-width: 1000px;
    }

@media (max-width: 414px) {
    .hero-text-box[b-nwtwwqukn2] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-nwtwwqukn2] {
            text-align: center;
            font-size: 20px;
        }

        .hero-text-box h3[b-nwtwwqukn2] {
            text-align: center;
            font-size: 16px;
        }

        .hero-text-box h4[b-nwtwwqukn2] {
            text-align: center;
            font-size: 18px;
        }

            .hero-text-box h4[b-nwtwwqukn2]:after {
                display: none;
            }

    .picture-tile[b-nwtwwqukn2] {
        height: 100px;
        display: block;
    }

    h1[b-nwtwwqukn2] {
        font-size: 25px;
    }

    h2[b-nwtwwqukn2] {
        font-size: 20px;
        text-align: center;
    }

    p[b-nwtwwqukn2] {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-text-box[b-nwtwwqukn2] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-nwtwwqukn2] {
            text-align: center;
            font-size: 22px;
        }

        .hero-text-box h3[b-nwtwwqukn2] {
            text-align: center;
            font-size: 19px;
        }

        .hero-text-box h4[b-nwtwwqukn2] {
            text-align: center;
            font-size: 22px;
        }

            .hero-text-box h4[b-nwtwwqukn2]:after {
                display: none;
            }

    .picture-tile[b-nwtwwqukn2] {
        display: center;
        height: 300px;
    }

    @media (max-width: 414px) {
        .hero-text-box[b-nwtwwqukn2] {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .hero-text-box h2[b-nwtwwqukn2] {
                text-align: center;
                font-size: 20px;
            }

            .hero-text-box h3[b-nwtwwqukn2] {
                text-align: center;
                font-size: 16px;
            }

            .hero-text-box h4[b-nwtwwqukn2] {
                text-align: center;
                font-size: 18px;
            }

                .hero-text-box h4[b-nwtwwqukn2]:after {
                    display: none;
                }

        .picture-tile[b-nwtwwqukn2] {
            height: 220px;
        }
    }
}


header .scroll-down a[b-nwtwwqukn2] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    header .scroll-down a:hover[b-nwtwwqukn2] {
        opacity: .5;
        cursor: pointer;
    }

header .scroll-down a[b-nwtwwqukn2] {
    padding-top: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    header .scroll-down a span[b-nwtwwqukn2] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }

.picture-tile[b-nwtwwqukn2] {
    max-height: 500px;
}

[b-nwtwwqukn2]::-webkit-scrollbar {
    width: 10px;
}

[b-nwtwwqukn2]::-webkit-scrollbar-track {
    background-color: #fff;
}

[b-nwtwwqukn2]::-webkit-scrollbar-thumb {
    background-color: rgb(172, 172, 172);
}

    [b-nwtwwqukn2]::-webkit-scrollbar-thumb:hover {
        background-color: #43B14B;
    }


#cover[b-nwtwwqukn2] {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption[b-nwtwwqukn2] {
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-btn[b-nwtwwqukn2] {
    margin-top: 20px;
    background-color: #43B14B;
    border: none;
    border-radius: 4px;
    margin-right: 15px;
    display: block;
    font-weight: 300;
    width: 100%;
    color: #f4f4f4;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
}

    .form-btn:hover[b-nwtwwqukn2] {
        background-color: #1d8626;
        transition: 0.7s;
        color: #f4f4f4;
    }
/* only used for background overlay not needed for centering */

#sign-up-input[b-nwtwwqukn2] {
    outline: 0;
    border-bottom: green;
}

#sign-up-input[b-nwtwwqukn2] {
    border-color: green
}

#error-page-header[b-nwtwwqukn2] {
    background-image: url(img/wms-background-2.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

    #error-page-header h3[b-nwtwwqukn2] {
        max-width: 900px;
    }


#ericbot[b-nwtwwqukn2] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999999;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

/* The popup chat - hidden by default */
.chat-popup[b-nwtwwqukn2] {
    display: none;
    position: fixed;
    bottom: 0;
    right: 120px;
    z-index: 9;
}

/* Add styles to the form container */


/* Full-width textarea */
.form-container textarea[b-nwtwwqukn2] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

    /* When the textarea gets focus, do something */
    .form-container textarea:focus[b-nwtwwqukn2] {
        background-color: #ddd;
        outline: none;
    }

/* Set a style for the submit/send button */
.form-container .btn[b-nwtwwqukn2] {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel[b-nwtwwqukn2] {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover[b-nwtwwqukn2], .open-button:hover[b-nwtwwqukn2] {
    opacity: 1;
}



span[b-nwtwwqukn2] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-container[b-nwtwwqukn2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 130px;
}

.bg-chat[b-nwtwwqukn2] {
    background-color: #f3f8eee8;
    border: 1px;
    border-radius: 10px 10px 0px 10px;
    width: 500px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-con[b-nwtwwqukn2] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}

.robot[b-nwtwwqukn2] {
    width: 60px;
    height: 60px;
}

.chat[b-nwtwwqukn2] {
    height: 400px;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[b-nwtwwqukn2] {
    padding: 5px;
    margin-left: auto;
    border-radius: 4px;
    width: 100%;
    margin-right: 10px;
}



.messages[b-nwtwwqukn2] {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    background-color: white;
    margin: 15px;
    border-radius: 4px;
}

    .messages img[b-nwtwwqukn2] {
        border-radius: 50%;
    }

#bot[b-nwtwwqukn2] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#user[b-nwtwwqukn2] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.bot[b-nwtwwqukn2] {
    font-family: 'Poppins', sans-serif;
    color: black;
}

    .bot span[b-nwtwwqukn2] {
        border-radius: 10px 10px 10px 0;
        margin-left: 4px;
    }

.avatar[b-nwtwwqukn2] {
    height: 25px;
}

span[b-nwtwwqukn2] {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}



.response[b-nwtwwqukn2] {
    display: flex;
    align-items: center;
    height: 25px;
}

#user span[b-nwtwwqukn2] {
    border-radius: 10px 10px 0px 10px;
    margin-right: 4px;
    height:;
}


/* Mobile */

@media only screen and (max-width: 980px) {
    .container[b-nwtwwqukn2] {
        flex-direction: column;
        justify-content: flex-start;
    }

    .chat[b-nwtwwqukn2] {
        width: 75vw;
        margin: 10vw;
    }
}

.heartbeat[b-nwtwwqukn2] {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat-b-nwtwwqukn2 1.5s ease-in-out infinite both
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat-b-nwtwwqukn2 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

[type="date"][b-nwtwwqukn2] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

    [type="date"][b-nwtwwqukn2]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"][b-nwtwwqukn2]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

label[b-nwtwwqukn2] {
    display: block;
}

#datePicker[b-nwtwwqukn2] {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

/* Image Mapping */

area[b-nwtwwqukn2] {
    cursor: pointer;
}

.tab-pane h3[b-nwtwwqukn2] {
    color: #43b14b;
    font-weight: bold;
}

.carousel-indicators[b-nwtwwqukn2] {
    background-color: rgba(0,0,0,0.3);
}

.disableCaret[b-nwtwwqukn2] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs[b-nwtwwqukn2] {
    border: 0;
}

.features .nav-link[b-nwtwwqukn2] {
    border: 0;
    padding: 25px 20px;
    color: #43B14B;
    box-shadow: 5px 5px 25px rgba(72, 86, 10, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
}

    .features .nav-link i[b-nwtwwqukn2] {
        font-size: 32px;
        line-height: 0;
    }

    .features .nav-link h4[b-nwtwwqukn2] {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 0 0;
        color: #43B14B;
    }

    .features .nav-link:hover[b-nwtwwqukn2] {
        color: #43B14B;
    }

    .features .nav-link.active[b-nwtwwqukn2] {
        transition: 0.3s;
        background: #43B14B linear-gradient(rgba(67, 177, 75, 0.95), rgba(67, 177, 75, 0.6));
        border-color: #43B14B;
    }

        .features .nav-link.active h4[b-nwtwwqukn2] {
            color: #ffffff;
        }

        .features .nav-link.active i[b-nwtwwqukn2] {
            color: #ffffff !important;
        }

.features .tab-content[b-nwtwwqukn2] {
    margin-top: 30px;
}

.features .tab-pane.active[b-nwtwwqukn2] {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn-b-nwtwwqukn2 0.5s ease-out;
}

.features .tab-pane h3[b-nwtwwqukn2] {
    font-weight: 600;
    font-size: 36px;
    color: #43B14B;
}

.features .tab-pane ul[b-nwtwwqukn2] {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li[b-nwtwwqukn2] {
        padding-bottom: 10px;
    }

    .features .tab-pane ul i[b-nwtwwqukn2] {
        font-size: 24px;
        margin-right: 4px;
        color: #43B14B;
    }

.features .tab-pane p:last-child[b-nwtwwqukn2] {
    margin-bottom: 0;
}

@keyframes fadeIn-b-nwtwwqukn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Website/Main.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;600;700&family=Hammersmith+One&family=Open+Sans:ital,wght@0,300;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,500&display=swap');*/


*[b-1dsvuxg2es] {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html[b-1dsvuxg2es] {
    box-sizing: border-box;
    color: #393939;
}


h1[b-1dsvuxg2es] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}

h2[b-1dsvuxg2es] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

h3[b-1dsvuxg2es] {
    margin-top: 20px;
}

.hero-text-box h4[b-1dsvuxg2es]::after {
    display: block;
    height: 8px;
    background-color: white;
    content: " ";
    text-align: center;
    width: 130px;
    border-bottom: 1px solid white;
    margin-right: 0;
    margin-top: 50px;
}

p[b-1dsvuxg2es] {
    text-align: left;
    /* max-width: 600px; */
    font-size: 18px;
    color: #393939;
}

header[b-1dsvuxg2es] {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,212,255,0) 79%, rgba(9,9,121,0) 99%), url(/img/website/wmsbackground\ -\ mobile.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* buttons */

.hero-btn[b-1dsvuxg2es] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: #43B14B;
}

.hero-btn-alt[b-1dsvuxg2es] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: transparent;
    color: #43B14B;
    border: 1px #43B14B solid;
}

    .hero-btn-alt:hover[b-1dsvuxg2es] {
        color: #fff;
        background-color: #1d8626;
    }

.hero-btn:hover[b-1dsvuxg2es] {
    color: #fff;
    background-color: #1d8626;
}

#sign-up-btn[b-1dsvuxg2es] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    background-color: #43B14B;
    color: #fff;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

#log-in-btn[b-1dsvuxg2es] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    color: #43B14B;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

    #log-in-btn:hover[b-1dsvuxg2es],
    #log-in-btn:active[b-1dsvuxg2es] {
        background-color: #1d9627;
        transition: 0.3s;
        font-weight: 500;
        color: #f4f4f4;
    }

#sign-up-btn:hover[b-1dsvuxg2es],
#sign-up-btn:active[b-1dsvuxg2es] {
    background-color: transparent;
    transition: 0.3s;
    background-color: #1d8626;
    color: #fff;
    font-weight: 500;
}

nav[b-1dsvuxg2es] {
    top: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-bottom: black 0.5px;
    z-index: 100;
}

.logo[b-1dsvuxg2es] {
    color: rgb(17, 16, 16);
    letter-spacing: 6px;
    height: 90px
}

.nav-links[b-1dsvuxg2es] {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    width: 30%;
}

    .nav-links li[b-1dsvuxg2es] {
        font-family: 'Poppins', sans-serif;
        list-style: none;
    }

    .nav-links a[b-1dsvuxg2es] {
        color: #393939;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 18px;
    }

    .nav-links :hover[b-1dsvuxg2es] {
        color: #43B14B;
        transition: 0.3s ease;
    }

.burger[b-1dsvuxg2es] {
    display: none;
}

    .burger div[b-1dsvuxg2es] {
        width: 25px;
        height: 3px;
        background-color: #43B14B;
        margin: 5px;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 1440px) {
    .nav-links[b-1dsvuxg2es] {
        width: 30%;
    }

    h1[b-1dsvuxg2es] {
        font-size: 32px;
    }

    h2[b-1dsvuxg2es] {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    body[b-1dsvuxg2es] {
        overflow-x: hidden;
        z-index: 5;
    }

    .nav-links[b-1dsvuxg2es] {
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 7vh;
        display: flex;
        background-color: white;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.4s ease-in;
    }

        .nav-links li[b-1dsvuxg2es] {
            opacity: 0;
        }

    .burger[b-1dsvuxg2es] {
        display: block;
        cursor: pointer;
    }
}

.nav-active[b-1dsvuxg2es] {
    transform: translateX(0%);
}

@keyframes navLinkFade-b-1dsvuxg2es {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1[b-1dsvuxg2es] {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2[b-1dsvuxg2es] {
    opacity: 0;
}

.toggle .line3[b-1dsvuxg2es] {
    transform: rotate(45deg) translate(-5px, -6px);
}



.hero-text-box[b-1dsvuxg2es] {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}

    .hero-text-box h2[b-1dsvuxg2es] {
        color: #f4f4f4;
        letter-spacing: 0;
    }

    .hero-text-box h3[b-1dsvuxg2es] {
        color: #f4f4f4;
    }

    .hero-text-box h4[b-1dsvuxg2es] {
        color: #f4f4f4;
        font-size: 34px;
        max-width: 1000px;
    }

@media (max-width: 414px) {
    .hero-text-box[b-1dsvuxg2es] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-1dsvuxg2es] {
            text-align: center;
            font-size: 20px;
        }

        .hero-text-box h3[b-1dsvuxg2es] {
            text-align: center;
            font-size: 16px;
        }

        .hero-text-box h4[b-1dsvuxg2es] {
            text-align: center;
            font-size: 18px;
        }

            .hero-text-box h4[b-1dsvuxg2es]:after {
                display: none;
            }

    .picture-tile[b-1dsvuxg2es] {
        height: 100px;
        display: block;
    }

    h1[b-1dsvuxg2es] {
        font-size: 25px;
    }

    h2[b-1dsvuxg2es] {
        font-size: 20px;
        text-align: center;
    }

    p[b-1dsvuxg2es] {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-text-box[b-1dsvuxg2es] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-1dsvuxg2es] {
            text-align: center;
            font-size: 22px;
        }

        .hero-text-box h3[b-1dsvuxg2es] {
            text-align: center;
            font-size: 19px;
        }

        .hero-text-box h4[b-1dsvuxg2es] {
            text-align: center;
            font-size: 22px;
        }

            .hero-text-box h4[b-1dsvuxg2es]:after {
                display: none;
            }

    .picture-tile[b-1dsvuxg2es] {
        display: center;
        height: 300px;
    }

    @media (max-width: 414px) {
        .hero-text-box[b-1dsvuxg2es] {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .hero-text-box h2[b-1dsvuxg2es] {
                text-align: center;
                font-size: 20px;
            }

            .hero-text-box h3[b-1dsvuxg2es] {
                text-align: center;
                font-size: 16px;
            }

            .hero-text-box h4[b-1dsvuxg2es] {
                text-align: center;
                font-size: 18px;
            }

                .hero-text-box h4[b-1dsvuxg2es]:after {
                    display: none;
                }

        .picture-tile[b-1dsvuxg2es] {
            height: 220px;
        }
    }
}


header .scroll-down a[b-1dsvuxg2es] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    header .scroll-down a:hover[b-1dsvuxg2es] {
        opacity: .5;
        cursor: pointer;
    }

header .scroll-down a[b-1dsvuxg2es] {
    padding-top: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    header .scroll-down a span[b-1dsvuxg2es] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }

.picture-tile[b-1dsvuxg2es] {
    max-height: 500px;
}

[b-1dsvuxg2es]::-webkit-scrollbar {
    width: 10px;
}

[b-1dsvuxg2es]::-webkit-scrollbar-track {
    background-color: #fff;
}

[b-1dsvuxg2es]::-webkit-scrollbar-thumb {
    background-color: rgb(172, 172, 172);
}

    [b-1dsvuxg2es]::-webkit-scrollbar-thumb:hover {
        background-color: #43B14B;
    }


#cover[b-1dsvuxg2es] {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption[b-1dsvuxg2es] {
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-btn[b-1dsvuxg2es] {
    margin-top: 20px;
    background-color: #43B14B;
    border: none;
    border-radius: 4px;
    margin-right: 15px;
    display: block;
    font-weight: 300;
    width: 100%;
    color: #f4f4f4;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
}

    .form-btn:hover[b-1dsvuxg2es] {
        background-color: #1d8626;
        transition: 0.7s;
        color: #f4f4f4;
    }
/* only used for background overlay not needed for centering */

#sign-up-input[b-1dsvuxg2es] {
    outline: 0;
    border-bottom: green;
}

#sign-up-input[b-1dsvuxg2es] {
    border-color: green
}

#error-page-header[b-1dsvuxg2es] {
    background-image: url(img/wms-background-2.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

    #error-page-header h3[b-1dsvuxg2es] {
        max-width: 900px;
    }


#ericbot[b-1dsvuxg2es] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999999;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

/* The popup chat - hidden by default */
.chat-popup[b-1dsvuxg2es] {
    display: none;
    position: fixed;
    bottom: 0;
    right: 120px;
    z-index: 9;
}

/* Add styles to the form container */


/* Full-width textarea */
.form-container textarea[b-1dsvuxg2es] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

    /* When the textarea gets focus, do something */
    .form-container textarea:focus[b-1dsvuxg2es] {
        background-color: #ddd;
        outline: none;
    }

/* Set a style for the submit/send button */
.form-container .btn[b-1dsvuxg2es] {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel[b-1dsvuxg2es] {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover[b-1dsvuxg2es], .open-button:hover[b-1dsvuxg2es] {
    opacity: 1;
}



span[b-1dsvuxg2es] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-container[b-1dsvuxg2es] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 130px;
}

.bg-chat[b-1dsvuxg2es] {
    background-color: #f3f8eee8;
    border: 1px;
    border-radius: 10px 10px 0px 10px;
    width: 500px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-con[b-1dsvuxg2es] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}

.robot[b-1dsvuxg2es] {
    width: 60px;
    height: 60px;
}

.chat[b-1dsvuxg2es] {
    height: 400px;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[b-1dsvuxg2es] {
    padding: 5px;
    margin-left: auto;
    border-radius: 4px;
    width: 100%;
    margin-right: 10px;
}



.messages[b-1dsvuxg2es] {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    background-color: white;
    margin: 15px;
    border-radius: 4px;
}

    .messages img[b-1dsvuxg2es] {
        border-radius: 50%;
    }

#bot[b-1dsvuxg2es] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#user[b-1dsvuxg2es] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.bot[b-1dsvuxg2es] {
    font-family: 'Poppins', sans-serif;
    color: black;
}

    .bot span[b-1dsvuxg2es] {
        border-radius: 10px 10px 10px 0;
        margin-left: 4px;
    }

.avatar[b-1dsvuxg2es] {
    height: 25px;
}

span[b-1dsvuxg2es] {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}



.response[b-1dsvuxg2es] {
    display: flex;
    align-items: center;
    height: 25px;
}

#user span[b-1dsvuxg2es] {
    border-radius: 10px 10px 0px 10px;
    margin-right: 4px;
    height:;
}


/* Mobile */

@media only screen and (max-width: 980px) {
    .container[b-1dsvuxg2es] {
        flex-direction: column;
        justify-content: flex-start;
    }

    .chat[b-1dsvuxg2es] {
        width: 75vw;
        margin: 10vw;
    }
}

.heartbeat[b-1dsvuxg2es] {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat-b-1dsvuxg2es 1.5s ease-in-out infinite both
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat-b-1dsvuxg2es {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

[type="date"][b-1dsvuxg2es] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

    [type="date"][b-1dsvuxg2es]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"][b-1dsvuxg2es]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

label[b-1dsvuxg2es] {
    display: block;
}

#datePicker[b-1dsvuxg2es] {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

/* Image Mapping */

area[b-1dsvuxg2es] {
    cursor: pointer;
}

.tab-pane h3[b-1dsvuxg2es] {
    color: #43b14b;
    font-weight: bold;
}

.carousel-indicators[b-1dsvuxg2es] {
    background-color: rgba(0,0,0,0.3);
}

.disableCaret[b-1dsvuxg2es] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs[b-1dsvuxg2es] {
    border: 0;
}

.features .nav-link[b-1dsvuxg2es] {
    border: 0;
    padding: 25px 20px;
    color: #43B14B;
    box-shadow: 5px 5px 25px rgba(72, 86, 10, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
}

    .features .nav-link i[b-1dsvuxg2es] {
        font-size: 32px;
        line-height: 0;
    }

    .features .nav-link h4[b-1dsvuxg2es] {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 0 0;
        color: #43B14B;
    }

    .features .nav-link:hover[b-1dsvuxg2es] {
        color: #43B14B;
    }

    .features .nav-link.active[b-1dsvuxg2es] {
        transition: 0.3s;
        background: #43B14B linear-gradient(rgba(67, 177, 75, 0.95), rgba(67, 177, 75, 0.6));
        border-color: #43B14B;
    }

        .features .nav-link.active h4[b-1dsvuxg2es] {
            color: #ffffff;
        }

        .features .nav-link.active i[b-1dsvuxg2es] {
            color: #ffffff !important;
        }

.features .tab-content[b-1dsvuxg2es] {
    margin-top: 30px;
}

.features .tab-pane.active[b-1dsvuxg2es] {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn-b-1dsvuxg2es 0.5s ease-out;
}

.features .tab-pane h3[b-1dsvuxg2es] {
    font-weight: 600;
    font-size: 36px;
    color: #43B14B;
}

.features .tab-pane ul[b-1dsvuxg2es] {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li[b-1dsvuxg2es] {
        padding-bottom: 10px;
    }

    .features .tab-pane ul i[b-1dsvuxg2es] {
        font-size: 24px;
        margin-right: 4px;
        color: #43B14B;
    }

.features .tab-pane p:last-child[b-1dsvuxg2es] {
    margin-bottom: 0;
}

@keyframes fadeIn-b-1dsvuxg2es {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Website/PrivacyPolicy.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;600;700&family=Hammersmith+One&family=Open+Sans:ital,wght@0,300;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,500&display=swap');*/


*[b-5qfhmcu1ww] {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html[b-5qfhmcu1ww] {
    box-sizing: border-box;
    color: #393939;
}


h1[b-5qfhmcu1ww] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}

h2[b-5qfhmcu1ww] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

h3[b-5qfhmcu1ww] {
    margin-top: 20px;
}

.hero-text-box h4[b-5qfhmcu1ww]::after {
    display: block;
    height: 8px;
    background-color: white;
    content: " ";
    text-align: center;
    width: 130px;
    border-bottom: 1px solid white;
    margin-right: 0;
    margin-top: 50px;
}

p[b-5qfhmcu1ww] {
    text-align: left;
    /* max-width: 600px; */
    font-size: 18px;
    color: #393939;
}

header[b-5qfhmcu1ww] {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,212,255,0) 79%, rgba(9,9,121,0) 99%), url(/img/website/wmsbackground\ -\ mobile.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* buttons */

.hero-btn[b-5qfhmcu1ww] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: #43B14B;
}

.hero-btn-alt[b-5qfhmcu1ww] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: transparent;
    color: #43B14B;
    border: 1px #43B14B solid;
}

    .hero-btn-alt:hover[b-5qfhmcu1ww] {
        color: #fff;
        background-color: #1d8626;
    }

.hero-btn:hover[b-5qfhmcu1ww] {
    color: #fff;
    background-color: #1d8626;
}

#sign-up-btn[b-5qfhmcu1ww] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    background-color: #43B14B;
    color: #fff;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

#log-in-btn[b-5qfhmcu1ww] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    color: #43B14B;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

    #log-in-btn:hover[b-5qfhmcu1ww],
    #log-in-btn:active[b-5qfhmcu1ww] {
        background-color: #1d9627;
        transition: 0.3s;
        font-weight: 500;
        color: #f4f4f4;
    }

#sign-up-btn:hover[b-5qfhmcu1ww],
#sign-up-btn:active[b-5qfhmcu1ww] {
    background-color: transparent;
    transition: 0.3s;
    background-color: #1d8626;
    color: #fff;
    font-weight: 500;
}

nav[b-5qfhmcu1ww] {
    top: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-bottom: black 0.5px;
    z-index: 100;
}

.logo[b-5qfhmcu1ww] {
    color: rgb(17, 16, 16);
    letter-spacing: 6px;
    height: 90px
}

.nav-links[b-5qfhmcu1ww] {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    width: 30%;
}

    .nav-links li[b-5qfhmcu1ww] {
        font-family: 'Poppins', sans-serif;
        list-style: none;
    }

    .nav-links a[b-5qfhmcu1ww] {
        color: #393939;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 18px;
    }

    .nav-links :hover[b-5qfhmcu1ww] {
        color: #43B14B;
        transition: 0.3s ease;
    }

.burger[b-5qfhmcu1ww] {
    display: none;
}

    .burger div[b-5qfhmcu1ww] {
        width: 25px;
        height: 3px;
        background-color: #43B14B;
        margin: 5px;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 1440px) {
    .nav-links[b-5qfhmcu1ww] {
        width: 30%;
    }

    h1[b-5qfhmcu1ww] {
        font-size: 32px;
    }

    h2[b-5qfhmcu1ww] {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    body[b-5qfhmcu1ww] {
        overflow-x: hidden;
        z-index: 5;
    }

    .nav-links[b-5qfhmcu1ww] {
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 7vh;
        display: flex;
        background-color: white;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.4s ease-in;
    }

        .nav-links li[b-5qfhmcu1ww] {
            opacity: 0;
        }

    .burger[b-5qfhmcu1ww] {
        display: block;
        cursor: pointer;
    }
}

.nav-active[b-5qfhmcu1ww] {
    transform: translateX(0%);
}

@keyframes navLinkFade-b-5qfhmcu1ww {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1[b-5qfhmcu1ww] {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2[b-5qfhmcu1ww] {
    opacity: 0;
}

.toggle .line3[b-5qfhmcu1ww] {
    transform: rotate(45deg) translate(-5px, -6px);
}



.hero-text-box[b-5qfhmcu1ww] {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}

    .hero-text-box h2[b-5qfhmcu1ww] {
        color: #f4f4f4;
        letter-spacing: 0;
    }

    .hero-text-box h3[b-5qfhmcu1ww] {
        color: #f4f4f4;
    }

    .hero-text-box h4[b-5qfhmcu1ww] {
        color: #f4f4f4;
        font-size: 34px;
        max-width: 1000px;
    }

@media (max-width: 414px) {
    .hero-text-box[b-5qfhmcu1ww] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-5qfhmcu1ww] {
            text-align: center;
            font-size: 20px;
        }

        .hero-text-box h3[b-5qfhmcu1ww] {
            text-align: center;
            font-size: 16px;
        }

        .hero-text-box h4[b-5qfhmcu1ww] {
            text-align: center;
            font-size: 18px;
        }

            .hero-text-box h4[b-5qfhmcu1ww]:after {
                display: none;
            }

    .picture-tile[b-5qfhmcu1ww] {
        height: 100px;
        display: block;
    }

    h1[b-5qfhmcu1ww] {
        font-size: 25px;
    }

    h2[b-5qfhmcu1ww] {
        font-size: 20px;
        text-align: center;
    }

    p[b-5qfhmcu1ww] {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-text-box[b-5qfhmcu1ww] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-5qfhmcu1ww] {
            text-align: center;
            font-size: 22px;
        }

        .hero-text-box h3[b-5qfhmcu1ww] {
            text-align: center;
            font-size: 19px;
        }

        .hero-text-box h4[b-5qfhmcu1ww] {
            text-align: center;
            font-size: 22px;
        }

            .hero-text-box h4[b-5qfhmcu1ww]:after {
                display: none;
            }

    .picture-tile[b-5qfhmcu1ww] {
        display: center;
        height: 300px;
    }

    @media (max-width: 414px) {
        .hero-text-box[b-5qfhmcu1ww] {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .hero-text-box h2[b-5qfhmcu1ww] {
                text-align: center;
                font-size: 20px;
            }

            .hero-text-box h3[b-5qfhmcu1ww] {
                text-align: center;
                font-size: 16px;
            }

            .hero-text-box h4[b-5qfhmcu1ww] {
                text-align: center;
                font-size: 18px;
            }

                .hero-text-box h4[b-5qfhmcu1ww]:after {
                    display: none;
                }

        .picture-tile[b-5qfhmcu1ww] {
            height: 220px;
        }
    }
}


header .scroll-down a[b-5qfhmcu1ww] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    header .scroll-down a:hover[b-5qfhmcu1ww] {
        opacity: .5;
        cursor: pointer;
    }

header .scroll-down a[b-5qfhmcu1ww] {
    padding-top: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    header .scroll-down a span[b-5qfhmcu1ww] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }

.picture-tile[b-5qfhmcu1ww] {
    max-height: 500px;
}

[b-5qfhmcu1ww]::-webkit-scrollbar {
    width: 10px;
}

[b-5qfhmcu1ww]::-webkit-scrollbar-track {
    background-color: #fff;
}

[b-5qfhmcu1ww]::-webkit-scrollbar-thumb {
    background-color: rgb(172, 172, 172);
}

    [b-5qfhmcu1ww]::-webkit-scrollbar-thumb:hover {
        background-color: #43B14B;
    }


#cover[b-5qfhmcu1ww] {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption[b-5qfhmcu1ww] {
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-btn[b-5qfhmcu1ww] {
    margin-top: 20px;
    background-color: #43B14B;
    border: none;
    border-radius: 4px;
    margin-right: 15px;
    display: block;
    font-weight: 300;
    width: 100%;
    color: #f4f4f4;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
}

    .form-btn:hover[b-5qfhmcu1ww] {
        background-color: #1d8626;
        transition: 0.7s;
        color: #f4f4f4;
    }
/* only used for background overlay not needed for centering */

#sign-up-input[b-5qfhmcu1ww] {
    outline: 0;
    border-bottom: green;
}

#sign-up-input[b-5qfhmcu1ww] {
    border-color: green
}

#error-page-header[b-5qfhmcu1ww] {
    background-image: url(img/wms-background-2.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

    #error-page-header h3[b-5qfhmcu1ww] {
        max-width: 900px;
    }


#ericbot[b-5qfhmcu1ww] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999999;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

/* The popup chat - hidden by default */
.chat-popup[b-5qfhmcu1ww] {
    display: none;
    position: fixed;
    bottom: 0;
    right: 120px;
    z-index: 9;
}

/* Add styles to the form container */


/* Full-width textarea */
.form-container textarea[b-5qfhmcu1ww] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

    /* When the textarea gets focus, do something */
    .form-container textarea:focus[b-5qfhmcu1ww] {
        background-color: #ddd;
        outline: none;
    }

/* Set a style for the submit/send button */
.form-container .btn[b-5qfhmcu1ww] {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel[b-5qfhmcu1ww] {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover[b-5qfhmcu1ww], .open-button:hover[b-5qfhmcu1ww] {
    opacity: 1;
}



span[b-5qfhmcu1ww] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-container[b-5qfhmcu1ww] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 130px;
}

.bg-chat[b-5qfhmcu1ww] {
    background-color: #f3f8eee8;
    border: 1px;
    border-radius: 10px 10px 0px 10px;
    width: 500px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-con[b-5qfhmcu1ww] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}

.robot[b-5qfhmcu1ww] {
    width: 60px;
    height: 60px;
}

.chat[b-5qfhmcu1ww] {
    height: 400px;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[b-5qfhmcu1ww] {
    padding: 5px;
    margin-left: auto;
    border-radius: 4px;
    width: 80%;
    margin-right: 10px;
}



.messages[b-5qfhmcu1ww] {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    background-color: white;
    margin: 15px;
    border-radius: 4px;
}

    .messages img[b-5qfhmcu1ww] {
        border-radius: 50%;
    }

#bot[b-5qfhmcu1ww] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#user[b-5qfhmcu1ww] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.bot[b-5qfhmcu1ww] {
    font-family: 'Poppins', sans-serif;
    color: black;
}

    .bot span[b-5qfhmcu1ww] {
        border-radius: 10px 10px 10px 0;
        margin-left: 4px;
    }

.avatar[b-5qfhmcu1ww] {
    height: 25px;
}

span[b-5qfhmcu1ww] {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}



.response[b-5qfhmcu1ww] {
    display: flex;
    align-items: center;
    height: 25px;
}

#user span[b-5qfhmcu1ww] {
    border-radius: 10px 10px 0px 10px;
    margin-right: 4px;
    height:;
}


/* Mobile */

@media only screen and (max-width: 980px) {
    .container[b-5qfhmcu1ww] {
        flex-direction: column;
        justify-content: flex-start;
    }

    .chat[b-5qfhmcu1ww] {
        width: 75vw;
        margin: 10vw;
    }
}

.heartbeat[b-5qfhmcu1ww] {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat-b-5qfhmcu1ww 1.5s ease-in-out infinite both
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat-b-5qfhmcu1ww {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

[type="date"][b-5qfhmcu1ww] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

    [type="date"][b-5qfhmcu1ww]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"][b-5qfhmcu1ww]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

label[b-5qfhmcu1ww] {
    display: block;
}

#datePicker[b-5qfhmcu1ww] {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

/* Image Mapping */

area[b-5qfhmcu1ww] {
    cursor: pointer;
}

.tab-pane h3[b-5qfhmcu1ww] {
    color: #43b14b;
    font-weight: bold;
}

.carousel-indicators[b-5qfhmcu1ww] {
    background-color: rgba(0,0,0,0.3);
}

.disableCaret[b-5qfhmcu1ww] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs[b-5qfhmcu1ww] {
    border: 0;
}

.features .nav-link[b-5qfhmcu1ww] {
    border: 0;
    padding: 25px 20px;
    color: #43B14B;
    box-shadow: 5px 5px 25px rgba(72, 86, 10, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
}

    .features .nav-link i[b-5qfhmcu1ww] {
        font-size: 32px;
        line-height: 0;
    }

    .features .nav-link h4[b-5qfhmcu1ww] {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 0 0;
        color: #43B14B;
    }

    .features .nav-link:hover[b-5qfhmcu1ww] {
        color: #43B14B;
    }

    .features .nav-link.active[b-5qfhmcu1ww] {
        transition: 0.3s;
        background: #43B14B linear-gradient(rgba(67, 177, 75, 0.95), rgba(67, 177, 75, 0.6));
        border-color: #43B14B;
    }

        .features .nav-link.active h4[b-5qfhmcu1ww] {
            color: #ffffff;
        }

        .features .nav-link.active i[b-5qfhmcu1ww] {
            color: #ffffff !important;
        }

.features .tab-content[b-5qfhmcu1ww] {
    margin-top: 30px;
}

.features .tab-pane.active[b-5qfhmcu1ww] {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn-b-5qfhmcu1ww 0.5s ease-out;
}

.features .tab-pane h3[b-5qfhmcu1ww] {
    font-weight: 600;
    font-size: 36px;
    color: #43B14B;
}

.features .tab-pane ul[b-5qfhmcu1ww] {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li[b-5qfhmcu1ww] {
        padding-bottom: 10px;
    }

    .features .tab-pane ul i[b-5qfhmcu1ww] {
        font-size: 24px;
        margin-right: 4px;
        color: #43B14B;
    }

.features .tab-pane p:last-child[b-5qfhmcu1ww] {
    margin-bottom: 0;
}

@keyframes fadeIn-b-5qfhmcu1ww {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Website/Store.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;600;700&family=Hammersmith+One&family=Open+Sans:ital,wght@0,300;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,500&display=swap');*/


*[b-jwdnue2ek5] {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html[b-jwdnue2ek5] {
    box-sizing: border-box;
    color: #393939;
}


h1[b-jwdnue2ek5] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}

h2[b-jwdnue2ek5] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

h3[b-jwdnue2ek5] {
    margin-top: 20px;
}

.hero-text-box h4[b-jwdnue2ek5]::after {
    display: block;
    height: 8px;
    background-color: white;
    content: " ";
    text-align: center;
    width: 130px;
    border-bottom: 1px solid white;
    margin-right: 0;
    margin-top: 50px;
}

p[b-jwdnue2ek5] {
    text-align: left;
    /* max-width: 600px; */
    font-size: 18px;
    color: #393939;
}

header[b-jwdnue2ek5] {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,212,255,0) 79%, rgba(9,9,121,0) 99%), url(/img/website/wmsbackground\ -\ mobile.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* buttons */

.hero-btn[b-jwdnue2ek5] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: #43B14B;
}

.hero-btn-alt[b-jwdnue2ek5] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: transparent;
    color: #43B14B;
    border: 1px #43B14B solid;
}

    .hero-btn-alt:hover[b-jwdnue2ek5] {
        color: #fff;
        background-color: #1d8626;
    }

.hero-btn:hover[b-jwdnue2ek5] {
    color: #fff;
    background-color: #1d8626;
}

#sign-up-btn[b-jwdnue2ek5] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    background-color: #43B14B;
    color: #fff;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

#log-in-btn[b-jwdnue2ek5] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    color: #43B14B;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

    #log-in-btn:hover[b-jwdnue2ek5],
    #log-in-btn:active[b-jwdnue2ek5] {
        background-color: #1d9627;
        transition: 0.3s;
        font-weight: 500;
        color: #f4f4f4;
    }

#sign-up-btn:hover[b-jwdnue2ek5],
#sign-up-btn:active[b-jwdnue2ek5] {
    background-color: transparent;
    transition: 0.3s;
    background-color: #1d8626;
    color: #fff;
    font-weight: 500;
}

nav[b-jwdnue2ek5] {
    top: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-bottom: black 0.5px;
    z-index: 100;
}

.logo[b-jwdnue2ek5] {
    color: rgb(17, 16, 16);
    letter-spacing: 6px;
    height: 90px
}

.nav-links[b-jwdnue2ek5] {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    width: 30%;
}

    .nav-links li[b-jwdnue2ek5] {
        font-family: 'Poppins', sans-serif;
        list-style: none;
    }

    .nav-links a[b-jwdnue2ek5] {
        color: #393939;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 18px;
    }

    .nav-links :hover[b-jwdnue2ek5] {
        color: #43B14B;
        transition: 0.3s ease;
    }

.burger[b-jwdnue2ek5] {
    display: none;
}

    .burger div[b-jwdnue2ek5] {
        width: 25px;
        height: 3px;
        background-color: #43B14B;
        margin: 5px;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 1440px) {
    .nav-links[b-jwdnue2ek5] {
        width: 30%;
    }

    h1[b-jwdnue2ek5] {
        font-size: 32px;
    }

    h2[b-jwdnue2ek5] {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    body[b-jwdnue2ek5] {
        overflow-x: hidden;
        z-index: 5;
    }

    .nav-links[b-jwdnue2ek5] {
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 7vh;
        display: flex;
        background-color: white;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.4s ease-in;
    }

        .nav-links li[b-jwdnue2ek5] {
            opacity: 0;
        }

    .burger[b-jwdnue2ek5] {
        display: block;
        cursor: pointer;
    }
}

.nav-active[b-jwdnue2ek5] {
    transform: translateX(0%);
}

@keyframes navLinkFade-b-jwdnue2ek5 {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1[b-jwdnue2ek5] {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2[b-jwdnue2ek5] {
    opacity: 0;
}

.toggle .line3[b-jwdnue2ek5] {
    transform: rotate(45deg) translate(-5px, -6px);
}



.hero-text-box[b-jwdnue2ek5] {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}

    .hero-text-box h2[b-jwdnue2ek5] {
        color: #f4f4f4;
        letter-spacing: 0;
    }

    .hero-text-box h3[b-jwdnue2ek5] {
        color: #f4f4f4;
    }

    .hero-text-box h4[b-jwdnue2ek5] {
        color: #f4f4f4;
        font-size: 34px;
        max-width: 1000px;
    }

@media (max-width: 414px) {
    .hero-text-box[b-jwdnue2ek5] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-jwdnue2ek5] {
            text-align: center;
            font-size: 20px;
        }

        .hero-text-box h3[b-jwdnue2ek5] {
            text-align: center;
            font-size: 16px;
        }

        .hero-text-box h4[b-jwdnue2ek5] {
            text-align: center;
            font-size: 18px;
        }

            .hero-text-box h4[b-jwdnue2ek5]:after {
                display: none;
            }

    .picture-tile[b-jwdnue2ek5] {
        height: 100px;
        display: block;
    }

    h1[b-jwdnue2ek5] {
        font-size: 25px;
    }

    h2[b-jwdnue2ek5] {
        font-size: 20px;
        text-align: center;
    }

    p[b-jwdnue2ek5] {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-text-box[b-jwdnue2ek5] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-jwdnue2ek5] {
            text-align: center;
            font-size: 22px;
        }

        .hero-text-box h3[b-jwdnue2ek5] {
            text-align: center;
            font-size: 19px;
        }

        .hero-text-box h4[b-jwdnue2ek5] {
            text-align: center;
            font-size: 22px;
        }

            .hero-text-box h4[b-jwdnue2ek5]:after {
                display: none;
            }

    .picture-tile[b-jwdnue2ek5] {
        display: center;
        height: 300px;
    }

    @media (max-width: 414px) {
        .hero-text-box[b-jwdnue2ek5] {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .hero-text-box h2[b-jwdnue2ek5] {
                text-align: center;
                font-size: 20px;
            }

            .hero-text-box h3[b-jwdnue2ek5] {
                text-align: center;
                font-size: 16px;
            }

            .hero-text-box h4[b-jwdnue2ek5] {
                text-align: center;
                font-size: 18px;
            }

                .hero-text-box h4[b-jwdnue2ek5]:after {
                    display: none;
                }

        .picture-tile[b-jwdnue2ek5] {
            height: 220px;
        }
    }
}


header .scroll-down a[b-jwdnue2ek5] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    header .scroll-down a:hover[b-jwdnue2ek5] {
        opacity: .5;
        cursor: pointer;
    }

header .scroll-down a[b-jwdnue2ek5] {
    padding-top: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    header .scroll-down a span[b-jwdnue2ek5] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }

.picture-tile[b-jwdnue2ek5] {
    max-height: 500px;
}

[b-jwdnue2ek5]::-webkit-scrollbar {
    width: 10px;
}

[b-jwdnue2ek5]::-webkit-scrollbar-track {
    background-color: #fff;
}

[b-jwdnue2ek5]::-webkit-scrollbar-thumb {
    background-color: rgb(172, 172, 172);
}

    [b-jwdnue2ek5]::-webkit-scrollbar-thumb:hover {
        background-color: #43B14B;
    }


#cover[b-jwdnue2ek5] {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption[b-jwdnue2ek5] {
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-btn[b-jwdnue2ek5] {
    margin-top: 20px;
    background-color: #43B14B;
    border: none;
    border-radius: 4px;
    margin-right: 15px;
    display: block;
    font-weight: 300;
    width: 100%;
    color: #f4f4f4;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
}

    .form-btn:hover[b-jwdnue2ek5] {
        background-color: #1d8626;
        transition: 0.7s;
        color: #f4f4f4;
    }
/* only used for background overlay not needed for centering */

#sign-up-input[b-jwdnue2ek5] {
    outline: 0;
    border-bottom: green;
}

#sign-up-input[b-jwdnue2ek5] {
    border-color: green
}

#error-page-header[b-jwdnue2ek5] {
    background-image: url(img/wms-background-2.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

    #error-page-header h3[b-jwdnue2ek5] {
        max-width: 900px;
    }


#ericbot[b-jwdnue2ek5] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999999;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

/* The popup chat - hidden by default */
.chat-popup[b-jwdnue2ek5] {
    display: none;
    position: fixed;
    bottom: 0;
    right: 120px;
    z-index: 9;
}

/* Add styles to the form container */


/* Full-width textarea */
.form-container textarea[b-jwdnue2ek5] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

    /* When the textarea gets focus, do something */
    .form-container textarea:focus[b-jwdnue2ek5] {
        background-color: #ddd;
        outline: none;
    }

/* Set a style for the submit/send button */
.form-container .btn[b-jwdnue2ek5] {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel[b-jwdnue2ek5] {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover[b-jwdnue2ek5], .open-button:hover[b-jwdnue2ek5] {
    opacity: 1;
}



span[b-jwdnue2ek5] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-container[b-jwdnue2ek5] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 130px;
}

.bg-chat[b-jwdnue2ek5] {
    background-color: #f3f8eee8;
    border: 1px;
    border-radius: 10px 10px 0px 10px;
    width: 500px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-con[b-jwdnue2ek5] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}

.robot[b-jwdnue2ek5] {
    width: 60px;
    height: 60px;
}

.chat[b-jwdnue2ek5] {
    height: 400px;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[b-jwdnue2ek5] {
    padding: 5px;
    margin-left: auto;
    border-radius: 4px;
    width: 100%;
    margin-right: 10px;
}



.messages[b-jwdnue2ek5] {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    background-color: white;
    margin: 15px;
    border-radius: 4px;
}

    .messages img[b-jwdnue2ek5] {
        border-radius: 50%;
    }

#bot[b-jwdnue2ek5] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#user[b-jwdnue2ek5] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.bot[b-jwdnue2ek5] {
    font-family: 'Poppins', sans-serif;
    color: black;
}

    .bot span[b-jwdnue2ek5] {
        border-radius: 10px 10px 10px 0;
        margin-left: 4px;
    }

.avatar[b-jwdnue2ek5] {
    height: 25px;
}

span[b-jwdnue2ek5] {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}



.response[b-jwdnue2ek5] {
    display: flex;
    align-items: center;
    height: 25px;
}

#user span[b-jwdnue2ek5] {
    border-radius: 10px 10px 0px 10px;
    margin-right: 4px;
    height:;
}


/* Mobile */

@media only screen and (max-width: 980px) {
    .container[b-jwdnue2ek5] {
        flex-direction: column;
        justify-content: flex-start;
    }

    .chat[b-jwdnue2ek5] {
        width: 75vw;
        margin: 10vw;
    }
}

.heartbeat[b-jwdnue2ek5] {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat-b-jwdnue2ek5 1.5s ease-in-out infinite both
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat-b-jwdnue2ek5 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

[type="date"][b-jwdnue2ek5] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

    [type="date"][b-jwdnue2ek5]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"][b-jwdnue2ek5]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

label[b-jwdnue2ek5] {
    display: block;
}

#datePicker[b-jwdnue2ek5] {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

/* Image Mapping */

area[b-jwdnue2ek5] {
    cursor: pointer;
}

.tab-pane h3[b-jwdnue2ek5] {
    color: #43b14b;
    font-weight: bold;
}

.carousel-indicators[b-jwdnue2ek5] {
    background-color: rgba(0,0,0,0.3);
}

.disableCaret[b-jwdnue2ek5] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs[b-jwdnue2ek5] {
    border: 0;
}

.features .nav-link[b-jwdnue2ek5] {
    border: 0;
    padding: 25px 20px;
    color: #43B14B;
    box-shadow: 5px 5px 25px rgba(72, 86, 10, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
}

    .features .nav-link i[b-jwdnue2ek5] {
        font-size: 32px;
        line-height: 0;
    }

    .features .nav-link h4[b-jwdnue2ek5] {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 0 0;
        color: #43B14B;
    }

    .features .nav-link:hover[b-jwdnue2ek5] {
        color: #43B14B;
    }

    .features .nav-link.active[b-jwdnue2ek5] {
        transition: 0.3s;
        background: #43B14B linear-gradient(rgba(67, 177, 75, 0.95), rgba(67, 177, 75, 0.6));
        border-color: #43B14B;
    }

        .features .nav-link.active h4[b-jwdnue2ek5] {
            color: #ffffff;
        }

        .features .nav-link.active i[b-jwdnue2ek5] {
            color: #ffffff !important;
        }

.features .tab-content[b-jwdnue2ek5] {
    margin-top: 30px;
}

.features .tab-pane.active[b-jwdnue2ek5] {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn-b-jwdnue2ek5 0.5s ease-out;
}

.features .tab-pane h3[b-jwdnue2ek5] {
    font-weight: 600;
    font-size: 36px;
    color: #43B14B;
}

.features .tab-pane ul[b-jwdnue2ek5] {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li[b-jwdnue2ek5] {
        padding-bottom: 10px;
    }

    .features .tab-pane ul i[b-jwdnue2ek5] {
        font-size: 24px;
        margin-right: 4px;
        color: #43B14B;
    }

.features .tab-pane p:last-child[b-jwdnue2ek5] {
    margin-bottom: 0;
}

@keyframes fadeIn-b-jwdnue2ek5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Website/UserGuide.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;600;700&family=Hammersmith+One&family=Open+Sans:ital,wght@0,300;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,500&display=swap');*/


*[b-kjedeee6ux] {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html[b-kjedeee6ux] {
    box-sizing: border-box;
    color: #393939;
}


h1[b-kjedeee6ux] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}

h2[b-kjedeee6ux] {
    color: #393939;
    font-weight: bold;
    font-size: 45px;
    text-align: left;
    margin-top: 50px;
    letter-spacing: 2px;
}

h3[b-kjedeee6ux] {
    margin-top: 20px;
}

.hero-text-box h4[b-kjedeee6ux]::after {
    display: block;
    height: 8px;
    background-color: white;
    content: " ";
    text-align: center;
    width: 130px;
    border-bottom: 1px solid white;
    margin-right: 0;
    margin-top: 50px;
}

p[b-kjedeee6ux] {
    text-align: left;
    /* max-width: 600px; */
    font-size: 18px;
    color: #393939;
}

header[b-kjedeee6ux] {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,212,255,0) 79%, rgba(9,9,121,0) 99%), url(/img/website/wmsbackground\ -\ mobile.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* buttons */

.hero-btn[b-kjedeee6ux] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: #43B14B;
}

.hero-btn-alt[b-kjedeee6ux] {
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 22px;
    background-color: transparent;
    color: #43B14B;
    border: 1px #43B14B solid;
}

    .hero-btn-alt:hover[b-kjedeee6ux] {
        color: #fff;
        background-color: #1d8626;
    }

.hero-btn:hover[b-kjedeee6ux] {
    color: #fff;
    background-color: #1d8626;
}

#sign-up-btn[b-kjedeee6ux] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    background-color: #43B14B;
    color: #fff;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

#log-in-btn[b-kjedeee6ux] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 1.8px solid #43B14B;
    color: #43B14B;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

    #log-in-btn:hover[b-kjedeee6ux],
    #log-in-btn:active[b-kjedeee6ux] {
        background-color: #1d9627;
        transition: 0.3s;
        font-weight: 500;
        color: #f4f4f4;
    }

#sign-up-btn:hover[b-kjedeee6ux],
#sign-up-btn:active[b-kjedeee6ux] {
    background-color: transparent;
    transition: 0.3s;
    background-color: #1d8626;
    color: #fff;
    font-weight: 500;
}

nav[b-kjedeee6ux] {
    top: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-bottom: black 0.5px;
    z-index: 100;
}

.logo[b-kjedeee6ux] {
    color: rgb(17, 16, 16);
    letter-spacing: 6px;
    height: 90px
}

.nav-links[b-kjedeee6ux] {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    width: 30%;
}

    .nav-links li[b-kjedeee6ux] {
        font-family: 'Poppins', sans-serif;
        list-style: none;
    }

    .nav-links a[b-kjedeee6ux] {
        color: #393939;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 18px;
    }

    .nav-links :hover[b-kjedeee6ux] {
        color: #43B14B;
        transition: 0.3s ease;
    }

.burger[b-kjedeee6ux] {
    display: none;
}

    .burger div[b-kjedeee6ux] {
        width: 25px;
        height: 3px;
        background-color: #43B14B;
        margin: 5px;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 1440px) {
    .nav-links[b-kjedeee6ux] {
        width: 30%;
    }

    h1[b-kjedeee6ux] {
        font-size: 32px;
    }

    h2[b-kjedeee6ux] {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    body[b-kjedeee6ux] {
        overflow-x: hidden;
        z-index: 5;
    }

    .nav-links[b-kjedeee6ux] {
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 7vh;
        display: flex;
        background-color: white;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.4s ease-in;
    }

        .nav-links li[b-kjedeee6ux] {
            opacity: 0;
        }

    .burger[b-kjedeee6ux] {
        display: block;
        cursor: pointer;
    }
}

.nav-active[b-kjedeee6ux] {
    transform: translateX(0%);
}

@keyframes navLinkFade-b-kjedeee6ux {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1[b-kjedeee6ux] {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2[b-kjedeee6ux] {
    opacity: 0;
}

.toggle .line3[b-kjedeee6ux] {
    transform: rotate(45deg) translate(-5px, -6px);
}



.hero-text-box[b-kjedeee6ux] {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}

    .hero-text-box h2[b-kjedeee6ux] {
        color: #f4f4f4;
        letter-spacing: 0;
    }

    .hero-text-box h3[b-kjedeee6ux] {
        color: #f4f4f4;
    }

    .hero-text-box h4[b-kjedeee6ux] {
        color: #f4f4f4;
        font-size: 34px;
        max-width: 1000px;
    }

@media (max-width: 414px) {
    .hero-text-box[b-kjedeee6ux] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-kjedeee6ux] {
            text-align: center;
            font-size: 20px;
        }

        .hero-text-box h3[b-kjedeee6ux] {
            text-align: center;
            font-size: 16px;
        }

        .hero-text-box h4[b-kjedeee6ux] {
            text-align: center;
            font-size: 18px;
        }

            .hero-text-box h4[b-kjedeee6ux]:after {
                display: none;
            }

    .picture-tile[b-kjedeee6ux] {
        height: 100px;
        display: block;
    }

    h1[b-kjedeee6ux] {
        font-size: 25px;
    }

    h2[b-kjedeee6ux] {
        font-size: 20px;
        text-align: center;
    }

    p[b-kjedeee6ux] {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-text-box[b-kjedeee6ux] {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .hero-text-box h2[b-kjedeee6ux] {
            text-align: center;
            font-size: 22px;
        }

        .hero-text-box h3[b-kjedeee6ux] {
            text-align: center;
            font-size: 19px;
        }

        .hero-text-box h4[b-kjedeee6ux] {
            text-align: center;
            font-size: 22px;
        }

            .hero-text-box h4[b-kjedeee6ux]:after {
                display: none;
            }

    .picture-tile[b-kjedeee6ux] {
        display: center;
        height: 300px;
    }

    @media (max-width: 414px) {
        .hero-text-box[b-kjedeee6ux] {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .hero-text-box h2[b-kjedeee6ux] {
                text-align: center;
                font-size: 20px;
            }

            .hero-text-box h3[b-kjedeee6ux] {
                text-align: center;
                font-size: 16px;
            }

            .hero-text-box h4[b-kjedeee6ux] {
                text-align: center;
                font-size: 18px;
            }

                .hero-text-box h4[b-kjedeee6ux]:after {
                    display: none;
                }

        .picture-tile[b-kjedeee6ux] {
            height: 220px;
        }
    }
}


header .scroll-down a[b-kjedeee6ux] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    header .scroll-down a:hover[b-kjedeee6ux] {
        opacity: .5;
        cursor: pointer;
    }

header .scroll-down a[b-kjedeee6ux] {
    padding-top: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    header .scroll-down a span[b-kjedeee6ux] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }

.picture-tile[b-kjedeee6ux] {
    max-height: 500px;
}

[b-kjedeee6ux]::-webkit-scrollbar {
    width: 10px;
}

[b-kjedeee6ux]::-webkit-scrollbar-track {
    background-color: #fff;
}

[b-kjedeee6ux]::-webkit-scrollbar-thumb {
    background-color: rgb(172, 172, 172);
}

    [b-kjedeee6ux]::-webkit-scrollbar-thumb:hover {
        background-color: #43B14B;
    }


#cover[b-kjedeee6ux] {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption[b-kjedeee6ux] {
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-btn[b-kjedeee6ux] {
    margin-top: 20px;
    background-color: #43B14B;
    border: none;
    border-radius: 4px;
    margin-right: 15px;
    display: block;
    font-weight: 300;
    width: 100%;
    color: #f4f4f4;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
}

    .form-btn:hover[b-kjedeee6ux] {
        background-color: #1d8626;
        transition: 0.7s;
        color: #f4f4f4;
    }
/* only used for background overlay not needed for centering */

#sign-up-input[b-kjedeee6ux] {
    outline: 0;
    border-bottom: green;
}

#sign-up-input[b-kjedeee6ux] {
    border-color: green
}

#error-page-header[b-kjedeee6ux] {
    background-image: url(img/wms-background-2.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

    #error-page-header h3[b-kjedeee6ux] {
        max-width: 900px;
    }


#ericbot[b-kjedeee6ux] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999999;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

/* The popup chat - hidden by default */
.chat-popup[b-kjedeee6ux] {
    display: none;
    position: fixed;
    bottom: 0;
    right: 120px;
    z-index: 9;
}

/* Add styles to the form container */


/* Full-width textarea */
.form-container textarea[b-kjedeee6ux] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

    /* When the textarea gets focus, do something */
    .form-container textarea:focus[b-kjedeee6ux] {
        background-color: #ddd;
        outline: none;
    }

/* Set a style for the submit/send button */
.form-container .btn[b-kjedeee6ux] {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel[b-kjedeee6ux] {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover[b-kjedeee6ux], .open-button:hover[b-kjedeee6ux] {
    opacity: 1;
}



span[b-kjedeee6ux] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-container[b-kjedeee6ux] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 130px;
}

.bg-chat[b-kjedeee6ux] {
    background-color: #f3f8eee8;
    border: 1px;
    border-radius: 10px 10px 0px 10px;
    width: 500px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-con[b-kjedeee6ux] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}

.robot[b-kjedeee6ux] {
    width: 60px;
    height: 60px;
}

.chat[b-kjedeee6ux] {
    height: 400px;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[b-kjedeee6ux] {
    padding: 5px;
    margin-left: auto;
    border-radius: 4px;
    width: 80%;
    margin-right: 10px;
}



.messages[b-kjedeee6ux] {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    background-color: white;
    margin: 15px;
    border-radius: 4px;
}

    .messages img[b-kjedeee6ux] {
        border-radius: 50%;
    }

#bot[b-kjedeee6ux] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#user[b-kjedeee6ux] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.bot[b-kjedeee6ux] {
    font-family: 'Poppins', sans-serif;
    color: black;
}

    .bot span[b-kjedeee6ux] {
        border-radius: 10px 10px 10px 0;
        margin-left: 4px;
    }

.avatar[b-kjedeee6ux] {
    height: 25px;
}

span[b-kjedeee6ux] {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}



.response[b-kjedeee6ux] {
    display: flex;
    align-items: center;
    height: 25px;
}

#user span[b-kjedeee6ux] {
    border-radius: 10px 10px 0px 10px;
    margin-right: 4px;
    height:;
}


/* Mobile */

@media only screen and (max-width: 980px) {
    .container[b-kjedeee6ux] {
        flex-direction: column;
        justify-content: flex-start;
    }

    .chat[b-kjedeee6ux] {
        width: 75vw;
        margin: 10vw;
    }
}

.heartbeat[b-kjedeee6ux] {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat-b-kjedeee6ux 1.5s ease-in-out infinite both
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat-b-kjedeee6ux {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

[type="date"][b-kjedeee6ux] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

    [type="date"][b-kjedeee6ux]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"][b-kjedeee6ux]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

label[b-kjedeee6ux] {
    display: block;
}

#datePicker[b-kjedeee6ux] {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

/* Image Mapping */

area[b-kjedeee6ux] {
    cursor: pointer;
}

.tab-pane h3[b-kjedeee6ux] {
    color: #43b14b;
    font-weight: bold;
}

.carousel-indicators[b-kjedeee6ux] {
    background-color: rgba(0,0,0,0.3);
}

.disableCaret[b-kjedeee6ux] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs[b-kjedeee6ux] {
    border: 0;
}

.features .nav-link[b-kjedeee6ux] {
    border: 0;
    padding: 25px 20px;
    color: #43B14B;
    box-shadow: 5px 5px 25px rgba(72, 86, 10, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
}

    .features .nav-link i[b-kjedeee6ux] {
        font-size: 32px;
        line-height: 0;
    }

    .features .nav-link h4[b-kjedeee6ux] {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 0 0;
        color: #43B14B;
    }

    .features .nav-link:hover[b-kjedeee6ux] {
        color: #43B14B;
    }

    .features .nav-link.active[b-kjedeee6ux] {
        transition: 0.3s;
        background: #43B14B linear-gradient(rgba(67, 177, 75, 0.95), rgba(67, 177, 75, 0.6));
        border-color: #43B14B;
    }

        .features .nav-link.active h4[b-kjedeee6ux] {
            color: #ffffff;
        }

        .features .nav-link.active i[b-kjedeee6ux] {
            color: #ffffff !important;
        }

.features .tab-content[b-kjedeee6ux] {
    margin-top: 30px;
}

.features .tab-pane.active[b-kjedeee6ux] {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn-b-kjedeee6ux 0.5s ease-out;
}

.features .tab-pane h3[b-kjedeee6ux] {
    font-weight: 600;
    font-size: 36px;
    color: #43B14B;
}

.features .tab-pane ul[b-kjedeee6ux] {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li[b-kjedeee6ux] {
        padding-bottom: 10px;
    }

    .features .tab-pane ul i[b-kjedeee6ux] {
        font-size: 24px;
        margin-right: 4px;
        color: #43B14B;
    }

.features .tab-pane p:last-child[b-kjedeee6ux] {
    margin-bottom: 0;
}

@keyframes fadeIn-b-kjedeee6ux {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
