.vv_transations_wrapper {
  width: 100%;
  font-size: var(--P-MEDIUM);
  padding: 0.75rem;
  margin-top: 0.75rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.vas_transactionInfoBTN {
  background-color: #00337c !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 0.875rem !important;
  transition: 0.3s ease;
  text-transform: capitalize !important;
}

.vas_transactionInfoBTN:hover,
.vas_transactionInfoBTN:active {
  background-color: #002558 !important;
}

/* ========== ENVIRONMENT SWITCH ===========*/

.vasvendor_environment {
  display: flex !important;
  align-items: center !important;
  /* justify-content: space-between; */
}

.vasvendor_live_environment {
  padding: 0.2rem 1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background-color: #4bb543 !important;
  font-size: var(--P-SMALL) !important;
  border-radius: 2rem !important;
  margin-left: 0.5rem !important;
}

.vasvendor_test_environment {
  padding: 0.2rem 1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: #b63f41 !important;
  font-size: var(--P-SMALL) !important;
  border-radius: 2rem !important;
  margin-left: 0.5rem !important;
}

.vasvendor_site_switchButton {
  text-transform: capitalize !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.75rem !important;
  background: #00337c !important;
  border-radius: 0.5rem !important;
  font-size: var(--P-MEDIUM) !important;
  font-weight: var(--BOLD) !important;
  transition: all 300ms ease !important;
  cursor: pointer;
}

.vasvendor_site_switch a:hover {
  color: #ffffff !important;
  background: #2b5da1 !important;
}

/* ==== vas modal ==== */
.vasOverlay {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed;
  z-index: 10 !important;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.75;
}
.vas_modal {
  z-index: 10 !important;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.vas_modal_inner {
  font-family: 'Poppins', sans-serif !important;
  position: absolute !important;
  border: 1px solid white;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: #ffffff !important;
  border-radius: 0.5rem !important;
  width: 50% !important;
  padding: 1rem !important;
}

.vas_modal_inner header h3 {
  text-align: center !important;
}

.vas_modal_transaction_detail {
  width: 90%;
  margin: auto;
  display: flex;
}

.vas_modal_transaction_detailItem {
  width: 50%;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.vas_modal_close_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vas_modal_close_wrapper button {
  background-color: transparent !important;
  color: #ff2c28 !important;
  border: none !important;
  outline: none !important;
  font-size: 0.875rem;
  font-weight: 600;
}

.vas_modal_close_wrapper button:hover,
.vas_modal_close_wrapper button:active {
  background-color: transparent !important;
  color: #ff2c28 !important;
  border: none !important;
  outline: none !important;
  font-size: 0.875rem;
  font-weight: 600;
}

.vas_transaction_searchInput_wrapper {
  font-size: 0.75rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vas_transaction_download_btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.download_info_text {
  margin-top: 0.5rem;
  text-align: center;
  color: #ff4f4b;
  font-weight: 500;
  font-size: 0.85rem;
}

.transactionDownloadBtnDisable {
  cursor: not-allowed !important;
  text-transform: capitalize !important;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  background-color: #00337c !important;
  color: #ffffff;
  font-size: 0.95rem !important;
  transition: all 300ms ease;
}

.transactionDownloadBtnEnable {
  cursor: pointer !important;
  text-transform: capitalize !important;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  background-color: #00337c !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
  transition: all 300ms ease !important;
}

.transactionDownloadBtnDisable:hover,
.transactionDownloadBtnDisable:active,
.transactionDownloadBtnEnable:hover,
.transactionDownloadBtnEnable:active {
  background-color: #2b5da1;
}

@media screen and (max-width: 768px) {
  .vas_modal_inner {
    width: 80% !important;
    padding: 0.8rem !important;
  }

  .vas_modal_transaction_detail {
    width: 90%;
    flex-direction: column;
  }

  .vas_modal_transaction_detailItem {
    width: 100%;
  }
}
