/*---------- General ----------*/
:root {
    --fegime-light: #49c7ed;
    --fegime-dark: #0e2d6d;
    --fegime-light-dark: #2C7AAD;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--fegime-light);
    -webkit-box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 50px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
}

body {
    background-color: #f3f5f9;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
    font-family: Futura,Trebuchet MS,Arial,sans-serif !important;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #eee;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

/* tools */
.fegime-light-blue {
    color: var(--fegime-light);
}

.fegime-dark-blue {
    color: var(--fegime-dark);
}

.fegime-light-blue-bg {
    background: var(--fegime-light);
}

.fegime-mixed-blue {
    color: var(--fegime-light-dark);
}

.fegime-mixed-blue-bg {
    background: var(--fegime-light-dark);
}

.fegime-dark-blue-bg {
    background: var(--fegime-dark);
}

a.fegime-light-blue-bg:hover {
    border: 1px solid var(--fegime-dark);
    background: white;
    color: var(--fegime-dark);
}

.grey-bg {
    background: #a0a0a0;
}

.light-grey-bg {
    background: #bababa;
}

.min-w-140px {
    min-width: 140px;
}

.max-w-125px {
    max-width: 125px;
}

.max-w-175px {
    max-width: 175px;
}

.max-w-250px {
    max-width: 250px;
}
.max-h-80px {
    max-height: 80px;
}

.max-h-100px {
    max-height: 100px;
}

.max-h-250px {
    max-height: 250px;
}

.w-50px {
    width: 50px;
}
.w-75px {
    width: 75px;
}
.h-120px{
    height: 120px;
}
.h-250px {
    height: 250px;
}
.hw-270px{
    height: 270px;
    width: 270px;
}
.mhw-120px{
    max-height: 120px;
    max-width: 120px;
}
.fs-15px {
    font-size: 15px;
}
.h-10px{
    height: 10px;
}
.h-35px {
    height: 35px;
}

.h-25px {
    height: 25px;
}
/* Animations */
.rotate {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* Bootstrap */
.row {
    margin-right: 0;
    margin-left: 0;
}

/* Icons Fegime */
.fe-icons {
    width: 28px;
    height: 29px;
}

.fe-2x {
    padding: 0 1rem;
}

.fe-align-icons {
}

.chart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

    .chart-flex h2 {
        color: #0E2D6D;
    }

    .chart-flex h4 {
        color: #0E2D6D;
    }

.chartlvl1 {
    background-color: #ff0000;
}
.chartlvl2 {
    background-color: #ff9900;
}
.chartlvl3 {
    background-color: #ffd700;
}
.chartlvl4 {
    background-color: #008000;
}
.ws-nw {
    white-space: nowrap;
}
.mhmw-60px {
    max-height: 60px;
    max-width: 60px;
}
.hover-light-blue:hover {
    background-color: #ecf9fd;
}
/*---------- End General ----------*/

/*---------- Navbar ----------*/
.mobile-menu {
    display: none;
}

header a {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a,
    nav.main-menu li.active > a,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
    .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background: #49c7ed;
        -webkit-transition: background 3s;
        -o-transition: background 3s;
        transition: background 3s;
    }

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

.mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4em;
    padding-right: 20px;
    color: #49c7ed;
    cursor: pointer;
    position: fixed;
}

.close_mobile_menu {
    display: none;
    color: #0E2D6D;
}

.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.main-menu {
    background: #0E2D6D;
    border-right: 2px solid #49c7ed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    -o-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
    position: fixed;
}

    .main-menu > ul {
        margin: 1rem 0;
    }

    .main-menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 15.7em;
        height: 100%;
    }

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
}

.main-menu li > a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1,1);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu > ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}
/*---------- End Navbar ----------*/

/*---------- Page Body ----------*/
.page-body {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background-color: #eee;
}

    .page-body:before, .page-body:after {
        display: block;
        clear: both;
    }

    .page-body .info {
        margin: 50px auto;
        text-align: center;
    }

        .page-body .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .page-body .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .page-body .info span a {
                color: #000000;
                text-decoration: none;
            }

            .page-body .info span .fa {
                color: #EF3B3A;
            }
/*---------- End Page Body ----------*/

/*---------- End Back To Top Button ----------*/
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #49c7ed;
    color: white;
    cursor: pointer;
    padding: 12px 17px;
    border-radius: 50%;
}

    #back-to-top:hover {
        background-color: #90ddf4;
    }


