:root {
    --cursor: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24'%3E%3Cpath d='M2,4.27L12.476,13L5.934,13L2,18.117L2,4.27ZM0,0L0,24L6.919,15L18,15L0,0Z' style='fill:rgb(17,17,17);fill-rule:nonzero;'/%3E%3Cpath d='M2,4.27L12.476,13L5.934,13L2,18.117L2,4.27Z' style='fill:url(%23_Linear1);fill-rule:nonzero;'/%3E%3Cdefs%3E%3ClinearGradient id='_Linear1' x1='0' y1='0' x2='1' y2='0' gradientUnits='userSpaceOnUse' gradientTransform='matrix(10.476,0,0,13.847,2,11.1935)'%3E%3Cstop offset='0' style='stop-color:rgb(19,152,114);stop-opacity:1'/%3E%3Cstop offset='1' style='stop-color:rgb(17,82,156);stop-opacity:1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
            0 0,
        pointer;
}

@font-face {
    font-family: "robotomedium";
    src: url("../../assets/font/Roboto-Medium-webfont.eot");
    src:
        url("../../assets/font/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"),
        url("../../assets/font/Roboto-Medium-webfont.woff") format("woff"),
        url("../../assets/font/Roboto-Medium-webfont.ttf") format("truetype"),
        url("../../assets/font/Roboto-Medium-webfont.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotolight";
    src: url("../../assets/font/Roboto-Light-webfont.eot");
    src:
        url("../../assets/font/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"),
        url("../../assets/font/Roboto-Light-webfont.woff") format("woff"),
        url("../../assets/font/Roboto-Light-webfont.ttf") format("truetype"),
        url("../../assets/font/Roboto-Light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotobold";
    src: url("../../assets/font/Roboto-Bold-webfont.eot");
    src:
        url("../../assets/font/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../../assets/font/Roboto-Bold-webfont.woff") format("woff"),
        url("../../assets/font/Roboto-Bold-webfont.ttf") format("truetype"),
        url("../../assets/font/Roboto-Bold-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: robotolight;
    font-size: 16px;
}

.ui_overlay_media_controls_fullscreen {
    display: none !important;
}

.css_no_backdrop .uibg {
    background-color: rgba(0, 0, 0, 0.7);
}

* {
    box-sizing: border-box;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
    cursor: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24'%3E%3Cpath d='M2,4.27L12.476,13L5.934,13L2,18.117L2,4.27ZM0,0L0,24L6.919,15L18,15L0,0Z' style='fill:rgb(17,17,17);fill-rule:nonzero;'/%3E%3Cpath d='M2,4.27L12.476,13L5.934,13L2,18.117L2,4.27Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/svg%3E%0A")
            0 0,
        pointer;
}

b,
strong {
    font-weight: normal;
    font-family: robotobold;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#renderCanvas {
    width: 100% !important;
    height: 100% !important;
    touch-action: none;
    clip-path: none;
    overflow: hidden;
}


.isvr #renderCanvas {
    width: 100vw !important;
    height: 100vh !important;
    touch-action: none;
    clip-path: none;
    overflow: hidden;
}

#logo {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 100;
    width: 93px;
    height: 25px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
}

#logo svg {
    width: 100%;
    height: 100%;
}

#logo svg path {
    fill: rgba(0, 0, 0, 0.4);
}

.menuout #logo {
    transform: translate3d(0, -35px, 0);
}


#loadingscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #111;
    transition: all 2s cubic-bezier(0.11, 0, 0.5, 0);
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#loadingscreen svg {
    position: absolute;
    width: 15vw;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 300px;
    min-width: 200px;
}

#loading_status {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    opacity: 0.5;
    width: 100%;
    font-size: 12px;
}

#loading_system {
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 40px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
}

.ismobile #loading_system {
    margin: 0 40px;
    left: 0;
    width: calc(100% - 80px);
    text-align: left;
}

#loadingscreen_logo.focus {
    transform: scale3d(1.5, 1.5, 1.5);
    transition: transform 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center center;
}

#loadingscreen_logo.focus .loadingscreen_fill {
    fill: url(#fmdgradient) !important;
}

#loadingscreen_showroom {
    opacity: 0;
}

#loadingscreen_logo.focus #loadingscreen_showroom {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#loadingscreen_logo.focus #loadingscreen_loading {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#loadingscreen.out {
    opacity: 0;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}

#loadingscreen.out #loadingscreen_logo {
    transform: scale3d(30, 30, 30);
}

