
#content {
    overflow: auto;
}

.productImg {
    height: 170px;
    width: 100%;
    vertical-align: middle;
    object-fit: contain;
    transition: .5s height;
    transition: .5s width;
    margin-top: 10px;
}

.cart-resume {
    height: fit-content;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

.breadcrumb {
    background: none;
}

a:hover {
    color: #127eda !important;
}

.cursor-pointer {
    cursor: pointer;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
    font-size: 16px;
    font-weight: 300;
}

.dropdown-toggle.btn-light.disabled,
.dropdown-toggle.btn-light:disabled {
    color: #495057 !important;
    border: 1px solid #ced4da !important;
    background-color: #e9ecef;
}

.dropdown-toggle.btn-light {
    border: 1px solid #ced4da !important;
    background-color: #fff;
    color: #495057 !important;
}

li.disabled {
    display: none;
}

a.btn:hover {
    color: white !important;
}

button[data-id="selectTeamCart"] .filter-option-inner-inner {
    padding-right: 30px;
    text-align: right;
}

.cartCategorySeparator {
    color: white;
    width: 100%;
}

.content {
    opacity: 0;
    position: relative;
    padding-top: 65px;
    /* was 0 padding */
    /* padding-top: 40px; */
}



/* .content {
  padding-top: 40px;
} */

.loader-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    /*background-color: #123;
    /*background-image: url("/images/home-bg.jpg");*/
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.loader-holder {
    display: table-cell;
    padding-top: 35vh;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tabulator-table {
    visibility: visible !important;
    display: initial;
}

.btn-rounded {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.tooltip {
    pointer-events: none;
}

.validateCard {
    background-color: #ffbfbf;
    z-index: 100;
}

.validateCard .card-title {
    font-size: 20px;
    color: #666;
}

.cartCategorySeparator {
    font-size: 20px;
}

.order.card-title {
    margin-top: 20px;
    font-size: 30px;
}

.big-title {
    margin-top: 5px;
    font-size: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:disabled.productDesc {
    background-color: transparent;
    border: none;
    padding: 0;
}

div[tabulator-field="state_name"] {
    display: none !important;
}

.swal2-actions {
    width: auto !important;
}

.product-order .img-thumbnail {
    max-height: 200px;
    height: 150px;
    width: 150px;
}

.m-a {
    margin-left: auto;
    margin-right: auto;
}

.tabulator-table {
    width: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    /*background-image: url("/images/home-bg.jpg") !important;*/
    background-color: #f7f7f7;
    background-size: cover;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background {
    background-color: #f7f7f7;
    position: absolute;
    height: 100vh;
    width: 100vw;
}

.left-logo span {
    font-size: 2.5em !important;
    font-weight: 300;
    line-height: 1.2;
    word-break: break-all;
}

#sidebar {
    padding-top: 65px;
    background: #1b3652;
    color: #fff;
}

#sidebar ul.components {
    border-bottom: none;
}

#sidebar ul li a {
    background-color: transparent;
}

#sidebar ul li a[aria-expanded=true] {
    color: #ffffff;
    background: none;
}

#sidebar ul li a:hover {
    background-color: transparent;
    transform: scale(1.05);
}

#sidebar .dropdown-button {
    width: 50px;
    z-index: 99;
}

#sidebar hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-footer{
    width: 100%;
}

ul ul a {
    background: #fff;
}

a[aria-expanded=true] {
    background: #fff;
}

.deleted-product {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    #img_logo.invisible {
        display: block !important;
        visibility: visible !important;
    }
}

.table th {
    border-top: none;
    position: sticky;
}

.order-sign {
    height: 60px;
    width: 60px;
    padding-top: 6px;
    margin-right: 10px;
    font-size: 30px;
}

