:root {
    --primary: #23adad;
    --greyLight: #23adade1;
    --greyLight-2: #cbe0dd;
    --greyDark: #2d4848;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 13px;
    background-color: #f8f8f8
}

html, body {
    min-height: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.container {
    font-size: 14px;
}

a {
    color: #0a0a0a !important;
    text-decoration: none;
}

.profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.sign-in-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.user-profile {
    border-radius: 50%;
    width: 35px;
    height: 35px
}

.bottom-shadow {
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

.btr {
    border-top-right-radius: 5px !important;
}


.btl {
    border-top-left-radius: 5px !important;
}

.form input {
    margin-bottom: 12px;
    border-radius: 3px;
}


    .form input:focus {
        box-shadow: none;
    }


.form button {
    margin-top: 20px;
}

.card {
    background-color: whitesmoke;
}

.custom-card-body-width {
    width: 21rem;
}

.status-color-Failed {
    background-color: #fceaea;
    color: #e56a94;
}

.status-color-Started {
    background-color: #e7ecfe;
    color: #5166f5;
}

.status-color-PendingApproval {
    background-color: #FFF7D8;
    color: #FFCC00;
}

.status-color-Rejected, .status-color-Refused {
    background-color: #ff0000;
    color: #fff;
}

.status-color-Completed {
    background-color: #e0f7ee;
    color: #24bb83;
}

.card {
    background-color: white;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    border-radius: 0.7rem;
}

.title-details {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #a0abbb;
    font-style: normal;
    margin-top: 8px;
}

.status-badge {
    font-weight: bold;
    min-width: 20px;
    max-width: 120px;
    border-radius: 0.25rem;
    font-size: 12px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

.step-bar {
    width: 150px;
    height: 18px;
    margin: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-size: .75rem;
    display: flex;
}

.step-box {
    width: 25px;
    height: 35px;
    background-color: #efefef;
    border-radius: 3px;
    margin-right: 5px;
}

.filled {
    background-color: #ccf1e3
}

.progress-step-bar {
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #677c94;
    justify-content: center;
}

.details-card-custom-postition {
    padding-top: 67px;
}

.document-photo-size {
    width: -webkit-fill-available;
    height: auto;
}

.document-photo-size-table {
    height: 35px;
}

.navigation-bar {
    background-color: white;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.navigation-brend {
    color: #111111;
    font-size: 28px;
}

.navigation-link {
}

/*TABLE*/

.table-container {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow-x: auto;
}

.tab-content > .active {
    overflow-x: auto;
}

/*PAGINATION*/

.page-item.active .page-link {
    background-color: #5166f5;
    color: #e7ecfe !important;
}

/* end */

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    min-height: 30px;
}

.label {
    flex: 1.2;
    text-align: left;
    margin-right: 10px;
}

.value {
    flex: 2;
    text-align: left;
    font-weight: 600
}

.one-line-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.green-box {
    background-color: #e0f7ee;
    color: #24bb83;
}

.red-box {
    background-color: #fceaea;
    color: #e56a94;
}

.yellow-box {
    background-color: #fff8e9;
    color: #fab624;
}

.tooltip {
    min-width: max-content;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    color: #ffffff;
    background-color: #6c757d;
    font-size: 10px;
    border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .3s;
    visibility: hidden;
}

.tooltip-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.nav-link {
    color: #272727
}

.js-enlarge-image {
    cursor: pointer;
}

#js-enlarge-image-dialog .modal-dialog {
    max-width: 800px;
    max-height: 800px;
}

.elipsis-vertical-custom-width {
    width: 50px;
}

.form-group {
    margin-bottom: 20px;
}

.pdf-icon-custom {
    color: darkgrey;
    margin-left: 10px;
    margin-top: 8px;
}

.download-icon-custom {
    color: darkgrey;
    margin-top: 8px;
}

.approve-reject-verification-button {
    height: 3.5rem;
    width: 12rem;
    color: white !important;
    padding: 14px 0;
}

.add-user-card-width {
    width: 26rem;
}

.password-input-style-text {
    -webkit-text-security: disc;
    text-security: disc;
}

.width-web-kit-fill {
    width: -webkit-fill-available;
}

.button-spinner {
    width: 25px;
    height: 25px;
}

.dashboard-box .dashboard-bold-p {
    font-size: 28px;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #3e4c74;
}

.dashboard-box .dashboard-bold-p {
    font-size: 28px;
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #3e4c74;
}

.dashboard-box .dashboard-semi-bold-p {
    font-size: 20px;
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #3e4c74;
}

.dashboard-box .dashboard-secondary-p {
    font-size: 16px;
    color: #909dc4;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
}

.dashboard-box .dashboard-classic-text {
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #323a46;
}

.form-select:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}

.dashboard-bar {
    width: 3.5rem;
    height: 1.5rem;
    border-radius: 0.3rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.bar-color-completed {
    background-color: #60ff97
}

.bar-color-in-progress {
    background-color: #36a2eb;
}

.bar-color-failed {
    background-color: #ff6384;
}

.bar-color-pending-approval {
    background-color: #e7e900;
}

.time-filter-custom-width {
    width: 12rem;
}

.font-size-42 {
    font-size: 42px !important;
}

.email-custom-style {
    color: #0d6efd !important;
    font-weight: 500;
}


/*   VERIFICATION DETAILS       */

.verification-link {
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}

#copy-verification-link {
    border: none;
    background: none;
}

    #copy-verification-link img {
        width: 25px;
    }

.verification-link:focus, .verification-link:active {
    border: none;
    outline: none;
}

.cards {
    display: flex;
    gap: 15px;
}

.card-details {
    flex: 0 0 auto;
    width: 32%;
    gap: 2px;
}

.consistency-level { 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.question {
    width: 18px;
    cursor: pointer;
}

table.dataTable thead > tr > th:last-child.sorting:before, table.dataTable thead > tr > th:last-child.sorting::after {
    content: none !important;
}

table.dataTable {
    width: 100% !important;
}

.hidden {
    display: none;
}


@media (max-width: 768px) {
    .cards {
        flex-direction: column;
    }

    .card-details {
        flex: 0 0 auto;
        width: 100%;
        gap: 2px;
    }
}

@media only screen and (max-width: 600px) {
    .navigation-brend {
        font-size: 15px;
    }
}

.color-white {
    color: white !important
}
