@font-face {
    font-family: 'Inter 28pt';
    src: url('./fonts/Inter28pt-Bold.eot');
    src: url('./fonts/Inter28pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter28pt-Bold.woff2') format('woff2'),
        url('./fonts/Inter28pt-Bold.woff') format('woff'),
        url('./fonts/Inter28pt-Bold.ttf') format('truetype'),
        url('./fonts/Inter28pt-Bold.svg#Inter28pt-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('./fonts/Inter28pt-Regular.eot');
    src: url('./fonts/Inter28pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter28pt-Regular.woff2') format('woff2'),
        url('./fonts/Inter28pt-Regular.woff') format('woff'),
        url('./fonts/Inter28pt-Regular.ttf') format('truetype'),
        url('./fonts/Inter28pt-Regular.svg#Inter28pt-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('./fonts/Inter28pt-SemiBold.eot');
    src: url('./fonts/Inter28pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter28pt-SemiBold.woff2') format('woff2'),
        url('./fonts/Inter28pt-SemiBold.woff') format('woff'),
        url('./fonts/Inter28pt-SemiBold.ttf') format('truetype'),
        url('./fonts/Inter28pt-SemiBold.svg#Inter28pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    display: flex;
    height: 100vh;
    background: #fff;
    color: #000;
    font-family: 'Inter 28pt' !important;
}
.tps-certificate-url-wrapper p{
    font-family: 'Inter 28pt' !important;
    color: #000;
        font-size: 14px;
    line-height: 24px;
}
.tps-container {
    width: 100%;
    max-width: 992px;
    margin: auto;
    padding: 0 15px;
}
.tps-certificate-url-wrapper{
    border: 1px solid #f1f1f1;
    padding: 50px;
    margin: auto;
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 20px;
}
.tps-certificate-url-wrapper h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
}
.tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content> div:nth-child(1) {
    width: 25%;
        text-align: center;
}

.tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content> div:nth-child(2) {
    width: 75%;   
        text-align: left;
}
.tps-your-lab-wraper {
    display: flex;
    flex-direction: column;
    position: relative;
}
.tps-your-lab-wraper span.tps-error-note {
        bottom: -20px;
}
.tps-report-btn-eraper-content>div{
    justify-content: space-between;
    text-align: left;
    display: flex;
}
.tps-reportnumber-btn-wrapper>div:nth-child(2) {
    width: 70%;
    display: flex;
    flex-direction: column;
}
.tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content> div:nth-child(2) span.tps-error-note {
    bottom: -19px;
}
input.tps-report-number {
    width: 95% !important;
}
span.tps-error-note {
    color: red;
    font-size: 13px;
    text-align: left !important;
        position: absolute;

}
.tps-certificate-url-wrapper .tps-certificate-url-generator-form-field select,
 .tps-certificate-url-wrapper .tps-certificate-url-generator-form-field input{
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;   
        border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 0 
}
.tps-reportnumber-btn-wrapper {
    position: relative;
}
.tps-reportnumber-btn-wrapper input.tps-paste-copied-report-number {
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    background: url(search-page-sprite.svg), #fff;
    font-size: 0;
    width: 40px;
    height: 100%;
    top: 0;
    position: relative;
    background-position: -7px -1px;
    border: 0;
    max-height: 40px;
}
.tps-certificate-url-wrapper .tps-captcha-field {
    text-align: center;
}
.tps-certificate-url-wrapper .tps-captcha-field{
    text-align: left;
}
.tps-certificate-url-wrapper .tps-captcha-field .g-recaptcha>div {
    margin: auto;
}
.tps-captcha-reset-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 3%;
}
.tps-reset-form-btn input {
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    background: url(search-page-sprite.svg), #fff;
    font-size: 0;
    width: 50px;
    height: 50px;
    top: 0;
    position: relative;
    background-position: -47px 3px;
    border: 0;
}
.tps-certificate-url-wrapper .tps-certificate-url-generator-form-field label {
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px;
    width: 220px;
}
.tps-certificate-url-form-button {
        text-align: center;
    position: relative;
    left: 0;
}
.tps-btn-wrapper-certificate-reset{
    display: flex;
    justify-content: center;
    grid-gap: 10px 2%;
}
.tps-certificate-url-form-button input {
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    width: 100%;
    max-width: 200px;
}
.tps-certificate-url-form-button input:hover{
    background-color: #000;
    color: #fff;
}
.tps-certificate-url-form-button span.tps-error-note.tps-response-error {
    text-align: center !important;
}
.tps-certificate-url-form-button span.tps-error-note.tps-response-error {
    text-align: center !important;
    left: 0;
    right: 0;
    top: 17px;
}
.tps-submit-error input.tps-submit-form {
    width: 145px;
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
}
.tps-certificate-link-wrapper span.tps-certificate-link-span a {
    color: #000;
}
.tps-submit-error span.tps-loader {
    background-image: url(loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: cover;
    top: 32%;
    left: auto;
    right: 10px;
}
.tps-certificate-link-wrapper span.tps-certificate-link-span a {
    color: #7e7dad;
    font-size: 21px;
}
.tps-certificate-link-wrapper span.tps-certificate-link-span a:hover{
    text-decoration: none;
}
.tps-recently-viewed-certificates-wrapper span.tps-cert-li-label-title {
    font-size: 18px;
    line-height: 28px;
}
.tps-recently-viewed-certificates-wrapper span.tps-cert-li-label {
    font-size: 16px;
    font-weight: 500;
}
.tps-recently-viewed-certificates-wrapper span.tps-cert-li-label a.tps-certificate-link {
    color: #7e7dad;
    font-weight: 600;
        margin-left: 10px;
}
.tps-recently-viewed-certificates-wrapper span.tps-cert-li-label a.tps-certificate-link:hover {
    text-decoration: none;
}
.tps-recently-viewed-certificates-wrapper {
    text-align: left;
}
.tps-certificate-popup-container {
    position: fixed;
    right: 0%;
    bottom: 0%;
    background-color: #00000085;
    left: 0%;
    top: 0%;
    z-index: 9;
    display: none;
    overflow: auto;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}
.tps-certificate-popup-content {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tps-certificate-popup-image-div {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    max-width: 800px;
    min-width: 800px;
    justify-content: center;
    align-items: center;
}
.tps-certificate-popup-image-div span.tps-certificate-popup-loader:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(loader.gif);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}
.tps-certificate-popup-image-div span.tps-certificate-popup-close {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 10px;
    right: 10px;
    background: url(close-icon.svg);
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
}
iframe.tps-certificate-popup-iframe{
    width: 100%;
}
.tps-tps-creadedby span {
    font-size: 21px;
    color: #26313c;
    line-height: 31px;
}
.tps-tps-creadedby span b {
    font-size: 24px;
    line-height: 34px;
}
.tps-tps-creadedby span b a{
    color: #26313c;
}
.tps-tps-creadedby span b a:hover{
    text-decoration: none;
}
.tps-tps-creadedby {
    text-align: center;
    margin-bottom: 20px;
}
.tps-search-form-content {
    padding: 20px 10px 0;
}

@media(max-width:825px){
    .tps-search-form-content {
    padding: 20px 0px 0;
}
    .tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content {
        justify-content: left;
        flex-wrap: wrap;
    }
    .tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content> div:nth-child(1) {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content> div:nth-child(2) {
        width: 100%;
     }
    .tps-captcha-reset-wrapper {
        justify-content: left;
            position: relative;
    }
    input.tps-report-number {
        width: 100% !important;
        max-width: 96%;
    }
   .tps-certificate-url-wrapper {
        padding: 30px 30px 50px 30px;
    }
    .tps-submit-error {
        position: relative;
    }
    .tps-submit-error input.tps-submit-form {
        height: 40px;
        background: #000;
        color: #fff;
    }

}
@media(max-width:639px){
    .tps-tps-creadedby span {
        font-size: 18px;
        line-height: 28px;
    }
    .tps-certificate-url-wrapper h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .tps-report-btn-eraper-content>div {
        justify-content: flex-start;
    }
    .tps-reportnumber-btn-wrapper {
        flex-wrap: wrap;
        row-gap: 14px;
    }
    input.tps-report-number {
        width: 100% !important;
    }
   .tps-reportnumber-btn-wrapper>div:nth-child(2) {
        width: 90%;
    }
    .tps-reportnumber-btn-wrapper>div:nth-child(1) {
        position: absolute;
        right: 0;
        height: 42%;
    }
      .tps-certificate-url-wrapper .tps-certificate-url-generator-form-field .tps-certificate-url-generator-form-field-content> div:nth-child(2) span.tps-error-note{
        position: relative;
        bottom: -3px;
    }
    .tps-reset-form-btn input {
        width: 30px;
        height: 30px;
        background-position: -56px -6px;
        padding: 0;
    }
}
@media(max-width:580px){
    .tps-reportnumber-btn-wrapper>div:nth-child(2) {
        width: 82%;
    }
}