@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");

body,
html {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    color: black;
}

a,
.btn-fechar-filtro,
.ver-todas {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
}

h1,
.modal-content .modal-header .modal-title {
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.bg-ambiente {
    position: relative;
    background-position: center;
}

.header,
.header-canvas {
    background-color: white;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
    border-bottom-width: 2px;
}

.sub-header,
.sub-header-canvas {
    border-bottom: 2px solid black;
}

/* .sub-header-canvas {
    height: 43px;
    width: 100%;
} */

.logo-9lab {
    width: 106px;
}

.lista-artes-scroll,
.enviar-email {
    /* height: 390px;
  overflow-y: scroll; */
    position: relative;
    overflow-x: hidden;
}

.card.arte-item {
    height: 100%;
    display: flow-root;
    border: none;
}

.card-body.card-body-art {
    height: 100%;
    /*display: grid;*/
}

.card-body.card-body-art .img-alinha-card {
    cursor: pointer;
}

/* .art-name-artista-alinha {
  background-color: #f9f9f9;
  padding: 7px;
} */

.btn-selecionar-ambiente {
    color: #1f1f1f;
    border-color: #1f1f1f;
    padding: 5px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
}

.btn-selecionar-ambiente:hover {
    color: black;
    background-color: transparent;
    border-color: black;
}

.btn-comprar-g9 {
    color: #fff;
    background-color: #5dd3ba;
    border-color: #56c5af;
    padding: 5px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn-comprar-g9.disabled {
    background-color: #879390;
    border-color: #879390;
    font-weight: 600;
}

.btn-comprar-g9:hover {
    color: white;
}

.btn-comprar-g9 span:first-child {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
}

.btn-comprar-g9 span:first-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #fff;
    margin-left: 15px;
    margin-top: 3px;
}

.display-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.h-100 {
    height: 100%;
}

.top-2 {
    top: 2rem;
}

.bg-ambiente {
    background-size: cover !important;
    height: calc(100vh - 86px) !important;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 1280px;
}

.bg-ambiente .area-manipulacao {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bg-ambiente .area-manipulacao .card-arte {
    position: absolute;
    top: 80px;
    width: 190px;
    height: 270px;
}

.area-pesquisa,
.area-download {
    background: white;
    overflow-y: scroll;
    height: calc(100vh - 117.59px);
    overflow-x: hidden;
}

.area-pesquisa-display {
    height: unset !important;
}

.filter-categorias {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.active-button {
    color: white !important;
    background-color: black !important;
    font-weight: 700;
}

.btn-buscar-arte,
.btn-favoritos,
#download-ambiente,
#download-ambiente-orcamento,
.btn-g9-black,
#form-email,
.area-download-favoritos .buttons-ambiente-favoritos button {
    color: #1f1f1f;
    border-color: #1f1f1f;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
    background-color: white;
}

.favoritolink {
    color: #1f1f1f;
    border-color: #1f1f1f;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
    background-color: white;
}

#btn-download {
    color: black;
    border-color: black;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
    background-color: white;
}

.btn-g9-black {
    border: 1px solid black;
}

.alinhamento-btns-composicao button {
    color: black;
    border: 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
    /* padding: 3px 10px; */
    border-radius: 40px;
    text-decoration: underline;
    background-color: white;
    font-weight: 400;
}

#btn-upload-imagem {
    border: 1px solid black;
    border-radius: 20px;
}

.align-button-comprar {
    text-align-last: right;
}

/* .btn-exportar-pdf:hover,
.btn-edit-composition:hover {
    color: white;
    background-color: black;
} */

.btn-favoritos-comprar {
    text-transform: lowercase !important;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
    background-color: black;
    padding: 3px 10px;
    font-weight: 400;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid black;
}

.btn-favoritos-comprar:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.btn-buscar-arte,
.btn-favoritos,
.btn-g9-black,
#btn-download {
    padding: 5px 20px;
    border-radius: 40px;
}

