﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* dont show clear text button on IE */
input[type=text]::-ms-clear {
    display: none;
}

body {
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
    font-family: Open Sans;
}

select {
    font-family: Open Sans;
    font-size: 12px;
}

input, textarea {
    background-color: white;
    font-family: Open Sans;
    font-size: 12px;
    resize: none;
}

ol, ul {
    list-style: none;
}

p {
    margin-left: 20px;
}

#typeform {
    position: relative;
    /*font-family: "Source Sans Pro",sans-serif;*/
    z-index: 1;
}

.intro {
    width: 800px;
    margin: 0 auto;
    font-family: Open Sans;
}

.topEdit {
    margin-top: 100px;
    position: relative;
    text-align: right;
    display: none;
}

.topSave {
    margin-top: 20px;
    position: relative;
    text-align: right;
    display: none;
}

.full-width {
    width: 100%;
}

.fg-red {
    color: red;
}

.bold {
    font-weight: bold;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.error {
    color: red;
}

.mainUserContent {
    width: 800px;
    margin: 0 auto;
    display: none;
}

.wrapper {
    opacity: 0.4;
    overflow: hidden;
    padding-bottom: 5px;
}

.admin-question-box {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 30px;
    text-align: left;
}



.input {
    border: 1px solid lightgrey;
    padding: 0px 10px;
    min-height: 50px;
    height: auto;
    margin-bottom: 5px;
    width: 100%;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #098d55;
}

input.parsley-error {
    border-color: #F00;
}

.parsley-errors-list {
    padding: 0;
}

    .parsley-errors-list li {
        color: #F00;
    }

.focus {
    opacity: 1;
}

.close-to-focus {
    opacity: 0.7;
}


input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    vertical-align: middle;
}

input[type=button] {
    border-style: solid;
}

.editable-buttons button {
    border-style: solid;
    height: 40px;
    text-transform: capitalize;
}

.editable-buttons .editable-submit {
    border-color: #98d363;
    background-color: #98d363;
    color: #FFF;
}

.editable-buttons .editable-cancel {
    border-color: #fff;
    background-color: #fff;
}

.question-list-item {
    text-align: left;
}

.item {
    text-align: right;
    width: 115px;
    line-height: 35px;
    display: inline-block;
    padding-right: 30px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #98d363;
}

.item-admin {
    text-align: right;
    width: 97px;
    line-height: 35px;
    display: inline-block;
    /*margin-right: 35px;*/
    padding-right: 30px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #98d363;
}

.arrow-right {
    position: absolute;
    margin-left: 7px;
    background-image: url("images/arrow.png");
    width: 13px;
    height: 12px;
    margin-top: 13px;
}

/*.item
         .arrow .arrow-right
         {
            width: 4px;
            height: 4px;
            margin-top: -2px;
            margin-left: 3px;
            border-right: 2px solid #4fb0ae;
            border-bottom: 2px solid #4fb0ae;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }*/


.intro-title {
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #98d363;
}

.asterisk {
    font-family: 'Courier New',monospace;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-top: -5px;
}


.simple-background {
    background-color: #98d363;
    color: #98d363;
    border-radius: 0px;
    width: 20px;
}

.confirmImage {
    position: relative;
    padding-right: 5px;
    background-image: url("images/green-tick.png");
}

.confirmRegion {
    width: 80%;
    margin: 0 auto;
    padding: 5px;
}

.confirmWrapper {
    text-align: left;
    display: flex;
    float: left;
    position: relative;
    visibility: hidden;
    border: 1px solid;
    border-radius: 3px;
    border-color: #e1e1e1;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #656565;
    height: 45px;
}

.buttonlink {
    background: #98d363 url("images/white-tick.png") right no-repeat;
    background-position: right 10px bottom 10px;
    cursor: pointer;
    color: white;
    width: 90px;
    font-size: 18px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 700;
    overflow: hidden;
    padding: 0px 22px 0px 0px;
    display: flex;
}

    .buttonlink.multiline {
        border-radius: 3px;
    }


.confirmOk {
    height: 60%;
    margin: auto;
}