#loadingscreen_lines path {
    opacity: 0.1;
}
#loadingscreen_lines path.out {
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.ui_overlay_loader {
    position: absolute;
    width: 100vw;
    height: 10vh;
    background-color: #111;
    left: 0;
    top: 0;
    z-index: 9998;
    transform-origin: top center;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

#ui_overlay_loader_bottom {
    top: auto;
    bottom: 0;
    transform-origin: bottom center;
}

#ui_overlay_loader_bottom img {
    position: absolute;
    width: 20%;
    height: auto;
    left: 50%;
    transform: translate3d(-50%, calc(-100% - 20px), 0) scale3d(1, 1, 1);
    min-width: 200px;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.ui_overlay_loader.out {
    transform: scale3d(1, 0, 0);
}
#ui_overlay_loader_bottom.out img {
    transform: translate3d(-50%, 0, 0) scale3d(0, 0, 0);
}

#ui_overlay_downloads,
#ui_overlay_institutes {
    padding: 20px;
}

.ui_overlay_headline {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
    border: 0;
    margin-left: 0;
}

#ui_overlay_institutes_content {
    padding: 0 20px;
    margin-top: 20px;
}

#ui_overlay_institutes_content div {
    width: calc(33.3333% - (80px / 3));
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
}

#ui_overlay_institutes_content div:nth-child(3n) {
    margin-right: 0;
}

#ui_overlay_institutes_content div svg {
    width: 100%;
    height: auto;
}

#ui_overlay_button_whitepaper {
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

#ui_overlay_button_whitepaper.disabled {
    opacity: 0.2;
}

#ui_overlay ul li {
    list-style: square;
}

#ui_overlay_button_whitepaper.disabled:hover {
    background-color: transparent;
    color: #fff;
}

#ui_overlay_downloads_list {
    color: #fff;
    overflow: hidden;
}

/*


#loadingscreen #svgp7 ,
#loadingscreen #svgp6 ,
#loadingscreen #svgp2 {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: dash 15s linear forwards;
}
#loadingscreen #svgp3 ,
#loadingscreen #svgp8 {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash 10s linear forwards;
}

#loadingscreen #svgp1 ,
#loadingscreen #svgp4 ,
#loadingscreen #svgp5 {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    animation: dash 5s linear forwards;
}
*/

#ui_search {
    position: absolute;
    width: 30%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scaleY(0);
    transform-origin: top center;
    padding: 0;
    min-width: 550px;
    transition: transform 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

#ui_nav_btn_download {
    opacity: 0.5;
    pointer-events: none;
}

#ui_nav_btn_download.show {
    opacity: 1;
    pointer-events: auto;
}

.ismobile #ui_nav_btn_search2 {
    display: none;
}

.isdesktop #ui_nav_btn_search {
    display: none;
}

.ismobile #ui_search {
    width: calc(100% - 4px);
    left: 2px;
    top: 2px;
    transform: scaleY(0);
    min-width: calc(100% - 4px);
}

#ui_search.show {
    transform: translate3d(-50%, -50%, 0) scaleY(1);
}
.ismobile #ui_search.show {
    transform: scaleY(1);
}

#ui_search input {
    font-size: inherit;
    background-color: rgba(0, 0, 0, 0.7);
    width: calc(100% - 52px);
    padding: 10px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-family: "robotobold";
}

#ui_search input:focus {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

#ui_search_suggest {
    position: absolute;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    width: 100%;
}

#ui_search_suggest li {
    position: relative;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 2px;
    list-style: none;
    color: #fff;
    width: calc(100% - 52px);
}

.ismobile #ui_search_suggest li {
    white-space: nowrap;
}

#ui_search_suggest li:hover {
    font-family: "robotobold";
}

#ui_search_suggest li span {
    position: absolute;
    right: -52px;
    top: 0;
    width: 50px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#ui_search_close {
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
}

#ui_search_close span {
    line-height: 46px !important;
}

#loader_box,
#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0);
    z-index: 1;
}

#preloader.hide {
    opacity: 0;
}

.uibtn.disabled {
    pointer-events: none;
}

