* {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.justifier {
  text-align: justify;
  text-justify: inter-word;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

div[style*="margin: 16px 0"] {
  margin: 0 !important;
}

img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

.ReadMsgBody,
.ExternalClass {
  width: 100%;
}

.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass td,
.ExternalClass div {
  line-height: 100%;
}

.outlined {
  color: black;
  text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000,
    1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

h1 {
  font-family: "Bowlby One SC";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26.4px;
}

h3 {
  font-family: "Bowlby One SC";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 15.4px;
}

p {
  font-family: "Bowlby One SC";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

blockquote {
  font-family: "Bowlby One SC";
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}

pre {
  font-family: "Bowlby One SC";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}

@media only screen and (max-width: 600px) {
  .column,
  .column-filler {
    box-sizing: border-box;
    float: left;
  }
  .col-sm-12 {
    display: block;
    width: 100% !important;
  }
}

/* Solid border */
hr.solid {
  border-top: 2px solid #68215d;
  margin-top: 20px;
}

.body {
  background-color: #1c1d26;
  margin: 0;
  width: 100%;
}

.body__content {
  color: #000000;
  line-height: 20px;
  font-family: "Circular Std", arial, helvetica, sans-serif;
  font-size: 13px;
  padding: 20px 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.module {
  table-layout: fixed;
  display: inline-table;
}

.container__cell {
  border-radius: 5px;
}

.top-white-header-bg {
  border-radius: 5px 5px 0px 0px;
  padding: 20px;
  background-color: #ffffff;
  margin-top: 20px;
}

.row__table {
  table-layout: fixed;
  width: 100%;
}

.img__block {
  display: block;
  max-width: 50%;
  border-radius: 5px 5px 5px 5px;
}

.white-header-bg {
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 0;
}

.white-bg {
  background-color: #ffffff;
  padding: 0;
}

.text {
  display: block;
  margin: 14px 0;
  color: #000000;
  line-height: 20px;
  font-family: "Circular Std", arial, helvetica, sans-serif;
  padding: 5px 40px 20px 40px;
  font-size: 20px;
}

.button__table {
  margin: 0 auto;
  width: auto;
}

.terms-conditions {
  margin: 0px;
  padding: 0px 5px 5px 5px;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}

.mail-wrapper {
  background: #ffffff;
  width: 100%;
}

.wrapper {
  background: #ffffff;
  width: 100%;
}

.row__row {
  width: 100%;
}

.white-bg.row {
  background-color: #ffffff;
  padding: 0;
}

.row__table {
  table-layout: fixed;
  width: 100%;
}

.text.p {
  display: block;
  margin: 5px;
  color: #000000;
  line-height: 20px;
  font-family: "Circular Std", arial, helvetica, sans-serif;
  padding: 5px 40px 20px 40px;
  font-size: 20px;
}

.mail-wrapper {
  margin: 0px auto;
  max-width: 640px;
}

.white-bg.row:last-of-type {
  padding: 0px;
  border-radius: 5px 5px 5px 5px;
}

/* General Styles */
.body {
  /* Add your body styles here */
}

.row {
  /* Common row styles */
}

.column {
  /* Common column styles */
}

.text {
  /* Common text styles */
}

/* Specific Row Styles */
.purple-header-bg {
  background-color: purple; /* Example background color */
}

.white-bg {
  background-color: white;
}

/* Footer styles */
.footer {
  border-radius: 0px 0px 5px 5px;
}
.footer__text {
  padding-top: 50px;
}
/* Add more styles as needed */
