<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jq-toast-single a {
	color: #000;
	font-size: 1em;
	text-decoration: none;
	border: 0px;
	padding: 0px;
	font-weight: normal;
}


.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td, .table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
	background-color: #fff;
}
.table-striped &gt; tbody &gt; tr:nth-child(even) &gt; td, .table-striped &gt; tbody &gt; tr:nth-child(even) &gt; th {
	background-color: #eee;
}

.table-striped tr td{
	transition-property: all;
	transition-duration: 1s;
}


.btn-primary {
	background: #ef4c3c;
	border: 2px solid #ef4c3c;
	color: #fff;
}

.btn-primary:hover {
	background: #990000;
	border: 2px solid #990000;
	color: #fff;
}


.btn-outline-primary {
  color: #ef4c3c;
  background-color: transparent;
  background-image: none;
  border-color: #ef4c3c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}




.btn-blue {
	background: #4287f5;
	border: 2px solid #4287f5;
	color: #fff;
}

.btn-blue:hover {
	background: #000099;
	border: 2px solid #000099;
	color: #fff;
}


.btn-outline-blue {
  color: #4287f5;
  background-color: transparent;
  background-image: none;
  border-color: #4287f5;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #000099;
  border-color: #000099;
}




.bg-off-white {
  background-color: #ebebeb !important;
}


.bg-dark-trans {
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.btn-success, .btn.wh-gradient {
	border-width: 2px;
}

.btn-success:hover, .btn.wh-gradient:hover {
	border-width: 2px;
}



.text-primary {
  color: #ef4c3c !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #990000 !important;
}



.border-primary {
	border-color: #ef4c3c !important;
}

.border-black {
  border-color: #000 !important;
}

.border-2 {
	border-style: solid;
	border-width: 2px !important;
}

.border-3 {
	border-style: solid;
	border-width: 3px !important;
}

.border-4 {
	border-style: solid;
	border-width: 4px !important;
}

.border-5 {
	border-style: solid;
	border-width: 5px !important;
}




.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}</pre></body></html>