.uibg {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ui_button {
    position: relative;
    padding: 10px 25px 10px 70px;
    color: #fff;
    font-size: inherit;
    font-family: inherit;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
}

.ui_parent {
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center center;
    opacity: 0;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
}

.ui_parent.out {
    transition: all 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.ui_parent.show {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}

.ui_button span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    width: 46px;
    padding: 10px;
    font-family: "robotobold";
}

.ui_button:hover span {
    background-color: rgba(0, 0, 0, 0.2);
}

.ui_button:disabled,
.ui_button[disabled] {
    opacity: 0.3;
}
.ui_button:disabled span,
.ui_button[disabled] span {
    background-color: rgba(0, 0, 0, 0.1);
}

.ui_button_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

#ui_overlay {
    position: fixed;
    right: 70px;
    top: 70px;
    height: calc(100% - 140px);
    width: 33vw;
    min-width: 330px;
    z-index: 99999;
    transform: translate3d(calc(100% + 75px), 0, 0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#ui_overlay.show {
    transform: translate3d(0, 0, 0);
}

.simplebar-content {
    padding-bottom: 40px !important;
}

.simplebar-content p a {
    text-decoration: none;
    border: 2px solid #fff;
    color: inherit;
    padding: 5px 15px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}

.simplebar-content p a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.simplebar-content p a.lwn_link {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 1;
}

.simplebar-content hr {
    border: 0;
    width: 70%;
    height: 2px;
    background-color: #fff;
    margin: 40px auto;
}

.simplebar-content p a.lwn_link img {
    max-width: 200px;
    height: auto;
    opacity: 0.8;
}
.simplebar-content p a.lwn_link:hover img {
    opacity: 1;
}

#ui_overlay_hl {
    position: absolute;
    top: 0;
    width: calc(100% + 4px);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-size: 26px;
}

#ui_overlay_box {
    height: 100%;
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 64px;
    overflow-x: hidden;
}

#ui_overlay_media {
    position: relative;
    margin: 20px;
    overflow: hidden;
}

#ui_overlay_media video,
#ui_overlay_media img {
    width: 100%;
    height: auto;
    display: block;
}

#ui_overlay_media_controls {
    position: absolute;
    width: calc(100% - 8px);
    left: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 32px;
    display: flex;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#ui_overlay_media_controls.show {
    transform: translate3d(0, calc(-100% - 4px), 0);
}

.m_hover:hover {
    background-color: rgba(255, 255, 255, 0.3);
    cursor: var(--cursor);
}

.m_button {
    position: relative;
    height: 32px;
    width: 38px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

.m_button:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 2px;
    height: calc(100% - 14px);
    top: 7px;
    background-color: rgba(255, 255, 255, 0.2);
}

#lwn_ui_overlay_content {
    color: #fff;
    padding: 0 20px 20px 20px;
}

#ui_overlay_buttons,
#ui_overlay_buttons li {
    list-style: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.ui_overlay_button {
    position: relative;
    border: 2px solid #fff;
    padding: 10px 20px 10px 66px;
    display: inline-block;
    margin-left: 20px;
    cursor: var(--cursor);
    color: #fff;
}

.ui_overlay_button:hover {
    background-color: #ccc;
    color: #111;
}

.ui_overlay_button span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 46px;
    border-right: 2px solid #fff;
    text-align: center;
    line-height: 46px;
}

#mainmenu {
    position: fixed;
    top: 2px;
    right: 2px;
    transition: all 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
    opacity: 1;
}

#mainmenu div.uibg {
    height: 100%;
    position: absolute;
}

#submenu {
    position: fixed;
    bottom: 2px;
    right: 2px !important;
    display: none;
}

.submenuout #submenu ul,
.menuout #submenu ul {
    transform: translate3d(0, 105%, 0);
}
.ismobile.submenuout #submenu ul,
.ismobile.menuout #submenu ul {
    transform: translate3d(105%, 0, 0);
}

.menuout #mainmenu {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
}

#mainmenu ul,
#submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#submenu ul {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    transition: all 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.ismobile #submenu {
    bottom: auto;
    top: 84px;
}

.ismobile #submenu ul {
    bottom: auto;
    top: 0;
}

#mainmenu ul li,
#submenu ul li {
    position: relative;
    width: 50px;
    height: 40px;
    margin-left: 2px;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    vertical-align: top;
    text-align: center;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
}
#submenu ul li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translate3d(105%, 0, 0);
    margin-top: 2px;
}

#submenu ul li.show {
    transform: translate3d(0, 0, 0);
}

#submenu ul li.show:nth-child(2) {
    transition-delay: 0.2s;
}
#submenu ul li.show:nth-child(3) {
    transition-delay: 0.4s;
}
#submenu ul li.show:nth-child(4) {
    transition-delay: 0.6s;
}

#ui_nav_btn_roominfo {
    /*    pointer-events: none;*/
    opacity: 1 !important;
    width: 50px !important;
}

