/*!
 * WARNING: Do NOT edit this CSS file directly!
 * -----------------------------------------------
 * This file contains legacy styles and is littered with bad front-end practices and
 * terrible bootstrap style overrides.
 *
 * For maintainable dev work, use the SASS Bootstrap implementation,
 * or at the very least create a new component-centric CSS file for your changes.
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://use.typekit.net/eze6dsh.css");
@import url("https://use.typekit.net/ztz6kbe.css");
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css";

html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	position: relative;
	min-height: 100%;
	font-family: var(--root-font-family);
}

body {
	display: flex;
	flex-direction: column;
	background-color: #f4f4f4;
	font-family: var(--root-font-family);
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.5;
	color: #29292d;
	text-align: left;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: var(--root-font-family);
	font-weight: 700;
	line-height: 1.2;
	color: #26292d
}

h4 {
    font-size: 18px
}

.cld-main {
	margin: auto;
}

.inputField {
	border: 1px solid #E5E9EC;
	height: 40px;
	padding-left: 10px;
}

img {
	max-width: 100%;
}

#payment-form .form-control {
	height: 45px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

#payment-form .form-control input[type="tel"] {
	max-height: 45px;
}

.hide-column, .hide-column * {
	visibility: hidden;
	max-height: 0px;
	padding: 0px !important;
	margin: 0px !important;
	overflow: hidden;
}

	.hide-column br {
		display: none;
		overflow: hidden;
	}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 800px;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.col-md-3 .col-lg-3 {
	max-width: 100% !important;
	width: 100% !important;
}

textarea {
	resize: none !important;
}

.checkbox-icon-wrapper {
	min-width: 20px;
}

.ajs-success {
	color: white !important;
}

.table-payments td.cell-payment-paid:after {
	font-weight: 900;
	content: "\f00c";
	font-family: Font Awesome\ 5 Free;
	color: var(--root-primary);
	padding-left: 0.5rem;
}

.save-bar-top {
	background: var(--root-primary) !important;
	z-index: 970;
}

.save-bar-bottom {
	background: var(--root-footer) !important;
	z-index: 970;
}

[data-disabled="True"] {
	opacity: 0.8;
	cursor: not-allowed;
	pointer-events: none;
}

.btn-primary, .btn-dark {
	color: #fff !important;
}

.btn-secondary {
	color: #fff !important;
}

.btn-dark {
	background-color: var(--root-primary-darken-25) !important;
	border-color: var(--root-primary-darken-25) !important;
}

.rounded-circle {
	max-width: 180px;
}

.cursor-pointer {
	cursor: pointer !important;
}



input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
	cursor: pointer;
}

.image-cropper {
	width: 180px;
	height: 180px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	
}

.event-image {
	width: 120px;
	height: 90px;
	position: relative;
	overflow: hidden;
}

.image-cropper img {
	width: inherit;
	height: inherit;
	object-fit: cover;
}


.file-input-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.file-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.transparent-background {
	background-color: rgba(0, 0, 0, 0) !important;
}

.gradient {
	background: linear-gradient(0deg,var(--root-secondary),var(--root-primary))
}

.ltr-gradient {
	background: linear-gradient(90deg,var(--root-nav-colour-1),var(--root-nav-colour-2));
}



.ltr-gradient .name.text-primary {
	color: white !important;
}

.gradient * {
	color: white !important;
}

.banner-user-name {
	color: var(--root-banner-user-name);
}

.alert-container {
	width: calc(100% - 10px);
	margin-left: 5px;
	background-color: white;
	padding: 1rem;
	border: 1px solid var(--root-input-bg-colour);
	border-radius: 0.4rem;
	z-index: 4;
}

.static-banner {
	position: absolute !important;
	top: -15px;
	z-index: 2; /* above items */
}


.paging-nav {
	text-align: right;
	padding-top: 2px;
}

.paging-nav a {
	margin: auto 1px;
	text-decoration: none;
	display: inline-block;
	padding: 1px 7px;
	background: #91b9e6;
	color: white;
	border-radius: 3px;
}

.paging-nav .selected-page {
	background: #187ed5;
	font-weight: bold;
}

.no-wrap {
	flex-wrap: nowrap !important;
}

