@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined&display=swap');

::-webkit-scrollbar{
    height: 4px;
    width: 8px;
    background: var(--dbg);
}
::-webkit-scrollbar-thumb{
    background: var(--tsgreen);
    border-radius: 10px;
}

*
{
	scrollbar-color: var(--tsgreen) var(--dbg);
	scrollbar-width: thin;
}

:root
{
    --tsgreen: #00853d;
    --tsgreen50: rgba(0, 128, 62, 0.5);
    --tsgreen25: rgba(0, 128, 62, 0.25);
    --tsgreen10: rgba(0, 128, 62, 0.1);
    --tsteal: #007f7b;
    --tsteal50: rgba(0, 127, 123, 0.5);
    --tsteal25: rgba(0, 127, 123, 0.25);
    --tsteal10: rgba(0, 127, 123, 0.10);
    --tscyan: #5ec6c7;
    --tscyan50: rgba(84, 198, 199, 0.5);
    --tscyan25: rgba(84, 198, 199, 0.25);
    --tscyan10: rgba(84, 198, 199, 0.10);
    --tscyanb: #00c6c7;
    --tscyanb50: rgba(0, 198, 199, 0.5);
    --tscyanb25: rgba(0, 198, 199, 0.25);
    --tscyanb10: rgba(0, 198, 199, 0.1);
    --tslime: #bfd526;
    --tslime50: rgba(191, 213, 38, 0.5);
    --tslime25: rgba(191, 213, 38, 0.25);
    --tslime10: rgba(191, 213, 38, 0.1);
    --tsorange: #ff4d00;
    --tsred25: rgba(180, 50, 50, 0.25);
    --tsred50: rgba(180, 50, 50, 0.5);
    --tspblue: #152638;
    --tsmain: var(--tsgreen);
    --infomain: #55aaff;
    --infobord: #77a2bf;
    --warnmain: #ffbd39;
    --warnbord: #e2ad42;
    --succmain: #28a745;
    --succbord: #28a745;
    --dangmain: #dc3545;
    --dangbord: #dc3545;
    --bg: #ececec;
    --bgr: rgba(242, 242, 242, 0.8);
    --bgri: rgba(20, 20, 20, 0.8);
    --bg10: rgba(20, 20, 20, 0.1);
    --ilbg: #f4f4f4;
    --lbg: #fcfcfc;
    --llbg: #ffffff;
    --dbg: #d2d2d2;
    --ddbg: #b2b2b2;
    --border: #dfdfdf;
    --lborder: #e2e2e2;
    --dborder: #bfbfbf;
    --border-clink: #28d;
    --border-inv: #424242;
    --hci: #ffffff;
    --hcd: #d2d2d2;
    --t-primary: #222;
    --t-secondary: #444;
    --t-tertiary: #555;
    --t-strong: #111;
    --t-ustrong: #000;
    --t-cdark: #152638;
    --t-medium: #777;
    --t-inv: #fff;
    --t-clink: #3af;
    --t-red: #E00;
    --t-orange: #F80;
    --sqs-bg: #777;
    --badge-green: #00be43;
    --badge-yellow: #d19d00;
    --inv-bg: #333;
}

html, body
{
    margin: 0;
    padding: 0;
    background: white;

    font-family: "Roboto", Arial, sans-serif;
}

.gmap-hidden
{
	position: absolute;
	top: -900px;
	left: -900px;
	width: 100px;
	height: 100px;
	z-index: 99;
}

.gmnoprint[role=menubar]
{
    left: auto !important;
    right: 50px !important;
}

.gmap-label
{
    text-shadow: 1px 1px 3px white, -1px -1px 2px white, 0 0 4px white;
    width: 120px;
    word-wrap: break-word;
    word-break: break-word;
    text-wrap: wrap;
}

.gmap-label-hidden
{
    display: none;
}

@media all and (max-width: 620px)
{
    .view_container .map .cta
    {
        max-width: none !important;
        transform: translateY(40px);
    }
}

#plugin_window
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
}

#plugin_window .plugin_container
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#plugin_window .plugin_container .view_element .view_container
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff 10%, #fcfcfc, #efefef);
}

#plugin_window .plugin_container .view_element.not-visible .view_container
{
    top: 100%;
}

#plugin_window .plugin_container .view_element .view_container#_plugin_preload .preload-logo
{
    background-image: url(/img/libubble256.png);
    background-size: contain;
    background-position: center center;
    width: 128px;
    aspect-ratio: 1;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -164px;
    margin-left: -64px;
}

#plugin_window .plugin_container .view_element .view_container#_plugin_preload .preload-spinner,
#plugin_window .spinner
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 24px;
    margin-left: -60px;
    width: 120px;
    height: 120px;

    transform-origin: center center;
    animation: spinnerRotate 1.5s linear infinite;
}

#plugin_window .plugin_container .view_element .view_container#_plugin_preload .preload-spinner circle.track,
#plugin_window .spinner circle.track
{
    stroke: #aaa;
    fill: transparent;
    stroke-width: 3;
}

#plugin_window .plugin_container .view_element .view_container#_plugin_preload .preload-spinner circle.fill,
#plugin_window .spinner circle.fill
{
    stroke: var(--tsgreen);
    fill: transparent;
    stroke-width: 3;
    stroke-dasharray: 360;
    stroke-dashoffset: 330;
}

#plugin_window .plugin_container .view_element .view_container#_plugin_preload .preload-status
{
    color: var(--t-secondary);
    position: absolute;
    bottom: 20%;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 16px;
}

#plugin_window .plugin_container .view_element .view_container#_plugin_preload .preload-versioning
{
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 12px;
    color: var(--t-tertiary);
}

#plugin_window .view_container > .navbar
{
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;

    z-index: 9;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    transition-duration: 0.5s;
}

#plugin_window .view_container > .navbar.attached
{
    top: 0;
    left: 0;
}

#plugin_window .view_container > .navbar .container
{
    position: relative;
    width: auto;
    height: 36px;
    border-radius: 30px;
    background: white;
    border: 1px solid #ccc7;
    padding: 8px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;

    transition-duration: 0.5s;
}

#plugin_window .view_container > .navbar.attached .container
{
    width: calc(100% - 40px);

    border-radius: 0;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
}

