body {
  font-family: Rubik, sans-serif;
  color: #707070!important;
  background-color: #F2F2F2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.position-relative {
  position: relative!important;
}

a.reveal-pass {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.65;
  border: none;
}

a.reveal-pass:hover, a.reveal-pass:focus {
  opacity: 1;
  border: none;
}

@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1500px;
  }
}

.form-control, .form-select {
  box-shadow: none!important;
}

.text-primary {
  color: #006862!important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: #20b1c3!important;
}

.bg-violet {
  background-color: #9121f3!important;
}

.btn-primary {
  background-color: #006862!important;
  border-color: #006862!important;
  color: #FFFFFF!important;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #02403d!important;
  border-color: #02403d!important;
  color: #FFFFFF!important;
  box-shadow: none!important;
}

.link-primary, .link-primary:visited {
  color: #006862!important;
  text-decoration: none!important;
}

.link-primary:hover, .link-primary:focus {
  color: #02403d!important;
}

.btn-outline-primary, .btn-outline-primary:visited {
  color: #006862!important;
  border-color: #006862!important;
  background-color: #FFFFFF!important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #FFFFFF!important;
  border-color: #006862!important;
  background-color: #006862!important;
}

.navbar-primary {
  background-color: #FFFFFF;
  padding: 0px;
  box-shadow: 0px 16px 40px 20px rgba(23,23,25,0.05);
}

.navbar-primary .navbar-brand {
  max-width: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#navcol-primary {
  justify-content: end;
  align-self: stretch;
  align-items: stretch;
  padding: 0px;
}

#navcol-primary .nav-item .nav-link {
  min-height: 100%;
  display: inline-flex;
  align-items: center;
  min-width: 130px;
  justify-content: center;
  font-weight: 600;
  font-size: .9rem;
  border-bottom: 3px solid #FFFFFF;
  line-height: 0;
  vertical-align: baseline;
  padding: .25rem 1.25rem;
}

#navcol-primary .navbar-nav .nav-link.active, #navcol-primary .navbar-nav .show > .nav-link, #navcol-primary .navbar-nav .nav-link.active:hover, #navcol-primary .navbar-nav .show > .nav-link:hover {
  color: #006862;
  border-bottom: 3px solid #006862;
}

#navcol-primary .nav-item .nav-link i {
  font-size: 1.15rem;
  line-height: 1;
}

#navcol-primary .nav-item .nav-link:hover {
  border-bottom-color: #b4b4b4;
}

.dropdown .profile-item {
  font-weight: 700;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006862;
  color: #FFFFFF;
  border-radius: 50%;
  line-height: 0;
}

#navcol-primary .nav-item.dropdown .nav-link {
  padding: .25rem .5rem;
  min-width: 80px;
  border-bottom-color: #ffffff!important;
}

#navcol-primary .nav-item.dropdown .nav-link:hover {
  border-bottom-color: transparent!important;
}

#navcol-primary .nav-item.dropdown .nav-link:hover .profile-item, #navcol-primary .nav-item.dropdown .nav-link:focus .profile-item {
  background-color: #707070;
}

.dropdown-menu.user-menu {
  background-color: #262626;
  padding: 0;
  border-radius: .5rem;
  transform: translateY(-20px);
  min-width: 14rem;
  overflow: hidden;
}

.dropdown-menu.user-menu .dropdown-item, .dropdown-menu.qa-menu .dropdown-item {
  color: #FFFFFF;
  font-size: .85rem;
  padding: .75rem 1.25rem;
  font-weight: 400;
  border-bottom: 1px solid #444444;
}

.dropdown-menu.user-menu .dropdown-item:last-of-type {
  border-bottom: none;
}

.dropdown-menu .position-title {
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .80rem;
  padding: .85rem 1.15rem .5rem 1.15rem;
  display: block;
}

.dropdown-menu.user-menu .dropdown-item:hover, .dropdown-menu.user-menu .dropdown-item:active, .dropdown-menu.user-menu .dropdown-item:focus, .dropdown-menu.user-menu .dropdown-item.active {
  background-color: #006862;
  border-bottom: 1px solid transparent;
}

.modal-header {
  background-color: #006862;
  color: #FFFFFF;
}

.modal-header h4 {
  font-size: 1.22rem;
}

.modal-footer button.btn, .step-options button.btn {
  font-size: .88rem;
  padding: .45rem 1.25rem;
}

.modal-footer button.btn-primary {
  font-weight: 500;
}

.modal-footer {
  padding: .25rem .5rem;
}

.modal-body p {
  font-size: .94rem;
  line-height: 1.54;
}

.tabs-modal .nav-tabs .nav-item.show .nav-link, .tabs-modal .nav-tabs .nav-link.active {
  color: #006862;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border: none;
  border-bottom: #006862 2px solid;
}

.tabs-modal .nav-tabs .nav-link {
  border: none;
  border-bottom: transparent 2px solid;
  color: #6f6f6f;
  font-weight: 500;
  font-size: .94rem;
  padding: .75rem .95rem;
}

.tabs-modal .tab-content {
  padding: 1.45rem .75rem;
}

.form-basic-simple label.form-label {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: .25rem;
}

.form-basic-simple input.form-control {
  border-radius: .275rem;
  border-left: none;
  color: var(--bs-gray-600);
  box-shadow: none;
  font-size: .9025rem;
  padding: .65rem .45rem;
}

.form-basic-simple .input-group-text {
  border-radius: .275rem;
  background-color: transparent;
  border-right: none;
  text-align: center;
  min-width: 41px;
  justify-content: center;
}

.form-basic-simple .input-group-text i {
  color: var(--bs-gray-500);
}

.modal-container {
  display: none;
}

.users-config {
  font-size: .9rem;
}

.user-name-config {
  font-weight: 700;
}

.tiny-table thead {
  font-size: .82rem;
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-600);
}

.tiny-table tbody {
  font-size: .85rem;
  color: var(--bs-gray-600);
}

.tiny-table tbody select {
  font-size: .82rem;
  color: var(--bs-gray-600);
}

.tiny-table .options-btn {
  font-size: .8rem;
  border: none;
  box-shadow: none!important;
}

.tiny-table .dropdown-menu, .db-row .dropdown-menu {
  font-size: .80rem;
  padding: 0;
  border-radius: .35rem;
  /*overflow: hidden;*/
  z-index: 8000;
}

.tiny-table {
  padding: 1rem 0;
}

.tiny-column {
  max-width: 26px;
}

.tiny-table .dropdown-menu .dropdown-item, .db-row .dropdown-menu .dropdown-item {
  background-color: #262626;
  color: #f2f2f2;
  padding: .42rem .75rem;
}

.tiny-table .dropdown-menu .dropdown-item i, .db-row .dropdown-menu .dropdown-item i {
  opacity: .45;
  font-size: .75rem;
}

