/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./components/loader/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.styles_loaderWrap__oTzhf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6);
}

.styles_loader__UbWUm {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.styles_loader__UbWUm div {
  position: absolute;
  border: 4px solid #3892b8;
  opacity: 1;
  border-radius: 50%;
  animation: styles_animation__uKAjO 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.styles_loader__UbWUm div:nth-of-type(2) {
  animation-delay: -0.5s;
}

@keyframes styles_animation__uKAjO {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./app/components/add-button/styles.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.styles_button__euPpZ:hover {
  background-color: black;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./app/my-wallet/components/add-new-wallet-button/style.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.style_container__mVhZ_ {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./app/my-wallet/components/wallet-item/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_bankCard__ydUUd {
  padding: 12px 24px;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid rgb(150, 185, 205);
  border-radius: 6px;
}

.styles_bankCard__ydUUd:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.styles_bankInfoContainer__3xdaK {
  width: 40%;
  display: flex;
}

.styles_bankLogo__ux7UU {
  margin-right: 20%;
}

.styles_bankName__56AH7 {
  font-weight: bold;
}

.styles_verifiedSection__jHR_b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: rgb(96, 150, 220);
}

.styles_alignRight__xHYRe {
  text-align: right;
}

