/*-------------------------- upload image ---------------------*/
.roomvoplayer-api-upload-image {
    position: fixed;
    top: 0vh;
    left: 0vw;
    /* transform: translate(-50% , -50%); */
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

html.roomvolayer-upload .roomvoplayer-api-upload-image {
    display: flex !important;
}

#photo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    background-color: #f0f0f0;
    position: absolute;
    top: 280px;
    /*    background: url('background-image.jpg') center/cover no-repeat; */
    /*    background: url('/wp-content/themes/tegelcollectie-dealer-mobile/assets/sfeertool/images/mobile-upload.jpg') center/cover no-repeat;*/
}

#photo-input {
    display: none;
}

/*#choose-button {
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none;
    position: relative;
    border-radius: 5px;
}

#choose-button::before {
    content: "Kies foto";
     
    position: absolute;
    min-width: 100%;
    text-align: center;
    z-index: 2;
    background-color: green;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}*/
#choose-button {
    border: 0 !important;
    background-color: initial !important;
    text-align: center;
    display: inline-block;
    /* background-color: red; */
    width: 180px;
    /* height: 80px; */
    /* line-height: 80px; */
    position: relative;
    /* line-height: var(--ak-button-line-height); */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
}

#choose-button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Kies foto";
    font-size: 3rem;
    font-family: Roboto, Noto, sans-serif;
    font-style: normal;
    user-select: none;
    display: inline-block;
    width: 100% !important;
    background-color: var(--ak-button-background-color);
    text-align: center;
    border-radius: var(--ak-button-border-radius);
    cursor: var(--ak-button-cursor);
    margin: 0 auto ;
    /* padding: 1rem 2rem; */
    line-height: var(--ak-button-line-height);
    color: var(--ak-button-color);
    align-items: center;
    /* display: none  */
    /* width: 180px; */
    /* height: 80px; */
    /* line-height: 80px; */
    font-size: 20px;
}

#photo-preview {
    max-width: 100%;
    max-height: 300px;
    display: none;
    margin-top: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

/* .upload-change > button {
    padding: 8px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
} */
.upload-change > button {
    background-color: initial !important;
    text-align: center;
    font-family: Roboto, Noto, sans-serif;
    font-style: normal;
    user-select: none;
    width: 100% !important;
    background-color: var(--ak-button-background-color) !important;
    text-align: center;
    border-radius: var(--ak-button-border-radius);
    cursor: var(--ak-button-cursor);
    margin: 0 auto ;
    padding: 1rem 2rem;
    /* line-height: var(--ak-button-line-height); */
    color: var(--ak-button-color);
    align-items: center;
    border: 0 !important;
}

.upload-change {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0 0 0;
}

