*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 14px;
  color: #483100;
  background: linear-gradient(160deg, #fffcf5 0%, #fef9e7 50%, #fdf3c0 100%) !important;
  background-attachment: fixed !important;
  min-height: 100vh;
}

.main-header {
  background: #2d1f00 !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(249, 209, 8, 0.2) !important;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25) !important;
}
.main-header .logo-header {
  background: #2d1f00 !important;
  width: 240px;
}
.main-header .logo-header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-header .logo-header .logo img.navbar-brand {
  max-height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.main-header .logo-header .btn-toggle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.main-header .logo-header .btn-toggle:hover {
  color: #f9d108 !important;
}
.main-header .navbar-header {
  background: transparent !important;
}
.main-header .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}
.main-header .navbar-nav .nav-item .nav-link:hover {
  background: rgba(249, 209, 8, 0.15) !important;
  color: #f9d108 !important;
}
.main-header .dropdown-user .user-box .u-text h4 {
  color: #fff;
  font-weight: 600;
}
.main-header .dropdown-user .user-box .u-text p {
  color: rgba(255, 255, 255, 0.65);
}

.sidebar {
  background: #2d1f00 !important;
  border-right: none !important;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
  width: 240px !important;
}
.sidebar .sidebar-wrapper {
  background: transparent !important;
}
.sidebar .user[data-background-color] {
  background: #3d2900 !important;
  padding: 16px 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(249, 209, 8, 0.15);
}
.sidebar .user[data-background-color] .avatar-img {
  border: 2px solid rgba(249, 209, 8, 0.4);
}
.sidebar .user[data-background-color] .info a span {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600;
  font-size: 13px;
}
.sidebar .user[data-background-color] .user-level {
  color: rgba(249, 209, 8, 0.8) !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sidebar .user[data-background-color] .dropdown-item {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px;
  padding: 4px 0;
}
.sidebar .user[data-background-color] .dropdown-item:hover {
  color: #f9d108 !important;
  background: transparent !important;
}
.sidebar .nav-section {
  padding: 16px 20px 6px;
}
.sidebar .nav-section h4.text-section {
  color: rgba(249, 209, 8, 0.7) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin: 0 !important;
}
.sidebar .nav-section.active h4.text-section, .sidebar .nav-section.active .text-section {
  color: rgba(249, 209, 8, 0.7) !important;
}
.sidebar .nav-section .sidebar-mini-icon {
  display: none;
}
.sidebar .nav-primary > .nav-item {
  margin: 2px 10px;
}
.sidebar .nav-primary > .nav-item > a {
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 14px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 400;
  transition: all 0.2s ease;
  text-decoration: none;
}
.sidebar .nav-primary > .nav-item > a i {
  font-size: 15px;
  width: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
}
.sidebar .nav-primary > .nav-item > a p {
  margin: 0;
  line-height: 1;
  color: #fff !important;
}
.sidebar .nav-primary > .nav-item > a:hover {
  background: rgba(249, 209, 8, 0.12) !important;
  color: #f9d108 !important;
}
.sidebar .nav-primary > .nav-item > a:hover p {
  color: #f9d108 !important;
}
.sidebar .nav-primary > .nav-item > a:hover i {
  color: #f9d108 !important;
}
.sidebar .nav-primary > .nav-item.active > a {
  background: #f9d108 !important;
  color: #2d1f00 !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(249, 209, 8, 0.35);
}
.sidebar .nav-primary > .nav-item.active > a p {
  color: #2d1f00 !important;
}
.sidebar .nav-primary > .nav-item.active > a i {
  color: #2d1f00 !important;
}
.sidebar .nav-primary > .nav-item .nav-collapse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 4px 4px;
  padding: 4px 0;
}
.sidebar .nav-primary > .nav-item .nav-collapse li a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12.5px;
  padding: 7px 14px !important;
  border-radius: 6px;
}
.sidebar .nav-primary > .nav-item .nav-collapse li a:hover {
  color: #f9d108 !important;
  background: transparent !important;
}
.sidebar .nav-primary > .nav-item .nav-collapse li.active a {
  color: #f9d108 !important;
  font-weight: 600;
}