#ui_nav_btn_roominfo:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#ui_nav_btn_roominfo:hover .navicon {
    background-clip: border !important;
    -webkit-background-clip: border !important;
    -webkit-text-fill-color: #fff !important;
}

#submenu,
#mainsubnav {
    position: absolute;
    right: 0;
    text-align: right;
}

#mainsubnav {
    top: 40px;
    display: none;
}

#submenu li,
#mainsubnav li {
    width: auto !important;
    font-size: 16px !important;
    margin-top: 2px;
    margin-left: 0 !important;
    white-space: nowrap;
    text-align: right !important;
    transform: translate3d(104%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#ui_nav_btn_roominfo_close {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 8px;
    color: #fff;
    opacity: 0.7;
}

ui_nav_btn_roominfo:hover #ui_nav_btn_roominfo_close {
    opacity: 1;
}

#submenu li#ui_nav_btn_roominfo {
    width: 50px !important;
}

#submenu li {
    transform: none;
}

.show #mainsubnav li:nth-child(2) {
    transition-delay: 0.2s;
}
.show #mainsubnav li:nth-child(3) {
    transition-delay: 0.4s;
}
.show #mainsubnav li:nth-child(4) {
    transition-delay: 0.6s;
}
.show #mainsubnav li:nth-child(5) {
    transition-delay: 0.8s;
}
.show #mainsubnav li:nth-child(6) {
    transition-delay: 1s;
}
.show #mainsubnav li:nth-child(7) {
    transition-delay: 1.2s;
}
.show #mainsubnav li:nth-child(8) {
    transition-delay: 1.4s;
}
.show #mainsubnav li:nth-child(9) {
    transition-delay: 1.6s;
}

.show #mainsubnav {
    display: block;
}

.show #mainsubnav li {
    transform: translate3d(0, 0, 0);
}

#submenu li .navicon,
#submenu li .uibg,
#mainsubnav li .navicon,
#mainsubnav li .uibg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    height: 40px;
}

#mainsubnav li .uinavtxt,
#submenu li .uinavtxt {
    position: relative;
    margin-right: 52px;
    width: auto !important;
    padding: 8px 15px;
    opacity: 0.5;
}

#mainsubnav li:hover .uinavtxt,
#submenu li:hover .uinavtxt {
    opacity: 1 !important;
}

#ui_nav_btn_help2 {
    display: none !important;
}

.ismobile #ui_nav_btn_help2 {
    display: inline-block !important;
}

.ismobile #ui_nav_btn_help {
    display: none;
}

#submenu ul li#ui_nav_btn_whitepaper {
    transform-origin: bottom left;
}

#submenu ul li.out {
    transition: transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
}

#ui_nav_btn_audio.show,
#ui_nav_btn_whitepaper.show {
    transform: scale3d(1, 1, 1);
}

#mainmenu ul li#menu_indicator {
    width: 80px;
    text-align: right;
    padding-right: 10px;
    line-height: 10px;
    /*
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 80 40" xmlns="http://www.w3.org/2000/svg"><path d="M80,0L0,0L18.11,40L80,40L80,0Z" style="fill-opacity:0.3;"/></svg>'); 
*/
}

#dcline,
#fpsline {
    display: block;
    opacity: 0.5;
}

.navicon {
    display: block;
    font-size: 18px;
    line-height: 40px !important;
    width: 50px;
    cursor: var(--cursor);
    height: 100%;
}

.uibg:hover .navicon,
#mainsubnav li:hover .navicon,
#submenu li:hover .navicon {
    font-size: 22px;
    background-image: linear-gradient(52deg, #139872, #11529c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#downloadindicator {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 3px 2px 3px;
    background-color: #ff0000;
    line-height: 10px;
    font-family: "robotobold";
    display: none;
}

.pulse {
    animation: pulse 2s infinite ease-out;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

.audioindicator {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

.audioprogress {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 0 !important;
}

.c2a {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    line-height: 10px;
}

.ui_box {
    position: fixed;
    width: 20vw;
    top: 50%;
    left: 50%;
    color: #fff;
}

.uihl {
    position: relative;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 10px 25px;
    font-family: "robotobold";
    box-shadow:
        rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    z-index: 50;
    border-left: 4px solid #fff;
    margin-left: -4px;
}

.ulhl_text {
    position: relative;
    /*    border-bottom: 2px solid #fff;*/
    padding-left: 7px;
}

/*
.ulhl_text:before{
    content: '';
    width: 2px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
}

.ulhl_text:after{
    content: '';
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: -25px;
}
*/

.ui_box ul {
    margin: 25px;
    padding: 0;
    list-style: none;
}

.ui_box p {
    margin: 25px;
}

#ui_wp_dl_progress {
    display: flex;
}

#ui_nav_fahrstuhl,
#ui_download {
    min-width: 300px;
}

