/* By Uk */
/* Pretendard */
@font-face {
  font-family: P-Bold;
  src: url("../fonts/Pretendard/Bold.ttf");
}
@font-face {
  font-family: P-Semibold;
  src: url("../fonts/Pretendard/SemiBold.ttf");
}
@font-face {
  font-family: P-Regular;
  src: url("../fonts/Pretendard/Regular.ttf");
}
@font-face {
  font-family: P-light;
  src: url("../fonts/Pretendard/Light.ttf");
}
@font-face {
  font-family: P-thin;
  src: url("../fonts/Pretendard/Thin.ttf");
}
:root {
  --animation-delay: 0s;
  /* Initial delay for the first .box element */
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: P-Regular;
  overscroll-behavior: contain;
  background: #F8F8FF;
}

.modal-body::-webkit-scrollbar,
body::-webkit-scrollbar,
.app-body::-webkit-scrollbar {
  width: 5px;
}

.modal-body::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.app-body::-webkit-scrollbar-track {
  background-color: #dbdbdb;
}

.modal-body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.app-body::-webkit-scrollbar-thumb {
  background-color: #F42977;
  border-radius: 6px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  outline: none;
  box-shadow: none;
}
.form-check-input[type=checkbox]:focus {
  border-color: rgba(104, 104, 104, 0.6);
}
.form-check-input[type=checkbox]:checked {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}

input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* create custom radiobutton appearance */
  width: 17px;
  height: 17px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid rgba(104, 104, 104, 0.6);
  padding: 4px;
  border-radius: 50%;
  margin-right: 10px;
}

.btn {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  background: #1F1F29;
  color: #ffffff;
  font-size: 14px;
  font-family: P-Regular;
  outline: none;
  border: 0;
  padding: 0px 20px;
  line-height: 1;
}
.btn.btn-white {
  background: #ffffff;
  color: #1F1F29;
  border: 1px solid #999;
}
.btn.btn-small {
  height: 32px;
  background: #ffffff;
  color: #1F1F29;
  font-size: 12px;
  border: 1px solid #999;
}
.btn.btn-green {
  background-color: #4FB366;
  color: #FFF;
}
.btn.btn-red {
  background-color: #F24747;
  color: #FFF;
}
.btn.btn-logout-yes {
  background: #3b3b3d;
}
.btn.btn-logout-yes:hover {
  background: #1F1F29;
  -webkit-text-fill-color: white;
  color: white;
}
.btn.btn-logout-no:hover {
  background: #1F1F29;
  -webkit-text-fill-color: white;
  color: white;
}
.btn:hover {
  box-shadow: none;
  color: #fff;
}
.btn:hover.btn-small {
  height: 32px;
  background: #1F1F29;
  color: #ffffff;
}
.btn:hover.btn-white {
  color: #1F1F29;
}
.btn:hover.btn-green {
  color: #ffffff;
}
.btn:hover.btn-red {
  color: #ffffff;
}
.btn:focus {
  box-shadow: none;
}
.btn img {
  margin-right: 2px;
}

.btn-transparent, .table-dropdown button {
  border: 0;
  background-color: transparent;
  padding: 0;
  outline: none;
}

.upload-photo {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1F1F29;
  outline: none;
  border: 0;
  line-height: 1;
  bottom: 0px;
  right: 0px;
  padding: 3px;
}
.upload-photo .upload-photo-inp {
  position: absolute;
  border-radius: 10.278px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  color: transparent;
}
.upload-photo .upload-photo-inp::-webkit-file-upload-button {
  visibility: hidden;
}

textarea {
  font-family: P-Regular;
  font-size: 12px;
}

input::-moz-placeholder {
  font-family: P-Regular;
}

input::placeholder {
  font-family: P-Regular;
}

input:disabled {
  background-color: #e5e5e5 !important;
}

input:focus,
select:focus {
  transition: all 300ms ease;
  outline-color: rgb(80, 166, 247);
}

