/* GENERAL CSS */
html {
    height: 100%;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.modal-footer {
    border-top: none;
}

.hiperlink-no-style {
    text-decoration: none;
}

.background-image {
    background-position: top;
    background-image: url(/img/general-background-2.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-color: black;
    position: relative;
    height: 100%;
    backdrop-filter: blur(8px);
}

.loader {
    position: fixed;
    border: 10pt solid #f3f3f3;
    border-top: 10pt solid rgba(255, 97, 33, 1);
    border-radius: 50%;
    width: 48pt;
    height: 48pt;
    top: 50%;
    left: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.background-blur{
    background: rgba(255, 255, 255, 0.30);
    filter: drop-shadow(-1px -1px 15px rgba(255, 167, 0, 0.10)) drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(40px);
}
@media (max-width: 769px) {
    .background-blur{
        backdrop-filter: blur(80px);
    }
}

.background-white {
    background: #F8F6F3;
    filter: drop-shadow(-3px -3px 10px rgba(255, 167, 0, 0.10)) drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(29.5px);
}

.background-red {
    background: #D62828;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.29);
    backdrop-filter: blur(50px);
}

.background-layer-1 {
    background: linear-gradient(97.96deg, rgba(0, 124, 177, 0.3) 5.87%, rgba(0, 46, 66, 0.3) 94.33%);
}

.background-layer-2 {
    background: linear-gradient(97.96deg, rgba(0, 124, 177, 0.3) 5.87%, rgba(0, 46, 66, 0.3) 94.33%);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25), -1px -1px 15px rgba(255, 167, 0, 0.1);
    backdrop-filter: blur(29.5px);
}

.default-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .default-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
}

.default-text-title {
    font-family: 'Montserrat';
    color: #D62828;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 991px) {
    .default-text-title {
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
    }
}


.form-control {
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #1C4550;
    border-radius: 0;
}

.form-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}

/* SIDE NAV */
/*.side-nav-item {
    height: 55px;
    background: linear-gradient(97.96deg, rgba(0, 124, 177, 0.3) 5.87%, rgba(0, 46, 66, 0.3) 94.33%);
    backdrop-filter: blur(50px);

    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;

    transition: all 0.5s;
}*/
.side-nav-item {
    height: 45px;
    background: linear-gradient(97.96deg, rgba(0, 124, 177, 0.3) 5.87%, rgba(0, 46, 66, 0.3) 94.33%);
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
}
.side-nav-item .dropdown-item:hover, 
.side-nav-item .dropdown-item:focus {
    background: transparent;
}

.side-nav-item:hover,
.side-nav-item:focus,
.side-nav-item.active-nav {
    background: linear-gradient(97.96deg, rgba(0, 178, 255, 0.3) 5.87%, rgba(0, 112, 160, 0.3) 94.33%);
    /*backdrop-filter: blur(50px);*/
}

.menu-container {
    width: 100%;
    z-index: 900;
    height: 80pt;
}

.menu-btn {
    /*width: 76px;
    height: 54px;*/
    width: 10rem;
    height: 45px;
    color: white;
    font-size: 16px;
    background: rgba(0, 240, 255, 0.07);
    border: 1px solid rgba(0, 136, 145, 0.28);
}
.menu-btn svg{
    width: 20px;
    height: 20px;
}

.menu-container .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

@media (max-width: 991px) {
    .user-welcome{
        display: none;
    }
    .menu-btn {
        width: auto;
        height: 40px;
        padding: 5px;
        border: 2px solid rgba(255, 255, 255, 0.28);
        background: rgba(255, 255, 255, 0.07);
    }
    .menu-btn svg{
        width: 28px;
        height: auto;
    }
}

.menu-nav-container {
    position: fixed;
    overflow-y: hidden;
    width: 275px;
    height: 100%;
    /* left: 0px; */
    left: -100%;
    top: 0px;
    background: linear-gradient(0.17deg, rgba(9, 30, 38, 0.4) 0.19%, rgba(7, 7, 7, 0.4) 33.43%, rgba(11, 57, 78, 0.212) 99.91%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(25.5px);
    backdrop-filter: blur(25.5px);
    z-index: 1062;
    transition: 0.5s;
}

.active-menu {
    border-left: 5px solid pink;
    border-radius: 0;
}

.nav-dashboard {}

.nav-dashboard>a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    padding: 18px 18px;
    text-decoration: none;
    background: transparent;
}