#ui_download_loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    display: block;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    transform: scale3d(0, 0, 0);
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#ui_download_loading.show {
    transform: scale3d(1, 1, 1);
}

#ui_download_loading_icon {
    position: absolute;
    left: 0;
    width: 100%;
    animation: spin 1s linear infinite;
}

#ui_download_loading_icon:before {
    line-height: 44px !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#ui_wp_dl_progress li {
    background-color: rgba(255, 255, 255, 0.3);
    height: 5px;
    flex: 1;
    margin-right: 5px;
    transition: all 0.2s cubic-bezier(0.36, 0, 0.66, -0.56);
}

#ui_wp_dl_progress li.show {
    background-color: #fff;
}

#ui_aufzug_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}

#ui_map,
#ui_help {
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding-top: 42px;
}

#ui_help {
    width: 40%;
    height: 40%;
}

.ismobile #ui_map svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
}

.ismobile #ui_map #map_menu,
.ismobile #ui_map #map_menu1,
.ismobile #ui_map #lines path:nth-child(1),
.ismobile #ui_map #lines path:nth-child(2) {
    display: none;
}

#ui_mini_map {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow:
        rgba(50, 50, 93, 0.25) 0 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
}

#ui_mini_map.show {
    transform: scale(1);
}

.menuout #ui_mini_map {
    transform: scale(0);
}

#ui_mini_map svg {
    position: absolute;
    top: -1px;
    left: 0;
    transform: translateX(calc((100% - 200px) / -2));
    height: calc(100% + 2px);
    width: auto;
}

#ui_map svg {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 20px;
}

#ui_map svg * {
    transform-box: fill-box;
}

#ui_help .uihl,
#ui_map .uihl {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
}

#map_svg_parent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: 98vh;
    z-index: 1;
    mix-blend-mode: saturation;
}
/*    transform: translate3d(-50%,-50%,0);*/

.ui_map_player {
    transform-origin: center center;
}

.raum_plan {
    transition: opacity 0.2s cubic-bezier(0.61, 1, 0.88, 1);
    fill: transparent;
}

.raum_plan:hover,
.map_fill {
    fill: rgba(255, 255, 255, 0.4) !important;
}

#map_e0 {
    transition: opacity 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
/*
.raum_show .raum_icon{
    transform: scale3d(0,0,0);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center center;
}


.raum_show:HOVER .raum_icon{
    transform: scale3d(1,1,1);
    transition-delay: .3s;
}
*/

.map_btn:hover rect {
    fill: #fff;
}

#ui_imprint {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 33%;
    height: calc(100% - 40px);
    z-index: 999999;
    color: #fff;
}

.imprint_text {
    padding: 50px 20px;
}

.imprint_text hr {
    border: 0;
    background-color: #fff;
    height: 2px;
    width: 70%;
    margin: 50px auto;
}

#ui_credits,
#ui_credits_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

#ui_credits_box table {
    width: 50%;
    min-width: 300px;
    max-width: 800px;
    color: #fff;
    margin: auto;
    transform: translate3d(0, 0, 0);
    padding-bottom: 100px;
}

#ui_credits_box table tr td {
    position: relative;
    padding: 50px 10px;
    font-size: 22px;
    font-family: "robotobold";
    line-height: 22px;
}

#ui_credits_box table tr.block td {
    padding: 10px;
}

#ui_credits_box table tr.center td {
    text-align: center !important;
}

#ui_credits_box table tr.nbb td {
    padding-bottom: 0;
}

#ui_credits_box table tr td img {
    height: 42px;
    width: auto;
}

#ui_credits_box table tr td hr {
    border: 0;
    background-color: #fff;
    height: 2px;
    width: 25%;
    margin: 0 auto;
}

#ui_credits_box table tr td:nth-child(1) {
    text-align: right;
    font-family: "robotolight";
    font-size: 12px;
    vertical-align: top;
    opacity: 0.7;
}

#ui_credits_box {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#ui_search_close,
#ui_settings_close,
#ui_credits_close {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 40px;
    width: 50px;
    color: #fff;
    text-align: center;
    z-index: 99999;
}