.fileUpload_result {
    display: none;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    padding: 10px;
    background-color: #d3ffc98f;
    color: #00000096;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border: none;
    position: relative;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    padding: 5rem 0;
    margin: 0 0 3rem 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* loader */
html.roomvolayer-active .loader-container-api {
    display: block !important;
}

.loader-container-api {
    display: none;
    /*     background-color: red;*/
    position: fixed;
    top: 30vh;
    left: 50vw;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 1000000000;
}

.loader-api {
    position: relative;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 100px;
    height: 100px;
    animation: spin-api 1s linear infinite;
}

@keyframes spin-api {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------- eof upload image to api ----------------------------------*/
/*--------------*/
/* Roomvo Layer */
/*--------------*/
/*-------------------*/
/*control old layeout*/
/*-------------------*/
/*----------------------- html not(.roomvolayer-active), roomvolayer initially hidden ----------------------*/
html:not(.roomvolayer-active) .roomvo-hidden {
    display: none !important;
}

/*----------------------- html.roomvolayer-active, to hide original doms ----------------------*/
html.roomvolayer-active .container-block.choose-type-container .sh_title.sh_opdewand, html.roomvolayer-active .container-block.choose-type-container .radios.tegel-soort, html.roomvolayer-active .container-block.choose-type-container .zelfde_selectie, html.roomvolayer-active .container-block.choose-type-container .zelfde_selectie + hr {
    display: none !important;
}

html.roomvolayer-active .search_tabs.wand_tab , html.roomvolayer-active .search_tabs.tegelinfo_tab2 , html.roomvolayer-active .search_tabs.tegelinfo_tab {
    display: none !important;
}

html.roomvolayer-active .floating_action_wrapper .action_button.button_a1, html.roomvolayer-active .floating_action_wrapper .action_button.button_a2, html.roomvolayer-active .floating_action_wrapper .action_button.button_a4, html.roomvolayer-active .floating_action_wrapper .action_button.button_b1, html.roomvolayer-active .floating_action_wrapper .action_button.button_b2, html.roomvolayer-active .floating_action_wrapper .action_button.button_b3, html.roomvolayer-active .floating_action_wrapper .action_button.button_2d, html.roomvolayer-active .floating_action_wrapper hr, html.roomvolayer-active .floating_action_wrapper .action_productpage, html.roomvolayer-active .floating_action_wrapper .action_seperator, html.roomvolayer-active .floating_action_wrapper .scan_qr_favourite.scan-qr-code, html.roomvolayer-active .floating_action_wrapper .action_button.m_save, html.roomvolayer-active .floating_action_wrapper .action_button.m_show_saved, /*html.roomvolayer-active  .floating_action_wrapper .action_button.button_a3,*/
html.roomvolayer-active .floating_action_wrapper .action_button.m_show_search, html.roomvolayer-active .floating_action_wrapper .action_button.button_b5 {
    display: none !important;
}

html.roomvolayer-active .search_tabs.tegelinfo_tab3.m_roomselect {
    display: none !important;
}

html.roomvolayer-active .span_mijn_kamer {
    display: none !important;
}

/*span_ruimte_gallerij*/
/*------------------------------------------------------------------------------------------*/
.roomvolayer-api-render-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 3;
    display: block ;
}

.roomvolayer-api-render {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: red;
}

.vloer-muren-btns-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.vloer-muren-btns-wrapper button.vloermuren-active svg:nth-of-type(2) {
    display: none !important
}

.vloer-muren-btns-wrapper button:not(.vloermuren-active) svg:nth-of-type(1) {
    display: none !important;
}

.vloer-muren-btns-wrapper button.vloermuren-active svg circle {
    fill: #000 !important;
    stroke: rgb(2 250 12);
    stroke-width: 1px;
}

.vloer-muren-btns-wrapper button.vloermuren-active svg path {
    stroke: rgb(0 255 17);
    stroke-width: 2px;
}

.roomvolayer-btn-vloeren , .roomvolayer-btn-muren {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    height: 35px;
    width: 140px;
}

.roomvolayer-btn-vloeren {
    margin-right: 20px;
}

.roomvolayer-btn-vloeren h6, .roomvolayer-btn-muren h6 {
    font-size: 16px;
    padding: 0 ;
    margin: 0 0 0 10px;
}

/*----------- eof control old layeout --------*/
/*------------*/
/* Api layer  */
/*------------*/
.roomvolayer-page-layout-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

.api-output-wrapper {
    position: relative;
    background-color: #777;
    /* width: 1920px; */
    /* max-height: 1080px; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* left: 400px; */
}

/*.api-rendered-image-container {
    position: relative;
    top: 0;
    left: 0;
     
    z-index: 1;
    
    background-color: #000;
    width: 100%;
    height: 100%;
}

.api-rendered-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position:top left
}

#api-markers-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
   
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    object-position:top left
}*/
.api-rendered-image-container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
}

.api-rendered-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: bottom center;
}

#api-markers-container {
    position: absolute;
    z-index: 2;
}

