@font-face {
    font-family: "CeraCompactPro-Regular";
    src: url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProRegular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProRegular.woff") format("woff"), /* Modern Browsers */
    url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProRegular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CeraCompactPro-Black";
    src: url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProBlack.ttf") format("truetype"), /* Safari, Android, iOS */
    url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProBlack.woff") format("woff"), /* Modern Browsers */
    url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProBlack.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CeraCompactPro-Light";
    src: url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProLight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProLight.woff") format("woff"), /* Modern Browsers */
    url("//d3ftcb55k0tfmf.cloudfront.net/fonts/CeraCompactPro/CeraCompactProLight.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

.absolute-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.hidden {
    display: none !important;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'CeraCompactPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.standard-button {
    width: fit-content;
    height: 6.7vh;
    border: 2px solid #ad9752;
    border-radius: 10px;
    background: #ad9752 url("../images/gradient_gold.png") no-repeat center center/100% 100%;
    font-size: calc(8px + 1.3vh);
    color: #000000;
    font-family: 'CeraCompactPro-Regular', Helvetica, Arial, sans-serif;
    letter-spacing: 0.4vh;
    cursor: pointer;
    padding: 0 6.5vh;
    box-sizing: content-box;
}

.standard-button:hover, .standard-button:focus, .standard-button:active {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.solid-button {
    background: #000000;
    color: #ad9752;
}

.solid-button:hover, .solid-button:focus, .solid-button:active {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.transparent-button {
    background: transparent;
    color: #ad9752;
}
.transparent-button:hover, .transparent-button:focus, .transparent-button:active {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.full-width {
    width: 92.5%;
    max-width: 520px;
    box-sizing: border-box;
}

.no-padding {
    padding: 0 !important;
}

.background-white {
    background-color: #f4f4f4;
}

.background-black {
    background-color: #000000;
}

.white {
    color: #ffffff !important;
}

strong {
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

a {
    color: #ad9652;
}
a:hover {
    color: #b88345;
}
a:active {
    color: #ac704a;
}








#introScreen {
    z-index: 1000;
    pointer-events: auto;
    text-align: center;
}

.intro-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 24vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stag-logo {
    width: auto;
    height: 18.2vh;
    /* margin: 16.2vh auto auto auto; */
    margin-top: 1.8vh;
}

.glenfiddich-logo {
    width: auto;
    height: 6.6vh;
    /* margin: 0.2vh auto auto auto; */
    margin-top: 0.8vh;
}

.celebrate-logo {
    width: auto;
    height: 5.2vh;
    margin-top: 5vh;
}

.intro-heading {
    color: #ad9652;
    font-size: 2.4vh;
    margin-top: 1.4vh;
    letter-spacing: 0.3vh;
}

.intro-text {
    font-family: 'CeraCompactPro-Light', Helvetica, Arial, sans-serif;
    color: #ad9652;
    /* font-size: 2vh; */
    font-size: calc(6px + 1.5vh);
    /* margin-top: 2.8vh; */
    margin-top: 1.6vh;
}
.intro-text p {
    margin: 1.8vh auto;
}

.intro-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 10.5vh;
}

.intro-buttons .standard-button {
    width: 26vh;
    max-width: 90%;
}

.legal-links {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 2.5vh;
    font-size: calc(6px + 0.8vh);
    color: #ad9652;
}

@media screen and (max-width: calc( 100vh / 2.5 )) {
    .stag-logo {
        height: auto;
        width: 38vw;
    }

    .glenfiddich-logo {
        height: auto;
        width: 81vw;
    }

    .intro-heading {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        font-size: 12.5vw;
    }

    .intro-text {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        font-size: calc(12px + 2.55vw);
    }

    .standard-button {
        font-size: calc(12px + 2.55vw);
        max-width: 90%;
        height: fit-content;
        padding: 2vh 12vw;
    }
}

@media screen and (max-width: calc( 100vh / 3.4 )) {
    br {
        display: none;
    }
}





#howtoScreen, #almostDoneScreen, #altSendingScreen {
    z-index: 900;
    pointer-events: auto;
    text-align: center;
    overflow: auto;
}

#allDoneScreen {
    z-index: 1000;
    pointer-events: auto;
    text-align: center;
    overflow: auto;
}

.howto-content, .standard-content {
    max-width: 1000px;
    margin: auto;
}
.howto-content {
    padding: 4.8vh 3vh;
}
.standard-content {
    padding: 1vh 3vh;
}
@media screen and (max-height: 400px) {
    .howto-content, .standard-content {
        max-width: 300px;
    }
}

.howto-content p, .standard-content p {
    font-family: 'CeraCompactPro-Light', Helvetica, Arial, sans-serif;
    font-size: calc(6px + 1.5vh);
    line-height: 2.5vh;
    color: #ad9652;
    margin: 1.6vh 0;
}
/*
.standard-content p {
    font-size: calc(6px + 1.2vh);
}
*/

h1 {
    font-size: calc(6px + 1.5vh);
    letter-spacing: 0.44vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
}

h2 {
    font-size: calc(6px + 1.2vh);
    letter-spacing: 0.3vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
    margin: 1vh 0;
}

h3 {
    font-size: calc(8px + 1.8vh);
    letter-spacing: 0.1vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-light', Helvetica, Arial, sans-serif;
    margin: 3vh 0 2vh 0;
}

.margin-4vh {
    margin: 4vh auto;
}
.margin-2vh {
    margin: 2vh auto;
}

#howtoScreen h1 {
    margin: 3.4vh 0 3vh 0;
}

.howto-step {
    text-align: center;
    padding: 0 2vh;
    margin: 2.3vh auto;
    max-width: 520px;
}

.step-number {
    border: 1px solid #ad9652;
    font-family: 'CeraCompactPro-Regular', Helvetica, Arial, sans-serif;
    font-size: calc(6px + 1.5vh);
    border-radius: 3vh;
    width: 3.5vh;
    height: 3.5vh;
    color: #ad9652;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.howto-type-message, .howto-send {
    width: auto;
    height: 12vh;
    margin: 0.5vh 0;
}

.howto-customise {
    width: auto;
    height: 11.5vh;
    margin: 0.5vh 0;
}

.howto-step p {
    font-size: calc(9px + 0.75vh);
    margin: 1vh 0;
    line-height: 2vh;
}

.howto-step video {
    width: 90%;
    height: auto;
    outline: none;
}

.howto-step video:hover, .howto-step video:focus {
    box-shadow: 0 0 4px 3px #b88345;
}

#creationMessage {
    padding: 0 2.5vh;
}

