
/* -------------------------------------- Variables */

:root {
    --color-primary: #678a75;
    --color-secondary: #5c7064;
    
    --color-dark-primary: #222222;
    --color-dark-secondary: #444444;
    
    --color-light-primary: #f1f1f1;
    --color-light-secondary: #fafafa;
    
    --font-primary: 'Roboto Condensed', sans-serif;
    --font-secondary: 'Ubuntu', sans-serif;
}

/* ---------- Edited -- */

.activity-nav {
    background: white;
    position: fixed;
    top: 0;
    padding: 150px 3.5%;
    bottom: 0;
    right: 0;
    min-width: calc(100vw / 2.5);
    overflow-y: scroll;
    z-index: 10000;
}

.activity-close {
    display: block;
    border-bottom: 0 !important;
}

.activity-close:hover {
    display: block;
    border-bottom: 0 !important;
}

@media screen and (max-width: 1690px) {
    .activity-nav {
        max-width: calc(100vw / 3);
    }
}

@media screen and (max-width: 1030px) {
    .activity-nav {
        max-width: calc(100vw / 2);
    }
}

@media screen and (max-width: 600px) {
    .activity-nav {
        max-width: calc(100vw / 2);
    }
    
    .button-dash,
    .cart-tab {
        position: absolute !important; 
        left: 30px !important;
        right: initial !important;
    }
    
    .cart-tab {
        width: 150px !important;
        bottom: 150px !important;
    }
    
    .drop img {
        margin: 5px auto;
    }

    
    .panel-nav {
        top: 20px !important;
    }
    
};

/* ---------- End Edited -- */

