:root {
  --primary-color: #0085CA;
  --font-family: 'Inter', sans-serif;
  --font-family-roboto: 'Roboto', sans-serif;
  --hover: #FFAE00;
  --gray-color: #292929;
  --border-color: #A1A1A1;
  --primary-color-dark: #0970B1;
  --bs-tooltip-bg: #ff0000;
  --bs-btn-close-color: var(--gray-color);
}

html, body {
  font-family: var(--font-family);
  color: var(--gray-color);
}

.color-gray {
  color: var(--gray-color);
}

.container-special {
  max-width: 1370px;
  margin: 0 auto;
  padding: 30px;
}

@media screen and (max-width: 1439px) {
  .container-special {
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
    padding: 0 30px;
  }
  .container .container, .container-sm .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 30px;
  }
  .container .container, .container-md .container, .container-sm .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .container-color {
    max-width: 100%;
    padding: 0 30px;
  }
}

.border-color-blue {
  border: 1px solid var(--primary-color);
}

.color-blue {
  color: var(--primary-color);
}

.gap-40 {
  gap: 40px;
}

.w-570 {
  width: 530px;
}

.max-58 {
  max-width: 58px;
}

.max-120 {
  max-width: 120px;
}

.max-234 {
  max-width: 234px;
}

.border {
  border-color: var(--border-color)!important;
}

.bg-primary {
  background-color: var(--primary-color)!important;
}

.bg-primary-dark {
  background-color: var(--primary-color-dark)!important;
}

.bg-image {
  background-image: none;
}

.bg-gray-light {
  background-color: #DCDCDC;
}

@media (max-width: 768px) {
  .bg-image {
    background-image: url('../assets/images/login.jpg');
  }
}

.border-primary {
  border-color: var(--primary-color)!important;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 768px) {
  .p-24 {
    padding: 24px;
  }
}

.py-m {
  padding-top: 15px;
  padding-bottom: 15px;
}
.font-family-roboto {
  font-family: var(--font-family-roboto);
}