@media screen and (max-height: 900px) {
    .howto-content p, .standard-content p {
        line-height: 2.8vh;
    }
    .howto-step p {
        line-height: 2.4vh;
    }
}

@media screen and (max-height: 650px) {
    .howto-content p, .standard-content p {
        line-height: normal;
    }
    .howto-step p {
        line-height: normal;
    }
}

.fade-out {
    animation: fade-out 0.3s linear forwards;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


#creationScreen {
    z-index: 800;
    pointer-events: auto;
    overflow: auto;
    padding-bottom: 3vh;
}

.breadcrumb-container {
    margin-top: 3vh;
    height: 9vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: calc( 100vh / 2.16 )) {
    .breadcrumb-container {
        margin-top: 6.4vh;
    }
}

.step-container {
    display: flex;
    justify-content: center;
    background: transparent url("../images/gold_line.png") repeat-x center center;
}

.step-container .step-number {
    margin: 0 3.2vh 0 0;
    background: #000000;
}

.step-container .step-number:last-child {
    margin: 0;
}

.step-container .current-step {
    background: #ad9652;
    color: #000000;
}

#sceneContainer {
    z-index: 1000;
}

.scene-container {
    width: 92.5%;
    max-width: 900px;
    height: 46vh;
    margin: 0 auto 1.5vh auto;
    pointer-events: none;
    position: relative;
}

.scene-container-full {
    max-width: 1200px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loadingOverlay {
    z-index: 10000;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    display: none;
}

#loadingOverlay.stag-loading, #loadingOverlay.bottle-loading, #loadingOverlay.portal-loading {
    display: block;
}

.loading-spinner {
    position: absolute;
    margin-top: -2.5em;
    margin-left: -2.5em;
    top: 50%;
    left: 50%;
    height: 5em;
    width: 5em;
    transform: translate(-50%, -50%);
}

