* {
    margin: 0;
    padding: 0;
    font-family: arial;
}

.canvas2 {
    height: 100vh;
    width: 100%;
    border: 1px solid;
    background: rgb(41,75,92);
    background: radial-gradient(circle, rgba(41,75,92,1) 0%, rgba(23,42,52,1) 53%, rgba(0,0,0,1) 100%);
}

h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.canvas2 canvas {
    width: 100%!important;
    height: 100vh!important;
}

input {
    padding: 8px;
    border: none;
    border-radius: 5px;
}

textarea {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 5px;
    margin-top: 8px;
    height: 150px;
    font-family: arial;
}

.form {
    padding: 48px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    
    border-bottom: none;
    position: absolute;
    right: calc(-100% - 76px);
    top: 0;
    transition: 0.3s ease-in-out;
    z-index: 97;
    background: rgb(41,75,92, 0.8);
    backdrop-filter: blur(5px);
    overflow: auto;
    /*background: linear-gradient(0deg, rgba(41,75,92,1) 0%, rgba(23,42,52,1) 53%, rgba(0,0,0,1) 80%);*/
}

@media screen and (min-width: 1024px) {
    .form {
        width: 20%;
        right: calc(-20% - 76px);
    }
}

.form--active {
    right: -85px;
}

@media screen and (min-width: 1024px) {
    .form--active {
        right: 0;
    }
}



.wall, .floor, .motiv, .objects {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 12px;
    overflow: hidden;
    margin-bottom: 8px;
    
}



.wall:hover img, .floor:hover img, .motiv:hover img, .objects:hover img {
    transform: scale(1.2);
}

.wall img, .floor img, .motiv img, .objects img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

.wall-options, .floor-options, .motiv-options, .objects-options {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 12px;
}

.app-wrapper {
    /*display: flex;
    align-items: center; */
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.title {
    width: 100%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 6px;
}

.subtitle {
    width: 100%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 6px;
}

.logo {
    width: 80px;
    position: fixed;
    left: 24px;
    top: 24px;
    z-index: 99;
}

.logo svg .background {
    width: 80px;
    fill: #fff !important;
}

.logo svg .logo {
    width: 80px;
    fill: #255ea4 !important;
}

.expansion-kitchen {
    display: none;
}

.expansion-kitchen--active {
    display: block;
}

.expansion-livingroom {
    display: none;
}

.expansion-livingroom--active {
    display: block;
}

.loadbar {
    color: #fff;
    width: 50%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 20px;
    background-color: rgba(255,0,0,0.5);
    margin-top: 24px;
    position: relative;
}

.progress {
    height: 100%;
  
    background-color: rgba(0,255,0,0.7);
}

.percent {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}


.expansion-opions, .objects-options, .motive-options {
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    
}

.motive-options {
    display: none;
}

.photobtn, .requestbtn, .savebtn, .rawbtn {
    width: 42px;
    height: 42px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
    margin-right: 12px;

    cursor: pointer;
}

.photobtn svg, .requestbtn svg, .savebtn svg, .rawbtn svg {
    fill: #fff;
    width: 80px;
}

.request-options {
    display: flex;
    flex-wrap: wrap;
}

.request-form {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    border-radius: 5px;
    width: calc(100% - 96px);
    left: -500px;
    bottom: 100px;
    padding: 48px;
    backdrop-filter: blur(5px);
    background-color: rgba(41,75,92,0.9);
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
    z-index: 98;
}

@media screen and (min-width: 1024px) {
    .request-form {
        width: 400px;
        background-color: rgba(41,75,92,0.5);
    }
}

.request-form--active{
    left: 0px;
}

.request-form input {
    width: 100%;
    margin-bottom: 8px;
    font-family: arial;
}

@media screen and (min-width: 1024px) {
    .request-form--active{
        left: 100px;
    }
}

.request-text {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
   
}

.btn {
    padding: 12px;
    border-radius: 5px;
    margin-top: 8px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    margin-right: 8px;
    font-family: arial;
}

.cancel {
    background-color: red;
}


.togglebtn {
    position: absolute;
    left: 0;
    top: calc(50% - 32px);
    height: 64px;
    width: 20px;
    /*background-color: #fff;*/
    background:#255da4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.togglebtn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.togglebtn__label {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.loader__wrapper {
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 98;
}

.photo-searcher {
    position: fixed;
    width: 300px;
    height: 300px;
    top: calc(50vh - 150px);
    left: calc(50vw - 150px);
    border: 1px solid #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}

.photo-searcher--active {
    display: flex;
}

.photo-searcher--inner {
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
}

.photo-trigger {
    margin-top: 24px;
    width: 42px;
    position: absolute;
    left: calc(50% - 21px);
    bottom: 0;
}

.photo-trigger svg {
    width: 42px;
    fill: #fff;
}


.send-message {
    width: 100%;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}


.current-load {
    color: white;
    width: 100%;
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 16px;
    font-family: arial;
    position: absolute;
}

.selection-box {
    width: 200px;
    height: auto;
    border: 1px solid #fff;
    position: absolute;
    left: 24px;
    bottom: 96px;
    padding: 12px;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    text-align: center;
}

.footer {
    position: fixed;
    left: 24px;
    bottom: 24px;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    z-index: 9;
}

.app-title {
    position: fixed;
    left: 124px;
    top: 38px;
    color: #fff;
    font-size: 20px;
    font-family: arial;
    z-index: 9;
}

.compilation {
    position: absolute;
    left: 24px;
    bottom: 184px;
    padding: 24px;
    color: #fff;
    font-family: arial;
    display: none;
    background: rgb(41,75,92, 0.8);
    border: 1px solid #fff;
    font-weight: 200;
    line-height: 1.2;
}


@media only screen and (min-width: 1024px) {
    .compilation {
        display: block;
    }
}

.form-wrapper {
    margin-top: 100px;
}

@media only screen and (min-width: 1024px) {
    .form-wrapper {
        margin-top: 0;
    }
}



.rawbtn svg, .photobtn svg, .requestbtn svg, .savebtn svg  {
    width: 40px;
    height: 40px;
}

.informations {
    width: 300px;
    min-height: 100px;
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
    position: absolute;
    top: -50%;
    left: calc(50% - 150px);
    padding: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    z-index: 888888;
}

.informations--active {
    top: calc(50% - 50px);
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }



  .camera {
    position: absolute;
    right: 500px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 15px;
    padding: 4px;
    cursor: pointer;
}

.camera svg {
    width: 40px;
    height: 40px;
}