.popUp[data-v-050ef1da] {
  width: 100%;
  z-index: 10000;
  background: rgba(102, 112, 133, 0.7);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
}
.popup-bottom-wrapper[data-v-050ef1da] {
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px 20px 0px 0px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.popup-bottom-wrapper .popup-bottom-logo[data-v-050ef1da] {
  width: 40px;
  height: 40px;
}
.popup-bottom-wrapper .popup-bottom-logo img[data-v-050ef1da] {
  width: 100%;
}
.popup-bottom-wrapper .popup-bottom-content-title[data-v-050ef1da] {
  font-weight: 600;
  font-size: 20px;
  color: #1A202C;
  margin-top: 16px;
  line-height: 30px;
}
.popup-bottom-wrapper .popup-bottom-content-text[data-v-050ef1da] {
  font-weight: 400;
  font-size: 14px;
  color: #667085;
  line-height: 18px;
  margin-top: 16px;
}
.popup-bottom-wrapper .popup-bottom-content-btn[data-v-050ef1da] {
  width: 100%;
  height: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 16px;
  background: #182058;
}
