@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/webjars/material-design-icons/4.0.0/MaterialIcons-Regular.ttf);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/webjars/material-design-icons/4.0.0/MaterialIcons-Regular.ttf) format('truetype');
}

/* latin-ext */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/asap/v15/KFO9CniXp96a4Tc2EZzSuDAoKsE61phHW36MAA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/asap/v15/KFO9CniXp96a4Tc2EZzSuDAoKsE61phJW34.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    margin: 0 10px;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* Generic */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 1em 0;
    text-align: justify;
    hyphens: auto;
}

ul {
    list-style-type: none;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

a {
    text-decoration: none;
}

main {
    padding-top: 120px;
}

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

#analytics,
.form-basic,
.alert,
#edit-gymkhana,
.width-90 {
    width: 90%;
}

#gymkhana-sidebar .form-section {
    margin-top: 30px;
}

#gymkhana-publish button {
    width: auto;
    padding: 0.5rem;
}

#gymkhana-publish ul li {
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    margin: 0.5rem 0;
}

#gymkhana-publish .material-icons {
    vertical-align: middle;
}

#gymkhana-publish li ul {
    display: block;
    margin: 0.75rem 1rem;
}

#gymkhana-publish li ul li {
    font-weight: normal;
    display: block;
    margin: 0.5rem 0;
}

.content-title {
    margin-bottom: 0.75em;
}

.correct-title {
    margin-top: 1em;
}

#analytics,
.form-section,
.form-basic,
.alert {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}

.alert {
    margin: 0 auto 1rem;
}

.form-basic {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.form-field {
    width: 100%;
}

/* From https://www.accessibility-developer-guide.com/examples/hiding-elements/visually/ */
.visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-field label,
fieldset legend,
#new-stage-page h2 {
    font-size: 1em;
    font-weight: bold;
}

#privacy {
    margin-left: 1.5rem;
}

#privacy h2, #new-stage-page h2, #new-tag h2 {
    margin-top: 1em;
}

#privacy p {
    margin-top: 0.45rem;
}

.form-field input,
.form-field select,
.form-field textarea,
fieldset {
    width: 100%;
}

input[type="date"],
input[type="number"],
.form-field input,
.form-field select,
.form-field textarea,
.form-field .ss-main .ss-multi-selected,
fieldset {
    padding: 10px 10px;
    margin: 10px 0 20px 0;
    border: 1px solid #ccc;
}

input[type="number"],
input[type="date"] {
    font-family: inherit;
}

input[type="checkbox"] {
    width: auto;
}

#escappe-price {
    display: none;
    margin-inline-start: .5ch;
}

label:has(input:checked) ~ #escappe-price {
  display: unset;
}

#escappe-price span {
    position: absolute;
    left: -9999px;
}

#escappe-price::after {
    content: ' €';
}

#escappe-price input {
    max-width: 10ch;
}

#stage-answers {
    width: 100%;
}

.answer-header-check {
    width: 60px;
}

.answer-header-actions {
    width: 32px;
}

.answer-header-actions span {
    display: none;
}

.answer-header-solution {
    text-align: left;
}

.answer-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

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

input[type="date"],
.form-field input,
.form-field textarea,
.answer-input {
    border-radius: 5px;
    font-size: 1em;
    background: white;
}

.inputfile {
    display: none;
}

.inputfile + label {
    color: white;
    padding: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    background-color: #B00233;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

label > .material-icons {
    margin: 0 10px 0 0;
}

.inputfile + label:hover {
    background-color: #f24353;
}

.inputfile:focus + label {
    background-color: #34495e;
}

.inputfile + label {
    cursor: pointer;
}

.form-basic button,
.basic-button {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 80px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #B00233;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
    text-align: center;
}

.basic-button:hover,
.form-basic button:hover,
.clue-button:hover {
    background-color: #f24353;
}

form .action-button {
    margin: 5px;
    padding: 0;
    width: 48px;
}

.button-round {
    cursor: pointer;
    background-color: #34495e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.qr-code {
    display: block;
    margin: auto;
}

.title {
    height: 80px;
    background-color: #34495e;
    color: #fff;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

.title h1 {
    width: 100%;
    margin-left: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gimcana-section-title {
    display: flex;
    align-items: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 100%;
    height: 50px;
    background-color: #34495e;
}

.gimcana-section-title h1 {
    color: #fff;
    width: 100%;
    text-align: center;
}

.gimcana-section-score {
    margin: 25px 0;
    text-align: center;
}

.gimcana-section-score span {
    font-size: 48px;
}

#averageScore {
    display: block;
    font-size: 36px;
}

.button-round > a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    display: block;
}

.bottom-right {
    position: absolute;
    right: 10px;
    bottom: -25px;
}

.float-bottom-right {
    float: right;
    margin-right: 8px;
    margin-bottom: -35px;
}

/* Main page */
body {
    display: flex;
    width: 100%;
    min-height: 100vh;
    font-family: "Asap", sans-serif;
}

#side-menu {
    width: 300px;
    min-height: 100vh;
    position: fixed;

    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu-check {
    display: block;
    width: 55px;
    height: 32px;
    position: fixed;
    top: 20px;
    left: 15px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 5002; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

#menu-button {
    position: fixed;
    z-index: 5001;
    left: 15px;
    top: 20px;
}

#menu-close {
    position: fixed;
    display: none;
    z-index: 1;
    left: 250px;
    top: 20px;
}

