:root {
  --bs-blue: #435ebe;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #c69453 !important;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ced4da;
  --bs-dark: #131313;
  --bs-primary-rgb: 198, 148, 83 !important;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 206, 212, 218;
  --bs-dark-rgb: 19, 19, 19;
  --bs-primary-text-emphasis: #543c1c !important;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #f4eadd !important;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #e8d4ba !important;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Nunito";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #7e7364 !important;
  --bs-body-color-rgb: 126, 115, 100 !important;
  --bs-body-bg: #f2f7ff;
  --bs-body-bg-rgb: 242, 247, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(126, 115, 100, .75) !important;
  --bs-secondary-color-rgb: 126, 115, 100 !important;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(126, 115, 100, .5) !important;
  --bs-tertiary-color-rgb: 126, 115, 100 !important;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #3f2d15 !important;
  --bs-link-color: #c69453 !important;
  --bs-link-color-rgb: 198, 148, 83 !important;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #7e5725 !important;
  --bs-link-hover-color-rgb: 126, 87, 37 !important;
  --bs-code-color: #d63384;
  --bs-highlight-color: #607080;
  --bs-highlight-bg: #fcf8e3;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: .25rem;
  --bs-border-radius-sm: .2rem;
  --bs-border-radius-lg: .3rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 .75rem 3rem rgba(0, 0, 0, .225);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(198, 148, 83, .25) !important;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

caption {
  color: #a79c8e;
}

.form-text {
  color: #a79c8e;
}

.sidebar-wrapper .menu .sidebar-link svg, .sidebar-wrapper .menu .sidebar-link i {
  color: #a79c8e;
}

.sidebar-wrapper .menu .sidebar-title {
  color: #3f2d15;
}

.sidebar-wrapper .menu .sidebar-link {
  color: #3f2d15;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
  color: #3f2d15;
}

.form-check-input:checked {
  background-color: #c69453;
  border-color: #c69453;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #c69453;
  border-color: #c69453;
}

.form-range::-webkit-slider-thumb {
  background-color: #c69453;
}

.form-range::-moz-range-thumb {
  background-color: #c69453;
}

.btn-primary {
  --bs-btn-bg: #c69453;
  --bs-btn-border-color: #c69453;
  --bs-btn-hover-bg: #7e5725;
  --bs-btn-hover-border-color: #7e5725;
  --bs-btn-focus-shadow-rgb: 95, 118, 200;
  --bs-btn-active-bg: #7e5725;
  --bs-btn-active-border-color: #32478f;
  --bs-btn-disabled-bg: #c69453;
  --bs-btn-disabled-border-color: #c69453 ;
}

.btn-outline-primary {
  --bs-btn-color: #c69453;
  --bs-btn-border-color: #c69453;
  --bs-btn-hover-bg: #c69453;
  --bs-btn-hover-border-color: #c69453;
  --bs-btn-focus-shadow-rgb: 198, 148, 83;
  --bs-btn-active-bg: #c69453;
  --bs-btn-active-border-color: #c69453;
  --bs-btn-disabled-color: #c69453;
  --bs-btn-disabled-border-color: #c69453;
}

.btn-link {
  --bs-btn-color: #c69453;
  --bs-btn-hover-color: #7e5725;
  --bs-btn-active-color: #7e5725;
  --bs-btn-focus-shadow-rgb: 95, 118, 200;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #c69453;
}

.dropdown-menu-dark {
  --bs-dropdown-link-active-bg: #c69453;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #c69453 ;
}

.pagination {
  --bs-pagination-color: #c69453;
  --bs-pagination-focus-color: #7e5725;
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(198, 148, 83, .25);
  --bs-pagination-active-bg: #c69453;
  --bs-pagination-active-border-color: #c69453;
}

.progress, .progress-stacked {
  --bs-progress-bar-bg: #c69453;
}

.list-group {
  --bs-list-group-active-bg: #c69453;
  --bs-list-group-active-border-color: #c69453;
}

.alert-primary {
  background-color: #c69453;
}

.pricing .card-highlighted {
  background-color: #c69453;
}

.pricing .card-highlighted .card-header, .pricing .card-highlighted .card-body {
  background-color: #c69453;
}

.pricing .card-highlighted .card-footer {
  background-color: #c69453;
}

.form-group.with-title .form-control:focus ~ label, .form-group.with-title dataTable-input:focus ~ label {
  border-left: 1px solid #c69453;
  border-top: 1px solid #c69453;
  border-right: 1px solid #c69453;
}

.form-check .form-check-input.form-check-primary {
  background-color: #c69453;
  border-color: #c69453;
}

.form-check.form-check-primary .form-check-input {
  background-color: #c69453;
  border-color: #c69453;
}

.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
  background-color: #c69453;
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a {
  color: #c69453;
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
  color: #c69453;
}

.nav-tabs .nav-link.active {
  color: #c69453;
}

.nav-tabs .nav-link.active:after {
  background-color: #c69453;
  box-shadow: 0 2px 5px rgba(198, 148, 83, 0.5);
}

.layout-horizontal .main-navbar {
  background-color: #c69453;
}

.pagination.pagination-primary .page-item.active .page-link {
  background-color: #c69453;
  border-color: #c69453;
  box-shadow: 0 2px 5px rgba(198, 148, 83, 0.3);
}

.progress.progress-primary .progress-bar {
  background-color: #c69453;
}

.comment-time {
  color: #c69453;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(198, 148, 83, .25);
  --bs-accordion-active-color: #7e5725;
}

.btn-close {
  --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(198, 148, 83, .25);
}

#auth #auth-left .auth-logo {
  margin-bottom: 2rem;
}
#auth #auth-left .auth-logo img {
  width: 100%;
  height: auto;
  max-height: 8rem;
}
#auth #auth-left .auth-title {
  font-size: 3rem;
  text-align: center;
}
#auth #auth-left .auth-subtitle {
  text-align: center;
}

#auth #auth-right {
  background: url("../../static/images/auth/MBG-auth-loja-de-ferragens.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
}

.prr-banner-logos-container {
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1 - 2rem);
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1 - 2rem);
  margin-bottom: -2rem;
  text-align: center !important;
  margin-top: 3rem !important;
}
.prr-banner-logos-container .prr-banner-logos-img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}/*# sourceMappingURL=auth.css.map */