.api-marker {
    position: absolute;
    height: 32px;
    width: 32px;
    color: rgb(55, 60, 64);
    /* color: #fff; */
    background: rgb(255, 255, 255);
    aspect-ratio: 1 / 1;
    padding: 0px;
    display: grid;
    place-items: center;
    border: 2px solid white;
    border-radius: 999px;
    /* transition: 0.2s, padding; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 24px 0px;
    border: 2px solid #5d5d5d;
}

.api-marker polyline {
    stroke-width: 50 !important;
}

.api-marker:not(.api-marker-active):not(.marker_selected) svg:nth-of-type(2) {
    display: none !important;
}

.api-marker.api-marker-active svg:nth-of-type(1) , .api-marker.marker_selected svg:nth-of-type(1) {
    display: none !important;
}

.api-marker.api-marker-active {
    color: #00ff00;
    background-color: rgb(55, 60, 64);
    border: 2px solid #fff;
}

/* 
.api-marker.marker_selected{
     border: 2px solid rgb(55, 60, 64);
}
.api-marker.marker_selected{
     border: 2px solid #fff;
}

.api-marker.marker_selected:not(.api-marker-active) svg:nth-of-type(2){
     
    display: none !important
}


.api-marker-active {
    color: #00ff00;
    background: rgb(55, 60, 64);
  
}

.api-marker:not(.api-marker-active):not(.marker_selected) svg:nth-of-type(2) {
    display: none !important;
}

.api-marker:not(.api-marker-active) svg:nth-of-type(2) polyline{
   
}

.api-marker  polyline {
    stroke-width: 50 !important;
    
}

.api-marker.api-marker-active.marker_selected svg:nth-of-type(2)  {
       color: #fff;
}
.api-marker.api-marker-active.marker_selected svg:nth-of-type(2) polyline {
  
}

.api-marker.api-marker-active svg:nth-of-type(1) {
    display: none !important;
}

.api-marker.api-marker-active svg:nth-of-type(2) {
    display: block !important;
} */
.select_alle_muren {
    background-color: #722121;
    position: absolute;
    top: -22px;
    left: 32px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    display: none;
    user-select: none;
    white-space: nowrap;
}

.api_reapply {
    background-color: #213c7299;
    position: absolute;
    top: -22px;
    left: -32px;
    color: #fff;
    font-weight: normal !important;
    /* padding: 5px 5px; */
    border: 1px solid #fff;
    cursor: pointer;
    /*    display: none;*/
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    user-select: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.api_reapply i {
    pointer-events: none !important;
}

html.api_markers_change_detected .api-marker.marker_muur.marker_selected:hover .api_reapply , html.api_markers_change_detected .api-marker.marker_muur.marker_selected:hover ~ .api_reapply, html.api_markers_change_detected .api-marker.marker_vloer.marker_selected:hover .api_reapply , html.api_markers_change_detected .api-marker.marker_vloer.marker_selected:hover ~ .api_reapply {
    /*    display: block !important;*/
    opacity: 1;
    visibility: visible;
}

.api-marker.api-marker-active.marker_selected .select_alle_muren {
    display: block
}

html.roomvolayer-vloer .api-marker.marker_muur {
    /* display: none !important; */
    opacity: 0.3;
    /*    pointer-events: none;*/
    /* cursor: auto; */
}

html.roomvolayer-muur .api-marker.marker_vloer {
    /* display: none !important; */
    opacity: 0.3;
    /*    pointer-events: none;*/
    /* cursor: auto; */
}

/* control patterns */
html.roomvolayer-active tr.original_patterns {
    display: none !important;
}

html:not(.roomvolayer-active) tr.roomvolayer_patterns {
    display: none !important;
}

/* before uploading image */
html.roomvolayer-active .search_tabs.voeg_tab, html.roomvolayer-active .search_tabs.vergelijken_tab.roomvo-dom.roomvo-hidden, html.roomvolayer-active .search_tabs.oppervlaktedraaien_tab.roomvo-dom.roomvo-hidden , html.roomvolayer-active .search_tabs.mijneigenkamer_tab {
    display: none;
}

html.roomvolayer-active.image_uploaded.is_painted .search_tabs.voeg_tab, html.roomvolayer-active.image_uploaded.is_painted .search_tabs.vergelijken_tab.roomvo-dom.roomvo-hidden, html.roomvolayer-active.image_uploaded.is_painted .search_tabs.oppervlaktedraaien_tab.roomvo-dom.roomvo-hidden {
    display: inline-block !important;
}

/* remove none grid pattern if tile is square */
html.shape_square tr.roomvolayer_patterns td:not(:has(.patroon[data-value="grid"])) {
    display: none !important
}

html.roomvolayer-active div.tile_voeg_legpatroon {
    display: none !important
}

html.roomvolayer-active #voegkleur .voegdikte.top {
    display: block !important;
}

.api_qr_wrapper {
    background-color: red;
    width: 100%;
}

html.roomvolayer-active .qr_pen_icon_container {
    position: initial;
    top: initial;
    left: initial;
    background-color: #fff;
    width: initial;
    height: initial;
    border-radius: initial;
    width: 100%;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 0 0
}

html.roomvolayer-active .qr_pen_icon_container i.qr_pen_icon {
    font-size: 2.4REM;
    width: initial;
    height: 100%;
    border-radius: initial;
    text-align: center;
    line-height: calc(30/var(--fhd-w) * 100vw);
}

html.roomvolayer-active #api_pricetag {
    position: initial;
    top: initial;
    left: initial;
    height: initial;
    width: initial;
    padding: 0px 0px 0px 5px;
    /* background-color: #E6E6E6; */
    font-size: 2.0REM;
    border: 0;
    border: 1px solid #aaa !important;
    margin: 0 0 0 2rem;
    /* caret-color: transparent; */
    /* background-color: red */
}

