.login-page {
	background-image: url('../../assets/images/admin_banner.png');
	width:100%;	
}
.login-logo{	
	border:2px double black;
}
.error{
	color:#f33f3f;
}
 .cke_notifications_area {
    display: none !important;
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('../../assets/images/Loader.gif');
	background-repeat: no-repeat; 
	background-color:rgba(255, 255, 255, 0.692);
	background-position: center;
 }
.login-logo b{
	color: whitesmoke;
	font-weight: 600;
	background-color: #3636364f;	
}
.login-card-body{
	font-size: 12px !important;
}
.hidden{
	display:none !important;
}
.brand-link.navbar-light{
	color:#363636;
}
fieldset.scheduler-border{
	border: 1px dashed #4b3a86 !important;
	border-radius: 10px;
    padding: 10px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
}
input{
	border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
	border-color: #007bff!important;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important;
}
select{
	/* -webkit-appearance: none; */
	border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
	border-color: #007bff!important;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important;
}
.select2-container--default .select2-selection--multiple{
	border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
	border-color: #007bff!important;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important;
}
.select2-selection__choice{
	background-color: #ba3644!important;
}

.sidebar-dark-warning .nav-sidebar>.nav-item>.nav-link.active, 
.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link.active,
.nav-treeview>.nav-item>.nav-link.active, 
.nav-treeview>.nav-item>.nav-link.active:focus,
.nav-treeview>.nav-item>.nav-link.active:hover{
	color:#ba3644 !important;
}

.msg-popup{
	position:fixed;
	top:0;
	z-index:1050;
}
.toast{
	min-width:320px;
}
@media (max-width: 767px){
	.msg-popup{
		width:100%;
	}	
}
@media (min-width: 768px) {
	.msg-popup{
		left:35%;
	}	
}
@media (min-width: 1200px) {
	.msg-popup{
		left:40%;
	}	
}


/* --------------------------additional */
/* <-----------------additional */
.tracking-header {
    background: linear-gradient(135deg, #16813f, #0bd795);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .status-badge {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
  }
  
  .timeline {
    position: relative;
    padding-left: 30px;
  }
  
  .timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #dee2e6;
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  
  .timeline-item::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #0d6efd;
    border-radius: 50%;
  }
  
  .timeline-item.latest::before {
    background: #198754;
  }
  
  .timeline-date {
    font-size: 13px;
    color: #6c757d;
  }
  
  .timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
  }