@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url(../css/icomoon.css);

:root {
  --bs-blue: #009ef6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-gray: #7e8299;
  --bs-gray-dark: #3f4254;
  --bs-gray-100: #f5f8fa;
  --bs-gray-200: #eff2f5;
  --bs-gray-300: #e4e6ef;
  --bs-gray-400: #b5b5c3;
  --bs-gray-500: #a1a5b7;
  --bs-gray-600: #7e8299;
  --bs-gray-700: #5e6278;
  --bs-gray-800: #3f4254;
  --bs-gray-900: #181c32;
  --bs-white: #ffffff;
  --bs-light: #f5f8fa;
  --bs-primary: #009ef7;
  --bs-secondary: #e4e6ef;
  --bs-success: #50cd89;
  --bs-info: #7239ea;
  --bs-warning: #ffc700;
  --bs-danger: #f1416c;
  --bs-dark: #181c32;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 245, 248, 250;
  --bs-primary-rgb: 0, 158, 247;
  --bs-secondary-rgb: 228, 230, 239;
  --bs-success-rgb: 80, 205, 137;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 24, 28, 50;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #5e6278;
  --bs-body-bg: #fafbfd;
}
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Poppins, Helvetica, "sans-serif";
  font-size: 0.8125rem;
  background-color: #fafbfd;
  color: #5e6278;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.table td,
.table th,
.table tr {
  border-color: inherit;
  border-width: inherit;
  border-style: inherit;
  text-transform: inherit;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
  height: inherit;
  min-height: inherit;
}
.table tbody tr:last-child,
.table tfoot tr:last-child {
  border-bottom: 0 !important;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th,
.table tfoot tr:last-child td,
.table tfoot tr:last-child th {
  border-bottom: 0 !important;
}
.table.table-row-dashed tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #eff2f5;
}
.table.table-row-dashed tfoot td,
.table.table-row-dashed tfoot th {
  border-top-width: 1px !important;
}
.table.table-row-gray-300 tr {
  border-bottom-color: #e4e6ef;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #e4e6ef;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 0.475rem;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

a:hover {
  color: rgb(207, 207, 207) !important;
  text-decoration: none;
}
a {
  color: #5e6278;
  text-decoration: none;
}
.main-header .nav-link {
  height: 2.2rem;
}

.text-danger {
  color: #97252b !important;
}
.main-header {
  border-bottom: 0px solid #fff;
  z-index: 1034;
  background-color: #fafbfd;
  min-height: 80px;
  padding: 0 30px 0px 30px;
}
a.menu-sistema:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link {
  background-color: rgba(201, 6, 22, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #3f4254 !important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: rgba(6, 201, 126, 0.1);
  color: #fff;
}
[class*="sidebar-light"] .user-panel {
  border-bottom: 0px solid #dee2e6;
}
[class*="sidebar-light"] .brand-link {
  border-bottom: 1px solid #fff;
}
.main-footer {
  border-top: 0px solid #fff;
  background-color: #fafbfd;
}
.navbar-expand-xl
  .navbar-nav
  .dropdown
  .dropdown-submenu:hover
  > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
  box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
  margin-left: 0.5rem;
}
.control-sidebar-light {
  -webkit-box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%) !important;
  box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%) !important;
  border-left: 0px solid #dee2e6;
}

