:root {
    --primary-100: #E0E7FF;
    --primary-200: #C7D2FE;
    --primary-300: #A5B4FC;
    --primary-400: #818CF8;
    --primary-500: #6366F1;
    --primary-600: #4F46E5;
    --primary-700: #4338CA;
    --primary-800: #3730A3;
    --primary-900: #312E81;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5d6778
}

.app-text-primary-100 {
    color: var(--primary-100);
}

.app-text-primary-200 {
    color: var(--primary-200);
}

.app-text-primary-300 {
    color: var(--primary-300);
}

.app-text-primary-400 {
    color: var(--primary-400);
}

.app-text-primary-500 {
    color: var(--primary-500);
}

.app-text-primary-600,
.app-text-primary {
    color: var(--primary-600);
}

.app-text-primary-700 {
    color: var(--primary-700);
}

.app-text-primary-800 {
    color: var(--primary-800);
}

.app-text-primary-900 {
    color: var(--primary-900);
}

.app-bg-primary-100 {
    background-color: var(--primary-100);
}

.app-bg-primary-200 {
    background-color: var(--primary-200);
}

.app-bg-primary-300 {
    background-color: var(--primary-300);
}

.app-bg-primary-400 {
    background-color: var(--primary-400);
}

.app-bg-primary-500 {
    background-color: var(--primary-500);
}

.app-bg-primary-600 {
    background-color: var(--primary-600);
}

.app-bg-primary-700 {
    background-color: var(--primary-700);
}

.app-bg-primary-800 {
    background-color: var(--primary-800);
}

.app-bg-primary-900 {
    background-color: var(--primary-900);
}

.bg-danger-100 {
    background-color: rgba(220, 53, 70, .1);
}

.bg-danger-200 {
    background-color: rgba(220, 53, 70, .2);
}

.bg-danger-300 {
    background-color: rgba(220, 53, 70, .3);
}

.bg-danger-400 {
    background-color: rgba(220, 53, 70, .4);
}

.app-border-primary-100 {
    border: 1px solid var(--primary-100);
}

.app-border-primary-200 {
    border: 1px solid var(--primary-200);
}

.app-border-primary-300 {
    border: 1px solid var(--primary-300);
}

.app-border-primary-400 {
    border: 1px solid var(--primary-400);
}

.app-border-primary-500 {
    border: 1px solid var(--primary-500);
}

.app-border-primary-600 {
    border: 1px solid var(--primary-600);
}

.app-border-primary-700 {
    border: 1px solid var(--primary-700);
}

.app-border-primary-800 {
    border: 1px solid var(--primary-800);
}

.app-border-primary-900 {
    border: 1px solid var(--primary-900);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #252930;
    font-weight: 600
}

a {
    color: var(--primary-600);
    text-decoration: none
}

a:hover {
    color: var(--primary-800)
}

hr {
    background: #adb4c0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #dee1fc
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #dee1fc
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #dee1fc
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #dee1fc
}

a.app-link {
    color: #252930;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(37, 41, 48, .3);
    text-decoration-color: rgba(37, 41, 48, .3)
}

a.app-link:hover {
    color: var(--primary-600);
    -webkit-text-decoration-color: var(--primary-400);
    text-decoration-color: var(--primary-400)
}

button.close:focus {
    outline: none;
    box-shadow: none
}

.btn .bi {
    position: relative;
    /*top: -2px REMOVIDO POR ROGER -- importante */
}

.btn:focus,
.btn.focus {
    box-shadow: none
}

.btn-link {
    display: inline-block;
    color: var(--primary-600);
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
}

.app-btn-primary {
    background: var(--primary-600);
    border-color: var(--primary-600);
    color: #fff;
}

.app-btn-primary:hover,
.app-btn-primary:focus {
    background: var(--primary-700);
    color: #fff;
}

.app-btn-outline-primary {
    color: var(--primary-600);
    border-color: var(--primary-600);
}

.app-btn-outline-primary:hover,
.app-btn-outline-primary:focus {
    background-color: var(--primary-600);
    color: #fff;
}