.tiny-table .dropdown-menu .dropdown-item:hover, .tiny-table .dropdown-menu .dropdown-item:focus, .db-row .dropdown-menu .dropdown-item:focus, .db-row .dropdown-menu .dropdown-item:hover {
  background-color: #006862;
}

.new-item-btn {
  font-weight: 600;
}

.header-content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.inline-header-content .form-control, .inline-header-content .form-select {
  border: none;
}

.inline-header-content .form-control {
  padding: .75rem 1rem;
  border: none;
  border-radius: .5rem;
}

.inline-header-content input[type=search] {
  min-width: 310px;
  font-weight: 500;
}

.inline-header-content .form-select {
  padding: .75rem 4rem .75rem .85rem;
  border-left: 1px solid var(--bs-gray-200);
}

.inline-header-content button[type=submit] {
  padding: .75rem 1rem;
  border: none;
  border-radius: 0 .45rem .45rem 0;
  background-color: #FFF!important;
}

.inline-header-content .btn-outline-secondary {
  border: none;
  padding: .75rem 1.25rem;
}

.new-item-btn, .new-item-btn {
  padding: .72rem 1.45rem;
  border-radius: .45rem;
}

.new-item-btn i {
  font-size: .85rem;
}

.header-section h3 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--bs-verde-td);
  padding-left: 0!important;
}

.main-tabs .nav-link {
  font-size: .8rem;
  font-weight: 500;
  padding: .5rem 1.95rem;
  color: #FFF!important;
  transition: 200ms all ease-in-out;
  border: none;
}

.main-tabs .nav-item {
  margin-right: 2px;
}

.main-tabs .nav-item:last-of-type {
  margin-right: 0;
}

.bg-blue-brand {
  background-color: #00395c!important;
  color: #FFFFFF!important;
}

.bg-green-brand {
  background-color: #006862!important;
  color: #FFFFFF!important;
}

.main-tabs .nav-link.active, .main-tabs .nav-link:hover {
  padding: .75rem 1.95rem;
  opacity: 1!important;
}

.bg-primary {
  background-color: #006862!important;
}

.bg-warning {
  background-color: var(--bs-orange)!important;
}

.main-tabs .nav-pills .nav-link {
  padding: .5rem 1.65rem;
  background-color: transparent!important;
  margin-right: 4px;
}

.main-tabs .nav-pills .nav-link.active, .main-tabs .nav-pills .nav-link:hover {
  padding: .5rem 1.65rem;
  opacity: 1!important;
}

a.nav-link.tab-info {
  color: #2196F3!important;
  border: 1px solid #2196f3!important;
}

a.nav-link.tab-info.active {
  color: #FFFFFF!important;
  border: 1px solid #2196f3!important;
  background-color: #2196f3!important;
}

a.nav-link.tab-violet {
  color: #9121f3!important;
  border: 1px solid #9121f3!important;
}

a.nav-link.tab-violet.active {
  color: #FFFFFF!important;
  border: 1px solid #9121f3!important;
  background-color: #9121f3!important;
}

a.nav-link.tab-grey-blue {
    color: #607D8B !important;
    border: #607d8b 1px solid !important;
}

a.nav-link.tab-grey-blue.active {
    color: #FFFFFF !important;
    border: #607d8b 1px solid !important;
    background-color: #607d8b!important;
}

a.nav-link.tab-warning {
  color: var(--bs-orange)!important;
  border: 1px solid var(--bs-orange)!important;
}

a.nav-link.tab-warning.active {
  color: #FFFFFF!important;
  border: 1px solid var(--bs-orange)!important;
  background-color: var(--bs-orange)!important;
}

a.nav-link.tab-danger {
    color: var(--bs-red)!important;
    border: 1px solid var(--bs-red)!important;
}

a.nav-link.tab-danger.active {
  color: #FFFFFF!important;
  border: 1px solid var(--bs-red)!important;
  background-color: var(--bs-red)!important;
}

a.nav-link.tab-grey {
    color: #616161!important;
    border: 1px solid #616161!important;
}

a.nav-link.tab-grey.active {
  color: #FFFFFF!important;
  border: 1px solid #616161!important;
  background-color: #616161!important;
}

a.nav-link.tab-brand-green {
  color: #006862!important;
  border: 1px solid #006862!important;
}

button.nav-link.btn.tab-brand-green.dropdown-toggle {
  color: #006862!important;
  border: 1px solid #006862!important;
  background-color:transparent!important;
}

button.nav-link.btn.tab-brand-green.dropdown-toggle.show {
  color: #FFFFFF!important;
  border: 1px solid #006862!important;
  background-color: #006862!important;
}

.nav-siniestros .dropdown-menu {
    padding: 0;
    font-size: .9rem;
}

.nav-siniestros .dropdown-menu .dropdown-item {
    padding-top: .65rem;
    padding-bottom: .65rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    border: none;
}

.nav-siniestros .dropdown-menu .dropdown-item.active, .nav-siniestros .dropdown-menu .dropdown-item:active,
.nav-siniestros .dropdown-menu .dropdown-item.hover, .nav-siniestros .dropdown-menu .dropdown-item:hover {
  color: #FFFFFF!important;
  border: none;
  background-color: #006862!important;
}

a.nav-link.tab-brand-green.active {
  color: #FFFFFF!important;
  border: 1px solid #006862!important;
  background-color: #006862!important;
}

a.nav-link.tab-brand-blue {
  color: #00395c!important;
  border: 1px solid #00395c!important;
}

a.nav-link.tab-brand-blue.active {
  color: #FFFFFF!important;
  border: 1px solid #00395c!important;
  background-color: #00395c!important;
}

.main-tabs .tab-pane {
  /*background-color: #ffffff;*/
  padding: 0;
  font-size: .9rem;
}

.main-tabs .tab-pane .table-responsive {
  padding: 0px !important;
}