.hint-text {
    background-color: white;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    margin: auto;
    height: 45%;
    min-width: 160px;
    text-align: center;
}

.hint-text-bold {
    font-weight: 700;
    font-size: 13px;
    color: #656565;
}

.showConfirm {
    opacity: 1;
}

.hideConfirm {
    opacity: 0;
}


.confirmTip {
    position: relative;
    padding-left: 25px;
    color: #4fb0ae;
    float: left;
    font-size: 11px;
    margin: 16px 8px 0;
}


.buttonlink:hover {
    opacity: 0.8;
}

#footer {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: fixed;
    display: none;
    height: 100px;
    background-color: white;
}

.footer-bar {
    text-align: left;
    font-size: 10px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 50px;
    background-color: #f2f2f2;
}


.header-panel {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    display: none;
    height: 100px;
}

.header-bar {
    text-align: left;
    font-size: 20px;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 50px;
    background-color: #f2f2f2;
    padding-left: 170px;
}


.aux {
    border-color: #4fb0ae;
}

.list {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    padding: 5px;
    margin: 0 auto;
    width: 80%;
}

.admin-list {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.admin-list-div {
    width: 80%;
    margin: 0 auto;
    padding: 5px 5px 5px 20px;
}


.selected {
    background: #f2f2f2 url("images/green-tick.png") no-repeat;
    background-position: right 10px center;
}

.selected-letter {
    background-color: #f2f2f2;
}

.letterl {
    min-width: 30px;
    width: 30px;
    min-height: 50px;
    border: 1px solid #808080;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0px;
    text-transform: uppercase;
    font-family: Open Sans;
    border-color: #e1e1e1;
    font-weight: 700;
    font-size: 15px;
    color: #98d363;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputListButton {
    padding-left: 5px;
    border: 1px solid #808080;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    min-height: 50px;
    text-align: left;
    min-width: 200px;
    font-family: Open Sans;
    border-color: #e1e1e1;
    font-weight: 400;
    font-size: 18px;
    color: #656565;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.justify-sb {
    justify-content: space-between;
}

.short-text {
    margin-bottom: 20px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    margin: 0 auto;
    width: 80%;
    padding: 5px;
}

/*.question-type-wrapper {
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.report-text-wrapper {
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    margin-top: 5px;
    margin-bottom: 5px;
}

.data-key-wrapper {
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    margin-top: 5px;
    margin-bottom: 5px;
}*/





.inputListButtonEdit {
    /*font-size: 13pt;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #808080;
    border-radius: 4px 4px;
    color: #4fb0ae;
    text-align: left;
    width: 200px;*/
    /*background-color: #e1e1e1;*/
    font-family: Open Sans;
    font-weight: 500;
    font-size: 18px;
    color: #515461;
    text-align: left;
    display: inline-block;
    min-height: 40px;
    padding: 5px;
    padding-left: 0;
    /*margin-top:10px;
    margin-bottom:10px;*/
}

.screen .content-wrapper .content .media {
    display: block;
}

.button.general {
    display: inline-block;
    cursor: default;
    width: auto;
    height: 45px;
    line-height: 38px;
    padding: 5px 20px 0;
    font-size: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-weight: 700;
    max-width: 610px;
    overflow: hidden;
    color: #edf7f7;
    border-top: 1px solid #367776;
    border-left: 1px solid #367776;
    border-right: 1px solid #367776;
    border-bottom: 1px solid #24504f;
}


.screen .content-wrapper .content .text {
    color: #3d3d3d;
    font-size: 24px;
    line-height: 36px;
}

.button-wrapper {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-bottom: 10px;
    *display: inline;
}

.nav-buttons {
    float: right;
    margin-right: 50px;
    height: 50px;
}

.nav {
    background-color: #4fb0ae;
    width: auto;
    height: 35px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-family: "Source Sans Pro",sans-serif;
    max-width: 610px;
    overflow: hidden;
    color: #edf7f7;
    border-top: 1px solid #367776;
    border-left: 1px solid #367776;
    border-right: 1px solid #367776;
    border-bottom: 1px solid #24504f;
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.up {
    content: url("images/up_arrow.png");
}

.down {
    content: url("images/down.png");
}

.navUp {
    width: 50px;
    margin: 0px 0px 0px 3px;
    height: 100%;
    font-weight: 400;
    border-style: none;
    background-color: #98d363;
}

    .navDown:disabled, .navUp:disabled {
        background-color: #c9f0a6;
    }

.navDown {
    width: 50px;
    margin: 0px 0px 0px 3px;
    height: 100%;
    font-weight: 400;
    border-style: none;
    background-color: #98d363;
}



button:disabled {
    background-color: #c9f0a6;
    pointer-events: none;
}

.button.general.enabled {
    cursor: pointer;
}



.screen .button-text {
    width: 800px;
    margin: 0 auto;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /**display: inline;*/
    font-family: Helvetica,Arial;
    font-size: 11px;
    margin: 16px 8px 0;
    color: #4fb0ae;
    top: 11px;
    position: absolute;
    left: 100%;
    width: 150px;
    text-align: left;
}

:focus {
    outline: 0;
}

.screen .attachment {
    margin: 0 auto;
}

    .screen .attachment img {
        display: none;
    }

#progressBar {
    width: 300px;
    height: 10px;
    background-color: #c9f0a6;
    margin-top: 11px;
    margin-left: 170px;
}

#progress-display {
    height: 100%;
    color: #656565;
    text-align: center;
    line-height: 22px;
    width: 0;
    background-color: #98d363;
}

