div#uasf-form .uasf-form-100 {
    width: 100%;
}
div#uasf-form .uasf-form-50{
    width:50%;
}
div#uasf-form .sec label{
    width:100%;
    position: relative;
}

div#uasf-form .sec{
    padding:10px 15px;
}

div#uasf-form select,
div#uasf-form input[type="text"]{
    border-radius:5px;
    background-color: #777AF212;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: inherit;
    outline: none;
    line-height: 55px;
    height: 55px;
    padding: 0 20px;
    text-align: left;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 0.01em;
}
div#uasf-form select{
    min-width: 215px;
}

div#uasf-form input::placeholder{
    color: #1e266d;
}

div#uasf-form  .sec.checks .check{
    float:left;
    padding-right:10px;
}

div#uasf-form .sec.submit {
    width: 100%;
    margin-top: 20px;
}

div#uasf-form button#uasf-complete , div#uasf-form .back-to-main, #uasf-complete-redirection, .supplier-error-back{
    color: #fff;
    border: 1px solid #777AF2;
    border-radius: 5px;
    font-size: 16px;
    line-height: 17px;
    height: 55px;
    float: none;
    margin: 0 auto;
    background-color: #777AF2;
    transition:200ms;
    width:165px;
    display:block;
}

div#uasf-form .sec.signature {
    padding: 0;
}

div#uasf-form #uasf-first .control-btn {
    justify-content: center;
}
div#uasf-form .submit-solar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

div#uasf-form .uasf-screen .control-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 15px;
}

div#uasf-form .uasf-screen .control-btn #uasf-complete {
    margin: 0;
}
div#uasf-form button#uasf-complete-solar, div#uasf-form button#uasf-solar-back, div#uasf-form .uasf-screen .control-btn button {
    color: #fff;
    border: 1px solid #777AF2;
    border-radius: 5px;
    font-size: 16px;
    line-height: 17px;
    height: 55px;
    float: none;
    background-color: #777AF2;
    transition:200ms;
    width:110px;
    display:block;
    margin: 0;
}

div#uasf-form button#uasf-complete:hover,div#uasf-form .back-to-main:hover,#uasf-complete-redirection:hover, div#uasf-form button#uasf-complete-solar:hover, div#uasf-form button#uasf-solar-back:hover, .uasf-screen .control-btn button:hover{
    background-color:#1E266D;
    border-color:#1E266D;
    transition:200ms;
}

div#uasf-form .solar-disclosures {
    position: relative;
}
div#uasf-form .solar-disclosures .terms-check {
    padding: 10px 0;
    position: relative;
}
div#uasf-form .solar-disclosures .terms-check label {
    display: inline;
}
div#uasf-form .terms-check .required {
    position: unset;
    width: unset;
    padding-left: unset;
    height: unset;
    margin-right: 5px;
}
div#uasf-form .required {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #777AF2;
    border-radius: 5px;
    color: #fff;
    padding-left: 20px;
    height: 55px;
    padding-top: 15px;
    cursor: pointer;
    max-width: 335px;
    font-weight: 700;
}

div#uasf-form .required:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f00d";
    position: absolute;
    right: 19px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
div#uasf-form .checks .required {
    top: -55px;
}

div#uasf-form .checks {
    position: relative;
}

.thank-you,.duplicate-screen,.unsupported-screen {
    min-height: 400px;
}
div#uasf-form h5{
    text-align: center;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #777AF2;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


div#uasf-form .form-screen {
    position: relative;
}

div#preloader-uasf, div#preloader-solar {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 20;
}

div#preloader-uasf .contents, div#preloader-solar .contents {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}
.with-shadow.wpb_column.vc_column_container {
    max-width: unset;
}
@media screen and (min-width:1200px){
    div#uasf-form .required{
        left:-47%;

    }

    div#uasf-form.uasf-remote #uasf-second .required{
        left:-25%;

    }
}
@media screen and (max-width:1200px){
    div#uasf-form .required{
        max-width:100%;
    }
}
.upload-button-container {
    display: inline-block;
    float: right;
}
#upload-event {
    height: 55px;
    background-color: #777AF2;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
    border-radius: 5px;
    border: 1px solid #777AF2;
}