.DashboardCarousel {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.DashboardCarousel .carousel-item {
    width: 100%;
    background-color: #fff;
    padding: 20px 50px 50px 50px;
}

.DashboardCarousel .carousel-indicators li {
    background-color: #797979;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E");
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

.DashboardCarousel .img-carousel {
    width: 350px;
    height: 280px;
    object-fit: contain;
    z-index: -1;
}

.dashboard-campaign {
    width: 100%;
    min-height: 500px;
    transition: all .5s;
}

.dashboard-campaign hr {
    margin-bottom: 0px;
}

.dashboard-campaign img {
    width: 100%;
    min-height: 500px;
    background-color: #ddd;
    object-fit: cover;
    max-height: 50vh;
}

.dashboard-controls {
    width: 100%;
}

.dashboard-controls i {
    font-size: 46px;
    margin-top: 10px;
    margin-right: 20px;
}

.dash-card {
    padding: 0;
}

.dash-card-inner {
    background-color: #fff;
    height: 150px;
}

a.btn-link {
    transition: .15s;
}

a.btn-link:hover,
a.btn-link:focus {
    color: #3085d6 !important;
    transform: scale(1.1);
    text-decoration: none;
}

a.btn-primary:focus {
    color: #fff !important;
}

a.btn-primary[aria-expanded=true] {
    color: #333 !important;
}

.swal2-popup {
    padding: 1.55em !important;
}

.campaignItem {
    padding: 15px;
}

.campaignItem img {
    max-height: 200px;
    height: 100px;
    object-fit: contain;
}

.m-auto {
    margin: auto;
}

.product-item {
    transition: .5s width, height;
    height: 350px;
}

.product-item>a {
    height: inherit;
}

.product-item .card {
    height: inherit;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05);
}

.product-item-image {
    height: 175px;
    text-align: center;
}

.product-item-sku {
    height: 40px;
}


/*@media screen and (min-width: 2100px) {
    .content{
        max-width:2100px;
        margin: auto;
    }
    .product-item {
        height: 520px;
    }

    .product-item-image {
        height: unset;
        text-align: center;
    }

    .productImg {
        height: unset;
    }
}*/

.img-preloader {
    position: absolute;
    z-index: 19;
    height: 190px;
    object-fit: contain;
    left: 0;
    width: 100%;
}

.printingImage {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}

.media-list li img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.media-list li {
    height: 202px;
}

.media-list li video {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

div#hint_brand .modal-dialog {
    top: 210px;
    width: 567px;
    max-width: 100%
}

li.myupload span {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    background: #fff
}

li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 54px
}

.media-list li {
    float: left;
    border: 1px solid #ccc;
    background: #ccc;
    position: relative;
    margin: 0 5px 5px 0;
    width: 202px
}

.media-list li:last-child {
    margin-right: 0
}

.post-thumb {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
}

.media-list li:hover .post-thumb {
    display: block
}

a.remove-pic {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

a.remove-pic-saved {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

a.see-pic {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

a.star-pic {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

.inner-post-thumb {
    position: relative
}

.user-post-text-wrap {
    position: relative
}

.user-pic-post {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0
}

.user-pic-post img {
    width: 100%
}

.user-txt-post {
    padding: 0 0 0 65px
}

textarea.form-control.upostTextarea {
    border: 0;
    box-shadow: none;
    height: 85px;
    resize: none
}

.user-post-text-wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

.user-post-btn-wrap {
    margin: 25px 0 0
}

ul.btn-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.btn-nav li {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}

ul.btn-nav li span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=100);
    cursor: pointer;
}

ul.media-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.dropdown.bootstrap-select.qty {
    max-width: 100px;
    margin-left: 10px;
}

.qty .nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f8fafc;
    border-color: #dee2e6;
    border-radius: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdownLabel {
    min-height: 36px;
}

.iconDetails {
    margin-left: 2%;
    float: left;
    max-height: 60px;
    width: auto;
    max-width: 80px;
}

.container2 {
    width: 100%;
    height: auto;
    padding: 1%;
}

h4 {
    margin: 0px;
}

/* == 2020 == */

/* - header - */

.navbar {
    padding: 0;
    box-shadow: none;
    opacity: 1;
    height: 65px;
}

.navbar>.container-fluid {
    justify-content: start;
    align-items: normal;
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
    flex-wrap: wrap;
}

#sidebarCollapse {
    transform: scale(0.7);
    height: auto;
    min-width: 35px;
    min-height: 100%;
    padding: 0;
    background-color: #fff;
}

#sidebarCollapse span {
    height: 3px;
    width: 20px;
}

.nav-search-wrapper {
    width: 25em;
    position: relative;
    margin-left: auto;
}

.navbar-search {
    z-index: 200;
    cursor: auto;
    --tw-bg-opacity: .75;
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
}

#navbarSupportedContent .navbar-nav {
    flex-direction: row;
}

#navbarSupportedContent .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

/* - detail - */

.prod-detail-main-img,
.prod-detail-img {
    position: relative;
    cursor: pointer;
}

.prod-detail-main-img::after,
.prod-detail-img::after {
    opacity: 0;
    content: "\F00E";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.prod-detail-main-img::after {
    width: 40px;
    height: 40px;
    font-size: 40px;
}

.prod-detail-main-img img,
.prod-detail-img img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    max-height: 600px;
    object-fit: contain;
}