/*
html.roomvolayer-active .api_qr_input_wrapper {
    position: relative;
    display: inline-block;
}

 
html.roomvolayer-active .api_qr_input_wrapper::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 25px;
     
    width: 1px;
    height: 20px;
    background-color: black;
     
    animation: blink 1s step-start infinite;
    display: block;
    pointer-events: none;
}

 
html.roomvolayer-active .api_qr_input_wrapper:has(input:focus)::after {
    display: none;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
*/
html.roomvolayer-active li[tile_id]:has(span.alleen_bekijken) span.alleen_bekijken {
    color: red !important;
    /* font-weight: normal !important; */
}

html.roomvolayer-active li[tile_id]:has(span.alleen_bekijken) {
    pointer-events: none
}

html.roomvolayer-active body.showroom .action_button.button_a3 {
    /* temp email */
    /*   display: none !important;*/
}

html.api_started .ai_service_initialiseren {
    display: none !important
}

html:not(.api_started) .api_upload_foto_eigen_ruimte {
    display: none !important
}

/* html:not(api_started) .ai_service_initialiseren { */
.search_tabs.uploadfotoeigenruimte_tab.roomvo-dom {
    /* margin: 5px 0 0 0; */
    margin-top: 5px;
    height: 40px;
    line-height: 40px !important;
    /* margin-top: 5px; */
    /* padding: 0 0rem; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    /* background-color : var(--ak-button-background-color);
    border-radius : var(--ak-button-border-radius);
    color : var(--ak-button-color); */
    /* background-color: red; */
}

.search_tabs.uploadfotoeigenruimte_tab.roomvo-dom span {
    /* width: 100% !important; */
    /* display: inline-block !important; */
    padding: 0 2rem ;
    /* margin: 0 !important; */
    background-color : var(--ak-button-background-color);
    border-radius : var(--ak-button-border-radius);
    color : var(--ak-button-color);
}

html:not(api_started) span.ai_service_initialiseren {
    background-color: red !important;
    color : #fff !important;
}

/* ---------- Photo Analyzer -------- */
.loading-animation {
    /* opacity: 1;
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            transition: opacity cubic-bezier(0.4, 0, 0.2, 1); */
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999999999999999999
}

.loading-animation .loading-animation-bg-mask {
    background-color: #000000e8;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
}

.loading-animation .loading-content {
    opacity: 1;
    transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.loading-animation .svg-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loading-animation svg {
    /* background-color: #transparent; */
    /* color: blue; */
    /* border: 10px solid #7e817e; */
    /* width: 200px; */
    /* height: 200px; */
    width: 100%;
    height: 100%;
}

.loading-animation svg path {
    stroke-width: 2 !important;
    /* fill: #ffffff; */
}

.loading-animation .css-scanning-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 104px;
    border-radius: 2.5px;
    box-shadow: rgba(25, 91, 163, 0.4) 0px 0px 8px 0px;
    animation: 3800ms ease-in-out 500ms infinite normal none running animation-slider;
    background-color: rgba(25, 91, 163, 0.4);
    width: 100%;
}

@keyframes animation-slider {
    0% {
        transform: translate(0px, 14px);
    }

    50% {
        transform: translate(0px, 286px);
    }

    100% {
        transform: translate(0px, 14px);
    }
}