@media only screen and (max-width: 767px) {
	.login-panel {
		position: absolute !important;
		color: var(--root-primary);
		background-color: transparent !important;
	}
	.login-panel-title {
		margin-top: 14rem;
	}
}

.login-panel {
	background-color: #f8f9fa;
	min-height: 100vh;
}

.login-panel-title {
	color: #26292d !important;
}

.login-panel-title-custom {
	margin-bottom: 1rem;
}

.login-panel-title-custom > * {
	color: #26292d !important;
	text-shadow: none !important;
}

@media (max-width: 769px) {
	.navbar .list-group a[href*='/t/Messages'] {
		display: none;
	}
}

.filter-input {
	border: 1px solid #000;
	width: 250px;
	float: right;
}

.panel-title {
	color: var(--root-panel-title);
	padding-right: 1.2rem;
}

.custom-table-container {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	width: 100%;
}

.directory-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.alert {
	border-radius: 0.4rem !important;
	/* border-color: var(--root-primary) !important; */
}

.tab-title, #collapse-text {
	color: var(--root-tab-title);
	margin-bottom: -2px;
}

.active .tab-title {
	color: var(--root-sidebar-active);
}

#sidebar-container .list-group-item.active {
	border-left: 6px solid var(--root-sidebar-active) !important;
	background-color: white;
}

#sidebar-container .list-group-item.active > * {
		margin-left: -6px;
}

#sidebar-container .list-group-item {
	cursor: pointer;
	padding: 0.7rem 1rem;
	border: none !important;
	background-color: transparent;
}

#sidebar-container .navbar-nav {
	max-height: calc(100vh - 6rem); /* 6rem for header area */
	overflow-y: auto;
}

#sidebar-container .list-group-item div {
	color: var(--root-tab-title);
}

#sidebar-container .list-group-item.active div {
	color: var(--root-sidebar-active);
}

#collapse-icon {
    transition: transform 300ms ease-in-out;
}

.profile-image {
	display: flex;
	justify-content: center;
	position: relative;
}

.photo-input {
	position: absolute;
	opacity: 0;
	width: 100%;
}

.profile-image .profile-image-edit {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0.5rem;
	margin-right: -8rem;
	z-index: 100;
	padding: 8px;
	font-size: 16px;
	background-color: var(--root-primary);
	color: white;
	border-radius: 50%;
	border: white solid 3px;
}

.profile-image .profile-image-edit:hover {
	background-color: hsl(var(--root-primary-base), calc(var(--root-primary-lightness) - 10%));
}

