@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("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

: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: rgb(46, 44, 54);
  --bs-gray-800: #3f4254;
  --bs-gray-900: #181c32;
  --bs-white: #ffffff;
  --bs-light: #f5f8fa;
  --bs-primary: #009ef7;
  --bs-secondary: #e4e6ef;
  --bs-success: rgb(41, 216, 132);
  --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: "Montserrat", 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: 0.812rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgb(46, 44, 54);
  --bs-body-bg: #ffffff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 0.85rem;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  /* font-size: 0.812rem; */
  color: rgb(46, 44, 54);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.wrapper {
  /* background: #f0fbfd url(../img/bg.png); */
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
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: white;
  border-width: inherit;
  border-style: inherit;
  text-transform: inherit;
  /* font-weight: bold; */
  font-size: 13px;
  color: inherit;
  height: inherit;
  min-height: inherit;
  border-bottom: #eee 1px solid;
}
.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;
}
table > thead {
  background-color: white;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px dashed #ddd !important;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 1em !important;
}
.line {
  line-height: 16px;
  padding: 7px 0;
}

.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: #e4e6ef;
}
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #eff5f1;
}
.text-danger {
  color: #f44646 !important;
}
/* Icon 1 */

.animated-icon1 {
  width: 23px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #979797;
}
.animated-icon1 span:nth-child(1) {
  top: 3px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
  background: #ddd;
}
.animated-icon1 span:nth-child(3) {
  top: 17px;
  background: #ddd;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.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;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
}
.small-box,
.info-box {
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
}

/* a:hover {
  color: rgb(85, 90, 90) !important;
  text-decoration: none;
} */
/* a {
  color: rgb(46, 44, 54);
  text-decoration: none;
} */
a.badge:hover {
  color: #fff !important;
}
/* a.btn:hover,
.active,
.focus {
  background-color: rgb(41, 216, 132) !important;
  border-color: rgb(41, 216, 132) !important;
} */
.info-box .info-box-icon {
  padding: 0 !important;
}
.info-box {
  min-height: 0 !important;
}
.play {
  height: 30px;
  width: 30px;
  color: #fff;
  background: #f44646;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  border: 0px solid rgb(41, 216, 132);
}
.bg-sids {
  background-color: #2fd38a !important;
  border-color: #2fd38a !important;
  color: #fff;
  padding: 0.7em 1.5em !important;
}
.bg-sids-2 {
  background-color: rgb(41, 216, 132) !important;
  border-color: rgb(41, 216, 132) !important;
  color: #fff;
}
button.btn:hover {
  background-color: rgb(41, 216, 132) !important;
  border-color: rgb(41, 216, 132) !important;
}
.bg-danger {
  color: #fff;
  background-color: #f44646 !important;
}
.bg-red {
  color: #fff;
  background-color: #f44646 !important;
}
.main-header .nav-link {
  height: 3rem;
}
.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: 1px solid #fff;
  margin-left: 0 !important;
}
.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;
}
a.dropdown-item.nav-link:hover {
  background-color: #dee2e6;
  color: #172b4c !important;
}
.morena {
  background-color: #820100;
  color: #fff !important;
}
.dropdown-item {
  font-size: 14px;
}
.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: transparent;
}
[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);
}

.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);
}

.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;
}

.text-success {
  color: rgb(46, 44, 54) !important;
}
.text-check {
  color: rgb(41, 216, 132) !important;
}
.bg-success {
  background-color: rgb(41, 216, 132) !important;
  padding: 0.45em 1.5em !important;
}
.bg-green {
  background-color: rgb(41, 216, 132) !important;
  color: #fff;
}
.bg-teal {
  background-color: #82c972 !important;
}
.btn-success {
  color: #fff;
  background-color: rgb(41, 216, 132);
  border-color: rgb(41, 216, 132);
  box-shadow: none;
}
a.btn-success:hover {
  background-color: rgb(41, 216, 132);
  color: #fff !important;
  border-color: #edb1dd;
}
.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: #a7aeb8;
}
.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: #6c757d !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;
}

.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-7 {
  font-size: 0.85rem !important;
}
.shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02) !important;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02) !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: #9c5586;
  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;
}
.symbol.symbol-50px .symbol-label {
  width: 50px;
  height: 50px;
}
.btn.btn-bg-light {
  border-color: #f5f8fa;
  background-color: #f5f8fa;
}
.bg-light-success {
  background-color: #e8fff3 !important;
}
.svg-icon.svg-icon-success {
  color: #50cd89;
}
.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: #9c5586;
}
.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.25rem !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: #edb1dd;
}

