﻿body {
    font-family: 'Roboto', sans-serif;
}

div, ul, li, a, span, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar {
    padding: 0;
}

.container.body-content {
    max-width: 100%;
    padding: 0;
}

.fixed-ftr-body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.navbar.custom-verify-header {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 10px solid #25984e;
    border-bottom: 0 none;
}

.custom-verify-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    width: 100%;
}

.mob-none {
    display: block;
}

.desk-none {
    display: none;
}

.header-right-section img {
    max-width: 100%;
    width: 358px;
}

.fixed-ftr-body .container-fluid {
    max-width: 1320px;
}

.document-dt-wrapper {
    margin-top: 30px;
}

.verify-btn img {
    margin-right: 5px;
}

.verify-btn {
    display: flex;
    align-items: center;
}

.verify-msg-inner-wrapper {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    max-width: 380px;
    margin: 30px auto;
}

.document-list .list-desc a {
    color: #25984e;
}

.swal2-icon.swal2-error {
    background-image: url(../img/error-icon.svg);
    background-size: 100% 100%;
    border-radius: 50%;
    overflow: hidden;
    border: none !important;
    color: #000 !important;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.bs-callout.bs-callout-info {
    background: #f0f7f3;
    border-left: 4px solid #25984e;
    color: #000;
}

.document-dt-wrapper .bs-callout {
    margin-bottom: 30px;
}

.bs-callout {
    padding: 15px;
    border-left: 4px solid #25984e;
    font-size: 16px;
    line-height: 1.5;
}

    .bs-callout.bs-callout-info span {
        font-weight: 700;
    }

.document-dt-list-wrapper {
    border-left: 2px solid #e6e6e6;
    padding: 20px;
    padding-right: 7px;
}

    .document-dt-list-wrapper h3 {
        font-size: 20px;
        font-weight: 700;
        color: #25984e;
        line-height: 1.2;
        margin: 0px 0 30px;
        text-transform: uppercase;
    }