.rounded-23 {
  border-radius: 24px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-8 {
  border-radius: 8px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

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

.font-16 {
  font-size: 16px;
}

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

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

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

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 36px;
}

.text-primary-dark {
  color: var(--primary-color-dark)!important;
}

@media screen and (max-width:992px) {
  .font-36 {
    font-size: 28px;
  }
}

.end-16 {
  right: 16px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-4 {
  flex: 4;
}

.nav-link {
  font-size: 17px;
  padding: 0;
}

.nav-link:hover {
  color: var(--primary-color);
} 

.navbar-nav .nav-link.active {
  color: var(--primary-color);
  font-weight: 700;
}

.btn-primary {
  background-color: var(--primary-color);
  font-size: 14px;
  border-radius: 100px;
  border-color: var(--primary-color);
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #01A8FF;
  border-color: #01A8FF;
}

.btn-primary.btn-outline {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary.btn-outline {
  background-color: transparent;
  color: var(--primary-color);
}

.btn-primary.btn-outline:hover {
  background-color: #CCE7F4;
}

.btn-primary.btn-outline:focus {
  color: var(--primary-color);
}

.btn.disabled {
  background-color: transparent;
  color: var(--gray-color);
  border-color: var(--gray-color);
  font-weight: 600;
}

.card-list .row {
  --bs-gutter-x: 24px;
}

@media screen and (min-width: 993px) {
  table tr:hover td {
    background-color: #E5F3FA!important;
    transition: background-color .3s ease-in-out;
  }
  
  table tr.selected:hover td {
    color: var(--gray-color);
  }
  
  table tr.selected:hover td .check {
    border-color: var(--gray-color);
  }
}


.sortable-table {
  border-collapse: separate;
  table-layout: fixed;
  border-radius: 4px;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

@media screen and (max-width: 992px) {
  .sortable-table {
    border: none;
    border-collapse: collapse;
  }
}

.sortable-table th {
  position: relative;
  border-right: 1px solid var(--border-color);
  padding: 10px 12px;
}

@media screen and (max-width: 992px) {
  .sortable-table th {
    display: none;
  }
}

.sortable-table th:first-child {
  border-top-left-radius: 4px;
}

.sortable-table th:last-child {
  border-top-right-radius: 4px;
  border-right: none;
}

.sortable-table th button {
  position: absolute;
  right: 0;
  border: none;
  background-color: transparent;
}

.sortable-table th span {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-color);
}

.sortable-table td {
  font-size: 12px;
  padding: 10px 12px;
  border-right: 1px solid var(--border-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

.sortable-table td > .table-icons {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .sortable-table td > .table-icons {
    position: static;
  }
}

@media screen and (max-width: 992px) {
  .sortable-table tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .sortable-table td {
    display: flex;
    border: none;
    justify-content: space-between;
    font-size: 16px;
    padding: 9px 18px 9px 18px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    white-space: initial;
    text-align: right;
  }

  .sortable-table td:before {
    content: attr(data-field);
    font-weight: 700;
    color: var(--gray-color);
    max-width: 100px;
    text-align: left;
  }

  .sortable-table td:first-child {
    padding-top: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    position: relative;
  }

  .sortable-table td:first-child .form-check-label {
    position: absolute;
  }

  .sortable-table td:first-child .form-check-label input,
  .sortable-table td:first-child .form-check-label .check {
    width: 27px;
    height: 28px;
  }

  .sortable-table td:first-child .form-check-label .check {
    border-width: 2px;
    border-color: black;
  }

  .sortable-table td:first-child:before {
    margin-left: 38px;
    margin-top: 5px;
  }

  .sortable-table tr.selected td:before {
    color: white;
  }

  .sortable-table td:first-child span {
    font-weight: 600;
  }
}

.sortable-table td:last-child {
  border-right: none;
}

@media (max-width: 992px) {
  .sortable-table td:last-child {
    padding-bottom: 10px;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 40px;
  }
}

.sortable-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.sortable-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.sortable-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 992px) {
  .sortable-table tr:last-child td:last-child {
    border-bottom: 1px solid var(--border-color);
  }
}

.sortable-table tbody td .form-check-label {
  padding: 0;
  position: relative;
}

.sortable-table tbody td .form-check-label input{
  opacity: 0;
}

.sortable-table tbody td .check {
  width: 16px;
  height: 16px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('../assets/images/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

@media (max-width: 992px) {
  .sortable-table tbody td .check {
    background-size: 100%;
  }
}

.sortable-table tr.selected td {
  background-color: var(--primary-color);
  color: white;
}

.sortable-table tr.selected td a {
  color: white;
}

.sortable-table tr.selected:hover td {
  background-color: #045A86!important;
  color: white;
}

.sortable-table tr.selected td .check {
  border-color: white!important;
}

/* ── Action buttons: fixed bottom bar on mobile ── */
@media screen and (max-width: 992px) {
  .acciones-lista.acciones-activas {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: white;
    padding: 12px 16px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    border-top: 1px solid var(--border-color);
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap !important;
  }
  /* Botones compactos, sin wrap de texto */
  .acciones-lista.acciones-activas .btn {
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  /* Espacio inferior para que la barra no tape contenido */
  body.has-acciones-flotantes {
    padding-bottom: 70px;
  }
}

.form-label {
  margin-bottom: 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-label {
    font-size: 14px;
  }
}

.form-control, .form-select, .form-check-label {
  color: var(--gray-color);
  font-size: 16px;
  border-color: var(--border-color);
  padding: 12px;
}

.form-control::placeholder {
  color: var(--border-color);
}

.mano-de-obra .col-2 {
  padding-right: 0;
}

.form-control-block {
  position: relative;
  background-image: url('../assets/images/lock.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 36px;
}

.form-control-block:disabled {
  background-color: white;
}

.dropzone {
  position: relative;
  max-height: 164px;
  min-height: 164px;
  cursor: pointer;
}

.dropzone input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dropzone input.field-disabled {
  pointer-events: none;
}

.dropzone .dropzone-fake {
  border: 2px dashed var(--border-color);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background-image: url('../assets/images/document.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.dropzone .dropzone-fake .dropzone-fake-preview {
  width: 234px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  opacity: 0;
}

@media screen and (max-width: 500px) {
  .dropzone .dropzone-fake .dropzone-fake-preview {
    width: 150px;
    height: 100px;
  }
}

.dropzone .dropzone-fake .dropzone-fake-actions {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: none;
}

.dropzone .dropzone-fake .dropzone-fake-actions button {
  background-color: transparent;
  border: none;
  padding: 0 5px;
  transition-duration: 0.3s;
  opacity: 1;
  pointer-events: all;
}

.dropzone .dropzone-fake .dropzone-fake-actions a {
  padding: 0 5px;
  pointer-events: all;
  display: inline-flex;
  align-items: center;
}

.dropzone .dropzone-fake .dropzone-fake-actions button:hover svg path {
  stroke: var(--primary-color);
  transition: all 0.3s ease;
}

.dropzone .dropzone-fake .dropzone-fake-confirm-delete {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dropzone .dropzone-fake .dropzone-fake-confirm-delete p {
  color: #E93232;
  max-width: 216px;
  font-size: 16px;
}

.dropzone .dropzone-fake .dropzone-fake-confirm-delete button {
  pointer-events: all;
}

.number {
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .semitable-header {
    display: none;
  }
  .mano-de-obra, .semitable-body:nth-child(2),
  .maestranzas .semitable-body:nth-child(2) {
    margin-top: 0!important;
  }
  .semitable-body {
    margin-top: 64px!important;
  }
  .semitable-body > div {
    position: relative;
  }
  .semitable-body > div:before {
    content: attr(data-field);
    position: absolute;
    left: 16px;
    top: -20px;
    color: var(--gray-color);
    font-weight: 400;
    font-size: 14px;
  }
}

.tabla-control {
  border-collapse: collapse;
  td, th {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 1395px) {
  .tabla-control .form-control {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .tabla-control thead {
    display: none;
  }
  .tabla-control tbody {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .tabla-control tbody tr {
    flex-direction: column;
    gap: 16px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 16px;
    display: flex;
  }
  .tabla-control tbody tr td {
    padding: 0;
  }
  .tabla-control td {
    display: flex;
    border: none;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
  }

  .tabla-control td > * {
    flex: 2;
    max-width: 100%;
  }

  .tabla-control td:before {
    content: attr(data-field);
    font-weight: 600;
    color: var(--gray-color);
    flex: 1;
  }
}

/* ── Matrix: card layout on mobile ── */
@media screen and (max-width: 767px) {
  .tabla-matriz thead {
    display: none;
  }
  .tabla-matriz tbody {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .tabla-matriz tbody tr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 16px;
  }
  .tabla-matriz tbody tr td {
    padding: 0;
    border: none;
  }
  /* Primera celda = nombre de fila = header de tarjeta */
  .tabla-matriz tbody tr td:first-child {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 4px;
  }
  /* Celdas de datos: label a la izquierda, input a la derecha */
  .tabla-matriz tbody tr td:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .tabla-matriz tbody tr td:not(:first-child):before {
    content: attr(data-field);
    font-weight: 600;
    font-size: 14px;
    color: var(--gray-color);
    flex-shrink: 0;
    min-width: 60px;
  }
  .tabla-matriz tbody tr td:not(:first-child) > * {
    flex: 1;
    max-width: 100%;
    min-width: 0;
  }
  /* Radio buttons en horizontal dentro de la tarjeta */
  .tabla-matriz tbody tr td:not(:first-child) > .d-flex.flex-column {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tabla-matriz .form-control,
  .tabla-matriz .form-select {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .tabla-matriz select,
  .tabla-matriz .form-select {
    min-width: 200px;
  }
}

#signature-canvas {
  border: 1px dashed var(--border-color);
  border-radius: 4px;
  height: 214px;
  background-image: url('../assets/images/signature.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.tabla-control-v2 tbody tr {
  margin: 8px 0;
}

.tabla-control-v2 tbody tr td {
  padding: 0 8px;
}

.tabla-control-v2 tbody tr td > * {
  margin-bottom: 10px;
}

.sort-table-js th {
  cursor: pointer;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-item .page-link {
  font-size: 16px;
  border: none;
  padding: 12px;
  color: var(--primary-color);
  font-weight: 600;
}

.pagination .page-item:hover .page-link {
  opacity: 0.5;
  transition: opacity .3s ease-in-out;
  background-color: transparent;
}

.pagination .page-item-active .page-link {
  color: #282858;
}

.pagination .page-item-disabled {
  pointer-events: none;
}

.pagination .page-item-disabled svg path {
  stroke: black;
  opacity: 0.3;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url('../assets/images/x.svg');
}

.covering {
  background-size: cover;
}

.accordion .collapsed .section-title img:last-of-type {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}

.accordion .container:first-child {
  cursor: pointer;
}

.btn-icon:hover {
  opacity: 0.7;
  transition: opacity .3s ease-in-out;
}

.active-select {
  background-color: #E5F3FA;
}

#modalPreview .modal-dialog {
  max-width: 90%;
}

#modalPreview .modal-content {
  background-color: transparent;
  border: none;
}

#modalPreview .modal-header {
  border: none;
  display: flex;
  justify-content: flex-end;
}

#modalPreview .modal-header button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#modalPreview .modal-header button:hover {
  opacity: 0.7;
  transition: opacity .3s ease-in-out;
}

#modalPreview .modal-body {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalPreview .modal-body img {
  max-width: 800px;
  width: 100%;
}

.modal-backdrop {
  --bs-backdrop-bg: #fff;
  --bs-backdrop-opacity: 0.9;
}

.session {
  position: absolute;
  background-color: white;
  top: 70px;
  right: 0;
  width: 463px;
  z-index: 10;
  padding: 16px;
  border: 1px solid #0970B1;
  border-radius: 21px;
  display: none;
}

.session .session-header {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 10px;
}

.session .session-header div div p {
  font-size: 18px;
}

[data-session].active .session {
  display: block;
}

.session-body {
  border-top: 1px solid #0970B1;
  border-bottom: 1px solid #0970B1;
  padding: 30px 0;
}

.session-body a {
  font-size: 16px;
  color: #292929;
  text-decoration: none;
}

.session-footer {
  padding-top: 26px;
}

.session-footer .btn {
  padding: 15px 20px;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: static;
  }
  #menu {
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 11;
    left: -100%;
    top: 80px;
    display: block!important;
    padding: 45px;
    transition: left .3s ease-in-out;
  }
  #menu.active {
    left: 0;
  }
  #menu .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  #menu [data-session] {
    padding: 0!important;
    border: none!important;
    margin-top: 40px;
  }
  #menu [data-session] > img {
    display: none;
  }
  #menu [data-session] > div:not(.session) {
    display: none;
  }
  #menu .session {
    position: static;
    display: block;
    width: 100%;
  }
  #menu .session .session-header {
    justify-content: center;
  }
  #menu .session .session-header p {
    font-size: 16px;
  } 
  #menu .session .session-close {
    display: none;
  }
  #menu .session .session-body {
    padding: 20px 0;
    text-align: center;
  }
}/* Order Navigation */
.order-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1rem;
  border-color: #E5E5E5 !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.order-nav-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  color: var(--gray-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}

