@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;600;700&display=swap");

body {
	font-family: "Public Sans", sans-serif;
}

/** alt bg colors **/
.bg-light-gray {
	background: #f2f2f2;
}

.fc.fc .fc-bg-event {
	opacity: 1;
}

.btn-primary {
	background: #380263;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #380263;
}

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

.bg-primary {
	background-color: #380263 !important;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	background-color: #380263;
	border-color: #380263;
}

.btn-outline-primary {
	color: #380263;
	border-color: #380263;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background: #380263;
}

.nav-link {
	color: #000;
}

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
}

.nav-bar__right {
	display: flex;
	justify-content: flex-end;
}

.nav-pills {
	font-size: 14px;
}

#user-bank .form-check,
.checkbox-bank .form-check {
	padding: 0.5em 0.5em 0.5em 2em;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 5px;
}

#user-bank .form-check .form-check-input,
.checkbox-bank .form-check .form-check-input {
	margin-left: -1.5em;
	margin-top: 12px;
}

#user-bank,
.checkbox-bank {
	max-height: 50vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.avatar-circle {
	background-color: #000;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.initials {
	position: relative;
	top: 8px; /* 20% of parent */
	line-height: 20px; /* 50% of parent */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.nav-search .form-control {
	background: #ffffff;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 19px;
	margin-top: 2px;
	margin-right: 12px;
}

.simple-icon ion-icon {
	margin-top: 5px;
}

.nav-search {
	margin-right: 14px;
}

#global-loader {
	display: none;
	position: fixed;
	z-index: 2000;
	bottom: 0;
	left: 20px;
	width: 40px;
}

.btn-square-round {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 30px;
	border: 1px solid #e3e3e3;
}

.btn-sm {
	font-size: 12px;
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

.avatar {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
}

/* .wrapper {
  display: flex;
  align-items: stretch;
} */

.sidebar-container {
	position: fixed;
}

#sidebar,
.sidebar-container {
	min-width: 300px;
	max-width: 300px;
	height: 100%;
	background: #fff;
	color: #fff;
	transition: all 0.3s;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	transition: all 0.3s;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border-right: 1px solid #e3e3e3;
}

#sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar-container {
	overflow: visible;
}

#sidebarCollapse {
	border-radius: 78px;
	padding: 7px 9px 3px 9px;
	background: #ffffff;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
	transition: all 0.3s;
	position: absolute;
	right: -15px;
	top: 15px;
}

#sidebarCollapse ion-icon {
	color: black;
}

#sidebarCollapse.collapse-active {
	transition: all 0.3s;
	border: 1px solid #e3e3e3;
	right: -60px;
}

#sidebar.active,
.sidebar-container.active {
	margin-left: -300px;
	transition: all 0.3s;
}

#addNew {
	transition: all 0.3s;
}

/* .sidebar-active {
    margin-left: -61px;
    transition: all 0.3s;
} */

#content.content-active {
	margin-left: 0px;
}

.event-logo {
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	padding: 8px 0px;
}

.event-logo img {
	max-width: 180px;
}

.nav-list {
	padding: 20px;
}

.nav-tile {
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
}

.nav-tile:hover {
	filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.02));
	cursor: pointer;
	border: 1px solid #380263;
}

.side-tile.-active .nav-tile {
	background: #380263;
}

.side-tile.-active i {
	background: #380263;
	color: #fff;
}

.nav-items img {
	width: 100%;
}

.nav-items span {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	display: inline-block;
	padding-top: 7px;
}

.side-tile {
	display: block;
	position: relative;
	padding-left: 60px;
}

.side-tile[data-link='external']:after {
	content: "\f08e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-style: initial;
	color: #7f7f7f;
	position: absolute;
	right: 0;
	top: 0;
}

.side-tile i {
	position: absolute;
	left: 0;
	top: 0;
	background: #f5f5f5;
	border-radius: 4px;
	width: 40px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #380263;
}

#content {
	min-height: 100vh;
	transition: all 0.3s;
	/* width: 100%; */
	margin-left: 300px;
	padding: 0px 0px 00px;
	padding-left: 0px;
	background: #f5f5f5;
}

#content > div,
#content > nav {
	padding-left: 40px;
	padding-right: 40px;
}

#content > div {
	padding-bottom: 40px;
}

.event-message {
	background: #380263;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
	padding: 1rem;
	filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.02));
}

.td-none {
	text-decoration: none;
}

.fs-sm {
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.border-md-light {
	border: 1px solid #ebebeb;
}

.border-rounded {
	border-radius: 4px;
}

.event-message ion-icon {
	color: #380263;
}

.event-message-icon {
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
	height: 38px;
}

.event-message-body {
	padding: 0 20px 0 15px;
}

.event-message p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
}

