/* /Areas/Reports/Pages/BillingsReport.razor.rz.scp.css */
table[b-1ddr04z11p] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
table thead tr th[b-1ddr04z11p] {
  border: 1px solid black;
  padding-inline: 10px;
  white-space: nowrap;
}
table tbody tr td[b-1ddr04z11p] {
  border: 1px solid black;
  padding-inline: 10px;
  white-space: nowrap;
}

/*# sourceMappingURL=BillingsReport.razor.css.map */
/* /Areas/Settings/Pages/Settings.razor.rz.scp.css */
/* 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 */
.main__b__2[b-g3wny5ot5m] {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: auto;
  background-color: #fff;
}
.main__b__2 .leftMenu[b-g3wny5ot5m] {
  width: 224px;
  border-right: 1px solid #f0f0f0;
}
.main__b__2 .leftMenu :global .ant-menu-inline[b-g3wny5ot5m] {
  border: none;
}
.main__b__2 .leftMenu :global .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected[b-g3wny5ot5m] {
  font-weight: bold;
}
.main__b__2 .right__b__0[b-g3wny5ot5m] {
  flex: 1;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-left: 40px;
}
.main__b__2 .right__b__0 .title[b-g3wny5ot5m] {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.main__b__2 .ant-list-split .ant-list-item:last-child[b-g3wny5ot5m] {
  border-bottom: 1px solid #f0f0f0;
}
.main__b__2 .ant-list-item[b-g3wny5ot5m] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.ant-list-item-meta .taobao[b-g3wny5ot5m] {
  display: block;
  color: #ff4000;
  font-size: 48px;
  line-height: 48px;
  border-radius: 2px;
}
.ant-list-item-meta .dingding[b-g3wny5ot5m] {
  margin: 2px;
  padding: 6px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  background-color: #2eabff;
  border-radius: 2px;
}
.ant-list-item-meta .alipay[b-g3wny5ot5m] {
  color: #2eabff;
  font-size: 48px;
  line-height: 48px;
  border-radius: 2px;
}
font.strong[b-g3wny5ot5m] {
  color: #52c41a;
}
font.medium[b-g3wny5ot5m] {
  color: #faad14;
}
font.weak[b-g3wny5ot5m] {
  color: #ff4d4f;
}
@media screen and (max-width: 768px) {
  .main__b__2[b-g3wny5ot5m] {
    flex-direction: column;
  }
  .main__b__2 .leftMenu[b-g3wny5ot5m] {
    width: 100%;
    border: none;
  }
  .main__b__2 .right__b__0[b-g3wny5ot5m] {
    padding: 40px;
  }
}
/* /Components/CustomAutoComplete/TagBuilder.razor.rz.scp.css */
.suggestion-container[b-c915zmic0f]
{
    position: relative;
}

.tagsinput[b-c915zmic0f], .tagsinput *[b-c915zmic0f]
{
    box-sizing: border-box
}

.tagsinput[b-c915zmic0f]
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.tagsinput.focus[b-c915zmic0f]
{
    border-color: #ccc
}

.tagsinput .tag[b-c915zmic0f]
{
    position: relative;
    background: #556270;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0
}

.tagsinput .tag .tag-remove[b-c915zmic0f]
{
    position: absolute;
    background: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #ff6b6b;
    line-height: 30px;
    padding: 0;
    border: 0
}

.tagsinput .tag .tag-remove[b-c915zmic0f]:after, .tagsinput .tag .tag-remove[b-c915zmic0f]:before
{
    background: #ff6b6b;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: ''
}

.tagsinput .tag .tag-remove[b-c915zmic0f]:before
{
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.tagsinput .tag .tag-remove[b-c915zmic0f]:after
{
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.tagsinput div[b-c915zmic0f]
{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tagsinput div input[b-c915zmic0f]
{
    background: 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    border: 0;
    margin: 0 5px 5px 0
}

.tagsinput div input:focus[b-c915zmic0f]
{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.tagsinput div input.error[b-c915zmic0f]
{
    color: #ff6b6b
}

.tagsinput div input[b-c915zmic0f]::-ms-clear
{
    display: none
}

.tagsinput div input[b-c915zmic0f]::-webkit-input-placeholder
{
    color: #ccc;
    opacity: 1
}

.tagsinput div input:-moz-placeholder[b-c915zmic0f]
{
    color: #ccc;
    opacity: 1
}

.tagsinput div input[b-c915zmic0f]::-moz-placeholder
{
    color: #ccc;
    opacity: 1
}

.tagsinput div input:-ms-input-placeholder[b-c915zmic0f]
{
    color: #ccc;
    opacity: 1
}
