.alert {
	transition: .5s;
}
.background {
	position: fixed;
	height: 100%;
	width: 100%;
}
.background::before {
	content: '';
	position: absolute;
	display: block;
	background-color: #031e26;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.background-img {
	position: sticky;
	background: var(--bg-url);
	filter: blur(1px);
	-webkit-filter: blur(1px);
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.fg-white {
	color: #fff !important;
}

.fg-grey {
	color: grey !important;
}

.bg-1 {
	background: rgb(255,154,83);
	background: linear-gradient(90deg, rgba(255,154,83,1) 0%, rgba(255,192,87,1) 100%);
}

.bg-2 {
	background: rgb(189,95,104);
	background: linear-gradient(90deg, rgba(189,95,104,1) 0%, rgba(250,128,114,1) 100%);
}

.btn.btn-scroll {
	/* cursor: url(../img/scroll.cur),auto !important; */
	cursor: ns-resize !important;
}

.bg-dark2 {
	background-color: #3e454d;
}

.btn-a-cyan.active {
	background-color: #17a2b8 !important;
	border-color: #159db3 !important;
}

.btn-a-dark.active {
	background-color: #343a40 !important;
	border-color: #30353b !important;
}

.slide-up {
	transform: translateY(-150%)
}

.z-2000 {
	z-index: 2000;
}

.squared {
	border-radius: 0 !important;
}

.squared-top {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.squared-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.squared-bottom {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.squared-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ml--1 {
	margin-left: -1px !important;
}

.mr--1 {
	margin-right: -1px !important;
}

.mx--1 {
	margin-left: -1px !important;
	margin-right: -1px !important;
}

.mt--1 {
	margin-top: -1px !important;
}

.mb--1 {
	margin-bottom: -1px !important;
}

.my--1 {
	margin-top: -1px !important;
	margin-bottom: -1px !important;
}

input.invalid-input,
input.custom-file-input.invalid-input+label.custom-file-label,
textarea.invalid-input,
select.invalid-input,
div.table-responsive.invalid-input {
	box-shadow: 0 0 5px red;
}

body {
	font-size: .875rem;
	background-color: #f9ffff;
	overflow-y: scroll;
}

tr.status-mixed {
	border-bottom: #00ced1 double;
}

tr.status-accepted {
	border-bottom: var(--success) solid;
}

tr.status-pending {
	border-bottom: var(--warning) solid;
}

tr.status-declined {
	border-bottom: var(--danger) solid;
}

tr.status-canceled {
	border-bottom: var(--gray) solid;
}

.text-1 {
	font-size: 0.5rem;
}

.lh-1 {
	line-height: 0.6rem;
}

.wb-breakall {
	word-break: break-all;
}
