html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-group {
  margin-bottom: 1rem !important;
}

.register-wrap h3 {
  font-size: 20px;
  margin: 0;
  color: #1D1D1D;
  font-weight: 400;
}

.register-wrap h3 i {
  margin-right: 10px;
}

.sidebar-search form {
  position: relative;
}

.sidebar-search form input {
  background-color: transparent;
  /* color: #262626; */
  height: 41px;
  /* border: 1px solid #cdcdcd; */
  padding: 2px 40px 2px 10px;
  font-size: 12px;
}

.sidebar-search form input::-moz-input-placeholder {
  /* color: #262626; */
  opacity: 1;
}

.sidebar-search form input::-webkit-input-placeholder {
  /* color: #262626; */
  opacity: 1;
}

.sidebar-search form .button-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: transparent;
  border: none;
  padding: 5px 20px;
  transition: all 0.3s ease 0s;
}

.sidebar-search form .button-search:hover {
  /* color: #2f2f2f; */
}

.error-input {
  border: 1px solid #dc3545 !important;
}

.error-dropify {
  border: 3px dashed #dc3545 !important;
}

.error-list {
  border-top: 1px dashed #dc3545 !important;
  border-bottom: 1px dashed #dc3545 !important;
  border-right: 1px dashed #dc3545 !important;
}

.form-wrap2 .form-group input {
  background: transparent;
  /* border: 1px solid #CDCDCD; */
  color: #777;
  border-radius: 0px;
  box-shadow: none;
  appearance: none;
}

/* .form-wrap2 input:focus {
  border:1px solid #000 !important;
} */

.form-wrap2 .form-group select {
  background: transparent;
  border: 1px solid #CDCDCD;
  color: #777;
  border-radius: 0px;
  box-shadow: none;
  appearance: none;
  padding: 10px 16px !important;
  padding-right: 35px !important;
}

/* .form-wrap2 select:focus {
  border:1px solid #000 !important;
} */

.form-wrap2 textarea {
  background: transparent;
  border: 1px solid #CDCDCD;
  color: #777;
  border-radius: 0px;
  /* resize: none; */
}

/* 
.form-wrap2 textarea:focus {
  border:1px solid #000;
} */

.form-wrap input {
  background: transparent !important;
  border: 1px solid #CDCDCD;
  color: #777 !important;
  border-radius: 0px !important;
}

/* .form-wrap input:focus {
  border:1px solid #000 !important;
} */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: none !important;
}

.ui-autocomplete-loading {
  /* background: #fff url(/assets/images/ring.gif?13) no-repeat 95% !important; */
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 280px;
  overflow-y: auto;
}

.ui-widget-content {
  border: 1px solid #CDCDCD !important;
  background: #ffffff !important;
  color: #393939 !important;
}

.ui-widget-content a {
  color: #393939 !important;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  /*list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);*/
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #ED5537 !important;
  background: #ED5537 !important;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-front {
  z-index: 9999 !important;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  /*list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);*/
}

.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 #CDCDCD !important;
  /* border-top: 0px !important;
  background: none !important;
  background-color: #fff !important;
  color: #393939 !important;
  /* border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; */
}

.ui-widget-content {
  border: 1px solid transparent !important;
  /* Fix for layout shift */
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  border: 1px solid #CDCDCD !important;
  color: #393939 !important;
  text-decoration: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: none !important;
}

.sidebar-search div {
  position: relative;
}

.sidebar-search div input {
  /* background-color: transparent;
  color: #262626; */
  height: 41px;
  /* border: 1px solid #cdcdcd; */
  padding: 2px 40px 2px 10px;
  font-size: 12px;
}

.sidebar-search div input::-moz-input-placeholder {
  /* color: #262626; */
  opacity: 1;
}

.sidebar-search div input::-webkit-input-placeholder {
  /* color: #262626; */
  opacity: 1;
}

.sidebar-search div .button-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  /* color: #2f2f2f; */
  background-color: transparent;
  border: none;
  padding: 5px 20px;
  transition: all 0.3s ease 0s;
}

.sidebar-search div .button-search:hover {
  /* color: #2f2f2f; */
}