.loading-animation .loading-animation-h6::after {
    animation: 6400ms ease 500ms infinite normal none running animation-h6;
    content: "";
    color: #fff;
    font-size: 3.5rem;
    position: absolute;
    width: 200%;
    left: -50%;
    bottom: -100px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, Noto, sans-serif;
    text-transform: initial;
    user-select: none;
}

@keyframes animation-h6 {
    0% {
        content: "Afbeelding aan het verwerken";
    }

    25% {
        content: "De beste producten aan het zoeken";
    }

    50% {
        content: "Een vleugje magie aan het toevoegen";
    }

    75% {
        /*        content: "De oppervlakten aan het definiëren";*/
        content: "De oppervlakten aan het bepalen";
    }

    100% {
        content: "Afbeelding aan het verwerken";
    }
}

/* ---------------------------------- */
span.re_render {
    background-color: #722121;
    position: absolute;
    top: 22px;
    left: -32px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    display: none;
    user-select: none;
    white-space: nowrap;
}

/* ------------- */
/* Zelfde roomvo */
/* ------------- */
.zelfde_roomvo_container_outer {
    display: none;
}

html.roomvolayer-active.roomvolayer-muur.allow_zelfde_from_floor .zelfde_roomvo_container_outer {
    display: block;
}

html.roomvolayer-active.roomvolayer-vloer.allow_zelfde_from_wall .zelfde_roomvo_container_outer {
    display: block;
}

/* html:not(.allow_zelfde_from_floor):not(.allow_zelfde_from_wall) .zelfde_roomvo_container_outer {
    display: none;
} */
.zelfde_roomvo_container_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.zelfde_roomvo_container_inner * {
    text-transform: none !important;
}

.zelfde_roomvo_container_inner > div {
    display: flex;
    /* background-color: red; */
}

.roomvo_zelfde_checked {
    margin: 0 10px 0 0;
}

button.zelfde_roomvo_plaatsen_btn {
    /* display: flex; */
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    height: 35px;
    width: 134px;
    /* border: 1px solid #000; */
    /* border-radius: 2px; */
}

html.roomvolayer-active.roomvolayer-vloer .zelfde_roomvo_vloer_resultaat {
    display: none !important;
}

html.roomvolayer-active.roomvolayer-muur .zelfde_roomvo_wand_resultaat {
    display: none !important;
}

/*------------------------------- Rating ----------------------------*/
.stars-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    /* border-radius: 10px; */
    padding: 15px 43px 15px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 100px; */
    text-transform: none;
    width: 375px;
    aspect-ratio: 2.9;
    font-size: 26px;
    border: 2px solid #aaa;
    outline: 15px solid #ffffff;
    /* display: none !important */
}

.stars-popup * {
    text-transform: none;
}

.stars-container {
    display: flex;
    justify-content: center;
    margin: 0 0 0px -20px;
    /* background-color: blue */
}

.star {
    cursor: pointer;
    fill: none;
    stroke: #F1C232;
    /* Border color */
    stroke-width: 2;
    /* Border thickness */
    margin: 0 5px;
    /* width: 30px;
    height: 30px; */
    width: 9.5%;
}

.stars-submit-btn {
    opacity: 0.5;
    cursor: default;
    padding: 5px 20px;
    text-transform: none;
    font-weight: normal;
    margin: 0px 0 -0px -20px ;
}

.stars-submit-btn:hover {
    text-decoration: underline
}

.stars-submit-btn:first-letter {
    text-transform: none;
}

.thank-you-message {
    display: none;
    padding: 0 ;
    margin: 0 ;
    font-size: inherit;
    white-space: nowrap;
    margin: 0 -35px 0 0;
}

.ikvind-message {
    padding: 0 0 0 20px ;
    margin: 10px 0 5px 0 ;
    font-size: inherit;
    /* line-height: 30px !important; */
    display: flex;
    height: 30px;
    align-content: flex-start;
    align-items: center;
}

/* .ikvind-message i {
    font-size: inherit;
    margin: 0 0 0 10px;
    color: #F1C232
} */
.beoordeel_btn {
    cursor: pointer;
    width: 35px;
    margin: 0 0 0px 15px
}

