.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .badge {
	position: absolute;
	top: initial;
	right: 25px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
	width: 360px;
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
	margin-left: 360px;
}

.footer-fix {
    width: calc(100% - 360px);
    position: fixed;
}

.page-wrapper.compact-wrapper .page-header {
    margin-left: 360px;
    width: calc(100% - 360px);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 154px);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link:hover {
	color:  var(--theme-deafult);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active  {
	background-color: var(--theme-deafult);
	color: white;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
	color: white;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active .according-menu i	{
	color: white;
}

.page-wrapper .sidebar-main-title > div {
	background-color: #ebf0f6;
}

.page-wrapper.compact-wrapper .simplebar-content {
	padding-bottom: 80px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list:hover > a:hover {
	background-color: #cfdbe9;
}

.login-card {
/*    background: url("../images/loginpage.png");*/
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}

.profile-nav {
	min-width: 150px;
}

/* test bootstrap styling for jqueryui autocomplete */

.ui-autocomplete {
	position: absolute;
	cursor: pointer;
	z-index: 1000;
	display: none;
	left: 0;
	top: 45px;
	right: 0;
	min-width: 175px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	background-color:#f9f9f9;
	max-height: 50%;
	overflow: auto;
}

.ui-autocomplete > li {
	 padding:6px 16px;
	 color:#2b2b2b;
	 /*opacity:0.6;*/
	 font-size:13px;
	 border-top:1px solid #efefef;
	 background:#fff
}


.ui-autocomplete > li:hover {
    background-color: #f1f1f1;
    color: var(--theme-deafult);
}


.ui-autocomplete > li {
  padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}

.ui-autocomplete > li.ui-state-active {
  background-color: #DDD;
}

.ui-helper-hidden-accessible {
  display: none;
}

.pointer {
	cursor: pointer;
}

.compliance_blue {
	color: #000087;
}

.compliance_green {
	color: #008700;
}

.compliance_red {
	color: #FF0000;
}

.compliance_orange {
	color: #FFBF00;
}

.compliance_grey {
	color: #CECECE;
}

.compliance_bluegrey {
	color: #507E8E;
}

.btn-outline-compliance-orange {
    border-color: var(--theme-compliance-orange) !important;
    color: var(--theme-compliance-orange) !important;
    background-color: transparent;
}
.btn-outline-compliance-orange.disabled {
    color: var(--theme-compliance-orange) !important;
}
.btn-outline-compliance-orange:hover,
.btn-outline-compliance-orange:focus,
.btn-outline-compliance-orange:active,
.btn-outline-compliance-orange.active {
    color: white !important;
    background-color: var(--theme-compliance-orange) !important;
    border-color: var(--theme-compliance-orange) !important;
}

.btn-outline-compliance-red {
    border-color: var(--theme-compliance-red) !important;
    color: var(--theme-compliance-red) !important;
    background-color: transparent;
}
.btn-outline-compliance-red.disabled {
    color: var(--theme-compliance-red);
}
.btn-outline-compliance-red:hover,
.btn-outline-compliance-red:focus,
.btn-outline-compliance-red:active,
.btn-outline-compliance-red.active {
    color: white !important;
    background-color: var(--theme-compliance-red) !important;
    border-color: var(--theme-compliance-red) !important;
}
.btn-outline-compliance-green {
    border-color: var(--theme-compliance-green) !important;
    color: var(--theme-compliance-green) !important;
    background-color: transparent;
}
.btn-outline-compliance-green.disabled {
    color: var(--theme-compliance-green);
}
.btn-outline-compliance-green:hover,
.btn-outline-compliance-green:focus,
.btn-outline-compliance-green:active,
.btn-outline-compliance-green.active {
    color: white !important;
    background-color: var(--theme-compliance-green) !important;
    border-color: var(--theme-compliance-green) !important;
}

.btn-check:focus + .btn-outline-compliance-green, .btn-outline-compliance-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-compliance-green, .btn-check:active + .btn-outline-compliance-green, .btn-outline-compliance-green:active, .btn-outline-compliance-green.active, .btn-outline-compliance-green.dropdown-toggle.show {
  color: white !important;
  background-color: var(--theme-compliance-green) !important;
  border-color: var(--theme-compliance-green) !important;
}
.btn-check:checked + .btn-outline-compliance-green:focus, .btn-check:active + .btn-outline-compliance-green:focus, .btn-outline-compliance-green:active:focus, .btn-outline-compliance-green.active:focus, .btn-outline-compliance-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-compliance-green:disabled, .btn-outline-compliance-green.disabled {
  color: var(--theme-compliance-green) !important;
  background-color: transparent;
}


.btn-check:focus + .btn-outline-compliance-red, .btn-outline-compliance-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-compliance-red, .btn-check:active + .btn-outline-compliance-red, .btn-outline-compliance-red:active, .btn-outline-compliance-red.active, .btn-outline-compliance-red.dropdown-toggle.show {
  color: white !important;
  background-color: var(--theme-compliance-red) !important;
  border-color: var(--theme-compliance-red) !important;
}
.btn-check:checked + .btn-outline-compliance-red:focus, .btn-check:active + .btn-outline-compliance-red:focus, .btn-outline-compliance-red:active:focus, .btn-outline-compliance-red.active:focus, .btn-outline-compliance-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-compliance-red:disabled, .btn-outline-compliance-red.disabled {
  color: var(--theme-compliance-red) !important;
  background-color: transparent !important;
}


.btn-check:focus + .btn-outline-compliance-orange, .btn-outline-compliance-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-compliance-orange, .btn-check:active + .btn-outline-compliance-orange, .btn-outline-compliance-orange:active, .btn-outline-compliance-orange.active, .btn-outline-compliance-orange.dropdown-toggle.show {
  color: white !important;
  background-color: var(--theme-compliance-orange) !important;
  border-color: var(--theme-compliance-orange) !important;
}
.btn-check:checked + .btn-outline-compliance-orange:focus, .btn-check:active + .btn-outline-compliance-orange:focus, .btn-outline-compliance-orange:active:focus, .btn-outline-compliance-orange.active:focus, .btn-outline-compliance-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-compliance-orange:disabled, .btn-outline-compliance-orange.disabled {
  color: var(--theme-compliance-orange) !important;
  background-color: transparent !important;
}

.scrtabs-tab-scroll-arrow {
	font-size: 14px;
	line-height: 1.5;
	border: 0;
	height: 39px;
	text-align: center;
}

.nav-tabs .nav-link.active {
    font-weight: 400 !important;
}

.hide {
	display: none;
}

.dt-buttons {
	margin-left: 15px;
	margin-right: 15px;
}

.dataTables_info {
	margin-left: 15px;
	margin-right: 15px;
}

.dataTables_filter {
	margin-left: 15px;
	margin-right: 15px;
}

.dataTables_length {
	margin-left: 15px;
	margin-right: 15px;
}

.dial {
	min-height: 150px;
}
/*
.chart {
	width: 300px;
	height: 300px;
}
*/
.jqplot-data-label {
	color: black;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
	font-size: 1em;
}

.jqplot-table-legend-label {
	white-space: nowrap;
}

div.chartcontainer {
/*
	width: 300px;
	height: 300px;
	width: 100%;
	padding-bottom: 100%;
*/
	aspect-ratio: 1;
}

div.chartcontainer {
	min-height: 400px;
}

div.chartcontainer > div {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
}

/*
.label {
	font-size: 1.2em;
}

.label-red {
	background-color: #E60404;
}

.label-green {
	background-color: #3E9C1A;
}

.label-yellow {
	background-color: #FFB800;
}
*/

.textdial {
	font-size: 30px;
	line-height: 150px;
}


.btn-compliance-green {
    background-color: var(--theme-compliance-green) !important;
    border-color: var(--theme-compliance-green) !important;
}
.btn-compliance-green.disabled,
.btn-compliance-green:disabled {
    background-color: var(--theme-compliance-green) !important;
    border-color: var(--theme-compliance-green) !important;
}
.btn-compliance-green:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #fff;
    box-shadow: 0 0 0 0.2rem #fff;
}
.btn-compliance-green:not([disabled]):not(.disabled).active {
    background-color: var(--theme-compliance-green);
    border-color: var(--theme-compliance-green);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-compliance-green:not([disabled]):not(.disabled).active:hover,
.btn-compliance-green:not([disabled]):not(.disabled).active:focus,
.btn-compliance-green:not([disabled]):not(.disabled).active:active,
.btn-compliance-green:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: var(--theme-compliance-green);
    border-color: var(--theme-compliance-green);
}


.btn-compliance-red {
    background-color: var(--theme-compliance-red) !important;
    border-color: var(--theme-compliance-red) !important;
}
.btn-compliance-red.disabled,
.btn-compliance-red:disabled {
    background-color: var(--theme-compliance-red) !important;
    border-color: var(--theme-compliance-red) !important;
}
.btn-compliance-red:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #fff;
    box-shadow: 0 0 0 0.2rem #fff;
}
.btn-compliance-red:not([disabled]):not(.disabled).active {
    background-color: var(--theme-compliance-red);
    border-color: var(--theme-compliance-red);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-compliance-red:not([disabled]):not(.disabled).active:hover,
.btn-compliance-red:not([disabled]):not(.disabled).active:focus,
.btn-compliance-red:not([disabled]):not(.disabled).active:active,
.btn-compliance-red:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: var(--theme-compliance-red);
    border-color: var(--theme-compliance-red);
}

.btn-compliance-orange {
    background-color: var(--theme-compliance-orange) !important;
    border-color: var(--theme-compliance-orange) !important;
}
.btn-compliance-orange.disabled,
.btn-compliance-orange:disabled {
    background-color: var(--theme-compliance-orange) !important;
    border-color: var(--theme-compliance-orange) !important;
}
.btn-compliance-orange:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #fff;
    box-shadow: 0 0 0 0.2rem #fff;
}
.btn-compliance-orange:not([disabled]):not(.disabled).active {
    background-color: var(--theme-compliance-orange);
    border-color: var(--theme-compliance-orange);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-compliance-orange:not([disabled]):not(.disabled).active:hover,
.btn-compliance-orange:not([disabled]):not(.disabled).active:focus,
.btn-compliance-orange:not([disabled]):not(.disabled).active:active,
.btn-compliance-orange:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: var(--theme-compliance-orange);
    border-color: var(--theme-compliance-orange);
}
/*
.compliance_photo, .compliance_file {
	border: 0;
	padding: 5px;
	text-align: center;
}


.compliance_photo .close, .compliance_file .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    color: red;
    padding: 2px;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.close:hover,
.close:focus {
	cursor: pointer;
	opacity: 0.5;
}
*/