#ui_settings {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translate3d(105%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

#ui_settings.show {
    transform: translate3d(0, 0, 0);
}

.ismobile #ui_settings {
    width: 100%;
}

#ui_settings h4 {
    font-size: 20px;
}

#ui_settings_box {
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ui_settings_box {
    padding: 10px 10px 20px 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.ui_settings_ul {
    margin: 0;
    padding: 0;
}

.ui_settings_ul li {
    list-style: none;
    display: inline-block;
}

.ui_settingsbutton {
    text-align: center;
    color: #fff;
    vertical-align: top;
    width: 50px;
    overflow: hidden;
}

#ui_settings_vibration {
    display: none;
}

.ui_settingsbutton.hide {
    opacity: 0.5;
}

#ui_settings_texture_reload {
    display: none;
}

.ui_slider {
    width: 100%;
}

input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-ms-track {
    width: 100%;
    cursor: var(--cursor);
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 42px;
    width: 16px;
    background: rgba(0, 0, 0, 0.4);
    cursor: var(--cursor);
    margin-top: -21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border: 0;
    border-radius: 0;
}

/* All the same stuff for Firefox */
input[type="range"]::-moz-range-thumb {
    height: 42px;
    width: 16px;
    background: rgba(0, 0, 0, 0.4);
    cursor: var(--cursor);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border: 0;
    border-radius: 0;
}

/* All the same stuff for IE */
input[type="range"]::-ms-thumb {
    height: 42px;
    width: 16px;
    background: rgba(0, 0, 0, 0.4);
    cursor: var(--cursor);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border: 0;
    border-radius: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: var(--cursor);
    background: #fff;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #fff;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: var(--cursor);
    background: #fff;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: var(--cursor);
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: #fff;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
}
input[type="range"]::-ms-fill-upper {
    background: #fff;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
}

.lwn_color_lobby {
    background: linear-gradient(70deg, rgba(0, 147, 116, 0.8) 0%, rgba(31, 130, 192, 0.8) 100%);
}
.lwn_color_extra {
    background: linear-gradient(70deg, rgba(0, 147, 116, 0.8) 0%, rgba(31, 130, 192, 0.8) 100%);
}
.lwn_color_production {
    background: linear-gradient(70deg, rgba(0, 147, 116, 0.8) 0%, rgba(31, 130, 192, 0.8) 100%);
}
.lwn_color_mobility {
    background: linear-gradient(42deg, rgba(0, 89, 149, 0.8) 30%, rgba(145, 132, 190, 0.8) 100%);
}
.lwn_color_communikation {
    background: linear-gradient(42deg, rgba(145, 132, 190, 0.8) 30%, rgba(227, 0, 15, 0.8) 100%);
}
.lwn_color_ngc {
    background: linear-gradient(42deg, rgba(227, 0, 15, 0.8) 30%, rgba(253, 195, 0, 0.8) 100%);
}
.lwn_color_eco {
    background: linear-gradient(42deg, rgba(142, 165, 7, 0.8) 30%, rgba(0, 110, 148, 0.8) 100%);
}
.lwn_color_security {
    background: linear-gradient(42deg, rgba(38, 76, 137, 0.8) 30%, rgba(16, 171, 230, 0.8) 100%);
}
.filter7 {
    background: linear-gradient(42deg, rgba(145, 132, 190, 0.8) 30%, rgba(227, 0, 15, 0.8) 100%);
}

.pulse2 {
    transform-origin: center center;
    /*    animation: pulse2 2s infinite ease-out;*/
    stroke: #ff5500;
    fill: transparent;
}

@keyframes pulse2 {
    0% {
        transform: translate3d(0, 0, 1px) scale(1, 1);
        stroke-width: 2px;
    }
    70% {
        transform: translate3d(0, 0, 1px) scale(7, 7);
        stroke-width: 2px;
    }
    100% {
        transform: translate3d(0, 0, 1px) scale(10, 10);
        stroke-width: 2px;
    }
}

.isvr #ui_search,
.isvr #ui_settings,
.isvr #mainmenu,
.isvr #ui_download,
.isvr #ui_mini_map,
.isvr #ui_map,
.isvr #logo,
.isvr #ui_overlay,
.isvr #ui_nav_fahrstuhl,
.isvr #submenu,
.isvr .ui_overlay_loader {
    display: none !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

#adminedit_savealle {
    white-space: nowrap;
}

#mainmenu ul li.adminsave {
    width: auto;
}

