:root {
  --primary-blue: #1e3a8a;
  --primary-blue-dark: #1e40af;
  --primary-blue-light: #3b82f6;
  --accent-gold: #d97706;
  --accent-gold-light: #f59e0b;
  --neutral-dark: #1f2937;
  --neutral-gray: #6b7280;
  --neutral-light: #f8fafc;
  --neutral-white: #ffffff;
  --success-green: #059669;
  --warning-orange: #ea580c;
  --error-red: #dc2626;
  --font-primary: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --font-mono: 'Courier New', monospace;
  --border-radius: 8px;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.btn-default {
  color: white !important;
  background-color: #0d8282 !important;
  border-color: wheat;
}

.btn-default:hover {
  color: white !important;
  background-color: #3a7fd8 !important;
  border-color: wheat;
}
.modal-backdrop{
  z-index:unset;
}

#sidebarCollapsed{
	background: linear-gradient(135deg,#2a273e 2%,rgb(48, 100, 125) 58%,#152020 100%);
	padding-top: 0px;
	font-size: 18px;
	z-index: 2000;
}


.top-nav {
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.nav-left, .nav-right {
	display: flex;
	list-style: none;
}

.nav-left li, .nav-right li {
	margin: 0 5px;
}

.nav-left a, .nav-right a {
	color: white;
	text-decoration: none;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.nav-left a:hover, .nav-right a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
		
.menu-button {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 5px;
}

.icon-bar {
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 3px 0;
	border-radius: 2px;
}


/* saidebar collapsed but keep icons visible*/
.sidebar-menu li>a>.fa-angle-left, 
.sidebar-menu div>li>a>.fa-angle-left {
    height: 1em;
}

.sidebar-menu div li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}

.sidebar-menu li.active>a>.fa-angle-left, 
.sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
	height: 1em;
}


@media (min-width: 768px){
	
	.sidebar-collapse .content-wrapper{
		margin-left: 70px;
	}
	.sidebar-collapse .main-sidebar {
	  -webkit-transform: translate(0,0) !important;
	  -ms-transform: translate(0,0) !important;
	  -o-transform: translate(0,0) !important;
	  transform: translate(0,0) !important;
	  width: 70px !important;
	  z-index: 850;
	}

	.sidebar-collapse .main-sidebar .user-panel > .info, 
	.sidebar-collapse .sidebar-form, 
	.sidebar-collapse .sidebar-menu li.header, 
	.sidebar-collapse .sidebar-menu > li > .treeview-menu, 
	.sidebar-collapse .sidebar-menu > li > a > .pull-right, 
	.sidebar-collapse .sidebar-menu > li > a > span,
	.sidebar-collapse .sidebar-menu > div > li > a> span
	{
		display: none !important;
		-webkit-transform: translateZ(0);
	}
	
	.sidebar-collapse .sidebar-menu > li > .treeview-menu,
	.sidebar-collapse .sidebar-menu > div > li > .treeview-menu	{
	  padding-top: 5px;
	  padding-bottom: 5px;
	  border-bottom-right-radius: 4px;
	}
	
	/* Expanded menu on hover */
	.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,
	.sidebar-collapse .sidebar-menu>div>li:hover>.treeview-menu,
	.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
	.sidebar-collapse .sidebar-menu>div>li:hover>a>span:not(.pull-right){
	  display:block!important;
	  position:absolute;
	  width:180px;
	  left:70px
	}
	
	.sidebar-collapse .sidebar-menu>li:hover>a>span,
	.sidebar-collapse .sidebar-menu>div>li:hover>a>span	{
	  top:0;
	  margin-left:-3px;
	  padding:12px 5px 12px 20px;
	  background-color:inherit
	}
	
	.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container,
	.sidebar-collapse .sidebar-menu>div>li:hover>a>.pull-right-container	{
	  position:relative!important;
	  float:right;
	  width:auto!important;
	  left:180px!important;
	  top:-22px!important;
	  z-index:900
	}
	.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type),
	.sidebar-collapse .sidebar-menu>div>li:hover>a>.pull-right-container>.label:not(:first-of-type)	{
	  display:none
	}
	.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,
	.sidebar-collapse .sidebar-menu>div>li:hover>.treeview-menu 	{
	  top:44px;
	  margin-left:0
	 }
	 
	 .skin-blue .sidebar-menu > div > li.active > a, .skin-blue .sidebar-menu > div>li:hover > a {
	  color: #fff;
	  background: #1e282c;
	  border-left-color: #3c8dbc;
	}
}

