/* Main header and navbar styles */
.main-header .navbar {
    background-color: #5F3BF1 !important; /* Violet */
}

/* Logo background color */
.main-header .logo {
    background-color: #FFFFFF !important; /* White */
}

/* Sidebar background color */
.skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #5F3BF1 !important; /* Morado #916BF6 */
}



/* Sidebar toggle button styles */
.main-header .navbar .sidebar-toggle {
  background-color: #5F3BF1 !important; /* Violet */
  color: #000000; /* Black text color */
}

/* Sidebar toggle button hover styles */
.main-header .navbar .sidebar-toggle:hover {
  background-color: #5F3BF1 !important; /* Violet */
  color: #000000; /* Black text color */
}

/* Sidebar styles */

/* Sidebar menu item text color */
.sidebar-menu>li>a {
    color: #FFFFFF !important; /* White text color */
}

/* Sidebar menu item text color on hover and active */
.sidebar-menu>li.active>a, .sidebar-menu>li:hover>a {
    color: #FFFFFF !important; /* Ensures text color is white on hover and when active */
    border-left-color: #5F3BF1 !important; /* Violet */
}


/* Box content styles */
.box .box-body h3 {
  text-align: center;
  font-family: 'Cambria', 'Georgia', serif;
  font-size: 20px;
  color: #00008B !important; 
}

/* Box content styles */
.box .box-body h1 {
  text-align: center;
  font-family: 'Cambria', 'Georgia', serif;
  font-size: 30px;
  color: #00008B !important; 
}







/* Box styles */

/* Box styles */
.box {
  border-top: 5px solid #5F3BF1; /* Violet border at the top */
  padding: 15px;
}

/* Primary solid box header background color */
.box.box-solid.box-primary>.box-header {
  background-color: #5F3BF1; /* Red #FF0000; */
  color: white; /* White text color */
}

/* Primary box header background color */
.box.box-primary>.box-header {
  background-color: #000000; /* Red #FF0000; */
  color: white; /* White text color */
}

/* General styles for all action buttons */
.btn {
  background-color: #000000 !important; /* Black */
  color: #FFFFFF !important; /* White text color for contrast */
  border-color: #000000 !important; /* Black border to match */
}