.center, .header, .custom-nav .nav-link, .login, .customer-loader, .upload-img-details .upload-img-details-icon, .customer-upload-pan .upload-icon, .customer-upload-pan, .customer-flow-steps .flow-steps-box .flow-steps-icon, .upload-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  flex: 1 !important;
}

.title {
  color: #16161e;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: P-Semibold;
}

.txt {
  color: #7e7e7e;
  font-size: 14px;
  font-family: P-Regular;
}
.txt.txt-red {
  color: #F24747;
}
.txt.error {
  color: #F24747;
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 11px;
  transition: all 0.35ms ease;
}

.layer {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 16px;
  overflow-y: auto;
  transition: all 0.4s ease;
}

.flex-25 {
  flex: 0 1 23%;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.custom-hr {
  height: 0.7px !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.customer-txt, .widget-hdr .widget-hdr-subtitle {
  color: #555;
  font-size: 12px;
  font-family: P-Regular;
  margin-bottom: 5px;
}

.custom-label {
  color: rgba(85, 85, 85, 0.6);
  font-family: P-Regular;
  font-size: 12px;
  margin-bottom: 2px;
}

.custom-label2 {
  font-family: P-Regular;
  margin-bottom: 0px;
  color: #999;
  text-align: center;
  font-size: 9px;
}

.custom-label-data {
  color: #333;
  font-family: P-Semibold;
  font-size: 14px;
  margin-bottom: 0;
}

.ff-semiblod {
  font-family: P-Semibold !important;
}

.cursor-pointer {
  cursor: pointer;
}

.customer-flow-steps {
  display: flex;
  align-items: center;
  padding: 6px 18px;
  height: 48px;
  justify-content: space-around;
}
.customer-flow-steps .flow-steps-box {
  display: flex;
  align-items: center;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}
.customer-flow-steps .flow-steps-box:nth-last-child(1) {
  margin-right: 0;
}
.customer-flow-steps .flow-steps-box:nth-last-child(1)::after {
  width: 0;
}
.customer-flow-steps .flow-steps-box::after {
  content: "";
  width: 14px;
  height: 0.5px;
  background: #999;
  position: absolute;
  right: -25px;
}
.customer-flow-steps .flow-steps-box.active .flow-steps-txt {
  color: #333;
}
.customer-flow-steps .flow-steps-box.active .svg-check-step .cr1 {
  stroke: #3F0D81;
}
.customer-flow-steps .flow-steps-box.active .svg-check-step .cr2 {
  stroke: #F42977;
  fill: #F42977;
}
.customer-flow-steps .flow-steps-box .flow-steps-icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.customer-flow-steps .flow-steps-box .flow-steps-txt {
  color: #999;
  font-family: P-Regular;
  font-size: 12px;
  margin-bottom: 0;
}

.customer-inp {
  height: 42px;
  border-radius: 8px;
  border: 0.7px solid rgba(159, 159, 159, 0.3);
  background: #FFF;
  padding: 10px;
  color: #333;
  font-size: 16px;
  width: 100%;
  font-family: P-Semibold;
}
.customer-inp::-moz-placeholder {
  color: #C5C5C5;
  font-size: 12px;
}
.customer-inp::placeholder {
  color: #C5C5C5;
  font-size: 12px;
}
.customer-inp.adr-nmbr {
  text-align: center;
}
.customer-inp:focus {
  outline: 0.7px solid #1F1F29;
}
.customer-inp.error {
  border: 1px solid #D00;
}
.customer-inp.error:focus {
  outline: 0.7px solid #D00;
}

.search-input-btn-div {
  display: flex;
  gap: 10px;
}

.search-button {
  height: 42px;
  border-radius: 8px;
  background: #1F1F29;
  color: #ffffff;
  font-size: 14px;
  font-family: P-Regular;
  outline: none;
  border: 0;
  padding: 0px 20px;
  line-height: 1;
}

.adr-options {
  display: flex;
  align-items: center;
}
.adr-options .adr-options-inp {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-width: 0.7px;
}
.adr-options .adr-options-inp:disabled:not(:checked) {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff !important;
  border-color: #adb5bd;
}
.adr-options .adr-options-inp:checked {
  background-color: #1F1F29 !important;
  border-color: #1F1F29;
}
.adr-options .adr-options-inp:checked + .adr-options-label {
  color: #1F1F29;
}
.adr-options .adr-options-label {
  color: #7D8895;
  font-family: P-Regular;
  font-size: 14px;
}

.mb-box {
  background: rgba(250, 244, 244, 0.5);
  padding: 20px;
}

.mb-custom, .customer-prof-bx {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mb-custom .modal-text, .customer-prof-bx .modal-text {
    display: block !important;
  }
  .mb-custom .search-input-btn-div, .customer-prof-bx .search-input-btn-div {
    width: 350px;
  }
}

.widget-hdr {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.widget-hdr .widget-hdr-title {
  color: #1E1E1E;
  font-size: 18px;
  font-family: P-Semibold;
  line-height: normal;
  margin-bottom: 2px;
}
.customer-prof-bx {
  display: flex;
  align-items: center;
}
.customer-prof-bx .customer-prof-bx-img {
  width: 45px;
  height: 48px;
  background-color: #FAF4F4;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.customer-prof-bx .customer-prof-bx-ttl {
  color: #333;
  font-family: P-Semibold;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.fetched-photo {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  overflow: hidden;
}
.fetched-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.customer-upload-pan {
  position: relative;
  width: 100%;
  height: 185px;
  flex-shrink: 0;
  border-radius: 10.278px;
  border: 0.899px dashed rgba(36, 36, 38, 0.3);
  background: #FBFBFB;
  flex-direction: column;
}
.customer-upload-pan .upload-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  padding: 8px;
  margin-bottom: 2px;
}
.customer-upload-pan .customer-upload-pan-inp {
  position: absolute;
  border-radius: 10.278px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  color: transparent;
}
.customer-upload-pan .customer-upload-pan-inp::-webkit-file-upload-button {
  visibility: hidden;
}

.customer-uploaded-pan {
  width: 100%;
  height: 307px;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
  background: #FEFEFE;
  padding: 18px;
  box-sizing: border-box;
}
.customer-uploaded-pan .selfie-capture-tile {
  color: #1E1E1E;
  font-size: 18px;
  font-family: P-Semibold;
  line-height: normal;
  margin-bottom: 8px;
}
.customer-uploaded-pan .selfie-capture-subtext {
  color: #555;
  font-size: 12px;
  font-family: P-Regular;
  margin-bottom: 20px;
}
.customer-uploaded-pan img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.upload-img-details {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  background: #FEFEFE;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.upload-img-details .upload-img-details-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.progress-bar-green {
  background-color: #4FB366;
}

.welcome-box {
  opacity: 0;
  transform: translateX(-10px) rotateX(-5deg);
  transition: all 0.5s;
  animation: fadeIn 0.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .welcome-box .kyc-table {
    width: 100%;
  }
  .welcome-box .welcome-box {
    flex: 0 1 100%;
  }
  .welcome-box .ml-10 {
    margin-left: 0px;
  }
  .welcome-box .mr-10 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateX(0px) rotateX(0deg);
  }
}
.welcome-box2, .customer-flow-steps .flow-steps-box {
  opacity: 0;
  transform: translateY(-4px) rotateY(-5deg);
  transition: all 0.5s;
  animation: fadeIn2 0.5s ease-out forwards;
}

.welcome-box:nth-child(1),
.welcome-box2:nth-child(1),
.customer-flow-steps .flow-steps-box:nth-child(1) {
  animation-delay: 0s;
}

.welcome-box:nth-child(2),
.welcome-box2:nth-child(2),
.customer-flow-steps .flow-steps-box:nth-child(2) {
  animation-delay: 0.25s;
}

.welcome-box:nth-child(3),
.welcome-box2:nth-child(3),
.customer-flow-steps .flow-steps-box:nth-child(3) {
  animation-delay: 0.45s;
}

.welcome-box:nth-child(4),
.welcome-box2:nth-child(4),
.customer-flow-steps .flow-steps-box:nth-child(4) {
  animation-delay: 0.65s;
}

@keyframes fadeIn2 {
  to {
    opacity: 1;
    transform: translateY(0px) rotateY(0deg);
  }
}
.loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}

.loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: rgba(244, 41, 119, 0.3137254902);
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F42977;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: jump7456 0.5s linear infinite;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow324 {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
.customer-loader {
  background: linear-gradient(0deg, #fff 10%, rgba(50, 47, 47, 0.241));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  color: #F42977;
  background: radial-gradient(farthest-side, currentColor calc(100% - 6.7px), rgba(0, 0, 0, 0) calc(100% - 5.6px) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 14.6px), #000 calc(100% - 13.4px));
  border-radius: 50%;
  animation: spinner 2s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  background: linear-gradient(currentColor 0 0) center, linear-gradient(currentColor 0 0) center;
  background-size: 100% 11.2px, 11.2px 100%;
  background-repeat: no-repeat;
}

.spinner::after {
  transform: rotate(45deg);
}

@keyframes spinner {
  100% {
    transform: rotate(1turn);
  }
}
.svg-fadeInOut {
  animation: svgcheck 1s linear infinite alternate;
}

.svg-check {
  animation: svgcheck 1s linear;
}

@keyframes svgcheck {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes svgcheck {
    0% {
      transform: translateY(45px);
    }
    100% {
      transform: translateY(55px);
    }
  }
}
.no-action {
  pointer-events: none;
}

/* 
  LOGIN
*/
.login {
  width: 100%;
  min-height: 100vh;
  background-image: url("/images/anim-login-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .login {
    background-image: none;
    flex-direction: column;
  }
}
.login .login-logo {
  position: absolute;
  left: 1.8rem;
  top: 2rem;
  width: 120px;
}
@media (max-width: 575.98px) {
  .login .login-logo {
    width: 80px;
    left: 1.8rem;
    top: 2rem;
  }
}
.login .login-flow {
  display: none;
  position: absolute;
  right: 1.8rem;
  top: 2rem;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .login .login-flow {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .login .login-flow {
    width: 80px;
    right: 1.8rem;
    top: 2rem;
  }
}
.login .login-bx {
  flex: 0 1 32%;
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .login .login-bx {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .login .login-bx {
    flex: 0 1 85%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .login .login-bx {
    flex: 0 1 55%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .login .login-bx {
    flex: 0 1 65%;
  }
}
.login .login-bx .login-title {
  color: #1F1F29;
  font-family: P-Semibold;
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .login .login-bx .login-title {
    display: none;
  }
}
.login .login-bx .login-subtitle {
  color: #333;
  font-family: P-Regular;
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .login .login-bx .login-subtitle {
    display: none;
  }
}
.login .mobile-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .login .mobile-title {
    display: block;
  }
}
.login .login-link-link, .login .otp-btns {
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  color: var(--primaryFont);
  font-size: 20px;
  font-weight: bold;
}
.login .otp-btns {
  font-size: 16px;
}
.login .login-link-link:hover, .login .otp-btns:hover {
  text-decoration: underline;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex: auto;
  width: 100%;
}
.dashboard-header .dashboard-title {
  color: #1F1F29;
  font-family: P-Bold;
  font-size: 32px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .dashboard-header .dashboard-title {
    font-size: 26px;
  }
}

.custom-nav {
  padding-bottom: 1px;
}
.custom-nav .nav-link {
  color: #999;
  font-family: P-Regular;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 14px;
  height: 40px;
  border: 0;
  border-radius: 8px 8px 0px 0px;
}
.custom-nav .nav-link.active {
  background: #1F1F29;
  color: #FFF;
}
.custom-nav .nav-link.active img {
  filter: brightness(2);
}
@media screen and (max-width: 767px) {
  .custom-nav .nav-link {
    padding: 0px 10px;
  }
}

/*
  TABLE
*/
.table.custom-tbl2 tbody tr td {
  font-size: 12px;
}
.table.custom-table-border {
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 8px;
  border: 0.7px solid #E2E2E2 !important;
}
.table.custom-table-border thead th {
  border-bottom: 0.7px solid #E2E2E2 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.table thead {
  height: 36px;
}
.table thead th {
  background-color: #FAF4F4;
  height: 36px;
  color: #999;
  font-family: P-Regular;
  font-size: 12px;
  font-weight: 400;
}
.table thead th:nth-child(1) {
  border-radius: 8px 0px 0px 8px;
  padding-left: 20px;
}
.table thead th:nth-last-child(1) {
  border-radius: 0px 8px 8px 0px;
  padding-right: 20px;
}
.table tbody tr {
  border-bottom: 0.5px solid #f6f6f6;
  transition: all 0.4s ease;
}
.table tbody tr:hover {
  background: rgba(242, 242, 242, 0.8);
  cursor: pointer;
}
.table tbody tr:nth-last-child(1) {
  border-bottom: 0px;
}
.table tbody tr td {
  color: #333;
  font-family: P-Regular;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table tbody tr td:nth-child(1) {
  padding-left: 20px;
}
.table tbody tr td:nth-last-child(1) {
  padding-right: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #333 !important;
  text-decoration: none;
  background-color: transparent !important;
}

.dropdown-menu {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0.9667458534px 3.8669834137px 0px rgba(0, 0, 0, 0.16);
  animation: svgcheck 0.5s ease-out;
  animation-fill-mode: forwards;
}

.table-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.table-search .table-search-result {
  color: #333;
  font-family: P-Regular;
  font-size: 12px;
}
.table-search .table-search-result .table-search-result-inp {
  width: 56px;
  height: 29px;
  color: #333;
  font-family: P-Regular;
  font-size: 12px;
  margin: 0px 5px;
  border-radius: 8px;
  border: 0.7px solid #E2E2E2;
  background: #F4F4F4;
  padding: 0px 5px;
}

.inp-icon-grp {
  position: relative;
}
.inp-icon-grp .customer-inp {
  padding-right: 32px;
}
.inp-icon-grp .search-icon {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  line-height: 0;
}

.user-profile {
  display: flex;
  align-items: center;
  flex: none;
}
.user-profile .user-profile-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  border: 0.7px solid rgba(159, 159, 159, 0.3);
}
.user-profile .user-profile-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.user-profile .user-profile-name {
  color: #242426;
  font-family: P-Semibold;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .user-profile .user-profile-name {
    display: none;
  }
}
.user-profile .user-profile-status {
  color: #999;
  font-family: P-Regular;
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .user-profile .user-profile-status {
    display: none;
  }
}

.header {
  height: 65px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.16);
  padding-left: 32px;
  padding-right: 32px;
}
.header .logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 100px;
  }
}
.header .hide-profile-modal {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .profile-modal {
    width: 100%;
    border-radius: 0px !important;
    border: none;
    margin-top: 5px !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16) !important;
    padding: 35px;
  }
  .header .profile-modal .hide-profile-modal {
    display: block;
  }
  .header .profile-modal .user-profile-name {
    display: block;
  }
  .header .profile-modal .user-profile-status {
    display: block;
  }
  .header .profile-modal li {
    margin-bottom: 10px;
  }
  .header .profile-modal li .logout {
    border-radius: 9px;
    justify-content: center;
    border: 0.5px solid rgb(26, 19, 19);
  }
  .header .profile-modal li .profile-img {
    display: none;
  }
}

.main {
  padding: 23px 32px;
}

.layout {
  display: flex;
  align-items: flex-start !important;
}

@media screen and (max-width: 1200px) {
  .layout {
    flex-wrap: wrap !important;
  }
}
.customer-header {
  margin-bottom: 23px !important;
}

.status-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.status-header .status-header-title {
  color: #1F1F29;
  font-family: P-Semibold;
  font-size: 14px;
  margin: 0;
}
.status-header .status-header-inp {
  width: 93px;
  height: 28px;
  border-radius: 8px;
  background: #FAF4F4;
  border: 0;
  color: #1F1F29;
  font-family: P-Regular;
  font-size: 12px;
  padding: 0px 7px;
  outline: none;
}
.status-header .chevron {
  display: none;
}
@media screen and (max-width: 767px) {
  .status-header .chevron {
    display: block;
  }
}

.status-chart {
  height: 225px;
  margin-bottom: 18px;
}

.status-bx {
  height: 74.828px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.status-bx:nth-last-child(1) {
  margin-bottom: 0px;
}
.status-bx .status-bx-content {
  flex: 1;
}
.status-bx .status-bx-name {
  color: #888;
  font-family: P-Regular;
  font-size: 12px;
  margin-bottom: 0;
}
.status-bx .dot {
  width: 9px;
  height: 9px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #333;
}
.status-bx .dot.approved-clr {
  background-color: #4FB366;
}
.status-bx .dot.rejected-clr {
  background-color: #FDBDC0;
}
.status-bx .dot.pending-clr {
  background-color: #FAEEC9;
}
.status-bx .status-bx-count {
  color: #1F1F29;
  font-family: P-Semibold;
  font-size: 18px;
  margin: 0;
  margin-top: 2px;
}

.modal.fade .modal-dialog {
  width: 454px;
}
@media screen and (max-width: 767px) {
  .modal.fade .modal-dialog {
    width: 100%;
    margin: 0px !important;
    padding: 10px !important;
    max-width: none;
  }
}

.modal-content {
  border: 0 !important;
  border-radius: 12px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16) !important;
}
.modal-content.transparent {
  background: transparent !important;
  box-shadow: none !important;
}
.modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  font-size: 11px;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
}

.flip {
  position: absolute;
  top: 0;
  z-index: 99;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-100px);
    opacity: 1;
  }
}
.api-progress {
  width: 80px;
  height: 70px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 15px;
  right: -10px;
  z-index: 9999999999999;
  display: flex;
  align-items: center;
}

