﻿

html, body {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #eae8e7;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #004552
}

.cursor-pointer{
    cursor: pointer
}

h2, h3 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #2e2e2e
}

p {
    color: #6b6b6b;
    font-weight: 400
}

.hidden{
    display: none
}

.topbanner {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbannerDesktop {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-button {
    position: absolute;
    bottom: 15px;
    right: 18px;
    width: 40px;
    height: 30px;
}

.pdf-button {
    position: absolute;
    bottom: 15px;
    left: 18px;
    z-index: 1000;
    padding: 8px 18px;
    background-color: #004552;
    color: #eae8e7;
    border: solid 1px #eae8e7;
    border-radius: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

.pdf-button:hover {
    background-color: #f9dd8f;
    color: #004552;
    border-color: #f9dd8f;
}

.pdf-button:disabled {
    opacity: 0.6;
    cursor: wait;
}

.info-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    padding: 20px 30px;
    background-color: rgba(143, 181, 191, 0.9)
}

.close-info-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 35px;
    border: solid 0px rgb(0, 0, 0)
}

    .info-container h3, .info-container p{
        color: rgb(0, 0, 0)
    }

    /* Menu */
    #menu-container {
    }

.btn.menu-btn,
.btn-outline-primary.menu-btn {
    --bs-btn-color: #eae8e7;
    --bs-btn-border-color: #eae8e7;
    --bs-btn-bg: #004552;
    --bs-btn-hover-color: #f9dd8f;
    --bs-btn-hover-border-color: #f9dd8f;
    --bs-btn-hover-bg: #004552;
    --bs-btn-active-color: #f9dd8f;
    --bs-btn-active-border-color: #f9dd8f;
    --bs-btn-active-bg: #004552;
}


ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

ul li{
   background-color: #004552;
   list-style-type: none
}

    ul li div {
        width: 100px;
    }

    ul li div p {
        height: 40px;
    }



#visualizer-container{
    overflow: hidden;
    max-height: 290px;
}

#choises-container-inner{
    padding: 8px;
}

.material-label {
    font-size: 12px;
    line-height: 12px;
    color: #eae8e7;
    background-color: #004552;
    padding: 2px
}

@media (min-width: 320px) { /* iPhone SE (375px) */
    ul {
        gap: 8px;
    }

        ul li div {
            width: 100px;
        }

    #visualizer-container {
        max-height: 290px;
    }

    #choises-container-inner {
        padding: 5px;
    }
}

@media (min-width: 385px) { /* iPhone 13 (390px) hits this, SE stops here */
    ul {
        gap: 8px;
    }

        ul li div {
            width: 110px;
        }

    #visualizer-container {
        max-height: unset;
    }


    #choises-container-inner {
        padding: 10px;
    }
    
}

@media (min-width: 400px) { /* iPhone 11 (414px) hits this, SE stops here */

    ul {
        gap: 8px;
    }

    ul li div {
        width: 110px;
    }

    #visualizer-container {
        max-height: unset;
    }


    #choises-container-inner {
        padding: 10px;
    }
    
}

@media (min-width: 480px) {

    ul {
        gap: 8px;
    }

    ul li div {
        width: 110px;
    }

    #visualizer-container {
        max-height: unset;
    }

    #choises-container-inner {
        padding: 10px;
    }
}

@media (min-width: 576px) {

    ul {
        gap: 8px;
    }

    ul li div {
        width: 110px;
    }

    #visualizer-container {
        max-height: unset;
    }

    #choises-container-inner {
        padding: 10px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    ul {
        gap: 8px;
    }

    ul li div {
        width: 110px;
    }


    #visualizer-container {
        max-height: unset;
    }

    #choises-container-inner {
        padding: 10px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    ul {
        gap: 8px;
    }

    ul li div {
        width: 110px;
    }

    #visualizer-container {
        max-height: unset;
        height: calc(100vh);
    }

    .col-4.d-none.d-lg-block {
        overflow: hidden;
    }

    .col-4.d-none.d-lg-block > .row {
        display: flex;
        flex-direction: column;
        height: calc(100vh);
        margin: 0;
    }

    #surfacesContainerDesktop {
        max-height: unset;
        flex: 1;
        overflow-y: auto;
    }

    #surfacesMenuContainerDesktop ul {
        flex-wrap: wrap;
    }

    #choises-container-inner {
        padding: 10px;
    }

    html, body {
    overflow-y: hidden;
    }

    .info-container {
        top: unset;
    bottom: 0;
    height: 30%; 
}
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    ul {
        gap: 8px;
    }

    ul li div {
        width: 110px;
    }

    #visualizer-container {
        max-height: unset;
    }

    #choises-container-inner {
        padding: 10px;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

    ul {
        gap: 8px;
    }


    ul li div {
        width: 110px;
    }

    #visualizer-container {
        max-height: unset;
    }

    #choises-container-inner {
        padding: 10px;
    }
}