/****************************************/
.user-menu .user-image{
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.user-menu span{
	float: left;
	height: 25px;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 12px;
	color: white !important;;
}

ul.dropdown-menu.dashboard-user {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  height: fit-content;
  width: 280px;
   padding: 1px 0 0 0;
}

#useraccount, #logout-btn {
	background: #bfbebe !important;
	color: #444 !important;
	border-color: #b9b5b5;
}

/***********************************/

#smart-header{
	background-color: #005c80;
	color: white;
	font-weight: bold;
	padding: 1rem;
	padding: 2vh;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
}
	
@media screen and (max-width: 768px){
	#app_title{
		border-bottom: 1px solid #8c8a8a;
		padding-bottom: 6px !important ;
	}
	
	#topNav{
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	#smart-header{
		padding: 0 !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1200px){
	#smart-header{
		font-size: inherit;
	}
	
	.col-sm-4{
		padding-right: 0;
		padding-left: 0;
	}
	
	.col-sm-4 .well{
		padding: 6px;
	}
}



/***********************************/
		
#markdown_file_to_save{
  background-color: black;
  color: wheat;
}
.form-control,select, .selectize-input {
  border: 1px solid teal;
}

.progress-bar {
  background-color: #f4a063 !important;
}

#response_generee_title{
  background-color: #7b3939;
  color: white;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  width:100%;
  margin:auto;
  background-color: #755d5d;
}

#markdown_editor_container{
	width:100%;margin:auto;margin-top:10px;margin-bottom:100px;
}

#markdown_code_restyle{
	width:100%;margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:-webkit-box;
	border: 1px solid #dfdada;
	/*height: 48px;*/
	padding: 6px;
	background-color: #7b3939;
	gap:6px;
	flex-wrap: wrap;
	/*background: linear-gradient(to right, #9e99a8, #283446);*/
	background-color: #755d5d;
}

#markdown_code_restyle .form-group, #markdown_code_restyle .selectize-control {
  margin-bottom: unset;
}

footer{
  padding: 12px;
  background-color: #002240;
  position: relative;
  bottom: 0;
  width: 100%;
  position: relative;
  margin: auto;
  /*bottom: -100px;*/
  height: 300px;
}

#ask_ao_correction_text{
  color: black;
  background-color: beige;
  border: 1px solid teal;
  margin: auto;
  max-width: 99%;
}

.tabbable{
  border: 1px solid black;
  padding: 6px;
  margin-bottom: 12px;
}

.tabbable ul{
  margin-bottom: 12px;
  background-color: #c4c2c2;
  background-color: #eee;
}

.tabbable ul.nav.nav-tabs{
  background: linear-gradient(135deg,#2a273e 2%,rgb(30, 72, 58) 58%,#0fdbdb 100%);
}

.tabbable .nav.nav-tabs li a{
 color: aqua;
}

.tabbable .nav.nav-tabs li.active a{
 color: #555 !important;
}

.nav.nav-tabs > li.active > a{
  color: #555 !important;
}

.nav.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
  color: #555 !important;
}

#file_upload_ao-label::after, #file_upload_cv-label::after, #file_upload_company-label::after {
  content: ' *';
  color: red;
}

@media screen and (max-width: 768px) {
  .container-fluid {
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 2px;
	margin-right: 2px;
  }
  
  .row {
	margin-left: 0px;
	margin-right: 0px;
  }
  
  .col-sm-4,.col-sm-8 {
	padding-right: 0px;
	padding-left: 0px;
  }

  #markdown_editor_container{
	width:100%;
	margin:auto;
	margin-top:10px;
	margin-bottom:100px;
  }
  
  #markdown_code_restyle{
	width:100%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:inline-table;
	border: 1px solid #dfdada;
	height: 48px;padding: 6px;
	background-color: #7b3939;
	gap:6px;
	text-align: center;
  }
  
  #markdown_btn_load_file{
	vertical-align: top;
	margin: 6px auto;
	margin-left: 12px;
  }
  
  #markdown_editor_container div .form-group,#markdown_editor_container div button:not(#markdown_btn_load_file),#markdown_editor_container div a{
	  margin: 6px auto;
  }
  
  h2{
	font-size: 20px;
  }
  
  .ace_gutter-cell {
	padding-left: 6px;
  }
  
  footer{
	/*margin-right: -4px;
	margin-left: -4px;*/
  }
  
}