.btn-rounded {
	border-radius: 30px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.card {
	padding: 0;
}

.card-header {
	background: #fff;
	padding: 15px 10px;
}

.eyebrow {
	font-family: Public Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #4d4d4d;
	margin-bottom: 12px;
	display: block;
}

.contact-pill-icon {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 6px 15px 6px 6px;
}

.contact-pill-icon p {
	margin: 0;
	padding-left: 12px;
	font-size: 12px;
}

.table > :not(:first-child) {
	border-top: none;
}

.table-header {
	font-family: Public Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #4d4d4d;
	margin-bottom: 12px;
}

.side-tile {
	text-decoration: none;
}

.task-item,
.file-item,
.user-item {
	display: block;
	text-decoration: none;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	padding: 10px;
	border-radius: 4px;
	color: #000;
	margin-bottom: 0.5rem;
}

.task-item {
	cursor: pointer;
}

.task-item .js-open-task:hover,
.user-item .js-open-user:hover {
	cursor: pointer;
}

.task-item.active,
.user-item.active {
	background: #e3e3e3;
}

.task-item .dropdown-toggle::after,
.user-item .dropdown-toggle::after {
	display: none;
}

#taskAttachedFiles-container .flex-grow-1 {
	overflow: hidden;
}

#taskAttachedFiles-container .filename {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#task-container .task-item:last-child,
#user-container .user-item:last-child {
	margin-bottom: 0;
}

#task-container,
#user-container {
	height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.badge {
	padding: 0.6em 0.65em;
	font-size: 10px;
}

.task-tag {
	margin-right: 5px;
}

.task-item .duedate {
	font-size: 12px;
	color: #666;
}

p.larger,
label.larger {
	font-size: 18px;
}

p.larger-2 {
	font-size: 22px;
}

label {
	font-size: 12px;
	color: #4d4d4d;
}

.user.d-flex .profile-thumb {
	min-width: 30px;
	margin-right: 10px;
}

#user-bank label,
.checkbox-bank label {
	font-size: 14px;
}

.btn-thick {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	font-size: 13px;
}

.profile-thumb {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	background: #0561ec;
	border: 1px solid #fff;
}

.profile-thumb.thumb-lg {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}

.large-thumb {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.task-users .profile-thumb {
	margin-left: -9px;
}

.task-users {
	white-space: nowrap;
}

.task-users .profile-thumb:first-child {
	margin-left: 0;
}

.additional-users {
	font-size: 10px;
	position: relative;
	top: -5px;
}

.mp-border-box {
	border: 1px solid #e3e3e3;
	padding: 20px;
	border-radius: 4px;
	margin: 0px;
}

.mp-border-box + .mp-border-box {
	margin-top: 20px;
}

#task-detail,
#user-detail,
#request-detail {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	border-left: 0px;
	min-height: 81vh;
	overflow-y: auto;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#side-user-list {
	height: 81vh;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
	z-index: 10;
}

.table-sm > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
}

.js-trigger-slideout {
	max-width: 120px;
}

.icon-xl {
	font-size: 24px;
}

.fancy-table.row-action tbody tr:hover,
.fancy-table.row-action tbody tr.selected {
	background: #380263;
	color: #fff;
}

#side-user-list .table thead tr th,
.fancy-table.table thead tr th {
	border-bottom-width: 0px;
	font-weight: 400;
}

#side-user-list table,
table.fancy-table {
	border-collapse: separate;
	border-spacing: 0px 10px;
	margin-top: -10px !important;
}

#side-user-list tbody tr,
.fancy-table tbody tr {
	background: #f9f9f9;
	color: #000;
	transition: 0.2s ease-in-out all;
	border-radius: 4px;
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	height: 80px;
	vertical-align: middle;
}

.fancy-table tbody tr {
	height: 60px;
}

#side-user-list tbody tr td,
.fancy-table tbody tr td {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#side-user-list tbody tr td:first-of-type,
.fancy-table tbody tr td:first-of-type {
	border-left: 1px solid #e3e3e3;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#side-user-list tbody tr td:last-of-type,
.fancy-table tbody tr td:last-of-type {
	border-right: 1px solid #e3e3e3;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#side-task-list {
	height: 81vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.btn-light {
	background: #fff;
}

.btn-icon {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	line-height: 33px;
	text-align: center;
	color: #000;
	padding: 0px;
}

.btn-icon-lg {
	width: 40px;
	height: 40px;
	line-height: 46px;
	font-size: 26px;
	padding: 0px;
}

.ticket-title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: -7px;
}

.text-small {
	font-size: 80%;
}

.user-pill {
	background: #fff;
	border-radius: 30px;
	border: 1px solid #e3e3e3;
	padding: 4px;
}

.user-pill p {
	font-size: 12px;
}

.user-pill a {
	color: #000;
	position: relative;
	top: 4px;
}

.file-item a {
	color: #000;
}

.complete .btn-icon {
	background: #00c12b;
	color: #fff;
	border-color: #00c12b;
}

.complete p {
	text-decoration: line-through;
}

.task-type {
	display: block;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
	background: #fff;
	border: 1px solid #e3e3e3;
	color: #000;
	border-radius: 3px;
	text-decoration: none;
}

.task-type:hover {
	background: #e3e3e3;
	color: #000;
}

.task-type span {
	font-size: 18px;
}

.task-type.active {
	border-color: #00c12b;
}

.bg-success {
	background: #00c12b !important;
}

#poll-types .btn {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 30px;
}

.modal-body {
	background: #f9f9f9;
}

#poll-fields,
#file-fields {
	display: none;
}

