@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    background-color: #f2f3f4;
    font-family: futura-pt, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#container {
    display: flex;
    /* justify-content: center;*/
    align-items: center;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    padding: 15px;
    /* padding-right: 300px; */
    /* padding-left: 300px; */
    flex-direction: column;
}

.search-box {
    display: flex;
    width: 700px;
}

.search-form-input {
    -webkit-appearance: none;
    appearance: none;
    height: 46px;
    padding: 5px 20px 5px 40px;
    border: none;
    border-radius: 23px 0 0 23px;
    background-position: 15px center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #3d3935;
    font-size: 1rem;
    outline: none;
    margin-top: 30px;
    width: 72%;
    font-family: futura-pt, sans-serif;
}

#download {
    background: #F58021;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    color: white;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    width: 100px;
    display: block;
    display: block;
    width: 200px;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

#start_over {
    margin-top: 20px;
    background: #F58021;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    color: white;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    width: 100px;
    display: block;
    display: block;
    width: 200px;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.submit:hover {
    box-shadow: none;
}

.submit:after {
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.input-validation-msg {
    color: #A3120A;
    font-size: 16px;
    font-family: Arial;
    width: 100%;
    display: none;
    padding: 10px 0;
    text-align: left;
}


img {
    /* position: absolute; */
    /* margin-top: -400px; */
    max-width: 400px;
}

.brand-title {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 1.6rem;
    color: #F58021;
    letter-spacing: 1px;
}

#spinner {
    display: none;
    width: 120px;
    height: 120px;
    margin-top: 50px;
}

.notice {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.3rem;
    color: #ff762c;
    letter-spacing: 1px;
    display: none;
}

.overlay {
    background: blue;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}

small {
    /* position: absolute; */
    margin-top: 45px;

}

large {
    /* position: absolute; */
    margin-top: 70px;
    font-size: 16px;
    font-family: Arial;
}

a {

    margin-top: 100px;

    font-size: 12px;
    color: black;
}

.brand-title-no {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    color: #F58021;
    letter-spacing: 1px;
}

#start_over-no {
    background: #F58021;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    color: white;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    width: 100px;
    display: block;
    display: block;
    width: 200px;
    padding: 0;
    border: none;
    margin-top: 8px;
    outline: none;
    box-sizing: border-box;
}

.brand-title-too {
    margin-left: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    color: #F58021;
    letter-spacing: 1px;
}

#start_over-too {
    margin-top: 20px;
    background: #F58021;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    color: white;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    width: 100px;
    display: block;
    display: block;
    width: 200px;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

:root {
    --white: white;
    --gray: #999;
    --lightgray: whitesmoke;
    --darkgreen: #2a9d8f;
    --popular: #ffdd40;
    --starter: #f73859;
    --essential: #00aeef;
    --professional: #ff7f45;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

body {
    background: var(--lightgray);

}

#disclaimers {
    margin-top: 20px;
}

.search-box-sample {
    display: none;
    display: flex;
    width: 700px;
    margin-left: 40px;
}

.search-form-input-sample {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    height: 46px;
    padding: 5px 20px 5px 40px;
    border: none;
    border-radius: 23px 0 0 23px;
    background-position: 15px center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #3d3935;
    font-size: 1rem;
    outline: none;
    margin-top: 30px;
    /* max-width: 332px; */
    font-family: futura-pt, sans-serif;
    width: 72%;
}

#openai {
    width: 3.5%;
    height: auto;
    margin-left: 5px;
}

#progress-bar {
    width: 25%;
    border-radius: 20px;
}


.btn lightbox-232574394240153 {
    position: absolute;
    bottom: 100px;
    right: 50px;
    max-width: 50px;
    z-index: 2;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-family: inherit;
    text-shadow: none;
    user-select: none;
    transition: all, .1s, ease-in;
    background-color: #F58021;
    border: 1px solid #F58021;
    color: #FFFFFF;
}

#error {
    max-width: 700px;
    margin-left: -30px;
}

@media (max-width: 480px) {
    .search-box, .search-box-sample {
        width: 360px;
    }

    .search-form-input, .search-form-input-sample .search-input {
        width: 60%;

    }

    .dropdown, .dropdown-sample {

        width: 40%;

    }
}

.footerwrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5%;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    text-align: center;
}

.footerabout {
    align-items: center;
    font-size: 16px;
}

.footerabout a {
    font-size: 16px;
}

.footercopyrights {
    align-items: center;
    font-size: 16px;
}

