/* Preview Page */
.btn-onMenu{
background-color: #ff6b6b !important;
}
/* Image on top */
.tab-img-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Text under image */
.tab-text div {
  font-size: 12px;
  line-height: 1.2;
}

/* Optional: Remove button borders and make layout clean */
.custom-tabs .nav-link {
  border: none !important;
  background-color: transparent !important;
  color: #333;
  border-radius: 0;
  transition: color 0.3s ease;
}

.custom-tabs {
  position: relative;
}

.tab-underline {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #e53935;
  transition: all 0.3s ease;
}
/* Remove Bootstrap button-style borders and background */
.custom-tabs .nav-link {
  border: none !important;
  background-color: transparent !important;
  color: #333;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 0;
  transition: color 0.3s ease;
}

.custom-tabs .nav-link:hover {
  color: #e53935;
}

.custom-tabs .nav-link.active {
  color: #e53935;
}
/* Style for the button content */
.tab-content-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

/* Image styling */
.tab-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* Optional text styling */
.tab-text div {
  font-size: 12px;
  line-height: 1.2;
}

/* Scrollspy */
/* Custom scrollspy styling matching your tab design */
.custom-scrollspy-nav {
    position: relative;
}

.custom-scrollspy-nav .nav-link {
    border: none !important;
    background-color: transparent !important;
    color: #333;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 0;
    transition: color 0.3s ease;
    text-decoration: none;
}

.custom-scrollspy-nav .nav-link:hover {
    color: #e53935;
}

.custom-scrollspy-nav .nav-link.active {
    color: #e53935;
}

.tab-underline {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #e53935;
    transition: all 0.3s ease;
    left: 0;
}

