﻿
.thank-you h3 {
    margin: 10px 0;
}

.thank-you .thank-you-information  {
    font-size: large;
}

.thank-you .sales-rep {
    margin: 15px 0;
    text-overflow: ellipsis;
}

    .thank-you .sales-rep .image-container,
    .thank-you .sales-rep .info-container {
        display: inline-block;
    }

    .thank-you .sales-rep .image-container img {
        height: 80px;
        width: 80px;
    }

    .thank-you .sales-rep .info-container {
        vertical-align: top;
        margin-left: 10px;
    }

        .thank-you .sales-rep .info-container .name {
            color: #000;
            font-weight: bold;
        }

        .thank-you .sales-rep .info-container a {
            font-size: 14px;
            font-weight: 600;
            color: #5e0d0d;
            cursor: pointer;
        }

#thank-you-container-inner {
    overflow: auto !important;
    /* -ms-overflow-style: none; */
}

/* #thank-you-container-inner::-webkit-scrollbar { */
    /* width: 0 !important; */
/* } */

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    #thank-you-container-inner {
        -webkit-overflow-scrolling: touch;
    }

}

@media print {
    .nav-bar .next {
        visibility: hidden;
    }
}

.ad-campaign-container {
    margin-top: 0px !important;
    text-align: center;
}

#thankyou-natlad {
    width: min-content;
    padding: 10px;
    display: inline-block;
}

#thankyou-compad {
    width: min-content;
    padding: 10px;
    display: inline-block;
}

    .ad-campaign-container img {
        max-height: 350px;
        max-width: 350px;
    }

    .ad-campaign-container .ad-campaign-adtext {
        margin-top: 5px;
    }
