.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 .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;
}
.container .content-container {
    width: 780px;
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.container .content-container.measure-200cc {
    height: 430px;
}
.container .content-container.measure-290cc {
    height: 485px;
}
.container .content-container.measure-300cc {
    height: 520px;
}
.container .content-container.measure-360cc {
    height: 485px;
}
.container .content-container.measure-400cc {
    height: 600px;
}
.container .content-container.measure-500cc {
    height: 515px;
}
.container .content-container.measure-550cc {
    height: 605px;
}
.container .content-container.measure-750cc {
    height: 515px;
}
.container .content-container .footer .line.dashed {
    border: 1px dashed;
}
div#medidor {
    height: 100%;
    z-index: 99 !important;
    cursor: not-allowed;
    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: -5px;
}
#area-seguranca {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 70px 75px;
    z-index: 999;
}
#area-seguranca div {
    width: 100%;
    height: 100%;
    outline: 4px dashed #000 !important;
}
.template {
    transform: scale(0.385);
    width: 2026px;
}
/*
.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-200cc {
    height: 932px !important;
    padding: 70px 75px !important;
}
.template.measure-290cc {
    height: 1061px !important;
    padding: 70px 75px !important;
}
.template.measure-300cc {
    height: 1187px !important;
    padding: 70px 75px !important;
}
.template.measure-360cc {
    height: 1061px !important;
    padding: 70px 75px !important;
}
.template.measure-400cc {
    height: 1385px !important;
    padding: 70px 75px !important;
}
.template.measure-500cc {
    height: 1146px !important;
    padding: 70px 75px !important;
}
.template.measure-550cc {
    height: 1412px !important;
    padding: 70px 75px !important;
}
.template.measure-750cc {
    height: 1159px !important;
    padding: 70px 75px !important;
}

.template.measure-200cc #area-seguranca div {
    outline: none !important;
}
.template.measure-200cc .print-area {
    outline: none !important;
}

.template.measure-300cc #area-seguranca div {
    outline: none !important;
}
.template.measure-300cc .print-area {
    outline: none !important;
}

.template.measure-400cc #area-seguranca div {
    outline: none !important;
}
.template.measure-400cc .print-area {
    outline: none !important;
}

.template.measure-550cc #area-seguranca div {
    outline: none !important;
}
.template.measure-550cc .print-area {
    outline: none !important;
}

.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: 5px solid;
    /* position: absolute; */
    /*transition: ease-in-out 0.5s;*/
}
.template .print-area {
    width: 100%;
    height: 100%;
    outline: 4px dashed #000 !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 {
    z-index: 10;
}
/* .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;
} */

.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;
}
.new-years-message.nav {
    /*display: none;*/
}
.new-years-message {
    /* position: fixed; */
}
.custom-session, .create-session-extend, .create-session {
    /*margin-top: 20px;*/
}

/* CONTROLE DE CORES */
.opcao.cor-ecovaso.medida-360cc[data-classe_cor="translucidas"] {
    display: none;
}
.opcao.cor-ecovaso.medida-360cc[data-id_cor="1"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="2"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="4"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="6"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="8"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="9"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="10"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="11"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="33"] {
    display: flex;
}
.opcao.cor-ecovaso.medida-360cc[data-classe_cor="opacas"] {
    display: none;
}
.opcao.cor-ecovaso.medida-360cc[data-id_cor="3"],
.opcao.cor-ecovaso.medida-360cc[data-id_cor="7"] {
    display: flex;
}

.opcao.cor-ecovaso.medida-500cc[data-id_cor="12"], 
.opcao.cor-ecovaso.medida-500cc[data-id_cor="13"], 
.opcao.cor-ecovaso.medida-500cc[data-id_cor="14"], 
.opcao.cor-ecovaso.medida-500cc[data-id_cor="15"], 
.opcao.cor-ecovaso.medida-500cc[data-id_cor="28"] {
    display: none;
}

.opcao.cor-ecovaso.medida-750cc[data-id_cor="2"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="8"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="7"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="12"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="13"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="14"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="15"], 
.opcao.cor-ecovaso.medida-750cc[data-id_cor="28"] {
    display: none;
}

.excluir-elemento::before {
    content: url(../images/trash.svg);
    width: 30px;
    height: 30px;
    display: block;
}

.elemento.icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.go-back, .go-next {
    width: 30px;
    height: 30px;
    z-index: 3;
    background-color: #fff;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 15%);
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    position: relative;
}

body :is(.go-back, .go-next) :is(.tooltip-go-back, .tooltip-go-next) {
    position: absolute;
    bottom: -25px;
    right: 0px;
    z-index: 4;
    opacity: 0;
    width: 140px;
    text-align: center;
    background-color: #262626;
    transition: all .5s;
    color: white;
    border-radius: 3px;
    padding: 2.5px 5px;
    font-size: 12px;
}

body :is(.go-back, .go-next):hover :is(.tooltip-go-back, .tooltip-go-next) {
    opacity: 1;
}

body :is(.go-back, .go-next).go-disabled {
    pointer-events: none;
    opacity: 0.6;
    background-color: #eee;
}

.template.measure-360cc .frente-verso {
    display: block;
    opacity: 0.5;
    width: 93%;
    height: 87%;
    position: absolute;
    top: 70px;
    right: 70px;
}

p#aviso-full-color {
    text-align: center;
    font-size: 12px;
    color: #EA4335;
    margin-top: 2px;
    margin-bottom: 7px;
    font-weight: bold;
}

section.menu-8 .button.content-center[data-button-id="ecovaso-colors"], section.menu-9 .button.content-center[data-button-id="ecovaso-colors"], section.menu-10 .button.content-center[data-button-id="ecovaso-colors"], section.menu-11 .button.content-center[data-button-id="ecovaso-colors"] {
    display: none;
}
section.menu-8 .button.content-center[data-button-id="cup-colors"], section.menu-9 .button.content-center[data-button-id="cup-colors"], section.menu-10 .button.content-center[data-button-id="cup-colors"], section.menu-11 .button.content-center[data-button-id="cup-colors"] {
    display: none;
}