input.select2-search__field {
  background-color: #fff;
}

/* Select2 inside Bootstrap modals */
.select2-container--open {
  z-index: 1060 !important;
}

/* Allow select2 dropdown to overflow the modal-body scrollable area */
.contact_modal .modal-body {
  overflow: visible !important;
}
.contact_modal .modal-content {
  overflow: visible !important;
}
.contact_modal.modal {
  overflow-y: auto !important;
}

@media (max-width: 767px) {
  .main-header .navbar-custom-menu {
    float: none !important;
    display: block !important;
  }

  .main-header .navbar-custom-menu .dropdown-menu {
    left: auto !important;
  }

  .skin-blue-light .main-header .navbar .dropdown-menu li a {
    color: #777;
  }

  .main-header .navbar {
    height: auto;
  }
}

.bg-danger {
  background-color: #f2dede !important;
}
.tw-bg-solid-red {
  background-color: #ec1c24 !important;
  background-image: none !important;
  border-color: #ec1c24 !important;
  
}

.btn-big {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.3333333;
}

.of-visible {
  overflow: visible !important;
}

#online_indicator {
  font-size: 8px;
  vertical-align: middle;
}

.pt-0 {
  padding-top: 0px;
}

.f-right {
  float: right;
}

.mb-10 {
  margin-bottom: 10px;
}

.discount-badge {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 18px;
  padding: 7px;
}

.discount-badge-small {
  position: absolute;
  top: -2px;
  left: 10px;
  font-size: 12px;
  padding: 6px;
}

.product-info-table td,
.product-info-table th {
  font-size: 12px;
}

.catalogue {
  max-height: 127px;
  margin: auto;
  margin-bottom: 18px;
}

.catalogue-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.bg-light-gray {
  background-color: #f8f8f8 !important;
}

.p-5-5 {
  padding: 5px 5px !important;
}

.m-4 {
  margin: 4px;
}

.skin-black .main-header,
.skin-black-light .main-header {
  color: #525f7f !important;
}

.skin-black .main-header .navbar .nav .open>a {
  color: #999 !important;
}

.skin-black .main-header .navbar .nav>li>a:hover {
  color: #999 !important;
}

.skin-black .main-header .navbar>.sidebar-toggle:hover {
  color: #999 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.table-pdf thead tr {
  background-color: #357ca5 !important;
  color: #fff;
}

.table-pdf thead tr th {
  color: #fff !important;
}

.blue-heading {
  background-color: #357ca5;
  color: #fff;
}

.table-pdf .odd {
  background-color: #DCE6F1;
}

.p-4 {
  padding: 4px;
}

.p-10 {
  padding: 10px !important;
}

.jquery-top-scrollbar {
  height: 6px !important;
}

.jquery-top-scrollbar div {
  height: 6px !important;
}

.scroll-top-bottom {
  width: 100%;
  overflow: scroll;
}

.scroll-top-bottom::-webkit-scrollbar {
  height: 6px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 7px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 6px;
}