.border-0 {
    border: 0 !important;
}

.btn-crud {
    padding: .1rem .4rem !important;
}

.modal .form-label {
    font-weight: bold !important;
}

.tabela .tt {
    font-size: small;
    color: #5d6778 !important;
}

.tabela td {
    font-size: 0.8rem !important;
    border-bottom: 1px solid #EDEDED !important;
}

.tabela-crud td,
.tabela td {
    vertical-align: middle;
}

.tabela-crud th,
.tabela th {
    border-bottom: 1px solid #ced4da !important;
}

.tabela-crud td {
    border-bottom: none !important;
}

.loader-crud {
    position: absolute;
    top: calc(50% - 20px);
}

.dataTables_processing {
    position: absolute !important;
    margin: 0 !important;
    border: none !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, .35) !important;
    z-index: 99;
    color: #FFF;
}

.img-avatar {
    height: 35px !important;
    width: 35px !important;
    object-fit: cover !important;
}

.img-avatar-peq {
    height: 25px !important;
    border-radius: 50em;
    width: 25px !important;
    object-fit: cover !important;
}

.avatar-img {
    height: 130px !important;
    border-radius: 50em;
    width: 130px !important;
    object-fit: cover !important;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before {
    color: var(--primary-600) !important;
}

.dataTables_info {
    font-size: small !important;
    font-style: italic !important;
}

.paginate_button {
    font-size: small !important;
}

.treejs-placeholder:hover,
.treejs-nodes .treejs-label:hover {
    background: #EBEBEB !important;
}

.page-item.active .page-link {
    background-color: var(--primary-600) !important;
    border-color: var(--primary-300) !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem var(--primary-200) !important;
}

@media (min-width: 576px) {
    .border-sm-end {
        border-right: 1px solid #dee2e6!important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6!important;
    }
    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }
}

.app-btn-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--primary-200);
}

.app-btn-secondary {
    background: #fff;
    color: #5d6778;
    border: 1px solid #bcc1cb
}

.app-btn-secondary:hover {
    color: var(--primary-600);
    border: 1px solid var(--primary-600);
}

.btn-light {
    background: #f5f6fe;
    color: var(--primary-600)
}

.btn-light:hover {
    background: #f5f6fe;
}

.form-check-input:checked {
    background-color: var(--primary-600);
    border-color: var(--primary-600)
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--primary-400);
    box-shadow: 0 0 0 0.25rem var(--primary-200);
}

.dropdown-menu {
    border-color: #e7e9ed
}

.dropdown-menu .dropdown-item {
    padding: .5rem 1rem
}

.dropdown-menu .dropdown-item:hover {
    color: #252930
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: #fafbff
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background: #fafbff
}

