#chef-counter h5 {
  color: #fff !important;
  font-family: "Helvetica CE Bold";
  padding: 0 15px;
  font-size: 14px;
}

.chefSignupModal .popup-title {
  font-size: 30px;
  font-family: "Helvetica CE Bold";
  padding: 15px;
}

.chefSignupModal .popup-body {
  padding: 60px 10px;
}

.chefSignupModal .popup-buttons button{
  font-size: 16px;
}

.chefSignupModal .popup-custom-template {
  width: 90%;
  margin: 0 auto;
  margin-left: 27px;
}
.chefSignupModal .popup-custom-template .popupclose-corner {
  top: 10px;
  left: 10px;
  font-size: 28px;
  position: absolute;
}


.chefSignupModal .popup-custom-template p, h4 {
  margin: 0;
}

.chefSignupModal .popup-custom-template p {
  font-size: 16px;
}

.chefSignupModal .popup-custom-template .column-container {
  padding-left: 15px;
  display: table !important;
  width: 100%;
  height: 100%;
}

.chefSignupModal .popup-custom-template .column-container .vertical-center {
  vertical-align: middle;
  display: table-cell !important;
}

.chefSignupModal .popup-custom-template img {
  width: 77px;
  border-radius: 50%;
  vertical-align: middle;
}

.popup-custom-template > .row:first-child {
  margin-bottom: 30px;
}

/* remove buttons so that we can have our own */
.chefSignupModal .popup-buttons {
  display: none;
}

.chefSignupModal .custom-button {
  border: solid #fff 1px;
  border-radius: 2px;
  padding: 15px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  font-weight: bold;
  color: #000000;
  -webkit-text-fill-color: #000000;
}

.chefSignupModal .custom-button button {
  font-family: "Helvetica CE Bold";
}

.chefSignupModal #second-conf-button {
  display: none;
}

.chef-photo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
  float: right;
  background-size: cover;
}

.chef-photo-2 {
  margin-left: 5px;
}

.chef-signup-date {
  line-height: 1.5;
}

.committed-dates-title {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #AFAFAF;
}

.congrats-header {
  text-align: center;
  padding: 35px 0;
}

.congrats-header h1,h5 {
  font-weight: 700;
}

.congrats-header h5 {
  letter-spacing: 1.2px;
}

.congrats-header h1 {
  letter-spacing: -0.8px;
}

.header {
  background-color: #60c9fd;
  text-align: center;
}

.header h6 {
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
}

.item .title {
  font-size: 20px;
  font-weight: 500;
  color: #444;
}

.item .item-note.title {
  font-weight: 700;
}

.item .subtitle {
  font-size: 12px;
  color: rgb(170, 170, 170);
}

.item .item-note.adjusted-note {
  padding-top: 10px;
}

.item .sidenote {
  font-size: 14px;
  color: rgb(170, 170, 170);
}
