
body{
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }
.form-container {
    overflow: hidden;
}
.form-title-block {

    position: relative;
    background: rgb(180, 198, 231);
    background: linear-gradient(45deg, rgba(180, 198, 231, 1) 0%, rgba(68, 114, 196, 1) 100%);
    color: white;
    padding: 0;
    min-height: 150px;
    min-width: 100%;
    height: 150px;
    /* width: 500px; */
    left: 0;
    border-radius: 0px 0 30px 0;
    top: 0;
    margin: 0 0 0 0;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    box-shadow: 6px 4px 7px rgba(180,200,230);
}
.form-content {
    margin-top: 30px;
}
.booking-form-logo {
    position: absolute;
    width: 200px;
    top: 5px;
    right: 8px;
}
.form-title {
    position: absolute;
    bottom: 15px;
    left: 80px;
    font-size: 36pt;
    font-family: "Calibri Light", sans-serif;
    color: white;
    letter-spacing: -0.5pt;
    font-kerning: 14pt;
}
.section {
    padding-top: 0rem;
}
.card-section {
    min-width: 150px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 0in;
    margin-right: -1.65pt;
    margin-bottom: 11px;
    margin-left: 0in;
    text-align: center;
    font-size: 20pt;
    font-family: "Franklin Gothic Book", sans-serif;
    color: white;
    mso-themecolor: background1;
    letter-spacing: 0.3pt;
    mso-font-kerning: 14pt;
    font-weight: bold;
    mso-bidi-font-weight: normal;
}
.form-heading {
    mso-style-name: "Title Char";
    mso-ansi-font-size: 16pt;
    mso-bidi-font-size: 28pt;
    font-family: "Calibri Light", sans-serif;
    mso-ascii-font-family: "Calibri Light";
    mso-ascii-theme-font: major-latin;
    color: white;
    mso-themecolor: background1;
    letter-spacing: -0.5pt;
    mso-font-kerning: 14pt;
}
.form-text {
    mso-ansi-font-size: 12pt;
    mso-bidi-font-size: 28pt;
    font-family: "Calibri Light", sans-serif;
    mso-ascii-font-family: "Calibri Light";
    mso-ascii-theme-font: major-latin;
    color: rgb(127, 127, 127);
    letter-spacing: -0.5pt;
    mso-font-kerning: 14pt;
}
.form-contact-name {
    font-size: 16pt;
}
.form-contact-avatar {
    vertical-align: text-top;
    width: 50px;
}
.form-qr-address-code {
    display: none;
}
.card-gradient {
    background: rgb(180,198,231);
    background: linear-gradient(85deg, rgba(180,198,231,1) 0%, rgba(68,114,196,1) 100%);
}
.material-icons-padding {
    padding-right: 15px;
}
.form-footer {
    display: block;
    position: fixed;
    bottom: 0px;
    min-height: 50px;
    background-color: white;
    min-width: 100%;    
    margin: 0in;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    font-size: 12pt;
    font-family: "Calibri", sans-serif;
    mso-ascii-font-family: Calibri;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Calibri;
    color: gray;
    mso-themecolor: background1;
    mso-themeshade: 128;
}
@media print {
    /* Hide unnecessary elements */
    @page {
        size: 210mm 297mm; /* landscape */
        /* you can also specify margins here: */
        margin: 0;
        margin-right: 10mm; /* for compatibility with both A4 and Letter */
      }
      html
      {
          background-color: #FFFFFF; 
          margin: 0px;  /* this affects the margin on the html before sending to printer */
      }
      body {
        margin: 10mm;
      }
      div {
        break-inside: avoid;
      }

    /* Show headers on each page */
    .row {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .row .col.s4 {
        width: 33.33333333334%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.s8 {
        width: 66.666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m4 {
        width: 33.33333333334%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m8 {
        width: 66.666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.75rem;
        min-height: 1px;
    }
    .col {
        flex: 1 0 0%;
    }
    table {
        width: 100%;
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
    }
    tr {
        border-bottom: 1px solid rgba(238, 238, 238, 0.636);
    }
    td, th {
        padding: 15px 5px;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        border-radius: 2px;
    }
    table.striped>tbody>tr:nth-child(odd) {
        background-color: rgba(242, 242, 242, 0.5);
    }
    
    table.striped tr {
        border-bottom: none;
    }
    .right {
        float: right !important;
    }
    .center, .center-align {
        text-align: center;
    }
    ul:not(.browser-default) {
        padding-left: 0;
        list-style-type: none
    }
    
    ul:not(.browser-default)>li {
        list-style-type: none
    }
    
    a {
        color: #5b5a5a;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent
    }

    #tab1 {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .grey-text {
        color: #9e9e9e !important;
    }
    h5 {
        font-size: 1.64rem;
        line-height: 110%;
        margin: 1.0933333333rem 0 .656rem 0;
    }
    /* All your print styles go here */
    .form-qr-address-code {
        display: block;
    }
    .form-print-area {
        background-color: white;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
  }