/*
// From: http://embed.plnkr.co/ZrnnkFR3Yv9HGQHrRMiW/formChanges.less
// Mentioned in: http://stackoverflow.com/questions/18838964/add-bootstrap-glyphicon-to-input-box/18839305#18839305
// My additions are at the every end

*/


.has-feedback .form-control {
    padding-right: 34px;
}

.has-feedback .form-control.input-sm,
.has-feedback.form-group-sm .form-control {
    padding-right: 30px;
}

.has-feedback .form-control.input-lg,
.has-feedback.form-group-lg .form-control {
    padding-right: 46px;
}

.has-feedback-left .form-control {
    /* Original values:
  padding-right: 12px;
  padding-left: 34px;
  */
    padding-left: 26px;
}

.has-feedback-left .form-control.input-sm,
.has-feedback-left.form-group-sm .form-control {
    padding-left: 30px;
}

.has-feedback-left .form-control.input-lg,
.has-feedback-left.form-group-lg .form-control {
    padding-left: 46px;
}

.has-feedback-left .form-control-feedback {
    left: 0;
}

.form-control-feedback {
    line-height: 34px !important;
}

.input-sm + .form-control-feedback,
.form-horizontal .form-group-sm .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
}

.input-lg + .form-control-feedback,
.form-horizontal .form-group-lg .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px !important;
}

.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.sr-only ~ div .form-control-feedback {
    top: 0;
}