/* Scrollable content area */
.scrollspy-example-2 {
    position: relative;
    height: 400px;
    overflow-y: auto;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.scrollspy-example-2 > div {
    padding: 20px 0;
    margin-bottom: 30px;
    min-height: 200px;
}

.scrollspy-example-2 h4 {
    color: #212529;
    margin-bottom: 15px;
}

.scrollspy-example-2 p {
    color: #6c757d;
    line-height: 1.6;
}

/* Style for the button content */
.tab-content-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

/* Image styling */
.tab-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* Optional text styling */
.tab-text div {
    font-size: 12px;
    line-height: 1.2;
}


/* Ckeditor Styles */

/* General */
.templateBox {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

/* Pause icon */

.flexslider:not(.home-slider) .flex-pauseplay a.flex-pause, a.flex-play {
    font-size: 0;
    color: transparent;
}

.flexslider:not(.home-slider) .flex-pauseplay a.flex-pause:before {
	content: "\f04c";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

/* Play icon */
.flexslider:not(.home-slider) .flex-pauseplay a.flex-play:before {
	content: "\f04b";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

/* Previous icon */
.flexslider:not(.home-slider) .flex-direction-nav .flex-nav-prev a.flex-prev:before {
	content: "\f053"; /* Previous icon */
	font-family: 'Font Awesome 6 Free';
	font-weight: 900; /* Solid */
}

/* Next icon */
.flexslider:not(.home-slider) .flex-direction-nav .flex-nav-next a.flex-next:before {
	content: "\f054"; /* Next icon */
	font-family: 'Font Awesome 6 Free';
	font-weight: 900; /* Solid */
}


/* Optional: remove dotted box on focus */
.flex-pauseplay a:focus, .flex-direction-nav a:focus {
	outline: none;
	box-shadow: none;
}

.style-2 .home-slider.slider-style2 .flex-direction-nav a:before,
	.style-2 .home-slider.slider-style2 .flex-pauseplay a {
	color: #fff
}

.style-2 .home-slider.slider-style2 .flex-direction-nav .flex-next,
	.style-2 .home-slider.slider-style2 .flex-direction-nav .flex-prev,
	.style-2 .home-slider.slider-style2 .flex-pauseplay a {
	background: #05a7fa
}

.flex-direction-nav a .flex-next:before {
	content: '\f002' !important;
}

.custom_1 {
	background-color: #0c2557 !important; /* 183a52, 0c2557 */
	border-radius: 10px;
}

.custom_3 {
	background-color: #0c2557 !important; /* 0d283c */
	border-radius: 10px;
}

.custom_2 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.custom_4 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* Remove border-bottom for CKEditor tables */
.ck-table-resized > tbody > tr {
    border-bottom-width: 0 !important; /* Set border-bottom-width to 0 */
}
/* Hover Panel Container */
.image-with-desc {
	position: absolute;
	top: 15px; /* Space from top */
	left: 15px; /* Space from left */
	width: 20%;
	min-width: 120px; /* Minimum width */
	height: auto; /* Auto height based on content */
	background: rgba(255, 255, 255, 0.95);
	padding: 12px 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 10;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 12px; /* Rounded corners */
	overflow: hidden;
	box-sizing: border-box;
}

/* Show on hover */
.flexslider .slides>li:hover .image-with-desc {
	opacity: 1;
	visibility: visible;
	transform: translateY(5px); /* Subtle bounce effect */
}

/* Platform Links Styling */
.image-with-desc a.platform-link {
	display: block;
	margin: 4px 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 500;
	color: white;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.2s ease;
	text-align: center;
}

/* Twitter Button */
.image-with-desc a.platform-link.twitter {
	background-color: #1DA1F2;
}

/* Facebook Button */
.image-with-desc a.platform-link.facebook {
	background-color: #1877F2;
}

/* Hover Effects */
.image-with-desc a.platform-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.image-with-desc a.platform-link:active {
	transform: translateY(0);
}
/* Add this to your CSS file or style section */
.news-ticker-horizontal .flexslider .slides a.with-urlchange {
	text-decoration: none !important;
	border-bottom: none !important;
}

/* If you want to add hover effect without underline */
.news-ticker-horizontal .flexslider .slides a.with-urlchange:hover {
	text-decoration: none !important;
	border-bottom: none !important;
	/* Optional: add other hover effects */
	color: inherit !important;
	opacity: 0.8;
}

.bg-none.home-slider.flexslider .slides {
	background: none !important;
}

.style-1 .home-slider.flexslider .slides {
	background: #f65a64;
}

.flex-direction-nav ul, .flex-direction-nav ol, .flexslider ul,
	.flexslider ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
}

.flex-direction-nav ul li, .flex-direction-nav ol li, .flexslider ul li,
	.flexslider ol li {
	list-style-type: none;
	padding-bottom: 0;
}

.home-slider .flex-direction-nav {
	top: 50%; /* Center vertically */
}

.flex-direction-nav {
	position: absolute; /* Ensure they are positioned correctly */
	width: 100%; /* Full width */
	display: flex; /* Use flexbox for alignment */
	justify-content: space-between; /* Space between buttons */
	transform: translateY(-50%); /* Center the buttons */
	z-index: 10; /* Ensure they are above other elements */
}

.home-slider .flex-direction-nav a {
	background: rgba(255, 255, 255, 0.8);
	/* Background color for visibility */
	border-radius: 50%; /* Make them circular */
	/* padding: 10px; */ /* Add some padding */
	/* color: #000; */ /* Button text color */
	text-align: center; /* Center the text */
	text-decoration: none; /* Remove underline */
	/* transition: background 0.3s; */ /* Smooth background transition */
}

.home-slider .flex-direction-nav a:hover {
	background: rgba(255, 255, 255, 1); /* Change background on hover */
}

.home-slider .slides>li {
	position: relative;
}

.home-slider .slides>li {
	position: relative;
	height: 400px; /* Set your desired fixed height here */
	overflow: hidden; /* Optional: to hide any overflow content */
}

.home-slider .slides>li img {
	width: 100%; /* Ensures the image covers the full width of the slide */
	height: 100%; /* Set to 100% to fill the height of the slide */
	object-fit: contain;
	/* Ensures the entire image is visible within the slide */
	object-position: center; /* Centers the image within the slide */
}



/*--------------------------------------------------------------
Inline styles of Preview, View, 
--------------------------------------------------------------*/
/* Scrollbar */
.scroll-container {
	overflow-x: hidden;
}

.scroll-container:hover {
	overflow-x: scroll;
	scrollbar-width: thin;
}

.scroll-container::-webkit-scrollbar {
	width: 6px;
	/* Set the width of the scrollbar */
	height: 6px;
	cursor: pointer;
	opacity: 0.5;
}

.scroll-container::-webkit-scrollbar-thumb {
	background-color: orange;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.5;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
	background-color: #ff8c00;
	cursor: pointer;
	opacity: 0.3;
}

.scroll-container::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.card-buttons .btn {
	position: relative;
	overflow: hidden;
	padding: 1;
	margin-right: 5px;
}

.card-buttons .btn .button-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
	text-align: center;
	color: #fff;
}

.card-buttons .btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50px 50px;
	/* Adjust the size as needed */
	z-index: 0;
}

.table-button:before {
	background-image: url('table.png');
	/* Replace with the path to your table icon */
}

.para-button:before {
	background-image: url('table.png');
	/* Replace with the path to your paragraph icon */
}

.ulist-button:before {
	background-image: url('table.png');
	/* Replace with the path to your paragraph icon */
}

.olist-button:before {
	background-image: url('table.png');
	/* Replace with the path to your paragraph icon */
}

.picture-button:before {
	background-image: url('table.png');
	/* Replace with the path to your ordered list icon */
}

/* Add similar styles for other buttons */
.opase {
	opacity: 0.8;
}

.list-group-horizontal {
	padding-top: 15px;
	display: flex;
	flex-direction: row;
	/* 	background-image: url('card_bg.png'); */
	/*opacity:0.9;*/
}

.button-caption {
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 4px;
}

.button-description {
	padding-left: 25px;
	font-size: 10px;
}

.filter-control {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: right;
	margin-left: auto;
	padding: 5px;
	height: 25px;
	vertical-align: middle;
	border: 1px solid #ccc;
	/* Light border color */
	border-radius: 4px;
	/* Optional: Add rounded corners */
}

.card-title {
	flex: 1;
	align-items: left;
}

/* Add this CSS code to style the toggle switch */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/* ---------Commented as it effects List designer------ */
/* .item {
	display: flex;
	flex-direction: column;
	align-items: left;
	width: 150px !important;
	margin: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 10px;
	padding-right: 10px !important;
	transition: box-shadow 0.1s ease;
	cursor: pointer;
	border-radius: 5px;
}

.item.selected {
	border-style: dotted;
	border-color: green;
	background-color: #f3f0f0;
}

.item:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.item-icon {
	font-size: 40px;
	margin-bottom: 0px;
}

.item-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: green;
	border-bottom: 1px solid #f00;
}

.item-description {
	font-size: 14px;
	color: #888;
} */

.card-container>.card {
	display: none;
	border: none;
	/* 
	flex: 0 0 auto;
	margin-right: 5px;
	width: 60vh !important;
	height: 60vh !important; */
}

#selectedCount {
	text-align: left;
}

