.container {
    margin-left: 115px;
}

.toque-selecionado {
    border: 2px solid #00a6ff !important;
}

.create-session-extend .cup-colors .upload-button {
    height: 30px;
    cursor: pointer;
}

.create-session-extend .cup-colors .color-cube {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 1px solid #C0C0C0;
    cursor: pointer;
}

.create-session-extend .cup-colors .color-cube.cor-background {
    width: 30px;
    height: 30px;
    margin-top: 7px;
    margin-right: -213px;
}

.create-session-extend .cup-colors .degrade-session .degrade-block-color {
    position: relative;
}

.create-session-extend .cup-colors .degrade-session .degrade-block-color .gradient-color-selector {
    position: absolute;
    bottom: 0;
    left: 0;
}

.create-session-extend .cup-colors .forma-degrade {
    width: 50%;
    height: 20px;
    cursor: pointer;
    border: 0;
    background-color: var(--grey);
}

.create-session-extend .cup-colors #change-orientation {
    height: 5px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background-color: #B7E0E5;
}

.create-session-extend .cup-colors #change-orientation::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;

    border: 1px solid #007B8B;
    background: #fff;
    cursor: pointer;
}

.create-session-extend .cup-colors .forma-degrade.active {
    background-color: var(--green);
    color: #fff;
}

div.bloquear-elemento.active {
    background-color: #FF6347 !important;
}

.container .content-container {
    width: 810px;
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.container .content-container.measure-200ml {
    height: 445px;
}

.container .content-container.measure-300ml {
    height: 540px;
}

.container .content-container.measure-400ml {
    height: 635px;
}

.container .content-container.measure-550ml {
    height: 642px;
}

.container .content-container .footer .line.dashed {
    border: 1px dashed;
}

/* .container .content-container.measure-200ml div#medidor {
    left: -92px;
}
.container .content-container.measure-300ml div#medidor {
    left: -87px;
}
.container .content-container.measure-400ml div#medidor {
    left: -84px;
}
.container .content-container.measure-550ml div#medidor {
    left: -72px;
} */

div#medidor {
    height: 100%;
    z-index: 99 !important;
    cursor: ew-resize;
    position: relative;
}

.container .content-container .template .no-print-area {
    z-index: 1;
}

.container .content-container .button-features.top {
    top: -5px;
}

.container .content-container .button-features.bottom {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 30px;
    z-index: 2;
    gap: 5px;
}

#area-seguranca {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 85px;
    z-index: 999;
    display: none;
}

#area-seguranca div {
    width: 100%;
    height: 100%;
    outline: 4px dashed #000 !important;
}

.template {
    transform: scale(0.4);
    width: 2026px;
    background-image: url(../images/media/transparency.jpg);
    background-size: 120px;
}

/*
.template .no-print-area.top {
    height: 93px;
}
.template .no-print-area.right {
    width: 93px;
}
.template .no-print-area.bottom {
    height: 93px;
}
.template .no-print-area.left {
   width: 93px;
}
*/
div#html2canvas {
    width: 2026px !important;
    overflow: hidden;
}

div#html2canvas .print-area {
    width: 2026px !important;
}

.template.measure-200ml {
    height: 932px !important;
    padding: 90px 85px !important;
}

.template.measure-300ml {
    height: 1187px !important;
    padding: 90px 85px !important;
}

.template.measure-400ml {
    height: 1385px !important;
    padding: 90px 85px !important;
}

.template.measure-550ml {
    height: 1412px !important;
    padding: 85px 72px !important;
}

.template.measure-550ml #area-seguranca {
    padding: 85px 72px;
}

.template .print-area #medidor .medidor {
    /*transition: ease-in-out 0.5s;*/
}

div#html2canvas .template {
    border: none;
    transform: scale(1);
}

div#html2canvas .template .no-print-area {
    background-color: #FFF;
    z-index: 2;
}

.template {
    border: none;
    /* position: absolute; */
    /*transition: ease-in-out 0.5s;*/
}

.template .print-area {
    width: 100%;
    height: 100%;
    outline: none !important;
}

div#html2canvas .template .print-area {
    outline: none;
}

