.mr5 {
  margin-right: 5px;
}

.mlr10 {
  margin-left: -10px;
}

.mlauto {
  margin-left: auto;
}

.type-label span {
  padding: 4px 8px;
  background-color: #F89D0A;
  color: white;
  border-radius: 5px;
  font-size: 12px;
}

.content {
  padding: 50px 20px;
}
.content h1 {
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
}
.content h5 {
  font-weight: bold;
  margin-bottom: 12px;
}
.content label {
  font-weight: 600;
}
.content .mt20 {
  margin-top: 20px !important;
}
.content .lead {
  font-size: 14px;
}
.content .bold {
  font-weight: bold;
}
.content .card {
  border-radius: 10px;
  margin-bottom: 10px;
}
.content .card .card-m-body {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.content .card .card-m-body.nursery {
  border: none;
}
.content .card .card-m-footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  min-height: 50px;
}
.content .card .card-m-footer .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #cccccc;
}
.content .card .card-m-footer .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main {
  background-color: #e0f3ef;
}

.content button {
  margin: 10px;
}
.content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -20px;
  margin-right: -20px;
}
.content .links div {
  width: 50%;
  font-size: 3.5vw;
  text-align: center;
  background-color: white;
  color: #24c7ba;
  border-radius: 10px 10px 0 0;
  padding: 8px 5px;
}
.content .links div.active {
  color: #55462c;
  background-color: #fcddd6;
}
.content .info {
  background-color: #fcddd6;
  padding: 30px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.content .info .desc {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px 30px;
  margin-bottom: 90px;
}
.content .info .desc li {
  position: relative;
  padding: 10px 0 10px 25px;
  list-style-type: none;
}
.content .info .desc li::before {
  content: "done";
  font-family: "Material Icons";
  position: absolute;
  top: 10px;
  left: 5px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.content .info .desc img {
  position: absolute;
  right: 0;
}
.content .info .link {
  display: inline-block;
  min-width: 300px;
  color: white;
  background-color: #24c7ba;
  border-radius: 10px;
  padding: 15px 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.content .steps {
  padding: 10px 30px;
}
.content .steps p {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.content .steps p.active {
  color: #ed2d14;
}
.content .form-group {
  position: relative;
  text-align: left;
}
.content .form-group p {
  margin: 10px 0 3px;
}
.content .form-group input {
  margin-bottom: 10px;
}
.content .form-group span {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  bottom: 10px;
  right: 15px;
}
.content .form-group.image {
  text-align: center;
}
.content .form-group .form-check {
  margin: 10px 0 3px;
}
.content .file {
  text-align: center;
}
.content .file input {
  display: none;
}
.content .file div {
  border-radius: 80px;
  border: solid 2px #C1E8DF;
  padding: 2px;
}
.content .file img#preview {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.content .button-area {
  text-align: right;
}
.content .info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .info-group.title-child {
  background-color: #ecf8f5;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 10px;
}
.content .info-group h5 {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 7px;
}
.content .info-group .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .info-group .right {
  width: 50px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.content .info-group p {
  font-weight: bold;
}
.content .form-control.year {
  display: inline;
  width: 90px;
}
.content .form-control.month {
  display: inline;
  width: 60px;
}
.content .form-control.day {
  display: inline;
  width: 60px;
}
.content .form-control.postal {
  display: inline;
  width: 120px;
}
.content .form-control.tel {
  display: inline;
  width: 200px;
}
.content .form-control.relationship {
  display: inline;
  width: 100px;
}
.content .child-info-group {
  text-align: center;
}
.content .child-info-group.image {
  width: 100px;
  height: 100px;
  margin: auto;
}
.content .child-info-group.image div {
  text-align: center;
  border-radius: 50%;
  border: solid 2px #C1E8DF;
  padding: 2px;
}
.content .child-info-group.image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .child-card-one {
  padding-top: 10px;
  padding-left: 15px;
}
.content .child-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .child-card-group .left {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.content .child-card-group .left div {
  text-align: center;
  border-radius: 50%;
  border: solid 2px #C1E8DF;
  padding: 2px;
}
.content .child-card-group .left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .child-card-group .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  vertical-align: middle;
}
.content .child-card-group .right p {
  margin: 0;
}
.content .child-card-group .status {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: white;
  border: #89e6df 1px solid;
}

#reserve_type .card {
  position: relative;
  padding: 27px 20px 20px;
  margin: 30px 10px 40px;
}
#reserve_type .card .sub {
  position: absolute;
  top: -10px;
  left: -15px;
  width: 145px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #55462c;
  border-radius: 50px;
  padding: 5px 20px;
}
#reserve_type .card .sub.none {
  background-color: #fffabb;
}
#reserve_type .card .sub.nursery {
  background-color: #fcddd6;
}
#reserve_type .card .sub.mitete {
  background-color: #89e6df;
}