.favoritolink {
    padding: 3px 13px;
    border-radius: 40px;
}

.favorito-link-simulador {
    padding: 8px 23px;
    font-size: 11px;
    border-radius: 40px;
    border-color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background-color: white;
}

.texto-voltar-9wall {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
}

.filterbutton {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
}

.upload-image-simulador {
    font-size: 11px;
    border-radius: 20px;
    border-color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    width: 100%;
    display: flex;
    justify-content: start;
}

.upload-image-simulador i {
    margin-right: 8px;
}

.trash-ambiente-simulator,
#list-simulator .trash {
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-color: white;
    right: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#list-simulator-favorite .composicao-salva {
    position: relative;
}

#list-simulator-favorite {
    position: relative;
}

#download-ambiente,
#download-ambiente-orcamento,
#form-email,
.area-download-favoritos .buttons-ambiente-favoritos button {
    padding: 5px 10px;
    border-radius: 50px;
}

.btn-buscar-arte:hover,
.btn-favoritos:hover,
.btn-selecionar-ambiente:hover,
.btn-g9-black:hover {
    color: white;
    background-color: black;
    font-weight: 700;
}

#download-ambiente:hover,
#download-ambiente-orcamento:hover,
#form-email:hover,
.area-download-favoritos .buttons-ambiente-favoritos button:hover {
    color: white;
    background-color: black;
}

#btn-download:hover {
    color: white;
    background-color: black;
}

.area-pesquisa .lista-artes .card h3,
.area-favoritos .lista-artes .card h3 {
    font-size: 13px;
    margin: 0px;
    /* padding-top: 0.5rem; */
    letter-spacing: 0;
    font-weight: 600;
}

.area-pesquisa .lista-artes .card p,
.area-favoritos .lista-artes .card p {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    text-transform: lowercase;
    margin-top: 3px;
    color: #747474;
}

.area-opcoes-moldura {
    position: absolute;
    opacity: 0;
    z-index: -100;
}

.art-modal {
    margin: 0 auto;
}

.box-art {
    position: relative;
}

.btn-circle {
    border-radius: 50%;
}

.footer {
    background-color: white;
    border-top-style: solid;
    border-top-color: #e9e9e9;
    border-top-width: 2px;
    font-size: 11px;
    font-family: "Montserrat";
    letter-spacing: 1.5px;
    color: #616161;
    font-weight: 300;
}

#typesensesearch .ais-SearchBox {
    width: calc(100% - 10px);
    border: 2px solid #b3b3b3;
    border-radius: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#typesensesearch .area-pesquisa form {
    /*margin-top: 1rem;*/
    width: 100%;
}

#typesensesearch .ais-SearchBox-input {
    border: none;
    border-radius: 35px;
    padding: 0.5rem 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.modal-content {
    border-color: black;
    border-radius: 20px;
}

.modal-content .modal-header {
    border: 0;
}

/* .modal-content .modal-header .modal-title {
    text-transform: lowercase;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
} */

.modal-content .modal-header .btn-close {
    font-size: 14px;
    color: black;
    opacity: 1;
}

.modal-content .modal-body .title-art {
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 4px;
    letter-spacing: 1.4px;
}

.modal-content .modal-body .sub-title-art {
    font-size: 14px;
    font-weight: 300;
    color: #7b7b7b;
}

.modal-content .modal-body .form-group {
    margin-bottom: 15px;
}