.vertical-table {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.vertical-table .row {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
}

.vertical-table .row.header {
	display: none;
}

.vertical-table .cell {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
}

.vertical-table .cell::before {
	content: attr(data-label);
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.table td {
	vertical-align: middle !important;
}

.table button {
	width: 100%
}

.error {
	border: 2px solid coral !important;
}

.fa-star {
    color: white;
    background-color: var(--root-secondary);
    border-radius: 10px;
    padding: 1%;
    font-size: 0.75rem;
}

.center-screen {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

.marketing-logo {
	background: white;
	padding: 15px;
}

.d-xs-show {
	display: none;
}

@media (max-width: 768px) {
	.d-xs-hidden {
		display: none !important;
	}

	.d-xs-show {
		display: inline-block !important;
	}

	.marketing-logo.d-xs-show {
		margin-top: 50%;
	}
}


/* Checkbox Styles */
.checkbox-group {
	margin-bottom: 1em;
}


/* TODO Doesn't exist? */
.checkbox-item {
	margin-bottom: 0.5em;
}

.checkbox-item label {
	display: block; 
}


@media (max-width: 768px) {
	.checkbox-item {
		width: 100%; 
	}
}
/*Styling for cpd activity hours*/
.timeline-badge {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	padding: 8px 12px;
	min-width: 50px;
}

.award-icon {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.badge-number {
	font-size: 1.5rem;
	font-weight: bold;
}


.aml-dashboard-number {
	height: 2.4rem;
	margin: 1rem;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.aml-dashboard-container {
	display: flex;
	flex-wrap: wrap;
}

.aml-dashboard-panel {
	width: 20rem;
	min-width: 20rem;
}

/*Profile completion styles*/
#progress-bar {
	background-color: var(--root-primary);
	height: 100%;
	width: 0%;
	transition: width 0.3s ease-in-out;
}
#star-circle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease-in-out;
}
.progress-star-incomplete {
	background-color: #cccccc !important;
}
.progress-star-complete {
	background-color: var(--root-primary) !important;
}

.icb-status-box {
	background-color: yellow;
	width: 40%;
	height: 40px;
	padding: 0;
	font-size: inherit;
	border: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

.form-switch .form-check-input {
	margin-left: 0;
	margin-top: .25em;
}

.form-switch .form-check-label {
	margin-left: 2.5rem;
}

.form-check-input:checked {
	background-color: var(--root-primary);
	border-color: var(--root-primary);
}

.drill-through-link {
	position: absolute;
	top: 10px;
	right: 23px;
}

html.saving-overlay {
	position: relative;
	pointer-events: none;
}

html.saving-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	cursor: wait;
}

[class*="profile-image"] img {
	border-radius: 50%;
	object-fit: cover;
	width: inherit;
	height: inherit;
}

#button-save-all {
	background: var(--root-save-button) !important;
}


.sortable th {
	cursor: pointer;
}

/* Search icon inside search inputs */
input[type="search"] {
	padding-right: 2.5rem;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23adb5bd' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1rem 1rem;
}


.navbar .navbar-user-menu:after {
    display: none
}

.navbar {
	background: var(--root-header);
	color: var(--root-header-text);
}

.bg-primary {
    background-color: var(--root-primary) !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #575757 !important
}

.bg-secondary {
    background-color: var(--root-secondary) !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #4b555f !important
}

.bg-success {
    background-color: #86ad86 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #689868 !important
}

.bg-info {
    background-color: var(--root-info) !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #5ba3e0 !important
}

.bg-warning {
    background-color: var(--root-warning) !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #b07133 !important
}

.bg-danger {
    background-color: var(--root-danger) !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #7e3535 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #1c1f2a !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #08080b !important
}

.border-primary {
    border-color: var(--root-primary) !important
}

.border-secondary {
    border-color: var(--root-secondary) !important
}

.border-success {
    border-color: #86ad86 !important
}

.border-info {
    border-color: var(--root-info) !important
}

.border-warning {
    border-color: var(--root-warning) !important
}

.border-danger {
    border-color: var(--root-danger) !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #1c1f2a !important
}

#sidebar-container {
    width: auto;
    position: fixed;
    align-items: flex-start;
    z-index: 990;
    height: 100vh;
    background-color: white;
    padding: 0;
    overflow: hidden;
    transition: all 300ms ease-out;
}

#sidebar-container i {
    font-size: 20px
}

#sidebar-container span {
    margin-right: 3rem;
    margin-left: 0.75rem;
    white-space: nowrap;
}

.sidebar-collapsed {
    max-width: calc(36px + 2rem) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.sidebar-expanded {
    max-width: 999px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.main-content {
    margin-left: 56px;
}

#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px
}

.sidebar-submenu {
    font-size: .9rem
}

.sidebar-separator {
    background-color: darkgrey;
    border: none;
    margin: 0.5rem 1rem;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
}

#sidebar-container .list-group .list-group-item[aria-expanded=false] .submenu-icon:after {
    content: " \f0d7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px
}

#sidebar-container .list-group .list-group-item[aria-expanded=true] .submenu-icon:after {
    content: " \f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px
}

img.no-course-image {
    width: 75px;
    -o-object-fit: contain;
    object-fit: contain
}

.social-icon {
    font-size: 25px
}

.terms-of-use {
    height: calc(100vh - 120px);
    overflow: scroll
}

