/* IFSC Bnak Code Start */

/* finder */
.finder-info {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.finder-tag:focus {
  outline: none !important;
}

.srch-adrs-bton {
  background-color: #6819e6;
  color: #fff;
}

.srch-adrs-bton:hover {
  background-color: #5500cc;
  color: #fff;
}

.finder-icon {
  padding: 1rem 1.5rem !important;
  background-color: #6819e6 !important;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.finder-icon i {
  color: #ffff !important;
}

.finder-tag input {
  /* padding: 1rem 0.8rem !important; */
  background-color: #efefef !important;
  border: none !important;
}

.finder-tag input:focus {
  border: none !important;
}

.ifsc-hdln {
  background-color: #6819e6 !important;
}

/* Suvam */
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  --bs-table-bg-type: none;
}

.finder-btn button {
  border: none !important;
  background-color: #6819e6 !important;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.finder-btn button {
  color: #fff !important;
}

/* code */
.code-info {
  /* border: 1px solid #6819E6; */
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.form-select:disabled {
  background-color: #fff !important;
}

.code-info h5 {
  padding: 1rem 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #6819e6 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  color: #fff !important;
}

.form-style label {
  color: #000 !important;
}

.form-style {
  /* padding: 0 1rem !important; */
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
}

.form-style select {
  border: none !important;
  border-radius: 15px !important;
  border-bottom: 1px solid #6819e6 !important;
  width: 100%;
  padding: 0.4rem;
}

.form-style-grp label {
  width: 100% !important;
}

.cta-4 {
  font-weight: 500 !important;
  background-color: #787878 !important;
  color: #fff !important;
}

.cta-4:hover {
  background-color: #787878 !important;
  color: #fff !important;
}

.cta-5 {
  font-weight: 500 !important;
  background-color: #6819e6 !important;
  color: #fff !important;
}

.cta-5:hover {
  background-color: #6819e6 !important;
  color: #fff !important;
}

/* Suvam */
#lookupIfscBtn::before {
  display: none;
}

@media (max-width: 768px) {
  .code-info h5 {
    padding: 0.5rem 0 !important;
    margin-bottom: 0 !important;
  }

  .form-style {
    gap: 20px !important;
  }

  #lookupIfscBtn {
    font-size: 0;
    /* Hide actual text */
    position: relative;
  }

  #lookupIfscBtn::before {
    content: "\f002";
    /* Unicode for Font Awesome search icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    display: inline-block;
    color: white;
  }

  .finder-icon {
    display: none;
  }

  .finder-tag input {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
}

/* BANKS  */
.bank-info-list {
  /* width: calc(100% / 3) !important; */
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bank-info-list a {
  width: 100% !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: #000 !important;
}

.bank-info-list li {
  flex: 0 0 25%;
  /* 100% / 4 = 25% */
  box-sizing: border-box;
  padding: 10px;
  /* space between items */
}

.bank-info-style {
  border-radius: 20px !important;
  text-align: center;
  border-color: #6819e6 !important;
}

@media (max-width: 768px) {
  .bank-info-dtls {
    width: 100% !important;
    height: 120px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .bank-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
  }
}

/* ALL */
.all-info-stlz {
  border-radius: 15px !important;
  border-color: #6819e6 !important;
}

.all-info-stlz a {
  color: #000 !important;
}

.all-info-list {
  flex-wrap: wrap !important;
}

.all-info-stlz {
  width: 50%;
}

@media (max-width: 768px) {
  .all-info-list {
    flex-wrap: wrap !important;
  }

  .all-info-list {
    gap: 15px !important;
  }
}

/* IFSC Bnak Code End */