.bg-comment {
  background-color: #f4f4f4;
}

.bg-comment-session {
  background-color: #e9f5ff;
}

.bg-criticos-danger {
  background-color: #ffd7d7;
}

.bg-criticos-success {
  background-color: #cef5d7;
}
.bg-disabled {
  background-color: #bfbfbf !important;
}

.bg-primary {
  background-color: #002c48 !important;
}

.bg-red {
  background-color: #ff9696 !important;
}

.bg-secondary {
  background-color: #7dbdd8 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-1 {
  border: 2px solid #4627c3;
}

.btnIcons:hover {
  color: #0d0d0e !important;
}

.btn-primary {
  background-color: #002c48 !important;
  border-color: #131a21 !important;
}

.btn-primary:hover {
  background-color: #7dbdd8 !important;
}

.c-black {
  color: #000000 !important;
}

.c-blue {
  color: #62D1F4;
}

.c-gray {
  color: #6d6a6a;
}

.c-gray-dark {
  color: #333333;
}

.c-gray-light {
  color: #cccccc;
}

.c-green {
  color: #62F48B;
}

.c-primary {
  color: #002c48 !important;
}

.c-secondary {
  color: #7dbdd8 !important;
}

.c-red {
  color: #E8516C;
}

.c-white {
  color: #FFFFFF !important;
}

.c-yellow {
  color: #EBBC70;
}

.card-primary.card-outline {
  border-top: 3px solid #7dbdd8;
}

.cur-pointer {
  cursor: pointer;
}
.currency-display {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #28a745; /* Verde para indicar valor monetario */
}
.cursor-pointer {
  cursor: pointer;
}

.display-inline {
  display: inline;
}

.form-control-custom, .form-control-custom-width {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 1px 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom-width {
  width: 20%;
}

.form-control-custom:disabled {
  background-color: #e9ecef;
  opacity: 1;
}


    

.fw-300 {
  font-weight: 300;
}

.icon-x {
  width: 12px;
}

.info-box:hover {
  background-color: #7dbfff;
}

.item-sku {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px;
  line-height: 17px;
}

.loading-invisible {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.8;
  background-color: #011036;
}

.loading-spinner {
  position: absolute;
  top: 40%;
  left: 50%;
  width: auto;
  height: 100px;
}

.loading-text {
  width: auto;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-left-2 {
  padding-left: 2px;
}

.text-light {
  color: #343a40 !important;
}

.td-th-spacing {
  padding: 0 !important;
  vertical-align: middle !important;
  /*border-top: 1px solid #dee2e6;*/
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9 !important;
}

tfoot {
  display: table-header-group;
}

.titleDashbord {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

.widget-user-2 .widget-user-image>i {
  float: left;
  height: auto;
  width: 65px;
}

.widget-user-2:hover {
  background-color: #7dbfff;
  color: #333333;
}

@media (min-width: 1024px) {
  .titleDashbord {
    font-size: 8rem;
  }
}


/* Acordion Table */
.tbl-accordion {
  margin: 0 auto;
  width: 900px;
  border: 1px solid #d9d9d9;
}

.tbl-accordion thead {
  background: #d9d9d9;
}

.tbl-accordion .tbl-accordion-nested {
  width: 100%;
}

.tbl-accordion .tbl-accordion-nested tr:nth-child(even) {
  background-color: #eeeeee;
}

.tbl-accordion .tbl-accordion-nested td,
.tbl-accordion .tbl-accordion-nested th {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.tbl-accordion .tbl-accordion-nested .tbl-accordion-section {
  background: #333;
  color: #fff;
  cursor: pointer;
}

/* Acordion Table */