@font-face {
  font-family: lato;
  src: url("fonts/Lato-Regular.woff");
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/Lato-Regular.woff2") format("woff2"),
    /* Modern Browsers */
    url("fonts/Lato-Regular.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: lato-semibold;
  src: url("fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/Lato-Semibold.woff2") format("woff2"),
    /* Modern Browsers */
    url("fonts/Lato-Semibold.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: lato-bold;
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/Lato-Bold.woff2") format("woff2"),
    /* Modern Browsers */
    url("fonts/Lato-Bold.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}

header {
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px #626262;
}

h1 {
  border-bottom: 1px dashed #eee;
  color: #084869;
  font-size: 16px;
  text-align: center;
  padding: 14px 15px;
  text-transform: uppercase;
  line-height: 17px;
  margin-bottom: 0px;
  font-family: "lato-semibold";
}

h4.modal-title {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "lato-semibold";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.auth {
  width: 45%;
  margin: auto;
  height: auto;
  background-color: #fff;
  position: relative;
  top: 16vh;
  box-shadow: 0px 0px 15px -2px #626262;
  padding: 0px;
}

.body_auth {
  background-color: #fff;
  height: auto;
  padding: 30px 20px;
}

.foot_auth {
  background-color: #fff;
  border-top: 1px dashed #eee;
  height: auto;
}

input[type="button"] {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 8px;
  background-color: #fff;
  border: 1px solid #34495e;
  color: #34495e;
  cursor: pointer;
  font-family: "lato-semibold";
}

input[type=button]:hover {
  background-color: #34495e;
  border: 1px solid #34495e;
  color: #fff;
}

input[type="button"]:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 12px;
}

:-ms-input-placeholder {
  color: #e6e6e6;
  font-size: 12px;
}

:-moz-input-placeholder {
  color: #e6e6e6;
  font-size: 12px;
}

::placeholder {
  color: #e6e6e6;
  font-size: 12px;
}

.toast-header .close {
  background-color: transparent;
  border: none;
  padding: 10px;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
}

.modal-dialog {
  max-width: 500px;
  margin: 6.75rem auto;
}

.modal-header {
  padding: 0px;
  border-bottom: 1px dashed #e9ecef;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

button.close {
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  opacity: 1;
  border: 3px solid #0079af;
  color: #0079af;
  line-height: 0px;
  text-align: center !important;
  padding: 0px !important;
}

.modal-footer {
  padding: 0px;
}

.auth_p {
  padding-left: 0px;
  padding-right: 5px;
}

.auth_p>label {
  margin-bottom: 0px;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #323232;
  line-height: 12px;
  padding: 8px 10px;
  width: 100%;
}

.auth_c>span {
  display: block;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 90%;
  height: 30px;
}

.auth_hover {
  background-color: #084869 !important;
  border: 1px solid #084869 !important;
}

.auth_c>span>img {
  width: 97%;
  padding: 0px;
}

.active {
  background-color: #4bb34b !important;
  border: 1px solid #269626 !important;
  background-color: #0079af !important;
}

.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pro-img-wrap img {
  width: 450px;
  height: 450px;
  display: flex;
  margin: 0 auto;
}

#imageModal .modal-header {
  padding: 0.5rem 0.5rem;
}

#imageModal .modal-header .modal-title {
  color: #0079af;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

#imageModal button.close {
  width: 35px;
  height: 35px;
  border: 3px solid #0079af;
  color: #0079af;
  position: absolute;
  top: -14px;
  right: -14px;
}

/* recent cut css added here */
/* cc css added here start___________________________________________________ */
.acc-title {
  position: relative;
  color: #0079af;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.mb_32 {
  margin-bottom: 32px;
}

.p-20 {
  padding: 20px;
}

.vkyc-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.vkyc-wrapper img {
  margin-bottom: 20px;
}

.vkyc-wrapper h6 {
  font-size: 30px;
  font-weight: 600;
  color: #7a7a7a;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 2px;
}

.vkyc-wrapper p {
  font-size: 20px;
  font-weight: 600;
  color: #0079af;
}

.vkyc-btn-wrapper button {
  font-size: 16px;
  min-width: 140px;
  margin: 20px 20px 0px;
}

.vkyc-btn-wrapper .bck-btn {
  background-color: rgb(110, 110, 110);
}

/* vipin css started here============================ */

.head-icon {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  margin-right: 4px;
}

.kycFlowModal .modal-header {
  padding: 0.5rem 1rem 0.25rem 1rem;
}

.kycFlowModal .modal-header .close {
  padding: 1.25rem 1rem 0.5rem 1rem;
}

.kycFlowModal .ins-app-jon h5 {
  background-color: #ffddec;
  padding: 2px 8px;
  font-size: 18px;
}

.kycFlowModal .tabcontent ul li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 18px;
}

.alt-tab-design {
  margin: 0px 0px 12px 0px;
  border: 1px solid #00000026;
}

.crp-crd-dtl-wrap.bg-1 {
  background-color: #ffddec;
}

.form-label-heading {
  min-width: 135px;
  font-weight: 600 !important;
  border-right: 1px solid rgba(151, 20, 77, 0.4);
  padding: 4px 8px !important;
}

.form-label-data {
  color: #0079af !important;
  margin-left: 4px;
  padding: 4px 8px !important;
}

.crp-crd-dtl-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crd-sep::after {
  content: "";
  position: absolute;
  display: block;
  border-right: 2px solid rgb(175 171 171 / 75%);
  height: 100%;
  top: 0;
  right: 0;
  padding: 10px 0px;
  margin-right: 0px;
}

.radio-ver-kyc {
  margin: 0.5rem;
}

.radio-ver-kyc input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.radio-ver-kyc input[type="radio"]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -1px;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio-ver-kyc input[type="radio"]:checked+.radio-label:before {
  background-color: #0079af;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-ver-kyc input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #0079af;
}

#panImage {
  line-height: 24px;
  padding-top: 0px;
  padding-left: 0px;
}

#PanUploadButton {
  margin: 18px 1px 0px 1px;
}