div#cod-barras {
    position: absolute;
    bottom: -4px;
    right: 0px;
    z-index: 9999;
    display: none;
}

div#cod-barras img {
    width: 60px;
}

.create-session-extend {
    max-width: 315px;
    min-width: 315px;
    z-index: 10;
}

.visualizacao-3d {
    right: 30px;
    z-index: 11;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.wrapper-3d {
    position: relative;
}

#cup_rotatation {
    position: absolute;
    top: 5px;
    right: calc(50% - 15px);
    height: 30px;
    background-color: #A8A8A8;
    border-radius: 20px;
    padding: 0 10px;
    cursor: pointer;
    border: 0;
}

#att_3d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    background-color: #E3E3E3;
    font-size: 12px;
    border: unset;
    border-radius: 0px 0px 20px 20px;
    font-weight: 500;
    cursor: pointer;
}

#att_3d img {
    transform: rotateY(180deg);
}

#custom-3d-container canvas {
    border-radius: 20px;
}

/* .custom-session .infos-content .line {
    width: 15px;
    display: block;
    height: 0px;
    color: #000;
    border: 1px solid;
    margin-top: 4px;
}
.custom-session .infos-content .line.dashed {
    border: 1px dashed;
} */

.colorpick-eyedropper-input-trigger {
    display: none;
}

.excluir-elemento {
    font-size: 35px !important;
    top: -45px !important;
    right: -45px !important;
    padding: 17px !important;
}

.resizable-r:before {
    width: 67px;
    height: 67px;
    bottom: -51px;
    right: -39px;
    line-height: 90px;
    content: url(../images/icons/expand.png);
}

.ui-rotatable-handle:before {
    width: 67px;
    height: 67px;
    bottom: -46px;
    left: -31px;
    line-height: 97px;
    content: url(../images/icons/rotable.png);
}

#gabarito {
    background-color: auto;
}

#linha-mid-x {
    height: 2px;
    border: 2px solid #deb100;
}

#linha-mid-y {
    width: 2px;
    border: 2px solid #deb100;
}

.linha {
    border: 2px solid #00bcaf;
}

.info-anexar {
    position: absolute;
    z-index: 15;
    left: 0px;
    top: 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 100vh;
    width: 100vw;

    background-color: #0009;
    backdrop-filter: blur(2px);
}

.info-anexar>div {
    background-color: #FFF;
    border-radius: 4px;
    width: 285px;
    padding: 20px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.info-anexar .info-anexar-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;

    font-size: 14px;
}

.info-anexar .info-anexar-text {
    text-align: center;
    font-size: 14px;
}

.info-anexar button#trigger_anexar {
    height: 35px;
    border-radius: 20px;
    border: unset;
    padding: 10px;
    cursor: pointer;
    background-color: #f68c51;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.089em;
}

.info-anexar button#trigger_anexar:hover {
     box-shadow: 1px 2px 10px rgb(0 0 0 / 15%);
}

.info-anexar #comecar_do_zero {
    background-color: unset;
    border: unset;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}

.info-anexar #info-anexar-content {
    position: relative;
    transition: all .3s;
    border: dashed 5px rgb(0 0 0 / 0%);
}

.info-anexar #info-anexar-content.drop-highlight {
    border: dashed 5px rgb(0 0 0 / 80%);
}

.info-anexar #info-anexar-content .close-modal {
    position: absolute;
    right: 10px;
    top: 5px;

    color: #0002;

    cursor: pointer;
}

#art-description {
    width: 100%;
    resize: none;
    max-height: 100px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
}

#help_ai_content {
    display: none;
}

#help_ai_content .help-textarea {
    width: 100%;
    resize: none;
    height: 60px;
    max-height: 60px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
}

#generate-art-ai {
    height: 40px;
    color: #FFF;
    width: 142px;
    border: 0px;
    cursor: pointer;
    background-color: #464646;
    transition: all .3s;
    box-shadow: 0px 0px 0px #a21caf00;
    position: relative;
    border-radius: 20px;
}

#generate-art-ai:disabled {
    background-color: #ccc;
    pointer-events: none;
}