.modal-header, .modal-footer {
	padding-top: 3px;
	padding-bottom: 3px;
}

.dropdown-item .fa-edit {
	color: blue;
	margin-right: 5px;
}

.dropdown-item .fa-pen-to-square {
	color: blue;
	margin-right: 5px;
}

.dropdown-item .fa-trash {
	color: red;
	margin-right: 5px;
}

.dropdown-item .fa-eye-slash {
	color: green;
	margin-right: 5px;
}

.viewPage .card {
	max-height: 400px;
}

.viewPage .card-header {
	background: #c76957;
}

.viewPage .card-body {
	overflow: hidden;
}

.viewPage .card-body:hover {
	overflow: auto;
}

/*--------------------------------------------------------------
Inline styles of Objects
--------------------------------------------------------------*/
/* Audio, Doc, Image and Video Uploader--------------------- */

.Uploader {
	background-color: #f9f9f9;
	cursor: pointer;
	text-transform: capitalize;
}

.Uploader span {
	cursor: pointer;
}

.cardheader {
	margin: 10px;
	align-items: center;
	margin: 10px;
}

.video-container, .doc-container, .image-container {
	display: none;
	flex-wrap: wrap;
}

.video-item, .doc-item, .image-item {
	position: relative;
	margin: 10px;
	width: 200px;
	flex: 0 0 calc(20% - 20px);
	cursor: grab;
}

.video-item:active, .doc-item:active, .image-item:active{
	cursor: grabbing;
}

.video-card, .doc-card, .image-card{
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}

.video-preview, .doc-preview, .image-preview {
	width: 100%;
	height: 150px; /* 100%; */
	object-fit: cover;
	border-radius: 4px 4px 0 0;
}

