.auto-reloader {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center; }
  .auto-reloader__status {
    font-size: 12px;
    color: #209cff;
    margin-left: 10px;
    min-width: 45px; }
  .auto-reloader.triggerStyle .cus-dropdown__main {
    min-width: auto; }
  .auto-reloader.triggerStyle .cus-dropdown .cus-dropdown__button {
    border-left: 0;
    border-right: 1px solid #f5f6fa; }

.common-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  border-radius: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .common-button:hover {
    color: #f2f2f2; }
  .common-button:active {
    color: #e6e6e6; }
  .common-button--md {
    min-width: 102px; }
  .common-button--lg {
    min-width: 60px;
    height: 40px;
    font-size: 16px; }
  .common-button--simple {
    color: #333;
    border: 0.5px solid #eeeeee; }
    .common-button--simple:hover {
      color: #333;
      border-color: #c8e7ff; }
    .common-button--simple:active {
      border-color: #eeeeee;
      color: #a5cef4; }
  .common-button--small {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1; }
  .common-button--normal {
    background-color: #209cff; }
    .common-button--normal:hover {
      background-color: #448DD1; }
    .common-button--normal:active {
      background-color: #4C9EEA; }
  .common-button--success {
    background-color: #80b100; }
    .common-button--success:hover {
      background-color: #6D9600; }
    .common-button--success:active {
      background-color: #5A7D00; }
  .common-button--danger {
    background-color: #cb0202; }
    .common-button--danger:hover {
      background-color: #B30202; }
    .common-button--danger:active {
      background-color: #990202; }
  .common-button--disable {
    background-color: #dddddd;
    border-color: #eeeeee;
    cursor: not-allowed; }
    .common-button--disable:hover {
      background-color: #dddddd; }
    .common-button--disable:active {
      background-color: #dddddd; }

button:disabled,
.disable {
  cursor: not-allowed;
  background-color: #bbbbbb;
  color: #fff; }

.CardTable_cardTableBody__13NxZ {
  display: flex; }

.chkbox.control {
  height: 20px;
  margin: auto 10px auto 0;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .chkbox.control .checkBox-border {
    background: none;
    position: relative;
    height: 100%;
    width: 20px; }
    .chkbox.control .checkBox-border i {
      position: absolute;
      left: 0;
      font-size: 20px;
      line-height: 1;
      vertical-align: middle;
      color: #4c9eea;
      font-weight: bold; }
  .chkbox.control input[type='checkbox'] {
    display: none; }
  .chkbox.control .labelText {
    margin-left: 10px;
    font-size: 12px; }

.colorfulMoney {
  color: #209cff; }

.confirm-dialog-container {
  align-items: center;
  padding: 0; }
  .confirm-dialog-container > .title {
    width: 100%;
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin-top: 40px; }
  .confirm-dialog-container .content {
    margin: 20px 0;
    height: 100%;
    font-size: 14px; }
  .confirm-dialog-container > .actions {
    margin: 0 0 40px 0;
    width: 100%; }
    .confirm-dialog-container > .actions .common-button:first-child {
      margin-right: 10px; }
    .confirm-dialog-container > .actions .common-button:only-child {
      margin-right: 0px; }
    .confirm-dialog-container > .actions > .btn {
      width: 153px;
      height: 40px;
      font-size: 16px;
      font-weight: 500;
      border: 0;
      text-align: center; }
      .confirm-dialog-container > .actions > .btn:focus {
        box-shadow: none; }
      .confirm-dialog-container > .actions > .btn:hover, .confirm-dialog-container > .actions > .btn:active {
        background-color: auto;
        -webkit-filter: invert(10%);
                filter: invert(10%); }
      .confirm-dialog-container > .actions > .btn.confirm {
        color: #fff;
        background-color: #80b100; }
      .confirm-dialog-container > .actions > .btn.cancel {
        color: #969696;
        background-color: #fff; }
      .confirm-dialog-container > .actions > .btn:not(:first-child) {
        margin-left: 10px; }

.ContentGroupTable-ColumsTitle {
  display: flex;
  border-bottom: 1px solid #e3e3e3; }
  .ContentGroupTable-ColumsTitle > div {
    display: flex;
    justify-content: center;
    flex: 1 1;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin: 15px 0; }

.ContentGroupTable-RowContextSubContainer {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  align-items: center;
  word-break: break-all; }
  .ContentGroupTable-RowContextSubContainer:nth-last-child(1) {
    border-bottom: 0;
    font-weight: bold;
    background-color: #f7f7f7; }
  .ContentGroupTable-RowContextSubContainer:only-child {
    height: 100%; }

.ContentGroupTable-RowContextItem {
  width: 20%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }

.ContentGroupTable-SportReport {
  min-width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }
  .ContentGroupTable-SportReport :global(.empty) {
    height: 50px; }

.ColumsContext-container {
  display: flex;
  border-bottom: 1px solid #e3e3e3; }
  .ColumsContext-container:hover {
    background-color: #f4faff; }
  .ColumsContext-container > .ColumsContext-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    font-size: 14px;
    color: #209cff;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
    .ColumsContext-container > .ColumsContext-item > div {
      cursor: pointer;
      padding: 20px; }
    .ColumsContext-container > .ColumsContext-item.Sport-Item {
      color: black;
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }
      .ColumsContext-container > .ColumsContext-item.Sport-Item > div {
        cursor: default; }
    .ColumsContext-container > .ColumsContext-item-normal {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1 1;
      font-size: 14px;
      color: black;
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }

.RowContext-container {
  width: 62.5%;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3; }
  .RowContext-container:hover {
    background-color: #f4faff; }
    .RowContext-container:hover > .RowContext-subContainer:nth-last-child(1) {
      background-color: #ecf2f7; }

.color-red {
  color: #cb0202 !important; }

@media screen and (max-width: 1440px) {
  .ContentGroupTable-ColumsTitle > div {
    font-size: 14px; }
  .ContentGroupTable-RowContextSubContainer, .ColumsContext-container > .ColumsContext-item {
    font-size: 12px; } }

.copy-right {
  position: fixed;
  width: auto;
  height: 20px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #666666; }
  @media screen and (max-width: 1540px) {
    .copy-right {
      -webkit-transform: translateX(-50%) scale(0.7);
              transform: translateX(-50%) scale(0.7); } }

.table-format {
  display: flex;
  width: 100%;
  max-height: 550px;
  overflow-y: scroll; }
  .table-format .header {
    display: flex;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
    border-right: none;
    font-size: 16px;
    font-weight: 600; }
    .table-format .header:last-child {
      border-right: 1px solid #ffffff; }
    .table-format .header.lightBackground {
      background-color: #e4e4e4; }
  .table-format .content .item {
    display: flex;
    height: 50px;
    border: 1px solid #000000;
    border-top: none;
    border-right: none; }
    .table-format .content .item:last-child {
      border-right: 1px solid #000000; }
  .table-format .content:nth-child(odd) {
    background-color: #ffffff; }
  .table-format .content:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05); }

.sortItem {
  cursor: pointer; }

.nodata {
  padding: 15px 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.11px;
  text-align: center;
  color: #000000;
  justify-content: center; }

.table-container {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  margin: 10px 0 10px;
  display: flex;
  font-size: 14px;
  z-index: 0;
  border-radius: 10px;
  padding: 0;
  background-color: white;
  height: -webkit-min-content;
  height: min-content; }
  .table-container-header {
    border-bottom: solid 1px #f5f6fa;
    width: 100%;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-weight: normal;
    font-size: 12px;
    background-color: white;
    min-height: 40px; }
    .table-container-header .header {
      display: -moz-inline-flex;
      display: inline-flex;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -moz-align-items: center;
      align-items: center;
      flex: 1 0;
      border-right: none;
      font-size: 12px;
      color: #666666;
      padding: 0 2.5px; }
      .table-container-header .header-content {
        display: -moz-inline-flex;
        display: inline-flex;
        -moz-align-items: center;
        align-items: center;
        line-height: inherit; }
      .table-container-header .header-btn {
        display: -moz-inline-flex;
        display: inline-flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 20px;
        height: 20px;
        padding: 0; }
        .table-container-header .header-btn .chk-toggle {
          display: -moz-inline-flex;
          display: inline-flex;
          -moz-justify-content: center;
          justify-content: center;
          -moz-align-items: center;
          align-items: center;
          margin: 0; }
        .table-container-header .header-btn .checkBox-border {
          display: -moz-inline-flex;
          display: inline-flex;
          -moz-justify-content: center;
          justify-content: center;
          -moz-align-items: center;
          align-items: center; }
          .table-container-header .header-btn .checkBox-border i {
            position: relative;
            display: -moz-inline-flex;
            display: inline-flex;
            -moz-justify-content: center;
            justify-content: center;
            -moz-align-items: center;
            align-items: center;
            font-weight: normal;
            color: #666666; }
        .table-container-header .header-btn--stack {
          justify-content: flex-start;
          width: 100%; }
        .table-container-header .header-btn_title {
          margin-left: 5px; }
      .table-container-header .header i {
        font-size: 15px;
        color: #666666; }
      .table-container-header .header .rct-icon {
        padding-left: 20px;
        padding-right: 50px;
        font-family: 'FontAwesome';
        font-style: normal;
        content: '\f14a';
        position: relative;
        top: 1px; }
      .table-container-header .header .rct-icon-half-check::before {
        color: #000000;
        opacity: 1;
        content: '\f14a'; }
      .table-container-header .header .rct-icon-uncheck::before {
        content: '';
        display: inline-block;
        position: relative;
        top: 1px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        height: 15px;
        width: 15px;
        background: white;
        border-radius: 4px; }
      .table-container-header .header.lightBackground {
        background-color: #e4e4e4; }
      .table-container-header .header.multi-title {
        padding: 0;
        font-weight: normal;
        border-left: 1px solid #f5f6fa;
        border-right: 1px solid #f5f6fa;
        margin-right: -1px;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -moz-justify-content: center;
        justify-content: center; }
        .table-container-header .header.multi-title > span {
          height: 100%;
          color: #666666;
          font-size: 12px;
          margin-left: 9px;
          line-height: 20px; }
        .table-container-header .header.multi-title .sub-header {
          height: 100%;
          font-weight: normal;
          color: #666666;
          border-top: 1px solid #f5f6fa;
          line-height: 20px;
          -moz-align-items: center;
          align-items: center;
          -moz-justify-content: center;
          justify-content: center; }
          .table-container-header .header.multi-title .sub-header > div {
            display: flex;
            -moz-align-items: center;
            align-items: center;
            -moz-justify-content: flex-start;
            justify-content: flex-start;
            font-size: 12px;
            text-align: left; }
            .table-container-header .header.multi-title .sub-header > div:first-child {
              margin-left: 9px; }
            .table-container-header .header.multi-title .sub-header > div:last-child {
              border-right: none; }
    .table-container-header .select-all {
      display: flex;
      align-items: center;
      justify-content: space-around; }
  .table-container-title {
    border-bottom: solid 1px #f5f6fa;
    font-size: 1rem;
    color: #000000;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .table-container-title + .table-container-header {
    padding: 0 10px; }
  .table-container-body {
    display: -moz-flex;
    display: flex;
    width: 100%;
    -ms-overflow-style: none; }
    .table-container-body .btns.common-button {
      padding: 6px 10px;
      font-size: 12px;
      line-height: 1;
      height: auto;
      min-width: auto; }
    .table-container-body .default-text-input {
      padding: 0 8px; }
    .table-container-body::-webkit-scrollbar {
      display: none !important;
      width: 14px;
      height: 10px;
      background-color: transparent; }
    .table-container-body::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid transparent;
      background-clip: padding-box;
      border-radius: 10px;
      background-color: #ddd; }
    .table-container-body::-webkit-scrollbar-button {
      width: 0;
      height: 0;
      display: none; }
    .table-container-body::-webkit-scrollbar-corner {
      background-color: transparent; }
    .table-container-body .content {
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: row;
      border-bottom: 1px solid #f5f6fa;
      padding: 0 10px;
      min-height: 40px; }
      .table-container-body .content:hover {
        background: #ebf2f9; }
      .table-container-body .content .item {
        display: flex;
        flex: 1 0;
        flex-wrap: nowrap;
        font-size: 14px;
        color: #000000;
        font-weight: bolder;
        line-height: 20px;
        -moz-align-items: center;
        align-items: center;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        word-break: break-word; }
      .table-container-body .content .arrowIcon {
        position: absolute;
        cursor: pointer;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border-radius: 3.33px;
        box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.05); }
    .table-container-body .groupChildren {
      border-bottom: 1px solid #f5f6fa;
      max-height: auto; }
      .table-container-body .groupChildren .content {
        border: none;
        min-height: 30px; }
  .table-container-total {
    width: 100%;
    padding: 0 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .table-container-total-container {
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      width: 100%; }
      .table-container-total-container .item {
        flex: 1 0;
        color: #000;
        border-top: none;
        border-right: none;
        line-height: 20px;
        display: -moz-inline-flex;
        display: inline-flex; }
  .table-container-total-custom {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .table-container-total-custom.top {
      border-bottom: 1px solid #f5f6fa; }
  .table-container-custom-total {
    padding: 0 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    word-break: break-word; }
    .table-container-custom-total .custom-total-item {
      height: 40px;
      flex: 1 0;
      color: #000;
      padding: 0 0 0 5px;
      border-top: none;
      border-right: none;
      line-height: 20px;
      display: inline-flex;
      font-size: 14px;
      -moz-align-items: center;
      align-items: center; }
      .table-container-custom-total .custom-total-item > .custom-total-content {
        display: -moz-flex;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        padding: 0 2.5px;
        margin-right: 10px;
        width: 100%;
        height: 100%; }
      .table-container-custom-total .custom-total-item > .custom-total-content-border {
        border-right: 1px solid #e6e6e6; }
  .table-container-totalWithSubToalSummary-bottom {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    padding: 14px 10px; }
    .table-container-totalWithSubToalSummary-bottom .caption {
      margin-right: 5px; }
    .table-container-totalWithSubToalSummary-bottom .content {
      width: -webkit-min-content;
      width: min-content; }
    .table-container-totalWithSubToalSummary-bottom > span {
      display: -moz-flex;
      display: flex;
      flex-direction: row;
      -moz-align-items: center;
      align-items: center;
      -moz-justify-content: space-between;
      justify-content: space-between;
      flex: 2 2 auto; }
    .table-container-totalWithSubToalSummary-bottom > span:first-child {
      flex: none;
      max-width: 100px;
      margin-right: 25px; }
    .table-container-totalWithSubToalSummary-bottom > span:nth-child(2) {
      margin-right: 30%;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
    .table-container-totalWithSubToalSummary-bottom > span:nth-child(3) {
      margin-right: 30px;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
    .table-container-totalWithSubToalSummary-bottom > span:nth-child(4) {
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
  .table-container-defaultSummary-bottom {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    word-wrap: none;
    width: 100%;
    font-size: 12px;
    height: 35px;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #f5f6fa; }
    .table-container-defaultSummary-bottom .caption-content-group {
      padding-right: 30px; }
      .table-container-defaultSummary-bottom .caption-content-group:last-child {
        padding-right: 10px; }
    .table-container-defaultSummary-bottom .caption {
      color: #000;
      padding-right: 30px; }
    .table-container-defaultSummary-bottom .content {
      color: #666666; }
  .table-container-totalSummary-bottom {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    word-wrap: none;
    width: 100%;
    font-size: 12px;
    background: #f7f7f7;
    height: 40px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15), 0 -1px 0px 0 transparent; }
    .table-container-totalSummary-bottom .caption {
      padding-right: 10px; }
    .table-container-totalSummary-bottom .content {
      margin-right: 95px; }
  .table-container .empty {
    background-color: white;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 50px;
    font-weight: normal;
    font-size: 12px;
    color: #666666; }
  .table-container .table-index {
    max-width: 55px; }
  .table-container .table-status {
    max-width: 75px; }
  .table-container .table-center {
    text-align: center; }
  @media screen and (max-width: 1639px) {
    .table-container .date-wrap-1639 {
      text-align: center;
      min-width: 100px !important;
      margin: 0px 8px !important; } }
  .table-container .table-template {
    border-bottom: 1px solid #f5f6fa; }
    .table-container .table-template:nth-last-child(1) {
      border-bottom: none; }
  @media screen and (max-width: 1919px) {
    .table-container {
      width: 100%; }
      .table-container-header .header {
        position: relative;
        line-height: 20px; }
        .table-container-header .header-btn {
          left: calc(80% + 5px); } }
  @media screen and (max-width: 1919px) {
    .table-container-header .header,
    .table-container-body .content .item,
    .table-container-total-container .item,
    .table-container-custom-total .custom-total-item {
      font-size: 12px; } }

body .btn:focus {
  outline: 0; }

.btn.icon-button {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
  margin: 0 5px 0 0; }
  .btn.icon-button.icon-button__simple {
    border: none;
    box-shadow: none;
    background-color: none; }
    .btn.icon-button.icon-button__simple:not(:disabled):not(:active):hover {
      background-color: rgba(165, 206, 244, 0.2);
      box-shadow: none; }
    .btn.icon-button.icon-button__simple:not(:disabled):active {
      box-shadow: none; }
      .btn.icon-button.icon-button__simple:not(:disabled):active i:before {
        color: #209cff; }
  .btn.icon-button:hover {
    box-shadow: 2px 2px 6px 0 #C8E7FF; }
  .btn.icon-button:active {
    box-shadow: inset 2px 2px 6px 0 rgba(76, 158, 234, 0.4); }
    .btn.icon-button:active i:before {
      color: #209cff; }
  .btn.icon-button:disabled {
    cursor: not-allowed;
    opacity: 1;
    background-color: #dddddd;
    box-shadow: none; }
    .btn.icon-button:disabled i:before {
      color: #fff; }

.icon-button.btn-submit {
  width: 63px;
  color: #fff;
  background-color: #80b100; }
  .icon-button.btn-submit:hover {
    background-color: #6d9600;
    color: #fff; }
  .icon-button.btn-submit:focus {
    -webkit-filter: invert(10%);
            filter: invert(10%); }

.icon-button.btn-change {
  width: 63px;
  color: #fff;
  background-color: #000; }
  .icon-button.btn-change:hover {
    color: #fff; }
  .icon-button.btn-change:focus {
    -webkit-filter: invert(10%);
            filter: invert(10%); }

.icon-button.btn-modify {
  width: 90px;
  color: #fff;
  background-color: #209cff; }
  .icon-button.btn-modify:hover {
    color: #fff; }
  .icon-button.btn-modify:focus {
    -webkit-filter: invert(10%);
            filter: invert(10%); }

.icon-button.btn-account-management {
  width: 100px;
  background-color: #ff8c00;
  color: #fff; }
  .icon-button.btn-account-management:hover {
    color: #fff; }
  .icon-button.btn-account-management:focus {
    -webkit-filter: invert(10%);
            filter: invert(10%); }

.icon-button.btn-lock i:before, .icon-button.btn-unlock i:before {
  color: #209cff; }

.download-file {
  position: relative;
  display: inline-block;
  width: 40px;
  align-items: center;
  cursor: pointer; }
  .download-file:active .drop-down-options, .download-file:hover .drop-down-options {
    display: flex; }
  .download-file .download-file-icon {
    background-image: url(/static/media/download-button.d89e6602.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center; }
  .download-file .title {
    margin-right: 38px; }
  .download-file .drop-down-container {
    width: 150px; }
  .download-file .drop-down-options {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #e4e4e4;
    background-color: #ffffff;
    z-index: 1; }
    .download-file .drop-down-options > .option {
      padding: 7px 20px;
      line-height: 1.6;
      color: #363636;
      font-size: 16px; }
      .download-file .drop-down-options > .option:not(:first-child) {
        border-top: 1px solid #e4e4e4; }
      .download-file .drop-down-options > .option:hover, .download-file .drop-down-options > .option:active {
        background-color: #f2f2f2; }

.donwloadPage-title {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.donwloadPage-context {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.donwloadPage-item {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .donwloadPage-item > img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80px; }

.donwloadPage-thisPage {
  height: 40px;
  width: 120px;
  background-color: #80b100;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer; }

.donwloadPage-allPage {
  color: #209cff;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px; }

.input-search-bar-container input::-webkit-input-placeholder {
  /* Edge */
  color: #000; }

.input-search-bar-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

.input-search-bar-container input::placeholder {
  color: #000; }

.search-bar-container {
  display: flex;
  flex-direction: row;
  width: 245px; }
  .search-bar-container * {
    box-sizing: border-box; }
  .search-bar-container .search-bar {
    width: 170px;
    padding: 0px 15px;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid;
    border-color: #e6e6e6;
    outline: none;
    background-color: #fff;
    line-height: 20px;
    color: #000; }
    .search-bar-container .search-bar:hover {
      border: 1px solid #C8E7FF; }
    .search-bar-container .search-bar + .icon-button {
      margin-left: 10px; }
  .search-bar-container .split {
    width: 20px;
    height: 100%; }
  .search-bar-container .search-bar-adv {
    border-radius: 0px; }
  .search-bar-container.dropdown-type {
    width: 385px; }
    .search-bar-container.dropdown-type .ddl-container {
      min-width: auto;
      background-color: #fff;
      min-width: 115px; }
      .search-bar-container.dropdown-type .ddl-container .dropdown {
        border-color: #cccccc;
        border-radius: 5px 0 0 5px; }
        .search-bar-container.dropdown-type .ddl-container .dropdown .dropdown-menu {
          padding: 0;
          line-height: 22px; }
          .search-bar-container.dropdown-type .ddl-container .dropdown .dropdown-menu a {
            padding: 9px 15px; }
        .search-bar-container.dropdown-type .ddl-container .dropdown button {
          width: 100%;
          border: solid 1px #cccccc;
          padding: 8px 10px 8px 15px;
          border-radius: 5px 0 0 5px;
          text-align: left;
          line-height: 22px; }
          .search-bar-container.dropdown-type .ddl-container .dropdown button:after {
            content: '';
            height: 15px;
            width: 15px;
            display: inline-block;
            background-image: url(/static/media/drop_down.d1d3ec43.svg);
            background-position: center;
            border: 0;
            vertical-align: middle;
            position: absolute;
            right: 10px;
            top: 11.5px; }
      .search-bar-container.dropdown-type .ddl-container:hover {
        background-color: #f2f2f2; }
        .search-bar-container.dropdown-type .ddl-container:hover + input {
          background-color: #f2f2f2; }
    .search-bar-container.dropdown-type .search-bar {
      border-color: #cccccc;
      border-radius: 0 5px 5px 0;
      border-left: 0;
      color: #969696; }

@charset "UTF-8";
:root {
  --editor-fz: 16px;
  --editor-fz-times: 1;
  --editor-style-mode: 0;
  --white-1: #ffffff;
  --grey-1: #bbbbbb;
  --grey-2: #dddddd;
  --grey-3: #666666;
  --grey-4: #575757;
  --blue-1: #397db9;
  --blue-2: #4c9eea;
  --black-1: #2c2c2c;
  --red-1: #ff0000; }

.editor-container {
  font: inherit;
  font-size: calc(16px * 1) !important;
  font-size: calc(var(--editor-fz) * var(--editor-fz-times)) !important;
  margin: 0;
  line-height: 1;
  padding: 10px; }
  .editor-container h3 {
    font-size: calc(1em * 1.5);
    margin: 0 0 10px;
    font-weight: 600;
    padding: 10px; }
  .editor-container h4 {
    font-size: 1em;
    margin: 0 0 10px;
    font-weight: 600; }
  .editor-container p, .editor-container td, .editor-container span {
    line-height: calc(16px * 1 * 1.125);
    line-height: calc(var(--editor-fz) * var(--editor-fz-times) * 1.125);
    margin: 0 0 15px; }
  .editor-container ul {
    padding-left: 30px;
    margin: 15px 0; }
  .editor-container hr {
    margin: 25px 0 15px 0;
    border-color: #dddddd;
    border-color: var(--grey-2); }
  .editor-container table, .editor-container td, .editor-container th {
    border: 0.5px solid #666666;
    border: 0.5px solid var(--grey-3); }
  .editor-container table {
    display: table;
    border-spacing: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
    font-size: 1rem;
    width: 70%;
    overflow: hidden;
    text-align: center;
    margin: 15px auto;
    outline: 0.5px solid #666666;
    outline: 0.5px solid var(--grey-3); }
    .editor-container table tbody {
      /*第一欄第一列：左上*/
      /*第一欄最後列：左下*/
      /*最後欄第一列：右上*/
      /*最後欄第一列：右下*/ }
      .editor-container table tbody td {
        color: #2c2c2c;
        color: var(--black-1);
        padding: 5px; }
      .editor-container table tbody tr:first-child td:first-child {
        border-top-left-radius: 10px !important; }
      .editor-container table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 10px !important; }
      .editor-container table tbody tr:first-child td:last-child {
        border-top-right-radius: 10px !important; }
      .editor-container table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 10px !important; }
  .editor-container .c-red {
    color: #ff0000; }
  .editor-container em {
    font-style: italic; }

body[data-theme="dark"] p {
  color: #ffffff;
  color: var(--white-1); }

body[data-theme="dark"] table, body[data-theme="dark"] td, body[data-theme="dark"] th {
  border: 1px solid #4c9eea;
  border: 1px solid var(--blue-2); }

body[data-theme="dark"] table {
  outline: 1px solid #4c9eea;
  outline: 1px solid var(--blue-2); }
  body[data-theme="dark"] table tbody tr td {
    color: #ffffff;
    color: var(--white-1); }

body[data-theme="dark"] ul, body[data-theme="dark"] p {
  color: #ffffff;
  color: var(--white-1); }

body[data-theme="dark"] hr {
  color: #666666;
  color: var(--grey-3); }

body[data-theme="dark"] .editor-container-promotion p {
  color: #666666;
  color: var(--grey-3); }

@charset "UTF-8";
:root {
  --editor-fz: 16px;
  --editor-fz-times: 1;
  --editor-style-mode: 0;
  --white-1: #ffffff;
  --grey-1: #bbbbbb;
  --grey-2: #dddddd;
  --grey-3: #666666;
  --grey-4: #575757;
  --blue-1: #397db9;
  --blue-2: #4c9eea;
  --black-1: #2c2c2c;
  --red-1: #ff0000; }

.editor-container {
  font: inherit;
  font-size: calc(16px * 1) !important;
  font-size: calc(var(--editor-fz) * var(--editor-fz-times)) !important;
  margin: 0;
  line-height: 1;
  padding: 10px; }
  .editor-container h3 {
    font-size: calc(1em * 1.5);
    margin: 0 0 10px;
    font-weight: 600;
    padding: 10px; }
  .editor-container h4 {
    font-size: 1em;
    margin: 0 0 10px;
    font-weight: 600; }
  .editor-container p, .editor-container td, .editor-container span {
    line-height: calc(16px * 1 * 1.125);
    line-height: calc(var(--editor-fz) * var(--editor-fz-times) * 1.125);
    margin: 0 0 15px; }
  .editor-container ul {
    padding-left: 30px;
    margin: 15px 0; }
  .editor-container hr {
    margin: 25px 0 15px 0;
    border-color: #dddddd;
    border-color: var(--grey-2); }
  .editor-container table, .editor-container td, .editor-container th {
    border: 0.5px solid #666666;
    border: 0.5px solid var(--grey-3); }
  .editor-container table {
    display: table;
    border-spacing: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
    font-size: 1rem;
    width: 70%;
    overflow: hidden;
    text-align: center;
    margin: 15px auto;
    outline: 0.5px solid #666666;
    outline: 0.5px solid var(--grey-3); }
    .editor-container table tbody {
      /*第一欄第一列：左上*/
      /*第一欄最後列：左下*/
      /*最後欄第一列：右上*/
      /*最後欄第一列：右下*/ }
      .editor-container table tbody td {
        color: #2c2c2c;
        color: var(--black-1);
        padding: 5px; }
      .editor-container table tbody tr:first-child td:first-child {
        border-top-left-radius: 10px !important; }
      .editor-container table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 10px !important; }
      .editor-container table tbody tr:first-child td:last-child {
        border-top-right-radius: 10px !important; }
      .editor-container table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 10px !important; }
  .editor-container .c-red {
    color: #ff0000; }
  .editor-container em {
    font-style: italic; }

body[data-theme="dark"] p {
  color: #ffffff;
  color: var(--white-1); }

body[data-theme="dark"] table, body[data-theme="dark"] td, body[data-theme="dark"] th {
  border: 1px solid #4c9eea;
  border: 1px solid var(--blue-2); }

body[data-theme="dark"] table {
  outline: 1px solid #4c9eea;
  outline: 1px solid var(--blue-2); }
  body[data-theme="dark"] table tbody tr td {
    color: #ffffff;
    color: var(--white-1); }

body[data-theme="dark"] ul, body[data-theme="dark"] p {
  color: #ffffff;
  color: var(--white-1); }

body[data-theme="dark"] hr {
  color: #666666;
  color: var(--grey-3); }

body[data-theme="dark"] .editor-container-promotion p {
  color: #666666;
  color: var(--grey-3); }

.mobileMode {
  width: 375px !important;
  display: flex;
  justify-items: center; }

.previewContextWrapper {
  margin: 0 10px;
  border: solid 1px #000000;
  width: 100%; }
  .previewContextWrapper .editor-preview {
    width: 100%; }

.previewContextWrapper [data-theme="dark"] {
  background-color: #2c2c2c; }

.fast-search .time {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

.fast-search .fast-search-container {
  position: relative;
  padding: 8px 0 8px 15px;
  height: 40px;
  width: 110px;
  align-items: center;
  border-radius: 10px;
  border: solid 1px #ccc;
  background-color: white;
  cursor: pointer;
  background-color: #fff; }
  .fast-search .fast-search-container:active .drop-down-options, .fast-search .fast-search-container:hover .drop-down-options {
    display: flex; }
  .fast-search .fast-search-container .title {
    width: 48px;
    color: #939393;
    margin-right: 15px;
    font-size: 12px; }
  .fast-search .fast-search-container .drop-down {
    background-image: url(/static/media/drop-down.f26cebce.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center; }
  .fast-search .fast-search-container .drop-down-options {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #e4e4e4;
    background-color: #ffffff;
    z-index: 2; }
    .fast-search .fast-search-container .drop-down-options > .option {
      padding: 7px 20px;
      line-height: 1.6;
      color: #363636;
      font-size: 16px; }
      .fast-search .fast-search-container .drop-down-options > .option:not(:first-child) {
        border-top: 1px solid #e4e4e4; }
      .fast-search .fast-search-container .drop-down-options > .option:hover, .fast-search .fast-search-container .drop-down-options > .option:active {
        background-color: #f2f2f2; }

.FileUpload_file-upload-container__3O-RP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px; }

.FileUpload_file-name__sV2az {
  margin-right: 10px;
  color: #666666; }

.FileUpload_inputContainer__2HR4n {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px; }
  .FileUpload_inputContainer__2HR4n input {
    display: none;
    cursor: pointer; }

.style_custom-upload-button__1Eq9s {
  display: inline-block;
  color: white;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s; }
  .style_custom-upload-button__1Eq9s input[type="file"] {
    display: none; }

label {
  margin-bottom: 0; }

.style_previewArea__2VqF_ {
  position: relative;
  width: 323px;
  height: 204px;
  background-color: #818181;
  border-radius: 10px;
  cursor: pointer; }

.style_previewImg__2BU8U {
  border-radius: 10px; }

.style_bottomButtons__JLotL {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  padding: 0 5px; }

.style_error__2F6xD {
  width: 323px;
  font-size: 12px;
  color: #f6292a; }

.style_limit__2V6oH {
  width: 323px;
  font-size: 12px;
  color: #969696; }

.style_notice__1Qlla {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff; }

.filter-paddle-wrapper {
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  min-height: 30px;
  z-index: 5; }
  .filter-paddle-wrapper .filter-children {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: max-content;
    -webkit-transtition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out; }
  .filter-paddle-wrapper .filter-paddles .filter-paddle {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0em;
    border-right-width: 0px;
    border-radius: 0;
    color: #000;
    background-color: white;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 30px;
    cursor: pointer; }
    .filter-paddle-wrapper .filter-paddles .filter-paddle-left {
      width: 45px;
      left: 0;
      padding-left: 15px;
      -moz-justify-content: start;
      justify-content: start;
      border-right: 1px solid #979797; }
      .filter-paddle-wrapper .filter-paddles .filter-paddle-left.disabled {
        transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
        transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0); }
    .filter-paddle-wrapper .filter-paddles .filter-paddle-right {
      width: 75px;
      right: 0;
      padding-right: 15px;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      border-left: 1px solid #979797; }
      .filter-paddle-wrapper .filter-paddles .filter-paddle-right > div:first-child {
        width: 30px;
        height: 30px;
        display: -moz-flex;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        justify-content: center; }
      .filter-paddle-wrapper .filter-paddles .filter-paddle-right.disabled {
        border-left: 0; }
        .filter-paddle-wrapper .filter-paddles .filter-paddle-right.disabled .ic-tiger-admin.ic-arrow_left, .filter-paddle-wrapper .filter-paddles .filter-paddle-right.disabled .ic-tiger-admin.ic-arrow_right {
          opacity: 0;
          transition: opacity 0.3s ease-out; }
  .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle {
    cursor: default; }
    .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle-left .ic-tiger-admin.ic-arrow_left, .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle-left .ic-tiger-admin.ic-arrow_right, .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle-right .ic-tiger-admin.ic-arrow_left, .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle-right .ic-tiger-admin.ic-arrow_right {
      display: none; }
    .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle-left {
      width: 15px; }
    .filter-paddle-wrapper .filter-paddles.disabled .filter-paddle-right {
      width: 45px; }

.modal-backdrop {
  opacity: 0.45; }
  .modal-backdrop.show {
    z-index: 1050;
    width: 100%;
    height: 100%; }

.modal.warning .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0; }
  .modal.warning .modal-content > .modal-header {
    width: 100%;
    padding: 0;
    border-bottom: 0;
    justify-content: flex-end; }
    .modal.warning .modal-content > .modal-header .close-btn {
      padding-bottom: 10px;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .modal.warning .modal-content > .modal-body {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0); }
    .modal.warning .modal-content > .modal-body textarea {
      padding: 10px 15px; }

.language-dropdown.dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 5px; }
  .language-dropdown.dropdown .dropdown-menu {
    max-height: 250px;
    overflow-y: auto; }
  .language-dropdown.dropdown ::-webkit-scrollbar {
    width: 14px;
    height: 10px;
    background-color: #fff; }
  .language-dropdown.dropdown ::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    border-radius: 10px;
    background-color: #dddddd; }
  .language-dropdown.dropdown ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none; }
  .language-dropdown.dropdown ::-webkit-scrollbar-corner {
    background-color: transparent; }
  .language-dropdown.dropdown .language-dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 11px 4px 15px;
    margin: 0;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #BBBBBB;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    min-width: 100%;
    min-height: 30px; }
    .language-dropdown.dropdown .language-dropdown-toggle div, .language-dropdown.dropdown .language-dropdown-toggle i {
      color: #333333;
      font-weight: normal; }
    .language-dropdown.dropdown .language-dropdown-toggle i {
      margin-left: 15px; }
  .language-dropdown.dropdown .dropdown-item {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 9px 15px;
    cursor: pointer;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .language-dropdown.dropdown .dropdown-item:hover {
      background-color: rgba(165, 206, 244, 0.2); }
    .language-dropdown.dropdown .dropdown-item:active {
      color: #000;
      color: initial;
      background-color: transparent;
      background-color: initial; }

.notice-container {
  position: absolute;
  min-width: 300px;
  border-radius: 10px;
  z-index: 9999;
  right: 27px;
  top: 26px;
  background: #ffffff;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.15); }
  .notice-container .notice-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000; }
    .notice-container .notice-header .title {
      border-bottom: 1px solid #F5F6FA;
      padding: 10px;
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .notice-container .notice-header .title .icon-button {
        margin: 0; }
        .notice-container .notice-header .title .icon-button svg {
          fill: #000; }
    .notice-container .notice-header .notice {
      display: -moz-flex;
      display: flex;
      -moz-justify-content: space-between;
      justify-content: space-between;
      border-bottom: 1px solid #F5F6FA;
      padding: 10px; }
  .notice-container .notice-list {
    max-height: 300px;
    overflow-y: auto;
    position: relative; }
    .notice-container .notice-list::-webkit-scrollbar {
      width: 14px;
      height: 10px;
      background-color: transparent; }
    .notice-container .notice-list::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid transparent;
      background-clip: padding-box;
      border-radius: 10px;
      background-color: #dddddd; }
    .notice-container .notice-list::-webkit-scrollbar-button {
      width: 0;
      height: 0;
      display: none; }
    .notice-container .notice-list::-webkit-scrollbar-corner {
      background-color: transparent; }
  .notice-container .notice-actions {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px; }
    .notice-container .notice-actions > div {
      flex: 1 1;
      height: 32px; }
      .notice-container .notice-actions > div:not(:last-child) {
        margin-right: 10px; }
    .notice-container .notice-actions .btn {
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      box-sizing: border-box;
      background-color: #fff;
      border: 1px solid #eeeeee;
      border-radius: 5px;
      font-size: 12px;
      color: #000;
      font-weight: normal; }
  .notice-container .notice-msg-block, .notice-container .collapse-msg-block {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #F5F6FA;
    padding: 10px 10px 10px 25px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
    cursor: pointer;
    color: #000;
    position: relative; }
    .notice-container .notice-msg-block > div, .notice-container .collapse-msg-block > div {
      display: flex;
      align-items: center;
      line-height: 20px; }
    .notice-container .notice-msg-block .notice-msg-block-count, .notice-container .collapse-msg-block .notice-msg-block-count {
      margin-right: 5px;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 20px; }
    .notice-container .notice-msg-block .ic-arrow_right_small:before, .notice-container .collapse-msg-block .ic-arrow_right_small:before {
      color: #000; }
    .notice-container .notice-msg-block > span:before, .notice-container .collapse-msg-block > span:before {
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      width: 5px;
      height: 5px;
      background-color: #000;
      position: absolute;
      border-radius: 20px;
      content: '';
      top: 50%;
      left: 10px; }
  .notice-container .collapse-msg-block {
    -moz-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #F5F6FA;
    padding: 0; }
    .notice-container .collapse-msg-block .list, .notice-container .collapse-msg-block .list-children {
      display: -moz-flex;
      display: flex;
      width: 100%;
      margin: 0px;
      cursor: pointer; }
    .notice-container .collapse-msg-block .list {
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 10px 10px 10px 25px;
      position: relative; }
    .notice-container .collapse-msg-block > .list > span:before {
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      width: 5px;
      height: 5px;
      background-color: #000;
      position: absolute;
      border-radius: 20px;
      content: '';
      top: 50%;
      left: 10px; }
    .notice-container .collapse-msg-block .list-children {
      -moz-flex-direction: column;
      flex-direction: column;
      display: none; }
      .notice-container .collapse-msg-block .list-children:not(:empty) {
        border-top: 1px solid #F5F6FA; }
        .notice-container .collapse-msg-block .list-children:not(:empty) .list-item:last-child {
          border: 0; }
    .notice-container .collapse-msg-block .sign {
      display: -moz-inline-flex;
      display: inline-flex;
      -moz-align-items: center;
      align-items: center;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .notice-container .collapse-msg-block .sign i {
        display: inline-block;
        transition: .3s ease; }
    .notice-container .collapse-msg-block.open > .list .sign i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      display: inline-block;
      transition: .3s ease; }
    .notice-container .collapse-msg-block.open > .list + .list-children {
      display: inline-block; }
  .notice-container .cus-dropdown__button div {
    color: #000;
    font-weight: normal; }
    .notice-container .cus-dropdown__button div i {
      font-size: 15px; }
  .notice-container .no-msg {
    padding: 7px;
    text-align: center;
    color: blue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.18px; }
  .notice-container .has-msg {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    text-align: left; }
    .notice-container .has-msg:nth-last-child(1) {
      border: none; }
    .notice-container .has-msg .msg-text {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.2px;
      color: #363636; }
    .notice-container .has-msg .got-it {
      color: #209cff;
      text-decoration: underline;
      letter-spacing: 0.18px;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      cursor: pointer; }
    .notice-container .has-msg:hover {
      background-color: #f2f2f2; }
  .notice-container .has-pointer:hover {
    cursor: pointer; }

.reset-password-dialog-container {
  align-items: center;
  padding: 0 48px; }
  .reset-password-dialog-container > .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #363636;
    margin-bottom: 20px; }
  .reset-password-dialog-container > .inputs {
    align-items: center;
    width: 100%; }
    .reset-password-dialog-container > .inputs > input {
      border-radius: 10px;
      border: solid 2px #e4e4e4;
      text-align: center;
      font-size: 16px;
      outline: 0; }
      .reset-password-dialog-container > .inputs > input.pc {
        width: 380px;
        height: 45px; }
      .reset-password-dialog-container > .inputs > input.wap {
        width: 100%;
        height: 40px; }
      .reset-password-dialog-container > .inputs > input:not(:first-child) {
        margin-top: 10px; }
  .reset-password-dialog-container > .hint {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.86;
    color: #363636; }
    .reset-password-dialog-container > .hint.pc {
      width: 340px; }
    .reset-password-dialog-container > .hint.wap {
      width: 100%; }
  .reset-password-dialog-container > .error-msg {
    padding: 20px 48px 0;
    justify-content: center;
    min-height: 90px;
    font-size: 16px;
    color: #ff8c00; }
    .reset-password-dialog-container > .error-msg.pc {
      width: 340px; }
    .reset-password-dialog-container > .error-msg.wap {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .reset-password-dialog-container > .actions > .btn {
    width: 152px;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-align: center; }
    .reset-password-dialog-container > .actions > .btn:focus {
      box-shadow: none; }
    .reset-password-dialog-container > .actions > .btn:hover, .reset-password-dialog-container > .actions > .btn:active {
      background-color: auto;
      -webkit-filter: invert(10%);
              filter: invert(10%); }
    .reset-password-dialog-container > .actions > .btn.confirm {
      color: #fff;
      background-color: #80b100; }
    .reset-password-dialog-container > .actions > .btn.cancel {
      color: #969696;
      background-color: #fff; }
    .reset-password-dialog-container > .actions > .btn:not(:first-child) {
      margin-left: 10px; }

.header.wap > .top {
  position: relative;
  align-items: center;
  padding: 22px 0 8px 0;
  z-index: 0; }
  .header.wap > .top .logo {
    position: absolute;
    width: 100%;
    justify-content: center; }
    .header.wap > .top .logo > .icon {
      background-image: url(/static/media/logo-wap.58d696ba.svg);
      width: 127px;
      height: 25px;
      background-repeat: no-repeat; }
  .header.wap > .top .right-area {
    padding: 0 15px;
    align-items: center; }
    .header.wap > .top .right-area .icon {
      width: 25px;
      height: 25px;
      background-repeat: no-repeat;
      z-index: 1; }
      .header.wap > .top .right-area .icon.pointer {
        cursor: pointer; }
      .header.wap > .top .right-area .icon.bell {
        background-image: url(/static/media/bell.829a0f7e.svg); }

.header.wap > .bottom {
  height: 42px;
  padding: 0 15px 0 25px;
  background-color: #363636;
  align-items: center; }
  .header.wap > .bottom > .title {
    height: 100%;
    align-items: center;
    border-bottom: 5px solid #f18f1d; }
    .header.wap > .bottom > .title > span {
      font-size: 16px;
      color: #ffffff;
      font-weight: bold; }

.notice-mask {
  background: red;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15); }

.notice-container-wap {
  position: absolute;
  border: 1px solid #efefef;
  width: 240px;
  border-radius: 10px;
  border-bottom-width: 2.5px;
  z-index: 2;
  top: 20px;
  right: 55px;
  overflow: hidden;
  background: #ffffff; }
  .notice-container-wap .notice-title {
    padding: 7px;
    text-align: center;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #d94848;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px; }
  .notice-container-wap .no-msg {
    padding: 7px;
    text-align: center;
    color: blue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.18px; }
  .notice-container-wap .has-msg {
    background-color: #fff;
    height: 100px;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    text-align: left; }
    .notice-container-wap .has-msg .msg-text {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.2px;
      color: #363636; }
    .notice-container-wap .has-msg .got-it {
      color: #209cff;
      text-decoration: underline;
      letter-spacing: 0.18px;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      cursor: pointer; }
    .notice-container-wap .has-msg:hover {
      background-color: #f2f2f2; }
  .notice-container-wap .has-pointer:hover {
    cursor: pointer; }

.header-online-member {
  display: -moz-flex;
  display: flex; }

.home-header {
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
  min-height: 40px; }
  .home-header .header-online {
    color: #666666;
    margin-right: 10px;
    display: -moz-flex;
    display: flex;
    white-space: nowrap; }
  .home-header .header-logo {
    line-height: 30px;
    height: 100%;
    width: 100px; }
    .home-header .header-logo > svg {
      width: 100%;
      height: 30px; }
  .home-header .header-right-area {
    display: -moz-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #666666;
    font-size: 12px;
    height: 100%;
    position: relative; }
    .home-header .header-right-area .pc.header-time {
      display: -moz-flex;
      display: flex;
      width: auto;
      margin-right: 30px;
      color: #666666;
      font-size: 12px; }
    .home-header .header-right-area .header-items {
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      border-right: 1px solid #f5f6fa;
      height: 100%;
      padding-right: 10px; }
      .home-header .header-right-area .header-items .header-device-icon {
        display: -moz-flex;
        display: flex;
        cursor: pointer;
        min-width: 60px;
        margin-right: 5px; }
        .home-header .header-right-area .header-items .header-device-icon i {
          padding-right: 2px; }
        .home-header .header-right-area .header-items .header-device-icon.text {
          margin: 0 5px; }
      .home-header .header-right-area .header-items .ic-pc {
        margin-top: 1px; }
    .home-header .header-right-area .header-horizontally {
      height: 20px;
      cursor: pointer; }
  .home-header .header-user {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    margin: 0 10px;
    cursor: pointer; }
    .home-header .header-user * {
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .home-header .header-user .header-user-avatar {
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      justify-content: center;
      background: #4c9eea;
      right: 0;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      text-align: center; }
      .home-header .header-user .header-user-avatar span {
        text-align: center;
        font-size: 16px;
        color: white;
        line-height: 1;
        margin: auto; }
    .home-header .header-user .header-user-notifications {
      position: absolute;
      top: -4px;
      right: -1px;
      min-width: 20px;
      background-color: #cb0202;
      border-radius: 8px;
      line-height: 1rem; }
      .home-header .header-user .header-user-notifications span {
        font-size: 12px;
        line-height: 1;
        padding: 0 1px; }
  .home-header .close-panel {
    position: absolute;
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.15); }

div.inner-tab-container {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  min-height: 35px; }
  div.inner-tab-container ul.inner-tabs {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    margin: 0; }
    div.inner-tab-container ul.inner-tabs > li {
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      font-size: 13px;
      font-weight: normal;
      line-height: 1rem;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 0;
      color: #666666;
      cursor: pointer;
      width: -webkit-max-content;
      width: max-content;
      margin: 0 20px; }
      div.inner-tab-container ul.inner-tabs > li .inner-tab-item-text {
        position: relative; }
        div.inner-tab-container ul.inner-tabs > li .inner-tab-item-text:after {
          width: 80%;
          height: 2px;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: all .3s ease-in-out;
          min-width: calc(1rem * 2);
          background-color: #4c9eea;
          position: absolute;
          border-radius: 1.5px;
          bottom: -11px;
          content: '';
          z-index: 1;
          left: 50%;
          opacity: 0; }
        div.inner-tab-container ul.inner-tabs > li .inner-tab-item-text.active {
          color: #209cff;
          outline: 0;
          font-weight: 600; }
          div.inner-tab-container ul.inner-tabs > li .inner-tab-item-text.active:after {
            opacity: 1; }
        div.inner-tab-container ul.inner-tabs > li .inner-tab-item-text.disable {
          cursor: not-allowed; }
      div.inner-tab-container ul.inner-tabs > li .inner-tabs-icon {
        display: -moz-flex;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        cursor: auto;
        margin: 0 5px; }
        div.inner-tab-container ul.inner-tabs > li .inner-tabs-icon .ic-tiger-admin.ic-arrow_right_small {
          width: 20px;
          height: 20px; }
    div.inner-tab-container ul.inner-tabs-children {
      display: flex; }
    div.inner-tab-container ul.inner-tabs li.inner-tab-breadCrumb-item {
      margin: 0; }
      div.inner-tab-container ul.inner-tabs li.inner-tab-breadCrumb-item .inner-tab-item-text:after {
        opacity: 0; }

.header-go-back {
  width: 100%; }
  .header-go-back-container .icon-button {
    margin: 0; }
    .header-go-back-container .icon-button svg {
      fill: #000; }
  .header-go-back-container.left {
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    align-items: center; }
  .header-go-back-container.right {
    border-left: 1px solid #e9e9ed;
    right: 0; }
    .header-go-back-container.right .right-content {
      margin-right: -5px;
      padding-left: 5px;
      border-left: 1px solid #f5f6fa; }
      .header-go-back-container.right .right-content:empty {
        display: none; }
  .header-go-back .content-center {
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 12px;
    width: 100%;
    padding-right: 10px; }

.ic-tiger-admin {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .ic-tiger-admin svg {
    width: 20px;
    height: 20px;
    fill: #666666; }

.passwordinput_passwordTip__3y2eG {
  font-size: 14px;
  width: 304px;
  margin: 12px;
  text-align: left;
  line-height: 28px; }

.passwordinput_row__6MaBe {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.passwordinput_icon__ALZNH {
  margin-right: 4px; }

.passwordinput_strong__3ZoYR {
  color: #80b100; }

.passwordinput_normal__3O51l {
  color: #ffb500; }

.passwordinput_weak__1kNA1 {
  color: #cb0202; }

.passwordinput_errorMessage__1ydm7 {
  margin-top: 8px; }

.passwordinput_greyText__1o40y {
  color: #bbbbbb; }

.passwordinput_passwordTip__2uIKj {
  font-size: 14px;
  width: 304px;
  margin: 12px;
  text-align: left;
  line-height: 28px; }

.passwordinput_row__1uWK3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.passwordinput_icon__32MAw {
  margin-right: 4px; }

.passwordinput_strong__1qOxE {
  color: #80b100; }

.passwordinput_normal__3f2gV {
  color: #ffb500; }

.passwordinput_weak__w8pim {
  color: #cb0202; }

.passwordinput_errorMessage__3hc5z {
  margin-top: 8px; }

.passwordinput_greyText__3ZiC2 {
  color: #bbbbbb; }

.pictureUploader_upload-content__2Z430 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%; }
  .pictureUploader_upload-content__2Z430 .pictureUploader_caption__19AKE {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20%;
    font-weight: 700; }
  .pictureUploader_upload-content__2Z430 .pictureUploader_bottom__1mj4D {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%; }

.pin-container {
  position: relative;
  border-radius: 20px; }
  .pin-container .pin {
    cursor: pointer;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }

.hover-view {
  position: relative;
  width: 100%; }
  .hover-view-children .game-result-content {
    padding-right: 0px !important; }
  .hover-view-popover {
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e9e9ed;
    max-height: 300px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: all 250ms; }
    .hover-view-popover.shown {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      width: -webkit-max-content;
      width: max-content; }
    .hover-view-popover-content {
      padding: 0px;
      font-size: 12px;
      text-align: center; }
      .hover-view-popover-content.copy {
        cursor: pointer; }

.preview-container {
  background-color: #818181 !important;
  color: #fff;
  width: 250px;
  height: 250px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .preview-container .image-preview {
    max-width: 100%;
    max-height: 100%;
    vertical-align: baseline;
    vertical-align: initial; }
  .preview-container .upload-text {
    font-size: 16px;
    display: block; }
  .preview-container .delete.icon-button.btn-delete {
    position: absolute;
    right: 10px;
    bottom: 10px;
    box-shadow: none; }
    .preview-container .delete.icon-button.btn-delete:hover {
      box-shadow: none; }
    .preview-container .delete.icon-button.btn-delete i:before {
      color: white; }

.preview-input {
  background-color: #f5f6fa !important;
  color: #4a4a4b;
  height: 30px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e9e9ed;
  border-radius: 5px;
  justify-content: space-around;
  max-width: 530px; }
  .preview-input i:first-child {
    padding-left: 5px; }
  .preview-input p {
    color: #4b4b4c;
    font-size: 13px;
    margin: 0 5px; }
  .preview-input .image-preview {
    max-width: 100%;
    max-height: 100%;
    vertical-align: baseline;
    vertical-align: initial; }
  .preview-input .upload-text {
    font-size: 16px;
    display: block; }
  .preview-input .delete.icon-button.btn-delete {
    box-shadow: none; }
    .preview-input .delete.icon-button.btn-delete:hover {
      box-shadow: none; }
    .preview-input .delete.icon-button.btn-delete i:before {
      color: white; }

.image-hidden {
  display: none; }

.language-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 30px; }
  .language-checkbox > span {
    font-size: 14px;
    font-weight: normal;
    color: #000; }
  .language-checkbox .chkbox {
    margin-left: 25px; }

.checkbox-container {
  width: 100%; }

.languageTabs {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f6fa;
  background: #f5f6fa; }
  .languageTabs-group {
    display: inline-flex;
    border-radius: 10px 10px 0 0;
    padding-right: 15px;
    position: relative;
    background: #f5f6fa;
    transition: all 0.2s ease-in-out; }
    .languageTabs-group:hover, .languageTabs-group--active {
      border-radius: 10px 10px 0 0;
      background: #ffffff;
      z-index: 1; }
      .languageTabs-group:hover:before, .languageTabs-group--active:before {
        background-color: #f5f6fa; }
      .languageTabs-group:hover:after, .languageTabs-group--active:after {
        opacity: 0; }
    .languageTabs-group:before {
      width: 1px;
      height: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      content: '';
      left: 0px;
      z-index: 0;
      top: 50%; }
    .languageTabs-group:after {
      width: 1px;
      height: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-color: #e9e9ed;
      position: absolute;
      content: '';
      right: -1px;
      z-index: 1;
      top: 50%; }
  .languageTabs--text-block img {
    width: 22px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px; }
  .languageTabs-item--active {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 1;
    cursor: pointer; }
    .languageTabs-item--active span {
      font-weight: normal;
      font-size: 14px;
      color: #000; }
  .languageTabs-create_button {
    height: 35px;
    width: 35px;
    display: flex; }
    .languageTabs-create_button i {
      margin: auto;
      color: #666666; }

.languageTabsCsv {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .languageTabsCsv-group {
    display: inline-flex;
    border-radius: 10px 10px 0 0;
    padding: 0 15px;
    background: #f5f6fa;
    position: relative;
    transition: all 0.2s ease-in-out; }
    .languageTabsCsv-group:hover, .languageTabsCsv-group--active {
      border-radius: 10px 10px 0 0;
      background: #ffffff;
      z-index: 1; }
      .languageTabsCsv-group:hover:before, .languageTabsCsv-group--active:before {
        background-color: #f5f6fa; }
      .languageTabsCsv-group:hover:after, .languageTabsCsv-group--active:after {
        opacity: 0; }
    .languageTabsCsv-group:before {
      width: 1px;
      height: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      content: '';
      left: 0px;
      z-index: 0;
      top: 50%; }
    .languageTabsCsv-group:after {
      width: 1px;
      height: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-color: #e9e9ed;
      position: absolute;
      content: '';
      right: -1px;
      z-index: 1;
      top: 50%; }
  .languageTabsCsv--text-block img {
    width: 22px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px; }
  .languageTabsCsv-item--active {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 2;
    cursor: pointer; }
    .languageTabsCsv-item--active span {
      font-weight: normal;
      font-size: 14px;
      color: #000; }
  .languageTabsCsv-create_button {
    height: 35px;
    width: 35px;
    display: flex; }
    .languageTabsCsv-create_button i {
      margin: auto;
      color: #666666; }
  .languageTabsCsv .languageTabsCsv-ic-group {
    display: flex;
    align-items: center;
    justify-content: center; }
  .languageTabsCsv .ic-tiger-admin {
    cursor: pointer;
    margin-right: 10px; }

.languageTabsCsv {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .languageTabsCsv-group {
    display: inline-flex;
    border-radius: 10px 10px 0 0;
    padding: 0 15px;
    background: #f5f6fa;
    position: relative;
    transition: all 0.2s ease-in-out; }
    .languageTabsCsv-group:hover, .languageTabsCsv-group--active {
      border-radius: 10px 10px 0 0;
      background: #ffffff;
      z-index: 1; }
      .languageTabsCsv-group:hover:before, .languageTabsCsv-group--active:before {
        background-color: #f5f6fa; }
      .languageTabsCsv-group:hover:after, .languageTabsCsv-group--active:after {
        opacity: 0; }
    .languageTabsCsv-group:before {
      width: 1px;
      height: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      content: '';
      left: 0px;
      z-index: 0;
      top: 50%; }
    .languageTabsCsv-group:after {
      width: 1px;
      height: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-color: #e9e9ed;
      position: absolute;
      content: '';
      right: -1px;
      z-index: 1;
      top: 50%; }
  .languageTabsCsv--text-block img {
    width: 22px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px; }
  .languageTabsCsv-item--active {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 2;
    cursor: pointer; }
    .languageTabsCsv-item--active span {
      font-weight: normal;
      font-size: 14px;
      color: #000; }
  .languageTabsCsv-create_button {
    height: 35px;
    width: 35px;
    display: flex; }
    .languageTabsCsv-create_button i {
      margin: auto;
      color: #666666; }
  .languageTabsCsv .languageTabsCsv-ic-group {
    display: flex;
    align-items: center;
    justify-content: center; }
  .languageTabsCsv .ic-tiger-admin {
    cursor: pointer;
    margin-right: 10px; }

.RadioButton_radio__3DDWd {
  display: flex;
  align-items: center; }
  .RadioButton_radio__3DDWd .form-check {
    display: inline-flex;
    align-items: center; }
    .RadioButton_radio__3DDWd .form-check input[type="radio"] {
      position: relative;
      display: inline-block;
      margin-right: 15px;
      width: 15px;
      min-width: 15px;
      height: 15px;
      border: #dddddd solid 1px;
      border-radius: 10px;
      background-color: #fff;
      outline: none;
      cursor: pointer;
      -webkit-appearance: none; }
      .RadioButton_radio__3DDWd .form-check input[type="radio"]:checked {
        background-color: #209cff;
        border: #fff solid 1px; }
      .RadioButton_radio__3DDWd .form-check input[type="radio"]:disabled {
        cursor: not-allowed;
        opacity: 0.5; }
    .RadioButton_radio__3DDWd .form-check .form-check-input {
      margin-top: 0; }

.column {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
  border-right: none;
  padding: 0 2.5px;
  min-height: 40px;
  margin: -1px; }

.line {
  display: flex;
  color: #000000;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  height: -webkit-max-content;
  height: max-content;
  align-items: center; }

.line:not(:last-child) {
  border-bottom: solid 1px #f5f6fa; }

.line:last-child > div {
  border-bottom: 0px; }

.isEmpty {
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666666;
  font-weight: 400; }

.isHead {
  font-size: 12px;
  color: #666666;
  font-weight: 400; }

.bold {
  font-weight: 700; }

.content {
  display: flex; }

.leftArrowButton {
  position: relative;
  left: 0;
  width: 50px; }

.rightArrowButton {
  position: fixed;
  right: 0;
  width: 50px; }

.report {
  background: #fff;
  font-size: 14px;
  z-index: 0;
  border-radius: 10px;
  background-color: white;
  align-items: flex-start;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  margin: 10px 0 10px; }
  .report > .line:hover {
    background: #ebf2f9; }

.selector-searchbar-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .selector-searchbar-container.hover .selector-searchbar-search .input-container {
    border-color: #C8E7FF; }
  .selector-searchbar-container.true .selector-searchbar-search .cus-dropdown__button, .selector-searchbar-container.true .selector-searchbar-search .input-container {
    border-color: #80b100; }
  .selector-searchbar-container.false .selector-searchbar-search .cus-dropdown__button, .selector-searchbar-container.false .selector-searchbar-search .input-container {
    border-color: #f6292a; }
  .selector-searchbar-container.null .selector-searchbar-search .cus-dropdown__button, .selector-searchbar-container.null .selector-searchbar-search .input-container {
    border-color: #818181; }
  .selector-searchbar-container div.default-text, .selector-searchbar-container .input-container {
    position: static; }

.selector-searchbar-title {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2px;
  margin-right: 25px; }

.selector-searchbar-search {
  display: flex;
  align-items: flex-start;
  position: relative; }
  .selector-searchbar-search .dropdown-main {
    margin: 0; }
  .selector-searchbar-search .cus-dropdown__button {
    border-radius: 5px 0px 0px 5px; }
  .selector-searchbar-search .default-text {
    margin-left: -1px; }
    .selector-searchbar-search .default-text input {
      border-left: 0px;
      position: relative;
      top: 0;
      border-radius: 0 5px 5px 0;
      min-height: 22px; }
  .selector-searchbar-search .default-text .input-container-disabled {
    border: 1px solid #eeeeee; }
  .selector-searchbar-search .input-container {
    border-radius: 0px 5px 5px 0px; }
  .selector-searchbar-search .btn.icon-button {
    margin-right: 0px; }
  .selector-searchbar-search .validation {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: #f6292a;
    line-height: 1;
    margin-top: 5px;
    width: -webkit-max-content;
    width: max-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    word-spacing: normal; }

.selector-searchbar-icon {
  margin-left: 10px; }

@media only screen and (min-width: 1680px) {
  .selector-searchbar-search .default-text input {
    max-width: 130px; } }

@media only screen and (max-width: 1680px) {
  .selector-searchbar-search .default-text input {
    max-width: 140px; } }

@media only screen and (max-width: 1919px) {
  .selector-searchbar-search .default-text input {
    max-width: 120px;
    font-size: 12px; }
  .selector-searchbar-title {
    font-size: 12px; } }

.input-search-bar-container {
  display: flex;
  flex-direction: row;
  width: 245px;
  height: 30px; }
  .input-search-bar-container * {
    box-sizing: border-box; }
  .input-search-bar-container .search-bar {
    -webkit-appearance: none;
            appearance: none;
    width: 170px;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid;
    border-color: #e6e6e6;
    outline: none;
    background-color: #fff;
    line-height: 20px;
    color: #000; }
    .input-search-bar-container .search-bar:hover {
      border: 1px solid #C8E7FF; }
    .input-search-bar-container .search-bar + .icon-button {
      margin-left: 10px; }
  .input-search-bar-container .search-bar-full {
    width: 170px;
    height: 30px;
    padding: 0px 15px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    border: 1px solid;
    border-color: #e6e6e6;
    outline: none;
    background-color: #fff;
    line-height: 20px;
    color: #000; }
    .input-search-bar-container .search-bar-full:hover {
      border: 1px solid #C8E7FF; }
    .input-search-bar-container .search-bar-full + .icon-button {
      margin-left: 10px; }
  .input-search-bar-container .searchBtn {
    margin-left: 10px; }
  .input-search-bar-container .title {
    font-size: 14px;
    padding: 5px 10px;
    color: #333333;
    background-color: #FFF;
    border-radius: 5px -0 0 5px;
    min-width: -webkit-max-content;
    min-width: max-content;
    border: 1px solid #eeeeee;
    margin-right: -2px; }
  .input-search-bar-container .split {
    width: 20px;
    height: 100%; }
  .input-search-bar-container .search-bar-adv {
    border-radius: 0px; }
  .input-search-bar-container.dropdown-type {
    width: 385px; }
    .input-search-bar-container.dropdown-type .ddl-container {
      min-width: auto;
      background-color: #fff;
      min-width: 115px; }
      .input-search-bar-container.dropdown-type .ddl-container .dropdown {
        border-color: #cccccc;
        border-radius: 5px 0 0 5px; }
        .input-search-bar-container.dropdown-type .ddl-container .dropdown .dropdown-menu {
          padding: 0;
          line-height: 22px; }
          .input-search-bar-container.dropdown-type .ddl-container .dropdown .dropdown-menu a {
            padding: 9px 15px; }
        .input-search-bar-container.dropdown-type .ddl-container .dropdown button {
          width: 100%;
          border: solid 1px #cccccc;
          padding: 8px 10px 8px 15px;
          border-radius: 5px 0 0 5px;
          text-align: left;
          line-height: 22px; }
          .input-search-bar-container.dropdown-type .ddl-container .dropdown button:after {
            content: '';
            height: 15px;
            width: 15px;
            display: inline-block;
            background-image: url(/static/media/drop_down.d1d3ec43.svg);
            background-position: center;
            border: 0;
            vertical-align: middle;
            position: absolute;
            right: 10px;
            top: 11.5px; }
      .input-search-bar-container.dropdown-type .ddl-container:hover {
        background-color: #f2f2f2; }
        .input-search-bar-container.dropdown-type .ddl-container:hover + input {
          background-color: #f2f2f2; }
    .input-search-bar-container.dropdown-type .search-bar {
      border-color: #cccccc;
      border-radius: 0 5px 5px 0;
      border-left: 0;
      color: #969696; }

@media only screen and (max-width: 1366px) {
  .input-search-bar-container .title, .input-search-bar-container .search-bar-full {
    font-size: 12px; } }

.search-slider-container {
  width: 100%;
  height: auto;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
  background-color: #fafafc;
  flex-flow: column nowrap;
  position: relative;
  max-height: 96px;
  border-radius: 10px; }

.search-slider-tab {
  width: 100%;
  height: 36px;
  min-height: 36px;
  padding: 0 10px;
  overflow: auto; }
  .search-slider-tab::-webkit-scrollbar {
    display: none; }
  .search-slider-tab:empty {
    display: none; }

.search-slider-children {
  width: 100%;
  height: 40px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  position: relative;
  border-radius: 10px; }
  .search-slider-children .slider-content {
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    align-items: center; }
  .search-slider-children .slider-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: -moz-inline-flex;
    display: inline-flex;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 0; }
    .search-slider-children .slider-container.left {
      left: 0;
      border-radius: 10px 0px 0px 10px; }
      .search-slider-children .slider-container.left .slider-content {
        padding: 0 5px; }
        .search-slider-children .slider-container.left .slider-content:empty {
          padding-right: 0; }
    .search-slider-children .slider-container.right {
      border-left: 1px solid #f5f6fa;
      right: 0;
      border-radius: 0px 10px 10px 0px; }
      .search-slider-children .slider-container.right .slider-content {
        padding: 0 5px; }
        .search-slider-children .slider-container.right .slider-content:empty {
          padding-left: 0; }
  .search-slider-children .content-center {
    position: absolute;
    max-height: 60px;
    padding-right: 10px;
    border-radius: 10px;
    overflow: scroll; }
    .search-slider-children .content-center.pl {
      padding-left: 10px; }
    .search-slider-children .content-center::-webkit-scrollbar {
      display: none; }
  .search-slider-children .btn-navigation {
    display: inline-flex; }
    .search-slider-children .btn-navigation.prev {
      padding-right: 10px;
      left: 0; }
    .search-slider-children .btn-navigation.next {
      padding-left: 10px;
      right: 0; }

.search-slider-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  z-index: 1; }
  .search-slider-btn .btn-reload.refresh {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    height: 100%; }

.Snackbars_snackBar__39EkI .Snackbars_errorMsg__Byn9E {
  display: flex; }
  .Snackbars_snackBar__39EkI .Snackbars_errorMsg__Byn9E .Snackbars_msg__LRx8x {
    flex: 1 1; }
  .Snackbars_snackBar__39EkI .Snackbars_errorMsg__Byn9E .Snackbars_copy__ew_EX {
    margin-left: 5px;
    height: 20px;
    min-width: 33px;
    border-radius: 5px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    min-width: 32px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 4px;
    cursor: pointer; }

.Snackbars_snackBar__39EkI .MuiSnackbarContent-message {
  display: flex;
  align-items: center;
  padding: 0; }

.Snackbars_snackBar__39EkI .MuiSnackbarContent-root {
  min-width: auto;
  line-height: normal; }

.Snackbars_error__3pEe- > .Snackbars_snackbarContent__gEWCl {
  padding: 8px; }

.Snackbars_success__2Fwle > .Snackbars_snackbarContent__gEWCl {
  padding: 8px 20px; }

.Snackbars_traceId__39Lv0 {
  font-size: 12px;
  line-height: 24px; }

.split-bank-card-content {
  display: flex;
  align-items: center; }

.split-bank-card .hover-view-popover {
  max-width: 360px;
  max-height: calc(305px + 75px); }

.split-bank-card-popover-container {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: left;
  min-width: 360px;
  max-height: calc(305px + 75px); }
  .split-bank-card-popover-container .table-container {
    margin: 0px; }
  .split-bank-card-popover-container .title {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 1px #f5f6fa; }
  .split-bank-card-popover-container .popover-title {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 1px #f5f6fa; }
  .split-bank-card-popover-container .popover-content-header {
    padding: 5px 10px;
    color: #666666;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #f5f6fa; }
    .split-bank-card-popover-container .popover-content-header.showScroll :last-child {
      margin-right: 10px; }
    .split-bank-card-popover-container .popover-content-header-row {
      flex: 1 1;
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center; }
    .split-bank-card-popover-container .popover-content-header > :last-child {
      flex: 2 1; }
  .split-bank-card-popover-container .popover-content-body {
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    max-height: 305px;
    overflow-y: auto; }
    .split-bank-card-popover-container .popover-content-body > div:not(:last-child) {
      border-bottom: 1px solid #f5f6fa; }
    .split-bank-card-popover-container .popover-content-body-section {
      flex: 1 1;
      padding: 10px 10px;
      width: 100%;
      color: #000;
      display: -moz-flex;
      display: flex;
      -moz-justify-content: center;
      justify-content: center;
      -moz-align-items: center;
      align-items: center; }
      .split-bank-card-popover-container .popover-content-body-section > :not(:last-child) {
        padding-right: 5px; }
      .split-bank-card-popover-container .popover-content-body-section > :last-child {
        flex: 2 1;
        flex-direction: column;
        cursor: pointer; }
      .split-bank-card-popover-container .popover-content-body-section .popover-bank-number {
        display: flex; }
    .split-bank-card-popover-container .popover-content-body-row {
      flex: 1 1;
      display: flex; }
      .split-bank-card-popover-container .popover-content-body-row.column {
        flex-direction: column; }
  .split-bank-card-popover-container .popover-footer {
    text-align: center;
    color: #f6292a; }

.strengthbar_bar__3HvAI {
  position: relative;
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background: #eeeeee;
  overflow: hidden; }
  .strengthbar_bar__3HvAI .strengthbar_strong__iFU1N {
    background: #80b100;
    width: 80%;
    height: 8px;
    border-radius: 4px; }
  .strengthbar_bar__3HvAI .strengthbar_normal__1xNgG {
    background: #ffb500;
    width: 60%;
    height: 8px;
    border-radius: 4px; }
  .strengthbar_bar__3HvAI .strengthbar_weak__1WQnp {
    background: #cb0202;
    width: 30%;
    height: 8px;
    border-radius: 4px; }

.switch-button {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .switch-button .control-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    height: 30px;
    font-size: 12px;
    border-radius: 21px;
    background-color: #4c9eea;
    margin-left: 20px;
    color: white;
    padding: 0 10px;
    transition: all 0.3s ease;
    cursor: pointer; }
    .switch-button .control-btn span {
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
    .switch-button .control-btn .btn {
      position: absolute;
      top: 5px;
      right: 8%;
      left: calc(100% - 25px);
      height: 20px;
      background-color: #ffffff;
      will-change: left;
      transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
    .switch-button .control-btn--off {
      background-color: #dddddd;
      color: #333333; }
      .switch-button .control-btn--off .on {
        visibility: hidden; }
      .switch-button .control-btn--off .btn {
        left: 8%; }
    .switch-button .control-btn--on .off {
      visibility: hidden; }
    .switch-button .control-btn--disable {
      opacity: 0.5;
      color: #fff;
      cursor: not-allowed; }
      .switch-button .control-btn--disable > * {
        cursor: not-allowed !important; }
  .switch-button--sm .control-btn {
    min-width: 50px; }
    .switch-button--sm .control-btn .btn {
      width: 20px;
      border-radius: 10px;
      padding: 0; }
  .switch-button--md .control-btn {
    width: 63px; }
    .switch-button--md .control-btn .btn {
      width: 25px;
      border-radius: 12px; }

.style_column__1FLtn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0;
  border-right: none;
  color: #000;
  padding: 0 2.5px;
  cursor: pointer; }

.default-text .input-container, .default-text .input-container-no-border, .default-text .textarea-container {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  border-radius: 5px;
  color: #000;
  border: 1px solid #f5f6fa;
  box-sizing: content-box;
  border-radius: 5px; }
  .default-text .input-container :disabled, .default-text .input-container-no-border :disabled, .default-text .textarea-container :disabled {
    background-color: #dddddd;
    color: #ffffff;
    cursor: not-allowed; }
  .default-text .input-container > .icon, .default-text .input-container-no-border > .icon, .default-text .textarea-container > .icon {
    width: 16px;
    height: 16px;
    cursor: auto;
    cursor: initial;
    padding: 0;
    font-size: 16px;
    margin: 0px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto; }
  .default-text .input-container > .title, .default-text .input-container-no-border > .title, .default-text .textarea-container > .title {
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    color: #000;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    min-width: -webkit-max-content;
    min-width: max-content; }
    .default-text .input-container > .title + input, .default-text .input-container-no-border > .title + input, .default-text .textarea-container > .title + input {
      border-left: 1px solid #e9e9ed;
      border-radius: 0px 5px 5px 0; }
    .default-text .input-container > .title-disabled, .default-text .input-container-no-border > .title-disabled, .default-text .textarea-container > .title-disabled {
      background-color: #dddddd;
      color: #ffffff;
      cursor: not-allowed; }
    .default-text .input-container > .title:not(:empty) + input.default-text-input, .default-text .input-container-no-border > .title:not(:empty) + input.default-text-input, .default-text .textarea-container > .title:not(:empty) + input.default-text-input {
      border-left: 1px solid #e9e9ed !important; }

.default-text-input, .default-text-textarea {
  border-radius: 5px;
  border: none;
  padding: 0px 15px 0px 15px;
  color: #000;
  outline: none;
  font-size: 12px;
  box-shadow: unset;
  min-height: 22px;
  background-color: #fff; }
  .default-text-input::-webkit-input-placeholder, .default-text-textarea::-webkit-input-placeholder {
    /* Edge */
    color: #cccccc; }
  .default-text-input:-ms-input-placeholder, .default-text-textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc; }
  .default-text-input::placeholder, .default-text-textarea::placeholder {
    color: #cccccc; }

.default-text {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  position: relative; }
  .default-text-external-title {
    font-size: 14px;
    color: #000;
    min-width: -webkit-max-content;
    min-width: max-content;
    margin-right: 25px; }
  .default-text .input-container-disabled {
    background-color: #dddddd;
    border: 1px solid #dddddd !important; }
    .default-text .input-container-disabled input::-webkit-input-placeholder {
      color: #fff !important; }
    .default-text .input-container-disabled input:-ms-input-placeholder {
      color: #fff !important; }
    .default-text .input-container-disabled input::placeholder {
      color: #fff !important; }
  .default-text .input-container-no-border {
    border: none; }
    .default-text .input-container-no-border-disabled {
      background-color: #dddddd;
      border: 1px solid #dddddd !important; }
      .default-text .input-container-no-border-disabled input::-webkit-input-placeholder {
        color: #fff !important; }
      .default-text .input-container-no-border-disabled input:-ms-input-placeholder {
        color: #fff !important; }
      .default-text .input-container-no-border-disabled input::placeholder {
        color: #fff !important; }
  .default-text .input__message-area {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: inherit; }
  .default-text .validation {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: #f6292a;
    line-height: 1;
    margin-top: 5px;
    width: -webkit-max-content;
    width: max-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    word-spacing: normal;
    white-space: normal; }
  .default-text .validation-textArea {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    color: #f6292a;
    margin: 3px 0 0 15px; }
  .default-text-remark {
    margin-left: 15px;
    font-size: 14px;
    color: #f6292a;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .default-text-input {
    width: 300px; }
    .default-text-input-xs {
      width: 100px; }
    .default-text-input-sm {
      width: 200px; }
    .default-text-input-md {
      width: 350px; }
    .default-text-input-lg {
      width: 450px; }
    .default-text-input-2x {
      width: 600px; }
    .default-text-input-3x {
      width: 900px; }
    .default-text-input-dialog {
      width: 300px; }
  .default-text-textarea {
    width: 300px;
    padding-top: 5px;
    height: 80px;
    resize: none; }
    .default-text-textarea-xs {
      max-width: 100px; }
    .default-text-textarea-sm {
      max-width: 200px; }
    .default-text-textarea-md {
      max-width: 350px; }
    .default-text-textarea-lg {
      max-width: 450px; }
    .default-text-textarea-2x {
      max-width: 600px; }
    .default-text-textarea-3x {
      max-width: 900px; }
  .default-text.hover .input-container,
  .default-text.hover .input-container > .title + input,
  .default-text.hover .textarea-container {
    border-color: #c8e7ff; }
  .default-text.true .input-container,
  .default-text.true .input-container > .title + input,
  .default-text.true .textarea-container {
    border-color: #80b100; }
  .default-text.false .input-container,
  .default-text.false .input-container > .title + input,
  .default-text.false .textarea-container {
    border-color: #f6292a; }
  .default-text.null .input-container,
  .default-text.null .textarea-container {
    border: 1px solid #eeeeee; }
  .default-text.null .input-container.focus,
  .default-text.null .focus .title + input {
    border-color: #eeeeee; }
  .default-text.verticalMode {
    margin-bottom: 25px; }
  .default-text.trigger-style {
    padding: 0 10px; }
    .default-text.trigger-style .input-container {
      border-radius: 15px;
      border: 1px solid #f5f6fa; }
      .default-text.trigger-style .input-container input.default-text-input {
        border-radius: 15px;
        background-color: #fafafc; }
        .default-text.trigger-style .input-container input.default-text-input:hover, .default-text.trigger-style .input-container input.default-text-input:focus {
          background-color: #fff; }
  .default-text.stack {
    -moz-flex-direction: column;
    flex-direction: column; }
    .default-text.stack .validation {
      position: static;
      min-width: 100%; }
  .default-text .frontText {
    font-size: 13px;
    white-space: nowrap;
    padding-left: 15px;
    color: #939393; }
  .default-text .endText {
    font-size: 13px;
    white-space: nowrap;
    color: #939393;
    padding-right: 15px; }

@media only screen and (max-width: 1440px) {
  .default-text .default-text-title {
    width: 240px; }
  .default-text-input {
    width: 260px; }
    .default-text-input-xs {
      width: 100px; }
    .default-text-input-sm {
      width: 150px; }
    .default-text-input-md {
      width: 200px; }
    .default-text-input-lg {
      width: 300px; }
    .default-text-input-2x {
      width: 450px; }
    .default-text-input-3x {
      width: 600px; }
    .default-text-input-dialog {
      width: 300px; } }

@media only screen and (max-width: 1366px) {
  .default-text .default-text-title {
    width: 220px; }
  .default-text-input {
    width: 240px; }
    .default-text-input-xs {
      width: 95px; }
    .default-text-input-sm {
      width: 120px; }
    .default-text-input-md {
      width: 180px; }
    .default-text-input-lg {
      width: 270px; }
    .default-text-input-2x {
      width: 360px; }
    .default-text-input-3x {
      width: 540px; }
    .default-text-input-dialog {
      width: 300px; } }

@media only screen and (max-width: 1194px) {
  .default-text-textarea {
    width: 100%; }
    .default-text-textarea-xs {
      max-width: 100px; }
    .default-text-textarea-sm {
      max-width: 200px; }
    .default-text-textarea-md {
      max-width: 260px; }
    .default-text-textarea-lg {
      max-width: 390px; }
    .default-text-textarea-2x {
      max-width: 520px; }
    .default-text-textarea-3x {
      max-width: 780px; } }

@media only screen and (max-width: 1919px) {
  .default-text-external-title, .default-text-remark, .default-text-input, .default-text-textarea,
  .default-text .validation-textArea,
  .default-text .validation,
  .default-text .input-container > .title,
  .default-text .textarea-container > .title {
    font-size: 12px; } }

.hover-view {
  position: relative;
  width: 100%; }
  .hover-view-children .game-result-content {
    padding-right: 0px !important; }
  .hover-view-popover {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e9e9ed;
    max-height: 300px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: all 250ms; }
    .hover-view-popover.shown {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      width: -webkit-max-content;
      width: max-content; }
    .hover-view-popover-content {
      padding: 0px;
      font-size: 12px;
      text-align: center; }
      .hover-view-popover-content.copy {
        cursor: pointer; }

.title-container {
  position: relative;
  margin-bottom: 10px;
  align-items: center;
  min-height: 30px;
  flex-wrap: wrap; }
  .title-container .headerIcon {
    margin-right: 15px; }

.rc-trigger-popup {
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  font-size: 13px; }
  .rc-trigger-popup-hidden {
    display: none; }

/* ======== Effected Component Style */
.trigger-style {
  height: 40px; }
  .trigger-style .cus-dropdown__button {
    height: 100%; }

.r-dt-calendar.trigger-style input.ant-input {
  height: 40px; }

.VipButton_vip-account__3kEgP {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .VipButton_vip-account__3kEgP .VipButton_account__TuxAl {
    color: #209cff;
    text-decoration: underline;
    cursor: pointer; }

.VipButton_vip-level__26TDE {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0px 4px;
  margin-top: 5px;
  border: none;
  color: #209cff;
  background-color: #f5f6fa;
  border-radius: 4px;
  cursor: pointer; }

.ddl-currency {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .ddl-currency-textmode {
    display: flex;
    font-size: 14px;
    text-align: left; }
    .ddl-currency-textmode span {
      display: -moz-inline-flex;
      display: inline-flex;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      min-width: -webkit-max-content;
      min-width: max-content;
      margin-right: 25px; }
  .ddl-currency .cus-dropdown__title {
    min-width: -webkit-max-content;
    min-width: max-content; }
  .ddl-currency .cus-dropdown .dropdown-item {
    text-align: left; }

.cus-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: max-content;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px; }
  .cus-dropdown .display-text {
    color: #000; }
  .cus-dropdown.activeGrey .display-text {
    color: #cccccc; }
  .cus-dropdown:focus, .cus-dropdown:active {
    outline: none; }
  .cus-dropdown__main {
    position: relative;
    min-width: 100px;
    border-radius: 5px; }
    .cus-dropdown__main.trigger-style {
      height: 100%;
      font-size: 12px;
      color: #000;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      .cus-dropdown__main.trigger-style .trigger-style__title,
      .cus-dropdown__main.trigger-style .display-text {
        color: #000; }
      .cus-dropdown__main.trigger-style .cus-dropdown__title {
        margin: 0;
        background-color: #fff;
        color: #000; }
      .cus-dropdown__main.trigger-style .cus-dropdown__button {
        min-height: 40px;
        height: 100%;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        border-radius: 0; }
      .cus-dropdown__main.trigger-style .cus-dropdown__icon {
        margin-left: 0px; }
  .cus-dropdown__button {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    min-width: 100%;
    min-height: 24px;
    border: 1px solid #f5f6fa;
    border-radius: 5px;
    background-color: #fff;
    color: #cccccc;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px; }
    .cus-dropdown__button:focus, .cus-dropdown__button:active {
      outline: none;
      box-shadow: none; }
  .cus-dropdown__icon {
    color: #000;
    margin-left: 5px;
    padding: 0; }
    .cus-dropdown__icon i {
      font-size: 16px; }
  .cus-dropdown__pointer {
    cursor: pointer; }
  .cus-dropdown__title {
    border-bottom: 1px solid #f5f6fa;
    font-size: 12px;
    padding: 5px 15px;
    color: #000;
    line-height: 1; }
    .cus-dropdown__title:empty {
      display: none; }
    .cus-dropdown__title--disabled {
      background-color: #dddddd !important;
      color: #fff !important;
      cursor: not-allowed !important; }
  .cus-dropdown__list {
    position: absolute;
    z-index: 1000;
    display: block;
    float: left;
    overflow: auto;
    box-sizing: border-box;
    margin-top: -1px;
    min-width: 100%;
    max-height: 317px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background-color: #fff; }
    .cus-dropdown__list::-webkit-scrollbar {
      width: 14px;
      height: 18px;
      background-color: #fff;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .cus-dropdown__list::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid transparent;
      border-radius: 7px;
      background-color: #dddddd;
      background-clip: padding-box; }
    .cus-dropdown__list::-webkit-scrollbar-button {
      display: none;
      width: 0;
      height: 0; }
    .cus-dropdown__list::-webkit-scrollbar-corner {
      background-color: transparent; }
    .cus-dropdown__list--up {
      bottom: 100%; }
    .cus-dropdown__list--down {
      top: 100%; }
    @media screen and (max-height: 834px) {
      .cus-dropdown__list {
        max-height: 240px; } }
    .cus-dropdown__list .dropdown-item {
      display: flex;
      align-items: center;
      clear: both;
      padding: 10px;
      width: 100%;
      border: 0;
      background-color: transparent;
      border-bottom: 1px solid #f5f6fa;
      color: #000;
      text-align: inherit;
      white-space: nowrap;
      font-weight: 400;
      line-height: 1;
      font-size: 14px;
      cursor: pointer; }
      .cus-dropdown__list .dropdown-item.checkbox {
        display: flex;
        cursor: default; }
        .cus-dropdown__list .dropdown-item.checkbox > label {
          cursor: pointer; }
      .cus-dropdown__list .dropdown-item.disabled {
        color: #dddddd; }
      .cus-dropdown__list .dropdown-item:hover {
        background-color: rgba(165, 206, 244, 0.2); }
      .cus-dropdown__list .dropdown-item:active {
        background-color: transparent;
        background-color: initial;
        color: #000;
        color: initial; }
      .cus-dropdown__list .dropdown-item:last-child {
        border-bottom: 0; }
  .cus-dropdown__list--left {
    left: 0; }
  .cus-dropdown__list--right {
    right: 0; }
  .cus-dropdown__valid-message {
    position: absolute;
    top: 100%;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1; }
  .cus-dropdown--disabled .cus-dropdown {
    pointer-events: none; }
    .cus-dropdown--disabled .cus-dropdown__title {
      border: 0;
      background-color: #dddddd;
      color: #fff;
      cursor: not-allowed; }
    .cus-dropdown--disabled .cus-dropdown__button {
      border: 0;
      background-color: #dddddd !important;
      color: #fff !important;
      cursor: not-allowed; }
    .cus-dropdown--disabled .cus-dropdown__icon {
      color: #fff; }
  .cus-dropdown--disabled .display-text {
    color: white; }
  .cus-dropdown--withTitle .cus-dropdown {
    box-sizing: border-box; }
    .cus-dropdown--withTitle .cus-dropdown__title {
      border: 1px solid #f5f6fa;
      border-radius: 5px 0 0 5px;
      background-color: #fff; }
    .cus-dropdown--withTitle .cus-dropdown__button {
      border-top: 1px solid #f5f6fa;
      border-right: 1px solid #f5f6fa;
      border-bottom: 1px solid #f5f6fa;
      border-left: 0;
      border-radius: 0 5px 5px 0;
      background-color: #fff; }
  .cus-dropdown--withSearch .cus-dropdown__button {
    border-radius: 5px 0 0 5px; }
  .cus-dropdown--withTitle.cus-dropdown--withSearch .cus-dropdown__title {
    border-radius: 0; }
  .cus-dropdown--true .cus-dropdown__button {
    border: 1px solid #80b100; }
  .cus-dropdown--true .cus-dropdown__valid-message {
    color: #80b100; }
  .cus-dropdown--false .cus-dropdown__button {
    border: 1px solid #f6292a; }
  .cus-dropdown--false .cus-dropdown__valid-message {
    color: #f6292a; }
  .cus-dropdown .dropdown-list-image {
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    align-items: center; }
    .cus-dropdown .dropdown-list-image .dropdown-item__image .chkbox.control {
      margin: 0 10px 0 0; }
    .cus-dropdown .dropdown-list-image .dropdown-item__image .labelText {
      width: 20px;
      height: 20px;
      margin-left: 0; }
      .cus-dropdown .dropdown-list-image .dropdown-item__image .labelText i:before {
        color: #666666; }
    .cus-dropdown .dropdown-list-image .dropdown-item__image .checkBox-border {
      display: none; }
    .cus-dropdown .dropdown-list-image .dropdown-item__image input:checked ~ .labelText i:before {
      color: #4c9eea; }

@media only screen and (max-width: 1919px) {
  .cus-dropdown {
    font-size: 12px; } }

.time-fast-search .cus-dropdown__main .cus-dropdown__button {
  border-right: 0;
  padding-right: 0; }

.ddl-currency {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .ddl-currency-textmode {
    display: flex;
    font-size: 14px;
    text-align: left; }
    .ddl-currency-textmode span {
      display: -moz-inline-flex;
      display: inline-flex;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      min-width: -webkit-max-content;
      min-width: max-content;
      margin-right: 25px; }
  .ddl-currency .cus-dropdown__title {
    min-width: -webkit-max-content;
    min-width: max-content; }
  .ddl-currency .cus-dropdown .dropdown-item {
    text-align: left; }

.header__timezone {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: no-wrap;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-size: 12px;
  margin-left: 10px;
  color: #666666;
  line-height: 1;
  min-width: 95px; }

.expand-fast-search .item {
  height: 40px;
  width: 63px;
  border: 1px solid #cccccc;
  border-left: 0px;
  background-color: #ffffff; }
  .expand-fast-search .item:first-child {
    border-left: 1px solid #cccccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .expand-fast-search .item:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .expand-fast-search .item:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .expand-fast-search .item:active, .expand-fast-search .item.active {
    background-color: rgba(0, 0, 0, 0.45);
    color: #ffffff; }
  .expand-fast-search .item.focus {
    background-color: rgba(0, 0, 0, 0.45);
    color: #ffffff; }

.FormLabel_wrapper__Z6L5_ {
  display: flex;
  align-items: center;
  min-width: 96px;
  height: 36px;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: left; }
  .FormLabel_wrapper__Z6L5_.FormLabel_required__2Z31r:before {
    content: "*";
    color: #ff0000;
    display: block;
    padding-right: 5px; }

.FormGroup_wrapper__2nQk- {
  display: flex;
  margin-bottom: 25px; }
  .FormGroup_wrapper__2nQk-.vertical {
    flex-direction: column; }
    .FormGroup_wrapper__2nQk-.vertical label {
      margin-left: 0;
      margin-right: 0; }
  .FormGroup_wrapper__2nQk- .FormGroup_control-group__1xn8J {
    width: 100%; }

.Feedback_wrapper__3Y_io {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  padding-left: 15px; }
  .Feedback_wrapper__3Y_io.Feedback_is-valid__3OM1E.valid, .Feedback_wrapper__3Y_io.Feedback_is-invalid__z6evc.invalid {
    display: flex; }
  .Feedback_wrapper__3Y_io.valid, .Feedback_wrapper__3Y_io.invalid {
    display: none; }
  .Feedback_wrapper__3Y_io.valid {
    color: #28a745; }
  .Feedback_wrapper__3Y_io.invalid {
    color: #cb0202; }

.FormControl_wrapper__33OK8 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 22px;
  padding: 0 15px;
  color: #333333;
  background: #ffffff;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.4s;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  .FormControl_wrapper__33OK8:not(.FormControl_disabled__2bXQG):not(.FormControl_read-only__1aSeR):hover, .FormControl_wrapper__33OK8:not(.FormControl_disabled__2bXQG):not(.FormControl_read-only__1aSeR).FormControl_focused__34pOc {
    border: 1px solid #4c9eea; }
  .FormControl_wrapper__33OK8.FormControl_disabled__2bXQG {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #bbbbbb;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .FormControl_wrapper__33OK8 .FormControl_control__1l-g6 {
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
    height: 100%;
    color: currentColor; }
    .FormControl_wrapper__33OK8 .FormControl_control__1l-g6::-webkit-input-placeholder {
      color: #bbbbbb;
      font-size: 14px;
      font-weight: normal;
      line-height: normal !important;
      -webkit-transition: border 0.4s;
      transition: border 0.4s;
      font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      vertical-align: middle; }
    .FormControl_wrapper__33OK8 .FormControl_control__1l-g6::placeholder, .FormControl_wrapper__33OK8 .FormControl_control__1l-g6::-webkit-input-placeholder {
      color: #bbbbbb;
      font-size: 14px;
      font-weight: normal;
      line-height: normal !important;
      -webkit-transition: border 0.4s;
      transition: border 0.4s;
      font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      vertical-align: middle; }
    .FormControl_wrapper__33OK8 .FormControl_control__1l-g6:-webkit-autofill, .FormControl_wrapper__33OK8 .FormControl_control__1l-g6:-webkit-autofill:hover, .FormControl_wrapper__33OK8 .FormControl_control__1l-g6:-webkit-autofill:focus, .FormControl_wrapper__33OK8 .FormControl_control__1l-g6:-webkit-autofill:active {
      box-shadow: 0 0 0 50px #ffffff inset; }
    .FormControl_wrapper__33OK8 .FormControl_control__1l-g6:-webkit-autofill::first-line {
      font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      color: #333333; }
  .FormControl_wrapper__33OK8.FormControl_select__3TaGr.FormControl_multiple__3rjBt, .FormControl_wrapper__33OK8.FormControl_textarea__gx_qn {
    height: auto;
    line-height: 20px;
    padding: 7px 15px;
    appearance: none;
    -webkit-appearance: none; }
    .FormControl_wrapper__33OK8.FormControl_select__3TaGr.FormControl_multiple__3rjBt .FormControl_control__1l-g6::-webkit-input-placeholder, .FormControl_wrapper__33OK8.FormControl_textarea__gx_qn .FormControl_control__1l-g6::-webkit-input-placeholder {
      line-height: 20px; }
    .FormControl_wrapper__33OK8.FormControl_select__3TaGr.FormControl_multiple__3rjBt .FormControl_control__1l-g6::placeholder, .FormControl_wrapper__33OK8.FormControl_select__3TaGr.FormControl_multiple__3rjBt .FormControl_control__1l-g6::-webkit-input-placeholder, .FormControl_wrapper__33OK8.FormControl_textarea__gx_qn .FormControl_control__1l-g6::placeholder, .FormControl_wrapper__33OK8.FormControl_textarea__gx_qn .FormControl_control__1l-g6::-webkit-input-placeholder {
      line-height: 20px; }

.FormCheck_wrapper__3WVF- {
  position: relative;
  color: #666;
  font-size: 12px;
  line-height: 1;
  min-width: 100px; }
  .FormCheck_wrapper__3WVF- label {
    margin: 0;
    cursor: pointer; }
  .FormCheck_wrapper__3WVF- input {
    display: none; }
  .FormCheck_wrapper__3WVF- .FormCheck_check__gDt1L {
    margin-right: 8px; }

.FormText_wrapper__oPPwG {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  padding-left: 15px;
  color: #bbbbbb; }

.InputGroup_wrapper__213Au {
  position: relative;
  display: flex;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  border-radius: 22px;
  color: #333333;
  background: #ffffff;
  transition: all 0.4s;
  overflow: hidden;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  .InputGroup_wrapper__213Au:not(.InputGroup_disabled__3Vlmj):not(.InputGroup_read-only__ihHDU):hover, .InputGroup_wrapper__213Au:not(.InputGroup_disabled__3Vlmj):not(.InputGroup_read-only__ihHDU).InputGroup_focused__1FFZs {
    border: 1px solid #4c9eea; }
  .InputGroup_wrapper__213Au.InputGroup_disabled__3Vlmj {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #bbbbbb;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .InputGroup_wrapper__213Au .InputGroup_prepend__3dhlg,
  .InputGroup_wrapper__213Au .InputGroup_append__1mdOC {
    height: 100%; }
  .InputGroup_wrapper__213Au .comp-control {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 100% !important; }

.Prepend_wrapper__3NZAI {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  padding-right: 15px;
  transition: all 0.4s; }

.Append_wrapper__23RFx {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  padding-left: 15px;
  transition: all 0.4s; }

.MaskPassword_icon__ygFVP {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.FormLabel_wrapper__1dN1i {
  display: flex;
  align-items: center;
  min-width: 96px;
  height: 36px;
  line-height: 1;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: left; }
  .FormLabel_wrapper__1dN1i.FormLabel_required__FCqmR:before {
    content: "*";
    color: #ff0000;
    display: block;
    padding-right: 5px; }

.FormGroup_wrapper__1xo41 {
  display: flex;
  margin-bottom: 20px; }
  .FormGroup_wrapper__1xo41.vertical {
    flex-direction: column; }
    .FormGroup_wrapper__1xo41.vertical label {
      margin-left: 10px;
      margin-right: 0;
      margin-bottom: 10px;
      line-height: 20px;
      height: auto; }
  .FormGroup_wrapper__1xo41 .FormGroup_control-group__3x6B1 {
    width: 100%; }

.Feedback_wrapper__3y5HV {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  padding-left: 15px; }
  .Feedback_wrapper__3y5HV.valid {
    color: #28a745; }
  .Feedback_wrapper__3y5HV.invalid {
    color: #cb0202; }

.FormControl_wrapper__1uKqr {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  padding: 0 15px;
  color: #333333;
  background: #ffffff;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  transition: all 0.4s;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  .FormControl_wrapper__1uKqr:not(.FormControl_disabled__38c9v):not(.FormControl_read-only__3K_ui):hover, .FormControl_wrapper__1uKqr:not(.FormControl_disabled__38c9v):not(.FormControl_read-only__3K_ui).FormControl_focused__1gfb1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .FormControl_wrapper__1uKqr.FormControl_disabled__38c9v {
    color: #fff;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .FormControl_wrapper__1uKqr .FormControl_control__1hU81 {
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
    height: 100%;
    color: currentColor; }
    .FormControl_wrapper__1uKqr .FormControl_control__1hU81::-webkit-input-placeholder {
      color: #bbbbbb;
      font-size: 12px;
      font-weight: normal;
      line-height: normal !important;
      -webkit-transition: border 0.4s;
      transition: border 0.4s;
      font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      vertical-align: middle; }
    .FormControl_wrapper__1uKqr .FormControl_control__1hU81::placeholder, .FormControl_wrapper__1uKqr .FormControl_control__1hU81::-webkit-input-placeholder {
      color: #bbbbbb;
      font-size: 12px;
      font-weight: normal;
      line-height: normal !important;
      -webkit-transition: border 0.4s;
      transition: border 0.4s;
      font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      vertical-align: middle; }
    .FormControl_wrapper__1uKqr .FormControl_control__1hU81:-webkit-autofill, .FormControl_wrapper__1uKqr .FormControl_control__1hU81:-webkit-autofill:hover, .FormControl_wrapper__1uKqr .FormControl_control__1hU81:-webkit-autofill:focus, .FormControl_wrapper__1uKqr .FormControl_control__1hU81:-webkit-autofill:active {
      box-shadow: 0 0 0 50px #ffffff inset; }
    .FormControl_wrapper__1uKqr .FormControl_control__1hU81:-webkit-autofill::first-line {
      font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      color: #333333; }
  .FormControl_wrapper__1uKqr.FormControl_select__3zXDO.FormControl_multiple__Qkh5l, .FormControl_wrapper__1uKqr.FormControl_textarea__3mEWX {
    height: auto;
    line-height: 20px;
    padding: 7px 15px;
    appearance: none;
    -webkit-appearance: none; }
    .FormControl_wrapper__1uKqr.FormControl_select__3zXDO.FormControl_multiple__Qkh5l .FormControl_control__1hU81::-webkit-input-placeholder, .FormControl_wrapper__1uKqr.FormControl_textarea__3mEWX .FormControl_control__1hU81::-webkit-input-placeholder {
      line-height: 20px; }
    .FormControl_wrapper__1uKqr.FormControl_select__3zXDO.FormControl_multiple__Qkh5l .FormControl_control__1hU81::placeholder, .FormControl_wrapper__1uKqr.FormControl_select__3zXDO.FormControl_multiple__Qkh5l .FormControl_control__1hU81::-webkit-input-placeholder, .FormControl_wrapper__1uKqr.FormControl_textarea__3mEWX .FormControl_control__1hU81::placeholder, .FormControl_wrapper__1uKqr.FormControl_textarea__3mEWX .FormControl_control__1hU81::-webkit-input-placeholder {
      line-height: 20px; }
  .FormControl_wrapper__1uKqr input:disabled {
    background-color: #ddd; }

.FormCheck_wrapper__13FkQ {
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 1; }
  .FormCheck_wrapper__13FkQ label {
    margin: 0;
    cursor: pointer; }
  .FormCheck_wrapper__13FkQ input {
    display: none; }
  .FormCheck_wrapper__13FkQ .FormCheck_check__JPlS5 {
    margin-right: 5px; }

.FormText_wrapper__2WzS2 {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  padding-left: 15px;
  color: #bbbbbb; }

.Prepend_wrapper__InryS {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  padding-right: 15px;
  transition: all 0.4s; }

.Append_wrapper__1AoD2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  padding-left: 15px;
  transition: all 0.4s; }

.InputGroup_wrapper__2UXhv {
  position: relative;
  display: flex;
  width: 100%;
  height: 24px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 0 7px;
  color: #333333;
  background: #ffffff;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  transition: all 0.4s;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  .InputGroup_wrapper__2UXhv.InputGroup_disabled__1jG4y {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #bbbbbb;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .InputGroup_wrapper__2UXhv .InputGroup_prepend__3SkyT,
  .InputGroup_wrapper__2UXhv .InputGroup_append__Ivjxs {
    height: 100%; }
  .InputGroup_wrapper__2UXhv .comp-control {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    box-shadow: none !important; }

.MaskPassword_icon__1zl0E {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.DateFormControl_wrapper__2ygyw {
  height: 24px;
  width: 85px;
  font-size: 12px;
  padding: 0;
  border: 0;
  transition: auto; }
  .DateFormControl_wrapper__2ygyw.DateFormControl_isFocus__GC540 {
    border: #C8E7FF solid 1px; }
  .DateFormControl_wrapper__2ygyw .DateFormControl_formWrapper__XMz-P {
    text-align: center; }
  .DateFormControl_wrapper__2ygyw.secondary.DateFormControl_disabled__2MeaW {
    background-color: #dddddd; }
  .DateFormControl_wrapper__2ygyw.primary .DateFormControl_formWrapper__XMz-P {
    background-color: #fafafc;
    border-color: #e9e9ed; }
    .DateFormControl_wrapper__2ygyw.primary .DateFormControl_formWrapper__XMz-P:disabled {
      background-color: #dddddd;
      color: #FFFFFF; }

.RangePicker_wrapper__XHgJ9 .DayPicker-Day--selected:not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #f0f8ff !important;
  color: #4a90e2; }

.RangePicker_wrapper__XHgJ9 .DayPicker-Day {
  border-radius: 0 !important; }

.RangePicker_wrapper__XHgJ9 .DayPicker-Day--start,
.RangePicker_wrapper__XHgJ9 .DayPicker-Day--only-start {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.RangePicker_wrapper__XHgJ9 .DayPicker-Day--end {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.Header_wrapper__2Xnfq {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px; }
  .Header_wrapper__2Xnfq .Header_info__2QCWj {
    display: flex;
    margin-bottom: 5px; }
    .Header_wrapper__2Xnfq .Header_info__2QCWj .Header_start-date__2N4UB,
    .Header_wrapper__2Xnfq .Header_info__2QCWj .Header_end-date__3jMMs {
      flex: 1 1;
      color: #666666;
      font-size: 12px; }
    .Header_wrapper__2Xnfq .Header_info__2QCWj .Header_start-date__2N4UB {
      padding-left: 5px; }
    .Header_wrapper__2Xnfq .Header_info__2QCWj .Header_end-date__3jMMs {
      margin-left: 18px; }
  .Header_wrapper__2Xnfq .Header_nav__3rQLl {
    display: flex; }
  .Header_wrapper__2Xnfq .Header_date__FvKSH {
    display: flex;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: #333333;
    font-size: 12px;
    font-weight: bold; }
    .Header_wrapper__2Xnfq .Header_date__FvKSH .Header_year__2aWVg {
      margin-right: 15px; }
    .Header_wrapper__2Xnfq .Header_date__FvKSH .Header_month__1hFpF {
      flex: 1 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      .Header_wrapper__2Xnfq .Header_date__FvKSH .Header_month__1hFpF:first-child {
        padding-right: 36px; }
      .Header_wrapper__2Xnfq .Header_date__FvKSH .Header_month__1hFpF:last-child {
        padding-left: 36px; }
      .Header_wrapper__2Xnfq .Header_date__FvKSH .Header_month__1hFpF + .Header_month__1hFpF {
        margin-left: 23px; }
  .Header_wrapper__2Xnfq .Header_button__z-v_H {
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #ffffff;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s; }
    .Header_wrapper__2Xnfq .Header_button__z-v_H:hover {
      background-color: #4c9eea;
      border-color: #4c9eea; }
      .Header_wrapper__2Xnfq .Header_button__z-v_H:hover svg path {
        fill: #fff; }

@-webkit-keyframes DatePicker_slideIn__3RbOq {
  from {
    top: 27px; }
  to {
    top: 32px; } }

@keyframes DatePicker_slideIn__3RbOq {
  from {
    top: 27px; }
  to {
    top: 32px; } }

.DatePicker_container__3z_uU {
  position: relative; }
  .DatePicker_container__3z_uU [data-popper-placement^='top'] .DatePicker_arrowTest__1owdH {
    bottom: 7px; }
    .DatePicker_container__3z_uU [data-popper-placement^='top'] .DatePicker_arrowTest__1owdH:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .DatePicker_container__3z_uU [data-popper-placement^='bottom'] .DatePicker_arrowTest__1owdH {
    top: -6px; }
    .DatePicker_container__3z_uU [data-popper-placement^='bottom'] .DatePicker_arrowTest__1owdH:before {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .DatePicker_container__3z_uU .DatePicker_arrowTest__1owdH:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid black;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.05); }
  .DatePicker_container__3z_uU .DayPicker {
    width: 234px;
    padding: 16px 11px;
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
    border: none;
    box-shadow: 4px 4px 16px 0 rgba(51, 51, 51, 0.2);
    background: #fff;
    outline: none; }
  .DatePicker_container__3z_uU .DayPicker-wrapper {
    padding: 0;
    outline: none; }
  .DatePicker_container__3z_uU .DayPicker-Month {
    width: 100%;
    margin: 0;
    border-spacing: 0 5px;
    border-collapse: separate; }
  .DatePicker_container__3z_uU .DayPicker-Weekday {
    padding: 3px 0 2px;
    color: #666666;
    font-size: 12px;
    line-height: 1; }
  .DatePicker_container__3z_uU .DayPicker-Day {
    min-width: 30px;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    outline: none;
    border-radius: 8.5px;
    transition: background 0.1s; }
  .DatePicker_container__3z_uU .DayPicker-Day--today {
    position: relative;
    font-weight: normal;
    color: currentColor;
    border-radius: 8.5px;
    border: 1px solid #4a90e2; }
  .DatePicker_container__3z_uU .DayPicker-Day--selected {
    background-color: #4c9eea; }
  .DatePicker_container__3z_uU .DayPicker-Day--outside {
    color: #666666; }

.DatePicker_overlay__2nxFa {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  background: #fff; }

.RangePicker_container__MXrEB {
  position: relative; }
  .RangePicker_container__MXrEB .DayPicker {
    width: 530px;
    padding: 16px 10px;
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
    border: none;
    box-shadow: 4px 4px 16px 0 rgba(51, 51, 51, 0.2);
    background: #fff;
    outline: none; }
    .RangePicker_container__MXrEB .DayPicker:before {
      content: "";
      width: 0;
      height: 0;
      border: 6px solid black;
      border-color: transparent #fff #fff transparent;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      position: absolute;
      top: -6px;
      right: 30px;
      box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.05); }
  .RangePicker_container__MXrEB .DayPicker-wrapper {
    padding: 0;
    outline: none; }
  .RangePicker_container__MXrEB .DayPicker-Month {
    width: 245px;
    margin: 0;
    border-spacing: 0 5px;
    border-collapse: separate;
    flex-wrap: nowrap; }
    .RangePicker_container__MXrEB .DayPicker-Month + .DayPicker-Month {
      margin-left: 20px; }
  .RangePicker_container__MXrEB .DayPicker-Weekdays,
  .RangePicker_container__MXrEB .DayPicker-WeekdaysRow,
  .RangePicker_container__MXrEB .DayPicker-Week,
  .RangePicker_container__MXrEB .DayPicker-Body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0; }
  .RangePicker_container__MXrEB .DayPicker-Body {
    flex-direction: column; }
  .RangePicker_container__MXrEB .DayPicker-Weekdays {
    margin-bottom: 5px; }
  .RangePicker_container__MXrEB .DayPicker-Weekday {
    padding: 3px 0 2px;
    color: #666666;
    font-size: 12px;
    line-height: 1;
    flex: 1 1; }
  .RangePicker_container__MXrEB .DayPicker-Week {
    margin-bottom: 5px; }
  .RangePicker_container__MXrEB .DayPicker-Day {
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    outline: none;
    border-radius: 0 !important;
    flex: 1 1; }
    .RangePicker_container__MXrEB .DayPicker-Day:not(.DayPicker-Day--selected):hover {
      border-radius: 8px !important;
      background-color: #d5e8fa !important; }
  .RangePicker_container__MXrEB .DayPicker-Day--today:not(.DayPicker-Day--selected) {
    position: relative;
    font-weight: normal;
    color: currentColor; }
    .RangePicker_container__MXrEB .DayPicker-Day--today:not(.DayPicker-Day--selected):after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background-color: #4c9eea;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .RangePicker_container__MXrEB .DayPicker-Day--outside {
    color: #666666; }
  .RangePicker_container__MXrEB .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #4c9eea;
    color: #fff; }
  .RangePicker_container__MXrEB .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--in-selected):not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
    background-color: #d5e8fa !important;
    font-weight: normal;
    color: #000000; }
  .RangePicker_container__MXrEB .DayPicker-Day--start,
  .RangePicker_container__MXrEB .DayPicker-Day--selected:first-child,
  .RangePicker_container__MXrEB .DayPicker-Day--selected.DayPicker-Day--month-start {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important; }
  .RangePicker_container__MXrEB .DayPicker-Day--end,
  .RangePicker_container__MXrEB .DayPicker-Day--selected:last-child,
  .RangePicker_container__MXrEB .DayPicker-Day--selected.DayPicker-Day--month-end {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important; }

.RangePicker_overlay__1Q4w- {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  background: #fff; }

.FormControl_wrapper__iDdD2 {
  height: 30px; }

.SelectFormControl_wrapper__3Quhu {
  height: 24px;
  min-width: 85px; }

.SelectFormControl_arrow__16Yxx {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
  .SelectFormControl_arrow__16Yxx.SelectFormControl_open__2yG6i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.DatePicker_wrapper__dB2Ue {
  display: flex;
  align-items: center; }
  .DatePicker_wrapper__dB2Ue .DatePicker_formTime__1CDDr {
    margin-left: 2px; }
    .DatePicker_wrapper__dB2Ue .DatePicker_formTime__1CDDr > div {
      transition: auto; }
  .DatePicker_wrapper__dB2Ue.secondary {
    border: 1px solid #e9e9ed;
    border-radius: 5px; }
    .DatePicker_wrapper__dB2Ue.secondary.DatePicker_disabled__2T00z {
      background-color: #dddddd; }

.RangeDatePicker_wrapper__3wJJT {
  display: flex;
  align-items: center; }
  .RangeDatePicker_wrapper__3wJJT .RangeDatePicker_to__25AHc {
    margin: 0 5px;
    font-size: 12px; }

.custom-date-picker-container.inline {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  display: inline-flex; }
  .custom-date-picker-container.inline > label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
    color: #f7f7f7;
    max-width: 110px;
    margin: 0 10px 0 0;
    width: 100%; }
    .custom-date-picker-container.inline > label + .date-picker {
      width: 100%; }

.custom-date-picker-container.triggerStyle {
  display: flex;
  padding-right: 5px; }
  .custom-date-picker-container.triggerStyle .date-picker-cover-new {
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content; }

.custom-date-picker-container .date-picker-cover {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 2; }

.custom-date-picker-container .date-picker {
  outline: none; }
  .custom-date-picker-container .date-picker .fast-search .cus-dropdown__button {
    color: #333333; }
  .custom-date-picker-container .date-picker .calendar {
    z-index: 3;
    height: 24px;
    position: relative;
    top: 0px;
    right: 0;
    border: solid 1px #EEEEEE;
    border-radius: 5px;
    background: #fff;
    outline: none; }
    .custom-date-picker-container .date-picker .calendar > div {
      outline: none; }
    .custom-date-picker-container .date-picker .calendar.calendarLeft .rdrMonthAndYearWrapper {
      left: 0; }
    .custom-date-picker-container .date-picker .calendar.calendarLeft .rdrMonths {
      left: 0; }
    .custom-date-picker-container .date-picker .calendar .rdrDayToday .rdrDayNumber span:after {
      background: none; }
    .custom-date-picker-container .date-picker .calendar .interval {
      position: absolute;
      display: flex;
      align-items: center;
      left: 98px;
      height: 100%;
      width: 10px;
      font-size: 16px;
      color: #666666;
      justify-content: center; }
    .custom-date-picker-container .date-picker .calendar .icon-block {
      position: absolute;
      right: -1px;
      top: -1px;
      width: 55px;
      height: 40px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      cursor: pointer; }
      .custom-date-picker-container .date-picker .calendar .icon-block .icon {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        -webkit-mask-image: url(/static/media/calendar.3bcde14f.svg);
                mask-image: url(/static/media/calendar.3bcde14f.svg);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        background-color: #ffffff; }
    .custom-date-picker-container .date-picker .calendar .datePicker {
      background-color: none; }
      .custom-date-picker-container .date-picker .calendar .datePicker.isActive .rdrMonths,
      .custom-date-picker-container .date-picker .calendar .datePicker.isActive .rdrMonthAndYearWrapper {
        display: flex; }
      .custom-date-picker-container .date-picker .calendar .datePicker.isDisable {
        background-color: #DDDDDD;
        color: #FFFFFF !important;
        cursor: not-allowed; }
        .custom-date-picker-container .date-picker .calendar .datePicker.isDisable input, .custom-date-picker-container .date-picker .calendar .datePicker.isDisable + .interval {
          background-color: #DDDDDD;
          color: #FFFFFF !important;
          cursor: not-allowed !important; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrCalendarWrapper {
        background-color: transparent; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrDefinedRangesWrapper {
        display: none; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearPickers select {
        background-color: none;
        text-align: center;
        text-align-last: center; }
        .custom-date-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearPickers select:hover {
          background-color: rgba(0, 0, 0, 0); }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearWrapper {
        display: none;
        align-items: center;
        height: 60px;
        width: 590px;
        position: absolute;
        right: 0px;
        top: 31px;
        background-color: #ffffff;
        font-size: 17px;
        z-index: 1;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        z-index: 2;
        border-bottom-color: #ffffff; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrMonths {
        display: none;
        position: absolute;
        width: 590px;
        top: 90px;
        right: 0;
        background-color: #ffffff;
        font-size: 14px;
        z-index: 1;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
        .custom-date-picker-container .date-picker .calendar .datePicker .rdrMonths.active {
          display: auto; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrDayNumber {
        font-weight: 400; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrDateDisplay {
        padding: 0;
        width: 206px;
        font-size: 12px;
        background-color: transparent;
        justify-content: start; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItemActive {
        box-shadow: 0;
        border: 0; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem {
        flex: none;
        height: auto;
        margin: 0 9px;
        width: 85px;
        border-radius: 0;
        box-shadow: none;
        border: 0; }
      .custom-date-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem input {
        padding: 0;
        height: 100%;
        border: 0;
        color: #666666;
        cursor: auto;
        cursor: initial; }
      .custom-date-picker-container .date-picker .calendar .datePicker input:focus {
        outline: -webkit-focus-ring-color auto 0px; }

.rc-trigger-popup .rdrMonthAndYearPickers select {
  background-color: none;
  text-align: center;
  text-align-last: center; }
  .rc-trigger-popup .rdrMonthAndYearPickers select:hover {
    background-color: rgba(0, 0, 0, 0); }

.rc-trigger-popup .rdrCalendarWrapper {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999; }

.rc-trigger-popup .rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  width: 590px;
  right: 0px;
  top: 31px;
  background-color: #fff;
  font-size: 17px;
  z-index: 1;
  border-radius: 10px;
  z-index: 2;
  border-bottom-color: #fff; }

.rc-trigger-popup .rdrMonthsHorizontal {
  width: 590px; }

.rc-trigger-popup .rdrDay {
  line-height: 3.5em;
  height: 3.5em; }

.rc-trigger-popup .rdrDayEndOfMonth .rdrInRange,
.rc-trigger-popup .rdrDayEndOfMonth .rdrStartEdge,
.rc-trigger-popup .rdrDayEndOfWeek .rdrInRange,
.rc-trigger-popup .rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em; }

.rc-trigger-popup .rdrDayStartOfMonth .rdrInRange,
.rc-trigger-popup .rdrDayStartOfMonth .rdrEndEdge,
.rc-trigger-popup .rdrDayStartOfWeek .rdrInRange,
.rc-trigger-popup .rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em; }

.rc-trigger-popup .rdrStartEdge {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em; }

.rc-trigger-popup .rdrEndEdge {
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em; }

.rc-trigger-popup .rdrDayNumber {
  font-weight: 400; }

.rc-trigger-popup .rdrDateDisplay {
  padding: 0;
  width: 206px;
  font-size: 12px;
  background-color: transparent;
  justify-content: start; }

.rc-trigger-popup .rdrDateDisplayItemActive {
  box-shadow: 0;
  border: 0; }

.rc-trigger-popup .rdrDateDisplayItem {
  flex: none;
  height: 28px;
  margin: 0 9px;
  width: 85px;
  border-radius: 0;
  box-shadow: none;
  border: 0; }

.rc-trigger-popup .rdrDefinedRangesWrapper, .rc-trigger-popup .rdrDateDisplayWrapper {
  display: none; }

.date-text-container {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  outline: none; }
  .date-text-container:hover, .date-text-container:focus {
    color: #000; }
  .date-text-container span {
    min-width: -webkit-max-content;
    min-width: max-content;
    display: inline-block;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: left;
    font-size: 12px;
    color: #000;
    line-height: 2;
    padding: 0 8px;
    border-radius: 5px; }
    .date-text-container span.date-text__startDate, .date-text-container span.date-text__endDate {
      background-color: #fafafc; }
    .date-text-container span.interval {
      padding: 0 5px; }

.CustomDatePicker_rangeDatePicker__1KDqh {
  padding-left: 5px; }

.single-date-picker {
  opacity: 1; }
  .single-date-picker .date-picker .calendar {
    border-radius: 5px;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee; }
  .single-date-picker.isActive {
    z-index: 1; }
    .single-date-picker.isActive .rdrCalendarWrapper.datePicker > * {
      display: inline-flex !important; }
    .single-date-picker.isActive .date-picker .calendar .datePicker {
      margin-left: 0px; }
  .single-date-picker.inline label {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    max-width: 110px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eeeeee;
    margin: 0;
    padding: 4px 11px; }
  .single-date-picker.inline .date-picker .calendar {
    border-left: 0;
    border-radius: 0 5px 5px 0; }
  .single-date-picker.triggerStyle .date-text-container {
    width: -webkit-max-content;
    width: max-content; }
  .single-date-picker .date-picker-cover {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2; }
  .single-date-picker .date-picker {
    height: 30px; }
    .single-date-picker .date-picker .calendar {
      z-index: 3;
      position: relative;
      top: 0px;
      right: 0;
      border: solid 1px #EEEEEE;
      border-radius: 5px; }
      .single-date-picker .date-picker .calendar .showDate {
        width: 150px;
        font-size: 12px;
        color: #666666;
        align-items: center;
        display: flex;
        justify-content: center; }
      .single-date-picker .date-picker .calendar.disableBg {
        background-color: #DDDDDD;
        border: 0; }
        .single-date-picker .date-picker .calendar.disableBg .showDate {
          color: #FFF; }
      .single-date-picker .date-picker .calendar .interval {
        position: absolute;
        display: flex;
        align-items: center;
        left: 124px;
        height: 100%;
        width: 40px;
        font-size: 20px;
        color: #363636; }
      .single-date-picker .date-picker .calendar .icon-block {
        position: absolute;
        right: -1px;
        top: -1px;
        width: 55px;
        height: 40px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .single-date-picker .date-picker .calendar .icon-block .icon {
          width: 40px;
          height: 40px;
          -webkit-mask-image: url(/static/media/calendar.3bcde14f.svg);
                  mask-image: url(/static/media/calendar.3bcde14f.svg);
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
          -webkit-mask-position: center;
                  mask-position: center;
          background-color: #ffffff; }
      .single-date-picker .date-picker .calendar .datePicker {
        height: 37px;
        background-color: #ffffff;
        box-sizing: unset;
        margin-left: 8px; }
        .single-date-picker .date-picker .calendar .datePicker.wrapperLeft .rdrMonthAndYearWrapper {
          left: 0; }
        .single-date-picker .date-picker .calendar .datePicker.wrapperLeft .rdrMonths {
          left: 0; }
        .single-date-picker .date-picker .calendar .datePicker.isActive .rdrMonths,
        .single-date-picker .date-picker .calendar .datePicker.isActive .rdrMonthAndYearWrapper {
          display: flex; }
        .single-date-picker .date-picker .calendar .datePicker .rdrCalendarWrapper {
          width: 200px; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDefinedRangesWrapper {
          display: none; }
        .single-date-picker .date-picker .calendar .datePicker .rdrMonthAndYearPickers select {
          padding: 10px;
          background-color: none;
          text-align: center;
          text-align-last: center; }
          .single-date-picker .date-picker .calendar .datePicker .rdrMonthAndYearPickers select:hover {
            background-color: rgba(0, 0, 0, 0); }
        .single-date-picker .date-picker .calendar .datePicker .rdrMonthAndYearWrapper {
          display: none;
          align-items: center;
          height: 40px;
          width: 350px;
          position: absolute;
          right: 0px;
          top: 28px;
          background-color: #ffffff;
          font-size: 17px;
          border-radius: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          z-index: 2;
          border-bottom-color: #ffffff; }
        .single-date-picker .date-picker .calendar .datePicker .rdrMonths {
          display: none;
          position: absolute;
          width: 352px;
          top: 70px;
          right: 0;
          background-color: #ffffff;
          font-size: 14px;
          z-index: 1;
          border-radius: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
          border-top: 0;
          border-top-right-radius: 0;
          border-top-left-radius: 0; }
          .single-date-picker .date-picker .calendar .datePicker .rdrMonths.active {
            display: auto; }
          .single-date-picker .date-picker .calendar .datePicker .rdrMonths .rdrMonth {
            width: 100%;
            padding: 5px; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDayNumber {
          font-weight: 400; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDateDisplay {
          padding: 0;
          width: 248px;
          height: 37px;
          font-size: 17px;
          justify-content: start; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDateDisplayItemActive {
          box-shadow: 0;
          border: 0; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDateDisplayItem {
          flex: none;
          margin: 0 10px;
          width: 95px;
          border-radius: 0;
          box-shadow: none;
          border: 0; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDateDisplayItem input {
          padding: 0;
          height: 100%;
          border: 0;
          color: #363636;
          cursor: auto;
          cursor: initial; }
        .single-date-picker .date-picker .calendar .datePicker input:focus {
          outline: -webkit-focus-ring-color auto 0px; }
        .single-date-picker .date-picker .calendar .datePicker .rdrDateDisplayItem + .rdrDateDisplayItem {
          margin-left: 25px; }
    .single-date-picker .date-picker .fast-search {
      margin-left: 20px; }
    .single-date-picker .date-picker .expand-fast-search {
      margin-right: 20px; }

.rc-trigger-popup .rdrMonthAndYearWrapper {
  width: 330px; }

.rc-trigger-popup .rdrSelected {
  border-radius: 20px; }

.SingleDatePicker_hasLabel__GbeH4.secondary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important; }

.time-drop-down {
  margin-left: 15px;
  align-items: center; }
  .time-drop-down .drop-down-content {
    min-width: 80px;
    border-radius: 10px;
    border: solid 1px #e4e4e4;
    background: white;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 40px;
    align-items: center;
    cursor: pointer; }
    .time-drop-down .drop-down-content button {
      margin-top: -1px; }
    .time-drop-down .drop-down-content:active .drop-down-options, .time-drop-down .drop-down-content:hover .drop-down-options {
      display: flex; }
    .time-drop-down .drop-down-content.lock {
      opacity: 0.5; }
    .time-drop-down .drop-down-content .content {
      position: relative;
      width: 100%;
      height: 40px;
      padding: 8px 15px;
      align-items: center;
      border-radius: 10px;
      border: solid 2px #e4e4e4;
      z-index: 2; }
    .time-drop-down .drop-down-content :global(.form-group) {
      margin-bottom: 30px; }
    .time-drop-down .drop-down-content :global(.form-control) {
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.2); }
      .time-drop-down .drop-down-content :global(.form-control):focus {
        outline: none;
        border-color: unset;
        box-shadow: 0 0 0 0rem transparent; }
    .time-drop-down .drop-down-content :global(.dropdown-toggle) {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #939393;
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      outline: none;
      box-shadow: unset;
      width: 100%; }
    .time-drop-down .drop-down-content .dropdown-menu {
      min-width: 0;
      width: 100%;
      margin-top: 0;
      overflow: auto;
      -webkit-transform: none !important;
              transform: none !important;
      top: unset !important; }
    .time-drop-down .drop-down-content .dropdown-item {
      padding: 0 0 0 12px; }
    .time-drop-down .drop-down-content :global(.dropdown-menu.show) {
      width: 100%;
      overflow: auto; }
    .time-drop-down .drop-down-content .dropdown-toggle {
      width: 100%;
      color: #969696;
      text-align: left; }
    .time-drop-down .drop-down-content .dropdown-toggle::after {
      position: absolute;
      box-shadow: none;
      top: 15px;
      right: 10px; }
    .time-drop-down .drop-down-content .btn:focus {
      box-shadow: none !important; }

.hourToMinute {
  margin-left: 5px;
  margin-right: -10px;
  height: 40px;
  line-height: 40px; }

.time-range-picker-gap {
  height: 40px;
  line-height: 40px;
  padding-left: 15px; }

.new-time-picker-container {
  z-index: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .new-time-picker-container.isActive {
    z-index: 1; }
    .new-time-picker-container.isActive .rdrCalendarWrapper.datePicker > * {
      display: inline-flex !important; }
  .new-time-picker-container .date-picker-cover {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2; }
  .new-time-picker-container .date-picker {
    height: 30px; }
    .new-time-picker-container .date-picker .calendar {
      z-index: 2;
      position: relative;
      top: 0px;
      right: 0;
      border: solid 1px #EEEEEE;
      border-radius: 5px; }
      .new-time-picker-container .date-picker .calendar.disableBg {
        opacity: 0.5; }
      .new-time-picker-container .date-picker .calendar .showTime {
        width: 80px;
        height: 30px;
        font-size: 12px;
        color: #666666;
        align-items: center;
        display: flex;
        padding: 0 15px;
        white-space: nowrap; }
      .new-time-picker-container .date-picker .calendar .interval {
        position: absolute;
        display: flex;
        align-items: center;
        left: 124px;
        height: 100%;
        width: 40px;
        font-size: 20px;
        color: #363636; }
      .new-time-picker-container .date-picker .calendar .icon-block {
        position: absolute;
        right: -1px;
        top: -1px;
        width: 55px;
        height: 40px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .new-time-picker-container .date-picker .calendar .icon-block .icon {
          width: 40px;
          height: 40px;
          -webkit-mask-image: url(/static/media/calendar.3bcde14f.svg);
                  mask-image: url(/static/media/calendar.3bcde14f.svg);
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
          -webkit-mask-position: center;
                  mask-position: center;
          background-color: #ffffff; }
      .new-time-picker-container .date-picker .calendar .datePicker {
        height: 37px;
        background-color: #ffffff;
        box-sizing: unset;
        margin-left: 8px; }
        .new-time-picker-container .date-picker .calendar .datePicker.wrapperLeft .rdrMonthAndYearWrapper {
          left: 0; }
        .new-time-picker-container .date-picker .calendar .datePicker.wrapperLeft .rdrMonths {
          left: 0; }
        .new-time-picker-container .date-picker .calendar .datePicker.isActive .rdrMonths,
        .new-time-picker-container .date-picker .calendar .datePicker.isActive .rdrMonthAndYearWrapper {
          display: flex; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrCalendarWrapper {
          width: 200px; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDefinedRangesWrapper {
          display: none; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearPickers select {
          padding: 10px;
          background-color: none;
          text-align: center;
          text-align-last: center; }
          .new-time-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearPickers select:hover {
            background-color: rgba(0, 0, 0, 0); }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearWrapper {
          display: none;
          align-items: center;
          height: 40px;
          width: 350px;
          position: absolute;
          right: 0px;
          top: 41px;
          background-color: #ffffff;
          font-size: 17px;
          border-radius: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          z-index: 2;
          border-bottom-color: #ffffff; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrMonths {
          display: none;
          position: absolute;
          width: 352px;
          top: 90px;
          right: 0;
          background-color: #ffffff;
          font-size: 14px;
          z-index: 1;
          border-radius: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
          border-top: 0;
          border-top-right-radius: 0;
          border-top-left-radius: 0; }
          .new-time-picker-container .date-picker .calendar .datePicker .rdrMonths.active {
            display: auto; }
          .new-time-picker-container .date-picker .calendar .datePicker .rdrMonths .rdrMonth {
            width: 100%;
            padding: 5px; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDayNumber {
          font-weight: 400; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDateDisplay {
          padding: 0;
          width: 248px;
          height: 37px;
          font-size: 17px;
          justify-content: start; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItemActive {
          box-shadow: 0;
          border: 0; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem {
          flex: none;
          margin: 0 10px;
          width: 95px;
          border-radius: 0;
          box-shadow: none;
          border: 0; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem input {
          padding: 0;
          height: 100%;
          border: 0;
          color: #363636;
          cursor: auto;
          cursor: initial; }
        .new-time-picker-container .date-picker .calendar .datePicker input:focus {
          outline: -webkit-focus-ring-color auto 0px; }
        .new-time-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem + .rdrDateDisplayItem {
          margin-left: 25px; }
    .new-time-picker-container .date-picker .fast-search {
      margin-left: 20px; }
    .new-time-picker-container .date-picker .expand-fast-search {
      margin-right: 20px; }

.new-time-picker {
  z-index: 3;
  width: 240px;
  height: 230px;
  position: absolute;
  top: 30px;
  font-size: 12px;
  list-style: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  overflow: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }
  .new-time-picker-none {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
  .new-time-picker .title-bar {
    display: flex;
    justify-content: space-around;
    border-bottom: #818181 solid 1px;
    padding: 3px 10px;
    line-height: 20px; }
  .new-time-picker .time-bar {
    font-weight: bold; }
  .new-time-picker .bottom-bar {
    height: 20px;
    line-height: 20px;
    color: #3d91ff;
    font-weight: normal;
    font-weight: initial;
    cursor: pointer;
    text-align: right;
    padding-right: 5px; }
  .new-time-picker .time-picker-container {
    display: flex;
    justify-content: space-around;
    padding: 10px 0px 0px;
    height: 150px; }
    .new-time-picker .time-picker-container .time-picker {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: space-evenly; }
      .new-time-picker .time-picker-container .time-picker .time-picker-col {
        display: flex;
        width: 100%;
        flex-direction: column;
        overflow-y: scroll;
        text-align: center; }
        .new-time-picker .time-picker-container .time-picker .time-picker-col .time-picker-item {
          width: 100%;
          height: 20px;
          line-height: 20px;
          cursor: pointer; }
          .new-time-picker .time-picker-container .time-picker .time-picker-col .time-picker-item:hover {
            background-color: #edfaff; }
          .new-time-picker .time-picker-container .time-picker .time-picker-col .time-picker-item:active {
            background-color: #f7f7f7; }
        .new-time-picker .time-picker-container .time-picker .time-picker-col .active {
          background-color: #f7f7f7;
          font-weight: 600; }

.NewTimePicker_wrapper__L7Zj2 {
  width: 65px;
  padding: 0;
  border: solid 1px #eeeeee;
  border-radius: 5px; }
  .NewTimePicker_wrapper__L7Zj2 .NewTimePicker_formWrapper__24ZtA {
    text-align: center; }
  .NewTimePicker_wrapper__L7Zj2.primary .NewTimePicker_formWrapper__24ZtA {
    background-color: #fafafc;
    border-color: #e9e9ed; }
    .NewTimePicker_wrapper__L7Zj2.primary .NewTimePicker_formWrapper__24ZtA:disabled {
      background-color: #dddddd;
      color: #ffffff; }

.FormTime_wrapper__2vZPb {
  width: 65px;
  padding: 0;
  border: 0; }
  .FormTime_wrapper__2vZPb.FormTime_isFocus__2tMPp {
    border: #C8E7FF solid 1px;
    transition: none; }
  .FormTime_wrapper__2vZPb .FormTime_formWrapper__oZmMB {
    text-align: center; }
  .FormTime_wrapper__2vZPb.primary .FormTime_formWrapper__oZmMB {
    background-color: #fafafc;
    border-color: #e9e9ed; }
    .FormTime_wrapper__2vZPb.primary .FormTime_formWrapper__oZmMB:disabled {
      background-color: #dddddd;
      color: #ffffff; }

.r-dt-calendar {
  position: relative; }
  .r-dt-calendar input.ant-calendar-picker-input.ant-input {
    padding: 6px 14px;
    width: 325px;
    height: 32px;
    border: solid 1px #eeeeee;
    border-radius: 5px;
    color: #666666;
    text-align: center;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    line-height: 1.67;
    -webkit-appearance: none;
    appearance: none; }
    .r-dt-calendar input.ant-calendar-picker-input.ant-input:focus {
      outline: 0; }
  .r-dt-calendar .icon-block {
    position: absolute;
    right: 0;
    width: 55px;
    height: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer; }
    .r-dt-calendar .icon-block .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #fff;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-mask-image: url(/static/media/calendar.3bcde14f.svg);
              mask-image: url(/static/media/calendar.3bcde14f.svg);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center; }
  .r-dt-calendar.isActive .rc-calendar-range {
    overflow: visible; }
  .r-dt-calendar .ant-calendar-picker-input.ant-input {
    border: solid 1px #e9e9ed;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 5px;
    font-size: 12px; }
    .r-dt-calendar .ant-calendar-picker-input.ant-input .date-block {
      display: -moz-inline-flex;
      display: inline-flex;
      grid-gap: 8px;
      gap: 8px; }
      .r-dt-calendar .ant-calendar-picker-input.ant-input .date-block span {
        color: #cccccc;
        background-color: #fff;
        width: -webkit-max-content;
        width: max-content; }
    .r-dt-calendar .ant-calendar-picker-input.ant-input .interval {
      margin: 0 5px;
      color: #000;
      background-color: #fff; }
  .r-dt-calendar.trigger-style .ant-calendar-picker-input.ant-input {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
    border: none; }
    .r-dt-calendar.trigger-style .ant-calendar-picker-input.ant-input .date-block {
      grid-gap: 2px;
      gap: 2px; }
      .r-dt-calendar.trigger-style .ant-calendar-picker-input.ant-input .date-block span {
        color: #000;
        font-size: 12px;
        line-height: 2;
        background-color: #fafafc;
        padding: 0 8px;
        border-radius: 5px;
        border-color: #e9e9ed; }
  .r-dt-calendar:focus {
    outline: 0; }

.range-datetime-picker {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center; }
  .range-datetime-picker .fast-search-controller {
    margin-right: 10px; }
  .range-datetime-picker .cus-dropdown__button {
    padding-right: 0; }
  .range-datetime-picker-list:not(:empty) + .r-dt-calendar {
    margin-left: -1px; }
    .range-datetime-picker-list:not(:empty) + .r-dt-calendar input {
      border-radius: 0px 5px 5px 0px; }
  .range-datetime-picker-list .cus-dropdown__button {
    border-radius: 5px 0 0 5px; }
  .range-datetime-picker.trigger-style {
    margin-right: 0; }
    .range-datetime-picker.trigger-style .fast-search-controller {
      margin-right: 0; }
      .range-datetime-picker.trigger-style .fast-search-controller .cus-dropdown__button {
        border-right: 0; }
  .range-datetime-picker .date-picker-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%; }

.rc-calendar-date-panel,
.rc-calendar-panel {
  z-index: 999;
  background-color: white; }

.rc-calendar-picker.rc-calendar-picker-placement-bottomLeft {
  top: 245px !important; }

.rc-calendar-range {
  width: 523px; }

.rc-calendar-range .rc-calendar-in-range-cell,
.rc-calendar-date:hover {
  background: rgba(61, 145, 255, 0.1);
  color: black; }

.rc-calendar-selected-day .rc-calendar-date {
  background-color: #3d91ff;
  color: white; }

.rc-calendar-range-right {
  width: 270px; }

.dateTimeCalendar {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10; }
  .dateTimeCalendar-range {
    width: 523px; }
  .dateTimeCalendar-picker {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 1000; }
  .dateTimeCalendar-placement-bottomLeft {
    top: 152px !important; }
  .dateTimeCalendar .rc-calendar {
    width: 590px;
    height: 450px;
    font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC";
    border-radius: 10px;
    z-index: 1; }
    .dateTimeCalendar .rc-calendar td {
      padding: 5px 0; }
    .dateTimeCalendar .rc-calendar td {
      cursor: pointer; }
      .dateTimeCalendar .rc-calendar td:first-child.rc-calendar-in-range-cell div {
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important; }
      .dateTimeCalendar .rc-calendar td:last-child.rc-calendar-in-range-cell div {
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important; }
    .dateTimeCalendar .rc-calendar .rc-calendar-selected-start-date.rc-calendar-selected-end-date.rc-calendar-selected-day div {
      border-radius: 20px !important; }
    .dateTimeCalendar .rc-calendar-cell {
      position: relative;
      padding: 0; }
      .dateTimeCalendar .rc-calendar-cell:before {
        width: 36px;
        height: 36px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        border: 1px solid #3d91ff;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.09);
        opacity: 0; }
      .dateTimeCalendar .rc-calendar-cell:hover {
        color: #fff; }
    .dateTimeCalendar .rc-calendar-selected-start-date div {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .dateTimeCalendar .rc-calendar-selected-end-date div {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
    .dateTimeCalendar .rc-calendar-selected-day {
      border: 0 !important; }
      .dateTimeCalendar .rc-calendar-selected-day div {
        border-radius: 20px; }
        .dateTimeCalendar .rc-calendar-selected-day div:hover {
          background-color: #3d91ff;
          color: #fff; }
    .dateTimeCalendar .rc-calendar-in-range-cell {
      border-radius: 20px;
      background-color: #fff !important;
      position: relative; }
      .dateTimeCalendar .rc-calendar-in-range-cell div {
        background-color: #3d91ff !important;
        border-radius: 0;
        color: #fff; }
        .dateTimeCalendar .rc-calendar-in-range-cell div:hover {
          border: solid 1px #3d91ff;
          background-color: #3d91ff;
          color: #fff; }
      .dateTimeCalendar .rc-calendar-in-range-cell:hover {
        color: #fff; }
        .dateTimeCalendar .rc-calendar-in-range-cell:hover:before {
          opacity: 1; }
    .dateTimeCalendar .rc-calendar-date {
      width: 100%;
      height: 32px !important;
      border-radius: 1.042em;
      font-size: 14px;
      line-height: 32px;
      margin: 0 !important;
      border: 1px solid transparent; }
      .dateTimeCalendar .rc-calendar-date:hover {
        border: 1px solid #3d91ff;
        background-color: #fff;
        color: #1d2429; }
    .dateTimeCalendar .rc-calendar-today .rc-calendar-date {
      border-color: transparent; }
    .dateTimeCalendar .rc-calendar-today:before {
      opacity: 1; }
    .dateTimeCalendar .rc-calendar-range-part {
      display: -moz-flex;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      width: 50%; }
    .dateTimeCalendar .rc-calendar-ym-select, .dateTimeCalendar .rc-calendar-my-select {
      display: -moz-inline-flex;
      display: inline-flex;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      height: -webkit-min-content;
      height: min-content;
      position: absolute;
      bottom: 10px;
      left: 20px; }
      .dateTimeCalendar .rc-calendar-ym-select:before, .dateTimeCalendar .rc-calendar-my-select:before {
        width: 100px;
        height: 35px;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-color: transparent; }
    .dateTimeCalendar .rc-calendar-year-select, .dateTimeCalendar .rc-calendar-month-select, .dateTimeCalendar .rc-calendar-input {
      color: #849095;
      font-size: 14px;
      font-weight: bold; }
      .dateTimeCalendar .rc-calendar-year-select:hover, .dateTimeCalendar .rc-calendar-month-select:hover, .dateTimeCalendar .rc-calendar-input:hover {
        color: #849095;
        cursor: default; }
    .dateTimeCalendar .rc-calendar-month-select {
      padding: 0; }
    .dateTimeCalendar .rc-calendar-header {
      height: 90px; }
      .dateTimeCalendar .rc-calendar-header > div {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        height: 90px; }
    .dateTimeCalendar .rc-calendar .rc-calendar-prev-month-btn:after, .dateTimeCalendar .rc-calendar .rc-calendar-next-month-btn:after {
      position: relative;
      display: block;
      width: 0;
      height: 0;
      padding: 0;
      text-align: center;
      border-style: solid;
      margin: auto;
      top: 50%;
      left: 0;
      right: 0;
      content: ''; }
    .dateTimeCalendar .rc-calendar-prev-month-btn {
      width: 24px;
      height: 24px;
      background: #eff2f7;
      border-radius: 5px;
      position: absolute;
      top: 10px;
      left: 10px !important; }
      .dateTimeCalendar .rc-calendar-prev-month-btn:after {
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
        left: 40%;
        border-width: 4px 6px 4px 4px;
        border-color: transparent #34495e transparent transparent; }
    .dateTimeCalendar .rc-calendar-next-month-btn {
      width: 24px;
      height: 24px;
      background: #eff2f7;
      border-radius: 5px;
      top: 10px;
      right: 10px !important; }
      .dateTimeCalendar .rc-calendar-next-month-btn:after {
        -webkit-transform: translate(40%, -50%);
        transform: translate(40%, -50%);
        right: 40%;
        border-width: 4px 4px 4px 6px;
        border-color: transparent transparent transparent #34495e; }
    .dateTimeCalendar .rc-calendar-prev-year-btn {
      display: none; }
    .dateTimeCalendar .rc-calendar-next-year-btn {
      display: none; }
    .dateTimeCalendar .rc-calendar-body {
      border-bottom: 0 !important; }
      .dateTimeCalendar .rc-calendar-body table,
      .dateTimeCalendar .rc-calendar-body tr,
      .dateTimeCalendar .rc-calendar-body td {
        border: none !important; }
    .dateTimeCalendar .rc-calendar-range-part .rc-calendar-time-picker {
      top: 110px;
      z-index: 999; }
    .dateTimeCalendar .rc-calendar-footer-btn {
      margin-top: 60px; }
    .dateTimeCalendar .rc-calendar-time-picker {
      height: 300px; }
    .dateTimeCalendar .rc-calendar-time-picker-panel .rc-time-picker-panel-select {
      max-height: 270px; }
    .dateTimeCalendar .rc-calendar .rc-time-picker-panel-inner {
      margin-left: 10px; }
    .dateTimeCalendar .rc-calendar-decade-panel .rc-calendar-decade-panel-header a {
      width: auto;
      padding: 0; }
    .dateTimeCalendar .rc-calendar-decade-panel .rc-calendar-decade-panel-body {
      padding: 9px 0; }
    .dateTimeCalendar .rc-calendar-decade-panel .rc-calendar-decade-panel-tbody {
      background-color: #fff;
      border: 1px solid #e9e9e9; }

.DateTimePicker_wrapper__1SpbC {
  display: flex;
  align-items: center; }
  .DateTimePicker_wrapper__1SpbC .DateTimePicker_formTime__2EwDT {
    margin-left: 2px; }
    .DateTimePicker_wrapper__1SpbC .DateTimePicker_formTime__2EwDT > div {
      transition: auto; }
  .DateTimePicker_wrapper__1SpbC.secondary {
    border: 1px solid #e9e9ed;
    border-radius: 5px; }
    .DateTimePicker_wrapper__1SpbC.secondary.DateTimePicker_disabled__3jWkj {
      background-color: #dddddd; }

.RangeDateTimePicker_wrapper__b9agk {
  display: flex;
  align-items: center; }
  .RangeDateTimePicker_wrapper__b9agk .RangeDateTimePicker_to__ylJR- {
    margin: 0 5px;
    font-size: 12px; }

.new-time-range-picker-container {
  z-index: 0;
  opacity: 1; }
  .new-time-range-picker-container.isActive {
    z-index: 1; }
    .new-time-range-picker-container.isActive .rdrCalendarWrapper.datePicker > * {
      display: inline-flex !important; }
  .new-time-range-picker-container .date-picker-cover {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2; }
  .new-time-range-picker-container .date-picker {
    height: 40px; }
    .new-time-range-picker-container .date-picker .calendar {
      z-index: 3;
      position: relative;
      top: 0px;
      right: 0;
      border: 1px solid #EEEEEE;
      border-radius: 5px; }
      .new-time-range-picker-container .date-picker .calendar.disableBg {
        opacity: 0.5; }
      .new-time-range-picker-container .date-picker .calendar .showTime {
        width: 163px;
        font-size: 12px;
        color: #666666;
        align-items: center;
        display: flex;
        padding: 0 24px;
        white-space: nowrap; }
      .new-time-range-picker-container .date-picker .calendar .interval {
        position: absolute;
        display: flex;
        align-items: center;
        left: 124px;
        height: 100%;
        width: 40px;
        font-size: 20px;
        color: #363636; }
      .new-time-range-picker-container .date-picker .calendar .icon-block {
        position: absolute;
        right: -1px;
        top: -1px;
        width: 55px;
        height: 40px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .new-time-range-picker-container .date-picker .calendar .icon-block .icon {
          width: 40px;
          height: 40px;
          -webkit-mask-image: url(/static/media/calendar.3bcde14f.svg);
                  mask-image: url(/static/media/calendar.3bcde14f.svg);
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
          -webkit-mask-position: center;
                  mask-position: center;
          background-color: #ffffff; }
      .new-time-range-picker-container .date-picker .calendar .datePicker {
        height: 37px;
        background-color: #ffffff;
        box-sizing: unset;
        margin-left: 8px; }
        .new-time-range-picker-container .date-picker .calendar .datePicker.wrapperLeft .rdrMonthAndYearWrapper {
          left: 0; }
        .new-time-range-picker-container .date-picker .calendar .datePicker.wrapperLeft .rdrMonths {
          left: 0; }
        .new-time-range-picker-container .date-picker .calendar .datePicker.isActive .rdrMonths,
        .new-time-range-picker-container .date-picker .calendar .datePicker.isActive .rdrMonthAndYearWrapper {
          display: flex; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrCalendarWrapper {
          width: 200px; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDefinedRangesWrapper {
          display: none; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearPickers select {
          padding: 10px;
          background-color: none;
          text-align: center;
          text-align-last: center; }
          .new-time-range-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearPickers select:hover {
            background-color: rgba(0, 0, 0, 0); }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrMonthAndYearWrapper {
          display: none;
          align-items: center;
          height: 40px;
          width: 350px;
          position: absolute;
          right: 0px;
          top: 41px;
          background-color: #ffffff;
          font-size: 17px;
          border-radius: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          z-index: 2;
          border-bottom-color: #ffffff; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrMonths {
          display: none;
          position: absolute;
          width: 352px;
          top: 90px;
          right: 0;
          background-color: #ffffff;
          font-size: 14px;
          z-index: 1;
          border-radius: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
          border-top: 0;
          border-top-right-radius: 0;
          border-top-left-radius: 0; }
          .new-time-range-picker-container .date-picker .calendar .datePicker .rdrMonths.active {
            display: auto; }
          .new-time-range-picker-container .date-picker .calendar .datePicker .rdrMonths .rdrMonth {
            width: 100%;
            padding: 5px; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDayNumber {
          font-weight: 400; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDateDisplay {
          padding: 0;
          width: 248px;
          height: 37px;
          font-size: 17px;
          justify-content: start; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItemActive {
          box-shadow: 0;
          border: 0; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem {
          flex: none;
          margin: 0 10px;
          width: 95px;
          border-radius: 0;
          box-shadow: none;
          border: 0; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem input {
          padding: 0;
          height: 100%;
          border: 0;
          color: #363636;
          cursor: auto;
          cursor: initial; }
        .new-time-range-picker-container .date-picker .calendar .datePicker input:focus {
          outline: -webkit-focus-ring-color auto 0px; }
        .new-time-range-picker-container .date-picker .calendar .datePicker .rdrDateDisplayItem + .rdrDateDisplayItem {
          margin-left: 25px; }
    .new-time-range-picker-container .date-picker .fast-search {
      margin-left: 20px; }
    .new-time-range-picker-container .date-picker .expand-fast-search {
      margin-right: 20px; }

.new-time-range-picker {
  width: 400px;
  height: 230px;
  position: absolute;
  top: 40px;
  font-size: 12px;
  list-style: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  overflow: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }
  .new-time-range-picker-none {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
  .new-time-range-picker .title-bar {
    display: flex;
    justify-content: space-around;
    border-bottom: #818181 solid 1px;
    padding: 3px 10px;
    line-height: 20px; }
  .new-time-range-picker .time-bar {
    font-weight: bold; }
  .new-time-range-picker .bottom-bar {
    height: 20px;
    line-height: 20px;
    color: #3d91ff;
    font-weight: normal;
    font-weight: initial;
    cursor: pointer;
    text-align: right;
    padding-right: 5px; }
  .new-time-range-picker .time-picker-container {
    display: flex;
    justify-content: space-around;
    padding: 10px 0px 0px;
    height: 150px; }
    .new-time-range-picker .time-picker-container .time-picker {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: space-evenly; }
      .new-time-range-picker .time-picker-container .time-picker .time-picker-col {
        display: flex;
        width: 100%;
        flex-direction: column;
        overflow-y: scroll;
        text-align: center; }
        .new-time-range-picker .time-picker-container .time-picker .time-picker-col .time-picker-item {
          width: 100%;
          height: 20px;
          line-height: 20px;
          cursor: pointer; }
          .new-time-range-picker .time-picker-container .time-picker .time-picker-col .time-picker-item:hover {
            background-color: #edfaff; }
          .new-time-range-picker .time-picker-container .time-picker .time-picker-col .time-picker-item:active {
            background-color: #f7f7f7; }
        .new-time-range-picker .time-picker-container .time-picker .time-picker-col .active {
          background-color: #f7f7f7;
          font-weight: 600; }
    .new-time-range-picker .time-picker-container .startTime {
      border-right: #818181 solid 1px;
      margin-right: 1px;
      padding-right: 2px; }
    .new-time-range-picker .time-picker-container .endTime {
      border-left: #818181 solid 1px;
      margin-left: 1px;
      padding-left: 2px; }

.RangeFormTime_rangeFormTime__uRA9E {
  display: flex;
  align-items: center;
  border: 1px solid #E9E9ED;
  border-radius: 5px; }
  .RangeFormTime_rangeFormTime__uRA9E.RangeFormTime_disabled__2u2T2 {
    background-color: #dddddd;
    color: #ffffff; }

.loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  overflow: hidden;
  z-index: 30;
  opacity: 1; }
  .loading-wrapper .background-layer {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    opacity: .7; }
  .loading-wrapper .image-layer {
    display: -moz-inline-flex;
    display: inline-flex;
    z-index: 1;
    height: 120px; }
  .loading-wrapper.global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%; }
  .loading-wrapper.local {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    border-radius: 10px; }
  .loading-wrapper .loading-6-o {
    background: url(/static/media/loading-6-o.1275d9e6.svg) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  .loading-wrapper .loading-7-o {
    background: url(/static/media/loading-7-o.cf7a542b.svg) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  .loading-wrapper .loading-8-o {
    background: url(/static/media/loading-8-o.8060700e.svg) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  .loading-wrapper .loading-9-o {
    background: url(/static/media/loading-9-o.e4636487.svg) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  .loading-wrapper .loading-sport {
    background: url(/static/media/loading-sport.91deb578.svg) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }

.small [class*="loading-"] {
  width: 40px;
  height: 50px;
  margin: 0 -15px; }
  .small [class*="loading-"]:last-child {
    width: 50px;
    height: 54px;
    margin: 0px -15px; }

.small .no1 {
  -webkit-animation: scaling-mobile-normal 5s ease-in-out 0s infinite normal both;
          animation: scaling-mobile-normal 5s ease-in-out 0s infinite normal both; }

@-webkit-keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@-webkit-keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@-webkit-keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@-webkit-keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.small .no2 {
  -webkit-animation: scaling-mobile-normal 5s ease-in-out 1s infinite normal both;
          animation: scaling-mobile-normal 5s ease-in-out 1s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.small .no3 {
  -webkit-animation: scaling-mobile-normal 5s ease-in-out 2s infinite normal both;
          animation: scaling-mobile-normal 5s ease-in-out 2s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.small .no4 {
  -webkit-animation: scaling-mobile-normal 5s ease-in-out 3s infinite normal both;
          animation: scaling-mobile-normal 5s ease-in-out 3s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.small .no5 {
  -webkit-animation: scaling-mobile-big 5s ease-in-out 4s infinite normal both;
          animation: scaling-mobile-big 5s ease-in-out 4s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.large .img {
  width: 80px;
  height: 100px;
  margin: 0px -29px; }
  .large .img:last-child {
    width: 90px;
    height: 111px;
    margin: 0px -30px; }

.large .no1 {
  -webkit-animation: scaling-desktop-normal 5s ease-in-out 0s infinite normal both;
          animation: scaling-desktop-normal 5s ease-in-out 0s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.large .no2 {
  -webkit-animation: scaling-desktop-normal 5s ease-in-out 1s infinite normal both;
          animation: scaling-desktop-normal 5s ease-in-out 1s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.large .no3 {
  -webkit-animation: scaling-desktop-normal 5s ease-in-out 2s infinite normal both;
          animation: scaling-desktop-normal 5s ease-in-out 2s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.large .no4 {
  -webkit-animation: scaling-desktop-normal 5s ease-in-out 3s infinite normal both;
          animation: scaling-desktop-normal 5s ease-in-out 3s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.large .no5 {
  -webkit-animation: scaling-desktop-big 5s ease-in-out 4s infinite normal both;
          animation: scaling-desktop-big 5s ease-in-out 4s infinite normal both; }

@keyframes scaling-mobile-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -15px; } }

@keyframes scaling-mobile-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -15px; } }

@keyframes scaling-desktop-normal {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0 -29px; } }

@keyframes scaling-desktop-big {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0; }
  20% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin: 0px -30px; } }

.loading-container {
  position: relative;
  width: 100%; }
  .loading-container-forConfig {
    position: relative; }

.login-page {
  position: relative; }
  .login-page__background {
    width: 100vw;
    height: 100%;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(1vh * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    background: url(/static/media/background.e906a2ea.png) top center no-repeat;
    min-width: 320px;
    position: relative;
    z-index: 0;
    background-size: cover;
    overflow-y: hidden; }
  .login-page__logo {
    width: 100%;
    height: 44px;
    background: url(/static/media/logo.4eef8852.svg) top center no-repeat;
    background-size: contain;
    min-height: 44px;
    margin-top: 153px;
    margin-bottom: 70px; }
  .login-page__brand {
    width: 350px;
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #4c9eea; }
    .login-page__brand-zh {
      font-size: 40px;
      line-height: 40px; }
  .login-page__illustration {
    width: 1112px;
    height: 570px;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
    z-index: -1;
    background: url(/static/media/illustration.0a5d317f.svg) no-repeat; }
  .login-page__container {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%; }
  .login-page__wrapper {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    max-width: 1344px; }
  .login-page__tile {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 580px;
    height: 800px;
    transition: all 0.5s ease-in-out;
    min-width: 580px;
    background-color: #fff;
    border-radius: 20px; }
  .login-page__button {
    align-self: flex-start;
    width: 100%;
    height: 44px;
    background-color: #4c9eea;
    font-size: 14px;
    border-radius: 22px;
    color: white;
    border: 0; }
    .login-page__button:focus {
      outline: none; }
  .login-page__message {
    font-size: 12px;
    color: #f6292a;
    min-height: 20px;
    margin-top: 30px;
    margin-bottom: 12px; }
  .login-page__input {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    -moz-align-items: flex-end;
    align-items: flex-end;
    width: 350px;
    height: 54px;
    position: relative;
    margin-top: 20px; }
    .login-page__input input {
      width: 100%;
      height: auto;
      background-color: transparent;
      padding: 7px 20px 7px 0;
      border-radius: 0;
      outline: none;
      border: none;
      border-bottom: 1px solid #8899a6;
      z-index: 2; }
      .login-page__input input:focus {
        padding-bottom: 6px;
        border-bottom: 2px solid #4c9eea;
        outline: none;
        color: #000; }
    .login-page__input input:-webkit-autofill,
    .login-page__input input:-webkit-autofill:hover,
    .login-page__input input:-webkit-autofill:focus,
    .login-page__input input:-webkit-autofill:active {
      background: #fff !important;
      background-image: none !important;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px #fff;
      -webkit-text-fill-color: #8899a6;
      color: #000; }
    .login-page__input label {
      position: absolute;
      color: #8899a6;
      left: 0;
      top: 24px;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: 1;
      transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 350ms cubic-bezier(0.4, 0, 0.2, 1); }
    .login-page__input .cus-dropdown {
      width: 100%;
      height: 100%;
      max-height: 38px;
      font-size: 1rem;
      border-radius: 0;
      border-bottom: 1px solid #8899a6;
      font-weight: normal; }
      .login-page__input .cus-dropdown__main, .login-page__input .cus-dropdown__button {
        width: 100%;
        height: 100%;
        border: none;
        padding-left: 0;
        color: #000;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .login-page__input .cus-dropdown__list--down {
        top: calc(100% + 2px); }
    .login-page__input.float label,
    .login-page__input.float input:focus + label {
      -webkit-transform: translate(0, -25px);
      transform: translate(0, -25px);
      color: #4c9eea;
      z-index: 2; }
    .login-page__input.float input {
      color: #000 !important; }
  .login-page__btn-icon {
    cursor: pointer;
    position: absolute;
    height: 100%;
    right: 3px;
    top: 0;
    z-index: 3;
    padding-top: 25px; }
  .login-page input {
    color: #8899a6; }
  @media only screen and (max-width: 1366px) {
    .login-page__container {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .login-page__wrapper {
      max-width: 1194px; }
    .login-page__tile {
      width: 480px;
      height: 600px;
      justify-content: flex-end;
      min-width: 480px; }
    .login-page__logo {
      margin-top: 73px;
      margin-bottom: 34px; }
    .login-page__message {
      margin-top: 18px;
      margin-bottom: 15px; }
    .login-page__input {
      margin-top: 15px; }
      .login-page__input:last-child {
        margin-bottom: 40px; } }

* {
  box-sizing: border-box; }

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

html body {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  background-color: #fff; }

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

a {
  color: #209cff;
  text-decoration: none; }
  a:hover, a:focus {
    color: #209cff;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #cccccc; }

[role='button'] {
  cursor: pointer; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC";
  font-weight: 600;
  line-height: 1.5;
  margin: 0; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: inherit; }

h1,
.h1 {
  font-size: 28px; }

h2,
.h2 {
  font-size: 24px; }

h3,
.h3 {
  font-size: 20px; }

h4,
.h4 {
  font-size: 16px; }

h5,
.h5 {
  font-size: 13px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

pre {
  border: 1px solid #cccccc;
  border-radius: 0;
  display: block;
  margin: 10px 0;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word; }

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

.clearfix:after {
  clear: both; }

.pr {
  float: right !important; }

.pl {
  float: left !important; }

.txt-left {
  text-align: left !important; }

.txt-right {
  text-align: right !important; }

.txt-center {
  text-align: center !important; }

.txt-justify {
  text-align: justify !important; }

.txt-nowrap {
  white-space: nowrap !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.fz-xxl {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 28px !important; }

.fz-xl {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 24px !important; }

.fz-lg {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 20px !important; }

.fz-md {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 16px !important; }

.fz-smd {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 14px !important; }

.fz-sm {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 13px !important; }

.fz-xs {
  font-family: "Arial", "Microsoft YaHei", "LiHei Pro Medium", "PingFang SC" !important;
  font-size: 12px !important; }

.font-normal {
  font-weight: normal !important; }

.font-light-bold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.d-t {
  display: table !important; }

.d-row {
  display: table-row !important; }

.d-cell {
  display: table-cell !important; }

.d-b {
  display: block !important; }

.d-ib {
  display: inline-block !important; }

.d-in {
  display: inline !important; }

.d-no {
  display: none !important; }

.v-hide {
  visibility: hidden !important; }

.v-show {
  visibility: visible !important; }

.clear {
  overflow: hidden !important; }

.over-y-hidden {
  overflow-y: hidden !important; }

.over-x-hidden {
  overflow-x: hidden !important; }

.over-scroll {
  overflow: auto !important; }

.over-x-scroll {
  overflow-x: auto !important; }

.over-y-scroll {
  overflow-y: auto !important; }

.res-scroll-x {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #d2d2d2; }
  @media (min-width: 980px) {
    .res-scroll-x {
      border: none; } }

.img-res {
  max-width: 100%;
  height: auto; }

.pos-rlt {
  position: relative !important; }

.pos-stc {
  position: static !important; }

.pos-abt {
  position: absolute !important; }

.pos-fix {
  position: fixed !important; }

.m-xxs {
  margin: 2px 4px !important; }

.m-xs {
  margin: 5px !important; }

.m-sm {
  margin: 10px !important; }

.m {
  margin: 15px !important; }

.m-md {
  margin: 20px !important; }

.m-lg {
  margin: 30px !important; }

.m-xl {
  margin: 50px !important; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0 !important; }

.m-l-xxs {
  margin-left: 1px !important; }

.m-l-xs {
  margin-left: 5px !important; }

.m-l-sm {
  margin-left: 10px !important; }

.m-l {
  margin-left: 15px !important; }

.m-l-md {
  margin-left: 20px !important; }

.m-l-lg {
  margin-left: 30px !important; }

.m-l-xl {
  margin-left: 40px !important; }

.m-l-xxl {
  margin-left: 50px !important; }

.m-l-n-xxs {
  margin-left: -1px !important; }

.m-l-n-xs {
  margin-left: -5px !important; }

.m-l-n-sm {
  margin-left: -10px !important; }

.m-l-n {
  margin-left: -15px !important; }

.m-l-n-md {
  margin-left: -20px !important; }

.m-l-n-lg {
  margin-left: -30px !important; }

.m-l-n-xl {
  margin-left: -40px !important; }

.m-l-n-xxl {
  margin-left: -50px !important; }

.m-t-none {
  margin-top: 0 !important; }

.m-t-xxs {
  margin-top: 1px !important; }

.m-t-xs {
  margin-top: 5px !important; }

.m-t-sm {
  margin-top: 10px !important; }

.m-t {
  margin-top: 15px !important; }

.m-t-md {
  margin-top: 20px !important; }

.m-t-lg {
  margin-top: 30px !important; }

.m-t-xl {
  margin-top: 40px !important; }

.m-t-xxl {
  margin-top: 50px !important; }

.m-t-3xl {
  margin-top: 60px !important; }

.m-t-n-xxs {
  margin-top: -1px !important; }

.m-t-n-xs {
  margin-top: -5px !important; }

.m-t-n-sm {
  margin-top: -10px !important; }

.m-t-n {
  margin-top: -15px !important; }

.m-t-n-md {
  margin-top: -20px !important; }

.m-t-n-lg {
  margin-top: -30px !important; }

.m-t-n-xl {
  margin-top: -40px !important; }

.m-t-n-xxl {
  margin-top: -50px !important; }

.m-r-none {
  margin-right: 0 !important; }

.m-r-xxs {
  margin-right: 1px !important; }

.m-r-xs {
  margin-right: 5px !important; }

.m-r-sm {
  margin-right: 10px !important; }

.m-r {
  margin-right: 15px !important; }

.m-r-md {
  margin-right: 20px !important; }

.m-r-lg {
  margin-right: 30px !important; }

.m-r-xl {
  margin-right: 40px !important; }

.m-r-xxl {
  margin-right: 50px !important; }

.m-r-3xl {
  margin-right: 60px !important; }

.m-r-n-xxs {
  margin-right: -1px !important; }

.m-r-n-xs {
  margin-right: -5px !important; }

.m-r-n-sm {
  margin-right: -10px !important; }

.m-r-n {
  margin-right: -15px !important; }

.m-r-n-md {
  margin-right: -20px !important; }

.m-r-n-lg {
  margin-right: -30px !important; }

.m-r-n-xl {
  margin-right: -40px !important; }

.m-r-n-xxl {
  margin-right: -50px !important; }

.m-b-none {
  margin-bottom: 0 !important; }

.m-b-xxs {
  margin-bottom: 1px !important; }

.m-b-xs {
  margin-bottom: 5px !important; }

.m-b-sm {
  margin-bottom: 10px !important; }

.m-b {
  margin-bottom: 15px !important; }

.m-b-md {
  margin-bottom: 20px !important; }

.m-b-lg {
  margin-bottom: 30px !important; }

.m-b-xl {
  margin-bottom: 40px !important; }

.m-b-xxl {
  margin-bottom: 50px !important; }

.m-b-n-xxs {
  margin-bottom: -1px !important; }

.m-b-n-xs {
  margin-bottom: -5px !important; }

.m-b-n-sm {
  margin-bottom: -10px !important; }

.m-b-n {
  margin-bottom: -15px !important; }

.m-b-n-md {
  margin-bottom: -20px !important; }

.m-b-n-lg {
  margin-bottom: -30px !important; }

.m-b-n-xl {
  margin-bottom: -40px !important; }

.m-b-n-xxl {
  margin-bottom: -50px !important; }

.m-lr-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-lr-xxs {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.m-lr-xs {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.m-lr-sm {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.m-lr {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.m-lr-md {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.m-lr-lg {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-lr-xl {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.m-lr-xxl {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.m-lr-n-xxs {
  margin-left: -1px !important;
  margin-right: -1px !important; }

.m-lr-n-xs {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.m-lr-n-sm {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.m-lr-n {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.m-lr-n-md {
  margin-left: -20px !important;
  margin-right: -20px !important; }

.m-lr-n-lg {
  margin-left: -30px !important;
  margin-right: -30px !important; }

.m-lr-n-xl {
  margin-left: -40px !important;
  margin-right: -40px !important; }

.m-lr-n-xxl {
  margin-left: -50px !important;
  margin-right: -50px !important; }

.m-tb-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-tb-xxs {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

.m-tb-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-tb-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-tb {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-tb-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-tb-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-tb-xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-tb-xxl {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.m-tb-n-xxs {
  margin-top: -1px !important;
  margin-bottom: -1px !important; }

.m-tb-n-xs {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

.m-tb-n-sm {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.m-tb-n {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.m-tb-n-md {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.m-tb-n-lg {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.m-tb-n-xl {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.m-tb-n-xxl {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.m-c {
  margin-left: auto !important;
  margin-right: auto !important; }

.bg-white {
  background-color: #fff !important; }

.bg-lter {
  background-color: #f6f6f6 !important; }

.bg-lt {
  background-color: #ededed !important; }

.bg-gy {
  background-color: #ccc !important; }

.bg-dk {
  background-color: #aaa !important; }

.bg-dker {
  background-color: #999 !important; }

.bg-black {
  background-color: #000 !important; }

.bg-w-t {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-b-t {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-tran {
  background-color: transparent !important; }

@media (min-width: 980px) {
  .md-bg-white {
    background-color: #fff !important; } }

@media (min-width: 980px) {
  .md-bg-lter {
    background-color: #f6f6f6 !important; } }

@media (min-width: 980px) {
  .md-bg-lt {
    background-color: #ededed !important; } }

@media (min-width: 980px) {
  .md-bg-gy {
    background-color: #ccc !important; } }

@media (min-width: 980px) {
  .md-bg-dk {
    background-color: #aaa !important; } }

@media (min-width: 980px) {
  .md-bg-dker {
    background-color: #999 !important; } }

@media (min-width: 980px) {
  .md-bg-black {
    background-color: #000 !important; } }

@media (min-width: 980px) {
  .md-bg-w-t {
    background-color: rgba(255, 255, 255, 0.5) !important; } }

@media (min-width: 980px) {
  .md-bg-b-t {
    background-color: rgba(0, 0, 0, 0.5) !important; } }

@media (min-width: 980px) {
  .md-bg-tran {
    background-color: transparent !important; } }

.b-no {
  border: none !important; }

.b-t-no {
  border-top: none !important; }

.b-t {
  border-top: 1px solid transparent !important; }

.b-b-no {
  border-bottom: none !important; }

.b-b {
  border-bottom: 1px solid transparent !important; }

.b-b-lighter {
  border-bottom: 1px solid #F5F6FA !important; }

.b-l-no {
  border-left: none !important; }

.b-l {
  border-left: 1px solid transparent !important; }

.b-r-no {
  border-right: none !important; }

.b-r {
  border-right: 1px solid transparent !important; }

.b-lter {
  border: 1px solid #ededed !important; }

.b-c-lter {
  border-color: #ededed !important; }

.b-c-lt {
  border-color: #d2d2d2 !important; }

.b-c-gray {
  border-color: #888 !important; }

.b-c-dk {
  border-color: #444 !important; }

.b-c-dker {
  border-color: #222 !important; }

.c-white {
  color: white !important; }

.c-lter {
  color: #ccc !important; }

.c-lt {
  color: #aaa !important; }

.c-lgray {
  color: #7b7b7b !important; }

.c-gray {
  color: #999999 !important; }

.c-dk {
  color: #666 !important; }

.c-dker {
  color: #222 !important; }

.c-red {
  color: #cb0202 !important; }

.c-blue {
  color: #209cff !important; }

.r-no {
  border-radius: 0 !important; }

.r {
  border-radius: 5px !important; }

.r-2x {
  border-radius: 10px !important; }

.r-3x {
  border-radius: 15px !important; }

.r-c {
  border-radius: 50% !important; }

.wrapper-xs {
  padding: 5px !important; }

.wrapper-sm {
  padding: 10px !important; }

.wrapper {
  padding: 15px !important; }

.wrapper-md {
  padding: 20px !important; }

.wrapper-lg {
  padding: 30px !important; }

.wrapper-xl {
  padding: 50px !important; }

.wrapper-n {
  padding: 0px !important; }

.padder-xl {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.padder-lg {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padder-md {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padder {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padder-sm {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padder-xs {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padder-v-xl {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.padder-v-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padder-v-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padder-v {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padder-v-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padder-v-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-l-none {
  padding-left: 0 !important; }

.p-l-xxs {
  padding-left: 1px !important; }

.p-l-xs {
  padding-left: 5px !important; }

.p-l-sm {
  padding-left: 10px !important; }

.p-l {
  padding-left: 15px !important; }

.p-l-md {
  padding-left: 20px !important; }

.p-l-lg {
  padding-left: 30px !important; }

.p-l-xl {
  padding-left: 40px !important; }

.p-l-xxl {
  padding-left: 50px !important; }

.p-t-none {
  padding-top: 0 !important; }

.p-t-xxs {
  padding-top: 1px !important; }

.p-t-xs {
  padding-top: 5px !important; }

.p-t-sm {
  padding-top: 10px !important; }

.p-t {
  padding-top: 15px !important; }

.p-t-md {
  padding-top: 20px !important; }

.p-t-lg {
  padding-top: 30px !important; }

.p-t-xl {
  padding-top: 40px !important; }

.p-t-xxl {
  padding-top: 50px !important; }

.p-r-none {
  padding-right: 0 !important; }

.p-r-xxs {
  padding-right: 1px !important; }

.p-r-xs {
  padding-right: 5px !important; }

.p-r-sm {
  padding-right: 10px !important; }

.p-r {
  padding-right: 15px !important; }

.p-r-md {
  padding-right: 20px !important; }

.p-r-lg {
  padding-right: 30px !important; }

.p-r-xl {
  padding-right: 40px !important; }

.p-r-xxl {
  padding-right: 50px !important; }

.p-b-none {
  padding-bottom: 0 !important; }

.p-b-xxs {
  padding-bottom: 1px !important; }

.p-b-xs {
  padding-bottom: 5px !important; }

.p-b-sm {
  padding-bottom: 10px !important; }

.p-b {
  padding-bottom: 15px !important; }

.p-b-md {
  padding-bottom: 20px !important; }

.p-b-lg {
  padding-bottom: 30px !important; }

.p-b-xl {
  padding-bottom: 40px !important; }

.p-b-xxl {
  padding-bottom: 50px !important; }

.no-padder {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.w-xxs {
  width: 60px !important; }

.w-xs {
  width: 90px !important; }

.w-sm {
  width: 150px !important; }

.w {
  width: 200px !important; }

.w-md {
  width: 240px !important; }

.w-lg {
  width: 280px !important; }

.w-xl {
  width: 320px !important; }

.w-xxl {
  width: 360px !important; }

.w-full {
  width: 100% !important; }

.w-68 {
  width: 68px !important; }

.w-10p {
  width: 10% !important; }

.w-15p {
  width: 15% !important; }

.w-20p {
  width: 20% !important; }

.w-25p {
  width: 25% !important; }

.w-30p {
  width: 30% !important; }

.w-35p {
  width: 35% !important; }

.w-40p {
  width: 40% !important; }

.w-45p {
  width: 45% !important; }

.w-50p {
  width: 50% !important; }

.w-55p {
  width: 55% !important; }

.w-60p {
  width: 60% !important; }

.w-65p {
  width: 65% !important; }

.w-70p {
  width: 70% !important; }

.w-75p {
  width: 75% !important; }

.w-80p {
  width: 80% !important; }

.w-85p {
  width: 85% !important; }

.w-90p {
  width: 90% !important; }

.h-xxs {
  height: 20px !important; }

.h-xs {
  height: 30px !important; }

.h-sm {
  height: 50px !important; }

.h {
  height: 100px !important; }

.h-md {
  height: 120px !important; }

.h-lg {
  height: 150px !important; }

.h-xl {
  height: 200px !important; }

.h-xxl {
  height: 300px !important; }

.h-full {
  height: 100% !important; }

@media (min-width: 980px) {
  .md-pr {
    float: right !important; }
  .md-pl {
    float: left !important; }
  .md-txt-left {
    text-align: left !important; }
  .md-txt-right {
    text-align: right !important; }
  .md-txt-center {
    text-align: center !important; }
  .md-txt-justify {
    text-align: justify !important; }
  .md-txt-nowrap {
    white-space: nowrap !important; }
  .md-align-top {
    vertical-align: top !important; }
  .md-align-middle {
    vertical-align: middle !important; }
  .md-align-bottom {
    vertical-align: bottom !important; }
  .md-fz-xxl {
    font-size: 28px !important; }
  .md-fz-xl {
    font-size: 24px !important; }
  .md-fz-lg {
    font-size: 20px !important; }
  .md-fz-md {
    font-size: 16px !important; }
  .md-fz-smd {
    font-size: 14px !important; }
  .md-fz-sm {
    font-size: 13px !important; }
  .md-font-normal {
    font-weight: normal !important; }
  .md-font-bold {
    font-weight: 700 !important; }
  .md-d-t {
    display: table !important; }
  .md-d-row {
    display: table-row !important; }
  .md-d-cell {
    display: table-cell !important; }
  .md-d-b {
    display: block !important; }
  .md-d-ib {
    display: inline-block !important; }
  .md-d-in {
    display: inline !important; }
  .md-d-no {
    display: none !important; }
  .md-pos-rlt {
    position: relative !important; }
  .md-pos-stc {
    position: static !important; }
  .md-pos-abt {
    position: absolute !important; }
  .md-pos-fix {
    position: fixed !important; }
  .md-m-xxs {
    margin: 2px 4px !important; }
  .md-m-xs {
    margin: 5px !important; }
  .md-m-sm {
    margin: 10px !important; }
  .md-m {
    margin: 15px !important; }
  .md-m-md {
    margin: 20px !important; }
  .md-m-lg {
    margin: 30px !important; }
  .md-m-xl {
    margin: 50px !important; }
  .md-m-n {
    margin: 0 !important; }
  .md-m-l-none {
    margin-left: 0 !important; }
  .md-m-l-xxs {
    margin-left: 1px !important; }
  .md-m-l-xs {
    margin-left: 5px !important; }
  .md-m-l-sm {
    margin-left: 10px !important; }
  .md-m-l {
    margin-left: 15px !important; }
  .md-m-l-md {
    margin-left: 20px !important; }
  .md-m-l-lg {
    margin-left: 30px !important; }
  .md-m-l-xl {
    margin-left: 40px !important; }
  .md-m-l-xxl {
    margin-left: 50px !important; }
  .md-m-l-n-xxs {
    margin-left: -1px !important; }
  .md-m-l-n-xs {
    margin-left: -5px !important; }
  .md-m-l-n-sm {
    margin-left: -10px !important; }
  .md-m-l-n {
    margin-left: -15px !important; }
  .md-m-l-n-md {
    margin-left: -20px !important; }
  .md-m-l-n-lg {
    margin-left: -30px !important; }
  .md-m-l-n-xl {
    margin-left: -40px !important; }
  .md-m-l-n-xxl {
    margin-left: -50px !important; }
  .md-m-t-none {
    margin-top: 0 !important; }
  .md-m-t-xxs {
    margin-top: 1px !important; }
  .md-m-t-xs {
    margin-top: 5px !important; }
  .md-m-t-sm {
    margin-top: 10px !important; }
  .md-m-t {
    margin-top: 15px !important; }
  .md-m-t-md {
    margin-top: 20px !important; }
  .md-m-t-lg {
    margin-top: 30px !important; }
  .md-m-t-xl {
    margin-top: 40px !important; }
  .md-m-t-xxl {
    margin-top: 50px !important; }
  .md-m-t-n-xxs {
    margin-top: -1px !important; }
  .md-m-t-n-xs {
    margin-top: -5px !important; }
  .md-m-t-n-sm {
    margin-top: -10px !important; }
  .md-m-t-n {
    margin-top: -15px !important; }
  .md-m-t-n-md {
    margin-top: -20px !important; }
  .md-m-t-n-lg {
    margin-top: -30px !important; }
  .md-m-t-n-xl {
    margin-top: -40px !important; }
  .md-m-t-n-xxl {
    margin-top: -50px !important; }
  .md-m-r-none {
    margin-right: 0 !important; }
  .md-m-r-xxs {
    margin-right: 1px !important; }
  .md-m-r-xs {
    margin-right: 5px !important; }
  .md-m-r-sm {
    margin-right: 10px !important; }
  .md-m-r {
    margin-right: 15px !important; }
  .md-m-r-md {
    margin-right: 20px !important; }
  .md-m-r-lg {
    margin-right: 30px !important; }
  .md-m-r-xl {
    margin-right: 40px !important; }
  .md-m-r-xxl {
    margin-right: 50px !important; }
  .md-m-r-n-xxs {
    margin-right: -1px !important; }
  .md-m-r-n-xs {
    margin-right: -5px !important; }
  .md-m-r-n-sm {
    margin-right: -10px !important; }
  .md-m-r-n {
    margin-right: -15px !important; }
  .md-m-r-n-md {
    margin-right: -20px !important; }
  .md-m-r-n-lg {
    margin-right: -30px !important; }
  .md-m-r-n-xl {
    margin-right: -40px !important; }
  .md-m-r-n-xxl {
    margin-right: -50px !important; }
  .md-m-b-none {
    margin-bottom: 0 !important; }
  .md-m-b-xxs {
    margin-bottom: 1px !important; }
  .md-m-b-xs {
    margin-bottom: 5px !important; }
  .md-m-b-sm {
    margin-bottom: 10px !important; }
  .md-m-b {
    margin-bottom: 15px !important; }
  .md-m-b-md {
    margin-bottom: 20px !important; }
  .md-m-b-lg {
    margin-bottom: 30px !important; }
  .md-m-b-xl {
    margin-bottom: 40px !important; }
  .md-m-b-xxl {
    margin-bottom: 50px !important; }
  .md-m-b-n-xxs {
    margin-bottom: -1px !important; }
  .md-m-b-n-xs {
    margin-bottom: -5px !important; }
  .md-m-b-n-sm {
    margin-bottom: -10px !important; }
  .md-m-b-n {
    margin-bottom: -15px !important; }
  .md-m-b-n-md {
    margin-bottom: -20px !important; }
  .md-m-b-n-lg {
    margin-bottom: -30px !important; }
  .md-m-b-n-xl {
    margin-bottom: -40px !important; }
  .md-m-b-n-xxl {
    margin-bottom: -50px !important; }
  .md-m-lr-xxs {
    margin-left: 1px !important;
    margin-right: 1px !important; }
  .md-m-lr-xs {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .md-m-lr-sm {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .md-m-lr {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .md-m-lr-md {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .md-m-lr-lg {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .md-m-lr-xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .md-m-lr-xxl {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .md-m-lr-n-xxs {
    margin-left: -1px !important;
    margin-right: -1px !important; }
  .md-m-lr-n-xs {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  .md-m-lr-n-sm {
    margin-left: -10px !important;
    margin-right: -10px !important; }
  .md-m-lr-n {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .md-m-lr-n-md {
    margin-left: -20px !important;
    margin-right: -20px !important; }
  .md-m-lr-n-lg {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .md-m-lr-n-xl {
    margin-left: -40px !important;
    margin-right: -40px !important; }
  .md-m-lr-n-xxl {
    margin-left: -50px !important;
    margin-right: -50px !important; }
  .md-m-tb-xxs {
    margin-top: 1px !important;
    margin-bottom: 1px !important; }
  .md-m-tb-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .md-m-tb-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .md-m-tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .md-m-tb-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .md-m-tb-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .md-m-tb-xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .md-m-tb-xxl {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .md-m-tb-n-xxs {
    margin-top: -1px !important;
    margin-bottom: -1px !important; }
  .md-m-tb-n-xs {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .md-m-tb-n-sm {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .md-m-tb-n {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .md-m-tb-n-md {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .md-m-tb-n-lg {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .md-m-tb-n-xl {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .md-m-tb-n-xxl {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .md-m-c {
    margin-left: auto !important;
    margin-right: auto !important; }
  .md-b-no {
    border: none !important; }
  .md-b-t-no {
    border-top: none !important; }
  .md-b-t {
    border-top: 1px solid transparent !important; }
  .md-b-b-no {
    border-bottom: none !important; }
  .md-b-b {
    border-bottom: 1px solid transparent !important; }
  .md-b-l-no {
    border-left: none !important; }
  .md-b-l {
    border-left: 1px solid transparent !important; }
  .md-b-r-no {
    border-right: none !important; }
  .md-b-r {
    border-right: 1px solid transparent !important; }
  .md-b-lter {
    border: 1px solid #ededed !important; }
  .md-b-c-lter {
    border-color: #ededed !important; }
  .md-b-c-lt {
    border-color: #d2d2d2 !important; }
  .md-b-c-gray {
    border-color: #888 !important; }
  .md-b-c-dk {
    border-color: #444 !important; }
  .md-b-c-dker {
    border-color: #222 !important; }
  .md-c-g-lt {
    color: #969696 !important; }
  .md-c-white {
    color: white !important; }
  .md-c-lter {
    color: #ccc !important; }
  .md-c-lt {
    color: #aaa !important; }
  .md-c-gray {
    color: #888 !important; }
  .md-c-dk {
    color: #666 !important; }
  .md-c-dker {
    color: #222 !important; }
  .md-c-black {
    color: black !important; }
  .md-wrapper-xs {
    padding: 5px !important; }
  .md-wrapper-sm {
    padding: 10px !important; }
  .md-wrapper {
    padding: 15px !important; }
  .md-wrapper-md {
    padding: 20px !important; }
  .md-wrapper-lg {
    padding: 30px !important; }
  .md-wrapper-xl {
    padding: 50px !important; }
  .md-wrapper-n {
    padding: 0px !important; }
  .md-padder-xl {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .md-padder-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .md-padder-md {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .md-padder {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .md-padder-sm {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .md-padder-xs {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .md-padder-v-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .md-padder-v-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .md-padder-v-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .md-padder-v {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .md-padder-v-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .md-padder-v-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .md-p-l-none {
    padding-left: 0 !important; }
  .md-p-l-xxs {
    padding-left: 1px !important; }
  .md-p-l-xs {
    padding-left: 5px !important; }
  .md-p-l-sm {
    padding-left: 10px !important; }
  .md-p-l {
    padding-left: 15px !important; }
  .md-p-l-md {
    padding-left: 20px !important; }
  .md-p-l-lg {
    padding-left: 30px !important; }
  .md-p-l-xl {
    padding-left: 40px !important; }
  .md-p-l-xxl {
    padding-left: 50px !important; }
  .md-p-t-none {
    padding-top: 0 !important; }
  .md-p-t-xxs {
    padding-top: 1px !important; }
  .md-p-t-xs {
    padding-top: 5px !important; }
  .md-p-t-sm {
    padding-top: 10px !important; }
  .md-p-t {
    padding-top: 15px !important; }
  .md-p-t-md {
    padding-top: 20px !important; }
  .md-p-t-lg {
    padding-top: 30px !important; }
  .md-p-t-xl {
    padding-top: 40px !important; }
  .md-p-t-xxl {
    padding-top: 50px !important; }
  .md-p-r-none {
    padding-right: 0 !important; }
  .md-p-r-xxs {
    padding-right: 1px !important; }
  .md-p-r-xs {
    padding-right: 5px !important; }
  .md-p-r-sm {
    padding-right: 10px !important; }
  .md-p-r {
    padding-right: 15px !important; }
  .md-p-r-md {
    padding-right: 20px !important; }
  .md-p-r-lg {
    padding-right: 30px !important; }
  .md-p-r-xl {
    padding-right: 40px !important; }
  .md-p-r-xxl {
    padding-right: 50px !important; }
  .md-p-b-none {
    padding-bottom: 0 !important; }
  .md-p-b-xxs {
    padding-bottom: 1px !important; }
  .md-p-b-xs {
    padding-bottom: 5px !important; }
  .md-p-b-sm {
    padding-bottom: 10px !important; }
  .md-p-b {
    padding-bottom: 15px !important; }
  .md-p-b-md {
    padding-bottom: 20px !important; }
  .md-p-b-lg {
    padding-bottom: 30px !important; }
  .md-p-b-xl {
    padding-bottom: 40px !important; }
  .md-p-b-xxl {
    padding-bottom: 50px !important; }
  .md-no-padder {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .md-w-xxs {
    width: 60px !important; }
  .md-w-xs {
    width: 90px !important; }
  .md-w-sm {
    width: 150px !important; }
  .md-w {
    width: 200px !important; }
  .md-w-md {
    width: 240px !important; }
  .md-w-lg {
    width: 280px !important; }
  .md-w-xl {
    width: 320px !important; }
  .md-w-xxl {
    width: 360px !important; }
  .md-w-full {
    width: 100% !important; }
  .md-w-10p {
    width: 10% !important; }
  .md-w-15p {
    width: 15% !important; }
  .md-w-20p {
    width: 20% !important; }
  .md-w-25p {
    width: 25% !important; }
  .md-w-30p {
    width: 30% !important; }
  .md-w-35p {
    width: 35% !important; }
  .md-w-40p {
    width: 40% !important; }
  .md-w-45p {
    width: 45% !important; }
  .md-w-50p {
    width: 50% !important; }
  .md-w-55p {
    width: 55% !important; }
  .md-w-60p {
    width: 60% !important; }
  .md-w-65p {
    width: 65% !important; }
  .md-w-70p {
    width: 70% !important; }
  .md-w-75p {
    width: 75% !important; }
  .md-w-80p {
    width: 80% !important; }
  .md-w-85p {
    width: 85% !important; }
  .md-w-90p {
    width: 90% !important; }
  .md-w-full {
    width: 100% !important; }
  .md-h-xxs {
    height: 20px !important; }
  .md-h-xs {
    height: 30px !important; }
  .md-h-sm {
    height: 50px !important; }
  .md-h {
    height: 100px !important; }
  .md-h-md {
    height: 120px !important; }
  .md-h-lg {
    height: 150px !important; }
  .md-h-xl {
    height: 200px !important; }
  .md-h-xxl {
    height: 300px !important; }
  .md-h-full {
    height: 100% !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1193px; }
  .container:before, .container:after {
    content: ' ';
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 980px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1367px) {
    .container {
      max-width: 1193px; } }

.container-md {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1193px;
  width: 960px; }
  .container-md:before, .container-md:after {
    content: ' ';
    display: table; }
  .container-md:after {
    clear: both; }
  @media (min-width: 1367px) {
    .container-md {
      width: 1193px; } }

.container-lg {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1193px;
  width: 1193px; }
  .container-lg:before, .container-lg:after {
    content: ' ';
    display: table; }
  .container-lg:after {
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1193px; }
  .container-fluid:before, .container-fluid:after {
    content: ' ';
    display: table; }
  .container-fluid:after {
    clear: both; }

.container-tile {
  align-items: center;
  display: flex;
  padding: 10px;
  background-color: white;
  width: 100%;
  border-radius: 10px; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-1 {
  width: 4.16667%; }

.col-xs-2 {
  width: 8.33333%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-4 {
  width: 16.66667%; }

.col-xs-5 {
  width: 20.83333%; }

.col-xs-6 {
  width: 25%; }

.col-xs-7 {
  width: 29.16667%; }

.col-xs-8 {
  width: 33.33333%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-10 {
  width: 41.66667%; }

.col-xs-11 {
  width: 45.83333%; }

.col-xs-12 {
  width: 50%; }

.col-xs-13 {
  width: 54.16667%; }

.col-xs-14 {
  width: 58.33333%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-16 {
  width: 66.66667%; }

.col-xs-17 {
  width: 70.83333%; }

.col-xs-18 {
  width: 75%; }

.col-xs-19 {
  width: 79.16667%; }

.col-xs-20 {
  width: 83.33333%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-22 {
  width: 91.66667%; }

.col-xs-23 {
  width: 95.83333%; }

.col-xs-24 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 4.16667%; }

.col-xs-pull-2 {
  right: 8.33333%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-4 {
  right: 16.66667%; }

.col-xs-pull-5 {
  right: 20.83333%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-7 {
  right: 29.16667%; }

.col-xs-pull-8 {
  right: 33.33333%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-10 {
  right: 41.66667%; }

.col-xs-pull-11 {
  right: 45.83333%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-13 {
  right: 54.16667%; }

.col-xs-pull-14 {
  right: 58.33333%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-16 {
  right: 66.66667%; }

.col-xs-pull-17 {
  right: 70.83333%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-19 {
  right: 79.16667%; }

.col-xs-pull-20 {
  right: 83.33333%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-22 {
  right: 91.66667%; }

.col-xs-pull-23 {
  right: 95.83333%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 4.16667%; }

.col-xs-push-2 {
  left: 8.33333%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-4 {
  left: 16.66667%; }

.col-xs-push-5 {
  left: 20.83333%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-7 {
  left: 29.16667%; }

.col-xs-push-8 {
  left: 33.33333%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-10 {
  left: 41.66667%; }

.col-xs-push-11 {
  left: 45.83333%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-13 {
  left: 54.16667%; }

.col-xs-push-14 {
  left: 58.33333%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-16 {
  left: 66.66667%; }

.col-xs-push-17 {
  left: 70.83333%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-19 {
  left: 79.16667%; }

.col-xs-push-20 {
  left: 83.33333%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-22 {
  left: 91.66667%; }

.col-xs-push-23 {
  left: 95.83333%; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 4.16667%; }

.col-xs-offset-2 {
  margin-left: 8.33333%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-4 {
  margin-left: 16.66667%; }

.col-xs-offset-5 {
  margin-left: 20.83333%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-7 {
  margin-left: 29.16667%; }

.col-xs-offset-8 {
  margin-left: 33.33333%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-10 {
  margin-left: 41.66667%; }

.col-xs-offset-11 {
  margin-left: 45.83333%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-13 {
  margin-left: 54.16667%; }

.col-xs-offset-14 {
  margin-left: 58.33333%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-16 {
  margin-left: 66.66667%; }

.col-xs-offset-17 {
  margin-left: 70.83333%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-19 {
  margin-left: 79.16667%; }

.col-xs-offset-20 {
  margin-left: 83.33333%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-22 {
  margin-left: 91.66667%; }

.col-xs-offset-23 {
  margin-left: 95.83333%; }

.col-xs-offset-24 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.16667%; }
  .col-sm-2 {
    width: 8.33333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.66667%; }
  .col-sm-5 {
    width: 20.83333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.16667%; }
  .col-sm-8 {
    width: 33.33333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.66667%; }
  .col-sm-11 {
    width: 45.83333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.16667%; }
  .col-sm-14 {
    width: 58.33333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.66667%; }
  .col-sm-17 {
    width: 70.83333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.16667%; }
  .col-sm-20 {
    width: 83.33333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.66667%; }
  .col-sm-23 {
    width: 95.83333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.16667%; }
  .col-sm-pull-2 {
    right: 8.33333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.66667%; }
  .col-sm-pull-5 {
    right: 20.83333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.16667%; }
  .col-sm-pull-8 {
    right: 33.33333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.66667%; }
  .col-sm-pull-11 {
    right: 45.83333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.16667%; }
  .col-sm-pull-14 {
    right: 58.33333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.66667%; }
  .col-sm-pull-17 {
    right: 70.83333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.16667%; }
  .col-sm-pull-20 {
    right: 83.33333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.66667%; }
  .col-sm-pull-23 {
    right: 95.83333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.16667%; }
  .col-sm-push-2 {
    left: 8.33333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.66667%; }
  .col-sm-push-5 {
    left: 20.83333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.16667%; }
  .col-sm-push-8 {
    left: 33.33333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.66667%; }
  .col-sm-push-11 {
    left: 45.83333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.16667%; }
  .col-sm-push-14 {
    left: 58.33333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.66667%; }
  .col-sm-push-17 {
    left: 70.83333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.16667%; }
  .col-sm-push-20 {
    left: 83.33333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.66667%; }
  .col-sm-push-23 {
    left: 95.83333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.16667%; }
  .col-md-2 {
    width: 8.33333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.66667%; }
  .col-md-5 {
    width: 20.83333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.16667%; }
  .col-md-8 {
    width: 33.33333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.66667%; }
  .col-md-11 {
    width: 45.83333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.16667%; }
  .col-md-14 {
    width: 58.33333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.66667%; }
  .col-md-17 {
    width: 70.83333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.16667%; }
  .col-md-20 {
    width: 83.33333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.66667%; }
  .col-md-23 {
    width: 95.83333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.16667%; }
  .col-md-pull-2 {
    right: 8.33333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.66667%; }
  .col-md-pull-5 {
    right: 20.83333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.16667%; }
  .col-md-pull-8 {
    right: 33.33333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.66667%; }
  .col-md-pull-11 {
    right: 45.83333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.16667%; }
  .col-md-pull-14 {
    right: 58.33333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.66667%; }
  .col-md-pull-17 {
    right: 70.83333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.16667%; }
  .col-md-pull-20 {
    right: 83.33333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.66667%; }
  .col-md-pull-23 {
    right: 95.83333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.16667%; }
  .col-md-push-2 {
    left: 8.33333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.66667%; }
  .col-md-push-5 {
    left: 20.83333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.16667%; }
  .col-md-push-8 {
    left: 33.33333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.66667%; }
  .col-md-push-11 {
    left: 45.83333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.16667%; }
  .col-md-push-14 {
    left: 58.33333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.66667%; }
  .col-md-push-17 {
    left: 70.83333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.16667%; }
  .col-md-push-20 {
    left: 83.33333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.66667%; }
  .col-md-push-23 {
    left: 95.83333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.16667%; }
  .col-md-offset-2 {
    margin-left: 8.33333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.66667%; }
  .col-md-offset-5 {
    margin-left: 20.83333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.16667%; }
  .col-md-offset-8 {
    margin-left: 33.33333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.66667%; }
  .col-md-offset-11 {
    margin-left: 45.83333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.16667%; }
  .col-md-offset-14 {
    margin-left: 58.33333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.66667%; }
  .col-md-offset-17 {
    margin-left: 70.83333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.16667%; }
  .col-md-offset-20 {
    margin-left: 83.33333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.66667%; }
  .col-md-offset-23 {
    margin-left: 95.83333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1194px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.16667%; }
  .col-lg-2 {
    width: 8.33333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.66667%; }
  .col-lg-5 {
    width: 20.83333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.16667%; }
  .col-lg-8 {
    width: 33.33333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.66667%; }
  .col-lg-11 {
    width: 45.83333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.16667%; }
  .col-lg-14 {
    width: 58.33333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.66667%; }
  .col-lg-17 {
    width: 70.83333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.16667%; }
  .col-lg-20 {
    width: 83.33333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.66667%; }
  .col-lg-23 {
    width: 95.83333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.16667%; }
  .col-lg-pull-2 {
    right: 8.33333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.66667%; }
  .col-lg-pull-5 {
    right: 20.83333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.16667%; }
  .col-lg-pull-8 {
    right: 33.33333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.66667%; }
  .col-lg-pull-11 {
    right: 45.83333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.16667%; }
  .col-lg-pull-14 {
    right: 58.33333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.66667%; }
  .col-lg-pull-17 {
    right: 70.83333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.16667%; }
  .col-lg-pull-20 {
    right: 83.33333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.66667%; }
  .col-lg-pull-23 {
    right: 95.83333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.16667%; }
  .col-lg-push-2 {
    left: 8.33333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.66667%; }
  .col-lg-push-5 {
    left: 20.83333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.16667%; }
  .col-lg-push-8 {
    left: 33.33333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.66667%; }
  .col-lg-push-11 {
    left: 45.83333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.16667%; }
  .col-lg-push-14 {
    left: 58.33333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.66667%; }
  .col-lg-push-17 {
    left: 70.83333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.16667%; }
  .col-lg-push-20 {
    left: 83.33333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.66667%; }
  .col-lg-push-23 {
    left: 95.83333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

html, body {
  overflow: hidden; }

html body #app {
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: hidden; }

.layout-row {
  display: flex;
  flex-direction: row; }

.layout-wrap {
  flex-wrap: wrap; }

.layout-hv-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.layout-column {
  display: flex;
  flex-direction: column;
  flex: 1 0; }

.flex-fill {
  flex: 1 0; }

.flex-fill.flex-hidden {
  overflow: hidden; }

@media screen and (max-width: 1366px) {
  .home-right-content .inner-container > .layout-column {
    width: 100%; }
  .home-left-menu.opend + .home-right-content {
    margin-left: 50px; } }

@media screen and (max-width: 1193px) {
  .home-right-content {
    overflow-x: hidden;
    min-width: 1193px !important; } }

