[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  min-height: 28px;
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: hsla(220, 4%, 58%, 0.3);
  transition: background-color 0.3s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.fa-fw {
  width: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html {
  font-size: 10px;
  font-weight: 300;
}
html body {
  color: #8994a0;
  font-weight: 300;
}
html body *:focus {
  box-shadow: none!important;
}
html body .dropdown-item {
  padding: 0.35rem 2rem;
}
html body .btn,
html body .form-control {
  font-weight: 300;
  font-size: 1.4rem;
  padding: 0.525rem 1.05rem;
  line-height: 1.5;
  border-radius: 3px;
}
html body .btn-group-sm > .btn,
html body .btn-sm {
  padding: 0.35rem 0.7rem;
  font-size: 1.225rem;
  border-radius: 3px;
}
html body .form-control {
  height: calc(3.15rem + 2px);
}
html body .input-group-sm > .form-control,
html body .input-group-sm .input-group-append > .btn,
html body .input-group-sm .input-group-append > .input-group-text,
html body .input-group-sm .input-group-prepend > .btn,
html body .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(2.5375rem + 2px);
  padding: 0.35rem 0.7rem;
  font-size: 1.225rem;
  border-radius: 0;
}
html body .page-link {
  padding: 0.75rem 1.05rem;
}
html body .text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html body .u-icon {
  width: 3rem;
  height: 3rem;
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
html body .u-icon > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
html body .u-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .u-img {
  padding: 1rem 0;
  height: 9rem;
}
html body .u-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html body .u-img i {
  font-size: 7rem;
  color: #dadada;
}
html body .u-text {
  width: 5rem;
  height: 5rem;
  font-size: 1.2rem;
  line-height: 5rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
html body .l-text {
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 5rem;
  position: relative;
  border: none;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
html body .attachment {
  margin: 1rem 0;
}
/*# sourceMappingURL=base.css.map */