﻿:root { --store-color: #ec6726; }


html, body { min-height: 100%; background-color: #fafafa; font-family: roboto, sans-serif; margin: 0; }

.bg-shadow { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, .6); overflow: auto; }

article { width: 100%; max-width: 600px; margin: auto; margin-top: 50px; background-color: #fff; border-radius: 5px; box-shadow: rgba(0, 0, 0, .1) 0 0 40px; box-sizing: border-box; overflow: hidden; }
h1 { margin-top: 0; }

fieldset { border: 0; padding: 0; margin: 0; }

header { height: 80px; background-color: #fff; box-shadow: rgba(0, 0, 0, .1) 0 0 40px; } 
.header-container { width: 100%; max-width: 600px; margin: auto; display: flex; height: 80px; align-items: center; justify-content: center; }
.website-logo { height: 60px; width: 200px; background-position: center; background-size: contain; background-repeat: no-repeat; }

label { display: inline-block; margin: 4px 0; }
input[type="text"],
input[type="date"], 
input[type="time"], 
input[type="tel"], 
input[type="email"], 
select,
textarea { width: 100%; box-sizing: border-box; height: 36px; padding: 0 8px; border: 1px solid #ccc; border-radius: 3px; font-size: 16px; appearance: none; -moz-appearance: none; -webkit-appearance: none; }

textarea { height: auto; padding: 8px; font-family: sans-serif; }
select { background-image: url('/mox/static/svg/arrow-down.svg'); background-position: right 10px center; background-repeat: no-repeat; background-size: 11px; padding-right: 28px !important; }

/*#ec6726*/

input[type="submit"] { font-size: 14px; cursor: pointer; color: #fff; font-weight: bold; appearance: none; -moz-appearance: none; -webkit-appearance: none; border: 0; border-radius: 3px; height: 36px; padding: 0 20px; background-color: #ec6726; }
input[type="submit"]:hover { background-color: #b5430e; }

.field-validation-error { color: #f00; margin: 4px 0; }

.flex-field { display: flex; flex-direction: row; margin-left: -5px; margin-right: -5px; }
.flex-field > span { display: flex; flex-direction: column; justify-content: flex-end; width: 100%; flex: 1; margin: 0 5px; }

.validation-summary-errors { background-color: #ffd8d8; padding: 10px; border-radius: 3px; border: 1px solid #ff9b9b; margin-bottom: 10px; }
.validation-summary-errors ul { margin: 5px 0; }

.checkbox { list-style: none; padding: 0; }

.field-validation-error { color: red; }

.article-heading { padding: 20px; padding-bottom: 0; margin-bottom: 0; }
.article-content { padding: 20px; }
.buttons { display: flex; align-items: center; border-top: 1px solid #eee; padding: 0 20px; padding-top: 16px; margin: 0 -20px; margin-top: 16px; }
.buttons table { border-collapse: collapse; }
.steps { position: relative; overflow: hidden; transition: height .5s; }
.step { background-color: #fff; padding: 20px; }

.back-button { display: inline-block; cursor: pointer; font-size: 14px; line-height: 40px; cursor: pointer; color: #fff; font-weight: bold; appearance: none; -moz-appearance: none; -webkit-appearance: none; border: 0; border-radius: 3px; height: 36px; padding: 0 20px; background-color: #ec6726; }
.back-button:hover { background-color: #b5430e; }

.timeselect { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; margin: 0 -2px; }
.timeselect li { margin: 2px; width: calc(25% - 4px); }
.timeselect label { border: 1px solid #ec6726; cursor: pointer; border-radius: 3px; padding: 8px 2px; display: block; text-align: center; margin: 0; transition: background-color .1s, color .1s; }
.timeselect label:hover { background-color: #eee; }
.timeselect input { display: none; }
.timeselect input:checked ~ label { background-color: #ec6726; color: #fff; }

@media only screen and (max-width: 600px) {
    body { background-image: none; background-color: #fff; }
    .bg-shadow { background-color: #fff; }

    header { /*position: absolute; top: 0; left: 0; right: 0; background-color: rgba(255, 255, 255, .95); box-shadow: none; z-index: 1;*/ }
    .website-logo { height: 50px; }

    html, body { background-color: #fff; }
    article { position: static; box-shadow: none; border-radius: 0; margin-top: 0; }

    .timeselect li { margin: 2px; width: calc(33% - 4px); }
    .timeselect label { font-size: 14px; }
    .buttons { position: fixed; bottom: 0; left: 0; right: 0; margin: 0; padding: 20px; box-shadow: rgba(0, 0, 0, .1) 0 0 10px; background-color: rgba(255, 255, 255, .95); z-index: 1; }
    .step { margin-bottom: 100px; }
}

@media only screen and (max-width: 350px) {
    .timeselect li { margin: 2px; width: calc(50% - 4px); }
}

i { font-family: "Font Awesome 5 Pro"; font-size: 12.5px;}
section { display: flex; flex-flow:column; justify-content:center; align-items: center; margin-top: 10px; margin-bottom: 20px;}
section div { display: flex; flex-flow: row}
.bvg-booking-header { height: 40px; background-color: #ec6726; margin-bottom: 10px; }
.booking-header-container { width: 100%; max-width: 600px; margin: auto; display: flex; align-items: center; justify-content: center; height: 40px; color: white;}
.booking-header-container p { font-size: 0.8rem; font-weight: bold;}
.booking-website-logo { height: 60px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.step-number { background-color: #4f4f4f; padding: 8px 14px; border-radius: 24px; color: white; margin-right: 16px;}
.section-header { width: 735px; background-color: #d8d8d8; padding: 0px 40px; margin: auto; }
.time-picker {  }
.section-content { width: 735px; background-color: #f6f6f6; padding: 20px 40px; margin-top: 0px; margin: auto; }
.section-content-complete { display: none;}
.section-completed > div.section-content { display: none; }
.section-completed > div.section-content-complete { display: block; padding-top: 20px; padding-bottom: 20px; margin-top: 2px; background-color: #d0d4ca; }
.booking-button { border-radius: 16px; border: 0.5px solid black; padding: 4px 10px; font-family: 'Inter', sans-serif; background-color: white; cursor: pointer; transition-duration: 0.2s; margin: 20px 0px; text-transform: uppercase; font-weight:bold;}
.booking-button:hover {background-color: #333; color: white; transition-duration: 0.2s;}
.section-content-complete > button { float: right; margin-top: -50px; }
.step-number.green {background-color: #8bc16f}

.categories { display: flex; flex-wrap: wrap; gap: 1em; }
.category { display: flex; height: 150px; width: 220px; background-size: contain; background-repeat: no-repeat; cursor: pointer;}
.category div { flex: 1; max-width: 100%; }
.category p,
.category span { display: flex; align-items: center; background-color: var(--store-color); padding: 0 12px; align-self: flex-end; margin-bottom: 0px; height: 40px; color: white; font-size: 14px; text-overflow: ellipsis; overflow: hidden; word-wrap: break-word; }
.category span::after {align-self: flex-end; align-self: center; margin-top: 6px; font-family: "Font Awesome 5 Pro"; content: '\f178'; float: right; color: #ffffff;}
.category p { flex: 1; }

input[type=file] { max-width: 95%; color: #444; padding: 5px; background: #fff; border-radius: 10px; border: 1px solid #555; }
input[type=file]::file-selector-button { margin-right: 20px; border: none; background: var(--store-color); padding: 10px 5px; border-radius: 10px; color: #fff; cursor: pointer; transition: background .2s ease-in-out; }
input[type=file]::file-selector-button:hover { background: #d75f25; }
.drop-container { position: relative; display: flex; gap: 10px; flex-direction: column; justify-content: center; align-items: center; height: 200px; padding: 20px; border-radius: 10px; border: 2px dashed #555; color: #444; transition: background .2s ease-in-out, border .2s ease-in-out; }
.drop-container:hover { background: #eee; border-color: #111; }
.drop-container:hover .drop-title { color: #222; }
.drop-title { color: #444; font-size: 20px; font-weight: bold; text-align: center; transition: color .2s ease-in-out; }
.drop-container.drag-active { background: #eee; border-color: #111; }
.drop-container.drag-active .drop-title { color: #222; }
.date-select { display: block; width: 100%; margin-top: 10px; }
.date-select-head {background-color: #d8d8d8; padding: 12px 10px; margin-bottom: 10px;}
.date-select-body { display: block;}
.wide-box {width: 60%;}
.time-selection { display: block; margin-top: 4px; width: 95%; padding: 10px; background-color: white; border: 1px solid #cacaca; border-radius: 2px; cursor: pointer;}
.time-selection:hover { background-color: #d75f25; color: white; }
.time-selection:checked+label { background-color: #ec6726; color: white; }
.flatpickr-day.selected {background-color: #ec6726; border: 1px solid #ec6726;}
.flatpickr-day.selected:hover { background-color: #ec6726; border: 1px solid #ec6726; }
input[type="text"] { padding: 24px;}
.hide {display: none;}

input[type="radio"]:checked + label.time-selection { background-color: #ec6726; color: white; }
.content-column { flex: 1; }
.content-column + .content-column { border-left: 1px solid #eee; margin-left: 20px; padding-left: 20px; }
.grid { display: grid; grid-gap: 10px 40px; grid-template-columns: min-content;}
.grid + .grid { margin-top: 10px; }
.grid-1 { grid-column: 1; margin: 0; font-size: 100%; color: #555; white-space: nowrap; font-weight: bold; }
.grid-2 { grid-column: 2; }
label.title {font-weight: bold; display: block; margin-top: 20px;}
.section-content-complete div h3 { width: 90%;  line-height: 40px}
.step-number.large {padding: 44px 20px; line-height: 0px; padding-bottom: 19px; border-radius: 50%;}
.step-number.large.green { background-color: #78a760 }

.step-number.large i {font-size: 50px; font-weight: lighter;}
.half-page { background-color: #d0d4ca; margin-bottom: 0; bottom: 0; position: absolute; width: 100vw; height: 50%; text-align: center; padding: 50px 0;}
.half-page > h1 {margin-top: 40px; font-size: 2rem;}
.half-page > p { margin-top: 40px; font-size: 20px; margin: auto;}
fieldset > section > h1 { font-size: 40px; margin-top: 20px;}
.multi-file-label > span {display: none !important;}
.multi-file-label {width: 80%; margin: auto;}
.multi-file-list { margin-right: 20px;}
fieldset:disabled { opacity: 0.5; }
.drop-title { position: absolute; top: 60px; z-index: 0; }


.booking-questions { display: flex; flex-wrap: wrap; margin-top: 20px; align-items: start; gap: 1em;}
.booking-question { width: 45%;}
.booking-question label { font-weight: bold; display: inline-block; margin-bottom: 10px; font-size: 14px; }
.booking-question-text { display: flex; flex-direction: column; }
.booking-question-checkbox { display: grid; grid-template-columns: 24px auto; grid-gap: 5px 5px; padding-bottom: 20px; }
.booking-question-checkbox label { grid-column: 1/3; }
.booking-question-checkbox input { grid-column: 1; }
.booking-question-checkbox input[type="checkbox"] + label { grid-column: 2; margin: 0; }
.booking-question-radio { display: grid; grid-template-columns: 24px auto; grid-gap: 5px 5px; padding-bottom: 20px; }
.booking-question-radio label { grid-column: 1/3; }
.booking-question-radio input { grid-column: 1; }
.booking-question-radio input[type="radio"] + label { grid-column: 2; margin: 0; }

@media only screen and (min-width: 820px) {
    .multi-file-list { z-index: 1; max-height: 100px; position: absolute; left: 10px; top: 0px; }
    .multi-file-item-title { overflow: hidden; text-overflow: ellipsis; width: 180px; white-space: nowrap; }
    .drop-container { overflow: hidden; }
}

@media only screen and (max-width: 820px){
    .multi-file-list { z-index: 1; max-height: 100px; position: absolute; top: 0; left: 14px; }
    .multi-file-item-title { overflow: hidden; text-overflow: ellipsis; width: 60px; white-space: nowrap; }
    .drop-container { overflow: hidden; }
    /*.multi-file-input { position: absolute; right: 10px; width: 180px; font-size: 12px; }*/
    /*.drop-title { position: absolute; top: 80px; right: 100px; z-index: 0; }*/

    .category { width: 100%; max-width: calc(50% - 8px); height: auto; aspect-ratio: 5/4; background-color: #eee; }

    .booking-question { width: 100%;}

    .flex-columns.break-early { flex-direction: column; }
}

@media only screen and (max-width: 480px) {
    .flex-columns { flex-direction: column; }
    .section-header { width: 100%; padding: 0 20px; box-sizing: border-box; }
    .section-content { width: 100%; padding: 20px; box-sizing: border-box; }
    .category { width: 100%; max-width: calc(50% - 8px); height: auto; aspect-ratio: 5/4; background-color: #eee; }
    .category p { font-size: 12px; }

    .drop-container { height: auto; }
    .drop-title { display: none; }

    .booking-button.next-step { width: 100%; padding: 12px; border-radius: 8px; background-color: var(--store-color); border: 0; font-weight: bold; color: #fff; }
    .booking-button.next-step { width: 100%; padding: 12px; border-radius: 8px; background-color: var(--store-color); }
}

@media only screen and (max-width: 820px){
    .section-header,
    .section-content { width: 100%; box-sizing: border-box;}
}