.video-properties, .doc-properties, .image-properties {
	font-size: 12px;
	margin-top: 10px;
}

.button-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.button-group button {
	flex-grow: 0;
	margin-top: 0;
}

.delete-button {
	margin-top: 0;
}

.options-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	color: black;
	cursor: pointer;
	padding: 2px;
	font-size: 12px;
}

.button-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.delete-button {
	align-self: center;
}

.video-container, .doc-container, .image-container, .thumbnail-container {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.thumbnail-image {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: auto;
	border-radius: 4px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	display: block;
}

.thumbnail-container {
	display: none;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: flex-start;
}

.options-menu {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 1;
	padding: 8px;
}

.options-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.options-menu li {
	cursor: pointer;
	padding: 4px 8px;
}

.options-menu li:hover {
	background-color: #f0f0f0;
}

.video-uploader, .doc-uploader, .image-uploader {
	border: 2px dashed #ccc;
	padding: 1rem;
}

.video-uploader input[type="file"], .doc-uploader input[type="file"], .image-uploader input[type="file"] {
	display: none;
}

.drag-handle {
	position: absolute;
	top: 5px;
	left: 5px;
	color: black;
	cursor: move;
	padding: 2px;
	font-size: 12px;
}
/*Build Menu----------------------------------------*/
tr:hover .deleteStyle, div:hover .deleteStyle {
	opacity: 1;
}

.deleteStyle {
	opacity: 0;
}
.buildMenu .dropdown_menu {
	width: 220px;
	height: 48px;
	margin: 0 auto 10px;
	position: relative;
}

.buildMenu .dropdown_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.buildMenu .dropdown_menu ul.dropdown {
	position: relative;
	width: 100%;
}

.buildMenu .dropdown_menu ul.dropdown li {
	font-weight: bold;
	float: left;
	width: 220px;
	position: relative;
	background: #ecf0f1;
	border-radius: 3px;
}

.buildMenu .dropdown_menu ul.dropdown a:hover {
	color: #000;
}

.buildMenu .dropdown_menu ul.dropdown li a {
	display: block;
	padding: 15px 8px;
	color: #34495e;
	position: relative;
	z-index: 2000;
	text-align: left;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
}

.buildMenu .dropdown_menu ul.dropdown li a:hover, .buildMenu .dropdown_menu ul.dropdown li a.hover
	{
	background: #3498db;
	position: relative;
	color: #fff;
}

.buildMenu .dropdown_menu ul.dropdown ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	z-index: 1000;
	background: #f6f6f6;
	border-radius: 3px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 0;
	transform: translateY(-10px);
}

.buildMenu .dropdown_menu ul.dropdown li:hover>ul {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.buildMenu .dropdown_menu ul.dropdown ul li {
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #c8ddf3;
}

.buildMenu .dropdown_menu ul.dropdown ul li a {
	display: block;
	color: #34495e !important;
	background: #eee !important;
	font-size: 13px;
	padding: 10px;
}

.buildMenu .dropdown_menu ul.dropdown ul li a:hover {
	display: block;
	background: #3498db !important;
	color: #fff !important;
}

.buildMenu .dropdown_menu ul.dropdown ul li .zone {
	display: block;
	color: #34495e !important;
	background: #A0D9FF !important;
	text-align: center;
	font-size: 15px;
}

.buildMenu .dropdown_menu .drop>a {
	position: relative;
}

.buildMenu .dropdown_menu .drop>a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 43%;
	border-left: 5px solid transparent;
	border-top: 5px solid #333;
	border-right: 5px solid transparent;
	z-index: 999;
}

.buildMenu .dropdown_menu .drop>a:hover:after {
	content: "";
	border-left: 5px solid transparent;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
}

/* Gallery-------------------------------------------------- */
svg {
	cursor: pointer;
}

.containerBox {
	border-radius: 10px;
	display: inline-block;
	padding: 5px;
}

.inner-shadow {
	/* box-shadow: inset 0 0 15px 0 #c7c7c7; */
	box-shadow: 0px 0px 20px 1px #c7c7c7 inset;
}

.inner-shadows {
	box-shadow: inset 0 0 15px 0 #c7c7c7;
	/* box-shadow: inset 0 0 10px #c7c7c7; */
}