#menu-check:checked ~ #side-menu {
    transform: none;
}

#menu-check:checked ~ .margin-left {
    margin-left: 300px;
}

#menu-check:checked ~ #menu-button {
    display: none;
}

#menu-check:checked ~ #side-menu #menu-close {
    display: initial;
}

#menu-check:checked ~ main .title {
    width: calc(100% - 300px);
    transition: width 0.5s
}

#menu-check:checked {
    left: 250px;
    transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#side-menu > header {
    display: flex;
    align-items: center;
    background-color: #B00233;
    color: #ffffff;
    height: 80px;
    text-align: center;
    padding: 25px 0;
}

#side-menu > header img {
    height: 40px;
    margin: 0 10px 0 30px;
}

nav {
    position: relative;
    height: calc(100vh - 80px);
    background-color: #34495e;
}

nav > ul {
    list-style-type: none;
    padding: 50px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
}

nav li {
    margin: 0 0 20px 0;
}

nav li a {
    display: block;
    width: 100%;
    color: #95a5a6;
    text-decoration: none;
    padding: 20px 30px;
}

nav li:hover {
    background-color: #243342;
}

.selected {
    background-color: #243342;
}

li.selected a {
    color: #ffffff;
}

nav button {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
}

main {
    width: 100%;
    background-color: #eee;
    padding-bottom: 25px;
}

.margin-left {
    margin-left: 0;
    transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.link-button {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 15px 0;
    text-align: center;
    padding-right: 15px;
    border-radius: 5px;
    background-color: #B00233;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
    align-self: start;
}

.link-button span {
    vertical-align: middle;
}

.link-button:hover {
    background-color: #f24353;
}

/* Login page */
#login-page {
    display: flex;
    margin-top: 80px;
    justify-content: center;
}

.alert-error {
    color: red;
}

.login {
    overflow: hidden;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}

.login input {
    display: block;
    border-radius: 5px;
    border-color: #eee;
    font-size: 16px;
    background: white;
    width: 100%;
    padding: 10px 10px;
    margin: 15px -10px;
}

.login label {
    display: none;
}

.login button {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 80px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -5px;
    border-radius: 5px;
    background-color: #B00233;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

.login > button:hover {
    background-color: #f24353;
}

/* Gymkhanas list */
.login-section {
    width: 80px;
    position: absolute;
    right: 0;
    background-color: #243342;
    height: 80px;
}

.login-section > img {
    margin: 0 15px;
}

.login-section > a {
    text-decoration: none;
    color: #fff;
    font-size: 0.75em;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.margin-right {
    margin-right: 80px;
}

#gimcanas-list,
#no-gimcanas {
    width: 90%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

#no-gimcanas {
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 200px);
}

#no-gimcanas > span {
    font-size: 150px;
    margin: 25px;
    margin-top: 0;
}

#no-gimcanas > p {
    font-size: 36px;
}

.gimcana-card {
    max-width: 600px;
    width: 100%;
    min-height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    border-radius: 7px;
    border: .5px solid #b1b1b0;
    background-color: #fff;
    overflow: hidden;
}

.gimcana-card img {
    max-height: 270px;
}

.gimcana-card .content {
    padding: 1rem;
    color: #000;
}

#gimcanas .add-gimcana {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.page-content {
    display: flex;
    justify-content: center;
}

/* New Gymkhana */
#new-gimcana-page {
}

#form-new-gimcana {
    max-width: 600px;
}