.table-results thead th {
  /*background-color: #707070;*/
  color: rgba(255,255,255,.55);
  font-size: .80rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cb-row {
  max-width: 30px;
  padding-left: 1rem!important;
}

.table-results tbody {
  font-size: .86rem;
  line-height: 1.30;
}

.table-results tbody td:not(.text-primary) {
  padding: 1.45rem 0.5rem;
  color: var(--bs-gray-700);
}

.db-row .dropdown .btn, .db-row .dropstart .btn {
  font-size: .75rem;
}

.less-size-row {
  font-size: .80rem!important;
  max-width: 600px;
  padding-left: 1rem;
}

.text-light-blue {
  color: var(--bs-blue);
}

.text-light-blue {
  color: var(--bs-blue)!important;
}

.btn-info {
  background-color: #0d6efd;
  color: #FFFFFF;
  border-color: #0d6efd;
}

.btn-info:hover, .btn-info:focus {
  background: #0a54c2;
  border-color: #0a54c2;
  color: #ffffff;
}

.btn {
  box-shadow: none!important;
}

.table-nav {
  font-size: .88rem;
}

.footer-primary {
  padding: 1.5rem .5rem;
  background-color: #262626;
  margin-top: 3rem;
}

.brand-footer img {
  filter: brightness(131%) grayscale(100%);
  max-width: 32px;
  height: auto;
}

.brand-footer h6 {
  font-size: .86rem;
  /*opacity: .5;*/
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

.svg-icon-tiny {
  max-width: 24px;
}

.nav-footer a {
  font-size: .82rem;
  text-decoration: none;
}

.main-tabs .tab-content {
  /*box-shadow: rgba(0,0,0,0.12) 0 0 18px;*/
  z-index: 20;
  position: relative;
}

.nav-tabs {
  z-index: 1;
  position: relative;
}

.main-tabs .tab-pane {
}

.main-tabs .tab-pane .table {
  margin-bottom: 0px!important;
}

.db-row {
  padding-right: 1rem!important;
}

.svg-icon-large {
  max-width: 40px;
  display: block;
}

.btn-blue {
  background-color: #0e5aac;
  color: white;
}

.btn-blue:hover, .btn-blue:focus {
  background-color: #0e4988!important;
  color: white!important;
}

.btn-big-actions {
  text-align: center;
  font-weight: 600;
  padding: 1.45rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(white, #f4f4f4 100%);
  border: 2px solid #FFFFFF;
  transition: 200ms all ease-in-out;
  font-size: .9rem;
}

.btn-big-actions:hover, .btn-big-actions:focus {
  background: linear-gradient(white, #eeeeee 100%);
  border: 2px solid #dadada;
}

.pagination-footer .btn {
  padding: 0.35rem 1rem;
  font-size: .7rem;
  border-color: #c3c3c3;
}

.pagination-footer select {
  font-size: .7rem;
  padding: 0.38rem 1rem 0.38rem 1rem;
  width: 68px;
}

.pagination {
    --bs-pagination-font-size: .8rem;
    --bs-pagination-color: var(--bs-verde-td);
    --bs-pagination-hover-color: var(--bs-verde-td);
    --bs-pagination-focus-color: var(--bs-verde-td);
    --bs-pagination-active-bg: var(--bs-verde-td);
    --bs-pagination-active-border-color: var(--bs-verde-td);
    --bs-pagination-border-radius: 0.2rem;
    margin-bottom: 0px;
}

.pagination-footer .btn:hover, .pagination-footer .btn:focus {
  background-color: #c3c3c3;
}

.quick-actions-container .btn img {
  max-width: 30px;
  filter: brightness(0%) invert(100%) saturate(0%);
}

.quick-actions-container .btn {
  padding: .75rem;
}

.quick-actions-container {
  position: fixed;
  z-index: 200;
  bottom: 50px;
  right: 20px;
  transition: 200ms all ease-in-out;
}

.dropdown-menu.user-menu .dropdown-item:hover:last-of-type {
  border-bottom: none;
}

.qa-menu.user-menu .dropdown-item {
  padding: .92rem 1.25rem;
}

.dropdown-menu.qa-menu {
  box-shadow: rgba(0,0,0,.25) 0 0 10px;
}

.no-result-container {
  padding: 5rem 1rem;
  text-align: center;
}

.no-result-container i.far {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.modal-header i {
  opacity: .45;
  font-size: 1.15rem;
  margin-right: .65rem;
}

.label-selected {
  display: none;
}

#newSiniestro-modal h6 {
  color: var(--bs-gray-500);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .2rem;
}

.label-selected h5 {
  font-weight: 700;
  color: #006862;
  font-size: 1.19rem;
  margin-top: 0.15rem;
}

#step-2 {
  display: none;
}

.alert-span {
  font-size: .8rem;
  margin-top: .55rem;
  font-weight: 500;
  display: none;
  padding: 0.05rem .25rem 0.25rem .5rem;
  margin-bottom: 25px;
}

.alert-span .btn {
  font-size: .68rem;
  padding: 0.12rem .65rem;
  margin-left: 4px;
  font-weight: 500;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.breadcrumb-primary {
  font-size: .90rem;
  text-transform: uppercase;
  color: #9f9f9f;
  margin-bottom: .15rem;
}

.title-primary {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.45rem;
}

.header-section-primary {
  /*padding-left: 0rem;*/
  padding-bottom: 4rem;
  padding-top: 4rem;
  /*padding-right: 2rem;*/
}

.row-secondary {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.main-tabs .nav-link:not(.active) {
  opacity: 0.79;
}

.popover-comments {
  position: absolute;
  right: 8px;
  width: 250px;
  bottom: calc(100% + 10px);
  background-color: var(--bs-yellow);
  padding: 0.5rem;
  /*box-shadow: rgba(0,0,0,0.25) 0 4px 5px;*/
  z-index: 25;
  border-radius: .25rem;
  display: none;
}

.popover-comments p {
  font-size: .82rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #262626;
}

.popover-comments textarea {
  resize: none;
}

.popover-comments:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--bs-yellow);
  bottom: -8px;
  content: '';
  right: 10px;
  z-index: 250;
}

.no-registros i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #b4b4b4;
}

.no-registros p {
  margin-bottom: 0;
}

.no-registros {
  padding: 5rem 1rem;
  text-align: center;
}

.form-check-inline .form-check-label {
  font-size: .88rem;
  font-weight: 500;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    line-height: 18px;
    font-weight: 900;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -2em;
}        
#toast-container > .toast-warning:before {
    content: "\f071";
}
#toast-container > .toast-error:before {
    content: "\f057";
}
#toast-container > .toast-info:before {
    content: "\f0eb";
}
#toast-container > .toast-success:before {
    content: "\f164";
}

#toast-container .toast-close-button {
  top: -0.5em;
}

#toast-container > .toast-warning {
  color: #333!important;
}

.custom_select_search .content .btn-add-item {
  font-size: .78rem;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  border-color: #b4b4b4;
}

.custom_select_search .content .btn-add-item:hover, .custom_select_search .content .btn-add-item:focus {
  background-color: #b4b4b4;
}

.subitem-list {
  font-size: .85rem;
  font-weight: 600;
  padding-left: .25rem;
}