@media (min-width: 768px) {
    .form-inline .inline-feedback {
        position: relative;
        display: inline-block;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .has-feedback-left .form-control-feedback {
    left: 15px;
}

/* My addition to make Selectize play nice with this */
.has-feedback-left .selectize-control.multi .selectize-input.has-items {
    padding-left: 32px !important;
}

.has-feedback-left .selectize-input {
    padding-left: 32px !important;
}

.has-feedback-left .form-control.selectize-control {
    padding-left: 0 !important;
}

.form-tight .has-feedback label ~ .form-control-feedback {
    top: 17px;
}
/* Inspired by http://stackoverflow.com/a/24829651 */

/*.modal-vertical {
	pointer-events: none;
}

.modal-vertical .modal-middle {
	pointer-events: none;
}

.modal-content {
	pointer-events: all;
}

@media only screen and (min-width: 768px) {

	.modal-vertical {
		display: table;
		height: 100%;
		width: 100%;
	}

	.modal-vertical .modal-middle {
		display: table-cell !important;
		vertical-align: middle !important;
	}

	.modal-content {
		width: inherit !important;
		height: inherit !important;
		margin: 0 auto;
	}

}*/


/**
 * Selectize (v0.15.2)
 * https://selectize.dev
 *
 * Copyright (c) 2013-2015 Brian Reavis & contributors
 * Copyright (c) 2020-2022 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging{overflow:visible}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,0.2)}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header{position:relative;padding:6px .75rem;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:.375rem .375rem 0 0}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close{position:absolute;right:.75rem;top:50%;color:#343a40;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important;text-decoration:none}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover{color:black}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 5px;border-left:1px solid #dee2e6;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:5px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,0.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:rgba(0,0,0,0)}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:0}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:white}.selectize-control.plugin-clear_button .clear{text-decoration:none;display:flex;position:absolute;height:100%;width:25px;top:0;right:calc(0.75rem - 5px);color:#000;opacity:.4;font-weight:bold;border:0;cursor:pointer;z-index:1;font-size:21px;justify-content:center;align-items:center}.selectize-control.plugin-clear_button .clear:hover{opacity:1}.selectize-control.plugin-clear_button.single .clear{right:calc(0.75rem - 5px + 1.5rem)}.selectize-dropdown.plugin-auto_position.selectize-position-top{border-top:1px solid #d0d0d0;border-bottom:0 none;border-radius:3px 3px 0 0;box-shadow:0 -6px 12px rgba(0,0,0,0.18)}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active{border-radius:0 0 3px 3px;border-top:0 none}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before{top:0;bottom:unset}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#343a40;font-family:inherit;font-size:inherit;line-height:1.5;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #ced4da;padding:.375rem .75rem;display:inline-block;width:100%;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:.375rem}.selectize-control.multi .selectize-input.has-items{padding:calc(0.375rem - 1px - 0px) 0.75rem calc(0.375rem - 1px - 3px - 0px)}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)}.selectize-input.dropdown-active{border-radius:.375rem .375rem 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:1px 5px;background:#efefef;color:#343a40;border:0 solid #dee2e6}.selectize-control.multi .selectize-input>div.active{background:#0d6efd;color:#fff;border:0 solid rgba(0,0,0,0)}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#878787;background:white;border:0 solid white}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 0 !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#d8dde1;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,0.1);border-radius:0 0 .375rem .375rem}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,0.4);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:3px .75rem}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#6c757d;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#0d6efd;color:#fff}.selectize-dropdown .active.create{color:#1e2125}.selectize-dropdown .selected{background-color:#0d6efd;color:#fff}.selectize-dropdown .create{color:rgba(52,58,64,0.5)}.selectize-dropdown .active:not(.selected){background:#e9ecef;color:#1e2125}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown-emptyoptionlabel{text-align:center}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:3px .75rem}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input:not(:read-only){cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:calc(0.75rem + 5px);margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#343a40 transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #343a40 transparent}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:calc(0.75rem + 5px);right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fff}.selectize-dropdown,.selectize-dropdown.form-control{height:auto;padding:0;margin:2px 0 0 0;z-index:1000;background:#fff;border:1px solid var(--bs-border-color-translucent);border-radius:.375rem;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.selectize-dropdown .optgroup-header{font-size:.875rem;line-height:1.5}.selectize-dropdown .optgroup:first-child:before{display:none}.selectize-dropdown .optgroup:before{content:" ";display:block;height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--bs-border-color-translucent);margin-left:-0.75rem;margin-right:-0.75rem}.selectize-dropdown .create{padding-left:.75rem}.selectize-dropdown-content{padding:5px 0}.selectize-dropdown-emptyoptionlabel{text-align:center}.selectize-input{min-height:calc(1.5em + 0.75rem + 2px);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.selectize-input{transition:none}}.selectize-input.dropdown-active{border-radius:.375rem}.selectize-input.dropdown-active::before{display:none}.selectize-input.focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,0.25)}.is-invalid .selectize-input{border-color:#dc3545;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.is-invalid .selectize-input:focus{border-color:#bd2130;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eb8c95}.selectize-control.form-control-sm .selectize-input{min-height:calc(1.5em + 0.5rem + 2px) !important;height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem !important;font-size:.875rem;line-height:1.25}.selectize-control.multi .selectize-input{height:auto;padding-left:calc(0.75rem - 5px);padding-right:calc(0.75rem - 5px)}.selectize-control.multi .selectize-input>div{border-radius:calc(0.375rem - 1px)}.form-select.selectize-control,.form-control.selectize-control{padding:0;height:auto;border:0;background:0;box-shadow:none;border-radius:0}.input-group>.input-group-append>.btn,.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.input-group-prepend>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group .selectize-control:not(:last-child) .selectize-input{overflow:unset;border-top-right-radius:0;border-bottom-right-radius:0}.input-group .selectize-control:not(:first-child) .selectize-input{overflow:unset;border-top-left-radius:0;border-bottom-left-radius:0}.selectize-dropdown.plugin-auto_position.selectize-position-top{border-top:1px solid #ced4da !important;border-bottom:1px solid #ced4da !important;border-radius:.375rem !important}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active{border-radius:.375rem !important;border-top:1px solid #ced4da !important}.selectize-dropdown.plugin-auto_position.selectize-position-top{border-top:1px solid #d0d0d0;border-bottom:0 none;border-radius:3px 3px 0 0;box-shadow:0 -6px 12px rgba(0,0,0,0.18)}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active{border-radius:0 0 3px 3px;border-top:0 none}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before{top:0;bottom:unset}.selectize-control.plugin-clear_button .clear{text-decoration:none;display:flex;position:absolute;height:100%;width:25px;top:0;right:calc(0.75rem - 5px);color:#000;opacity:.4;font-weight:bold;border:0;cursor:pointer;z-index:1;font-size:21px;justify-content:center;align-items:center}.selectize-control.plugin-clear_button .clear:hover{opacity:1}.selectize-control.plugin-clear_button.single .clear{right:calc(0.75rem - 5px + 1.5rem)}.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging{overflow:visible}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,0.2)}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header{position:relative;padding:6px .75rem;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:.375rem .375rem 0 0}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close{position:absolute;right:.75rem;top:50%;color:#343a40;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important;text-decoration:none}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover{color:black}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 5px;border-left:1px solid #dee2e6;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:5px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,0.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:rgba(0,0,0,0)}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:0}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:white}
div.input-block {
	position: relative;
	/* z-index: 9; */
}

div.input-block .input-error {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 8;
	font-size: 70%;
	margin: 6px;
	background-color: #fff;
	color: #f44;
}

div.input-block label {
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 7;
	margin: 6px;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

div.input-block input, div.input-block textarea, div.input-block select, div.input-block .btn,
div.input-block .selectize-input, div.input-block .selectize-control.multi .selectize-input.has-items,
div.input-block .input-like
{
	position: relative;
	/* z-index: 10; */
	/* background-color: transparent !important; */
	padding: 1.5em 6px 6px 6px;
	height: auto;
}

div.input-block .btn.no-label {
	padding: 1em;
	max-height: 3.5em;
}

.form-group label + label {
	margin-left: 2em;
}

/* Work around Chrome brute forcing yellow on autofill since 2008 */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
	-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
	-webkit-transition-delay: 9999s;
}

/* Play nice in a h2 .pull-right context */
h2 div.input-block {
	top: -5px;
}
h2 div.input-block label {
	left: 2px !important;
}

/* Main styles */



/*Nav Bar*/
.navbar-brand {
	font-size: 1.5em; /* Adjust the font size as needed */
}

.custom-bg{
	background-color: #002f8d !important;
}
.navbar-nav-right {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.navbar-nav-right .nav-item.dropdown {
  width: auto;
}

.navbar-nav-right .dropdown-menu {
	min-width: 200px; /* Adjust as needed */
}





.content-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.new-content {
  margin-bottom: 20px;
}

.optional {
	background-color: #f4f6f8;
	padding: 0.5em;
}

.text-muted.small {
	font-style: italic;
}

.label a {
	color: #fff;
}
h1 .label, h2 .label, h3 .label {
	font-size: 50%;
}
h1 .label-default, h2 .label-default, h3 .label-default {
	background-color: #bbb;
}
h3 {
	margin-top: 2em;
}

.panel-body .table {
	margin-bottom: 0;
}

.form-toolbar .btn {
	padding: 0;
}

tr.table-section {
	text-transform: uppercase;
}

/* Slightly blur "deleted" table rows */
tr.deleted {
	text-shadow: 0 0 2px #999;
	color: transparent !important;
}
tr.deleted a {
	text-shadow: 0 0 1.5px #93daf7;
	color: transparent !important;
}
tr.deleted:hover {
	text-shadow: none;
	color: #333 !important;
}
tr.deleted:hover a, tr.deleted a:hover {
	text-shadow: none;
	color: #337ab7 !important;
}

input, select, textarea {
	color: #333 !important;  /* Bootstrap 3's #555 is excessively low-contrast */
}

textarea {
	min-height: 6em;
}

.dropdown.buttons {
	width: auto;
}
.dropdown.buttons .dropdown-menu {
	padding: 2px;
	margin: 0;
}
.dropdown.buttons input {
	width: 100%;
	min-width: 20em;
}

.dropdown-toggle {
	cursor: pointer;
}

.spacing {
	color: transparent !important;
}

/* Hint paragraphs */
.hint {
 padding: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
 color: #444;
 font-size: 90%;
 background-color: #f8f8f8;
 position: relative;
 width: 50%;
 min-width: 24em !important;
}

.hint:before {
 display: block;
 position: absolute;
 top: 0.25em;
 left: 1.75em;
 width: 1em;
 height: 1em;
 fill: #444;
 content: '';
}
.Xint .hint-content {
	margin-left: 1.5em;
}

.report table, table.report {
	page-break-inside: avoid;
}
.report .panel-heading {
	font-size: 120%;
}

.report .status {
	white-space: nowrap;
}
.report .status-change {
	margin-right: 1em;
	white-space: nowrap;
}
.report .version {
	margin-right: 1em;
}

.user-identity {
	margin-right: 1em;
	white-space: nowrap;
}
/* Sidebar */
/*.sidebar {
	position: fixed;
	top: 56px; !* Adjust this value to match the height of your top navigation *!
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 250px; !* Fixed width for sidebar *!
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	transition: width 0.3s;
}


.sidebar.collapsed {
	width: 80px; !* Width for collapsed sidebar *!
}

.sidebar .nav-item .nav-link {
	display: flex;
	align-items: center;
}

.sidebar .nav-item .nav-link .icon {
	margin-right: 10px;
}

.sidebar.collapsed .nav-item .nav-link .text {
	display: none;
}*/

/* Top Navigation */
.top-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.navbar-nav > .nav-item {
	display: flex;
	align-items: center; /* Vertically center items inside the container */
}

.navbar-nav .nav-link {
	display: flex;
	align-items: center; /* Vertically center the text/icon inside links */
	text-decoration: none; /* Optional: ensure links don’t have underlines */
}

.vertical-border {
	width: 2px;
	background-color: rgba(255, 255, 255, 0.77);
	margin: 12px 5px; /* Adjust the margin as needed */
	height: 100%; /* Ensure the div has height */
	min-height: 40px; /* Set a minimum height */
	display: flex;
	align-items: center; /* Ensure borders are aligned vertically too */
	justify-content: center; /* Center borders if their size affects layout */


}
.header-nav .nav-item.dropdown {
	margin-right: 20px; /* Adjust the value as needed */
}
/* Main content */
.main-content {
	padding: 20px;
	transition: margin-left 0.3s;
	display: flex;
	flex-direction: column;
/*min-height: calc(100vh - 56px);*/ /* Full height minus top navigation */
}

.main-content.collapsed {
	margin-left: 80px; /* Adjust margin for collapsed sidebar */
}

.main-content > footer {
	margin-top: auto; /* Push footer to the bottom */
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.sidebar {
		width: 100%;
		height: auto;
		position: sticky;
	}
	.main-content {
		margin-left: 0;
	}
}

#sidebarCollapse {
	position: fixed;
	top: 73px;
	left: 276px;
	z-index: 999; /* Ensure the button appears above other content */
	width: 40px;
	height: 40px;
	background-color: #3e60c9; /* Button background color */
	color: #fff; /* Button text color */
	transition: transform 0.3s ease; /* Smooth transition for sliding */
}

#sidebarCollapse.collapsed {
	left: -18px; /* Move button off-screen when sidebar is collapsed */
}
@media (max-width: 1199px) {
	#sidebarCollapse {
		top: 73px;
		left: -9px;
	}

	#sidebarCollapse.collapsed {
		left: 276px; /* Align the button properly on mobile when collapsed */
	}
}

