:root {
  --tsw: #0d6eb5;
  --tsw-alt: #818181;
  --tsw-bg: #212121;
  --transparent: rgba(0, 0, 0, 0);
  --white-almost: #fafafa;

  --arrow-bg: rgba(129, 129, 129, 0.9);
  --arrow-bg-hover: #818181;
  --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
  --option-bg: #818181;
  --select-bg: #0d6eb5;
}

@font-face {
  font-family: "Helvetica Black";
  src: url(https://tsw-place.com/fonts/helvetica/helvetica-black/helveticablackoriginal_bold.otf);
}

@font-face {
  font-family: "Arista 2.0";
  src: url(https://tsw-place.com/fonts/arista/arista2.0/z-arista.regular.ttf);
}

body,
.aiz-side-nav-list .aiz-side-nav-arrow::after,
.dropdown-toggle::after,
.aiz-steps.arrow-divider > *:not(:first-of-type):before,
.daterangepicker,
.aiz-table.footable > tbody > tr.footable-empty > td:before,
.modal-header .close:before,
.category-filter .go-back a:before,
.dropdown-toggle.filter-section[data-toggle].collapsed:after,
.dropdown-toggle.filter-section[data-toggle]:not(.collapsed):after,
.btn-visit {
	font-family: "Roboto", sans-serif;
	line-height: normal;
}

.btn-primary {
	background-color: var(--tsw);
	border-color: none;
	color: var(--white-almost);
}

.btn-primary:hover {
	background-color: var(--tsw-bg);
}

.center {
	max-width: fit-content;
	max-height: fit-content;
	margin-left: auto;
	margin-right: auto;
}