.prod-detail-main-img:hover img,
.prod-detail-img:hover img {
    opacity: .2;
}

.prod-detail-main-img:hover::after,
.prod-detail-img:hover::after {
    opacity: 1;
}

.prod-detail-thumbnails {
    margin: 5px -3px 10px;
}

.prod-detail-img {
    padding: 3px;
    flex: 0 0 25%;
    max-width: 25%;
}

.prod-detail-img::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.img-thumbnail {
    background-color: #fff !important;
}

.swal2-input {
    font-size: 1.13rem !important;
}


@media (max-width: 766px) {
    #navbarSupportedContent {
        margin-left: auto;
    }

    .nav-search-wrapper {
        width: 100%;
    }

    .navbar>.container,
    .navbar>.container-fluid {
        padding-right: 0;
    }
}

@media (max-width: 991px) {


    .navbar>.container,
    .navbar>.container-fluid {
        padding-right: 0;
    }
}

@media (max-width: 1500px) {
    #sidebar.active {
        min-width: 100%;
    }

    #sidebar.active+#content {
        padding: 0;
    }

    #sidebarCollapse.active {
        position: fixed;
        top: 0;
        right: 0;
        min-height: 53px;
        z-index: 10;
        background-color: rgba(255, 255, 255, .7);
    }

    #sidebarCollapse.active span:nth-of-type(2) {
        transform: rotate(90deg) translate(0px, 11px);
        opacity: 1;
        width: 15px;
    }

    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(3px, 5px);
        width: 10px;
    }

    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(3px, -5px);
        width: 10px;
    }
}

@media (min-width: 991px) {}

@media (min-width: 1500px) {
    #sidebarCollapse {
        opacity: .9;
    }

    #sidebarCollapse:not(.active) span:nth-of-type(2) {
        transform: rotate(90deg) translate(0px, 11px);
        opacity: 1;
        width: 15px;
    }

    #sidebarCollapse:not(.active) span:first-of-type {
        transform: rotate(45deg) translate(3px, 5px);
        width: 10px;
    }

    #sidebarCollapse:not(.active) span:last-of-type {
        transform: rotate(-45deg) translate(3px, -5px);
        width: 10px;
    }
}


.tabulator-row .tabulator-cell {
    height: fit-content !important;
    max-height: 100px;
    vertical-align: middle;
}

#section-menu {
    overflow-y: auto;
    max-height: 600px;
    width: 100%;
}

#section-menu .dropdown-submenu {
    width: fit-content;
    block-size: fit-content;
    background-color: #fff;
}

#section-menu .dropdown-item {
    width: fit-content;
    block-size: fit-content;
    background-color: #fff;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-addToCart {
    width: calc(1.6em + 0.75rem + 4px);
    height: calc(1.6em + 0.75rem + 5px);

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.selectQtdContainer {
    padding: 0 40px;
    width: 100%;
    justify-content: center;
    align-content: center;

}

