/*




 */
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #555;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  color: #000;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #f7e11b;
  content: "\f04b";
}
button.btn-primary-cds {
  background-color: #ffe324;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #001c46;
  font-size: 20px;
  font-weight: 500;
  height: 49px;
  line-height: 1.7em;
  padding: .3em 1em;
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

button.btn-primary-cds:hover, button.btn-primary-cds:active {
  background-color: #cdb71d !important;
}

button.btn-primary-cds:focus::after {
  outline: none;
  content: "";
  position: absolute;
  border: 2px solid #066aab;
  border-radius: calc(3px + 2px);
  top: calc( -4px - 1px);
  right: calc( -4px - 1px);
  bottom: calc( -4px - 1px);
  left: calc( -4px - 1px);
}
.field-error {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  margin-top: 8px;
  color: #d63637;
  padding: 0 0 0 5px;
  position: relative;
}

.field-error:before {
  mask-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  content: '';
  position: relative;
  display: inline-block;
  right: 5px;
  top: 1.5px;
  width: 16px;
  height: 14px;
  background-color: #d63637;
}

div.has-error input:focus, div.has-error select:focus {
  box-shadow: 0 0 0 1px #d63637;
}

div.has-error input.field-invalid, div.has-error select.field-invalid {
  border: 1px solid #d63637;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