#partner-specific {
	display: none;
}

#file-dropzone {
	background: #fff;
	border: 4px dashed #ccc;
	min-height: 80px;
	padding: 20px;
	margin-top: 20px;
}

#file-dropzone:hover {
	cursor: pointer;
}

#file-form {
	display: none;
}

.popover-wrap {
	position: relative;
}

.popover {
	position: absolute;
	top: 30px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 20px 40px 20px;
	width: 250px;
	display: none;
}

.mini-user-bank {
	max-height: 150px;
	overflow-y: auto;
}

.tag-container .mini-user-bank {
	max-height: 80px;
}

.popover-footer {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
}

.popover-footer a {
	color: #000;
	text-decoration: none;
}

.timestamp {
	min-width: 100px;
	text-align: right;
}

.basic-link {
	color: #222;
	text-decoration: none;
}

.basic-link:hover {
	color: #000;
}

.progress-status {
	font-size: 12px;
}

.task-blocks .task-block:last-child {
	border-bottom: none;
}
.task-block {
	background: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	position: relative;
	padding: 20px;
	margin-top: 20px;
}

.task-block .task-ellipsis {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
}

.task-block .dropdown-toggle::after {
	display: none;
}

#task-block-container {
	max-height: 600px;
	overflow-y: auto;
}

.content-active #addNew {
	margin-left: 30px;
}

.js-remove-tag {
	color: #fff;
}

.js-remove-tag:hover {
	color: rgba(255, 255, 255, 0.5);
}

.modal-body {
	padding: 1em 3em;
}

/* dropzone basic styling  */
.dropzone,
.dropzone * {
	box-sizing: border-box;
}
.dropzone {
	position: relative;
}
.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	width: 120px;
	margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
	display: block;
	height: 15px;
	border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
	display: block;
	height: 100%;
	width: 0;
	background: green;
}
.dropzone .dz-preview .dz-error-message {
	color: red;
	display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
	display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
	display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
	position: absolute;
	display: none;
	left: 30px;
	top: 30px;
	width: 54px;
	height: 58px;
	left: 50%;
	margin-left: -27px;
} /*# sourceMappingURL=basic.css.map */

.nav-tabs .nav-link {
	outline: none;
	border-radius: none;
	border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: transparent;
	border-bottom: 2px solid #380263;
	color: #380263;
}

#userTabListContent .form-group p {
	font-weight: bold;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

/* Kyle STUFF ===================================================== */

/** Global stuff **/
.-disabled {
	color: #c6c6c6 !important;
}

.-disabled img {
	filter: grayscale(100%) !important;
}

.-disabled .profile-thumb {
	background: #c6c6c6 !important;
	color: #666262 !important;
}

.btn.btn-ghost {
	border: none;
	background: transparent;
}

.select2-container {
	max-width: 100%;
	width: 100% !important;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background: #380263 !important;
	color: #fff !important;
	border: none !important;
	padding: 2px !important;
}

.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #380263 !important;
}

/** Reports **/
.reports__single {
	margin-bottom: 30px;
}

/** Edit task **/
.task-file-extension-container {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

/** Nav **/
.navbar.navbar-light {
	position: sticky;
	top: 0px;
	z-index: 100;
	border-bottom: 1px solid #e3e3e3;
}

/** Login page **/
.login-wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	background: #f5f5f5;
	padding: 0px 15px;
}

.login-content {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 75px;
}

.login-content h1 {
	font-size: 24px;
	font-weight: 700;
}

.login-logo-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 80px;
}

/** Simulating as **/
.active-resource-center {
	max-width: 400px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin: 0px 0px 20px;
}

.active-resource-center div[class*="col"] {
	padding: 5px 15px;
	display: flex;
	align-items: center;
}

.active-resource-center__img {
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
}

.active-resource-center__img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.active-resource-center__content {
	font-size: 14px;
}

.active-resource-center__content .desc {
	font-size: 10px;
	color: #7a7a7a;
}

.active-resource-center__end {
	border-left: 1px solid #e3e3e3;
	position: relative;
	overflow: hidden;
}

.active-resource-center__end a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	position: absolute;
	top: 0px;
	left: -7px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	justify-content: center;
	display: flex;
	align-items: center;
}

/** Communication page **/
/* .sponsor-side-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 0px 20px 40px;
} */

.sponsor-side-bar {
	margin: 0 3px;
}

.sponsor-side-bar__inner {
	color: #fff;
	border-radius: 4px;
	background: #380263;
	padding: 15px;
	font-size: 13px;
}