.selectQtd {
    width: 200px;
    padding-right: 30px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-item-selectQtd {
    position: relative;

}

/*.product-item-selectQtd button{
    position: absolute;
    right: 15px;
    bottom: 2px;
}*/


.backToOrderPopup {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 300px;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    border: solid #c8c8c8 1px;
}

.backToOrderPopup_closeBtn {
    position: absolute;
    top: 5px;
    right: 10px;
}

.orderNote {
    overflow: hidden;
}

.no-events {
    pointer-events: none;
}

.attachment_file>div {
    width: 200px;
}

.attachment_file_img {
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ft_file {
    background-image: url(/images/file_manager/002-doc.png);
}


.ft_pdf {
    background-image: url(/images/file_manager/001-pdf.png);
}

.ft_cs,
.ft_xls,
.ft_php,
.ft_dll,
.ft_exe,
.ft_msi,
.ft_db,
.ft_sql {
    background-image: url(/images/file_manager/002-doc.png);
}

.ft_jpg {
    background-image: url(/images/file_manager/003-jpg.png);
}

.ft_png {
    background-image: url(/images/file_manager/005-png.png);
}

.ft_bmp {
    background-image: url(/images/file_manager/007-bmp.png);

}

.ft_gif {
    background-image: url(/images/file_manager/001-gif.png);
}

.ft_txt {
    background-image: url(/images/file_manager/006-txt.png);
}

.ft_flv {
    background-image: url(/images/file_manager/003-flv.png);
}

.ft_js,
.ft_ini,
.ft_bat,
.ft_css {
    background-image: url(/images/file_manager/002-doc.png);
}

.ft_xml {
    background-image: url(/images/file_manager/007-xml.png);
}

.ft_htm,
.ft_html {
    background-image: url(/images/file_manager/002-doc.png);
}

.ft_rar,
.ft_zip {
    background-image: url(/images/file_manager/004-fecho-eclair.png);
}

.ft_mp4 {
    background-image: url(/images/file_manager/008-video.png);
}

.feedback-comment-input {
    position: relative;
    width: 100%;
}

.feedback-comment-input-text {
    width: 100% !important;
    height: 150px !important;
    resize: none;
    padding: 20px;
    padding-right: 200px;
}

.feedback-comment-input-submit {
    position: absolute;
    right: 20px;
    top: 55px;
}

.feedback-comment-input-attachments {
    position: absolute;
    right: 70px;
    top: 55px;
    background-color: #e2e2e2;
    color: #333;
}

.autoresizing {
    display: block;
    overflow: hidden;
    resize: none;
}

img {
    pointer-events: none;
}

a i {
    pointer-events: none;
}

body.swal2-toast-shown .swal2-container {
    width: 500px !important;
}

.swal2-popup.swal2-toast {
    box-shadow: 0 0 0.625em #bcbcbc !important;
}

#lightboximg {
    position: absolute;
    z-index: 1500;
}


.watermarked {
    position: relative;

}

.watermarked:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("/images/watermark.png") center;
    background-size: contain;
    background-repeat: repeat;
    opacity: 1;
}

#lightboximg .carousel-inner {
    position: relative;
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.productItemIsNewBadge {
    position: absolute;
    top: 5px;
    right: -15px;
    transform: rotate(45deg);
    z-index: 20;
}