.pan-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

#exist_div {
  margin-top: 50px;
}

.main_div ul {
  background-color: #f4f5f9 !important;
  position: absolute;
  top: -28px;
  padding: 0px;
  left: 0px;
  box-shadow: 0px 0px 4px 2px #ccc;
}

.main_div ul>li {
  list-style: none;
  float: left;
}

/* vipin css ends here============================ */

/* swal sweet alert css start */

.swal-modal {
  width: 400px;
}

.swal-icon:first-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.swal-title:not(:last-child) {
  margin-bottom: 10px;
}

.swal-footer {
  text-align: center;
  margin-top: 4px;
  padding: 6px 16px;
}

.swal-footer .swal-button {
  background-color: #0079af;
  font-weight: 500;
}

.swal-icon--success__ring {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 55%);
}

.swal-title {
  font-size: 22px;
  padding: 0px 16px;
}

.swal-overlay--show-modal .swal-modal {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}

.swal-button:not([disabled]):hover {
  background-color: rgba(151, 20, 77, 0.80);
}

/* swal sweet alert css end */
/* cc css added here ends ____________________________________________________*/

.box_show {
  box-shadow: 0px 1px 6px 1px #ccc;
  width: 50% !important;
  margin: auto !important;
  max-width: 500px;
  padding: 20px;
}

.lbl_val {
  width: 50%;
  float: left;
  color: #323232;
  font-size: 14px;
  text-align: left;
  margin: 0px 0px 10px;
  padding-left: 40px;
}

.lbl_txt {
  width: 50%;
  float: left;
  color: #861f41;
  font-size: 14px;
  text-align: left;
}

.p_sucs {
  color: #505050;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.alert-success {
  background-color: #0079af;
  border-color: #0079af;
  padding: 2px 10px;
  margin-top: 10px;
  font-size: 13px;
  font-family: "lato";
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0px;
}

.login_drop {
  top: 80px;
}

.main_div ul>li>a {
  padding: 5px 15px;
  color: #5c5b5b !important;
  border: 1px solid #d1d1d1;
  line-height: 1.2;
  text-decoration: none;
}

.main_div ul>li>a.select_tab {
  padding: 5px 15px;
  border: 1px solid #d1d1d1;
}

.main_div {
  position: relative;
}

.dropdown-content {
  top: 105px;
}

.main_div ul {
  background-color: #f4f5f9 !important;
  position: absolute;
  top: -28px;
  padding: 0px;
  left: 0px;
  box-shadow: 0px 0px 4px 2px #ccc;
}

.main_div ul>li {
  list-style: none;
  float: left;
}

#exist_div {
  margin-top: 50px;
}

.kycFlowModal .ins-app-jon ul {
  top: 0;
  position: relative;
  box-shadow: 0px 0px 0px #00000000;
  padding: 10px 30px;
  background-color: rgb(0 0 0 / 8%) !important;
}

