
:root {
  --color-theme-1: 0 31 71;
  --color-theme-2: 8 63 124;
  --color-primary: 0 31 71;
  --color-secondary: 229 223 204;
  --color-success: 41 168 159;
  --color-info: 8 145 178;
  --color-warning: 186 0 80;
  --color-pending: 194 65 12;
  --color-danger: 185 28 28;
  --color-light: 241 245 249;
  --color-dark: 30 41 59;
}
.text-yellow-500{
    color:rgba(0, 35, 156,1) !important;
}
.bg-yellow-500{
    background-color:rgba(0, 35, 156,1) !important;
}
.text-red-500{
    color:rgba(186, 0, 80,1) !important;
}
.bg-red-500{
    background-color:rgba(186, 0, 80,1) !important;
}
.border-red-500{
    border-color:rgba(186, 0, 80,1) !important;
}
.border-yellow-500{
    border-color:rgba(0, 35, 156,1) !important;
}

.text-green-500{
    color:rgb(41, 168, 159,1) !important;
}
.border-green-500{
    border-color:rgb(41, 168, 159,1) !important;
}
.bg-green-500{
    background-color:rgb(41, 168, 159,1) !important;
}
.\[\&\.warning\]\:text-warning.warning {
    --tw-text-opacity: 1;
    color: rgb(0, 35, 156,1) !important;
}
.\[\&\.warning\]\:bg-warning\/10.warning {
    background-color: rgb(191, 189, 176,0.1) !important;
}
.\[\&\.pending\]\:text-pending.pending {
    --tw-text-opacity: 1;
    color:rgba(186, 0, 80,1) !important;
}
.\[\&\.pending\]\:bg-pending\/10.pending {
    background-color: rgb(186, 0, 80, 0.1) !important;
}
.bg-\[\#0077b5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(41, 168, 159,1) !important;
}
.border-\[\#0077b5\] {
    --tw-border-opacity: 1;
    border-color: rgb(41, 168, 159,1) !important;
}

.\[\&\.success\]\:bg-success\/10.success {
    background-color: rgb(0, 31, 71,0.1) !important;
}

.\[\&\.success\]\:text-success.success{
    color:#001F47 !important;
}

.group.success .group-\[\.success\]\:border-success\/50 {
    background-color: rgb(0, 31, 71,0.5) !important;
}

html body {
    letter-spacing: 0.025em;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", sans-serif;
    color: #64748b;
    line-height: 1.25rem;
    margin-left: 0px;
}

.text-slate-500\/80 {
    color: rgb(0 35 156 / 0.8);
}

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.text-white\/90 svg {
    color: rgb(255 255 255 / 0.9) !important;
}

.text-white\/60 svg {
    color: rgb(255 255 255 / 0.9) !important;
}

.text-white svg {
    color: rgb(255 255 255 / 0.9) !important;
}

svg.lucide {
    color: #00239c;
}

.bg-azulcore{
	background-color: #001F47 !important;
}