.dropdown-divider {
    border-top-color: #e7e9ed;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.dropdown-toggle.no-toggle-arrow:after,
.no-toggle-arrow:before {
    display: none !important
}

.app-utility-item {
    display: inline-block;
    margin-right: 1.25rem
}

.app-utility-item:last-child {
    margin-right: 0
}

.app-utility-item>a,
.app-utility-link {
    color: #5d6778
}

.app-utility-item>a:hover,
.app-utility-link:hover {
    color: #252930
}

.app-utility-item .dropdown-toggle {
    position: relative
}

.app-utility-item .dropdown-menu {
    font-size: .875rem;
    margin: 0
}

.app-utility-item .dropdown-menu.show {
    top: 23px !important
}

.app-utility-item .icon {
    font-size: 1.5rem;
    vertical-align: middle;
}

.app-utility-item .icon-badge {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -0.75rem;
    top: -0.5rem;
    width: 20px;
    height: 20px;
    font-size: .6rem;
    font-weight: bold;
    padding-top: 1px;
    color: #fff;
    text-align: center
}

.app-utility-item .icon-badge.icon-badge {
    background: #ec776c;
    border: 2px solid #fff
}

.app-notifications-dropdown .dropdown-menu {
    width: 300px
}

.app-notifications-dropdown .dropdown-menu .dropdown-menu-header {
    border-bottom: 1px solid #e7e9ed
}

.app-notifications-dropdown .dropdown-menu .dropdown-menu-title {
    font-size: 1rem
}

.app-notifications-dropdown .dropdown-menu .profile-image {
    width: 36px;
    height: 36px
}

.app-notifications-dropdown .dropdown-menu .info {
    padding-right: 80px;
    position: relative
}

.app-notifications-dropdown .dropdown-menu .meta {
    color: #828d9f;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .75rem
}

.app-notifications-dropdown .dropdown-menu .dropdown-menu-footer {
    border-top: 1px solid #e7e9ed
}

.app-notifications-dropdown .dropdown-menu .item {
    min-width: 250px;
    position: relative;
    border-bottom: 1px solid #e7e9ed
}

.app-notifications-dropdown .dropdown-menu .item:last-child {
    border-bottom: none
}

.app-notifications-dropdown .dropdown-menu .item:hover {
    background: #f5f5f5
}

.app-notifications-dropdown .dropdown-menu .link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.app-notifications-dropdown .app-icon-holder,
.icon-holder {
    display: inline-block;
    background: var(--primary-100);
    color: var(--primary-600);
    width: 36px;
    height: 36px;
    padding-top: 11px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%
}

.app-notifications-dropdown .app-icon-holder.icon-holder-mono {
    background: #f5f6fe;
    color: #828d9f
}

.app-notifications-dropdown .app-icon-holder i {
    width: 20px;
    height: 20px
}

.app-user-dropdown {
    display: inline-block
}

.app-user-dropdown .dropdown-item.active {
    color: var(--primary-600) !important;
    font-weight: 500 !important;
    background: var(--primary-100) !important;
}

.app-user-dropdown img {
    width: 36px;
    height: 36px
}

@media(min-width: 576px) {
    .app-notifications-dropdown .dropdown-menu {
        width: 400px
    }
}

.app-header {
    width: 100%;
}

.app-header-inner {
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-bottom: 1px solid #e7e9ed;
}

.app-sidepanel {
    position: fixed;
    min-height: 100vh;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 56px;
    font-size: .875rem;
    border-right: 1px solid #e7e9ed;
    z-index: 1029;
}

.app-sidepanel .panel-drop {
    display: none
}

.app-sidepanel .sidepanel-inner {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .05) 0px 8px 15px;
    width: 250px;
    height: 100%;
    transition: width 0.5s ease;
    overflow: hidden;
}

.app-sidepanel .sidepanel-inner.sidepanel-collapsed {
    width: 4rem;
    overflow: unset;
}

.app-sidepanel .sidepanel-close {
    display: none;
    position: absolute;
    z-index: 20;
    right: -2rem;
    top: 0;
    color: #fff;
    font-size: 2rem
}

.sidepanel-collapsed .app-nav .nav-item {
    width: auto !important;
}

#sidepanel-collapse .nav-icon {
    transition: transform 0.5s ease;
}

.sidepanel-collapsed #sidepanel-collapse .nav-icon {
    transform: rotate(180deg);
}

.app-sidepanel.sidepanel-hidden {
    left: -400px
}

.app-sidepanel.sidepanel-visible {
    left: 0
}

.sidepanel-collapsed .app-nav .nav-icon {
    margin-right: 0;
}

.sidepanel-collapsed .submenu-toggle:hover+.submenu,
.sidepanel-collapsed .submenu:hover,
.sidepanel-collapsed .app-nav .submenu-title {
    display: block;
}

.sidepanel-collapsed .app-nav .submenu-arrow,
.sidepanel-collapsed .app-nav .submenu-link:before {
    display: none;
}

.app-nav .nav-link-text {
    flex: 1;
}

.sidepanel-collapsed .app-nav .nav-link-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sidepanel-collapsed .submenu {
    position: absolute;
    top: 0.75rem;
    right: 0;
    transform: translateX(100%);
    z-index: 1070;
    padding-left: 5px;
}