#modal-molduras .modal-content .modal-body .form-group label {
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.modal-content .modal-body .form-group select {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 8px;
    line-height: 22px;
    text-transform: lowercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAcpJREFUaEPtlUFLAlEQx9+srnjx0KEP0KmDeukTJFFGBBbUqaD6ZAnVJYiSIMqI+gRdVOhWx8Bjh8p1m1hZY9209s2bZ0jjbWVn3v///82bBTXhP5hw/UoM/DVBISAEDBOQETIM0LhcCBhHaNhACBgGaFwuBIwjNGzwfwlsN67nXc9r7c+ttE1C3Lu/mPZcN39YXLyj9CER2GnUl3zEGgA8pRy3VM2XnimHB+K7bupGIcwqBzcOCuVz3T7aBiLis+FhDxQTX+IVFHt9UHUoJrQNbDWvzhyEymBS2Eh7/kLScfomPmz2AVg7KpTXdChoG9hsHWey3akT5eBq7KBEJEaJR1T1dM6tVGdKb1YNBM2pJrjFB1q0CfTT0TVhQ7yRAR0StsQbG0hiAt5f/d6q7G+bECF15uP3gzxC0Ua7j7dZ/6VzqgCWYwc0w+fCwP+Il6lcZl33wg673CwGfiER007bNqM2E5uBJCa4xiZqhtXATyZsiGe5xMPQxlesLfHWDERJIGCG8oVN+jVmH6H4dgqeObbNWC5x0tQ437NKgFOoEBhHmpQzZIQoqXHWCAHONCm9hAAlNc4aIcCZJqWXEKCkxlkjBDjTpPT6BOjM1TE6M20FAAAAAElFTkSuQmCC);
    background-repeat: no-repeat, repeat;
    background-position: right 0em top 50%, 0 0;
    background-size: 32px auto, 100%;
}

.modal-content .modal-body .btn-danger {
    border: 1px solid black;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
    border-radius: 40px;
    background-color: transparent;
    padding: 5px 50px;
    height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}

.modal-content .modal-body .btn-danger:hover {
    color: white;
    background-color: black;
}

.modal-content .modal-body .btn-success {
    color: #fff;
    background-color: #5dd3ba;
    border: 1px solid #56c5af;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 40px;
    padding: 5px 50px;
    height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}

.area-opcoes-moldura button {
    background-color: black !important;
    border-color: black !important;
}

.linha_cat {
    padding-bottom: 28px;
}

.categoriaLink {
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    padding-bottom: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
}

#modal-ambientes .linha_cat .col-auto {
    padding: 0 0 0 12px;
}

.categoriaLink:hover {
    color: #212529;
}


.modalAmbientesBody {
    padding-top: 10px;
}

.linha_ambientes {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}

.linha_ambientes {
    scrollbar-width: auto;
    scrollbar-color: #000000 #e6e6e6;
}

.linha_ambientes::-webkit-scrollbar {
    width: 16px;
}

.linha_ambientes::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.linha_ambientes::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.categoriaLink.active {
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.favoritolink.active,
.favorito-link-simulador.active {
    background-color: black;
    color: white;
    font-weight: 700;
}

#btn_categoria.active,
#btn_formato.active,
#btn_cor.active,
#btn_artistas.active,
#btn_tamanho.active {
    font-weight: 600;
}

h2 {
    color: black;
    padding: 18px 15px 10px 15px;
    border-radius: 0;
    text-transform: lowercase;
    font-size: 17px;
    letter-spacing: 0.3px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 2px;
    font-style: italic;
}

.btn-composicao-remover-favoritos {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 0;
}

.composicao-favoritos {
    padding: 0;
    /* line-height: 0; */
}

@media (max-width: 1366px) {
    .bg-ambiente {
        background-position: center;
    }
}

@media (min-width: 1100px) {
    .titulo-lista-categorias {
        display: flex;
        justify-content: space-between;
    }

    .alinhamento-composicao-elementos {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .alinha-comprar-favoritos {
        display: flex;
        align-items: center;
    }

    .composicao-favoritos {
        margin-right: 16px;
    }
}

@media (max-width: 1099px) {
    .composicao-favoritos {
        margin-right: 8px;
    }

    .alinhamento-composicao-elementos {
        flex-direction: column;
        display: flex;
    }

    .alinhamento-btns-composicao {
        justify-content: end;
        display: flex;
        order: 2;
    }

    .btn-fechar-filtro {
        margin-bottom: 16px;
    }

    #typesensehits .card-body {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .alinha-comprar-favoritos {
        justify-content: end;
        display: flex;
        order: 1;
        margin-bottom: 10px;
        align-items: center;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1366px !important;
    }
}

