/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
.mds-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #d8dce6;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 36px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #666666;
  background-color: #fff;
  border-color: #d9d9d9;
}
.mds-btn > .mdsicon {
  line-height: 1.3;
}
.mds-btn,
.mds-btn:active,
.mds-btn:focus {
  outline: 0;
}
.mds-btn:not([disabled]):hover {
  text-decoration: none;
}
.mds-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.mds-btn.disabled,
.mds-btn[disabled] {
  cursor: not-allowed;
}
.mds-btn.disabled > *,
.mds-btn[disabled] > * {
  pointer-events: none;
}
.mds-btn-lg {
  padding: 0 19px;
  font-size: 20px;
  border-radius: 4px;
  height: 40px;
}
.mds-btn-sm {
  padding: 0 11px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.mds-btn-sm > .mdsicon + span,
.mds-btn-sm > span + .mdsicon {
  margin-left: 0px !important;
}
.mds-btn-ls {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 28px;
}
.mds-btn-ls > .mdsicon + span,
.mds-btn-ls > span + .mdsicon {
  margin-left: 0px !important;
}
.mds-btn > a:only-child {
  color: currentColor;
}
.mds-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn:hover,
.mds-btn:focus {
  color: #0364ff;
  background-color: #fff;
  border-color: #0364ff;
}
.mds-btn:hover > a:only-child,
.mds-btn:focus > a:only-child {
  color: currentColor;
}
.mds-btn:hover > a:only-child:after,
.mds-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn:active,
.mds-btn.active {
  color: #0252dd;
  background-color: #fff;
  border-color: #0252dd;
}
.mds-btn:active > a:only-child,
.mds-btn.active > a:only-child {
  color: currentColor;
}
.mds-btn:active > a:only-child:after,
.mds-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn.disabled,
.mds-btn[disabled],
.mds-btn.disabled:hover,
.mds-btn[disabled]:hover,
.mds-btn.disabled:focus,
.mds-btn[disabled]:focus,
.mds-btn.disabled:active,
.mds-btn[disabled]:active,
.mds-btn.disabled.active,
.mds-btn[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn.disabled > a:only-child,
.mds-btn[disabled] > a:only-child,
.mds-btn.disabled:hover > a:only-child,
.mds-btn[disabled]:hover > a:only-child,
.mds-btn.disabled:focus > a:only-child,
.mds-btn[disabled]:focus > a:only-child,
.mds-btn.disabled:active > a:only-child,
.mds-btn[disabled]:active > a:only-child,
.mds-btn.disabled.active > a:only-child,
.mds-btn[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn.disabled > a:only-child:after,
.mds-btn[disabled] > a:only-child:after,
.mds-btn.disabled:hover > a:only-child:after,
.mds-btn[disabled]:hover > a:only-child:after,
.mds-btn.disabled:focus > a:only-child:after,
.mds-btn[disabled]:focus > a:only-child:after,
.mds-btn.disabled:active > a:only-child:after,
.mds-btn[disabled]:active > a:only-child:after,
.mds-btn.disabled.active > a:only-child:after,
.mds-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn > a:only-child {
  color: currentColor;
}
.mds-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn:hover,
.mds-btn:focus,
.mds-btn:active,
.mds-btn.active {
  background: #fff;
}
.mds-btn + .mds-btn {
  margin-left: 8px;
}
.mds-btn > i {
  pointer-events: none;
  margin-left: 0px;
}
.mds-btn > span {
  pointer-events: none;
}
.mds-btn-sm.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only {
  padding-left: 11px;
  padding-right: 9px;
}
.mds-btn-sm.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only > i {
  pointer-events: none;
  margin-left: -4px;
}
.mds-btn-lg.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only {
  padding-left: 14px;
  padding-right: 12px;
}
.mds-btn-lg.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only > i {
  pointer-events: none;
  margin-left: -4px;
}
.mds-btn-ls.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only {
  padding-left: 9px;
  padding-right: 7px;
}
.mds-btn-ls.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only > i {
  pointer-events: none;
  margin-left: -2px;
}
.mds-btn-primary {
  color: #fff;
  background-color: #0364ff;
  border-color: #0364ff;
}
.mds-btn-primary > a:only-child {
  color: currentColor;
}
.mds-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-primary:hover,
.mds-btn-primary:focus {
  color: #fff;
  background-color: #3f89ff;
  border-color: #1770FF;
}
.mds-btn-primary:hover > a:only-child,
.mds-btn-primary:focus > a:only-child {
  color: currentColor;
}
.mds-btn-primary:hover > a:only-child:after,
.mds-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-primary:active,
.mds-btn-primary.active {
  color: #fff;
  background-color: #0252dd;
  border-color: #0364FF;
}
.mds-btn-primary:active > a:only-child,
.mds-btn-primary.active > a:only-child {
  color: currentColor;
}
.mds-btn-primary:active > a:only-child:after,
.mds-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-primary.disabled,
.mds-btn-primary[disabled],
.mds-btn-primary.disabled:hover,
.mds-btn-primary[disabled]:hover,
.mds-btn-primary.disabled:focus,
.mds-btn-primary[disabled]:focus,
.mds-btn-primary.disabled:active,
.mds-btn-primary[disabled]:active,
.mds-btn-primary.disabled.active,
.mds-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-primary.disabled > a:only-child,
.mds-btn-primary[disabled] > a:only-child,
.mds-btn-primary.disabled:hover > a:only-child,
.mds-btn-primary[disabled]:hover > a:only-child,
.mds-btn-primary.disabled:focus > a:only-child,
.mds-btn-primary[disabled]:focus > a:only-child,
.mds-btn-primary.disabled:active > a:only-child,
.mds-btn-primary[disabled]:active > a:only-child,
.mds-btn-primary.disabled.active > a:only-child,
.mds-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-primary.disabled > a:only-child:after,
.mds-btn-primary[disabled] > a:only-child:after,
.mds-btn-primary.disabled:hover > a:only-child:after,
.mds-btn-primary[disabled]:hover > a:only-child:after,
.mds-btn-primary.disabled:focus > a:only-child:after,
.mds-btn-primary[disabled]:focus > a:only-child:after,
.mds-btn-primary.disabled:active > a:only-child:after,
.mds-btn-primary[disabled]:active > a:only-child:after,
.mds-btn-primary.disabled.active > a:only-child:after,
.mds-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-primary:focus {
  border-color: #0152dd !important;
}
.mds-btn-group .mds-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #0252dd;
  border-left-color: #0252dd;
}
.mds-btn-group .mds-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.mds-btn-group .mds-btn-primary:first-child:not(:last-child) {
  border-right-color: #6D9DEB;
}
.mds-btn-group .mds-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.mds-btn-group .mds-btn-primary:last-child:not(:first-child),
.mds-btn-group .mds-btn-primary + .mds-btn-primary {
  border-left-color: #6D9DEB;
}
.mds-btn-group .mds-btn-primary:last-child:not(:first-child)[disabled],
.mds-btn-group .mds-btn-primary + .mds-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.mds-btn-primary span {
  color: inherit;
}
.mds-btn-ghost {
  color: #666666;
  background-color: transparent;
  border-color: #d9d9d9;
  background: #bec8c8;
  padding: 20px;
}
.mds-btn-ghost > a:only-child {
  color: currentColor;
}
.mds-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-ghost:hover,
.mds-btn-ghost:focus {
  color: #0364ff;
  background-color: transparent;
  border-color: #0364ff;
}
.mds-btn-ghost:hover > a:only-child,
.mds-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.mds-btn-ghost:hover > a:only-child:after,
.mds-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-ghost:active,
.mds-btn-ghost.active {
  color: #0252dd;
  background-color: transparent;
  border-color: #0252dd;
}
.mds-btn-ghost:active > a:only-child,
.mds-btn-ghost.active > a:only-child {
  color: currentColor;
}
.mds-btn-ghost:active > a:only-child:after,
.mds-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-ghost.disabled,
.mds-btn-ghost[disabled],
.mds-btn-ghost.disabled:hover,
.mds-btn-ghost[disabled]:hover,
.mds-btn-ghost.disabled:focus,
.mds-btn-ghost[disabled]:focus,
.mds-btn-ghost.disabled:active,
.mds-btn-ghost[disabled]:active,
.mds-btn-ghost.disabled.active,
.mds-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-ghost.disabled > a:only-child,
.mds-btn-ghost[disabled] > a:only-child,
.mds-btn-ghost.disabled:hover > a:only-child,
.mds-btn-ghost[disabled]:hover > a:only-child,
.mds-btn-ghost.disabled:focus > a:only-child,
.mds-btn-ghost[disabled]:focus > a:only-child,
.mds-btn-ghost.disabled:active > a:only-child,
.mds-btn-ghost[disabled]:active > a:only-child,
.mds-btn-ghost.disabled.active > a:only-child,
.mds-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-ghost.disabled > a:only-child:after,
.mds-btn-ghost[disabled] > a:only-child:after,
.mds-btn-ghost.disabled:hover > a:only-child:after,
.mds-btn-ghost[disabled]:hover > a:only-child:after,
.mds-btn-ghost.disabled:focus > a:only-child:after,
.mds-btn-ghost[disabled]:focus > a:only-child:after,
.mds-btn-ghost.disabled:active > a:only-child:after,
.mds-btn-ghost[disabled]:active > a:only-child:after,
.mds-btn-ghost.disabled.active > a:only-child:after,
.mds-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-ghost .margin {
  margin-top: 10px;
}
.mds-btn-dashed {
  color: #666666;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.mds-btn-dashed > a:only-child {
  color: currentColor;
}
.mds-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-dashed:hover,
.mds-btn-dashed:focus {
  color: #0364ff;
  background-color: #fff;
  border-color: #0364ff;
}
.mds-btn-dashed:hover > a:only-child,
.mds-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.mds-btn-dashed:hover > a:only-child:after,
.mds-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-dashed:active,
.mds-btn-dashed.active {
  color: #0252dd;
  background-color: #fff;
  border-color: #0252dd;
}
.mds-btn-dashed:active > a:only-child,
.mds-btn-dashed.active > a:only-child {
  color: currentColor;
}
.mds-btn-dashed:active > a:only-child:after,
.mds-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-dashed.disabled,
.mds-btn-dashed[disabled],
.mds-btn-dashed.disabled:hover,
.mds-btn-dashed[disabled]:hover,
.mds-btn-dashed.disabled:focus,
.mds-btn-dashed[disabled]:focus,
.mds-btn-dashed.disabled:active,
.mds-btn-dashed[disabled]:active,
.mds-btn-dashed.disabled.active,
.mds-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-dashed.disabled > a:only-child,
.mds-btn-dashed[disabled] > a:only-child,
.mds-btn-dashed.disabled:hover > a:only-child,
.mds-btn-dashed[disabled]:hover > a:only-child,
.mds-btn-dashed.disabled:focus > a:only-child,
.mds-btn-dashed[disabled]:focus > a:only-child,
.mds-btn-dashed.disabled:active > a:only-child,
.mds-btn-dashed[disabled]:active > a:only-child,
.mds-btn-dashed.disabled.active > a:only-child,
.mds-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-dashed.disabled > a:only-child:after,
.mds-btn-dashed[disabled] > a:only-child:after,
.mds-btn-dashed.disabled:hover > a:only-child:after,
.mds-btn-dashed[disabled]:hover > a:only-child:after,
.mds-btn-dashed.disabled:focus > a:only-child:after,
.mds-btn-dashed[disabled]:focus > a:only-child:after,
.mds-btn-dashed.disabled:active > a:only-child:after,
.mds-btn-dashed[disabled]:active > a:only-child:after,
.mds-btn-dashed.disabled.active > a:only-child:after,
.mds-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-danger {
  color: #fff;
  background-color: #EE3333;
  border-color: #EE3333;
}
.mds-btn-danger > a:only-child {
  color: currentColor;
}
.mds-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-danger:hover,
.mds-btn-danger:focus {
  color: #fff;
  background-color: #EF4747;
  border-color: #EF4747;
}
.mds-btn-danger:hover > a:only-child,
.mds-btn-danger:focus > a:only-child {
  color: currentColor;
}
.mds-btn-danger:hover > a:only-child:after,
.mds-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-danger:active,
.mds-btn-danger.active {
  color: #fff;
  background-color: #D52D2D;
  border-color: #D52D2D;
}
.mds-btn-danger:active > a:only-child,
.mds-btn-danger.active > a:only-child {
  color: currentColor;
}
.mds-btn-danger:active > a:only-child:after,
.mds-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-danger.disabled,
.mds-btn-danger[disabled],
.mds-btn-danger.disabled:hover,
.mds-btn-danger[disabled]:hover,
.mds-btn-danger.disabled:focus,
.mds-btn-danger[disabled]:focus,
.mds-btn-danger.disabled:active,
.mds-btn-danger[disabled]:active,
.mds-btn-danger.disabled.active,
.mds-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-danger.disabled > a:only-child,
.mds-btn-danger[disabled] > a:only-child,
.mds-btn-danger.disabled:hover > a:only-child,
.mds-btn-danger[disabled]:hover > a:only-child,
.mds-btn-danger.disabled:focus > a:only-child,
.mds-btn-danger[disabled]:focus > a:only-child,
.mds-btn-danger.disabled:active > a:only-child,
.mds-btn-danger[disabled]:active > a:only-child,
.mds-btn-danger.disabled.active > a:only-child,
.mds-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-danger.disabled > a:only-child:after,
.mds-btn-danger[disabled] > a:only-child:after,
.mds-btn-danger.disabled:hover > a:only-child:after,
.mds-btn-danger[disabled]:hover > a:only-child:after,
.mds-btn-danger.disabled:focus > a:only-child:after,
.mds-btn-danger[disabled]:focus > a:only-child:after,
.mds-btn-danger.disabled:active > a:only-child:after,
.mds-btn-danger[disabled]:active > a:only-child:after,
.mds-btn-danger.disabled.active > a:only-child:after,
.mds-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-normal {
  color: #0364ff;
  background-color: #fff;
  border-color: #fff;
}
.mds-btn-normal > a:only-child {
  color: currentColor;
}
.mds-btn-normal > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-normal:hover,
.mds-btn-normal:focus {
  color: #0364ff;
  background-color: #E6F0FF;
  border-color: #fff;
}
.mds-btn-normal:hover > a:only-child,
.mds-btn-normal:focus > a:only-child {
  color: currentColor;
}
.mds-btn-normal:hover > a:only-child:after,
.mds-btn-normal:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-normal:active,
.mds-btn-normal.active {
  color: #0252dd;
  background-color: #fff;
  border-color: #fff;
}
.mds-btn-normal:active > a:only-child,
.mds-btn-normal.active > a:only-child {
  color: currentColor;
}
.mds-btn-normal:active > a:only-child:after,
.mds-btn-normal.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-normal.disabled,
.mds-btn-normal[disabled],
.mds-btn-normal.disabled:hover,
.mds-btn-normal[disabled]:hover,
.mds-btn-normal.disabled:focus,
.mds-btn-normal[disabled]:focus,
.mds-btn-normal.disabled:active,
.mds-btn-normal[disabled]:active,
.mds-btn-normal.disabled.active,
.mds-btn-normal[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-normal.disabled > a:only-child,
.mds-btn-normal[disabled] > a:only-child,
.mds-btn-normal.disabled:hover > a:only-child,
.mds-btn-normal[disabled]:hover > a:only-child,
.mds-btn-normal.disabled:focus > a:only-child,
.mds-btn-normal[disabled]:focus > a:only-child,
.mds-btn-normal.disabled:active > a:only-child,
.mds-btn-normal[disabled]:active > a:only-child,
.mds-btn-normal.disabled.active > a:only-child,
.mds-btn-normal[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-normal.disabled > a:only-child:after,
.mds-btn-normal[disabled] > a:only-child:after,
.mds-btn-normal.disabled:hover > a:only-child:after,
.mds-btn-normal[disabled]:hover > a:only-child:after,
.mds-btn-normal.disabled:focus > a:only-child:after,
.mds-btn-normal[disabled]:focus > a:only-child:after,
.mds-btn-normal.disabled:active > a:only-child:after,
.mds-btn-normal[disabled]:active > a:only-child:after,
.mds-btn-normal.disabled.active > a:only-child:after,
.mds-btn-normal[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-normal.disabled,
.mds-btn-normal[disabled] {
  background-color: transparent;
  border: none;
}
.mds-btn-normal.disabled:focus,
.mds-btn-normal[disabled]:focus,
.mds-btn-normal.disabled:hover,
.mds-btn-normal[disabled]:hover,
.mds-btn-normal.disabled:active,
.mds-btn-normal[disabled]:active,
.mds-btn-normal.disabled.active,
.mds-btn-normal[disabled].active {
  background-color: #f7f7f7;
}
.mds-btn-correct {
  color: #fff;
  background-color: #00AA00;
  border-color: #00AA00;
}
.mds-btn-correct > a:only-child {
  color: currentColor;
}
.mds-btn-correct > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-correct:hover,
.mds-btn-correct:focus {
  color: #fff;
  background-color: #3dbe3d;
  border-color: #1AB21A;
}
.mds-btn-correct:hover > a:only-child,
.mds-btn-correct:focus > a:only-child {
  color: currentColor;
}
.mds-btn-correct:hover > a:only-child:after,
.mds-btn-correct:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-correct:active,
.mds-btn-correct.active {
  color: #fff;
  background-color: #009303;
  border-color: #009800;
}
.mds-btn-correct:active > a:only-child,
.mds-btn-correct.active > a:only-child {
  color: currentColor;
}
.mds-btn-correct:active > a:only-child:after,
.mds-btn-correct.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-correct.disabled,
.mds-btn-correct[disabled],
.mds-btn-correct.disabled:hover,
.mds-btn-correct[disabled]:hover,
.mds-btn-correct.disabled:focus,
.mds-btn-correct[disabled]:focus,
.mds-btn-correct.disabled:active,
.mds-btn-correct[disabled]:active,
.mds-btn-correct.disabled.active,
.mds-btn-correct[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-correct.disabled > a:only-child,
.mds-btn-correct[disabled] > a:only-child,
.mds-btn-correct.disabled:hover > a:only-child,
.mds-btn-correct[disabled]:hover > a:only-child,
.mds-btn-correct.disabled:focus > a:only-child,
.mds-btn-correct[disabled]:focus > a:only-child,
.mds-btn-correct.disabled:active > a:only-child,
.mds-btn-correct[disabled]:active > a:only-child,
.mds-btn-correct.disabled.active > a:only-child,
.mds-btn-correct[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-correct.disabled > a:only-child:after,
.mds-btn-correct[disabled] > a:only-child:after,
.mds-btn-correct.disabled:hover > a:only-child:after,
.mds-btn-correct[disabled]:hover > a:only-child:after,
.mds-btn-correct.disabled:focus > a:only-child:after,
.mds-btn-correct[disabled]:focus > a:only-child:after,
.mds-btn-correct.disabled:active > a:only-child:after,
.mds-btn-correct[disabled]:active > a:only-child:after,
.mds-btn-correct.disabled.active > a:only-child:after,
.mds-btn-correct[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-correct:hover {
  border-color: #3cbe3c !important;
}
.mds-btn-correct:focus {
  border-color: #019302 !important;
}
.mds-btn-warning {
  color: #fff;
  background-color: #ffcc01;
  border-color: #ffcc01;
}
.mds-btn-warning > a:only-child {
  color: currentColor;
}
.mds-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-warning:hover,
.mds-btn-warning:focus {
  color: #fff;
  background-color: #ffd83e;
  border-color: rgba(255, 204, 1, 0.5);
}
.mds-btn-warning:hover > a:only-child,
.mds-btn-warning:focus > a:only-child {
  color: currentColor;
}
.mds-btn-warning:hover > a:only-child:after,
.mds-btn-warning:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-warning:active,
.mds-btn-warning.active {
  color: #fff;
  background-color: #e0a601;
  border-color: rgba(255, 204, 1, 0.5);
}
.mds-btn-warning:active > a:only-child,
.mds-btn-warning.active > a:only-child {
  color: currentColor;
}
.mds-btn-warning:active > a:only-child:after,
.mds-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-warning.disabled,
.mds-btn-warning[disabled],
.mds-btn-warning.disabled:hover,
.mds-btn-warning[disabled]:hover,
.mds-btn-warning.disabled:focus,
.mds-btn-warning[disabled]:focus,
.mds-btn-warning.disabled:active,
.mds-btn-warning[disabled]:active,
.mds-btn-warning.disabled.active,
.mds-btn-warning[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-warning.disabled > a:only-child,
.mds-btn-warning[disabled] > a:only-child,
.mds-btn-warning.disabled:hover > a:only-child,
.mds-btn-warning[disabled]:hover > a:only-child,
.mds-btn-warning.disabled:focus > a:only-child,
.mds-btn-warning[disabled]:focus > a:only-child,
.mds-btn-warning.disabled:active > a:only-child,
.mds-btn-warning[disabled]:active > a:only-child,
.mds-btn-warning.disabled.active > a:only-child,
.mds-btn-warning[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-warning.disabled > a:only-child:after,
.mds-btn-warning[disabled] > a:only-child:after,
.mds-btn-warning.disabled:hover > a:only-child:after,
.mds-btn-warning[disabled]:hover > a:only-child:after,
.mds-btn-warning.disabled:focus > a:only-child:after,
.mds-btn-warning[disabled]:focus > a:only-child:after,
.mds-btn-warning.disabled:active > a:only-child:after,
.mds-btn-warning[disabled]:active > a:only-child:after,
.mds-btn-warning.disabled.active > a:only-child:after,
.mds-btn-warning[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-warning:hover {
  border-color: rgba(255, 204, 1, 0.5) !important;
}
.mds-btn-warning:focus {
  border-color: rgba(255, 204, 1, 0.5) !important;
}
.mds-btn-info {
  color: #fff;
  background-color: #29adff;
  border-color: #29adff;
}
.mds-btn-info > a:only-child {
  color: currentColor;
}
.mds-btn-info > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-info:hover,
.mds-btn-info:focus {
  color: #fff;
  background-color: #5cc1ff;
  border-color: rgba(41, 173, 255, 0.5);
}
.mds-btn-info:hover > a:only-child,
.mds-btn-info:focus > a:only-child {
  color: currentColor;
}
.mds-btn-info:hover > a:only-child:after,
.mds-btn-info:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-info:active,
.mds-btn-info.active {
  color: #fff;
  background-color: #1f92e1;
  border-color: rgba(41, 173, 255, 0.5);
}
.mds-btn-info:active > a:only-child,
.mds-btn-info.active > a:only-child {
  color: currentColor;
}
.mds-btn-info:active > a:only-child:after,
.mds-btn-info.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-info.disabled,
.mds-btn-info[disabled],
.mds-btn-info.disabled:hover,
.mds-btn-info[disabled]:hover,
.mds-btn-info.disabled:focus,
.mds-btn-info[disabled]:focus,
.mds-btn-info.disabled:active,
.mds-btn-info[disabled]:active,
.mds-btn-info.disabled.active,
.mds-btn-info[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-info.disabled > a:only-child,
.mds-btn-info[disabled] > a:only-child,
.mds-btn-info.disabled:hover > a:only-child,
.mds-btn-info[disabled]:hover > a:only-child,
.mds-btn-info.disabled:focus > a:only-child,
.mds-btn-info[disabled]:focus > a:only-child,
.mds-btn-info.disabled:active > a:only-child,
.mds-btn-info[disabled]:active > a:only-child,
.mds-btn-info.disabled.active > a:only-child,
.mds-btn-info[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-info.disabled > a:only-child:after,
.mds-btn-info[disabled] > a:only-child:after,
.mds-btn-info.disabled:hover > a:only-child:after,
.mds-btn-info[disabled]:hover > a:only-child:after,
.mds-btn-info.disabled:focus > a:only-child:after,
.mds-btn-info[disabled]:focus > a:only-child:after,
.mds-btn-info.disabled:active > a:only-child:after,
.mds-btn-info[disabled]:active > a:only-child:after,
.mds-btn-info.disabled.active > a:only-child:after,
.mds-btn-info[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-info:hover {
  border-color: rgba(41, 173, 255, 0.5) !important;
}
.mds-btn-info:focus {
  border-color: rgba(41, 173, 255, 0.5) !important;
}
.mds-btn-circle,
.mds-btn-circle-outline {
  width: 36px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 36px;
}
.mds-btn-circle.mds-btn-lg,
.mds-btn-circle-outline.mds-btn-lg {
  width: 40px;
  padding: 0;
  font-size: 20px;
  border-radius: 50%;
  height: 40px;
}
.mds-btn-circle.mds-btn-sm,
.mds-btn-circle-outline.mds-btn-sm {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
  font-size: 14px;
}
.mds-btn-circle.mds-btn-ls,
.mds-btn-circle-outline.mds-btn-ls {
  width: 28px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 28px;
  font-size: 12px;
}
.mds-btn-loading {
  color: #fff;
  background-color: #1770FF;
  border-color: #1770FF;
}
.mds-btn-loading > a:only-child {
  color: currentColor;
}
.mds-btn-loading > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-loading:hover,
.mds-btn-loading:focus {
  color: #fff;
  background-color: #4e92ff;
  border-color: #1AB21A;
}
.mds-btn-loading:hover > a:only-child,
.mds-btn-loading:focus > a:only-child {
  color: currentColor;
}
.mds-btn-loading:hover > a:only-child:after,
.mds-btn-loading:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-loading:active,
.mds-btn-loading.active {
  color: #fff;
  background-color: #115bdf;
  border-color: #009800;
}
.mds-btn-loading:active > a:only-child,
.mds-btn-loading.active > a:only-child {
  color: currentColor;
}
.mds-btn-loading:active > a:only-child:after,
.mds-btn-loading.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-loading.disabled,
.mds-btn-loading[disabled],
.mds-btn-loading.disabled:hover,
.mds-btn-loading[disabled]:hover,
.mds-btn-loading.disabled:focus,
.mds-btn-loading[disabled]:focus,
.mds-btn-loading.disabled:active,
.mds-btn-loading[disabled]:active,
.mds-btn-loading.disabled.active,
.mds-btn-loading[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-loading.disabled > a:only-child,
.mds-btn-loading[disabled] > a:only-child,
.mds-btn-loading.disabled:hover > a:only-child,
.mds-btn-loading[disabled]:hover > a:only-child,
.mds-btn-loading.disabled:focus > a:only-child,
.mds-btn-loading[disabled]:focus > a:only-child,
.mds-btn-loading.disabled:active > a:only-child,
.mds-btn-loading[disabled]:active > a:only-child,
.mds-btn-loading.disabled.active > a:only-child,
.mds-btn-loading[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-loading.disabled > a:only-child:after,
.mds-btn-loading[disabled] > a:only-child:after,
.mds-btn-loading.disabled:hover > a:only-child:after,
.mds-btn-loading[disabled]:hover > a:only-child:after,
.mds-btn-loading.disabled:focus > a:only-child:after,
.mds-btn-loading[disabled]:focus > a:only-child:after,
.mds-btn-loading.disabled:active > a:only-child:after,
.mds-btn-loading[disabled]:active > a:only-child:after,
.mds-btn-loading.disabled.active > a:only-child:after,
.mds-btn-loading[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-default {
  color: #666666;
  background-color: #fff;
  border-color: #d9d9d9;
}
.mds-btn-default > a:only-child {
  color: currentColor;
}
.mds-btn-default > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-default:hover,
.mds-btn-default:focus {
  color: #0364ff;
  background-color: #fff;
  border-color: #0364ff;
}
.mds-btn-default:hover > a:only-child,
.mds-btn-default:focus > a:only-child {
  color: currentColor;
}
.mds-btn-default:hover > a:only-child:after,
.mds-btn-default:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-default:active,
.mds-btn-default.active {
  color: #0252dd;
  background-color: #fff;
  border-color: #0252dd;
}
.mds-btn-default:active > a:only-child,
.mds-btn-default.active > a:only-child {
  color: currentColor;
}
.mds-btn-default:active > a:only-child:after,
.mds-btn-default.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-default.disabled,
.mds-btn-default[disabled],
.mds-btn-default.disabled:hover,
.mds-btn-default[disabled]:hover,
.mds-btn-default.disabled:focus,
.mds-btn-default[disabled]:focus,
.mds-btn-default.disabled:active,
.mds-btn-default[disabled]:active,
.mds-btn-default.disabled.active,
.mds-btn-default[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-default.disabled > a:only-child,
.mds-btn-default[disabled] > a:only-child,
.mds-btn-default.disabled:hover > a:only-child,
.mds-btn-default[disabled]:hover > a:only-child,
.mds-btn-default.disabled:focus > a:only-child,
.mds-btn-default[disabled]:focus > a:only-child,
.mds-btn-default.disabled:active > a:only-child,
.mds-btn-default[disabled]:active > a:only-child,
.mds-btn-default.disabled.active > a:only-child,
.mds-btn-default[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-default.disabled > a:only-child:after,
.mds-btn-default[disabled] > a:only-child:after,
.mds-btn-default.disabled:hover > a:only-child:after,
.mds-btn-default[disabled]:hover > a:only-child:after,
.mds-btn-default.disabled:focus > a:only-child:after,
.mds-btn-default[disabled]:focus > a:only-child:after,
.mds-btn-default.disabled:active > a:only-child:after,
.mds-btn-default[disabled]:active > a:only-child:after,
.mds-btn-default.disabled.active > a:only-child:after,
.mds-btn-default[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-default > a:only-child {
  color: currentColor;
}
.mds-btn-default > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-default:hover,
.mds-btn-default:focus,
.mds-btn-default:active,
.mds-btn-default.active {
  background: #fff;
}
.mds-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  transition: opacity .2s;
  pointer-events: none;
  display: none;
}
.mds-btn .mdsicon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mds-btn.mds-btn-loading:before {
  display: block;
}
.mds-btn.mds-btn-loading:not(.mds-btn-circle):not(.mds-btn-circle-outline):not(.mds-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.mds-btn.mds-btn-loading:not(.mds-btn-circle):not(.mds-btn-circle-outline):not(.mds-btn-icon-only) .mdsicon {
  margin-left: -14px;
}
.mds-btn-sm.mds-btn-loading:not(.mds-btn-circle):not(.mds-btn-circle-outline):not(.mds-btn-icon-only) {
  padding-left: 24px;
}
.mds-btn-sm.mds-btn-loading:not(.mds-btn-circle):not(.mds-btn-circle-outline):not(.mds-btn-icon-only) .mdsicon {
  margin-left: -17px;
}
.mds-btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.mds-btn-group > .mds-btn {
  position: relative;
  z-index: 1;
}
.mds-btn-group > .mds-btn:hover,
.mds-btn-group > .mds-btn:focus,
.mds-btn-group > .mds-btn:active,
.mds-btn-group > .mds-btn.active {
  z-index: 2;
}
.mds-btn-group > .mds-btn:disabled {
  z-index: 0;
}
.mds-btn-group-lg > .mds-btn {
  padding: 0 24px;
  font-size: 20px;
  border-radius: 4px;
  height: 40px;
}
.mds-btn-group-sm > .mds-btn {
  padding: 0 16px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.mds-btn-group-sm > .mds-btn > .mdsicon {
  font-size: 14px;
}
.mds-btn-group-ls > .mds-btn {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.mds-btn-group-ls > .mds-btn > .mdsicon {
  font-size: 12px;
}
.mds-btn-group .mds-btn + .mds-btn,
.mds-btn + .mds-btn-group,
.mds-btn-group + .mds-btn,
.mds-btn-group + .mds-btn-group {
  margin-left: -1px;
}
.mds-btn-group .mds-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.mds-btn-group > .mds-btn:first-child {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.mds-btn-group > .mds-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mds-btn-group > .mds-btn:last-child:not(:first-child) {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mds-btn-group > .mds-btn-group {
  float: left;
}
.mds-btn-group > .mds-btn-group:not(:first-child):not(:last-child) > .mds-btn {
  border-radius: 0;
}
.mds-btn-group > .mds-btn-group:first-child:not(:last-child) > .mds-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.mds-btn-group > .mds-btn-group:last-child:not(:first-child) > .mds-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.mds-btn:not(.mds-btn-circle):not(.mds-btn-circle-outline).mds-btn-icon-only {
  padding-left: 10px;
  padding-right: 10px;
}
.mds-btn:focus > span,
.mds-btn:active > span {
  position: relative;
}
.mds-btn > .mdsicon + span,
.mds-btn > span + .mdsicon {
  margin-left: 2px;
}
.mds-btn-clicked:not(.mds-btn-no-border-animate):after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #0364ff;
  opacity: 0.4;
  animation: buttonEffect .4s;
  display: block;
}
.mds-btn-danger.mds-btn-clicked:after {
  border-color: #fff;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #0364ff;
  opacity: 0.4;
  animation: buttonEffect .4s;
  display: block;
}
.mds-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.mds-btn-background-ghost.mds-btn-primary {
  color: #0364ff;
  background-color: transparent;
  border-color: #0364ff;
}
.mds-btn-background-ghost.mds-btn-primary > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-primary:hover,
.mds-btn-background-ghost.mds-btn-primary:focus {
  color: #3f89ff;
  background-color: transparent;
  border-color: #3f89ff;
}
.mds-btn-background-ghost.mds-btn-primary:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-primary:focus > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-primary:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-primary:active,
.mds-btn-background-ghost.mds-btn-primary.active {
  color: #0252dd;
  background-color: transparent;
  border-color: #0252dd;
}
.mds-btn-background-ghost.mds-btn-primary:active > a:only-child,
.mds-btn-background-ghost.mds-btn-primary.active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-primary:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-primary.disabled,
.mds-btn-background-ghost.mds-btn-primary[disabled],
.mds-btn-background-ghost.mds-btn-primary.disabled:hover,
.mds-btn-background-ghost.mds-btn-primary[disabled]:hover,
.mds-btn-background-ghost.mds-btn-primary.disabled:focus,
.mds-btn-background-ghost.mds-btn-primary[disabled]:focus,
.mds-btn-background-ghost.mds-btn-primary.disabled:active,
.mds-btn-background-ghost.mds-btn-primary[disabled]:active,
.mds-btn-background-ghost.mds-btn-primary.disabled.active,
.mds-btn-background-ghost.mds-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-background-ghost.mds-btn-primary.disabled > a:only-child,
.mds-btn-background-ghost.mds-btn-primary[disabled] > a:only-child,
.mds-btn-background-ghost.mds-btn-primary.disabled:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-primary[disabled]:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-primary.disabled:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-primary[disabled]:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-primary.disabled:active > a:only-child,
.mds-btn-background-ghost.mds-btn-primary[disabled]:active > a:only-child,
.mds-btn-background-ghost.mds-btn-primary.disabled.active > a:only-child,
.mds-btn-background-ghost.mds-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-primary.disabled > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary[disabled] > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary.disabled:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary[disabled]:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary.disabled:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary[disabled]:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary.disabled:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary[disabled]:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary.disabled.active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-danger {
  color: #EE3333;
  background-color: transparent;
  border-color: #EE3333;
}
.mds-btn-background-ghost.mds-btn-danger > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-danger:hover,
.mds-btn-background-ghost.mds-btn-danger:focus {
  color: #f26464;
  background-color: transparent;
  border-color: #f26464;
}
.mds-btn-background-ghost.mds-btn-danger:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-danger:focus > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-danger:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-danger:active,
.mds-btn-background-ghost.mds-btn-danger.active {
  color: #d52936;
  background-color: transparent;
  border-color: #d52936;
}
.mds-btn-background-ghost.mds-btn-danger:active > a:only-child,
.mds-btn-background-ghost.mds-btn-danger.active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-danger:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-danger.disabled,
.mds-btn-background-ghost.mds-btn-danger[disabled],
.mds-btn-background-ghost.mds-btn-danger.disabled:hover,
.mds-btn-background-ghost.mds-btn-danger[disabled]:hover,
.mds-btn-background-ghost.mds-btn-danger.disabled:focus,
.mds-btn-background-ghost.mds-btn-danger[disabled]:focus,
.mds-btn-background-ghost.mds-btn-danger.disabled:active,
.mds-btn-background-ghost.mds-btn-danger[disabled]:active,
.mds-btn-background-ghost.mds-btn-danger.disabled.active,
.mds-btn-background-ghost.mds-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-background-ghost.mds-btn-danger.disabled > a:only-child,
.mds-btn-background-ghost.mds-btn-danger[disabled] > a:only-child,
.mds-btn-background-ghost.mds-btn-danger.disabled:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-danger[disabled]:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-danger.disabled:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-danger[disabled]:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-danger.disabled:active > a:only-child,
.mds-btn-background-ghost.mds-btn-danger[disabled]:active > a:only-child,
.mds-btn-background-ghost.mds-btn-danger.disabled.active > a:only-child,
.mds-btn-background-ghost.mds-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-danger.disabled > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger[disabled] > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger.disabled:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger[disabled]:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger.disabled:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger[disabled]:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger.disabled:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger[disabled]:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger.disabled.active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-normal {
  color: #0364ff;
  background-color: transparent;
  border-color: #0364ff;
}
.mds-btn-background-ghost.mds-btn-normal > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-normal > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-normal:hover,
.mds-btn-background-ghost.mds-btn-normal:focus {
  color: #3f89ff;
  background-color: transparent;
  border-color: #3f89ff;
}
.mds-btn-background-ghost.mds-btn-normal:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-normal:focus > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-normal:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-normal:active,
.mds-btn-background-ghost.mds-btn-normal.active {
  color: #0252dd;
  background-color: transparent;
  border-color: #0252dd;
}
.mds-btn-background-ghost.mds-btn-normal:active > a:only-child,
.mds-btn-background-ghost.mds-btn-normal.active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-normal:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-normal.disabled,
.mds-btn-background-ghost.mds-btn-normal[disabled],
.mds-btn-background-ghost.mds-btn-normal.disabled:hover,
.mds-btn-background-ghost.mds-btn-normal[disabled]:hover,
.mds-btn-background-ghost.mds-btn-normal.disabled:focus,
.mds-btn-background-ghost.mds-btn-normal[disabled]:focus,
.mds-btn-background-ghost.mds-btn-normal.disabled:active,
.mds-btn-background-ghost.mds-btn-normal[disabled]:active,
.mds-btn-background-ghost.mds-btn-normal.disabled.active,
.mds-btn-background-ghost.mds-btn-normal[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-background-ghost.mds-btn-normal.disabled > a:only-child,
.mds-btn-background-ghost.mds-btn-normal[disabled] > a:only-child,
.mds-btn-background-ghost.mds-btn-normal.disabled:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-normal[disabled]:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-normal.disabled:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-normal[disabled]:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-normal.disabled:active > a:only-child,
.mds-btn-background-ghost.mds-btn-normal[disabled]:active > a:only-child,
.mds-btn-background-ghost.mds-btn-normal.disabled.active > a:only-child,
.mds-btn-background-ghost.mds-btn-normal[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-normal.disabled > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal[disabled] > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal.disabled:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal[disabled]:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal.disabled:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal[disabled]:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal.disabled:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal[disabled]:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal.disabled.active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-normal[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-correct {
  color: #00AA00;
  background-color: transparent;
  border-color: #00AA00;
}
.mds-btn-background-ghost.mds-btn-correct > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-correct > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-correct:hover,
.mds-btn-background-ghost.mds-btn-correct:focus {
  color: #3dbe3d;
  background-color: transparent;
  border-color: #3dbe3d;
}
.mds-btn-background-ghost.mds-btn-correct:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-correct:focus > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-correct:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-correct:active,
.mds-btn-background-ghost.mds-btn-correct.active {
  color: #009303;
  background-color: transparent;
  border-color: #009303;
}
.mds-btn-background-ghost.mds-btn-correct:active > a:only-child,
.mds-btn-background-ghost.mds-btn-correct.active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-correct:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-correct.disabled,
.mds-btn-background-ghost.mds-btn-correct[disabled],
.mds-btn-background-ghost.mds-btn-correct.disabled:hover,
.mds-btn-background-ghost.mds-btn-correct[disabled]:hover,
.mds-btn-background-ghost.mds-btn-correct.disabled:focus,
.mds-btn-background-ghost.mds-btn-correct[disabled]:focus,
.mds-btn-background-ghost.mds-btn-correct.disabled:active,
.mds-btn-background-ghost.mds-btn-correct[disabled]:active,
.mds-btn-background-ghost.mds-btn-correct.disabled.active,
.mds-btn-background-ghost.mds-btn-correct[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-background-ghost.mds-btn-correct.disabled > a:only-child,
.mds-btn-background-ghost.mds-btn-correct[disabled] > a:only-child,
.mds-btn-background-ghost.mds-btn-correct.disabled:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-correct[disabled]:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-correct.disabled:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-correct[disabled]:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-correct.disabled:active > a:only-child,
.mds-btn-background-ghost.mds-btn-correct[disabled]:active > a:only-child,
.mds-btn-background-ghost.mds-btn-correct.disabled.active > a:only-child,
.mds-btn-background-ghost.mds-btn-correct[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-correct.disabled > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct[disabled] > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct.disabled:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct[disabled]:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct.disabled:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct[disabled]:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct.disabled:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct[disabled]:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct.disabled.active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-correct[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-warning {
  color: #ffcc01;
  background-color: transparent;
  border-color: #ffcc01;
}
.mds-btn-background-ghost.mds-btn-warning > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-warning:hover,
.mds-btn-background-ghost.mds-btn-warning:focus {
  color: #ffd83e;
  background-color: transparent;
  border-color: #ffd83e;
}
.mds-btn-background-ghost.mds-btn-warning:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-warning:focus > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-warning:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-warning:active,
.mds-btn-background-ghost.mds-btn-warning.active {
  color: #e0a601;
  background-color: transparent;
  border-color: #e0a601;
}
.mds-btn-background-ghost.mds-btn-warning:active > a:only-child,
.mds-btn-background-ghost.mds-btn-warning.active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-warning:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-warning.disabled,
.mds-btn-background-ghost.mds-btn-warning[disabled],
.mds-btn-background-ghost.mds-btn-warning.disabled:hover,
.mds-btn-background-ghost.mds-btn-warning[disabled]:hover,
.mds-btn-background-ghost.mds-btn-warning.disabled:focus,
.mds-btn-background-ghost.mds-btn-warning[disabled]:focus,
.mds-btn-background-ghost.mds-btn-warning.disabled:active,
.mds-btn-background-ghost.mds-btn-warning[disabled]:active,
.mds-btn-background-ghost.mds-btn-warning.disabled.active,
.mds-btn-background-ghost.mds-btn-warning[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-background-ghost.mds-btn-warning.disabled > a:only-child,
.mds-btn-background-ghost.mds-btn-warning[disabled] > a:only-child,
.mds-btn-background-ghost.mds-btn-warning.disabled:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-warning[disabled]:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-warning.disabled:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-warning[disabled]:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-warning.disabled:active > a:only-child,
.mds-btn-background-ghost.mds-btn-warning[disabled]:active > a:only-child,
.mds-btn-background-ghost.mds-btn-warning.disabled.active > a:only-child,
.mds-btn-background-ghost.mds-btn-warning[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-warning.disabled > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning[disabled] > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning.disabled:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning[disabled]:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning.disabled:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning[disabled]:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning.disabled:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning[disabled]:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning.disabled.active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-warning[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-info {
  color: #29adff;
  background-color: transparent;
  border-color: #29adff;
}
.mds-btn-background-ghost.mds-btn-info > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-info > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-info:hover,
.mds-btn-background-ghost.mds-btn-info:focus {
  color: #5cc1ff;
  background-color: transparent;
  border-color: #5cc1ff;
}
.mds-btn-background-ghost.mds-btn-info:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-info:focus > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-info:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-info:active,
.mds-btn-background-ghost.mds-btn-info.active {
  color: #1f92e1;
  background-color: transparent;
  border-color: #1f92e1;
}
.mds-btn-background-ghost.mds-btn-info:active > a:only-child,
.mds-btn-background-ghost.mds-btn-info.active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-info:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-background-ghost.mds-btn-info.disabled,
.mds-btn-background-ghost.mds-btn-info[disabled],
.mds-btn-background-ghost.mds-btn-info.disabled:hover,
.mds-btn-background-ghost.mds-btn-info[disabled]:hover,
.mds-btn-background-ghost.mds-btn-info.disabled:focus,
.mds-btn-background-ghost.mds-btn-info[disabled]:focus,
.mds-btn-background-ghost.mds-btn-info.disabled:active,
.mds-btn-background-ghost.mds-btn-info[disabled]:active,
.mds-btn-background-ghost.mds-btn-info.disabled.active,
.mds-btn-background-ghost.mds-btn-info[disabled].active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.mds-btn-background-ghost.mds-btn-info.disabled > a:only-child,
.mds-btn-background-ghost.mds-btn-info[disabled] > a:only-child,
.mds-btn-background-ghost.mds-btn-info.disabled:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-info[disabled]:hover > a:only-child,
.mds-btn-background-ghost.mds-btn-info.disabled:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-info[disabled]:focus > a:only-child,
.mds-btn-background-ghost.mds-btn-info.disabled:active > a:only-child,
.mds-btn-background-ghost.mds-btn-info[disabled]:active > a:only-child,
.mds-btn-background-ghost.mds-btn-info.disabled.active > a:only-child,
.mds-btn-background-ghost.mds-btn-info[disabled].active > a:only-child {
  color: currentColor;
}
.mds-btn-background-ghost.mds-btn-info.disabled > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info[disabled] > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info.disabled:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info[disabled]:hover > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info.disabled:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info[disabled]:focus > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info.disabled:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info[disabled]:active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info.disabled.active > a:only-child:after,
.mds-btn-background-ghost.mds-btn-info[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.mds-btn-block {
  width: 100%;
}
.mds-btn-text {
  border: none;
  background-color: inherit !important;
}
.mds-btn-a-text {
  color: #0364ff;
  border: none;
  background-color: inherit !important;
}
.mds-btn-round {
  border-radius: 18px;
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
.component-margin {
  margin-top: 10px;
}
[id^="components-button-demo"] .mds-btn {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.interval {
  margin-left: 6px !important;
}
.disabled-group p {
  margin: 10px;
}
.btn-ghost {
  background: #bec8c8;
  padding: 20px;
}
.btn-ghost .margin {
  margin-top: 10px;
}
.mds-btn-right {
  margin-right: 5px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@keyframes mdsCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.clums .mds-checkbox-wrapper.mds-checkbox-group-item {
  display: block;
  margin-bottom: 16px;
}
.mds-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.mds-checkbox-wrapper:hover .mds-checkbox-inner,
.mds-checkbox:hover .mds-checkbox-inner,
.mds-checkbox-input:focus + .mds-checkbox-inner {
  border-color: #0364FF;
}
.mds-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #0364FF;
  content: '';
  animation: mdsCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.mds-checkbox:hover:after,
.mds-checkbox-wrapper:hover .mds-checkbox:after {
  visibility: visible;
}
.mds-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #D8DCE6;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.mds-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.3px;
  top: 1px;
  display: block;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.mds-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mds-checkbox-indeterminate .mds-checkbox-inner {
  background: #fff;
}
.mds-checkbox-indeterminate .mds-checkbox-inner:after {
  content: '';
  transform: scale(1);
  position: absolute;
  left: 2.85714286px;
  top: 2.85714286px;
  width: 10.28571429px;
  height: 10.28571429px;
  background: #0364FF;
}
.mds-checkbox-indeterminate.mds-checkbox-disabled .mds-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.2);
}
.mds-checkbox-checked .mds-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: block;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.mds-checkbox-checked .mds-checkbox-inner {
  background-color: #0364FF;
  border-color: #0364FF;
}
.mds-checkbox-disabled {
  cursor: not-allowed;
}
.mds-checkbox-disabled.mds-checkbox-checked .mds-checkbox-inner:after {
  animation-name: none;
  border-color: #D8DCE6;
}
.mds-checkbox-disabled .mds-checkbox-input {
  cursor: not-allowed;
}
.mds-checkbox-disabled .mds-checkbox-inner {
  border-color: #D8DCE6 !important;
  background-color: #FAFAFD;
}
.mds-checkbox-disabled .mds-checkbox-inner:after {
  animation-name: none;
  border-color: #FAFAFD;
}
.mds-checkbox-disabled + span {
  color: #aaaaaa !important;
  cursor: not-allowed;
}
.mds-checkbox-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}
.mds-checkbox-wrapper + .mds-checkbox-wrapper {
  margin-left: 8px;
}
.mds-checkbox-wrapper + span,
.mds-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
  color: #354052;
}
.mds-checkbox-group {
  font-size: 14px;
}
.mds-checkbox-group-item {
  display: inline-block;
  margin-right: 20px;
}
.mds-checkbox-group-item:last-child {
  margin-right: 0;
}
.mds-checkbox-group-item + .mds-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .mds-checkbox-checked .mds-checkbox-inner:before,
  .mds-checkbox-checked .mds-checkbox-inner:after {
    font-family: 'mdsicon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.mds-tooltip {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  min-width: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.mds-tooltip .popper__arrow,
.mds-tooltip .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mds-tooltip .popper__arrow::after {
  content: " ";
  border-width: 5px;
}
.mds-tooltip-hidden {
  display: none;
}
.mds-tooltip.dark-mode {
  background: #303133;
  color: #ffffff;
}
.mds-tooltip.light-mode {
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.mds-tooltip-placement-top,
.mds-tooltip-placement-top-start,
.mds-tooltip-placement-top-end {
  margin-bottom: 9px;
}
.mds-tooltip-placement-right,
.mds-tooltip-placement-right-start,
.mds-tooltip-placement-right-end {
  margin-left: 9px;
}
.mds-tooltip-placement-bottom,
.mds-tooltip-placement-bottom-start,
.mds-tooltip-placement-bottom-end {
  margin-top: 9px;
}
.mds-tooltip-placement-left,
.mds-tooltip-placement-left-start,
.mds-tooltip-placement-left-end {
  margin-right: 9px;
}
.mds-tooltip-placement-top .popper__arrow,
.mds-tooltip-placement-top-start .popper__arrow,
.mds-tooltip-placement-top-end .popper__arrow {
  bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #354052;
}
.mds-tooltip-placement-top .popper__arrow::after,
.mds-tooltip-placement-top-start .popper__arrow::after,
.mds-tooltip-placement-top-end .popper__arrow::after {
  bottom: 1px;
  border-top-color: #354052;
  border-width: 5px 5px 0;
  margin-left: -5px;
}
.mds-tooltip-placement-top.light-mode .popper__arrow,
.mds-tooltip-placement-top-start.light-mode .popper__arrow,
.mds-tooltip-placement-top-end.light-mode .popper__arrow {
  border-top-color: #ebeef5;
}
.mds-tooltip-placement-top.light-mode .popper__arrow::after,
.mds-tooltip-placement-top-start.light-mode .popper__arrow::after,
.mds-tooltip-placement-top-end.light-mode .popper__arrow::after {
  border-top-color: #fff;
}
.mds-tooltip-placement-right .popper__arrow,
.mds-tooltip-placement-right-start .popper__arrow,
.mds-tooltip-placement-right-end .popper__arrow {
  left: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #354052;
}
.mds-tooltip-placement-right .popper__arrow::after,
.mds-tooltip-placement-right-start .popper__arrow::after,
.mds-tooltip-placement-right-end .popper__arrow::after {
  left: 1px;
  border-right-color: #354052;
  border-width: 5px 5px 5px 0;
  bottom: -5px;
}
.mds-tooltip-placement-right.light-mode .popper__arrow,
.mds-tooltip-placement-right-start.light-mode .popper__arrow,
.mds-tooltip-placement-right-end.light-mode .popper__arrow {
  border-right-color: #ebeef5;
}
.mds-tooltip-placement-right.light-mode .popper__arrow::after,
.mds-tooltip-placement-right-start.light-mode .popper__arrow::after,
.mds-tooltip-placement-right-end.light-mode .popper__arrow::after {
  border-right-color: #fff;
}
.mds-tooltip-placement-left .popper__arrow,
.mds-tooltip-placement-left-start .popper__arrow,
.mds-tooltip-placement-left-end .popper__arrow {
  right: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #354052;
}
.mds-tooltip-placement-left .popper__arrow::after,
.mds-tooltip-placement-left-start .popper__arrow::after,
.mds-tooltip-placement-left-end .popper__arrow::after {
  right: 1px;
  border-left-color: #354052;
  border-width: 5px 0 5px 5px;
  margin-left: -5px;
  bottom: -5px;
}
.mds-tooltip-placement-left.light-mode .popper__arrow,
.mds-tooltip-placement-left-start.light-mode .popper__arrow,
.mds-tooltip-placement-left-end.light-mode .popper__arrow {
  border-left-color: #ebeef5;
}
.mds-tooltip-placement-left.light-mode .popper__arrow::after,
.mds-tooltip-placement-left-start.light-mode .popper__arrow::after,
.mds-tooltip-placement-left-end.light-mode .popper__arrow::after {
  border-left-color: #fff;
}
.mds-tooltip-placement-bottom .popper__arrow,
.mds-tooltip-placement-bottom-start .popper__arrow,
.mds-tooltip-placement-bottom-end .popper__arrow {
  top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #354052;
}
.mds-tooltip-placement-bottom .popper__arrow::after,
.mds-tooltip-placement-bottom-start .popper__arrow::after,
.mds-tooltip-placement-bottom-end .popper__arrow::after {
  top: 1px;
  border-top-color: #354052;
  border-width: 0 5px 5px;
  margin-left: -5px;
}
.mds-tooltip-placement-bottom.light-mode .popper__arrow,
.mds-tooltip-placement-bottom-start.light-mode .popper__arrow,
.mds-tooltip-placement-bottom-end.light-mode .popper__arrow {
  border-bottom-color: #ebeef5;
}
.mds-tooltip-placement-bottom.light-mode .popper__arrow::after,
.mds-tooltip-placement-bottom-start.light-mode .popper__arrow::after,
.mds-tooltip-placement-bottom-end.light-mode .popper__arrow::after {
  border-bottom-color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.mds-popover-wrapper {
  display: inline-block;
}
.mds-popover {
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  min-width: 150px;
  word-wrap: break-word;
  font-size: 14px;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.mds-popover .popper__arrow,
.mds-popover .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mds-popover .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.mds-popover-hidden {
  display: none;
}
.mds-popover-placement-top,
.mds-popover-placement-top-start,
.mds-popover-placement-top-end {
  margin-bottom: 18px;
}
.mds-popover-placement-right,
.mds-popover-placement-right-start,
.mds-popover-placement-right-end {
  margin-left: 9px;
}
.mds-popover-placement-bottom,
.mds-popover-placement-bottom-start,
.mds-popover-placement-bottom-end {
  margin-top: 18px;
}
.mds-popover-placement-left,
.mds-popover-placement-left-start,
.mds-popover-placement-left-end {
  margin-right: 9px;
}
.mds-popover-placement-top .popper__arrow,
.mds-popover-placement-top-start .popper__arrow,
.mds-popover-placement-top-end .popper__arrow {
  bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ebeef5;
}
.mds-popover-placement-top .popper__arrow::after,
.mds-popover-placement-top-start .popper__arrow::after,
.mds-popover-placement-top-end .popper__arrow::after {
  bottom: 1px;
  border-top-color: #ebeef5;
  border-width: 5px 5px 0;
  margin-left: -5px;
}
.mds-popover-placement-top .popper__arrow::after,
.mds-popover-placement-top-start .popper__arrow::after,
.mds-popover-placement-top-end .popper__arrow::after {
  border-top-color: #fff;
}
.mds-popover-placement-right .popper__arrow,
.mds-popover-placement-right-start .popper__arrow,
.mds-popover-placement-right-end .popper__arrow {
  left: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ebeef5;
}
.mds-popover-placement-right .popper__arrow::after,
.mds-popover-placement-right-start .popper__arrow::after,
.mds-popover-placement-right-end .popper__arrow::after {
  left: 1px;
  border-right-color: #ebeef5;
  border-width: 5px 5px 5px 0;
  bottom: -5px;
}
.mds-popover-placement-right .popper__arrow::after,
.mds-popover-placement-right-start .popper__arrow::after,
.mds-popover-placement-right-end .popper__arrow::after {
  border-right-color: #fff;
}
.mds-popover-placement-left .popper__arrow,
.mds-popover-placement-left-start .popper__arrow,
.mds-popover-placement-left-end .popper__arrow {
  right: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ebeef5;
}
.mds-popover-placement-left .popper__arrow::after,
.mds-popover-placement-left-start .popper__arrow::after,
.mds-popover-placement-left-end .popper__arrow::after {
  right: 1px;
  border-left-color: #ebeef5;
  border-width: 5px 0 5px 5px;
  margin-left: -5px;
  bottom: -5px;
}
.mds-popover-placement-left .popper__arrow::after,
.mds-popover-placement-left-start .popper__arrow::after,
.mds-popover-placement-left-end .popper__arrow::after {
  border-left-color: #fff;
}
.mds-popover-placement-bottom .popper__arrow,
.mds-popover-placement-bottom-start .popper__arrow,
.mds-popover-placement-bottom-end .popper__arrow {
  top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ebeef5;
}
.mds-popover-placement-bottom .popper__arrow::after,
.mds-popover-placement-bottom-start .popper__arrow::after,
.mds-popover-placement-bottom-end .popper__arrow::after {
  top: 1px;
  border-top-color: #ebeef5;
  border-width: 0 5px 5px;
  margin-left: -5px;
}
.mds-popover-placement-bottom .popper__arrow::after,
.mds-popover-placement-bottom-start .popper__arrow::after,
.mds-popover-placement-bottom-end .popper__arrow::after {
  border-bottom-color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.mds-table {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.mds-table table {
  width: 100%;
}
.mds-table tbody {
  width: 100%;
}
.mds-table th {
  height: 39px;
  background: #fafafd;
  text-align: left;
  font-size: 12px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #7f8fa4;
  border-right: 1px solid #f0f2f5;
  border-top: 1px solid #f0f2f5;
}
.mds-table tr:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.mds-table .stripe-row {
  background: #fafafd;
}
.mds-table td {
  height: 39px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #7f8fa4;
  text-align: left;
  border-bottom: 1px solid #f0f2f5;
}
.mds-table .mds-table-fixed-left-body {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.mds-table .main-table {
  border-bottom: 0;
  border-right: 0;
  overflow-x: scroll;
}
.mds-table .main-table:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d7dde4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.mds-table .main-table::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background-color: #f0f2f5;
}
.mds-table .notdata {
  text-align: center;
  border-bottom: 1px solid #f0f2f5;
  height: 40px;
  line-height: 40px;
  color: #7f8fa4;
}
.mds-table .loadings {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 0;
  border-left: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
}
.mds-table .loadings span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #7a7e83;
}
.mds-table .mds-table-header {
  border-bottom: 1px solid #f0f2f5;
}
.mds-table .mds-th,
.mds-table .mds-td {
  padding: 12px 20px;
}
.mds-table .mds-table-fiexd-left {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.mds-table .mds-table-fiexd-right {
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.mds-table .mds-table-fixed-left-header {
  overflow: hidden;
}
.mds-table table {
  table-layout: fixed;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