.ticket-redeem {
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 4px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

    .ticket-redeem span.name {
        font-weight: 700;
        font-size: 14px
    }

    .ticket-redeem .btn {
        margin-left: 10px;
        padding: 4px 20px;
        color: #f8f9fa
    }



hr {
    border-top: 1px solid #a3a3a3
}

.logo-separator {
    background-color: #333;
    height: 60px
}

.pay-input {
    border: 1px solid #006acc;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 50rem;
    background-color: rgba(0,0,0,0.3);
}

.radio-custom {
    display: inline-block
}

    .radio-custom input span.radio-icon-wrapper {
        border: 3px solid #e9ecef;
        width: 22px;
        height: 22px
    }

    .radio-custom input:focus + span.radio-icon-wrapper {
        border: 2px solid #e9ecef;
        width: 22px;
        height: 22px
    }

    .radio-custom:hover + span.radio-icon-wrapper {
        border: 2px solid var(--root-primary);
        width: 22px;
        height: 22px
    }

    .radio-custom label,
    .radio-custom label .radio-icon-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .radio-custom label .radio-icon-wrapper {
            background: #fff;
            position: relative;
            -ms-flex-pack: center;
            justify-content: center;
            border: 2px solid #e9ecef;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            float: left;
            margin: 0 10px 0 0
        }

            .radio-custom label .radio-icon-wrapper .radio-icon {
                color: #e9ecef;
                font-size: 13px;
                font-weight: 700;
                line-height: 0
            }

        .radio-custom label input[type=radio] {
            position: absolute;
            opacity: 0
        }

            .radio-custom label input[type=radio] + .radio-icon-wrapper > .radio-icon {
                opacity: 1;
                transform: scale(1);
                transition: all .1s ease-in
            }

            .radio-custom label input[type=radio]:checked + .radio-icon-wrapper > .radio-icon {
                color: var(--root-primary);
                transform: scale(1);
                opacity: 1
            }

            .radio-custom label input[type=radio]:checked + .radio-icon-wrapper {
                border: 2px solid var(--root-primary)
            }

.radio label input[type=radio] + .radio-icon-wrapper > .radio-icon {
    opacity: 0;
    transform: scale(1);
    transition: all .1s ease-in
}

.radio label input[type=checkbox]:checked + .radio-icon-wrapper > .radio-icon {
    transform: scale(1);
    opacity: 1
}

.select-input-custom {
    position: relative
}

.select-input-custom select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.select-input-custom:before {
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 20px;
    font-size: 20px;
    pointer-events: none
}

.custom-switch.toggle-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

    .custom-switch.toggle-right label {
        margin-right: 50px;
        font-size: 14px
    }

        .custom-switch.toggle-right label:after {
            left: unset;
            right: calc(-1.5rem + 2px)
        }

        .custom-switch.toggle-right label:before {
            left: unset;
            right: -2.25rem
        }

.custom-switch .custom-control-label:before {
    border: 1px solid var(--root-primary)
}

.custom-switch .custom-control-label:after {
    background-color: var(--root-primary)
}

.accredited-course {
    background-color: #e9ecef;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px
}

    .accredited-course span.name {
        font-weight: 700;
        font-size: 12px
    }

    .accredited-course span.renewal {
        font-weight: 200;
        font-size: 12px
    }

.card {
    background-color: #e9ecef
}

    .card .card-category,
    .card .card-date {
        color: #1c1f2a;
        letter-spacing: .15em;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 12px
    }

    .card .card-footer-btn {
        cursor: pointer;
        display: block;
        width: 100%;
        font-weight: 500;
        color: #f8f9fa;
        background: var(--root-primary);
        transition: color .15s ease-in, background-color .15s ease-in, border-color .15s ease-in, box-shadow .15s ease-in
    }

        .card .card-footer-btn:hover {
            background: #3f4fda !important;
            text-decoration: none
        }

    .card .card-img-top {
        width: 100%;
        height: 120px;
        background-size: cover;
        background-position: 50%
    }

    .card .card-author-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px
    }

        .card .card-author-icon i {
            padding: 4px 6px;
            font-size: 12px;
            width: 23px;
            height: 23px;
            background-color: var(--root-primary);
            color: #fff;
            border-radius: 50%;
            margin-right: 4px
        }

.card-event .badge-event-status {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px
}

.card-event .card-event-month {
    text-transform: uppercase;
    color: var(--root-primary);
    text-align: center;
    margin-bottom: 5px
}

.card-event .card-event-date {
    line-height: 1;
    font-weight: 500;
    font-size: 45px;
    margin-top: 0
}

.card-course .card-footer {
    text-align: center
}

.card-course .badge-light {
    background-color: #fff
}

.card-img-top-circle {
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px !important;
    height: 100px
}