.compliancetree {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 0;
    overflow: hidden;
}

.compliancetree .compliancetree-group {
    margin-bottom: 0;
}

.compliancetree .compliancetree-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
}

.compliancetree .compliancetree-group-item:hover {
    background-color:#dee2e6;
}

.compliancetree .compliancetree-group-item.active:hover {
    background-color:#dee2e6;
    color: black;
}

.compliancetree > .compliancetree-group-item:first-child {
    border-top-width: 0;
}

.compliancetree .compliancetree-state-icon {
    margin-right: 8px;
    width: 12px;
    text-align: center;
}

.compliancetree .compliancetree-item-icon {
    margin-right: 5px;
}

.compliancetree .compliancetree-label {
	/*width: 60%;*/
	padding-right: 0.5rem;
}

.compliancetree .compliancetree-icons {
	/*width: 40%;*/
	padding-left: 0.5rem;
}

.compliancetree .compliancetree-tab {
	padding-left: calc(1*1.25rem);
}

.compliancetree .compliancetree-section {
	padding-left: calc(2*1.25rem);
}

.compliancetree .compliancetree-question {
	padding-left: calc(3*1.25rem);
}

/* until we update bootstrap to 5.1 */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}

.compliancetree .list-group i {
	margin-right: 0;
}

.compliancetree .list-group-item i {
	margin-right: 0;
}