.order-nav-item:hover {
  color: var(--primary-color);
}

.order-nav-item.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.order-nav-item svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.order-nav-item:hover svg path {
  stroke: var(--primary-color);
}

.order-nav-item.active svg path {
  stroke: var(--primary-color);
}

.order-nav-item img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .order-nav {
    gap: 0.75rem;
  }
  
  .order-nav-item {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .order-nav {
    gap: 0.5rem;
  }
  
  .order-nav-item {
    font-size: 14px;
    padding: 0.5rem 0;
  }
  
  .order-nav-item svg {
    width: 18px;
    height: 18px;
  }
  
  .order-nav-item img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 576px) {
  .order-nav {
    gap: 0.25rem;
  }
  
  .order-nav-item {
    font-size: 14px;
    padding: 0.5rem 0;
    gap: 0.25rem;
  }
  
  .order-nav-item svg {
    width: 16px;
    height: 16px;
  }
  
  .order-nav-item img {
    width: 16px;
    height: 16px;
  }
}

.border-blue-50 {
  border-color: rgba(0, 70, 114, 0.5)!important;
}

.border-gray-50 {
  border-color: rgba(41, 41, 41, 0.5)!important;
}

.semaphore {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eee;
}

.semaphore-green {
  background-color: #6AC87C;
}

