input.input-field, select.input-field {
  border-color: transparent;
  border: 1px solid #ced4da;
  padding: 8px 10px;
  width: 100% !important;
  background-color: rgb(255 255 255 / 40%);
  border-radius: 0px;
  height: 42px;
  font-size: inherit;
}
input.input-field[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}
input.input-field[type="date"]::after {
  content: "\1F4C5";
}
input.input-field[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
input.input-field, select.input-field {
  border: 1px solid #b22e5b;
}
.input-group-addon {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #666666;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  width: 80px;
  justify-content: center;
}
.input-group-addon:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
#result_area {
  text-align: center;
}
.calculator_table tr {
  display: flex;
  justify-content: space-between;
}
.calculator_form.three > div,
.calculator_form.three > div,
.result-table.three th,
.result-table.three td {
  width: calc(98%/3);
}
.calculator_form.two > div,
.calculator_form.two > div,
.result-table.two th,
.result-table.two td {
  width: calc(98%/2);
}
.result-table {
  border-collapse: collapse;
}
.result-table th,
.result-table td {
  border: 1px solid #cccccc;
  padding: 4px;
}
.form-background {
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-size: contain;
  background-repeat: repeat;
}
.submit-button {
  background-image: linear-gradient(to bottom, #b22e5b, #b53e66);
  background-color: #b22e5b;
  border: none;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}
.submit-button:hover,
.submit-button:focus {
  background-color: #207c7a;
  outline: none;
}
.add-more_link {
  text-decoration: underline;
  margin-bottom: 36px;
  border: none;
  color: #1363ba;
  background-color: transparent;
}
.result-box_area {
  margin-top: 20px;
  background-color: #f4f3f3;
  border: 1px solid #e6e6e6;
  padding: 10px 4px;
}
.content-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.content-table thead {
  background-color: #1C827D;
  color: #ffffff;
}
.content-table th, .content-table td {
  padding: 6px;
}
.content-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.content-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.content-table tbody tr:hover {
  background-color: #dddddd;
}

.contentSection * {
  margin: 0px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.contentImage {
  border-radius: 0.375rem;
}
.contentSection div {
  margin-bottom: 20px;
}
.contentSection h2,
.contentSection h3,
.contentSection strong {
  font-weight: 500;
  color: #373534;
}
.contentSection h2 {
  font-size: 18px;
}
.contentSection h3 {
  font-size: 16px;
}
.contentSection p,
.contentSection ul,
.contentSection ol {
  color: #666666;
  font-size: 16px;
}
.row-three-image {
  width: calc(100%/3);
}
.text-uppercase {
  text-transform: uppercase;
}
.form-background {
  border: 1px solid #b22e5b;
  background: #9b31512e;
}

.week-content {
  position: relative;
}

.image_desktop {
  width: 400px;
}

figcaption {
  font-size: 14px;
}