.card-member .card-img-top-circle,
.card-organisation .card-img-top-circle {
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 20px;
    margin-left: 0;
    width: 100px !important;
    height: 100px
}

    .card-member .card-img-top-circle.bordered,
    .card-organisation .card-img-top-circle.bordered {
        border: 2px solid var(--root-primary)
    }

.card-member .card-footer,
.card-organisation .card-footer {
    text-align: center
}

.cpd-progress h1 {
    font-size: 55px
}

.cpd-progress h2 {
    font-size: 32px
}

.cpd-progress__stat {
    border-radius: 4px;
    background-color: var(--root-primary)
}

.dashboard-alert {
    background: var(--root-secondary);
    background: var(--root-primary)
}

    .dashboard-alert .alert-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .dashboard-alert .alert-icon i {
            padding: 8px 11px;
            font-size: 32px;
            width: 50px;
            height: 50px;
            background-color: #fff;
            color: var(--root-primary);
            border-radius: 50%;
            margin-right: 4px
        }

    .dashboard-alert .close {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .dashboard-alert .close i {
            opacity: 1;
            padding: 4px 5px;
            font-size: 14px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            color: var(--root-secondary);
            border-radius: 50%;
            margin-right: 4px
        }

.audit-icon,
.audit-icon i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .audit-icon i {
        font-size: 35px;
        width: 85px;
        height: 85px;
        background-color: var(--root-primary);
        color: #fff;
        border-radius: 50%;
        margin-right: 4px
    }

.event-calendar {
    padding: 20px
}

    .event-calendar table {
        background-color: #f8f9fa;
        width: 100%;
        padding: 20px;
        border-radius: 4px
    }

        .event-calendar table th.next,
        .event-calendar table th.prev {
            visibility: hidden;
            background-color: #fff
        }

        .event-calendar table th.datepicker-switch {
            text-align: center;
            background-color: #1c1f2a;
            color: #fff
        }

        .event-calendar table th.dow {
            font-weight: 200;
            text-transform: uppercase;
            text-align: center;
            padding-top: 8px
        }

        .event-calendar table td.day {
            text-align: center;
            padding: 4px
        }

            .event-calendar table td.day.today {
                background: #ced4da;
                color: #fff
            }

            .event-calendar table td.day.new,
            .event-calendar table td.day.old {
                visibility: hidden
            }

            .event-calendar table td.day.active {
                background-color: var(--root-secondary);
                color: #fff
            }

.event-calendar-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dee2e6;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

ul.timeline {
    position: relative;
    padding-left: 0.5rem;
    margin: 0;
    list-style-type: none;
}

ul.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 4px;
    height: 100%;
    background: #dee2e6;
    border-radius: 1rem;
    z-index: 0;
}

ul.timeline .timeline-item {
    margin: 0 0 15px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 0;
    min-width: 0;
}

ul.timeline .timeline-item .timeline-item-panel {
    position: relative;
    background-color: #efefef;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px;
    border-right: 15px solid var(--root-secondary)
}

/* The icon is a right chevron, however the colour is set to white so it in inherently invisible.
I have no idea why this exists however for sake of safety I've decided to comment it out. */
/* ul.timeline .timeline-item .timeline-item-panel:after {
    position: absolute;
    right: -12px;
    top: calc(50% - 12px);
    font-weight: 900;
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    color: #fff
} */

ul.timeline .timeline-item .timeline-img {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    margin-right: 10px
}

.timeline-item .timeline-item-user {
    font-weight: 600;
    font-size: 14px;
}

ul.timeline .timeline-item .timeline-item-title {
    margin-top: 10px;
    font-weight: 100;
    font-size: 14px;
}

ul.timeline .timeline-date {
    margin-left: 10px;
    width: 80px;
    font-size: 12px;
}

li.timeline-item:before,
ul.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
}