.overlay-landscape {
    display: none;
}

.overlay-fullscreen {
    display: none;
}

.btn-ferramentas {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: landscape) {
    .overlay-fullscreen {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000000c2;
        z-index: 123912931293921391239219;
    }

    .overlay-fullscreen .conteudooverl a {
        color: #fff !important;
        display: flex;
        font-weight: 500;
        align-items: center;
    }

    .overlay-fullscreen .conteudooverl a img {
        width: 16px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: portrait) {
    .area-pesquisa {
        position: relative !important;
        opacity: 0 !important;
        right: 0 !important;
    }

    /* .conteudooverl img {
        display: block;
        margin: 0px auto;
        margin-bottom: 20px;
        border-radius: 20px;
    } */

    .area-opcoes-moldura button {
        z-index: 999999;
    }

    .overlay-landscape {
        position: absolute;
        width: 100vh;
        height: -webkit-fill-available;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        z-index: 123912931293921391239219;
    }

    body {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        max-height: 100vw !important;
        overflow-x: hidden !important;
        overflow-y: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    html {
        overflow-x: hidden !important;
        overflow-y: hidden;
        max-height: 100% !important;
    }
}

.area-opcoes-moldura .btn-edit,
.area-opcoes-moldura .btn-remove {
    z-index: 999999999999999999999999999 !important;
    touch-action: manipulation;
}

.linha_lista {
    height: calc(100vh - 195px) !important;
    overflow-y: scroll;
}

.conteudooverl {
    transform: rotate(90deg);
}

.conteudooverl .img-alert {
    width: 53px;
    border-radius: 0;
    margin: inherit;
    margin-bottom: 20px;
    height: 47px;
}

.conteudooverl .img-rotate {
    width: 72px;
    border-radius: 0;
    margin: inherit;
    margin-bottom: 20px;
    height: 70px;
}

.alinhamento-titulo-favoritos {
    display: flex;
    justify-content: space-between;
    overflow-wrap: anywhere;
}

@media (min-width: 1000px) {
    #typesensepagination {
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {

    #download-ambiente,
    #download-ambiente-orcamento,
    #form-email,
    .area-download-favoritos .buttons-ambiente-favoritos button {
        font-size: 9px !important;
        padding: 3px 10px !important;
    }

    .enviar-email .title,
    .enviar-email-favoritos .title,
    .area-download-favoritos .title,
    .area-download .title {
        font-size: 15px !important;
    }

    .enviar-email label,
    .enviar-email-favoritos label {
        font-size: 12px;
    }

    .btn-enviar-email {
        font-size: 11px !important;
    }

    .enviar-email input.form-control,
    .enviar-email-favoritos input.form-control {
        height: calc(1.3em + 0.75rem + 2px) !important;
    }

    .content-app {
        display: block;
    }

    .area-opcoes-moldura:focus {
        opacity: 1 !important;
    }

    .moved {
        opacity: 1 !important;
    }

    .linha_cat .col-2 {
        width: 25%;
    }

    #modal-molduras .mt-4.d-flex.justify-content-between {
        margin-left: -105px !important;
    }

    #modal-molduras .modal-content .modal-body .btn-danger:hover {
        margin-right: 10px;
    }

    .container {
        max-width: 100% !important;
    }

    .content-phrase {
        display: none;
    }

    .content-phrase-words {
        font-size: 14px;
        letter-spacing: 0.9px;
    }

    .content-phrase-back {
        font-size: 14px;
        letter-spacing: 0.9px;
        text-decoration: underline;
        font-weight: 400;
        color: #212529;
    }

    a:hover {
        color: #212529;
    }

    .content-phrase {
        min-height: 100%;
        min-height: 100vh;
        display: none;
        align-items: center;
    }

    .content-app {
        overflow: hidden !important;
    }

    .btn-ferramentas {
        font-size: 11px;
    }

    a {
        font-size: 11px;
    }

    .logo-9lab {
        width: 90px;
    }

    h1,
    h2 {
        font-size: 15px;
    }

    h2 {
        padding: 15px 15px 10px 15px;
    }

    #typesensesearch .ais-SearchBox-input {
        padding: 0.4rem 20px;
    }

    .btn-comprar-g9 span:first-child::after {
        margin-top: 1px;
    }

    /* .linha_lista,
  .lista-artes-scroll,
  .enviar-email {
    height: calc(100vh - 172px) !important;
    overflow-y: scroll;
  } */

    .bg-ambiente {
        height: calc(100vh - 77px) !important;
    }
}