#generate-art-with-canva {
    height: 30px;
    color: #FFF;
    width: 100%;
    border: 0px;
    cursor: pointer;
    background-color: var(--green);
    transition: all .3s;
    box-shadow: 0px 0px 0px #a21caf00;
    position: relative;
}

.ai-button-icon {
    display: none;
    animation: spin 1.5s linear infinite;
}

.measure-200ml .frente-verso {
    height: 100% !important;
    width: 100% !important;
}

.measure-300ml .frente-verso {
    height: 100% !important;
    width: 100% !important;
}

.measure-400ml .frente-verso {
    height: 100% !important;
    width: 100% !important;
}

.measure-550ml .frente-verso {
    height: 100% !important;
    width: 100% !important;
}

.template .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
    background-size: 120px;
    inset: 0;
    background-image: url(/assets/personalizacao-online/images/media/transparency.jpg);
    opacity: 0.7;
}

div#html2canvas .template .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
}

.branco-natural {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
    font-weight: 600 !important;
    font-size: 12px;
    padding: 10px 10px;
    cursor: pointer;
}

.branco-natural:hover {
    background-color: #f1f1f1;
}

.choose-image .ai-images,
.choose-image .canva-images,
.choose-image .uploads-images {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.ai-images::-webkit-scrollbar,
.canva-images::-webkit-scrollbar,
.uploads-images::-webkit-scrollbar {
    display: none;
}

.choose-image .ai-images .image {
    display: flex;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    width: 96%;
    margin-left: 2%;
    /* width: 170px;
    height: 116px; */
    background-repeat: repeat;
    background-size: 30px;
    background-image: url('http://meucopoeco.com.br/assets/personalizacao-online/images/media/transparency.jpg');
}

.choose-image .canva-images .image {
    display: flex;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    width: 96%;
    margin-left: 2%;
    /* height: 116px; */
}

.choose-image .uploads-images .image {
    display: flex;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    width: 96%;
    margin-left: 2%;
    /* height: 116px; */
}

.choose-image .ai-images .image img,
.choose-image .canva-images .image img,
.choose-image .uploads-images .image img {
    border-radius: 5px;
}

.rmvbg {
    width: 120px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-size: cover;
    cursor: pointer;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 40%);
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    background-color: #fff;
    padding-left: 9px;
}

.rmvbg::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('http://meucopoeco.com.br/assets/personalizacao-online/images/media/transparency.jpg');
    border-radius: 20px;
    background-size: cover;
}

.excluir-ai, .excluir-uploads {
    width: 28px;
    height: 25px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: cover;
    cursor: pointer;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 40%);
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    background-color: #ff0000;
    padding-left: 9px;
    z-index: 9;
}

#copo-3d-modelo {
    width: 550px;
    height: 570px;
    position: relative;
    z-index: -1;
}

.ai-img {
    transition: 0.5s ease-in-out;
}

.shadow-background.use-canva {
    z-index: 11;
}

.shadow-background.use-canva .ctn {
    width: 1080px;
    height: 620px;
    background-color: #ffffff;
}

.see-more-arts,
.close-copa-list,
.close-icons-list,
.close-arts-list,
.see-more-icons {
    font-size: 14px !important;
    letter-spacing: 0.089em;
    color: #1D4C43;
    border-radius: 20px;
    border: 1px solid #E3E9E8;
    padding: 5px;
    font-weight: bold;
}

#help_to_create {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 3px 8px;
    max-width: 127px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 9px;
    left: 5px;
    cursor: pointer;
}

#boxAprovacao {
    position: absolute;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    height: 100%;
    width: 100%;
    border: 2px solid #999;
    background-color: #f1f1f1;
}

.features-row {
    display: none;
}

#continue {
    height: 35px;
    border-radius: 20px;
    border: unset;
    padding: 10px;
    cursor: pointer;
    background-color: #f68c51;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.089em;
}

#continue:hover {
   box-shadow: 1px 2px 10px rgb(0 0 0 / 15%);
}

.wrapper-3d {
    margin-top: 3rem;
}

.m-200ml .wrapper-3d {
    margin-top: 3.8rem;
}


.m-200ml #custom-3d-container {
    height: 372.8px !important;
}

