* {
  /* font-family: 'Proxima Nova Lt' !important; */
  font-family: "GT Walsheim Trial", sans-serif;
}
body {
  /* color: #5B5B5B; */
}
a {
  text-decoration: none;
}
.main_wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  /* align-items: center; */
}
.text-dark-light {
  color: #1d273b;
  opacity: 0.5;
}
.text-primary {
  color: #0a529d !important;
}
.text-dark {
  color: #1e293b;
}
.logo img {
  width: 200px;
}
.form-select,
.form-control {
  height: 46px;
  border-radius: 4px;
  background-color: #f7f9fb;
  font-size: 16px;
  border: 1px solid #e5e7f2;
  /* padding: 14px; */
}
.btn {
  border-radius: 8px;
}
.btn-primary {
  border: 2px solid #0a529d;
  background-color: #0a529d;
  color: #fff;
  text-align: center;
  height: 38px;
  font-weight: 500;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
}
.btn-primary:disabled {
  border: 2px solid #dedede;
  background-color: #dedede;
  color: #fff;
}
.btn-outline-primary {
  border: 1px solid #0a529d;
  color: #0a529d;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  height: 38px;
}
.btn-outline-primary:hover {
  border-color: #0a529d;
  background-color: #0a529d;
  color: #fff;
}
.steper_items {
  padding-left: 0;
}
.steper_items li {
  list-style: none;
  padding-left: 36px;
  position: relative;
  margin-bottom: 22px;
}
.steper_items li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/step-pending.svg) no-repeat 0% 0%;
  text-align: center;
  line-height: 24px;
  color: #1d273b;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.steper_items li.active::after {
  background: url(../img/step-running.svg) no-repeat 0% 0%;
  color: #fff;
}
.steper_items li.success::after {
  background: url(../img/step-ok.svg) no-repeat 0% 0%;
  color: #fff;
}
.steper_items li:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 27px;
  width: 2px;
  height: 100%;
  background: #e6e7e9;
}
.steper_items li.active:before {
  background: #0a529d;
}
.steper_items li.success:before {
  background: #61c57d;
}
.steper_items li:last-child::before {
  display: none;
}
.steper_items li a {
  font-size: 16px;
  color: #1d273b;
  font-weight: 600;
}
.steper_items li a p {
  font-size: 14px;
  color: #4b5462;
  opacity: 0.5;
  font-weight: 400;
}
.steper_items li.active a {
  color: #0a529d;
}
label {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 6px;
}
.dropzone {
  border: 1.5px dashed #dcdee2;
  background: #f5f5f5;
}
.key_point {
  padding: 0;
  margin: 0;
}
.key_point li {
  list-style: none;
  padding-left: 42px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #5b5b5b;
  font-weight: 400;
  position: relative;
}
.key_point li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/check-1.svg);
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.font-sm {
  font-size: 11px;
}
.banking_item_each {
  border-radius: 24px;
}
.banking_item_each:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 100%;
  min-height: 54px;
  background: url(../img/bottom-pattern.svg) no-repeat 0% 0%;
  background-size: 100%;
  z-index: -1;
}
.banking_item_each .item_icon {
  margin-top: -55px;
}
.banking_item_each .item_icon img {
  border: 6px solid #fff;
  border-radius: 50%;
}
footer {
  background: url(../img/footer-bg.jpg) no-repeat 0% 0%;
  background-size: cover;
}
.footer_menu_widget h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: 0.05rem; */
}
.footer_menu_widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_menu_widget ul li a {
  line-height: 30px;
}
.text-white-60 {
  color: #ffffff;
  opacity: 0.6;
}
.login_page_shape {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3b82f6;
  background-image: linear-gradient(-45deg, var(--tw-gradient-stops));
  margin-right: -9999px;
  margin-left: 0;
  margin-top: -9999px;
  border-bottom-left-radius: 100px;
  margin-bottom: 11rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card_ligon {
  width: 430px;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.login_btn {
  color: #fff;
  position: relative;
  z-index: 9;
}
.accordion-button::after {
  background-image: var(--bs-accordion-btn-active-icon);
}
.error_msg {
  border: 1px dashed #d5d5d5;
  border-radius: 6px;
}
.error_msg ul {
  padding: 0;
  margin: 0;
}
.error_msg ul li {
  margin-bottom: 10px;
}
.error_msg ul li:last-child {
  margin-bottom: 0;
}
.item_disabled .main-service li::before {
  background: url(../img/check-disabled.svg) no-repeat 0% 0%;
}
.text-muted {
  color: #8e949d !important;
}
.bottom_img {
  height: 84px;
}
.table-wraper {
  overflow: hidden;
  border-radius: 8px;
}
.table {
  border-color: rgba(10, 82, 157, 0.1);
}
table tr th {
  font-size: 14px;
  font-weight: 500;
}
table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
}
.web_loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_loader img {
  height: 60px;
}
.accordion-flush .accordion-item {
  border: 1px solid #c4d5e7 !important;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-button {
  font-weight: 500;
}
.accordion-button:focus {
  box-shadow: none;
}
.right_sidebar {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 400px;
  }
}
@media (max-width: 680px) {
  .banking_item_each h3 {
    font-size: 20px;
  }
  .banking_item_each p {
    font-weight: 300;
  }
  /* .h-100 {
    height: auto !important;
  } */
  .mobile_breadcrumbs p,
  .mobile_breadcrumbs a {
    font-size: 12px;
  }
  .mobile_breadcrumbs h3 {
    font-size: 16px;
  }
  .step_sticky_btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 10px 20px;
    z-index: 9999;
  }
  .right_sidebar {
    padding-bottom: 80px;
    display: block;
  }
  .steps_sticky {
    display: flex;
    align-items: center;
  }
  .login_btn {
    color: #0a529d !important;
    font-size: 14px;
    font-weight: 600;
  }
  .login_page_shape {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #transparent;
  }
  .steper_items li {
    margin-bottom: 12px;
  }
  .steper_items li a {
    font-size: 14px;
  }
  .steper_items li a p {
    font-size: 12px;
  }
  .steper_items li.success::after,
  .steper_items li.active::after {
    background-size: 100%;
  }
  .steper_items li:before {
    top: 20px;
  }
  .steper_items li::after {
    left: 3px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
}