.close_stars {
    position: absolute;
    top: 4%;
    right: 3%;
    display: flex;
    width: 20px;
    height: 20px;
    /*    background-color: #dad9d9 ;*/
    align-content: center;
    align-items: baseline;
    justify-content: center;
    cursor: pointer;
    font-size: inherit;
    font-weight: ;
}

/* ------------------- side button ---------------------- */
.stars_container_bottom {
    position: fixed;
    /* background-color: red; */
    bottom: 10px;
    right: 14px;
    width: calc(256px - 28px);
    display: none;
}

html.roomvolayer-active body.online .stars_container_bottom {
    display: block;
}

.powered_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    white-space: nowrap;
    height: 40px;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.powered_text {
    font-family: Roboto, Noto, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    color: #000;
}

.powered_roomvologo {
    height: 15px;
    width: auto;
    object-fit: contain;
}

.rating_stars_btn {
    border: 1px solid #aaa;
    padding: 5px 5px 10px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

html.roomvolayer-active body.online .rating_stars_btn {
    position: fixed;
    width: calc(256px - 28px);
    right: 14px;
    bottom: 50px;
}

.side-stars-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: 40px;
    width: 80%;
    /* background-color: red; */
    justify-content: space-around;
}

.side-star {
    cursor: pointer;
    fill: none;
    stroke: #F1C232;
    /* Border color */
    stroke-width: 2;
    /* Border thickness */
    /* margin: 0 2px 3px 2px ; */
    width: 30px;
    height: 30px;
}

.side-star-text {
    font-size: 16px;
    font-weight: bold;
    user-select: none;
}

/* ------------------------- paint ------------------------- */
.roomvo_radio_tegel_paint_wrapper {
    display: none;
    margin: 20px 0 0 0;
    padding: 0 !important;
}

html.roomvolayer-active:not(.roomvolayer-vloer) .roomvo_radio_tegel_paint_wrapper {
    display: block;
}

html.roomvolayer-active.roomvolayer-vloer .sh_title.filter_op {
    margin: 20px 0 20px 0;
}

html.roomvolayer-active.roomvolayer-vloer .shaz_modal_roomvo_paint.shaz_modal {
    display: none !important;
}

html.roomvolayer-active.shaz_show_modal_roomvo_paint:not(.roomvolayer-vloer) .sh_title.filter_op {
    display: none !important;
}

html.roomvolayer-active.shaz_show_modal_roomvo_paint:not(.roomvolayer-vloer) .radios.filter-soort {
    display: none !important;
}

html.roomvolayer-active.shaz_show_modal_roomvo_paint:not(.roomvolayer-vloer) .container-block.color-look-chooser {
    display: none !important;
}

html.roomvolayer-active.shaz_show_modal_roomvo_paint:not(.roomvolayer-vloer) .size-chart.size-chart-wall {
    display: none !important;
}

html.roomvolayer-active.shaz_show_modal_roomvo_paint:not(.roomvolayer-vloer) .shaz_container_border_bg_body hr {
    display: none !important;
}

html.roomvolayer-active.shaz_show_modal_roomvo_paint:not(.roomvolayer-vloer) .shaz_container_border_bg_footer {
    display: none !important;
}

.roomvo_tegel_soort {
    padding-left: 0;
}

/* float modal */
/*.shaz_modal_calculate_price {*/
.shaz_modal_roomvo_paint {
    display: none;
    flex-direction: column;
    animation: reveal 0.5s forwards;
        opacity: 1 !important;
}

div.roomvo_paint_content_container {
    max-height: calc(100% - 40px);
    overflow-y: auto;
}

html.shaz_show_modal_roomvo_paint .shaz_modal_roomvo_paint {
    display: flex;
}