.row-separator {
  background-color: #f2f2f2;
  height: 20px;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.tipo-siniestro-title {
  /*margin-top: 1rem;*/
}

.tipo-siniestro-title h6 {
  font-weight: 600;
}

.btn-outline-secondary-light {
  --bs-btn-color: #8a939c;
  --bs-btn-border-color: #b4bbc2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #b8bfc5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* SELECT WITH SEARCH */
.custom_select_search.wrapper {
  min-width: 253px;
  /*margin: 85px auto 0;*/
}

.custom_select_search .select-btn, .custom_select_search li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom_select_search .select-btn {
  /*height: 65px;*/
  padding: .475rem .65rem;
  font-size: .88rem;
  background: #fff;
  border-radius: 3px;
  justify-content: space-between;
  /*box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
  font-weight: 500;
  border: 1px solid #ced4da;
}

.custom_select_search .select-btn i {
  font-size: .88rem;
  transition: transform 0.3s linear;
}

.custom_select_search.wrapper.active .select-btn i {
  transform: rotate(-180deg);
}

.custom_select_search .content {
  display: none;
  padding: 12px;
  margin-top: 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.custom_select_search.wrapper.active .content {
  display: block;
  position: absolute;
  z-index: 150;
}

.custom_select_search .content .search {
  position: relative;
}

.custom_select_search .search i {
  top: 50%;
  left: 15px;
  color: #999;
  font-size: .9rem;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}

.custom_select_search .search input {
  height: 40px;
  width: 100%;
  outline: none;
  font-size: .88rem;
  border-radius: 5px;
  padding: 0 20px 0 43px;
  border: 1px solid #B3B3B3;
}

.custom_select_search .search input:focus {
  padding-left: 42px;
  border: 2px solid #4285f4;
}

.custom_select_search .search input::placeholder {
  color: #bfbfbf;
}

.custom_select_search .content .options {
  margin-top: 12px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 0px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.custom_select_search .options::-webkit-scrollbar {
  width: 7px;
}

.custom_select_search .options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.custom_select_search .options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.custom_select_search .options::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

.custom_select_search .options li {
  height: 50px;
  padding: 0 13px;
  font-size: .88rem;
}

.custom_select_search .options li:hover, li.selected {
  border-radius: 5px;
  background: #f2f2f2;
}

.table-style-01 {
  font-size: .84rem;
  border-radius: .25rem;
}

.table-style-01 tr.odd-join:nth-child(odd) {
  background: #EBEBEB;
}

.table-style-01 tr:not(.odd-join):nth-child(4n),.table-style-01 tr:not(.odd-join):nth-child(4n-1) {
    background: white;
}
.table-style-01 tr:not(.odd-join):nth-child(4n-2), .table-style-01 tr:not(.odd-join):nth-child(4n-3) {
    background: #EBEBEB;
}

.table-style-01 tbody td:first-of-type {
    max-width: 135px;
}

.table-style-01 thead tr th {
    background-color: #444444;
    color: #FFFFFF;
    font-weight: 400;
    font-size: .70rem;
    text-wrap: nowrap;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

.table-style-01 tbody tr td h5 {
    font-size: .8rem;
    font-weight: 700;
    color: var(--bs-gray-600);
    margin-bottom: 2px;
}

.table-style-01 tbody tr td p {
  margin-top: 0px;
  margin-bottom: 10px;
  color: var(--bs-gray-600);
  /*font-weight: 500;*/
  font-size: .7rem;
}

.table-style-01 tbody tr td .btn {
  font-size: .7rem;
  padding: 0.15rem .85rem 0.035rem;
  border-radius: 1rem;
  font-weight: 600;
}

.table-style-01 tbody tr td {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  /*vertical-align: middle;*/
}

.table-responsive.table-style-01 textarea {
    max-height: 80px;
    border-radius: 0.25rem;
    resize: none;
    font-size: .8rem;
    line-height: 1.45;
    padding: 0.25rem;
}

.table-style-01[data-table="tabla-zonas"] td label {
    font-size: .75rem;
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.table-style-01 td.proveedor-field {
    max-width: 140px;
    padding: 0.5rem 1rem;
}

.input-price, .input-delivery, .total-price {
  width: 80px!important;
}

.input-quantity {
    width: 35px!important;
    text-align: center;
}

.table-style-01 tbody tr td input, .table-style-01 tbody tr td .input-group-text {
  font-size: .75rem!important;
  padding: .25rem .5rem;
}

.user-menu.menu-up {
  bottom: 17px!important;
  top: auto!important;
}

.btn-pie {
  font-size: .75rem;
  padding: .5rem 1rem!important;
}

.custom_select_search .content .btn-add-item {
  font-size: .78rem;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  border-color: #b4b4b4;
}

.custom_select_search .content .btn-add-item:hover, .custom_select_search .content .btn-add-item:focus {
  background-color: #b4b4b4;
}

.subitem-list {
  font-size: .85rem;
  font-weight: 600;
  padding-left: .25rem;
}

.row-separator {
  background-color: #f2f2f2;
  height: 20px;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.tipo-siniestro-title {
  /*margin-top: 1rem;*/
}

.tipo-siniestro-title h6 {
  font-weight: 600;
}

.btn-outline-secondary-light {
  --bs-btn-color: #8a939c;
  --bs-btn-border-color: #b4bbc2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #b8bfc5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.bg-cristales {
  background-color: var(--bs-primary)!important;
}

.inline-header-content .form-control:focus {
  border-color: #dddddd;
}

.select-scroll {
  padding: .25rem;
  max-height: 120px;
  overflow-y: auto;
}

.select-scroll label {
  font-size: .9rem;
}

.tabs-inner-sections .nav-tabs .nav-link {
  font-size: .80rem;
  font-weight: 600;
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-400);
  border-bottom: none;
  padding: .35rem 2.25rem;
  margin-left: 3px;
}

.tabs-inner-sections .nav-tabs .nav-link.active {
  background-color: var(--bs-gray-600);
  color: #FFFFFF;
}

.tabs-inner-sections .tab-content {
  background-color: white;
  padding: 1.5rem 1.5rem;
  border-top: 2px solid #6c757d;
  border-radius: 0 0 .5rem .5rem;
  overflow: hidden;
}

.tabs-inner-sections .header-section h3 {
  padding-left: 0px;
}

.tabs-inner-sections p {
  line-height: 1.1;
  color: #b1b1b1;
  margin-top: .5rem;
}

.tabs-inner-sections p small {
  font-size: .75rem;
}

.tabs-inner-sections .form-label {
  margin-bottom: .35rem;
}

.filter-section select {
  padding-right: 2.5rem;
}

.page-404 .brand-primary {
  max-width: 80px;
}

.page-404 {
  text-align: center;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Rubik, sans-serif;
  color: #707070!important;
  font-size: .88rem;
  min-width: 100%;
}

.filter-field {
  width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: .88rem;
    padding: 0.225rem 0.25!important;
    line-height: 1.5;
    font-weight: 600;
    color: #707070;
}

.bootstrap-select .no-results {
    font-size: .88rem;
    padding: 0.35rem;
    border-radius: 0.35rem;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
    background-color: #FFF;
    border-color: #d9dfe4;
    border-radius: 0.15rem;
    padding-left: 1rem .75rem;

}
.bootstrap-select, .bootstrap-select:focus {
  box-shadow: none!important;
}

.btn-add-option {
    font-size: .8rem;
    font-weight: 500;
    border: none;
    width: auto;
    text-align: left;
}

#modalDinamico .modal-title small, #dynamic-modal .modal-title small {
  font-size: .8rem;
  font-weight: 400;
  opacity: .5;
  margin-bottom: -2px;
}

#dynamic-modal .modal-body p {
  font-size: .9rem;
}

.form-alert {
  font-size: .75rem;
  padding-left: .25rem;
  font-weight: 400;
}

#alert-span {
  font-size: .80rem;
  display: none;
  margin-top: .5rem;
  line-height: 1.3;
  color: red;
}

