html {
	background-color: #f4f6f9 !important;
}

/*----- Global Loader -----*/
#global-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; }
  #global-loader i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    margin: 0 auto;
	font-size:50px;	}
	
/*----- Local Loader -----*/
#local-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; }
  #local-loader i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    margin: 0 auto;
	font-size: 50px; }
	
/*----- Process Loader -----*/
#process-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; 
  opacity:0.5; }
  #process-loader i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    margin: 0 auto;
	font-size: 50px; }

/*------ Custom Default -------*/
.loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .loader.animate {
    opacity: 1; }
	
.loadingicon {
	height:326px;
	text-align:center;
}

.loadingicon>i {
	font-size:30px;
}

/* animations */
.animation__rotate{
	-webkit-animation:fa-spin 2s linear infinite;
	animation:fa-spin 2s linear infinite;
}

.animation__pulse{
	-webkit-animation:fa-spin 1s steps(8) infinite;
	animation:fa-spin 1s steps(8) infinite;
}

/* nav menu settings */
.menu-closed>.nav-link {
	background-color: rgba(255,255,255,.1);
	color:#fff !important;
}

.sidebar-dark-navy .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-navy .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #002c59 !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
	background-color: #002c59 !important;
	color:#fff !important;
}

.stickytoast {
	position: fixed;
	right: 0;
	margin:20px;
	z-index:9999;
}

.dark-mode .form-control:disabled, .form-control[readonly] {
    background-color: #939393 !important;
}

.dark-mode .card-header {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px !important;
	}
}

@media (min-width: 1400px){
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.page-buttons {
    float: left;
	margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.page-button {
	color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	border-radius: 0;
	padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.page-button.active {
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-button.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-button:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-button:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-link:focus {
    box-shadow: none !important;
}

.pagination {
	margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.dataTables_wrapper table thead th::before {
  font-family: "Font Awesome 5 Free";
}

.dataTables_wrapper table thead th::after {
  font-family: "Font Awesome 5 Free";
}

.nav-treeview>.nav-item>.nav-link:focus, .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgb(255 255 255 / 4%) !important;
}

.modal-body.p-0 .table tbody>tr>td:first-of-type, .modal-body.p-0 .table tbody>tr>th:first-of-type, .modal-body.p-0 .table tfoot>tr>td:first-of-type, .modal-body.p-0 .table tfoot>tr>th:first-of-type, .modal-body.p-0 .table thead>tr>td:first-of-type, .modal-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 1.5rem;
}

.modal-body.p-0 .table tbody>tr>td:last-of-type, .modal-body.p-0 .table tbody>tr>th:last-of-type, .modal-body.p-0 .table tfoot>tr>td:last-of-type, .modal-body.p-0 .table tfoot>tr>th:last-of-type, .modal-body.p-0 .table thead>tr>td:last-of-type, .modal-body.p-0 .table thead>tr>th:last-of-type {
    padding-right: 1.5rem;
}

.has-error .form-control {
	border-color:#dc0441 !important;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 1rem/1rem;
}

.has-error {
	border-color:#dc0441 !important;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 1rem/1rem;
}

.has-success {
	border-color:#28a745 !important;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><path xmlns='http://www.w3.org/2000/svg' d='M4.89163 13.2687L9.16582 17.5427L18.7085 8'/></svg>") no-repeat center right 1rem/1rem;
}

mark {
	background-color: #f9ff00 !important;
}

.censored {
	-webkit-text-security: disc;
    text-security: disc;
	letter-spacing: 2px;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 52%;
    right: 5px; /* Adjust as needed */
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
	font-size: smaller;
}

.password-text {
	padding-right: 6px;
}

.password-toggle {
	cursor:pointer;
}

#2faqrcode {
	width: 210px !important;
    height: 210px !important;
    margin: auto !important;
	color: #000 !important;
    background: #fff !important;
	border-radius: 3px !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
}