<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[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;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s linear;
  opacity: 1 !important;
}
.fade-enter-active.fade-enter,
.fade-leave-active.fade-enter,
.fade-enter-active.fade-leave-active,
.fade-leave-active.fade-leave-active {
  opacity: 0 !important;
}
.collapse-transition {
  transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}
.byted-loading-fade-enter-active,
.byted-loading-fade-leave-active {
  transition: opacity 0.5s;
}
.byted-loading-fade-enter,
.byted-loading-fade-leave-to {
  opacity: 0;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-italic {
  font-weight: italic !important;
}
.inline {
  display: inline !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
@-webkit-keyframes bui-loading-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bui-loading-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.byted-btn {
  outline: none;
  text-align: center;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0 16px;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-btn-type-default {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #333333;
}
.byted-btn-type-default:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #333333;
}
.byted-btn-type-default:focus {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #333333;
}
.byted-btn-type-default:active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #333333;
}
.byted-btn-type-default.byted-btn-checked {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #333333;
}
.byted-btn-type-default.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-default.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-default[data-motion-wave='after']::after,
.byted-btn-type-default[data-motion-wave='before']::before {
  color: #333333;
}
.byted-btn-type-default .byted-btn-loading-icon rect {
  fill: #333333;
}
.byted-btn-type-default.byted-btn-plain {
  background-color: #fafafa;
  border-color: #e0e0e0;
  color: #333333;
}
.byted-btn-type-default.byted-btn-plain:hover {
  background-color: #fafafa;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-default.byted-btn-plain:focus {
  background-color: #FEEDEF;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-default.byted-btn-plain:active {
  background-color: #fafafa;
  border-color: #D20251;
  color: #D20251;
}
.byted-btn-type-default.byted-btn-plain.byted-btn-checked {
  background-color: #FEEDEF;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-default.byted-btn-plain.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-default.byted-btn-plain.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-default.byted-btn-plain[data-motion-wave='after']::after,
.byted-btn-type-default.byted-btn-plain[data-motion-wave='before']::before {
  color: #333333;
}
.byted-btn-type-default.byted-btn-plain .byted-btn-loading-icon rect {
  fill: #333333;
}
.byted-btn-type-white,
.byted-btn-ghost {
  background-color: transparent;
  border-color: white;
  color: white;
}
.byted-btn-type-white:hover,
.byted-btn-ghost:hover {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-white:focus,
.byted-btn-ghost:focus {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-white:active,
.byted-btn-ghost:active {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-white.byted-btn-checked,
.byted-btn-ghost.byted-btn-checked {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-white.byted-btn-disabled,
.byted-btn-ghost.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-white.byted-btn-disabled .byted-btn-loading-icon rect,
.byted-btn-ghost.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-white[data-motion-wave='after']::after,
.byted-btn-ghost[data-motion-wave='after']::after,
.byted-btn-type-white[data-motion-wave='before']::before,
.byted-btn-ghost[data-motion-wave='before']::before {
  color: #F60457;
}
.byted-btn-type-white .byted-btn-loading-icon rect,
.byted-btn-ghost .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-type-dashed {
  border-style: dashed;
  background-color: transparent;
  border-color: white;
  color: white;
}
.byted-btn-type-dashed:hover {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-dashed:focus {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-dashed:active {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-dashed.byted-btn-checked {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-dashed.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-dashed.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-dashed[data-motion-wave='after']::after,
.byted-btn-type-dashed[data-motion-wave='before']::before {
  color: #F60457;
}
.byted-btn-type-dashed .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-type-primary {
  background-color: #F60457;
  border-color: #F60457;
  color: white;
}
.byted-btn-type-primary:hover {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-primary:focus {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-primary:active {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-checked {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-disabled {
  cursor: no-drop;
  background-color: #FDA3B2;
  border-color: #FDA3B2;
  color: #FEEDEF;
}
.byted-btn-type-primary.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #FEEDEF;
}
.byted-btn-type-primary[data-motion-wave='after']::after,
.byted-btn-type-primary[data-motion-wave='before']::before {
  color: #F60457;
}
.byted-btn-type-primary .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-type-primary.byted-btn-plain {
  background-color: transparent;
  border-color: white;
  color: white;
}
.byted-btn-type-primary.byted-btn-plain:hover {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-plain:focus {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-plain:active {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-plain.byted-btn-checked {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-plain.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-primary.byted-btn-plain.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-primary.byted-btn-plain[data-motion-wave='after']::after,
.byted-btn-type-primary.byted-btn-plain[data-motion-wave='before']::before {
  color: #F60457;
}
.byted-btn-type-primary.byted-btn-plain .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-type-danger {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-danger:hover {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-danger:focus {
  background-color: #F60457;
  border-color: #F60457;
  color: white;
}
.byted-btn-type-danger:active {
  background-color: #F60457;
  border-color: #F60457;
  color: white;
}
.byted-btn-type-danger.byted-btn-checked {
  background-color: #F60457;
  border-color: #F60457;
  color: white;
}
.byted-btn-type-danger.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fbb0b0;
  border-color: #fbb0b0;
  color: #feecec;
}
.byted-btn-type-danger.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #feecec;
}
.byted-btn-type-danger[data-motion-wave='after']::after,
.byted-btn-type-danger[data-motion-wave='before']::before {
  color: transparent;
}
.byted-btn-type-danger .byted-btn-loading-icon rect {
  fill: #F60457;
}
.byted-btn-type-danger.byted-btn-plain {
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #333333;
}
.byted-btn-type-danger.byted-btn-plain:hover {
  background-color: #ffffff;
  border-color: #f87474;
  color: #f87474;
}
.byted-btn-type-danger.byted-btn-plain:focus {
  background-color: #feecec;
  border-color: #D83E0E;
  color: #D83E0E;
}
.byted-btn-type-danger.byted-btn-plain:active {
  background-color: #ffffff;
  border-color: #f32626;
  color: #f32626;
}
.byted-btn-type-danger.byted-btn-plain.byted-btn-checked {
  background-color: #feecec;
  border-color: #D83E0E;
  color: #D83E0E;
}
.byted-btn-type-danger.byted-btn-plain.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-danger.byted-btn-plain.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-danger.byted-btn-plain[data-motion-wave='after']::after,
.byted-btn-type-danger.byted-btn-plain[data-motion-wave='before']::before {
  color: #f87474;
}
.byted-btn-type-danger.byted-btn-plain .byted-btn-loading-icon rect {
  fill: #333333;
}
.byted-btn-type-warning {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-warning:hover {
  background-color: transparent;
  border-color: black;
  color: black;
}
.byted-btn-type-warning:focus {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-warning:active {
  background-color: transparent;
  border-color: black;
  color: black;
}
.byted-btn-type-warning.byted-btn-checked {
  background-color: transparent;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-warning.byted-btn-disabled {
  cursor: no-drop;
  background-color: #ffd98d;
  border-color: #ffd98d;
  color: #fff8eb;
}
.byted-btn-type-warning.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #fff8eb;
}
.byted-btn-type-warning[data-motion-wave='after']::after,
.byted-btn-type-warning[data-motion-wave='before']::before {
  color: transparent;
}
.byted-btn-type-warning .byted-btn-loading-icon rect {
  fill: #F60457;
}
.byted-btn-type-warning.byted-btn-plain {
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #333333;
}
.byted-btn-type-warning.byted-btn-plain:hover {
  background-color: #ffffff;
  border-color: #ffba2f;
  color: #ffba2f;
}
.byted-btn-type-warning.byted-btn-plain:focus {
  background-color: #fff8eb;
  border-color: #E0A111;
  color: #E0A111;
}
.byted-btn-type-warning.byted-btn-plain:active {
  background-color: #ffffff;
  border-color: #dc9300;
  color: #dc9300;
}
.byted-btn-type-warning.byted-btn-plain.byted-btn-checked {
  background-color: #fff8eb;
  border-color: #E0A111;
  color: #E0A111;
}
.byted-btn-type-warning.byted-btn-plain.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-warning.byted-btn-plain.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-warning.byted-btn-plain[data-motion-wave='after']::after,
.byted-btn-type-warning.byted-btn-plain[data-motion-wave='before']::before {
  color: #ffba2f;
}
.byted-btn-type-warning.byted-btn-plain .byted-btn-loading-icon rect {
  fill: #333333;
}
.byted-btn-type-success {
  background-color: black;
  border-color: black;
  color: white;
}
.byted-btn-type-success:hover {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-success:focus {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-success:active {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-success.byted-btn-checked {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-success.byted-btn-disabled {
  cursor: no-drop;
  background-color: #bce2a9;
  border-color: #bce2a9;
  color: #f3faf0;
}
.byted-btn-type-success.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #f3faf0;
}
.byted-btn-type-success[data-motion-wave='after']::after,
.byted-btn-type-success[data-motion-wave='before']::before {
  color: black;
}
.byted-btn-type-success .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-type-success.byted-btn-plain {
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #333333;
}
.byted-btn-type-success.byted-btn-plain:hover {
  background-color: #ffffff;
  border-color: #86cb63;
  color: #86cb63;
}
.byted-btn-type-success.byted-btn-plain:focus {
  background-color: #f3faf0;
  border-color: #28A666;
  color: #28A666;
}
.byted-btn-type-success.byted-btn-plain:active {
  background-color: #ffffff;
  border-color: #5ca537;
  color: #5ca537;
}
.byted-btn-type-success.byted-btn-plain.byted-btn-checked {
  background-color: #f3faf0;
  border-color: #28A666;
  color: #28A666;
}
.byted-btn-type-success.byted-btn-plain.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-success.byted-btn-plain.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-success.byted-btn-plain[data-motion-wave='after']::after,
.byted-btn-type-success.byted-btn-plain[data-motion-wave='before']::before {
  color: #86cb63;
}
.byted-btn-type-success.byted-btn-plain .byted-btn-loading-icon rect {
  fill: #333333;
}
.byted-btn-type-text {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.byted-btn-type-text:hover {
  background-color: #f0f0f0;
  border-color: transparent;
  color: #333333;
}
.byted-btn-type-text:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.byted-btn-type-text:active {
  background-color: #ebebeb;
  border-color: transparent;
  color: #333333;
}
.byted-btn-type-text.byted-btn-checked {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.byted-btn-type-text.byted-btn-disabled {
  cursor: no-drop;
  background-color: transparent;
  border-color: transparent;
  color: #c1c1c1;
}
.byted-btn-type-text.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-text[data-motion-wave='after']::after,
.byted-btn-type-text[data-motion-wave='before']::before {
  color: #F60457;
}
.byted-btn-type-text .byted-btn-loading-icon rect {
  fill: #333333;
}
.byted-btn-type-text-primary {
  background-color: #F60457;
  border-color: #F60457;
  color: white;
}
.byted-btn-type-text-primary:hover {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-text-primary:focus {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-text-primary:active {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-text-primary.byted-btn-checked {
  background-color: white;
  border-color: white;
  color: #F60457;
}
.byted-btn-type-text-primary.byted-btn-disabled {
  cursor: no-drop;
  background-color: #FDA3B2;
  border-color: #FDA3B2;
  color: #FEEDEF;
}
.byted-btn-type-text-primary.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #FEEDEF;
}
.byted-btn-type-text-primary[data-motion-wave='after']::after,
.byted-btn-type-text-primary[data-motion-wave='before']::before {
  color: #F60457;
}
.byted-btn-type-text-primary .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-type-secondary {
  background-color: #F60457;
  border-color: #F60457;
  color: white;
}
.byted-btn-type-secondary:focus {
  background-color: black;
  border-color: black;
  color: white;
}
.byted-btn-type-secondary:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.byted-btn-type-secondary:active {
  background-color: black;
  border-color: black;
  color: white;
}
.byted-btn-type-secondary.byted-btn-checked {
  background-color: #FEEDEF;
  border-color: #F60457;
  color: #F60457;
}
.byted-btn-type-secondary.byted-btn-disabled {
  cursor: no-drop;
  background-color: #fafafa;
  border-color: #f0f0f0;
  color: #c1c1c1;
}
.byted-btn-type-secondary.byted-btn-disabled .byted-btn-loading-icon rect {
  fill: #c1c1c1;
}
.byted-btn-type-secondary[data-motion-wave='after']::after,
.byted-btn-type-secondary[data-motion-wave='before']::before {
  color: white;
}
.byted-btn-type-secondary .byted-btn-loading-icon rect {
  fill: white;
}
.byted-btn-size-xs {
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 4px;
  min-width: 60px;
  height: 26px;
}
.byted-btn-size-xs.byted-btn-shape-round {
  border-radius: 13px;
}
.byted-btn-size-xs .byted-btn-loading-icon svg {
  height: 12px;
  width: 12px;
}
.byted-btn-size-sm {
  padding: 0 16px;
  font-size: 12px;
  line-height: 28px;
  border-radius: 4px;
  min-width: 80px;
  height: 30px;
}
.byted-btn-size-sm.byted-btn-shape-round {
  border-radius: 30px;
}
.byted-btn-size-sm .byted-btn-loading-icon svg {
  height: 12px;
  width: 12px;
}
.byted-btn-size-md {
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  border-radius: 4px;
  min-width: 100px;
  height: 34px;
}
.byted-btn-size-md.byted-btn-shape-round {
  border-radius: 34px;
}
.byted-btn-size-md .byted-btn-loading-icon svg {
  height: 14px;
  width: 14px;
}
.byted-btn-size-lg {
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 4px;
  min-width: 120px;
  height: 38px;
}
.byted-btn-size-lg.byted-btn-shape-round {
  border-radius: 38px;
}
.byted-btn-size-lg .byted-btn-loading-icon svg {
  height: 14px;
  width: 14px;
}
.byted-btn-size-xl {
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 4px;
  min-width: 140px;
  height: 42px;
}
.byted-btn-size-xl.byted-btn-shape-round {
  border-radius: 42px;
}
.byted-btn-size-xl .byted-btn-loading-icon svg {
  height: 16px;
  width: 16px;
}
.byted-btn-shape-cycle {
  padding: 0;
  border-radius: 50%;
}
.byted-btn-shape-cycle.byted-btn-size-xs {
  width: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0;
}
.byted-btn-shape-cycle.byted-btn-size-sm {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.byted-btn-shape-cycle.byted-btn-size-md {
  width: 34px;
  height: 34px;
  min-width: 34px;
}
.byted-btn-shape-cycle.byted-btn-size-lg {
  width: 38px;
  height: 3px;
  min-width: 38px;
}
.byted-btn-shape-cycle.byted-btn-size-xl {
  width: 42px;
  height: 42px;
  min-width: 42px;
}
.byted-btn-shape-square {
  padding: 0;
}
.byted-btn-shape-square.byted-btn-size-xs {
  width: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0;
}
.byted-btn-shape-square.byted-btn-size-sm {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.byted-btn-shape-square.byted-btn-size-md {
  width: 34px;
  height: 34px;
  min-width: 34px;
}
.byted-btn-shape-square.byted-btn-size-lg {
  width: 38px;
  height: 3px;
  min-width: 38px;
}
.byted-btn-shape-square.byted-btn-size-xl {
  width: 42px;
  height: 42px;
  min-width: 42px;
}
.byted-btn-block {
  width: 100%;
}
.byted-btn.byted-btn-triangle {
  position: relative;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #e0e0e0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #e0e0e0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default:hover.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:hover.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:hover.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:hover.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:hover.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default:hover.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:hover.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:hover.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:hover.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:hover.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default:hover.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:hover.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:hover.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:hover.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:hover.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #F60457;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default:hover.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:hover.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:hover.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:hover.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:hover.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default:hover.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:hover.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:hover.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:hover.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:hover.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #F60457;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default:active.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:active.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:active.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:active.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:active.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default:active.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:active.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:active.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:active.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:active.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default:active.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:active.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:active.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:active.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:active.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #D20251;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default:active.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:active.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:active.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:active.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:active.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default:active.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost:active.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white:active.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary:active.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square:active.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #D20251;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #F60457;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #F60457;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-disabled.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #f0f0f0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-disabled.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #f0f0f0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-disabled.byted-btn-size-md::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-disabled.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #FDA3B2;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-default.byted-btn-checked.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-ghost.byted-btn-checked.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-white.byted-btn-checked.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-type-secondary.byted-btn-checked.byted-btn-disabled.byted-btn-size-xl::before,
.byted-btn.byted-btn-triangle.byted-btn-shape-square.byted-btn-checked.byted-btn-disabled.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #FDA3B2;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary:hover.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary:hover.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary:hover.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary:hover.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary:hover.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary:active.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary:active.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary:active.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary:active.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary:active.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #fafafa;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-disabled.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #FEEDEF;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-disabled.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #FEEDEF;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-disabled.byted-btn-size-xs::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-disabled.byted-btn-size-sm::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-disabled.byted-btn-size-md::before {
  width: 0;
  content: ' ';
  border-left: 6px solid transparent;
  border-top: 6px solid #FDA3B2;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-disabled.byted-btn-size-lg::before,
.byted-btn.byted-btn-triangle.byted-btn-type-primary.byted-btn-checked.byted-btn-disabled.byted-btn-size-xl::before {
  width: 0;
  content: ' ';
  border-left: 7px solid transparent;
  border-top: 7px solid #FDA3B2;
  position: absolute;
  right: 2px;
  top: 2px;
}
.byted-btn-loading-icon {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  margin-left: 0;
  margin-right: 4px;
}
.byted-btn-loading-icon rect:nth-child(8) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.12s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.12s infinite;
}
.byted-btn-loading-icon rect:nth-child(7) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.23s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.23s infinite;
}
.byted-btn-loading-icon rect:nth-child(6) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.34s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.34s infinite;
}
.byted-btn-loading-icon rect:nth-child(5) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.45s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.45s infinite;
}
.byted-btn-loading-icon rect:nth-child(4) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.56s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.56s infinite;
}
.byted-btn-loading-icon rect:nth-child(3) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.67s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.67s infinite;
}
.byted-btn-loading-icon rect:nth-child(2) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.78s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.78s infinite;
}
.byted-btn-loading-icon rect:nth-child(1) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.89s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.89s infinite;
}
.byted-btn-rtl {
  direction: rtl;
}
.byted-btn-rtl .byted-btn-loading-icon {
  margin-left: 4px;
  margin-right: 0;
}
.byted-btn-group {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.byted-btn-group .byted-btn {
  border-radius: 0;
}
.byted-btn-group .byted-btn.byted-btn-checked,
.byted-btn-group .byted-btn:hover {
  position: relative;
  z-index: 11;
}
.byted-btn-group .byted-btn:focus,
.byted-btn-group .byted-btn:active {
  position: relative;
  z-index: 10;
}
.byted-btn-group .byted-btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.byted-btn-group .byted-btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.byted-btn-group .byted-btn:not(:first-child) {
  margin-left: 0px;
  margin-right: 0px;
  margin-left: -1px;
}
.byted-btn-group .byted-btn:not(:first-child).byted-btn-type-danger {
  border-left: 1px solid transparent;
}
.byted-btn-group .byted-btn:not(:first-child).byted-btn-type-warning {
  border-left: 1px solid transparent;
}
.byted-btn-group .byted-btn:not(:first-child).byted-btn-type-primary {
  border-left: 1px solid white;
}
.byted-btn-group .byted-btn:not(:first-child).byted-btn-type-success {
  border-left: 1px solid white;
}
.byted-btn-group .byted-btn-rtl {
  direction: rtl;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl {
  border-radius: 0;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:not(:first-child) {
  margin-left: 0px;
  margin-right: 0px;
  margin-right: -1px;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:not(:first-child).byted-btn-type-danger {
  border-right: 1px solid transparent;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:not(:first-child).byted-btn-type-warning {
  border-right: 1px solid transparent;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:not(:first-child).byted-btn-type-primary {
  border-right: 1px solid white;
}
.byted-btn-group.byted-btn-group-rtl .byted-btn.byted-btn-rtl:not(:first-child).byted-btn-type-success {
  border-right: 1px solid white;
}
@-webkit-keyframes btnLoadingOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnLoadingOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btnLoadingOpacityAnimation rect:nth-child(8) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.12s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.12s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(7) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.23s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.23s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(6) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.34s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.34s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(5) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.45s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.45s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(4) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.56s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.56s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(3) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.67s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.67s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(2) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.78s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.78s infinite;
}
.btnLoadingOpacityAnimation rect:nth-child(1) {
  -webkit-animation: btnLoadingOpacity 0.77s linear -7.89s infinite;
          animation: btnLoadingOpacity 0.77s linear -7.89s infinite;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-tag {
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-tag-rtl {
  direction: rtl;
}
.byted-tag-size-lg,
.byted-tag-size-xl {
  font-size: 14px;
  line-height: 22px;
  padding: 3px 8px;
}
.byted-tag-size-lg.byted-tag-closable,
.byted-tag-size-xl.byted-tag-closable {
  padding-right: 28px;
}
.byted-tag-size-lg.byted-tag-closable-rtl,
.byted-tag-size-xl.byted-tag-closable-rtl {
  padding-left: 28px;
  padding-right: 8px;
}
.byted-tag-size-lg .byted-tag-close,
.byted-tag-size-xl .byted-tag-close {
  top: 3px;
}
.byted-tag-size-md {
  font-size: 14px;
  line-height: 22px;
  padding: 1px 8px;
}
.byted-tag-size-md.byted-tag-closable {
  padding-right: 28px;
}
.byted-tag-size-md.byted-tag-closable-rtl {
  padding-left: 28px;
  padding-right: 8px;
}
.byted-tag-size-md .byted-tag-close {
  top: 0;
}
.byted-tag-size-sm,
.byted-tag-size-xs {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
}
.byted-tag-size-sm.byted-tag-closable,
.byted-tag-size-xs.byted-tag-closable {
  padding-right: 28px;
}
.byted-tag-size-sm.byted-tag-closable-rtl,
.byted-tag-size-xs.byted-tag-closable-rtl {
  padding-left: 28px;
  padding-right: 8px;
}
.byted-tag-size-sm .byted-tag-close,
.byted-tag-size-xs .byted-tag-close {
  top: 1px;
}
.byted-tag-fill.byted-tag {
  color: #fff;
}
.byted-tag-fill.byted-tag:hover {
  color: #fff;
}
.byted-tag-default {
  border: 1px solid #ebebeb;
  background: #fafafa;
  color: #333;
}
.byted-tag-default:hover {
  color: #666;
}
.byted-tag-default.byted-tag-fill {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #333;
}
.byted-tag-default.byted-tag-fill:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #666;
}
.byted-tag-color {
  border: 1px solid #ebebeb;
  background: #fafafa;
  color: #333;
}
.byted-tag-color:hover {
  opacity: 0.85;
}
.byted-tag-color.byted-tag-fill {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}
.byted-tag-success {
  border: 1px solid #98DCB7;
  background: #EBF8EF;
  color: #28A666;
}
.byted-tag-success:hover {
  color: #47BA80;
}
.byted-tag-success.byted-tag-fill {
  background: #28A666;
  border-color: #28A666;
}
.byted-tag-success.byted-tag-fill .byted-icon-close {
  color: #fff;
}
.byted-tag-success.byted-tag-fill:hover {
  background: #47BA80;
  border-color: #47BA80;
}
.byted-tag-info {
  border: 1px solid #FDA3B2;
  background: #FEEDEF;
  color: #F60457;
}
.byted-tag-info:hover {
  color: #FA4B74;
}
.byted-tag-info.byted-tag-fill {
  background: #F60457;
  border-color: #F60457;
}
.byted-tag-info.byted-tag-fill .byted-icon-close {
  color: #fff;
}
.byted-tag-info.byted-tag-fill:hover {
  background: #FA4B74;
  border-color: #FA4B74;
}
.byted-tag-warning {
  border: 1px solid #F2E091;
  background: #FFF8E0;
  color: #E0A111;
}
.byted-tag-warning:hover {
  color: #E5B23C;
}
.byted-tag-warning.byted-tag-fill {
  background: #E0A111;
  border-color: #E0A111;
}
.byted-tag-warning.byted-tag-fill .byted-icon-close {
  color: #fff;
}
.byted-tag-warning.byted-tag-fill:hover {
  background: #E5B23C;
  border-color: #E5B23C;
}
.byted-tag-error {
  border: 1px solid #F0B495;
  background: #FFEDE8;
  color: #D83E0E;
}
.byted-tag-error:hover {
  color: #E06637;
}
.byted-tag-error.byted-tag-fill {
  background: #D83E0E;
  border-color: #D83E0E;
}
.byted-tag-error.byted-tag-fill .byted-icon-close {
  color: #fff;
}
.byted-tag-error.byted-tag-fill:hover {
  background: #E06637;
  border-color: #E06637;
}
.byted-tag-checkable {
  border: 1px solid transparent;
}
.byted-tag-checkable:hover {
  background-color: #f0f0f0;
}
.byted-tag-checkable.byted-tag-checked {
  background: #F60457;
  color: #fff;
}
.byted-tag-checkable.byted-tag-checked:hover {
  border-color: transparent;
}
.byted-tag-checkable.byted-tag-disabled {
  color: #c1c1c1;
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.byted-tag-checkable.byted-tag-disabled.byted-tag-checked {
  color: #fff;
  background-color: #FDA3B2;
}
.byted-tag-checkable.byted-tag-disabled:hover {
  border-color: transparent;
}
.byted-tag-close {
  position: absolute;
  right: 8px;
}
.byted-tag-close-rtl {
  left: 8px;
  right: auto;
}
.byted-tag-close .byted-icon-close {
  color: #999;
  font-size: 12px;
  line-height: inherit;
  display: inline-block;
  transform: scale(0.85);
}
.byted-tag-group .byted-tag:not(:last-child) {
  margin-right: 8px;
}

[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%;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-checkbox {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6px 0;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-checkbox.byted-checkbox-rtl {
  direction: rtl;
}
.byted-checkbox + .byted-checkbox {
  margin: 0 0 0 32px;
}
.byted-checkbox + .byted-checkbox.byted-checkbox-rtl {
  margin: 0 32px 0 0;
}
.byted-checkbox-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
  flex: none;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  line-height: 0;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-checkbox-icon .byted-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.byted-checkbox-label {
  display: inline-block;
  flex: 1 1;
  font-size: inherit;
  line-height: inherit;
}
.byted-checkbox-label-no {
  min-height: 22px;
}
.byted-checkbox-icon + .byted-checkbox-label {
  margin-left: 8px;
  margin-right: unset;
}
.byted-checkbox.byted-checkbox-rtl .byted-checkbox-icon + .byted-checkbox-label {
  margin-left: unset;
  margin-right: 8px;
}
.byted-checkbox-checked .byted-checkbox-icon,
.byted-checkbox-indeterminate .byted-checkbox-icon {
  background-color: #F60457;
  border-color: #F60457;
}
.byted-checkbox:not(.byted-checkbox-disabled):hover .byted-checkbox-icon,
.byted-checkbox:not(.byted-checkbox-disabled):focus .byted-checkbox-icon {
  border-color: #FA4B74;
}
.byted-checkbox:not(.byted-checkbox-disabled):hover .byted-checkbox-icon-checked,
.byted-checkbox:not(.byted-checkbox-disabled):focus .byted-checkbox-icon-checked {
  background-color: #FA4B74;
}
.byted-checkbox:not(.byted-checkbox-disabled):focus .byted-checkbox-icon {
  box-shadow: 0 0 0 2px rgba(253, 163, 178, 0.2);
}
.byted-checkbox:not(.byted-checkbox-disabled):active .byted-checkbox-icon {
  border-color: #D20251;
  box-shadow: 0 0 0 2px rgba(253, 163, 178, 0.2);
}
.byted-checkbox:not(.byted-checkbox-disabled):active .byted-checkbox-icon-checked {
  background-color: #D20251;
}
.byted-checkbox-disabled {
  color: #c1c1c1;
  cursor: not-allowed;
}
.byted-checkbox-disabled .byted-checkbox-icon {
  border-color: #f0f0f0;
  background-color: #fafafa;
}
.byted-checkbox-disabled.byted-checkbox-checked .byted-checkbox-icon,
.byted-checkbox-disabled.byted-checkbox-indeterminate .byted-checkbox-icon {
  border-color: #FDA3B2;
  background-color: #FDA3B2;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-content-container {
  display: flex;
  flex-flow: column;
}
.byted-content-header,
.byted-content-footer,
.byted-content-inner {
  display: flex;
}
.byted-content-header:before,
.byted-content-footer:before,
.byted-content-inner:before,
.byted-content-header:after,
.byted-content-footer:after,
.byted-content-inner:after {
  display: table;
  content: "";
}
.byted-content-header:after,
.byted-content-footer:after,
.byted-content-inner:after {
  clear: both;
}
.byted-content-footer {
  margin-top: auto;
}
.byted-content-inner {
  overflow: auto;
}
.byted-content-icon-wrapper {
  width: 28px;
}
.byted-content-inner-wrapper {
  flex: 1 1;
  height: 100%;
}
.byted-list-item-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 12px 6px 0;
}
.byted-list-item-container.byted-list-item-container-size-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.byted-list-item-container.byted-list-item-container-size-xs .byted-list-item-inner-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.byted-list-item-container.byted-list-item-container-size-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}
.byted-list-item-container.byted-list-item-container-size-sm .byted-list-item-inner-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.byted-list-item-container.byted-list-item-container-size-md {
  padding-top: 6px;
  padding-bottom: 6px;
}
.byted-list-item-container.byted-list-item-container-size-md .byted-list-item-inner-wrapper {
  font-size: 14px;
  line-height: 22px;
}
.byted-list-item-container.byted-list-item-container-size-lg {
  padding-top: 6px;
  padding-bottom: 6px;
}
.byted-list-item-container.byted-list-item-container-size-lg .byted-list-item-inner-wrapper {
  font-size: 14px;
  line-height: 22px;
}
.byted-list-item-container.byted-list-item-container-size-xl {
  padding-top: 6px;
  padding-bottom: 6px;
}
.byted-list-item-container.byted-list-item-container-size-xl .byted-list-item-inner-wrapper {
  font-size: 16px;
  line-height: 24px;
}
.byted-list-item-container.byted-list-item-container-level-1 {
  padding-left: 12px;
  padding-right: 6px;
}
.byted-list-item-container.byted-list-item-container-level-2 {
  padding-left: 24px;
  padding-right: 6px;
}
.byted-list-item-container.byted-list-item-container-level-3 {
  padding-left: 36px;
  padding-right: 6px;
}
.byted-list-item-container.byted-list-item-container-level-4 {
  padding-left: 48px;
  padding-right: 6px;
}
.byted-list-item-container.byted-list-item-container-level-5 {
  padding-left: 60px;
  padding-right: 6px;
}
.byted-list-item-container.byted-list-item-container-rtl {
  direction: rtl;
  padding: 6px 0 6px 12px;
}
.byted-list-item-container.byted-list-item-container-rtl.byted-list-item-container-level-1 {
  padding-left: 6px;
  padding-right: 12px;
}
.byted-list-item-container.byted-list-item-container-rtl.byted-list-item-container-level-2 {
  padding-left: 6px;
  padding-right: 24px;
}
.byted-list-item-container.byted-list-item-container-rtl.byted-list-item-container-level-3 {
  padding-left: 6px;
  padding-right: 36px;
}
.byted-list-item-container.byted-list-item-container-rtl.byted-list-item-container-level-4 {
  padding-left: 6px;
  padding-right: 48px;
}
.byted-list-item-container.byted-list-item-container-rtl.byted-list-item-container-level-5 {
  padding-left: 6px;
  padding-right: 60px;
}
.byted-list-item-container .byted-list-item-checkbox,
.byted-list-item-container .byted-list-item-radio {
  width: 24px;
  margin: 0;
  padding: 0 8px 0 0;
}
.byted-list-item-container.byted-list-item-container-rtl .byted-list-item-checkbox,
.byted-list-item-container.byted-list-item-container-rtl .byted-list-item-radio {
  padding: 0 0 0 8px;
}
.byted-list-item-container .byted-list-item-inner-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.byted-list-item-container .byted-list-item-inner-wrapper:before,
.byted-list-item-container .byted-list-item-inner-wrapper:after {
  display: table;
  content: "";
}
.byted-list-item-container .byted-list-item-inner-wrapper:after {
  clear: both;
}
.byted-list-item-container .byted-list-item-inner-wrapper-wrap {
  line-break: inherit;
  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;
}
.byted-list-item-container .byted-list-item-chosen-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #F60457;
}
.byted-list-item-container:hover:not(.byted-list-item-container-disabled):not(.byted-list-item-container-readonly) {
  background-color: #f0f0f0;
}
.byted-list-item-container-disabled,
.byted-list-item-container-readonly {
  cursor: not-allowed;
}
.byted-list-item-container-disabled .byted-list-item-inner-wrapper,
.byted-list-item-container-readonly .byted-list-item-inner-wrapper {
  color: #c1c1c1;
}
.byted-list-item-container-disabled.byted-list-item-container-checked .byted-list-item-inner-wrapper,
.byted-list-item-container-readonly.byted-list-item-container-checked .byted-list-item-inner-wrapper,
.byted-list-item-container-disabled.byted-list-item-container-checked .byted-list-item-chosen-icon,
.byted-list-item-container-readonly.byted-list-item-container-checked .byted-list-item-chosen-icon {
  color: #FDA3B2;
}
.byted-select-input-prepend {
  flex: 1 1;
  display: flex;
  align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
}
.byted-select-input-append {
  flex: 1 1;
  display: flex;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
}
.byted-select-input-wrapper-prefix {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #c1c1c1;
  margin-right: 8px;
  margin-left: 0px;
}
.byted-select-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.byted-select-input-wrapper input {
  background: none;
  color: #333333;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl {
  direction: rtl;
}
.byted-select-input-wrapper-box {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs .byted-select-input-content-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs .byted-select-value {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs .byted-select-tip {
  font-size: 12px;
  line-height: 20px;
  left: auto;
  right: 28px;
  margin-top: 2px;
  border-radius: 10px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs .byted-select-input-icon {
  font-size: 12px;
  line-height: 1;
  height: 1em;
  top: 7px;
  left: unset;
  right: 7px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 28px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl.byted-select-input-wrapper-size-xs .byted-select-input-icon {
  left: 7px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs .byted-select-input-content-wrapper {
  height: 26px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xs.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 26px;
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm .byted-select-input-content-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm .byted-select-value {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm .byted-select-tip {
  font-size: 12px;
  line-height: 20px;
  left: auto;
  right: 28px;
  margin-top: 4px;
  border-radius: 10px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm .byted-select-input-icon {
  font-size: 12px;
  line-height: 1;
  height: 1em;
  top: 9px;
  left: unset;
  right: 9px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 28px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl.byted-select-input-wrapper-size-sm .byted-select-input-icon {
  left: 9px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm .byted-select-input-content-wrapper {
  height: 30px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-sm.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 30px;
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md .byted-select-input-content-wrapper {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md .byted-select-value {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md .byted-select-tip {
  font-size: 14px;
  line-height: 22px;
  left: auto;
  right: 30px;
  margin-top: 5px;
  border-radius: 11px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md .byted-select-input-icon {
  font-size: 14px;
  line-height: 1;
  height: 1em;
  top: 10px;
  left: unset;
  right: 10px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 30px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl.byted-select-input-wrapper-size-md .byted-select-input-icon {
  left: 10px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md .byted-select-input-content-wrapper {
  height: 34px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-md.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 34px;
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-input-content-wrapper {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-value {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-tip {
  font-size: 14px;
  line-height: 22px;
  left: auto;
  right: 30px;
  margin-top: 7px;
  border-radius: 11px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-input-icon {
  font-size: 14px;
  line-height: 1;
  height: 1em;
  top: 12px;
  left: unset;
  right: 12px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 30px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl.byted-select-input-wrapper-size-lg .byted-select-input-icon {
  left: 12px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg .byted-select-input-content-wrapper {
  height: 38px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-lg.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 38px;
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl .byted-select-input-content-wrapper {
  font-size: 16px;
  line-height: 24px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl .byted-select-value {
  font-size: 16px;
  line-height: 24px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl .byted-select-tip {
  font-size: 16px;
  line-height: 24px;
  left: auto;
  right: 32px;
  margin-top: 8px;
  border-radius: 12px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl .byted-select-input-icon {
  font-size: 16px;
  line-height: 1;
  height: 1em;
  top: 13px;
  left: unset;
  right: 13px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 32px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl.byted-select-input-wrapper-size-xl .byted-select-input-icon {
  left: 13px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl .byted-select-input-content-wrapper {
  height: 42px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-size-xl.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 42px;
  font-size: 16px;
  line-height: 24px;
}
.byted-select-input-wrapper:hover .byted-select-input {
  border-color: #FA4B74;
  border-color: #F60457;
}
.byted-select-input-wrapper:hover .byted-select-input-warning {
  border-color: #D83E0E;
  box-shadow: none;
}
.byted-select-input-wrapper:hover .byted-select-input-warning.byted-select-input-filled {
  border-color: #fccece;
  background-color: #fccece;
}
.byted-select-input-wrapper:hover .byted-select-input-filled {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.byted-select-input-wrapper:hover .byted-select-input-disabled {
  border-color: #f0f0f0;
  background-color: #fafafa;
}
.byted-select-input-wrapper:active .byted-select-input {
  border-color: #D20251;
}
.byted-select-input-wrapper:active .byted-select-input-warning {
  border-color: #D83E0E;
}
.byted-select-input-wrapper .byted-select-input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  outline: none;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-select-input-wrapper .byted-select-input .byted-select-value {
  background: transparent;
}
.byted-select-input-wrapper .byted-select-input:focus {
  border-color: #F60457;
  box-shadow: 0 0 0 2px rgba(246, 4, 87, 0.2);
}
.byted-select-input-wrapper .byted-select-input:focus.byted-select-input-filled {
  border-color: #F60457;
  background-color: #f0f0f0;
}
.byted-select-input-wrapper .byted-select-input-warning {
  box-shadow: none;
  border-color: #D83E0E;
}
.byted-select-input-wrapper .byted-select-input-warning.byted-select-input-filled {
  background-color: #feecec;
}
.byted-select-input-wrapper .byted-select-input-warning:focus {
  border-color: #D83E0E;
  box-shadow: 0 0 0 2px rgba(216, 62, 14, 0.2);
}
.byted-select-input-wrapper .byted-select-input-warning:focus.byted-select-input-filled {
  border-color: #D83E0E;
  background-color: #feecec;
}
.byted-select-input-wrapper .byted-select-input-filled {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
.byted-select-input-wrapper .byted-select-input-filled .byted-select-tip {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.byted-select-input-wrapper .byted-select-input-filled + .byted-select-input-content-wrapper .byted-tag {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.byted-select-input-wrapper-focused .byted-select-input {
  border-color: #F60457;
}
.byted-select-input-wrapper-focused .byted-select-input-warning {
  border-color: #D83E0E;
  box-shadow: none;
}
.byted-select-input-wrapper-focused .byted-select-input-filled {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
.byted-select-input-wrapper-prepend .byted-select-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.byted-select-input-wrapper-append .byted-select-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.byted-select-input-wrapper .byted-select-input-content-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.byted-select-input-wrapper .byted-select-input-icon {
  position: absolute;
  right: 7px;
  left: unset;
  color: #999999;
}
.byted-select-input-wrapper .byted-select-input-icon .byted-icon-close-one {
  pointer-events: auto;
  color: #999999;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl .byted-select-input-icon {
  right: unset;
  left: 7px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl .byted-select-input-wrapper-prefix {
  margin-left: 8px;
  margin-right: 0px;
}
.byted-select-input-wrapper .byted-select-tip {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  position: absolute;
  top: 0;
  background-color: #f0f0f0;
  padding: 0 7px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.byted-select-input-wrapper .byted-select-value {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  flex: 1 1;
}
.byted-select-input-wrapper .byted-select-value::-webkit-input-placeholder {
  color: #c1c1c1;
}
.byted-select-input-wrapper .byted-select-input-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 2px 60px 2px 12px;
  line-height: 0;
  font-size: 0;
  padding: 2px 100px 2px 12px;
}
.byted-select-input-wrapper .byted-select-input-inner.byted-select-input-inner-simple {
  padding-right: 24px;
}
.byted-select-input-wrapper .byted-select-input-inner-single {
  padding-right: 30px;
}
.byted-select-input-wrapper .byted-select-input-inner .byted-tag {
  pointer-events: auto;
  margin-left: unset;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.byted-select-input-wrapper-size-xs.byted-select-input-wrapper .byted-select-input-inner .byted-tag {
  border-width: 0;
  margin-top: 1px;
  margin-bottom: 1px;
}
.byted-select-input-wrapper-size-xl.byted-select-input-wrapper .byted-select-input-inner .byted-tag {
  margin-top: 4px;
  margin-bottom: 4px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl .byted-tag {
  margin-left: 4px;
  margin-right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-rtl .byted-select-input-inner {
  padding: 2px 12px 2px 100px;
}
.byted-select-input-wrapper-disabled,
.byted-select-input-wrapper-readonly {
  cursor: not-allowed;
}
.byted-select-input-wrapper-disabled .byted-select-input,
.byted-select-input-wrapper-readonly .byted-select-input {
  border-color: #f0f0f0;
  background-color: #fafafa;
  cursor: not-allowed;
}
.byted-select-input-wrapper-disabled .byted-select-input:focus,
.byted-select-input-wrapper-readonly .byted-select-input:focus,
.byted-select-input-wrapper-disabled .byted-select-input:hover,
.byted-select-input-wrapper-readonly .byted-select-input:hover {
  border-color: #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
}
.byted-select-input-wrapper-disabled .byted-select-input .byted-select-tip,
.byted-select-input-wrapper-readonly .byted-select-input .byted-select-tip,
.byted-select-input-wrapper-disabled .byted-select-input + .byted-select-input-content-wrapper .byted-tag,
.byted-select-input-wrapper-readonly .byted-select-input + .byted-select-input-content-wrapper .byted-tag {
  box-sizing: border-box;
  color: #d6d6d6;
  border-color: #f0f0f0;
  background-color: #fafafa;
}
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled.byted-select-input-warning,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled.byted-select-input-warning {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled:focus,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled:focus,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled.byted-select-input-warning:focus,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled.byted-select-input-warning:focus,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled:hover,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled:hover,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled.byted-select-input-warning:hover,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled.byted-select-input-warning:hover {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
}
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled .byted-select-tip,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled .byted-select-tip,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled.byted-select-input-warning .byted-select-tip,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled.byted-select-input-warning .byted-select-tip,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled + .byted-select-input-content-wrapper .byted-tag,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled + .byted-select-input-content-wrapper .byted-tag,
.byted-select-input-wrapper-disabled .byted-select-input.byted-select-input-filled.byted-select-input-warning + .byted-select-input-content-wrapper .byted-tag,
.byted-select-input-wrapper-readonly .byted-select-input.byted-select-input-filled.byted-select-input-warning + .byted-select-input-content-wrapper .byted-tag {
  box-sizing: border-box;
  color: #c1c1c1;
  border-color: #ffffff;
  background-color: #ffffff;
}
.byted-select-input-wrapper-disabled .byted-select-value,
.byted-select-input-wrapper-readonly .byted-select-value {
  cursor: not-allowed;
}
.byted-select-input-wrapper-disabled .byted-select-value::-webkit-input-placeholder,
.byted-select-input-wrapper-readonly .byted-select-value::-webkit-input-placeholder {
  color: #c1c1c1;
}
.byted-select-input-wrapper-disabled:hover .byted-select-input,
.byted-select-input-wrapper-readonly:hover .byted-select-input {
  border-color: #f0f0f0;
  box-shadow: none;
}
.byted-select-input-wrapper-disabled:hover .byted-select-input.byted-select-input-warning,
.byted-select-input-wrapper-readonly:hover .byted-select-input.byted-select-input-warning {
  border-color: #f0f0f0;
  box-shadow: none;
}
.byted-select-input-wrapper-disabled:active .byted-select-input,
.byted-select-input-wrapper-readonly:active .byted-select-input {
  border-color: #f0f0f0;
  box-shadow: none;
}
.byted-select-input-wrapper-disabled .byted-select-input-icon {
  color: #999999;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input {
  padding: 2px 0;
  pointer-events: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs .byted-select-input-content-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs .byted-select-value {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs .byted-select-tip {
  font-size: 12px;
  line-height: 20px;
  left: auto;
  right: 28px;
  margin-top: 2px;
  border-radius: 10px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs .byted-select-input-icon {
  font-size: 12px;
  line-height: 1;
  height: 1em;
  top: 7px;
  left: unset;
  right: 7px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 28px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper.byted-select-input-wrapper-popover-input-rtl.byted-select-input-wrapper-size-xs .byted-select-input-icon {
  left: 7px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs .byted-select-input-content-wrapper {
  min-height: 22px;
  max-height: 76px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs .byted-select-input-content-wrapper .byted-select-input-inner {
  min-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xs.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 26px;
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm .byted-select-input-content-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm .byted-select-value {
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm .byted-select-tip {
  font-size: 12px;
  line-height: 20px;
  left: auto;
  right: 28px;
  margin-top: 4px;
  border-radius: 10px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm .byted-select-input-icon {
  font-size: 12px;
  line-height: 1;
  height: 1em;
  top: 9px;
  left: unset;
  right: 9px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 28px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper.byted-select-input-wrapper-popover-input-rtl.byted-select-input-wrapper-size-sm .byted-select-input-icon {
  left: 9px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm .byted-select-input-content-wrapper {
  min-height: 26px;
  max-height: 90px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm .byted-select-input-content-wrapper .byted-select-input-inner {
  min-height: 26px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-sm.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 30px;
  font-size: 12px;
  line-height: 20px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md .byted-select-input-content-wrapper {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md .byted-select-value {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md .byted-select-tip {
  font-size: 14px;
  line-height: 22px;
  left: auto;
  right: 30px;
  margin-top: 5px;
  border-radius: 11px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md .byted-select-input-icon {
  font-size: 14px;
  line-height: 1;
  height: 1em;
  top: 10px;
  left: unset;
  right: 10px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 30px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper.byted-select-input-wrapper-popover-input-rtl.byted-select-input-wrapper-size-md .byted-select-input-icon {
  left: 10px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md .byted-select-input-content-wrapper {
  min-height: 30px;
  max-height: 104px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md .byted-select-input-content-wrapper .byted-select-input-inner {
  min-height: 30px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-md.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 34px;
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg .byted-select-input-content-wrapper {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg .byted-select-value {
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg .byted-select-tip {
  font-size: 14px;
  line-height: 22px;
  left: auto;
  right: 30px;
  margin-top: 7px;
  border-radius: 11px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg .byted-select-input-icon {
  font-size: 14px;
  line-height: 1;
  height: 1em;
  top: 12px;
  left: unset;
  right: 12px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 30px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper.byted-select-input-wrapper-popover-input-rtl.byted-select-input-wrapper-size-lg .byted-select-input-icon {
  left: 12px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg .byted-select-input-content-wrapper {
  min-height: 34px;
  max-height: 118px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg .byted-select-input-content-wrapper .byted-select-input-inner {
  min-height: 34px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-lg.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 38px;
  font-size: 14px;
  line-height: 22px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl .byted-select-input-content-wrapper {
  font-size: 16px;
  line-height: 24px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl .byted-select-value {
  font-size: 16px;
  line-height: 24px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl .byted-select-tip {
  font-size: 16px;
  line-height: 24px;
  left: auto;
  right: 32px;
  margin-top: 8px;
  border-radius: 12px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl .byted-select-input-icon {
  font-size: 16px;
  line-height: 1;
  height: 1em;
  top: 13px;
  left: unset;
  right: 13px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl.byted-select-input-wrapper-rtl .byted-select-tip {
  left: 32px;
  right: auto;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper.byted-select-input-wrapper-popover-input-rtl.byted-select-input-wrapper-size-xl .byted-select-input-icon {
  left: 13px;
  right: unset;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl .byted-select-input-content-wrapper {
  min-height: 38px;
  max-height: 132px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl .byted-select-input-content-wrapper .byted-select-input-inner {
  min-height: 38px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input.byted-select-input-wrapper-size-xl.byted-select-input-wrapper-render .byted-select-input-inner {
  min-height: 42px;
  font-size: 16px;
  line-height: 24px;
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input .byted-select-input-content-wrapper {
  position: relative;
  height: auto;
  overflow: auto;
}
.byted-popover-show .byted-select-input-wrapper.byted-select-input-wrapper-popover-input .byted-select-input {
  box-shadow: 0 0 0 2px rgba(253, 163, 178, 0.2);
}
.byted-select-input-wrapper.byted-select-input-wrapper-popover-input .byted-select-input-inner {
  padding: 0px 30px 0px 12px;
}
.byted-select-input-wrapper-render.byted-select-input-wrapper-popover-input {
  padding: 0px;
}
.byted-select-input-wrapper-render.byted-select-input-wrapper-popover-input .byted-select-input-inner {
  padding: 0px 34px 0px 0px;
  align-items: center;
}
.byted-high-light {
  color: #F60457;
}
.byted-rimless-input {
  display: inline-flex;
  width: 100%;
}
.byted-rimless-input-inner {
  position: relative;
  display: inline;
  max-width: 100%;
  padding-right: 22px;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
}
.byted-rimless-input-inner:hover {
  color: #F60457;
}
.byted-rimless-input-inner:hover .byted-rimless-input-num,
.byted-rimless-input-inner:hover .byted-rimless-input-icon {
  color: #F60457;
}
.byted-rimless-input-inner:active {
  color: #D20251;
}
.byted-rimless-input-inner:active .byted-rimless-input-num,
.byted-rimless-input-inner:active .byted-rimless-input-icon {
  color: #D20251;
}
.byted-rimless-input-close-icon {
  color: #999999 !important;
}
.byted-rimless-input-close-icon:hover {
  color: #666666 !important;
}
.byted-rimless-input.byted-rimless-input-align-left .byted-rimless-input-inner {
  margin-right: auto;
}
.byted-rimless-input.byted-rimless-input-align-right .byted-rimless-input-inner {
  margin-left: auto;
}
.byted-rimless-input.byted-rimless-input-align-center .byted-rimless-input-inner {
  margin-left: auto;
  margin-right: auto;
}
.byted-rimless-input.byted-rimless-input-align-justify .byted-rimless-input-inner {
  width: 100%;
}
.byted-rimless-input-active .byted-rimless-input-inner,
.byted-rimless-input-active .byted-rimless-input-num,
.byted-rimless-input-active .byted-rimless-input-icon {
  color: #F60457;
}
.byted-rimless-input-active .byted-rimless-input-inner:active,
.byted-rimless-input-active .byted-rimless-input-num:active,
.byted-rimless-input-active .byted-rimless-input-icon:active {
  color: #D20251;
}
.byted-rimless-input-show-num .byted-rimless-input-inner {
  padding-right: 40px;
}
.byted-rimless-input-icon {
  color: #999999;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.byted-rimless-input-num {
  position: absolute;
  right: 14px;
  padding: 0 4px;
  color: #999999;
}
.byted-rimless-input-disabled .byted-rimless-input-inner,
.byted-rimless-input-readonly .byted-rimless-input-inner {
  color: #c1c1c1;
  cursor: not-allowed;
}
.byted-rimless-input-disabled .byted-rimless-input-inner:hover,
.byted-rimless-input-readonly .byted-rimless-input-inner:hover,
.byted-rimless-input-disabled .byted-rimless-input-inner:active,
.byted-rimless-input-readonly .byted-rimless-input-inner:active {
  color: #c1c1c1;
}
.byted-rimless-input-disabled .byted-rimless-input-inner:hover .byted-rimless-input-num,
.byted-rimless-input-readonly .byted-rimless-input-inner:hover .byted-rimless-input-num,
.byted-rimless-input-disabled .byted-rimless-input-inner:active .byted-rimless-input-num,
.byted-rimless-input-readonly .byted-rimless-input-inner:active .byted-rimless-input-num,
.byted-rimless-input-disabled .byted-rimless-input-inner:hover .byted-rimless-input-icon,
.byted-rimless-input-readonly .byted-rimless-input-inner:hover .byted-rimless-input-icon,
.byted-rimless-input-disabled .byted-rimless-input-inner:active .byted-rimless-input-icon,
.byted-rimless-input-readonly .byted-rimless-input-inner:active .byted-rimless-input-icon {
  color: #c1c1c1;
}
.byted-rimless-input-disabled .byted-rimless-input-num,
.byted-rimless-input-readonly .byted-rimless-input-num,
.byted-rimless-input-disabled .byted-rimless-input-icon,
.byted-rimless-input-readonly .byted-rimless-input-icon {
  color: #c1c1c1;
}
.byted-rimless-input-size-xs {
  font-size: 12px;
  line-height: 20px;
}
.byted-rimless-input-size-sm {
  font-size: 12px;
  line-height: 20px;
}
.byted-rimless-input-size-md {
  font-size: 14px;
  line-height: 22px;
}
.byted-rimless-input-size-lg {
  font-size: 14px;
  line-height: 22px;
}
.byted-rimless-input-size-xl {
  font-size: 16px;
  line-height: 24px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-check-wrapper {
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  left: -9999px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-modal-footer {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.byted-modal-footer.byted-modal-footer-align-start {
  justify-content: flex-start;
}
.byted-modal-footer.byted-modal-footer-align-end {
  justify-content: flex-end;
}
.byted-modal {
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #333;
  opacity: 0;
  margin: auto;
  will-change: transform;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all ease-in 0.24s;
  -webkit-transition: all ease-in 0.24s;
  -moz-transition: all ease-in 0.24s;
  -o-transition: all ease-in 0.24s;
}
.byted-modal.byted-modal-rtl {
  direction: rtl;
}
.byted-modal-show {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all ease-out 0.24s;
  -webkit-transition: all ease-out 0.24s;
  -moz-transition: all ease-out 0.24s;
  -o-transition: all ease-out 0.24s;
}
.byted-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 0.24s;
  -webkit-transition: all ease-in-out 0.24s;
  -moz-transition: all ease-in-out 0.24s;
  -o-transition: all ease-in-out 0.24s;
}
.byted-modal-mask-show {
  opacity: 1;
  transition: all ease-in-out 0.24s;
  -webkit-transition: all ease-in-out 0.24s;
  -moz-transition: all ease-in-out 0.24s;
  -o-transition: all ease-in-out 0.24s;
}
.byted-modal-mask-event-none {
  pointer-events: none;
}
.byted-modal.byted-modal-size-xs {
  width: 480px;
}
.byted-modal.byted-modal-size-sm {
  width: 480px;
}
.byted-modal.byted-modal-size-md {
  width: 600px;
}
.byted-modal.byted-modal-size-lg {
  width: 840px;
}
.byted-modal.byted-modal-size-xl {
  width: 840px;
}
.byted-modal-body-flex {
  display: flex;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
}
.byted-modal-body-flex.byted-modal-body-fixedtop {
  padding-top: 0;
}
.byted-modal-body-flex.byted-modal-body-fixedtop .byted-modal {
  margin: 0 auto;
}
.byted-modal-content-container {
  max-width: 100%;
}
.byted-modal-content-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 24px;
}
.byted-modal-content-header-overflow {
  padding-top: 21px;
  padding-bottom: 21px;
}
.byted-modal-content-header-divider {
  border-bottom: 1px solid #ebebeb;
}
.byted-modal-content-inner {
  font-size: 14px;
  line-height: 22px;
  padding: 0 24px 8px;
  color: #666;
}
.byted-modal-content-inner-overflow {
  padding-bottom: 0;
}
.byted-modal-content-inner-overflow .byted-modal-body {
  padding-top: 24px;
  padding-bottom: 24px;
}
.byted-modal-content-inner-no-footer {
  padding-bottom: 24px;
}
.byted-modal-content-inner-wrapper {
  width: 100%;
  height: 100%;
}
.byted-modal-content-footer {
  padding: 24px;
}
.byted-modal-content-footer-overflow {
  padding-top: 16px;
  padding-bottom: 16px;
}
.byted-modal-content-footer-divider {
  border-top: 1px solid #ebebeb;
}
.byted-modal .byted-modal-close-icon {
  font-size: 20px;
  color: #999;
  cursor: pointer;
  position: absolute;
  top: 24px;
  left: unset;
  right: 24px;
  z-index: 1;
}
.byted-modal .byted-modal-close-icon:hover {
  color: #666;
}
.byted-modal.byted-modal-rtl .byted-modal-close-icon {
  left: 24px;
  right: unset;
}
.byted-modal-content-icon-wrapper {
  width: 28px;
  font-size: 20px;
}
.byted-modal-content-icon-wrapper .byted-icon {
  vertical-align: -0.15em;
}
.byted-modal-content-icon-wrapper .byted-icon-check-one {
  color: #28A666;
}
.byted-modal-content-icon-wrapper .byted-icon-info {
  color: #F60457;
}
.byted-modal-content-icon-wrapper .byted-icon-attention {
  color: #E0A111;
}
.byted-modal-content-icon-wrapper .byted-icon-close-one {
  color: #D83E0E;
}
.byted-modal .byted-confirm-footer .byted-confirm-ok {
  margin: 0 0 0 8px;
}
.byted-modal.byted-modal-rtl .byted-confirm-footer .byted-confirm-ok {
  margin: 0 8px 0 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;
  }
}
.byted-time-content {
  width: 200px;
  display: flex;
  flex: 1 1;
  font-size: 14px;
}
.byted-time-content .byted-hour-select,
.byted-time-content .byted-minute-select,
.byted-time-content .byted-second-select {
  box-sizing: border-box;
  flex: 1 1;
  height: 240px;
  overflow-y: auto;
  padding-bottom: 200px;
  border-right: 1px solid #ebebeb;
}
.byted-time-content .byted-hour-select:last-child,
.byted-time-content .byted-minute-select:last-child,
.byted-time-content .byted-second-select:last-child {
  border-right: none;
}
.byted-time-content .byted-hour-select-item,
.byted-time-content .byted-minute-select-item,
.byted-time-content .byted-second-select-item {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.byted-time-content .byted-hour-select-item:not(.byted-hour-select-item-disabled):hover,
.byted-time-content .byted-minute-select-item:not(.byted-hour-select-item-disabled):hover,
.byted-time-content .byted-second-select-item:not(.byted-hour-select-item-disabled):hover {
  cursor: pointer;
  background: #f0f0f0;
}
.byted-time-content .byted-hour-select-item-active,
.byted-time-content .byted-minute-select-item-active,
.byted-time-content .byted-second-select-item-active {
  color: #F60457;
}
.byted-time-content .byted-hour-select-item-disabled,
.byted-time-content .byted-minute-select-item-disabled,
.byted-time-content .byted-second-select-item-disabled {
  cursor: not-allowed;
  color: #c1c1c1;
}
.byted-time-panel {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.byted-time-panel-header {
  display: flex;
  height: 38px;
  border-radius: 3px 3px 0 0;
  background: #fafafa;
}
.byted-time-panel-header div {
  flex: 1 1;
  line-height: 38px;
  text-align: center;
}
.byted-time-panel .byted-time-content-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-popover {
  opacity: 0;
  transition: all ease-in 0.1s;
  -webkit-transition: all ease-in 0.1s;
  -moz-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
}
.byted-popover-show {
  opacity: 1;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
}
.byted-popover-disable-animation {
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.byted-popover-scale-xy {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.byted-popover-scale-xy.byted-popover-show {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.byted-popover-scale-x {
  transform: scaleX(0.8);
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
}
.byted-popover-scale-x.byted-popover-show {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.byted-popover-scale-y {
  transform: scaleY(0.8);
  -webkit-transform: scaleY(0.8);
  -moz-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
}
.byted-popover-scale-y.byted-popover-show {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.byted-popover-left {
  transform-origin: calc(100% + 8px) 50%;
  -webkit-transform-origin: calc(100% + 8px) 50%;
  -moz-transform-origin: calc(100% + 8px) 50%;
  -o-transform-origin: calc(100% + 8px) 50%;
}
.byted-popover-left-start {
  transform-origin: calc(100% + 8px) 16px;
  -webkit-transform-origin: calc(100% + 8px) 16px;
  -moz-transform-origin: calc(100% + 8px) 16px;
  -o-transform-origin: calc(100% + 8px) 16px;
}
.byted-popover-left-end {
  transform-origin: calc(100% + 8px) calc(100% - 16px);
  -webkit-transform-origin: calc(100% + 8px) calc(100% - 16px);
  -moz-transform-origin: calc(100% + 8px) calc(100% - 16px);
  -o-transform-origin: calc(100% + 8px) calc(100% - 16px);
}
.byted-popover-right {
  transform-origin: -8px 50%;
  -webkit-transform-origin: -8px 50%;
  -moz-transform-origin: -8px 50%;
  -o-transform-origin: -8px 50%;
}
.byted-popover-right-start {
  transform-origin: -8px 16px;
  -webkit-transform-origin: -8px 16px;
  -moz-transform-origin: -8px 16px;
  -o-transform-origin: -8px 16px;
}
.byted-popover-right-end {
  transform-origin: -8px calc(100% - 16px);
  -webkit-transform-origin: -8px calc(100% - 16px);
  -moz-transform-origin: -8px calc(100% - 16px);
  -o-transform-origin: -8px calc(100% - 16px);
}
.byted-popover-top {
  transform-origin: 50% calc(100% + 8px);
  -webkit-transform-origin: 50% calc(100% + 8px);
  -moz-transform-origin: 50% calc(100% + 8px);
  -o-transform-origin: 50% calc(100% + 8px);
}
.byted-popover-top-start {
  transform-origin: 16px calc(100% + 8px);
  -webkit-transform-origin: 16px calc(100% + 8px);
  -moz-transform-origin: 16px calc(100% + 8px);
  -o-transform-origin: 16px calc(100% + 8px);
}
.byted-popover-top-end {
  transform-origin: calc(100% - 16px) calc(100% + 8px);
  -webkit-transform-origin: calc(100% - 16px) calc(100% + 8px);
  -moz-transform-origin: calc(100% - 16px) calc(100% + 8px);
  -o-transform-origin: calc(100% - 16px) calc(100% + 8px);
}
.byted-popover-bottom {
  transform-origin: 50% -8px;
  -webkit-transform-origin: 50% -8px;
  -moz-transform-origin: 50% -8px;
  -o-transform-origin: 50% -8px;
}
.byted-popover-bottom-start {
  transform-origin: 16px -8px;
  -webkit-transform-origin: 16px -8px;
  -moz-transform-origin: 16px -8px;
  -o-transform-origin: 16px -8px;
}
.byted-popover-bottom-end {
  transform-origin: calc(100% - 16px) -8px;
  -webkit-transform-origin: calc(100% - 16px) -8px;
  -moz-transform-origin: calc(100% - 16px) -8px;
  -o-transform-origin: calc(100% - 16px) -8px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-link {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #F60457;
  white-space: nowrap;
  cursor: pointer;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-link:visited {
  color: #D20251;
}
.byted-link:hover {
  color: #FA4B74;
}
.byted-link:focus {
  outline: none;
  color: #FA4B74;
}
.byted-link:active {
  color: #D20251;
}
.byted-link-disabled {
  color: #FDA3B2;
  cursor: not-allowed;
}
.byted-link-disabled:focus,
.byted-link-disabled:active,
.byted-link-disabled:visited,
.byted-link-disabled:hover {
  color: #FDA3B2;
  cursor: not-allowed;
}
.byted-link-size-lg {
  font-size: 16px;
}
.byted-link-size-md {
  font-size: 14px;
}
.byted-link-size-sm {
  font-size: 12px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-popper-trigger {
  display: inline-block;
  vertical-align: middle;
}
.byted-popover {
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #fff;
  font-size: 0;
}
.byted-popover-inner {
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  color: #333;
}
.byted-popover-arrow {
  display: block;
  z-index: 1;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
}
.byted-popover-arrow .byted-popover-arrow-inner {
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 4px;
  line-height: 0;
  border-style: solid;
  display: block;
}
.byted-popover-arrow-dir-top {
  transform: translateY(50%);
}
.byted-popover-arrow-dir-top .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  transform: rotate(45deg) scale(-1);
}
.byted-popover-arrow-dir-bottom {
  transform: translateY(-50%);
}
.byted-popover-arrow-dir-bottom .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
}
.byted-popover-arrow-dir-left {
  transform: translateX(50%);
}
.byted-popover-arrow-dir-left .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  transform: rotate(-45deg) scale(-1);
}
.byted-popover-arrow-dir-right {
  transform: translateX(-50%);
}
.byted-popover-arrow-dir-right .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  transform: rotate(-45deg);
}
.byted-popover-confirm-container,
.byted-popover-alert-container,
.byted-popover-container-container {
  padding: 16px;
  box-sizing: border-box;
  width: 240px;
}
.byted-popover-confirm-icon-wrapper.byted-content-icon-wrapper,
.byted-popover-alert-icon-wrapper.byted-content-icon-wrapper,
.byted-popover-container-icon-wrapper.byted-content-icon-wrapper {
  width: 22px;
}
.byted-popover-confirm-header.byted-content-header,
.byted-popover-alert-header.byted-content-header,
.byted-popover-container-header.byted-content-header {
  margin-bottom: 8px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.byted-popover-confirm-inner.byted-content-inner,
.byted-popover-alert-inner.byted-content-inner,
.byted-popover-container-inner.byted-content-inner {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
}
.byted-popover-confirm-footer.byted-content-footer,
.byted-popover-alert-footer.byted-content-footer,
.byted-popover-container-footer.byted-content-footer {
  margin-top: 8px;
  text-align: right;
}
.byted-popover-confirm-footer.byted-content-footer .byted-confirm-ok,
.byted-popover-alert-footer.byted-content-footer .byted-confirm-ok,
.byted-popover-container-footer.byted-content-footer .byted-confirm-ok {
  margin-left: 12px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-dropdown-popover,
.byted-dropdown-submenu-popover {
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.byted-dropdown-popover.byted-popover .byted-popover-inner,
.byted-dropdown-submenu-popover.byted-popover .byted-popover-inner {
  color: #333;
}
.byted-dropdown-submenu-popover {
  min-width: 100px;
}
.byted-dropdown-submenu-inner-wrapper {
  display: flex;
}
.byted-dropdown-submenu-header-open-icon {
  margin-left: auto;
}
.byted-dropdown-link-title {
  margin-left: 4px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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-drawer {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.byted-drawer.byted-drawer-rtl {
  direction: rtl;
}
.byted-drawer-mask {
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 0.24s;
  -webkit-transition: all ease-in-out 0.24s;
  -moz-transition: all ease-in-out 0.24s;
  -o-transition: all ease-in-out 0.24s;
}
.byted-drawer-mask-show {
  opacity: 1;
  transition: all ease-in-out 0.24s;
  -webkit-transition: all ease-in-out 0.24s;
  -moz-transition: all ease-in-out 0.24s;
  -o-transition: all ease-in-out 0.24s;
}
.byted-drawer-content-header {
  font-size: 16px;
  line-height: 24px;
  padding: 24px;
}
.byted-drawer-content-inner {
  margin-bottom: auto;
  padding: 8px 24px;
}
.byted-drawer-content-footer {
  padding: 16px 24px;
}
.byted-drawer-close-icon {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 26px;
  left: unset;
}
.byted-drawer-close-icon:hover {
  color: #F60457;
}
.byted-drawer-close-icon-rtl {
  left: 26px;
  right: unset;
}
.byted-drawer-edge {
  position: absolute;
}
.byted-drawer-edge-close {
  top: 20px;
  left: -32px;
  width: 32px;
  height: 32px;
  background-color: #F60457;
  border-radius: 4px 0 0 4px;
  color: #fff;
  border-color: #F60457;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.byted-drawer-edge-close.byted-drawer-edge-placement-left {
  right: -32px;
  left: auto;
  border-radius: 0 4px 4px 0;
}
.byted-drawer-edge-close.byted-drawer-edge-placement-top {
  left: 32px;
  bottom: -32px;
  top: auto;
  border-radius: 0 0 4px 4px;
}
.byted-drawer-edge-close.byted-drawer-edge-placement-bottom {
  left: 32px;
  top: -32px;
  border-radius: 4px 4px 0 0;
}
.byted-drawer-edge-close:hover {
  background-color: #5775F9;
  border-color: #5775F9;
  color: #fff;
}
.byted-drawer-edge-close:focus {
  background-color: #5775F9;
  border-color: #5775F9;
  color: #fff;
}
.byted-drawer-edge-close:active {
  background-color: #212BF3;
  border-color: #212BF3;
  color: #fff;
}
.byted-drawer-edge-rotate.byted-drawer-edge-placement-left .byted-icon {
  transform: rotate(180deg);
}
.byted-drawer-edge-rotate.byted-drawer-edge-placement-left.byted-drawer-edge-show .byted-icon {
  transform: rotate(0);
}
.byted-drawer-edge-rotate.byted-drawer-edge-placement-top .byted-icon {
  transform: rotate(-90deg);
}
.byted-drawer-edge-rotate.byted-drawer-edge-placement-top.byted-drawer-edge-show .byted-icon {
  transform: rotate(90deg);
}
.byted-drawer-edge-rotate.byted-drawer-edge-placement-bottom .byted-icon {
  transform: rotate(90deg);
}
.byted-drawer-edge-rotate.byted-drawer-edge-placement-bottom.byted-drawer-edge-show .byted-icon {
  transform: rotate(-90deg);
}
.byted-drawer-edge-rotate.byted-drawer-edge-show .byted-icon {
  transform: rotate(180deg);
}
.byted-drawer-edge-custom.byted-drawer-edge-placement-right {
  left: 0;
  top: 0;
  transform: translate(-100%, 0);
}
.byted-drawer-edge-custom.byted-drawer-edge-placement-left {
  top: 0;
  right: 0;
  transform: translate(100%, 0);
}
.byted-drawer-edge-custom.byted-drawer-edge-placement-top {
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}
.byted-drawer-edge-custom.byted-drawer-edge-placement-bottom {
  top: 0;
  left: 0;
  transform: translate(0, -100%);
}
.byted-drawer-edge-hide {
  visibility: hidden;
}
.byted-drawer-edge-show {
  visibility: visible;
}
.byted-drawer-horizontal.byted-drawer-size-xs {
  width: 360px;
}
.byted-drawer-horizontal.byted-drawer-size-sm {
  width: 360px;
}
.byted-drawer-horizontal.byted-drawer-size-md {
  width: 600px;
}
.byted-drawer-horizontal.byted-drawer-size-lg {
  width: 840px;
}
.byted-drawer-horizontal.byted-drawer-size-xl {
  width: 980px;
}
.byted-drawer-vertical.byted-drawer-size-xs {
  height: 360px;
}
.byted-drawer-vertical.byted-drawer-size-sm {
  height: 360px;
}
.byted-drawer-vertical.byted-drawer-size-md {
  height: 600px;
}
.byted-drawer-vertical.byted-drawer-size-lg {
  height: 840px;
}
.byted-drawer-vertical.byted-drawer-size-xl {
  height: 980px;
}
.byted-drawer-no-mask {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.byted-drawer-dialog {
  transition: all ease-in 0.24s;
  -webkit-transition: all ease-in 0.24s;
  -moz-transition: all ease-in 0.24s;
  -o-transition: all ease-in 0.24s;
}
.byted-drawer-dialog-placement-left {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.byted-drawer-dialog-placement-right {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
.byted-drawer-dialog-placement-top {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.byted-drawer-dialog-placement-bottom {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}
.byted-drawer-dialog-show {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.24s;
  -webkit-transition: all ease-out 0.24s;
  -moz-transition: all ease-out 0.24s;
  -o-transition: all ease-out 0.24s;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
[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;
}

@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--2j_P1{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--RGQAA{width:260px}.header-dropdown-item--2nRDD{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--2nRDD:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--2nRDD .text--14Bbx{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--2nRDD .highlighted--3EQ6L{color:#fe2c55}.byted-menu .byted-menu-item{padding:0}.byted-menu-light .byted-menu-item-active{background:#fff}.byted-submenu-header{width:300px}.byted-drawer-content-container{background-color:transparent;box-shadow:none}.byted-drawer-content-inner{padding:0;margin:0}.header--3j93S{align-items:center;background:#000;display:flex;justify-content:space-between;height:100px;padding:32px;position:-webkit-sticky;position:sticky;top:0;z-index:450}.header--3j93S .menu--2odeV{align-items:center;display:flex;width:100%;justify-content:space-between}.header--3j93S .menu--2odeV .submenu--1UH9X{align-items:center;display:flex;grid-gap:48px;gap:48px}.header--3j93S .menu--2odeV .submenu--1UH9X .header-link--j9z2F{outline:none;text-decoration:none;cursor:pointer}.header--3j93S .menu--2odeV .submenu--1UH9X .header-text--1G4DR{color:#fff;font-weight:600;font-size:20px;position:relative;transition:color .15s}.header--3j93S .menu--2odeV .submenu--1UH9X .header-text--1G4DR:hover{color:#fe2c55}.header--3j93S .menu--2odeV .submenu--1UH9X .header-text--1G4DR.highlighted--3EQ6L{color:#fe2c55}.header--3j93S .menu--2odeV .submenu--1UH9X .header-text-selected--1oIL7:before{content:"";position:absolute;width:30%;height:1px;bottom:-2px;left:35%;border-bottom:2px solid #fe2c55}.header--3j93S .menu--2odeV .submenu--1UH9X .header-btn--Hw30O{height:50px;font-size:20px;font-weight:600;padding:0 19px}.header--3j93S .menu--2odeV .submenu--1UH9X .header-resources-text--2lrIx{color:#fff;font-size:14px;line-height:12px}.header--3j93S .menu--2odeV .submenu--1UH9X .header-resource-dropdown--3ycOg{cursor:pointer}.header--3j93S .menu--2odeV .logo-link--ZCnIe .image--1q_-v{height:16px;width:75px}.header--3j93S .header-language-dropdown--197iH{cursor:pointer;font-size:12px;line-height:20px}.drawer-header--3JTpL{border-bottom:1px solid #e5eaf2;padding:8px 0 16px 0}.limited-logo-link--2YEDq{cursor:default}.drawer-content--398cW{height:400px;background-color:rgba(0,0,0,.9);align-items:center;display:flex;flex-direction:column;padding:40px}.drawer-content--398cW .header-link--j9z2F{outline:none;text-decoration:none;padding-bottom:32px}.drawer-content--398cW .header-text--1G4DR{color:#fff;font-weight:600;font-size:20px;position:relative;transition:color .15s}.drawer-content--398cW .header-text--1G4DR:hover{color:#fe2c55}.drawer-content--398cW .header-text--1G4DR.highlighted--3EQ6L{color:#fe2c55}.drawer-content-logged-out--1focy{padding:0 8px 20px 8px;position:relative;right:8px}.drawer-menu--3HE85{margin-left:-24px;width:276px}.drawer-submenu--1r5PO{align-items:flex-start;display:flex;flex-direction:column;margin-top:-22px;width:100%}.drawer-submenu-item--1vVu7{display:flex;justify-content:flex-start;height:46px;margin-bottom:12px;width:100%}.drawer-header-text--XQ8J9{color:#000;font-size:16px;line-height:12px}.drawer-buttons--16men{align-items:center;display:flex;flex-direction:column;width:100%}.drawer-buttons--16men .drawer-logged-in--iWaUc{align-items:center;border-top:1px solid #dadfe3;display:flex;justify-content:space-between;line-height:20px;margin-bottom:24px;padding-top:24px;width:100%}.drawer-buttons--16men .drawer-logged-in--iWaUc .drawer-profile--jfiB3{align-items:center;display:flex}.drawer-buttons--16men .drawer-logged-in--iWaUc .drawer-profile--jfiB3 .avatar--2sGmg{flex:0 0 auto;border:solid 1px #000}.drawer-buttons--16men .drawer-logged-in--iWaUc .drawer-profile--jfiB3 .name--2qRtC{font-weight:600;font-size:14px;line-height:100%;margin-left:8px;width:100%;max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-buttons--16men .drawer-logged-in--iWaUc .switch-user--3RCAB{font-size:12px}.drawer-buttons--16men .drawer-language-dropdown--3TzyX{color:#000;cursor:pointer;font-size:14px;line-height:12px}.drawer-buttons--16men .drawer-login-button--3tZ0M{font-size:16px;height:44px;line-height:12px;margin-top:26px;text-align:center;width:249px}.drawer-logo-image--GdLjm{width:90%}.buttons--3E3g0{align-items:center;display:flex}.hamburger-button--351yj{box-shadow:#fe2c55 0px 0px 0px 36px;background-color:#fe2c55}.logo-text--1d-1T{color:#222;font-size:14px;margin:4px 0 0 4px;line-height:12px}.login-button--2VkTn{font-weight:600;font-size:20px;line-height:100%;height:48px;margin-left:48px;text-align:center;width:100px}.avatar-dropdown--MpcJL{cursor:pointer}.avatar-profile-text--2Jfq3,.profile-menu-section--QraFc .avatar-profile-text-inverted--1LwMD{font-size:28px;line-height:100%;height:100%;color:#333;display:flex;align-items:center;justify-content:center}.avatar-menu-text--1QMtr{font-size:12px;padding:0 4px}.language-modal--_ZNC4 .byted-modal-content-header{padding-bottom:16px}.language-modal--_ZNC4 .byted-modal-content-inner{padding-top:8px}.language-menu-text--3x9qG{font-size:14px;padding:0 4px}.resources-menu-item--1yRgj{height:52px;text-align:center}.resources-menu-text--3M9fS{font-size:12px}.profile-menu-section--QraFc{align-items:center;justify-content:space-between;display:flex;padding:12px 16px}.profile-menu-section--QraFc .avatar--2sGmg{flex:0 0 auto;border:solid 1px #000}.profile-menu-section--QraFc .name--2qRtC{font-weight:600;font-size:14px;line-height:100%;margin-left:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:75px}.profile-menu-section--QraFc .avatar-icon--2N60f{display:flex;align-items:center;justify-content:center}.circle--2jGBs{width:50px;height:50px;background-color:#fff;border:solid 1px;border-radius:50%;color:#000;font-weight:400;font-size:20px;line-height:100%;display:flex;align-items:center;justify-content:center}.menu-section--32lNm{display:flex;align-items:center;justify-content:space-between;height:32px}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--qANDK{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--bQTEO{width:260px}.header-dropdown-item--F8giD{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--F8giD:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--F8giD .text--3LkA4{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--F8giD .highlighted--1ADW4{color:#fe2c55}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--hTo-g{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--17zbJ{width:260px}.header-dropdown-item--2BM4q{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--2BM4q:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--2BM4q .text--14Jym{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--2BM4q .highlighted--2OxBf{color:#fe2c55}.footer--2OM90{box-shadow:0px 6px 18px rgba(0,0,0,.08)}.footer--2OM90 .logo--1mtP_{margin-right:-4px;width:75px}
@font-face{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}@font-face{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}@font-face{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}@font-face{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}@font-face{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}@font-face{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}.toast{position:fixed;left:0;top:70px;right:0;text-align:center;padding:12px 20px;background:#fe3824;color:#fff;box-sizing:border-box;font-family:"proxima-semibold",PingFangSC,sans-serif;font-weight:600;font-size:17px;line-height:20px;z-index:10001}html[lang^=vi] .toast{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.toast-enter{opacity:0}.toast-enter-active{transition:opacity .3s;opacity:1}.toast-exit{opacity:1}.toast-exit-active{transition:opacity .3s;opacity:0}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.smart-container{width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:13px;background:#2e2e2e;color:#fff}.is-rtl .smart-container{direction:rtl}.smart-container.is-rtl{direction:rtl}.smart-container .logo-wrapper{display:flex;justify-content:flex-start;align-items:center;flex-grow:1}.smart-container .logo-wrapper img{width:20px;height:23px;margin:0}.smart-container .logo-wrapper .logo-link{margin-right:11px}.is-rtl .smart-container .logo-wrapper .logo-link{direction:rtl;margin-right:0;margin-left:11px}.smart-container .logo-wrapper .logo-link.is-rtl{direction:rtl;margin-right:0;margin-left:11px}.smart-container .logo-wrapper span{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;font-size:12px}html[lang^=vi] .smart-container .logo-wrapper span{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.smart-container .download{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;width:102px;height:28px;flex-grow:0;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center;background:#fe2c55;color:#fff;border-radius:2px;cursor:pointer}html[lang^=vi] .smart-container .download{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.covid-banner-container{display:flex;align-items:center;justify-content:center;height:52px;background-color:#7d88e3;width:100%;padding:14px 16px;padding-right:72px;box-sizing:border-box;z-index:9}.covid-banner-container.fixed{position:fixed;left:0}.covid-banner-container .text{color:#fff;font-weight:bold;font-size:18px;line-height:25px;margin-right:8px;text-decoration:none}.covid-banner-container .text:hover{text-decoration:underline}.covid-banner-container .text .right-arrow-icon{position:relative;top:7px;margin-left:10px;height:24px;vertical-align:0}.covid-banner-container .close-x-icon{cursor:pointer;height:24px;position:absolute;right:40px;flex:0 0 24px}.covid-banner-container.is-rtl{direction:rtl}.covid-banner-container.is-rtl .text{margin-right:0;margin-left:8px}.covid-banner-container.is-rtl .text .right-arrow-icon{margin-left:0;margin-right:10px;transform:rotate(180deg)}.covid-banner-container.is-rtl .close-x-icon{right:auto;left:40px}@media(max-width: 991px){.covid-banner-container{padding:12px 16px}.covid-banner-container .text{font-size:14px;line-height:17px}.covid-banner-container .text .right-arrow-icon{width:16px;height:16px;position:relative;top:5px;margin-left:7px}.covid-banner-container .close-x-icon{position:relative;right:0;flex:0 0 16px;height:16px}.covid-banner-container.is-rtl{direction:rtl}.covid-banner-container.is-rtl .text .right-arrow-icon{margin-left:0;margin-right:7px}.covid-banner-container.is-rtl .close-x-icon{left:0}}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.cookie-banner{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;font-size:18px;line-height:24px;position:fixed;left:0;bottom:0;right:0;background:#10a2c5;z-index:10001;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#fff;padding:24px 64px;box-sizing:border-box;box-shadow:0 2px 12px rgba(0,0,0,.12)}html[lang^=vi] .cookie-banner{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner p{margin:0 !important}.cookie-banner .cookie-content .cookie-title{font-family:"proxima-bold",PingFangSC,sans-serif;font-weight:700;font-size:24px;line-height:32px}html[lang^=vi] .cookie-banner .cookie-content .cookie-title{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .cookie-content .cookie-desc{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;font-size:16px;line-height:22px;margin-top:8px !important}html[lang^=vi] .cookie-banner .cookie-content .cookie-desc{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .cookie-content .cookie-desc a{font-family:"proxima-semibold",PingFangSC,sans-serif;font-weight:600;font-size:18px;text-decoration:none;color:#fff}html[lang^=vi] .cookie-banner .cookie-content .cookie-desc a{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .button-wrapper{display:flex;margin-left:64px;align-self:flex-end}.cookie-banner .button-wrapper a,.cookie-banner .button-wrapper button{font-family:"proxima-bold",PingFangSC,sans-serif;font-weight:700;box-sizing:border-box;padding:0 24px;line-height:44px;height:46px;min-width:153px;white-space:nowrap;border-radius:4px;font-size:16px;border:1px solid rgba(22,24,35,.12);display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.12);text-align:center;cursor:pointer}html[lang^=vi] .cookie-banner .button-wrapper a,html[lang^=vi] .cookie-banner .button-wrapper button{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .button-wrapper a{text-decoration:none;color:#fff}.cookie-banner .button-wrapper a:hover{background:rgba(255,255,255,.08)}.cookie-banner .button-wrapper a:active{background:rgba(255,255,255,.04)}.cookie-banner .button-wrapper button{margin-left:16px;background:#fff;color:#161823;outline:none;border:1px solid rgba(22,24,35,.12)}.cookie-banner .button-wrapper button:hover{background:#f8f8f8}.cookie-banner .button-wrapper button:active{background:#f1f1f1}.is-rtl .cookie-banner{direction:rtl}.is-rtl .cookie-banner .button-wrapper{margin-left:unset;margin-right:64px}.is-rtl .cookie-banner .button-wrapper button{margin-left:unset;margin-right:16px}@media(max-width: 991px){.is-rtl .cookie-banner .button-wrapper button{margin-right:6px}}.cookie-banner.is-rtl{direction:rtl}.cookie-banner.is-rtl .button-wrapper{margin-left:unset;margin-right:64px}.cookie-banner.is-rtl .button-wrapper button{margin-left:unset;margin-right:16px}@media(max-width: 991px){.cookie-banner.is-rtl .button-wrapper button{margin-right:6px}}@media(max-width: 991px){.cookie-banner{flex-direction:column;height:auto;padding:16px 20px;box-shadow:none}.cookie-banner .cookie-content .cookie-title{font-family:"proxima-semibold",PingFangSC,sans-serif;font-weight:600;font-size:14px;line-height:17px;text-align:center;color:#fff}html[lang^=vi] .cookie-banner .cookie-content .cookie-title{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .cookie-content .cookie-desc{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;width:auto;font-size:11px;line-height:14px;text-align:center}html[lang^=vi] .cookie-banner .cookie-content .cookie-desc{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .cookie-content .cookie-desc a{font-family:"proxima-semibold",PingFangSC,sans-serif;font-weight:600;font-size:13px}html[lang^=vi] .cookie-banner .cookie-content .cookie-desc a{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .button-wrapper{align-self:flex-end;margin-top:16px;margin-left:0;margin-right:0;width:100%}.cookie-banner .button-wrapper a,.cookie-banner .button-wrapper button{font-family:"proxima-semibold",PingFangSC,sans-serif;font-weight:600;min-width:unset;padding:0 6px;width:100%;height:44px;font-size:15px;line-height:18px;border-radius:2px;white-space:pre-wrap;margin:0}html[lang^=vi] .cookie-banner .button-wrapper a,html[lang^=vi] .cookie-banner .button-wrapper button{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .button-wrapper a{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;background:transparent;border:1px solid rgba(255,255,255,.5)}html[lang^=vi] .cookie-banner .button-wrapper a{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.cookie-banner .button-wrapper button{margin-left:6px}}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.tiktok-header .menu-wrapper{display:flex;flex-direction:row;list-style:none;align-items:center;padding:0;margin:0}.tiktok-header .menu-wrapper&gt;.menu-item+.menu-item,.tiktok-header .menu-wrapper .hamburger-item{margin-left:32px;margin-right:12px}.is-rtl .tiktok-header .menu-wrapper&gt;.menu-item+.menu-item,.is-rtl .tiktok-header .menu-wrapper .hamburger-item{direction:rtl;margin-left:12px;margin-right:32px}.tiktok-header .menu-wrapper&gt;.menu-item+.menu-item.is-rtl,.tiktok-header .menu-wrapper .hamburger-item.is-rtl{direction:rtl;margin-left:12px;margin-right:32px}@media(max-width: 991px){.tiktok-header .menu-wrapper&gt;.menu-item:not(.visible){display:none}.tiktok-header .menu-wrapper&gt;.menu-item+.menu-item{margin-left:16px}.is-rtl .tiktok-header .menu-wrapper&gt;.menu-item+.menu-item{direction:rtl;margin-left:0;margin-right:16px}.tiktok-header .menu-wrapper&gt;.menu-item+.menu-item.is-rtl{direction:rtl;margin-left:0;margin-right:16px}}.tiktok-header .menu-wrapper .menu-item-link{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;font-size:14px;line-height:28px;line-height:70px;cursor:pointer}html[lang^=vi] .tiktok-header .menu-wrapper .menu-item-link{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-header .menu-wrapper .menu-item-link{direction:rtl}.tiktok-header .menu-wrapper .menu-item-link.is-rtl{direction:rtl}.tiktok-header .menu-wrapper .menu-item-link a{display:inline-block;height:70px;line-height:70px;text-decoration:none;background-color:transparent;color:#000;position:relative}.tiktok-header .menu-wrapper .menu-item-link a::after{content:"";display:block;width:100%;height:2px;position:absolute;left:0;bottom:20px;background-color:#fe2c55;opacity:0;transition:opacity .3s ease-in-out}.tiktok-header .menu-wrapper .menu-item-link a.active::after{opacity:1}.tiktok-header .menu-wrapper .menu-item-link:hover a::after{opacity:1}.tiktok-header .menu-wrapper .watch-now{background:#fe2c55;height:44px;line-height:44px;padding:0 10px;min-width:65px;display:flex;justify-content:center;align-items:center;border-radius:2px}.tiktok-header .menu-wrapper .watch-now a{font-family:"proxima-semibold",PingFangSC,sans-serif;font-weight:600;color:#fff;margin-left:5px;font-size:16px;line-height:44px;height:44px}html[lang^=vi] .tiktok-header .menu-wrapper .watch-now a{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}@media(max-width: 991px){.tiktok-header .menu-wrapper .watch-now{height:28px}.tiktok-header .menu-wrapper .watch-now img{display:none}.tiktok-header .menu-wrapper .watch-now a{margin:0;font-size:14px;line-height:28px;height:28px}}.tiktok-header .menu-wrapper .watch-now:hover a::after{display:none}.tiktok-header .menu-wrapper.menu-center .menu-item-link{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:700;font-size:18px;line-height:70px;color:rgba(18,18,18,.75);transition:all .3s ease-in-out}html[lang^=vi] .tiktok-header .menu-wrapper.menu-center .menu-item-link{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-header .menu-wrapper.menu-center .menu-item-link{direction:rtl}.tiktok-header .menu-wrapper.menu-center .menu-item-link.is-rtl{direction:rtl}.tiktok-header .menu-wrapper.menu-center .menu-item-link a,.tiktok-header .menu-wrapper.menu-center .menu-item-link div{text-decoration:none;background-color:transparent;position:relative;display:inline-block;height:70px;color:inherit}.tiktok-header .menu-wrapper.menu-center .menu-item-link a::after,.tiktok-header .menu-wrapper.menu-center .menu-item-link div::after{content:"";display:block;width:24px;height:3px;position:absolute;left:50%;margin-left:-12px;bottom:13px;background-color:#fe2c55;opacity:0;transition:opacity .3s ease-in-out}.tiktok-header .menu-wrapper.menu-center .menu-item-link:hover{color:#121212;font-size:24px}.tiktok-header .menu-wrapper.menu-center .menu-item-link:hover a::after{opacity:1}.tiktok-header.transparent .menu-wrapper .menu-item-link a,.tiktok-header.transparent_with_border .menu-wrapper .menu-item-link a{color:#fff}.tiktok-btn-h5{display:flex;align-items:center;justify-content:center;font-family:ProximaNova,system-ui;min-width:88px;min-height:28px;padding:4.5px 8px;background-color:#fff;border:1px solid rgba(22,24,35,.12);color:#161823;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;box-sizing:border-box;cursor:pointer;font-weight:400;font-size:14px;line-height:17px;font-weight:600}.tiktok-btn-h5:focus{outline:none}.tiktok-btn-h5-primary{background-color:#fe2c55;color:#fff;border:none}.tiktok-btn-h5-tiny{min-width:74px;min-height:24px;font-weight:400;font-size:13px;line-height:17px}.tiktok-btn-h5-small{min-width:88px;min-height:28px}.tiktok-btn-h5-medium{min-width:144px;min-height:35px}.tiktok-btn-h5-large{min-width:343px;min-height:44px;font-weight:400;font-size:15px;line-height:18px;font-weight:600}.tiktok-btn-h5-disabled{opacity:.5;background-color:#fff;color:rgba(22,24,35,.34)}.tiktok-btn-h5-disabled.tiktok-btn-h5-primary{opacity:1;background-color:rgba(22,24,35,.06)}.tiktok-avatar{display:inline-block;box-sizing:border-box;margin:0;padding:0;font-feature-settings:"tnum";position:relative;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;line-height:32px;border-radius:50%}.tiktok-avatar-bgc{background-color:rgba(135,135,135,.5)}.tiktok-avatar-bgc.empty{background-color:rgba(18,18,18,.03)}.tiktok-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tiktok-avatar-square{border-radius:0}.tiktok-avatar svg{width:100%;height:100%}.tiktok-btn-pc{display:flex;align-items:center;justify-content:center;font-family:SofiaPro,system-ui;min-width:88px;min-height:28px;padding:6px 8px;background-color:#fff;border:1px solid rgba(22,24,35,.12);color:#161823;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;box-sizing:border-box;cursor:pointer;font-size:18px;line-height:25px;font-weight:600}.tiktok-btn-pc svg{margin-right:7.5px}.tiktok-btn-pc:focus{outline:none}.tiktok-btn-pc-primary{background-color:#fe2c55;color:#fff;border:none}.tiktok-btn-pc-primary:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),#fe2c55}.tiktok-btn-pc-primary:active{background:linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),#fe2c55}.tiktok-btn-pc-line{background:transparent;border:1px solid #fe2c55;color:#fe2c55}.tiktok-btn-pc-line:hover{background:rgba(22,24,35,.03)}.tiktok-btn-pc-line:active{background:rgba(22,24,35,.06)}.tiktok-btn-pc-round{background:transparent;color:#fff;border:none;border-radius:52px;background:rgba(84,84,84,.92)}.tiktok-btn-pc-tiny{min-width:96px;font-size:14px;line-height:17px}.tiktok-btn-pc-small,.tiktok-btn-pc-tiny{min-height:28px;font-family:ProximaNova;font-weight:600}.tiktok-btn-pc-small{min-width:106px;font-size:16px;line-height:22px}.tiktok-btn-pc-medium{min-width:164px;min-height:36px}.tiktok-btn-pc-large{min-width:168px;min-height:48px}.tiktok-btn-pc-disabled{cursor:not-allowed;opacity:.5;background:#fff;color:rgba(22,24,35,.34)}.tiktok-btn-pc-disabled:hover{background:#fff}.tiktok-btn-pc-disabled.tiktok-btn-pc-primary{opacity:1;background:rgba(22,24,35,.06)}.tiktok-btn-pc-disabled.tiktok-btn-pc-primary:hover{background:rgba(22,24,35,.06)}.tiktok-btn-pc-disabled.tiktok-btn-pc-round{opacity:.34;background:transparent;color:rgba(22,24,35,.34);border:1px solid}.tiktok-btn-pc-disabled.tiktok-btn-pc-round:hover{background:transparent}.tiktok-btn-pc-disabled.tiktok-btn-pc-line{opacity:.34;background:transparent;color:rgba(22,24,35,.34);border:1px solid}.tiktok-btn-pc-disabled.tiktok-btn-pc-line:hover{background:transparent}.tiktok-ui-loading{display:flex;width:200px;height:200px;justify-content:center;align-items:center;transform-origin:0 0}.tiktok-ui-loading-container{overflow:hidden}.tiktok-ui-loading-green{fill:#3af2ff;stroke-width:0;r:36px;cx:40px;cy:44px;-webkit-animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite}.tiktok-ui-loading-red{fill:#fe2c55;stroke-width:0;r:36px;cx:120px;cy:44px;-webkit-animation:tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite;animation:tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite}.tiktok-ui-loading-black-circle{fill:#0f0f0f;stroke-width:0;stroke:#fff;r:36px;cx:40px;cy:44px;-webkit-animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite}.tiktok-ui-loading-black{fill:#000}@-webkit-keyframes tiktok-green--1MfBm{25%{cx:80px;r:43.2px}50%{cx:120px;r:36px}75%{cx:80px;r:21.6px}to{cx:40px;r:36px}}@keyframes tiktok-green--1MfBm{25%{cx:80px;r:43.2px}50%{cx:120px;r:36px}75%{cx:80px;r:21.6px}to{cx:40px;r:36px}}@-webkit-keyframes tiktok-red--3n9wX{25%{cx:80px;r:24px}50%{cx:40px;r:36px}75%{cx:80px;r:43.2px}to{cx:120px;r:36px}}@keyframes tiktok-red--3n9wX{25%{cx:80px;r:24px}50%{cx:40px;r:36px}75%{cx:80px;r:43.2px}to{cx:120px;r:36px}}.is-center{margin:6px auto}.tiktok-loading-ring{display:flex}.tiktok-loading-ring svg{-webkit-animation:lds-ring 1s linear infinite;animation:lds-ring 1s linear infinite;margin:0 !important}.tiktok-loading-ring-center{margin:0 auto}@-webkit-keyframes lds-ring--2LaLd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring--2LaLd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tiktok-tooltip{font-family:ProximaNova,system-ui;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1060;display:block;max-width:250px;visibility:visible}.tiktok-tooltip-placement-rightTop .tiktok-tooltip-arrow{transform:rotate(-90deg);left:-22px;top:25%}.tiktok-tooltip-placement-right .tiktok-tooltip-arrow{transform:rotate(-90deg);left:-22px;top:50%;margin-top:-5px}.tiktok-tooltip-placement-rightBottom .tiktok-tooltip-arrow{transform:rotate(-90deg);left:-22px;bottom:25%;margin-top:5px}.tiktok-tooltip-placement-leftTop .tiktok-tooltip-arrow{transform:rotate(90deg);right:-22px;top:25%}.tiktok-tooltip-placement-left .tiktok-tooltip-arrow{transform:rotate(90deg);right:-22px;top:50%;margin-top:-5px}.tiktok-tooltip-placement-leftBottom .tiktok-tooltip-arrow{transform:rotate(90deg);right:-22px;bottom:25%;margin-top:5px}.tiktok-tooltip-placement-topLeft .tiktok-tooltip-arrow{transform:rotate(180deg);bottom:-8px;left:25%;margin-left:-18px}.tiktok-tooltip-placement-top .tiktok-tooltip-arrow{transform:rotate(180deg);bottom:-8px;left:50%;margin-left:-18px}.tiktok-tooltip-placement-topRight .tiktok-tooltip-arrow{transform:rotate(180deg);bottom:-8px;right:25%;margin-right:-18px}.tiktok-tooltip-placement-bottomLeft .tiktok-tooltip-arrow{top:-8px;left:25%;margin-left:-18px}.tiktok-tooltip-placement-bottom .tiktok-tooltip-arrow{top:-8px;left:50%;margin-left:-18px}.tiktok-tooltip-placement-bottomRight .tiktok-tooltip-arrow{top:-8px;right:25%;margin-right:-18px}.tiktok-tooltip.withPadding .tiktok-tooltip-inner{padding:8px !important}.tiktok-tooltip.white .tiktok-tooltip-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA4TDYuNjg2MjkgOEM4LjgwODAyIDggMTAuODQyOSA3LjE1NzE0IDEyLjM0MzEgNS42NTY4NUwxNy4yOTI5IDAuNzA3MTA2QzE3LjY4MzQgMC4zMTY1ODIgMTguMzE2NiAwLjMxNjU4MiAxOC43MDcxIDAuNzA3MTA3TDIzLjY1NjkgNS42NTY4NkMyNS4xNTcxIDcuMTU3MTUgMjcuMTkyIDggMjkuMzEzNyA4TDM2IDhMMCA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+)}.tiktok-tooltip.white .tiktok-tooltip-inner{background-color:#fff;color:#000;padding:0}.tiktok-tooltip-arrow{position:absolute;width:36px;height:8px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDhoNi42ODZhOCA4IDAgMCAwIDUuNjU3LTIuMzQzbDQuOTUtNC45NWExIDEgMCAwIDEgMS40MTQgMGw0Ljk1IDQuOTVBOCA4IDAgMCAwIDI5LjMxNCA4SDM2IDB6IiBmaWxsPSIjNTQ1NDU0IiBmaWxsLW9wYWNpdHk9Ii45MiIvPjwvc3ZnPg==)}.tiktok-tooltip-inner{padding:7.5px 12px;color:#fff;text-align:left;text-decoration:none;background-color:rgba(84,84,84,.92);border-radius:8px;font-weight:600;font-size:16px;line-height:22px}.tiktok-tooltip-hidden{display:none}.tiktok-toast{font-family:ProximaNova,system-ui;position:fixed;top:16px;left:0;color:#fff;z-index:1000;width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:400;font-size:14px;line-height:17px;font-weight:600}.tiktok-toast-padding-content{width:calc(100vw - 40px);margin:0 auto}.tiktok-toast-full-content{width:100vw;border-radius:0}.tiktok-toast-notice{padding:8px 0;text-align:center}.tiktok-toast-notice:first-child{margin-top:-8px}.tiktok-toast-notice-content{background-color:rgba(84,84,84,.92);display:inline-block;padding:10px 8px;pointer-events:all;max-width:100%;border-radius:2px}.tiktok-toast-notice.move-up-enter{opacity:0}.tiktok-toast-notice.move-up-enter.move-up-enter-active{-webkit-animation-name:MessageMoveIn;animation-name:MessageMoveIn;-webkit-animation-duration:.3s;animation-duration:.3s}.tiktok-toast-notice.move-up-leave.move-up-leave-active{-webkit-animation-name:MessageMoveOut;animation-name:MessageMoveOut;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes MessageMoveOut--vCkVU{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes MessageMoveOut--vCkVU{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@-webkit-keyframes MessageMoveIn--3Antn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes MessageMoveIn--3Antn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}.tiktok-header p,.tiktok-header h1,.tiktok-header h2,.tiktok-header h3,.tiktok-header h4,.tiktok-header h5,.tiktok-footer p,.tiktok-footer h1,.tiktok-footer h2,.tiktok-footer h3,.tiktok-footer h4,.tiktok-footer h5{margin:0}.tiktok-header{width:100%;position:fixed;left:0;top:0;right:0;height:70px;background:#fff;border-bottom:1px solid rgba(34,90,89,.2);z-index:9;display:flex;justify-content:center;align-items:center}.is-rtl .tiktok-header{direction:rtl}.tiktok-header.is-rtl{direction:rtl}.tiktok-header .hamburger-menu{margin-right:20px}.is-rtl .tiktok-header .hamburger-menu{direction:rtl;margin-right:unset;margin-left:20px}.tiktok-header .hamburger-menu.is-rtl{direction:rtl;margin-right:unset;margin-left:20px}.tiktok-header .header-content{display:flex;height:100%;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;padding:0 20px 0 12px}@media(max-width: 991px){.tiktok-header .header-content{padding:0 24px 0 8px}.is-rtl .tiktok-header .header-content{direction:rtl;padding:0 8px 0 24px}.tiktok-header .header-content.is-rtl{direction:rtl;padding:0 8px 0 24px}}.tiktok-header .header-content .logo-wrapper{display:flex;justify-content:flex-start;align-items:center}.tiktok-header .header-content .search-wrapper{width:460px;height:44px;position:relative}.tiktok-header .header-content .search-wrapper .search-icon{position:absolute;height:14px;left:50%;top:50%;transform:translate(-70px, -40%)}.tiktok-header .header-content .search-wrapper input{width:100%;height:100%;font-size:15px;line-height:18px;background:rgba(22,24,35,.03);border-radius:2px;border:none;text-align:center}@media(max-width: 991px){.tiktok-header .header-content .search-wrapper{display:none}}.tiktok-header.transparent{background:transparent;box-shadow:none;border-bottom:none}.tiktok-header.transparent_with_border{background:transparent;box-shadow:none}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.download-container{padding:29px 26px 48px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;justify-content:space-evenly;border-bottom:1px solid #979797;transition:all .3s cubic-bezier}.is-rtl .download-container{direction:rtl}.download-container.is-rtl{direction:rtl}.download-container .download-content{display:flex;flex-direction:column;align-items:center}.download-container .download-content h2{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:700;font-size:24px;line-height:24px;margin-bottom:16px}html[lang^=vi] .download-container .download-content h2{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .download-container .download-content h2{direction:rtl}.download-container .download-content h2.is-rtl{direction:rtl}.download-container .download-content span{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:700;font-size:24px;line-height:24px;margin-bottom:16px}html[lang^=vi] .download-container .download-content span{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .download-container .download-content span{direction:rtl}.download-container .download-content span.is-rtl{direction:rtl}.download-container .download-content .download-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.is-rtl .download-container .download-content .download-wrapper{direction:rtl}.download-container .download-content .download-wrapper.is-rtl{direction:rtl}.download-container .download-content .download-wrapper a{margin:0 4px;cursor:pointer}.download-container .download-content .download-wrapper img{width:148px;display:block;margin:0 15px}.download-container.card{flex-direction:column;width:312px;padding:48px 0;border-bottom:0}.download-container.card .download-wrapper:not(form){flex-wrap:wrap;justify-content:space-between}.download-container.card .download-wrapper:not(form) a{margin:16px 0 0}.download-container.card h2{width:100%;font-size:17px;color:#161823;line-height:20px;margin-bottom:18px;font-family:"proxima-semibold"}@media(max-width: 991px){.download-container{padding:48px 0;flex-direction:column;align-items:center;justify-content:center}.download-container .download-content.download-sms{display:none}.download-container .download-content h2{margin-bottom:20px}.download-container .download-content span{margin-bottom:20px}.download-container .download-content .download-wrapper{flex-direction:column}.download-container .download-content .download-wrapper img{margin:5px 0}}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.language-selection{font-family:"proxima-regular",PingFangSC,sans-serif;font-weight:400;box-sizing:border-box;width:172px;height:36px;border:1px solid #8a8b91;border-radius:2px;font-size:14px;line-height:36px;padding:0 16px;cursor:pointer;position:relative;text-align:left}html[lang^=vi] .language-selection{font-family:"IBM Plex Sans","Proxima Nova",PingFangSC,sans-serif}.language-selection::after{content:"";width:12px;height:12px;display:block;position:absolute;right:16px;top:50%;margin-top:-6px;pointer-events:none;background:url([object Module]) center no-repeat;background-size:contain}.language-selection .language-selection-form{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000}@media(max-width: 991px){.language-selection{text-align:left}}.tiktok-btn-h5{display:flex;align-items:center;justify-content:center;font-family:ProximaNova,system-ui;min-width:88px;min-height:28px;padding:4.5px 8px;background-color:#fff;border:1px solid rgba(22,24,35,.12);color:#161823;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;box-sizing:border-box;cursor:pointer;font-weight:400;font-size:14px;line-height:17px;font-weight:600}.tiktok-btn-h5:focus{outline:none}.tiktok-btn-h5-primary{background-color:#fe2c55;color:#fff;border:none}.tiktok-btn-h5-tiny{min-width:74px;min-height:24px;font-weight:400;font-size:13px;line-height:17px}.tiktok-btn-h5-small{min-width:88px;min-height:28px}.tiktok-btn-h5-medium{min-width:144px;min-height:35px}.tiktok-btn-h5-large{min-width:343px;min-height:44px;font-weight:400;font-size:15px;line-height:18px;font-weight:600}.tiktok-btn-h5-disabled{opacity:.5;background-color:#fff;color:rgba(22,24,35,.34)}.tiktok-btn-h5-disabled.tiktok-btn-h5-primary{opacity:1;background-color:rgba(22,24,35,.06)}.tiktok-avatar{display:inline-block;box-sizing:border-box;margin:0;padding:0;font-feature-settings:"tnum";position:relative;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;line-height:32px;border-radius:50%}.tiktok-avatar-bgc{background-color:rgba(135,135,135,.5)}.tiktok-avatar-bgc.empty{background-color:rgba(18,18,18,.03)}.tiktok-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tiktok-avatar-square{border-radius:0}.tiktok-avatar svg{width:100%;height:100%}.tiktok-btn-pc{display:flex;align-items:center;justify-content:center;font-family:SofiaPro,system-ui;min-width:88px;min-height:28px;padding:6px 8px;background-color:#fff;border:1px solid rgba(22,24,35,.12);color:#161823;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;box-sizing:border-box;cursor:pointer;font-size:18px;line-height:25px;font-weight:600}.tiktok-btn-pc svg{margin-right:7.5px}.tiktok-btn-pc:focus{outline:none}.tiktok-btn-pc-primary{background-color:#fe2c55;color:#fff;border:none}.tiktok-btn-pc-primary:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),#fe2c55}.tiktok-btn-pc-primary:active{background:linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),#fe2c55}.tiktok-btn-pc-line{background:transparent;border:1px solid #fe2c55;color:#fe2c55}.tiktok-btn-pc-line:hover{background:rgba(22,24,35,.03)}.tiktok-btn-pc-line:active{background:rgba(22,24,35,.06)}.tiktok-btn-pc-round{background:transparent;color:#fff;border:none;border-radius:52px;background:rgba(84,84,84,.92)}.tiktok-btn-pc-tiny{min-width:96px;font-size:14px;line-height:17px}.tiktok-btn-pc-small,.tiktok-btn-pc-tiny{min-height:28px;font-family:ProximaNova;font-weight:600}.tiktok-btn-pc-small{min-width:106px;font-size:16px;line-height:22px}.tiktok-btn-pc-medium{min-width:164px;min-height:36px}.tiktok-btn-pc-large{min-width:168px;min-height:48px}.tiktok-btn-pc-disabled{cursor:not-allowed;opacity:.5;background:#fff;color:rgba(22,24,35,.34)}.tiktok-btn-pc-disabled:hover{background:#fff}.tiktok-btn-pc-disabled.tiktok-btn-pc-primary{opacity:1;background:rgba(22,24,35,.06)}.tiktok-btn-pc-disabled.tiktok-btn-pc-primary:hover{background:rgba(22,24,35,.06)}.tiktok-btn-pc-disabled.tiktok-btn-pc-round{opacity:.34;background:transparent;color:rgba(22,24,35,.34);border:1px solid}.tiktok-btn-pc-disabled.tiktok-btn-pc-round:hover{background:transparent}.tiktok-btn-pc-disabled.tiktok-btn-pc-line{opacity:.34;background:transparent;color:rgba(22,24,35,.34);border:1px solid}.tiktok-btn-pc-disabled.tiktok-btn-pc-line:hover{background:transparent}.tiktok-ui-loading{display:flex;width:200px;height:200px;justify-content:center;align-items:center;transform-origin:0 0}.tiktok-ui-loading-container{overflow:hidden}.tiktok-ui-loading-green{fill:#3af2ff;stroke-width:0;r:36px;cx:40px;cy:44px;-webkit-animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite}.tiktok-ui-loading-red{fill:#fe2c55;stroke-width:0;r:36px;cx:120px;cy:44px;-webkit-animation:tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite;animation:tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite}.tiktok-ui-loading-black-circle{fill:#0f0f0f;stroke-width:0;stroke:#fff;r:36px;cx:40px;cy:44px;-webkit-animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;animation:tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite}.tiktok-ui-loading-black{fill:#000}@keyframes tiktok-green--1MfBm{25%{cx:80px;r:43.2px}50%{cx:120px;r:36px}75%{cx:80px;r:21.6px}to{cx:40px;r:36px}}@keyframes tiktok-red--3n9wX{25%{cx:80px;r:24px}50%{cx:40px;r:36px}75%{cx:80px;r:43.2px}to{cx:120px;r:36px}}.is-center{margin:6px auto}.tiktok-loading-ring{display:flex}.tiktok-loading-ring svg{-webkit-animation:lds-ring 1s linear infinite;animation:lds-ring 1s linear infinite;margin:0 !important}.tiktok-loading-ring-center{margin:0 auto}@keyframes lds-ring--2LaLd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tiktok-tooltip{font-family:ProximaNova,system-ui;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1060;display:block;max-width:250px;visibility:visible}.tiktok-tooltip-placement-rightTop .tiktok-tooltip-arrow{transform:rotate(-90deg);left:-22px;top:25%}.tiktok-tooltip-placement-right .tiktok-tooltip-arrow{transform:rotate(-90deg);left:-22px;top:50%;margin-top:-5px}.tiktok-tooltip-placement-rightBottom .tiktok-tooltip-arrow{transform:rotate(-90deg);left:-22px;bottom:25%;margin-top:5px}.tiktok-tooltip-placement-leftTop .tiktok-tooltip-arrow{transform:rotate(90deg);right:-22px;top:25%}.tiktok-tooltip-placement-left .tiktok-tooltip-arrow{transform:rotate(90deg);right:-22px;top:50%;margin-top:-5px}.tiktok-tooltip-placement-leftBottom .tiktok-tooltip-arrow{transform:rotate(90deg);right:-22px;bottom:25%;margin-top:5px}.tiktok-tooltip-placement-topLeft .tiktok-tooltip-arrow{transform:rotate(180deg);bottom:-8px;left:25%;margin-left:-18px}.tiktok-tooltip-placement-top .tiktok-tooltip-arrow{transform:rotate(180deg);bottom:-8px;left:50%;margin-left:-18px}.tiktok-tooltip-placement-topRight .tiktok-tooltip-arrow{transform:rotate(180deg);bottom:-8px;right:25%;margin-right:-18px}.tiktok-tooltip-placement-bottomLeft .tiktok-tooltip-arrow{top:-8px;left:25%;margin-left:-18px}.tiktok-tooltip-placement-bottom .tiktok-tooltip-arrow{top:-8px;left:50%;margin-left:-18px}.tiktok-tooltip-placement-bottomRight .tiktok-tooltip-arrow{top:-8px;right:25%;margin-right:-18px}.tiktok-tooltip.withPadding .tiktok-tooltip-inner{padding:8px !important}.tiktok-tooltip.white .tiktok-tooltip-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA4TDYuNjg2MjkgOEM4LjgwODAyIDggMTAuODQyOSA3LjE1NzE0IDEyLjM0MzEgNS42NTY4NUwxNy4yOTI5IDAuNzA3MTA2QzE3LjY4MzQgMC4zMTY1ODIgMTguMzE2NiAwLjMxNjU4MiAxOC43MDcxIDAuNzA3MTA3TDIzLjY1NjkgNS42NTY4NkMyNS4xNTcxIDcuMTU3MTUgMjcuMTkyIDggMjkuMzEzNyA4TDM2IDhMMCA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+)}.tiktok-tooltip.white .tiktok-tooltip-inner{background-color:#fff;color:#000;padding:0}.tiktok-tooltip-arrow{position:absolute;width:36px;height:8px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDhoNi42ODZhOCA4IDAgMCAwIDUuNjU3LTIuMzQzbDQuOTUtNC45NWExIDEgMCAwIDEgMS40MTQgMGw0Ljk1IDQuOTVBOCA4IDAgMCAwIDI5LjMxNCA4SDM2IDB6IiBmaWxsPSIjNTQ1NDU0IiBmaWxsLW9wYWNpdHk9Ii45MiIvPjwvc3ZnPg==)}.tiktok-tooltip-inner{padding:7.5px 12px;color:#fff;text-align:left;text-decoration:none;background-color:rgba(84,84,84,.92);border-radius:8px;font-weight:600;font-size:16px;line-height:22px}.tiktok-tooltip-hidden{display:none}.tiktok-toast{font-family:ProximaNova,system-ui;position:fixed;top:16px;left:0;color:#fff;z-index:1000;width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:400;font-size:14px;line-height:17px;font-weight:600}.tiktok-toast-padding-content{width:calc(100vw - 40px);margin:0 auto}.tiktok-toast-full-content{width:100vw;border-radius:0}.tiktok-toast-notice{padding:8px 0;text-align:center}.tiktok-toast-notice:first-child{margin-top:-8px}.tiktok-toast-notice-content{background-color:rgba(84,84,84,.92);display:inline-block;padding:10px 8px;pointer-events:all;max-width:100%;border-radius:2px}.tiktok-toast-notice.move-up-enter{opacity:0}.tiktok-toast-notice.move-up-enter.move-up-enter-active{-webkit-animation-name:MessageMoveIn;animation-name:MessageMoveIn;-webkit-animation-duration:.3s;animation-duration:.3s}.tiktok-toast-notice.move-up-leave.move-up-leave-active{-webkit-animation-name:MessageMoveOut;animation-name:MessageMoveOut;-webkit-animation-duration:.3s;animation-duration:.3s}@keyframes MessageMoveOut--vCkVU{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes MessageMoveIn--3Antn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}.tiktok-header p,.tiktok-header h1,.tiktok-header h2,.tiktok-header h3,.tiktok-header h4,.tiktok-header h5,.tiktok-footer p,.tiktok-footer h1,.tiktok-footer h2,.tiktok-footer h3,.tiktok-footer h4,.tiktok-footer h5{margin:0}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.tiktok-footer{width:100%;color:#fff;background:#000;padding-bottom:24px;position:relative}.tiktok-footer .footer-content-wrapper{position:relative;display:flex;flex-direction:row;align-items:flex-start;padding:40px 0 0 378px;text-align:left}.is-rtl .tiktok-footer .footer-content-wrapper{direction:rtl;padding-left:0;padding-right:378px}.tiktok-footer .footer-content-wrapper.is-rtl{direction:rtl;padding-left:0;padding-right:378px}.tiktok-footer .footer-content-wrapper .tiktok-logo{display:block;position:absolute;left:144px;top:43px}.is-rtl .tiktok-footer .footer-content-wrapper .tiktok-logo{direction:rtl;left:auto;right:144px}.tiktok-footer .footer-content-wrapper .tiktok-logo.is-rtl{direction:rtl;left:auto;right:144px}.tiktok-footer .footer-content-wrapper .tiktok-logo strong{visibility:hidden;position:absolute;left:0;top:0}.tiktok-footer .footer-content-wrapper .footer-content-column{flex:1 1;max-width:226px;padding-right:8px;color:#fff}.tiktok-footer .footer-content-wrapper .footer-content-column h2{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;font-size:14px;line-height:28px;font-family:"sofiapro-bold","Sofia Pro",PingFangSC,sans-serif;font-weight:700;color:#fff}html[lang^=vi] .tiktok-footer .footer-content-wrapper .footer-content-column h2{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}html[lang^=vi] .tiktok-footer .footer-content-wrapper .footer-content-column h2{font-family:"IBM Plex Sans","sofiapro-bold","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column h2{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column h2.is-rtl{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column h4{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;font-size:14px;line-height:28px;font-family:"sofiapro-bold","Sofia Pro",PingFangSC,sans-serif;font-weight:700;color:#fff}html[lang^=vi] .tiktok-footer .footer-content-wrapper .footer-content-column h4{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}html[lang^=vi] .tiktok-footer .footer-content-wrapper .footer-content-column h4{font-family:"IBM Plex Sans","sofiapro-bold","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column h4{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column h4.is-rtl{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column h3{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;font-size:14px;line-height:28px}html[lang^=vi] .tiktok-footer .footer-content-wrapper .footer-content-column h3{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column h3{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column h3.is-rtl{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column h3 a{color:#ccc}.tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column{display:block;text-decoration:none;position:relative}.tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5{color:#ccc;display:inline;font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;font-size:14px;line-height:28px;position:relative}html[lang^=vi] .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5.is-rtl{direction:rtl}.tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5:hover::after{content:"";display:block;position:absolute;bottom:-5px;width:100%;height:2px;background:#ccc;left:0}.is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5:hover::after{direction:rtl;right:0}.tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5:hover::after.is-rtl{direction:rtl;right:0}.tiktok-footer .footer-bottom-wrapper{padding:0 144px;margin-top:60px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.is-rtl .tiktok-footer .footer-bottom-wrapper{direction:rtl}.tiktok-footer .footer-bottom-wrapper.is-rtl{direction:rtl}.tiktok-footer .footer-bottom-wrapper .copyright{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;font-size:14px;line-height:28px;line-height:24px;color:#8a8b91}html[lang^=vi] .tiktok-footer .footer-bottom-wrapper .copyright{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}@media(max-width: 991px){.footer-container{padding-bottom:80px;text-align:center}.footer-container .footer-content-wrapper{padding:40px 0 0;flex-direction:column;align-items:center}.is-rtl .footer-container .footer-content-wrapper{direction:rtl;padding-right:0}.footer-container .footer-content-wrapper.is-rtl{direction:rtl;padding-right:0}.footer-container .footer-content-wrapper .tiktok-logo{position:relative;left:0;top:0;display:block}.is-rtl .footer-container .footer-content-wrapper .tiktok-logo{direction:rtl;right:0;left:0}.footer-container .footer-content-wrapper .tiktok-logo.is-rtl{direction:rtl;right:0;left:0}.footer-container .footer-content-wrapper .footer-content-column{flex:auto;padding:0;margin-top:32px;text-align:center}.footer-container .footer-bottom-wrapper{padding:0;margin-top:72px;flex-direction:column;align-items:center;justify-content:flex-start}.footer-container .footer-bottom-wrapper .copyright{margin-top:20px}}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.upload-wrapper{position:relative;width:32px;height:32px;cursor:pointer}.upload-wrapper:hover .upload-menu,.upload-wrapper:hover .login-menu{display:flex}.upload-wrapper .upload-menu,.upload-wrapper .login-menu{position:absolute;right:0;transform:translate(10px, 20px);background:#fff;position:absolute;min-width:70px;max-width:140px;word-wrap:none;white-space:nowrap;word-break:keep-all;padding:6px 10px;display:none;flex-direction:column;justify-content:flex-start;align-items:flex-end;border-radius:10px;box-shadow:2px 4px 20px rgba(34,90,89,.2)}.upload-wrapper .upload-menu::before,.upload-wrapper .login-menu::before{content:"";display:block;height:0;width:0;border:11px solid rgba(0,0,0,0);border-bottom:11px solid #fff;position:absolute;top:-22px;right:10px;opacity:1}.upload-wrapper .upload-menu .menu-item,.upload-wrapper .login-menu .menu-item{height:30px;font-size:14px;line-height:28px;padding:2px;position:relative}.upload-wrapper .upload-menu .menu-item a,.upload-wrapper .login-menu .menu-item a{text-decoration:none;width:32px;height:32px;color:#000;font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500}html[lang^=vi] .upload-wrapper .upload-menu .menu-item a,html[lang^=vi] .upload-wrapper .login-menu .menu-item a{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.upload-wrapper .upload-menu .menu-item a::after,.upload-wrapper .login-menu .menu-item a::after{display:none !important}.upload-wrapper .upload-menu .menu-item span,.upload-wrapper .login-menu .menu-item span{color:#fff;font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500}html[lang^=vi] .upload-wrapper .upload-menu .menu-item span,html[lang^=vi] .upload-wrapper .login-menu .menu-item span{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.upload-wrapper .upload-menu .menu-item:hover a,.upload-wrapper .login-menu .menu-item:hover a{color:#fe2c55}.upload-wrapper .dark{background:rgba(84,84,84,.92);transform:translate(15px, 20px);align-items:center}.upload-wrapper .dark::before{border-bottom:11px solid rgba(84,84,84,.92);right:16px}.upload-wrapper .ar-wrapper{transform:translate(50px, 40px)}.upload-wrapper .ar-wrapper::before{right:50px}.upload-wrapper .ar-wrapper-upload{transform:translate(55px, 40px)}.upload-wrapper .ar-wrapper-upload::before{right:55px}.tiktok-footer .logo-container{direction:ltr}.tiktok-footer .logo-container img{vertical-align:baseline}.tiktok-footer .logo-container .logo-icon{width:33px}.tiktok-footer .logo-container .logo-text{width:120px;height:27px;margin-left:6px;position:relative;top:-2px}.is-rtl .tiktok-footer .logo-container{direction:rtl}.tiktok-footer .logo-container.is-rtl{direction:rtl}.tiktok-header .hamburger-menu{position:relative;display:block;width:38px;height:38px;cursor:pointer;z-index:99}.tiktok-header .hamburger-menu .hamburger-menu-wrapper{height:200%;box-sizing:border-box;background:transparent;display:flex;flex-direction:column;justify-content:space-between;padding:24px 0;transform:scale(0.5);transform-origin:top}.is-rtl .tiktok-header .hamburger-menu .hamburger-menu-wrapper{direction:rtl;transform-origin:top}.tiktok-header .hamburger-menu .hamburger-menu-wrapper.is-rtl{direction:rtl;transform-origin:top}.tiktok-header .hamburger-menu .hamburger-menu-wrapper span{transition:opacity .3s,transform .3s,background-color .3s;box-sizing:border-box;height:3px;border-radius:4px;background-color:#000}.tiktok-header .hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(1){transform:translateY(13px) rotate(-45deg)}.tiktok-header .hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(2){opacity:0}.tiktok-header .hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(3){transform:translateY(-13px) rotate(45deg)}.tiktok-header.transparent .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper,.tiktok-header.transparent_with_border .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper{background:transparent}.tiktok-header.transparent .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper span,.tiktok-header.transparent_with_border .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper span{background:#fff}@media(max-width: 991px){.hamburger-menu-active{display:none !important}}.tiktok-header .logo-container{position:relative;flex:0 0 auto}@media(max-width: 991px){.tiktok-header .logo-container{margin:0}}.tiktok-header .logo-container strong{position:absolute;top:0;left:0;visibility:hidden;color:#fff}.tiktok-header .logo-container .logo-link{position:relative;top:-2px;display:block;width:100%;height:42px;padding:6px 0;box-sizing:border-box}.is-rtl .tiktok-header .logo-container .logo-link{direction:rtl}.tiktok-header .logo-container .logo-link.is-rtl{direction:rtl}.tiktok-header .logo-container img{vertical-align:baseline}.tiktok-header .logo-container .logo-polyfill{height:42px;display:block;margin-left:-16px}.tiktok-header .logo-container .logo-sub{margin-left:7px;height:22px;position:relative;top:-2px}.tiktok-header .logo-container .logo-icon{width:28px}.tiktok-header .logo-container .logo-text{width:97px;height:22px;margin-left:4px;position:relative;top:-2px}.tiktok-header .logo-container.transparent .logo-icon{background-image:url([object Module])}.tiktok-header .logo-container.transparent .logo-text{background-image:url([object Module])}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.tiktok-header .drawer-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity 300ms}.tiktok-header .drawer-mask.drawer-mask-enter{opacity:1}.tiktok-header .drawer-content{position:fixed;top:0;left:0;bottom:0;width:312px;padding:21px 27px;text-align:center;background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;line-height:32px;transform:translateX(-100%);transition:transform 300ms;border-top:70px solid #fff}.tiktok-header .drawer-content::-webkit-scrollbar{display:none}.tiktok-header .drawer-content.drawer-content-enter{transform:translateX(0) !important}.is-rtl .tiktok-header .drawer-content{direction:rtl;left:auto;right:0;transform:translateX(100%)}.tiktok-header .drawer-content.is-rtl{direction:rtl;left:auto;right:0;transform:translateX(100%)}.tiktok-header .drawer-content .drawer-icon{width:100%;height:52px;display:inline-flex;justify-content:flex-start;align-items:center;margin:0 0 44px;position:relative}.tiktok-header .drawer-content .drawer-icon .logo-icon{width:38px}.tiktok-header .drawer-content .drawer-icon .logo-text{width:120px;transform:translateY(4px);margin-left:4px}.is-rtl .tiktok-header .drawer-content .drawer-icon{direction:rtl}.is-rtl .tiktok-header .drawer-content .drawer-icon .logo-text{margin-right:8px}.tiktok-header .drawer-content .drawer-icon.is-rtl{direction:rtl}.tiktok-header .drawer-content .drawer-icon.is-rtl .logo-text{margin-right:8px}.tiktok-header .drawer-content .drawer-icon strong{position:absolute;top:0;left:0;visibility:hidden;color:#fff}.tiktok-header .drawer-content h2{font-size:14px;color:rgba(22,24,35,.4);text-align:left}.tiktok-header .drawer-content h4{font-size:14px;color:rgba(22,24,35,.4);text-align:left}.tiktok-header .drawer-content h3{font-size:16px;font-weight:500;text-align:left}.tiktok-header .drawer-content span{display:block;font-size:16px;font-weight:500;text-align:left}.is-rtl .tiktok-header .drawer-content{direction:rtl}.is-rtl .tiktok-header .drawer-content h2,.is-rtl .tiktok-header .drawer-content h3,.is-rtl .tiktok-header .drawer-content h4,.is-rtl .tiktok-header .drawer-content span,.is-rtl .tiktok-header .drawer-content .item-sub-column{text-align:right}.tiktok-header .drawer-content.is-rtl{direction:rtl}.tiktok-header .drawer-content.is-rtl h2,.tiktok-header .drawer-content.is-rtl h3,.tiktok-header .drawer-content.is-rtl h4,.tiktok-header .drawer-content.is-rtl span,.tiktok-header .drawer-content.is-rtl .item-sub-column{text-align:right}.tiktok-header .drawer-content .to-other{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500}html[lang^=vi] .tiktok-header .drawer-content .to-other{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.tiktok-header .drawer-content .to-other a{text-decoration:none;background-color:transparent;color:#000;position:relative;font-size:16px}.tiktok-header .drawer-content .to-other a:hover::after{content:"";display:block;position:absolute;left:0;right:0;height:2px;background-color:#fe2c55;bottom:-5px}.tiktok-header .drawer-content .to-other.active a::after{content:"";display:block;position:absolute;left:0;right:0;height:2px;background-color:#fe2c55;bottom:-5px}.tiktok-header .drawer-content .to-other.active h5::after{content:"";display:block;position:absolute;left:0;right:0;height:2px;background-color:#fe2c55;bottom:-5px}.tiktok-header .drawer-content h2:not(.to-other){font-family:"sofiapro-bold","Sofia Pro",PingFangSC,sans-serif;font-weight:700}html[lang^=vi] .tiktok-header .drawer-content h2:not(.to-other){font-family:"IBM Plex Sans","sofiapro-bold","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-header .drawer-content h2:not(.to-other){direction:rtl}.tiktok-header .drawer-content h2:not(.to-other).is-rtl{direction:rtl}.tiktok-header .drawer-content h4:not(.to-other){font-family:"sofiapro-bold","Sofia Pro",PingFangSC,sans-serif;font-weight:700}html[lang^=vi] .tiktok-header .drawer-content h4:not(.to-other){font-family:"IBM Plex Sans","sofiapro-bold","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-header .drawer-content h4:not(.to-other){direction:rtl}.tiktok-header .drawer-content h4:not(.to-other).is-rtl{direction:rtl}.tiktok-header .drawer-content h3{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500}html[lang^=vi] .tiktok-header .drawer-content h3{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl .tiktok-header .drawer-content h3{direction:rtl}.tiktok-header .drawer-content h3.is-rtl{direction:rtl}.tiktok-header .drawer-content h3 a{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;text-decoration:none;background-color:transparent;color:#000;position:relative}html[lang^=vi] .tiktok-header .drawer-content h3 a{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.tiktok-header .drawer-content h3 a.active::after,.tiktok-header .drawer-content h3 a:hover::after{content:"";display:block;position:absolute;bottom:-5px;width:100%;height:2px;background:#fe2c55;left:0}.tiktok-header .drawer-content .item-sub-column{position:relative;display:block;text-align:left;text-decoration:none;background-color:transparent}.tiktok-header .drawer-content .item-sub-column h5{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:500;display:inline;font-size:16px;text-decoration:none;background-color:transparent;color:#000;position:relative}html[lang^=vi] .tiktok-header .drawer-content .item-sub-column h5{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.tiktok-header .drawer-content .item-sub-column h5.active::after,.tiktok-header .drawer-content .item-sub-column h5:hover::after{content:"";display:block;position:absolute;bottom:-5px;width:100%;height:2px;background:#fe2c55;left:0}.tiktok-header .drawer-content .footer-content-column{margin-top:32px}.tiktok-header .drawer-content .language-selection{margin-top:72px}@media(max-width: 991px){.tiktok-header .drawer-content{width:80%;padding:59px 27px;border:none}.tiktok-header .drawer-content h2{line-height:32px;font-size:14px}.tiktok-header .drawer-content h3{line-height:45px}.tiktok-header .drawer-content a{line-height:45px}.tiktok-header .drawer-content .to-other{line-height:45px;font-size:16px}}.tiktok-header .drawer-enter.drawer-mask{opacity:0}.tiktok-header .drawer-enter.drawer-content{transform:translateX(100%)}.is-rtl .tiktok-header .drawer-enter.drawer-content{direction:rtl;transform:translateX(0) !important}.tiktok-header .drawer-enter.drawer-content.is-rtl{direction:rtl;transform:translateX(0) !important}.tiktok-header .drawer-enter-active.drawer-mask{transition:opacity .3s;opacity:1}.tiktok-header .drawer-enter-active.drawer-content{transition:transform .3s}.tiktok-header .drawer-exit.drawer-mask{opacity:1}.tiktok-header .drawer-exit.drawer-content{transform:none}.tiktok-header .drawer-exit-active.drawer-mask{transition:opacity .3s;opacity:0}.tiktok-header .drawer-exit-active.drawer-content{transition:transform .3s;transform:translateX(-100%)}.is-rtl .tiktok-header .drawer-exit-active.drawer-content{direction:rtl;transform:translateX(100%)}.tiktok-header .drawer-exit-active.drawer-content.is-rtl{direction:rtl;transform:translateX(100%)}@font-face{{font-family:"sofiapro-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"proxima-regular";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");font-display:swap}}@font-face{{font-family:"proxima-semibold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");font-display:swap}}@font-face{{font-family:"proxima-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");font-display:swap}}@font-face{{font-family:"sofiapro-bold";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");font-display:swap}}@font-face{{font-family:"sofiapro-medium";src:url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"),url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");font-display:swap}}.tiktok-header-profile{flex:0 0 40px;margin-left:24px;margin-right:12px;position:relative;cursor:pointer}.is-rtl .tiktok-header-profile{direction:rtl;margin-left:12px;margin-right:24px}.tiktok-header-profile.is-rtl{direction:rtl;margin-left:12px;margin-right:24px}.tiktok-header-profile .profile-actions{list-style:none;padding:18px 16px 20px;margin:0;text-align:right}.tiktok-header-profile .profile-actions li{font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:700;font-size:18px;line-height:25px;color:#121212}html[lang^=vi] .tiktok-header-profile .profile-actions li{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.tiktok-header-profile .profile-actions li+li{margin-top:23px}.tiktok-header-profile .profile-actions li.logout{position:relative}.tiktok-header-profile .profile-actions li.logout::before{content:"";position:absolute;left:0;right:0;transform:scaleY(0.5);border-top:1px solid rgba(18,18,18,.12);top:0;top:-11px}.tiktok-header-profile .profile-actions li a,.tiktok-header-profile .profile-actions li a:link,.tiktok-header-profile .profile-actions li a:active{color:#121212;text-decoration:none}.tiktok-header-profile .profile-actions li a:hover{color:#fe2c55}a.tiktok-header-login{outline:none;border:1px solid transparent;border-radius:2px;cursor:pointer;background-color:#fe2c55;color:#fff;font-family:"sofiapro-medium","Sofia Pro",PingFangSC,sans-serif;font-weight:700;font-size:18px;line-height:48px;text-align:center;flex:0 0 164px;width:164px;display:block;margin-left:35px;box-sizing:border-box;text-decoration:none}@media(min-width: 992px){a.tiktok-header-login:hover{background-color:#ff7792}a.tiktok-header-login:active{border-color:rgba(0,0,0,.3)}}html[lang^=vi] a.tiktok-header-login{font-family:"IBM Plex Sans","sofiapro-medium","Sofia Pro",PingFangSC,sans-serif}.is-rtl a.tiktok-header-login{direction:rtl;margin-left:0;margin-right:35px}a.tiktok-header-login.is-rtl{direction:rtl;margin-left:0;margin-right:35px}.tiktok-header-popup{position:absolute;right:-2px;top:calc(100% + 12px);width:200px;background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:opacity 200ms;opacity:0}.tiktok-header-popup::before{content:"";display:block;width:40px;height:8px;background:url(//s16.tiktokcdn.com/tiktok/falcon/_next/static/images/top-arrow-406de2522b66e3690b7328285677b0c2.svg) center no-repeat;background-size:contain;position:absolute;top:-8px;right:0}.tiktok-header-popup.tiktok-header-popup-enter{opacity:1}.tiktok-header-popup.is-rtl{direction:rtl;left:-2px;right:auto}.tiktok-header-popup.is-rtl::before{left:0;right:auto}.tiktok-header-avatar{position:relative}.tiktok-header-avatar .avatar-wrapper{border-radius:2px;box-sizing:border-box;overflow:hidden;position:relative;background:center padding-box no-repeat;background-size:cover}.tiktok-header-avatar .avatar-wrapper.normal{width:48px;height:48px;flex:0 0 48px}.tiktok-header-avatar .avatar-wrapper.round{border-radius:50%}@media(max-width: 991px){.tiktok-header-avatar .avatar-wrapper.normal{width:38px;height:38px;flex:0 0 38px}}.tiktok-header-avatar .avatar-verified{width:20px;height:20px;position:absolute;right:-2px;bottom:0}
@media screen and (max-width: 1365px){*::-webkit-scrollbar{width:0;height:0;-webkit-appearance:none}}*{font-family:"Sofia Pro","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.byted-message--2dODb{display:inline-flex;align-items:center}.byted-btn{transition:color .15s,background-color .15s,border-color .15s}.header-dropdown--3-TKJ{width:260px}.header-dropdown-item--2kxVV{color:#fff;background-color:#000;transition:color .15s}.header-dropdown-item--2kxVV:hover{color:#fe2c55;background-color:#000 !important}.header-dropdown-item--2kxVV .text--1l-0p{padding:8px 0;font-weight:600;font-size:20px;line-height:100%;display:flex;justify-content:center}.header-dropdown-item--2kxVV .highlighted--2XnSr{color:#fe2c55}.footer--2p2PV{align-items:center;background:#000;display:flex;justify-content:space-between;height:100px;padding:32px;min-width:768px}.footer--2p2PV .menu--ma2wC{align-items:center;display:flex;width:100%}.footer--2p2PV .menu--ma2wC .submenu--2uR4q{align-items:center;display:flex;grid-gap:24px;gap:24px;margin-left:100px;flex-grow:1}@media screen and (max-width: 1440px){.footer--2p2PV .menu--ma2wC .submenu--2uR4q{margin-left:40px}}@media screen and (max-width: 900px){.footer--2p2PV .menu--ma2wC .submenu--2uR4q{margin-left:20px;grid-gap:16px;gap:16px}}.footer--2p2PV .menu--ma2wC .submenu--2uR4q .footer-link--1FrdN{outline:none;text-decoration:none;padding:6px}.footer--2p2PV .menu--ma2wC .submenu--2uR4q .footer-text--1f6zl{color:#fff;font-size:12px;line-height:140%;transition:color .15s}.footer--2p2PV .menu--ma2wC .submenu--2uR4q .footer-text--1f6zl:hover{color:#fe2c55}.footer--2p2PV .menu--ma2wC .social--Vcw8h&gt;*{margin-left:40px}.footer--2p2PV .menu--ma2wC .social--Vcw8h .icon--2_9I9{width:16px;height:16px}@media screen and (max-width: 1440px){.footer--2p2PV .menu--ma2wC .social--Vcw8h&gt;*{margin-left:20px}}
</pre></body></html>