.truncate-td {
  width: 150px;
  white-space: pre-line;
  text-wrap: balance;
  padding-right: 40px;
}

.inline-btn-delete::after {
  display: inline-block;
  content: "\f2ed";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 15px;
  font-size: .8rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-radius: 0.35rem;
  z-index: 9999;
}

#estado-siniestro-gral {
  min-width: 180px;
}

/* ELEMENTOS PRESCINDIBLES */
.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 1000;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: var(--bs-verde-td);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../img/icons/bx-bell.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}

.wa__btn_popup .wa__btn_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../img/icons/x_icon.svg") center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.wa__popup_chat_box {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    bottom: 102px;
    right: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}

.wa__popup_chat_box.wa__active {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

.wa__btn_popup .wa__btn_popup_txt {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 220px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 14px;
    color: #43474e;
    padding: 8px 12px;
    margin-right: 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    opacity: 0;
    visibility: hidden;
}

.wa__btn_popup:hover .wa__btn_popup_txt {
    opacity: 1;
    visibility: visible;
}

.wa__btn_popup.wa__active .wa__btn_popup_txt {
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}

.wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 12px 43px 15px 54px;
    color: #FFFFFF;
    background: var(--bs-verde-td);
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 14px;
    line-height: 19px;
}

.wa__popup_chat_box .wa__popup_heading:before {
  content: '';
  background: url("../img/icons/bxs-bell.svg") center top no-repeat;
  background-size: 24px;
  display: block;
  width: 40px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  filter: invert(1);
}

.wa__popup_chat_box .wa__popup_content {
    background: #FFFFFF;
    padding: 20px 20px 28px 19px;
    text-align: left;
}

.wa__popup_chat_box .wa__popup_notice {
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 500;
    padding: 0 3px;
    margin-bottom: 15px;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}

.wa__popup_content_list .wa__popup_content_item {
    margin: 6px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}

.wa__popup_chat_box .wa__stt {
    padding: 10px 40px 10px 55px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid var(--bs-verde-td);
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}

.wa__popup_chat_box .wa__stt.wa__stt_online:hover, .wa__popup_chat_box .wa__stt.wa__stt_online:active, .wa__popup_chat_box .wa__stt.wa__stt_online:focus {
    background: #FFFFFF;
    box-shadow: 0 7px 15px 1px rgb(55 62 70 / 7%);
    -webkit-box-shadow: 0 7px 15px 1px rgb(55 62 70 / 7%);
    -moz-box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
}

.wa__popup_chat_box .wa__stt:after {
    content: '';
    /*background: url(../images/whatsapp_logo_green.svg) 0 0 no-repeat;*/
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.wa__popup_content_item .wa__cs_img_wrap {
    width: 30px;
    height: 30px;
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em!important;
    font-weight: 400;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 12px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em!important;
}

.wa__stt_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s ease all!important;
    -webkit-transition: .4s ease all!important;
    -moz-transition: .4s ease all!important;
    backface-visibility: hidden;
    will-change: transform;
}

span.alert_badge {
    display: flex;
    position: absolute;
    top: 0;
    right: -4px;
    background-color: red;
    color: white;
    line-height: 1;
    border-radius: 1rem;
    width: 20px;
    height: 20px;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: .85rem;
}

.loading-layer {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
    z-index: 9999;
}

.loading-layer-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.88);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    border-radius: .5rem;
}

.loading-layer-modal h4 {
    font-weight: 800;
    color: #006862;
    font-size: 1.35rem;
    margin-bottom: 0.25rem;
}

.loading-layer-modal p {
    font-size: .9rem;
    font-weight: 400;
    color: #686868;
    margin-bottom: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control::placeholder, .form-select::placeholder {
  color: #a9abab;
  font-weight: 400;
}

.table-style-01 .input-group {
    flex-wrap: nowrap;
}

.table-style-01 .input-group input[type=number] .input-group input[type=number] {
    width: 95px!important;
}

.col.action-col {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.col.action-col a {
  color: #878787;
  text-decoration: none;
}

.single-sections .container {
    background-color: #FFFFFF;
    padding: 1.5rem;
    border-radius: 0.35rem;
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 50%);
}

.bootstrap-table > .fixed-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow: visible!important;
}

.bootstrap-table table {
    background-color: white;
    overflow: overlay;
    border-radius: 0.35rem;
}

.bootstrap-table span.pagination-info {
  font-size: .85rem;
  color: #878787;
  margin-right: 20px!important;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .btn {
    font-size: 0.75rem;
    background-color: rgba(255,255,255,0.75);
    color: #898989;
    border-color: #cfcfcf;
    margin-right: 3px;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block;
  font-size: .8rem;
  color: #898989;
}

.fixed-table-toolbar input.search-input {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.5rem 0.85rem;
} 

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
  font-size: .85rem;
}

.fixed-table-pagination {
  margin-top: 15px;
}

.bootstrap-table .fixed-table-container .table thead th .both {
  background: url(../img/icons/sort-all.png) right center / 10px no-repeat!important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    cursor: pointer;
    padding-right: 20px!important;
}

.bootstrap-table .fixed-table-container .table thead th .asc {
  background: url(../img/icons/sort-asc.png) right center / 10px no-repeat!important;
}

.bootstrap-table .fixed-table-container .table thead th .desc {
  background: url(../img/icons/sort-desc.png) right center / 10px no-repeat!important;
}

.row-asegurado {
  max-width: 140px;
  white-space: pre-line;
  text-wrap: balance;
}

.page-siniestros-gestion .alert.alert-info a {
  text-decoration: none;
  color: #055160;
}

.page-siniestros-gestion .alert.alert-info a:hover, .page-siniestros-gestion .alert.alert-info a:focus {
  color: #031e24!important;
}

.page-siniestros-gestion .alert {
  font-size: .85rem;
  --bs-alert-padding-y: .5rem;
  width: auto;
  display: inline-block;
}

.header-landing h3 small {
  display: block;
  font-size: .60em;
  font-weight: 500;
  color: #6f6f6f;
}

.header-landing h3 {
  font-weight: 700;
}

.landing__form_wrapper p {
  font-size: .925rem;
}

.landing__form_wrapper .col {
  border-radius: 0.25rem;
  overflow: hidden;
}

.landing__input_price {
  max-width: 100%;
}

@media( min-width: 768px ){
  .landing__input_price {
    max-width: 130px;
  }
}

.landing__span_aclaration {
  background-color: #ffffff;
  font-weight: 500!important;
}

.landing__icon_response {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: .5;
}