@media screen and (min-width: 769px) and (max-width: 1080px){

  #markdown_code_restyle{
	width:100%;margin:auto;margin-top:10px;margin-bottom:10px;display:inline-table;border: 1px solid #dfdada;height: 48px;padding: 6px;background-color: #7b3939;gap:6px;text-align: center;
  }
  
  #markdown_editor_container div .form-group,#markdown_editor_container div button:not(#markdown_btn_load_file),#markdown_editor_container div a{
	  margin: 6px auto;
  }
  
  #markdown_btn_load_file{
	vertical-align: top;
	margin: 6px auto;
	margin-left: 12px;
  }
}

.editor-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  background: linear-gradient(to right, #9e99a8, #283446);
  padding: 6px 4px;
}

.tool-btn {
  background: #4a00e0;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.tool-btn:hover {
  background: #8e2de2;
  transform: translateY(-2px);
}
	
.preview-btn {
  background: #0d8282;
}

.preview-btn:hover {
  background: #00917d;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  color: white;
}

.modal-header h2 {
  font-size: 1.5rem;
}

	.close-btn {
		background: none;
		border: none;
		color: white;
		font-size: 1.5rem;
		cursor: pointer;
		transition: transform 0.3s ease;
		position:fixed;
	}

	.close-btn:hover {
		transform: scale(1.2);
	}

	.modal-body {
		flex: 1;
		padding: 30px;
		overflow-y: auto;
		background-color: #f9f9f9;
	}

	.document-preview {
		background-color: white;
		padding: 40px;
		border-radius: 5px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
		max-width: 800px;
		margin: 0 auto;
		min-height: 500px;
	}

	/* Markdown Preview Styles */
	#preview h1, .document-preview h1 {
		color: #4a00e0;
		border-bottom: 2px solid #e0e0e0;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	#preview h2, .document-preview h2 {
		color: #8e2de2;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	#preview h3, .document-preview h3 {
		color: #6a11cb;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	#preview p, .document-preview p {
		margin-bottom: 15px;
		line-height: 1.6;
	}

	#preview ul, #preview ol, .document-preview ul, .document-preview ol {
		margin-left: 20px;
		margin-bottom: 15px;
	}

	#preview blockquote, .document-preview blockquote {
		border-left: 4px solid #4a00e0;
		padding-left: 15px;
		margin-left: 0;
		color: #555;
		font-style: italic;
	}

	#preview code, .document-preview code {
		background-color: #f4f4f4;
		padding: 2px 6px;
		border-radius: 3px;
		font-family: 'Courier New', monospace;
	}

	#preview pre, .document-preview pre {
		background-color: #f8f8f8;
		padding: 15px;
		border-radius: 5px;
		overflow-x: auto;
		margin-bottom: 15px;
	}

	#preview table, .document-preview table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 15px;
	}

	#preview th, #preview td, .document-preview th, .document-preview td {
		border: 1px solid #ddd;
		padding: 8px 12px;
		text-align: left;
	}

	#preview th, .document-preview th {
		background-color: #f2f2f2;
	}

	#preview img, .document-preview img {
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	}

	.document-preview {
		font-family: 'Times New Roman', Times, serif;
		line-height: 1.5;
	}

	.document-preview h1 {
		text-align: center;
		color: #2c3e50;
		border-bottom: 2px solid #2c3e50;
	}

	.document-preview h2 {
		color: #34495e;
		border-bottom: 1px solid #bdc3c7;
		padding-bottom: 5px;
	}

	.document-preview table {
		width: 100%;
		border: 1px solid #7f8c8d;
	}

	.document-preview th {
		background-color: #ecf0f1;
		background-color: #e6e6e6;
	}
	
	.document-preview th, .document-preview td {
	  border: 1px solid #000000;
	  padding: 6px 10px;
	  text-align: left;
	}

	@media (max-width: 768px) {
		
		.modal-content {
			width: 95%;
			padding: 10px;
		}
		
		.help-content{
		  padding:2px
		}
		
		.modal-body{
		  padding:0;
		}
		
		.document-preview{
		  padding:2px
		}
	}