@media (min-width: 768px) {
    .content-app {
        display: block;
    }

    .content-phrase {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {

    .btn-selecionar-ambiente,
    .btn-buscar-arte,
    .btn-favoritos,
    #btn-download {
        font-size: 11px;
        padding: 3px 12px;
    }

    .btn-comprar-g9 {
        font-size: 11px;
        padding: 5px 12px;
    }

    .composicao-favoritos .bi.bi-heart {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {

    .btn-selecionar-ambiente,
    .btn-buscar-arte,
    .btn-favoritos,
    #btn-download {
        font-size: 9px;
        padding: 3px 8px;
    }

    .btn-comprar-g9 {
        font-size: 9px;
        padding: 5px 8px;
    }

    .composicao-favoritos .bi.bi-heart {
        font-size: 17px !important;
    }
}

.underline-btn {
    text-decoration: none;
    position: relative;
}

.underline-btn:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 100%;
    background: black;
}

.btn-filter div {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.btn-filter div svg path.active {
    stroke-width: 1;
}

.btn-filter .owl-dots,
.btn-filter .owl-nav {
    display: none;
}

.owl-carousel .owl-item {
    display: table;
}

.owl-carousel .owl-stage {
    display: -webkit-inline-box;
}

.owl-carousel .owl-stage-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-filter::-webkit-scrollbar {
    display: none;
}

.lista-categorias ul,
.lista-categorias ul li {
    list-style: none;
    cursor: pointer;
    color: #1f1f1f;
    font-weight: 400;
}

.lista-categorias ul li a {
    text-decoration: none;
}

.lista-categorias ul {
    font-weight: 500;
    color: #1f1f1f;
}

.ver-todas {
    text-decoration: underline;
    border: none;
    background: white;
}

.titulo-lista-categorias .title-list {
    font-style: italic;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 0;
}

.btn-fechar-filtro {
    text-decoration: underline;
    cursor: pointer;
}

.divs_filtros {
    height: calc(100vh);
}

.btn-favoritos-artes-typesense,
.btn-artes-remover-favoritos,
.btn-composicao-remover-favoritos {
    cursor: pointer;
}

.btn-favoritos-artes-typesense .bi.bi-heart:hover::before {
    content: "\f415";
}

.btn-artes-remover-favoritos .bi.bi-heart-fill:hover::before,
.btn-composicao-remover-favoritos .bi.bi-heart-fill:hover::before {
    content: "\f417";
}

.composicao-favoritos:focus {
    box-shadow: none;
}

.composicao-favoritos .bi.bi-heart {
    font-size: 25px;
}

.composicao-favoritos .bi.bi-heart:hover::before {
    content: "\f415";
}

.close-icon-filtro {
    font-size: 15px;
}

.filtro-ativo {
    padding: 3px 10px;
    border-radius: 40px;
    color: #1f1f1f;
    border-color: #1f1f1f;
    text-transform: lowercase;
    font-size: 13px;
    letter-spacing: 0.6px;
    background-color: white;
    border: 1px solid black;
}

@media (max-width: 1099px) {

    #categorias,
    #artistas,
    #cor,
    #tamanho,
    #formato {
        height: calc(45vh - 65px) !important;
    }
}

@media (min-width: 1100px) {

    #categorias,
    #artistas,
    #cor,
    #tamanho,
    #formato {
        height: calc(50vh) !important;
    }
}

