body{
    /* background: #e0ffdd ; */
    background: #d8efff;
}

body.admin{
  /* background: #e0ffdd ; */
  background: #fff;
}
.btn-primary:hover{
    color: #fff;
    background-color: #f60;
    border-color: #f60;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary  {
  color: #fff;
  background-color: #2387C3;
  border-color: #2387C3;
}
.bg-dark {
    background-color: #2387C3!important;
    
}
h1,h2,h3,h4,h5,h6{
    color: #252525;
}

form{
    background: rgb(216,239,255);
    background: linear-gradient(0deg, rgba(216,239,255,0) 0%, rgba(255,255,255,1) 100%);
    padding: 2rem!important;
    border-radius: 3rem;
}
.stepper-wrapper {
    font-family: Arial;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 15px; */
  }
  .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 #fff;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    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: #fff;
    margin-bottom: 6px;
    color: #f60;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #fff;
    border: #f60 solid 2px;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #f60;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }
  
.navbar img{
  width: auto;
  height: 40px;
    /* background: lightblue;
    background: radial-gradient(white 30%, lightblue 70%); */
}
h4{
  font-weight: 400;
  line-height: 1.2;  
  /* border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #09f 0%, #ff2 100%);
  border-image-slice: 1 */
}
hr{
  background-image: linear-gradient(to right, #09f 0%, #ff2 100%);
  opacity: 1;
}
hr:not([size]) {
  height: 3px;
}
.card{
  background-color: rgba(255,255,255,0.5);
  border: 0em;
}
/* h4 {
  content:"";
  background: -webkit-linear-gradient(left, rgba(0, 153, 255, 1) 0%, rgba(0, 153, 255, 1) 12%, rgba(245,237,30, 1) 100%);
  display: block;
  height:10px;
  width: 100%;
  position: relative;
  bottom: 0;
}
#Logo h1 {
  position: absolute;
  top: 26%;
  border-bottom: red solid 4px;
  width: 100%;
  text-align: center;
  } */