.m0 {
  margin: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.m5 {
  margin: 5px !important;
}
.p0 {
  padding: 0;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.border-top-blue {
  border-top: solid 2px #92b7ec;
}
.border-top-dark {
  border-top: solid 2px #153d77;
}
.purple {
  background-color: #6617cb;
  background-image: linear-gradient(315deg, #9b5cec 0%, #7f2ee7 75%);
}
.blue {
  background-color: #1890ff;
  background-image: linear-gradient(315deg, #329cff 0%, #1890ff 75%);
}
.teal {
  background-color: #20c997;
  background-image: linear-gradient(315deg, #20c997 0%, #1cb386 75%);
}
.pink {
  background-color: #ff5370;
  background-image: linear-gradient(315deg, #ff6d85 0%, #ff5370 75%);
}
.orange {
  background: #fd7e14;
  background-image: linear-gradient(315deg, #fd7e14 0%, #dc6502 75%);
}
.yellow {
  background-color: #eca92b;
  background-image: linear-gradient(315deg, #f0bc5a 0%, #eca92b 75%);
}
.ant-table.ant-table-small {
  font-size: 13px;
}
.card-body-0 .ant-card-body {
  padding: 0;
}
.card-body-0 .ant-card-body .ant-tabs-nav {
  padding: 0 10px;
  margin-bottom: 0;
}
.card-body-0 .ant-card-body .ant-collapse-header {
  padding-top: 8px;
}
.card-body-0 .ant-card-body .ant-collapse-content-box {
  padding: 0 !important;
}
.ant-dropdown-menu-item > b {
  float: right;
  font-weight: 600;
  padding-left: 10px;
  color: #1890ff;
}
.ant-drawer-header,
.ant-drawer-body {
  padding: 10px;
}
td .ant-badge {
  position: absolute;
  left: -3px;
  top: 20px;
}
.withAction .ant-table.ant-table-small .ant-table-tbody > tr > td {
  padding: 4px 8px;
}
.ant-card-head .inline-text-input {
  font-size: 16px;
  font-weight: 500;
}
.ant-card-small > .ant-card-head .inline-text-input {
  font-size: 14px;
  font-weight: 500;
}
.ant-switch.block {
  background-color: #dc3545;
}
.ant-switch.unblock {
  background-color: #28a745;
}
.ant-card {
  font-size: 13px;
}
.ant-btn {
  border-radius: 4px;
}
.ant-btn.ant-btn-circle {
  border-radius: 50%;
}
.ant-btn.ant-btn-round {
  border-radius: 32px;
}
/* these make sure it can work in any text element */
.inline-wrapper {
  padding: 0 2px;
  margin-left: -4px;
}
.inline-wrapper .inline-text-copy,
.inline-wrapper .inline-text-input {
  background: none;
  border: none;
  outline: none;
  line-height: 1.8;
  display: inline-block;
  padding: 0 4px;
  max-width: 100%;
}
.inline-wrapper .inline-text-copy.active,
.inline-wrapper .inline-text-input.active {
  cursor: pointer;
}
.inline-wrapper .inline-text-copy.hidden,
.inline-wrapper .inline-text-input.hidden {
  display: none;
}
.inline-wrapper .inline-text-input {
  margin-bottom: 4px;
}
.inline-wrapper .inline-text-input.active {
  border-bottom: 1px solid #1890ff;
}
.inline-wrapper .inline-text-copy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 18px;
  position: relative;
}
.inline-wrapper .inline-text-copy:hover {
  box-shadow: 0 0 1px 1px #d8dbdd;
  border-radius: 4px;
  background-color: #f3f4f5;
}
.inline-wrapper .inline-text-copy:hover .anticon {
  color: #1890ff;
}
.inline-wrapper .inline-text-copy .anticon {
  color: #bcc1c6;
  position: absolute;
  right: 2px;
  top: 5px;
}
.ant-card-head-title .inline-wrapper {
  margin-left: 0;
}
.ant-card-head-title .inline-text-copy {
  margin-bottom: -1px;
}
html,
body {
  min-height: 100%;
  font-size: 13px;
}
.required-field::after {
  content: "*";
  color: red;
  margin-left: 2px;
}
label {
  font-weight: 600;
}
a,
.link {
  color: #205cb4;
  cursor: pointer;
}
a:hover,
.link:hover {
  color: #1890ff;
}
.brand {
  height: 64px;
  padding: 0 15px;
  text-align: center;
  line-height: 64px;
}
.brand > a {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}
.brand > a span {
  color: #1890ff;
}
.pageCard {
  background-color: #ffffff;
  height: 100%;
  padding: 10px;
}
.pageCard .pageBox {
  height: 100%;
  overflow-y: auto;
}
.global-filter {
  margin-left: -10px;
  margin-right: -10px;
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
}
.global-filter .clear {
  float: right;
  font-size: 10px;
  line-height: 22px;
  background: #ececec;
  padding: 0 5px;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
.global-filter .filterMenu {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.global-filter .filterMenu .ant-checkbox-group {
  width: 100%;
}
.global-filter .filterMenu .ant-checkbox-group-item {
  display: block;
  line-height: 24px;
}
.global-filter .filterMenu .ant-checkbox-group-item .filterCount {
  padding-left: 10px;
  color: #bcc1c6;
}
.stats {
  border-radius: 6px;
  background-color: #1890ff;
  position: relative;
  border: 0 none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.stats .data {
  float: left;
  padding: 0 10px;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.stats .data:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.stats .data:last-child {
  border-right: 0 none;
}
.stats .data h2,
.stats .data p {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: normal;
  font-size: 12px;
}
.stats .data h2 {
  margin-bottom: 5px;
  font-size: 18px;
}
.stats .report {
  text-align: right;
}
.stats .report button {
  margin-left: 8px;
  margin-top: -3px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: 0 none;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15);
  opacity: 0.6;
}
.stats .report button:hover {
  opacity: 1;
}
.stats .period {
  position: absolute;
  right: 10px;
  bottom: -6px;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.steps-content {
  min-height: 300px;
  margin-top: 2px;
  padding-top: 12px;
  text-align: center;
}
.steps-action {
  margin-top: 24px;
  margin-left: 8px;
}
.steps-menu {
  min-height: 400px;
  margin-left: 8px;
  margin-bottom: 8px;
  text-align: center;
  background-color: #fafafa;
  border: 1px dashed #e9e9e9;
  border-radius: 2px;
}
.site-card-border-less-wrapper {
  padding: 10px;
}
.access-request-border {
  border-style: groove;
}
.spin-container {
  min-height: 200px;
  margin: 20px 0;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;
  border-radius: 4px;
}
.editable-cell {
  position: relative;
}
.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}
.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
[data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #434343;
}

#page {
  height: 100vh;
}
#page .siteLayout {
  height: 120px;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px 0 0;
  transition: all 0.2s;
  z-index: 9;
  background: linear-gradient(to top, #153d77, #113261);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#page .siteLayout .brand {
  height: auto;
  line-height: 32px;
  text-align: left;
  font-size: 24px;
  position: relative;
  top: 2px;
}
#page .siteLayout .ant-menu {
  line-height: 32px;
  text-align: right;
  background: transparent;
}
#page .siteLayout .ant-menu .ant-menu-item {
  padding: 0 12px;
}
#page .siteLayout .ant-menu.ant-menu-dark .ant-menu-item-selected,
#page .siteLayout .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: transparent;
}
#page .siteLayout .actions {
  padding: 0 10px;
  height: 32px;
  margin-top: 2px;
  text-align: right;
}
#page .siteLayout .actions button.ant-btn {
  top: -18px;
}
#page .siteLayout .actions button.ant-btn.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 12px;
}
#page .siteLayout .actions button.ant-btn.ant-btn-ghost {
  background-color: #192934;
  border-color: #0a161f;
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
#page .siteBody {
  position: relative;
  top: 70px;
  z-index: 10;
  padding: 0 10px 10px;
  flex: none;
  height: calc(100vh - 70px);
}
#page .siteBody .pageCard {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.loginLayout {
  background: linear-gradient(to top, #153d77, #113261);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: center;
  block-size: 60px;
  font-size: 17px;
  background-color: #153d77;
  padding: 10px;
}

