ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#content {
    min-height: 90vh;
}

.about-us__content p {
    margin: 0;
}

footer {
    position: relative;
    text-align: center;
    width: 100%;
}

.checkout__form form .input-group textarea {
    background-color: white;
    border: 1px solid #e1e1e1;
    height: auto;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 0.9375em 1.25em;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: auto;
    -webkit-border-radius: 0.35714em;
    -moz-border-radius: 0.35714em;
    -ms-border-radius: 0.35714em;
    -o-border-radius: 0.35714em;
    border-radius: 0.35714em;
}

.about-us__content hr {
    border: 0.5px solid #e1e1e1;
    margin: 1.5em 0;
}

.about-us__content h4 {
    color: #111;
    font-size: 1.475em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1em;
}
.about-us__content blockquote {
    background: #dddddd6b;
    padding: 2em;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.8em;
}

.checkout__form.quiz__form  form .input-group input {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #000;
}

.checkout__total h3.answer {
    color: #111;
    font-size: 1.775em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

input.selected, input.correct {
    background-color: #25af25 !important;
    color: white !important;
    border: 1px solid #ddd !important;
}

input.wrong {
    background-color: #c71111 !important;
    color: white !important;
    border: 1px solid #ddd !important;
}

.result-block {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.result-block.last {
    border-bottom: none;
}

a {
    color: #e49c86;
    text-decoration: none;
}

.input-group.quiz input {
    cursor: pointer;
}

.vdp-datepicker__calendar header {
    position: relative;
}

.about-us__content.results {
    display: flex;
}

.about-us__content.results h4 {
    flex-grow: 1;
}

.about-us__content.results p {
    font-size: x-small;
}

/* GRID */
.grid-item {
    padding: 20px;
    position: relative;
    margin-bottom: 5vw;
    min-height: 15vh;
}

.grid-item .name-plate {
    text-align: right;
    padding-top: 20px;
    font-size: small;
    font-weight: 400;
}

/* END GRID */

.solid-border {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.prev-results {
    margin: 15px 0 30px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.prev-results li {
    font-size: smaller;
    font-weight: normal;
    line-height: 30px;
}

.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip .top {
    min-width:200px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#FFFFFF;
    background-color:#4a4949;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
    width:20px;
    height:10px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#000000;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.header-wrapper nav {
    flex-grow:1;
    text-align:right;
}

/* Default tab styles */
div.tab {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 3vh;
    justify-content: center;
}

div.tab .tab-item {
    padding: 25px 20px;
    background: #1D1D1D;
    color: white;
    font-size: smaller;
    font-weight: lighter;
    text-align: center;
    transition: ease-in-out;
}

div.tab .block-item {
    padding: 20px;
    background: #1D1D1D;
}

div.tab .tab-item.first {
    border-top-left-radius: 5px;
}

div.tab .tab-item.last {
    border-top-right-radius: 5px;
}

div.tab  .tab-item.active {
    background: #EDEDED;
    color: rgb(152 16 16);
    font-weight: bolder;
    padding: 25px 50px;
}

div.tab-content {
    border: 1px solid rgba(0, 0, 0, 0.61);
    background: white;
    border-radius: 5px;
    padding: 5vw;
}
/* End default tab styles */

/* Dashboard Tab Styles */
.dashboard div.tab {
    justify-content: flex-start;
}

.dashboard .tab-content {
    border: 1px solid #d8d6d6;
    border-radius: 0;
}

.dashboard .tab-item {
    border-left: 1px solid #d8d6d6;
    border-right: 1px solid #d8d6d6;
    min-width: 200px;
}

.dashboard .tab-item.first {
    border-left: 0;
}

.dashboard .last {
    border-right: 0;
    width: 100%;
    border-top-right-radius: 5px;
}
/* End Dashboard Tab Styles */

#grey-block {
    height: 20.25rem;
    background-color: #dddddd;
    display: flex;
    align-items: center;
}
#grey-block h1 {
    font-weight: 900;
    font-size: 200%;
    margin-top: 5rem;
}
#content.no-padding {
    padding: 0;
    padding-top: 0;
}

.displaced {
    margin-top: -4.35rem;
}

.confetti-container {
    background: url(/images/confetti.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -10rem;
    margin-right: -1rem;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.dash {
    display:flex;
}

@media(min-width: 1024px) {
    div.tab-content {
        padding: 3vw;
    }
    .grid-item {
        margin-bottom: 3vw;
    }
}

/* Mobile */
@media(max-width: 768px) {
    div.tab {
        flex-direction: column;
    }
    div.tab .tab-item.first {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    div.tab .tab-item.last {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    div.tab  .tab-item.active {
        padding: 30px 20px;
    }
    .dashboard .last {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .dash {
        flex-direction: column;
    }
    #grey-block h1 {
        margin-top: 2rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    #grey-block .container {
        padding: 0;
    }
    .confetti-container {
        background-repeat: repeat;
        height: 100px;
        background-position: center;
        margin: 0;
    }
}
