
.bg_login {
  background-image: url('../img/bg_login.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: grey;
  height: 100%;
  font-family: 'Numans', sans-serif;
}
table th {
  text-align:center;
  font-weight:bold;
  background-color:#dee2e6;
}
table td {
  font-weight:normal;
}
.divlabel {
  font-weight:bold;
}
.leftbar {
   background-color: #f8f9fa !important;
   color:#000000 !important;
   box-shadow: 5px 10px #888888 !important;
}
.thcolor {
  text-align:center;
  font-weight:bold;
  background-color:#dee2e6;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}
.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}
.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}
.stepper-item.active {
  font-weight: bold;
}
.stepper-item.active .step-counter {
  font-weight: bold;
  border: 3px solid #4bb543;
}
.stepper-item.completed .step-counter {
  background-color: #4bb543;
  color:#ffffff;
}
.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
@media only screen and (max-width: 600px){
  .class-to-hide{ 
     display: none
   }
}
.selectdisable {
  pointer-events:none;
  background-color: #f0f0f0; /* Light gray */
  /*background-color: #FAFAFA;*/
  color: #333; /* Text color */
  border: 1px solid #ccc; /* Optional: border style */
  padding: 5px; /* Optional: spacing */
  border-radius: 4px; /* Optional: rounded corners */
}
.btn-primary{color:#fff;background-color:#ef8f46;border-color:#ef8f46}
.btn-primary:hover{color:#fff;background-color:#ed812f;border-color:#eb7418}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#ed812f;border-color:#eb7418;box-shadow:0 0 0 .2rem rgba(105,136,228,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#ef8f46;border-color:#ef8f46}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#eb7418;border-color:#244ec9}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(105,136,228,.5)}
.bg-gradient-primary{
  background-color: #eb7418;
  background-image: linear-gradient(180deg, #eb7418 10%, #ed812f 100%);
  background-size: cover;
}
.text-primary {
  color: #ed812f !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ed812f;
    border-color: #ed812f;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ed812f;
    background-color: #fff;
    border: 1px solid #dddfeb;
}
a {
    color: #ed812f;
    text-decoration: none;
    background-color: transparent;
}