.m-200ml #att_3d {
    margin-bottom: -1px;
} 

.visualizacao-3d.m-300ml {
    gap: 10px;
}

.m-300ml #custom-3d-container {
    height: 474.8px !important;
}


.visualizacao-3d.m-400ml {
    gap: 10px;
}

.m-400ml #custom-3d-container {
    height: 554px !important;
}


.visualizacao-3d.m-550ml {
    gap: 10px;
}

.m-550ml #custom-3d-container {
    height: 564.8px !important;
}

#collapse-3d {
    display: none;
}

.editable-texts {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.editable-texts div.editable-text {
    border-radius: 20px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 15%);
    padding: 5px 15px;
    cursor: pointer;

    position: relative;
}

.editable-texts div.editable-text.selected {
    background-color: #f1f1f1;
}

.editable-texts div.editable-text.selected.pinned::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 10px;
    background-color: #007B8B;
    border-radius: 20px;
}

#category-arts-list-session .card, #category-copa-session .card {
    height: 195px;
}

@media only screen and (max-width: 1500px) {
    .template {
        transform: scale(0.3307);
    }

    .container .content-container {
        width: 670px;
    }

    .visualizacao-3d {
        margin-top: 20px;
    }

    .container .content-container.measure-200ml,
    .visualizacao-3d.m-200ml {
        height: 445px;
    }

    .container .content-container.measure-300ml,
    .visualizacao-3d.m-300ml {
        height: 540px;
    }

    .container .content-container.measure-400ml,
    .visualizacao-3d.m-400ml {
        height: 535px;
    }

    .container .content-container.measure-550ml,
    .visualizacao-3d.m-550ml {
        height: 542px;
    }

    .m-200ml #custom-3d-container {
        height: 466.95px !important;
    }

    .m-300ml #custom-3d-container {
        height: 466.95px !important;
    }

    .m-400ml #custom-3d-container {
        height: 466.95px !important;
    }

    .m-550ml #custom-3d-container {
        height: 466.95px !important;
    }

    .visualizacao-3d {
        top: unset;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1370px) {
    .container {
        margin-left: 14rem;
    }

    .wrapper-3d #custom-3d-container {
        width: 100% !important;
        height: 250px !important;
    }

    .visualizacao-3d {
        width: 140px;
        margin-top: 0px;
    }

    #continue {
        padding: 5px;
        font-size: 16px;
        width: 140px;
        height: 30px;
    }

    #att_3d {
        height: 24px;
        font-size: 9px;
    }

    #att_3d img {
        width: 10px;
    }

    #cup_rotatation {
        height: 21px;
        width: 21px;
        font-size: 10px;
        padding: 0 0px;
        border: 0;
    }

    #collapse-3d {
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
        height: 16px;
        cursor: pointer;
        border: unset;
        background-color: unset;
        transition: 0.5s ease-in-out;
    }

    #collapse-3d:hover {
        transform: scale(1.1);
    }

    .wrapper-3d.expanded {
        position: relative;
        width: 230px;
        height: 450px;
        left: -90px;
        margin-top: 0px !important;
    }

    .visualizacao-3d .wrapper-3d.expanded #custom-3d-container {
        width: 100% !important;
        height: 100% !important;
    }

    .wrapper-3d.expanded #att_3d img {
        width: 12px;
    }

    .wrapper-3d.expanded #att_3d {
        height: 40px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1245px) {
    .container {
        flex-direction: column-reverse;
        margin-left: 395px !important;
    }

    .container .visualizacao-3d {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        height: 100px !important;
        display: flex;
        justify-content: space-between;
        flex-direction: unset;
        width: 100%;
        max-width: 670px;
    }

    .wrapper-3d {
        width: 80px;
        height: 100px;
        margin-top: 0px !important;
    }

    .wrapper-3d #custom-3d-container {
        width: 100% !important;
        height: 100% !important;
    }

    .wrapper-3d.expanded {
        position: relative;
        width: 280px;
        height: 500px;
        left: 0px;
        bottom: 400px;
        top: unset;
        margin-top: unset !important;
    }
    .bottom-content {
        justify-content: end;
    }
}