.sponsor-side-bar__inner .title {
	font-size: 16px;
}

.sponsor-side-bar__inner a {
	font-size: 15px;
	color: #380263;
	background: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 6px;
	border-radius: 4px;
	font-weight: 700;
}

.sponsor-side-bar__inner .contact-email {
	overflow-y: scroll;
}

@media (max-width: 1200px) {
	.sponsor-side-bar__inner,
	.sponsor-side-bar__inner a {
		font-size: 10px;
	}

	.sponsor-side-bar__inner .title {
		font-size: 13px;
	}
}

#content.page-communication {
	padding-bottom: 40px;
}

.resource-center-tabs {
	position: relative;
}

.resource-center-tabs .nav-tabs {
	border: none;
}

.resource-center-tabs .nav-item.-end {
	position: absolute;
	right: 0px;
}

.resource-center-tabs .nav-link {
	transition: 0.2s ease-in-out all;
	background: #fff;
	border-color: #fff;
	border-bottom: 2px solid transparent;
	display: flex;
	align-items: center;
}

.resource-center-tabs .nav-link ion-icon {
	font-size: 20px;
	margin-right: 5px;
}

.resource-center-tabs .nav-link .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.resource-center-tabs .nav-link .count {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 8px;
	width: 12px;
	color: #fff;
	background: #cd0001;
	border-radius: 4px;
}

.resource-center-tabs .nav-link .count.-on-side {
	position: relative;
	width: auto;
	font-size: 12px;
	width: 20px;
	margin-left: 5px;
}

.resource-center-tabs .nav-link.active,
.resource-center-tabs .nav-link:hover {
	background: #380263;
	color: #fff;
	border-color: #380263;
}

.email-left {
	background: #ffffff;
}

.email-right {
	background: #f9f9f9;
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.page-communication__email-content {
	min-height: 80vh;
	display: flex;
}

.page-communication__tab-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.page-communication__email-content > .row {
	flex: 1;
}

.page-communication__email-content .email-body {
	padding: 15px;
}

.page-communication__single-email-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #f9f9f9;
	color: #000;
	transition: 0.2s ease-in-out all;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}

.page-communication__single-email-item:hover,
.page-communication__single-email-item.-active {
	background: #e3e3e3;
}

.page-communication__single-email-item.-ghost {
	border: none;
	background: #fff;
	padding: 0px 20px;
}

.page-communication__single-email-item.-ghost:hover {
	background: #fff;
}

.page-communication__single-email-item
	+ .page-communication__single-email-item {
	margin-top: 10px;
}

.page-communication__single-email-item * {
	margin: 0px;
}

.page-communication__email-preview {
	padding: 20px 40px 40px;
}

.page-communication__email-preview .view-toggles button {
	border-radius: 4px;
	background: #fff;
	border-color: rgba(0, 0, 0, 0.125);
	font-size: 20px;
	transition: 0.2s ease-in-out all;
}

.page-communication__email-preview .view-toggles button ion-icon {
	position: relative;
	bottom: -2px;
}

.page-communication__email-preview .view-toggles button.-active {
	background: #380263;
	color: #fff;
}

.email-preview {
	margin-top: 40px;
	background: #fff;
	padding: 30px 20px 60px;
}

.email-preview-template__logo {
	max-width: 200px;
	margin-bottom: 30px;
}

.email-preview-template__body a {
	text-decoration: none;
	transition: 0.2s ease-in-out all;
}

.page-communication__notifications-body {
	background: #f9f9f9;
	min-height: 75vh;
	padding: 20px 40px;
}

@media screen and (max-width: 768px) {
	.page-communication__notifications-body {
		padding: 20px;
	}
}

.page-communication__notifications-body
	.notification-day-group
	+ .notification-day-group {
	margin-top: 30px;
}

.page-communication__notifications-body .single-notification-groups {
	padding-left: 20px;
}

@media screen and (max-width: 768px) {
	.page-communication__notifications-body .single-notification-groups {
		padding-left: 0px;
	}
}

.page-communication__notifications-body .notification-day {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.page-communication__notifications-body
	.single-notification
	+ .single-notification {
	margin-top: 15px;
}

.page-communication__notifications-body .single-notification {
	padding: 10px 20px;
	padding-right: 30px;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	/* display: grid;
	align-items: center;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr); */
	font-size: 15px;
}

.page-communication__notifications-body .single-notification .single-desc {
	position: relative;
	padding-left: 30px;
}

.page-communication__notifications-body .single-notification #icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	position: absolute;
	left: -10px;
}

.page-communication__notifications-body .single-notification #icon.-comment {
	color: #6155bc;
	background: #ddeafe;
}

.page-communication__notifications-body .single-notification #icon.-complete {
	background: #b0fec2;
	color: #218226;
}

.page-communication__notifications-body .single-notification #icon.-incomplete {
	background: #fbb1b1;
	color: #820e0f;
}