.file-container {
    display: inline-block;
}
.helpMark {
    margin-bottom: 5px;
}
.helpMark span {
    display: inline-block;
    text-align: center;
    border: 1px solid;
    height: 17px;
    width: 17px;
    line-height: 15px;
    border-radius: 20px;
    cursor: pointer;
}
.help-container {
    display: inline-block;
    cursor: pointer;
}

.help-container .message{
    visibility: hidden;
    width: auto;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    border: 1px solid #696969;
    bottom: 60%;
    right: 10%;
    margin-left: -62px;
    background-color: #4e5d6c;
    opacity: 0;
    transition: opacity 1s;
    color: #fff;
}

.help-container:hover .message{
    visibility: visible;
    opacity: 1;
}

.file-container {
    width: 100%;
}
#file-selection {
    width: 100%;
    cursor: pointer;
}

#signature-data {
    border: 1px solid #1e266d;
    border-bottom: none;
    position: relative;
}

#clear-signature button {
    color: #fff;
    background-color: #777af2;
    border: none;
    width: 100%;
    padding: 8px 10px;
}
#clear-signature {
    text-align: center;
}

.sec.signature {
    display: none;
}

select#utilitySelect {
    background: #777AF212;
    border-radius: 5px;
    background-color: #777AF212;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: inherit;
    outline: none;
    line-height: 55px;
    height: 55px;
    padding: 0 20px;
    text-align: left;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 0.01em;
    width:100%;
}

.uasf-card-container {
    position: relative;
}

.uasf-card-container #card-form .outcome .stripe-error {
    text-align: center;
    margin-top: 15px;
    color: red;
}
.uasf-card-container #card-form .outcome .success {
    text-align: center;
    margin-top: 15px;
    color: green;
}

.uasf-card-container #card-form #card-element {
    border: 1px solid #e7e7e7;
    padding: 0 5px;
    background: #777AF212;
}
.uasf-card-container #card-form button[type=submit] {
    background-color: #777af2;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    display: block;
    margin: 10px 0;
}

@media screen and (max-width:960px){
    #signature-data {
        width: 480px;
        margin: 0 auto;
    }
    #clear-signature button {
        width: 480px;
        margin: 0 auto;
    }

}

@media screen and (max-width:630px){
    #signature-data {
        width: 100%;
        margin: 0 auto;
    }
    #clear-signature button {
        width: 100%;
        margin: 0 auto;
    }

}
@media screen and (max-width:480px){
    #file-selection{
        width: 100%;
    }
    .upload-button-container, #upload-event {
        width: 100%;
        float: unset;
    }
    #signature-data {
        width: 100%;
        margin: 0 auto;
    }
    #clear-signature button {
        width: 100%;
        margin: 0 auto;
    }
    div#uasf-form button#uasf-complete-solar, div#uasf-form button#uasf-solar-back, div#uasf-form .uasf-screen .control-btn button, div#uasf-form .uasf-screen .control-btn button#uasf-complete {
        height: 40px;
        width: 80px;
        font-size: 14px;
    }
    div#uasf-form .solar-disclosures .tc-info {
        font-size: 14px;
        line-height: 18px;
    }
    div#uasf-form .solar-disclosures .terms-check label {
        font-size: 11px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {
    #mobile-form #uasf-form .sec {
        display: flex;
        padding: 0;
        margin: 0;
    }
    #mobile-form #uasf-form .sec.utilitySelect {
        padding: 0;
    }
    #mobile-form #uasf-form .sec label {
        padding: 5px;
        margin: 0;
        max-width: 50%;
    }
    #mobile-form #uasf-form .sec input {
        margin: 0;
    }
    #mobile-form #uasf-form .sec.utilitySelect label {
        max-width: unset;
    }
    #mobile-form #uasf-form .sec.utilitySelect {
        display: inline-block;
        max-width: 50%;
    }
    #mobile-form #uasf-form .sec.address label {
        max-width: unset;
    }
    #mobile-form #uasf-form .sec.address {
        display: inline-block;
        max-width: 50%;
        float: left;
    }
    #mobile-form div:first-child {
        padding: 0 !important;
    }
    #mobile-form header {
        padding: 15px 40px !important;
    }
}
@media screen and (max-width:768px) {
    .uasf-mobile-form #uasf-form .sec {
        display: flex;
        padding: 0;
        margin: 0;
    }
    .uasf-mobile-form #uasf-form .sec.utilitySelect {
        padding: 0;
    }
    .uasf-mobile-form #uasf-form .sec label {
        padding: 5px;
        margin: 0;
        max-width: 50%;
    }
    .uasf-mobile-form #uasf-form .sec input {
        margin: 0;
    }
    .uasf-mobile-form #uasf-form .sec.utilitySelect label {
        max-width: unset;
    }
    .uasf-mobile-form #uasf-form .sec.utilitySelect {
        display: flex;
        max-width: 50%;
    }
    .uasf-mobile-form #uasf-form .sec.address label {
        max-width: unset;
        display: block;
    }
    .uasf-mobile-form #uasf-form .sec.address {
        display: inline-block;
        max-width: 50%;
        float: left;
    }
    .uasf-mobile-form div:first-child {
        padding: 0 !important;
    }
    .uasf-mobile-form header {
        padding: 15px 40px !important;
    }
}