#progress-text {
    height: 15px;
    margin-left: 170px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #656565;
    padding-top: 8px;
}

.validationLabel {
    color: red;
}


.action {
    right: 0px;
}

.upOrderAction {
    background-color: antiquewhite;
    width: 50px;
    color: black;
}

.downOrderAction {
    background-color: burlywood;
    width: 50px;
    color: black;
}

.deleteAction {
    background-color: darkkhaki;
    width: 50px;
    color: black;
}



.mainAdminContent {
    display: none;
}

.main-new-question {
    margin: 0 auto;
    width: 100%;
    background-color: #d7f3bf;
    color: #515461;
    text-align: left;
    border-color: #808080;
    font-size: 15px;
    font-family: 'Open Sans';
    padding: 10px;
    margin-right: 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.new-answer {
    background-color: #d7f3bf;
    color: #515461;
    margin: 0 auto;
    text-align: left;
    border-color: #808080;
    padding: 5px;
    margin: 0 auto;
    width: 80%;
}

.new-answer-wrapper {
    background-color: #d7f3bf;
    color: #515461;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-color: #808080;
    padding: 5px;
    border-top: 1px solid #dddddd;
}

.new-item-submit {
    background: #98d363 url("images/white-tick.png") right no-repeat;
    width: 100px;
    height: 40px;
    background-position: right 10px bottom 5px;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 20px;
    color: white;
    line-height: 40px;
    text-align: center;
    /*padding: 5px 20px 5px 5px;*/
    font-size: 15px;
    border: solid 1px #98d363;
    font-weight: 600;
    margin-left: 5px;
}

.large-input-text {
    padding: 15px;
    padding-bottom: 30px;
    border: 1px solid grey;
    cursor: pointer;
    height: 10px;
    font-family: "Source Sans Pro",sans-serif;
    margin-bottom: 5px;
    text-align: left;
    width: 350px;
    resize: none;
}

.smallInputText {
    padding: 15px;
    padding-bottom: 30px;
    border: 1px solid grey;
    cursor: pointer;
    height: 10px;
    color: #4fb0ae;
    font-family: "Source Sans Pro",sans-serif;
    margin-bottom: 5px;
    text-align: left;
    width: 400px;
    resize: none;
}

.left {
    text-align: left;
    margin: auto;
    margin-left: 0px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.exclusiveLabel {
    display: none;
}

.newSecondaryQuestions {
    background-color: antiquewhite;
    margin-left: 10px;
    margin-right: 10px;
}

.intro-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #3d4050;
}

.intro-wrapper {
    padding: 0;
}

    .intro-wrapper .row {
        margin: 0;
    }

.submit-button, .adminEdit, .adminSave, .adminCancel {
    height: 40px;
    width: auto;
    background-color: #98d363;
    font-family: Open Sans;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    border: solid 1px #f2f2f2;
    letter-spacing: 1px;
}

    .submit-button.full-height {
        height: 100%;
    }




.textarea-inline-edit {
    width: 800px;
    height: 100px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #3d4050;
}

.notification {
    z-index: 1;
    position: fixed;
    top: 100px;
    left: 100px;
    right: 100px;
    width: 80%;
    height: 150px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    color: white;
    overflow: auto;
    background-color: cornflowerblue;
    padding: 5px;
    line-height: 150px;
    vertical-align: middle;
    /*
   
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
  */
}

.notification-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

#notification span.dismiss {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#notification a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#notification p {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.k-window {
    width: 430px !important;
}

