﻿/*
    Basic
--------------------------------------------------------------*/

html, body, #form1 {
    width: 100%;
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

.container-fluid {
    background-color: #fff;
    height: 100%;
    padding: 0px !important;
}


.cursor-pointer{
    cursor: pointer
}

.logo{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
}

/*
    Configurator
--------------------------------------------------------------*/

.config-layer {
    background-color: #ffff;
}

.layer {
    /*top: 5%;*/
    width: 100%;
    height: 100vh;
    box-sizing: border-box
}

    .layer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.zoom-menu-container {
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 30px;
}

.zoom {
    width: 40px
}

.view-menu-container {
    position: absolute;
    right: 28%;
    bottom: 13px;
    height: 80px;
    border: solid 0px rgb(255 0 0)
}

.view {
    width: 90px
}


/*.next-arrow {
    position: absolute;
    right: 28%;
    bottom: 30px;
    width: 30px;
    height: 30px;
}

.previous-arrow {
    position: absolute;
    right: 32%;
    bottom: 30px;
    width: 30px;
    height: 30px;
}

.front-image {
    position: absolute;
    right: 33%;
    bottom: 15px;
    width: 80px;
    height: 80px;
}

.side-image {
    position: absolute;
    right: 28%;
    bottom: 15px;
    width: 80px;
    height: 80px;
}*/

/*
    Choice menu
--------------------------------------------------------------*/

.choice-menu {
    z-index: 9999999;
    background-color: white;
    margin: auto;
    width: 100%;
    border: solid 0px rgb(255 0 0);
    -webkit-box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.10);
}

.accordion-button{
    background-color: #222222 !important;
    color: #ffffff !important
}

    .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,0);
    }

/*#youChoice .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#youChoice .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}*/


.you-choices {
    background: #ffffff;
    min-height: 200px
}