.main-panel {
  margin-left: 240px !important;
  background: transparent !important;
  min-height: 100vh;
}
.main-panel .container {
  padding: 28px 24px;
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .sidebar_minimize .sidebar {
    width: 75px !important;
  }
  .sidebar_minimize .sidebar .sidebar-wrapper {
    width: 75px !important;
  }
  .sidebar_minimize .sidebar .nav-section h4.text-section {
    display: none !important;
  }
  .sidebar_minimize .main-panel {
    margin-left: 75px !important;
  }
  .sidebar_minimize .logo-header {
    width: 75px !important;
  }
  .sidebar_minimize_hover .sidebar {
    width: 240px !important;
  }
  .sidebar_minimize_hover .sidebar .sidebar-wrapper {
    width: 240px !important;
  }
  .sidebar_minimize_hover .sidebar .nav-section h4.text-section {
    display: block !important;
  }
  .sidebar_minimize_hover .main-panel {
    margin-left: 240px !important;
  }
  .sidebar_minimize_hover .logo-header {
    width: 240px !important;
  }
}
.card {
  background: rgba(255, 255, 255, 0.78) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(249, 209, 8, 0.18) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(72, 49, 0, 0.1) !important;
}
.card .card-header {
  background: rgba(249, 209, 8, 0.06) !important;
  border-bottom: 1px solid rgba(249, 209, 8, 0.18) !important;
  border-radius: 16px 16px 0 0 !important;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #483100;
}
.card .card-body {
  padding: 20px;
}
.card .card-title {
  color: #483100;
  font-weight: 700;
}

.wizard-container.wizard-round {
  background: rgba(255, 255, 255, 0.78) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(249, 209, 8, 0.18) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(72, 49, 0, 0.1) !important;
  padding: 0 !important;
  overflow: hidden;
}
.wizard-container.wizard-round .wizard-body {
  padding: 24px;
}

.wizard-container.wizard-simple {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 0 4px !important;
}
.wizard-container.wizard-simple .wizard-body h1 {
  font-size: 13px;
  font-weight: 700;
  color: rgba(72, 49, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0 4px;
}
.wizard-container.wizard-simple .wizard-action {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wizard-container.wizard-simple .wizard-action .btn-finish {
  background: rgba(255, 255, 255, 0.78) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(249, 209, 8, 0.18) !important;
  color: #483100 !important;
  border-radius: 8px !important;
  font-size: 12px;
  padding: 6px 14px;
  font-weight: 600;
  transition: all 0.2s;
}
.wizard-container.wizard-simple .wizard-action .btn-finish:hover {
  background: #f9d108 !important;
  border-color: #f9d108 !important;
  color: #2d1f00 !important;
}

.table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
}
.table thead tr th {
  background: rgba(249, 209, 8, 0.08) !important;
  color: #483100;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none !important;
  padding: 12px 16px;
}
.table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
.table tbody tr {
  transition: background 0.15s;
}
.table tbody tr td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(249, 209, 8, 0.1) !important;
  border-top: none !important;
  color: #483100;
  vertical-align: middle;
  font-size: 13.5px;
}
.table tbody tr:hover td {
  background: rgba(249, 209, 8, 0.06) !important;
}
.table tbody tr:last-child td {
  border-bottom: none !important;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.3) !important;
}

.btn {
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 12.5px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease !important;
  text-transform: none !important;
}

.btn-primary {
  background: #f9d108 !important;
  border-color: #f9d108 !important;
  color: #2d1f00 !important;
  box-shadow: 0 2px 8px rgba(249, 209, 8, 0.4) !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #e6c007 !important;
  border-color: #e6c007 !important;
  box-shadow: 0 4px 14px rgba(249, 209, 8, 0.5) !important;
}

.btn-success {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #fff !important;
}

.btn-danger {
  background: #ef4444 !important;
  border-color: #ef4444 !important;
  color: #fff !important;
}

