.hidden {
    display:none;
}

body {
    font-size: .875rem;
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem;
    }
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
    border-radius: 5px;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    background: #fdd8cc;
    color: #28256a;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  .error{
      color:#ff0000;
  }

  .top-header{
    background:#28256a;
  }

  .bg-primary{
    background:#28256a;
  }

.badge-primary{
  background:#28256a;
}

.btn-primary{
    background:#28256a;
}

.btn-outline-primary{
  color: #28256a ;
  border-color: #28256a;
  background:#ffffff;
}
.btn-outline-primary:hover{
  background-color: #28256a;
  color: #ffffff;
}
.border-primary{
  border-color: #28256a;
}
.text-primary{
    color:#28256a !important;
}

.checked_star{
background-color: #28256a;
}
  .card{
    border-radius:3px;
  }
  .card-header, .card-footer{
    background:#f9f9f9;
  }

  .card-header .h4, .card-header h4{
    margin:0;
    font-size: 1.2rem;
    line-height:30px;
  }

  .table-hover tbody tr:hover{
    background-color: #fafafa;
  }

  .navbar .navbar-toggler{
    top:0.6rem;
  }



.error{
    color:#ff0000;
    display:block;
}
.text-left{
    text-align:left;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background:#28256a;
    color:#ffffff;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{
  color:#28256a;
}

.pageloader {
    background-color: rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    text-align: center;
}

.pace:before{
    background-color: rgba(255, 193, 7, 0.2);
}

.hidden{
    display:none;
}

.tagify{
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container .select2-selection--single{
  height:38px;
  border:1px solid #ced4da;
  border-radius:0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
  color:#495057;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #28256a;
  color:#ffffff;
}

.select2-container--default .select2-results__option--selected{
  background-color: #fdd8cc;
  color:#28256a;
}

.select2.select2-container{
  width:100% !important;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:36px;
}

.form-control-static{
  margin:0;
  font-weight: 500;
}

.img-preview-box{
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 0.25rem;
  text-align:center;
}

.img-preview-box img{
max-width:100%;
}

.control-label{
  font-weight:500;
}

.unstyle{
	list-style-type: none;
}

.chk-pad{
	padding: 10px;
    display: inline-flex;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    height: 55px;
}

.p-right{
	padding-right: 10px;
	padding-top: 7px;
}

#sel-state{
	padding-top: 0;
	padding-bottom: 0;
}

.form-check-custom{
	margin-left: -19px;
}

.btn-dept{
	margin-top: 9px;
    padding-bottom: 8px;
    padding-top: 7px;
}		 
.breadcrumb{
	margin:0;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.breadcrumb li{
	display: -ms-flexbox;
    display: flex;
}

.breadcrumb li+li {
    padding-left: 0.5rem;
}

.breadcrumb li+li::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb li.active {
    color: #6c757d;
}

.breadcrumb li a{
	color:#007bff;
	text-decoration: none;
}

.mobile-settings{
  display:none;

}
.ul.stepper {
  padding: 0 1.5rem;
  padding: 1.5rem;
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}
.stepper-vertical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
padding: 0;
}
ul.stepper>li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom .4s;
  -o-transition: margin-bottom .4s;
  transition: margin-bottom .4s;

}
ul.stepper li {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
position: relative;
}
.stepper-vertical li:not(:last-child):after {
  position: absolute;
  top: 16px;
  left: 4px;
  width: 1px;
  z-index: 1;
  height: 20px;
  content: "";
  background-color: rgba(0,0,0,0.1);
}

.stepper-horizontal li{
text-align: center;
}
.stepper-horizontal li .label{
display:block;
font-size:14px;
}
.stepper-horizontal{
  list-style-type: none!important;
}
.primary-color, ul.stepper li.active  .circle, ul.stepper li.completed .circle {
  background-color:#26a541 !important;
}
.pending {
  color:#bbbbba !important;
}
.primary-color, ul.stepper li.active  .circle, ul.stepper li.delivered .circle {
  background-color:#26a541 !important;
}
.danger-color, ul.stepper li.warning .circle {
  background-color: #f75454 !important;
}
.status-title{
font-size:14px ;

}
.bl-1{
border-left: 1px solid #eeeeee;
}


ul.stepper li .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
  line-height: 10px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
}
.stepper-vertical li .circle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}


ul.stepper li.pending .circle .label {
  background-color: #bbbbba !important;
}
/* .inner-circle{
border-radius: 50%;
  margin: 0 auto;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
} */
.stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
padding: 0;
}

.stepper-horizontal li {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
padding: 0 30px;
}


.stepper-horizontal>li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.stepper-horizontal li:not(:last-child):after {
position: absolute;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0,0,0,0.1);
  width: 100%;
  top: 4px;
}


@media (max-width: 767px){
  .sidebar {
    top: 0.5rem;
  }

   .desktop-settings{
    display:none;
   }
   .mobile-settings{
    display:block;
  
  }
  .extramargin{
    margin-top:20px;
    margin-bottom:20px;
  }
  .card-header{
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  }
  .card-body{
    padding: 0.5rem;
  }
}
.sidebar-sticky {
  height: calc(100vh - 66px);
}

.link-view-all.active {
  font-weight: bold;
  color: darkblue;
  text-decoration: underline;
}
.link-view-all:hover {
  text-decoration: none;
}

.btn-outline-primary.active{
  background-color: #28256a !important;
}

.card-stats .card-title{
  font-size:24px;
}