#cover-preview {
    width: 100%;
}

/* Gymkhana Page */
#gimcana-section, .vertical {
    flex-direction: column;
    align-items: center;
}

#gimcana-section {
    width: 100%;
    align-items: center;
}

.gimcana {
    width: 80%;
    border-radius: 7px;
    border: .5px solid #b1b1b0;
    background-color: #fff;
    margin-bottom: 20px;
}

.gimcana img {
    max-height: 50vh;
}

.gimcana p, .gimcana h2, .gimcana ul {
    margin: 20px;
}

.gimcana ul {
    padding-left: 1em;
    list-style: disc;
}

.gimcana li {
    margin: 0.25em 0;
}

.gimcana h2 {
    margin-top: 1.25em;
    margin-bottom: 0;
}

.gimcana a, .stage > a {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 50px auto 10px;
    border-radius: 5px;
    background-color: #B00233;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

.gimcana a:hover, .stage > a:hover {
    background-color: #f24353;
}

.localization-map {
    height: 300px;
    position: relative;
    margin-bottom: 2em;
}

#new-stage-page h3 {
    margin-top: 15px;
}

#new-stage-page li {
    margin: 10px 0;
    font-size: 1.17em;
}

#new-stage-page li.stage-show-map-element {
    margin: 10px 40px;
}

/* Stages section */
.page-stages {
    margin: 30px auto;
    position: relative;
}

.page-stages ol {
    list-style-type: none;
    margin: 10px 0;
    font-size: 1.25rem;
    border-top: 1px solid #ccc;
}

.page-stages ol,
.page-stages form {
    width: 100%;
}

.page-stages li {
    border-bottom: 1px solid #ccc;
}

.page-stages li a {
    display: block;
    width: 100%;
    color: #666;
    text-decoration: none;
    padding: 10px;
}

.page-stages li a span {
    float: right;
}

.page-stages li a * {
    vertical-align: middle
}

.page-stages li:hover a {
    background-color: #243342;
    color: #fff;
}

#stage-answers {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

#stage-answers td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#stage-answers td:first-child {
    border-left: 1px solid #cccccc;
}

#stage-answers td:last-child {
    border-right: 1px solid #cccccc;
}

.answer-solution,
.page-stages li form {
    display: flex;
}

.answer-solution .material-icons,
.page-stages li .drag-indicator {
    margin: 0;
    align-self: center;
    cursor: move;
}

#content {
    width: 90%;
    overflow: hidden;
    margin: 30px 0 10px 0;
}

#content img {
    width: 100%;
    height: auto;
}

#answers {
    width: 80%;
    padding: 25px;
    border: 1px solid #aaa;
}

#answers button {
    margin: auto;
    display: block;
}

#answer,
#answer-ta {
    width: 100%;
    margin: auto;
}

#answer {
    margin-bottom: 15px;
}

#answer-ta {
    height: 7em;
}

.answer,
#clues-list a {
    display: flex;
    align-items: center;
}

#clues-list img {
    max-width: 85%;
    height: auto;
}

.answer {
    margin-bottom: 10px;
}

.answer label,
#answers label {
    font-size: 0.90em;
    margin-left: 10px;
}

#language-switcher {
    margin-right: 80px;
}

#form-clues {
    align-items: center;
    display: flex;
    flex-direction: column;
}

#clueIcon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: right 0.5s;
}

#clueIcon.hidden {
    visibility: hidden;
    right: -48px;
}

#clues {
    position: fixed;
    display: grid;
    bottom: 10px;
    right: 10px;
    width: 20rem;
    grid-template-rows: auto 1fr 1fr;
    margin: auto;
    margin-top: 2em;
    height: 65vh;
    background: #999999;
    z-index: 1000;
    transition: all 1s;
}

#clues.hidden {
    visibility: hidden;
    height: 0;
    width: 0;
}

#headClues {
    display: grid;
    grid-template-columns: auto 1fr auto;
    background: #34495e;
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
}

#headClues span {
    margin: 8px;
    align-self: center;
}

#headClues h3 {
    margin-left: 15px;
    align-self: center;
    color: #eeeeee;
}

#bodyClues {
    overflow: auto;
    height: calc(65vh - 40px);
}

#bodyClues ul {
    list-style: none;
    padding: 0;
}

.clue-button {
    width: 150px;
    margin: 15px auto;
    text-align: center;
}

#clueOptions.hidden {
    visibility: hidden;
}