#mainmenu ul li.adminsave button {
    background: transparent;
    color: #fff;
    border: 0;
    margin: auto;
    height: 100%;
    padding: 0 10px;
}

#adminedit_assets,
#adminedit {
    top: 0;
    width: 30vw;
    height: 100vh;
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0) scale(1);
    padding: 10px 20px;
}

#adminedit_assets.show,
#adminedit.show {
    transform: translate3d(0, 0, 0) scale(1);
}

#adminedit_assets_filter,
#adminedit_assets button,
#adminedit button {
    border: 0;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
}

#adminedit_assets_add_button {
    max-width: 200px;
}

#adminedit_assets_filter {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 20px;
    opacity: 0.5;
}

#adminedit_assets_filter:focus {
    opacity: 0.9;
}

button.focus {
    background-color: #ff5500;
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        background-color: #fff;
    }
    100% {
        background-color: #ff5500;
    }
}

/*
#adminedit button:HOVER{
    background-color: #111!important;
    color: #fff!important;
}
*/

#adminedit_new_npc {
    padding: 10px 20px;
    border: 0;
}

#adminedit_assets_save,
#adminedit_save {
    position: absolute;
    right: 0;
    top: -40px;
}

#adminedit_assets_close,
#adminedit_close {
    position: absolute;
    left: -55px;
    top: 10px;
}

.adminedit_input {
    width: 80px;
    padding: 5px 0 5px 10px;
}

#adminedit_dummy {
    display: none;
}

#adminedit_npclist {
    overflow: scroll;
    max-height: 400px;
}

#adminedit_assets_hl,
.adminedit_box_parent_hl,
.npc_name {
    margin: 0;
    background-color: #fff;
    padding: 10px;
    color: #111;
}

.adminedit_assets_boden {
    background-color: rgba(0, 0, 0, 0.3);
}

.adminedit_assets_option:checked {
    background-color: #ff5500;
    color: #fff;
}

.npc_name {
    width: calc(100% - 125px);
}

.adminedit_box_parent {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.adminedit_box {
    position: relative;
    flex: 1;
}

.adminedit_unfocus {
    opacity: 0.3;
}

.adminedit_unfocus:hover {
    opacity: 1;
}

.adminedit_box_add_new,
.adminedit_npcbox {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.adminedit_npcbox_delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}

.adminedit_assets_select {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.adminedit_assets_select_option_name {
    width: 15vw;
}

#adminedit_feedback {
    position: absolute;
    top: 44px;
    right: 2px;
    width: 340px;
    height: 40px;
    padding: 10px 20px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translate3d(110%, 0, 0);
}

#adminedit_feedback.show {
    transform: translate3d(0, 0, 0);
}

#adminedit_feedback_message p {
    color: #111;
}

#adminedit_feedback_close {
    position: absolute;
    left: -20px;
    top: 0;
    border: 0;
    background-color: #fff;
    padding: 0 5px 3px;
}

.admininfo {
    text-align: left !important;
    padding-left: 3px;
    line-height: 1;
    padding-top: 3px;
    color: rgba(255, 255, 255, 0.5);
}

.adminedit_close:hover {
    background-color: #ff5500 !important;
    cursor: pointer;
}

#adminedit_assets_select {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    height: 300px;
    width: 100%;
    border-left: 2px solid #fff;
    padding-left: 20px;
    color: #fff;
}

.adminedit_assets_input {
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: right;
}

#adminedit_assets_hl b {
    display: block;
}

.adminedit_flexpar {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.adminedit_flexchild {
    flex-basis: 50%;
}

.adminedit_flexchild table {
    width: 100%;
    border-spacing: 0 5px;
    border-collapse: separate;
}

.adminedit_flexchild table tr td:nth-child(1) {
    width: 20px;
    text-align: center;
    font-weight: bolder;
}

.adminedit_flexchild table tr td {
    padding: 3px;
}

.adminedit_flexchild table tr:nth-child(1) td:nth-child(1),
.adminedit_flexchild table tr:nth-child(1) td:nth-child(2) {
    background-color: #800000;
}
.adminedit_flexchild table tr:nth-child(2) td:nth-child(1),
.adminedit_flexchild table tr:nth-child(2) td:nth-child(2) {
    background-color: #000080;
}

.adminedit_flexchild table.adminedit_npc_rot_table tr td:nth-child(1),
.adminedit_flexchild table.adminedit_npc_rot_table tr td:nth-child(2),
.adminedit_flexchild table tr:nth-child(3) td:nth-child(1),
.adminedit_flexchild table tr:nth-child(3) td:nth-child(2) {
    background-color: #008000;
}

.adminedit_flexchild table tr td:nth-child(2) {
    width: 80px;
}

.adminedit_flexchild table tr td:nth-child(3) {
    width: calc(100% - 100px);
}

.adminedit_flexchild .adminedit_slider {
    width: 100%;
}

.adminedit_flexchild h4 {
    margin: 0;
    margin-bottom: 10px;
}

.ismobile #ui_overlay {
    width: 100% !important;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 100%;
}

