* {
    box-sizing: border-box;
}

@font-face {
    font-family: SpaceGrotesk;
    src: url(https://kocho.co.uk/app/themes/sage/resources/assets/fonts/SpaceGrotesk/SpaceGrotesk-VariableFont_wght.ttf) format("truetype");
    font-display: swap
}

/*body {
    font-family: sans-serif;
    background-color: #E0E0E0;
}*/
#wrap {
    margin: 0 auto;
    width: 100%;
}

#signup-wrap {
    margin: 0 auto;
    min-width: 400px;
    max-width: 30%;
}

.button {
    background-color: #3B2E58;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }

.dark-purple-fill {
  background-color: #3B2E58;
}
.light-purple-fill {
  background-color: #8661c5;
}

.icon-small {
  width: 50px;
  padding-bottom: 5px;
}

.icon-text-large {
  font-size: 100px;
}

.small-text {
  font-size: 16px;
}

.tiny-text {
  font-size: 12px;
}

.text-gray {
  color: gray;
}

.text-center {
  text-align: center;
}

#qrcode > img {
  margin: 0 auto;
  padding-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-75 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.green {
  color: #228B22;
}

#message {
  font-size: 1.5em;
}

#subject {
    font-size: 1.5em;
}

/*------*/

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0f0f0f;
    color: white;
}

#qrScanning {
    display: grid;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-items: center;
}

/*
    Fonts
*/

label {
    margin-bottom: 0;
}

/*.kocho-form-card :not(.kocho-form-card__title):not(.hs-input) {
    font-family: SpaceGrotesk, Arial, sans-serif;
    font-size: 1rem;
}*/

/*
    Form
*/

/*.kocho-hubspot-form input, .kocho-hubspot-form select, .kocho-hubspot-form textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(6,22,25,.5);
    color: #061619;
    border-color: #061619;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: mokoko,Georgia,serif;
    font-weight: 400;
    margin: 0;
    padding: .25rem 1.5rem .25rem 0;
    outline: none;
    border-radius: 0;
}*/

/*
    Form Card
*/
.kocho-form-card {
    display: flex;
    flex-direction: column;
    background: #f4ff00;
    padding: 0px;
}

.kocho-form-card__noImage {
    padding: 0;
    border-radius: .5rem;
}

.kocho-form-card__bg-lemon {
    background: #f4ff00;
}

/*
    Titles
*/
.kocho-form-card__text, .kocho-form-card__title {
    margin-bottom: 1rem;
}

.h5, .kocho-form-card__title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    font-family: mokoko,Georgia,serif;
    font-weight: 400;
    margin: 0;
}

/*
    Text
*/
p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: SpaceGrotesk,Arial,sans-serif;
    font-weight: 400;
    margin-top: 0;
}