.nav-link:focus,
.nav-link:hover {
    color: #FFFFFF;
    background: #7C7077;
}

.nav-dashboard.active {
    background: #7C7077;
}

.nav-dashboard.active>a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    padding: 18px 18px;
    text-decoration: none;
}

.table-dashboard {
    font-family: 'Montserrat';
    min-width: 98%;
}

.table-dashboard>thead>tr>th {
    border-left: 2px solid #5804a0;
    border-right: 2px solid #5804a0;
    background-color: #5804a0;
    color: white;
    font-size: 17px;
    padding: 10px;
}

.table-dashboard>thead>tr>th:first-child {
    border-left: 0;
    border-radius: 10px 0 0 0;
}

.table-dashboard>thead>tr>th:last-child {
    border-right: 0;
    border-radius: 0 10px 0 0;
}

.table-dashboard>tbody>tr>td {
    background-color: #F3E8FF;
    border-bottom: 1px solid #e7d2ff;
    font-size: 16px;
    padding: 10px;
}

.dashboard-rowchild {
    background-color: white !important;
    border: 0;
}

.table-dash-child>thead>tr>th {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #6A6A6A;
    font-size: 14px;
    padding: 10px;
}

.table-dash-child>tbody>tr>td {
    font-family: 'Montserrat';
    color: #6A6A6A;
    font-size: 14px;
    opacity: 0.55;
    padding: 10px;
}

.dataTables_wrapper>div:first-child {
    display: none;
}

.dataTables_wrapper>div:nth-child(2) {
    width: 100%;
}

.table-tourguide>thead>tr>th:nth-child(2) {
    min-width: 145px;
}

.img-wrapper {
    height: fit-content;
    overflow: hidden;
}

.img-wrapper svg,
.img-wrapper img {
    height: 150px;
}

@media (max-width: 991px) {
    .img-wrapper svg {
        height: 80px;
    }

    .img-wrapper img {
        height: 80px;
    }
}

.img-wrapper-230 {
    height: 225px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .img-wrapper-230 {
        height: fit-content;
        overflow: hidden;
    }
}

/* BUTTONS */
.btn-default {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-check:active+.btn-default,
.btn-check:checked+.btn-default,
.btn-default.active,
.btn-default:active,
.show>.btn-default.dropdown-toggle {
    color: #fff;
    background: linear-gradient(60deg, rgba(255, 255, 255, 1) 13.4%, rgba(255, 255, 255, 0.45) 57.63%);
}

@media (max-width: 1400px) {
    .btn-default {
        font-size: 12px;
    }
}

.btn-primary {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 243, 0.30);
    background: #F77F00;
    /*margin-bottom: 32px;
    background: linear-gradient(60deg, rgba(255, 140, 33, 0.75) 13.4%, rgba(255, 97, 33, 0.75) 57.63%);
    border: 1px solid rgba(255, 255, 243, 0.3);*/
    border-radius: 0;
}

@media (max-width: 1400px) {
    .btn-primary {
        font-size: 12px;
    }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: linear-gradient(60deg, rgba(255, 140, 33, 1) 13.4%, rgba(255, 97, 33, 0.45) 57.63%);
}

.btn-primary.model-btn:hover,
.btn-primary.model-btn:focus,
.btn-check:active+.btn-primary.model-btn,
.btn-check:checked+.btn-primary.model-btn,
.btn-primary.model-btn.active,
.btn-primary.model-btn:active,
.show>.btn-primary.model-btn.dropdown-toggle {
    background: #FFA700;
    border: 1px solid #782700;
}

.model-btn>.icon-inactive {
    display: block;
}

.model-btn>.icon-active {
    display: none;
}

.model-btn.active>.icon-inactive {
    display: none;
}