/*---------- End Back To Top Button ----------*/

/*---------- Login Page ----------*/
body.login {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0e2d6d; /* fallback for old browsers */
    background: -o-linear-gradient(right, #0e2d6d, #49c7ed);
    background: -webkit-gradient(linear, right top, left top, from(#0e2d6d), to(#49c7ed));
    background: linear-gradient(to left, #0e2d6d, #49c7ed);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.login > .form {
    width: 100vw;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background: #FFFFFF;
}

/*---------- End Login Page ----------*/

/*---------- Buttons ----------*/
.button-account {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #49c7ed;
    width: 40%;
    border: 0;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
}

    .button-account:hover {
        background: #90ddf4;
    }

    .button-account i {
        padding: 0 8px;
    }

.add-user {
    display: inline-block;
    background-color: #49c7ed;
    color: #fff;
    padding: 8px 30px;
    margin: 3px 0;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    text-decoration: none;
}

    .add-user:hover {
        background: #90ddf4;
        color: #fff;
        text-decoration: none;
    }

.btn-fegime-light {
    background-color: var(--fegime-light);
    color: #fff;
}

a.btn.btn-fegime-light:hover, a.btn.btn-fegime-light:active {
    color: var(--fegime-light) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--fegime-light) !important;
}

.catalogs-btn {
    background-color: var(--fegime-light);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    text-decoration: none;
}

    .catalogs-btn:hover {
        background-color: #90ddf4;
        color: white;
    }

.csv-dropdown {
    background: var(--fegime-light);
    border: none;
}

    .csv-dropdown:hover {
        background: #fff;
        color: #000;
        border: 1px #fff;
    }

.btn-no-hover:hover {
    color: white !important;
    background: #49c7ed !important;
}
/*---------- End Buttons ----------*/
/*---------- Dropdowns ----------*/
.dropbtn {
    background-color: var(--fegime-light);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #90ddf4;
}
/*---------- End Dropdowns ----------*/

/*---------- Forms ----------*/
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    padding: 45px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #49c7ed;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        cursor: pointer;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: #90ddf4;
        }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .form .register-form {
        display: none;
    }

.register-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .register-page p {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        color: #0e2d6d;
    }

/*---------- End Forms ----------*/

/*---------- Tables ----------*/
.table-users {
    border-collapse: collapse;
    width: 100%;
}

    .table-users th {
        background: #49c7ed;
        color: #fff;
    }

    .table-users th, td {
        border: 1px solid #ccc;
        padding: 8px;
    }

    .table-users td {
        background: #fff;
    }

    .table-users tr {
        color: #0E2D6D;
    }

        .table-users tr:hover {
            background: #fff;
        }

.table-artigos {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
}

    .table-artigos th {
        background-color: #49c7ed;
        color: #fff;
    }

    .table-artigos th, td {
        text-align: left;
        padding: 8px;
    }

/*---------- End Tables ----------*/

/*---------- Labels ----------*/
.adduser-error {
    font-size: 15px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #ff0000;
}

/*---------- End Labels ----------*/

/*---------- Product View Artigo ----------*/
.product-container {
    width: 100%; /*
    padding-left: 25px;
    padding-right: 20px;*/
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}

    .product-container p {
        color: #555;
    }

.single-product {
    margin-top: 10px;
}

    .single-product .product-col-2 img {
        padding: 0;
    }

    .single-product .product-col-2 {
        padding: 20px;
    }

    .single-product select {
        display: block;
        padding: 10px;
        margin-top: 20px;
    }

    .single-product h4 {
        margin: 20px 0;
        font-size: 22px;
        font-weight: bold;
    }

    .single-product input {
        width: 50px;
        height: 40px;
        padding-left: 10px;
        font-size: 20px;
        margin-right: 10px;
        border: 1px solid #ff523b;
    }

.product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 1rem;
    margin: 0 0 20px;
}

/* product-thumbnails */
.product-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-color: var(--fegime-dark);
    gap: 1em;
    padding: 0.3em;
}

    .product-thumbnails::-webkit-scrollbar {
        width: 15px;
    }


    .product-thumbnails::-webkit-scrollbar-thumb {
        background-color: var(--fegime-light);
        -webkit-box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
        box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
        border-radius: 100px;
    }

    .product-thumbnails::-webkit-scrollbar-track {
        background-color: #eee;
        border-radius: 100px;
    }