.scroll:hover {
  background: rgba(178, 178, 178, 1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fas {
  padding-top: -10px;
}

.scroll .fas {
  font-size: 25px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.f-left {
  float: left;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.table-pdf {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 8px 10px;
}

.td-border td,
.td-border th {
  border-bottom: 1px solid lightgrey;
  padding: 8px 5px;
}

.ws-nowrap {
  white-space: nowrap;
}

.btn-app>.fas,
.btn-app>.fab {
  font-size: 20px;
  display: block;
}

.dropdown-menu>li>a>.fas {
  margin-right: 6px;
}

.mt-5 {
  margin-top: 5px !important;
}

.pos-form-actions {
  height: auto;
  padding-top: 12px;
  padding-bottom: 20px;
  position: fixed;
  bottom: 0px;
  /* background-color: #D1D5DC; */
  width: 100%;
  z-index: 1000;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.main-header .sidebar-toggle:before {
  content: "" !important;
}

/* ============================================
   JQUERY UI CUSTOM STYLES
   Solo los estilos necesarios para componentes usados
   ============================================ */

/* Autocomplete dropdown */
.ui-autocomplete {
  position: absolute;
  max-height: 300px;
  max-width: 500px;
  min-width: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1050 !important;
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.ui-autocomplete .ui-menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  border-bottom: 1px solid #f0f0f0;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-focus {
  background-color: #3c8dbc;
  color: #fff;
}

.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom: none;
}

.ui-autocomplete .ui-state-disabled {
  padding: 8px 12px;
  color: #999;
  background-color: #f9f9f9;
  cursor: not-allowed;
  font-size: 13px;
  line-height: 1.4;
  border-bottom: 1px solid #f0f0f0;
}

.ui-autocomplete li {
  list-style: none;
}

.ui-autocomplete li div {
  padding: 8px 12px;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  border-bottom: 1px solid #f0f0f0;
}

.ui-autocomplete li div:hover {
  background-color: #3c8dbc;
  color: #fff;
}

.ui-autocomplete li:last-child div {
  border-bottom: none;
}

/* jQuery UI helper classes */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-front {
  z-index: 1050 !important;
}

.modal-open .ui-autocomplete {
  z-index: 1060 !important;
}

/* ============================================
   JQUERY UI WIDGET BASE STYLES
   ============================================ */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  color: #2b2b2b;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #3c8dbc;
  background: #3c8dbc;
  color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* ============================================
   JQUERY UI DATEPICKER STYLES
   ============================================ */
.ui-datepicker {
  width: 280px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1060 !important;
}

.ui-datepicker-header {
  position: relative;
  padding: 8px 0;
  background: #3c8dbc;
  color: #fff;
  border: none;
  border-radius: 4px 4px 0 0;
  margin: -10px -10px 10px -10px;
}

.ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker-title select {
  font-size: 13px;
  margin: 2px 0;
  padding: 4px;
  border-radius: 3px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  border-radius: 3px;
  background: rgba(255,255,255,0.2);
}

.ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker-next {
  right: 5px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: rgba(255,255,255,0.4);
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.ui-datepicker-prev span:after {
  content: "◀";
  color: #fff;
}

.ui-datepicker-next span:after {
  content: "▶";
  color: #fff;
}

.ui-datepicker table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin: 0;
}

.ui-datepicker th {
  padding: 8px 5px;
  text-align: center;
  font-weight: bold;
  color: #666;
  border: none;
}

.ui-datepicker td {
  border: none;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
}

.ui-datepicker td a:hover {
  background: #e9e9e9;
}

.ui-datepicker-current-day a,
.ui-datepicker .ui-state-active {
  background: #3c8dbc !important;
  color: #fff !important;
}

.ui-datepicker-today a {
  background: #fff3cd;
  color: #856404;
}

.ui-datepicker-unselectable .ui-state-default {
  background: transparent;
  color: #ccc;
}

/* ============================================
   JQUERY UI DIALOG STYLES
   ============================================ */
.ui-dialog {
  position: fixed;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 0;
  z-index: 1050;
}

.ui-dialog-titlebar {
  padding: 15px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.ui-dialog-title {
  font-weight: bold;
  font-size: 16px;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}

.ui-dialog-titlebar-close:hover {
  color: #333;
}

.ui-dialog-content {
  padding: 15px;
  overflow: auto;
}

.ui-dialog-buttonpane {
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: right;
  background: #f5f5f5;
  border-radius: 0 0 4px 4px;
}

.ui-dialog-buttonset button {
  margin-left: 10px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.ui-dialog-buttonset button:hover {
  background: #e6e6e6;
}

/* ============================================
   JQUERY UI TOOLTIP STYLES
   ============================================ */
.ui-tooltip {
  padding: 8px 12px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ============================================
   JQUERY UI SORTABLE STYLES
   ============================================ */
.ui-sortable-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

.ui-sortable-helper {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ui-sortable-placeholder {
  border: 2px dashed #ccc;
  background: #f9f9f9;
  visibility: visible !important;
}

/* ============================================
   JQUERY UI ICONS (usando Font Awesome como fallback)
   ============================================ */
.ui-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  overflow: hidden;
}

/* ============================================
   BOOTSTRAP DATEPICKER STYLES (bootstrap-datepicker plugin)
   ============================================ */
.datepicker {
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1060 !important;
}

.datepicker-dropdown {
  z-index: 1060 !important;
}

.datepicker table {
  margin: 0;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted {
  background-color: #3c8dbc !important;
  color: #fff !important;
}

.datepicker table tr td.today {
  background-color: #fff3cd;
  color: #856404;
}

.datepicker table tr td.today:hover {
  background-color: #ffeeba;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
  cursor: pointer;
  padding: 8px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #eee;
}

.datepicker .dow {
  font-weight: bold;
  color: #666;
}

.datepicker td.disabled,
.datepicker td.disabled:hover {
  background: transparent;
  color: #ccc;
  cursor: not-allowed;
}

/* ============================================
   DATERANGEPICKER STYLES
   ============================================ */
.daterangepicker {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1060 !important;
}

.daterangepicker .calendar-table {
  background: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3c8dbc !important;
  color: #fff !important;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
}

.daterangepicker .ranges li.active {
  background-color: #3c8dbc;
  color: #fff;
}

/* ============================================
   SWEETALERT / SWAL STYLES FIX
   ============================================ */
.swal-modal {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.swal-title {
  color: #333;
}

.swal-text {
  color: #666;
}

.swal-button {
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
}

.swal-button--confirm {
  background-color: #3c8dbc;
}

.swal-button--cancel {
  background-color: #f0f0f0;
  color: #333;
}

/* ============================================
   TOASTR NOTIFICATION STYLES (Complete)
   ============================================ */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 6px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
  opacity: 1;
}

#toast-container > div:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

#toast-container > .toast-success {
  background-color: #28a745;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

#toast-container > .toast-error {
  background-color: #dc3545;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
}

#toast-container > .toast-warning {
  background-color: #ffc107;
  color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E");
}

#toast-container > .toast-info {
  background-color: #17a2b8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E");
}

#toast-container > div.toast-message {
  word-wrap: break-word;
}

#toast-container .toast-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

#toast-container .toast-message {
  font-size: 13px;
  line-height: 1.4;
}

#toast-container .toast-close-button {
  position: absolute;
  right: 8px;
  top: 8px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

#toast-container .toast-close-button:hover {
  opacity: 1;
}

#toast-container.toast-top-right {
  top: 12px;
  right: 12px;
}

#toast-container.toast-top-left {
  top: 12px;
  left: 12px;
}