.instructions-link {
    font-weight: 600;
    border: 0 !important;
    display: inline-block;
    float: right;
    color: white !important;
    font-size: 1rem;
    line-height: 2;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.instructions-link:hover {
    border: 0 !important;
    color: var(--color-primary) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

/* -------------------------------------- Bootstrap */

/* --- Modals */

.override-height {
    height: 100% !important;
    overflow: visible !important;
}

.modal-backdrop {
    background: rgba(255,255,255) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    opacity: 0.94 !important;
    z-index: 10001;
}

.modal {
    z-index: 100001;
}

body.modal-open {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-content {
    background: transparent;
    border: 0;
    padding: 50px 15%;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-content p {
    color: #444444 !important;
}

.modal-content i {
    margin: 0 !important;
}

.modal-header {
    border: 0;
}

.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
}

.modal-button {
    background: #678a75 !important;
    border-radius: 50px !important;
    height: 50px !important;
    width: 50px !important;
    padding: 0 !important;
    color: #FFF;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-button:hover,
.modal-button:focus {
    background: #207dc7 !important;
    outline: none;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

/*--------------------------------------- Drag and Drop Environment ----- EDITED SECTION */

/*.immersive-content {
    position: absolute;
    background: white;
    padding: 20px 50px 50px 50px;
    margin: 50px 10px 10px 0px;
    border-radius: 0px 3px 3px 0px;
}

.immersive-content h2 {
    font-size: 4em;
    margin-bottom: 30px
}*/

.immersive-content {
    position: absolute;
    background: white;
    padding: 10px 20px 20px 20px;
    margin: 32px 0px 0px 0px;
    border-radius: 0px 3px 3px 0px;
    opacity: 65%;
}

.immersive-content h2 {
    font-size: 2.5em;
    margin-bottom: 0px;
	margin-top: 30px;
}

.immersive-content input {   
    font-size: 1rem !important;
}

.panel-nav {
    position: relative;
    margin-bottom: 40px;
}

.panel-nav a.panel-tab {
    display: block;
    width: calc(100% / 7 - 14px);
    text-align: center;
    border-bottom: 0 !important;
    border-radius: 50px;
    height: 50px;
    margin: 2px;
    background: #f1f1f1;
    text-align: center;
    position: relative;
}

.panel-nav a.panel-tab i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.trash-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

.hidden-frame {
    position: relative;
}

.hidden-iframe:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #FFF;
}

.trash-item > .drag {
    position: absolute !important;
    padding: 0 !important;
    width: auto !important;
    min-width: auto !important;
    max-width: initial !important;
    min-height: auto !important;
    border: 3px dashed rgb(0 0 0 / 0%) !important;
}

.trash-item > .drag:hover {
    border: 3px dashed rgb(103 138 117 / 73%) !important;
    background: rgb(255 255 255 / 73%);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.trash-item {
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
    min-height: auto !important;
    border: 0 !important;
    position: absolute !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10001;
}

.trash-item span.label {
    font-size: 1rem;
    text-align: left;
    position: fixed;
    top: 66px;
    bottom: initial;
    left: 30px;
    width: 100%;
    display: none;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    background: white;
    padding: 30px;
    border-radius: 5px;
    width: auto;
    
}

.trash-item span.label i {
    color: rgba(0,0,0,0.3);
    margin-right: 5px;
}

.trash-item:hover span.label {
    display: inline-block;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.trash-item:hover {
    cursor: grab;
}

.drop {
    padding: 50px;
    border: 3px dashed #e8e8e8 !important;
    border-bottom: 3px dashed #e8e8e8 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.drop-active {
    background: rgb(103 138 117 / 35%);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.cart-tab {
    background: white;
    position: fixed;
    width: 220px;
    bottom: 30px;
    left: 50px;
    padding: 30px;
    border-radius: 3px;
    z-index: 1;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.cart-tab:hover {
    background: rgba(255,255,255,0.6);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    cursor: pointer;
}

body.interactive-environment {
    overflow: hidden;
}

body.dark .environment-setup {
    height: 85vh;
}

.environment-setup {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    min-width: 1900px;
}

@media screen and (max-width: 1000px) {
    .environment-setup {
        overflow-x: scroll;
    }
    
    .environment-setup::-webkit-scrollbar {
        width: 0.4rem;
        transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    }

    .environment-setup::-webkit-scrollbar-track {
        -webkit-box-shadow: 0;
        background-color: #1f282d;
        transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    }

    .environment-setup::-webkit-scrollbar-thumb {
        background-color: #171d20;
        outline: 1px solid #171d20;
        transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    }
}

.pull-item > .drag-item,
.trash-item > .drag {
    max-width: 100px;
    min-height: 100px;
    width: 100%;
    cursor: move;
    text-align: center;
    display: block;
    
    margin: 0 auto;
}

span.label {
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}

body.dark span.label {
    color: #FFF;
    
}

.drop-field {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    
    height: 1121px;
    z-index: 1;
    width: 1600px;
    overflow-x: scroll;
    overflow-y: hidden;
    
    top: initial !important;
    bottom: initial !important;
    right: initial !important;
    left: initial !important;
}

.button-dash {
    position: fixed;
    z-index: 4;
    top: 60px;
    left: 30px;
    max-width: 300px;
}

.pull-item,
.doc-item {
    width: 47%;
    min-width: 47%;
    position: relative;
    padding: 30px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.doc-item img {
    max-width: 60px;
    max-height: 60px;
    margin: 15px auto;
}

.doc-item:hover {
    cursor: pointer;
}

body.dark .screenshot-button, 
body.dark .clean-button {
    color: #515b61 !important;
}

.hover-instructions {
    transform: rotate(90deg) !important;
    font-size: 0.8rem;
    position: absolute;
    right: 50px;
    top: 200px;
    color: #9e9e9e !important;
}

.screenshot-button, 
.clean-button {
    color: #FFF !important;
    background: 0;
    padding: 30px;
    display: inline-block;
}

.screenshot-button:focus, 
.clean-button:focus,
.screenshot-button:hover, 
.clean-button:hover {
    outline: none;
}

.notification {
    background: #222222;
    color: rgba(255,255,255,0.6) !important;
    padding: 30px 5%;
    z-index: 1000;
    top: 50px;
    border-top: 1px solid #181818;
    bottom: initial;
    left: initial;
    right: initial;
    display: inline-block;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 50px;
    position: absolute;
    width: 100%;
    margin-bottom: 30px;
     border-radius: 0px; 
    border-bottom: 0 !important;
}

.notification:hover {
    border-bottom: 0 !important;
    background: #333333;
}

.notification:hover p {
    color: #FFF !important;
}

.notification h6 {
    color: #FFF;
}

.notification i {
    color: rgba(255,255,255,0.06);
    position: absolute;
    font-size: 10rem;
    transform: rotate(45deg);
    top: 5px;
    left: 5px;
}

.notification-button {
    color: var(--color-primary) !important;
}

.side-panel {
    background: #f1f1f1;
    height: 100%;
    padding: 50px;
}

.notification-area {
    background: rgba(255,255,255,0.03);
    padding: 30px;
    border-radius: 5px;
    font-size: 0.8rem !important;
}

.dropdown {
    margin-bottom: 15px !important;
}

.dropdown-toggle {
    background: #f3f3f3;
    padding: 10px 16px;
    border-bottom: 0 !important;
    border-radius: 3px;
}

.dropdown-toggle:hover {
    border-bottom: 0 !important;
    background: #f1f1f1;
}


.svg-container {
    position: relative;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.svg-container.area-entered:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgb(243 243 243 / 83%);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.svg-areas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    justify-content: center;
}

.area-hotspot {
    height: calc(100% /5);
    margin: 0;
    padding: 0;
    width: 11.11% !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    text-align: center;
    position: relative;
    display: block;
    border-radius: 0;
    font-weight: 500;
}

a.area-hotspot,
a.area-hotspot.filled:hover {
    border-bottom: 0 !important;
}

.area-hotspot.filled:hover {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    color: initial !important;
}

.area-hotspot.filled:hover i {
    color: var(--color-primary) !important;
}

.area-hotspot i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #FFF;
    margin: 0 auto;
    
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.2);
}

.area-hotspot.drop i {
    background: var(--color-primary) !important;
    color: #FFF;
}

.area-hotspot i:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.hotspot-content {
    background: #FFF;
    padding: 15px;
    border-radius: 3px;
    line-height: 1.3;
    
    font-size: 0.9rem;
}

.hotspot-content p {
    margin-bottom: 0;
}

.reset-message {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    display: none;
    z-index: 11111;
}

.reset-content {
    padding: 150px;
    position: relative;
    width: 60vw;
    margin: 100px auto;
}

.measurement-selector,
.cooking-selector {
    position: absolute;
    left: -350px;
    background: white;
    padding: 30px 0 0 0;
    width: 300px;
    top: -20px;
    right: 0;
    border-radius: 3px;
    z-index: 2;
    
        -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.2);
}

.measurement-selector .measurement-content,
.cooking-selector .cooking-content{
    padding: 0 18px;
}

.measurement-button,
.cooking-button {
    display: block;
    border-bottom: 0 !important;
    background: var(--color-primary);
    color: #FFF !important;
    padding: 10px 0;
    margin-top: 18px;
    
}

.cooking-button:hover,
.measurement-button:hover {
    background: var(--color-secondary);
    color: #FFF !important;
    border-bottom: 0 !important;
}