.content-wrapper {
  background-color: #fafbfd;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link {
  font-size: 12.5px;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:hover,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:focus {
  background: #f5f5f5;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #3f4254 !important;
}
[class*="sidebar-light-"] .sidebar a {
  color: rgba(0, 0, 0, 0.65);
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link {
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: rgba(0, 0, 0, 0.65);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(132, 31, 41, 0.5);
}
.nav-sidebar > .nav-item:hover > .nav-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(10px);
}
.nav-sidebar > li > a .nav-text {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.nav-sidebar > li > a:hover .nav-text {
  transform: translateX(10px);
}

.main-footer {
  color: #5e6278;
  font-size: 14px;
}
.btn-icon {
  padding: 0;
  overflow: hidden;
  border-radius: 5px !important;
  flex-shrink: 0;
  height: calc((0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
  width: calc((0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
  line-height: 2;
}
.btn-light {
  color: #7e8299;
  background-color: #d8dae9;
}
.btn-transparent-dark {
  background-color: rgba(33, 40, 50, 0.1) !important;
  border-color: transparent;
}
h5,
.h5 {
  color: #48455a !important;
}
.bg-success {
  background-color: #4dc591 !important;
}
.btn-success {
  color: #fff;
  background-color: #4dc591;
  border-color: #4dc591;
  box-shadow: none;
}
a.btn-success:hover {
  background-color: #97252b;
  color: #fff !important;
  border-color: #97252b;
}
.sidenav-menu-nested {
  flex-direction: column;
  margin-left: 0.5rem;
  border-left-style: solid;
  border-left-width: thin;
  color: #ccc;
}
[class*="sidebar-light-"] .nav-header {
  background-color: inherit;
  color: #c97178;
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #d7d6e0;
}
small,
.small {
  font-size: 0.875em;
}
a.bg-danger-soft-hover:hover {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-header .breadcrumb {
  margin-left: 1.5em;
  font-size: 13px;
}
.text-muted {
  color: #5e6278 !important;
}
.nav-sidebar .menu-open > .nav-link i.right,
.nav-sidebar .menu-is-opening > .nav-link i.right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* .mm-active {
  font-size: 10px !important;
} */
/* .nav-sidebar > .nav-item {
  margin-bottom: 8px;
} */
.main-profile {
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
.image-bx {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-bottom: 12px;
}
.image-bx img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-profile .name {
  margin-bottom: 2px;
}
h5,
.h5 {
  font-size: 1rem;
}
.email {
  margin-bottom: 0;
  font-size: 12px;
}
.nav-sidebar > li > a:hover .nav-text {
  transform: translateX(10px);
}
.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
.card {
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}
.card .card-header {
  border-bottom: none;
}
.card-header:first-child {
  border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}
.card .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center;
}
.card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1rem;
}
.card .card-header .card-title {
  display: flex;
  align-items: center;
  margin: 0rem;
  margin-left: 0;
}
.card .card-header .card-title .card-label {
  margin: 0 0.75rem 0 0;
  flex-wrap: wrap;
}

.card .card-header .card-title .card-label {
  margin: 0 0.75rem 0 0;
  flex-wrap: wrap;
}
.card .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.fs-6 {
  font-size: 0.9rem !important;
}
.fs-7 {
  font-size: 0.85rem !important;
}
.shadow {
  -webkit-box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%) !important;
  box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%) !important;
}
.text-end {
  text-align: right !important;
}
.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}
.symbol > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.475rem;
  border: 1px solid #eee;
  padding: 5px;
}
.symbol.symbol-40px > img {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px .symbol-label,
.symbol-label-grey {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px.symbol-fixed .symbol-label {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px.symbol-fixed > img {
  width: 40px;
  height: 40px;
  max-width: auto;
}
.symbol.symbol-40px.symbol-2by3 .symbol-label {
  height: 40px;
  width: 60px;
}
.symbol.symbol-40px.symbol-2by3 > img {
  height: 40px;
  width: 60px;
  max-width: auto;
}
.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  background-color: #4dc591;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}
.symbol .symbol-label-grey {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  background-color: #cdd1e9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}
.menu-item {
  display: block;
  padding: 0;
}
.menu-sub-dropdown {
  display: none;
  border-radius: 0.475rem;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  z-index: 105;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15);
}
.btn.btn-bg-light {
  border-color: #f5f8fa;
  background-color: #f5f8fa;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.475rem !important;
}
.svg-icon.svg-icon-3 svg {
  height: 1.35rem !important;
  width: 1.35rem !important;
}
.svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #a1a5b7;
}

.btn-check:active
  + .btn.btn-active-color-primary
  .svg-icon
  svg
  [fill]:not(.permanent):not(g),
.btn-check:checked
  + .btn.btn-active-color-primary
  .svg-icon
  svg
  [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active
  .svg-icon
  svg
  [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active)
  .svg-icon
  svg
  [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active)
  .svg-icon
  svg
  [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active)
  .svg-icon
  svg
  [fill]:not(.permanent):not(g),
.show
  > .btn.btn-active-color-primary
  .svg-icon
  svg
  [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #4dc591;
}
.h-px {
  height: 12px !important;
}
.progress {
  border-radius: 6px;
}
.btn-check:active + .btn.btn-active-light,
.btn-check:checked + .btn.btn-active-light,
.btn.btn-active-light.active,
.btn.btn-active-light.show,
.btn.btn-active-light:active:not(.btn-active),
.btn.btn-active-light:focus:not(.btn-active),
.btn.btn-active-light:hover:not(.btn-active),
.show > .btn.btn-active-light {
  color: #7e8299;
  border-color: #f5f8fa;
  background-color: #f5f8fa !important;
}
.rounded {
  border-radius: 0.475rem !important;
}
.btn.btn-color-muted {
  color: #a1a5b7;
}

/* .btn-check:active + .btn.btn-active-color-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-primary.dropdown-toggle:after,
.btn.btn-active-color-primary.active.dropdown-toggle:after,
.btn.btn-active-color-primary.show.dropdown-toggle:after,
.btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-primary.dropdown-toggle:after {
  color: #97252b;
} */

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* .active {
  color: #97252b !important;
  font-weight: normal;
} */
.card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: #5e6278;
}
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #eff2f5;
}
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: #e4e6ef;
}
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: #e4e6ef;
}
.flex-stack {
  justify-content: space-between;
  align-items: center;
}
.text-gray-800 {
  color: #3f4254 !important;
}
.badge-success {
  color: #fff;
  background-color: #4dc591;
}
.svg-icon.svg-icon-7 svg {
  height: 0.95rem !important;
  width: 0.95rem !important;
}
.svg-icon.svg-icon-white svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}
.svg-icon.svg-icon-white svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.h-xl-100 {
  height: 100% !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.mw-125px {
  max-width: 125px !important;
}
.down {
  color: #f1416c !important;
}
.up {
  color: #4dc591 !important;
}
.text-gray-700 {
  color: #5e6278 !important;
}
.fw-bold {
  font-weight: 500 !important;
}
.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}
.badge-white {
  color: #7e8299;
  background-color: #fff;
}
.badge-light-white {
  color: #fff;
}
.badge-light {
  color: #7e8299;
  background-color: #f5f8fa;
}
.badge-light-light {
  color: #f5f8fa;
}
.badge-primary {
  color: #fff;
  background-color: #009ef7;
}
.badge-light-primary {
  color: #009ef7;
  background-color: #f1faff;
}
.badge-secondary {
  color: #3f4254;
  background-color: #e4e6ef;
}
.badge-light-secondary {
  color: #e4e6ef;
}
.badge-success {
  color: #fff;
  background-color: #50cd89;
}
.badge-light-success {
  color: #50cd89;
  background-color: #e8fff3;
}
.badge-info {
  color: #fff;
  background-color: #7239ea;
}
.badge-light-info {
  color: #7239ea;
  background-color: #f8f5ff;
}
.badge-warning {
  color: #fff;
  background-color: #ffc700;
}
.badge-light-warning {
  color: #ffc700;
  background-color: #fff8dd;
}
.badge-danger {
  color: #fff;
  background-color: #f1416c;
}
.badge-light-danger {
  color: #f1416c;
  background-color: #fff5f8;
}
.badge-dark {
  color: #fff;
  background-color: #181c32;
}
.badge-light-dark {
  color: #181c32;
  background-color: #eff2f5;
}
.text-start {
  text-align: left !important;
}