.thumbnails {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 120px;
    min-width: 115px;
    height: 115px;
    position: relative;
    opacity: 0.5;
}

    .thumbnails:hover {
        opacity: 1;
    }

    .thumbnails.active {
        opacity: 1;
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .thumbnails:active {
        opacity: 1;
    }

.slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    width: 50%;
}

.slider-product-preview img {
    max-height: 100%;
    width: 100%;
    max-width: max-content;
    object-fit: scale-down;
}

.slider-container .slider-product-preview {
    position: relative;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    height: 350px;
}

.slider-container .slider-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 0.5rem;
    /*padding: 0.5rem 1em;*/
    background-color: rgba(0,0,0,0.05);
    scroll-margin-top: 1em;
    max-width: max-content;
}

    .slider-container .slider-products img {
        /*max-height: 175px;*/
        cursor: pointer;
        overflow: auto;
    }

.product-info strong {
    font-size: 20px;
}

/* Not being used? */
/*.artigo-btn {
    background: var(--fegime-light);
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    border: none;
    font-size: 15px;
}

    .artigo-btn:hover {
        background: #90ddf4;
        color: #fff;
    }*/
/* Not being used? ^*/


.product-details {
    padding-top: 30px;
    padding-bottom: 50px;
}

.details-titulo {
    border-bottom: 5px solid #49c7ed;
    color: var(--fegime-dark);
    margin-bottom: 10px;
    display: block;
}

    .details-titulo img {
        width: 80px;
        padding-right: 20px;
    }

.details-titulo-forn img {
    width: 80px;
    padding-right: 20px;
}

.details-titulo-forn h2 {
    color: #0E2D6D;
}

.product-details-fim {
    background-color: #555;
    height: 5px;
}

.product-class h4 {
    background: rgba(0,0,0,0.05);
    padding: 2px 15px;
}

.product-class h5 {
    padding: 0px 15px;
}

.artigo-stock-img {
    height: 50px;
}


/*
    Image Maximaze
*/
.medium-zoom-overlay {
    z-index: 99;
}

.maximaze {
    transform: scale(2);
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}

    figure.zoom img:hover {
        opacity: 0;
    }

    figure.zoom img {
        transition: opacity 0.5s;
        display: block;
        width: 100%;
    }

.etimItem:nth-child(n+6) {
    display: none;
}

.more-details {
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    color: white;
    border-radius: 3px;
}
/*---------- End View Artigo ----------*/

/*---------- Tabs ----------*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #0e2d6d;
}

    .tab button {
        background-color: inherit;
        color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #49c7ed;
        }

        .tab button.active {
            background-color: #49c7ed;
            color: #fff;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

    .tabcontent h6 {
        text-align: center;
        width: 50%;
    }

    .tabcontent:nth-child(1) {
        display: block;
    }
/*---------- End Tabs ----------*/

/*---------- Fornecedores ----------*/
.FornCard {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
}

    .FornCard p {
        font-family: Arial;
    }

.Forn-Card-6 {
    padding-bottom: 10px;
    min-height: 330px;
}

    .Forn-Card-6 b {
        color: #0E2D6D;
    }
/*---------- End Fornecedores ----------*/

/*---------- Listagem Artigos ----------*/
/* Pagination */

:root {
    --black: #130f0d;
    --primary: #49c7ed;
    --white: #f0f0f9;
}

#paginate {
    width: 100%;
    margin: 15px auto;
}

    #paginate .item {
        border-bottom: 1px solid hsl(32, 98%, 12%);
        padding: 16px 32px;
    }

        #paginate .item:hover {
            background-color: rgba(255, 255, 255, 0.04);
        }

    #paginate .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 8px;
    }

        #paginate .controls div {
            cursor: pointer;
            /* border: 1px solid #eee; */

            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 14px;
        }

            #paginate .controls div:not(.numbers),
            #paginate .controls div.numbers div {
                width: 40px;
                height: 40px;
            }

                #paginate .controls div.numbers div:hover,
                #paginate .controls div.numbers div.active {
                    color: var(--primary);
                }

.flex-tocenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*---------- End Listagem Artigos ----------*/

/*---------- Charts ----------*/
.barra {
    float: left;
    height: 34px;
}