#toast-container.toast-bottom-right {
  bottom: 12px;
  right: 12px;
}

#toast-container.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container.toast-top-center {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

#toast-container.toast-bottom-center {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

/* Progress bar for toastr */
#toast-container .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 6px 6px;
}

/* ============================================
   CALCULATOR AND POPOVER STYLES
   ============================================ */
.popover {
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1060;
}

.popover-title {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}

.popover-content {
  padding: 10px 14px;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}

.popover.top > .arrow:after {
  border-top-color: #fff;
}

/* Calculator specific */
.calculator-container {
  background: #fff;
  padding: 10px;
}

.calculator-container .btn {
  margin: 2px;
  min-width: 40px;
}

/* ============================================
   DROPDOWN MENU STYLES (Bootstrap fixes)
   ============================================ */
.btn-group.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu > li > a {
  display: block;
  padding: 8px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > li > a > i,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .fas,
.dropdown-menu > li > a > .far,
.dropdown-menu > li > a > .fab {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* Datatable action dropdown fix */
table .btn-group {
  position: relative;
}

table .btn-group .dropdown-menu {
  position: absolute;
  z-index: 1050;
}

table .btn-group.open .dropdown-menu {
  display: block;
}

/* ============================================
   MODAL STYLES (Bootstrap fixes)
   ============================================ */
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}

.modal.in,
.modal.show {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.modal-header .close:hover {
  opacity: 0.5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 500;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.in,
.modal-backdrop.show {
  opacity: 0.5;
}

/* Modal sizes */
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }

  .modal-lg {
    width: 900px;
  }
}

/* ============================================
   BUTTON GROUP STYLES
   ============================================ */
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* ============================================
   FORM STYLES
   ============================================ */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* ============================================
   DROPZONE STYLES
   ============================================ */
.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: #f9f9f9;
  min-height: 150px;
  padding: 20px;
  text-align: center;
}

