/**************************************************************/
/**************************************************************/
/**************************************************************/
[data-motion-wave] {
  position: relative;
}
[data-motion-wave][data-motion-wave='after']::after,
[data-motion-wave][data-motion-wave='before']::before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  border-radius: inherit;
  color: #F60457;
  animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -webkit-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -moz-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -o-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
}
@-webkit-keyframes byted-motion-wave {
  to {
    -webkit-box-shadow: 0 0 0 6px currentcolor;
  }
}
@keyframes byted-motion-wave {
  to {
    box-shadow: 0 0 0 6px currentcolor;
  }
}
@-webkit-keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
[data-motion-fade='in'] {
  animation: byted-motion-fadein 0.1s ease-out;
  -webkit-animation: byted-motion-fadein 0.1s ease-out;
  -moz-animation: byted-motion-fadein 0.1s ease-out;
  -o-animation: byted-motion-fadein 0.1s ease-out;
}
[data-motion-fade='out'] {
  pointer-events: none;
  animation: byted-motion-fadeout 0.1s ease-in both;
  -webkit-animation: byted-motion-fadeout 0.1s ease-in both;
  -moz-animation: byted-motion-fadeout 0.1s ease-in both;
  -o-animation: byted-motion-fadeout 0.1s ease-in both;
}
@-webkit-keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
.byted-message {
  position: relative;
  display: inline-block;
  min-width: 114px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-align: left;
  pointer-events: auto;
  box-sizing: border-box;
}
.byted-message-shadow {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.byted-message-icon {
  margin-right: 8px;
  height: 16px;
  width: 16px;
  font-size: 16px;
  vertical-align: middle;
}
.byted-message-type-success .byted-icon {
  color: #28A666;
}
.byted-message-type-info .byted-icon {
  color: #F60457;
}
.byted-message-type-warning .byted-icon {
  color: #E0A111;
}
.byted-message-type-error .byted-icon {
  color: #D83E0E;
}
.byted-message-type-loading .byted-icon {
  color: #FA4B74;
}
.byted-message-no-icon {
  padding-left: 16px;
}
.byted-message-has-close {
  padding-right: 40px;
}
.byted-message-has-close .byted-message-close {
  color: #999;
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
}
.byted-message-content {
  vertical-align: middle;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

[class*='byted-'] {
  box-sizing: border-box;
}
input:disabled {
  -webkit-text-fill-color: currentColor;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[data-motion-wave] {
  position: relative;
}
[data-motion-wave][data-motion-wave='after']::after,
[data-motion-wave][data-motion-wave='before']::before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  border-radius: inherit;
  color: #F60457;
  animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -webkit-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -moz-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
  -o-animation: byted-motion-wave-fade 2s cubic-bezier(0.08, 0.82, 0.17, 1) both, byted-motion-wave 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) both;
}
@-webkit-keyframes byted-motion-wave {
  to {
    -webkit-box-shadow: 0 0 0 6px currentcolor;
  }
}
@keyframes byted-motion-wave {
  to {
    box-shadow: 0 0 0 6px currentcolor;
  }
}
@-webkit-keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-wave-fade {
  to {
    opacity: 0;
  }
}
[data-motion-fade='in'] {
  animation: byted-motion-fadein 0.1s ease-out;
  -webkit-animation: byted-motion-fadein 0.1s ease-out;
  -moz-animation: byted-motion-fadein 0.1s ease-out;
  -o-animation: byted-motion-fadein 0.1s ease-out;
}
[data-motion-fade='out'] {
  pointer-events: none;
  animation: byted-motion-fadeout 0.1s ease-in both;
  -webkit-animation: byted-motion-fadeout 0.1s ease-in both;
  -moz-animation: byted-motion-fadeout 0.1s ease-in both;
  -o-animation: byted-motion-fadeout 0.1s ease-in both;
}
@-webkit-keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes byted-motion-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
@keyframes byted-motion-fadeout {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes svg-loading-inner {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes svg-loading-inner {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes svg-loading-outer {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes svg-loading-outer {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.byted-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.byted-icon-spin {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.byted-icon-loading .svg-loading-inner {
  -webkit-animation: svg-loading-inner linear 2.5s infinite;
          animation: svg-loading-inner linear 2.5s infinite;
  transform-origin: 50%;
}
.byted-icon-loading .svg-loading-outer {
  -webkit-animation: svg-loading-outer linear 2s infinite;
          animation: svg-loading-outer linear 2s infinite;
  transform-origin: 50%;
}

