.new-order-tab .nav-tabs .nav-link.active, .new-order-tab .nav-tabs .nav-item.show .nav-link {
	background: linear-gradient(90deg,rgba(68, 0, 117, 1) 0%, rgba(83, 0, 45, 1) 100%) !important;
	border: none !important;
}

.sidebar .sidebar-body nav ul li a:hover, .sidebar .sidebar-body nav ul li.active a {
	color: #53002D !important;
}

.sidebar .sidebar-body nav ul li a:hover::before, .sidebar .sidebar-body nav ul li.active a::before {
	background: #53002D !important;
}

.btn {
	border: none !important;
	background: linear-gradient(90deg,rgba(68, 0, 117, 1) 0%, rgba(83, 0, 45, 1) 100%) !important;
}

.content-table .tab-content .table > tbody > tr > td a {
	color: #53002D !important;
}

.hero .hero-badge {
	background: linear-gradient(90deg,rgba(68, 0, 117, 1) 0%, rgba(83, 0, 45, 1) 100%) !important;
  border: none !important;
}

.hero .hero-actions .btn-primary {
	background: linear-gradient(90deg,rgba(68, 0, 117, 1) 0%, rgba(83, 0, 45, 1) 100%) !important;
	
}

.hero .hero-stats .stat-item .stat-number {
	color: #fff !important;
}

.about .stat-item .number {
	color: #43007A !important;
}

.about .image-wrapper .floating-card .card-content i {
	color: #43007A !important;
}

#preloader div {
  background-color: #43007A !important;
}

.section-title h2::after {
	background: #43007A !important;
}

.featured-services .services-content .subtitle {
	background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
	color: #43007A !important;
	
}

.featured-services .services-content .btn-consultation {
	background-color: #43007A !important;
	
}

/* ============================================
   ESTILOS MOBILE PARA PÁGINA ADICIONAR SALDO
   ============================================ */

/* Container responsivo */
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  /* Ajuste do well no mobile */
  .well {
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
  }

  /* Botão full width no mobile */
  .btn-block-mobile {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 10px;
  }

  /* Form groups no mobile */
  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }

  .form-control {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }

  /* Select no mobile */
  select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
  }

  /* Alerts responsivos */
  .alert {
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .alert .close {
    padding: 5px 10px;
    font-size: 18px;
  }

  /* Tabela responsiva no mobile */
  .table-responsive-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 15px -15px;
    padding: 0 15px;
  }

  .table-mobile-responsive {
    width: 100%;
    min-width: 600px;
  }

  /* Estilo alternativo: cards para mobile (quando tabela é muito larga) */
  .table-mobile-responsive thead {
    display: none;
  }

  .table-mobile-responsive tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-mobile-responsive tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }

  .table-mobile-responsive tbody td:last-child {
    border-bottom: none;
  }

  .table-mobile-responsive tbody td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #53002D;
    text-align: left;
    flex: 0 0 40%;
  }

  .table-mobile-responsive tbody td:last-child:before {
    content: '';
  }

  /* Botão de invoice no mobile */
  .btn-invoice-mobile {
    display: inline-block;
    padding: 8px 15px;
    background: linear-gradient(90deg,rgba(68, 0, 117, 1) 0%, rgba(83, 0, 45, 1) 100%);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* Paginação responsiva */
  .pagination-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
  }

  .pagination-mobile li {
    margin: 5px;
  }

  .pagination-mobile li a {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
  }

  /* Ajustes de espaçamento */
  .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Remove offset no mobile */
  .col-md-offset-2 {
    margin-left: 0;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .well {
    padding: 20px;
  }

  .table-responsive-mobile {
    overflow-x: auto;
  }
}

/* Espaçamento extra para evitar sobreposição com header mobile */
@media (max-width: 991px) {
  .main-wrapper {
    padding-top: 80px;
  }

  .body-wrapper {
    padding-bottom: 80px;
  }
}

/**
* Template Name: Passion
* Template URL: https://bootstrapmade.com/passion-bootstrap-template/
* Updated: Jul 21 2025 with Bootstrap v5.3.7
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  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";
  --heading-font: "Barlow",  sans-serif;
  --nav-font: "Inter",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #140d1a; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0a3223; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #43007A !important; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #43007A; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #14201c; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #43007A; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f4f9f7;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000704;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #28323a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.featured-services .service-card:hover {
	background-color: #43007A !important;
}

.featured-services .service-card:hover .icon-box i {
	color: #43007A !important;
}

.featured-services .service-card .icon-box {
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 20px;
	transition: all 0.4s;
}

.about .btn.btn-outline {
	color: #fff !important;
}

