﻿#pc-redeempromocode {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background-color: #f3f4f4;
}

#pc-eval-banner {
    height: 350px;
    background-color: midnightblue;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url(/dist/images/pointsplus/rainbowgradient.svg);
    background-repeat: repeat-x;
}

#pc-eval-banner-container {
    width: 90%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pc-eval-banner-logos {
    display: flex;
}

#pc-eval-banner-sub > p {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}

#pc-eval-banner-logos > h1 > sup {
    font-size: 70px;
    font-family: Calibri;
    font-style: italic;
    font-weight: 500;
}

#pc-eval-banner-logos > img {
    height: 70px;
}

#pc-eval-banner-logos > h1 {
    text-transform: uppercase;
    font-family: AgrandirGrand;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-left: 40px;
}

#pc-eval-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f3f4f4;
    padding-bottom: 50px;
}

#pc-eval-form-contents {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#pc-eval-description {
    color: #333339;
    font-size: 20px;
    font-family: HelveticaNeue;
    margin: 30px 0px 50px;
    line-height: 25px;
}

#pc-eval-description > h1 {
    margin: 30px 0 30px 0;
    font-family: HelveticaNeue;
    font-size: 25px;
}

.pc-zipcode-input {
    height: 40px;
    border: none;
    border-bottom: solid 1px black;
    font-family: HelveticaNeue;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 100;
    width: 100%;
    font-style: italic;
    background: transparent;
}

.pc-search-toi-btn {
    height: 40px;
    width: 150px;
    border: none;
    color: white;
    background-color: black;
    text-transform: uppercase;
    cursor: pointer;
}

#pc-gettoi-form-contents {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

#pc-gettoi-form-contents > fieldset:first-child {
    flex-grow: 1;
}

.open-search-again{
    cursor:pointer;
}

#pc-gettoi-form-container{
    display: flex;
    flex-direction: column;
}

.pc-redeem-field-container {
    width: 100%;
}

.pc-redeem-field-label {
    margin-bottom: 7px;
}

.pc-redeem-field-label > label {
    font-family: HelveticaNeue;
    color: #1c1c1c;
}

.pc-redeem-field-input {
    width: 100%;
    height: 40px;
    border: solid 1px black;
    font-family: HelveticaNeue;
    font-size: 16px;
    padding-left: 15px;
}

.pc-redeem-field-dropdown {
    width: 100%;
    height: 40px;
    border: solid 1px black;
    font-family: HelveticaNeue;
    font-size: 16px;
    padding-left: 15px;
}

select.pc-redeem-field-dropdown {
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 40px;
}

.arrow-down {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #1c1c1c;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 17px;
}

.dropdown-box {
    position: relative;
}

.pc-eval-button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pc-redeem-form-submitbtn {
    height: 40px;
    width: 100px;
    border: none;
    color: white;
    background-color: black;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    font-family: HelveticaNeue;
}

.message {
    color: red;
    font-family: Helvetica;
    font-size: 12px;
    font-style: italic;
}

.pc-toiid-field-container{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pc-toiid-field-proper{
    flex-grow: 1;
}

.readonly{
    background-color: lightgray;
}

#pc-redeem-form-contents-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.pc-redeem-field-textarea {
    width: 100%;
    height: 140px;
    border: solid 1px black;
    font-family: HelveticaNeue;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    resize: none;
}

/*MODAL*/

#pc-modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#pc-validate-modal-results-container {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
    height: 500px;
    overflow: auto;
}

.pc-modal-header-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pc-modal-header-container > h2 {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 31px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.pc-close-modal {
    color: black;
    background-color: transparent;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border: none;
    cursor:pointer;
}

#pc-gettoi-form-main {
    margin-bottom: 10px;
}

#pc-toiid-validate-list > p, #pc-valid-toi-result > p, .pc-validate-form-results-text {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 31px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.pc-results-valid-text {
    height: 100%;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pc-validate-form-results-text {
    margin: 100px 0;
    text-align: center;
    text-transform: unset;
}

.m-admin--practicelist {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.indiv-practice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info {
    font-size: 14px;
}

.button--primary {
    padding: 10px 10px;
    font-size: 14px;
}

.m-admin--practicelist > hr{
    background-color: #1c1c1c;
    height:1.5px;
}

#main-footer{
    margin-top: 0px !important;
}

.emphasis {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}

.hiddenfield {
    display: none;
}

#pc-eval-form {
    width: 100%;
}

.pc-eval-grouped-fields {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
}

.pc-eval-groupfield {
    flex-grow: 1;
}

.pc-evalfields-form {
    width: 70% !important;
    flex-direction: column;
    gap: 20px;
}

.field-info-helper {
    display: block;
    font-style: italic;
    font-size: 13px;
    padding-top: 5px;
    color: #585656;
}

.eval-partform-title > h2 {
    font-size: 20px;
    color: #333339;
    letter-spacing: 1.5px;
}

.long-label {
    text-align: justify;
}

.eval-success-message,
.eval-failed-message {
    color: #333339;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 64px 0px 30px;
}

.eval-success-message > h2,
.eval-failed-message > h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 31px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    text-align: center;
}

.eval-success-message > p,
.eval-failed-message > p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

.eval-failed-message > h2 {
    color: maroon;
}

.required {
    color: darkred;
}

@media (max-width: 768px) {
    #pc-eval-banner {
        background-size: cover;
    }

    #pc-eval-banner-logos > img {
        height: 40px;
    }

    #pc-eval-banner-logos > h1 {
        font-size: 25px;
        padding-left: 10px;
        padding-top: 3px;
    }

        #pc-eval-banner-logos > h1 > sup {
            font-size: 50px;
        }

    #pc-eval-banner-sub > p {
        font-size: 30px;
        text-align: center;
        padding-top: 20px;
        font-weight: bold;
    }

    #pc-eval-banner-sub > p {
        font-size: 22px;
        padding-top: 10px;
    }

    #pc-eval-form-contents {
        width: 100%;
        padding: 0 15px;
    }

    .pc-evalfields-form {
        width: 100% !important;
    }

    .pc-search-toi-btn {
        width: 120px;
    }

    /*MODAL*/
    #pc-validate-modal-results-container {
        width: 95%;
    }
}