﻿html, body, html * {
    font-family: 'Roboto', sans-serif;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.navbar-nav > li:hover {
    border-left: 4px solid #BBD760;
    background: white;
    color: #007b45;
}

.navbar .nav-item > .nav-link.active {
    border-left: 4px solid #BBD760;
    background: #efefef;
    color: #007b45;
}

    .navbar .nav-item > .nav-link.active:hover {
        border-left: 0px solid #BBD760 !important;
        background: #efefef;
        color: #007b45;
    }



.site-menu > li:hover {
    border-left: 4px solid #BBD760;
    background: white;
    color: #007b45;
}

.site-menu .site-menu-item > .nav-left-link.active {
    border-left: 4px solid #BBD760;
    background: #efefef;
    color: #007b45;
}

    .site-menu .site-menu-item > .nav-left-link.active:hover {
        border-left: 0px solid #BBD760 !important;
        background: #efefef;
        color: #007b45;
    }

.navbar-nav > li > a {
    color: black;
}

li {
    width: 100%;
}

.site-menu,
.toggle-overlay-label {
    -webkit-transition: 0.5s cubic-bezier(0, 0.84, 0.6, 0.91);
    -moz-transition: 0.5s cubic-bezier(0, 0.84, 0.6, 0.91);
    transition: 0.5s cubic-bezier(0, 0.84, 0.6, 0.91);
    z-index: 100;
}

.site-navbar {
    font-size: 14px;
    z-index: 11;
}

.site-menu {
    background: #fff;
    bottom: 0;
    font-size: 14px;
    height: 100%;
    left: -240px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 240px;
}

.site-menu-item > a {
    color: black;
    display: block;
    margin-bottom: 1px;
    padding: 10px 30px;
    text-decoration: none;
}

    .site-menu-item > a:hover,
    .site-menu-item > a:active {
        color: #333;
    }

.site-menu-item.current > a {
    color: #333;
}


.toggle-overlay-checkbox {
    display: none;
}

.toggle-overlay-label {
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.toggle-menu-checkbox:checked ~ .toggle-overlay-label {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.toggle-menu-checkbox,
.toggle-menu-label {
    display: none;
}

    .toggle-menu-checkbox:checked ~ .site-menu {
        left: 0;
        z-index: 100;
        box-shadow: 4px 0 16px -4px rgba(0, 0, 0, .2);
        -moz-box-shadow: 4px 0 16px -4px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 4px 0 16px -4px rgba(0, 0, 0, .2);
    }

.duvida-desktop-wrapper {
    width: 95%;
    text-align: end;
}

.icone-duvida {
    background-image: url('../images/icon-question.svg');
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
    display: inline-flex;
    color: #027C46;
    vertical-align: middle;
}


        .icone-duvida.tooltip-duvida + .tooltip.bottom .tooltip-inner {
            background-color: #FFF;
            max-width: 339px;
            height: 129px;
            border-radius: 25px;
            box-shadow: 0px 74px 69px -61px rgba(0, 0, 0, 0.10);
        }

        .icone-duvida.tooltip-duvida + .tooltip.bottom .tooltip-arrow {
            border-bottom-color: #FFF;
        }

.tooltip-titulo-duvida {
    color: #BAD263;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 14px;
}

.tooltip-texto-duvida {
    color: #9E9E9E;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.toggle-overlay-checkbox:checked ~ .site-menu {
    left: -240px;
}

.toggle-menu-label {
    cursor: pointer;
    display: inline-block;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    margin-right: 70%;
}

.body-lembrete {
    background-color: #F6F6F6;
}

.site-navbar {
    display: none;
}

.sidebar-lembrete {
    z-index: 2;
}

    .sidebar-lembrete .container-lembrete {
        background-color: #FFF;
        height: 615px;
        border-radius: 0 0 53px 0;
    }

.form-signin {
    width: 100%;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 2rem;
        padding: 10px 16px;
    }

.btn-entity-color {
    color: #fff;
    background-color: #007b45 !important;
    border-color: #007b45 !important;
    border-radius: 5rem;
}

.btn-secondary-color {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    border-radius: 5rem;
}

.entity-color {
    color: #007b45;
}

.btn-entity-color:hover {
    color: #fff;
}

.btn-secondary-color:hover {
    color: #fff;
}

.btn-outline {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.line {
    width: 130px;
    height: 6px;
    border-radius: 3rem;
    background-color: #BBD760;
    border: 0 !important;
}

.font-reset-padding {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.container-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}


.card-order {
    border-top: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    padding: 10px;
    height: 100px;
    width: 220px;
}

.p-0 {
    padding: 0 !important;
}

.pt-5 {
    padding-top: 2rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pr-0 {
    padding-right: 0 !important;
}

.traking-area {
    padding-top: 6rem;
}

.builder i {
    font-size: 35px;
    color: #66dc71;
}

.data {
    color: #222;
    margin-top: -22px;
}

.line-flow {
    border-left: 2px solid #66dc71;
    padding: 0px 17px 50px;
    padding-left: 45px;
}

    .line-flow .ajust {
        display: block;
        position: relative;
        left: -53px;
        top: -1px;
    }

    .line-flow .ajustpoints {
        display: block;
        position: relative;
        left: -49px;
        top: -11px;
    }

.builder .line-flow.default {
    border-left: 3px dashed #000000;
    border-top: none;
}

.builder .line-flow.complete {
    border-left: 3px solid #66dc71 !important;
    border-top: none;
}

.builder .line-flow.canceled {
    border-left: 3px dashed red !important;
    border-top: none;
}

.hide-more .points.canceled {
    color: red !important;
    left: -53px !important;
}

.line-flow .ajust.canceled {
    color: red !important;
}

.builder .ajust.complete {
    color: #66dc71 !important;
}

.builder .ajust.default {
    color: #000000;
}

.line-flow h6 {
    padding-bottom: 0px !important;
}

.builder .ajust.complete {
    color: #66dc71 !important;
}

.builder .ajust.default {
    color: #000000;
}

.builder .ajust.complete {
    color: #66dc71 !important;
}

.line-flow h6 {
    padding-bottom: 12px;
}

#detail.open {
    max-height: 1000px;
    transition: max-height 0.7s;
}

#detail {
    background: #fff;
    color: #444;
    margin: 0 auto;
    /*overflow: hidden;*/
    transition: max-height 0.7s;
}

.automation {
    display: none;
}

.automationShow {
    display: inline-grid !important;
}

.line-text {
    margin-top: -39px;
}

.points {
    display: block;
    position: relative;
    left: -51px;
    top: -1px;
    top: -22px;
}

.reset-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.modal-text {
    padding: 2rem;
}

.wrapper {
    display: grid;
    /*grid-template-columns: 1fr;*/
    grid-template-rows: 100vh;
    align-items: center;
    justify-items: center;
}

.form-auth {
    border: 0;
    border-radius: 4rem;
    padding: 37px;
    box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.38);
}

.detalhes-pedido {
    display: inline;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: calc(50% - 30px);
    margin: auto;
}

    .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ffffff;
        margin: 5px;
        border: 2px solid #4a4a4a;
        margin-bottom: 2rem;
    }

        .owl-carousel .owl-dots .owl-dot.active {
            background: #4a4a4a;
            outline: none;
        }

.owl-carousel.owl-loaded.pedido-carousel {
    display: none
}

.modal-content {
    width: 100%;
    border-radius: 10px !important;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    width: max-content;
}

.modal-dialog-centered-orientacoes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-dialog-centered-modal-duvidas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.line-button {
    border-left: 3px solid #0000;
}

.read-more {
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    width: 220px;
    padding-bottom: 10px;
}

.builder .complete .points {
    color: #66dc71 !important;
}

.modalDuvidas {
    text-align: left;
}
.modalDuvidas-whatsApp {
    text-align: left;
    margin-top: -4px;
}


@media (max-width: 318px) {
    .toggle-menu-label {
        margin-right: 60%;
    }
}

@media (max-width: 470px) {


    .traking-area {
        padding-top: 8rem;
    }

    .pedido-carousel .owl-item {
        width: 203px !important;
    }
}

@media (max-width: 540px) {

    .detalhes-pedido-responsivo {
        display: block !important;
    }

    .detalhes-pedido {
        display: none !important;
    }

    .card-order {
        width: 200px !important;
        height: 100px;
    }

    .read-more {
        width: 200px !important;
    }

    .pedido-carousel .owl-dots {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .site-navbar {
        display: inline !important;
    }

    .reset-padding-response {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sidebar,
    .sidebar-lembrete {
        display: none;
    }

    .duvida-desktop-wrapper {
        display: none;
    }

    .button-spacing-top {
        padding-top: 1rem;
    }

    .card-order {
        width: 195px;
    }

    .read-more {
        width: 195px;
    }
}

@media (min-width: 470px) {
    .toggle-menu-label {
        margin-right: 80%;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (max-width: 991px) {

    .data {
        text-align: right;
    }

    .card-order {
        width: 159px;
    }

    .read-more {
        width: 159px;
    }
}

@media (max-width: 1199px) {
    .card-order {
        width: 174px;
    }

    .read-more {
        width: 174px;
    }
}


/*LOADING*/
div.loading {
    background-color: #000000;
    opacity: 0.80;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 1150;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 20rem auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*LOADING*/

.tag-contato {
    display: block;
    margin-bottom: 5px !important;
    font-family: sans-serif;
    font-style: normal;
    font-size: 15px !important;
}

.container-link {
    margin-top: 150px;
    margin-bottom: 150px;
}

.image-check {
    margin-top: 15px;
    width: 85px;
    vertical-align: middle;
}


/*Icone de ambiente */

.enviroment {
    background-color: #007B45;
    position: absolute;
    top: 0px;
    z-index: 999;
    min-width: 150px;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    padding: 6px 0 6px 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    transform: translateX(-80%);
    transition: ease-in-out .4s;
    opacity: 0.5;
    left: -0%;
}

    .enviroment span {
        padding-right: 15px;
    }

    .enviroment .enviroment_title {
        text-align: center;
        width: 80%;
    }

    .enviroment .enviroment_icon {
        text-align: center;
        width: 20%;
    }

    .enviroment:hover {
        transform: translateX(0%);
        opacity: 1;
    }
/* estilo do icone de ambiente */

#boleto-table, th, td {
    border: 1px #c0c0c0 solid;
    padding: 5px;
    text-align: center;
}

.head-table {
    background-color: #007b45;
    color: #fff;
}

.body-table {
    background-color: #f0f0f0;
    color: #0c0c0c;
}

.span-recuperar-pedido-control {
    display: none;
}

.form-cpf-cnpj {
    margin-top: 30px;
    margin-bottom: 15px;
}

.btn-recupera-pedido {
    color: white;
}

.span-voltar {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.div-voltar {
    margin-top: 32px;
}

.ul-icons {
    display: flex;
    list-style-type: none;
}

@media(max-width: 520px) {
    .ul-icons {
        display: flex;
        list-style-type: none;
        flex-direction: column;
        padding: 0;
    }
}

.icone-recupera {
    display: none;
}

.label-icons {
    border: 1px solid #fff;
    padding: 10px;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

    .label-icons:before {
        background-color: white;
        color: white;
        content: " ";
        border-radius: 50%;
        border: 1px solid grey;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 28px;
        transition-duration: 0.4s;
        transform: scale(0);
    }

.modal-body-whatsapp hr {
    margin: 5px auto;
}

.whatsapp-icon img {
    margin-right: 3px;
}

@media(max-width: 520px) {
    .label-icons {
        display: flex;
        justify-content: center;
    }
}

.icons-recuperar-pedido {
    font-size: 100px;
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    color: #007b45;
}

:checked + .label-icons {
    border-color: #ddd;
}

    :checked + .label-icons:before {
        content: "✓";
        background-color: grey;
        transform: scale(1);
    }

:checked + .icons-recuperar-pedido {
    transform: scale(0.9);
    z-index: -1;
}

.tooltip-inner {
    background-color: #007b45;
}

.label-icons + .tooltip > .tooltip-arrow {
    border-bottom: 5px solid #007b45;
}

.text-danger {
    font-weight: 600;
}

.ul-icons .botao-enviar {
    padding-top: 3rem;
}

.modal-recuperar-sucesso .div-ok {
    padding-top: 3rem;
}

    .modal-recuperar-sucesso .div-ok a {
        font-size: 12px;
        float: none;
    }

.body-content .navbar.sidebar {
    position: fixed;
}

    .navbar.sidebar h4 {
        margin-top: 40px;
    }

.body-content .navbar.sidebar-lembrete {
    position: fixed;
}

    .navbar.sidebar-lembrete h4 {
        margin-top: 40px;
    }

.site-navbar .entity-color.menu {
    margin-right: 8px
}

.site-menu .site-menu-item img {
    padding-right: 10px;
}

    .site-menu .nav-item img {
        padding-right: 10px;
        font-size: 16px;
    }

.detalhes-pedido .card-order span {
    font-size: 16px;
}

    .detalhes-pedido .card-order .text-limiter {
        padding-top: 10px;
    }

        .detalhes-pedido .entity-color ver-mais a {
            text-decoration: none;
        }

.body-content .nav.navbar-nav .nav-item img {
    padding-right: 10px;
}

.card-order .text-limiter-locale {
    padding-top: 10px;
}

    .card-order .modal-ver-mais {
        text-decoration: none;
    }
        .card-order .text-limiter-paymet {
            padding-top: 10px;
        }
            
            .card-order .spans {
                font-size: 16px;
            }

            .card-order .text-limiter {
                padding-top: 10px;
            }


.reset-padding-response .line-flow.complete i {
    font-size: 13px;
}
    .reset-padding-response .line-flow.complete span {
        color: black; 
        font-size: 24px;
    }

        .reset-padding-response .line-flow.complete p {
            color: black; 
        }

            .reset-padding-response .data h6 {
                color: black; 
            }

                .reset-padding-response .line-text span {
                    color: black; 
                    font-size: 24px;
                }

                .reset-padding-response .line-text span p {
                    color: black; 
                }

.modal-body-conservacao {
    word-break: keep-all;
}