.document-list {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
    word-break: break-all;
}

    .document-list .list-label {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

    .document-list .list-desc {
        /* font-weight: 400; */
        /* color: #58595a; */
    }

    .document-list .action-wrapper {
        margin-top: 10px;
    }

.document-dt-wrapper .gradient-btn {
    padding: 10px 25px !important;
    font-size: 16px;
    line-height: normal;
    text-align: inherit;
    min-width: 100px;
    font-weight: 400;
}

.download-preview-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .download-preview-wrapper p {
        margin: 0;
        font-size: 16px;
        color: #58595a;
        font-style: italic;
        line-height: 1.2;
    }

    .download-preview-wrapper .gradient-btn {
        min-width: initial;
    }

@media screen and (min-width: 768px) {
    .download-preview-wrapper .gradient-btn {
        margin-left: 30px;
    }
}

.gradient-btn {
    color: #fff;
    background: #25984e;
    border: none;
    background-size: auto auto;
    position: relative;
    font-size: 17px;
    height: unset !important;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius: 0;
    min-width: 120px;
}

.document-dt-wrapper iframe {
    width: 100%;
    min-height: 1196px;
}

.event-list-wrapper {
    margin-top: 60px;
}

.event-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

    .event-title-wrapper h3 {
        font-size: 20px;
        font-weight: 700;
        color: #25984e;
        line-height: 1.2;
        margin: 0px;
        text-transform: uppercase;
    }

.event-links-wrapper {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.event-links-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .event-links-list li {
        position: relative;
    }

        .event-links-list li a {
            color: #25984e;
            display: block;
            padding: 0 8px;
            cursor: pointer;
        }

        .event-links-list li:before {
            position: absolute;
            content: "";
            background: #acacac;
            width: 1px;
            height: 70%;
            left: 0;
            top: 4px;
        }

.event-list-wrapper table {
    min-width: 1200px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .table {
        table-layout: fixed;
        max-width: 100% !important;
    }
}

thead {
    background: #fff;
}

.event-list-wrapper .table thead tr {
    border: 0 none;
}

.event-list-wrapper .table th:first-child {
    padding-left: 18px;
}

.event-list-wrapper table thead tr th:nth-of-type(2), .event-list-wrapper table tbody tr td:nth-of-type(2) {
    width: 25%;
    word-break: break-all;
}

.event-list-wrapper .table > thead > tr > th {
    border-bottom: 1px solid #e6e6e6;
}

.event-list-wrapper table thead tr th:nth-of-type(3), .event-list-wrapper table tbody tr td:nth-of-type(3) {
    width: 25%;
}

.event-list-wrapper .table > thead > tr > th {
    border-bottom: 1px solid #e6e6e6;
}

.event-list-wrapper .table th {
    text-align: inherit;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px;
    height: 50px;
    vertical-align: middle;
}

.event-list-wrapper .table th {
    border-top: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.event-list-wrapper table thead tr th:first-of-type, .event-list-wrapper table tbody tr td:first-of-type {
    width: 20%;
}

.event-list-wrapper .table td {
    font-size: 16px;
    vertical-align: middle;
    padding: 10px 10px;
    line-height: normal;
    border-bottom: 1px solid #e6e6e6;
}

.event-list-wrapper table thead tr th:nth-of-type(2), .event-list-wrapper table tbody tr td:nth-of-type(2) {
    width: 25%;
    word-break: break-all;
}

.event-list-wrapper .table td {
    font-size: 16px;
    vertical-align: middle;
    padding: 10px 10px;
    line-height: normal;
    border-bottom: 1px solid #e6e6e6;
}

.event-list-wrapper table thead tr th:nth-of-type(3), .event-list-wrapper table tbody tr td:nth-of-type(3) {
    width: 25%;
}

.event-list-wrapper table thead tr th:nth-of-type(4), .event-list-wrapper table tbody tr td:nth-of-type(4) {
    width: 17%;
}

.evt_verify {
    display: block;
    color: #fff;
    background: #25984e;
    border: none;
    background-size: auto auto;
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 7px 12px;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius: 0;
    min-width: 78px;
    text-decoration: none;
    white-space: nowrap;
}

a.evt_verify {
    width: fit-content;
    padding: 10px 35px;
}

.document-dt-wrapper .fas {
    margin-right: 5px;
}

tr.even {
    background-color: #fff;
}

.verify-footer .verify-ftr-inner {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
}

.ftr-logo-sign {
    margin-bottom: 7px;
}

.event-list-wrapper .download_btn {
    font-weight: 700;
    color: #25984e;
}

.table-responsive {
    border: 1px solid #ccc;
}

.verify-footer .verify-ftr-inner {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
}

.ftr-logo-sign {
    margin-bottom: 7px;
}

    .ftr-logo-sign p {
        background: linear-gradient(to right, #087b38 0%, #59b246 51%, #59b246 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        font-style: italic;
        line-height: 24px;
    }

.verify-ftr-copy {
    font-size: 16px;
    color: #666;
}

.verify-ftr-col .ftr-link {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-style: italic;
    text-align: center;
}

    .verify-ftr-col .ftr-link a {
        color: #666;
        text-decoration: none;
        font-style: italic;
    }

.ftr-btm-verify {
    font-weight: 700;
}

.verify-ftr-col .ftr-link a {
    color: #666;
    text-decoration: none;
    font-style: italic;
}

.ftr-btm-verify a span {
    color: #25984e;
}

.verify-ftr-right {
    text-align: right;
}

.ftr-contact {
    font-size: 16px;
    line-height: 24px;
}

.ques-ftr {
    font-weight: 700;
    color: #25984e;
}

.ftr-contact .ftr-mail a {
    color: #666;
    text-decoration: none;
}

.verify-ftr-copy {
    font-size: 15px;
    color: #666;
}

.event-links-list li a {
    color: #25984e !important;
    display: block;
    padding: 0 8px;
    cursor: pointer;
}

.event-links-list li:first-child:before {
    display: none;
    content: inherit;
}

.table td:first-of-type, .table th:first-of-type, .pl-18 {
    padding-left: 18px !important;
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar {
    width: 50px;
    height: 4px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #24984d;
}

button.gradient-btn:hover, .evt_verify:hover {
    background: #176939;
    color: #fff;
    text-decoration: none;
}

.details-table {
    border: none;
}

    .details-table thead tr th {
        background-color: #25984e;
        color: #fff;
    }

    .details-table .table {
        color: #000;
    }

@media screen and (max-width: 991px) {
    .navbar.custom-verify-header {
        background: #000;
        border-top: 0;
    }

    .mob-none {
        display: none;
    }

    .header-right-section.desk-none {
        filter: drop-shadow(0px 7px 8px #C4C4C4);
        max-width: 550px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        margin-bottom: 40px;
    }

    .desk-none {
        display: block;
    }

    .document-dt-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .custom-visible-xs {
        display: flex !important;
    }

    .download-preview-wrapper {
        margin: 0;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

        .download-preview-wrapper p {
            margin-bottom: 20px;
            text-align: center;
            line-height: 1.5;
        }

    .navbar-header {
        width: 100%;
        text-align: center;
    }

    .document-list .action-wrapper {
        text-align: center;
    }

    .verify-ftr-col {
        text-align: center;
    }

        .verify-ftr-col .ftr-link {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 20px auto;
            font-size: 16px;
            line-height: 24px;
        }
}

@media(max-width: 640px) {
    .document-dt-wrapper iframe {
        width: 100%;
        min-height: 860px;
    }
}