.badge {
  padding: 0.85em;
  font-size: 0.75rem;
  font-weight: 600;
}
.fondo {
  background-image: url(../img/top-green.png);
  background-size: cover;
}
.btn {
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 0.475rem;
}
.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #f1416c;
  padding-left: 0.25rem;
  font-weight: 700;
}
.form-control.form-control-solid {
  background-color: #fff;
  border-color: #fff;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-control.form-control-solid::placeholder {
  color: #a1a5b7;
}
.form-control.form-control-solid::-moz-placeholder {
  color: #a1a5b7;
  opacity: 1;
}
.form-select {
  box-shadow: none !important;
}
.form-select.form-select-solid {
  background-color: #fff;
  border-color: #f5f8fa;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-select.form-select-solid::placeholder {
  color: #a1a5b7;
}
.form-select.form-select-solid::-moz-placeholder {
  color: #a1a5b7;
  opacity: 1;
}
.form-control,
.form-select {
  font-size: 13px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 1%) !important;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 1%) !important;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  color: #5e6278;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #fff;
  border-radius: 0.475rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.form-select:focus {
  border-color: #b5b5c3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #eff2f5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #5e6278;
}
@media (max-width: 992px) {
  .mlm {
    margin-left: 0 !important;
  }
  .text-center-movil {
    text-align: center !important;
  }
}

.input-group-prepend {
  margin-right: -1px;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
  /* height: 4px; */
}