.k-imagebrowser {
    margin-left: 25px !important;
}

.modal-dialog {
    display: block;
    width: 70%;
    margin: 0 auto;
}
/*Admin CSS*/

.question {
    display: inline-block;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    color: #515461;
    margin: 1px auto;
    width: 80%;
}

.question-admin {
    display: inline-block;
    text-align: left;
    font-family: Open Sans;
    font-weight: 500;
    font-size: 22px;
    color: #515461;
    margin-bottom: 20px;
    margin: 20px auto;
    width: 80%;
}

.question-action {
    height: 51px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

    .question-action > input {
        float: right;
    }

.answer-action {
    height: 50px;
    min-width: 200px;
    background-color: #f7f7f7;
}

    .answer-action > input {
        float: right;
    }

.answer-text {
    height: 50px;
    width: 55%;
    float: left;
    vertical-align: middle;
}

.answers-wrapper {
    background-color: #f7f7f7;
    padding: 0;
}

.item-wrapper {
    font-family: Open Sans;
    color: #098d55;
    display: flex;
    margin: 0 auto;
    width: 80%;
}

.flex1 {
    flex: 1;
}

.item-label {
    padding-top: 10px;
    font-size: 16px;
    width: 200px;
    flex: 1;
    text-align: left;
    font-weight: 400;
}

    .item-label .green {
        color: #098d55;
    }

    .item-label .dark {
        color: #515461;
    }

.item-input {
    text-align: left;
}

.answers-content-wrapper {
    width: 100%;
    display: block;
}

.question-items-wrapper {
    width: 100%;
    margin-top: 10px;
}

.admin-question-options {
    background: white url("images/grey-tick.png") right no-repeat;
    background-size: 24px 24px;
    background-position: right 10px bottom 12px;
    font-size: 12px;
    border: solid 1px #f2f2f2;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #515461;
    height: 50px;
    width: 150px;
    padding: 0 !important;
    box-shadow: none;
    border-radius: 0px;
}

.admin-selected {
    color: #098d55;
    background: white url("images/green-tick.png") right no-repeat;
    background-position: right 10px bottom 12px;
}

.decrease-order-action {
    background: white url("images/up-arrow-green.png") center no-repeat;
    background-size: 30px 30px;
    width: 60px;
    height: 50px;
    border: solid 1px #f2f2f2;
}

.increase-order-action {
    background: white url("images/down-arrow-green.png") center no-repeat;
    background-size: 30px 30px;
    width: 60px;
    height: 50px;
    border: solid 1px #f2f2f2;
}

.delete-action {
    background: white url("images/delete.png") center no-repeat;
    background-size: 24px 24px;
    width: 60px;
    height: 50px;
    border: solid 1px #f2f2f2;
}

.admin-input {
    padding: 5px 10px;
    background: white;
    border: 1px solid #c0bfbf;
    cursor: default;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 300px;
    color: #515461;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    margin: 0px 0px 5px 5px;
    height: 40px;
}

.big-input {
    width: 80%;
    display: inline-block;
}

.checkbox-wrapper {
    width: 25px;
    position: relative;
    margin: 20px 100px;
}

    .checkbox-wrapper label {
        cursor: pointer;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
        background: #eee;
        border: 1px solid #ddd;
        margin-top: 40px;
    }

        .checkbox-wrapper label:after {
            opacity: 0.2;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 6px;
            left: 7px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
        }

        /**
 * Create the hover event of the tick
 */
        .checkbox-wrapper label:hover::after {
            opacity: 0.5;
        }

    /**
 * Create the checkbox state for the tick
 */
    .checkbox-wrapper input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

.admin-checkbox {
    width: 25px;
    margin: 20px 100px;
    position: relative;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background-color: transparent;
    /*content: '';
  width: 20px;
  height: 20px;
  margin-right: .5em;
  position: relative;
  top: .25em;
  display: inline-block;
  background-color: #ddd;
  border-radius: 5px;

      width: 20px;
    height: 20px;
    margin: 20px 20px;
    position: relative;*/
}

.label {
    font-weight: 400;
}

.main-admin-ul {
    padding: 0;
}

.k-picker-wrap {
    border: none;
}

.k-datepicker {
    padding: 0;
    border-radius: 0;
}

.k-calendar-container.k-group {
    font-size: 14px !important;
}

.k-datepicker.invalid-data {
    border-color: red;
}

.k-picker-wrap .k-icon.k-i-calendar {
    margin-top: 5px;
}

.answer-table {
    width: 100%;
}

    .answer-table .header {
        background: #f2f2f2;
    }

        .answer-table .header td {
            padding: 10px;
        }

    .answer-table tr {
        height: 50px;
    }

    .answer-table td {
        border: 1px solid lightgrey;
    }

    .answer-table .answer-row .input {
        border: none;
    }



input::placeholder {
    color: lightgray;
}

.detailsButton {
    padding: 15px;
    min-width: 43px;
}

.details {
    margin-bottom: 0px;
}

.detailsSelected {
    background-color: #98d363;
}

.yesNoDetails {
    min-height: 0px;
}



.kiosk {
    border: 1px solid #cccccc;
    padding: 20px;
}

    .kiosk .kiosk-header {
        font-size: x-large;
        font-weight: 600;
    }


.kiosk-panel {
    border: 1px solid #cccccc;
    padding: 20px;
}

    .kiosk-panel .kiosk-header {
        font-size: large;
        font-weight: 600;
    }


.kiosk-list {
    text-align: center;
}

.kiosk-list-item {
    cursor: pointer;
    border: 2px solid #cccccc;
    background-color: #eeeeee;
    padding: 20px;
    margin: 5px;
}


.processing-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.processing-panel {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255,255,255, 0.9);
    padding: 20px;
    border-color: gray;
}