.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: #edb1dd !important;
  font-weight: normal;
} */
/* .card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: rgb(46, 44, 54);
} */
.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;
}

.badge-success {
  color: #fff;
  background-color: rgb(41, 216, 132);
}
.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: #9c5586 !important;
}
.badge-light-success {
  color: #50cd89;
  background-color: #e8fff3;
  font-weight: bold;
}
.badge-light-danger {
  color: #f1416c !important;
  background-color: #fff5f8 !important;
}
.text-gray-700 {
  color: rgb(46, 44, 54) !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: rgb(41, 216, 132);
}

.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: 1rem;
  font-weight: normal;
}
.fondo {
  background-image: url(../img/top-green.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.fondologin {
  background-image: url(../../imagenlogin.png) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.fixed-top {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);

  padding-top: 1em;
  padding-bottom: 1em;
}
.btn {
  font-weight: 500;
  font-size: 0.85rem;
  border-radius: 0.475rem;
  /* padding: 0.7em 1.5em !important; */
}
.bullet-vertical {
  width: 4px;
  height: 6px;
}
.bullet {
  display: inline-block;
  /* background-color: #b5b5c3; */
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}
.h-40px {
  height: 40px !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.text-hover-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.fw-bolder {
  font-weight: 600 !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.regresar {
  font-size: 20px;
  color: rgb(46, 44, 54);
}
.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: rgb(46, 44, 54);
  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: rgb(46, 44, 54);
  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-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-control {
  /* font-size: 1.5em; */
  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;
}
.spacing {
  letter-spacing: -1px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  color: rgb(46, 44, 54);
  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 rgb(46, 44, 54);
}
@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;
}

.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: #9be0c2;
  -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 #9c5586;
  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: #9c5586;
  border: none;
  opacity: 1;
  color: white;
  line-height: 18px;
  padding-left: 2px;
  border-radius: 1em;
  background-color: #fff;
  border: 5px solid #9c5586;
  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-treeview > li > a > i {
  margin-right: 0 !important;
}
.swal-button {
  background: linear-gradient(to right, #2fd38a 0, rgb(41, 216, 132) 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;
}
.btn-app {
  border-radius: 0.25rem;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  color: #6c757d;
  background-color: #fff !important;
  width: 100% !important;
  padding: 15px 5px;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 10px;
  height: auto;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
}

.alert-success {
  background-color: rgb(41, 216, 132) !important;
  border-color: rgb(41, 216, 132) !important;
  font-size: 1.2em;
  padding: 1em;
}
.card-success:not(.card-outline) > .card-header {
  background-color: rgb(41, 216, 132);
}

.alert {
  right: 0 !important;
}
td > button {
  width: 100% !important;
}
.circulo {
  height: 40px;
  width: 40px;
  color: rgb(41, 216, 132);
  background: #cbf3aa;
  text-align: center;
  line-height: 34px;
  font-size: 16px !important;
  border-radius: 50%;
  border: 3px solid rgb(41, 216, 132);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
  margin-bottom: 5px;
}
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
  width: 100% !important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #fff !important;
  padding: 1.2em 0.7em;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fff !important;
}

#Regresar {
  background-color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 0px solid #979797 !important;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(41, 216, 132)),
    color-stop(100%, rgb(41, 216, 132))
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgb(41, 216, 132) 0%,
    rgb(41, 216, 132) 100%
  ) !important;
  background: -moz-linear-gradient(
    top,
    rgb(41, 216, 132) 0%,
    rgb(41, 216, 132) 100%
  ) !important;
  background: -ms-linear-gradient(
    top,
    rgb(41, 216, 132) 0%,
    rgb(41, 216, 132) 100%
  ) !important;
  background: -o-linear-gradient(
    top,
    rgb(41, 216, 132) 0%,
    rgb(41, 216, 132) 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    rgb(41, 216, 132) 0%,
    rgb(41, 216, 132) 100%
  ) !important;
}
.bg-gray {
  padding: 0.7em 1.5em !important;
}
.bg-gris {
  background-color: #898b97;
}
@media (min-width: 768px) {
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 0;
  }
}