ul.timeline li.timeline-item:before {
    background: var(--root-primary);
    border-radius: 50%;
    left: 11px;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

ul.timeline .timeline-item-panel {
	border-right: none !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	margin-left: 15px !important;
}

.timeline-scroll-container {
    max-height: 500px;
}

.activity-timeline .timeline-item-panel {
    display: flex;
	border-right: none !important;
    border-radius: var(--root-border-radius);
}

.activity-timeline {
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.activity-timeline .timeline-container::before {
    height: 100%;
    content: '';
    position: absolute;
    left: 0.85rem;
    width: 2px;
    background-color: #dee2e6;
}

.activity-timeline .timeline-item {
    position: relative;
}

.activity-timeline .timeline-item::before {
    content: '';
    position: absolute;
    left: -4px;
    width: 4px;
    height: 36px;
    background-color: white;
}

.activity-timeline .timeline-icon {
    content: '';
    position: absolute;
    left: -11px;
    color: var(--root-secondary);
}

.activity-timeline .timeline-icon-date {
    content: '';
    position: absolute;
    left: -8px;
    color: var(--root-primary);
}

.activity-timeline .timeline-item-panel img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.logo-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(5, minmax(0, 1fr));
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.logo-container .logo-item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100px;
}

.logo-container .logo-item p {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px
}

.memex-container {
    height: fit-content;
	max-width: 100%;
	overflow: auto;
    border-radius: var(--root-border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.modal-payment {
    padding-top: 50px
}

.modal-payment .modal-header {
    border: none;
    margin-top: -40px
}

.modal-payment .modal-header button.close {
    font-size: 20px
}

.modal-payment .modal-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.modal-payment .modal-icon .icon {
    border-radius: 50%;
    font-size: 40px;
    color: #f8f9fa;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -50px;
    height: 90px;
    width: 90px;
    border: 10px solid #fff
}

.modal-payment .modal-icon .icon-success {
    background-color: #86ad86
}

.modal-payment .modal-icon .icon-failure {
    background-color: var(--root-danger)
}

.modal-payment .modal-body {
    margin-top: -20px
}

.modal-payment .modal-body h1 {
    font-weight: 600
}

.audit {
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 4px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.audit span.name {
    font-weight: 700;
    font-size: 12px
}

.audit span.status {
    font-weight: 600;
    font-size: 12px;
    position: relative;
    margin-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px
}

.audit span.status:before {
    position: absolute;
    left: -15px;
    top: 8px;
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%
}

.audit span.status.incomplete {
    color: var(--root-warning)
}

.audit span.status.incomplete:before {
    background-color: var(--root-warning)
}

.audit span.status.responded {
    color: #6c757d
}

.audit span.status.responded:before {
    background-color: #6c757d
}

.audit span.status.passed {
    color: #86ad86
}

.audit span.status.passed:before {
    background-color: #86ad86
}

.audit .btn {
    margin-left: 30px;
    padding: 4px 30px;
    color: #f8f9fa
}


.navbar .navbar-alert-icon {
    background-color: var(--root-primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar .navbar-alert-icon i {
        font-size: 22px;
        color: #fff;
        border-radius: 50%
    }


.badge,
.btn {
    font-weight: 200
}

.btn {
    border-radius: var(--root-border-radius)
}

    .btn:hover {
        color: var(--root-btn-text-hover-color)
    }

    .btn.btn-primary:hover {
        background-color: var(--root-primary-darken);
        border-color: var(--root-primary-darken)
    }

    .btn.btn-secondary:hover {
        background-color: var(--root-secondary-darken);
        border-color: var(--root-secondary-darken)
    }


.btn-primary {
    color: #fff;
    background-color: var(--root-button);
    border-color: var(--root-button);
}

.checkbox label input[type=checkbox] + .checkbox-icon-wrapper > .checkbox-icon {
    opacity: 0;
    transform: scale(1);
    transition: all .1s ease-in
}

.checkbox label input[type=checkbox]:checked + .checkbox-icon-wrapper > .checkbox-icon {
    transform: scale(1);
    opacity: 1
}

.input-dob input {
    margin-right: 5px
}

label {
    margin-left: 0.15rem;
    font-size: 14px
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
}

.btn-link {
    color: var(--root-primary);
}

.text-primary {
    color: var(--root-primary) !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4a4a4a !important
}

.text-secondary {
    color: var(--root-secondary) !important
}

.text-info {
    color: var(--root-info) !important
}

.text-warning {
    color: var(--root-warning) !important
}

.text-danger {
    color: var(--root-danger) !important
}



a {
    color: var(--root-primary);
}

a:hover {
    color: #4a4a4a;
}



    .table td,
    .table th {
        vertical-align: top;
        border-bottom-width: 0px !important; /*Overides bootstraps style*/
    }



.form-control, .filter-input {
    font-size: .85rem;
    background-color: var(--root-input-bg-colour);
    border: 1px solid var(--root-input-border-colour);
    border-radius: var(--root-border-radius);
}

.form-control:focus {
    color: #1c1f2a;
    background-color: var(--root-input-bg-colour);
    border-color: #b0b0b0;
    outline: 0;
    box-shadow: 0 0 0 .05rem var(--root-primary)
}

select.form-control:focus::-ms-value {
    color: #1c1f2a;
    background-color: var(--root-input-bg-colour)
}


.invalid-feedback {
    color: var(--root-danger)
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--root-danger);
}

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: var(--root-danger);
    }



.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: var(--root-danger);
}

    .custom-select.is-invalid:focus,
    .was-validated .custom-select:invalid:focus {
        border-color: var(--root-danger);
    }

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--root-danger)
}


.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: var(--root-danger)
}

    .custom-control-input.is-invalid ~ .custom-control-label:before,
    .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: var(--root-danger)
    }



