@font-face {
  font-family: ProximaNova-Bold;
  src: url("../fonts/Proximanova/PROXIMANOVA-BOLD-WEBFONT.TTF");
}
@font-face {
  font-family: ProximaNova-semibold;
  src: url("../fonts/Proximanova/PROXIMANOVA-SBOLD-WEBFONT.TTF");
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url("../fonts/Proximanova/PROXIMANOVA-REG-WEBFONT.TTF");
}
@font-face {
  font-family: ProximaNova-light;
  src: url("../fonts/Proximanova/PROXIMANOVA-LIGHT-WEBFONT.TTF");
}
@font-face {
  font-family: ProximaNova-thin;
  src: url("../fonts/Proximanova/PROXIMANOVA-THIN-WEBFONT.TTF");
}
@font-face {
  font-family: ProximaNova-XBold;
  src: url("../fonts/Proximanova/PROXIMANOVA-XBOLD-WEBFONT.TTF");
}
.Container .text-center {
  text-align: center !important;
}
.Container .align-horizontal, .Container .align-horizontal-top {
  display: flex;
  align-items: center;
}
.Container .cus-imgu {
  justify-content: space-between;
  gap: 2%;
}
.Container .nic-img {
  justify-content: space-around;
}
.Container .text-warning {
  color: yellow;
}
.Container .text-primary {
  color: blue;
}
.Container .text-danger {
  color: red;
  background: #FAEAE9;
}
.Container .text-success {
  color: green;
  background: #E9F8EE;
}
.Container .align-horizontal-top {
  align-items: flex-start;
  justify-content: space-between !important;
}
.Container .my {
  margin: 20px 0;
  border-radius: 5px;
}
.Container .mb {
  margin-bottom: 10px;
}
.Container .col-lg-7 {
  width: 68%;
  margin-right: 2%;
  display: inline-block;
}
.Container .col {
  width: auto;
}
.Container .close-toggle-button {
  position: absolute;
  right: 3%;
  top: 25px;
}
.Container .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  caption-side: bottom;
  border-collapse: collapse;
}
.Container .modal-titled {
  background: linear-gradient(180deg, #38568f 0%, #38a1f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 22px;
  text-align: center;
}
.Container .details-head {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 20px;
}
.Container .risk {
  display: flex;
  width: 100%;
  gap: 2%;
}
.Container .risk .risk_rating {
  width: 50%;
  margin: auto;
}
.Container .table-borderless, .Container .table-borderd, .Container .table-browser, .Container .table-agent-borderless, .Container .table-questionAnswers {
  font-size: 14px;
}
.Container .table-borderless thead tr, .Container .table-borderd thead tr, .Container .table-browser thead tr, .Container .table-agent-borderless thead tr, .Container .table-questionAnswers thead tr {
  border: 1px solid #ccc;
}
.Container .table-borderless thead tr th, .Container .table-borderd thead tr th, .Container .table-browser thead tr th, .Container .table-agent-borderless thead tr th, .Container .table-questionAnswers thead tr th {
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 11px 10px;
  vertical-align: middle !important;
}
.Container .table-borderless tbody tr td, .Container .table-borderd tbody tr td, .Container .table-browser tbody tr td, .Container .table-agent-borderless tbody tr td, .Container .table-questionAnswers tbody tr td {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-family: "ProximaNova-semibold" !important;
  padding: 3px 15px;
  text-align: left;
  text-transform: capitalize;
}
.Container .table-borderless tbody tr:nth-last-of-type(1), .Container .table-borderd tbody tr:nth-last-of-type(1), .Container .table-browser tbody tr:nth-last-of-type(1), .Container .table-agent-borderless tbody tr:nth-last-of-type(1), .Container .table-questionAnswers tbody tr:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
  line-height: 20px !important;
}
.Container .table-agent-borderless tbody, .Container .table-questionAnswers tbody {
  border-top: none;
}
.Container .table-agent-borderless tbody tr td, .Container .table-questionAnswers tbody tr td {
  text-align: center;
}
.Container .table-borderd tbody, .Container .table-browser tbody {
  border-top: none;
}
.Container .table-borderd tbody tr, .Container .table-browser tbody tr {
  line-height: 35px;
}
.Container .table-borderd tbody tr td, .Container .table-browser tbody tr td {
  border: 1px solid #ccc;
  text-align: center;
}
.Container .table-borderd tbody tr:nth-last-of-type(1), .Container .table-browser tbody tr:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
}
.Container .table-questionAnswers tbody tr td {
  text-align: left;
  line-height: 30px;
}
.Container .table-questionAnswers tbody tr td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}
.Container .table-browser tbody tr td {
  text-align: left;
}
.Container .face-box, .Container .location-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px;
}
.Container .face-box h6, .Container .location-box h6 {
  font-size: 22px;
}
.Container .face-box h5, .Container .location-box h5 {
  font-size: 16px;
  margin: 0px;
}
.Container .face-box .match-img, .Container .location-box .match-img {
  width: 250px;
  height: 220px;
  border-radius: 5px;
}
.Container .face-box .match-img img, .Container .location-box .match-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.Container .face-box .line, .Container .location-box .line {
  margin: 9px 0px 8px 0px;
}
.Container .location-box img {
  width: 100%;
  margin: 0;
  border-radius: 5px;
}
.Container .match-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px;
}
.Container .match-box h5 {
  font-size: 16px;
  margin: 0px;
}
.Container .match-box img {
  width: 47%;
}
.Container .match-box .line {
  margin: 9px 0px 8px 0px;
}
.Container .match-box iframe {
  width: 100%;
}
.Container .btn-circle {
  width: 16px;
  height: 16px;
  line-height: 15px;
  font-size: 8px;
  text-align: center;
  padding: 0;
  background: linear-gradient(180deg, #38568f 0%, #38a1f7 100%);
  border-radius: 50%;
}
.Container .mark-box {
  width: 80%;
  margin: 0 auto;
}
.Container .mark-box input[type=text] {
  border: 1px solid #adb3bc;
  padding: 13px 10px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 18px;
}
.Container .mark-box input[type=text]:focus-visible {
  outline: red;
  border: 2px solid #38568f;
}
.Container .mark-box .mark-text {
  background: rgba(56, 161, 247, 0.2);
  border-radius: 5px;
  text-align: center;
  padding: 16px 10px;
  font-size: 20px;
}
.Container .mark-box .mark-text .fa-solid {
  border-radius: 50%;
  color: white;
  margin-left: 10px;
  font-size: 14px;
}
.Container .mark-box .mark-text .fa-solid.fa-x {
  background-color: red;
  padding: 8px 10px;
}
.Container .mark-box .mark-text .fa-solid.fa-check {
  padding: 9px 10px;
  background-color: green;
}
.Container .match-score {
  background: rgba(110, 187, 251, 0.1490196078);
}
.Container .yellow {
  background: rgba(249, 199, 23, 0.1019607843);
  color: #f9c717;
  border-radius: 3px;
}/*# sourceMappingURL=kycReport.css.map */