.landing__form .form-label {
    font-size: .85rem;
    margin-bottom: 0.45rem;
}

.landing__form .form-check-label {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.75;
}

#send_total, #add_zona {
  min-width: 230px;
  font-size: .85rem;
  font-weight: 500;
  margin-left: 15px;
  height: auto;
}

#add_zona {
  min-width: auto;
  margin-left: 0px;
}

.separator-buttons {
  height: 20px;
  padding: 0 15px;
  display: inline-flex;
  border-left: 1px solid #d9d9d9;
}

.lg-proccess {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.925);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
}

.lg-proccess i {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

p#pres__respondido {
  color: cadetblue;
}

p#pres__respondido span {
    font-weight: 500;
}

/* Bootstrap SELECTS Style */
.bootstrap-select .dropdown-menu {
  padding: 0px;
  border-radius: 0.25rem;
}

.bootstrap-select>.dropdown-toggle {
  background: white!important;
  border: 1px solid #d9dfe4;
  padding: 0.475rem 0.65rem;
  appearance: none;
  border-radius: 0.15rem;
}

.bootstrap-select .dropdown-menu li a {
  font-size: .9rem;
  background: white;
  padding: .45rem 1rem;
  color: var(--bs-dropdown-link-color);
}

.bootstrap-select .dropdown-menu li a:active, .bootstrap-select .dropdown-menu li a.selected {
  background-color: #f1f1f1 ;
  color: #006862;
}

.bootstrap-select .dropdown-menu li a:hover {
  background-color: #006862;
  color: white;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  font-size: 0.75rem;
  top: 8px;
}

tags.tagify.form-control {
  padding: 0.25rem;
  display: flex;
}

table#bt-licitaciones-gestion thead th {
  background: #656a6e;
  color: #ffffffa8;
  font-size: .725rem!important;
}

.ui-autocomplete-loading {
    background: white url("assets/img/ui-anim_basic_16x16.gif") right 5px center no-repeat;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.category-totals {
  padding-left: .25rem;
}

.table-container {
  display: block;
}

.cell-body.cell-lg-text p {
  margin-bottom: 0.35rem;
}

.home-page .main-container {
  padding: 0 .75rem;
  overflow-y: hidden;
}

.home-page .header-section h3 {
  padding-left: 0;
}

#primary-nav .navbar-brand img {
  max-width: 80px;
}

.dropdown-menu.dark-theme {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: .95rem;
  --bs-dropdown-color: #ffffff;
  --bs-dropdown-bg: #303030;
  --bs-dropdown-border-color: none;
  --bs-dropdown-border-radius: 0.225rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #333333;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.65rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--bs-verde-td);
}

:root {
  --bs-azul-td: #00395c;
  --bs-verde-td: #006862;
}

.navbar-nav .nav-link {
  font-weight: 700;
}

.main-container {
  background-color: var(--bs-white);
  padding: 1.5rem 1rem;
  border-radius: .35rem;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.header-section h3 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--bs-verde-td);
  padding-left: 1rem;
}

.header-section p {
  font-size: .9rem;
}

.nav-description {
  font-size: .85rem;
  font-weight: 600;
  color: var(--bs-gray-500);
  margin-bottom: 4px;
}

.nav-partner {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--bs-verde-td);
}

.form-label {
  margin-bottom: .18rem;
  font-size: .82rem;
  font-weight: 500;
  color: var(--bs-gray-600);
  padding-left: .25rem;
}

.form-control, .form-select {
  display: block;
  width: 100%;
  padding: .475rem .65rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.5;
  color: #62696d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dfe4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .15rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus, .form-select:focus {
  color: #3e4247;
  background-color: #fff;
  border-color: var(--bs-verde-td);
  outline: 0;
  box-shadow: none;
}

.label-lead label {
  /*font-weight: 600;*/
}

span.input-group-text {
  font-size: .80rem;
  font-weight: 800;
  color: var(--bs-gray-600);
}

.add-row {
  font-size: .75rem;
}

.total-heading {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--bs-gray-700);
  margin-bottom: .5rem;
}

.total-heading-h6 {
  color: var(--bs-gray-700);
  font-weight: 500;
  font-size: .90rem;
}

.totales-bloques p {
  font-size: .85rem;
  margin-bottom: 0.125rem;
}

.buttons-block .btn {
  padding: 0.40rem 1.25rem;
}

.last-save-data {
  font-weight: 800;
}

.last-save {
  font-size: .9rem;
  color: var(--bs-gray-600);
  padding-left: .5rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-verde-td);
  --bs-btn-border-color: var(--bs-verde-td);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00524d;
  --bs-btn-hover-border-color: #00524d;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003431;
  --bs-btn-active-border-color: #003431;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-verde-td);
  --bs-btn-disabled-border-color: var(--bs-verde-td);
}

.header-login h2 {
  font-weight: 800;
  display: block;
  font-size: 1.8rem;
  color: var(--bs-verde-td);
}

.login-box a, .recovery-box a, .reset-box a {
  font-size: .85rem;
  text-decoration: snow;
  color: #3e4247;
}

.login-box, .recovery-box, .reset-box {
  box-shadow: 0px 0px 20px rgba(31,49,67,0.15);
  border: none;
  border-radius: .75rem;
  background-color: #ffffff;
}

.reset-box {
  padding-left: 5rem;
  padding-right: 5rem;
}

.recovery-box {
  display: none;
}

.login-row .card {
  border: none;
  background: none;
}

#reset-form input[name="pass"], #reset-form input[name="pass01"] {
  padding-right: 3rem;
}

.login-page {
  /*background: url("bg-login.jpg") center center / cover no-repeat;*/
}

#toast-container > div {
  opacity: 1;
  box-shadow: 0 0 8px rgba(0,0,0,0.025);
  padding: 17px 15px 17px 65px;
  background-size: 30px;
  /*font-weight: 700;*/
  min-width: 360px;
  line-height: 1.30;
  /*display: flex;*/
  border-radius: .25rem;
  transition: 250ms all ease-in-out;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

#toast-container .toast-message {
  margin-top: 2px;
  font-weight: 500!important;
  font-size: .82rem;
  line-height: 1.22;
}

#toast-container .toast-title {
  font-weight: 800;
  font-size: .95rem;
}

.row-header .cell-header {
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--bs-azul-td);
}

.cell-body.cell-lg-text {
  line-height: 1.2;
}

.cell-body.cell-lg-text small {
  display: block;
}

.row-body .cell-body {
  padding: 1.65rem .75rem;
  font-size: .9rem;
  color: var(--bs-gray-800);
}

.first-col {
  max-width: 110px;
}

.cell-header.date-col, .cell-body.date-col {
  max-width: 180px;
}

.row-body {
  border-bottom: 1px solid #ebebeb;
}

.btn-sm-fixed {
  padding: .55rem 1rem;
}

.row-body.status-finished {
  background-color: rgba(151,180,208,0.15);
  position: relative;
}