.ismobile #ui_map {
    width: 100% !important;
    height: 100% !important;
}

#babylonUnmuteIconBtn {
/*
    position: relative;
    left: auto !important;
    top: auto !important;
    background-color: transparent;
    width: 100%;
*/
}



#feedback_button{
    position: absolute;
    z-index: 99999;
    left: 50%;
    bottom: 20px;
    padding: 10px 20px;
    transform: translate3d(-50%,70px,0);
    color: #fff;
}

.feedback_show_button #feedback_button{
    transform: translate3d(-50%,0,0);
}

#feedback_okay{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate3d(-50%,-50%,0);
    color: #fff;
    display: none;
}

#feedback_okay.show{
    display: block;
}

#feedback_okay_progress_box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
}
#feedback_okay_progress{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #fff;
}

#feedback_okay h2{
    margin: 0;
    position: relative;
}

.feedback #feedback_button{
    transform: translate3d(-50%,120px,0);
}

.feedback_send #feedback_button{
    display: none;
}

#feedback_box{
    position: absolute;
    z-index: 99999;
    left: 50%;
    bottom: 20px;
    transform: translate3d(-50%,102%,0);   
    color: #fff;
	transition: transform 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.feedback #feedback_box{
    transform: translate3d(-50%,0,0);
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#feedback_box_content{
    height: 70vh;
    min-width: 50vw;
}

#feedback_box ul,
#feedback_box ul li{
    list-style: none;
    position: relative;
    min-height: 30px;
}

#feedback_box ul{
    padding-left: 15px;
}

#feedback_box ul li{
    padding-left: 30px;
}

#feedback_box .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    position: absolute;
    top: -2px;
    left: 0;
}

#feedback_box .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
    top: 0;
    left: 0;
}

#feedback_box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
    border: 2px solid #fff;
}

#feedback_box .container:hover input ~ .checkmark {
  background-color: #ccc;
}

#feedback_box .container input:checked ~ .checkmark {
  background-color: #2196F3;
}

#feedback_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#feedback_box .container input:checked ~ .checkmark:after {
  display: block;
}

#feedback_box .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.feedback_checkbox_text{
    display: inline-block;
    padding-top: 2px;
}

#feedback_box h2{
    position: relative;
    margin: 0;
    padding: 20px;
    text-align: center;
}

#feedback_close{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background-color: rgba(255,255,255,0.3);
    line-height: 40px;
}

#feedback_close:HOVER{
    background-color: rgba(255,255,255,0.5);
}

.feedback_box {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.feedback_box:AFTER {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 50%;
    left: 25%;
    height: 2px;
    background-color: #fff;
}

#feedback_box .feedback_box:LAST-OF-TYPE:AFTER {
    display: none;
}

.feedback_box h3{
    margin: 0;
    margin-bottom: 10px;
}

.feedback_box textarea{
    width: 100%;
    height: 150px;
    background-color: rgba(255,255,255,0.2);
    border: 0;
    resize: none;
    padding: 10px;
    font-family: "robotomedium";
}

.feedback_box textarea:FOCUS{
    background-color: rgba(255,255,255,0.35);
    outline: none;
    border: 0;
}

#feedback_vote_box{
    display: flex;
    gap: 20px;
    padding: 20px 40px;
}

#feedback_slider_box{
    flex: 3;
}

#feedback_slider_result{
    flex: 1;
}

#feedback_button_send{
    padding: 10px 20px;
    border: 0;
    background-color: rgba(255,255,255,0.8);
}

#feedback_button_send:HOVER{
    background-color: #fff;
}


@media screen and (max-width: 550px) {
    #ui_map {
        width: 100% !important;
        height: 100% !important;
    }

    #ui_overlay {
        width: calc(100% - 20px) !important;
        right: 10px;
        height: calc(100% - 80px);
    }
}

@media (orientation: landscape) {
    .ismobile #ui_overlay,
    .ismobile #ui_settings {
        width: 50% !important;
        min-width: 50%;
    }
}