.text {
    white-space: pre-line;
}


.spinner {
    display: inline-block;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.star-group {
    white-space: nowrap;
}

.star-box {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #98d363;
}

.star-value {
    color: #515461;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: larger;
    pointer-events: none;
}

.star {
    display: block;
    pointer-events: none;
}

    .star svg {
        width: 50px;
        height: 50px;
        stroke-width: 5px;
        stroke: #98d363;
        fill: transparent;
        stroke-linecap: round;
    }

    .star.star-selected svg {
        fill: #98d363;
    }



.slider-group {
    white-space: nowrap;
}

.slider-box {
    white-space: nowrap;
    min-height: 35px;
    cursor: pointer;
}

.slider-label {
    color: #515461;
    display: block;
    font-weight: 400;
    pointer-events: none;
    min-height:5px;
}

.slider-div {
    display: block;
    overflow: visible;
    pointer-events: none;
    margin-top: 8px;
    margin-bottom: 5px
}
.slider-bar {
    display: block;
    background-color: #c9f0a6;
    border-radius: 5px;
    height: 11px;
    overflow: visible;
    position: relative;
    pointer-events: none;
}

    .slider-bar .slider-marker {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background-color: #98d363;
        margin-top: -3px;
        margin-left: -8px;
        position: absolute;
        z-index: 10;
        pointer-events: none;
        transition-property: left;
        transition-duration: 0.4s;
    }