@media (max-width: 667px) {

    #categorias,
    #artistas,
    #cor,
    #tamanho,
    #formato {
        height: calc(45vh - 110px) !important;
    }
}

.row.mt-4.pt-2.mb-lg-3 {
    margin-top: 0px !important;
}

@media (min-width: 969px) {
    .lista-artes#artes-favoritos {
        height: calc(100vh - 170px) !important;
    }

    .lista-artes#ambiente-favoritos,
    #list-simulator-favorite {
        height: calc(100vh - 200px) !important;
    }

    /* .lista-artes-scroll,
  .enviar-email {
    height: calc(100vh - 300px) !important;
  } */
}

@media (min-width: 752px) and (max-width: 968px) {

    .lista-artes#ambiente-favoritos,
    #list-simulator-favorite {
        height: calc(100vh - 220px) !important;
    }

    .lista-artes#artes-favoritos {
        height: calc(100vh - 200px) !important;
    }

    /* .lista-artes-scroll,
  .enviar-email {
    height: calc(100vh - 245px) !important;
  } */
}

@media (max-width: 751px) {

    .lista-artes#ambiente-favoritos,
    #list-simulator-favorite {
        height: calc(100vh - 235px) !important;
    }

    .lista-artes#artes-favoritos {
        height: calc(100vh - 210px) !important;
    }

    /* .lista-artes-scroll,
  .enviar-email {
    height: calc(100vh - 270px) !important;
  } */
}

.area-favoritos {
    position: relative;
}

#categorias,
#artistas,
#cor,
#tamanho,
#formato,
.lista-artes-scroll,
.area-favoritos .lista-artes,
.enviar-email,
#list-simulator-favorite {
    overflow-x: hidden;
}

#categorias::-webkit-scrollbar,
#artistas::-webkit-scrollbar,
#cor::-webkit-scrollbar,
#tamanho::-webkit-scrollbar,
#formato::-webkit-scrollbar,
.lista-artes-scroll::-webkit-scrollbar,
.area-favoritos .lista-artes::-webkit-scrollbar,
#ap::-webkit-scrollbar,
.enviar-email::-webkit-scrollbar,
.area-download::-webkit-scrollbar {
    width: 11px;
}

#categorias::-webkit-scrollbar-track,
#artistas::-webkit-scrollbar-track,
#cor::-webkit-scrollbar-track,
#tamanho::-webkit-scrollbar-track,
#formato::-webkit-scrollbar-track,
.lista-artes-scroll::-webkit-scrollbar-track,
.area-favoritos .lista-artes::-webkit-scrollbar-track,
#ap::-webkit-scrollbar-track,
.enviar-email::-webkit-scrollbar-track,
.area-download::-webkit-scrollbar-track {
    background: #ffffff;
}

#categorias::-webkit-scrollbar-thumb,
#artistas::-webkit-scrollbar-thumb,
#cor::-webkit-scrollbar-thumb,
#tamanho::-webkit-scrollbar-thumb,
#formato::-webkit-scrollbar-thumb,
.lista-artes-scroll::-webkit-scrollbar-thumb,
.area-favoritos .lista-artes::-webkit-scrollbar-thumb,
#ap::-webkit-scrollbar-thumb,
.enviar-email::-webkit-scrollbar-thumb,
.area-download::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 6px;
    border: 3px solid #ffffff;
}