.sidepanel-collapsed .submenu-inner {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    max-width: 276px;
    min-width: 150px;
}

.sidepanel-collapsed .app-nav .submenu-link {
    margin-left: 0;
}

.sidepanel-collapsed .app-nav .submenu-link:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.app-sidepanel .app-nav-main {
    scrollbar-color: rgba(0, 0, 0, .1) #e7e9ed;
    scrollbar-width: thin
}

.app-sidepanel .app-nav-main::-webkit-scrollbar {
    width: 6px;
    background-color: #e7e9ed
}

.app-sidepanel .app-nav-main::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: .5rem
}

.app-branding {
    display: inline-block;
    margin-left: 0.5rem;
}

.app-branding .logo-icon {
    width: 75px;
    height: 40px;
    object-fit: contain;
}

.app-branding .logo-text {
    color: #252930;
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: middle
}

.app-nav {
    color: #5d6778;
    display: block;
    padding: 0;
    width: 100%
}

.app-nav .app-menu {
    margin-bottom: 0
}

.app-nav .nav-item {
    width: 250px;
    display: block;
    color: #5d6778;
    background: #fff
}

.app-nav .nav-link {
    display: flex;
    align-items: center;
    padding: .875rem 1rem;
    color: #252930;
    position: relative;
    border-left: 3px solid transparent
}

.app-nav .nav-link.active {
    color: var(--primary-600);
    /* background: var(--primary-100); */
    border-left: 3px solid var(--primary-600);
    font-weight: 500
}

.app-nav .nav-link.submenu-toggle.active {
    background: none;
    border-color: transparent
}

.app-nav .nav-link:hover {
    color: var(--primary-600)
}

.app-nav .nav-icon {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    width: 25px;
}

.app-nav .submenu-arrow {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: #828d9f
}

.app-nav .submenu-arrow i {
    width: 14px;
    height: 14px
}

.app-nav .submenu-toggle {
    transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .app-nav .submenu-toggle {
        transition: none
    }
}

.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow {
    color: #252930
}

.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow i {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.app-nav .submenu-item {
    margin-bottom: 0
}

.app-nav .submenu-link,
.app-nav .submenu-title {
    color: #5d6778;
    font-size: .875rem;
    padding: .5rem 1rem;
    position: relative;
    margin-bottom: 0;
}

.app-nav button.submenu-link {
    background: #fff;
    outline: none !important;
    border: none;
    width: calc(100% - 2rem);
    text-align: left;
}

.sidepanel-collapsed .app-nav button.submenu-link {
    width: 100%;
}

.app-nav .submenu-title {
    display: none;
    background: var(--primary-600);
    color: white;
}

.app-nav .submenu-link {
    margin-left: 2rem;
    display: block;
}

.app-nav .submenu-link:before {
    background-color: #e7e9ed;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    position: absolute;
    width: 2px;
    height: 100%;
    margin-top: -0.5rem
}

.app-nav .submenu-link:hover {
    color: #252930
}

.app-nav .submenu-link.active {
    color: var(--primary-600)
}

.app-nav .submenu-link.active:before {
    background-color: var(--primary-600)
}

.app-sidepanel-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e7e9ed;
    background: #f5f6fe
}

.app-sidepanel-footer .app-nav-footer {
    margin-bottom: 0
}

