@charset "UTF-8";


body .product-badge span {
    text-overflow: ellipsis !important;
}

.ui-dialog-content-meet .ui-dialog-content {
    overflow: hidden !important;
}

.ui-datatable-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ui-inputfield.ui-state-focus {
    box-shadow: 0 0 0 0.2em #78d67a !important;
    border-color: #5BBB5D !important;
}

.ui-inputfield.ui-state-hover {
    border-color: #5BBB5D !important;
}

.ui-selectonemenu.ui-state-focus:not(.ui-state-error) {
    box-shadow: 0 0 0 0.2em #78d67a !important;
    border-color: #5BBB5D !important;
}

.ui-selectonemenu.ui-state-hover:not(.ui-state-error) {
    border-color: #5BBB5D !important;
}

.ui-radiobutton-box.ui-state-hover {
    border-color: #5BBB5D !important;
}

.ui-radiobutton-box.ui-state-active {
    box-shadow: 0 0 0 0.2em #78d67a !important;
    border-color: #5BBB5D !important;
    background: #5BBB5D !important;
}

.ui-chkbox-box.ui-state-hover {
    border-color: #5BBB5D !important;
}

.ui-chkbox-box.ui-state-active {
    box-shadow: 0 0 0 0.2em #78d67a !important;
    border-color: #5BBB5D !important;
    background: #5BBB5D !important;
}

.ui-chkbox .ui-chkbox-box.ui-state-focus {
    box-shadow: 0 0 0 0.2em #5BBB5D !important;
}

.ui-button-primary {
    background: #5BBB5D !important;
    border: 1px solid #5BBB5D !important;
}

.scroll-container {
    display: flex;
    height: 220px;
    overflow-x: auto; /* Enables horizontal scrolling */
    scroll-snap-type: x mandatory; /* Snap scrolling behavior */
    gap: 16px; /* Space between cards */
    padding: 5px 0;
    align-items: stretch;
}

.layout-wrapper.layout-topbar-blue .layout-topbar {
    background-color: #5BBB5D;
}

.layout-wrapper.layout-topbar-blue .layout-topbar .layout-topbar-icon:hover {
    background-color: #78d67a !important;
}

.w-400 {
    width: 400px !important;
}

.card-main {
    border: 1px solid #dee2e6;
    border-radius: 5px 5px 0 0;
}

.b-none {
    border: none !important;
}

.p-right-10 {
    padding-right: 10px !important;
}