.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: var(--root-danger)
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: var(--root-danger);
}


.btn {
    font-size: .85rem;
}

.btn-primary {
    color: #fff;
    background-color: var(--root-primary);
    border-color: var(--root-primary)
}
    .btn-primary.disabled,
    .btn-primary:disabled {
        background-color: var(--root-primary);
        border-color: var(--root-primary)
    }

.btn-secondary {
    background-color: var(--root-secondary);
    border-color: var(--root-secondary)
}

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        background-color: var(--root-secondary);
        border-color: var(--root-secondary)
    }
.btn-info {
    background-color: var(--root-info);
    border-color: var(--root-info)
}
    .btn-info.disabled,
    .btn-info:disabled {
        background-color: var(--root-info);
        border-color: var(--root-info)
    }

.btn-warning {
    background-color: var(--root-warning);
    border-color: var(--root-warning)
}


    .btn-warning.disabled,
    .btn-warning:disabled {
        background-color: var(--root-warning);
        border-color: var(--root-warning)
    }


.btn-danger {
    background-color: var(--root-danger);
    border-color: var(--root-danger)
}

    .btn-danger.disabled,
    .btn-danger:disabled {
        background-color: var(--root-danger);
        border-color: var(--root-danger)
    }

.btn-outline-primary {
    color: var(--root-primary);
    border-color: var(--root-primary)
}

    .btn-outline-primary:hover {
        background-color: var(--root-primary);
        border-color: var(--root-primary)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: var(--root-primary);
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: var(--root-primary);
        border-color: var(--root-primary)
    }

.btn-outline-secondary {
    color: var(--root-secondary);
    border-color: var(--root-secondary)
}

    .btn-outline-secondary:hover {
        background-color: var(--root-secondary);
        border-color: var(--root-secondary)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: var(--root-secondary);
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-secondary.dropdown-toggle {
        background-color: var(--root-secondary);
        border-color: var(--root-secondary)
    }



.btn-outline-info {
    color: var(--root-info);
    border-color: var(--root-info)
}

    .btn-outline-info:hover {
        color: #29292d;
        background-color: var(--root-info);
        border-color: var(--root-info)
    }


    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: var(--root-info);
    }

    .btn-outline-info:not(:disabled):not(.disabled).active,
    .btn-outline-info:not(:disabled):not(.disabled):active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #29292d;
        background-color: var(--root-info);
        border-color: var(--root-info)
    }