.semaphore-yellow {
  background-color: #FDBC31;
}

.semaphore-red {
  background-color: #FF7171;
}

form[method="post"] .select2-container--default .select2-selection--single {
  height: 50px;
  color: var(--gray-color);
  font-size: 16px;
  border-color: var(--border-color);
  padding: 12px;
  border-radius: var(--bs-border-radius);
}

form[method="post"] .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.card-form .card-header:after {
  content: '';
  width: 98%;
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bg-light-100 {
  background-color: #569DC9!important;
}

.rounded-6-px {
  border-radius: 6px;
}

.tooltip .tooltip-inner {
  background-color: #D6EFFF;
  color: var(--gray-color);
  font-size: 14px;
  border-radius: 100px;
  padding: 0 4px;
}

.tooltip .tooltip-arrow::before {
  border-top-color: #D6EFFF!important;
}

.modal .modal-content .modal-header {
  position: relative;
}

.modal .modal-content .modal-header {
  border: none;
  padding: 16px;
}

.modal .modal-content .modal-header:before {
  content: '';
  width: 98%;
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.modal .modal-content .modal-header h5 {
  font-size: 26px;
  margin: 0;
}

.modal .modal-content .modal-header .btn-close {
  color: var(--gray-color);
  opacity: 1;
}

.modal .modal-content .modal-body {
  padding: 16px;
}

.bg-button-1 {
  background-color: #42AFF4!important;
}
.bg-button-2 {
  background-color: #0970B1!important;
}
.bg-button-3 {
  background-color: #DA3545!important;
}

@media screen and (max-width: 767px) {
  .width-full {
    width: 100%!important;
  }
  .tooltip {
    display: none;
  }
}