@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.reset-css {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

input {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
}

.wraper_all {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.heder_box {
  width: 105%;
  height: 8%;
  background-color: rgb(24, 153, 251);
}
.text {
  align-self: center;
}
.title_btn {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  padding: 0px 0 25px 0;
  margin: 15px auto;
}
.title_btn_your {
  font-size: 13px;
  font-weight: bold;
  width: 100px;
  height: 95px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  padding: 15px 0;
  text-align: center;
  background-color: gainsboro;
}

.title_btn_your_active {
  font-size: 13px;
  font-weight: bold;
  width: 100px;
  height: 95px;
  background-color: rgb(24, 153, 251);
  margin: 10px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  padding: 15px 0;
  text-align: center;
  color: #ffff;
}
.bank_accounts_all {
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 0px;
  border-bottom: 1px solid #cfcfcf;
  padding: 0px 0 30px 0;
}
.bank_accounts {
  width: 350px;
  border: 1px grey solid;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  margin: 10px auto;
  height: 40px;
  padding: 10px 0px 4px 17px;
  border-radius: 10px;
}
.footer_btn_all {
  display: flex;
  margin: 10px auto;
}
.footer_btn {
  width: 84px;
  height: 55px;
  margin: 0px 15px 0 20px;
  background-color: gainsboro;
  padding: 18px 0px;

  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  text-align: center;
}

.redirect_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
}
.redirect_wrapper a {
  margin: 0;
  width: 100%;
  text-decoration: none;
}
.redirect_wrapper a:visited {
  color: inherit;
}
.redirect {
  width: 100%;
  margin: 0;
}

.footer_btn_active {
  width: 84px;
  height: 55px;
  margin: 0px 15px 0 20px;
  background-color: rgb(24, 153, 251);
  padding: 18px 0px;

  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  text-align: center;
  color: #ffff;
}
.btnDitect {
  width: 90%;
  margin: 0 auto;
  padding: 15px 10px;
  align-content: center;
  border-radius: 30px;

  font-size: 13px;
  font-weight: bold;

  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
  padding: 15px 0;
  text-align: center;
  background-color: gainsboro;
}