.page-communication__notifications-body .single-info {
	color: #919191;
	padding-left: 30px;
}

.page-communication__notifications-body .single-actions a {
	margin-left: 20px;
	text-decoration: none;
}

/** New Email Modal **/
#modal-newemail-content.modal-body {
	padding: 0px;
	background: #fff;
}

.create-email-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
}

.create-email-modal__steps {
	display: flex;
	align-items: center;
}

.create-email-modal__steps .step {
	display: flex;
	align-items: center;
}

.create-email-modal__steps .step.-active {
	color: #00c12b;
}

.create-email-modal__steps .step.-active .step-num {
	background: #00c12b;
}

.create-email-modal__steps .step + .step {
	margin-left: 5px;
}

.create-email-modal__steps .step span:not(.step-num) {
	padding: 0px 5px;
}

.create-email-modal__steps .step-num {
	width: 25px;
	height: 25px;
	color: #fff;
	background: #9a9a9a;
	border-radius: 4px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.create-email-modal__default button {
	padding: 5px 15px;
	color: #000;
	background: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #c5ccd8;
	display: flex;
	align-items: center;
}

.create-email-modal__default button .default-toggle {
	margin-left: 10px;
	width: 25px;
	height: 10px;
	border-radius: 50px;
	background: #9a9a9a;
	position: relative;
}

.create-email-modal__default button .default-toggle span {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	background: #fff;
	transition: 0.2s ease-in-out all;
}

.create-email-modal__default button.-active .default-toggle {
	background: #00c12b;
}

.create-email-modal__default button.-active .default-toggle span {
	transform: translateX(15px);
}

.create-email-modal__step-three,
.create-email-modal__step-two,
.create-email-modal__step-one {
	padding: 0px 20px;
}

.create-email-modal__step-one {
	padding-bottom: 40px;
}

.create-email-modal__step-one .single-template + .single-template {
	margin-top: 15px;
}

.create-email-modal__step-one .single-template {
	border-radius: 4px;
	cursor: pointer;
}

.create-email-modal__step-one .single-template.-active {
	color: #fff;
	background: #380263;
}

.create-email-modal__step-one .single-template * {
	margin: 0px;
}

.create-email-modal__step-two .email-body {
	padding: 40px 0px 60px;
}

.create-email-modal__step-two .email-body label {
	margin-bottom: 15px;
}

.create-email-modal__step-three {
	padding-right: 0px;
}

.create-email-modal__step-one .single-template {
	padding: 20px;
	background: #f9f9f9;
}

.create-email-modal__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px;
	border-top: 1px solid #e3e3e3;
}

.email-form-inputs,
.create-email-modal__step-three .send-to,
.create-email-modal__step-three .email-recipients {
	padding: 0px 15px;
	padding-left: 0px;
}

.email-form-inputs {
	padding-top: 20px;
}

.create-email-modal__step-three .email-form-inputs label {
	margin-bottom: 5px;
}
.create-email-modal__step-three .email-form-inputs label:nth-of-type(2) {
	margin-top: 15px;
}

.create-email-modal__step-three .send-to {
	padding: 20px 15px 10px;
	border-top: 1px solid #e3e3e3;
	margin-top: 20px;
}

.create-email-modal__step-three .send-to a {
	color: #000;
	text-decoration: none;
}

.create-email-modal__step-three .email-recipients {
	padding-bottom: 20px;
}

.email-recipients__single {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.email-recipients__single > div {
	margin-left: 20px;
}

.email-recipients__single > div p {
	margin-bottom: -3px;
}

.email-recipients__single.-active {
	background: #380263;
	border-color: #380263;
	color: #fff;
}

/** Orders/Contracts **/
.orders-contracts .card {
	min-height: 80vh;
	height: 100%;
}

.orders-contracts strong {
	font-weight: 600;
}

.products__right,
.orders__right,
.contracts__right {
	padding: 30px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.products__body,
.orders__body,
.contracts__body {
	padding: 20px 15px;
}

.products__single,
.orders__single,
.contracts__single {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	transition: 0.2s ease-in-out all;
}

.products__single + .products__single,
.orders__single + .orders__single,
.contracts__single + .contracts__single {
	margin-top: 10px;
}

.product-image {
	padding: 10px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
}

.input-container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.input-container button {
	position: absolute;
	color: #000;
	border: none;
	background: transparent;
	width: 30px;
	height: 100%;
	font-size: 20px;
	right: 0px;
}

.input-container button.minus {
	left: 0px;
	right: unset;
}

.input-container input::-webkit-outer-spin-button,
.input-container input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-container input[type="number"] {
	-moz-appearance: textfield;
}

.get-details__quanity {
	margin: 20px 0px;
	display: flex;
	align-items: center;
}

.get-details__quanity .input-container {
	max-width: 110px;
	margin-right: 10px;
}

.get-details__desc .title {
	color: #4d4d4d;
	font-size: 12px;
}

.orders__actions {
	margin-bottom: 20px;
}

.orders__actions button {
	border: none;
	background: transparent;
}

.orders__actions button + button {
	margin-left: 15px;
}

.contracts__single {
	cursor: pointer;
}

.contracts__single.-active {
	background: #380263;
	border-color: #380263;
	color: #fff;
}

.get-contract__actions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 20px;
}

.get-contract__actions button {
	display: block;
}

.cart__body {
	padding: 20px 30px;
	background: #f9f9f9;
	height: 100%;
}

.cart__item-total {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.cart__item-container {
	padding: 0px 20px;
}

.cart__single-item {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
}

.cart__single-item + .cart__single-item {
	margin-top: 10px;
}

.cart__single-item .price {
	font-size: 13px;
	text-align: center;
}

.cart-inputs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cart-inputs input {
	max-width: 115px;
}

.cart-inputs a.btn {
	margin-left: 10px;
}

.cart__summary .title {
	font-size: 14px;
	color: #4d4d4d;
}

.cart__summary .check-it-out span {
	padding-left: 5px;
}

/** company task status **/
.single-table-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0px 0px;
}

.single-table-item + .single-table-item {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	margin-top: 15px;
	padding-bottom: 0px;
}
/* End Kyle Stuff ================================================= */

/* Spencer STUFF ===================================================== */
.relative {
	position: relative;
}

#header__notifications-count {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #380263;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	top: -10px;
	right: -10px;
	border-radius: 50%;
}
.login-logo {
	max-width: 400px;
	display: block;
	margin: 20px auto;
}