#plugin_window .view_container > .navbar .container .slot
{
    flex-grow: 1;
    font-family: "Material Icons";
    font-size: 26px;
    color: var(--t-secondary);
    display: flex;
    align-items: center;
}

#plugin_window .view_container > .navbar .container .slot.left
{
    flex-direction: row-reverse;
}

#plugin_window .view_container > .navbar .container .slot span
{
    display: inline-block;
    padding: 3px 10px;
    transform: scale(1);
    transition-duration: 0.15s;
    cursor: pointer;
}

#plugin_window .view_container > .navbar .container .slot span:hover
{
    transform: scale(1.1);
}

#plugin_window .view_container > .navbar .search
{
    position: absolute;
    top: 0;
    right: 60px;
    width: 0;
    overflow: hidden;
    pointer-events: none;
    transition-duration: 0.4s;
}

#plugin_window .search input
{
    width: 100%;
    border: 0;
    border-bottom: 2px solid var(--dborder);
    color: var(--t-tertiary);
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    padding: 15px 4px 5px;
    box-sizing: border-box;
    outline: none;
}

#plugin_window .view_container > .navbar.searching .search
{
    width: calc(100% - 130px);
    pointer-events: all;
}

#plugin_window .view_container > .navbar.searching.attached .search
{
    width: calc(100% - 150px);
}

#plugin_window .view_container > .navbar.searching span:not([data-action="search"])
{
    opacity: 0;
    pointer-events: none;
}

#plugin_window .view_container > .navbar .container .primary
{
    aspect-ratio: 1;
    height: 100%;
    flex-grow: 0;
    margin: 0 40px;

    position: relative;
    left: 0;
    transition-duration: 0.4s;
}

#plugin_window .view_container > .navbar.searching.attached .slot.right
{
    flex-direction: row-reverse;
}

#plugin_window .view_container > .navbar.searching.attached .slot.right span:not([data-action="search"])
{
    display: none;
}

#plugin_window .view_container > .navbar.searching .primary
{
    left: calc(-50% + 10px);
}

#plugin_window .view_container > .navbar .container .primary img
{
    height: 100%;
}

#plugin_window .view_container#_plugin_discovery .itab-set
{
    width: 100%;
    height: 100%;
    position: relative;
}

#plugin_window .view_container#_plugin_discovery .itab-set .itab
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#plugin_window .view_container#_plugin_discovery .itab-set .itab.visible
{
    display: block;
}

#plugin_window .view_container#_plugin_discovery .scrollview.main
{
    display: flex;
    padding: 60px 8px 0;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

    background: #dfdfdf;
}

#plugin_window .discovery_list_item
{
    position: relative;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    overflow: hidden;

    width: 375px;
    max-height: 262px;
    max-width: calc(100% - 16px);
    box-sizing: border-box;
}

#plugin_window .discovery_list_item.hidden-by-search
{
    display: none;
}

#plugin_window .discovery_list_item .upper
{
    width: 100%;
    aspect-ratio: 32 / 15;
    font-size: 0;
    position: relative;
}

#plugin_window .discovery_list_item .upper .discovery_list_image
{
    width: 100%;
    aspect-ratio: 32 / 15;
    background-size: cover;
    background-position: center center;
}

#plugin_window .discovery_list_item .upper .favorite
{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 30px;
    font-family: "Material Icons";
    color: white;

    /*
    * DISABLE
    */
    display: none;
}

#plugin_window .discovery_list_item .upper .flags,
#plugin_window #_plugin_preview .flags
{
    position: absolute;
    top: 44px;
    right: 7px;
    width: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ccc;
    padding:4px 2px 4px;
    z-index: 1;

    /*
    * DISABLE FAVORITES
    */
    top: 14px;
}

#plugin_window .discovery_list_item .upper .flags .flag,
#plugin_window #_plugin_preview .flags .flag
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}

#plugin_window .discovery_list_item .upper .flags .flag:not(:first-child),
#plugin_window #_plugin_preview .flags .flag:not(:first-child)
{
    margin-top: 8px;
}

#plugin_window .discovery_list_item .upper .flags .flag.extra,
#plugin_window #_plugin_preview .flags .flag.extra
{
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 3px 0;
}

#plugin_window .discovery_list_item .upper .flags .flag img,
#plugin_window #_plugin_preview .flags .flag img
{
    width: 100%;
}

#plugin_window .discovery_list_item .upper .flags .flag span,
#plugin_window #_plugin_preview .flags .flag span
{
    background: var(--tsteal);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-align: center;

    position: absolute;
    display: block;
    width: 18px;
    right: 0;
    bottom: -2px;
    border-radius: 4px;
}

#plugin_window .discovery_list_item .lower
{
    position: relative;
    height: 85px;
}

#plugin_window .discovery_list_item .lower *
{
    z-index: 1;
}

#plugin_window .discovery_list_item .lower .discovery_list_image
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-position: center center;
    background-size: cover;
    z-index: 0;
}

#plugin_window .discovery_list_item .lower .discovery_image_cover
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 0;
    background: #fffb;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

