body {
  background-color: #000000;
}

.layui-breadcrumb span[lay-separator] {
  margin: 0 5px;
  color: rgba(61, 73, 102, 1);
}
.layui-breadcrumb a,
.layui-breadcrumb a:hover {
  color: white !important;
}
.layui-breadcrumb a:last-child,
.layui-breadcrumb a:last-child:hover {
  color: white !important;
}
.layui-breadcrumb a:first-child,
.layui-breadcrumb a:first-child:hover {
  color: white !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fca332;
}
.layui-laypage a:hover {
  color: #fca332;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #fca332 !important;
}

.layui-layer.layui-layer-dialog,
.layui-layer.layui-layer-iframe {
  border-radius: 4px;
}

.layui-layer.layui-layer-dialog .layui-layer-title,
.layui-layer.layui-layer-iframe .layui-layer-title {
  padding: 30px 80px 2px 30px;
  line-height: 1;
  height: auto;
  font-size: 18px;
  color: rgba(31, 35, 77, 1);
  border-bottom: none;
}
.layui-layer.layui-layer-dialog .layui-layer-setwin,
.layui-layer.layui-layer-iframe .layui-layer-setwin {
  top: 33px;
  right: 30px;
}

.layui-table-page {
  box-sizing: border-box;
}

.x-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  gap: 8px;
  row-gap: 8px;
  align-items: center;
  background-color: #000000;
  z-index: 1999;
}

.x-navbar .x-navbar-space {
  flex: 1;
}

.x-navbar .x-navbar-logo {
  box-sizing: border-box;
  padding: 0 36px;
  width: 220px;
}

.x-navbar .x-navbar-notification {
  position: relative;
  padding: 8px;
}

.x-navbar .x-navbar-notification .layui-badge {
  border-radius: 100%;
  background-color: rgba(249, 60, 101, 1);
  transform: scale(0.75);
  position: absolute;
  top: 0;
  right: 0;
}

.x-navbar .x-navbar-userinfo {
  margin: 0 12px;
  cursor: pointer;
}

.x-navbar .x-navbar-userinfo img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.x-navbar .x-navbar-userinfo span {
  margin: 8px;
  color: white;
}

.x-layout {
  display: flex;
  min-height: calc(100vh - 56px);
  align-items: flex-start;
}

.x-layout-sider {
  /* position: sticky;
  top: 56px;
  left: 0; */
  overflow-x: hidden;
  z-index: 999;
  background-color: #14152b;
  flex: 0;
}

.x-layout-sider-show .x-layout-sider {
  flex: 220px 0 0;
}
.x-layout-sider-hide .x-layout-sider {
  flex: 0;
}

.x-layout-sider .layui-nav-itemed > .layui-nav-child {
  background-color: #14152b !important;
}

.x-layout-sider.layui-nav-tree .layui-nav-bar {
  display: none;
  background-color: none !important;
}

.x-layout-sider.layui-nav-tree .layui-nav-child dd.layui-this,
.x-layout-sider.layui-nav-tree .layui-nav-child dd.layui-this a,
.x-layout-sider.layui-nav-tree .layui-this,
.x-layout-sider.layui-nav-tree .layui-this > a,
.x-layout-sider.layui-nav-tree .layui-this > a:hover {
  background-color: rgba(1, 89, 204, 1);
}

.x-layout-sider.layui-nav-tree .layui-nav-child dd.layui-this,
.x-layout-sider.layui-nav-tree .layui-nav-child dd.layui-this a,
.x-layout-sider.layui-nav-tree .layui-this,
.x-layout-sider.layui-nav-tree .layui-this > a,
.x-layout-sider.layui-nav-tree .layui-this > a:hover {
  background-color: rgba(1, 89, 204, 1);
}

.x-layout-sider.layui-nav-tree .layui-nav-item .layui-nav-child dd {
  padding-left: 36px;
}

.x-layout-sider .layui-this-wrapper {
  background-color: rgba(1, 89, 204, 1);
}

.x-layout-sider .layui-this-wrapper .layui-this {
  color: #023AFF;
  background-color: inherit;
}

.x-layout-sider .layui-nav-item a {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  row-gap: 6px;
}

.x-layout-sider .layui-nav-item a img {
  width: 16px;
  height: 16px;
}

.x-layout-content {
  padding: 16px;
  flex: 1;
  overflow-x: hidden;
}

.x-welcome {
  width: 100%;
  height: 69px;
  padding: 0px 16px;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
}

.x-welcome span, .x-welcome a{
  height: 100%;
  background: linear-gradient(90deg, #056bfe 0%, #023aff 100%);
  line-height: 69px;
  font-size: 16px;
  color: white;
  padding: 0px 30px;
}

.x-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  row-gap: 12px;
  margin-bottom: 16px;
  padding: 0px 16px;
}

.header-toggle .toggle {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.x-page {
  padding: 16px;
  background-color: #000000;
}

.x-card {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(39, 51, 159, 0.1);
  border-radius: 5px;
}

.x-document{
  background: #14152B;
  color: white;
  font-size: 18px;
  padding: 26px 22px;
}

.x-card .space{
  width: 100%;
  height: 0.5px;
  padding: 0px 22px;
  box-sizing: border-box;
  background: #14152B;
}

.x-card .space div{
  width: 100%;
  height: 0.5px;
  background-color: white;
}

.x-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.x-divider {
  width: 100%;
  height: 0.5px;
  background: #e6e7f0;
  margin: 13px 0;
}

.x-divider-dashed {
  width: 100%;
  height: 1px;
  margin: 13px 0;
  border-bottom: 1px dashed rgba(214, 215, 236, 1);
}

.x-btn {
  width: 100px;
}

.x-form-vertical .layui-form-label {
  float: none;
  padding: 9px 0;
  text-align: left;
}

.x-form-vertical .layui-input-block {
  margin-left: 0;
}

.x-form-required:after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  background-image: -webkit-image-set(
    url(../img/required.png) 1x,
    url(../img/required@2x.png) 2x
  );
  background-image: image-set(
    url(../img/required.png) 1x,
    url(../img/required@2x.png) 2x
  );
  background-size: 6px 6px;
  background-position: center 8px;
  background-repeat: no-repeat;
}

.upload-container{
  background-color: #14152B;
  color: white;
}