/* Left menu */
.nav-sidebar {
	margin: 0 -21px 20px -20px;
}
.nav-sidebar .active, .nav-sidebar .active:hover {
	color: #fff;
	background-color:  #134672;
}
.nav-sidebar .nav-content a:hover,
.nav-sidebar .nav-content a.active {
	color: #4154f1;
}

.nav-sidebar .nav-content a.active i {
	background-color: #4154f1;
}

.nav-sidebar .nav-second-level .active, .nav-sidebar .nav-second-level .active:hover {
	color: #fff;
	background-color: #134672;
}
.nav-sidebar .nav-second-level {
	padding-left: 30px;
}
.nav-sidebar .nav-second-level li {
	display: inline-block;
}
.sidebar {
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	left: 0;
	display: block;
}
@media (min-width: 768px) {
	.sidebar {
		position: fixed;
		bottom: 0;
		z-index: 1000;
		top: 62px;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav-sidebar .nav-second-level li {
		display: block;
	}
}


/* Read-only data lists */
dl.dl-horizontal dd {
	margin-bottom: 1em;
}

/* Peer form */
form#peer_review .fileupload-multiple {
	margin-top: 1em;
}
form#peer_review button {
	margin-top: 1em;
	margin-right: 2em;
}

/* Printable report cosmetic tweaks */
@media print {
	h3 {
		background-color: #000 !important;
		color: #fff !important;
		padding: 0.25em !important;
	}
	h3 small {
		color: #fff !important;
	}
}