div#help-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

div#help-modal .placeholder{
    position: absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    cursor:pointer;
}

div#help-modal .contents{
    position:fixed;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
    background:#fff;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

div#help-modal .contents a.close {
    font-size: 50px;
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

div#help-modal .contents img{
    width:100%;
    height: auto;
}
a.show-account-help-file {
    font-size: 17px;
    cursor: help;
    color: #1e266d;
    font-weight: bold;
    position: relative;
    left: 10px;
}

.solar-disclosures .info-box {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 300px;
}

.solar-disclosures .solar-title {
    text-align: center;
}
.solar-disclosures .tc-info h2 {
    font-size: 18px;
    margin: 15px 0;
}
#uasf-form .solar-disclosures h5 {
    margin: 15px 0;
    font-size: 20px;
}

@media screen and (min-width: 700px) {

    div#uasf-form .uasf-screen .sec {
        display: flex;
        justify-content: space-between;
    }

    div#uasf-form .uasf-screen .sec.account-second {
        display: block;
    }
    div#uasf-form .uasf-screen label.fname, div#uasf-form .uasf-screen label.lname,
    div#uasf-form .uasf-screen label.email, div#uasf-form .uasf-screen label.phone,
    div#uasf-form .uasf-screen label.addr1, div#uasf-form .uasf-screen label.addr2,
    div#uasf-form .uasf-screen label.mailing-address, div#uasf-form .uasf-screen label.mailing-addr2 {
        width: 49%;
    }

    div#uasf-form .uasf-screen label.state, div#uasf-form .uasf-screen label.mailing-state {
        width: 15%;
    }

    div#uasf-form .uasf-screen label.state .required, div#uasf-form .uasf-screen label.mailing-state .required {
        left: -183%;
        min-width: 200px;
    }

    div#uasf-form .uasf-screen label.zip .required, div#uasf-form .uasf-screen label.mailing-zip .required {
        min-width: 200px;
    }

    div#uasf-form .uasf-screen label.zip, div#uasf-form .uasf-screen label.mailing-zip {
        width: 25%;
    }

    div#uasf-form .uasf-screen label.city, div#uasf-form .uasf-screen label.mailing-city {
        width: 56%;
    }
}
#uasf-form .solar-disclosures #custom-terms {
    display: none;
}
/**
Resubmits
 */

/*Solar resubmits */
.table-container .solar-resubmits  tfoot th {
    text-align: center;
}


.table-container .solar-resubmits  thead {
    position: fixed;
    width: calc(100% - 49px);
    text-align: center;
    height: 80px !important;
}

.table-container .solar-resubmits  thead th {
    background: #fff;
    width: 12.5%;
    display: block;
    float: left;
    height: 100%;
}

.table-container .solar-resubmits  td {
    width: 10%;
    text-align: center;
}

/*Total state signups*/
.table-container .total-state-signups tfoot th{
    text-align: center;
}