.loader-leftbar {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.loader-leftbar-icon {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.armi-ring-overflow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000017;
    display: block;
    position: fixed;
    z-index: 9999999;
    overflow: hidden;
    pointer-events: all;
}

.armi-ring {
    width: 95px;
    height: 95px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

.loader-leftbar-icon-overflow {
    left: -16px;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    display: flex;
    position: inherit;
    z-index: 9999999;
    pointer-events: all;
}

.armi-ring div,
.loader-leftbar-icon div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 95px;
    height: 95px;
    margin: 8px;
    border: 10px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: black transparent transparent transparent;
}

.armi-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.armi-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.armi-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filter-categorias.active {
    padding-bottom: 10px;
    padding-top: 10px;
}

.lista-categorias.active {
    position: absolute;
    top: 30px;
    z-index: 99;
    width: calc(25% - 20px);
}

.lista-categorias.active .divs_filtros {
    background: #fff;
    padding-top: 10px;
}

@media (max-width: 991px) {

    .alinhamento-btns-composicao button {
        font-size: 8px;
    }

    .modal-content .modal-body .title-art {
        font-size: 16px;
    }

    .modal-content .modal-body .form-group label {
        font-size: 12px;
    }

    .modal-body {
        padding-top: 0;
    }

    .modal-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .modal-content .modal-body .form-group select {
        line-height: 15px;
    }

    .modal.fade.show {
        display: flex !important;
    }
}

#form-email.active,
#form-email-favoritos.active {
    color: white;
    background-color: black;
}

.composicao-favoritos-9wall,
.login,
#btn-atualizar-composicao,
#salvar-e-simular-composicao {
    font-weight: 300;
    font-size: 12px;
    text-decoration: underline;
}

.formEmailFavs input:-ms-input-placeholder {
    font-size: 12px;
}

.formEmailFavs input::-webkit-input-placeholder {
    font-size: 12px;
}

.formEmailFavs input:-moz-placeholder {
    font-size: 12px;
}

.formEmailFavs input::-moz-placeholder {
    font-size: 12px;
}

.btn-enviar-email {
    color: white;
    font-weight: 700;
    border-color: #1f1f1f;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.6px;
    background-color: black;
    border-radius: 40px;
}

.btn-enviar-email:hover {
    color: black;
    background-color: white;
}

.enviar-email .title,
.enviar-email-favoritos .title,
.area-download-favoritos .title,
.area-download .title {
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 17px;
}

/* .area-download-favoritos {
    order: 99999;
} */

.enviar-email input.form-control,
.enviar-email-favoritos input.form-control {
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.375rem 0.9rem;
    border: 1.6px solid #d9d9d9;
    border-radius: 8px;
    letter-spacing: 0.8px;
}

.enviar-email label,
.enviar-email-favoritos label {
    text-transform: uppercase;
    font-weight: 400;
}

.composition-name,
.composition-value,
.form-filters label {
    font-weight: 600;
    letter-spacing: 0px;
    font-style: italic;
}

.composition-name,
.composition-value {
    font-size: 10px;
}

.form-filters label {
    font-size: 11px;
}

.form-filters .apply-filter,
.atualizar-composicao.save-modal {
    color: white;
    background-color: black;
    padding: 3px 13px;
    border-radius: 40px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 1px solid black;
}

.form-filters .apply-filter {
    font-weight: 700;
    width: 210px;
    font-size: 10px;
}

.atualizar-composicao.save-modal {
    font-weight: 500;
}

.composicao-favoritos.save-modal {
    border-color: #1f1f1f;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
    color: white;
    background-color: black;
    font-weight: 700;
    border-radius: 40px;
    padding: 5px 20px;
}

.form-filters .apply-filter:hover,
.composicao-favoritos.save-modal:hover,
.atualizar-composicao.save-modal:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.form-filters .clear-filter {
    font-size: 10px;
    text-decoration: underline;
    padding-left: 0;
    font-weight: 500;
}

.form-filters input {
    height: calc(1em + 0.45rem + 2px);
    border-radius: 30px;
}