.selectize-control.multi .selectize-input > div {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    padding: 5px;
    background-color: #e9ecef;
    border-radius: 4px;
}

.selectize-control.multi .selectize-input > div .btn-close {
    margin-left: 5px;
}

.input-error {
	display: block;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

@media print {

	body {
		padding-top: 0 !important;
	}

	.main {
		margin-left: 1em !important;
	}

}

/* Main styles */

/* Override from Bootstrap's huge font choice */
blockquote {
	font-size: inherit !important;
}

.inline {
	display: inline-block;
}

.panel-heading {
	font-weight: bold;
}

.fit {
	white-space: nowrap;
	width: 1%;
}

div.spaced {
	margin-bottom: 2em;
}

tbody.spaced:after {
	content: '';
	display: table-row;
	height: 20px;
}

.inbox table td.widest {
	width: 100%;
}
.inbox table div.window {
	width: 0;
	min-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0.1em;
}
.inbox table .time {
	white-space: nowrap;
	text-align: right;
}
.inbox table a {
	color: #333;
}
.inbox table a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* Assorted text colors, useful for glyphicons */
.fg-new, .fg-info, .fg-pending, .fg-ok, .fg-stalled, .fg-warn, .fg-err {
	text-shadow: 0 0 1px #888;
}
.fg-new {
	color: #ffee00;
}
.fg-info, .fg-pending {
	color: #80f;
}
.fg-ok {
	color: #00aa00;
}
.fg-warn, .fg-stalled {
	color: #ff8800;
}
.fg-err {
	color: #cc0000;
}

html:not([lang="en"]) form label:first-letter,
html:not([lang="en"]) .text-title:first-letter
{
	text-transform: uppercase;
}
html[lang="en"] form label,
html[lang="en"] .text-title
{
	text-transform: capitalize;
}

.input-like {
	height: auto !important;
}

.fileupload-multiple {
	margin-bottom: 3px;
}

.log-part + .log-part {
	margin-top: 0.5em;
}

.log-content {
	padding-left: 6px;
	padding-right: 20px;
	margin-top: 0.5em;
	margin-left: 30px;
	color: #666;
	font-size: 90%;
	border-left: 2px solid #bbb;
}
.log-content:before {
	content: '\e111';
	font-family: 'Glyphicons Halflings', serif;
	float: left;
	margin-left: -30px;
	color: #666;
}

.badge-subscript {
	font-size: 80%;
	position: relative;
	top: 0.5em;
	left: -0.5em;
	padding: 0.1em 0.2em;
	background-color: red !important;
	animation: pulse 2s linear 0s normal infinite running;
}
.badge-hamburger {
	position: absolute;
	right: 0.1em;
	bottom: 0.1em;
	padding: 0.2em 0.4em;
	background-color: red !important;
	animation: pulse 2s linear 0s normal infinite running;
}

@keyframes pulse {
	0%, 50% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
}

.dropdown-messages {
	width: 310px;
}
.dropdown-messages div {
	white-space: normal;
}

/* Large sizes */
.grow-2x { font-size: 2em; }
.grow-3x { font-size: 3em; }
.grow-4x { font-size: 4em; }
.grow-5x { font-size: 5em; }



/* Selectize for users */
.name_email_label {
}
.name_email_label .name {
	color: #000;
}
.name_email_label .email {
	color: #888;
	display: block;
}
.name_email_label .extra {
	color: #666;
	display: block;
	font-style: italic;
}
.name_email_tag {
}
.name_email_tag .name {
	color: #000;
}
.name_email_tag .email {
	color: #888;
}
.name_email_tag .email:before {
	content: ' <';
}
.name_email_tag .email:after {
	content: '>';
}

/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 7 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    color: #444444;
}