.download-btn {
  background: linear-gradient(to right, #00b09b, #96c93d);
  background: linear-gradient(to right, #113ff4, #04281a);
  color: white;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* YAML Front Matter Styles */
.yaml-header {
		background-color: #f8f9fa;
		border-left: 4px solid #4a00e0;
		padding: 15px;
		margin-bottom: 20px;
		font-family: 'Courier New', monospace;
		font-size: 0.9rem;
		color: #555;
}

.yaml-header h3 {
		color: #4a00e0;
		margin-top: 0;
		margin-bottom: 10px;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.yaml-btn {
  background: #ff6b6b;
}

.yaml-btn:hover {
  background: #ee5a5a;
}

.help-btn {
  position: absolute;
  /*top: 20px;*/
  right: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.help-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}    

.help-tool-btn {
  background: #ffa726;
}

.help-tool-btn:hover {
  background: #f57c00;
}

/* Help Content Styles */
.help-content {
  padding: 20px;
  line-height: 1.6;
}

.help-content h3 {
  color: #4a00e0;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.help-content h4 {
  color: #8e2de2;
  margin: 15px 0 8px 0;
}

.help-content code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
}

.help-content pre {
  background-color: #f8f8f8;
  padding: 12px;
  border-radius: 5px;
  overflow-x: auto;
  margin: 10px 0;
  border-left: 4px solid #4a00e0;
}

.help-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.help-content th, .help-content td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}

.help-content th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.example {
  background-color: #f8f9fa;
  border-left: 4px solid #00b09b;
  padding: 15px;
  margin: 10px 0;
  border-radius: 0 5px 5px 0;
}

.clear-btn {
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  color: white;
}

.clear-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Table of Contents Styles */
	.toc {
		background-color: #f8f9fa;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		padding: 20px;
		margin-bottom: 25px;
	}

	.toc-title {
		color: #4a00e0;
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 1.3rem;
		border-bottom: 2px solid #e0e0e0;
		padding-bottom: 10px;
	}

	.toc ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.toc li {
		margin-bottom: 8px;
		line-height: 1.4;
	}

	.toc a {
		color: #4a00e0;
		text-decoration: none;
		display: block;
		padding: 2px 0;
		transition: color 0.2s ease;
	}

	.toc a:hover {
		color: #8e2de2;
		text-decoration: underline;
	}

	.toc-level-1 { margin-left: 0; font-weight: bold; }
	.toc-level-2 { margin-left: 20px; }
	.toc-level-3 { margin-left: 40px; font-size: 0.95em; }
	.toc-level-4 { margin-left: 60px; font-size: 0.9em; }
	.toc-level-5 { margin-left: 80px; font-size: 0.85em; }
	.toc-level-6 { margin-left: 100px; font-size: 0.8em; }

	/* Numbered Sections */
	.numbered {
		counter-reset: h1;
	}

	.numbered h1 {
		counter-reset: h2;
	}

	.numbered h2 {
		counter-reset: h3;
	}

	.numbered h3 {
		counter-reset: h4;
	}

	.numbered h4 {
		counter-reset: h5;
	}

	.numbered h5 {
		counter-reset: h6;
	}

	.numbered h1:before {
		counter-increment: h1;
		content: counter(h1) '. ';
	}

	.numbered h2:before {
		counter-increment: h2;
		content: counter(h1) '.' counter(h2) '. ';
	}

	.numbered h3:before {
		counter-increment: h3;
		content: counter(h1) '.' counter(h2) '.' counter(h3) '. ';
	}

	.numbered h4:before {
		counter-increment: h4;
		content: counter(h1) '.' counter(h2) '.' counter(h3) '.' counter(h4) '. ';
	}

	.numbered h5:before {
		counter-increment: h5;
		content: counter(h1) '.' counter(h2) '.' counter(h3) '.' counter(h4) '.' counter(h5) '. ';
	}

	.numbered h6:before {
		counter-increment: h6;
		content: counter(h1) '.' counter(h2) '.' counter(h3) '.' counter(h4) '.' counter(h5) '.' counter(h6) '. ';
	}

	/* User Info Styles */
	.user-info {
		background: linear-gradient(to right, #4a00e0, #8e2de2);
		color: white;
		padding: 15px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.user-welcome {
		font-size: 1rem;
	}

	.user-btn {
		background: rgba(255, 255, 255, 0.2);
		color: white;
		border: 1px solid rgba(255, 255, 255, 0.3);
		padding: 8px 15px;
		border-radius: 5px;
		cursor: pointer;
		transition: all 0.3s ease;
		font-size: 0.9rem;
		background: linear-gradient(to right, #4a00e0, #8e2de2);
		/*right: 20px;*/
		position: relative;
	}

	.user-btn:hover {
		background: rgba(255, 255, 255, 0.3);
		transform: translateY(-1px);
	}
	
	/* Translation Modal */
	.translation-modal {
		max-width: 500px;
	}

	.translation-options {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		margin-bottom: 20px;
	}

	.translation-group {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.translation-group label {
		font-weight: 600;
		color: #333;
	}

	.translation-group select {
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 5px;
		font-size: 1rem;
	}

	.translation-preview {
		background: #f8f9fa;
		padding: 15px;
		border-radius: 5px;
		margin: 15px 0;
		max-height: 200px;
		overflow-y: auto;
	}

	.translation-preview h4 {
		margin: 0 0 10px 0;
		color: #333;
	}

	.translation-preview p {
		margin: 0;
		color: #666;
		line-height: 1.5;
	}

	/* ... (other existing styles) ... */

	/* RTL Support */
	[dir='rtl'] {
		text-align: right;
	}

	[dir='rtl'] .editor-toolbar {
		justify-content: flex-end;
	}

	[dir='rtl'] .panel-header {
		flex-direction: row-reverse;
	}

	[dir='rtl'] .user-info {
		flex-direction: row-reverse;
	}

	[dir='rtl'] .user-actions {
		flex-direction: row-reverse;
	}

	[dir='rtl'] .actions {
		flex-direction: row-reverse;
	}
	
	.translate-btn {
		background: #4caf50;
	}

	.translate-btn:hover {
		background: #45a049;
	}
	
	/* Language Selector */
	.language-selector {
		/*position: absolute;
		z-index: 1000;
		display: inline flow-root list-item;
		right: 120px;*/
	}

	.lang-btn {
		background: rgba(255, 255, 255, 0.2);
		border: 2px solid white;
		color: white;
		padding: 8px 15px;
		border-radius: 20px;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 0.9rem;
		transition: all 0.3s ease;
	}

	.lang-btn:hover {
		background: rgba(255, 255, 255, 0.3);
		transform: scale(1.05);
	}

	.lang-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		background: white;
		border-radius: 8px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		padding: 10px 0;
		min-width: 150px;
		display: none;
		z-index: 1000;
		margin-top: 5px;
	}

	.lang-dropdown.show {
		display: block !important;
	}

	.lang-option {
		padding: 10px 15px;
		cursor: pointer;
		transition: background 0.3s ease;
		display: flex;
		align-items: center;
		gap: 10px;
		 border: none;
		background: none;
		width: 100%;
		text-align: left;
		font-size: 0.9rem;
		color: black;
	}

	.lang-option:hover {
		background: #f5f5f5;
	}

	.lang-option.active {
		background: #e3f2fd;
		color: #1976d2;
	}

	.lang-flag {
		width: 20px;
		height: 15px;
		border-radius: 2px;
		font-size: 1rem;
	}
	
	@media (max-width: 768px) {
		.language-selector {
			position: relative;
			top: 0;
			left: 0;
			/*margin-bottom: 15px;*/
			margin: auto;
		}
		
		/*
		.user-btn{
		  right: 20px;
		  position: absolute;
		}*/
		
		#header-help-btn {
			position: inherit;
		}
		
		.translation-options {
			grid-template-columns: 1fr;
		}
		
		[dir='rtl'] .language-selector {
			right: 0;
		}
		
		[dir='rtl'] .help-btn {
			left: 20px;
		}
		
		#app_title ~div {
		  width: 100%;
		  display: flex;
		  position: relative;
		  padding-top: 20px;
		}
		
		.logo {
		  margin:auto;
		}
	}
	
	body{
	  background: linear-gradient(135deg,#f4f2e624 2%,rgba(230, 234, 233, 0.18) 58%,#c9cace47 100%);
	}
	.container-fluid {
		padding-left: 2px;
		padding-right: 2px;
	}
	
.logo {
  width: fit-content;
  height: 48px;
  background: #021528;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--neutral-white);
  font-weight: bold;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 6px;
  background: linear-gradient(135deg,#2a273e 2%,rgb(48, 100, 125) 58%,#152020 100%);
}

.logo i {
  color: var(--accent);
  font-size: 2rem;
}


#billingDisplay .box.box-solid.box-warning .box-header {
    color: #fff;
    background-color: #32349f !important;
}

/**************Spinne wait cusor ******************/
.export-wait-cursor {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 35px;
	border-radius: 12px;
	z-index: 1000;
	text-align: center;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
	min-width: 250px;
	z-index: 2000;
}
.spinner {
	border: 5px solid #0c7d7d;
	border-top: 5px solid orange;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	margin: 0 auto 20px;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.shiny-notification {
	background-color: #1035a3 !important;
    color: white !important;
}

.shiny-notification-close {
	color: white !important;
}