.toast-position {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	width: 350px;
}

.text-20 {
	font-size: 20px;
}

.form-divider {
	border-bottom: 1px solid #ccc;
	padding: 0 15px 15px 15px;
	margin-bottom: 20px;
	font-size: 18px;
}

/* helps break up some of the white and lines on this page ..  */
.form-bg-1 .form-control {
	background: #fdfdfd;
}

#toast-container .bg-primary {
	background: #380263 !important;
}

#toast-container p.toast-title {
	font-size: 16px;
}

.form-text {
	font-style: italic;
	font-size: 12px;
}

.resource-wrap {
	display: none;
}

.fields-bank {
	height: 150px;
	overflow-y: scroll;
}

h1.large-display {
	font-size: 32px;
	font-weight: 400;
}

.badge.rounded-pill.bg-danger {
	background: #ffc9c9 !important;
	color: #cd0000;
	border: 1px solid #cd0000;
}

.badge.rounded-pill.bg-success {
	background: #eeffeb !important;
	color: #037a1d;
	border: 1px solid #037a1d;
}

.activity-feed {
	padding: 15px;
}

.activity-feed .feed-item {
	position: relative;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left: 2px solid #e4e8eb;
}

.activity-feed .feed-item:last-child {
	border-color: transparent;
}

.activity-feed .feed-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -6px;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f37167;
}

.activity-feed .feed-item .date {
	position: relative;
	top: -5px;
	color: #8c96a3;
	text-transform: uppercase;
	font-size: 13px;
}

.activity-feed .feed-item .text {
	position: relative;
	top: -3px;
}

.small-loader {
	display: block;
	margin: 20px auto;
	width: 60px;
}

.enable-datatable > :not(caption) > * > * {
	padding: 0.8rem 0.8rem;
}

.enable-datatable .dropdown-toggle::after {
	display: none;
}

.icon-lg {
	font-size: 16px;
}

.enable-datatable tr:hover td {
	background: #f9f9f9;
}

.inline-icon {
	position: relative;
	top: 2px;
}

.with-mail-icon {
	position: relative;
}

.mail-icon {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 22px;
	color: #380263;
}

#users tbody tr:hover {
	cursor: pointer;
	background: rgb(241, 241, 241);
}

.no-border-radius {
	border-radius: 0 0 0 0;
}

#user-detail .modal-body {
	padding-left: 0;
	padding-right: 0;
}

#user-detail .modal-header {
	display: none;
}

#user-detail .edit-user-exit {
	display: block !important;
}

.h-scroll {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 10px;
	max-width: 100%;
}

.meeting-card {
	width: 300px;
	display: inline-block;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 15px 15px 15px 70px;
	position: relative;
	margin-right: 20px;
}

.mini-cal {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
}

.mini-cal span:nth-child(2) {
	font-size: 10px;
}

.table-sm {
	font-size: 80%;
}

table .badge {
	min-width: 70px;
}

output {
	font-size: 12px;
	display: block;
	margin-top: -8px;
}

.slideout {
	transition: 0.5s right;
	position: fixed;
	right: -80%;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 80%;
	max-width: 1340px;
	z-index: 3000;
}

.slideout-backdrop {
	display: none;
}

body.slideout-open {
	overflow-y: hidden;
}

body.slideout-open .slideout-backdrop {
	display: block;
	content: "";
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
}

body.slideout-open .slideout {
	right: 0;
}

.slideout-left {
	background: #e5e5e5;
	padding: 60px 40px;
	overflow-y: auto;
}