html, body {
    height: 100%;
    margin: 0;
}

a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/



#main {
    margin-top: 60px;
    padding: 1rem 1rem 1rem 2rem;
    transition: all 0.3s ease-in-out;
    flex: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.no-padding {
    padding: 0 !important;
}
.footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}
@media (max-width: 1199px) {
    #main {
        padding: 1rem 1rem 1rem 2rem;
    }
}

.title-underline {
    position: relative;
}

.title-underline::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -10px; /* Adjust the distance below the title */
    width: 150px;
    height: 5px; /* Adjust the thickness of the underline */
    background-color: #002f8c;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
/*.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}*/

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #002F8E;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0 0 15px 0 rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

     #footer {
        margin-left: 300px;
        bottom: 0;
        background: #f8f9fa;
        padding: 1rem;
    }
    #main {
        margin-left: 300px;
        bottom: 0;
        padding: 1rem 1rem 1rem 2rem;
    }
}


    @media (max-width: 1199px) {
        .toggle-sidebar .sidebar {
            left: 0;
        }
    }

    @media (min-width: 1200px) {

        .toggle-sidebar #main,
        .toggle-sidebar #footer {
            margin-left: 0;
        }

        .toggle-sidebar .sidebar {
            left: -300px;
        }
        .title-program {
            display: none;
        }
    }

    .sidebar-nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: #4154f1;
        transition: all 0.3s ease-in-out;

        padding: 10px 15px;
        border-radius: 4px;
    }

    .sidebar-nav .nav-link i {
        font-size: 16px;
        margin-right: 10px;
        color: #4154f1;
    }

    .sidebar-nav .nav-link.collapsed {
        color: #012970;
        background: #fff;
    }

    .sidebar-nav .nav-link.collapsed i {
        color: #899bbd;
    }

    .sidebar-nav .nav-link:hover {
        color: #ffffff;
        background-color: #abafda;
    }

    .sidebar-nav .nav-link:hover i {
        background-color: #abafda;
    }

