body {
    background-color: #ffffff;
    margin-bottom: 40px;
    font-family: Raleway;
}

h2 {
    text-align: left;
}

h3 {
    color: #5C2482;
}

.mapid {
    position: absolute;
    width: 100%;
    height: Calc(100%);
}

input {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}


@media (max-width: 360px){
    input {
        font-size: 11pt
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    input {
        font-size: 11pt
    }
}

input[type="float"] {
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"] {
    visibility: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
    vertical-align: middle;
    position: relative;
}

.checkboxes::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #A689BE;
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
    background: #f8f8f8;
    visibility: visible;
}

.checkboxes:checked::after {
    content: "\2714";
    color: #f8f8f8;
    font-size: 14px;
    text-align: center;
    background: #5C2482;
    visibility: visible;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

input[type=range]::-webkit-sliber-thumb {
    -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {}

input[type=range]::-moz-range-track {}

input[type="submit"] {
    background-color: #009540;
    color: white;
    position: relative;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: max-content;
}

input[type="submit"]:hover:enabled {
    background-color: #74B859;
    color: #5C2482;
    opacity: 80%;
}

input[type="submit"]:disabled {
    background-color: #A689BE;
    color: white;
    position: relative;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: max-content;
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

select {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.4s;
}

.pwshow-icon {
  top: 50%;
  transform: translateX(25%);
  cursor: pointer;
  font-size: 18px;
}

.field-container {
  position: relative;
  display: inline-block;
}

.field-container-pw {
  position: relative;
  display: flex;
  align-items: center;
}

input.invalid {
    background-color: #ffdddd;
}

input[type="submit"]:hover:disabled {
    cursor: wait;
}

button {
    background-color: #009540;
    font-family: Raleway;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: max-content;
}

button:hover {
    background-color: #74B859;
    color: #5C2482
}

button:disabled {
    background-color: #A689BE;
    color: white;
    position: relative;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: max-content;
}


.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #5C2482;
}

.forgotpssbtn {
    width: auto;
    background-color: #74B859;
}

.forgotpssbtn:hover {
    background-color: #74B859;
}

.Coords {
    column-count: 2;
}

.pref_section_title {
    background-color: #009540;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 8px 4px 0px #74B859;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-family: Raleway;
    font-size: 11pt;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pref_section_title.active,
.pref_section_title:hover {
    background-color: #74B859;
    box-shadow: 0px 0px 0px 0px;
}

.pref_section_title:after {
    content: '\25BC';
    line-height: 1;
    vertical-align: super;
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    box-shadow: 0px 0px 0px 0px;
}

.pref_section_title.active:after {
    content: "\25B2";
    box-shadow: 0px 0px 0px 0px;
}

@media (max-width: 360px){
    .pref_section_title {
        font-size: 10pt;
        padding: 10px 10px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .pref_section_title {
        font-size: 11pt;
        padding: 10px 10px;
    }
}

.search_log_section_title {
    background-color: #009540;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 8px 4px 0px #74B859;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-family: Raleway;
    font-size: 13pt;
    text-align: left
}

@media (max-width: 360px){
    .search_log_section_title {
        font-size: 10pt;
        padding: 10px 10px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .search_log_section_title {
        font-size: 12pt;
        padding: 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .search_log_section_title {
        font-size: 11pt;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .search_log_section_title {
        font-size: 11pt;
    }
}

.search_log_section_title.active,
.search_log_section_title:hover {
    background-color: #74B859;
    box-shadow: 0px 0px 0px 0px;
}

.search_log_section_title:after {
    content: '\2BC6';
    line-height: 1;
    vertical-align: super;
    color: white;
    font-weight: bold;
    float: right;
    box-shadow: 0px 0px 0px 0px;
}

.search_log_section_title.active:after {
    content: "\2BC5";
    box-shadow: 0px 0px 0px 0px;
}

.search_log_section {
    padding: 0 18px;
    height: auto;
    overflow: visible;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

@media (max-width: 360px){
    .search_log_section {
        font-size: 11pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .search_log_section {
        font-size: 11pt;
    }
}

.pref_section {
    padding: 0 18px;

    height: auto;
    overflow: visible;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.prefSubmit {
    font-weight: bold;
}

.login_button_div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.sidebar {
    position: fixed;
    top: 80px;
    bottom: 0;
    height: 240px;
    max-height: 100vh;
    width: 100%;
    overflow: visible;
    z-index: 2000;
}

.sidebar.collapsed {
    width: 40px;
}

@media (min-width: 768px) {
    .sidebar {
        top: 80px;
        bottom: 10px;
        transition: width 1000ms;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar {
        top: 80px;
        width: 390px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .sidebar {
        top: 80px;
        width: 390px;
    }
}

@media (min-width: 1280px) {
    .sidebar {
        top: 80px;
        width: 460px;
    }
}

.sidebar-left {
    left: 0;
}

@media (min-width: 768px) {
    .sidebar-left {
        left: 10px;
    }
}

.sidebar-right {
    position: fixed;
    right: 10px;
    width: auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 1999;
    margin-top: 80px;
    pointer-events: auto;
    display: block;
}

.sidebar-right i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.75;
    pointer-events: none;
}

@media (max-width: 360px){
    .sidebar-right {
        right: 0px;
        font-size: 10pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .sidebar-right {
        right: 0px;
        font-size: 11pt;
    }
}

.sidebar-right .sidebar-tabs {
    right: 0;
}

.sidebar-right .sidebar-content {
    height: 100%;
    left: 0;
    right: 40px;
}

.sidebar-right .sidebar-header {
    padding-left: 40px;
}

.sidebar-right .sidebar-close {
    left: 0;
}

.sidebar-right~.sidebar-map {
    margin-right: 40px;
}

@media (min-width: 768px) {
    .sidebar-right~.sidebar-map {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        transition: right 500ms;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        right: 315px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        right: 400px;
    }
}

@media (min-width: 1280px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        right: 470px;
    }
}

@media (min-width: 768px) {
    .sidebar-right.collapsed~.sidebar-map .leaflet-right {
        right: 50px;
    }
}

.sidebar-tabs {
    top: 0;
    bottom: 0;
    height: 240px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sidebar-left .sidebar-tabs {
    left: 0;
}

.sidebar-tabs,
.sidebar-tabs>ul {
    position: absolute;
    width: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-tabs>li,
.sidebar-tabs>ul>li {
    width: 100%;
    height: 40px;
    color: #009540;
    font-size: 12pt;
    overflow: hidden;
    transition: all 80ms;
}

.sidebar-tabs>li:hover,
.sidebar-tabs>ul>li:hover {
    color: #009540;
    background-color: #5C2482;
}

.sidebar-tabs>li.active,
.sidebar-tabs>ul>li.active {
    color: #74B859;
    background-color: #5C2482;
}

.sidebar-tabs>li.disabled,
.sidebar-tabs>ul>li.disabled {
    color: rgba(51, 51, 51, 0.4);
    filter: grayscale();
}

.sidebar-tabs>li.disabled:hover,
.sidebar-tabs>ul>li.disabled:hover {
    background: transparent;
}

.sidebar-tabs>li.disabled>a,
.sidebar-tabs>ul>li.disabled>a {
    cursor: default;
}

.sidebar-tabs>li>a,
.sidebar-tabs>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.sidebar-tabs>li.top-tab,
.sidebar-tabs>ul>li.top-tab {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 40px;
    color: #009540;
    font-size: 12pt;
    overflow: hidden;
    transition: all 80ms;
}

.sidebar-tabs>li.top-tab:hover,
.sidebar-tabs>ul>li.top-tab:hover {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #009540;
    background-color: #5C2482;
}

.sidebar-tabs>li.top-tab.active,
.sidebar-tabs>ul>li.top-tab.active {
    border-top-left-radius: 8px;
    color: #74B859;
    background-color: #5C2482;
}

.sidebar-tabs>li.bottom-tab,
.sidebar-tabs>ul>li.bottom-tab {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    height: 40px;
    color: #009540;
    font-size: 12pt;
    overflow: hidden;
    transition: all 80ms;
}

.sidebar-tabs>li.bottom-tab:hover,
.sidebar-tabs>ul>li.bottom-tab:hover {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #009540;
    background-color: #5C2482;
}

.sidebar-tabs>li.bottom-tab.active,
.sidebar-tabs>ul>li.bottom-tab.active {
    border-bottom-left-radius: 8px;
    color: #74B859;
    background-color: #5C2482;
}

.sidebar-tabs>ul+ul {
    bottom: 0;
}

.sidebar-content {
    position: absolute;
    max-width: 420px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 360px) {
    .sidebar-content {
        font-size: 10pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .sidebar-content {
        font-size: 10pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar-content {
        font-size: 11pt;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .sidebar-content {
        font-size: 12pt;
    }
}

@media (min-width: 1280px) {
    .sidebar-content {
        font-size: 12pt;
    }
}

.sidebar-left .sidebar-content {
    height: fit-content;
    left: 40px;
    right: 0;
}

.sidebar.collapsed>.sidebar-content {
    overflow-y: auto;
}

.sidebar-pane {
    display: none;
    left: 0;
    right: 0;
    box-sizing: border-box;
    font-family: Raleway;
    padding: 10px 20px;
}

.sidebar-pane.active {
    display: block;
}

@media (max-width: 360px) {
    .sidebar-pane {
        min-width: 265px;
        padding: 10px 10px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .sidebar-pane {
        min-width: 265px;
        padding: 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar-pane {
        min-width: 350px;
        padding: 10px 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .sidebar-pane {
        min-width: 350px;
    }
}

@media (min-width: 1280px) {
    .sidebar-pane {
        min-width: 420px;
    }
}

.sidebar-header {
    margin: -10px -20px 0;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14.4pt;
    font-family: Raleway;
    color: #fff;
    position: sticky;
    top: 0;
    background-color: #5C2482;
}

.sidebar-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.sidebar-left .sidebar-close {
    right: 0;
}

.sidebar-left~.sidebar-map {
    margin-left: 40px;
}

@media (min-width: 768px) {
    .sidebar-left~.sidebar-map {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        transition: left 500ms;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        left: 315px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        left: 400px;
    }
}

@media (min-width: 1280px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        left: 470px;
    }
}

@media (min-width: 768px) {
    .sidebar-left.collapsed~.sidebar-map .leaflet-left {
        left: 50px;
    }
}

.imgcontainer {
    text-align: center;
    height: 100px;
    position: relative;
}

.avatar {
    position: relative;
    margin: 10px;
    max-height: 80%;
}

.popupnotifcontainer {
    padding: 16px;
    border-radius: 8px;
}

.container-pref {
    padding: 0px;
}

span.pss {
    float: right;
    padding-top: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto 15% auto;
    border-radius: 8px;
    border: 0px solid #888;
    width: 300px;
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #5C2482;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #A689BE;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 360px) {
    span.pss {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.pref-list {
    font-size: 11pt;
    list-style-type: none;
    display: flex;
}

@media (max-width: 360px) {
    .pref-list {
        font-size: 10pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .pref-list {
        font-size: 10pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pref-list {
        font-size: 11pt;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .pref-list {
        font-size: 12pt;
    }
}

@media (min-width: 1280px) {
    .pref-list {
        font-size: 12pt;
    }
}

.modalcr {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modalcr-content {
    background-color: #fefefe;
    margin: 10% auto 15% auto;
    border: 0px solid #888;
    border-radius: 8px;
    width: 300px;
}

.modalcr-content-pref {
    background-color: #fefefe;
    margin: 0% auto 0% auto;
    border: 0px solid #888;
    width: 300px;
}

.slider {
    width: 100%;
    height: 15px;
    background: transparent;
    border-width: 0;
    outline: none;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    border-top: 18px solid #74B859;
    border-left: 18px solid #5C2482;
    border-bottom: 18px solid #74B859;
    border-radius: 18px;
    translate: 0px -15px;
    cursor: grab;
}

.slider::-webkit-slider-thumb:active {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #5C2482;
    border-bottom: 14px solid transparent;
    border-radius: 12px;
    translate: 0px -12px;
    cursor: grab;
}

.slider::-moz-range-thumb {
    width: 0;
    height: 0;
    border-top: 14px solid #74B859;
    border-left: 14px solid #5C2482;
    border-bottom: 14px solid #74B859;
    border-radius: 12px;
    transform: translate(0px, -12px);
    cursor: grab;
}

.slider::-moz-range-thumb:active {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #5C2482;
    border-bottom: 14px solid transparent;
    border-radius: 12px;
    transform: translate(0px, -12px);
    cursor: grab;
}

.slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    border-start-end-radius: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 1px 2px #5C2482, 0px 0px 1px #5C2482;
    background: #A689BE;
}

.slider::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #5C2482, 0px 0px 1px #5C2482;
    background: #A689BE;
}

.search_log_section {
    border: 1px solid lightgrey;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    border-start-end-radius: 10px;
    padding: 5px;
    display: none
}

.pref_section {
    border: 1px solid lightgrey;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    border-start-end-radius: 10px;
    padding: 5px;
    display: none
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible:hover {
    background-color: #ffffff;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #5C2482;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #A689BE;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 360px) {
    span.pss {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.message-read {
    border-left: solid 10px transparent
}

.message-unread {
    border-left: solid 10px #5C2482
}

#address_suggestions_list {
    position: absolute;
    z-index: 5000;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #c5c5c5;
    font-family: Helvetica;
    cursor: pointer
}

@media (max-width: 360px){
    #address_suggestions_list {
        font-size: 9pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    #address_suggestions_list {
        font-size: 9pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #address_suggestions_list {
        font-size: 9pt;
    }
}

#address_suggestions_list div {
    border: 1px solid #c5c5c5;
}

#locality_suggestions_list {
    position: absolute;
    z-index: 5000;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #c5c5c5;
    font-family: Helvetica;
    cursor: pointer
}

@media (max-width: 360px){
    #locality_suggestions_list {
        font-size: 9pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    #locality_suggestions_list {
        font-size: 9pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #locality_suggestions_list {
        font-size: 9pt;
    }
}

#locality_suggestions_list div {
    border: 1px solid #c5c5c5;
}

#school_suggestions_list {
    position: absolute;
    z-index: 5000;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #c5c5c5;
    font-family: Helvetica;
    cursor: pointer
}

@media (max-width: 360px){
    #school_suggestions_list {
        font-size: 9pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    #school_suggestions_list {
        font-size: 9pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #school_suggestions_list {
        font-size: 9pt;
    }
}

#school_suggestions_list div {
    border: 1px solid #c5c5c5;
}

.search-log-table {
    border-collapse: collapse;
    width: 100%;
}

@media (max-width: 360px){
    .search-log-table {
        font-size: 10pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .search-log-table {
        font-size: 12pt;
    }
}

.search-log-table th,
.search-log-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.search-log-table tr:hover {
    background-color: #74B859;
}

.bg_image {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.bg_container {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

body {
    cursor: default;
}

.bi-green {
    fill: #009540;
}

.bi {
    fill: #ffffff;
}

.bi_social {
    height: 28px;
    width: 28px;
}

.bi_social:hover {
    fill: #5C2482
}

.bg_video_container {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.bg_video {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.bg_image {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.button_contact {
    --bs-btn-bg: #3157B1;
    --bs-btn-border-color: #3157B1;
    --bs-btn-hover-color: #ffff;
    --bs-btn-hover-bg: #378940;
    --bs-btn-hover-border-color: #235429;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #235429;
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card-col {
    height: 300px
}

.bodycontent {
    width: 100%;
    color: #5C2482;
    background-color: #009540;
    border-radius: 100px 0px 100px 0px;
    min-width: 340px;
}

.bodycontent2 {
    position: absolute;
    width: 100%;
    color: #5C2482;
    padding: 10px;
    background-color: #009540;
    border-radius: 50px 0px 50px 0px;
    z-index: 0;
    font-size: 60pt;
    font-family: Verdana;
}

.dropdown-menu {
    --bs-dropdown-bg: #5C2482;
}

.dropdown-item {
    background-color: #ffffff;
}

.dropdown-item:hover {
    background-color: #74B859;
}

.dropdown-item.active,
.dropdown-item:active {
    cursor: default;
    background-color: #74B859;
}

.form-control {
    background-color: #ffffff;
}

main {
    padding-top: 126px;
    padding-bottom: 200px;
}

.li_b {
    border-right: 1px dotted #5d5d5d;

}

nav {
    z-index: 9999;
}

.nav_bg_colour {
    position: fixed;
    width: 100vw;
    background-color: #ffffff !important;
    border-radius: 0px 0px 0px 100px;
}

@media (max-width: 360px) {
    .nav-item {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .nav-item {
        margin-left: 20px;
    }
}

.footernav {
    position: fixed;
    width: 100vw;
    background-color: #ffffff !important;
    border-radius: 0px 100px 0px 0px;
    justify-content: normal;
}

.footerflex {
    display: flex;
    justify-content: center;
}

@media (max-width: 360px) {
    .footerflex {
        display: flex;
    }
}

@media (max-width: 768px) {
    .footerflex {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .footerflex {
        display: flex;
        justify-content: center;
    }
}

.footer-brand .navbar-brand {
    width: 100%
}

@media (max-width: 1024px) {
    .navbar-brand {
        width: 50%
    }
}

.search_bar {
    width: 300px
}

@media (max-width: 360px) {
    .search_bar {
        width: 50%;
        min-width: 200px;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .search_bar {
        width: 50%;
        min-width: 300px;
        margin-left: auto;
    }
}

@media (max-width: 1024px) {
    .search_bar {
        width: 50%;
        min-width: 300px;
        margin-left: auto;
    }
}

.searchbox {
    width: 50%;
    min-width: 200px;
    margin-left: auto;
}


.navbar-toggler {
    border-radius: 10px 10px 10px 100px;
}

.footer-navbar-toggler {
    border-radius: 10px 10px 10px 10px;
}

.overlay_text {
    color: #3157B1;
    border-radius: 50px 10px 50px 10px;
    text-shadow: 1px 1px 1px white, 0 0 4px white, 0 0 8px black;
    z-index: 0;
    left: 10%;
    font-size: 50pt;
}

.overlay_image_right {
    padding: unset;
    border: unset;
    padding-left: 50px;
    border-radius: 150px 50px 50px 10px;
    min-width: 300px;
}

.image_col_pt {
    height: 400px;
    width: 400px;
    border-radius: 20px 20px 20px 20px;
}

.image_col_ls {
    height: 325px;
    width: calc(height X 1.5);
    border-radius: 20px 20px 20px 20px;
}

.blog_image_left {
    border-radius: 10px 10px 10px 10px;
    min-width: 100px;
}

.blog_image_right {
    border-radius: 10px 10px 10px 10px;
    min-width: 100px;
}

.figcaption_right {
    float: right;
}

.flex_body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 0px;
}

@media (max-width: 360px) {
    .flex_body {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .flex_body {
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .flex_body {
        flex-wrap: wrap;
    }
}

.flex_body>div {
    margin: 10px;
    padding: 10px;
}

.flex_body>figure {
    max-width: fit-content;
}

.flex_body>img {
    max-width: 100px;
    margin: 10px;
    padding: 10px;
}

.blog_side_p {
    max-width: 50%;
}

@media (max-width: 360px) {
    .blog_side_p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .blog_side_p {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .blog_side_p {
        max-width: 100%;
    }
}

.section_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
}

.section {
    height: 700px;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem black, 0 .125rem .25rem black, 0 .125rem .25rem black, 0 .125rem .25rem black;
}

.text-shadow-1-w {
    text-shadow: 0 .125rem .25rem white, 0 .125rem .25rem white, 0 .125rem .25rem white, 0 .125rem .25rem white;
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, 1);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, 1);
}

.right-sidebar {
    position: sticky;
    top: 5%;
    float: right;
    width: fit-content;
    height: fit-content;
    background-color: #378940;
    color: #5C2482;
    border-radius: 100px 0px 100px 0px;
}

.post-archive {
    list-style-type: none;
    padding: 0;
}

.post-archive li a {
    text-decoration: none;
    color: #fff;
}

.post-archive li a:hover {
    color: #031625;
}

.archive-menu {
    height: auto;
    --bs-dropdown-bg: #74B859;
}

.archive-item {
    height: auto;
    background-color: #74B859;
}

.archive-item.active,
.archive-item:active {
    cursor: default;
    background-color: #3157B1;
}

.archive-item:hover {
    cursor: pointer;
    background-color: #378940;
}

.text-bg-dark {
    background-color: #74B859 !important;
}

.leaflet-bottom {
    margin-bottom: 80px
}

.table-row:hover {
    background-color: #74B859;
    box-shadow: 0px 0px 0px 0px;
}

.time-display {
    font-size: 1.5em;
    margin: 10px 0;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

#countdown_timer_container {
    width: 100%;
    background: #5C2482;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 30px;
}

#countdown_timer {
    height: 100%;
    width: 0%;
    background: #009540;
    transition: width 1s linear;
}

#redo_countdown_timer_container {
    width: 100%;
    background: #5C2482;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 30px;
}

#redo_countdown_timer {
    height: 100%;
    width: 0%;
    background: #009540;
    transition: width 1s linear;
}

#remaining_time {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
    color: #333;
}

.cancelbtn:disabled {
    background: #ccc;
    cursor: not-allowed;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
    background: #009540;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5C2482;
}

.locsety {
    display: none;
}

.locsety.active {
    display: block;
}

.locsety-tab {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid grey;
    border-collapse: collapse;
}

.locsety-tab.active {
    box-shadow: inset 0px 0px 6px 2px #74B859;
}

.tour-container {
    display: flex;
}

.tour-header {
    font-size: 16pt
}

@media (max-width: 360px){
    .tour-header {
    font-size: 14pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-header {
    font-size: 14pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-header {
    font-size: 14pt;
    }
}

.tourform {
    width: -webkit-fill-available;
    max-width: 900px;
}

.tour-menu {
    display: flex;
    width: 25%;
    min-width: fit-content;
    flex-direction: column;
    background: #f1f1f1;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

@media (max-width: 360px){
    .tour-menu {
        padding: 2px 0px;
        display:none;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-menu {
        padding: 2px 0px;
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-menu {
        padding: 2px 0px;
        display:none;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .tour-menu {

    }
}

@media (min-width: 1280px) {
    .tour-menu {

    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .tour-menu {

    }
}

.tour-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

@media (max-width: 360px){
    .tour-main {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-main {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-main {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .tour-main {

    }
}

@media (min-width: 1280px) {
    .tour-main {

    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .tour-main {

    }
}

.tour-desc {
    font-size: 12pt;
    padding: 2.5%;
    color: black;
    text-indent: 0;
}

@media (max-width: 360px){
    .tour-desc {
    font-size: 10pt;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-desc {
    font-size: 10pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-desc {
    font-size: 10pt;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .tour-desc {

    }
}

@media (min-width: 1280px) {
    .tour-desc {

    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .tour-desc {

    }
}

.tour-desc ul {
    list-style-position: outside;
    text-align: left;
    padding-left: 2.5%;
}

.tour-desc ul li {
    margin-left: 2.5%;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #5C2482;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #74B859;
    color: white;
    border-radius: 20px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 20px;
}

:root {
--yt-width: -webkit-fill-available
}

.pagination iframe {
    width: var(--yt-width);
    aspect-ratio: 16 / 9;
}

@media (max-width: 360px){
.pagination iframe {
        width: var(--yt-width);
        aspect-ratio: 16 / 9;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
.pagination iframe {
        width: var(--yt-width);
        aspect-ratio: 16 / 9;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
.pagination iframe {
        width: var(--yt-width);
        aspect-ratio: 16 / 9;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
.pagination iframe {
    width: var(--yt-width);
    aspect-ratio: 16 / 9;
    }
}

@media (min-width: 1280px) {
.pagination iframe {
    width: var(--yt-width);
    aspect-ratio: 16 / 9;
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
.pagination iframe {
    width: var(--yt-width);
    aspect-ratio: 16 / 9;
    }
}

.deletesubmit {
    background-color: #5c2482 !important;
}

.deletesubmit:hover:enabled {
    background-color: red !important;
    color: white !important;
}

.tour-button {
    background-color: #009540;
    font-family: Raleway;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: max-content;
}

@media (max-width: 360px){
    .tour-button {
        padding: 7.5px 5px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-button {
        padding: 7.5px 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-button {
        padding: 7.5px 5px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .tour-button {

    }
}

@media (min-width: 1280px) {
    .tour-button {

    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .tour-button {

    }
}

.tour-button:hover {
    background-color: #74B859;
    color: #5C2482
}

.tour-button.active {
    background-color: #74B859;
    color: #5C2482
}

#mobile-tour-toggle,
#mobile-tour-menu-container {
  display: none;
}

@media (max-width: 360px){
    .tour-button {
        padding: 7.5px 5px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-button {
        padding: 7.5px 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-button {
        padding: 7.5px 5px;
    }
}

@media (min-width: 360px) and (max-width: 1024px){
  #mobile-tour-toggle {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    background: none;
    border: none;
    font-size: 2rem;
    color: #009540;
  }

  #mobile-tour-menu-container {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: max-content;
    max-width: 80vw;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    padding: 2px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  #mobile-tour-menu-container.show {
    display: block;
  }

  #mobile-tour-menu {
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    width: 25%;
    min-width: fit-content;
    flex-direction: column;
    padding-left: 2px;
    padding-right: 2px;
}
  }
}

.vid-container {
    font-size: 16pt;
    color: #5C2482;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 360px){
    .vid-container {
        font-size: 12pt;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .vid-container {
        font-size: 12pt;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vid-container {
        font-size: 12pt;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .vid-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1280px) {
    .vid-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .vid-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.vid-text {
    text-align: center;
    font-size: 16px;
    color: black;
}

@media (max-width: 360px){
    .vid-text {
        font-size: 10pt;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .vid-text {
        font-size: 10pt;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vid-text {
        font-size: 10pt;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .vid-text {

    }
}

@media (min-width: 1280px) {
    .vid-text {

    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .vid-text {

    }
}

.vid-container-vid {
    width: 100%;
    border: 2px solid lightgrey;
}

.tour-contact {
    font-size: 12pt;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: fit-content;
    text-align: center;
}

@media (max-width: 360px){
    .tour-contact {
        font-size: 10pt;
        padding: 2px 2px 2px 2px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .tour-contact {
        font-size: 10pt;
        padding: 2px 2px 2px 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-contact {
        font-size: 10pt;
        padding: 2px 2px 2px 2px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .tour-contact {

    }
}

@media (min-width: 1280px) {
    .tour-contact {

    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .tour-contact {

    }
}

.sub-table td {
    border: 2px solid #5C2482;
    padding: 2px;
    text-align: center;

}

li.top-tab.sidebar-tab .tooltiptext,
li.sidebar-tab .tooltiptext,
li.bottom-tab.sidebar-tab .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #74B859;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

li.top-tab.sidebar-tab:hover .tooltiptext,
li.sidebar-tab:hover .tooltiptext,
li.bottom-tab.sidebar-tab:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#payment-form {
    max-width: 550px;
    min-width: 300px;
    margin: 150px auto;
}

.buyer-inputs {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border: none;
    margin: 0;
    padding: 0;
}

#card-container {
    margin-top: 45px;
    min-height: 90px;
}

#gift-card-container {
    margin-top: 45px;
    min-height: 90px;
}

@media screen and (max-width: 360px) {
    #card-container {
        min-height: 140px;
    }
}

#ach-button {
    margin-top: 20px;
}

#landing-page-layout {
    width: 80%;
    margin: 150px auto;
    max-width: 1000px;
}

#its-working {
    color: #737373;
}

#example-container {
    width: 100%;
    border: 1px solid #b3b3b3;
    padding: 48px;
    margin: 32px 0;
    border-radius: 12px;
}

#example-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#customer-input {
    margin-bottom: 40px;
}

#card-input {
    margin-top: 0;
    margin-bottom: 40px;
}

#payment-status-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 50px;
    margin: 0 auto;
    width: 225px;
    height: 48px;
    visibility: hidden;
}

#payment-status-container.missing-credentials {
    width: 350px;
}

#payment-status-container.is-success:before {
    content: '';
    background-color: #00b23b;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0968 6.31744 12.0978 5.68597 11.7093 5.29509C11.3208 4.90422 10.6894 4.90128 10.2973 5.28852L11 6C10.2973 5.28852 10.2973 5.28853 10.2973 5.28856L10.2971 5.28866L10.2967 5.28908L10.2951 5.29071L10.2886 5.29714L10.2632 5.32224L10.166 5.41826L9.81199 5.76861C9.51475 6.06294 9.10795 6.46627 8.66977 6.90213C8.11075 7.4582 7.49643 8.07141 6.99329 8.57908L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0968 6.31744 12.0978 5.68597 11.7093 5.29509C11.3208 4.90422 10.6894 4.90128 10.2973 5.28852L11 6C10.2973 5.28852 10.2973 5.28853 10.2973 5.28856L10.2971 5.28866L10.2967 5.28908L10.2951 5.29071L10.2886 5.29714L10.2632 5.32224L10.166 5.41826L9.81199 5.76861C9.51475 6.06294 9.10795 6.46627 8.66977 6.90213C8.11075 7.4582 7.49643 8.07141 6.99329 8.57908L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
}

#payment-status-container.is-success:after {
    content: 'Payment successful';
    font-size: 14px;
    line-height: 16px;
}

#payment-status-container.is-failure:before {
    content: '';
    background-color: #cc0023;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}

#payment-status-container.is-failure:after {
    content: 'Payment failed';
    font-size: 14px;
    line-height: 16px;
}

#payment-status-container.missing-credentials:before {
    content: '';
    background-color: #cc0023;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}

#payment-status-container.missing-credentials:after {
    content: 'applicationId and/or locationId is incorrect';
    font-size: 14px;
    line-height: 16px;
}

#payment-status-container.is-success.store-card-message:after {
    content: 'Store card successful';
}

#payment-status-container.is-failure.store-card-message:after {
    content: 'Store card failed';
}

#afterpay-button {
    height: 40px;
}

#apple-pay-button {
    height: 48px;
    width: 100%;
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
}

.svg-button{
    width:40px;
    height:40px;
    vertical-align:middle;
    margin: 0px 10px 0px 0px;
}

.svg-tab{
    width:30px;
    height:30px;
    vertical-align:middle;
}

.tour-step {
    display: none;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2002;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#tour-controls {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 2000;
}

#tour-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.tab-highlight {
    position: relative;
    z-index: 10001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tour-annotation {
    display: none;
    background: white;
    color: black;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    left: 220px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 10002;
    border: 2px solid #5C2482;
    pointer-events: auto;
    padding: 10px;
}

.tour-annotation::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.tour-annotation-buttons {
    margin: 10px;
}

#overlayhole {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.7);
    z-index: 10001;
    pointer-events: auto;
}

#cookie-banner {
  width: -webkit-fill-available;
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  font-family: sans-serif;
  display: flex;
  place-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  transition: opacity 0.5s ease;
  border-radius: 80px 8px 80px 8px;
}

#cookie-banner p {
  margin: 0;
  text-align: center;
  flex: 1;
}

#cookie-banner button {
  padding: 8px 12px;
  border: none;
  background-color: #009540;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

#cookie-banner button:hover {
  background-color: #5C2482;
}

.rvt {
    display: block;
    position: fixed;
    top: 80px;
    right: 250px;
    width: auto;
    height: 200px;
    background-color: #eee;
    border: 2px dashed #aaa;
    color: #555;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    line-height: 250px;
    z-index: 1029;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 360px){
    .rvt {
        left: 0px;
        top: 0px;
        margin-left: 80px ;
        right: 0px;
        height: 72px
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .rvt {
        left: 0px;
        top: 0px;
        margin-left: 80px ;
        z-index: 10000;
        right: 0px;
        height: 72px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .rvt {
        left: 0px;
        margin-left: 80px ;
        height: 72px
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .rvt {
        left: 0px;
        margin-left: 80px ;
        height: 72px
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .rvt {
        left: 0px;
        margin-left: 80px;
        height: 72px
    }
}

@media (min-width: 1440px) {
    .rvt {
        left: 0px;
        margin-left: 80px ;
        height: 72px
    }
}

.rvb {
    display: block;
    position: fixed;
    bottom: 76px;
    left: 10px;
    right: 250px;
    width: auto;
    height: 200px;
    background-color: #eee;
    border: 2px dashed #aaa;
    color: #555;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    line-height: 250px;
    z-index: 1029;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 85px;
}

@media (max-height: 568px){
    .rvb {
    height: 72px;
    margin-top: calc(100vh - 153px);
    margin-bottom: 81px;
    bottom: 0;
    width:calc(100vw - 180px)
    }
}

@media (min-height: 568px) and (max-height: 768px) {
    .rvb {
    height: 72px;
    margin-top: calc(100vh - 153px);
    margin-bottom: 81px;
    bottom: 0;
    width:calc(100vw - 180px)
    }
}

@media (min-height: 768px) and (max-height: 896px) {
    .rvb {
    height: 72px;
    margin-top: calc(100vh - 153px);
    margin-bottom: 81px;
    bottom: 0;
    width:calc(100vw - 180px)
    }
}

@media (min-height: 896px) and (max-height: 1024px) {
    .rvb {
    height: 72px;
    margin-top: calc(100vh - 153px);
    margin-bottom: 81px;
    bottom: 0;
    width:calc(100vw - 180px)
    }
}

@media (min-height: 1024px) {
    .rvb {
    height: 72px;
    margin-top: calc(100vh - 153px);
    margin-bottom: 66px;
    bottom: 0;
    width:calc(100vw - 180px)
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .rvb {
        display: block;
        left: 10px;
        height: 18vh;
        margin-left: calc(10px + 10vw);
        width: calc(90vw - 240px);
    }
}

.rvl {
    display: block;
    position: fixed;
    left: 10px;
    width: 200px;
    height: calc(100vh - 411px);
    background-color: #eee;
    border: 2px dashed #aaa;
    color: #555;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    line-height: 250px;
    z-index: 1029;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 330px;
    margin-bottom: 81px;
}

@media (max-height: 568px) {
    .rvl {
        display: none;
    }
}

@media (min-height: 568px) and (max-height: 768px) {
    .rvl {
        display: none;
    }
}

@media (min-height: 768px) and (max-height: 896px) {
    .rvl {
        display: none;
    }
}

@media (min-height: 896px) and (max-height: 1024px) {
    .rvl {
        display: none;
    }
}

@media (min-height: 1024px) {
    .rvl {
        display: none;
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .rvl {
        display: block;
        height: calc(100vh - 402px);
        margin-top: 326px;
        width: 10vw;
        margin-bottom: 0;
        bottom: 76px;
        top: 0;
    }
}

.rvr {
    display: block;
    position: fixed;
    right: 10px;
    width: 200px;
    height: calc(100vh - 622px);
    background-color: #eee;
    border: 2px dashed #aaa;
    color: #555;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    line-height: 250px;
    z-index: 1029;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 312px;
    margin-bottom: 222px;
}
@media (max-width: 768px){
    .rvr {
        display: none;
    }
}

@media (max-height: 393px) {
    .rvr {
        display: none;
    }
}

@media (min-height: 393px) and (max-height: 500px) {
    .rvr {
        display: none;
    }
}

@media (min-height: 500px) and (max-height: 768px) {
    .rvr {
        display: none;
    }
}

.toggle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  font-family: sans-serif;
}

.toggle-container input[type="checkbox"] {
  display: none;
}

.slider {
  width: 2.5em;
  height: 1.25em;
  background-color: #5C2482;
  border-radius: 1.25em;
  margin-left: 40px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.slider::before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  left: 0.1em;
  top: 0.1em;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked + .slider {
  background-color: #4caf50;
}

input:checked + .slider::before {
  transform: translateX(20px);
}

#cookie-toggles {
  transition: opacity 0.5s ease;
}

.ad-label {
    display: flex;
    height: 30px;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2000;
    font-family: sans-serif;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.uclk {
  pointer-events: none;
  user-select: none;
}