﻿body {
        margin: 0;
    min-height: 100vh;
    background:#f7f7f7;
}

.header {
    display: flex;
    justify-content: flex-start;
    height: 50px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0 10%;
    box-sizing: border-box;
}
 .header > img {
}
 .header > div:first-of-type {
   justify-content: center;
    display: flex;
    color: #663399;
    font-size: 30px;
    position: absolute;
    text-align: center;
    width: calc(50% + 400px);
}
.div-content {
    margin: 20px 10%;
    display: flex;
    column-gap: 20px;
}
.logout {
    margin-right: 10px;
    text-align: right;
    position: absolute;
    right: 10%;
}
@media (min-width:1900px) {
    .header {
        padding: 0 20%;
    }

    .div-content {
        margin: 20px 20%;
    }

    .logout {
        right: 20%;
    }
}
 .div-content > .left-panel > div {
   display: flex;
    flex-direction: column;
    width: 250px;
    row-gap: 10px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
 .div-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position:relative;
}
 .div-title > span:first-of-type {
    padding: 17px 20px;
    display: block;
    font-size: 23px;
}
.result-title {
    position:relative;
}
.result-title > span:first-of-type {
    padding: 17px 20px;
    display: block;
    font-size: 23px;
}
 span.progress-msg {
    position: absolute;
    left: 250px;
    color: #0000ffbd;
    font-size: 17px;
    line-height: 27px;
    top:17px;
}
 .div-body {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position:relative;
}
 .div-uploadcv .div-body {
    row-gap: 0;
}
 .div-uploadcv {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.div-login input {
    height: 35px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    outline: none;
}
 #btnLogin {
        background-color: #663399;
    color: white;
    border: none;
    height: 45px;
    font-weight: bold;
    border-radius: 5px;
}
 .div-main {
    align-items: center;
    width:100%;background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
}
 #btnUploadCV {
    background: #8185ef;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor:pointer;
    margin-top:10px;
}
.lbl {
    color: gray;
    padding-top: 10px;
    text-align: center;
}
 .div-progress {
    padding: 20px 0;
    color:darkgray;
    display:none;
}
 .result-body {
        padding-top: 0;
    flex-direction: column;
}
 .result-body.div-body > .div-left {
    min-width: 400px;
    /*border-right: 1px solid rgba(0, 0, 0, 0.08);*/
    margin-right: 20px;
    width:400px;
}
 .contact-info {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
 .contact-info > div {
    display: flex;
}
 .contact-info > div > div {
    width: 70px;
    color:gray;
}
 .other-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 0;
}
 .other-info > div {
    display: flex;
}
 .other-info > div > div {
    width: 200px;
    color:gray;
}
 .div-reason {
        display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 7px;
    margin: 10px 0;
    min-height:100px;
}
.div-result {
    /*background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
}
    .div-reason > div:first-of-type {
        font-weight: bold;
        min-width: 80px;
        color: gray;
    }
    .result-footer {
    display: flex;
    column-gap: 10px;
    padding: 10px;
}
    .result-footer > button {
        height: 40px;
    border: navajowhite;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    padding: 0 30px;
    min-width:160px;

}
    button.btn-show-doc {
    background-color: #fdbf4f;
}
    button.btn-show-json {
    background-color: #89e789;
}
.result-status {
    display: flex;
    line-height:18px;
    align-items:center;
    font-weight:bold;
}
    .result-status > div {
    width:80px;
    color:gray;
    font-weight:bold;
}
#lblResultStatus {
    /*background: red;*/
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.reasons {
    max-width: 450px;
}
.div-doc-popup, .div-json-popup {
    display:none;
    z-index: 99;
    position: absolute;
    left: calc(50% - 350px);
    height: calc(100% - 90px);
    min-width: 750px;
    max-width: 80%;
    max-height: 90%;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    top:60px;
    background:white;
}
    .div-doc-popup embed, .div-json-popup pre {
        border-radius:5px;
        background-color:white;
    }
.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
    cursor:pointer;
}
.close-popup > span {
    line-height: 27px;
    align-items: center;
    display: block;
    font-size: 20px;
    text-align: center;
    color:gray;
}
.div-overlay {
    position: fixed;
    z-index: 9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    display:none;
}

.real-color {
    background: dodgerblue;
}
.fake-color {
    background: red;
}
#btnLogout {
    border: none;
    background: none;
    color: blue;
    font-size: 16px;
    text-decoration: underline;
    cursor:pointer;
}
#lblMessage {
    height:auto;
    color:red;
    white-space:nowrap;
}
.disabled, .disabled * {
    opacity: 0.9;
    pointer-events: none;
}
.disabled button {
    opacity: 0.5;
}

#embedJson {
        overflow-y: scroll;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 0 10px;
    width: 750px;
    height: 100%;
}
#fileName {
   color:#0000ffbd;
   padding-left:10px;
}
.hint { 
    color: #888;
}
.div-right {
    width:100%;
}
.timer {
    font-size: 18px !important;
    padding: 0 !important;
    line-height: 40px !important;
    color:gray;
}
table tr td ul {
    max-height: 150px;
    overflow-y:auto;
    padding:0;
    margin:0;
}
td > .btn-show-doc {
    color: #0000ffbd;
    cursor:pointer;
}
td:nth-of-type(2) {
    width: 200px;
    min-width: 200px;
    overflow-wrap: anywhere;
}

td .btn-show-json, td .btn-show-json * {
    color:#0000ffbd;
    cursor:pointer;
}

    td .btn-show-json div {
        white-space:nowrap;
        cursor:pointer;
    }

    
th, td {
    border: 1px solid silver;
    border-spacing: 0;
    padding: 0 5px;
    display: table-cell;
}

.div-content.multi-checker {
    margin: 20px 10px 20px 10%;
}

th {
    text-align: left;
    white-space: nowrap;
    padding: 10px 5px;
}


td:nth-of-type(5), td:nth-of-type(6) {
    min-width: 100px;
    max-width: 400px;
    word-wrap: anywhere;
}

td:nth-of-type(9) {
    min-width: 110px;
    max-width: 110px;
}

td .dob {
    min-width: 80px;
    display: block;
}
td .phone {
    min-width: 80px;
    display: block;
}

td.dx-time, td:first-of-type {
    text-align:center;
}.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #8185ef; /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  animation: spin 1s linear infinite;
  margin-right: 5px;
      position: absolute;
    left: 200px;
    color: #0000ffbd;
    font-size: 17px;
    line-height: 27px;
    top: 17px;
    display:none;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hide {
    display:none;
}

.cgpt-reason span {
    display:block;
    color:blue;
}

.cgpt-reason .fake span {
    display: block;
    color: red;
}

.cgpt-reason div {
    color: gray;
    padding-top: 5px;
    word-wrap: break-word;
    min-width: 200px;
}

.cgpt-reason > div.btn-show-cgpt-json {
    cursor: pointer;
}

.ai-validated-reason{
    display:none;
}