/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v249/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

text-light {
  color: #f0f2f5 !important
}

.text-dark {
  color: #344767 !important
}

.text-white {
  color: #fff !important
}

.text-body {
  color: #021048 !important
}

.text-rose {
  color: #1C2D5A !important
}

.text-muted {
  color: #6c757d !important
}

.text-opacity-25 {
  --bs-text-opacity: 0.25
}

.text-opacity-50 {
  --bs-text-opacity: 0.5
}

.text-opacity-75 {
  --bs-text-opacity: 0.75
}

.text-opacity-100 {
  --bs-text-opacity: 1
}

.bg-primary {
  background-color: #1C2D5A !important
}

.bg-secondary {
  background-color: #021048 !important
}

.bg-success {
  background-color: #4caf50 !important
}

.bg-info {
  background-color: #1a73e8 !important
}

.bg-warning {
  background-color: #fb8c00 !important
}

.bg-danger {
  background-color: #f44335 !important
}

.bg-light {
  background-color: #f0f2f5 !important
}

.bg-dark {
  background-color: #344767 !important
}

.bg-body,
.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.bg-gray-100 {
  background-color: #f8f9fa !important
}

.bg-gray-200 {
  background-color: #f0f2f5 !important
}

.bg-gray-300 {
  background-color: #dee2e6 !important
}

.bg-gray-400 {
  background-color: #ced4da !important
}

.bg-gray-500 {
  background-color: #adb5bd !important
}

.bg-gray-600 {
  background-color: #6c757d !important
}

.bg-gray-700 {
  background-color: #495057 !important
}

.bg-gray-800 {
  background-color: #343a40 !important
}

.bg-gray-900 {
  background-color: #212529 !important
}

.btn-info-front {
  font-size: 12px;
  text-transform: none;
  font-weight: 300;
}

.card-confirm {
  background-color: #F5F8FF;
  border-radius: 10px;
  padding: 10px;
}

.card-confirm2 {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 10px;
}

.dataTables_empty {
  color: #000 !important;
}