.imgResize {
    max-height: 150px;
}

/* :root {
    --cor-principal: #0E73B1;
    --cor-secundaria: #084469;
} */

.navBar {
    background-color: var(--cor-principal);
    padding: 1em 2em;
}

.maleta-content {
    padding: 1em 2em;
}

#imgLogo {
    height: 48px;
}

.custom-nav-link {
    color: #fff;
    transition: all .3s;
    font-size: 20px;
    cursor: pointer;
}

.custom-nav-link:hover,
.custom-nav-link:active,
.custom-nav-link:focus {
    color: #fefefe;
}

.navbar-nav {
    gap: 16px;
}

#btnSair {
    font-size: 20px;
    background-color: #fff;
    color: var(--cor-principal);
    width: 120px;
    margin: 16px 0;
    border: 1px solid #000;
    transition: all .3s;
}

#btnSair:hover {
    background-color: var(--cor-secundaria);
    color: #fff;
}

@media screen and (max-width: 1199px) {
    #btnSair {
        width: 100%;
    }

    .custom-nav-link:hover {
        color: #fefefe;
    }

    .navbar-nav {
        gap: 8px;
    }

    .navBar {
        background-color: var(--cor-principal);
        padding: .5em .5em;
    }

    .maleta-content {
        padding: .5em .5em;
    }

    #offcanvasFooterBottomInfo {
        width: 100% !important;
    }
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fefefe;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

#loadingDiv {
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    opacity: 0;
}

#loadingDiv_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 24px;
    border-radius: 15px;
    box-shadow: 5px 5px 8px -7px black;
    position: relative;
}

/* itens do maleta */

.nomeItem,
.rowTextItem,
.textDescItem {
    color: #fff;
}

.rowTextItem {
    font-size: 18px;
}

.rowTextItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.itemBox {
    width: 360px;
    box-shadow: 2px 2px 4px -2px;
    border-radius: 16px;
    border: 1px solid black;
    overflow: hidden;
}

.imgItemBox {
    padding: 10px;
}

.imgItemBox img {
    width: 100%;
    height: 326px;
    /* border-radius: 16px;
    box-shadow: 2px 2px 4px -2px; */
    object-fit: contain;
}

.infoItemBox {
    background-color: var(--cor-principal);
    padding: 16px;
    max-height: 385px;
}

.variacoesItem {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 2em;
    height: 210px;
    /* overflow-y: scroll; */
    user-select: none;
}

.scroll {
    overflow-y: scroll;
}

.variacao {
    background-color: #d9d9d9;
    border-radius: 0 25px 25px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    height: 46px;
}

.gerenciarQntdVariacao {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.removerItem button,
.adicionarItem button {
    background-color: #fff;
    color: var(--cor-principal);
    border-radius: 100%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding-bottom: 4px;
}

.qntdItem {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.primeiroBlocoVariacao {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 12px;
}

.nomeVariacao {
    margin: 0;
    font-size: 18px;
}

.estoqueVariacao {
    font-size: 12px;
    color: black;
}

.precoVariacao {
    font-size: 16px;
}

/* footer */
.btnDefault {
    font-size: 20px;
    background-color: #fff;
    color: var(--cor-principal);
    width: 100%;
    margin: 16px 0;
    border: 1px solid #000;
    transition: all .3s;
}

.btnDefault:hover {
    background-color: var(--cor-secundaria);
    color: #fff;
}

.footer {
    position: sticky;
    bottom: 0;
    border-top: 1px solid #000;
    width: 100%;
    padding: 24px;
    background-color: var(--cor-principal);
    z-index: 9;
}

.footer span {
    font-size: 20px;
    color: #fff;
}

.carrossel-image-area img {
    height: 326px;
    object-fit: contain;
}

.carousel-control-next {
    margin-right: -16px;
}

.carousel-control-prev {
    margin-left: -16px;
}

.form-custom {
    color: #000 !important;
}

.btnFormDefault {
    background-color: #fff;
    color: #0E73B1;
    border: 1px solid #000;
    transition: all .3s;
}

.btnFormDefault:hover {
    background-color: var(--cor-secundaria);
    color: #fff;
}

#renderImageArea {
    border-radius: 15px;
    border: 2px dashed #000;
    height: 195px;
    overflow: hidden;
    background-color: #efeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

#renderImageArea img {
    /* object-fit: contain; */
    height: 100%;
}

.divider {
    background-color: #000;
    height: 2px;
    width: 100%;
}

.modal-conteudo-vendas {
    height: 500px;
    overflow-y: scroll;
}

#accordionFlush {
    width: 480px;
}

#searchArea {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchArea input {
    border-radius: 8px;
    width: 100%;
}

#searchArea button {
    margin-left: -66px;
    font-size: 24px;
    border: none;
    background: none;
}

.mobile{
    display: none;
}

@media screen and (max-width: 576px) {
    .maleta-content {
        display: flex;
        flex-wrap: wrap;
    }

    .itemBox {
        width: 100%;
    }

    .infoItemBox {
        padding: 8px;
    }

    .imgItemBox {
        padding: 2px;
    }

    .imgItemBox img {
        object-fit: contain;
    }

    .variacoesItem {
        height: auto;
        overflow-y: auto;
    }

    .imgResize {
        max-height: 200px;
    }

    .mobile{
        display: flex;
    }
}

.offcanvas-custom-content {
    background-color: var(--cor-principal);
    color: #fff;
}

#offcanvasFooterBottomInfo {
    width: auto;
}

.modal-quanity-control-area {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.modal-quanity-control-area p {
    margin: 0px 12px;
    font-size: 20px;
}

/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
}

.modal-footer {
    text-align: right;
} */

/* jv */

.excluido1 {
    background-color: #ff6e6e;
}

.accordion-button.cancelado::after {
    display: none;
}

.accordion-button.cancelado {
    transition: none;
    background-color: transparent;
    box-shadow: none;
    cursor: default;
}

*:disabled {
    color: whitesmoke;
    opacity: 1;
}

.direita {
    text-align: right;
}

.garantia {
    font-weight: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.qntdItem input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;

    width: 30px;
    max-width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
    background: transparent;
    outline: none;
    padding: 0px;
    font-weight: bold;
}

.qntdItem input[type="number"]::-webkit-inner-spin-button,
.qntdItem input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.zoom {
    display: none;
}

.zoom~label>img {
    cursor: zoom-in;
}

.zoom:checked~label>img {
    transform: scale(6.0);
    cursor: zoom-out;
    z-index: 10;
    position: relative;
    left: 120px;
    top: 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas-header .btn-close {
    filter: invert(1);
}