/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #f32c2c;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #f32c2c;
  border-left-color: #f32c2c;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.card {
  -webkit-box-shadow: 0 0 20px 0 #4c577d05;
  box-shadow: 0 0 20px 0 #4c577d05;
  /* background: #fff; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff2f5;
  border-radius: 6px;
}

.boxSearch {
  margin-bottom: 10px;
}

.filterQ {
  width: 200px !important;
  margin: 3px 6px 3px 0 !important;
}

.notRadius {
  border: none !important;
}

.reload-btn {
  padding: 0 5px !important;
}

.anticon {
  cursor: pointer;
}

.skin-blue .main-header .logo {
  background-color: #1a2226;
  text-decoration: none;
}

.skin-blue .main-header .logo:hover {
  background-color: #1a2226;
  text-decoration: none;
}

.skin-blue .main-header .navbar {
  background-color: #ffffff;
  color: #1a2226;
  text-decoration: none;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #1a2226;
}

.skin-blue .main-header .navbar .nav > li > a {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #1a2226;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #ffffff;
  color: #1a2226;
  text-decoration: none;
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus {
  background: #222D32;
}

.skin-blue .main-header .navbar .nav .open > a {
  background: #222D32;
}

.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus {
  background: #222D32;
}

.skin-blue .main-header .navbar .nav > .active > a {
  background: #222D32;
}

.skin-blue .main-header li.user-header {
  background-color: #1a2226;
}

.ant-form-item label {
  font-weight: 500;
}

.card {
  padding: 20px;
}

.ant-upload.ant-upload-select-picture-card {
  margin-bottom: 0 !important;
}

