.message_success {
  border-left: 5px solid #7ad03a;
  margin-top: 20px;
}
.message {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 6px 8px;
}
.message_error {
  border-left: 5px solid red;
}

.ingredient-images {
  position: absolute;
  width: 400px;
  left: calc(50%);
  height: 530px;
  top: 420px;
}
/*.image-container {
  overflow: hidden;
  height: 100%;
}*/
.panel_ani_section {
  width: 100%;
  height: 120vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.panel_ani_section .images-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.panel_ani_section .images-wrapper img {
  position: absolute;
}
.popup_view,
.cross_popup {
  cursor: pointer;
}

.mresource_errors .error {
  color: red;
}

.mresource_errors {
  padding-bottom: 20px;
}

#multiStepsValidation .bs-stepper-header .step {
/*   width: 50%;
  border: 2px solid #a7acb2;
  padding: 10px;
  border-radius: 10px; */
	    width: 50%;
    border: 2px solid #a7acb2;
    padding: 0px;
    border-radius: 10px;
    margin-right: 2px;
}

.card .card-header h1.card-title.mb-0 {
  text-align: center;
  padding-bottom: 20px;
  text-decoration: underline;
}

.offcanvas-body .form-control-validation div {
  font-size: 0.7125rem;
}

.user-about-container.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeline-remain {
  padding-bottom: 20px;
  text-decoration: underline;
  font-weight: bold;
  color: red;
}

.user-profile-header .button-wrapper {
  text-align: center;
  margin-top: 20px;
}

#updateUserImage .btn.btn-primary.me-3.mb-4 {
  margin-top: 17px;
}
ul.timeline.mb-0.scroll-data {
  height: 300px;
  overflow-y: scroll;
  padding-top: 10px;
}
.card-body.attendence-scroll {
    height: 200px;
    overflow-y: scroll;
    padding-top: 10px;
}