/* Font Face Declaration */
@font-face {
    font-family: 'AktivGrotesk-Regular';
    src: url('/media/2461/AktivGrotesk-Regular.ttf') format('truetype');
}

/* Global Styles */
* {
    font-family: 'AktivGrotesk-Regular';
    text-shadow: none;
}

/* Layout and Positioning */
#summary-wrapper {
    opacity: 1;
    pointer-events: all !important;
}

#summary-details, #mattertag {
    max-width: 450px;
    margin-left: -35px;
    position: fixed;
    user-select: text;
    transition: all .33s ease;
    display: block;
    left: 30%;
    min-width: 349px;
    top: 55px;
}

.Collapsed #summary-details, .Collapsed #mattertag, .Collapsed #main-title {
    top: -200%;
}

#model-title {
    width: calc(100vw - 400px);
}

/* Title Toggle Styles */
div#title-toggle {
    background-image: url(/media/2461/Facilities_button.svg);
    width: 125px;
    background-repeat: no-repeat;
    margin-left: 35px;
    margin-top: 10px;
    float: none !important;
    background-color: initial;
}

div#main-title-wrapper {
    display: none;
}

/* Hide Specific Elements */
div#mp-nova-button-menu,
i.fa.fas.fa-bars,
div#footer-terms,
body .highlight-button,
span.icon.icon-pinterest,
.dollhouse.ui-icon,
.floorplan.ui-icon,
.select-floor.ui-icon,
.view-in-vr.ui-icon,
.fullscreen.ui-icon,
div#measurements3d {
    display: none !important;
}

/* Tab Content Styles */
div#tab-content3 {
    background-color: white;
    color: black;
}

#tabs .tab-content {
    border-radius: 4px;
    line-height: 35px;
}

/* Control Styles */
div#highlight-tour-controls {
    background: initial;
    padding: 0px 0px !important;
}

div.controls.right {
    float: left;
}

.right.controls {
    margin: 0 -11px 0 0 !important;
}

.right.controls.gui {
    max-width: 86px;
}

.left.controls {
    margin: 0 0px 3em 10px;
}

.left.controls.gui {
    max-width: 20px;
}

div.controls {
    bottom: -71px;
}

/* UI Icon Styles */
.ui-icon {
    background-color: #1f66d4;
    border: 5px solid #99f8ff;
    border-radius: 22px;
    font-size: 22px;
    margin-bottom: 0.1em;
}

span.icon {
    margin-top: 0px !important;
    padding: 6px 6px !important;
}

/* Share Button Styles */
#share {
    position: absolute !important;
    bottom: 30px;
    left: 10px !important;
}

div#share {
    margin-right: -4px;
}

/* Mode Change Styles */
div#mode-change {
    margin-top: 5px;
}

/* Twitter Icon Styles */
.icon-twitter:before {
    content: url("/media/2461/Icons_Low/Xbefore.png");
}

.icon-twitter:hover {
    content: url("/media/2461/Icons_Low/x_hov_after.png") !important;
    padding: 6px 6px 3px 6px !important;
}

/* Close Menu Styles */
img#closeMenu {
    right: 5px !important;
    max-height: 25px;
}

/* Share Slider Styles */
#share-slider-wrapper {
    right: 10px !important;
}

/* Tooltip Styles */
[data-balloon][data-balloon-pos="up-right"]:after {
    right: -20px !important;
}

[data-balloon][data-balloon-pos='left']:after,
[data-balloon][data-balloon-pos='left']:before {
    display: none;
}

/* Media Queries */
@media (max-width: 780px) {
    div#title-toggle {
        margin-left: 5px;
    }
    .main-title-row, #summary-wrapper {
        width: calc(100% - 30px);
    }
    div#summary-wrapper {
        margin-left: 33px !important;
        min-height: fit-content;
    }
    div#summary-details {
        left: 50px;
        max-width: 300px;
    }
    #summary-details, #mattertag {
        max-width: 350px !important;
        margin-left: -15px;
        top: 55px;
    }
    #share {
        bottom: 30px !important;
    }
}

@media (max-width: 576px) {
    .overlay-info {
        width: 120px !important;
    }
}
