<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popUp.deleteSubAccountPopup {
  background-color: rgba(var(--color-rgb-black), 0.7);
}
.popUp.deleteSubAccountPopup .popUpBox {
  top: calc(50vh - 115px);
  padding: 25px 0;
  border-radius: 20px;
  background-color: #1a1a1a;
  -webkit-box-shadow: 0 0 20px rgba(var(--color-rgb-black), 0.5);
  box-shadow: 0 0 20px rgba(var(--color-rgb-black), 0.5);
}
@media screen and (min-width: 768px) {
  .popUp.deleteSubAccountPopup .popUpBox {
    top: calc(50vh - 230px);
    left: 50%;
    width: 614px;
    padding: 50px 0;
    margin-left: -307px;
  }
}
@media screen and (min-width: 1440px) {
  .popUp.deleteSubAccountPopup .popUpBox {
    width: 760px;
    margin-left: -380px;
  }
}
.popUp.deleteSubAccountPopup .popUpBox .title,
.popUp.deleteSubAccountPopup .popUpBox h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popUp.deleteSubAccountPopup .popUpBox .title,
  .popUp.deleteSubAccountPopup .popUpBox h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .popUp.deleteSubAccountPopup .popUpBox .title,
  .popUp.deleteSubAccountPopup .popUpBox h2 {
    margin-bottom: 22px;
  }
}
.popUp.deleteSubAccountPopup .popUpBox p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popUp.deleteSubAccountPopup .popUpBox p {
    font-size: 18px;
    line-height: 26px;
  }
}
.popUp.deleteSubAccountPopup .popUpBox .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .popUp.deleteSubAccountPopup .popUpBox .actions {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .popUp.deleteSubAccountPopup .popUpBox .actions {
    margin-top: 52px;
  }
}
.popUp.deleteSubAccountPopup .popUpBox .actions .confirmBtn {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .popUp.deleteSubAccountPopup .popUpBox .actions .confirmBtn {
    margin-left: 20px;
  }
}
</pre></body></html>