.table-container .total-state-signups thead {
    position: fixed;
    width: calc(100% - 49px);
    text-align: center;
}

.table-container .total-state-signups thead th{
    background:#fff;
    width: 20%;
}

.table-container .total-state-signups td{
    width:20%;
    text-align:center;
}
.customer-composition-container {
    padding: 20px 20vw;
}

@media(max-width: 765px) {
    .billing-file-main {
        flex-direction: column;
    }
    .solar-disclosures .tc-info h2 {
        font-size: 15px;
    }
    #uasf-form .terms-check {
        font-size: 11px;
    }
    .solar-disclosures .info-box {
        max-height: 75px;
    }
    #uasf-form .file-upload-container .billing-description, #uasf-form .proof-upload-container .proof-description {
        margin-bottom: 5px;
        font-size: 11px;
    }
    #uasf-form .file-upload-container h4, #uasf-form .proof-upload-container h4 {
        font-size: 14px;
        margin-bottom: 0;
    }
    #uasf-form .file-upload-container, #uasf-form .proof-upload-container {
        padding: 0;
        margin: 10px 0;
    }
    #uasf-form .account-second .show-account-help-file {
        font-size: 14px;
    }
    #uasf-form .solar-select .checks-label p {
        font-size: 15px;
    }
    #uasf-form .addr-check label {
        font-size: 12px !important;
    }
    #uasf-form .solar-disclosures h5 {
        font-size: 14px;
    }
    #uasf-form .account-information h5 {
        display: none;
    }
    #uasf-form .solar-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #uasf-form .solar-disclosures{
        padding: 0 !important;
    }
    #uasf-form .solar-disclosures .utility-data-modal-trigger {
        margin-top: 5px;
    }
    #uasf-form .solar-disclosures h5 {
        margin: 10px 0;
    }
    div#uasf-form select, div#uasf-form input[type="text"] {
        height: 40px;
    }
    div#uasf-form .address.city-state-zip label.city, div#uasf-form .mailing-address.city-state-zip label.mailing-city {
        width: 45%;
    }
    div#uasf-form .address.city-state-zip label.state, div#uasf-form .mailing-address.city-state-zip label.mailing-state {
        width: 25%;
    }
    div#uasf-form .address.city-state-zip label.zip, div#uasf-form .mailing-address.city-state-zip label.mailing-zip {
        width: 25%;
    }
    div#uasf-form .address.city-state-zip label input, div#uasf-form .mailing-address.city-state-zip label input {
        padding: 0 10px;
    }
    div#uasf-form .address.city-state-zip label, div#uasf-form .mailing-address.city-state-zip label {
        display: inline-block;
    }
    div#uasf-form .address.city-state-zip, div#uasf-form .mailing-address.city-state-zip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    div#uasf-form .sec {
        /*padding: 10px 0;*/
    }
}
@media(max-width: 998px) {
    .customer-composition-container {
        padding: 10px 0;
    }
}
#uasf-form .solar-disclosures .utility-data-modal-trigger {
    background-color: #777AF2;
    color: #fff;
}
#uasf-form .solar-title {
    text-align: center;
}

.ua_customer_resubmits .table-container tfoot th {
    text-align: center;
}


.ua_customer_resubmits .table-container thead {
    position: relative;
    /*width: calc(100% - 49px);*/
    text-align: center;
    height: 80px !important;
}

.ua_customer_resubmits .table-container thead th {
    background: #fff;
    /*width: 12.5%;*/
    display: table-cell;
    float: unset;
    /*height: 100%;*/
}

.ua_customer_resubmits .table-container thead th{
    text-align: center;
}

.ua_customer_resubmits .table-container td {
    width: 10%;
    text-align: center;
}
#uasf-form .billing-file-uploader {
    padding: 20px 0;
}
#uasf-form .billing-file-main {
    position: relative;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
}
#uasf-form button#uploadButton, #uasf-form button#cameraTrigger {
    color: #fff;
    border: 1px solid #777AF2;
    border-radius: 5px;
    font-size: 16px;
    line-height: 17px;
    height: 35px;
    float: none;
    background-color: #777AF2;
    transition: 200ms;
    width: 150px;
    display: block;
    margin: 0 0 10px 0;
}
#fileNames div{
    word-wrap: break-word;
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media  (min-width: 768px) {
    #uasf-form button#cameraTrigger {
        display: none;
    }
}