.toolbar-crud {
    border-radius: 3px 3px 0 0 !important;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.toolbar-crud-w-dtheader {
    border-radius: 3px 3px 0 0 !important;
    border: none !important;
    border-bottom: none !important;
}

.ui-splitbutton-raised {
    border-radius: 5px !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.ui-inputgroup-raised {
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.ui-datatable .ui-paginator.ui-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-bottom: 0 !important;
}

.mini-card {
    border-radius: 3px !important;
    background-color: #E8E9EB !important;
    font-size: 10px;
}

.card-relatorio {
    border-left: 2px solid gray;
    padding: 10px;
    background-color: gainsboro;
    border-radius: 0 3px 3px 0;
}

.f-workshift .fa-solid {
    width: 25px !important;
    border: 1px solid gainsboro !important;
    border-radius: 3px 3px 0 3px !important;
    padding: 3px !important;
    text-align: center !important;
    background-color: #E8E9EB !important;
}

.f-menu .fa-solid {
    width: 25px !important;
    border: 1px solid gainsboro !important;
    border-radius: 3px !important;
    padding: 3px !important;
    text-align: center !important;
    background-color: #E8E9EB !important;
}

.f-menu .fas {
    width: 25px !important;
    border: 1px solid gainsboro !important;
    border-radius: 3px !important;
    padding: 3px !important;
    text-align: center !important;
    background-color: #E8E9EB !important;
}

.product-badge.status-lowstock {
    background: #feedaf;
    color: #8a5340;
}

.ui-panel-content-p0 .ui-panel-content {
    padding: 0 !important;
}

.bb-gray {
    border-bottom: solid 5px gainsboro !important;
}

.ui-chip.gmaps-place-chip {
    background: var(--primary-color);
    color: var(--primary-color-text);
}

.gmaps-card .ui-card-body {
    background-color: gainsboro !important;
    border-radius: 3px !important;
    padding: 0 !important;
}

.gmaps-card .ui-card-content {
    padding: 2px !important;
}

.ui-card-vehicle-operation {
    position: relative !important;
}

.ui-card-vehicle-operation .ui-card-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ui-card-vehicle-operation .ui-card-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 1rem !important;
}

.ui-card-vehicle-operation-team {
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.login-body .login-panel {
    max-height: 80% !important;
    height: auto !important;
    padding: 20px;
    border-radius: 3px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.login-body .login-panel .login-panel-content {
    margin-top: 0;
}

.layout-right-panel {
    width: 350px;
    right: -350px;
}

.login-body .login-panel input {
    padding: 10px;
}

.overview-box {
    padding: 1em !important;
}

.ui-card-content-p0 .ui-card-content {
    padding: 0 !important;
}

.card-image {
    width: 100px;
    margin-bottom: 10px;
}

.card-image .ui-card-body {
    padding: 0 !important;
}

.ui-panel .ui-panel-titlebar {
    border: 1px solid #dee2e6 !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: #36454F !important;
    color: #fff !important;
    padding: 1rem !important;
    border-bottom: solid 5px #EFF7EF !important;
}

.card-image .ui-card-content {
    padding: 0 !important;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-image .ui-card-footer {
    padding: 0 !important;
}

@media screen and (max-width: 40em) {
    .login-body .login-panel {
        height: calc(100% - 60px);
    }
}

.ui-confirm-dialog {
    padding: 0 !important;
}

.ui-dialog.ui-confirm-dialog .ui-dialog-content {
    padding: 10px !important;
}

.ui-dialog-status .ui-dialog-content {
    border: none !important;
    background: #fff !important;
    padding: 5px !important;
    box-shadow: none !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.ui-dialog .ui-dialog-footer {
    border-top: solid 3px #d7ded7 !important;
    background: #EFF7EF !important;
    padding: 0.5rem !important;
}

.ui-tabs .ui-tabs-panels .ui-tabs-panel {
    padding: 0 0 !important;
}

.modal-label {
    line-height: 30.64px;
    vertical-align: middle;
}

body .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
    padding: 0 5px !important;
}

.ui-breadcrumb {
    margin-bottom: 16px;
}

.ui-paginator-rpp-options {
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.ui-paginator-rpp-options:focus {
    border-color: #0f97c7;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em #91dcf7;
}

.ui-contextmenu {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/*
background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
*/

.ui-reflow-label {
    display: none !important;
}

.ui-datatable-reflow .ui-reflow-dropdown {
    border-radius: 3px;
    padding: 7px 4px;
    border: 1px solid #ced4da;
}

.ui-datatable-reflow .ui-reflow-dropdown:focus {
    border-color: #0f97c7;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em #91dcf7;
}

.product-badge {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    border-radius: 2px;
    padding: 0.25em 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.product-badge.status-instock {
    background: #C8E6C9;
    color: #256029;
}

.product-badge.status-outofstock {
    background: #FFCDD2;
    color: #C63737;
}

.layout-wrapper .layout-topbar {
    position: fixed;
    min-width: 300px;
}

.custom-ui-toolbar {
    padding: 13px !important;
}

.ui-datatable .ui-datatable-header {
    padding: 6px !important;
}

.btn-img {
    height: 100px;
    padding: 15px;
    object-fit: cover !important;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.tbl-brand {
    width: 30px;
    padding: 2px;
    object-fit: cover !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.btn-img-bg {
    height: 100px;
    padding: 15px;
    object-fit: cover !important;
    background: #65686a;
    border-radius: 3px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.datatable-hidden thead {
    display:none;
}

.d-none {
    display: none !important;
}

.border-blink {
    animation: blink 1s !important;
    animation-iteration-count: 400 !important;

    -webkit-animation-name: blink !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0) !important;
    -webkit-animation-duration: 3s !important;
}

.border-blink-fast {
    animation: blink 1s !important;
    animation-iteration-count: 400 !important;

    -webkit-animation-name: blink !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0) !important;
    -webkit-animation-duration: 1s !important;
}

@keyframes waveWarning {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6); /* amarelo */
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
        transform: scale(1.02);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
        transform: scale(1);
    }
}

@keyframes waveDanger {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); /* vermelho */
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
        transform: scale(1.03);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
        transform: scale(1);
    }
}

.border-blink-warning {
    animation: waveWarning 1.5s infinite;
    border: 2px solid #ffc107;
    border-radius: 6px;
    background-color: #fffbea;
    transition: all 0.3s ease-in-out;
}

.border-blink-danger {
    animation: waveDanger 1.5s infinite;
    border: 2px solid #dc3545;
    border-radius: 6px;
    background-color: #ffe6e9;
    transition: all 0.3s ease-in-out;
}


.ui-button-dialog {
    width: auto !important;
}

.bg-imediato {
    background: tomato !important;
    padding: 5px;
}

.bg-futuro {
    background-color: #99ffa3 !important;
}

.bg-success {
    background-color: #c8e6c9 !important;
}

.bg-warning {
    background-color: #feedaf !important;
}

.custom-breadCrumb {
    z-index: 99 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 70px !important;
    border-radius: 0 !important;
}

.bg-danger {
    background-color: #ffcdd2 !important;
}

.ui-chip.primary-chip {
    background: var(--primary-color);
    color: var(--primary-color-text);
}

.ui-chip.danger-chip {
    background: tomato;
    color: #fff;
}

.ui-datatable-overflow td {
    max-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.layout-wrapper .layout-topbar .layout-topbar-search {
    margin-left: 40px !important;
}

.custom-marker {
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.ui-chronoline-event-content,
.ui-chronoline-event-opposite {
    line-height: 1;
}

@media screen and (max-width: 960px) {
    .customized-chronoline .ui-chronoline-event:nth-child(even) {
        flex-direction: row !important;
    }

    .customized-chronoline .ui-chronoline-event:nth-child(even) .ui-chronoline-event-content {
        text-align: left !important;
    }

    .customized-chronoline .ui-chronoline-event-opposite {
        flex: 0;
    }

    .customized-chronoline .ui-card {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .layout-wrapper .layout-topbar .layout-topbar-search {
        margin-left: 0px !important;
    }
}

/*
@media screen and (min-width: 992px) {
    .layout-wrapper.layout-slim .layout-menu-container {
        width: 57px;
        overflow: auto !important;
        overflow-y: hidden !important;
    }
}*/

@-webkit-keyframes blink {
    67% {
        opacity: 0
    }
}
@-moz-keyframes blink {
    67% {
        opacity: 0
    }
    ;
}
@-o-keyframes blink {
    67% {
        opacity: 0
    }
    ;
}
@keyframes blink {
    67% {
        opacity: 0
    }
    ;
}

@media screen and (max-width: 991px) {
    .layout-wrapper .layout-topbar .layout-topbar-search {
        background-color: #f4f4f4;
        position: absolute;
        left: 0;
        width: 100%;
        top: 70px;
        margin-left: 0;
        text-align: center;
        height: 40px;
        line-height: 25px;
        -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
        -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
    }

    .layout-topbar-search .ui-selectonemenu {
        border-radius: 0px;
        display: block;
    }
}

@media screen and (min-width: 720px) {
    .ui-dialog {
        max-width: 80%;
    }

    .maxw-dn-700 {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .ui-dialog {
        max-width: 80%;
    }

    .minw-dn-700 {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .ui-dialog {
        max-width: 50%;
    }

    .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo {
        margin: 10px 0 0 0;
    }

    .layout-wrapper.layout-horizontal .layout-menu-container {
        width: 100%;
        overflow: visible;
        min-height: 45px;
        position: static;
        padding: 0.5em 0.5em;
    }
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display:none;
}
