*,
*::before,
*::after {
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%; }

input::-ms-clear,
input::-ms-reveal {
  display: none; }

html {
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

@-ms-viewport {
  width: device-width; }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  background-color: #fff;
  color: #262626;
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-variant: tabular-nums;
  font-weight: 400;
  margin: 0;
  overflow: scroll; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 16px 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 16px;
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none; }

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem; }

ol,
ul {
  padding-left: 0; }

ol,
ul,
dl {
  margin-bottom: 0;
  margin-top: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #40a9ff;
  text-decoration: none; }
  a:hover {
    color: #0085f3;
    text-decoration: underline; }

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto; }
  pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal; }

code {
  color: #f759ab;
  font-size: 0.875em;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  caption-side: bottom;
  color: #8c8c8c;
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-align: left; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: none; }

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0; }

legend {
  color: inherit;
  float: left;
  font-size: 24px;
  line-height: inherit;
  margin-bottom: 8px;
  padding: 0;
  white-space: normal;
  width: 100%; }

mark {
  background-color: #fcf8e3;
  padding: 0.2em; }

progress {
  vertical-align: baseline; }

::-webkit-datetime-edit {
  line-height: 0;
  overflow: visible; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

output {
  display: inline-block; }

summary {
  cursor: pointer;
  display: list-item; }

template {
  display: none; }

main {
  display: block; }

[hidden] {
  display: none !important; }

.clearfix::before {
  content: '';
  display: table; }

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.zoom-in-top-enter {
  opacity: 0;
  transform: scaleY(0); }

.zoom-in-top-enter-active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-top-appear {
  opacity: 0;
  transform: scaleY(0); }

.zoom-in-top-appear-active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-top-exit {
  opacity: 1; }

.zoom-in-top-exit-active {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-left-enter {
  opacity: 0;
  transform: scale(0.45, 0.45); }

.zoom-in-left-enter-active {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: top left;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-left-appear {
  opacity: 0;
  transform: scale(0.45, 0.45); }

.zoom-in-left-appear-active {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: top left;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-left-exit {
  opacity: 1; }

.zoom-in-left-exit-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
  transform-origin: top left;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-right-enter {
  opacity: 0;
  transform: scale(0.45, 0.45); }

.zoom-in-right-enter-active {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: top right;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-right-appear {
  opacity: 0;
  transform: scale(0.45, 0.45); }

.zoom-in-right-appear-active {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: top right;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-right-exit {
  opacity: 1; }

.zoom-in-right-exit-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
  transform-origin: top right;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-bottom-enter {
  opacity: 0;
  transform: scaleY(0); }

.zoom-in-bottom-enter-active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-bottom-appear {
  opacity: 0;
  transform: scaleY(0); }

.zoom-in-bottom-appear-active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-bottom-exit {
  opacity: 1; }

.zoom-in-bottom-exit-active {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-allscale-enter {
  opacity: 0;
  transform: scaleY(0, 0); }

.zoom-in-allscale-enter-active {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-allscale-appear {
  opacity: 0;
  transform: scaleY(0, 0); }

.zoom-in-allscale-appear-active {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-allscale-exit {
  opacity: 1; }

.zoom-in-allscale-exit-active {
  opacity: 0;
  transform: scaleY(0, 0);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.bigbear-background-red {
  background-color: #ff4d4f; }

.bigbear-color-red {
  color: #ff4d4f; }

.bigbear-background-volcano {
  background-color: #ff7a45; }

.bigbear-color-volcano {
  color: #ff7a45; }

.bigbear-background-orange {
  background-color: #ffa940; }

.bigbear-color-orange {
  color: #ffa940; }

.bigbear-background-gold {
  background-color: #ffc53d; }

.bigbear-color-gold {
  color: #ffc53d; }

.bigbear-background-yellow {
  background-color: #ffec3d; }

.bigbear-color-yellow {
  color: #ffec3d; }

.bigbear-background-lime {
  background-color: #bae637; }

.bigbear-color-lime {
  color: #bae637; }

.bigbear-background-green {
  background-color: #73d13d; }

.bigbear-color-green {
  color: #73d13d; }

.bigbear-background-cyan {
  background-color: #36cfc9; }

.bigbear-color-cyan {
  color: #36cfc9; }

.bigbear-background-blue {
  background-color: #40a9ff; }

.bigbear-color-blue {
  color: #40a9ff; }

.bigbear-background-purple {
  background-color: #9254de; }

.bigbear-color-purple {
  color: #9254de; }

.bigbear-background-pink {
  background-color: #f759ab; }

.bigbear-color-pink {
  color: #f759ab; }

.bigbear-background-gblue {
  background-color: #597ef7; }

.bigbear-color-gblue {
  color: #597ef7; }

.bigbear-background-white {
  background-color: #fff; }

.bigbear-color-white {
  color: #fff; }

.bigbear-background-gray-1 {
  background-color: #fafafa; }

.bigbear-color-gray-1 {
  color: #fafafa; }

.bigbear-background-gray-2 {
  background-color: #f5f5f5; }

.bigbear-color-gray-2 {
  color: #f5f5f5; }

.bigbear-background-gray-3 {
  background-color: #f0f0f0; }

.bigbear-color-gray-3 {
  color: #f0f0f0; }

.bigbear-background-gray-4 {
  background-color: #d9d9d9; }

.bigbear-color-gray-4 {
  color: #d9d9d9; }

.bigbear-background-gray-5 {
  background-color: #bfbfbf; }

.bigbear-color-gray-5 {
  color: #bfbfbf; }

.bigbear-background-gray-6 {
  background-color: #8c8c8c; }

.bigbear-color-gray-6 {
  color: #8c8c8c; }

.bigbear-background-gray-7 {
  background-color: #595959; }

.bigbear-color-gray-7 {
  color: #595959; }

.bigbear-background-gray-8 {
  background-color: #434343; }

.bigbear-color-gray-8 {
  color: #434343; }

.bigbear-background-gray-9 {
  background-color: #262626; }

.bigbear-color-gray-9 {
  color: #262626; }

.bigbear-background-black {
  background-color: #000; }

.bigbear-color-black {
  color: #000; }

.btn {
  border-radius: 4px;
  font-size: 16px;
  padding: 4px 8px 4px 8px;
  background-image: none;
  border: 1px solid transparent;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  white-space: nowrap; }
  .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65; }
    .btn[disabled] > * {
      pointer-events: none; }

.btn-size-lg {
  border-radius: 5px;
  font-size: 20px;
  padding: 6px 12px 6px 12px; }

.btn-size-sm {
  border-radius: 3px;
  font-size: 14px;
  padding: 2px 4px 2px 4px; }

.btn-size-default {
  border-radius: 4px;
  font-size: 16px;
  padding: 4px 8px 4px 8px; }

.btn-type-default {
  background-color: #fff;
  color: #595959;
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
  .btn-type-default:hover {
    background-color: white;
    color: #595959; }
  .btn-type-default:focus {
    background-color: white;
    color: #595959; }
  .btn-type-default[disabled] {
    background-color: #fff;
    border-color: #737373;
    color: #595959; }
  .btn-type-default:active {
    background: #fff;
    border: none;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }

.btn-type-primary {
  background-color: #40a9ff;
  color: #fff;
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff; }
  .btn-type-primary:hover {
    background-color: #66baff;
    color: #fff; }
  .btn-type-primary:focus {
    background-color: #66baff;
    color: #fff; }
  .btn-type-primary[disabled] {
    background-color: #40a9ff;
    border-color: white;
    color: #fff; }
  .btn-type-primary:active {
    background: #40a9ff;
    border: none;
    box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }

.btn-type-secondary {
  background-color: #8c8c8c;
  color: #fff;
  background: #8c8c8c;
  border: none;
  box-shadow: 2px 2px 4px #777;
  text-shadow: 1px 1px 4px #777, -1px -1px 4px #a1a1a1; }
  .btn-type-secondary:hover {
    background-color: #9f9f9f;
    color: #fff; }
  .btn-type-secondary:focus {
    background-color: #9f9f9f;
    color: #fff; }
  .btn-type-secondary[disabled] {
    background-color: #8c8c8c;
    border-color: white;
    color: #fff; }
  .btn-type-secondary:active {
    background: #8c8c8c;
    border: none;
    box-shadow: inset 2px 2px 4px #777, inset -2px -2px 4px #aeaeae; }

.btn-type-success {
  background-color: #73d13d;
  color: #fff;
  background: #73d13d;
  border: none;
  box-shadow: 2px 2px 4px #62b234;
  text-shadow: 1px 1px 4px #62b234, -1px -1px 4px #84f046; }
  .btn-type-success:hover {
    background-color: #89d85c;
    color: #fff; }
  .btn-type-success:focus {
    background-color: #89d85c;
    color: #fff; }
  .btn-type-success[disabled] {
    background-color: #73d13d;
    border-color: white;
    color: #fff; }
  .btn-type-success:active {
    background: #73d13d;
    border: none;
    box-shadow: inset 2px 2px 4px #62b234, inset -2px -2px 4px #94f25e; }

.btn-type-info {
  background-color: #36cfc9;
  color: #fff;
  background: #36cfc9;
  border: none;
  box-shadow: 2px 2px 4px #2eb0ab;
  text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7; }
  .btn-type-info:hover {
    background-color: #55d6d1;
    color: #fff; }
  .btn-type-info:focus {
    background-color: #55d6d1;
    color: #fff; }
  .btn-type-info[disabled] {
    background-color: #36cfc9;
    border-color: white;
    color: #fff; }
  .btn-type-info:active {
    background: #36cfc9;
    border: none;
    box-shadow: inset 2px 2px 4px #2eb0ab, inset -2px -2px 4px #55f0ea; }

.btn-type-warning {
  background-color: #ffec3d;
  color: #595959;
  background: #ffec3d;
  border: none;
  box-shadow: 2px 2px 4px #d9c934;
  text-shadow: 1px 1px 4px #d9c934, -1px -1px 4px #ffff46; }
  .btn-type-warning:hover {
    background-color: #fff063;
    color: #595959; }
  .btn-type-warning:focus {
    background-color: #fff063;
    color: #595959; }
  .btn-type-warning[disabled] {
    background-color: #ffec3d;
    border-color: #737373;
    color: #595959; }
  .btn-type-warning:active {
    background: #ffec3d;
    border: none;
    box-shadow: inset 2px 2px 4px #d9c934, inset -2px -2px 4px #ffff60; }

.btn-type-danger {
  background-color: #ff4d4f;
  color: #fff;
  background: #ff4d4f;
  border: none;
  box-shadow: 2px 2px 4px #c33b3c;
  text-shadow: 1px 1px 4px #c33b3c, -1px -1px 4px #f97677; }
  .btn-type-danger:hover {
    background-color: #ff7375;
    color: #fff; }
  .btn-type-danger:focus {
    background-color: #ff7375;
    color: #fff; }
  .btn-type-danger[disabled] {
    background-color: #ff4d4f;
    border-color: white;
    color: #fff; }
  .btn-type-danger:active {
    background: #ff4d4f;
    border: none;
    box-shadow: inset 2px 2px 4px #c33b3c, inset -2px -2px 4px #fa8e8f; }

.btn-type-light {
  background-color: #fafafa;
  color: #595959;
  background: #fafafa;
  border: none;
  box-shadow: 2px 2px 4px #d5d5d5;
  text-shadow: 1px 1px 4px #d5d5d5, -1px -1px 4px #fff; }
  .btn-type-light:hover {
    background-color: white;
    color: #595959; }
  .btn-type-light:focus {
    background-color: white;
    color: #595959; }
  .btn-type-light[disabled] {
    background-color: #fafafa;
    border-color: #737373;
    color: #595959; }
  .btn-type-light:active {
    background: #fafafa;
    border: none;
    box-shadow: inset 2px 2px 4px #d5d5d5, inset -2px -2px 4px white; }

.btn-type-dark {
  background-color: #434343;
  color: #fff;
  background: #434343;
  border: none;
  box-shadow: 2px 2px 4px #393939;
  text-shadow: 1px 1px 4px #393939, -1px -1px 4px #777; }
  .btn-type-dark:hover {
    background-color: #565656;
    color: #fff; }
  .btn-type-dark:focus {
    background-color: #565656;
    color: #fff; }
  .btn-type-dark[disabled] {
    background-color: #434343;
    border-color: white;
    color: #fff; }
  .btn-type-dark:active {
    background: #434343;
    border: none;
    box-shadow: inset 2px 2px 4px #393939, inset -2px -2px 4px #848484; }

.btn-type-link {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  border: 1px dashed #73c0ff;
  color: #40a9ff;
  font-weight: 400;
  text-decoration: none; }
  .btn-type-link:active {
    background: #fff;
    border: none;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
  .btn-type-link:hover {
    color: #0085f3;
    text-decoration: underline; }
  .btn-type-link:focus {
    text-decoration: underline; }
  .btn-type-link.disabled {
    color: #8c8c8c;
    pointer-events: none;
    border: 1px dashed #8c8c8c; }

.btn-type-neu-w-up {
  background: linear-gradient(145deg, #e6e6e6, #fff);
  box-shadow: 2px 2px 4px #d6d6d6, -4px 4px #fff;
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #d9d9d9;
  color: #262626;
  font-weight: 700; }
  .btn-type-neu-w-up:hover {
    outline: none; }
  .btn-type-neu-w-up:focus {
    outline: none; }
  .btn-type-neu-w-up.disabled {
    pointer-events: none; }

.btn-type-neu-w-down {
  background: #fff;
  box-shadow: inset 2px 2px 4px #d6d6d6, inset -2px -2px 4px #fff;
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #d9d9d9;
  color: #262626;
  font-weight: 700; }
  .btn-type-neu-w-down:hover {
    outline: none; }
  .btn-type-neu-w-down:focus {
    outline: none; }
  .btn-type-neu-w-down.disabled {
    pointer-events: none; }

.btn-type-neu-w-co {
  background: linear-gradient(145deg, #fff, #e6e6e6);
  box-shadow: 2px 2px 4px #d6d6d6, -2px -2px 4px #fff;
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #d9d9d9;
  color: #262626;
  font-weight: 700; }
  .btn-type-neu-w-co:hover {
    outline: none; }
  .btn-type-neu-w-co:focus {
    outline: none; }
  .btn-type-neu-w-co.disabled {
    pointer-events: none; }

.btn-type-neu-w-fl {
  background: #fff;
  box-shadow: 2px 2px 4px #d6d6d6, -2px -2px 4px #fff;
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #d9d9d9;
  color: #262626;
  font-weight: 700; }
  .btn-type-neu-w-fl:hover {
    outline: none; }
  .btn-type-neu-w-fl:focus {
    outline: none; }
  .btn-type-neu-w-fl.disabled {
    pointer-events: none; }

.bigbear-menu {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0; }
  .bigbear-menu .bigbear-menuitem {
    border: 2px solid transparent;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.3s ease-in-out, border-color 0.35s ease-in-out; }
    .bigbear-menu .bigbear-menuitem:hover, .bigbear-menu .bigbear-menuitem:focus {
      text-decoration: none; }
    .bigbear-menu .bigbear-menuitem.isdisabled {
      color: #8c8c8c;
      cursor: default;
      pointer-events: none; }
    .bigbear-menu .bigbear-menuitem.isactive, .bigbear-menu .bigbear-menuitem:hover {
      border-bottom: 2px solid #40a9ff;
      color: #40a9ff; }
    .bigbear-menu .bigbear-menuitem.bigbear-menuclose {
      color: #262626;
      border-bottom: 2px solid transparent; }
    .bigbear-menu .bigbear-menuitem.issubactive {
      color: #40a9ff; }

.bigbear-menuitem.bigbear-submenu {
  padding: 0; }
  .bigbear-menuitem.bigbear-submenu .bigbear-submenu-title {
    padding: 8px 16px; }

.menu-realative {
  position: relative; }
  .menu-realative .bigbear-submenu-children {
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    left: 50%;
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: calc(100% + 8px);
    white-space: nowrap;
    z-index: 100; }
    .menu-realative .bigbear-submenu-children > .bigbear-menuitem {
      color: #262626;
      cursor: pointer;
      padding: 8px 16px;
      transition: color 0.3s ease-in-out, border-color 0.35s ease-in-out; }
      .menu-realative .bigbear-submenu-children > .bigbear-menuitem.isactive, .menu-realative .bigbear-submenu-children > .bigbear-menuitem:hover {
        border-bottom: 2px solid #40a9ff;
        color: #40a9ff; }
  .menu-realative .bigbear-menuopen {
    display: block; }

.menu-vertical {
  border-bottom: 0;
  flex-direction: column; }
  .menu-vertical .bigbear-menuitem {
    border: none;
    text-align: left; }
    .menu-vertical .bigbear-menuitem.bigbear-submenu {
      padding: 8px 0 8px 16px; }
      .menu-vertical .bigbear-menuitem.bigbear-submenu .bigbear-submenu-title {
        padding: 0; }
    .menu-vertical .bigbear-menuitem.isactive, .menu-vertical .bigbear-menuitem:hover {
      border-bottom: none; }
    .menu-vertical .bigbear-menuitem.isactive {
      border-right: 2px solid #40a9ff; }
  .menu-vertical .bigbear-submenu-children {
    border: none;
    box-shadow: none;
    left: 0;
    position: static;
    transform: translateX(0); }
    .menu-vertical .bigbear-submenu-children .bigbear-menuitem.isactive, .menu-vertical .bigbear-submenu-children .bigbear-menuitem:hover {
      border-bottom: none; }
  .menu-vertical .bigbear-menuopen {
    display: block; }

.isvertical .bigbear-submenu-icon {
  margin-left: 5px;
  transition: .25s ease-in-out; }

.bigbear-submenu .bigbear-submenu-title {
  align-items: center;
  display: flex; }
  .bigbear-submenu .bigbear-submenu-title .bigbear-submenu-icon {
    margin-left: 5px;
    transition: .25s ease-in-out; }

.bigbear-submenu.bigbear-menuopen .bigbear-submenu-icon {
  transform: rotate(180deg); }

.isvertical.bigbear-submenu:hover .bigbear-submenu-icon {
  transform: rotate(0deg); }

.isvertical.bigbear-menuopen .bigbear-submenu-title .bigbear-submenu-icon {
  transform: rotate(180deg); }

.menu-zoom-in-top-enter {
  opacity: 0;
  transform: scaleY(0) translateX(-50%); }

.menu-zoom-in-top-enter-active {
  opacity: 0;
  transform: scaleY(0) translateX(-50%); }

.menu-zoom-in-top-enter-done {
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.menu-zoom-in-top-exit {
  opacity: 0;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.menu-zoom-in-top-exit-active {
  opacity: 0;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.bigbear-submenu-children.menu-zoom-in-top-vertical-enter {
  opacity: 0;
  transform: scaleY(0) translateX(0); }

.bigbear-submenu-children.menu-zoom-in-top-vertical-enter-active {
  opacity: 0;
  transform: scaleY(0) translateX(0); }

.bigbear-submenu-children.menu-zoom-in-top-vertical-enter-done {
  opacity: 1;
  transform: scaleY(1) translateX(0);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.bigbear-submenu-children.menu-zoom-in-top-vertical-exit {
  opacity: 0;
  transform: scaleY(0) translateX(0);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.bigbear-submenu-children.menu-zoom-in-top-vertical-exit-active {
  opacity: 0;
  transform: scaleY(0) translateX(0);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.icon-default {
  color: #fff; }

.icon-primary {
  color: #40a9ff; }

.icon-secondary {
  color: #8c8c8c; }

.icon-success {
  color: #73d13d; }

.icon-info {
  color: #36cfc9; }

.icon-warning {
  color: #ffec3d; }

.icon-danger {
  color: #ff4d4f; }

.icon-light {
  color: #fafafa; }

.icon-dark {
  color: #434343; }

@keyframes fa-spin {
  0% {
    filter: blur(0px);
    transform: rotate(0deg); }
  100% {
    filter: blur(0px);
    transform: rotate(360deg); } }

.bigbear-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  position: relative; }
  .bigbear-alert > span:nth-child(1) {
    font-size: 20px;
    font-weight: 700; }
  .bigbear-alert > span svg {
    margin-right: 10px; }
  .bigbear-alert > button {
    position: absolute;
    right: 0;
    top: 0; }

.bigbear-alert-default {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  color: #595959; }

.bigbear-alert-primary {
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
  color: #fff; }

.bigbear-alert-secondary {
  background: #8c8c8c;
  border: none;
  box-shadow: 2px 2px 4px #777;
  text-shadow: 1px 1px 4px #777, -1px -1px 4px #a1a1a1;
  color: #fff; }

.bigbear-alert-success {
  background: #73d13d;
  border: none;
  box-shadow: 2px 2px 4px #62b234;
  text-shadow: 1px 1px 4px #62b234, -1px -1px 4px #84f046;
  color: #fff; }

.bigbear-alert-info {
  background: #36cfc9;
  border: none;
  box-shadow: 2px 2px 4px #2eb0ab;
  text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7;
  color: #fff; }

.bigbear-alert-warning {
  background: #ffec3d;
  border: none;
  box-shadow: 2px 2px 4px #d9c934;
  text-shadow: 1px 1px 4px #d9c934, -1px -1px 4px #ffff46;
  color: #595959; }

.bigbear-alert-danger {
  background: #ff4d4f;
  border: none;
  box-shadow: 2px 2px 4px #c33b3c;
  text-shadow: 1px 1px 4px #c33b3c, -1px -1px 4px #f97677;
  color: #fff; }

.bigbear-alert-light {
  background: #fafafa;
  border: none;
  box-shadow: 2px 2px 4px #d5d5d5;
  text-shadow: 1px 1px 4px #d5d5d5, -1px -1px 4px #fff;
  color: #595959; }

.bigbear-alert-dark {
  background: #434343;
  border: none;
  box-shadow: 2px 2px 4px #393939;
  text-shadow: 1px 1px 4px #393939, -1px -1px 4px #777;
  color: #fff; }

.bigbear-message-top {
  left: 50%;
  position: fixed;
  top: 20px;
  transform: translateX(-50%); }

.bigbear-message-lt {
  left: 20px;
  position: fixed;
  top: 20px; }

.bigbear-message-rt {
  position: fixed;
  right: 20px;
  top: 20px; }

.bigbear-message-lb {
  bottom: 20px;
  left: 20px;
  position: fixed; }

.bigbear-message-rb {
  bottom: 20px;
  position: fixed;
  right: 20px; }

.bigbear-message {
  max-width: 300px;
  padding: 5px;
  z-index: 500; }
  .bigbear-message > span:nth-child(1) {
    font-size: 14px; }
  .bigbear-message > span:nth-child(2) {
    font-size: 13px; }
  .bigbear-message .btn {
    font-size: 9px; }
    .bigbear-message .btn .bigbear-icon {
      vertical-align: middle; }

.zoom-in-topmesssage-enter {
  opacity: 0;
  transform: scaleY(0) translateX(-50%); }

.zoom-in-topmesssage-enter-active {
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.zoom-in-topmesssage-enter-done {
  opacity: 1;
  transform: scaleY(1) translateX(-50%); }

.zoom-in-topmesssage-exit {
  opacity: 0;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; }

.bigbear-input-wrapper {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  .bigbear-input-wrapper input {
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
    background: transparent;
    border: none;
    color: #595959;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 16px;
    height: 35px;
    outline: none;
    padding: 0 10px;
    width: 10px; }
  .bigbear-input-wrapper input:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.5; }
  .bigbear-input-wrapper input::placeholder {
    color: #bfbfbf; }
  .bigbear-input-wrapper .bigbear-input-group-prepend {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    align-items: center;
    display: flex;
    flex-shrink: 1;
    height: 35px;
    justify-content: flex-start;
    padding: 0 10px; }
  .bigbear-input-wrapper .bigbear-input-group-append {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    align-items: center;
    display: flex;
    flex-shrink: 1;
    height: 35px;
    justify-content: flex-end;
    padding: 0 10px; }

.bigbear-autocomplete .bigbear-autocomplete-ul {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  list-style: none;
  padding: 5px;
  position: absolute;
  width: 100%; }
  .bigbear-autocomplete .bigbear-autocomplete-ul .bigbear-autocomplete-item {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    cursor: pointer;
    margin: 5px;
    padding: 5px; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .bigbear-autocomplete-item:active {
      background: #fff;
      border: none;
      box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .bigbear-autocomplete-item:hover {
      background: #36cfc9;
      border: none;
      box-shadow: 2px 2px 4px #2eb0ab;
      text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .bigbear-autocomplete-item:active {
      background: #36cfc9;
      border: none;
      box-shadow: inset 2px 2px 4px #2eb0ab, inset -2px -2px 4px #55f0ea; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .bigbear-autocomplete-item:hover {
      color: #fff; }
  .bigbear-autocomplete .bigbear-autocomplete-ul .autocomplete-item-highlight {
    background: #40a9ff;
    border: none;
    box-shadow: 2px 2px 4px #3690d9;
    text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
    color: #fff; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .autocomplete-item-highlight:active {
      background: #40a9ff;
      border: none;
      box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .autocomplete-item-highlight:hover {
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff; }
    .bigbear-autocomplete .bigbear-autocomplete-ul .autocomplete-item-highlight:active {
      background: #40a9ff;
      border: none;
      box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }

.bigbear-autocomplete .bigbear-autocomplete-spin {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10; }

.bigbear-list {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  list-style-type: none;
  padding: 20px; }

.list-horizontal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.list-withoveractive:hover {
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff; }

.list-withoveractive:active {
  background: #40a9ff;
  border: none;
  box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }

.list-withoveractive:hover, .list-withoveractive:active {
  color: #fff; }

.bigbear-list-item {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  margin: 5px;
  padding: 5px; }

.bigbear-avatar {
  overflow: hidden; }
  .bigbear-avatar > img {
    height: 100%;
    width: 100%;
    vertical-align: top; }
  .bigbear-avatar > .bigbear-icon {
    height: 100%;
    width: 100%;
    vertical-align: top; }
  .bigbear-avatar > div {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: top; }

.bigbear-avatar-type-default {
  height: 100%;
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  color: #595959;
  display: inline-block; }

.bigbear-avatar-type-primary {
  height: 100%;
  width: 100%;
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
  color: #fff;
  display: inline-block; }

.bigbear-avatar-type-secondary {
  height: 100%;
  width: 100%;
  background: #8c8c8c;
  border: none;
  box-shadow: 2px 2px 4px #777;
  text-shadow: 1px 1px 4px #777, -1px -1px 4px #a1a1a1;
  color: #fff;
  display: inline-block; }

.bigbear-avatar-type-success {
  height: 100%;
  width: 100%;
  background: #73d13d;
  border: none;
  box-shadow: 2px 2px 4px #62b234;
  text-shadow: 1px 1px 4px #62b234, -1px -1px 4px #84f046;
  color: #fff;
  display: inline-block; }

.bigbear-avatar-type-info {
  height: 100%;
  width: 100%;
  background: #36cfc9;
  border: none;
  box-shadow: 2px 2px 4px #2eb0ab;
  text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7;
  color: #fff;
  display: inline-block; }

.bigbear-avatar-type-warning {
  height: 100%;
  width: 100%;
  background: #ffec3d;
  border: none;
  box-shadow: 2px 2px 4px #d9c934;
  text-shadow: 1px 1px 4px #d9c934, -1px -1px 4px #ffff46;
  color: #595959;
  display: inline-block; }

.bigbear-avatar-type-danger {
  height: 100%;
  width: 100%;
  background: #ff4d4f;
  border: none;
  box-shadow: 2px 2px 4px #c33b3c;
  text-shadow: 1px 1px 4px #c33b3c, -1px -1px 4px #f97677;
  color: #fff;
  display: inline-block; }

.bigbear-avatar-type-light {
  height: 100%;
  width: 100%;
  background: #fafafa;
  border: none;
  box-shadow: 2px 2px 4px #d5d5d5;
  text-shadow: 1px 1px 4px #d5d5d5, -1px -1px 4px #fff;
  color: #595959;
  display: inline-block; }

.bigbear-avatar-type-dark {
  height: 100%;
  width: 100%;
  background: #434343;
  border: none;
  box-shadow: 2px 2px 4px #393939;
  text-shadow: 1px 1px 4px #393939, -1px -1px 4px #777;
  color: #fff;
  display: inline-block; }

.bigbear-avatar-wrapper-default {
  background: #fff;
  box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
  display: inline-block; }

.bigbear-avatar-wrapper-primary {
  background: #40a9ff;
  box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff;
  display: inline-block; }

.bigbear-avatar-wrapper-secondary {
  background: #8c8c8c;
  box-shadow: inset 2px 2px 4px #777, inset -2px -2px 4px #aeaeae;
  display: inline-block; }

.bigbear-avatar-wrapper-success {
  background: #73d13d;
  box-shadow: inset 2px 2px 4px #62b234, inset -2px -2px 4px #94f25e;
  display: inline-block; }

.bigbear-avatar-wrapper-info {
  background: #36cfc9;
  box-shadow: inset 2px 2px 4px #2eb0ab, inset -2px -2px 4px #55f0ea;
  display: inline-block; }

.bigbear-avatar-wrapper-warning {
  background: #ffec3d;
  box-shadow: inset 2px 2px 4px #d9c934, inset -2px -2px 4px #ffff60;
  display: inline-block; }

.bigbear-avatar-wrapper-danger {
  background: #ff4d4f;
  box-shadow: inset 2px 2px 4px #c33b3c, inset -2px -2px 4px #fa8e8f;
  display: inline-block; }

.bigbear-avatar-wrapper-light {
  background: #fafafa;
  box-shadow: inset 2px 2px 4px #d5d5d5, inset -2px -2px 4px white;
  display: inline-block; }

.bigbear-avatar-wrapper-dark {
  background: #434343;
  box-shadow: inset 2px 2px 4px #393939, inset -2px -2px 4px #848484;
  display: inline-block; }

.bigbear-avatar-size-default {
  height: 50px;
  width: 50px;
  display: inline-block;
  overflow: hidden;
  padding: 5px; }

.bigbear-avatar-size-lg {
  height: 100px;
  width: 100px;
  display: inline-block;
  font-size: 32px;
  overflow: hidden;
  padding: 10px; }

.bigbear-avatar-size-sm {
  height: 35px;
  width: 35px;
  display: inline-block;
  font-size: 8px;
  overflow: hidden;
  padding: 2px; }

.isround {
  border-radius: 50%; }
  .isround > .bigbear-avatar {
    border-radius: 50%; }

.virtual-container {
  display: flex;
  overflow: hidden;
  padding-bottom: 20px; }

.virtual-custom-item {
  width: 100%; }

.bigbear-badge {
  display: inline-block;
  position: relative;
  vertical-align: bottom; }

.bigbear-badge-count {
  border-radius: 5px;
  font-size: 14px;
  height: 24px;
  padding: 2px 6px 2px 6px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(50%, -50%, 0);
  z-index: 800; }

.bigbear-badge-count.nochildren {
  position: static;
  transform: translate3d(0, 0, 0); }

.bigbear-count-default {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  color: #595959; }

.bigbear-count-primary {
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
  color: #fff; }

.bigbear-count-secondary {
  background: #8c8c8c;
  border: none;
  box-shadow: 2px 2px 4px #777;
  text-shadow: 1px 1px 4px #777, -1px -1px 4px #a1a1a1;
  color: #fff; }

.bigbear-count-success {
  background: #73d13d;
  border: none;
  box-shadow: 2px 2px 4px #62b234;
  text-shadow: 1px 1px 4px #62b234, -1px -1px 4px #84f046;
  color: #fff; }

.bigbear-count-info {
  background: #36cfc9;
  border: none;
  box-shadow: 2px 2px 4px #2eb0ab;
  text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7;
  color: #fff; }

.bigbear-count-warning {
  background: #ffec3d;
  border: none;
  box-shadow: 2px 2px 4px #d9c934;
  text-shadow: 1px 1px 4px #d9c934, -1px -1px 4px #ffff46;
  color: #595959; }

.bigbear-count-danger {
  background: #ff4d4f;
  border: none;
  box-shadow: 2px 2px 4px #c33b3c;
  text-shadow: 1px 1px 4px #c33b3c, -1px -1px 4px #f97677;
  color: #fff; }

.bigbear-count-light {
  background: #fafafa;
  border: none;
  box-shadow: 2px 2px 4px #d5d5d5;
  text-shadow: 1px 1px 4px #d5d5d5, -1px -1px 4px #fff;
  color: #595959; }

.bigbear-count-dark {
  background: #434343;
  border: none;
  box-shadow: 2px 2px 4px #393939;
  text-shadow: 1px 1px 4px #393939, -1px -1px 4px #777;
  color: #fff; }

.badge-hide {
  display: none; }

.badge-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  padding: 0; }

.bigbear-switch-label {
  cursor: pointer;
  position: relative; }
  .bigbear-switch-label input {
    opacity: 0; }

.bigbear-switch-label-disabled {
  cursor: not-allowed;
  opacity: 60%; }

.bigbear-switch-label-size-default {
  height: 15px;
  width: 40px; }
  .bigbear-switch-label-size-default input:checked ~ .bigbear-switch-btn-size-default {
    left: calc(100% - 15px); }

.bigbear-switch-check-size-default {
  border-radius: 40px; }

.bigbear-switch-btn-size-default {
  height: 15px;
  width: 15px; }

.bigbear-switch-label-size-lg {
  height: 22.5px;
  width: 60px; }
  .bigbear-switch-label-size-lg input:checked ~ .bigbear-switch-btn-size-lg {
    left: calc(100% - 22.5px); }

.bigbear-switch-check-size-lg {
  border-radius: 60px; }

.bigbear-switch-btn-size-lg {
  height: 22.5px;
  width: 22.5px; }

.bigbear-switch-check-default {
  background: #fff;
  box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white, 2px 2px 4px #d9d9d9;
  color: #595959;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-primary {
  background: #40a9ff;
  box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff, 2px 2px 4px #3690d9;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-secondary {
  background: #8c8c8c;
  box-shadow: inset 2px 2px 4px #777, inset -2px -2px 4px #aeaeae, 2px 2px 4px #777;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-success {
  background: #73d13d;
  box-shadow: inset 2px 2px 4px #62b234, inset -2px -2px 4px #94f25e, 2px 2px 4px #62b234;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-info {
  background: #36cfc9;
  box-shadow: inset 2px 2px 4px #2eb0ab, inset -2px -2px 4px #55f0ea, 2px 2px 4px #2eb0ab;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-warning {
  background: #ffec3d;
  box-shadow: inset 2px 2px 4px #d9c934, inset -2px -2px 4px #ffff60, 2px 2px 4px #d9c934;
  color: #595959;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-danger {
  background: #ff4d4f;
  box-shadow: inset 2px 2px 4px #c33b3c, inset -2px -2px 4px #fa8e8f, 2px 2px 4px #c33b3c;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-light {
  background: #fafafa;
  box-shadow: inset 2px 2px 4px #d5d5d5, inset -2px -2px 4px white, 2px 2px 4px #d5d5d5;
  color: #595959;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-check-dark {
  background: #434343;
  box-shadow: inset 2px 2px 4px #393939, inset -2px -2px 4px #848484, 2px 2px 4px #393939;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%; }

.bigbear-switch-btn-default {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-primary {
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-secondary {
  background: #8c8c8c;
  border: none;
  box-shadow: 2px 2px 4px #777;
  text-shadow: 1px 1px 4px #777, -1px -1px 4px #a1a1a1;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-success {
  background: #73d13d;
  border: none;
  box-shadow: 2px 2px 4px #62b234;
  text-shadow: 1px 1px 4px #62b234, -1px -1px 4px #84f046;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-info {
  background: #36cfc9;
  border: none;
  box-shadow: 2px 2px 4px #2eb0ab;
  text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-warning {
  background: #ffec3d;
  border: none;
  box-shadow: 2px 2px 4px #d9c934;
  text-shadow: 1px 1px 4px #d9c934, -1px -1px 4px #ffff46;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-danger {
  background: #ff4d4f;
  border: none;
  box-shadow: 2px 2px 4px #c33b3c;
  text-shadow: 1px 1px 4px #c33b3c, -1px -1px 4px #f97677;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-light {
  background: #fafafa;
  border: none;
  box-shadow: 2px 2px 4px #d5d5d5;
  text-shadow: 1px 1px 4px #d5d5d5, -1px -1px 4px #fff;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-btn-dark {
  background: #434343;
  border: none;
  box-shadow: 2px 2px 4px #393939;
  text-shadow: 1px 1px 4px #393939, -1px -1px 4px #777;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.bigbear-switch-label-size-sm {
  height: 9px;
  width: 24px; }
  .bigbear-switch-label-size-sm input:checked ~ .bigbear-switch-btn-size-sm {
    left: calc(100% - 9px); }

.bigbear-switch-check-size-sm {
  border-radius: 24px;
  padding: 0; }

.bigbear-switch-btn-size-sm {
  height: 9px;
  width: 9px; }

.bigbear-select {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  position: relative;
  vertical-align: bottom;
  width: 120px; }
  .bigbear-select .bigbear-select-display {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px; }
    .bigbear-select .bigbear-select-display .bigbear-select-displaytext {
      background: #fff;
      box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
      flex-grow: 1;
      height: 80%;
      overflow: hidden;
      padding-left: 2px;
      padding-right: 2px;
      width: 100%; }
    .bigbear-select .bigbear-select-display .bigbear-select-icon {
      margin-left: 5px; }
  .bigbear-select .bigbear-select-options {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    left: 10px;
    position: absolute;
    z-index: 200; }
    .bigbear-select .bigbear-select-options > div {
      cursor: pointer;
      height: 30px;
      padding-left: 10px;
      padding-right: 10px; }
      .bigbear-select .bigbear-select-options > div:hover {
        background: #40a9ff;
        border: none;
        box-shadow: 2px 2px 4px #3690d9;
        text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff; }
      .bigbear-select .bigbear-select-options > div:active {
        background: #40a9ff;
        border: none;
        box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }
      .bigbear-select .bigbear-select-options > div:hover {
        color: #fff; }
  .bigbear-select.disabled {
    cursor: not-allowed;
    opacity: .5; }

.bigbear-multiselect {
  position: relative;
  width: 100%; }
  .bigbear-multiselect .bigbear-multiselect-display {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    display: flex;
    padding: 5px;
    width: 100%; }
    .bigbear-multiselect .bigbear-multiselect-display .bigbear-multiselect-displaytext {
      background: #fff;
      box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
      border-radius: 5px;
      display: flex;
      flex-grow: 1;
      flex-wrap: wrap; }
      .bigbear-multiselect .bigbear-multiselect-display .bigbear-multiselect-displaytext .bigbear-alert {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 2px;
        padding: 3px; }
        .bigbear-multiselect .bigbear-multiselect-display .bigbear-multiselect-displaytext .bigbear-alert span:nth-child(1) {
          align-items: center;
          display: flex;
          font-size: 14px;
          margin-right: 2px; }
        .bigbear-multiselect .bigbear-multiselect-display .bigbear-multiselect-displaytext .bigbear-alert .btn {
          font-size: 14px;
          padding: 1px 3px;
          position: static; }
    .bigbear-multiselect .bigbear-multiselect-display .bigbear-multiselect-icon {
      align-items: center;
      display: flex;
      margin-left: 5px;
      width: 10px; }
  .bigbear-multiselect .bigbear-multiselect-options {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    cursor: pointer;
    font-weight: 700;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    width: 100%; }
    .bigbear-multiselect .bigbear-multiselect-options > div {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
      margin: 5px;
      padding: 5px; }
      .bigbear-multiselect .bigbear-multiselect-options > div:active {
        background: #fff;
        border: none;
        box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
      .bigbear-multiselect .bigbear-multiselect-options > div:hover {
        background: #36cfc9;
        border: none;
        box-shadow: 2px 2px 4px #2eb0ab;
        text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7; }
      .bigbear-multiselect .bigbear-multiselect-options > div:active {
        background: #36cfc9;
        border: none;
        box-shadow: inset 2px 2px 4px #2eb0ab, inset -2px -2px 4px #55f0ea; }
      .bigbear-multiselect .bigbear-multiselect-options > div:hover {
        color: #fff; }
    .bigbear-multiselect .bigbear-multiselect-options > .bigbear-multiselect-active {
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      color: #fff; }
      .bigbear-multiselect .bigbear-multiselect-options > .bigbear-multiselect-active:active {
        background: #40a9ff;
        border: none;
        box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }
  .bigbear-multiselect.disabled {
    cursor: not-allowed;
    opacity: .5; }

.bigbear-radio-wrapper {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  display: inline-block;
  padding: 5px; }
  .bigbear-radio-wrapper .bigbear-radio-label {
    cursor: pointer;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    position: relative; }
    .bigbear-radio-wrapper .bigbear-radio-label .bigbear-radio-input {
      opacity: 0;
      position: absolute; }
    .bigbear-radio-wrapper .bigbear-radio-label .bigbear-radio-dot {
      height: 20px;
      width: 20px;
      background: #fff;
      box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      vertical-align: sub; }
    .bigbear-radio-wrapper .bigbear-radio-label .bigbear-radio-dot::after {
      height: 10px;
      width: 10px;
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      border-radius: 50%;
      content: '';
      left: 5px;
      position: absolute;
      top: 5px;
      transform: scale(0);
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-radio-wrapper .bigbear-radio-label .bigbear-radio-dot.radio-active::after {
      height: 10px;
      width: 10px;
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      border-radius: 50%;
      content: '';
      left: 5px;
      position: absolute;
      top: 5px;
      transform: scale(1);
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-radio-wrapper .bigbear-radio-label .bigbear-radio-value {
      padding: 5px;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
    .bigbear-radio-wrapper .bigbear-radio-label .radio-active ~ .bigbear-radio-value {
      color: #40a9ff; }
    .bigbear-radio-wrapper .bigbear-radio-label.radio-disabled {
      cursor: not-allowed;
      opacity: 0.5; }

.bigbear-checkbox-wrapper {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  display: inline-block;
  padding: 5px; }
  .bigbear-checkbox-wrapper .bigbear-checkbox-label {
    cursor: pointer;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    position: relative; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-input {
      opacity: 0;
      position: absolute; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-dot {
      height: 20px;
      width: 20px;
      background: #fff;
      box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
      display: inline-block;
      position: relative;
      vertical-align: sub; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-dot::before {
      height: 15px;
      width: 3px;
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      content: '';
      left: 5px;
      opacity: 0;
      position: absolute;
      top: 5px;
      transform: rotate(45deg) scale(0) translate(140%, -40%);
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-dot::after {
      height: 9px;
      width: 3px;
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      content: '';
      left: 5px;
      opacity: 0;
      position: absolute;
      top: 5px;
      transform: rotate(135deg) scale(0) translate(90%, -35%);
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-dot.checkbox-active::before {
      height: 15px;
      width: 3px;
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      content: '';
      left: 5px;
      opacity: 1;
      position: absolute;
      top: 5px;
      transform: rotate(45deg) scale(1) translate(140%, -40%);
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-dot.checkbox-active::after {
      height: 9px;
      width: 3px;
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      content: '';
      left: 5px;
      opacity: 1;
      position: absolute;
      top: 5px;
      transform: rotate(135deg) scale(1) translate(90%, -35%);
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .bigbear-checkbox-value {
      padding: 5px;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label .checkbox-active ~ .bigbear-checkbox-value {
      color: #40a9ff;
      transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
    .bigbear-checkbox-wrapper .bigbear-checkbox-label.checkbox-disabled {
      cursor: not-allowed;
      opacity: 0.5; }

.bigbear-form {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  padding: 20px; }
  .bigbear-form .bigbear-form-validate {
    color: #ff4d4f;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 20px; }

.bigbear-pagination-wrapper {
  display: flex;
  list-style: none; }
  .bigbear-pagination-wrapper .bigbear-pagination-item > button {
    min-width: 32px; }
    .bigbear-pagination-wrapper .bigbear-pagination-item > button:hover {
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff; }
    .bigbear-pagination-wrapper .bigbear-pagination-item > button:active {
      background: #40a9ff;
      border: none;
      box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff; }
    .bigbear-pagination-wrapper .bigbear-pagination-item > button:hover {
      color: #fff; }

.bigbear-carousel-wrapper {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  padding: 10px; }
  .bigbear-carousel-wrapper .bigbear-carousel-viewport {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative; }
  .bigbear-carousel-wrapper .bigbear-carousel-ul {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 10px; }
    .bigbear-carousel-wrapper .bigbear-carousel-ul .bigbear-carousel-li {
      background: #fff;
      box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      cursor: pointer;
      margin: 5px;
      position: relative; }
      .bigbear-carousel-wrapper .bigbear-carousel-ul .bigbear-carousel-li::after {
        background: #40a9ff;
        border: none;
        box-shadow: 2px 2px 4px #3690d9;
        text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        content: '';
        display: block;
        left: 3px;
        opacity: 0;
        position: absolute;
        top: 3px;
        transform: scale(0);
        transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
      .bigbear-carousel-wrapper .bigbear-carousel-ul .bigbear-carousel-li.carousel-active::after {
        background: #40a9ff;
        border: none;
        box-shadow: 2px 2px 4px #3690d9;
        text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        content: '';
        display: block;
        left: 3px;
        opacity: 1;
        position: absolute;
        top: 3px;
        transform: scale(1);
        transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }

.left {
  left: 300px;
  transform: translateX(33.333%);
  transition: all 0.5s ease; }

.left.bigbear-carousel-exit-active {
  transform: translateX(33.333%);
  transition: none; }

.left.bigbear-carousel-enter {
  transform: translateX(33.333%);
  transition: all 0.5s ease; }

.left.bigbear-carousel-enter-active {
  transform: translateX(33.333%);
  transition: all 0.5s ease; }

.left.bigbear-carousel-enter-done {
  transform: translateX(0);
  transition: all 0.5s ease; }

.right {
  transform: translateX(-33.333%); }

.right.bigbear-carousel-exit-active {
  transform: translateX(-33.333%);
  transition: all 0.5s ease; }

.right.bigbear-carousel-enter {
  transform: translateX(-33.333%);
  transition: all 0.5s ease; }

.right.bigbear-carousel-enter-active {
  transform: translateX(0%);
  transition: all 0.5s ease; }

.right.bigbear-carousel-enter-done {
  transform: translateX(0%);
  transition: all 0.5s ease; }

.bigbear-table-wrapper {
  background: #fff;
  box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
  padding: 5px;
  width: 100%; }
  .bigbear-table-wrapper .bigbear-table-table {
    width: 100%; }
    .bigbear-table-wrapper .bigbear-table-table .bigbear-table-head {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
      border-bottom: 1px solid #d9d9d9;
      padding: 10px;
      width: 100%; }
      .bigbear-table-wrapper .bigbear-table-table .bigbear-table-head .bigbear-table-title {
        background: #fff;
        border: none;
        box-shadow: 2px 2px 4px #d9d9d9;
        text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
        padding: 10px;
        position: relative;
        text-align: center; }
        .bigbear-table-wrapper .bigbear-table-table .bigbear-table-head .bigbear-table-title .bigbear-table-icon {
          cursor: pointer;
          position: absolute;
          right: 10px; }
    .bigbear-table-wrapper .bigbear-table-table .bigbear-table-data {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
      .bigbear-table-wrapper .bigbear-table-table .bigbear-table-data .bigbear-table-data-row:hover {
        background-color: #fafafa; }
        .bigbear-table-wrapper .bigbear-table-table .bigbear-table-data .bigbear-table-data-row:hover > td {
          background: none;
          box-shadow: none; }
      .bigbear-table-wrapper .bigbear-table-table .bigbear-table-data .bigbear-table-data-row .bigbear-table-data-item {
        background: #fff;
        border: none;
        box-shadow: 2px 2px 4px #d9d9d9;
        text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; }

.bigbear-table-container .bigbear-pagination-wrapper {
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 10px; }
  .bigbear-table-container .bigbear-pagination-wrapper .bigbear-pagination-down {
    margin-right: 10px; }

.bigbear-modal-potral {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }
  .bigbear-modal-potral .bigbear-modal-viewport {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    margin: 0 auto;
    min-width: 320px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    top: 100px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 30%;
    z-index: 1001; }
    .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-title {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 8px; }
      .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-title .bigbear-icon {
        margin-right: 10px; }
      .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-title .bigbear-modal-closebtn {
        position: absolute;
        right: 8px;
        top: 8px; }
        .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-title .bigbear-modal-closebtn .bigbear-icon {
          margin-right: 0; }
    .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-children {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
      padding: 8px; }
    .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-confirm {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
      display: flex;
      justify-content: flex-end;
      padding: 8px; }
      .bigbear-modal-potral .bigbear-modal-viewport .bigbear-modal-confirm > button {
        margin-right: 10px; }
  .bigbear-modal-potral .bigbear-modal-mask {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }

.bigbear-modal-animation-enter {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .bigbear-modal-animation-enter .bigbear-modal-viewport {
    transform: scale(0, 0); }

.bigbear-modal-animation-enter-done {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .bigbear-modal-animation-enter-done .bigbear-modal-viewport {
    transform: scale(1, 1);
    transform-origin: center top; }

.bigbear-modal-animation-exit {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }

.bigbear-modal-animation-exit-active {
  opacity: 0;
  transform-origin: center top;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }

.bigbear-progress-wrapper {
  align-items: center;
  display: flex;
  padding: 5px;
  width: 100%; }
  .bigbear-progress-wrapper .bigbear-progress-bar {
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
    border-radius: 100px;
    flex: 1;
    padding: 1px;
    position: relative;
    width: 100%; }
    .bigbear-progress-wrapper .bigbear-progress-bar .bigbear-progress-inner {
      background: #40a9ff;
      border: none;
      box-shadow: 2px 2px 4px #3690d9;
      text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
      background-color: #40a9ff;
      background-image: linear-gradient(to right, #40a9ff, #36cfc9);
      border-radius: 100px;
      transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s; }
      .bigbear-progress-wrapper .bigbear-progress-bar .bigbear-progress-inner::before {
        animation: bigbear-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
        background: #fff;
        border-radius: 10px;
        bottom: 0;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0; }
  .bigbear-progress-wrapper .bigbear-progress-number {
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    display: inline-block;
    font-weight: 700;
    margin-left: 10px;
    min-width: 55px;
    padding: 5px;
    text-align: center; }

@keyframes bigbear-progress-active {
  0% {
    opacity: 0.1;
    width: 0; }
  20% {
    opacity: 0.5;
    width: 0; }
  100% {
    opacity: 0;
    width: 100%; } }

.bigbear-progress-circle {
  background: #fff;
  box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
  border-radius: 50%;
  display: inline-block;
  position: relative; }
  .bigbear-progress-circle .bigbear-progress-circle-inner {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
    border-radius: 50%;
    display: inline-block;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }

.bigbear-modal-potral.bigbear-popconfirm {
  bottom: unset;
  left: unset;
  padding: 0;
  position: absolute;
  right: unset;
  top: unset;
  white-space: nowrap; }
  .bigbear-modal-potral.bigbear-popconfirm .bigbear-modal-viewport.bigbear-popconfirm {
    display: block;
    margin: 0;
    min-width: unset;
    padding: 4px;
    position: unset;
    width: unset; }
    .bigbear-modal-potral.bigbear-popconfirm .bigbear-modal-viewport.bigbear-popconfirm .bigbear-modal-title.bigbear-popconfirm {
      font-size: 14px; }
      .bigbear-modal-potral.bigbear-popconfirm .bigbear-modal-viewport.bigbear-popconfirm .bigbear-modal-title.bigbear-popconfirm > span {
        display: inline-block;
        margin-right: 20px; }
    .bigbear-modal-potral.bigbear-popconfirm .bigbear-modal-viewport.bigbear-popconfirm .bigbear-modal-confirm.bigbear-popconfirm {
      font-size: 14px;
      padding: 2px; }

.bigbear-popconfirm-wrapper {
  display: inline-block; }

.bigbear-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: center; }
  .bigbear-layout .bigbear-layout-header {
    height: 64px; }
  .bigbear-layout .bigbear-layout-content {
    flex: auto;
    flex-basis: 300px; }
  .bigbear-layout .bigbear-layout-footer {
    font-size: 14px;
    padding: 24px 50px; }
  .bigbear-layout .bigbear-layout-sider {
    flex-basis: 200px;
    position: relative; }

.bigbear-layout.bigbear-layout-row {
  flex-direction: row;
  flex-wrap: wrap; }

@media screen and (max-width: 520px) {
  .bigbear-layout-sider {
    flex-grow: 1; } }

.bigbear-layout-block-default {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 4px #d9d9d9;
  text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
  color: #595959;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-default {
  background: #fff;
  box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white;
  color: #595959;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-default {
  background: linear-gradient(145deg, #fff, #fff); }

.bigbear-layout-block-primary {
  background: #40a9ff;
  border: none;
  box-shadow: 2px 2px 4px #3690d9;
  text-shadow: 1px 1px 4px #3690d9, -1px -1px 4px #4ac2ff;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-primary {
  background: #40a9ff;
  box-shadow: inset 2px 2px 4px #3690d9, inset -2px -2px 4px #64cbff;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-primary {
  background: linear-gradient(145deg, #4ac2ff, #40a9ff); }

.bigbear-layout-block-secondary {
  background: #8c8c8c;
  border: none;
  box-shadow: 2px 2px 4px #777;
  text-shadow: 1px 1px 4px #777, -1px -1px 4px #a1a1a1;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-secondary {
  background: #8c8c8c;
  box-shadow: inset 2px 2px 4px #777, inset -2px -2px 4px #aeaeae;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-secondary {
  background: linear-gradient(145deg, #a1a1a1, #8c8c8c); }

.bigbear-layout-block-success {
  background: #73d13d;
  border: none;
  box-shadow: 2px 2px 4px #62b234;
  text-shadow: 1px 1px 4px #62b234, -1px -1px 4px #84f046;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-success {
  background: #73d13d;
  box-shadow: inset 2px 2px 4px #62b234, inset -2px -2px 4px #94f25e;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-success {
  background: linear-gradient(145deg, #84f046, #73d13d); }

.bigbear-layout-block-info {
  background: #36cfc9;
  border: none;
  box-shadow: 2px 2px 4px #2eb0ab;
  text-shadow: 1px 1px 4px #2eb0ab, -1px -1px 4px #3eeee7;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-info {
  background: #36cfc9;
  box-shadow: inset 2px 2px 4px #2eb0ab, inset -2px -2px 4px #55f0ea;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-info {
  background: linear-gradient(145deg, #3eeee7, #36cfc9); }

.bigbear-layout-block-warning {
  background: #ffec3d;
  border: none;
  box-shadow: 2px 2px 4px #d9c934;
  text-shadow: 1px 1px 4px #d9c934, -1px -1px 4px #ffff46;
  color: #595959;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-warning {
  background: #ffec3d;
  box-shadow: inset 2px 2px 4px #d9c934, inset -2px -2px 4px #ffff60;
  color: #595959;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-warning {
  background: linear-gradient(145deg, #ffff46, #ffec3d); }

.bigbear-layout-block-danger {
  background: #ff4d4f;
  border: none;
  box-shadow: 2px 2px 4px #c33b3c;
  text-shadow: 1px 1px 4px #c33b3c, -1px -1px 4px #f97677;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-danger {
  background: #ff4d4f;
  box-shadow: inset 2px 2px 4px #c33b3c, inset -2px -2px 4px #fa8e8f;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-danger {
  background: linear-gradient(145deg, #f97677, #ff4d4f); }

.bigbear-layout-block-light {
  background: #fafafa;
  border: none;
  box-shadow: 2px 2px 4px #d5d5d5;
  text-shadow: 1px 1px 4px #d5d5d5, -1px -1px 4px #fff;
  color: #595959;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-light {
  background: #fafafa;
  box-shadow: inset 2px 2px 4px #d5d5d5, inset -2px -2px 4px white;
  color: #595959;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-light {
  background: linear-gradient(145deg, #fff, #fafafa); }

.bigbear-layout-block-dark {
  background: #434343;
  border: none;
  box-shadow: 2px 2px 4px #393939;
  text-shadow: 1px 1px 4px #393939, -1px -1px 4px #777;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-wrapper-dark {
  background: #434343;
  box-shadow: inset 2px 2px 4px #393939, inset -2px -2px 4px #848484;
  color: #fff;
  margin: 0;
  padding: 0; }

.bigbear-layout-lineargradient-dark {
  background: linear-gradient(145deg, #777, #434343); }

.bigbear-divider {
  clear: both;
  width: 100%;
  display: flex;
  margin: 24px 0;
  line-height: 1.5715;
  white-space: nowrap;
  align-items: center; }
  .bigbear-divider .bigbear-divider-inner {
    width: 100%;
    height: 5px;
    border-radius: 50px;
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
    .bigbear-divider .bigbear-divider-inner.bigbear-divider-el {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
  .bigbear-divider .bigbear-divider-span {
    display: inline-block;
    padding: 0 1em;
    font-weight: 700;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
  .bigbear-divider.bigbear-divider-center::before {
    position: relative;
    content: '';
    height: 5px;
    border-radius: 50px;
    width: 50%;
    margin-top: 2.5px;
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
  .bigbear-divider.bigbear-divider-center::after {
    position: relative;
    content: '';
    height: 5px;
    border-radius: 50px;
    width: 50%;
    margin-top: 2.5px;
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
  .bigbear-divider.bigbear-divider-left::after {
    position: relative;
    content: '';
    height: 5px;
    border-radius: 50px;
    width: 100%;
    margin-top: 2.5px;
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
  .bigbear-divider.bigbear-divider-right::before {
    position: relative;
    content: '';
    height: 5px;
    border-radius: 50px;
    width: 100%;
    margin-top: 2.5px;
    background: #fff;
    box-shadow: inset 2px 2px 4px #d9d9d9, inset -2px -2px 4px white; }
  .bigbear-divider.bigbear-divider-elevate::after {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }
  .bigbear-divider.bigbear-divider-elevate::before {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px #d9d9d9;
    text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff; }

.bigbear-grid-row {
  display: flex;
  align-items: center; }

.bigbear-grid-col {
  position: relative; }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-12 {
    width: 100%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-11 {
    width: 91.66667%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-10 {
    width: 83.33333%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-9 {
    width: 75%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-8 {
    width: 66.66667%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-7 {
    width: 58.33333%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-6 {
    width: 50%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-5 {
    width: 41.66667%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-4 {
    width: 33.33333%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-3 {
    width: 25%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-2 {
    width: 16.66667%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-1 {
    width: 8.33333%; } }

@media screen and (max-width: 576px) {
  .bigbear-col-xs-0 {
    width: 0%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-11 {
    width: 91.66667%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-10 {
    width: 83.33333%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-9 {
    width: 75%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-8 {
    width: 66.66667%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-7 {
    width: 58.33333%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-6 {
    width: 50%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-5 {
    width: 41.66667%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-4 {
    width: 33.33333%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-3 {
    width: 25%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-2 {
    width: 16.66667%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-1 {
    width: 8.33333%; } }

@media screen and (min-width: 576px) {
  .bigbear-col-sm-0 {
    width: 0%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-12 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-11 {
    width: 91.66667%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-10 {
    width: 83.33333%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-9 {
    width: 75%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-8 {
    width: 66.66667%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-7 {
    width: 58.33333%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-6 {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-5 {
    width: 41.66667%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-4 {
    width: 33.33333%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-3 {
    width: 25%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-2 {
    width: 16.66667%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-1 {
    width: 8.33333%; } }

@media screen and (min-width: 768px) {
  .bigbear-col-md-0 {
    width: 0%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-11 {
    width: 91.66667%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-10 {
    width: 83.33333%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-9 {
    width: 75%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-8 {
    width: 66.66667%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-7 {
    width: 58.33333%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-6 {
    width: 50%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-5 {
    width: 41.66667%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-4 {
    width: 33.33333%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-3 {
    width: 25%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-2 {
    width: 16.66667%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-1 {
    width: 8.33333%; } }

@media screen and (min-width: 992px) {
  .bigbear-col-lg-0 {
    width: 0%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-12 {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-11 {
    width: 91.66667%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-10 {
    width: 83.33333%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-9 {
    width: 75%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-8 {
    width: 66.66667%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-7 {
    width: 58.33333%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-6 {
    width: 50%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-5 {
    width: 41.66667%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-4 {
    width: 33.33333%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-3 {
    width: 25%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-2 {
    width: 16.66667%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-1 {
    width: 8.33333%; } }

@media screen and (min-width: 1200px) {
  .bigbear-col-xl-0 {
    width: 0%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-12 {
    width: 100%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-11 {
    width: 91.66667%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-10 {
    width: 83.33333%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-9 {
    width: 75%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-8 {
    width: 66.66667%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-7 {
    width: 58.33333%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-6 {
    width: 50%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-5 {
    width: 41.66667%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-4 {
    width: 33.33333%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-3 {
    width: 25%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-2 {
    width: 16.66667%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-1 {
    width: 8.33333%; } }

@media screen and (min-width: 1600px) {
  .bigbear-col-xxl-0 {
    width: 0%; } }

.bigbear-upload-list {
  padding: 10px; }
  .bigbear-upload-list .bigbear-upload-li {
    list-style-type: none; }
    .bigbear-upload-list .bigbear-upload-li .bigbear-alert > span:nth-child(1) {
      font-size: 14px; }
    .bigbear-upload-list .bigbear-upload-li .bigbear-progress-wrapper {
      background: #fff;
      border: none;
      box-shadow: 2px 2px 4px #d9d9d9;
      text-shadow: 1px 1px 4px #d9d9d9, -1px -1px 4px #fff;
      border: none; }

.bigbear-alert.upload-success {
  color: #73d13d; }

.bigbear-alert.upload-failed {
  color: #ff4d4f; }

.bigbear-upload-input {
  margin-bottom: 5px; }

.bigbear-upload-showchoose {
  margin-top: 10px;
  margin-bottom: 10px; }

.bigbear-upload-btn {
  display: inline-block; }

.bigbear-upload-imageli {
  display: inline-block; }
  .bigbear-upload-imageli .bigbear-avatar {
    text-align: center;
    line-height: 80px; }

.bigbear-inputnumber-wrapper {
  position: relative;
  display: inline-block;
  text-align: center; }
  .bigbear-inputnumber-wrapper .bigbear-inputnumber-next {
    display: inline-block;
    margin-left: 5px; }
  .bigbear-inputnumber-wrapper .bigbear-inputnumber-prev {
    display: inline-block;
    margin-right: 5px; }
  .bigbear-inputnumber-wrapper .bigbear-inputnumber-main {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease-in-out; }
    .bigbear-inputnumber-wrapper .bigbear-inputnumber-main .bigbear-input-wrapper {
      margin: 0;
      font-weight: 700;
      border-radius: 5px; }
      .bigbear-inputnumber-wrapper .bigbear-inputnumber-main .bigbear-input-wrapper .bigbear-input-inner {
        text-align: center;
        width: 5px;
        font-size: 14px;
        padding: 0; }

.bigbear-card-wrapper {
  padding: 10px; }
  .bigbear-card-wrapper .bigbear-card-img {
    width: 100%;
    padding: 10px; }
    .bigbear-card-wrapper .bigbear-card-img > img {
      width: 100%; }
  .bigbear-card-wrapper .bigbear-card-bottom {
    padding: 10px; }
    .bigbear-card-wrapper .bigbear-card-bottom .bigbear-card-btitle {
      font-size: 20px;
      font-weight: 700; }
  .bigbear-card-wrapper .bigbear-card-id {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .bigbear-card-wrapper .bigbear-card-id .bigbear-card-text {
      flex: 1;
      margin-left: 20px; }