@media all and (max-width: 500px)
{
    #plugin_window .discovery_list_item .lower .discovery_list_image
    {
        display: none;
    }

    #plugin_window .discovery_list_item .lower .discovery_image_cover
    {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

#plugin_window .discovery_list_item .lower h1
{
    position: absolute;
    top: 7px;
    left: 8px;
    margin: 0;

    font-size: 15.5px;
    font-weight: 300;
    color: #111;
}

#plugin_window .discovery_list_item .lower h2
{
    position: absolute;
    top: 27px;
    left: 8px;
    margin: 0;

    font-size: 14px;
    font-weight: 400;
    color: black;
}

#plugin_window .discovery_list_item .lower h3
{
    position: absolute;
    top: 48px;
    left: 8px;
    margin: 0;

    font-size: 12px;
    font-weight: 400;
    color: black;
}

#plugin_window .discovery_list_item .lower h4
{
    position: absolute;
    top: 64px;
    left: 8px;
    margin: 0;

    font-size: 11px;
    font-weight: 400;
    color: black;
}

#plugin_window .discovery_list_item .lower h4 span
{
    font-family: "Material Icons";
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

#plugin_window .discovery_list_item .lower a.action-btn
{
    position: absolute;
    bottom: 14px;
    right: 8px;
    width: 48px;
    aspect-ratio: 1;
}

#plugin_window .discovery_list_item .lower a.action-btn:active,
#plugin_window .preview-lower .action-btn:active
{
    opacity: 0.5;
}

#plugin_window .discovery_list_item .lower a.action-btn img
{
    width: 100%;
}

#plugin_window .discovery_list_item .lower img.type
{
    width: 24px;
    aspect-ratio: 1;
    position: absolute;
    bottom: 8px;
    left: 80px;
}

#plugin_window .discovery_list_item .lower img.type.second
{
    left: 120px;
}

#plugin_window .modal_element
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 20;

    opacity: 1;
    transition-duration: 0.5s;
}

#plugin_window .modal_element.not-visible
{
    opacity: 0;
    pointer-events: none;
}

#plugin_window .modal_element .modal_content
{
    position: relative;
    z-index: 11;

    padding: 15px;
    border-radius: 15px;

    width: 400px;
    max-width: calc(100% - 20px);
    box-sizing: border-box;

    background: #f2f2f2;
    border: 1px solid var(--dborder);

    text-align: center;
}

#plugin_window .modal_element .modal_mask
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: #abc7;
}

#plugin_window .modal_element .modal_content.blur_modal
{
    background: #f2f2f2aa;
}

#plugin_window .modal_element .modal_content.blur_modal + .modal_mask
{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#plugin_window .modal_element .modal_content h1
{
    padding-top: 24px;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    color: var(--t-secondary);
}

#plugin_window .input-keypad
{
    display: flex;
    width: 270px;
    margin: 10px auto;

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#plugin_window .input-keypad .dot-view
{
    margin: 10px 0 20px;
    display: flex;
    width: 80%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#plugin_window .input-keypad .dot-view .dot
{
    width: 16px;
    aspect-ratio: 1;
    border: 2px solid #333;
    border-radius: 100%;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

#plugin_window .input-keypad .dot-view.wrong .dot
{
    position: relative;
    animation-name: flashWrong;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}

#plugin_window .input-keypad .dot-view .dot.filled
{
    background: #333;
}

#plugin_window .input-keypad .key-button
{
    width: 60px;
    aspect-ratio: 1;
    margin: 10px;
    border-radius: 100%;
    border: 3px solid #333;

    color: #333;
    transition-duration: 0.1s;
    cursor: pointer;
}

#plugin_window .input-keypad .key-button,
#plugin_window .input-keypad .key-button *
{
    user-select: none;
}

#plugin_window .input-keypad .key-button:hover
{
    background: #3333;
}

#plugin_window .input-keypad .key-button:active
{
    background: #333;
    color: #fff;
}

#plugin_window .input-keypad .key-button p
{
    margin: 4px 0 0;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: block;
}

#plugin_window .input-keypad .key-button span
{
    font-size: 12px;
    margin-top: -3px;
    display: block;
    text-transform: uppercase;
}

#plugin_window #loading_modal
{
    display: flex;
    justify-content: center;
    width: 166px;
}

#plugin_window #loading_modal .spinner
{
    position: static;
    margin: 0;
}

#plugin_window #loading_modal .spinner circle.fill
{
    stroke-dashoffset: 180;
}

#plugin_window .view_container#_plugin_preview,
#plugin_window .view_container#_plugin_trackselect,
#plugin_window .view_container#_plugin_connect,
#plugin_window .view_container#_plugin_acknowledgements
{
    background: transparent;
}

.is-view
{
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 100%;
    height: 100%;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.is-view .close-controls .btn-close
{
    background: url(/img/ic_close.png);
    background-size: contain;
    aspect-ratio: 1;

    position: absolute;
    top: 2.5%;
    right: 2.4%;
    width: 50px;
    max-width: 10vw;
}

.is-view .close-controls .btn-close:hover
{
    cursor: pointer;
    opacity: 0.75;
}

.is-view .close-controls .btn-close:active
{
    opacity: 0.5;
}

#plugin_window .is-view .is-content-view
{
    position: absolute;
    left: 6.4%;
    right: 6.4%;
    top: 11.5%;
    bottom: 11.5%;

    border-radius: 10px;
    background: #fcfcfc;
    font-size: 0;
    overflow: hidden;
}

#plugin_window .is-view .is-content-view.preview
{
    position: static;
    width: 90vw;
    height: 75vh;
    max-width: 800px;
}

#plugin_window .view_container#_plugin_connect .is-view .is-content-view
{
    position: relative;
    width: 325px;
    height: 75vh;
    max-height: 560px;
    min-height: 515px;
    top: revert;
    bottom: revert;
    left: revert;
    right: revert;
}

#plugin_window .view_container#_plugin_acknowledgements .is-view .is-content-view
{
    position: relative;
    width: 90vw;
    height: 75vh;
    max-width: 500px;
    max-height: 560px;
    top: revert;
    bottom: revert;
    left: revert;
    right: revert;
}

#plugin_window .is-view .is-content-view.reduced
{
    bottom: 19%;
}

#plugin_window .is-view .is-content-view .preview-upper
{
    width: 100%;
    height: calc(100% - 229px);
    position: relative;
}

#plugin_window .is-view .is-content-view .preview-upper .image
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: #2f2f2f;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#plugin_window .is-view .is-content-view .preview-upper .image:nth-child(2)
{
    z-index: 1;
}

#plugin_window .is-view .is-content-view .preview-upper .meta-actions
{
    position: absolute;
    top: 1.5%;
    right: 2.6%;

    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;

    padding: 8px;
    z-index: 2;

    /*
    *   DISABLE
    */
    display: none;
}

#plugin_window .is-view .is-content-view .preview-upper .meta-actions a
{
    display: inline-block;
    font-family: "Material Icons";
    font-size: 36px;
    color: white;
    padding: 0 2.5px;
    transform: scaleX(-1);
    text-shadow: -1px 1px 1px black;
}

#plugin_window .is-view .is-content-view .preview-middle
{
    position: relative;
    z-index: 2;
    height: 47px;
    width: 100%;
    background: var(--tsgreen50);
}

#plugin_window .is-view .is-content-view .preview-middle .top-border
{
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 12.5%;
    background: var(--tsgreen);
}

#plugin_window .is-view .is-content-view .preview-middle .org
{
    aspect-ratio: 1;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -31.8667%;
    left: 1.5%;
    background: var(--tsgreen);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px;
    z-index: 3;
}

#plugin_window .is-view .is-content-view .preview-middle .org a
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--dbg);
    border-radius: 5px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#plugin_window .is-view .is-content-view .preview-middle .bar
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
    padding-left: 120px;
    padding-right: 40px;
}

#plugin_window .is-view .is-content-view .preview-middle .bar > div
{
    display: inline-block;
    width: auto;
    margin: 0;
}

#plugin_window .is-view .is-content-view .preview-middle .bar img
{
    width: 30px;
    aspect-ratio: 1;
    margin-top: 10px;
    margin-right: 2px;
    vertical-align: middle;
}

#plugin_window .is-view .is-content-view .preview-middle .bar i
{
    display: inline-block;
    vertical-align: middle;

    font-size: 26px;
    font-family: "Material Icons";
    color: black;
    font-style: normal;
    padding: 12px 5px 0px;
}

#plugin_window .is-view .is-content-view .preview-middle .bar span
{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6rem;
    color: black;
    text-align: center;
    padding-top: 10px;
}

#plugin_window .is-view .is-content-view .preview-middle .bar span b
{
    display: block;
    font-size: 130%;
    font-weight: normal;
}

#plugin_window .is-view .is-content-view .preview-lower
{
    height: 182px;
    position: relative;
    padding-left: 7.5%;
    text-align: left;
}

#plugin_window .is-view .is-content-view .preview-lower h1
{
    margin: 0;
    width: 85%;
    padding: 3vh 0 0.3vh;
    font-size: 1.23rem;
    font-weight: bold;
    color: var(--tsgreen);
    white-space: nowrap;
}

#plugin_window .is-view .is-content-view .preview-lower h2
{
    margin: 0;
    padding: 0 0 0.7vh;
    font-size: 0.86rem;
    font-weight: normal;
    color: black;
    white-space: nowrap;
}

#plugin_window .is-view .is-content-view .preview-lower h3
{
    margin: 0;
    padding: 0 0 0.75vh;
    font-size: 0.72rem;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}

#plugin_window .is-view .is-content-view .preview-lower p
{
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    color: #555;
    padding-right: 23%;
}

#plugin_window .is-view .is-content-view .preview-lower a.action-btn
{
    position: absolute;
    bottom: 15%;
    right: 3%;
    width: 10%;
    max-width: 60px;
    aspect-ratio: 1;
}

#plugin_window .is-view .is-content-view .preview-lower a.action-btn img
{
    width: 100%;
}

@media all and (max-width: 500px)
{
    #plugin_window .is-view .is-content-view .preview-middle .bar
    {
        white-space: nowrap;
        padding-left: 90px;
        padding-right: 5px;
    }

    #plugin_window .is-view .is-content-view .preview-middle .bar img
    {
        width: 20px;
    }

    #plugin_window .is-view .is-content-view .preview-middle .bar i
    {
        font-size: 22px;
    }

    #plugin_window .is-view .is-content-view .preview-middle .bar span
    {
        font-size: 0.4rem;
    }

    #plugin_window .is-view .is-content-view .preview-lower p
    {
        font-size: 0.6rem;
    }
}

/* @media all and (max-width: 1280px) and (min-width: 768px)
{
    #plugin_window .is-view .is-content-view .preview-middle .bar
    {
        padding-left: 15.6%;
    }

    #plugin_window .is-view .is-content-view .preview-middle .org
    {
        width: 10.43%;
        top: calc(-31.8667% - 0px);
    }
} */

#plugin_window .is-content-view .bar-header
{
    padding: 8% 0;
    text-align: center;
    font-size: 18px;
    color: white;
    background: var(--tsgreen);
}

#plugin_window .is-content-view .scroll-container
{
    width: 100%;
    overflow: auto;
    background: #f2f2f2;
}

#plugin_window .is-content-view .bar-header + .scroll-container
{
    position: absolute;
    top: 13.3%;
    bottom: 0;
    left: 0;
}

#plugin_window .is-content-view .scroll-container .section
{
    padding: 8px;
    text-align: center;
    background: #dfdfdf;
    margin-top: 20px;
}

#plugin_window .is-content-view .scroll-container .section:first-child
{
    margin-top: 0;
}

#plugin_window .is-content-view .scroll-container .section h1
{
    margin: 0;
    font-size: 19px;
    font-weight: bold;
    color: var(--tsgreen);
}

#plugin_window .is-content-view .scroll-container .list-item
{
    width: calc(100% - 30px);
    height: 90px;
    border-radius: 10px;
    margin: 10px auto;

    background: white;
    padding: 8px;
    box-sizing: border-box;

    position: relative;
    text-align: left;
    cursor: pointer;
}

#plugin_window .is-content-view .scroll-container .list-item:hover
{
    background: #dfdfdf;
}

#plugin_window .is-content-view .scroll-container .list-item:active
{
    background: #bfbfbf;
}

#plugin_window .is-content-view .scroll-container .list-item .icon
{
    float: left;
    aspect-ratio: 1;
    background: var(--tsgreen);
    height: 100%;
    margin-right: 8px;
    border-radius: 10px;
    padding: 6px;
    box-sizing: border-box;
}

#plugin_window .is-content-view .scroll-container .list-item .icon .image
{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #aaa;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#plugin_window .is-content-view .scroll-container .list-item h1
{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--tsgreen);
    padding-top: 10px;
    padding-right: 45px;
}

#plugin_window .is-content-view .scroll-container .list-item h2
{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding-top: 4px;
    padding-right: 45px;
}

#plugin_window .is-content-view .scroll-container .list-item span
{
    position: absolute;
    right: 4px;
    top: 0;
    margin-top: 30px;
    font-size: 32px;
    font-family: "Material Icons";
    color: #333;
}

#plugin_window .is-content-view .connect
{
    position: relative;
    width: 100%;
    height: 100%;
}

#plugin_window .is-content-view .connect .dli
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 36%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#plugin_window .is-content-view .connect .separator
{
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    height: 9%;
    border-top: 8px solid var(--tsgreen);
    background: var(--tsgreen50);
}

#plugin_window .is-content-view .connect .logo
{
    position: absolute;
    top: 25%;
    left: 30%;
    width: 40%;
    aspect-ratio: 1;
    border-radius: 10px;

    background: var(--tsgreen);
    padding: 8px;
    box-sizing: border-box;
}

#plugin_window .is-content-view .connect .logo .image
{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

#plugin_window .is-content-view .connect h2
{
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    text-align: center;

    font-size: 12px;
    font-weight: normal;
    color: black;
}

#plugin_window .is-content-view .connect h1
{
    position: absolute;
    top: 51.5%;
    left: 0;
    right: 0;
    text-align: center;

    font-size: 20px;
    font-weight: bold;
    color: var(--tsgreen);

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

#plugin_window .is-content-view .connect hr
{
    position: absolute;
    top: 60%;
    left: 30%;
    width: 40%;
    height: 1px;
    background: var(--tsgreen);
    margin: 0;
}

#plugin_window .is-content-view .connect p
{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    top: 62%;
    bottom: 80px;
    left: 10px;
    right: 10px;
    overflow: auto;

    font-size: 11.2px;
    color: black;
    text-align: left;
}

#plugin_window .is-content-view .connect p span
{
    display: block;
}

#plugin_window .is-content-view .connect a
{
    position: absolute;
    bottom: 25px;
    left: 35px;
    right: 35px;

    border-radius: 10px;
    background: var(--tsgreen);
    color: white;
    font-size: 20px;
    font-weight: 300;

    display: block;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}

#plugin_window .is-content-view .connect a:hover
{
    opacity: 0.7;
}

#plugin_window .is-content-view .connect a:active
{
    opacity: 0.5;
}

#plugin_window .is-content-view .connect a:after
{
    content: 'exit_to_app';
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 24px;
    color: white;
    font-family: "Material Icons";
}

.popup-bubble
{
	position: absolute;
  	top: 0;
  	left: 0;
  	transform: translate(-50%, -100%);

  	background-color: white;
  	border-radius: 5px;
  	font-family: sans-serif;
  	height: 52px;
  	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);

	padding-right: 44px;
	max-width: 325px;
	overflow: hidden;

    cursor: pointer;
}

.popup-container:active .popup-bubble
{
	background-color: #dfdfdf;
}

.popup-bubble::after
{
	content: attr(right_anchor);
	position: absolute;
	top: 5px;
	right: -4px;
	font-size: 40px;
	font-weight: normal;
	font-family: "Material Icons";
	color: #07f;
}

.popup-bubble h1
{
	margin: 0;
	padding: 8px 0 0 12px;

	font-size: 18px;
	font-weight: normal;
	color: black;

	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.popup-bubble h2
{
	margin: 0;
	margin-top: -1px;
	padding: 2px 0 8px 12px;
	font-size: 12px;
	font-weight: normal;
	color: black;

	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  	position: absolute;
  	width: 100%;
  	bottom: 8px;
  	left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;

	transform: translate(-50%, 0);
  	width: 0;
  	height: 0;

  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-top: 8px solid white;
}

.popup-container:active .popup-bubble-anchor::after
{
	border-top-color: #dfdfdf;
}

.popup-container {
	cursor: auto;
  	height: 0;
  	position: absolute;
  	width: 200px;
  	margin-top: -40px;
}

#plugin_window .po-view
{
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.35);
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
}

#plugin_window .po-view .header
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: white;

    position: static !important;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #777;
    display: flex;
}

#plugin_window .po-view .header .title
{
    flex-grow: 1;
    padding: 14px 0;
    text-align: center;
}

#plugin_window .po-view .header .slot
{
    width: 47px;
    font-family: "Material Icons";
    box-sizing: border-box;
    padding: 4px;
    font-size: 36px;
    color: #222;
    user-select: none;
    transform: scale(0.9);
}

#plugin_window .po-view .header .slot:hover
{
    opacity: 0.75;
}

#plugin_window .po-view .header .slot:active
{
    opacity: 0.5;
}

#plugin_window .po-view .body
{
    height: calc(100% - 48px);
    background: #dfdfdf;
    overflow-y: auto;
}

#plugin_window .po-view .body .track_list_item
{
    margin: 10px;
    width: calc(100% - 20px);
    height: 88px;

    padding: 10px 10px 10px 110px;
    box-sizing: border-box;
    border: 1px solid #aaa;

    position: relative;
    background: #f3f3f3;
    border-radius: 10px;
    text-align: left;

    user-select: none;
}

#plugin_window .po-view .body .track_list_item:hover
{
    cursor: pointer;
    opacity: 0.75;
}

#plugin_window .po-view .body .track_list_item:active
{
    background: #aaa;
}

#plugin_window .po-view .body .track_list_item div.icon
{
    background-image: url(/img/libubble256.png);
    background-size: contain;
    background-position: center center;

    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    aspect-ratio: 1;
}

#plugin_window .po-view .body .track_list_item h1
{
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#plugin_window .po-view .body .track_list_item p
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#plugin_window .header .slot.reduced
{
    width: 40px;
}

#plugin_window .header .slot:hover
{
    opacity: 0.75;
    cursor: pointer;
}

#plugin_window .header .slot:active
{
    opacity: 0.5;
}

#plugin_window .header .slot.reduced:last-child
{
    position: relative;
    left: -6px;
}

.view_cover
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 9;
}

.view_cover .interior
{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.view_cover .img
{
    background-size: cover;
    background-position: center center;
    background-repeat:  no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 0;
}

.view_cover .title
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 5%;
    background: #0002;
    color: white;
    text-shadow: 2px 2px 1px black;
}

.view_cover .title h1
{
    margin: 0;
    margin-bottom: 2%;
    font-weight: 400;
    font-size: 22px;
}

.view_cover .title h2
{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.view_cover .title h3
{
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}

.view_cover .libubble
{
    background-image: url(/img/libubble-w256.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    position: absolute;
    bottom: 8%;
    left: 45%;
    width: 10%;
    height: 6%;
}

.view_container .map
{
    position: absolute;
    top: 47px;
    bottom: 50px;
    left: 0;
    right: 0;

    display: flex;
    flex-direction: column;

    background: var(--tsgreen);
    padding-bottom: 5px;
}

.view_container .map .map-label
{
    padding: 5px;
    background: var(--tsgreen);
}

.view_container .map .map-label p
{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0;
    text-align: center;
    width: calc(100% - 32px);
    box-sizing: border-box;

    margin: 0;
    font-size: 14px;
    color: white;
}

.view_container .map .map-label .close
{
    display: inline-block;
    width: 24px;
    aspect-ratio: 1;
    background-image: url(/img/ic_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.view_container .map .map-label .close:hover
{
    opacity: 0.75;
    cursor: pointer;
}

.view_container .map .map-label .close:active
{
    opacity: 0.5;
}

.view_container .map .map-view
{
    width: 100%;
    height: 100px;
    flex-grow: 1;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 5px;
}

.itab #gmap
{
    position: static !important;
}

.view_container .map .map-view #gmap
{
    width: 100%;
    height: 100%;
    position: relative;
}

.view_container .header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #777;
    display: flex;
    text-align: center;
}

.view_container .header .slot
{
    width: 47px;
    font-family: "Material Icons";
    box-sizing: border-box;
    padding: 4px;
    font-size: 36px;
    color: #222;
    user-select: none;
    transform: scale(0.9);
}

.view_container .header .slot.reduced
{
    width: 40px;
}

.view_container .header .primary
{
    flex-grow: 1;
}

.view_container .header h1
{
    margin: 0;
    padding: 4px 0 2px;
    font-size: 16px;
    font-weight: 400;
}

.view_container .header h2
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.view_container .icainfo
{
    position: absolute;
    bottom: 40px;
    left: 12px;
    height: 40px;
    aspect-ratio: 1;

    background-image: url(/img/ica_info.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.view_container .icainfo:hover
{
    opacity: 0.75;
    cursor: pointer;
}

.view_container .icainfo:active
{
    opacity: 0.5;
}

.view_container .map .cta
{
    position: absolute;
    top: 67px;
    left: 5%;
    right: 5%;
    min-height: 54px;
    max-width: 338px;

    background: var(--tsteal);
    border-radius: 10px;
    overflow: hidden;

    display: flex;
    align-items: center;

    cursor: pointer;
}

@media all and (min-width: 820px)
{
    .view_container .map .cta
    {
        left: 50%;
        margin-left: -169px;
    }
    .view-container .audio-player
    {
        height: 175px !important;
    }
}

.view_container .map .cta:hover
{
    background: #006f6c;
}

.view_container .map .cta i
{
    display: table-cell;
    width: 10%;
    font-family: "Material Icons";
    font-size: 30px;
    font-style: normal;
    color: white;
    vertical-align: middle;

    padding-left: 3%;
    padding-bottom: 1%;
}

.view_container .map .cta p
{
    display: table-cell;
    width: 75%;
    margin: 0;
    padding: 10px;
    color: white;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.view_container .map .cta a
{
    background: url(/img/ic_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 1;

    position: relative;
    left: -3%;

    width: 8%;
    height: 10%;
    padding-right: 3%;
    padding-bottom: 1%;

    display: table-cell;
    vertical-align: middle;
}

.view_container .map .cta a:hover
{
    cursor: pointer;
    opacity: 0.75;
}

.view_container .map .cta a:active
{
    opacity: 0.5;
}

.view_container .map .list
{
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    bottom: 5px;

    background: white;
    overflow: auto;

    opacity: 0;
    pointer-events: none;
    transition-duration: 0.2s;
}

.view_container .map .list.visible
{
    opacity: 1;
    pointer-events: all;
}

@media all and (min-width: 700px)
{
    .view_container .map .list
    {
        right: auto;
        width: 370px;
        left: -371px;
        border-right: 1px solid var(--dborder);
    }

    .view_container .map .list.visible
    {
        left: 0;
    }
}

.view_container .map .list .search
{
    padding: 4px 8px;
}

.view_container .map .list .list-item
{
    position: relative;
    height: 52px;

    text-align: right;
    box-sizing: border-box;
    padding-top: 10px;
}

.view_container .map .list .list-item:hover
{
    cursor: pointer;
    background: #e3e3e3;
}

.view_container .map .list .list-item:active,
.view_container .map .list .list-item:nth-child(2n + 2):active
{
    background: #dfdfdf;
}

.view_container .map .list .list-item:nth-child(2n + 2)
{
    background: #efefef;
}

.view_container .map .list .list-item .icon
{
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat:  no-repeat;

    aspect-ratio: 0.65;
    height: 80%;

    top: 10%;
    left: 2%;
}

.view_container .map .list .list-item h1
{
    margin: 0;
    position: absolute;
    top: 18%;
    left: 13%;

    width: 55%;
    font-size: 16px;
    font-weight: 400;
    color: #222;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.view_container .map .list .list-item h2
{
    margin: 0;
    position: absolute;
    top: 53%;
    left: 13%;

    width: 55%;
    font-size: 12px;
    font-weight: 400;
    color: #222;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.view_container .map .list .list-item span
{
    font-family: "Material Icons";
    font-size: 32px;
    color: var(--tsgreen);
}

.view_container .map .list .list-item span:not(:last-child):hover
{
    opacity: 0.7;
}

.view_container .map .list .list-item span:last-child
{
    font-size: 42px;
    color: #333;
    float: right;
    position: relative;
    top: -5px;
}

.view_container .indoor
{
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
    z-index: 2;

    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;

    border-bottom: 1px solid var(--tsgreen);
    background: #f7f7f7;
}

.view_container .indoor.visible
{
    display: flex;
}

@media all and (max-width: 499px)
{
    .view_container .indoor.visible + .map
    {
        bottom: 100px;
    }
}

@media all and (min-width: 500px)
{
    .view_container .indoor
    {
        bottom: 75px;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        border: 1px solid var(--dborder);
        border-radius: 5px;
        background: white;
    }
}

.view_container .indoor .current
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 8px;
}

.view_container .indoor .current p
{
    font-size: 12px;
    margin: 0;
}

.view_container .indoor .current span
{
    font-size: 18px;
    margin: 2px 0;
}

.view_container .indoor .controls
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.view_container .indoor .controls .btn
{
    display: inline-flex;
    aspect-ratio: 1;
    width: 30px;
    justify-content: center;
    align-items: center;

    background: var(--tsgreen);
    border: 1px solid var(--dborder);
    color: white;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.view_container .indoor .controls .btn:not(.disabled):hover
{
    opacity: 0.5;
}

.view_container .indoor .controls .btn.m
{
    font-family: "Material Icons";
    font-size: 24px;
}

.view_container .indoor .controls .btn.disabled
{
    background: var(--border);
    color: var(--dborder);
    cursor: not-allowed;
}

.view_container .audio
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
}

.view_container .audio .interior
{
    position: relative;
    width: 100%;
    height: 100%;
}

.view_container .audio .interior h1
{
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;

    width: 131px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
    text-align: left;
}

.view_container .audio .interior h2
{
    position: absolute;
    top: 26px;
    left: 8px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;

    width: 131px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
    text-align: left;
}

.view_container .audio .interior .bar
{
    position: absolute;
    top: 25px;
    left: 150px;
    width: calc(100% - 200px);
    height: 5px;

    background: var(--tsgreen50);
}

.view_container .audio .interior .bar .inner
{
    position: relative;
    width: 100%;
    height: 100%;
}

.view_container .audio .interior .bar .fill
{
    background: var(--tsgreen);
    height: 100%;
    width: 50%;
}

.view_container .audio .interior .bar .thumb
{
    position: absolute;
    top: -10px;
    left: -8px;

    height: calc(100% + 18px);
    aspect-ratio: 1;

    border-radius: 100%;
    background: var(--tsgreen);
}

.view_container .audio .interior .timecode
{
    position: absolute;
    right: 49px;
    top: 32px;
    text-align: right;
    font-size: 12px;
}

.view_container .audio .interior .action
{
    font-family: "Material Icons";
    font-size: 44px;
    color: black;

    position: absolute;
    top: 7px;
    right: 4px;
}
.view_container .audio .interior .action:hover
{
    opacity: 0.75;
    cursor: pointer;
}

.view_container .audio .interior .action:active
{
    opacity: 0.5;
}

.view_container .more_options
{
    position: absolute;
    bottom: -500px;
    left: 0;
    right: 0;
    z-index: 1;

    background: #fffc;

    transition-duration: 0.25s;
}

@media all and (min-width: 1024px)
{
    .view_container .more_options
    {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

.view_container .more_options.visible
{
    bottom: 0;
}

.view_container .more_options .title
{
    display: flex;
    flex-direction: row;
    width: 320px;
    margin: 10px auto;
    color: #333;

    border-bottom: 1px solid #333;
}

.view_container .more_options .title a
{
    width: 32px;
    font-family: "Material Icons";
    font-size: 32px;
}

.view_container .more_options .title a:hover
{
    cursor: pointer;
    opacity: 0.75;
}

.view_container .more_options .title a:active
{
    opacity: 0.5;
}

.view_container .more_options .title h1
{
    display: flex;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.view_container .more_options .options
{
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 320px;
    max-width: 100%;
    margin: 10px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.view_container .more_options .options li
{
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    cursor: pointer;
}

.view_container .more_options .options li:hover
{
    opacity: 0.75;
}

.view_container .more_options .options li:active
{
    opacity: 0.5;
}

.view_container .more_options .options li span,
.view_container .more_options .options li img
{
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #333;
    font-family: "Material Icons";
}

.view_container .more_options .options li p
{
    display: flex;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}

.view_container .more_options + .cover
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0;
    pointer-events: none;
    background-color: #0005;

    transition-duration: 0.25s;
}

.view_container .more_options.visible + .cover
{
    pointer-events: all;
    opacity: 1;
}

.view_container .geotag_container
{
    display: flex;
    flex-direction: column;

    height: calc(100dvh - 48px);
    margin-top: 48px;
    overflow: auto;
}

.view_container .geotag_container .panel
{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.view_container .image-border
{
    width: 100%;
    height: 10px;
    background: var(--tsgreen);
}

.view_container .image-view
{
    width: 100%;
    min-height: 250px;
    flex-grow: 1;
    background: #c7c7c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.view_container .image-view .images
{
    position: relative;
    width: 100%;
    height: 100%;
}

.view_container .geotag_container .panel .street-view-control
{
    position: absolute;
    bottom: 12px;
    right: 12px;

    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2023%2038%22%3E%3Cpath%20d%3D%22M16.6%2038.1h-5.5l-.2-2.9-.2%202.9h-5.5L5%2025.3l-.8%202a1.53%201.53%200%2001-1.9.9l-1.2-.4a1.58%201.58%200%2001-1-1.9v-.1c.3-.9%203.1-11.2%203.1-11.2a2.66%202.66%200%20012.3-2l.6-.5a6.93%206.93%200%20014.7-12%206.8%206.8%200%20014.9%202%207%207%200%20012%204.9%206.65%206.65%200%2001-2.2%205l.7.5a2.78%202.78%200%20012.4%202s2.9%2011.2%202.9%2011.3a1.53%201.53%200%2001-.9%201.9l-1.3.4a1.63%201.63%200%2001-1.9-.9l-.7-1.8-.1%2012.7zm-3.6-2h1.7L14.9%2020.3l1.9-.3%202.4%206.3.3-.1c-.2-.8-.8-3.2-2.8-10.9a.63.63%200%2000-.6-.5h-.6l-1.1-.9h-1.9l-.3-2a4.83%204.83%200%20003.5-4.7A4.78%204.78%200%200011%202.3H10.8a4.9%204.9%200%2000-1.4%209.6l-.3%202h-1.9l-1%20.9h-.6a.74.74%200%2000-.6.5c-2%207.5-2.7%2010-3%2010.9l.3.1L4.8%2020l1.9.3.2%2015.8h1.6l.6-8.4a1.52%201.52%200%20011.5-1.4%201.5%201.5%200%20011.5%201.4l.9%208.4zm-10.9-9.6zm17.5-.1z%22%20style%3D%22isolation%3Aisolate%22%20fill%3D%22%23333%22%20opacity%3D%22.7%22/%3E%3Cpath%20d%3D%22M5.9%2013.6l1.1-.9h7.8l1.2.9%22%20fill%3D%22%23ce592c%22/%3E%3Cellipse%20cx%3D%2210.9%22%20cy%3D%2213.1%22%20rx%3D%222.7%22%20ry%3D%22.3%22%20style%3D%22isolation%3Aisolate%22%20fill%3D%22%23ce592c%22%20opacity%3D%22.5%22/%3E%3Cpath%20d%3D%22M20.6%2026.1l-2.9-11.3a1.71%201.71%200%2000-1.6-1.2H5.699999999999999a1.69%201.69%200%2000-1.5%201.3l-3.1%2011.3a.61.61%200%2000.3.7l1.1.4a.61.61%200%2000.7-.3l2.7-6.7.2%2016.8h3.6l.6-9.3a.47.47%200%2001.44-.5h.06c.4%200%20.4.2.5.5l.6%209.3h3.6L15.7%2020.3l2.5%206.6a.52.52%200%2000.66.31l1.2-.4a.57.57%200%2000.5-.7z%22%20fill%3D%22%23fdbf2d%22/%3E%3Cpath%20d%3D%22M7%2013.6l3.9%206.7%203.9-6.7%22%20style%3D%22isolation%3Aisolate%22%20fill%3D%22%23cf572e%22%20opacity%3D%22.6%22/%3E%3Ccircle%20cx%3D%2210.9%22%20cy%3D%227%22%20r%3D%225.9%22%20fill%3D%22%23fdbf2d%22/%3E%3C/svg%3E);
    background-color: white;
    background-size: auto 26px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    aspect-ratio: 1;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
}

.view_container .geotag_container .panel .street-view-control:hover
{
    background-color: #dfdfdf;
}

.view_container .geotag_container .panel .street-view-control:active
{
    background-color: #bfbfbf;
}

.view_container .geotag_container .image-view .images .street-view-control.active
{
    background-image: url(/img/ic_sv_close.png);
    right: 60px;
    bottom: 23px;
    background-size: auto 22px;
}

.view_container .image-view .images .image
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transition: opacity 0.75s ease-in-out;
}

.view_container .image-view .images .image.visible
{
    opacity: 1;
}

.view_container .image-view .images .image-paging
{
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -75px;

    background: white;
    border-radius: 4px;
    width: 150px;
    height: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    box-sizing: border-box;
}

.view_container .image-view .images .image-paging div
{
    width: 8px;
    aspect-ratio: 1;
    border-radius: 100%;
    margin: 0 5px;
    background: var(--tsgreen);
    opacity: 0.5;
}

.view_container .image-view .images .image-paging div.active
{
    opacity: 1;
}

.view_container .image-view .images .image-control {
    background: #0003;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 10px;
    font-size: 24px;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    transition-duration: 0.2s;
    color: white;
}

.view_container .image-view .images .image-control:hover
{
    background: #0008;
}

.view_container .image-view .images .image-control.left
{
    left: 12px;
}

.view_container .image-view .images .image-control.right
{
    right: 12px;
}

.view_container .image-view .play-overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-image: url("/img/ic_overlay_play.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    cursor: pointer;
}

.view_container .image-view .play-overlay:hover
{
    opacity: 0.5;
}

.view_container .image-view .images .street-view
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    display: none;
}

.view_container .image-view .images .street-view-control.active + .street-view
{
    display: block;
}

.view_container .caption-view
{
    border-top: 5px solid var(--tsgreen);
    height: 55px;
    width: 100%;
    background: var(--tsgreen25);
    padding: 4px 8px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}

.view_container .caption-arrow
{
    width: 38px;
    height: 19px;
    aspect-ratio: 2 / 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -19px;
}

.view_container .text-view {
    position: relative;

    height: 200px;
    flex-grow: 1;
    width: 100%;
    background: #dfdfdf;
    box-sizing: border-box;
    padding: 28px 8px 8px;
    font-size: 14px;
    overflow: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    white-space: pre-wrap;
}

.view_container .text-border
{
    height: 10px;
    width: 100%;
    background: var(--tsgreen);
}

.view_container .audio-player
{
    width: 100%;
    height: 50px;
}

.view_container .audio-player .audio-container
{
    width: 100%;
    height: 100%;
    position: relative;
}

.view_container .audio-player .scrubber
{
    position: absolute;
    top: 24px;
    height: 5px;
    left: 12px;
    right: 135px;
}

.view_container .audio-player .scrubber .container
{
    position: relative;
    width: 100%;
    height: 100%;
}

.view_container .audio-player .scrubber .container .track
{
    width: 100%;
    height: 100%;
    background: var(--tsgreen25);
}

.view_container .audio-player .scrubber .container .track-fill
{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--tsgreen);
}

.view_container .audio-player .scrubber .container .track-thumb
{
    position: absolute;
    top: -6px;
    left: calc(0% - 8px);
    width: 16px;
    height: 16px;
    background: var(--tsgreen);
    box-shadow: 0 1px 1px black;
    border-radius: 100%;
}

.view_container .audio-player .button
{
    position: absolute;
    right: 8px;
    top: 11px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-family: "Material Icons";
    color: #222;
}
.view_container .audio-player .timecode
{
    font-size: 12px;
    position: absolute;
    right: 44px;
    top: 19px;
    width: 80px;
    text-align: center;
}

@media all and (min-width: 1000px)
{
    .view_container .geotag_container
    {
        flex-direction: row;
    }

    .view_container .geotag_container .panel
    {
        width: 50%;
        height: 100%;
        flex-grow: 0;
    }

    .view_container .text-border
    {
        height: 5px;
    }

    .view_container .caption-arrow
    {
        display: none;
    }

}

#plugin_window #lightbox_modal
{
    width: calc(100% - 74px);
    height: calc(100% - 74px);
    display: flex;
    flex-direction: column;
}

#plugin_window #tour_information_modal
{
    width: 500px;
    display: flex;
    flex-direction: column;
}

#tour_information_modal div.tour-qr {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#lightbox_modal div.image,
#lightbox_modal iframe
{
    flex-grow: 1;
    background-color: #444;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#lightbox_modal p
{

}

@keyframes spinnerRotate
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

@keyframes flashWrong
{
    0%, 100%
    {
        border-color: #333;
    }

    50%
    {
        border-color: red;
    }

    0%, 30%, 60%, 90%
    {
        left: -25px;
    }

    15%, 45%, 75%
    {
        left: 25px;
    }

    100%
    {
        left: 0;
    }
}