.dropzone .dz-message {
  font-weight: 400;
  font-size: 16px;
  color: #666;
}

.dropzone .dz-preview {
  margin: 10px;
}

.dropzone .dz-preview .dz-image {
  border-radius: 5px;
}

.dropzone .dz-preview .dz-details {
  padding: 10px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* ============================================
   TINYMCE EDITOR STYLES
   ============================================ */
.tox-tinymce {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.tox .tox-toolbar-overlord {
  background-color: #f5f5f5 !important;
}

/* ============================================
   ADDITIONAL UTILITY STYLES
   ============================================ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.text-white {
  color: #fff;
}

.wizard>.steps>ul>li {
  width: 33.33% !important;
}

.wizard>.content {
  /* background: #445867 !important; */
}

legend {
  color: #fff;
  margin-bottom: 6px;
  border-bottom: none;
}

.left-col {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(51, 51, 51, 0.32)), url(../img/home-bg.jpg);
  text-align: center;
  background-size: cover;
  background-position: center;
}

.left-col-content {
  color: #1A7BF9;
  width: 100%;
}

.login-header {
  font-size: 27px;
  font-weight: 600;
}

.login-header a {
  color: #fff;
}

.form-header {
  font-size: 18px;
  margin: 16px 0;
}

.btn-login {
  padding: 6px 52px !important;
}


/* .right-col label {
  color: #fff;
}

.right-col a, .text-white a {
  color: #fff;
  font-weight: 600;
  font-size: 15px
}
.right-col a:hover, .text-white a:hover {
  color: #ccc;
}
.right-col-content {
  padding: 10% 16%;
  padding-bottom: 3%;
}
.right-col-content-register {
  padding: 2% 8%;
} */

.input_inline {
  width: 100%;
  display: inline-flex;
}

.input_inline input,
.input_inline span {
  width: 50%;
}

.bg-manufacturing {
  background-color: #ff851b;
}

.img-thumbnail {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border .2s ease-in-out;
  padding: 4px;
  margin: 3px;
  text-align: center;
}

.img-thumbnail>.badge {
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 9px;
  font-weight: 400;
  cursor: pointer;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu {
  max-height: 350px;
}

.bg-aqua-lite {
  background-color: #7FFFD4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  white-space: normal;
}

.spacer {
  margin-top: 20px;
}

#product_list_body {
  max-height: 485px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.div-overlay {
  cursor: not-allowed;
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.d-inline-table {
  display: inline-table;
}

.label-round {
  font-size: 8px;
  border-radius: 44%;
}

.table>tbody+tbody {
  border-top: 0;
}

.table-pl-12 td,
.table-pl-12 th {
  padding-left: 12px !important;
}

table tbody td.pl-20-td {
  padding-left: 20px !important;
}

table.table-border-center>tbody>tr>td:first-child,
table.table-border-center>thead>tr>th:first-child,
table.table-border-center>tfoot>tr>td:first-child {
  border-right: 1px solid darkgray;
}

table.table-border-center-col>tbody>tr>td:nth-child(2),
table.table-border-center-col>thead>tr>th:nth-child(2),
table.table-border-center-col>tfoot>tr>td:nth-child(2) {
  border-right: 1px solid darkgray;
  border-left: 1px solid darkgray;
}

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

.mb-0 {
  margin-bottom: 0;
}

.nav-tabs>li>a {
  font-size: 18px;
  font-weight: 600;
}

.table-transparent,
.table-transparent th {
  background-color: transparent !important;
  color: #000 !important;
}

.td-full-width {
  white-space: nowrap;
}

.font-17 {
  font-size: 17px !important;
}

table.dataTable tbody>tr.selected {
  background-color: #B0BED9;
}

tr.footer-total>td {
  vertical-align: middle !important;
}

.error {
  color: red !important;
}

/*  pos tab */
div.pos-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 28px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}

div.pos-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.pos-tab-menu div.list-group {
  margin-bottom: 0;
}

div.pos-tab-menu div.list-group>a {
  margin-bottom: 0;
}

div.pos-tab-menu div.list-group>a .glyphicon,
div.pos-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}