@media  (max-width: 400px) {
    #uasf-form button#uploadButton, #uasf-form button#cameraTrigger {
        width: auto;
        height: auto;
        padding: 10px 10px;
    }
}


.redirect-thank-you {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.redirect-thank-you-inner {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.redirect-thank-you-close {
    position: absolute;
    top: 3px;
    right: 6px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    transition: color 0.2s ease;
    font-weight: 900;
}

.redirect-thank-you-close:hover {
    color: #ff0000;
}
.solar-disclosures .income-compare-radios label{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-right: 20px;
}
.solar-disclosures .income-limit-block{
    padding-block: 2rem;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}
#uasf-form label.account, #uasf-form label.account-rd-second  {
    display: block;
}
#remote-page {
    display: none;
}

#remote-page {
    /*position: fixed;*/
    /*margin-top: 84px;*/
    left: 0;
    right: 0;
}
#remote-page iframe {
    width: 100%;
    height: 800px;
    border: none;
}


#remote-page iframe::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#remote-page iframe::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#remote-page iframe::-webkit-scrollbar-thumb:hover {
    background: #555;
}
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media(max-width: 1269px) {
    #remote-page {
        margin-top: 0;
    }
}

/*Camera button*/
.file-upload-container,
.proof-upload-container {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;

}

.file-upload-container .mini-heading h4,
.proof-upload-container .mini-heading h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.upload-bill-field,
.upload-proof-field {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#uploadButtonRemote,
#cameraTriggerRemote,
#proofUploadButtonRemote,
#proofCameraTriggerRemote {
    flex: 1;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

#uploadButtonRemote,
#proofUploadButtonRemote {
    background-color: #f8f9fa;
    color: #2c3e50;
    border: 1px solid #ced4da;
}

#uploadButtonRemote:hover,
#proofUploadButtonRemote:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

#cameraTriggerRemote,
#proofCameraTriggerRemote {
    background-color: #3498db;
    color: white;
}

#cameraTriggerRemote:hover,
#proofCameraTriggerRemote:hover {
    background-color: #2980b9;
}

#uploadButtonRemote::before,
#proofUploadButtonRemote::before {
    content: "📁";
    margin-right: 8px;
}

#cameraTriggerRemote::before,
#proofCameraTriggerRemote::before {
    content: "📷";
    margin-right: 8px;
}

.file-trigger-wrap,
.proof-trigger-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .upload-bill-field,
    .upload-proof-field {
        flex-direction: column;
    }

    #uploadButtonRemote,
    #proofUploadButtonRemote {
        width: 100%;
        margin-bottom: 10px;
    }

    #cameraTriggerRemote,
    #proofCameraTriggerRemote {
        display: flex;
        width: 100%;
    }

    .file-trigger-wrap,
    .proof-trigger-wrap {
        flex-direction: column;
    }
}

.thank-you .redirect-thank-you-button {
    color: #fff;
    border: 1px solid #777AF2;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    height: 56px;
    line-height: 50px;
    float: none;
    margin: 0 auto;
    background-color: #777AF2;
    transition: 200ms;
    text-decoration: none;
    display: block;
}

@media (max-width: 769px) {
    .thank-you .redirect-thank-you-button {
        font-size: 11px;
    }

}
@media (min-width: 769px) {
    #cameraTriggerRemote,
    #proofCameraTriggerRemote {
        display: none;
    }

    #uploadButtonRemote,
    #proofUploadButtonRemote {
        display: flex;
    }
}

@supports (-webkit-touch-callout: none) {
    #cameraTriggerRemote,
    #proofCameraTriggerRemote {
        padding: 13px 20px;
    }
}

.solar-custom-checkboxes .error-message {
    display: none;
}

/*button styles hotfix*/
#sp-page div#uasf-form .uasf-screen .control-btn {
    margin-bottom: 15px !important;
}
.enabled-confirm-program{
  display: none !important;
}