.input-group-addon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text,
.input-group-addon {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  /* background-color: #9be0c2; */
  background-color: #ddd;
  -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 1%) !important;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 1%) !important;
}
span > i {
  color: #fff !important;
}
::placeholder {
  font-size: 13px;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
  box-shadow: none;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link {
  font-size: 14px;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: rgba(219, 219, 219, 0.1);
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-treeview {
  width: 20px;
  padding-right: 20px;
  padding-left: 10px;
}
.card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
}
.h5 {
  font-size: 1rem !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  border: 0;
  opacity: 1;
}
/* ***** CSS Mobile ***** */
/* Checkbox et Radio */
.box-mobil {
  display: inline-block;
  vertical-align: middle;
  /*width: 100%;
  height: 100%;*/
}
.box-mobil.btn-block {
  display: block;
}
.box-mobil input[type="checkbox"],
.box-mobil input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px none;
}
.box-mobil label {
  display: block;
  min-width: 18px;
  min-height: 18px;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding-left: 35px;
  font-weight: initial;
  height: 34px;
  line-height: 2;
}
.box-mobil.box-mobil-btn label {
  padding: 5px 10px 3px 35px;
  /* background-color: rgba(200, 200, 200, 0.1); */
  background-color: #fff;
  border: 1px solid rgba(119, 119, 119, 0.3);
  border-radius: 1rem;
  border: none;
  -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 2%) !important;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 2%) !important;
}
.box-mobil.box-mobil-btn label:hover {
  background-color: #97252b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.box-mobil.box-mobil-btn label:active {
  background-color: rgba(158, 158, 158, 0.2);
  border: 0px solid rgba(200, 200, 200, 0.5);
}
.box-mobil label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-right: 10px;
  position: absolute;
  left: 0.5625em;
  top: 50%;
  margin: -9px 0px 0px;
  border-radius: 1em;
}
.box-mobil input[type="radio"] + label:before {
  border-radius: 50%;
}
.box-mobil input[type="radio"]:checked + label::before {
  background-color: #fff;
  border: 5px solid #4dc591;
  opacity: 1;
}
.box-mobil input[type="checkbox"],
.box-mobil input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px none;
  border-radius: 1em;
}
.box-mobil input[type="checkbox"]:checked + label::before {
  font-family: "FontAwesome";
  font-size: 14px !important;
  content: "";
  background-color: #4dc591;
  border: none;
  opacity: 1;
  color: white;
  line-height: 18px;
  padding-left: 2px;
  border-radius: 1em;
  background-color: #fff;
  border: 5px solid #4dc591;
  opacity: 1;
}
.box-mobil.box-mobil-static label {
  padding-left: 0px;
}
.box-mobil.box-mobil-static label:before {
  left: 50%;
  margin-left: -9px;
}
label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}
.push-btn,
.svg-bt-icon {
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
  line-height: 0;
  font-size: 30px;
  margin: 0 5px;
  background-color: #fff !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  background-color: rgba(0, 0, 0, 0.03);
  color: #000;
}
.dropdown-toggle::after {
  display: none;
}
.sidebar ul > li > a > i {
  width: 30px;
  line-height: 28px;
  font-size: 1.5714285714rem;
  display: inline-block;
  vertical-align: middle;
  /* color: #172b4c; */
  text-align: center;
  border-radius: 10px;
  margin-right: 20px;
  background-color: transparent;
}
.nav-link {
  display: block;
  padding: 0.2rem 1rem;
}
.nav-treeview > li > a > i {
  margin-right: 0 !important;
}

.swal-button {
  background: linear-gradient(to right, #dc3545 0, #dc3545 100%);
  border: none !important;
}
.swal-footer {
  text-align: center;
}
.swal-icon--warning__body {
  width: 5px;
  height: 18px;
  top: 7px;
}

.swal-icon {
  display: none;
}
.swal-text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.swal-footer {
  text-align: center;
  margin-top: 0;
}
.swal-button-container {
  margin: 0;
}
.swal-button {
  padding: 5px 30px;
}
.back {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cell-h0 {
  background-color: #666;
}
.cell-h1 {
  background-color: #690;
}
.cell-h2 {
  background-color: #d2d113;
}
.cell-h3 {
  background-color: #f90;
}
.cell-h4 {
  background-color: #f00;
}
.cell-h5 {
  background-color: #ed658a;
}
.cell-h6 {
  background-color: #603;
}


.bg-info0 {
  background-color: #666;
}
.bg-info1 {
  background-color: #690;
}
.bg-info2 {
  background-color: #d2d113;
}
.bg-info3 {
  background-color: #f90;
}
.bg-info4 {
  background-color: #f00;
}
.bg-info5 {
  background-color: #ed658a;
}
.bg-info6 {
  background-color: #603;
}



.info-box {
  min-height: 67px;
}
.info-box .info-box-icon {
  font-size: 1.5rem;
}
.info-box .info-box-content {
  line-height: 1;
}