/* paint groups colore */
div.paint_main_groups_wrapper {
    height: 200px;
    background-color: #E8E9E7;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.roomvo_paint_content_wrapper .paint_title {
    height: 80px;
    background-color: #231F20;
    margin: 0 0 0px;
    0; font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

ul.paint_main_groups_parent {
    list-style-type: none;
    display: flex;
    width: calc(100% - 80px);
    margin: 0 auto;
    /* background-color: #000; */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

ul.paint_main_groups_parent li {
    border: 1px solid #000;
    cursor: pointer;
}

ul.paint_main_groups_parent li.roomvocolor_group_active {
    border: 5px solid red;
    ; }

.paint_main_group {
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
}

.paint_main_group.grey {
    background-color: #fff;
}

.paint_main_group.yellow {
    background-color: #F6DA62;
}

.paint_main_group.red {
    background-color: #C4554C;
}

.paint_main_group.blue {
    background-color: #6D9AC7;
}

.paint_main_group.green {
    background-color: #83B089;
}

.paint_main_group.beige {
    background-color: #E6D3BB;
}

.paint_main_group.brown {
    background-color: #957A5F;
}

/* Sub Colores */
.paint_color_item.white {
    background-color: #ffffff ;
}

.paint_color_item.grey1 {
    background-color: #eeeded ;
}

.paint_color_item.grey2 {
    background-color: #dbdbdb ;
}

.paint_color_item.grey3 {
    background-color: #cbcac9 ;
}

.paint_color_item.grey4 {
    background-color: #b7b6b5 ;
}

.paint_color_item.grey5 {
    background-color: #919293 ;
}

.paint_color_item.grey6 {
    background-color: #6e6d6d ;
}

.paint_color_item.grey7 {
    background-color: #4a4a4a ;
}

.paint_color_item.grey8 {
    background-color: #373737 ;
}

.paint_color_item.black {
    background-color: #000000 ;
}

/*yellow*/
.paint_color_item.yellow1 {
    background-color: #fffae4 ;
}

.paint_color_item.yellow2 {
    background-color: #f6f3b8 ;
}

.paint_color_item.yellow3 {
    background-color: #fcefb4 ;
}

.paint_color_item.yellow4 {
    background-color: #fae687 ;
}

.paint_color_item.yellow5 {
    background-color: #fbed63 ;
}

.paint_color_item.yellow6 {
    background-color: #fadc5b ;
}

.paint_color_item.yellow7 {
    background-color: #fdc75d ;
}

.paint_color_item.yellow8 {
    background-color: #f8b06e ;
}

.paint_color_item.yellow9 {
    background-color: #e4a205 ;
}

.paint_color_item.yellow10 {
    background-color: #df6b0f ;
}

/*red*/
.paint_color_item.red1 {
    background-color: #f8c8d3 ;
}

.paint_color_item.red2 {
    background-color: #f5acb6 ;
}

.paint_color_item.red3 {
    background-color: #e7aa99 ;
}

.paint_color_item.red4 {
    background-color: #f4a29a ;
}

.paint_color_item.red5 {
    background-color: #f08377 ;
}

.paint_color_item.red6 {
    background-color: #c65045 ;
}

.paint_color_item.red7 {
    background-color: #b43948 ;
}

.paint_color_item.red8 {
    background-color: #8c2e3b ;
}

.paint_color_item.red9 {
    background-color: #7f1718 ;
}

.paint_color_item.red10 {
    background-color: #631317 ;
}

/*blue*/
.paint_color_item.blue1 {
    background-color: #dbeff6 ;
}

.paint_color_item.blue2 {
    background-color: #d4e2ef ;
}

.paint_color_item.blue3 {
    background-color: #c8d9f0 ;
}

.paint_color_item.blue4 {
    background-color: #c4e3dd ;
}

.paint_color_item.blue5 {
    background-color: #a8dbeb ;
}

.paint_color_item.blue6 {
    background-color: #a5cedc ;
}

.paint_color_item.blue7 {
    background-color: #a2c1da ;
}

.paint_color_item.blue8 {
    background-color: #a7b4dd ;
}

.paint_color_item.blue9 {
    background-color: #779fcb ;
}

.paint_color_item.blue10 {
    background-color: #3e72b8 ;
}

/*green*/
.paint_color_item.green1 {
    background-color: #e0edd7 ;
}

.paint_color_item.green2 {
    background-color: #cbe1b6 ;
}

.paint_color_item.green3 {
    background-color: #c3e0c2 ;
}

.paint_color_item.green4 {
    background-color: #9bca87 ;
}

.paint_color_item.green5 {
    background-color: #8eb287 ;
}

.paint_color_item.green6 {
    background-color: #6a8e2d ;
}

.paint_color_item.green7 {
    background-color: #8e9528 ;
}

.paint_color_item.green8 {
    background-color: #368234 ;
}

.paint_color_item.green9 {
    background-color: #576d2f ;
}

.paint_color_item.green10 {
    background-color: #4c5720 ;
}

/*beige*/
.paint_color_item.beige1 {
    background-color: #fdeae0 ;
}

.paint_color_item.beige2 {
    background-color: #f7e9d5 ;
}

.paint_color_item.beige3 {
    background-color: #ecdac3 ;
}

.paint_color_item.beige4 {
    background-color: #e2cdb4 ;
}

.paint_color_item.beige5 {
    background-color: #ddc9bd ;
}

.paint_color_item.beige6 {
    background-color: #d6b184 ;
}

.paint_color_item.beige7 {
    background-color: #cfb285 ;
}

.paint_color_item.beige8 {
    background-color: #d6b184 ;
}

.paint_color_item.beige9 {
    background-color: #caa180 ;
}

.paint_color_item.beige10 {
    background-color: #ad814d ;
}

/*brown*/
.paint_color_item.brown1 {
    background-color: #d5bdb0 ;
}

.paint_color_item.brown2 {
    background-color: #cbaf92 ;
}

.paint_color_item.brown3 {
    background-color: #c7a084 ;
}

.paint_color_item.brown4 {
    background-color: #a18161 ;
}

.paint_color_item.brown5 {
    background-color: #9d6a45 ;
}

.paint_color_item.brown6 {
    background-color: #ac7866 ;
}

.paint_color_item.brown7 {
    background-color: #825150 ;
}

.paint_color_item.brown8 {
    background-color: #875c35 ;
}

.paint_color_item.brown9 {
    background-color: #744c22 ;
}

.paint_color_item.brown10 {
    background-color: #654c22 ;
}

/* paint sub groups colors */
div.paint_sub_groups_wrapper {
    height: 200px;
    background-color: #D2D3D2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

ul.paint_sub_groups {
    list-style-type: none;
    display: none;
    width: calc(100% - 80px);
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

ul.paint_sub_groups.roomvocolor_active {
    display: flex;
}

ul.paint_sub_groups li {
    border: 1px solid #000;
    cursor: pointer;
}

ul.paint_sub_groups li.roomvocolor_item_active {
    border: 5px solid red;
}

.paint_color_item {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
}


li.paint_main_group , li.paint_color_item {
  cursor: pointer;
}


/*--------------*/
/*   nuc posts  */
/*--------------*/
div.roomvoplayer-api-upload-image:has(button.from_online.upload_type_active) #photo-container {
    display: none !important;
}

div.roomvoplayer-api-upload-image:has(button.from_computer.upload_type_active) #photo-thumbnails {
    display: none !important;
}

.nuc_post_contanier_button_container {
    /* margin: 30px auto; */
    /* background-color: red; */
    /* text-align: center; */
}

div.roomvoplayer-api-upload-image:has(button.from_computer.upload_type_active) button#delete-all-pictures {
    display: none
}

.nuc_post_contanier_button_container button {
    padding: 5px 20px;
    /* margin: 0 10px; */
    cursor: pointer;
    min-width: 250px;
}

#delete-all-pictures {
    position: absolute;
    bottom: -45px;
    right: 20px;
    background-color: #4b0303;
    color: #fff;
    padding: 7px 20px;
    /* margin: 0 10px; */
    cursor: pointer;
    min-width: 250px;
}

.nuc_post_contanier_button_container button.upload_type_active {
    border-bottom: 3px solid red;
}

.nuc_post_contanier_button_container {
    /* margin: 0 0 30px 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 550px;
    padding: 0;
    position: absolute;
    top: 00px;
}

.nuc_post_contanier {
    width: 600px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: green; */
    position: absolute;
    top: 200px;
}

#photo-thumbnails {
    background-color: #ffffff30;
    min-height: 100px;
    max-height:350px;
    overflow-y: auto;
    width: 550px;
    display: flex;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    top: 20px;
    color: #fff;
    font-size: 24px;
    text-transform: initial;
    /* background-color: red; */
    align-items: center;
}

#photo-thumbnails .post_thumbnail {
    cursor: pointer;
    width: 140px !important;
    height: 140px !important;
}