._not-popup-content{
	display: none;
}
._not_info{
	background-color: #1b98e0;
	color:#fff;
	margin-top: 20px;
    padding: 10px;
}
._white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:600px;
  margin: 20px auto;
}

/*shortcode*/
.mdx-opp-tyc{
  width:auto;
  float:left;
}
.mdx-opp-tyc button{
  background-color: #334aff;
  border-radius: 4px;
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.62;
}
.mdx-opp-tyc button i,
.mdx-opp-tyc button svg{
  display: none;
}
.mdx-opp-tyc button.loading i,
.mdx-opp-tyc button.loading svg{
  display: initial;
}

.mdx-opp-tyc button.accepted{
 background-color:#61CE70;
 color: #122B46;
}
.mdx-opp-tyc button:disabled{
  cursor: initial;
}