.barra-small {
    float: left;
    height: 15px;
}

.empty-chart-color {
    background: #a0a0a0;
}

.chart-label {
    font-size: 14px;
}


.home-chart {
    width: 100%;
    float: left;
}

.chart-retangle {
    margin: 1rem 0;
    color: #fff;
}

    .chart-retangle a {
        color: #fff;
        text-decoration: none;
    }

.chart-number {
    font-family: 'Cascadia Code';
}

.chart-percent {
    width: 15%;
    min-width: 60px;
}

.chart-percent-big {
    width: 15%;
    min-width: 50px;
}
/*---------- End Charts ----------*/

/*---------- Catálogos ----------*/
.catalog {
    min-height: 350px;
    max-height: 400px;
}
/*---------- End Catálogos ----------*/

/*---------- End View Artigos ----------*/
.h-40px {
    height: 40px;
}
/*---------- End View Artigos ----------*/

/*---------- Homepage ----------*/
.connect-category {
    width: 3.5em;
    padding-bottom: 10px;
}

.chart-item {
    padding: 0.5rem;
    background: var(--fegime-dark);
    border-radius: 5px;
}
/*---------- End Homepage ----------*/

/*---------- Semi Donut chart ----------*/
.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .semi-donut:after {
        content: "";
        width: 300px;
        height: 300px;
        border: 50px solid;
        border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ));
        -ms-transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ));
        transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ));
        -webkit-animation: fillAnimation 1s ease-in;
        animation: fillAnimation 1s ease-in;
    }

.donut-card-size {
    min-width: 360px;
}

.donut-color {
    --fill: var(--fegime-light);
}

@-webkit-keyframes fillAnimation {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
/*---------- End Semi Donut Chart ----------*/

/*---------- Plus PDF ----------*/
.fegime-plus-sizes {
    width: 100%;
    height: 600px;
}
/*---------- End Semi Donut Chart ----------*/

/*---------- Stock Virtual ----------*/
.stock-searching {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .stock-searching > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
        flex: 1 1 200px;
    }

.flex-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stock-search-btn {
    display: inline-block;
    background-color: #49c7ed;
    color: #fff;
    padding: 6px 10px;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border: none;
    margin-left: 5px;
}

    .stock-search-btn:hover {
        background: #90ddf4;
        color: #fff;
        text-decoration: none;
    }

.location-pin {
    color: #fff;
    background: #49c7ed;
    padding: 5px;
}
/*---------- End Stock Virtual ----------*/

/*---------- HomePage ----------*/
.card-slider {
    overflow-x: hidden; /* Hide the horizontal scrollbar */
    white-space: nowrap;
    scroll-behavior: smooth; /* Add smooth scrolling animation */
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
}

    .card-slider .prod-card {
        display: inline-block;
        width: 300px; /* Adjust the width as per your requirement */
        margin-right: 10px; /* Adjust the margin as per your requirement */
    }

        .card-slider .prod-card .card-text {
            height: 100px; /* Adjust the height as per your requirement */
            overflow: hidden;
        }

.carousel-inner {
    text-align: center;
}

.carousel-item img {
    display: inline-block;
}

.home-new-card-img {
    height: 225px;
}
.home-banner-img-mobile {
    display: none;
}
/*---------- End HomePage ----------*/

/*---------- Responsividade ----------*/
/* Desktop */
@media (min-width: 821px) {
    .page-body {
        padding: 20px 15px 20px 75px;
    }

    .main-menu-mobile {
        display: none;
    }

    .login > .form {
        position: relative;
        z-index: 1;
        background: #FFFFFF;
        max-width: 360px;
        margin: 0 auto 100px;
        padding: 45px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

    /*---------- Navigation buttons ----------*/

    #go-back {
        position: fixed;
        bottom: 20px;
        left: 80px;
        z-index: 99;
        font-size: 16px;
        border: none;
        outline: none;
        background-color: #49c7ed;
        color: white;
        cursor: pointer;
        padding: 12px 15px;
        border-radius: 100%;
    }

        #go-back:hover {
            background-color: #90ddf4;
        }
    /*---------- End Navigation buttons ----------*/    
    
}