.model-btn.active>.icon-active {
    display: block;
}

.btn-secondary {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(60deg, rgba(1, 212, 225, 0.6) 13.4%, #007B83 86.6%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background: linear-gradient(60deg, rgba(1, 212, 225, 0.6) 13.4%, #007B83 86.6%);
}

/* Checkbox style */
.toggler-wrapper {
    display: block;
    width: 45px;
    height: 25px;
    cursor: pointer;
    position: relative;
}

.toggler-wrapper input[type="checkbox"] {
    display: none;
}

.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider {
    background-color: #FFA700;
}

.toggler-wrapper .toggler-slider {
    background-color: #ccc;
    position: absolute;
    border-radius: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggler-wrapper.style-1 input[type="checkbox"]:checked+.toggler-slider .toggler-knob {
    left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-1 .toggler-knob {
    width: calc(25px - 6px);
    height: calc(25px - 6px);
    border-radius: 50%;
    left: 3px;
    top: 3px;
    background-color: #fff;
}

/* Iput files style */
.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-content {
    display: none;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 95px;
    padding: 0px 15px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: relative;
    height: 95px;
    padding: 0px 15px;
}

.image-dropping,
.image-upload-wrap:hover {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.image-title-wrap {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px 0px 10px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    color: #000000;
    padding: 33px 0;
    margin: 0;
}

.file-upload-image {
    max-height: 70px;
    max-width: 70px;
    margin: auto;
    padding: 0px;
}

.remove-image {
    width: 32px;
    margin: 0;
    color: #000;
    font-size: 22px;
}

/* EVENTS */
.event-page-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .event-page-title h1 {
        font-size: 16px;
        margin: 0;
    }
}

.event-page-title-line {
    width: 100%;
    height: 1px;
    background: #FFF;
    /*background: linear-gradient(90deg, #F09F09 -0.01%, #E86617 38.1%, #53D7D9 101.62%);
    transform: matrix(-1, 0, 0, 1, 0, 0);*/
}

.dashboard-content{}
@media (max-width: 991px) {
    .dashboard-content{
        fill: rgba(255, 255, 255, 0.30);
        filter: drop-shadow(-1px -1px 15px rgba(255, 167, 0, 0.10)) drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.25));
        backdrop-filter: blur(40px);
    }
}
.dashboard-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #e7e7e7;
}

.dashboard-content p b {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
}

.event-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #77228B29;
    border-radius: 8px;
    padding: 10px 15px;
}

.event-item p {
    margin: 0;
    text-align: left;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #767676;
}