.nav-link.active {
    background-color: #abafda;
    color: #ffffff;
}
.sidebar-nav .nav-content .nav-link.active a:hover{
    background-color: #abafda;
    color: #ffffff;
}

    .sidebar-nav .nav-link .bi-chevron-down {
        margin-right: 0;
        transition: transform 0.2s ease-in-out;
    }

    .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
        transform: rotate(180deg);
    }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-content a {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #012970;
        padding: 10px 0 10px 40px;
    }

    .sidebar-nav .nav-content a i {
        font-size: 14px;
        margin-right: 8px;
        line-height: 0;
        border-radius: 50%;
    }


    .sidebar-nav .nav-content a:hover,
    .sidebar-nav .nav-content a.active {
        color: #4154f1;
    }

    .sidebar-nav .nav-content a.active i {
        background-color: #4154f1;
    }

    /*--------------------------------------------------------------
    # Dashboard
    --------------------------------------------------------------*/
    /* Filter dropdown */
    .dashboard .filter {
        position: absolute;
        right: 0px;
        top: 15px;
    }

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

    .dashboard .filter .icon:hover,
    .dashboard .filter .icon:focus {
        color: #4154f1;
    }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

    .dashboard .filter .dropdown-header h6 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #aab7cf;
        margin-bottom: 0;
        padding: 0;
    }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

    /* Info Cards */
    .dashboard .info-card {
        padding-bottom: 10px;
    }

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .dashboard .card-icon {
        font-size: 32px;
        line-height: 0;
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .dashboard .sales-card .card-icon {
        color: #4154f1;
        background: #f6f6fe;
    }

    .dashboard .revenue-card .card-icon {
        color: #2eca6a;
        background: #e0f8e9;
    }

    .dashboard .customers-card .card-icon {
        color: #ff771d;
        background: #ffecdf;
    }

    /* Activity */
    .dashboard .activity {
        font-size: 14px;
    }

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

    .dashboard .activity .activity-item .activite-label::before {
        content: "";
        position: absolute;
        right: -11px;
        width: 4px;
        top: 0;
        bottom: 0;
        background-color: #eceefe;
    }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

    /* News & Updates */
    .dashboard .news .post-item + .post-item {
        margin-top: 15px;
    }

    .dashboard .news img {
        width: 80px;
        float: left;
        border-radius: 5px;
    }

    .dashboard .news h4 {
        font-size: 15px;
        margin-left: 95px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

    .dashboard .news h4 a:hover {
        color: #4154f1;
    }

    .dashboard .news p {
        font-size: 14px;
        color: #777777;
        margin-left: 95px;
    }

    /* Recent Sales */
    .dashboard .recent-sales {
        font-size: 14px;
    }

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

    .dashboard .recent-sales .table thead th {
        border: 0;
    }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

    /* Top Selling */
    .dashboard .top-selling {
        font-size: 14px;
    }

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

    .dashboard .top-selling .table thead th {
        border: 0;
    }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

    /*--------------------------------------------------------------
    # Icons list page
    --------------------------------------------------------------*/
    .iconslist {
        display: grid;
        max-width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.25rem;
        padding-top: 15px;
    }

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

    /*--------------------------------------------------------------
    # Profie Page
    --------------------------------------------------------------*/
    .profile .profile-card img {
        max-width: 120px;
    }

    .profile .profile-card h2 {
        font-size: 24px;
        font-weight: 700;
        color: #2c384e;
        margin: 10px 0 0 0;
    }

    .profile .profile-card h3 {
        font-size: 18px;
    }

    .profile .profile-card .social-links a {
        font-size: 20px;
        display: inline-block;
        color: rgba(1, 41, 112, 0.5);
        line-height: 0;
        margin-right: 10px;
        transition: 0.3s;
    }

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

    .profile .profile-overview .row {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .profile .profile-overview .card-title {
        color: #012970;
    }

    .profile .profile-overview .label {
        font-weight: 600;
        color: rgba(1, 41, 112, 0.6);
    }

    .profile .profile-edit label {
        font-weight: 600;
        color: rgba(1, 41, 112, 0.6);
    }

    .profile .profile-edit img {
        max-width: 120px;
    }

    /*--------------------------------------------------------------
    # F.A.Q Page
    --------------------------------------------------------------*/
    .faq .basic h6 {
        font-size: 18px;
        font-weight: 600;
        color: #4154f1;
    }

    .faq .basic p {
        color: #6980aa;
    }

    /*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/
    .contact .info-box {
        padding: 28px 30px;
    }

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
    }

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #4154f1;
    }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit] {
        background: #4154f1;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*--------------------------------------------------------------
    # Error 404
    --------------------------------------------------------------*/
    .error-404 {
        padding: 30px;
    }

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #4154f1;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

    .error-404 .btn:hover {
        background: #3e4f6f;
    }

    @media (min-width: 992px) {
        .error-404 img {
            max-width: 50%;
        }
    }

    /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    .footer {
        padding: 20px 0;
        font-size: 14px;
        transition: all 0.3s;
        border-top: 1px solid #cddfff;
    }

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }

/* ADD: Visual feedback for user validation */
.selectize-control .selectize-input .item.incomplete-user {
    background-color: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

.selectize-control .selectize-input .item.complete-user {
    background-color: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.selectize-control.is-invalid .selectize-input {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