#box {
	position: relative;
	width: 200px;
	height: 200px;
	padding: 10px;
	margin: 100px;
	background-color: white;
}

.icons-left {
	display: flex;
	align-items: center;
}

.icons-left {
	display: flex;
	align-items: center;
}

.icons-left span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

.icons-left {
	display: flex;
	align-items: center;
}

.icons-left i {
	margin-right: 5px;
}

.icons-left:hover {
	cursor: pointer;
}

/* .fa{
font-size: 2em;
} */
.card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-footer i.fa-caret-down {
	margin-left: auto;
}

.folder-header {
	cursor: pointer;
}

.folder-header i {
	margin-right: 5px;
}

.folder-items {
	display: none;
}

.folder {
	border: none; /* Remove default border */
}

.objContainer {
	overflow: hidden;
	flex-direction: row;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.objContainer label {
	text-align: center;
}

.objItems {
	margin: 5px;
	opacity: 0.8;
	background-color: rgba(250, 250, 250, 0.4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease-in-out;
}

.objItems:hover {
	background-color: #f2f2f2;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Gallery Designer -------------------------------------*/
/* .form-check-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
} */

.form-check-label img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	padding: 3px;
}

/* .form-check-input:checked+.form-check-label {
	border: 1px solid #ced4da;
	border-color: #0d6efd;
	box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
} */

.folder-header {
	cursor: pointer;
}

.folder-header i {
	margin-right: 5px;
}

.folder-items {
	display: none;
}

.folder {
	border: none;
}

.list-group-item {
	padding: 1px;
	font-size: x-small;
}
.d-flex>.no-flex-btn {
	flex: unset;
}

.d-flex>.btn {
	flex: unset;
}

.group-id {
	background-color: rgb(224, 239, 255);
	color: rgb(54, 69, 139);
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	text-align: center;
	text-transform: capitalize;
}

marquee ul li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 8px;
	color: #007bff;
}

/* Carousel container themes */
.carousel-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	transition: all 0.3s ease;
}

/* Theme styles */
.theme-navy {
	background-color: #0a2351;
	color: white;
}

.theme-light {
	background-color: #f8f9fa;
	color: #333;
}

.theme-dark {
	background-color: #212529;
	color: white;
}

.theme-primary {
	background-color: #0d6efd;
	color: white;
}

/* Carousel slides container */
.carousel-slides {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
}

/* Carousel single slide */
.carousel-slide {
	flex: 0 0 auto;
	width: 100%;
	display: none;
}

.carousel-slide.active {
	display: block;
}

/* Service grid layout */
/* Service grid layout 
        .service-grid {
            display: grid;
            grid-gap: var(--grid-gap, 15px);
            padding: var(--grid-padding, 20px);
        }*/

.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* ✅ distributes items evenly */
    gap: var(--grid-gap, 15px);
    padding: var(--grid-padding, 20px);
}

/* Navigation buttons */
.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	z-index: 10;
	transition: all 0.3s ease;
}

.carousel-nav:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.carousel-nav.prev {
	left: 10px;
}

.carousel-nav.next {
	right: 10px;
}

/* Button themes */
.btn-theme-default {
	background-color: #0d6efd;
	color: white;
	border: none;
	border-radius: 8px;
}

.btn-theme-red {
	background-color: #cc0000;
	color: white;
	border: none;
	border-radius: 12px;
	box-shadow: 0 0 0 3px white, 0 0 0 4px #dddddd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-theme-outline {
	background-color: transparent;
	color: #0d6efd;
	border: 2px solid #0d6efd;
	border-radius: 8px;
}

.btn-theme-navy {
	background-color: #0a2351;
	color: white;
	border: none;
	border-radius: 8px;
}