.loading-text {
    position: absolute;
    margin-top: -2.5em;
    margin-left: -2.5em;
    top: 50%;
    left: 50%;
    height: 5em;
    width: 5em;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-textarea {
    width: 100%;
    height: 100%;
    text-align: center;
    resize: none;
    font-size: calc(8px + 1.4vh);
    letter-spacing: 0.1vh;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #ad9652;
    border-radius: 4px;
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
    padding: 1vh;
}

.message-textarea:focus {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.message-textarea::placeholder {
    white-space: pre;
}

.divider {
    width: 92.5%;
    height: 1px;
    max-width: 520px;
    background: #ad9652;
    margin: 1vh auto;
}

.button-margin {
    margin: 1vh auto;
}

.options-container {
    display: flex;
    justify-content: space-between;
    width: 92.5%;
    max-width: 520px;
    margin: 2vh auto;
}

.space-evenly {
    justify-content: space-evenly !important;
}

.option {
    width: 30%;
    position: relative;
}

.option:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.option:hover {
    cursor: pointer;
}

.option input {
    visibility: hidden;
    position: absolute;
}

.option input:checked + div {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.option-border {
    border: 2px solid #ad9652;
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}

.option-border:hover {
    cursor: pointer;
}

.option-label {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 1vh;
    font-size: calc(6px + 1vh);
    letter-spacing: 0.1vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
}

.option-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    border-radius: 4px;
}











.slider-container {
    width: 92.5%;
    max-width: 520px;
    box-sizing: border-box;
    margin:  1.8vh auto 2.5vh auto;
    position: relative;
}

.slider-label-small {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: calc(8px + 1.5vh);
    margin-bottom: -0.8vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
}

.slider-label-large {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: calc(10px + 2.6vh);
    margin-bottom: -1.2vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-Black', Helvetica, Arial, sans-serif;
}

.slider-container input[type=range] {
    width: 86%;
    box-sizing: border-box;
    margin: auto;
}

input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}


/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 3vh;
    width: 3vh;
    border-radius: 3vh;
    background: #ad9652;
    cursor: pointer;
    margin-top: -1.25vh; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    border: 0;
    height: 3vh;
    width: 3vh;
    border-radius: 3vh;
    background: #ad9652;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    border: 0;
    height: 3vh;
    width: 3vh;
    border-radius: 2vh;
    background: #ad9652;
    cursor: pointer;
}


/* TRACK */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5vh;
    cursor: pointer;
    background: #ad9652;
    border-radius: 0.3vh;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ad9652;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 0.5vh;
    cursor: pointer;
    background: #ad9652;
    border-radius: 0.3vh;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ad9652;
    border-radius: 3px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ad9652;
}
input[type=range]::-ms-fill-upper {
    background: #ad9652;
    border-radius: 3px;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ad9652;
}

#uniqueLink {
    font-size: calc(9px + 0.75vh);
}


.icon-button {
    background: #ad9652;
    border: 0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    pointer-events: auto;
    cursor: pointer;
    color: #000000;
}

.icon-button:hover, .icon-button:focus, .icon-button:active {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.icon-button img {
    width: 100%;
    height: auto;
}

#fullscreen, #collapseScene {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
}

.overflow-hidden {
    overflow: hidden !important;
}

#qrcode {
    background-color: white;
    margin: 1vh auto;
    width: 250px;
    height: auto;
    padding: 8px;
    border-radius: 20px;
    box-sizing: content-box;
    max-width: 90%;
}

#qrcode {
    max-width: 100%;
    height: auto;
}

.name-input {
    height: 4.5vh;
    min-height: 30px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #ad9652;
    background: transparent;
    font-size: calc(10px + 1.2vh);
    line-height: 4.5vh;
    color: #ad9652;
    font-family: 'CeraCompactPro-Regular', Helvetica, Arial, sans-serif;
    letter-spacing: 0.1vh;
    width: 92.5%;
    max-width: 520px;
    box-sizing: border-box;
    margin: 0 auto 2vh auto;
    text-align: center;
}

.name-input::placeholder {
    color: rgba(173, 150, 82, 0.5);
}

.name-input:hover, .name-input:focus, .name-input:active {
    outline: none;
    box-shadow: 0 0 4px 3px #b88345;
}

.date-input {
    background: transparent url("../images/icon_calendar.png") no-repeat 1% 0/auto 4vh;
    height: 5.5vh;
    padding-top: 1vh;
    margin-top: -1vh;
}

.why-box {
    width: 92.5%;
    max-width: 380px;
    margin: 3vh auto 2vh auto;
}

.why-box p {
    color: #ad9652;
    margin: 1vh 0;
}

.textarea-container {
    width: 92.5%;
    height: 14vh;
    max-width: 520px;
    position: relative;
    margin: 1.5vh auto;
}
@media screen and (max-height: 950px) {
    .textarea-container {
        min-height: 135px;
    }
}
@media screen and (max-height: 700px) {
    .textarea-container {
        min-height: 120px;
    }
}
@media screen and (max-height: 600px) {
    .textarea-container {
        min-height: 110px;
    }
}
@media screen and (max-height: 400px) {
    .textarea-container {
        min-height: 90px;
    }
}