.event-item p.event-title {
    text-align: left;
    font: normal normal bold 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.event-item a {
    cursor: pointer;
    text-align: left;
    font: normal normal bold 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #FF086E !important;
}

.event-logo {
    max-width: 80px;
}

.event-publish {
    text-align: left;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #141414;
}

.event-publish i {
    color: #07D68B;
}

/* EXPERIENCE CREATION FLOW */
.sideNavFormPadding {
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.modal-fullscreen .modal-content {}

.modal-content {
    /*height: 100%;*/
    background-position: top;
    background-image: url(/img/general-background-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    position: relative;
    border: none;
}

.modal-footer{
    background: var(--Red, #D62828);
    box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.49);
    backdrop-filter: blur(50px);
}
.modal-footer .experence-steps-navegation-buttons.v2{
    position: relative;
    background: transparent;
    box-shadow: none;
}

.modal {
    /*top: 20pt;*/
}

.accordion-collapse {
    transition: all 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) 0s;
}
.accordion-collapse.collapse.show {
    background: #FFF;
    height: 100%;
}

.accTitle {
    margin: 0px;
}

.models-form-select {
    margin-bottom: 15px;
}
.animations-for-prop{
    display: none!important;
}

.models-form-select .form-select {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;

    background-color: rgba(136, 79, 79, 0.25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    border: 1px solid #33393A;
}

.models-form-select .form-select.active {
    background-color: #33393A;
}

.matArea {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.matArea:not(.noAnim) {
    flex: 1;
}

.matArea .noAnim {
    flex: 2;
}

button.active {
    border: 1px solid #93a5a8;
}

.dark-input {
    background: rgba(0, 0, 0, 0.65) !important;
    border: 1px solid #1C4550 !important;
    color: #FFFFFF !important;
}

.uiText0 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #000;
}
.uiText0.v2 {
    color: #FFF;
}

.uiText1 {
    font-family: 'Montserrat';
    font-size: 0.75vw;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
}

@media (max-width: 991px) {
    .uiText0 {
        font-size: 12px;
    }
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

select::-ms-expand {
    display: none;
}

.step-content {
    /*width: 91vw;
    margin-top: 2vw;
    margin-left: 2vw;*/
    margin-bottom: 145px;
}
@media (max-width: 991px) {
    .step-content {
        margin-bottom: 25px;
    }
}

.inner-step-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.4vh;
    width: 100%;
    /*background: linear-gradient(97.96deg, rgba(0, 124, 177, 0.3) 5.87%, rgba(0, 178, 255, 0.3) 94.33%);*/
    background: transparent;
    /*box-shadow: 0.325vh 4px 3.25vh 0px #0000007D;*/
    background-blend-mode: multiply;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inner-step-content .accordion {
    width: 50vh;
    flex: auto;
    padding: 0px 15px;
}

.inner-step-content .inner-interaction {
    width: 75%;
    padding: 0.2vw 2vw;
    flex: auto;
}

.inner-step-content.top {
    height: 7vh;
}

.inner-step-content.top .blur {
    height: 7vh;
}

.inner-step-content.body {
    height: inherit;
}

.inner-step-content.body .blur {
    height: inherit;
}

.modal-dialog {
    margin: auto !important;
    backdrop-filter: blur(2pt);
}

.modal-header {
    background: var(--Red, #D62828);
    box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.49);
    backdrop-filter: blur(50px);
}

@media (max-width: 992px) {
    .inner-step-content .accordion {
        padding: 0
    }

    .inner-step-content {
        flex-direction: column;
    }

    .inner-step-content .inner-interaction {
        width: 100%;
        padding: 0;
    }

    .model-header {
        background: transparent;
    }

    .menu-container {
        position: relative;
        transition: all 0.6s;
        background: var(--Red, #D62828);
        backdrop-filter: blur(50pt);
    }

    .menu-container:not(.slide) {
        left: 0px;
        right: 0px;
        max-width: 100%;
        width: 100%;
    }

    .menu-container.slide {
        left: 275px;
    }

    /*remove.btn-secondary {
        width: 100% !important;
    }*/

    /*remove.modal-content {
        padding-top: 68pt !important;
    }*/

    /*remove.experience-flow {
        padding-top: 68pt;
    }*/

    /*remove.event-page-title {
        padding-top: 68pt;
    }*/

    .container {
        max-width: 100% !important;
    }

    .container.my-5.px-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container.my-5.px-5 .px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .background-layer-2 {
        margin: auto;
        width: 100%;
    }

    .event-experience-separetor {
        width: 4pt !important;
    }

    .text-start.icon-btn {
        text-align: center !important;
    }

    .text-start.icon-btn button {
        line-height: 24pt !important;
    }

    .row.p-4 {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px !important;
    }

}

.wide {
    width: 91vw;
}

.narrow {
    width: 22.75vw;
}

.blur {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    backdrop-filter: blur(50pt);
    z-index: 0;
}

input:disabled.form-control {
    height: 100%;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
    border: none;
}

.add-model-modal-btn {
    flex-direction: row;
    width: 105px;
    /*height: 6vh;*/
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin-top: 1.125vh;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.add-model-modal-btn.v-mobile {
    width: 75px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    margin: 5px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.add-model-modal-btn svg {
    margin-right: 0.5vw;
}

.vertical-separator {
    margin: 15px auto;
    width: 100px;
    height: 1px;
    opacity: 0.5;
    border: 1px solid #008891;
    display: inline;
}

.experience-flow {
    display: none !important;
    background-size: cover;
    background-blend-mode: normal;
}

.experience-flow.active {
    display: block !important;
}

.experience-flow.active strong {
    color: #000000;
    font-family: 'Montserrat';
    font-size: 18px;
    /*font-weight: 400;*/
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.edit-page-title h1 {
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.experience-flow-step {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: left;
    padding: 0.6em 0;
    width: 200px;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .experience-flow-step {
        display: none!important;
        font-size: 12px;
        width: fit-content;
    }
}

.experience-flow-step.active,
.experience-flow-step.step-done {
    opacity: 1;
}

.experience-flow-step>.step-not-done {
    display: flex;
}

.experience-flow-step>.step-done {
    display: none;
}

.experience-flow-step.step-done>.step-not-done {
    display: none;
}

.experience-flow-step.step-done>.step-done {
    display: flex;
}

.experience-flow-step div {
    text-align: center;
    width: 41px;
    height: 41px;
    padding: 0.5em;
    color: #000;
    background: #fff;
    border-radius: 35px;
}

@media (max-width: 991px) {
    .experience-flow-step div {
        width: 26px;
        height: 26px;
    }
}

.experience-flow-step.edit-page div {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0.5em;
    color: #fff;
    background: rgba(0, 86, 91, 0.6);
    border-radius: 35px;
}

@media (max-width: 992px) {

    .experience-flow-step.step-done,
    .experience-flow-step:not(.active) {
        display: none !important;
    }
}

.experience-text {
    text-align: center;
    font: normal normal normal 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #767676;
}

.experience-text p {
    font: normal normal 600 28px/34px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.experience-template {
    cursor: pointer;
    text-align: center;
    font: normal normal 600 24px/29px Montserrat;
    letter-spacing: 0px;
    color: #000000;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 24px #77228B29;
    border-radius: 16px;
}

.experience-template.active {
    color: #FFFFFF;

    background: #ff086e 0% 0% no-repeat padding-box;

}

/* VISUALIZER */
.visualizer-title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
    margin: 0;
    padding: 15px;
}
.visualizer-title.v-mobile {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.80) 100%);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 992px) {
    .visualizer-title {
        padding: 5px;
    }
}

.visualizer-scene {
    background: transparent;
    width: 100%;
    border: none;
    box-shadow: none;
}

.material-image-visualizer-scene {
    width: 100%;
    height: 100%;
}

.visualizer-bottom {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(196, 196, 196, 0.30);
    filter: drop-shadow(-1px -1px 15px rgba(255, 167, 0, 0.10)) drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(40px);
    padding: 1vh 1vw 1vh 1vw;
}

@media (max-width: 992px) {
    .visualizer-bottom {
        display: none;
    }
}

.visualizer-bottom-line {
    flex: 1;
}

.visualizer-bottom-btn {
    width: max-content;
    height: 6vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0%;
    color: #FFF;
    padding-inline: 2vw;
}

.visualizer-side-btn {
    width: max-content;
    margin-bottom: 1vh;
    /*height: 4vh;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0%;
    color: #FFF;
    padding-inline: 2vw;
}

.visualizer-side-btn.randomize-colors {
    font-size: 14px;
    padding-inline: 0.3vw;
}

.visualizer-side-btn.left {
    margin-right: auto;
}

.visualizer-side-btn.right {
    margin-left: auto;
}

.visualizer-side-btn:not(.active) {
    background: linear-gradient(60deg, rgba(255, 140, 33, 0.75) 13.4%, rgba(255, 97, 33, 0.75) 57.63%);
    border: 1px solid rgba(255, 255, 243, 0.3);
}

.visualizer-side-btn.active {
    background: linear-gradient(60deg, rgba(192, 100, 14, 0.75) 13.4%, rgba(255, 97, 33, 0.75) 57.63%);
    border: 1px solid rgba(0, 0, 0, 0.137);
}

@media (min-width: 1500px) {
    .visualizer-bottom-btn {
        padding-inline: 1.6vw;
    }
}

.visualizer-bottom-btn:not(.active) {
    background: transparent;
    border: transparent;
}

.visualizer-bottom-btn.active {
    background: linear-gradient(60deg, rgba(192, 100, 14, 0.75) 13.4%, rgba(255, 97, 33, 0.75) 57.63%);
    border: 1px solid rgba(0, 0, 0, 0.137);
}

.mobile-visualizer-bottom .models-form-select {
    margin: 15px;
}

.mobile-visualizer-bottom-functions {
    display: none;
}

.mobile-visualizer-bottom-functions.active {
    display: block;
}

.visualizer-reference-scale {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.visualizer-top-container {
    width: 150px;
    background: linear-gradient(97.96deg, rgba(21, 21, 21, 0.27624) 5.87%, rgba(36, 96, 121, 0.3) 59.78%, rgba(0, 46, 66, 0.3) 94.33%);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25), -1px -1px 15px rgba(255, 167, 0, 0.1);
    backdrop-filter: blur(29.5px);
    border-radius: 5px;
}

.visualizer-top {
    background: transparent;
    border: none;
}

.visualizer-top-item {
    cursor: pointer;
    justify-content: flex-start;
    opacity: 0.6;
    margin: 20px auto;
    width: 55px;
    height: 55px;
    overflow: hidden;
}
.visualizer-top-item img{
    width: 45px;
    height: 45px;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.visualizer-top-item svg{
    width: 30px;
    height: 30px;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visualizer-top-item.active {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FF4400FF' stroke-width='5' stroke-dasharray='27' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e");
}

.visualizer-top-item.active img {
    padding: 2px;
}

.visualizer-rotate {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.visualizer-rotate.v-mobile {
    font-family: 'Montserrat';
    color: var(--greys-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 90px;
}

.visualizer-scale {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.visualizer-scale.v-mobile {
    font-family: 'Montserrat';
    color: var(--greys-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 90px;
}

.visualizer-scale .scale-percent {
    flex: 1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.visualizer-reset {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.visualizer-reset.v-mobile {
    font-family: 'Montserrat';
    color: var(--greys-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 90px;
}

.visualizer-objects {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 2px;
}

@media (max-width: 992px) {
    .visualizer-top {
        padding: 15px;
        background: transparent;
        border: none;
        overflow-x: auto;
    }

    .visualizer-top-item {
        display: flex;
        float: left;
        margin: 0px 5px;
    }

    .visualizer-top-container {
        width: 100%;
    }
}

.accordion-menu-collapse {
    position: absolute;
    z-index: 2;
    background: rgba(244, 229, 199, 0.10);
    filter: drop-shadow(-1px -1px 15px rgba(255, 167, 0, 0.10)) drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(40px);
    border-radius: 5px;
    height: 100%;
}

.accordion-menu-collapse-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 15px;
}

.accordion-menu-collapse-button {
    position: absolute;
    width: 19px;
    height: 209px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    /*background: linear-gradient(159.81deg, #00F0FF -147.74%, #002E42 149.18%);*/
    background: #D62828;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 992px) {
    .accordion-menu-collapse-title {
        background: #000000;
        color: #FFF;
    }

    .accordion-menu-collapse {
        position: relative;
        width: 100%;
        height: auto;
    }

    .accordion-menu-collapse-button {
        display: none;
    }
}

.visualizer-objects .accordion-button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF !important;
    background-blend-mode: multiply;
    background: #D62828;
    /*background: linear-gradient(97.96deg, rgba(92, 173, 208, 0.3) 5.87%, rgba(36, 96, 121, 0.3) 59.78%, rgba(0, 46, 66, 0.3) 94.33%);*/
    box-shadow: 0px 3px 15px 0px #00000040 !important;
}

@media (max-width: 991px) {
    .visualizer-objects .accordion-button {
        padding: 5px 15px;
    }
}

.visualizer-objects .accordion-button:not(.collapsed) {}

.visualizer-objects .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23136E73'%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");
}

.visualizer-objects .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='%23136E73'%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-materials {
    width: 100% !important;
    height: 150px;
    overflow-y: auto;
}

.accordion-materials .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 10px;
}

.accordion-materials-header {}

.accordion-materials-header .accordion-button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000 !important;
    background: transparent;
    background-blend-mode: unset;
    box-shadow: unset !important;
    padding: 5px 0;
}

.accordion-materials-content {
    background: transparent !important;
}

.accordion-materials-content .accordion-body {
    padding: 0px;
}

.lock-colors-btn{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25px;
    background: linear-gradient(60deg, rgba(255, 140, 33, 0.75) 13.4%, rgba(255, 97, 33, 0.75) 57.63%);
    border: 1px solid rgba(255, 255, 243, 0.3);
}

.lock-colors-btn .unlock-icon{
    display: block;
}

.lock-colors-btn .lock-icon{
    display: none;
}

.lock-colors-btn.active .unlock-icon{
    display: none;
}

.lock-colors-btn.active .lock-icon{
    display: block;
}

.lock-colors-btn .lock-icon,
.lock-colors-btn .unlock-icon{
    transition: 0.5s all;
    color: white;
}
.lock-colors-btn .lock-icon svg,
.lock-colors-btn .unlock-icon svg{
    color: white;
}

/* 3d model list */

#editorTool {
    min-width: 940px;
    height: 575px;
    overflow: hidden;
}
.select-model-container{
    overflow-y: auto;
    overflow-x: hidden;
    height: 65vh;
}
@media (max-width: 992px) {
    .select-model-container{
        padding: 20px;
    }
}

.model-container {
    /*width: 237px;*/
    border: 0px solid transparent;
    border-radius: 5px;
    /*height: 342px;*/
}

.model-container.active {
    border: 2px solid #FF9300;
    border-radius: 5px;
}

.model-container.active {
    border: 2px solid #FF9300;
    border-radius: 5px;
}

.model-description {
    height: 160px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;

    /*background: rgba(210, 205, 177, 0.14);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(15px);*/
    border-radius: 5px;
}

@media (max-width: 992px) {
    .model-description {
        height: initial;
    }
}

.model-description p {
    font-family: 'Montserrat';
    color: var(--Red, #D62828);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/* experience page buttons */
.experence-steps-navegation-buttons {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    /*background: linear-gradient(97.96deg, rgba(49, 166, 217, 0.55) 5.87%, rgba(7, 37, 50, 0.55) 94.33%);
    box-shadow: 3px 4px 32px rgba(0, 0, 0, 0.49);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);*/
}
@media (max-width: 992px) {
    .experence-steps-navegation-buttons {
        background: var(--Red, #D62828);
        box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.49);
        backdrop-filter: blur(50px);
    }
}
.experence-steps-navegation-buttons.v2 {
    background: var(--Red, #D62828);
    box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.49);
    backdrop-filter: blur(50px);
}

/* experience page titles */
.qr-experiences h2 {
    text-align: left;
    font: normal normal bold 24px/29px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.qr-experiences p {
    text-align: left;
    font: normal normal bold 22px/27px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.qr-experiences p span {
    color: #8825FD;
}

/* experience list */
.event-experience-container {
    border-radius: 0px;
}

.event-experience-container .row.p-4 {
    display: flex !important;
    justify-content: space-between;
}

.event-experience-header {
    height: 50px;
}

.event-experience-header p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

.event-experience-header p.main-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}

.event-experience-container .main-text,
.event-experience-container .main-text a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    overflow-wrap: break-word;
}

.event-experience-container .main-text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    overflow-wrap: break-word;
}

.event-experience-butons-background {}

@media (max-width: 992px) {
    .event-experience-butons-background {
        background: linear-gradient(97.96deg, rgba(92, 173, 208, 0.3) 5.87%, rgba(36, 96, 121, 0.3) 59.78%, rgba(0, 46, 66, 0.3) 94.33%);
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25), -1px -1px 15px rgba(255, 167, 0, 0.1);
        backdrop-filter: blur(29.5px);
    }
}

.event-experience-container .edit-link {
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #332212;
    text-decoration: none;
}

.event-experience-container .qr-link {
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #332212;
    text-decoration: none;
    background: transparent;
}

.event-experience-container .qr-img {
    width: 175px;
}

@media (max-width: 992px) {
    .event-experience-container .qr-img {
        width: 100px;
    }
}

.event-experience-container .delete-link {
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #332212;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.event-experience-separetor {
    width: 5px;
    padding: 0;
    background: #332212;
    box-shadow: -1px -1px 15px 0px rgba(255, 167, 0, 0.10), 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(29.5px);
    /*background: linear-gradient(97.96deg, rgba(92, 173, 208, 0.3) 5.87%, rgba(36, 96, 121, 0.3) 59.78%, rgba(0, 46, 66, 0.3) 94.33%);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25), -1px -1px 15px rgba(255, 167, 0, 0.1);
    backdrop-filter: blur(29.5px);*/
}

.btn-social-share {
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #332212;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

/* Themes selection page */
.theme-container {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /*background: linear-gradient(97.96deg, rgba(0, 178, 255, 0.3) 5.87%, rgba(0, 112, 160, 0.3) 94.33%);
    backdrop-filter: blur(50px);
    border-radius: 5px;*/
}

.theme-description {
    /*height: 140px;*/
    font-family: 'Montserrat';
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.theme-description p {
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Red, #D62828);
}

.theme-steps{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 5px;
    background: rgba(247, 245, 243, 0.80);
    backdrop-filter: blur(50px);
    padding: 1.5em;
}
.theme-steps strong{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.theme-steps span{
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1199px) {
    .theme-steps{
        font-size: 14px;
    }
    .theme-steps strong{
        font-size: 28px;
    }
}

.color-scheme-selector-container{
    position: absolute;
    width: 100%;
    bottom: 12vh;
}
@media (max-width: 991px) {
    .color-scheme-selector-container{
        bottom: 14vh;
    }
}
.color-themes-container{
    position: relative;
    width: 100%;
    height: 15vh;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    align-items: center;
}
.color-themes-container-text{
    position: relative;
    width: 100%;
    z-index: 1;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.80) 100%);
}

/* Scroll bar css */
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #F77F00;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #000000b6;
}

*::-webkit-scrollbar-thumb {
    background-color: #F77F00;
    border-radius: 10px;
    border: 2px solid #0000005C;
}

.overflow-x-hide{
    overflow-x: hidden!important;
}


.tryout-text{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.tryout-text p{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1199px) {
    .tryout-text{
        font-size: 16px;
    }
    .tryout-text p{
        font-size: 24px;
    }
}
.tryout-editor-container{
    /*max-width: 540px;*/
}

@media (max-width: 991px) {
    .tryout-img{
        display: none!important;
    }
    .tryout-text{
        font-size: 14px;
        padding: 1em 2em;
    }
    .tryout-text p{
        font-size: 18px;
    }
    .tryout-editor-container{
        padding-bottom: 4em;
    }
}

#container_models_menu_mobile{
    width: 100%;
    height: 20vh;
    position: absolute;
    bottom: 48px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
@media (max-width: 350px) {
    #container_models_menu_mobile{
        height: 25vh;
    }
}
#models_menu_select_mobile{
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
}
.visualizer-model-selectors.v-mobile{
    width: 75px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    margin: 5px;
}

.model-mobile-menu{
    display: none;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.model-mobile-menu.v-theme{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.model-buttons-menu{
    display: none;
}
.model-buttons-btn {
    width: fit-content;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    color: #FFF;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}
.container-image-buttons-top{
    position: absolute;
    top: 1vh;
    width: 100%;
    padding: 5px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    align-items: center;
}
.container-image-buttons-bottom{
    position: absolute;
    bottom: 14vh;
    width: 100%;
    padding: 10px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    align-items: center;
}

#changeMaterialColorSchemeIframe,
#addMaterialImageIframe{
    width: 100%;
	height: 85vh;
}
#addModelModalFrame{
	height: 85vh; 
}
@media (max-width: 769px) {
    #changeMaterialColorSchemeIframe{
        height: 65vh;
    }
    #addMaterialImageIframe{
        height: 64vh;
    }
    #addModelModalFrame{
        height: 65vh; 
    }
}