.compliance_thumbnail {
	width: calc(100% - 22px);
	padding: 10px !important;
	border: 1px solid #ddd !important;
	/*border-right: none !important;
	border-radius: 15px 0 0 15px;
	padding-right: 5px !important;*/
	border-radius: 15px;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}

.compliance_thumbnail img {
	width: 100%;
	border-radius: 15px;
	object-fit: contain;
}

.compliance_thumbnail img.evidence_icon {
	max-height: 150px;
}

.compliance_evidence {
	width: calc(100% - 180px);
	padding: 10px !important;
	border: 1px solid #ddd !important;
	border-left: none !important;
	border-radius: 0 15px 15px 0;
	padding-left: 5px !important;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	word-wrap: break-word;
}

.compliance_breadcrumbs {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.compliance_treewrapper {
	padding: 1.5rem;
	border: 1px solid #ddd !important;
	border-radius: 15px 0 0 15px;
}

.compliance_questionwrapper {
	border: 1px solid #ddd !important;
	border-left: none !important;
	border-radius: 0 15px 15px 0;
	padding: 1.5rem;
}

.compliance_question {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.compliance_questionmore, .compliance_questionevidence {
	margin-bottom: 1.5rem;
}

.dropzone {
	padding: 1rem;
}

.bg-compliance-green {
    background-color: var(--theme-compliance-green) !important;
    color: #fff;
}

.bg-compliance-red {
    background-color: var(--theme-compliance-red) !important;
    color: #fff;
}

.bg-compliance-orange {
    background-color: var(--theme-compliance-orange) !important;
    color: #fff;
}

/* fix OL/UL in cards in portal */
.page-wrapper.horizontal-wrapper .page-body-wrapper .card li {
    display: list-item;
}

td.danger-lite {
	background-color: #f9dadd !important;
	color: #dc3545 !important;
}

td.warning-lite {
    background-color: #fff3cd !important;
    color: #ffc107 !important;
}

td.success-lite {
    background-color: #d4edda !important;
    color: #28a745 !important;
}

.tabledit-cell {
	width: 5rem;
}

.bg-danger-lite {
	background-color: #f9dadd !important;
}

.bg-warning-lite {
    background-color: #fff3cd !important;
}

.bg-success-lite {
    background-color: #d4edda !important;
}

th.sticky-left {
    position: sticky;
    left: 0;
    z-index: 1;
}

.btn-narrow {
	padding: .375rem .75rem;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li.potlabel {
    padding: 7px 25px 7px 40px;
    font-size: 14px;
    color: var(--theme-deafult);
    display: block;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: var(--font-family);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding-left: 40px !important;*/
    /*color: rgba(43, 43, 43, 0.6); */
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: transparent;
}
table.dataTable.table-striped > tbody > tr.odd {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}

.overflow-x-auto-hidden::-webkit-scrollbar {
    display: none;
    overflow-x: auto;
}

.overflow-x-auto-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
}


.escalation-swal-width {
    width: 40rem !important;
}

.escalation-swal-list ul {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
    color: red;
}

.escalation-swal-list li {
    margin-bottom: 10px;
}

.import-text-danger td {
    color: #dc3545;
}

#alerts {
	z-index: 1999;
	min-width: calc(97% - 360px);
	top: 80px;
}

.btn-flag {
    color: #fff !important;
}

.btn-flag:hover {
    opacity: 0.9 !important;
    color: #fff !important;
}

.btn-flag-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.btn-flag-light:hover {
    color: #000 !important;
    opacity: 0.9 !important;
}

.sticky-row {
    background-color: #FFE5B4 !important;
    font-weight: bold !important;
    color: #333 !important;
}

/* style overrides */
.logo-wrapper {
    margin-top: 10px !important;
    width: 80% !important;
  }


.login-card .logo {
    margin-top: 1rem !important;
    background-image: var(--header-logo-url) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    box-shadow: none !important;
    padding: 2rem 2rem !important;
}

.nav-primary .nav-link.active,
.nav-primary .show > .nav-link,
.nav-pills.nav-primary .nav-link.active,
.nav-pills.nav-primary .show > .nav-link {
    background-color: var(--theme-deafult) !important;
    color: #fff !important;
}

.card {
    background-color: rgb(255, 255, 255, .9)
}

.btn-info {
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
    color: #fff;
}

.page-body-wrapper {
    background-color: var(--page-wrapper-background-color) !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .1)), var(--page-wrapper-background-image) !important;
    background-position: center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-attachment: fixed, fixed !important;
    background-size: cover !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    box-shadow: none !important;
    min-height: 81px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper .logo {
    background-image: var(--header-logo-url) !important;
    background-size: 90% auto !important;
    background-position: center 70% !important;
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: var(--theme-white) !important;
    min-height: 81px !important;
  }

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
    background-color: var(--theme-highlight) !important;
    color: var(--theme-white) !important;
    stroke: var(--theme-white);
    transition: all 0.5s ease;
  }

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active  {
	background-color: var(--theme-deafult) !important;
	color: white !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
    color: rgba(43, 43, 43, 0.6) !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
    color: var(--theme-deafult) !important;

}

.login-background {
  height: 100vh;
  background-image:  var(--login-background-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  width: auto;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.uploaded-photo {
  width: 250px;
  height: 200px;
  object-fit: cover;
}

.image-list {
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
}

.image-container {
  height: 200px;
  width: 100%;
}

.overlay {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
  opacity: 1;
}

.info-text {
  color: #333;
  padding: 10px;
}

.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.swal-modal .swal-footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.swal-btn-left {
  order: 1;
  margin-right: auto;
}

.swal-btn-right {
  order: 2;
  margin-left: auto;
}

.table-form.table-header tbody td .form-control:disabled, .table-form.table-header tbody td .form-control[readonly] {
  background-color: var(--theme-grey-tint-midlight);
}

.dbv4chart {
	width: 100%;
	min-height: 500px;
}

.dbv4chart_small {
	width: 100%;
	min-height: 300px;
}

.card-img-top.rotatable {
  transition: transform 0.3s ease;
  max-height: 240px;
  object-fit: contain;
}

.image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.dropzone .dz-preview.dz-error {
  border: 2px solid #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.1) !important;
}

@media (max-width: 1024px) {
  .login-background {
    display: none !important;
  }
  
  .login-background + .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
  }
}
