body,table,ul,li{
	font-family: Roboto,Arial,sans-serif !important;
    font-size:13px !important;
}

.zoom_:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.dashboard  .nav-link:hover{
	background-color:#eee;
	color: #d9534f;
}


/* width */
::-webkit-scrollbar {
  width:  5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 20px !important;
}

legend {
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border-bottom: none;
    text-align: left;
    float: none !important;
}



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
	font-weight:bold;
    line-height: 1.428571429;
    border-radius: 20px;
}

.btn-circle-2 {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
	font-weight:bold;
    line-height: 1.428571429;
    border-radius: 20px;
}


.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
	border-stylex: dashed;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
	font-weight:bold;
    line-height: 1.428571429;
    border-radius: 20px;
}

select {
	-webkit-appearance: menulist !important;
}

.form-floating-with-btn {
  position: relative;
}

.toggle-password-btn {
	  position: absolute;
	  top: 50%;
	  right: 0.75rem;
	  transform: translateY(-50%);
	  z-index: 2;
	  background: none;
	  border: none;
	  cursor: pointer;
}

.swal2-toast {
    align-items: flex-start !important;
}

/* Icon aligned to top */
.swal2-toast .swal2-icon {
    align-self: flex-start !important;
    margin-top: 4px !important; /* slight tweak for perfect alignment */
}

/* Close (X) button aligned to top */
.swal2-toast .swal2-close {
    align-self: flex-start !important;
    margin-top: 6px !important; /* adjust visually */
}

/* Improve text spacing */
.swal2-toast .swal2-title {
    line-height: 1.4;
}

.swal2-toast .swal2-html-container {
    font-size: 0.8rem;
    line-height: 1.3;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #eeeeee;
	left: 10%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}



.timeline > li > .timeline-panel {
	width: 80%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 10px;
	position: relative;
	
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.170);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.170);
	
	
	
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 10%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}


ul.timeline2 {
    list-style-type: none;
    position: relative;
}
ul.timeline2:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 1px;
    height: 100%;
    z-index: 400;
}
ul.timeline2 > li {
    margin: 10px 0;
    padding-left: 20px;
}
ul.timeline2 > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: 400;
}

#page-loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.loader-content {
    width: 250px;
}

/* Logo */
.loader-logo {
    width: 80px;
    height: auto;
}

/* Smooth fade out */
#page-loader.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Optional: subtle animation */
.loader-logo {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}


.dashboard-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.bg-icon {
  position: absolute;
  right: -20px;   /* push slightly outside */
  bottom: -20px;
  font-size: 9rem;
  opacity: 0.03;
  z-index: 0;
}