#form-filter-arts .form-filters input {
    width: calc(100% - 160px);
}

#form-filter-compositions .form-filters input {
    width: 100%;
}


.form-filters input::placeholder {
    font-size: 10px;
}

.form-filters .form-control {
    border: 0.5px solid gray !important;
}

.inputs-filtro-data .data {
    width: 97px !important;
}

.alinha-icon-data,
.alignment-icon-search {
    position: relative;
    display: flex;
    align-items: center;
}

.alinha-icon-data i,
.alignment-icon-search i {
    position: absolute;
    right: 10px;
    font-size: 11px;
    color: gray;
}

#qty-favorites {
    background-color: black;
    color: white;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 600;
    padding: 1px;
}

.edit-composition-name {
    font-size: 12px;
    cursor: pointer;
    padding: 3px 6px 3px 6px;
}

#form-filter-compositions input,
#form-filter-arts input,
.composicao-favoritos.save-modal,
.atualizar-composicao.save-modal {
    width: 210px;
    font-size: 12px;
}

.form-filters .apply-filter {
    display: flex;
    align-self: center;
    justify-content: center;
}

#btn-atualizar-composicao {
    padding: 0;
}

.searchbox-9wall-input {
    font-size: 12px;
}

.area-opcoes-moldura .btn {
    font-size: clamp(10px, 1vw, 13px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-opcoes-moldura .btn i {
    pointer-events: none;
    line-height: 1.5;
}



.area-opcoes-moldura .btn-edit,
.area-opcoes-moldura .btn-remove,
.area-opcoes-moldura .btn-rotate {
    height: clamp(20px, 3vw, 35px);
    width: clamp(20px, 3vw, 35px);
    position: relative;
}

.div-art,
.area-opcoes-moldura {
    transition: transform 0.5s;
}

.area-opcoes-moldura.rotation-0 button {
    margin-right: -2vw;
}

.area-opcoes-moldura.rotation-90 button {
    margin-top: -2vw;
}

.area-opcoes-moldura.rotation-180 button {
    margin-left: -2vw;
}

.area-opcoes-moldura.rotation-270 button {
    margin-bottom: -2vw;
}

.area-opcoes-moldura.rotation-0 button:first-of-type {
    margin-top: -2vh;
}

.area-opcoes-moldura.rotation-90 button:first-of-type {
    margin-left: -2vh;
}

.area-opcoes-moldura.rotation-180 button:first-of-type {
    margin-bottom: -2vh;
}

.area-opcoes-moldura.rotation-270 button:first-of-type {
    margin-right: -2vh;
}

.rotation-0,
.rotation-90,
.rotation-180,
.rotation-270 {
    gap: 10px;
    display: flex;
}

.rotation-0 {
    flex-direction: column;
    align-items: end;
    transform: rotate(0deg);
}

.rotation-90 {
    flex-direction: row;
    transform: rotate(90deg)
}

.rotation-180 {
    flex-direction: column-reverse;
    transform: rotate(180deg)
}

.rotation-270 {
    flex-direction: row-reverse;
    align-items: end;
    transform: rotate(270deg)
}

/* .zoom-buttons-canvas-user-ambiente {
    position: fixed;
    z-index: 1;
    margin-top: 2vh;
    margin-left: 2vh;
} */

.zoom-buttons-canvas-user-ambiente button,
.zoom-buttons-canvas-user-ambiente a:not(.favorito-link-simulador) {
    border: 1px solid black !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.zoom-buttons-canvas-user-ambiente button:hover,
.zoom-buttons-canvas-user-ambiente a:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}

#canvasContainer {
    position: relative;
}

#canvas-simulator {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* .ponto-controle {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
} */

/* #topLeftPoint {
    background-color: #44aaff;
}

#topRightPoint {
    background-color: #ffaa44;
} */

.ambiente-list .card-body {
    cursor: pointer;
}