/* Mobile */
@media (max-width: 821px) {
    html {
        font-size: 14px;
    }

    .page-body {
        padding: 90px 8px 0 8px;
    }


    /*---------- Product View Artigo ----------*/
    .product-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider-container {
        width: 100%;
    }
    /*---------- End Product View Artigo ----------*/

    /*---------- Navbar ----------*/
    .mobile-menu {
        position: fixed;
        z-index: 1000;
        background-color: #0E2D6D;
        border-bottom: 2px solid #49c7ed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        width: 100%;
    }

        .mobile-menu img {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    #btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
    }

    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: var(--fegime-light);
    }

        #hamburger::after, #hamburger::before {
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background: currentColor;
            margin-top: 5px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            position: relative;
        }

    .active #hamburger {
        border-top-color: transparent;
    }

        .active #hamburger::before {
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            border-top-color: transparent;
        }

        .active #hamburger::after {
            border-top-color: transparent;
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
            top: -7px;
        }

    .menu-logo img {
        width: 100%;
    }

    .input-group.search__control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #search-article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 2.57rem;
    }

    p {
        font-size: 14px;
        font-family: sans-serif;
    }

    .main-menu {
        display: none;
    }

        .main-menu a {
            color: white;
        }

    .show-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 65%;
        max-width: 250px;
        max-height: 100vh;
        overflow: visible;
    }

    .close_mobile_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 2em;
        color: #fff;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        cursor: pointer;
    }

        .close_mobile_menu:hover {
            color: #49c7ed;
        }
    /*---------- End Navbar ----------*/

    /*---------- Login ----------*/
    .login > .form {
        position: relative;
        z-index: 1;
        background: #FFFFFF;
        max-width: 360px;
        margin: 0 auto 100px;
        padding: 45px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
    /*---------- End Login ----------*/

    /*---------- Navigation buttons ----------*/

    #go-back {
        position: fixed;
        bottom: 20px;
        left: 30px;
        z-index: 99;
        font-size: 16px;
        border: none;
        outline: none;
        background-color: #49c7ed;
        color: white;
        cursor: pointer;
        padding: 12px 15px;
        border-radius: 100%;
    }

        #go-back:hover {
            background-color: #90ddf4;
        }
    /*---------- End Navigation buttons ----------*/

    .search-bar{
        top: 80px;
    }
    .home-new-card-img {
        height: 120px;
    }
    .home-banner-img-desktop {
        display: none;
    }
    .home-banner-img-mobile {
        display: block;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

/* Mobile(landscape) */
@media (max-height: 670px) {

    .page-body {
        padding: 90px 8px 0 8px;
    }

    html {
        font-size: 14px;
    }

    /*---------- Navbar ----------*/
    .mobile-menu {
        position: fixed;
        z-index: 1000;
        background-color: #0E2D6D;
        border-bottom: 2px solid #49c7ed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        width: 100%;
    }

        .mobile-menu img {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .main-menu {
        display: none;
    }

        .main-menu a {
            color: white;
        }

    .show-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 65%;
        max-width: 250px;
        max-height: 100vh;
        overflow: visible;
    }

    .close_mobile_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 2em;
        color: #fff;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        cursor: pointer;
    }

        .close_mobile_menu:hover {
            color: #49c7ed;
        }


    #btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
    }

    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: #49c7ed;
    }

        #hamburger::after, #hamburger::before {
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background: currentColor;
            margin-top: 5px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            position: relative;
        }

    .active #hamburger {
        border-top-color: transparent;
    }

        .active #hamburger::before {
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            border-top-color: transparent;
        }

        .active #hamburger::after {
            border-top-color: transparent;
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
            top: -7px;
        }

    .menu-logo {
        text-align: center;
    }

        .menu-logo img {
            display: none;
        }
    /*---------- End Navbar ----------*/

    /*---------- Navigation buttons ----------*/

    #go-back {
        position: fixed;
        bottom: 20px;
        left: 30px;
        z-index: 99;
        font-size: 16px;
        border: none;
        outline: none;
        background-color: #49c7ed;
        color: white;
        cursor: pointer;
        padding: 12px 15px;
        border-radius: 100%;
    }

        #go-back:hover {
            background-color: #90ddf4;
        }
    /*---------- End Navigation buttons ----------*/
    .search-bar {
        top: 80px;
    }
    .home-new-card-img {
        height: 120px;
    }
}



/*---------- End Responsividade ----------*/

.account-card {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 50%;
    padding: 20px;
    background: white;
    text-align: center;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

    .account-card img {
        width: 70%;
    }