.btn-outline-warning {
    color: var(--root-warning);
    border-color: var(--root-warning)
}

    .btn-outline-warning:hover {
        background-color: var(--root-warning);
        border-color: var(--root-warning)
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: var(--root-warning);
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .show > .btn-outline-warning.dropdown-toggle {
        background-color: var(--root-warning);
        border-color: var(--root-warning)
    }

.btn-outline-danger {
    color: var(--root-danger);
    border-color: var(--root-danger)
}

    .btn-outline-danger:hover {
        background-color: var(--root-danger);
        border-color: var(--root-danger)
    }


    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: var(--root-danger);
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .btn-outline-danger.dropdown-toggle {
        background-color: var(--root-danger);
        border-color: var(--root-danger)
    }





    .btn-link:hover {
        color: #4a4a4a
    }





    .dropdown-item.active,
    .dropdown-item:active {
        background-color: var(--root-primary)
    }


    .full-dropdown {
        width: 160px;
        height: 49.6px;
        padding: 0;
        box-sizing: border-box;
    }

    .full-dropdown > li {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .full-dropdown > li > a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            padding: 0 1rem;
            text-decoration: none;
            color: inherit;
        }

.input-group-text {
    border: 1px solid var(--root-input-border-colour);
    border-radius: var(--root-border-radius)
}



    .nav-tabs .nav-link {
        border: 0 solid transparent;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px
    }


        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #1c1f2a;
            background-color: var(--root-primary);
            border-color: #dee2e6 #dee2e6 var(--root-primary)
        }


    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: var(--root-primary)
    }

    .navbar-nav .dropdown-menu {
        border-radius: var(--root-border-radius);
        margin-top: 0.75rem;
        overflow: hidden;
    }

.navbar-toggler {
    border-radius: 30px
}



.card {
    border: 1px solid rgba(28, 31, 42, .125);
    border-radius: 10px
}


        .card > .list-group:first-child {
            border-top-left-radius: 9px;
            border-top-right-radius: 9px
        }

        .card > .list-group:last-child {
            border-bottom-right-radius: 9px;
            border-bottom-left-radius: 9px
        }


    .card-header:first-child {
        border-radius: 9px 9px 0 0
    }

    .card-footer:last-child {
        border-radius: 0 0 9px 9px
    }


.card-img,
.card-img-top {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
}

.page-link {
    color: #1c1f2a;
    border: 1px solid transparent
}

    .page-link:hover {
        color: #4a4a4a;
        border-color: #dee2e6
    }

    .page-link:focus {
        box-shadow: 0 0 0 .05rem var(--root-primary)
    }

.page-item.active .page-link {
    color: #1c1f2a;
    background-color: var(--root-primary);
    border-color: var(--root-primary)
}

.badge {
    border-radius: 15px;
}

.badge-primary {
    background-color: var(--root-primary)
}

.badge-secondary {
    background-color: var(--root-secondary)
}

.badge-info {
    color: #29292d;
    background-color: var(--root-info)
}

.badge-warning {
    background-color: var(--root-warning)
}


.badge-danger {
    background-color: var(--root-danger)
}

.progress-bar {
    background-color: var(--root-primary);
    transition: width .6s ease
}


.select-input-custom {
    position: relative
}

.select-input-custom select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.select-input-custom:before {
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 20px;
    font-size: 20px;
    pointer-events: none
}


.checkbox-custom {
    display: inline-block;
    width: auto;
}

    .checkbox-custom label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .checkbox-custom label .checkbox-icon-wrapper {
            background: #e9ecef;
            position: relative;
            border: 1px solid #ced4da;
            border-radius: 3px;
            width: 20px;
            height: 20px;
            float: left;
            margin: 0 10px 3px 0
        }

            .checkbox-custom label .checkbox-icon-wrapper .checkbox-icon {
                color: var(--root-primary);
                position: absolute;
                font-size: 12px;
                font-weight: 700;
                line-height: 0;
                top: 48%;
                left: 15%
            }

        .checkbox-custom label input[type=checkbox] {
            display: none
        }

            .checkbox-custom label input[type=checkbox] + .checkbox-icon-wrapper > .checkbox-icon {
                opacity: 0;
                transform: scale(1);
                transition: all .1s ease-in
            }

            .checkbox-custom label input[type=checkbox]:checked + .checkbox-icon-wrapper > .checkbox-icon {
                transform: scale(1);
                opacity: 1
            }

            .checkbox label input[type=checkbox] + .checkbox-icon-wrapper > .checkbox-icon {
    opacity: 0;
    transform: scale(1);
    transition: all .1s ease-in
}

.checkbox label input[type=checkbox]:checked + .checkbox-icon-wrapper > .checkbox-icon {
    transform: scale(1);
    opacity: 1
}

.current-user-img {
    object-fit: cover;
}