body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /*background: #7490b0 !important; */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
  'Helvetica Neue', 'Ubuntu', sans-serif;
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background-color: #d2d2d2;
  background-image: url('/img/purse_bingo_background.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  background-image: url('/img/background_v2.png');
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.20;
  pointer-events: none;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}
section {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  justify-content: space-between;
  margin-top:10px;
  max-width: 600px;
  margin: 0px auto;
}
ul.main-list {
    font-size: 0.9em;
}

ul.main-list {
    margin-left: 1.0em;
}   

ul.main-list > li > ul {
    margin-left: 1.5em;
}

.product {
  display: flex;
  margin: 10px 0 0 10px;
}
.description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #000000;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.product_img {
    border-radius: 6px;
    margin: 10px;
    width: 75px;
    height: 75px;
}

h3,
h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #000000;
  margin: 0;
}
h5 {
  opacity: 0.5;
}
.checkout-button {
    height: 46px;
    background: #022b51;
    color: white;
    width: 100%;
    font-size: 15px !important;
    margin-top: 10px !important;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.6;
    border-radius: 0 0 6px 6px !important;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
.checkout-button:hover {
    opacity: 0.8;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.tagline{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0px auto;
  text-align: center;
}

.sub_tagline{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #efefef;
  margin: 0px auto;
  text-align: center;
}

.ihm_logo {
  margin: 10px auto;
  text-align: center;
}

.stripe_logo{
  margin: 25px auto 35px auto;
  text-align: center;
}

.ihm_logo img {
  width: 90px;
}

.result_message{
  margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.top_description{
    padding: 0px 0px 20px 0px;
}
.top_description p {
    font-size: 15px;
    letter-spacing: normal;
    display: block;
    padding:0px 20px;
    color: #000000;
    font-weight: normal;
}
.top_description h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px 0px 0px;
    padding:0px 20px;
    text-align: center;
    color: #113b7b;
}
.top_description h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0px 0px 0px;
    padding: 0px 20px;
    text-align: center;
}
.top_description h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0px 20px;
    text-align: center;
}

.father_sub_form {
    margin: 0px 0px 20px 0px;
    padding: 0px 20px;
}

label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0px 0px 5px 0px;
}