.slideout-right {
	overflow-y: auto;
	padding: 60px 40px 60px 20px;
}

.slideout-close {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 50%;
	border: none;
}

.terms-scroll {
	max-height: 200px;
	overflow-y: auto;
}

#hotel-images img {
	display: inline-block;
	max-width: 120px;
	margin-right: 10px;
	opacity: 0.8;
	border-radius: 4px;
}

#current-image-display {
	border-radius: 4px;
}

#hotel-images img:hover {
	cursor: pointer;
	opacity: 1;
}

.check-btns .btn-check:active + .btn-light,
.check-btns .btn-check:checked + .btn-light,
.check-btns .btn-light.active,
.btn-light:active,
.check-btns .show > .btn-light.dropdown-toggle {
	color: #fff;
	background-color: #380263;
	border-color: #380263;
}

.fc-timeline-slot-frame a {
	text-decoration: none;
	color: #000;
}

.fc-timeline-slot-lane {
	background: #eee;
}

.range-number-input {
	font-size: 0.65rem;
	padding: 0.15em 1rem;
	margin: 0 0 -0.25rem;
	text-align: center;
}

.select2-container {
	z-index: 9999;
}

.label-wrap {
	display: inline-block;
	width: 100px;
}

label.required:after {
	content: ' *';
	color: red;
}

#venueRoomLayouts input[type="text"] {
	width: 50px;
	text-align: center;
}

.ui-timepicker-container {
	z-index: 9999 !important;
}

.nested-tabs .nav-item-tab .nav-link.active {
	background: #faf5fe;
	border-bottom: 1px solid #380263;
	color: #380263;
}

.nested-tabs .nav-item-tab {
	margin: 0 0 0 0;
}

.nav-tabs.nested-tabs .nav-link,
.nested-tabs .nav-item-tab {
	border-radius: 0 0 0 0;
}

.fs-7 {
	font-size: 0.85rem;
}

hr.dashed {
	border: none;
	border-bottom: 1px dashed #ccc;
}

/* End Spencer Stuff ================================================= */

/***
Dashboard Changes
***/
.task-breakdown .total-task-count {
	top: 50%;
	left: 0;
	right: 0;
	font-size: 0.8rem;
	margin-top: -1.4em;
}
.task-breakdown .total-task-count .count {
	font-size: 1.4em;
	font-weight: 700;
	display: block;
}
.task-breakdown .color-icon {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0.5rem;
	margin-right: 0.25rem;
	border: 1px solid;
}

/***
Communication Changes
***/
.nav-item-tab {
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin-right: 5px;
}
.nav-item-tab .nav-link.active {
	background-color: #380263;
	border-color: #380263;
	color: #fff;
}
.nav-item-tab .nav-link {
	display: flex;
	align-items: center;
}
.nav-item-tab .icon {
	margin-right: 1rem;
	font-size: 1.1em;
	position: relative;
}
.nav-item-tab .icon .count {
	position: absolute;
	right: -4px;
	top: -4px;
	font-size: 0.5em;
	border-radius: 50%;
	background: #c60016;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}

/***
Admin Tasks
***/
.editable-task-status ion-icon {
	opacity: 0.3;
	transition: opacity 0.2s;
}
.editable-task-status:hover ion-icon {
	opacity: 1;
	transition: opacity 0.2s;
}

/***
Global Search
***/
.search-results-overlay {
	pointer-events: none;
	opacity: 0;
	top: 50px;
	right: 266px;
	width: 353px;
	left: auto;
	z-index: 999999;
	transition: all 0.2s ease-in-out;
}
.search-results-overlay.active {
	pointer-events: initial;
	opacity: 1;
	top: 65px;
	transition: all 0.2s ease-in-out;
}
.search-results-overlay-content {
	max-height: 450px;
	overflow-y: auto;
}
.search-results-overlay .search-item-row + .search-item-row {
	margin-top: 1rem;
}
.search-results-overlay .search-item-row p {
	line-height: 1.2rem;
}
.task-thumb ion-icon {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 2px;
}

/***
Mobile
***/
@media (max-width: 1200px) {
	#sidebar,
	.sidebar-container {
		min-width: 200px;
		max-width: 200px;
	}

	.sponsor-avatar a {
		display: block;
		font-size: 8px;
		line-height: 16px;
		text-align: center;
		color: #000;
		margin-top: 10px;
	}

	.sponsor-avatar a {
		color: #fff;
		line-height: 1.3;
	}

	.nav-list {
		padding: 20px 10px 5px;
	}

	.sponsor-side-bar {
		padding: 0px 10px 40px;
	}

	#content {
		margin-left: 200px;
	}

	#content > div,
	#content > nav {
		padding-left: 40px;
		padding-right: 40px;
	}

	#sidebarCollapse.collapse-active {
		right: -150px;
	}
}