.flash-dot {
  position: relative;
}
.flash-dot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #eeeeee 0%, #eeeeee 40%, #dddddd 50%, #dddddd 55%, #eeeeee 60%, #eeeeee 100%);
  box-shadow: 4px 4px 15px rgba(43, 42, 42, 0.1);
  background-size: 400%;
  animation: anim 1s linear infinite both;
  z-index: 999;
}

.flash-square {
  position: relative;
}
.flash-square::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #eeeeee 0%, #eeeeee 40%, #dddddd 50%, #dddddd 55%, #eeeeee 60%, #eeeeee 100%);
  box-shadow: 4px 4px 15px rgba(43, 42, 42, 0.1);
  background-size: 400%;
  animation: anim 1s linear infinite both;
  border-radius: 4px;
  z-index: 999;
}

@keyframes anim {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.react-html5-camera-photo > video {
  width: 100% !important;
  border: 1.5px solid #ffffff;
  border-radius: 16px;
}

.camerapositioninfo {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.camerapositioninfo .camerapositioninfomain {
  display: flex;
  margin-top: 10px;
}
.camerapositioninfo .camerapositioninfomain img {
  margin-top: 1px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.camerapositioninfo .camerapositioninfomain .camerapositioninfotext {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #ffffff;
  word-wrap: wrap;
}

.final-rpt-bx {
  background-color: #FAF4F4;
  border: 0.7px solid #E2E2E2 !important;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: #1F1F29;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.instruction-list {
  padding-left: 16px;
}
.instruction-list li::marker {
  color: rgba(153, 153, 153, 0.75);
}

.road {
  padding-bottom: 15% !important;
  padding-top: 1% !important;
  border-bottom: 10px dashed #6D6B85;
}
@media (max-width: 575.98px) {
  .road {
    border-bottom-width: 4px;
  }
}

.truck {
  position: absolute;
  bottom: -21%;
  left: 0%;
  width: 30%;
  height: auto;
  z-index: -1;
  animation: truck 8s linear 0s infinite;
}
@media (max-width: 575.98px) {
  .truck {
    bottom: -0.9%;
  }
}

@media screen and (orientation: landscape) {
  .customer-uploaded-pan img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .customer-inp {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .custInfoLayer {
    display: none;
  }
  .modal-content {
    width: 100% !important;
  }
  .activityLayer {
    flex: 0 1 100% !important;
    margin-right: 0px !important;
  }
  .NavigateBar {
    width: 100%;
  }
  .customer-uploaded-pan img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 800px) {
  .NavigateBar {
    margin: 0 auto;
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .customer-flow-steps .flow-steps-box {
    margin-right: 15px;
  }
}
.mr-20 {
  margin-right: 20px;
}

@keyframes truck {
  0% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(340%);
  }
}
@media (max-width: 575.98px) {
  @keyframes truck {
    0% {
      transform: translateX(-80%);
    }
    100% {
      transform: translateX(230%);
    }
  }
}
.activityLayer {
  margin-bottom: 15px;
}

.kycDropdownMob {
  display: none;
}

.w-100 {
  width: 100%;
}

.dateFormatforMob {
  display: none;
}

.dateFormat {
  display: flex;
}

@media (max-width: 600px) {
  .activityLayer {
    width: 100%;
  }
  .mobHide span, .mobHide div {
    display: none !important;
  }
  .kycList {
    width: 100%;
  }
  .customer-flow-steps .flow-steps-box::after {
    content: none;
  }
  .kycHeader {
    border-radius: 8px !important;
  }
  .customerNavForMob {
    justify-content: space-around;
  }
  .kycDropdownMob {
    display: flex;
  }
  .nav-tabs {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .addCusText {
    display: none;
  }
}

.addCus {
  display: none;
}
@media screen and (max-width: 600px) {
  .addCus {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .addCusMain {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  .addCusMain .table-search {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .addCusMain .table-search .col-3 {
    width: 50% !important;
  }
}

@media screen and (max-width: 600px) {
  .table-search .col-3 {
    width: 50% !important;
  }
}

@media screen and (max-width: 600px) {
  .pendingTable {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .addCusText {
    display: none;
  }
}

.addCus {
  display: none;
}
@media screen and (max-width: 600px) {
  .addCus {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .addCusMain {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  .addCusMain .table-search {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .addCusMain .table-search .col-3 {
    width: 50% !important;
  }
}

@media screen and (max-width: 600px) {
  .table-search .col-3 {
    width: 50% !important;
  }
}

@media screen and (max-width: 600px) {
  .pendingTable {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .mobHide {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobHide {
    position: relative;
  }
}

.txtIcon {
  display: none;
}

.txt {
  display: block;
}

@media screen and (max-width: 600px) {
  .txtIcon {
    display: block;
  }
  .txt {
    display: none;
  }
}
.kycList {
  width: 100%;
}

.pep-section:first-child {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(158, 153, 153, 0.5294117647);
  margin-bottom: 10px;
  font-weight: 600;
}

.pep-modal-wrapper {
  padding: 0 4%;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 70vh;
  margin: 4% 0 0% 0;
}

.pep-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
.pep-list li {
  margin: 5px;
  padding: 5px 10px;
  background-color: #fbe4e4;
  border-radius: 5px;
  flex: none;
  color: #000;
}/*# sourceMappingURL=style.css.map */