#bejo_alertsWrap {  background: rgba(0, 0, 0, 0.5);  position: fixed;  top: 0;  right: 0;  left: 0;  bottom: 0;  z-index: 9999;  backdrop-filter: blur(5px);  display: flex;  flex-direction: row;  flex-wrap: nowrap;  align-content: center;  justify-content: space-around;  align-items: center;  }#bejo_alertsWrap .bejo_alerts_content {  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);  background: white;  border-radius: 5px;  max-height: 80%;  max-width: 70%;  overflow: auto;  padding: 25px;  min-width: 380px;  display: flex;  flex-direction: column;  align-content: center;  justify-content: center;  align-items: center;  flex-wrap: nowrap;  font-size: 16px;  font-weight: 500;  }#bejo_alertsWrap .bejo_alerts_icon {  margin-bottom: 25px;  }#bejo_alertsWrap .bejo_alerts_text {  margin-bottom: 25px;  color: rgba(0, 0, 0, 0.5);  text-align: center;  }#bejo_alertsWrap .bejo_alerts_title {  margin-bottom: 25px;  text-align: center;  font-size: 32px;  line-height: 42px;  }#bejo_alertsWrap.error .bejo_alerts_title {  color: var(--IB_red_dark);  }#bejo_alertsWrap .bejo_alerts_buttons {  display: flex;  flex-direction: row;  flex-wrap: nowrap;  align-content: center;  justify-content: space-between;  align-items: center;  width: 100%;  }#bejo_alertsWrap .btn {  width: 40%;  }#bejo_alertsWrap.bejo_alerts_hideCancel #bejo_alert_cancel {  display: none;  }#bejo_alertsWrap strong {  color: rgba(0, 0, 0, 0.8);  }#bejo_alertsWrap.bejo_alerts_hideCancel .bejo_alerts_buttons {  justify-content: center;  }