.row-body.status-finished .cell-body {
  color: var(--bs-gray-600);
}

.row-body:not(.status-finished) {
  cursor: pointer;
}

.row-body:not(.status-finished):hover {
  background-color: rgba(151,180,208,0.15);
}

.row-item .col:last-of-type .add-note {
  width: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% - 6px));
  cursor: pointer;
  color: #a1aab0;
  padding: 0 .5rem;
  z-index: 150;
}

.row-item .col:last-of-type, div.label-lead:not(.no-notes) .col:last-of-type {
  position: relative;
  padding-right: 40px!important;
  max-width: 32px;
  padding: 0;
}

.row-item .col:last-of-type .add-note:hover {
  color: var(--bs-azul-td);
}

.green-brand {
  color: var(--bs-verde-td);
  /*font-weight: 700!important;*/
}

.triunfo-logo {
  filter: brightness(65%);
  max-width: 110px;
}

.row-body.status-finished:after {
  position: absolute;
  z-index: 150;
  top: 0;
  right: 0;
  padding: .25rem 1rem;
  content: '\f1c1 \00a0 \00a0 Descargar PDF';
  background-color: var(--bs-verde-td);
  font-size: .86rem;
  font-weight: 700;
  box-shadow: 0 3px 5px rgba(0,0,0,.15);
  color: #FFFFFF;
  border-radius: 0 0 0 .5rem;
  display: none;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  font-family: 'Font Awesome 5 Free', 'Nunito', sans-serif;
}

.row-body.status-finished:hover:after {
  display: block;
}

.form-search {
  position: relative;
}

.search-btn {
  position: absolute;
  right: 0;
  border: none;
  color: var(--bs-gray-500);
  font-size: .9rem;
  padding-top: 0.55rem;
  box-shadow: none;
}

.modal-header-primary {
  background-color: var(--bs-verde-td);
  color: #FFFFFF;
}

.p-aclaraciones {
  font-size: .9rem;
  line-height: 1.32;
  color: #3e4247;
}

.modal-footer-xs {
  padding: .5rem;
}

.modal-footer-xs .btn {
  font-size: .88rem;
}

.col-xs {
  max-width: 140px;
}

.thumb-container {
  border: 1px solid #d7d7d7;
  display: inline-flex;
  border-radius: .25rem;
  overflow: hidden;
  transition: 250ms all ease-in-out;
  padding: 0px;
}

.thumb-container:hover {
  border: 1px solid var(--bs-verde-td);
  transform: scale(1.05);
}

.thumb-container img {
  height: 130px;
  width: auto;
}

.thumb-container {
  margin-right: .75rem;
  margin-bottom: .75rem;
  position: relative;
}

.fotografias-preview {
  margin-top: .5rem;
}

#overlay-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,104,98,0.79);
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 250ms all ease-in-out;
}

#overlay-actions a {
  padding: .25rem .5rem;
}

.thumb-container:hover #overlay-actions {
  opacity: 1;
}

.brand-header {
  max-width: 120px;
}

.loading-options {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: rgba(255,255,255,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 500;
}

th.own-sortable {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

th.own-sortable:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
}

.modal-log {
  font-size: .85rem;
}

#bt-advsearch thead th {
  vertical-align: middle;
  font-size: .725rem;
  /*text-align: center;*/
}

#bt-advsearch tbody td:nth-child(4) {
  font-weight: 700;
}

#bt-advsearch thead th:nth-child(5), #bt-advsearch tbody td:nth-child(5) {
  text-align: center;
}

#bt-advsearch thead th:nth-child(7), #bt-advsearch tbody td:nth-child(7) {
    max-width: 210px !important;
}

#bt-advsearch tbody td {
    /*text-align: center;*/
    font-size: .72rem!important;
}

#bt-advsearch tbody tr.no-records-found {
  background-color: white!important;
}

button.btn-filter-get {
  font-size: .75rem!important;
}

.col.advsearch-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
}

a.btn.text-primary.switch-link {
  padding: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

a.btn.text-primary.switch-link.actived {
  filter: saturate(0) opacity(.65);
}

table#bt-table.table-proveedores th[data-field=proveedor], table#bt-table.table-proveedores th[data-field=detalles] {
  width: 320px;
}

table#bt-table.table-proveedores th[data-field=responsable] {
  width: 200px;
}

table#bt-table.table-proveedores th[data-field=acciones] {
  width: 50px;
}

.float-left.filter-addons {
  display: flex;
  align-items: center;
  font-size: .8rem;
}

.float-right.search.btn-group {
  margin-right: 0px;
  margin-left: auto;
}

div#recomendations {
  background-color: #fff1c9;
  font-size: .9rem;
  margin-bottom: 15px;
  padding: 15px;
  border-left: #ffc107 3px solid;
}

span.update-span {
  font-size: .75rem;
  background-color: #EBEBEB;
  padding: .25rem .75rem;
  border-radius: .5rem;
  font-weight: 500;
}

.actualizaciones-section h1 {
  margin-top: .75rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--bs-success);
  margin-bottom: .25rem;
}

.actualizaciones-section p {
  font-size: .85rem;
}

.actualizaciones-section .item-actualizacion {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EBEBEB;
}

.tutoriales-video.ratio.ratio.ratio-16x9 {
    max-width: 650px;
}

small.sm-text-table {
  display: block;
  font-weight: 500;
  font-style: italic;
  color: #707070;
  padding-top: 2px;
}

.box-warning {
  border: 1px solid var(--bs-verde-td);
  padding: 1.5rem 1rem;
  border-radius: .5rem;
  background-color: aliceblue;
}