.clue-box {
    position: relative;
    display: block;
    word-wrap: break-word;
    margin: 15px auto;
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    color: #000;
    background: #fff;
    box-shadow: 0 10px 6px -6px #777;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
}

.clue-box img {
    width: 100%;
    height: auto;
}

/*Rating or Problem card*/
#ratings, #problems {
    width: 90%;
    margin: 30px auto;
}

.card {
    border: .5px solid #b1b1b0;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #eee;
}

.card-title {
    margin-bottom: 5px;
}

.card-content {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.card-img {
    margin: 5px;
    transition: transform .2s;
}

.card-img:hover {
    -ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari 3-8 */
    transform: scale(3);
}

.star {
    margin: 0;
}

.button-icon {
    margin: 0;
    float: right;
    border: none;
    cursor: pointer;
}

.button-link {
    margin: -25px 20px;
    float: right;
    border: none;
    cursor: pointer;
    background: none;
    color: #34495e;
    font-weight: bold;
    font-size: large;
}

#analytics {
    margin-left: auto;
    margin-right: auto;
}

#analytics button {
    width: auto;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
}

#download-png {
    margin-top: 0.7rem;
    padding: 5px;
}

#period-selector {
    text-align: center;
    margin: 1rem auto;
}

#period-selector li {
    display: inline-block;
}

#period-selector li:after {
    content: ' | '
}

#period-selector li:last-child:after {
    content: ''
}

#analytics .graph {
    width: 100%;
    position: relative;
    height: 220px;
    text-align: right;
}

.gymkhana-column {
    display: none;
}

.numeric,
.table .numeric,
#analytics .numeric {
    text-align: right;
}

.table,
#analytics table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dadada;
}

#analytics table + table {
    margin-top: 2rem;
}

#analytics h2 {
    margin-top: 1.625rem;
    margin-bottom: 1rem;
}

#analytics caption {
    margin-bottom: 0.5rem;
}

.table tbody tr,
#analytics tbody tr {
    border-top: 1px solid rgba(96, 96, 96, 0.1);
}

.table tbody tr:first-child,
#analytics tbody tr:first-child {
    border-top: 1px solid #dadada;
}

.table th,
.table td,
#analytics caption,
#analytics th,
#analytics td {
    text-align: left;
}

.table th,
#analytics th {
    background-color: #f4f4f4;
}

.table th,
.table td,
#analytics th,
#analytics td {
    padding: 0.375rem 0.625rem;
}

.table .empty-notice {
    text-align: center;
}

.revoked td {
    text-decoration: line-through;
}

.app-download p {
    text-align: center;
}

.gimcana .app-download ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
}

.gimcana .app-download a {
    background-color: transparent;
    padding: 0;
    width: unset;
    margin: 0 0 .5em;
}

@media screen and (min-width: 1024px) {
    #side-menu {
        transform: none;
    }

    .margin-left {
        margin-left: 300px;
    }

    #menu-button {
        display: none;
    }

    #menu-close {
        display: none;
    }

    #menu-check {
        display: none;
    }

    .margin-left .title {
        width: calc(100% - 300px);
        transition: width 0.5s
    }
}

.ss-value-delete {
    box-sizing: content-box;
}

@media screen and (min-width: 700px) {
    .answer-header-actions span {
        display: initial;
    }

    #edit-gymkhana {
        display: flex;
        align-items: flex-start;
    }

    .form-section {
        width: 100%;
    }

    #gymkhana-sidebar {
        max-width: 30%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    #gymkhana-sidebar .form-section {
        margin-left: 30px;
    }

    #gymkhana-sidebar .form-section:last-child {
        margin-top: 0;
    }

    .card-img:hover {
        -ms-transform: scale(6); /* IE 9 */
        -webkit-transform: scale(6); /* Safari 3-8 */
        transform: scale(6);
    }

    .gymkhana-column {
        display: table-cell;
    }

    #analytics form {
        text-align: center;
    }

    #analytics .form-field,
    #analytics .form-field .ss-main,
    #analytics .form-field input {
        width: auto;
    }

    #analytics .form-field {
        display: inline-block;
        margin-right: 1rem;
    }

    #period-selector {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    #analytics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.625rem;
    }

    #analytics #filters,
    #analytics .graph {
        grid-column: 1 / 3;
    }

    #analytics #filters {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #analytics #period-selector {
        margin: 0;
    }

    #analytics form {
        text-align: left;
    }

    #period-selector {
        text-align: right;
    }
}
