.blue-breadcrumb {
  /*background-color: #2559b2;*/
  background-color: #003C55;
  height: 45px;
  color: #fff;
  font-size: 15px;
}
.breadcrumb-description {
  padding: 10px;
  height: 48px;
}

.breadcrumb-description span {
  vertical-align: middle;
  padding-left: 20px;
}
.max-width-section {
  max-width: 500px !important;
  padding: 0;
}
.container_width {
  width: 50% !important;
}
.center-fix {
  vertical-align: middle;
}

.col-11 {
  width: 1000px;
  max-width: calc(100% - 20px);
}

sup {
  color: darkred;
  font-size: 14px!important;
}

.form-label {
  float: left;
}

.left-shift {
  text-align: left;
}

.left-shift-span {
  float: left !important;
}

.min-hight-clac {
  min-height: calc(100% - 193px);
}

/* ============================ */
.set-margin {
  margin-left: 10px;
  color: white;
}

.text-size-color {
  font-size: 0.91rem;
  color: #514d6a;
  font-weight: 400;
}

.text-size-color-heading {
  font-size: 0.91rem;
  font-weight: 600;
  color: #000;
}

.text-size {
  font-size: 0.91rem;
  color: #514d6a;
}

.font-wight-note {
  font-weight: bold;
  color: #514d6a !important;
}
.gap {
  white-space: nowrap;
}


.btn-orange:focus {
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.btn-orange:hover:active {
  background: #d9dfe9;
}

.btn-grey {
  background-color: #acb7bf;
  border-color: #acb7bf;
  color: #fff;
}

.btn-grey:focus {
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.btn-grey:hover {
  background: #bdc6cc;
  border-color: #bdc6cc;
}

.btn-grey:hover:active {
  background: #9ba8b2;
  border-color: #9ba8b2;
}
.outer-div-style-p {
  background-color: white!important;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(19.9px);
  -webkit-backdrop-filter: blur(19.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: 2px #eee;
  padding: 20px;
  position: absolute;
  z-index: -1;
  margin-top: 2.5%;

}
.outer-div-style-admin {
  background-color: white!important;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(19.9px);
  -webkit-backdrop-filter: blur(19.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: 2px #eee;
  /* padding: 8px; */
  position: absolute;
  background: inherit;
  z-index: -1;
  margin-top: 2.5%;

}
.outer-div-style {
  background-color: white;
  box-shadow: 2px 2px 3px 3px #ccc;
  border: 2px #eee;
  padding: 40px;
  line-height: normal;
}

.background-color {
  background-color: #9ba8b2;
}

.margin-down {
  margin-bottom: 17px;
}
.margin-bottom-0{
  margin-bottom: 0px!important;
}
/*
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #9ba8b2!important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none!important;
  background-repeat: no-repeat!important;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid, .was-validated .form-control:valid {
  border-color: #9ba8b2!important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none!important;
  background-repeat: no-repeat!important;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #9ba8b2!important;
  box-shadow:none!important;
}*/
.gapping{
  
  background-color: white;
  height:78px;
  
}
.logo-image-email{
  margin-left: 125px;
  margin-top: 9px;
}