span.tiempo_entrega {
  font-size: .75rem;
  margin-top: 6px;
  display: block;
  padding: 2px;
  color: #696969;
  width: 100%;
  text-align: center;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: .25rem;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropstart .dropdown-toggle:before {
  border-top: none!important;
  border-right: none!important;
  border-bottom: none!important;
}

.thumb-description {
  line-height: 1.35;
  font-size: .85rem;
}

.thumb-description small {
  font-size: .70rem;
  display: block;
  color: #ababab;
  font-weight: 500;
}

.minimal-tooltip {
  font-size: .8rem;
  --bs-tooltip-bg: #003431;
}

/* VALORACIONES ESTRELLAS ---- */
.clasificacion-star {
  text-align: left;
}

.clasificacion-star label {
  font-size: 32px;
}

.clasificacion-star input[type="radio"] {
  display: none;
}

.clasificacion-star label {
  color: #bfbfbf;
}

.clasificacion-star {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.clasificacion-starlabel:hover,
.clasificacion-starlabel:hover ~ label {
  color: orange;
}

.clasificacion-star input[type="radio"]:checked ~ label {
  color: orange;
}

.listener-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listener-alert span {
  font-size: .8rem;
  color: red;
  padding-right: 12px;
}

.envio-highlighted {
  display: block;
  margin-top: 6px;
  font-size: .70rem;
  font-weight: 600;
  color: #a17300;
}

/* td.licitaciones-obs {
  max-width: 150px;
  line-break: loose;
  word-break: break-word;
} */

.item-doc-pagos {
  padding: .75rem 1rem;
  border: 1px solid #e7e7e7;
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.item-doc-pagos span#labelDocumento {
  font-size: 1.2rem;
  font-weight: 700;
  color: #006862;
}

span.documentacion-file {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

span.dataDocumento {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

span.documentacion-file a {
  color: #006862;
  text-decoration: none;
  font-weight: 500;
}

span.documentacion-fecha {
  display: block;
  font-size: .75rem;
}

form.accion-documentacion-single {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  min-width: 300px;
  justify-content: flex-end;
}

form.accion-documentacion-single select {
  padding-right: 30px;
  margin-right: 8px;
}

h4.h4-doc {
  font-size: 1.10rem !important;
  font-weight: 700;
  margin-top: 1.75rem;
}

.nav-bottom-forms {
  display: flex;
  justify-content: space-between;
}

.nav-bottom-forms .btn {
  font-size: 1rem;
  font-weight: 700;
  padding: .5rem 1.5rem;
}

.new-item-dd .dropdown-menu {
  background-color: #262626;
  padding: 0;
  border-radius: .5rem;
  transform: translateY(-20px);
  min-width: 14rem;
  overflow: hidden;
}

.new-item-dd .dropdown-menu .dropdown-item {
  color: #FFFFFF;
  font-size: .85rem;
  padding: .75rem 1.25rem;
  font-weight: 400;
  border-bottom: 1px solid #444444;
}

.new-item-dd .dropdown-menu .dropdown-item:hover, .new-item-dd .dropdown-menu .dropdown-item:focus, .new-item-dd .dropdown-menu .dropdown-item.active {
  background-color: #006862;
  border-bottom: 1px solid transparent;
}

.nav-siniestros {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.nav-siniestros .nav-link {
    margin-left: .75rem;
    font-size: .85rem;
    font-weight: 600;
    padding: .5rem 1.15rem;
    border-radius: .25rem;
}

h4.header-inline-form {
  margin: 1rem 0.15rem .5rem;
  font-size: .95rem;
  font-weight: 600;
  color: var(--bs-verde-td);
}

span#separadorVertical {
    display: block;
    width: 1px;
    height: 20px;
    border-left: 1px solid #c7c7c7;
    margin: 0 10px;
}

.results-cards-section .card-header {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #262626;
  color: #FFFFFF;
}

.results-cards-section .db-row {
  padding-right: 0 !important;
}

.results-cards-section .porcentaje-text {
  font-size: 2.25rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 3rem 1rem;
  text-align: center;
  font-style: italic;
  background: #006862 no-repeat center center / cover;
}

.results-cards-section .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.results-cards-section .card-body {
  padding: 2rem 1rem;
  flex: 1;
}
.results-cards-section .card-body h5 {
  color: #006862;  
}

.filtros-section .btn[type="submit"] {
  padding: .45rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  border-radius: .25rem;
}

.modal-header.modal-ofertas {
  padding: 1rem 2rem;
}

.modal-header.modal-ofertas h5 {
  font-size: 1.75rem ;
  font-weight: 700;
}

.modal-body.modal-ofertas {
  padding:  2rem;
}

.modal-body.modal-ofertas h5 {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #44484e;
}

/* AGENDA  -------- */
.btn-agenda-actions {
    margin-top: .5rem;
}

.btn-agenda-actions .btn {
    font-size: .9rem;
    padding: .45rem 1rem;
    font-weight: 600;
    border-radius: .25rem;
}

a#delete-agenda {
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
}

/* AUTOMATIZACIONES ---------- */
th.th-automatizado {
  width: 60px !important;
}

span.automatizado {
  display: inline-block;
  padding: .25rem .5rem;
  border: 1px solid;
  font-size: .725rem;
  border-radius: .25rem;
}

span.automatizado.auto-xl {
  font-size: .9rem;
  padding: .35rem .75rem;
  font-weight: 600;
}

span.automatizado.auto-pendiente {
  border-color: #c0c0c0;
  color: #c0c0c0;
}

span.automatizado.auto-si {
  border-color: red;
  color: red;
}

span.automatizado.auto-no {
  border-color: #1a85a8;
  color: #1a85a8;
}

#bloque-automatizacion .btn-check:checked+.btn, #bloque-automatizacion .btn.active, #bloque-automatizacion .btn.show, #bloque-automatizacion .btn:first-child:active, #bloque-automatizacion :not(.btn-check)+.btn:active {
  color: white!important;;
  background-color:  #006862!important;;
  border-color:  #006862!important;;
}

.eta-block {
  font-size: .85rem;
  color:#00524d;
}

.autoConsoleLog-section h4 {
  font-size: 1.0rem;
  font-weight: 700;
  color: var(--bs-verde-td);
  margin-bottom: 1rem;
}

div#autoConsoleLog {
  border: 1px solid #EBEBEB;
  padding: .25rem;
  border-radius: .25rem;
  width: 100%;
  min-height: 174px;
  overflow-y: scroll;
  padding: .5rem .75rem;
}

div#autoConsoleLog p {
  font-size: .85rem;
  margin-bottom: .25rem;
}

/* BUSCADOR DE SIMILITUDES ---- */
.modal-similitudes h4 {
  font-size: 1.25rem;
  color: var(--bs-verde-td);
  margin-bottom: 1.75rem;
}

.modal-similitudes p {
  font-size: .9rem;
  margin-bottom: 0rem;
}

.bs_similitudes .tooltip-inner {
  font-size: .75rem;
  text-align: left!important;
  padding: .75rem .85rem;
  min-width: 380px;
}

.table-body-sm thead th:first-of-type {
  text-align: left;
}

.table-body-sm thead th {
  font-size: .75rem!important;
  text-align: center;
}

.table-body-sm tbody td {
  font-size: .8rem!important;
  padding: 1rem .25rem!important;
  text-align: center;
}

.multilines-cell {
  text-align: left;
  padding-left: .75rem!important;
  font-size: .75rem!important;
}

.multilines-cell p {
  margin-bottom: 0;
}

.multilines-cell p small {
  display: block;
  color: #8a8a8a;
}

/* EMAIL PREVIEW MODAL ---- */
.modal-body.modal-email-preview .email-headers {
    padding: 1rem;
    background-color: #EBEBEB;
    border-radius: .25rem .25rem 0 0;
}

.modal-body.modal-email-preview .email-headers p {
    margin-bottom: 0.25rem;
    font-size: .85rem!important;
}

.modal-body.modal-email-preview .email-body {
  padding: 1rem;
  border: 1px solid #EBEBEB;
  border-radius: 0 0 .25rem .25rem;
  font: .9rem!important;
}