div.pos-tab-menu div.list-group>a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.pos-tab-menu div.list-group>a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}


/* div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa{
  background-color: #3c8dbc;
  color: #ffffff;
    border-color: #3c8dbc;
} */

div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa {
  background: linear-gradient(to right, #6366f1, #3b82f6);
  color: #ffffff;
  border-color: transparent;
}


div.pos-tab-menu div.list-group>a.active:after {
  /* content: ''; */
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3c8dbc;
}

div.pos-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active) {
  display: none;
}

.add-product-price-table th {
  background-color: #5cb85c;
  color: white;
}

.blue-header th {
  background-color: #3c8dbc;
  color: white;
}

.table-th-green th {
  background-color: #5cb85c;
  color: white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.active-cell {
  border: 2px dotted #3c8dbc !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.pos_product_div {
  /* min-height: 47vh;
    max-height: 57vh; */
  overflow-y: auto;
  /* margin-bottom: 20px; */
  height: 40vh !important;
}

.bg-lightgray {
  background-color: #F0EDED !important;
}

.balance_due_box>li {
  padding: 11px 5px 0px 5px;
}

.option-div {
  padding: 15px;
  background-color: #d2d6de;
  color: #333;
  border: 1px solid #d2d6de;
  cursor: pointer;
}

.option-div input[type="radio"] {
  display: none;
}

.option-div-group .icon {
  color: #d33724;
  display: none;
}

.option-div-group .option-div:hover {
  border: 1px solid gray;
}

.option-div-group .active .icon {
  display: block;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.bg-info {
  background-color: #00c0ef !important;
}

.bg-info>a {
  color: #FFFFFF !important;
}

.bg-info>a:hover {
  background-color: #333333 !important;
}

ul.dt-button-collection {
  background-color: #00c0ef;
}

td.details-control {
  background: url('/img/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.details td.details-control {
  background: url('/img/details_close.png') no-repeat center center;
}

.icheckbox_square-blue,
.iradio_square-blue {
  margin-right: 10px;
}

.header-right-div {
  right: 10px;
  float: right;
  position: absolute;
  top: 15px;
}

.header-left-div {
  margin-top: 15px;
  display: inline-flex;
}

.m-8 {
  margin: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.m-5 {
  margin: 5px;
}

.icon-link {
  text-align: center;
  display: block;
  margin-bottom: 18px;
}

.icon-link>a {
  display: grid;
}

.icon-link>.badge {
  position: absolute;
  top: 20px;
  right: 67px;
}

.link-des {
  display: inline-block;
  text-align: left;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  border: none;
  height: auto;
  width: 100%;
  max-height: 120px;
}

.bg-light-green {
  background-color: #98D973 !important;
  color: #fff !important
}

.hover-q {
  font-size: 16px;
  margin-left: 3px;
  cursor: help;
}

.input-group-addon .hover-q {
  margin-left: 0px;
}

.text-bold {
  font-weight: bold;
}

.tour .popover-content {
  padding: 18px 14px;
}

.table-slim>tbody>tr>td,
.table-slim>tbody>tr>th,
.table-slim>tfoot>tr>td,
.table-slim>tfoot>tr>th,
.table-slim>thead>tr>td,
.table-slim>thead>tr>th {
  padding: 1px;
}

/* Custom scroll bar start*/

/* width */
/* ::-webkit-scrollbar {
    width: 7px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
    background: #f1f1f1; 
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: #888; 
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: #555; 
} */

/* Custom scroll bar end*/

.product_cell {
  height: 100px;
  padding: 1%;
}

.product_cell_div {
  height: 100% !important;
  width: 100% !important;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  cursor: pointer;
  overflow: hidden;
}

/*CSS to print receipts*/
.print_section {
  display: none;
}

@media print {
  .print_section {
    display: inline !important;
  }

  .modal-xl {
    width: 100% !important;
  }

  ::-webkit-scrollbar {
    display: none !important;
  }

  #toast-container {
    display: none;
  }
}

.input-number .btn-default {
  background-color: white;
  padding: 6px 9px;
}

.width-50 {
  width: 50% !important;
}

.width-40 {
  width: 40% !important;
}

.width-60 {
  width: 60% !important;
}

.width-100 {
  width: 100% !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-23 {
  font-size: 23px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-side-15 {
  /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}

.text-muted-imp {
  color: #A3A3A3 !important;
}

.table-no-top-cell-border td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.table-no-top-cell-border th {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.table-no-side-cell-border td {
  border-left: 0px !important;
  border-right: 0px !important;
}

.table-no-side-cell-border th {
  border-left: 0px !important;
  border-right: 0px !important;
}

.color-555 {
  color: #555555 !important;
}

.color-555 * {
  color: #555555 !important;
}

.color-white {
  color: white !important;
}

.col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.col-2px-padding {
  padding: 2px;
}

.pos-express-btn {
  font-size: 23px !important;
  overflow: hidden !important;
  height: 73px !important;
  white-space: normal;
}

.word-wrap {
  word-wrap: break-word !important;
}

.modal-xl {
  width: 90%;
  /* respsonsive width */
  margin-left: auto !important;
  margin-right: auto !important;
}

table.ajax_view tbody tr {
  cursor: pointer;
}

.bg-white {
  background-color: #fff;
}

.product-thumbnail-small {
  height: 50px;
  width: 50px;
}

table.table-text-center td,
table.table-text-center th {
  vertical-align: middle !important;
}

.product_list {
  padding-left: 3px;
  padding-right: 3px;
}

.product_box {
  width: 100%;
  /*padding-top: 5px;
  padding-bottom: 2px;*/
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  /*border: 1px solid darkgray;*/
  font-weight: 600;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
}

.product_box .image-container {
  height: 50px;
  margin: auto;
  width: 100%;
  margin-bottom: 4px;

}

.product_box .image-container img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.eq-height-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.eq-height-col {
  display: flex;
}

.product_box .text_div {
  margin-top: 3px;
}

.product_box .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-height: 14px;
  /* fallback */
  max-height: 14px;
  /* fallback */
}

.small-box.bg-gray:hover {
  color: #000;
  text-decoration: none;
}

#calendar table tbody td {
  cursor: pointer;
}

.min-height-90hv {
  min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-link {
  cursor: pointer;
}

.text-link:hover {
  text-decoration: underline;
}

.v-center {
  vertical-align: middle !important;
}

.bg-woocommerce {
  background-color: #9E458B !important;
}

/*.box, .info-box, .nav-tabs-custom, .external-event{
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}*/

.user_avatar {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 1px;
}

.fs-10 {
  font-size: 10px;
}

.timeline-lode-more-btn {
  margin-left: 50px;
  margin-top: 25px;
  padding-right: 12px;
  padding-left: 12px;
}

.pa-0 {
  padding: 0px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.m-2 {
  margin: 2px !important;
}

.treeview-menu i {
  display: none !important;
}

.treeview-menu a {
  padding-left: 25px !important;
  font-size: 95% !important;
}

.treeview-menu a::before {
  content: "\2192 ";
}

@media only screen and (max-width: 600px) {
  .pos-form-actions {
    position: absolute;
  }
}

.mr-8 {
  margin-right: 8px !important;
}

@media (max-width: 1024px) {
  .pos_form_totals {
    margin-bottom: 40px;
  }
}

.swal-modal .swal-text {
  text-align: center;
}

.pos-total {
  /* display: inline-block; */
  padding: 8px 10px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.pos-total span.number {
  font-size: 26px;
  vertical-align: middle;
  font-weight: bolder;
}

.pos-total span.text {
  font-weight: bolder;
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media print {
  a:after {
    content: '';
  }

  a[href]:after {
    content: none !important;
  }
}

.fa-times {
  font-size: 30px
}

.mb-5 {
  margin-bottom: 5px !important;
}

.tree-actions {
  margin-left: 20px;
  display: none;
}

.jstree-hovered .tree-actions {
  display: inherit;
}

/* Mejora visual para radio buttons */
.radio-inline input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #555555;
  /* Borde gris oscuro */
  border-radius: 50%;
  background-color: #f4f4f4;
  /* Fondo gris claro cuando no está seleccionado */
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin-right: 6px;
}

.radio-inline input[type="radio"]:checked {
  background-color: #fff;
  /* Fondo blanco cuando está seleccionado */
  border-color: #555555;
  box-shadow: inset 0 0 0 4px #555555;
  /* Punto interior gris oscuro */
}

.radio-inline input[type="radio"]:hover {
  border-color: #333333;
}

.radio-inline {
  cursor: pointer;
  font-weight: normal;
  margin-right: 15px;
}

/* Mejora visual para checkboxes */
/* Excluimos los input-icheck ya que usan la librería iCheck */
input[type="checkbox"]:not(.input-icheck) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #555555;
  /* Borde gris oscuro */
  border-radius: 3px;
  /* Esquinas ligeramente redondeadas */
  background-color: #f4f4f4;
  /* Fondo gris claro cuando no está seleccionado */
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}

input[type="checkbox"]:not(.input-icheck):checked {
  background-color: #fff;
  /* Fondo blanco cuando está seleccionado */
  border-color: #555555;
  /* Borde gris oscuro */
}

/* Marca de verificación (checkmark) cuando está seleccionado */
input[type="checkbox"]:not(.input-icheck):checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #555555;
  /* Color gris oscuro para el check */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="checkbox"]:not(.input-icheck):hover {
  border-color: #333333;
  /* Gris más oscuro en hover */
}

/* Estilos para labels de checkbox */
label input[type="checkbox"]:not(.input-icheck) {
  margin-right: 8px;
}

/* ==============================================
   iCheck - Pure CSS override (no image sprites)
   Reemplaza las imagenes blue.png/grey.png con CSS puro
   para que funcione en cualquier entorno sin depender de npm
   ============================================== */
.icheckbox_square-blue,
.iradio_square-blue {
  background-image: none !important;
  background: none !important;
  width: 22px;
  height: 22px;
  border: 2px solid #999;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.iradio_square-blue {
  border-radius: 50%;
}

.icheckbox_square-blue.hover,
.iradio_square-blue.hover {
  border-color: #555;
  background-position: initial;
}

.icheckbox_square-blue.checked {
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
  background-position: initial;
}

.icheckbox_square-blue.checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.iradio_square-blue.checked {
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
  background-position: initial;
}

.iradio_square-blue.checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.icheckbox_square-blue.disabled,
.iradio_square-blue.disabled {
  opacity: 0.5;
  cursor: default;
  background-position: initial;
}

.icheckbox_square-blue.checked.disabled,
.iradio_square-blue.checked.disabled {
  background-position: initial;
}