/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.row.equal {
  display: flex;
  flex-wrap: wrap;
}
.row.equal > [class*='col-'] {
  flex-grow: 1;
}

.input-group>.select2-container--default {
  width: auto !important;
  flex: 1 1 auto !important;
}

.input-group>.select2-container--default .select2-selection--single {
  height: 100% !important;
  line-height: inherit !important;
}

.file-manager-sidebar {
  width: 150px;
}

.file-manager-sidebar .folder-menu li a {
  width: 100%;
  display: block;
  padding: 5px 10px;
  transition: all 0.15s ease-in-out;
}

.file-manager-sidebar .folder-menu li:hover a,
.file-manager-sidebar .folder-menu .active a {
  color: #fff;
  border-color: #405189;
  background-color: #405189;
}

.folder-card .card {
  --vz-bg-opacity: 1;

  transition: all 0.15s ease-in-out;
  background-color: rgba(var(--vz-light-rgb), var(--vz-bg-opacity));
}

.folder-card:hover .card {
  border-color: #405189;
  background-color: #405189;
}

.folder-card:hover .card .folder-name {
  color: #fff;
}

.widget-card {
  background-color: #ffffff !important;
}

[data-layout-mode=dark] .widget-card {
  background-color: var(--vz-card-bg) !important;
}

[data-layout-mode=dark] .orders-summary-card {
  font-family: var(--vz-font-sans-serif);
}

[data-layout-mode=dark] .orders-summary-card-success {
  background-color: #0ab39c !important;
  border-color: #0ab39c !important;
  color: #ffffff !important;
}

[data-layout-mode=dark] .orders-summary-card-success h5,
[data-layout-mode=dark] .orders-summary-card-success span,
[data-layout-mode=dark] .orders-summary-card-success a {
  color: #ffffff !important;
}

[data-layout-mode=dark] .orders-summary-card-warning {
  background-color: #f7b84b !important;
  border-color: #f7b84b !important;
  color: #212529 !important;
}

[data-layout-mode=dark] .orders-summary-card-warning h5,
[data-layout-mode=dark] .orders-summary-card-warning > .card-body > h5 span {
  color: #212529 !important;
}

[data-layout-mode=dark] .orders-summary-card-warning a,
[data-layout-mode=dark] .orders-summary-card-warning a span,
[data-layout-mode=dark] .orders-summary-card-warning .text-white {
  color: #ffffff !important;
}

[data-layout-mode=dark] .orders-summary-card-danger {
  background-color: #f06548 !important;
  border-color: #f06548 !important;
  color: #ffffff !important;
}

[data-layout-mode=dark] .orders-summary-card-danger h5,
[data-layout-mode=dark] .orders-summary-card-danger span,
[data-layout-mode=dark] .orders-summary-card-danger a {
  color: #ffffff !important;
}

[data-layout-mode=dark] .main-content .card.bg-white {
  background-color: var(--vz-card-bg) !important;
}

#hoverTrigger:hover + .hover-content,
.hover-content:hover {
	display: block;
  color: red;
}

.vertical-text {
  writing-mode: vertical-rl; /* or vertical-lr */
  transform: rotate(180deg); /* optional: flips text upright */
  text-align: center;
  white-space: nowrap;
  padding: 0.5rem;
}

@media print {
  
.card-summary-print {
  padding: 15px !important;
  border-radius: 15px; /* Rounds corners */
  border: 4px solid #1D9DC7 !important; 
}

.card-enities-print {
  padding: 15px !important;
  border-radius: 15px; /* Rounds corners */
  border: 4px solid #7A92F8 !important; 
}

.card-title-print {
  border-radius: 15px;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-image: linear-gradient(120deg, var(--fb-colors-turquose), var(--fb-colors-blue), var(--fb-colors-purple));
  color: white !important;
}

.card-title-print img {
  height: 6em !important;
  margin: 2em 1em;
}

.d-print-block .print-primary {
  color: var(--vz-primary) !important;
}

}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotate-refresh {
  animation: spin 1s linear infinite;
}

.theme-logo-sm-dark,
.theme-logo-lg-dark,
.footer-logo-dark {
  display: inline-block;
}

.theme-logo-sm-light,
.theme-logo-lg-light,
.footer-logo-light {
  display: none !important;
}

[data-layout-mode=dark] .theme-logo-sm-dark,
[data-layout-mode=dark] .theme-logo-lg-dark,
[data-layout-mode=dark] .footer-logo-dark,
[data-bs-theme=dark] .theme-logo-sm-dark,
[data-bs-theme=dark] .theme-logo-lg-dark,
[data-bs-theme=dark] .footer-logo-dark {
  display: none !important;
}

[data-layout-mode=dark] .theme-logo-sm-light,
[data-layout-mode=dark] .theme-logo-lg-light,
[data-layout-mode=dark] .footer-logo-light,
[data-bs-theme=dark] .theme-logo-sm-light,
[data-bs-theme=dark] .theme-logo-lg-light,
[data-bs-theme=dark] .footer-logo-light {
  display: inline-block !important;
}

/* Fibrematic ID badge base sizing & hover scaling */
.badge-fm-id,
a.badge-fm-id,
.badge-fm-id:visited,
a.badge-fm-id:visited {
	display: inline-block;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	padding: 5px 11px !important;
	border-radius: 5px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.badge-fm-id:hover,
a.badge-fm-id:hover,
.badge-fm-id:focus,
a.badge-fm-id:focus,
.badge-fm-id:active,
a.badge-fm-id:active,
tr:hover .badge-fm-id,
.order-row-clickable:hover .badge-fm-id {
	transform: scale(1.15);
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	z-index: 5;
	position: relative;
}

/* SLA status badge base sizing (bigger, without hover scaling) */
.badge-sla-status {
	display: inline-block;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	padding: 5px 11px !important;
	border-radius: 5px !important;
	text-decoration: none !important;
	transition: none !important;
	transform: none !important;
}

.badge-sla-status:hover,
.badge-sla-status:focus,
.badge-sla-status:active,
tr:hover .badge-sla-status,
.order-row-clickable:hover .badge-sla-status {
	transform: none !important;
	box-shadow: none !important;
}

/* Sync team filter badge text color with button text on hover/focus/active */
.btn-soft-secondary:hover .badge,
.btn-soft-secondary:focus .badge,
.btn-soft-secondary:active .badge,
.btn-soft-secondary.active .badge,
.js-team-filter-open:hover .js-team-filter-count,
.js-team-filter-open:focus .js-team-filter-count,
.js-team-filter-open:active .js-team-filter-count,
.js-team-filter-open.active .js-team-filter-count {
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}

/* Toastify Toast Notification Global Customizations */
.toastify {
	box-sizing: border-box !important;
	padding-right: 36px !important;
}

.toastify .toast-close,
.toastify span.toast-close,
span.toast-close,
.toast-close {
	position: absolute !important;
	top: 8px !important;
	right: 10px !important;
	bottom: auto !important;
	left: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 20px !important;
	height: 20px !important;
	line-height: 1 !important;
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #ffffff !important;
	opacity: 0.85 !important;
	cursor: pointer !important;
	text-shadow: none !important;
	background: transparent !important;
	border: none !important;
	z-index: 10 !important;
	transition: transform 0.15s ease, opacity 0.15s ease !important;
}

.toastify .toast-close:hover,
.toastify span.toast-close:hover,
span.toast-close:hover,
.toast-close:hover {
	color: #ffffff !important;
	opacity: 1 !important;
	transform: scale(1.15) !important;
}

