body {
  font: 14px "Montserrat Medium", Helvetica, Arial, sans-serif;
  min-height: 100%;
  min-width: 100%;
}

html {
  height: 100%;
}

.center-vert {
  flex-direction: column;
}

.stdText {
  font-size: 14px;
  font: "Montserrat Medium" #747474;
}

.container {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.buttonContainer {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 24px;
}

.paymentText {
  margin-bottom: 30px;
}

.button {
  border: 2px solid #1d204c;
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: 55px;
  min-width: 180px;
  max-width: 440px;
  width: 100%;
  height: 60px;
  margin-top: 12px;
}

.button:hover {
  border: 2px solid #1d204c;
  background-color: white;
  color: black;
}

.align-middle {
  margin-top: auto;
  margin-bottom: auto;
}

.logo {
  max-width: 100%;
  max-height: 42px;
}

.checkout {
  margin: 32px;
}

.card {
  margin-bottom: 32px;
}

.logo-checkout {
  max-width: 140px;
  max-height: 32px;
}

.checkout-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1d204c;
}

.medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1d204c;
}

.semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1d204c;
}

.bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: red;
  text-decoration: underline;
}

.card {
  box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border: none;
}

.icon {
  font-size: 20px;
}

.td {
  text-align: center;
  justify-content: center;
}

.p {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: auto;
}

.icon-btn {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border: none;
}

.enabled {
  color: dodgerblue;
}

.disabled {
  color: #d4d9e1;
}

.table-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: auto;
  padding-bottom: auto;
}

.table-col-left {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0px;
}

.table {
  table-layout: fixed;
}

.table-col-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0px;
}

.table-data-text {
  margin: 0px;
  text-align: center;
}

.total-row {
  max-width: 10%;
}

.tr {
  height: 57px;
  justify-content: center;
  align-items: center;
}

.th {
  text-align: center;
}

.large {
  font-size: 20px;
}

.horizontal-center {
  padding-top: 16px;
}

.table {
  text-align: center;
}

.warning-text {
  color: #c0272d;
}

.fa-red {
  color: #c0272d;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

#submit-button {
  background-color: #000;
  min-width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
  margin-left: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  border: none;
}