.kycFlowModal .tabcontent ul li {
  list-style: decimal;
  float: unset;
}

.crp-crd-dtl-wrap.bg-1 {
  background-color: #f0f0f0;
}

.crp-crd-dtl-wrap {
  border-bottom: 1px solid #d7d0d0;
}

.form-suc-img {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0px auto 12px auto;
}

.form-suc-wrapper .card-title {
  font-size: 25px;
  color: #00a510;
}

.form-suc-wrapper {
  max-width: 650px;
  padding: 15px 0px;
  width: 60% !important;
}

.form-suc-wrapper .card-body {
  max-width: 450px;
  display: flex;
  margin: 5px auto 5px auto;
  padding: 10px;
  border: 1px dashed #c4c4c4;
}

.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 25px 0px;
}

.btn-dwn-cc {
  box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
  background-color: #f0f0f0;
  padding: 2px 8px;
  margin: 0px 0px;
}

.btn-dwn-cc:hover {
  background-color: #e2e2e2;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  opacity: 0.85;
}

.btn-cc-submit img {
  width: 32px;
}

.send_btn {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 10px;
  margin: 0px;
  background-color: #0079af;
  border: 1px solid #0079af;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 4px;
  box-shadow: unset !important;
  min-width: 130px;
}

.kyc-thank-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(82 1 36 / 80%);
  height: 140px;
  padding: 35px 5px;
  margin: 24px 0px;
}

.kyc-thank-wrapper .alert {
  color: #ffffff;
}

.cc-kyc-popup .close:not(:disabled):not(.disabled):focus,
.cc-kyc-popup .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.cc-kyc-popup .modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

@media (min-width: 992px) {
  .cc-kyc-popup .modal-dialog {
    max-width: 800px;
  }
}


@media (min-width: 769px) {
  .main_div ul>li>a {
    padding: 10px 15px;
  }

  .main_div ul>li>a.select_tab {
    padding: 10px 15px;
  }

  .main_div ul {
    top: -40px;
  }
}

@media screen and (max-width: 991.98px) {
  .vkyc-wrapper img {
    margin-bottom: 15px;
    width: 52px;
  }

  .vkyc-wrapper h6 {
    font-size: 26px;
  }

  .vkyc-wrapper p {
    font-size: 16px;
  }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
  .main_div ul>li {
    max-width: 115px;
  }

  .main_div ul>li>a {
    height: 40px;
  }

  .main_div ul {
    top: -40px;
    left: 0px;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .main_div {
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
  }

  .main_div ul {
    margin-bottom: 0px;
    box-shadow: 0px 0px 3px 1px rgba(204, 204, 204, 0);
  }

  .main_div ul>li>a.select_tab {
    display: inline-flex;
    align-items: center;
  }

  .main_div ul>li>a {
    padding: 5px 5px;
    display: inline-flex;
    align-items: center;
  }

  .main_div ul>li {
    padding-left: 0px;
  }

  .pos_relative {
    top: 0px;
  }

  .confirm_btn {
    margin-right: 6px;
  }

  #dbtConfirmation {
    padding-top: 0px;
  }
}

@media screen and (max-width: 575.98px) {
  .vkyc-wrapper img {
    margin-bottom: 10px;
    width: 45px;
  }

  .vkyc-wrapper h6 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .vkyc-wrapper p {
    font-size: 14px;
  }

  .vkyc-btn-wrapper button {
    font-size: 14px;
    min-width: 125px;
    margin: 10px 10px 0px;
  }

  .form-suc-img {
    width: 42px;
    height: 42px;
  }

  .form-suc-wrapper .card-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .form-suc-wrapper .p_sucs {
    color: #505050;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
  }

  .form-suc-wrapper .lbl_val {
    padding-left: 2px;
    font-size: 12px;
    width: 44%;
    margin-bottom: 0px;
  }

  .form-suc-wrapper .lbl_txt {
    font-size: 12px;
    width: 54%;
    margin-bottom: 0px;
  }

  .form-suc-wrapper {
    width: 100% !important;
  }

  .btn-cc-submit {
    padding: 4px 8px;
  }
}

@media screen and (min-width: 320px) and (max-width: 399.92px) {
  .main_div ul>li {
    max-width: 96px;
  }

  .main_div ul>li>a {
    height: 48px;
  }

  .main_div ul {
    top: -48px;
    left: 0px;
  }
}