.small-box > .small-box-footer {
  border-radius: 10px;
}
.bg-info,
.bg-white,
.bg-warning,
.bg-danger,
.bg-secondary,
.bg-primary,
.bg-dark,
.bg-teal {
  padding: 0.45em 1.5em !important;
}
.bg-warning {
  color: #fff !important;
  /* background-color: #e8ca52 !important; */
}
.btn-warning {
  color: #fff;
  background-color: #ffc107;
}
.bg-primary {
  background-color: #79a7e7 !important;
}
.bg-infos {
  background-color: #3a8967 !important;
  padding: 0 !important;
}
.bg-second {
  background-color: #6c757d !important;
}
.bg-infosrojo {
  background-color: #f44646 !important;
  padding: 0 !important;
}
.bg-infosteal {
  background-color: #adb93f !important;
  padding: 0 !important;
}
.small-box > .inner {
  padding: 0;
}
.small-box .icon > i.fa,
.small-box .icon > i.fas,
.small-box .icon > i.far,
.small-box .icon > i.fab,
.small-box .icon > i.fal,
.small-box .icon > i.fad,
.small-box .icon > i.ion {
  font-size: 38px;
  top: 13px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  vertical-align: middle;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 6px 10px;
}
.navbar-expand .navbar-nav .nav-link {
  font-size: 13px;
}
.navbar-dark {
  background-color: #38414a;
  border-color: #38414a;
  text-align: center;
}
.topnav {
  color: #ced4da !important;
}
.table-bordered {
  border: 0px solid #dee2e6;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #dee2e6;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #dee2e6;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
  color: rgb(46, 44, 54);
}
.dataTables_wrapper .dataTables_info {
  padding-top: 1.955em;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.4em;
}
.nav-link {
  font-size: 13px;
}
.card-table .badge {
  padding: 9px 13px;
}
.bg-primary-light {
  background-color: #f4e7e7;
  color: #c35656;
}
.btn-outline-danger {
  color: green;
  border-color: green;
}
.bg-red {
  background-color: #f44646 !important;
}
.small-box .icon > i.fa,
.small-box .icon > i.fas,
.small-box .icon > i.far,
.small-box .icon > i.fab,
.small-box .icon > i.fal,
.small-box .icon > i.fad,
.small-box .icon > i.ion {
  font-size: 30px;
  top: 13px;
}
.dt-buttons {
  display: inline;
}
.border-bottom {
  border-bottom: 15px solid #ced4da !important;
}
@media (max-width: 767.98px) {
  .small-box {
    text-align: left;
  }
  .mbt-5 {
    margin-top: 3em;
  }
}
.border {
  border: 0 solid #dee2e6 !important;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(245, 248, 250, 0.75) !important;
}
.grisfooter {
  background-color: #ced4da;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: transparent;
}
.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
}
/* footer {
  position: absolute;
  bottom: 0em !important;
  color: #fff;
  width: 100%;
} */

