body { text-align: center; font-family: 'Inter', sans-serif; margin: 0; }

.wrapper { display: flex; margin: 0 auto; text-align: left; }

.map-wrapper { width: 100%; position: relative; }

.map-wrapper #map { height: 100vh; width: 100%; }

.map-wrapper #thumbnail { position: absolute; top: 10px; right: 10px; z-index: 20; }

.map-wrapper #thumbnail a#close { position: absolute; top: 6px; right: 6px; padding: 8px 15px; background: #fff; font-size: 22px; color: #000; z-index: 10; }

.map-wrapper #thumbnail a#open { display: none; position: absolute; top: 6px; right: 6px; padding: 12px 15px; background: #fff; font-size: 18px; color: #000; z-index: 10; border-radius: 3px; -webkit-box-shadow: 0px 2px 4px #ccc; -moz-box-shadow: 0px 2px 4px #ccc; box-shadow: 0px 2px 4px #ccc; }

.map-wrapper #thumbnail a#image { height: 195px; width: 350px; background: url("../images/thumbnail.jpg") no-repeat; background-size: cover; background-position: 50% 50%; border: 10px solid #fff; border-radius: 3px; -webkit-box-shadow: 0px 2px 4px #ccc; -moz-box-shadow: 0px 2px 4px #ccc; box-shadow: 0px 2px 4px #ccc; display: grid; align-items: center; justify-items: center; }

.map-wrapper #thumbnail a#image p { margin: 0; text-align: center; background: #eaeffe; color: #304ffe; padding: 10px 15px; border-radius: 5px; font-weight: 600; }

.map-wrapper #thumbnail a#image:hover { border: 10px solid #eaeffe; }

.sidebar { padding: 0px; width: 360px; display: grid; grid-template-rows: 320px auto 60px; height: 100vh; }

.sidebar h3 { margin-top: 25px; padding: 0 7.5px; font-size: 14px; font-weight: 600; margin-bottom: 5px; }

.sidebar p { margin: 10px 0; padding: 0 7.5px; }

.sidebar .header { padding: 20px 20px 0 20px; border-bottom: 1px solid #eaeffe; text-align: center; }

.sidebar .header img { max-width: 210px; }

.sidebar .header p { font-size: 15px; line-height: 135%; }

.sidebar .header p span { background: #FF8A80; display: block; margin-bottom: 5px; border-radius: 3px; padding: 5px; }

.sidebar .header p a { color: #000; text-decoration: underline; }

.sidebar .options { overflow: scroll; padding: 10px 20px 30px 20px; justify-self: justify-start; }

.sidebar .json-block { padding: 0 27.5px; position: relative; background: #eaeffe; }

.sidebar .json-block p { font-size: 14px; font-weight: 600; color: #304ffe; padding: 20px 0; cursor: pointer; margin: 0; height: 20px; background: #eaeffe; }

.sidebar .json-block .show-json { display: none; width: 100%; position: absolute; bottom: 50px; left: 0px; }

.sidebar .json-block .show-json a { display: block; background: #eaeffe; border-radius: 4px; text-align: center; width: 70%; padding: 10%; margin: 5%; transition: all .2s ease-in-out; }

.sidebar .json-block .show-json a:hover { transform: scale(1.05); }

.sidebar .json-block #codeblock { border-radius: none; background: #fff; border: none; font-size: 17px; white-space: initial; height: 130px; width: 90%; padding: 5%; margin: 0; resize: none; font-size: 13px; outline: none; border-bottom: 10px solid #eaeffe; border-top: 10px solid #eaeffe; }

h1 { font-size: 27px; font-weight: 900; margin: 0; padding: 0 7.5px; }

h1 span { font-size: 12px; letter-spacing: 0; text-transform: capitalize; }

h1 span a { color: #000; }

h3 { font-size: 17px; }

a { color: #304ffe; text-decoration: none; }

label { text-transform: capitalize; margin-bottom: 2px; }

input { cursor: pointer; }

.indent { margin-left: 15px; }

.field { padding: 7.5px; text-align: left; border-radius: 4px; }

.field label { opacity: 0.7; }

.field a.tip-toggle { cursor: pointer; display: inline-block; text-indent: -999em; height: 19px; width: 19px; background: url("../images/info.png") no-repeat; background-size: 12px; background-position: 50% 50%; }

.field p.tip { font-size: 14px; margin: 10px 0 5px 0; display: none; padding: 0; }

.field:hover { background: #f7f7f7; }

.field:hover label { opacity: 1; }

.checkbox-field { position: relative; }

.checkbox-field label { cursor: pointer; }

.checkbox-field input[type=checkbox] { position: absolute; top: 0px; right: 0; appearance: none; }

.checkbox-field .replacement-checkbox { background: #FFF; width: 20px; height: 20px; border-radius: 20px; position: absolute; top: 7.5px; right: 7.5px; cursor: pointer; border: 1px solid #ddd; }

.checkbox-field .is-checked { background: #fff url("../images/check.png") no-repeat; background-size: 13px; background-position: 50% 50%; }

.color-picker-field { position: relative; }

.color-picker-field input[type=color] { width: 22px; height: 22px; border-radius: 20px; padding: 0; opacity: 0; appearance: none; position: absolute; top: 8px; right: 7px; z-index: 10; }

.color-picker-field .swatch { width: 20px; height: 20px; border-radius: 20px; background: #000; position: absolute; top: 7.5px; right: 7.5px; cursor: pointer; border: 1px solid #ddd; }

.color-picker-field .transparent-bg { background: url("../images/transparent.png") 50% 50% !important; background-size: 8px; }

a.clear-style { display: none; }

a.clear-style-visible { display: inline; text-indent: -999em; padding: 7px 5px; position: absolute; top: 8px; right: -16px; font-size: 10px; font-weight: 900; background: url("../images/close.png") no-repeat; background-size: 8px; background-position: 50% 50%; width: 8px; height: 8px; cursor: pointer; transition: background 0.2s; }

a.clear-style-visible:hover { background-size: 10px; }

.toggle { display: inline-block; background: #eaeffe; color: #000; font-size: 15px; cursor: pointer; border-radius: 4px; text-align: center; padding: 10px 5px; margin: 10px 7.5px; }

.toggle span { padding: 5px 10px; border-radius: 4px; }

.toggle span.active { background: #fff; }

.children { display: none; padding: 0 0 0 20px; }

@media screen and (max-width: 850px) { .wrapper { display: block; } .map-wrapper #map { height: 50vh; } .map-wrapper #thumbnail a#open { top: 0; right: 0; } .map-wrapper #thumbnail a#close { padding: 4px 8px; } .map-wrapper #thumbnail a#image { height: 140px; width: 270px; } .map-wrapper #thumbnail a#image p { font-size: 13px; padding: 5px; } .sidebar { width: 100%; grid-template-rows: 70px auto 40px; height: 50vh; } .sidebar .header { text-align: left; padding: 0; position: relative; } .sidebar .header img { max-height: 50px; margin-top: 10px; } .sidebar .header p { display: none; } .sidebar .header .toggle { position: absolute; top: 5px; right: 0; } .sidebar .options { padding-top: 0; } .sidebar .json-block p { padding: 13px 0; } .sidebar .json-block #codeblock { bottom: 30px; } }

/*# sourceMappingURL=styles.css.map */