.stockWarning {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 20;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.orderStockWarning {
    position: relative;
    display: inline-flex;
    z-index: 20;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.stockWarning_green {
    background-color: #00a717;
}

.stockWarning_red {
    background-color: #db1717;
}

.stockWarning_orange {
    background-color: #e7c100;
}

/*Manuals*/

.manuals-attachment-input {
    background-color: #e2e2e2;
    color: #333;
}

.alert {
    text-align: left;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-danger {
    color: #700808;
    background-color: #e5a8a8;
    border-color: #e39090;
}

.manual-tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.manual-label {
    margin-bottom: 0.5rem;
}

.manual-content {
    border: #E6E9EC solid 1px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.manual-show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.show-image {
    max-height: 150px;
    border-radius: 5px;
    margin-bottom: 5px;
}

/*MultiStoreImport*/

.import-card {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.import-card-header {
    padding-top: 10px;
    padding-bottom: 2px;
    text-align: center;
    color: white;
    background-color: #227DC7;
    border-radius: 0.25rem;
    vertical-align: middle;
}

.data {
    list-style: none;
}

.feedback-comment-container {
    position: relative;
}

.feedback-comment-aside-info {
    position: absolute;
    top: 10px;
    right: 10px;
}

.comment_timestamp {
    width: 110px;
    text-align: right;
}

.btn-hover-danger:hover {
    background-color: #e3342f;
    border-color: #e3342f;
    color: white !important;

}

.btn-hover-primary:hover {
    background-color: #227dc7;
    border-color: #2176bd;
    color: white !important;
}

.transparent {
    background-color: transparent !important;
}

textarea.form-control.border-none {
    background-color: transparent !important;
    border: none;
    padding: 10px 10px 10px 0;
    margin: 0;
}


.orderHistory-comment-input-text {
    width: 100% !important;
    resize: none;
    padding: 20px;
    padding-right: 200px;
}

.orderHistory-comment-input-attachments {
    position: absolute;
    right: 70px;
    top: 25px;
    background-color: #e2e2e2;
    color: #333;
}

.orderHistory-comment-input-submit {
    position: absolute;
    right: 20px;
    top: 14px;
}

.order-history-container {
    position: relative;
}

.order-history-line {
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.525);
    bottom: 0;
    top: 0;
    left: 170px;
    z-index: 9;
}

.order-history-timeblock {
    min-width: 120px;
    max-width: 120px;
    text-align: center;
    margin-top: 20px;
}

.order_history_icon {
    text-align: center;
    z-index: 10;
    min-width: 100px;
    max-width: 100px;

}

.order_history_container {
    margin-left: 20px;
}

.expandable {
    pointer-events: all !important;
    cursor: pointer;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
    position: absolute;
    object-fit: cover;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.overlay {
    height: auto;
    height: -moz-available;
    /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}

:target {
    -webkit-animation: target-fade 1s;
    -moz-animation: target-fade 1s;
    -o-animation: target-fade 1s;
    animation: target-fade 1s;
}

/**
 * Keyframe animation definition
 *
 * 1. Insert a color of your choice here
 */

@-webkit-keyframes target-fade {
    from {
        background-color: red;
    }

    /* [1] */
    to {
        background-color: transparent;
    }
}

@-moz-keyframes target-fade {
    from {
        background-color: red;
    }

    /* [1] */
    to {
        background-color: transparent;
    }
}

@-o-keyframes target-fade {
    from {
        background-color: red;
    }

    /* [1] */
    to {
        background-color: transparent;
    }
}

@keyframes target-fade {
    from {
        background-color: red;
    }

    /* [1] */
    to {
        background-color: transparent;
    }
}


.text-purple {
    color: #6725ff;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.img-cover {
    object-fit: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.bg-avalidar {
    background-color: #2e8ff3 !important;
    color: #fff !important;
}

.bg-validado {
    background-color: #2ef35f !important;
    color: #fff !important;
}

.bg-aconfirmar {
    background-color: #352ef3 !important;
    color: #fff !important;
}

.bg-confirmado {
    background-color: #8a2ef3 !important;
    color: #fff !important;
}

.bg-emprodução {
    background-color: #f3832e !important;
    color: #fff !important;
}

.bg-produzido {
    background-color: #f3df2e !important;
    color: #fff !important;
}

.bg-enviada {
    background-color: #a7f32e !important;
    color: #fff !important;
}

.bg-fechada {
    background-color: #3ea919 !important;
    color: #fff !important;
}


.bg-oferta {
    background-color: #06ff89 !important;
    color: #fff !important;
}

.bg-cancelada {
    background-color: #f32e2e !important;
    color: #fff !important;
}


body .popover {
    z-index: 500;
    display: block;
    max-width: 550px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.tabulator-responsive-collapse table {
    width: 100%;
}

.img-preview {
    height: 100px;
}

[type='checkbox']:checked {
    background-color: #3490dc !important;
}

/* switch account  */
.advanced-tables-fav-bar-nav {
    min-height: 60px;
}

.account-switcher {
    position: relative;
    display: inline-block;
}

.profile-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-name {
    font-weight: bold;
    color: #333;
}

.account-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    z-index: 1000;
    min-width: 200px;
}

.account-dropdown.show {
    display: block;
}

.account-option {
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.account-option:hover {
    background-color: #f1f1f1;
}

.account-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.avatar {
    background-color: #1b3652;
    color: white;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}


#login .input-group {
    background-color: #fff;
    color: #0d0d0d;
    text-align: left;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
    margin: none;
    width: 85%;
    border: 2px solid #dddddd;
    transition: all 0.5s ease-in-out;
}

#login input[type=button],
#login input[type=submit],
#login input[type=reset],
#login button[type=button],
#login button[type=submit],
#login button[type=reset] {
    border-radius: 50px;
    background: rgb(38, 133, 242);
    background: linear-gradient(45deg, rgba(38, 133, 242, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

#login input[type=button]:hover,
#login input[type=submit]:hover,
#login input[type=reset]:hover,
#login button[type=button]:hover,
#login button[type=submit]:hover,
#login button[type=reset]:hover {
    transform: scale(1.1);
}

#login input[type=email],
#login input[type=password] {
    border: none;
    border-radius: 0;
    height: 60px;
    padding: 15px 15px;
    background-color: transparent;
    width: 100%;
}

#login #formContent {
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 0px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    opacity: 1;
}

#login #formFooter {
    background-color: #fff;
    border-top: 1px solid #dce8f1;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.colored-back {
    background: rgb(15, 142, 217);
    background: radial-gradient(circle, rgba(15, 142, 217, 1) 1%, rgb(0, 55, 87) 75%);
}

.rounded-none {
    border-radius: 0;
}

.account-switcher #dropdownMenuButton::after {
    display: none;
}

.line-through {
    text-decoration: line-through;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.first-letter\:capitalize:first-letter {
    text-transform: capitalize;
}

.navbar .notifications-dropdown .dropdown-menu-right {
    right: 0;
    left: auto;
    position: absolute;
}

.navbar .account-switcher .dropdown-menu-right {
    right: 0;
    left: auto;
    position: absolute;
}

/* Select Qty in cart Css */
.custom-selectCart-qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    width: auto;
    min-width: auto;
    max-width: 100%;
    transition: all 0.3s ease;
    height: auto;
    display: inline-block;
    white-space: nowrap;
}

.custom-selectCart-qty:focus {
    border-color: #007bff;
    outline: none;
}

.custom-selectCart-qty option {
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
}

.custom-selectCart-qty::-ms-expand {
    display: none;
}

.custom-selectCart-qty::after {
    content: ' ▼';
    font-size: 12px;
    color: #333;
}

.custom-selectCart-qty option {
    height: 40px;
    line-height: 40px;
}

.custom-selectCart-qty-container {
    position: relative;
    display: inline-block;
}


.custom-input-cart-qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px 1px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    width: 80px;
    min-width: 80px;
    max-width: 100%;
    transition: all 0.3s ease;
    height: auto;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.custom-input-cart-qty:focus {
    border-color: #007bff;
    outline: none;
}

/* Dashboard PO Icon*/
.POiconDashboard {
    cursor: pointer;
    background-color: #3490dc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 50%;
    padding: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.POiconDashboard:hover {
    background-color: #2779bd;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}


.btn-primary {
    background: linear-gradient(135deg, #007bff, #0166d1);

    color: #fff;
}

/* PO e SmartBuy */
.dash-card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.dash-card-inner a {
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem;
}

.po-section,
.sb-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.po-icon-lm,
.sb-icon {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    background-color: #3490dc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    padding: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.po-icon-lm {
    background-color: #71bf44;
    color: #fff;
}

.sb-icon {
    background-color: #ffc107;
    color: #000000;
}

.po-orders-number,
.sb-orders-number {
    font-size: 2rem;
    color: #333;
    padding: 0.5rem;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
}

/* Responsividade para telas até 768px */
@media (max-width: 768px) {

    .po-icon-lm,
    .sb-icon {
        font-size: 1.5rem !important;
        width: 2.5rem;
        height: 2.5rem;
    }

    .po-orders-number,
    .sb-orders-number {
        font-size: 2rem;
        color: #333;
        padding: 0.5rem;
        white-space: nowrap;
        text-align: center;
        font-weight: 500;
        line-height: 1.2;
    }
}

@media (max-width: 576px) {

    .po-orders-number,
    .sb-orders-number {
        font-size: 2rem;
        color: #333;
        padding: 0.5rem;
        white-space: nowrap;
        text-align: center;
        font-weight: 500;
        line-height: 1.2;
    }

    .po-icon-lm,
    .sb-icon {
        font-size: 1.25rem !important;
        width: 3rem;
        height: 3rem;
    }

    #budgetItem.full-width>#budgetLabel,
    #budgetItem.full-width span#budgetLabel,
    #budgetItem.full-width #budgetLabel {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    #budgetItem:not(.full-width) #budgetLabel {
        display: inline !important;
        visibility: visible !important;
    }

}

/* solve the modal problems */
.swal2-title-centered {
    text-align: center !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

.modal-backdrop.show:not(:first-child) {
    display: none;
}

/* END solve the modal problems */

#avatar-button.dropdown-toggle::after {
    display: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}

 .card .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(131 131 131 / 3%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem 0.75rem 0 0;
}
.goBackDiv{
    margin-top: 0.75rem;
}


/* Remove clear (×) in input for most brow
sers */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.search-container {
    min-height: 0; /* Required for flex children with overflow-y to respect height */
}

.ring-active {
   border-color:transparent!important;
   background-color: transparent!important;
   z-index: 1; /* or 1 if needed */    
}

.ring-active::after {
    z-index: 0; /* or 1 if needed */
    content: '';
    position: absolute;
    pointer-events: none;
    inset: 0;
    border-radius: inherit;
    border: 2px solid #3b83f6d4; /* Tailwind ring-blue-500 */
    box-sizing: border-box;
    animation: ringPulse 1.5s ease-in-out infinite;
}

@keyframes ringPulse {
    0%, 100% { transform: scale(1); opacity: 0.65; }
    50% { transform: scale(1.02); opacity: 1;  }
}


 #center-logo-img {
    display: none;
    max-width: 10rem;
    margin:auto;
 }

@media (max-width: 768px) {
    #left-logo-img {
        display: none;
    }

    #center-logo-img {
        display: block;
    }
}