.btn-link.btn-success {
  background: transparent !important;
  border: none !important;
  color: #10b981 !important;
  box-shadow: none !important;
}
.btn-link.btn-danger {
  background: transparent !important;
  border: none !important;
  color: #ef4444 !important;
  box-shadow: none !important;
}
.btn-link.btn-round {
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.badge {
  border-radius: 6px !important;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sf-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sf-badge-novo {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}
.sf-badge-andamento {
  background: rgba(245, 158, 11, 0.12);
  color: rgb(196.9291338583, 126.7125984252, 8.0708661417);
}
.sf-badge-enviado {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6;
}
.sf-badge-analise {
  background: rgba(6, 182, 212, 0.12);
  color: rgb(4.5963302752, 139.4220183486, 162.4036697248);
}
.sf-badge-finalizado {
  background: rgba(16, 185, 129, 0.12);
  color: rgb(12.752238806, 147.447761194, 102.8149253731);
}

.form-control {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(72, 49, 0, 0.15) !important;
  border-radius: 8px !important;
  color: #483100 !important;
  font-size: 13.5px;
  padding: 9px 13px;
  transition: all 0.2s;
  backdrop-filter: blur(4px);
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: #f9d108 !important;
  box-shadow: 0 0 0 3px rgba(249, 209, 8, 0.2) !important;
  outline: none;
}
.form-control::-moz-placeholder {
  color: rgba(72, 49, 0, 0.4) !important;
}
.form-control::placeholder {
  color: rgba(72, 49, 0, 0.4) !important;
}

label {
  color: #483100 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 6px;
}

.form-group {
  margin-bottom: 18px;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.panel-header,
.panel-header.bg-primary-gradient,
.bg-primary-gradient {
  background: transparent !important;
  padding: 0 0 20px 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(249, 209, 8, 0.18);
  margin-bottom: 24px;
}
.panel-header h2,
.panel-header.bg-primary-gradient h2,
.bg-primary-gradient h2 {
  color: #483100 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  padding-bottom: 0 !important;
}
.panel-header h5,
.panel-header.bg-primary-gradient h5,
.bg-primary-gradient h5 {
  color: rgba(72, 49, 0, 0.6) !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.panel-header .btn-secondary,
.panel-header.bg-primary-gradient .btn-secondary,
.bg-primary-gradient .btn-secondary {
  background: #f9d108 !important;
  border-color: #f9d108 !important;
  color: #2d1f00 !important;
  font-weight: 600 !important;
}
.panel-header .btn-secondary:hover,
.panel-header.bg-primary-gradient .btn-secondary:hover,
.bg-primary-gradient .btn-secondary:hover {
  background: #e6c007 !important;
  border-color: #e6c007 !important;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(249, 209, 8, 0.18);
}
.page-header h4.page-title {
  font-size: 20px;
  font-weight: 700;
  color: #483100;
  margin: 0;
}
.page-header .breadcrumbs {
  background: transparent !important;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.page-header .breadcrumbs li::after {
  content: "/";
  color: rgba(72, 49, 0, 0.3);
  margin-left: 6px;
}
.page-header .breadcrumbs li:last-child::after {
  display: none;
}
.page-header .breadcrumbs a {
  color: rgba(72, 49, 0, 0.6);
  text-decoration: none;
}
.page-header .breadcrumbs a:hover {
  color: #483100;
}
.page-header .breadcrumbs .active {
  color: #483100;
  font-weight: 600;
}

.footer {
  background: transparent !important;
  border-top: 1px solid rgba(249, 209, 8, 0.18);
  padding: 14px 24px !important;
  font-size: 12px;
  color: rgba(72, 49, 0, 0.5);
}

.sf-kpi {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(249, 209, 8, 0.18);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 4px 20px rgba(72, 49, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.sf-kpi:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(72, 49, 0, 0.16);
}
.sf-kpi__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.sf-kpi__icon-yellow {
  background: rgba(249, 209, 8, 0.15);
  color: rgb(176.2193675889, 147.6818181818, 4.2806324111);
}
.sf-kpi__icon-blue {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}
.sf-kpi__icon-green {
  background: rgba(16, 185, 129, 0.12);
  color: rgb(13.9701492537, 161.5298507463, 112.6343283582);
}
.sf-kpi__icon-purple {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6;
}
.sf-kpi__icon-amber {
  background: rgba(245, 158, 11, 0.12);
  color: rgb(196.9291338583, 126.7125984252, 8.0708661417);
}
.sf-kpi__icon-cyan {
  background: rgba(6, 182, 212, 0.12);
  color: rgb(4.5963302752, 139.4220183486, 162.4036697248);
}
.sf-kpi__data {
  flex: 1;
}
.sf-kpi__value {
  font-size: 26px;
  font-weight: 800;
  color: #483100;
  line-height: 1;
  margin-bottom: 4px;
}
.sf-kpi__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(72, 49, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sf-pipeline {
  margin-top: 24px;
}
.sf-pipeline__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.sf-pipeline__header h5 {
  font-size: 13px;
  font-weight: 700;
  color: #483100;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.sf-pipeline__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sf-pipeline__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sf-pipeline__item-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #483100;
  width: 120px;
  flex-shrink: 0;
}
.sf-pipeline__item-bar {
  flex: 1;
  height: 8px;
  background: rgba(72, 49, 0, 0.07);
  border-radius: 99px;
  overflow: hidden;
}
.sf-pipeline__item-bar span {
  display: block;
  height: 100%;
  border-radius: 99px;
  transition: width 0.6s ease;
}
.sf-pipeline__item-count {
  font-size: 12px;
  font-weight: 700;
  color: rgba(72, 49, 0, 0.6);
  width: 30px;
  text-align: right;
}

.sf-tabs {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid rgba(249, 209, 8, 0.18);
  margin-bottom: 24px;
}
.sf-tabs__tab {
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(72, 49, 0, 0.55);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  border-radius: 6px 6px 0 0;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.sf-tabs__tab i {
  font-size: 13px;
}
.sf-tabs__tab:hover {
  color: #483100;
  background: rgba(249, 209, 8, 0.07);
}
.sf-tabs__tab.active {
  color: #483100;
  border-bottom-color: #f9d108;
  font-weight: 700;
}

.sf-tab-pane {
  display: none;
}
.sf-tab-pane.active {
  display: block;
}

.sf-document-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(249, 209, 8, 0.1);
}
.sf-document-item:last-child {
  border-bottom: none;
}
.sf-document-item__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.sf-document-item__icon.pdf {
  background: #ef4444;
}
.sf-document-item__icon.doc {
  background: #3b82f6;
}
.sf-document-item__icon.docx {
  background: #3b82f6;
}
.sf-document-item__icon.img {
  background: #10b981;
}
.sf-document-item__icon.jpg {
  background: #10b981;
}
.sf-document-item__icon.jpeg {
  background: #10b981;
}
.sf-document-item__icon.png {
  background: #10b981;
}
.sf-document-item__icon.zip {
  background: #f59e0b;
}
.sf-document-item__icon.stl {
  background: #8b5cf6;
}
.sf-document-item__icon.model {
  background: #8b5cf6;
}
.sf-document-item__info {
  flex: 1;
  min-width: 0;
}
.sf-document-item__name {
  font-weight: 600;
  font-size: 13.5px;
  color: #483100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sf-document-item__meta {
  font-size: 12px;
  color: rgba(72, 49, 0, 0.5);
  margin-top: 2px;
}
.sf-document-item__actions {
  display: flex;
  gap: 8px;
}
.sf-document-item__actions a {
  font-size: 12px;
  font-weight: 600;
  color: #483100;
  text-decoration: none;
  padding: 5px 11px;
  border-radius: 6px;
  border: 1px solid rgba(72, 49, 0, 0.15);
  transition: all 0.2s;
}
.sf-document-item__actions a:hover {
  background: #f9d108;
  border-color: #f9d108;
  color: #2d1f00;
}

.sf-answer-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(249, 209, 8, 0.1);
}
.sf-answer-item:last-child {
  border-bottom: none;
}
.sf-answer-item__question {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(72, 49, 0, 0.5);
  margin-bottom: 5px;
}
.sf-answer-item__answer {
  font-size: 14px;
  color: #483100;
  font-weight: 400;
  line-height: 1.5;
}

.alert {
  border-radius: 10px !important;
  border: none !important;
  font-size: 13.5px;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.alert-success {
  background: rgba(16, 185, 129, 0.12) !important;
  color: rgb(11.9402985075, 138.0597014925, 96.2686567164) !important;
}
.alert-danger {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #b91c1c !important;
}
.alert-warning {
  background: rgba(245, 158, 11, 0.12) !important;
  color: rgb(172.4330708661, 110.9507874016, 7.0669291339) !important;
}
.alert-info {
  background: rgba(59, 130, 246, 0.1) !important;
  color: rgb(11.1512195122, 99.1219512195, 242.8487804878) !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(72, 49, 0, 0.2);
  border-radius: 99px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(72, 49, 0, 0.4);
}

a {
  color: #483100;
}

a:hover {
  color: rgb(21, 14.2916666667, 0);
}

h1, h2, h3, h4, h5, h6 {
  color: #483100;
}

.text-muted {
  color: rgba(72, 49, 0, 0.5) !important;
}

[data-background-color=dark],
[data-background-color=dark2] {
  background-color: #2d1f00 !important;
}

body.login {
  background: #fffcf5 !important;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  padding: 0 !important;
  margin: 0;
}
body.login .wrapper-login {
  display: block !important;
}

.sf-login-wrap {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.sf-login-brand {
  width: 42%;
  background: linear-gradient(160deg, #3d2900 0%, #2d1f00 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 48px 36px;
  position: relative;
  overflow: hidden;
}
.sf-login-brand::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(249, 209, 8, 0.05);
  top: -100px;
  right: -120px;
  pointer-events: none;
}
.sf-login-brand::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(249, 209, 8, 0.04);
  bottom: 60px;
  left: -80px;
  pointer-events: none;
}

.sf-login-brand-inner {
  position: relative;
  z-index: 1;
}

.sf-login-logo {
  height: 72px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  margin-bottom: 28px;
  display: block;
}

.sf-login-brand-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.sf-login-brand-sub {
  font-size: 15px;
  color: rgba(249, 209, 8, 0.85);
  margin: 0 0 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.sf-login-brand-divider {
  width: 40px;
  height: 3px;
  background: #f9d108;
  border-radius: 2px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.sf-login-brand-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  max-width: 260px;
  margin: 0;
}

.sf-login-brand-footer {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}
.sf-login-brand-footer a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}
.sf-login-brand-footer a:hover {
  color: rgba(249, 209, 8, 0.7);
}

.sf-login-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffcf5;
  padding: 40px 24px;
}
.sf-login-panel .container-login,
.sf-login-panel .container-forgot {
  width: 100%;
  max-width: 420px;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sf-login-form-wrap {
  width: 100%;
}

.sf-login-header {
  text-align: center;
  margin-bottom: 36px;
}
.sf-login-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #483100 !important;
  margin: 12px 0 6px;
}
.sf-login-header p {
  font-size: 13px;
  color: rgba(72, 49, 0, 0.5);
  margin: 0;
}

.sf-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(249, 209, 8, 0.12);
  color: rgb(176.2193675889, 147.6818181818, 4.2806324111);
  font-size: 20px;
  border: 1px solid rgba(249, 209, 8, 0.3);
}

.sf-form-group {
  margin-bottom: 20px;
}
.sf-form-group label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(72, 49, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  display: block;
}

.sf-input-wrap {
  position: relative;
}
.sf-input-wrap .sf-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(72, 49, 0, 0.35);
  font-size: 13px;
  pointer-events: none;
}
.sf-input-wrap .sf-input {
  padding-left: 38px !important;
}

.sf-input {
  background: #fff !important;
  border: 1px solid rgba(72, 49, 0, 0.15) !important;
  border-radius: 10px !important;
  height: 46px;
  font-size: 14px !important;
  color: #483100 !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sf-input:focus {
  border-color: rgba(249, 209, 8, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(249, 209, 8, 0.12) !important;
  outline: none;
}
.sf-input::-moz-placeholder {
  color: rgba(72, 49, 0, 0.3) !important;
}
.sf-input::placeholder {
  color: rgba(72, 49, 0, 0.3) !important;
}

.sf-show-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(72, 49, 0, 0.35);
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.sf-show-password:hover {
  color: #483100;
}

.sf-forgot-link {
  font-size: 11px;
  color: rgba(72, 49, 0, 0.45) !important;
  text-decoration: none !important;
  font-weight: 500;
}
.sf-forgot-link:hover {
  color: rgb(176.2193675889, 147.6818181818, 4.2806324111) !important;
}

.sf-error {
  font-size: 11px;
  color: #c0392b;
  display: block;
  margin-top: 4px;
}

.sf-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: rgba(72, 49, 0, 0.6);
  font-weight: 400;
  margin: 0;
}
.sf-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #f9d108;
  cursor: pointer;
}

.sf-login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.sf-login-actions--two {
  gap: 12px;
}
.sf-login-actions--two .sf-btn-cancel,
.sf-login-actions--two .sf-btn-login {
  flex: 1;
  justify-content: center;
}

.sf-btn-login {
  background: linear-gradient(135deg, #f9d108 0%, rgb(221.0308300395, 185.2363636364, 5.3691699605) 100%) !important;
  border: none !important;
  color: #2d1f00 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 28px !important;
  border-radius: 10px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 14px rgba(249, 209, 8, 0.35);
}
.sf-btn-login:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(249, 209, 8, 0.45);
  color: #2d1f00 !important;
}

.sf-btn-cancel {
  background: transparent !important;
  border: 1px solid rgba(72, 49, 0, 0.2) !important;
  color: rgba(72, 49, 0, 0.6) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sf-btn-cancel:hover {
  background: rgba(72, 49, 0, 0.05) !important;
  color: #483100 !important;
}

@media (max-width: 768px) {
  .sf-login-brand {
    display: none;
  }
  .sf-login-panel {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .sf-login-panel {
    padding: 24px 16px;
    align-items: flex-start;
    padding-top: 48px;
  }
}
