

:root {
  --primary: #122a3bd8;
  /* Sidebar / Brand */
  --secondary: #0d131b;
  /* Accent / Buttons */
  --background: #FFFCFB;
  /* Background */
  --surface: #FFFFFF;
  /* Cards / Panels */
  --text-primary: #111827;
  /* Headings / Main text */
  --text-secondary: #3c3e42d5;
  /* Subtle text */
  --border: #E5E7EB;
  /* Dividers */
  --header:#122a3b;
  --sidebar:#122a3be9;
  --success: #113428e1;
  --warning: #f59f0bd3;
  --error: #742020ea;
  --info: #1e4c5fdd;
  --light: #f8f9fc;
  --dark: #122a3b;
  --white: #fff;
  --shadow-sm: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
  --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --border-radius: 0.35rem;
}
.bg-back{
    background-color: transparent;
}
.select2-container.select2-selection--single{
height: 38px !important;
}
.select2-container--default .select2-selection--single.select2-selection_rendered{
line-height: 38px !important;
}
.select2-container--default .select2-selection--single.select2-selection_arrow{
height: 38px !important;
}

.quantityInput{
width: 50px !important;
padding: 16px 3px;
text-align: center;
border: 1px solid #cfb1b1;
outline: 0;
margin-right: 1px;
}

footer a{
    text-decoration: none;
    color: rgb(85, 84, 84);
    font-weight: bold;

}
footer a:hover{
    scale: 1.7;
    color: rgb(42, 108, 165);
}
.dash .card:hover{
    scale:1.02;
}
/* .card-header{
    background-color: #a8c8f4;
}
.card-body{
    background-color: #c6d4e5;
} */
.card-header h4{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 }