p {
  margin: 0;
}
/*----
	@preload
----*/
.preload {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9002;
  background: #FFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.preload.active {
  display: block;
}
.preload .preloader-wrapper {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: calc(100vh / 2);
}
/*----
	END@preload
----*/
/*----
	@container
----*/
.container {
  width: 90%;
}
/*----
	END@container
----*/
/*----
	@card
----*/
.card-content {
  padding-bottom: 10px;
}
/*----
	END@card
----*/
/*----
  @table.highlight
----*/
table.highlight tr {
  border-bottom: unset;
}
/*----
  END@table.highlight
----*/
/*----
  @table.highlight
----*/
.datepicker-table td.is-today {
  background: #ddd;
}
/*----
  END@table.highlight
----*/