.cursor-pointer {
  cursor: pointer !important;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.selectP {
  color: yellow;
}

.no-border-top {
  border-top: 0px !important;
}

.adomx-checkbox span {
  padding-left: 35px;
  font-weight: 600;
}

input[name="email"] {
  text-transform: lowercase;
}

.todo-list li .list-content {
  padding: 6px 0 !important;
}

.todo-list li .list-content20 {
  padding: 6px 0 6px 20px !important;
}

.todo-list li .list-action {
  padding: 6px 0 !important;
}

.todo-list li .list-action button i {
  font-size: 20px !important;
}

.badge-v {
  margin-right: 30px;
  padding: 0.5em 0.5em !important;
}

.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}

.progress-pie-chart.gt-50 {
  background-color: #81CE97;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}

.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #81CE97;
  transform: rotate(60deg);
}

.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}

.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #81CE97;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 0px auto 0;
}

.p-10 {
  padding: 10px;
}

.p-05 {
  padding: 5px !important;
}

.p-title {
  /* padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1; */
}

.col-p {
  border-top: 1px solid #f1f1f1;
  padding: 8px;
  line-height: 1.42857143;
}

.fs-13i {
  font-size: 13px !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-19 {
  font-size: 19px;
}

.box-body-p {}

.row-head {
  color: #343434;
  font-weight: 600;
  padding-bottom: 10px;
}

.box-head2 {
  padding: 20px 25px 0px 0px !important;
  border-bottom: 1px solid #f1f1f1;
}

.row-head-no-gutters {
  color: #343434;
  font-weight: 600;
}

.progressbar-text {
  font-size: 1.3em;
  font-weight: bold;
}

.fichaTenica {
  color: #777;
  height: 200px;
  overflow-y: auto;
  padding: 20px;
}

.comparativo {
  border: 1px solid #CDCDCD;
  color: #777;
  padding: 20px;
}

.pl-20 {
  padding-left: 20px !important;
}

.p-0-30 {
  padding: 0 30px !important;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-item {
  margin: 0 -0.5px;
  margin-bottom: -1px !important;
}

.sidebar-widget2 .sidebar-widget-catalogos>ul>li {
  margin-bottom: 10px;
}

.sidebar-widget2 .sidebar-widget-catalogos>ul>li>a {
  color: #8b8d9b;
  letter-spacing: 1px;
}

.sidebar-widget2 .sidebar-widget-catalogos>ul>li>a:hover {
  color: #1D1D1D;
  text-decoration: underline;
}

.footable .btn {
  padding: 10px 12px !important;
}

.button-filter-head {
  padding-left: 20px;
  cursor: pointer;
}

.box-head2 {
  padding: 10px 25px;
}

.row-filter-parent {
  border: 1px solid #CDCDCD;
  padding: 25px;
}

.box-filter-child {
  border: 1px solid #CDCDCD;
  background-color: #fcfcfc !important;
  padding: 0px 10px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.box-head {
  /* border-bottom: 1px solid #CDCDCD !important; */
}

.box-head-file {
  border-bottom: 0px solid #CDCDCD !important;
  padding: 0px !important;
}

.box-body-file {
  padding: 10px 25px 25px 25px !important;
}

.button-icon-file {
  padding: 10px 10px !important;
}

.button-icon-file i {
  line-height: 12px !important;
  margin-right: 2px !important;
  font-size: 14px !important;
}

.p-25 {
  padding: 25px !important;
}

.bg-danger-b {
  background-color: #dc3545 !important;
}

.button-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.btn-blue2 {
  background-color: rgb(41, 124, 249) !important;
  color: rgb(255, 255, 255) !important;
  border-color: rgb(41, 124, 249) !important;
}

.content-list {
  height: 116px;
  overflow: auto;
  padding: 10px 20px;
}

.box-title {
  font-size: 20px;
  margin-bottom: 0;
}

.icon-title {
  color: #428bfa;
  padding-right: 5px;
  top: 3px;
  position: relative;
}

.icon-title-right {
  color: #428bfa;
  padding-left: 15px;
}

.box-white {
  background-color: white !important;
}

/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #fff #fff #dee2e6 !important;
} */

.dropify-wrapper {
  border-radius: 1px !important;
  background-color: #fafafa;
  border: 3px dashed #58595B;
}

.dropify-wrapper:hover {
  background-color: #f1f1f1;
}

.dropify-wrapper .dropify-message {
  color: #262626 !important;
  font-size: 19px !important;
  font-weight: 500 !important;
}

.label-click {
  text-decoration: underline;
  cursor: pointer;
}

.top-report-3 {
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  background-color: #fafafa;
  border: 2px solid #fafafa;
  height: 470px;
}

.button-primary:disabled {
  pointer-events: none !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
  opacity: 0.25;
}

.button-primary.button-outline:disabled {
  pointer-events: none !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
  opacity: 0.25;
}

.button-disabled {
  /* pointer-events:none !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important; 
  opacity: 0.25;   */
}

.carousel-indicators {
  margin-right: 10% !important;
  margin-left: 10% !important;
}

.carousel-indicators li {
  background-color: #428bfa !important;
  height: 5px !important;
}

.p-15 {
  padding: 15px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.no-padding {
  padding: 0px !important;
}

.padding-rl-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.progess {
  display: block;
  height: 100%;
  width: 100%;
  /* line-height: 37px; */
  line-height: 83px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.line-height-42 {
  line-height: 42px;
}

table.tbl-porcentaje {
  table-layout: fixed;
  width: 100%;
  /* Ajustar el ancho segÃºn sea necesario */
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

table.tbl-porcentaje th,
table.tbl-porcentaje td {
  border: 1px solid black;
  padding: 5px;
  word-wrap: break-word;
}

table.tbl-porcentaje .header {
  background-color: #004F87;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

table.tbl-porcentaje .sub-header {
  background-color: #CCCCCC;
  font-weight: bold;
}

table.tbl-porcentaje .percentage {
  color: #FFD700;
  font-size: 16px;
}

.no-border {
  border: 0px solid black !important;
}

.no-border-lr {
  border-left: 0px !important;
  border-right: 0px !important;
}

.no-border-r {
  border-right: 0px !important;
}

.no-border-l {
  border-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.code-input {
  width: 6% !important;
  text-align: center;
  font-size: 24px;
}

.py-10 {
  padding: 10px 0 10px 0;
}

.py-20 {
  padding: 20px 0 20px 0;
}

.py-30 {
  padding: 30px 0 30px 0;
}

.py-50 {
  padding: 50px 0 50px 0;
}

.my-30 {
  margin: 30px 0 30px 0;
}

.color-white {
  color: #fff !important;
}

.button-google-earth {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.pr-10 {
  padding-right: 10px;
}

.full-width {
  width: 100%;
}

.fs-30 {
  font-size: 30px !important;
}

.scroll-v {
  height: 270px;
  /* Altura del div */
  overflow-y: auto;
  /* Activar el scroll vertical */
}

.scroll-v1 {
  height: 370px;
  /* Altura del div */
  overflow-y: auto;
  /* Activar el scroll vertical */
}

.scroll-v2 {
  height: 470px;
  /* Altura del div */
  overflow-y: auto;
  /* Activar el scroll vertical */
}

.padding-10 {
  padding: 10px;
}

.no-margin {
  margin: 0px !important;
}

.hexa-color {
  width: 50px;
  border: 1px solid #CDCDCD !important;
  border-radius: 0px !important;
}

.no-border-radius {
  border-radius: 0px !important;
}

.pt-8 {
  padding-top: 8px;
}

.pl-20 {
  padding-left: 20px;
}

.side-header-menu>ul>li.active>a,
.side-header-menu>ul>li:hover>a {
  color: #337ab7 !important;
}

.side-header-menu>ul>li.active>a,
.side-header-menu>ul>li>a.active {
  color: #337ab7 !important;
  text-decoration: underline;
}

.side-header-menu>ul>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #337ab7 !important;
}

.icon-tab {
  padding-left: 10px;
  cursor: pointer;
}

.link-label {
  text-decoration: underline;
  cursor: pointer;
}

.box .box-body-modal {
  padding: 20px;
}

.tabs-container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Tabs Header */
.tabs-header {
  display: flex;
  position: relative;
  border-bottom: 2px solid #ccc;
}

.tab-title {
  flex: 1;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  color: #757575;
  transition: color 0.3s ease;
  position: relative;
}

.tab-title.active {
  color: #1976d2;
  font-weight: bold;
}

.tab-title:hover {
  color: #005cbf;
}

/* Indicator */
.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 33.33%;
  /* Adjust based on the number of tabs */
  background-color: #1976d2;
  transition: transform 0.3s ease;
}

/* Tabs Content */
.tabs-content {
  padding: 20px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.container_panel {
  display: flex;
  width: 100%;
}

.panel {
  border: 1px solid #CDCDCD;
  padding: 20px;
  margin: 5px;
  height: 510px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  background-color: #fcfcfc;
}

#central-panel {
  width: 70%;
  overflow-y: auto;
}

#right-panel {
  width: 30%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* align-items: center; */
}

.icon-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  margin: 0px 10px;
  cursor: grab;
  user-select: none;
  text-align: center;
}

.icon-control:active {
  cursor: grabbing;
}

.icon-text {
  font-size: 12px;
  /* Ajusta el tamaÃ±o del texto */
  margin-top: 5px;
  /* AÃ±ade espacio entre el Ã­cono y el texto */
  color: #555;
  /* Color del texto */
}

.row-control {
  position: relative;
  width: 100%;
  min-height: 130px;
  border: 1px dashed #CDCDCD;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 25px 10px;
}

.row-control:hover {
  border-color: #CDCDCD;
  background-color: #f9f9f9;
}

.control-container {
  padding: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.section-head h6 {
  margin-bottom: 5px !important;
}

.button-icon-designer {
  padding: 5px 5px !important;
}

.button-icon-designer i {
  line-height: 12px !important;
  margin-right: 2px !important;
  font-size: 11px !important;
}

.bb-color {
  border-bottom: 1px solid #CDCDCD;
}

.bg-color-fff {
  background-color: #fff !important;
}

.color-danger {
  color: #fd427c !important
}

.button-sm {
  padding: 3px 10px !important;
}

.row-label {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  color: #CDCDCD;
}

.delete-row-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 16px;
  cursor: pointer;
}

.padding-rl-10 {
  padding: 0 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-5 {
  padding: 5px !important;
}

.select-control-builder {
  /* border: 2px solid #29db2d; */
  /* box-shadow: 0 0 5px 3px #17a2b8 !important; */
  box-shadow: 0 0 4px 2px #17a2b8 !important;
  border: 2px solid #17a2b8 !important;
}

.accordion {
  border: 1px solid #CDCDCD;
}

.card-body {
  padding: 15px !important;
}

.p-5-9 {
  padding: 5px 9px !important;
}

.border-CDCDCD {
  border: 1px solid #CDCDCD;
}

.content-list-designer {
  height: 46px;
  overflow: auto;
  border: 1px solid #CDCDCD;
  padding: 10px 20px;
}

.pt-1 {
  padding-top: 1px;
}

.input-container {
  position: relative;
  display: inline-block;
}

.input-container input {
  width: 100%;
  padding-right: 30px;
  /* Espacio para el Ã­cono */
  box-sizing: border-box;
}

.input-container .icon {
  position: absolute;
  right: 10px;
  /* Espaciado desde el borde derecho */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* El Ã­cono no interferirÃ¡ con la entrada */
  font-size: 16px;
  /* TamaÃ±o del Ã­cono */
  color: #888;
  /* Color del Ã­cono */
}

.input-container .icon2 {
  position: absolute;
  right: 17px;
  /* Espaciado desde el borde derecho */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* El Ã­cono no interferirÃ¡ con la entrada */
  font-size: 16px;
  /* TamaÃ±o del Ã­cono */
  color: #888;
  /* Color del Ã­cono */
}


.table-sm {
  font-size: 12px;
}

.popover {
  max-width: 500px !important;
  /* Ajusta el valor a lo que necesites */
  width: 100% !important;
  border-radius: 0px !important;
}

.popover .arrow {
  display: none !important;
}

.popover-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px solid #ebebeb !important;
  background-color: transparent !important;
}

.popover-header .close-btn {
  cursor: pointer;
}

.popover-content {
  padding: .5rem .75rem;
}

.dropdown-menu-action {
  border-radius: 0px !important;
  width: 100% !important;
  transform: translate3d(0px, -156px, 0px) !important;
  height: 155px !important;
  /* Altura mÃ¡xima para habilitar scroll */
  overflow-y: auto !important;
}

#TblAcciones td .dropdown-toggle {
  width: 100%;
}

#TblAcciones td .dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu-icon {
  top: auto !important;
  bottom: 100% !important;
  left: auto !important;
  right: 0 !important;
  margin-right: 10px;
  margin-bottom: 5px;
  transform: translateX(0) !important;
  border-radius: 0px !important;
}

.dropdown-menu-icon.show {
  display: block !important;
}

.th-border-1 {
  border-bottom: 1px solid #dee2e6 !important;
}

.tbl-broder {
  border: 1px solid #CDCDCD !important;
}

.tbl-broder th {
  border-color: #CDCDCD !important;
}

.login-wrapper {
  background: url('/assets/images/bg/bg_1.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  /* Hace que ocupe toda la altura de la pantalla */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Formulario */
.login-container {
  padding: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}

.mat-button-login {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  /* Color del texto */
  background-color: #58595B;
  /* Color de fondo actualizado */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}

/* AnimaciÃ³n hover */
.mat-button-login:hover {
  background-color: #404143;
  /* Color mÃ¡s oscuro al pasar el mouse */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/* BotÃ³n deshabilitado */
.mat-button-login:disabled {
  background-color: #9e9e9e;
  color: #ffffff;
  cursor: not-allowed;
  box-shadow: none;
}

.mat-button {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  background-color: #ED5537;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}

/* AnimaciÃ³n hover */
.mat-button:hover {
  background-color: #C74428;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/* BotÃ³n deshabilitado */
.mat-button:disabled {
  background-color: #9e9e9e;
  color: #ffffff;
  cursor: not-allowed;
  box-shadow: none;
}

.mat-button,
.mat-button:visited,
.mat-button:focus,
.mat-button:active {
  color: #ffffff !important;
  /* Fuerza el color blanco */
}

/* BotÃ³n plano (sin fondo) */
.mat-flat-button {
  background: none;
  color: #ED5537;
  border: none;
  box-shadow: none;
}

.mat-flat-button:hover {
  /* background-color: rgba(63, 81, 181, 0.1); */
  text-decoration: underline;
}

/* BotÃ³n de borde (outline) */
.mat-stroked-button {
  background: none;
  color: #ED5537;
  border: 1px solid #ED5537;
  border-radius: 4px;
  box-shadow: none;
  padding: 7px 15px;
  text-transform: uppercase;
}

.mat-stroked-button:hover {
  background-color: rgba(63, 81, 181, 0.1);
}

/* BotÃ³n con Ã©nfasis (Raised button) */
.mat-raised-button {
  background-color: #ED5537;
  color: #ffffff;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.mat-raised-button:hover {
  background-color: #C74428;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.mat-outline-button {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ED5537;
  background-color: transparent;
  border: 2px solid #ED5537;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}

/* AnimaciÃ³n hover */
.mat-outline-button:hover {
  background-color: #ED5537;
  color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

/* BotÃ³n deshabilitado */
.mat-outline-button:disabled {
  background-color: transparent;
  color: #9e9e9e;
  border: 2px solid #9e9e9e;
  cursor: not-allowed;
  box-shadow: none;
}

.modal-content {
  border-radius: 0px !important;
}

.color-3f51b5 {
  color: #3f51b5;
}

.color-ED5537 {
  color: #ED5537;
}


.nav-tabs {}

.nav-tabs .nav-item {
  margin-bottom: -1px !important;
}

.nav-tabs .nav-link {
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  color: #6c757d !important;
  transition: background-color 0.3s ease !important;
  font-size: 17px;
}

/* .nav-tabs .nav-link:hover {
  background-color: #f1f1f1 !important;
} */
.nav-tabs .nav-link.active {
  color: #ED5537 !important;
  border-bottom: 2px solid #ED5537 !important;
  font-weight: 600 !important;
  background-color: transparent !important;
}

.tab-content {
  margin-top: 20px !important;
}

.tab-pane {
  display: none;
  transition: opacity 0.3s ease !important;
}

.tab-pane.show {
  display: block !important;
  opacity: 1 !important;
}

.tab-content-body {
  padding: 10px 30px;
}

.mat-progress-container {
  width: 100%;
  /* max-width: 600px; */
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.mat-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ED5537, #F07C60);
  transition: width 0.4s ease;
}

.mat-progress-label {
  font-size: 1.3em;
  color: #ED5537;
  font-weight: bold;
  width: 55px;
  text-align: center;
}

.mat-button-danger {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  background-color: #58595B;
  /* Rojo Danger */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}

/* AnimaciÃ³n hover */
.mat-button-danger:hover {
  background-color: #404143;
  /* Rojo mÃ¡s oscuro */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/* BotÃ³n deshabilitado */
.mat-button-danger:disabled {
  background-color: #9e9e9e;
  /* Rojo claro */
  color: #ffffff;
  cursor: not-allowed;
  box-shadow: none;
}

.dropify-wrapper .dropify-message .file-icon {
  /* background: url(/assets/images/icons/file-upload-icon.png) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 50px; */
  font-size: 50px;
}

/* .dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
  content: '' !important;
} */

.container-2 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.progress-container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

.adomx-checkbox input:checked+.icon {
  background-color: #ED5537 !important;
  border-color: #ED5537 !important;
}

/* table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>* {
  box-shadow: inset 0 0 0 9999px rgba(63, 81, 181, 0.023) !important;
} */

.card-v {
  width: 100%;
  /* background: #f1f1f1; */
  border-radius: 0px;
  padding: 16px;
  position: relative;
  border-top: 3px solid #ED5537;
  /* La raya de color arriba */
  transition: transform 0.2s ease-in-out;
}

.card-v:hover {
  transform: translateY(-4px);
}

.card-content-v {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* todos a la izquierda */
  gap: 10px;
}

.card-content-v .badge-v2 {
  margin-left: auto;
  /* manda solo el badge a la derecha */
}

.card-content-v i {
  position: relative;
  top: -1px;
}

.item-name-v {
  font-weight: 600;
}

.badge-v2 {
  background: #ED5537;
  color: white;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}

#BtnDescargarVehiculos {
  text-decoration: underline;
  cursor: pointer;
}

.text-selected {
  color: #ED5537;
}

.custom-radio {
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease-in-out;
  border-left: 3px solid #ED5537;
  /* background: #f1f1f1; */
}

.custom-radio:hover {
  background: #f1f1f1;
}

.icon {
  font-size: 18px;
  color: #444;
  margin-right: 10px;
}

.radio-label {
  flex: 1;
  /* font-size: 16px; */
  /* color: #333; */
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-radio.selected .circle {
  border-color: #ED5537;
  background: #ED5537 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.2l-4.2-4.2-1.4 1.4L9 19l11-11-1.4-1.4z"/></svg>') no-repeat center;
  background-size: 14px;
  border: 1px solid #ED5537;
}

.table-button {
  opacity: 0;
  transition: opacity 0.3s;
  /* Ocultamos los botones por defecto */
}

tr:hover .table-button {
  opacity: 1;
  /* Mostramos los botones cuando el mouse estÃ¡ sobre la fila */
}

.edit-icon {
  display: inline-block;
  width: 18px;
  /* TamaÃ±o del Ã­cono */
  height: 18px;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  margin-right: 10px;
}

/* Efecto de escritura al pasar el mouse */
.edit-icon:hover {
  transform: rotate(-15deg);
  /* RotaciÃ³n ligera */
  opacity: 0.7;
  /* Hace el icono un poco mÃ¡s claro */
}

/* Contenedor del Ã­cono */
.trash-icon {
  display: inline-block;
  width: 16px;
  /* TamaÃ±o mÃ¡s pequeÃ±o */
  height: 16px;
  cursor: pointer;
  margin-right: 10px;
}

/* AnimaciÃ³n de la tapa */
.trash-icon:hover .trash-lid {
  transform: rotate(-20deg);
  transform-origin: center bottom;
  transition: transform 0.3s ease-in-out;
}

.bar-chart-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

/* Al pasar el mouse, se hace un ligero "salto" o escalado */
.bar-chart-icon:hover {
  transform: scale(1.2);
  /* agranda un 20% */
}

.comment-icon {
  width: 24px;
  height: 27px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  padding-bottom: 3px;
}

.comment-icon:hover {
  transform: scale(1.3);
}

.spec-icon {
  width: 29px;
  height: 27px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.spec-icon:hover {
  transform: scale(1.3);
}

.logout-icon {
  color: #4CAF50;
  font-size: 30px !important;
  cursor: pointer;
}

.logout-icon:hover {
  color: #dc3545;
  /* Rojo al pasar el mouse */
}

.text-right {
  text-align: right !important;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  /* color: #000; */
  /* text-shadow: 0 1px 0 #fff; */
  opacity: .5;
}

.navbar {
  padding: .5rem 1rem !important;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
  position: absolute !important;
  display: block !important;
  bottom: 50% !important;
  content: "â–²" !important;
  content: "â–²" / "" !important;
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  position: absolute !important;
  display: block !important;
  top: 50% !important;
  content: "â–¼" !important;
  content: "â–¼" / "" !important;
}

.login-logo img {
  opacity: 0;
  display: none;
}

.no-mb {
  margin-bottom: 0 !important;
}

.theme-option {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.theme-option i {
  font-size: 18px;
}

.chat-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 80px; */
}

/* Estilo del div de informaciÃ³n */
.chat-box {
  /* border: 1px solid #ccc; */
  width: 100%;
  /* max-width: 600px; */
  /* height: 290px; */
  /* background: white; */
  /* border-radius: 12px; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  /* overflow-y: auto; */
  margin-bottom: 20px;
  border-width: 3px;
  border-style: dashed;

  max-height: none;
  /* Sin lÃ­mite */
  height: auto;
  /* Que crezca segÃºn el contenido */
  overflow: visible;
  /* Que no recorte ni ponga scroll */
}

/* Textarea flotante en la parte inferior */
.chat-input {
  /* position: fixed;
  bottom: 20px;
  left: calc(50% + 125px);
  transform: translateX(-50%); */
  /* max-width: 600px; */

  /* width: 100%; 
  display: flex;
  flex-direction: column; */
}

.chat-input textarea {
  width: 100%;
  /* height: 60px; */
  padding: 10px;
  /* border: 1px solid #ccc; */
  resize: none;
  /* font-size: 16px; */
  /* background-color: white; */
}

.chat-input span {
  align-self: flex-end;
  /* Mueve el span a la derecha */
  margin-top: 5px;
}

.chat-box-resultado {
  padding: 15px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.chat-box-resultado .pregunta {
  position: relative;
  padding-right: 25px;
  /* display: flex;
  justify-content: flex-end; */
}

.chat-box-resultado .box-pregunta {
  text-align: right;
  padding: 15px 20px 15px 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  /* background-color: #eaeaea; */
  white-space: pre-line;
  /* width: 70%; */
}

.chat-box-resultado .respuesta {
  position: relative;
  padding: 20px 25px 20px 0;
  margin-bottom: 10px;
}

.chat-edit-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  /* color: white; */
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: none;
  /* color: #000; */
}

.chat-box-resultado .pregunta:hover .chat-edit-btn {
  display: inline-block;
}

.chat-copy-btn {
  position: absolute;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
  padding: 8px;
}

.chat-box-resultado .box-respuesta {
  /* padding-left: 8px;
  padding-bottom: 10px; */
  /* width: 70%; */
  padding: 15px 10px 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  /* background-color: #eaeaea; */
  white-space: pre-line;
}

.example-echarts {
  height: 250px !important;
}

.label-click {
  text-decoration: underline;
  cursor: pointer;
}

.content-list-tbl {
  overflow: auto;
  padding: 10px 20px 20px 20px;
}

.table.custom-clean>:not(caption)>*>* {
  padding: .5rem .5rem !important;
  color: unset !important;
  background-color: unset !important;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

a.text-color-none,
a.text-color-none:link,
a.text-color-none:visited,
a.text-color-none:hover,
a.text-color-none:active {
  color: inherit !important;
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg2 {
    max-width: 855px !important;
  }
}

.badge-warning2 {
  border-color: #ED5537;
  border-radius: 0px !important;
}

.badge-warning2.badge-outline {
  color: #ED5537;
}

.mat-link-button {
  color: #ED5537 !important;
  font-size: 14px !important;
}

/* Ficha Tecnica */

.vehiculo-list {
  list-style-type: disc;
  padding-left: 25px;
  margin: 0;
}

.vehiculo-list li {
  margin-bottom: 0px;
  font-size: 0.95rem;
  display: list-item;
}

.vehiculo-list li strong {
  font-weight: 600;
  margin-right: 4px;
}

.skin-light .vehiculo-list li strong {
  font-weight: bold;
}

.skin-dark .vehiculo-list li strong {
  color: #ED5537;
}

.flat-section {
  padding-left: 10px;
}


/* Imagenes Ficha Tecnica */
.image-viewer {
  display: flex;
  gap: 10px;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .2s;
}

.thumbnails img:hover,
.thumbnails img.active {
  border-color: #ED5537;
}

.main-image img {
  width: 100%;
  max-width: 380px;
  cursor: zoom-in;
  height: 100%;
}

/* --- Lightbox flotante --- */
#LightboxViewer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 2000;
  display: flex;
}

.lightbox-content {
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#lightboxImage {
  max-width: 90%;
  max-height: 75vh;
}

.lightbox-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.lightbox-thumbs img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.lightbox-thumbs img.active {
  border-color: #ED5537;
}

#lightboxClose {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 3000;
  transition: 0.2s;
  color: #8b8d9b;
}

#lightboxClose:hover {
  transform: scale(1.0);
  color: #ED5537;
}

.alert2 {
  border-radius: 0px !important;
  padding: 9px 20px !important;
  margin-right: 10px;
  margin-bottom: 10px !important;
}

.alert2.alert-outline-warning2 {
  border: 2px solid #ED5537 !important;
}

.alert2.alert-outline-warning2 .alert-link2 {
  color: #ED5537;
}

.alert2.alert-outline-warning2 .alert-link2::before {
  background-color: #ED5537;
}

#vehiculos-viewer {
  height: 360px;
  margin-top: 1px;
}

body.skin-light .card-homologa {
  background-color: #f1f1f1;
}

body.skin-dark .card-homologa {
  background-color: #202334;
}

.card-homologa {
  width: 100%;
  padding: 10px 20px;
  border-left: 3px solid #ED5537;
  /* la lÃ­nea lateral */
  margin-bottom: 10px;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-homologa:hover {
  /* transform: translateX(3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.10); */
}

.card-homologa-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card-homologa-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-homologa-compania {
  font-weight: 600;
  margin: 0;
}

.card-homologa-amis {
  /* border: 2px solid #ED5537; */
  /* color: #ED5537; */
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 14px;
}

.card-homologa-desc {
  font-size: 15px;
}
/* ============================================
   FORM ACTIONS - Botones de acción (Ported from InsuR3)
   ============================================ */
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn-action {
  height: 36px;
  padding: 0 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease;
  border: none;
  text-decoration: none;
}

.btn-action i {
  font-size: 0.75rem;
}

.btn-action-primary {
  background: #3b82f6;
  color: #ffffff;
}

.btn-action-primary:hover {
  background: #2563eb;
  color: #ffffff;
}

.btn-action-secondary {
  background: transparent;
  color: #71717a;
  border: 1px solid #e4e4e7;
}

.btn-action-secondary:hover {
  background: #f4f4f5;
  color: #18181b;
}

body.skin-dark .btn-action-secondary {
  border-color: #3f3f46;
  color: #a1a1aa;
}

body.skin-dark .btn-action-secondary:hover {
  background: #27272a;
  color: #fafafa;
}

.btn-action:disabled,
.btn-action[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