@media (max-width: 991px) {
	/* #sidebar,
	.sidebar-container {
        min-width: 100px;
        max-width: 100px;
    } */

	.sidebar-container,
	#sidebar {
		position: fixed;
		transform: translateX(-200px);
		margin: 0px;
	}

	.sidebar-container.active,
	.sidebar-container.active #sidebar {
		transform: translateX(0px);
		margin: 0px;
		max-width: 250px;
		min-width: 250px;
	}

	#sidebarCollapse {
		top: 18px;
		right: -60px;
	}

	#sidebarCollapse.collapse-active {
		right: -18px;
	}

	.container.nav-list {
		padding-top: 80px;
	}

	.nav-list {
		padding-top: 40px;
	}

	#content {
		width: 100%;
		margin-left: 0px;
	}

	.sidebar-content {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	#content > div,
	#content > nav {
		max-width: 100%;
	}

	#content > div {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content > div.modal.show {
		padding-left: 0px;
		padding-right: 0px;
	}

	#content {
		width: 100%;
		margin-left: 0px;
		padding: 0px 0px;
	}

	.modal-body {
		padding: 1em 15px;
	}

	#sidebar,
	.sidebar-container {
		margin-left: -125px;
		min-width: 100px;
		max-width: 125px;
	}

	#sidebar.active {
		margin-left: 0px;
	}

	#sidebarCollapse.content-active {
		right: -270px;
	}

	.container.nav-list {
		padding-top: 80px;
	}

	.content-active #addNew {
		margin: 0px;
	}

	#global-search-container {
		display: none;
	}

	.reports__single .col-md-6 + .col-md-6 {
		margin-top: 10px;
	}
}

/* partner booth  */
.bg-header.jumbo {
	height: 250px;
	position: relative;
}

.card-header-logo {
	position: absolute;
	left: 20px;
	bottom: -100px;
	width: 200px;
	height: 200px;
}

.card-header-logo img {
	border-radius: 4px;
}

.card-header-logo-offset {
	padding-left: 220px;
}

.circle-img-list-group img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

/*** Vue loading animation ***/
.loading-container {
	text-align: center;
	font-size: 2rem;
	color: #380263;
	font-weight: 700;
	margin: 3rem auto;
}

.loading-text {
	margin: -2em 0 1rem;
	font-size: 0.8em;
}

.loading-blocks {
	position: relative;
	width: 4em;
	height: 4em;
	transform: rotate(45deg);
	margin: 0 auto;
}

.loading-blocks .loading-block-item {
	position: absolute;
	width: 1em;
	height: 1em;
	border: 0.25em solid #000;
}

.loading-blocks .loading-block-item:nth-child(1) {
	border-color: #380263;
	top: 0;
	left: 0;
	animation: loadingBlocksA 5s linear infinite;
}

.loading-blocks .loading-block-item:nth-child(2) {
	border-color: #7e45ab;
	top: 0;
	left: 1em;
	animation: loadingBlocksB 5s linear infinite;
}

.loading-blocks .loading-block-item:nth-child(3) {
	border-color: #a479c5;
	top: 1em;
	left: 1em;
	animation: loadingBlocksC 5s linear infinite;
}

@keyframes loadingBlocksA {
	0%,
	8.33%,
	16.66%,
	100% {
		transform: translate(0%, 0%);
	}

	24.99%,
	33.32%,
	41.65% {
		transform: translate(100%, 0%);
	}

	49.98%,
	58.31%,
	66.64% {
		transform: translate(100%, 100%);
	}

	74.97%,
	83.30%,
	91.63% {
		transform: translate(0%, 100%);
	}
}
@keyframes loadingBlocksB {
	0%,
	8.33%,
	91.63%,
	100% {
		transform: translate(0%, 0%);
	}

	16.66%,
	24.99%,
	33.32% {
		transform: translate(0%, 100%);
	}

	41.65%,
	49.98%,
	58.31% {
		transform: translate(-100%, 100%);
	}

	66.64%,
	74.97%,
	83.30% {
		transform: translate(-100%, 0%);
	}
}
@keyframes loadingBlocksC {
	0%,
	83.30%,
	91.63%,
	100% {
		transform: translate(0, 0);
	}

	8.33%,
	16.66%,
	24.99% {
		transform: translate(-100%, 0);
	}

	33.32%,
	41.65%,
	49.98% {
		transform: translate(-100%, -100%);
	}

	58.31%,
	66.64%,
	74.97% {
		transform: translate(0, -100%);
	}
}

.text-muted {
	/* ADA  */
	color: #364654!important;
}

.text-danger {
	/* ADA  */
	color: #b30000!important;
}

a {
	/* ADA  */
	color: #0042a3;
}

.task-item .badge.rounded-pill.d-block {
	color: #000!important;
}

/* hiding some froala wysiwyg commands that we aren't using yet  */
#insertImage-1,
#insertFiles-1,
#markdown-1,
#insertFile-1,
#insertVideo-1,
#getPDF-1,
.fr-quick-insert {
	display: none!important;
}