/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.text-center {
  text-align: center;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-horizontal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button {
  background-color: #edf9ff;
  color: #1E7C8E;
  border-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button:active,
.lc-cancel-button:focus,
.lc-cancel-button:hover {
  background-color: #eaf9ff;
  border-color: transparent !important;
  color: rgba(30, 124, 142, 0.75);
}
.lc-cancel-button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-round-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lc-round-select :global .ant-select-selection {
  border: unset;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 0 0 4px;
}
.lc-round-select :global .ant-select-selection-selected-value {
  line-height: 24px !important;
  font-weight: 600;
  font-size: 12px;
}
.lc-round-select :global .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.lc-round-select :global .ant-select-arrow {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.lc-highlight-row {
  background-color: rgba(30, 124, 142, 0.04);
}
.primary-color {
  color: #1E7C8E;
}
.info-color {
  color: #1890ff;
}
.success-color {
  color: #1DD39A;
}
.error-color {
  color: #FF4E50;
}
.highlight-color {
  color: #f5222d;
}
.warning-color {
  color: #FBC358;
}
.normal-color {
  color: #d9d9d9;
}
.text-color {
  color: rgba(0, 0, 0, 0.65);
}
.text-color-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.text-yellow {
  color: #fadb14;
}
.icon-color {
  color: #92cf5c;
}
.btn-success {
  background-color: #92cf5c !important;
  border-color: #92cf5c !important;
  color: #fff !important;
}
.flex-b-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-8 {
  padding: 8px!important;
}
.p-t-8 {
  padding-top: 8px!important;
}
.p-l-8 {
  padding-left: 8px!important;
}
.p-r-8 {
  padding-right: 8px!important;
}
.p-b-8 {
  padding-bottom: 8px!important;
}
.m-b-0 {
  margin-bottom: 0px!important;
}
.m-t-0 {
  margin-top: 0px!important;
}
.m-8 {
  margin: 8px!important;
}
.m-t-8 {
  margin-top: 8px!important;
}
.m-l-8 {
  margin-left: 8px!important;
}
.m-r-8 {
  margin-right: 8px!important;
}
.m-b-8 {
  margin-bottom: 8px!important;
}
.m-10 {
  margin: 10px!important;
}
.m-t-10 {
  margin-top: 10px!important;
}
.m-l-10 {
  margin-left: 10px!important;
}
.m-r-10 {
  margin-right: 10px!important;
}
.m-b-10 {
  margin-bottom: 10px!important;
}
.m-t-20 {
  margin-top: 20px!important;
}
.m-r-20 {
  margin-right: 20px!important;
}
.m-b-20 {
  margin-bottom: 20px!important;
}
.m-l-20 {
  margin-left: 20px!important;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.singer-card-container {
  width: 578px;
  margin: 50px auto;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.f-r {
  float: right;
}
.f-l {
  float: left;
}
.line {
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
  background-color: transparent;
  border-width: 0;
  border-top: 1px solid #eaedef;
}
.line-dashed {
  border-style: dashed;
  background: transparent;
}
.avatar {
  border-radius: 50%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
.cursor-pointer {
  cursor: pointer;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.absolute-vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolute-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolute-standard-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.html-content img {
  max-width: 100%;
  height: auto;
}
.font-36 {
  font-size: 36px;
}
.big-font {
  font-size: 36px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.big-icon {
  font-size: 18px;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between-warp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.flex-equal-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
html,
body,
:global(#root) {
  height: 100%;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #636c72 !important;
}
a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}
.text-primary {
  color: #1E7C8E !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: rgba(30, 124, 142, 0.75) !important;
}
.text-success {
  color: #1DD39A !important;
}
a.text-success:focus,
a.text-success:hover {
  color: rgba(29, 211, 154, 0.75) !important;
}
.text-info {
  color: #1E7C8E !important;
}
a.text-info:focus,
a.text-info:hover {
  color: rgba(30, 124, 142, 0.75) !important;
}
.text-warning {
  color: #ff6e13 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: rgba(255, 110, 19, 0.75) !important;
}
.text-danger {
  color: #FF4E50 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: rgba(255, 78, 80, 0.75) !important;
}
.text-gray-dark {
  color: #292b2c !important;
}
a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html {
  --FONT-WEIGHT-LIGHT: 400;
  --FONT-WEIGHT-NORMAL: 500;
  --FONT-WEIGHT-BOLD: 600;
  overflow: hidden;
}
html[platform="OS X"] {
  --FONT-WEIGHT-LIGHT: 400;
  --FONT-WEIGHT-NORMAL: 500;
  --FONT-WEIGHT-BOLD: 600;
}
html[platform="Windows"] {
  --FONT-WEIGHT-LIGHT: 400;
  --FONT-WEIGHT-NORMAL: 700;
  --FONT-WEIGHT-BOLD: 700;
}
body {
  font-size: 14px;
  background: #f3f5f9;
  overflow: hidden;
}
.main-content {
  margin: 30px;
}
.like-icon {
  margin: 5px;
  font-size: 18px;
}
.anticon:before {
  content: '' !important;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.relative-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.full-height {
  height: 100%;
}
.layout .sider {
  position: relative;
  width: 100px;
}
body,
html {
  overflow-x: hidden;
}
body,
html,
#root,
.layout,
div[data-reactroot] {
  width: 100%;
  height: 100%;
}
.medium-icon {
  font-size: 18px;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #5273de;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  border-radius: 0 1px 1px 0;
  width: 100%;
  height: 2px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a.ant-btn {
  text-decoration: none;
}
.ant-modal-wrap .ant-modal {
  padding-bottom: 0;
}
.ant-modal-mask,
.ant-drawer-mask {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.text-center-1iT0duxZtOp6BMrahJKPdM {
  text-align: center;
}
.text-ellipsis-b7AibsmqMWTQ2RNB1aoiP {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex-center-34Wx5HqpyuIyb5e39imlod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-column-center-1Fu3AflM1w0edm4vvdRkvq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-horizontal-center-FRUQQgPfQnqPC5oe5xKbw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button-kmU6xcdUlJO38OwIItVUE {
  background-color: #edf9ff;
  color: #1E7C8E;
  border-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button-kmU6xcdUlJO38OwIItVUE:active,
.lc-cancel-button-kmU6xcdUlJO38OwIItVUE:focus,
.lc-cancel-button-kmU6xcdUlJO38OwIItVUE:hover {
  background-color: #eaf9ff;
  border-color: transparent !important;
  color: rgba(30, 124, 142, 0.75);
}
.lc-cancel-button-kmU6xcdUlJO38OwIItVUE i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-round-select-2KBaOoeHDswlzGU_DGHDoi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lc-round-select-2KBaOoeHDswlzGU_DGHDoi .ant-select-selection {
  border: unset;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 0 0 4px;
}
.lc-round-select-2KBaOoeHDswlzGU_DGHDoi .ant-select-selection-selected-value {
  line-height: 24px !important;
  font-weight: 600;
  font-size: 12px;
}
.lc-round-select-2KBaOoeHDswlzGU_DGHDoi .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.lc-round-select-2KBaOoeHDswlzGU_DGHDoi .ant-select-arrow {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.lc-highlight-row-3AOjeiSqTnRIUVEavmUKh {
  background-color: rgba(30, 124, 142, 0.04);
}
.flex-horizontal-3pkysENgKaZk-m83-nldPI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-item-1C0bQRlHHbBe1OZkev1C9c {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-container-27SXwFxlry4QOaoBtd73tM {
  padding: 0 12px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #1E7C8E;
  color: #1E7C8E;
}
.button-container-27SXwFxlry4QOaoBtd73tM[data-auth='true'] {
  border: 1px solid rgba(0, 0, 0, 0.85);
  color: rgba(0, 0, 0, 0.85);
}
.avatar-3viJrW1zEEzDc0InQQeHZ {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 16px;
  background-color: #f5f5f5;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 {
  background-color: #fff;
  z-index: 102;
  position: relative;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .header-background-x2hJ0VjV-wrTTytmUZZnj {
  height: 44px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .logo-1QzOmEJ6ClulwJ5sLqcUzG {
  height: 18px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .icon-toggle-2ex4Pxu_jAPvniCjJS9P9F {
  font-size: 12px;
  color: #1E7C8E;
  margin-left: 8px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .icon-search-3yeDEZEYHRyyTa6xpec3px {
  font-size: 18.75px;
  color: #000;
  margin-right: 16px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .unlogged-button-container-2X6nKq7gxx2SlvNFAGuaC9 {
  padding: 0 12px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #1E7C8E;
  color: #1E7C8E;
  width: 130px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .unlogged-button-container-2X6nKq7gxx2SlvNFAGuaC9[data-auth='true'] {
  border: 1px solid rgba(0, 0, 0, 0.85);
  color: rgba(0, 0, 0, 0.85);
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .logged-button-container-3pwkJUY8A8bPdoSeq4r1kg {
  padding: 0 12px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #1E7C8E;
  color: #1E7C8E;
  width: 78px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .logged-button-container-3pwkJUY8A8bPdoSeq4r1kg[data-auth='true'] {
  border: 1px solid rgba(0, 0, 0, 0.85);
  color: rgba(0, 0, 0, 0.85);
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .button-2_vLsO67l6x-GeuZc-Cl32 {
  float: left;
  padding: 4px 0px;
  font-size: 14px;
  line-height: 18px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM {
  padding: 0;
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 101;
  background-color: #fff;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM .wrap-3-zBCW4_eD1unu8Gk_xIMn .item--EagXjXHpKY3CmS211hB5 {
  height: 44px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM .wrap-3-zBCW4_eD1unu8Gk_xIMn .item--EagXjXHpKY3CmS211hB5:first-child {
  margin-top: 16px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM .wrap-3-zBCW4_eD1unu8Gk_xIMn .item--EagXjXHpKY3CmS211hB5:last-child {
  margin-bottom: 16px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM .wrap-3-zBCW4_eD1unu8Gk_xIMn .item--EagXjXHpKY3CmS211hB5 img {
  width: 24px;
  height: 24px;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM .wrap-3-zBCW4_eD1unu8Gk_xIMn .item--EagXjXHpKY3CmS211hB5 .label-1Ee-ukjx4bQ-LoKHEo7xUX {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  margin-left: 12px;
  margin-right: auto;
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .menu-3Pkb_6mhZo12hFBnxNZngM .wrap-3-zBCW4_eD1unu8Gk_xIMn .item--EagXjXHpKY3CmS211hB5 i {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.gerneric-header-2mrAqi638k9Pl8ngZwUk4 .background-1whdxL9baufOr9em-K34H {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}
.divider-1qVXCexQ6n4oYcSxMJFmok {
  min-width: 0;
  width: calc(100% - 32px);
  margin: 8px 16px;
}
.addition-text-39OMQgdjSQds2eo2iCKUC3 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.text-center {
  text-align: center;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-horizontal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button {
  background-color: #edf9ff;
  color: #1E7C8E;
  border-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button:active,
.lc-cancel-button:focus,
.lc-cancel-button:hover {
  background-color: #eaf9ff;
  border-color: transparent !important;
  color: rgba(30, 124, 142, 0.75);
}
.lc-cancel-button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-round-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lc-round-select :global .ant-select-selection {
  border: unset;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 0 0 4px;
}
.lc-round-select :global .ant-select-selection-selected-value {
  line-height: 24px !important;
  font-weight: 600;
  font-size: 12px;
}
.lc-round-select :global .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.lc-round-select :global .ant-select-arrow {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.lc-highlight-row {
  background-color: rgba(30, 124, 142, 0.04);
}
.layout {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .layout ::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  .layout ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    cursor: pointer;
  }
  .layout ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.layout #scroll-content {
  width: 100%;
  background-color: #f3f5f9;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dynamic-width-content {
  width: 1128px;
  margin: 0 auto;
}
.dynamic-width-header {
  padding: 0 calc(50% - 730px);
}
@media screen and (max-width: 1500px) {
  .dynamic-width-header {
    padding: 0 calc(50% - 580px);
  }
}
@media screen and (max-width: 1200px) {
  .dynamic-width-header {
    padding: 0 calc(50% - 475px);
  }
}
@media screen and (max-width: 970px) {
  .dynamic-width-header {
    padding: 0 5px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.text-center-2sT4J6FugD1USxzpqyGngW {
  text-align: center;
}
.text-ellipsis-2taTdZemdb00FD6FjNdPek {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex-center-3O6oncCwpBDGEz9Z2SSamG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-column-center-1yTI41zPDSBvRsiN9dW07u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-horizontal-center-37yTfEiS6R_EpwEtZV7iJ_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button-3kRwAYQtqYId_qXpa4suu7 {
  background-color: #edf9ff;
  color: #1E7C8E;
  border-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button-3kRwAYQtqYId_qXpa4suu7:active,
.lc-cancel-button-3kRwAYQtqYId_qXpa4suu7:focus,
.lc-cancel-button-3kRwAYQtqYId_qXpa4suu7:hover {
  background-color: #eaf9ff;
  border-color: transparent !important;
  color: rgba(30, 124, 142, 0.75);
}
.lc-cancel-button-3kRwAYQtqYId_qXpa4suu7 i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-round-select-3ytubL7BbEeLmBw0jghh3b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lc-round-select-3ytubL7BbEeLmBw0jghh3b .ant-select-selection {
  border: unset;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 0 0 4px;
}
.lc-round-select-3ytubL7BbEeLmBw0jghh3b .ant-select-selection-selected-value {
  line-height: 24px !important;
  font-weight: 600;
  font-size: 12px;
}
.lc-round-select-3ytubL7BbEeLmBw0jghh3b .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.lc-round-select-3ytubL7BbEeLmBw0jghh3b .ant-select-arrow {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.lc-highlight-row-38jXesOCjaSs4UGdDec7XE {
  background-color: rgba(30, 124, 142, 0.04);
}
.modal-1BgimQrLnOGKqwxCYVjhQH .ant-modal-body {
  padding: 24px;
}
.modal-1BgimQrLnOGKqwxCYVjhQH .ant-modal-confirm-content {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  min-height: 40px;
}
.modal-1BgimQrLnOGKqwxCYVjhQH .ant-modal-confirm-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cancel-button-EhkEEKbUEu8zCFjsziuup {
  background-color: #edf9ff;
  color: #1E7C8E;
  border-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cancel-button-EhkEEKbUEu8zCFjsziuup:active,
.cancel-button-EhkEEKbUEu8zCFjsziuup:focus,
.cancel-button-EhkEEKbUEu8zCFjsziuup:hover {
  background-color: #eaf9ff;
  border-color: transparent !important;
  color: rgba(30, 124, 142, 0.75);
}
.cancel-button-EhkEEKbUEu8zCFjsziuup i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.text-center-2GxRHrnK8-j16cHtlCyDep {
  text-align: center;
}
.text-ellipsis-2nDLg8ymYZMpmwe7ok6juj {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex-center-LykWMZ9c9skBdIMleqc-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-column-center-1VG-X17tL0Hv0Evd6VA7kM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-horizontal-center-13wc_xIqUjisZaAAGC4lRr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button-292B8oSk6G7CJ23Ac2lWrJ {
  background-color: #edf9ff;
  color: #1E7C8E;
  border-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-cancel-button-292B8oSk6G7CJ23Ac2lWrJ:active,
.lc-cancel-button-292B8oSk6G7CJ23Ac2lWrJ:focus,
.lc-cancel-button-292B8oSk6G7CJ23Ac2lWrJ:hover {
  background-color: #eaf9ff;
  border-color: transparent !important;
  color: rgba(30, 124, 142, 0.75);
}
.lc-cancel-button-292B8oSk6G7CJ23Ac2lWrJ i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lc-round-select-PI3cQj89A1PLNLakv6LsB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lc-round-select-PI3cQj89A1PLNLakv6LsB .ant-select-selection {
  border: unset;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 0 0 4px;
}
.lc-round-select-PI3cQj89A1PLNLakv6LsB .ant-select-selection-selected-value {
  line-height: 24px !important;
  font-weight: 600;
  font-size: 12px;
}
.lc-round-select-PI3cQj89A1PLNLakv6LsB .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.lc-round-select-PI3cQj89A1PLNLakv6LsB .ant-select-arrow {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.lc-highlight-row-2r_z2X5cMgkAqp9HYlDKgG {
  background-color: rgba(30, 124, 142, 0.04);
}
.modal-3tS4OYWN8Kv0tP2gchr2mx .ant-modal-body {
  padding: 32px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
.modal-3tS4OYWN8Kv0tP2gchr2mx .ant-modal-confirm-body {
  padding: 0 24px;
}
.modal-3tS4OYWN8Kv0tP2gchr2mx .ant-modal-confirm-title {
  margin-bottom: 8px;
  text-align: center;
  font-weight: var(--FONT-WEIGHT-NORMAL);
}
.modal-3tS4OYWN8Kv0tP2gchr2mx .ant-modal-confirm-content {
  text-align: center;
}
.modal-3tS4OYWN8Kv0tP2gchr2mx .ant-modal-confirm-btns {
  width: 100%;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-3tS4OYWN8Kv0tP2gchr2mx .ant-modal-confirm-btns .ant-btn {
  font-weight: var(--FONT-WEIGHT-NORMAL);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-radius: unset;
  border: 1px solid #f6f6f6;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/*# sourceMappingURL=77.d1498adb9d0aaf9ed73f.css.map*/