.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-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  /* background-color: #9be0c2; */
  background-color: rgba(255, 255, 255, 0.1);
  -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;
  font-size: 19px;
}
::placeholder {
  font-size: 13px;
  color: #fff;
}
.form-control.form-control-solid {
  background-color: #fff;
  border-color: #fff;
  color: rgb(46, 44, 54);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-control.form-control-solid::placeholder {
  color: #fff;
}
.form-control.form-control-solid::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-select {
  box-shadow: none !important;
}
.form-select.form-select-solid {
  background-color: #fff;
  border-color: #f5f8fa;
  color: rgb(46, 44, 54);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-select.form-select-solid::placeholder {
  color: #fff;
}
.form-select.form-select-solid::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-select {
  /* font-size: 13px; */
  border: 1px solid #fff;
  -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-control {
  font-size: 1.1em;
  -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;
  height: calc(2.25rem + 10px);
  border-radius: 0.6em;
  background-color: rgba(255, 255, 255, 0.1);
  /* color: #ffffff; */
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn {
  height: calc(2.25rem + 10px);
  border-radius: 30px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  color: rgb(46, 44, 54);
  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 rgb(46, 44, 54);
}
.small-box .icon > img {
  position: absolute;
  right: 8px;
  top: 4px;
}
.fs-3x {
  font-size: 1.2rem !important;
  font-weight: bold;
}

.border-left-danger {
  border-left: 0.6rem solid #f44646 !important;
}
.border-left-blue {
  border-left: 0.6rem solid #0462be !important;
}
.border-left-warning {
  border-left: 0.6rem solid #f6c23e !important;
}
.border-left-black {
  border-left: 0.6rem solid #212121 !important;
}
.border-left-orange {
  border-left: 0.6rem solid #f67d0f !important;
}
.border-left-green {
  border-left: 0.6rem solid rgb(41, 216, 132) !important;
}
.border-left-purple {
  border-left: 0.6rem solid #93c !important;
}
.border-left-amber {
  border-left: 0.6rem solid #ffa000 !important;
}
.border-left-dark {
  border-left: 0.6rem solid #37474f !important;
}
.fs-base {
  font-size: 1rem !important;
}
.product-list-in-card > .item {
  border-radius: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}
.products-list .product-img img {
  height: 35px;
  width: 35px;
}
.svg-icon.svg-icon-light {
  color: #f9f9f9 !important;
}
.svg-icon.svg-icon-muted {
  color: #a1a5b7;
}
.svg-icon.svg-icon-gray-800 {
  color: #a1a5b7;
}
.text-gray-800 {
  color: #606060 !important;
}
.products-list .product-info {
  margin-left: 83px;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  height: calc(2.25rem + 10px);
}
.ui-shadow-inset {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-body-c,
.ui-overlay-c {
  border: 1px solid #e1e3ea;
}
.ui-bar-a {
  border: 0px solid #38414a;
  background: #38414a;
}
.ui-body-c,
.ui-overlay-c {
  text-shadow: none;
  color: rgb(46, 44, 54);
  background: #fff;
}
label {
  margin-bottom: 0rem;
}
.ui-input-search,
div.ui-input-text {
  margin: 0;
}
/* .ui-content {
  padding: 20px 70px;
} */
.ui-focus,
.ui-btn:focus {
  -moz-box-shadow: inset 0 0 3px #8e8e8e, 0 0 1px #8e8e8e;
  -webkit-box-shadow: inset 0 0 3px #8e8e8e, 0 0 1px #8e8e8e;
  box-shadow: inset 0 0 3px #8e8e8e, 0 0 1px #8e8e8e;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
  -moz-box-shadow: 0 0 1px #8e8e8e;
  -webkit-box-shadow: 0 0 1px #8e8e8e;
  box-shadow: 0 0 1px #8e8e8e;
}
.ui-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-btn-corner-all {
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
}
.ui-btn-up-c {
  border: 0px solid #ccc;
  background: rgb(41, 216, 132);

  text-shadow: none;
}
a:hover {
  color: rgb(46, 44, 54);
}
.ui-btn-inner {
  font-size: 14px;
  color: white;
  font-weight: bold;
}
.ui-input-search,
div.ui-input-text {
  margin: 0;
  padding: 0;
}
div.ui-input-text input.ui-input-text,
div.ui-input-text textarea.ui-input-text,
.ui-input-search input.ui-input-text {
  padding: 0 11px;
}
.ui-btn-inner {
  border-top: 0px solid #fff;
  border-color: transparent;
}
.ui-btn-up-a {
  border: 0px solid #111;
  background: rgb(41, 216, 132);
  font-weight: bold;
  text-shadow: none;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 0.875em;
}
button {
  border-radius: 0.5em;
}
.ui-btn {
  font-size: 13px;
}
.ui-btn-hover-c {
  border: 0px solid #bbb /*{c-bhover-border}*/;
  background: #0ab002 /*{c-bhover-background-color}*/;
  font-weight: bold;
  color: #222 /*{c-bhover-color}*/;
  text-shadow: none;
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
  color: #2f3e46 /*{c-bhover-color}*/;
}
.fw-bold {
  font-weight: 600 !important;
}
.bg-light-danger {
  background-color: #fff5f8 !important;
}
.svg-icon.svg-icon-danger {
  color: #f1416c;
}
.svg-icon.svg-icon-warning {
  color: #ffc700;
}
.bg-light-warning {
  background-color: #fff8dd !important;
}
.image-input-wrapper {
  border: 3px solid #ffffff;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}
.image-input-wrapper {
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-125px {
  height: 125px !important;
}
.w-125px {
  width: 125px !important;
}
.border-dashed {
  border-style: dashed !important;
  border-color: #e1e3ea;
}
.border-gray-300 {
  border-color: #e1e3ea !important;
}
h6,
.h6 {
  font-size: 0.9rem;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 0px;
}
.ui-bar,
.ui-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0px solid #ddd;
  }
}
table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: none;
}
table.dataTable.no-footer {
  border-bottom: 0px solid #111;
}