@media(max-width: 1199.98px) {
    .app-sidepanel {
        transition: all .4s ease-in-out;
        left: -400px
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .app-sidepanel {
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .app-sidepanel.sidepanel-visible {
        display: block
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-close {
        display: inline-block
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-drop {
        position: fixed;
        display: block;
        min-height: 100vh;
        height: 100%;
        width: 100%;
        min-width: 100vw;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .35)
    }
}

.app-wrapper-collapsed {
    margin-left: 4rem !important;
}

@media(min-width: 1200px) {
    .app-wrapper {
        margin-left: 250px
    }
}

.app {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: #f5f6fe;
    padding-top: 56px;
    overflow-x: hidden
}

.app-footer .copyright {
    font-size: .8125rem
}

.app-wrapper {
    padding-top: 1.5rem;
    transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .app-wrapper {
        transition: none
    }
}

.app-card {
    position: relative;
    background: #fff;
    border-radius: .25rem
}

.app-card.border-left-decoration {
    border-left: 3px solid var(--primary-600)
}

.app-card .app-card-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.app-card .app-card-header {
    border-bottom: 1px solid #e7e9ed
}

.app-card .app-card-title {
    font-size: 1.125rem;
    margin-bottom: 0
}

.app-card .card-header-action {
    font-size: .875rem
}

.app-card .card-header-action a:hover {
    text-decoration: underline
}

.app-card .form-select-holder {
    display: inline-block
}

.app-card .btn-close {
    padding: 1rem
}

.app-card .btn-close:focus {
    box-shadow: none
}

.app-card-stat {
    text-align: center
}

.app-card-stat .stats-type {
    font-size: .875rem;
    color: #828d9f;
    text-transform: uppercase
}

.app-card-stat .stats-figure {
    font-size: 2rem;
    color: #252930
}

.app-card-stat .stats-meta {
    font-size: .875rem;
    color: #828d9f
}

.app-card-progress-list .item {
    position: relative;
    border-bottom: 1px solid #e7e9ed
}

.app-card-progress-list .item:hover .title {
    color: #252930
}

.app-card-progress-list .item:last-child {
    border: none
}

.app-card-progress-list .item .title {
    font-size: .875rem;
    font-weight: 500
}

.app-card-progress-list .item .meta {
    font-size: .875rem;
    color: #828d9f
}

.app-card-progress-list .item-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.app-card-progress-list .progress {
    height: .5rem
}

.app-card-stats-table .table {
    font-size: .875rem
}

.app-card-stats-table .meta {
    color: #828d9f;
    font-weight: 500;
    font-size: .875rem
}

.app-card-stats-table .stat-cell {
    text-align: right
}

.app-card-basic {
    height: 100%
}

.app-card-basic .title {
    font-size: 1rem
}

.app-card .app-icon-holder,
.icon-holder,
.custom-icon-holder {
    background: var(--primary-100);
    color: var(--primary-600);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.app-card .app-icon-holder,
.icon-holder {
    display: inline-block;
    text-align: center;
}

.custom-icon-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-card .app-icon-holder {
    padding-top: 0.75rem;
}

.custom-icon-holder i {
    font-size: 1.5rem;
}

.custom-icon-holder.icon-small {
    height: 25px;
    width: 25px;
}

.custom-icon-holder.icon-medium {
    height: 35px;
    width: 35px;
}

.custom-icon-holder.icon-small i {
    font-size: 1rem;
}

.custom-icon-holder.icon-medium i {
    font-size: 1.25rem;
}

.custom-icon-holder.icon-xl {
    height: 75px;
    width: 75px;
}

.custom-icon-holder.icon-xl i {
    font-size: 2rem;
}

.app-bg-primary {
    background-color: var(--primary-600) !important;
}

.app-card .app-icon-holder.icon-holder-mono {
    background: #f5f6fe;
    color: #828d9f
}

.app-card .app-icon-holder i,
.icon-holder i {
    font-size: 1.5rem;
}

.app-card .app-card-body.has-card-actions {
    position: relative;
    padding-right: 1rem !important
}

.app-card .app-card-body .app-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: .75rem;
    top: .75rem
}

.app-card .app-card-body .app-card-actions:hover {
    background: #f5f6fe
}

.app-card .app-card-body .app-card-actions .dropdown-menu {
    font-size: .8125rem
}

.app-card-doc:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.table-search-form .form-control {
    height: 2rem;
    min-width: auto
}

.app-dropdown-menu {
    font-size: .875rem
}

.app-card-orders-table .table {
    font-size: .875rem
}

.app-card-orders-table .table .cell {
    border-color: #e7e9ed;
    color: #5d6778;
    vertical-align: middle
}

.app-card-orders-table .cell span {
    display: inline-block
}

.app-card-orders-table .cell .note {
    display: block;
    color: #828d9f;
    font-size: .75rem
}

.app-card-orders-table .btn-sm,
.app-card-orders-table .btn-group-sm>.btn {
    padding: .125rem .5rem;
    font-size: .75rem
}

.app-card-orders-table .truncate {
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app-nav-tabs {
    background: #fff;
    padding: 0
}

.app-nav-tabs .nav-link {
    color: #5d6778;
    font-size: .875rem;
    font-weight: bold
}

.list-group-item.active {
    background: var(--primary-600) !important;
}

.app-nav-tabs .nav-link.active {
    color: var(--primary-600);
    border-bottom: 2px solid var(--primary-600)
}

.app-nav-tabs .nav-link.active:hover {
    background: none
}

.app-nav-tabs .nav-link:hover {
    background: var(--primary-100);
    color: var(--primary-600)
}

.app-pagination .pagination {
    font-size: .875rem
}

.app-pagination .pagination .page-link {
    color: #5d6778;
    padding: .25rem .5rem
}

.app-pagination .pagination .page-item.active .page-link {
    background: #747f94;
    color: #fff;
    border-color: #747f94
}

.app-pagination .pagination .page-item.disabled .page-link {
    color: #9fa7b5
}

.app-card-accordion .app-card-title {
    font-size: 1.125rem
}

.app-card-accordion .faq-accordion .accordion-item {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e7e9ed
}

.app-card-accordion .faq-accordion .accordion-item:last-child {
    border-bottom: none
}

.app-card-accordion .faq-accordion .accordion-header {
    border: none
}

.app-card-accordion .faq-accordion .accordion-button {
    padding: 1rem;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: none;
    padding-left: 0;
    font-size: 1rem;
    text-decoration: none;
    color: var(--primary-600)
}

.app-card-accordion .faq-accordion .accordion-button:after {
    display: none
}

.app-card-accordion .faq-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 1rem
}

.app-card-account {
    height: 100%
}

.app-card-account .item {
    font-size: .875rem
}

.app-card-account .item .profile-image {
    width: 60px;
    height: 60px
}

.app-card-account .item .btn-sm,
.app-card-account .item .btn-group-sm>.btn {
    padding: .125rem .5rem;
    font-size: .75rem
}

.controls-section .section-title {
    font-size: 1.25rem
}

.controls-section .section-intro {
    font-size: .875rem
}

.app-card-settings {
    font-size: 1rem
}

.form-label {
    font-weight: bold
}

.app-card-settings .form-control {
    font-size: 1rem
}

.app-404-page {
    padding-top: 2rem
}

.app-404-page .page-title {
    font-size: 3rem;
    line-height: .8;
    font-weight: bold
}

.app-404-page .page-title span {
    font-size: 1.5rem
}

.chart-container {
    position: relative
}

.app-table-hover>tbody>tr:hover {
    background-color: #fafbff
}

.app-card-notification .notification-type .badge {
    font-size: .65rem;
    text-transform: uppercase
}

.app-card-notification .profile-image {
    width: 60px;
    height: 60px
}

.app-card-notification .notification-title {
    font-size: 1.125rem
}

.app-card-notification .notification-content {
    font-size: .875rem
}

.app-card-notification .notification-meta {
    font-size: .75rem;
    color: #828d9f
}

.app-card-notification .action-link {
    font-size: .875rem
}

.app-card-notification .app-card-footer {
    background: #fafbff
}

@media(min-width: 1200px) {
    .table-search-form .form-control {
        min-width: 300px
    }
}

@media(max-width: 575.98px) {
    .app-card-stat .stats-figure {
        font-size: 1.125rem
    }
    .app-card-stat .stats-type {
        font-size: .75rem
    }
}

.auth-background-holder {
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.app-signup .auth-background-holder {
    background: url("../images/background/background-2.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.app-reset-password .auth-background-holder {
    background: url("../images/background/background-3.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.auth-main-col,
.auth-background-col {
    position: relative
}

.auth-background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .1)
}

.auth-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11
}

.auth-background-overlay .overlay-title {
    color: #fff;
    font-size: 1rem;
    font-weight: bold
}

.auth-background-overlay .overlay-content {
    background: rgba(37, 41, 48, .6);
    color: #fff
}

.auth-background-overlay .overlay-content a {
    text-decoration: underline;
    color: #fff
}

.app-auth-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.app-auth-wrapper {
    background: #fff;
    height: 100vh
}

.app-auth-wrapper .app-auth-body {
    width: 360px
}

.app-auth-wrapper .app-logo .logo-icon {
    width: 60px;
    height: 60px
}

.app-auth-wrapper .auth-heading {
    font-size: 1.5rem
}

.app-auth-wrapper .form-control::-webkit-input-placeholder {
    color: #828d9f
}

.app-auth-wrapper .form-control:-moz-placeholder {
    color: #828d9f
}

.app-auth-wrapper .form-control::-moz-placeholder {
    color: #828d9f
}

.app-auth-wrapper .form-control:-ms-input-placeholder {
    color: #828d9f
}

.app-auth-wrapper .legal-note {
    font-size: .875rem
}

.app-auth-wrapper .extra {
    font-size: .75rem
}

.app-auth-wrapper .extra a {
    text-decoration: underline;
    color: #828d9f
}

.app-auth-wrapper .extra a:hover {
    color: #5d6778
}

.app-auth-wrapper .auth-heading-desc {
    font-weight: 500;
    font-size: 1.125rem
}

.app-auth-wrapper .legal-note {
    font-size: .75rem
}

.app-auth-wrapper .auth-option {
    font-size: .875rem
}

.app-auth-footer .copyright {
    font-size: .75rem
}

@media(max-width: 767.98px) {
    .auth-background-col {
        display: none
    }
    .app-auth-wrapper .app-auth-body {
        width: 100%
    }
}

.app-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-600);
    background-color: var(--primary-100);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#categories-toggler {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-categories {
    max-height: 300px;
    overflow: auto;
}

.list-categories-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.load-categories {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.load-categories.loading {
    display: flex;
}

.form-control-borderless {
    border: 1px solid #ebebeb !important;
}

.img-select {
    display: block;
}

.img-select>span:first-child {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.img-dropabble {
    width: 100%;
    height: 100px;
    border: 2px dashed darkgray;
    background: #f8f9fa url('../../img/icons/image.png')no-repeat center;
    background-size: 30px;
}

.img-dropabble.active {
    border-color: var(--primary-600)
}

.product-image-wrapper,
.product-image-showcase {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.product-image:first-child::before {
    content: "Principal";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-600);
    color: #fff;
    border-radius: 0.25rem;
    width: 100%;
    text-align: center;
    padding: 0.15rem;
    font-size: 0.9rem;
}

.product-image {
    flex-basis: 100px;
    min-width: 100px;
    position: relative;
    margin: 0 0.25rem;
    border-radius: .25rem;
    padding: .25rem;
    border: 1px solid #dee2e6;
}

.product-image:hover {
    cursor: grab;
}

.product-image img {
    height: 100px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.product-image-wrapper.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.delete-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
    inset: 0;
    opacity: 0;
    display: grid;
    place-items: center;
    transition: opacity 0.5s ease;
}

.product-image:hover>.delete-image {
    opacity: 1;
}

.addition-image-not-found,
.addition-image {
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 50%;
}

.addition-image-not-found {
    background: #dee2e683;
}

.addition-image {
    border: 1px solid #dee2e6;
    object-fit: cover;
}

.img-upload+.invalid-feedback {
    width: 150px;
}

.stacked {
    box-shadow: #FFF 2px -2px 0px -1px, #dee2e6 2px -2px, #FFF 4px -4px 0px -1px, #dee2e6 4px -4px;
}

.logomarca_principal {
    max-width: 200px;
    max-height: 40px;
}
