﻿#tagInfo h6 {
    text-align: center;
    margin: 1.3rem 0;
}

#tagInfo p {
    text-align: center;
    margin-bottom: 1.1rem;
}

form {
    background: #F2F2F2;
    padding: 1.1rem 0;
}

.form-control {
    font-size: 0.31rem;
}

input[type='text'].form-control, textarea.form-control, input[type='email'].form-control {
    border-radius: 0;
}

.labelTag {
    text-align: center;
    align-content: center;
}

    .labelTag .tag-box {
        padding: 0.11rem 0.24rem;
        display: inline-block;
        background-color: #2755C2;
        color: #fff;
        border-radius: 0.14rem;
        font-size: 0.25rem;
    }

.form-check {
    display: block;
    padding-left: 1.5em;
    margin: 0;
    margin-right: 1.3rem;
}

.checkbox-inline {
    display: flex;
}

    .checkbox-inline .form-check {
        display: flex;
        align-items: center;
    }

.ZipCode .form-control {
    display: inline;
    margin: 0 0.3rem;
    width: 2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.col-sm-9 {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 0.4rem;
}

.col-form-label.col-sm-2 {
    display: flex;
    align-items: center;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
}

.textarea-box {
    align-items: start;
}

.agreement p {
    margin-bottom: 0.6rem;
}

    .agreement p a {
        color: var(--bs-link-color) !important;
        cursor: pointer;
        text-decoration: unset;
    }

.submitButton {
    background: #2755C2;
    border: 0;
    color: #fff;
    border-radius: 0.3rem;
    padding: 0.3rem 0.6rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

    .submitButton span {
        font-size: 0.6rem !important;
    }

    .submitButton svg {
        transform: scale(3.5);
        margin-left: 1rem;
    }

.downbox {
    margin-bottom: 2.5rem;
}

    .downbox .form-check {
        margin-right: 0;
    }

    .downbox p {
        margin-bottom: 0.8rem;
    }

#closeBtn {
    background: #fff;
    border: 0;
    width: 1rem;
    height: 1rem;
}

    #closeBtn svg {
        height: 0.5rem;
    }

#privacyembed {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 1px 3px #666;
    border-radius: 0.3rem;
    overflow: hidden;
}

.titlebox {
    background: #fff
}

