.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.smoke-base .dialog {
  position: absolute;
}

.smoke .dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.smoke .dialog-buttons {
  margin: 20px 0 5px 0
}

.smoke {
  font-family: Menlo, 'Andale Mono', monospace;
  text-align: center;
  font-size: 22px;
  line-height: 150%;
  background-color: rgba(255,255,255,0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
  box-shadow: 0 2px 8px #666;
}

.smoke .dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-family: Menlo, 'Andale Mono', monospace;
  font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  padding: 9px 12px;
  background-color: rgba(0,0,0,.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222,endColorstr=#222222);
  border-radius: 0;
  color: #fff;
}

.smoke-base {
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 20%;
  width: clamp(270px, 90%, 550px);
  left: calc(((100vw - 17px) - clamp(270px, 90%, 550px)) / 2);
  /*margin-left: -20%;*/
}

.smoke-base .dialog-inner {
  padding: 15px;

  color:#202020;
}

.smoke button.cancel {
  background-color: rgba(0,0,0,.40);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444,endColorstr=#444444);
}

.smoke .queue {
  display:none;
}

.smoke-base.smoke-visible {
  opacity: 0;
}

.smoke-base {
  opacity: 0;
}

.smoke-base .dialog {
  opacity: 0;
}

.smoke {
	background: white!important;
}

.smoke .dialog-prompt {
	padding: 15px;
  border-top: 1px solid #b9b9b9;
  background: #eaf5ff;
  margin-top: 0px;
  text-align: center;
}

.smoke .dialog-prompt input {
	background: white;
}

.onemo-smoke{
  font-family: "Roboto", sans-serif !important;
  border: 0px!important;
  border-radius: 8px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.onemo-smoke button{
  /*Materialize .waves-effect*/
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
  /*Materialize .btn*/
  text-decoration: none;
  color: #fff;
  background-color: #1E88E5;
  text-align: center;
  letter-spacing: .5px;
  font-size: 1rem;
  outline: 0;
  border: none;
  border-radius: 3px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif !important;
}
.onemo-smoke button:hover{
  /*Materialize .btn:hover*/
  background-color: #0298ea;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.onemo-smoke button.cancel{
  background-color: #9e9e9e;
}

.onemo-smoke .dialog-header {
	color: #FFFFFF;
  padding: 20px;
  border-radius: 6px 6px 0px 0px;
}

.onemo-smoke .dialog-inner {
	font-size: 20px;
  font-weight: 300;
  padding: 15px 15px 10px 15px;
}

.onemo-smoke .dialog-footer {
	background: #ececec;
	padding: 10px 15px;
	border-radius: 0px 0px 6px 6px;
	border-top: 1px solid #b9b9b9;
}

.onemo-smoke .dialog-buttons {
	margin: 0px;
}

.onemo-smoke .dialog-buttons button {
  border-radius: 3px;
  padding: 5px 20px;
}