#remainingChars {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: #ad9652;
    font-size: calc(9px + 0.75vh);
}

.note-container {
    margin: 1.6vh auto 2.6vh auto;
    max-width: 520px;
}

.note-container p {
    font-size: calc(9px + 0.75vh);
}

.icon-share {
    height: 4vh;
    width: auto;
    margin-left: 1.5vw;
}

#closeGFGifting {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
}













/* Everything below here is used for 8th wall screens as well */

#startScreen {
    z-index: 700;
    pointer-events: auto;
    text-align: center;
}

.recipient-name {
    color: #d4d1d0;
    font-size: 5vh;
    margin-top: 5.6vh;
    letter-spacing: 0.8vh;
}

.start-text {
    color: #ad9752;
    font-size: 2.8vh;
    margin-top: 2.4vh;
}
.start-text p {
    margin: 1.8vh auto;
    line-height: 3.3vh;
}
.start-text p:nth-child(2) {
    margin-top: 3.4vh;
}
#loadBackground {
    z-index: 800;
    pointer-events: auto;
    text-align: center;
}
.background-texture {
    background: #000000 url("../images/background_small.png") no-repeat center top/auto 100%;
}

.stag-start {
    width: auto;
    height: 13.5vh;
    margin: 8.5vh auto auto auto;
}

.logo-start {
    width: auto;
    height: 4.8vh;
    margin: 0 auto;
}

.gc-logo-start {
    width: auto;
    height: 6vh;
    margin: 0 auto;
}

.loading-text {
    position: absolute;
    margin-top: -2.5em;
    margin-left: -2.5em;
    top: 50%;
    left: 50%;
    height: 5em;
    width: 5em;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loadImage {
    position: absolute;
    margin-top: -2.5em;
    margin-left: -2.5em;
    top: 50%;                                  /**/
    left: 50%;
    height: 5em;
    width: 5em;
    transform: translate(-50%, -50%);
}

.spin {
    animation: spin 1.1s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite both;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.poweredby-img {
    width: 35vw;
    max-width: 200px;
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

#menuScreen {
    z-index: 1000;
    pointer-events: auto;
    background: rgba(0,0,0,0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#menuScreen button {
    margin: 1.5vh auto;
}

.form-field {
    position: relative;
}

.validation-error, .confirmation-error {
    position: absolute;
    background: #ffffff;
    padding: 10px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    border-radius: 10px;
    z-index: 1000;
    color: #000000;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.4);
    font-size: 0.9em;
    font-weight: 300;
    border: 2px solid #df251d;
}
.validation-error::before, .confirmation-error::before {
    height: 10px;
    width: 10px;
    border-left: 2px solid #df251d;
    border-bottom: 2px solid #df251d;
    transform: rotate(-45deg);
    background: #ffffff;
    position: absolute;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
}


/* modal styles */
.modal-container {
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
}

.modal {
    width: 300px;
    max-width: 90%;
    background: #000000;
    padding: 5vh 5vw;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #ad9752;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

#closeShareModal {
    position: absolute;
    top: 15px;
    right: 15px;
}

.a2a_svg {
    width: 40px !important;
    height: 40px !important;
}

.a2a_default_style a {
    margin: auto 3px !important;
}

#confirmAgeModal .checkbox-row label {
    font-size: 1.1em;
}

#confirmAgeModal .modal {
    flex-direction: column;
    align-items: center;
}

#confirmAgeModal .standard-button {
    height: 5vh;
    padding: 0 5vh;
}


/* Checkbox styles */
.checkbox-row {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 4vh;
}

.checkbox-row input[type="checkbox"] {
    opacity: 0;
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
}

.checkbox-row label {
    position: relative;
    padding-left: 26px;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    padding-top: 2px;
    color: #ad9752;
}

.checkbox-row label::before,
.checkbox-row label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.checkbox-row label::before{
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0;
    margin-top: -2px;
}

.checkbox-row label::after {
    height: 3px;
    width: 8px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    left: 5px;
    top: 50%;
    margin-top: -3px;
}

.checkbox-row input[type="checkbox"] + label::after {
    content: none;
}

.checkbox-row input[type="checkbox"]:checked + label::after {
    content: "";
}

/* date picker overrides */
.qs-datepicker-container {
    width: 92.5% !important;
    max-width: 520px !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}

.copy-input {
    position: absolute;
    top: -100%;
}

.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}