/* Service item styles */
.service-item {
	text-align: center;
	padding: 15px;
	/* border-radius: 8px; */
	transition: transform 0.3s ease;
	background-color: rgba(255, 255, 255, 0.1);
	height: 100%;
	width: calc((100% - 4 * var(--grid-gap, 15px)) / 5);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.service-item:hover {
	transform: translateY(-5px);
}

.service-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	background-color: white;
	border-radius: 8px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-icon img {
	max-width: 100%;
	max-height: 100%;
}

/* Indicators */
.carousel-indicators {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	gap: 8px;
}

.indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.indicator.active {
	background-color: white;
}

/* Control panel */
.control-panel {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.control-panel h3 {
	margin-bottom: 20px;
	color: #333;
}
/* Maps -----------------------------------------------*/
#mapContainer {
	height: 400px;
	width: 100%;
}
/* Tables -----------------------------------------------*/
tr:hover .deleteStyle {
	opacity: 1;
}

.deleteStyle {
	opacity: 0;
}

/* Paragraph -----------------------------------------------*/
.ck-editor__editable_inline {
	resize: vertical;
	overflow: auto;
	min-height: 150px;
}
/* Organization chartsssss -----------------------------------------------*/
/* Organization Chart Styles - Updated for better hierarchical display */
.org-chart {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}

.org-branch {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.org-node {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	min-width: 150px;
	transition: all 0.3s ease;
}

.org-node.design-mode {
	border: 1px dashed #ccc;
}

.org-node.preview-mode {
	border: 1px solid #eee;
	/* Preview mode gets different layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	/* width: 150px; */
	margin: 5px auto;
	transition: transform 0.2s;
}

.org-node.preview-mode:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Image container styles */
.org-node-image {
	width: 60px;
	height: 60px;
	/* border-radius: 50%; */
	background-color: #f0f0f0;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

/* Square image in preview mode */
.preview-mode .org-node-image {
	width: 50px;
	height: 50px;
	border-radius: 0;
	margin: 0;
	flex: 0 0 30%;
	background-color: #f8f9fa;
	border: 1px solid #eaeaea;
}

.org-node-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.org-node-image i {
	font-size: 24px;
	color: #777;
}

/* Text content container for preview mode */
.preview-mode .text-content {
	flex: 0 0 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
}

.editable-image {
	cursor: pointer;
}

.remove-btn {
	position: absolute;
	top: -8px;
	right: -8px;
	background: red;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.org-node-name, .org-node-title {
	text-align: center;
	margin-bottom: 5px;
}

.org-node-name {
	font-weight: bold;
	font-size: 16px;
}

.org-node-title {
	font-size: 14px;
	color: #555;
}

.editable {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}

/* FIXED: Changed org-children to display children in a row instead of column */
.org-children {
	display: flex;
	flex-direction: row;
	/* Changed from wrap to row to ensure horizontal arrangement */
	justify-content: center;
	padding-top: 20px;
	position: relative;
	width: 100%;
	gap: 15px; /* Added gap for spacing between siblings */
}

/* Hide collapsed children */
.org-children.collapsed {
	display: none !important;
}

/* Improved connector styles - vertical line from parent to children */
.org-connector {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 2px;
	height: 15px;
	background-color: #999;
	transform: translateX(-50%);
}

/* FIXED: Improved horizontal connector line for multiple children */
/* .org-children:has(> .org-branch + .org-branch)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #999;
    display: block;
} */
.org-children:not(:empty)::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	border-top: 2px dotted #e8e8e8;
	display: block;
	height: 0;
	z-index: 1;
}


/* For nodes with 2 children */
/* .org-children:has(.org-branch:nth-child(2):not(.org-branch:nth-child(3)))::before
	{
	left: 25%;
	right: 25%;
} */

/* For nodes with 3 children */
.org-children:has(.org-branch:nth-child(3):not(.org-branch:nth-child(4)))::before
	{
	left: 16.67%;
	right: 16.67%;
}

/* For nodes with 4 children */
.org-children:has(.org-branch:nth-child(4):not(.org-branch:nth-child(5)))::before
	{
	left: 12.5%;
	right: 12.5%;
}

/* For nodes with 5 or more children */
.org-children:has(.org-branch:nth-child(5))::before {
	left: 10%;
	right: 10%;
}

.org-add-child-btn {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	background-color: #0d6efd;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.org-add-child-btn:hover {
	background-color: #0b5ed7;
}

.name-label {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 2px;
	text-align: center;
	width: 100%;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-label {
	font-size: 8px;
	color: #666;
	text-align: center;
	width: 100%;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Level-based styling for hierarchy depth */
.level-0 > .org-node { border-bottom: 3px solid #0d6efd; }
.level-1 > .org-node { border-bottom: 2.8px solid #6c757d; }
.level-2 > .org-node { border-bottom: 2.6px solid #198754; }
.level-3 > .org-node { border-bottom: 2.4px solid #dc3545; }
.level-4 > .org-node { border-bottom: 2.2px solid #ffc107; }
.level-5 > .org-node { border-bottom: 2px solid #6f42c1; }
.level-6 > .org-node { border-bottom: 1.8px solid #0c2557; }
.level-7 > .org-node { border-bottom: 1.6px solid #6b180a; }

/* When there's no image, make text-content full width */
.preview-mode.no-image .text-content {
	flex: 1 1 100%;
	padding-left: 0;
	align-items: center;
	text-align: center;
}

/* Hide image container entirely if no image */
.preview-mode.no-image .org-node-image {
	display: none !important;
}

/* Expandable toggle styles */
.expandable-toggle {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
	font-size: 12px;
}

.expandable-switch {
	transform: scale(0.8);
}

/* Color picker styles */
.color-picker-container {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
	font-size: 12px;
}

.color-picker {
	width: 30px;
	height: 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

/* Expand/Collapse button in preview mode */
.expand-collapse-btn {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #0d6efd;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	color: #0d6efd;
}

.expand-collapse-btn:hover {
	background: #0d6efd;
	color: white;
}


/*--------------------------------------------------------------
Inline styles of Pages
--------------------------------------------------------------*/

.login-container.bg_over {
	opacity: 0.8;
	/*background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,1));*/
	background-image: url("../../../bg_login2.jpg");
	background-position: left top;
	background-size: cover;
	/*background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.5)), url("bg_login2.jpg");*/
	/*background-repeat:repeat;*/
}

.login-container {
	color: white;
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	margin-top: 50px;
	border-radius: 5px;
	box-shadow: 3px 5px 5px black;
}

.login-container h2 {
	font-family: "Domine", Gelasio, "Raleway", sans-serif;
	font-weight: 700;
	font-size: 150%;
}

.login-container label {
	color: white;
}

.captchaHolder {
	padding: 10px;
	background: linear-gradient(to bottom right, #ffcc66 -37%, #ffffcc 105%);
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cptIcons {
	margin-left: 10px;
	color: black;
}

.error-style {
	color: red;
	font-weight: bold;
}

        .customError {
            margin: 0;
            width: 100%;
            height: 100%;
            font-family: 'Dosis', sans-serif;
            background: linear-gradient(to bottom, #001F3F, #003366);
            text-align: center;
            color: white;
            overflow: hidden;
        }
        .central-body {
            padding-top: 15%;
        }
        .btn-go-home {
            margin: 15px auto;
            width: 150px;
            padding: 12px;
            border: 2px solid #FFD700;
            border-radius: 50px;
            background-color: #FFD700;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            transition: 0.3s;
        }
        .btn-go-home:hover {
            background-color: #000;
            color: #FFD700;
            border-color: #FFD700;
        }
        .police-icons {
            width: 150px;
            margin: 20px auto;
        }
        .patrolling-car {
            position: absolute;
            bottom: 50px;
            width: 120px;
            animation: patrol 10s linear infinite;
        }
        @keyframes patrol {
            0% { left: -150px; }
            100% { left: 100%; }
        }
        @media only screen and (max-width: 600px) {
            .central-body {
                padding-top: 25%;
            }
        }
/* Templates */
       
.containerBox {
	border-radius: 10px;
	display: inline-block;
	padding: 15px;
}

.inner-shadow {
	/* box-shadow: inset 0 0 15px 0 #c7c7c7; */
	box-shadow: 0px 0px 20px 1px #c7c7c7 inset;
}

.inner-shadows {
	box-shadow: inset 0 0 15px 0 #c7c7c7;
	/* box-shadow: inset 0 0 10px #c7c7c7; */
}

.icons-left {
	display: flex;
	align-items: center;
}

.icons-left {
	display: flex;
	align-items: center;
}

.icons-left span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

.icons-left {
	display: flex;
	align-items: center;
}

.icons-left i {
	margin-right: 5px;
}

.icons-left:hover {
	cursor: pointer;
}

/* .fa{
font-size: 2em;
} */
.card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-footer i.fa-caret-down {
	margin-left: auto;
}
/* universal search */
.highlight {
	background-color: yellow;
}
/* unlockuser */ 
.disabled {
	pointer-events: none;
	opacity: 0.5;
}
