.select2-container .select2-selection--single {
  height: auto !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td.dtr-control::before {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#lawsuitsTable {
  margin-top: 10px;
  border: 1px solid whitesmoke;
}

#lawsuitsTable tr {
  border-top: 1px solid whitesmoke !important;
  border-bottom: 1px solid whitesmoke !important;
}

#lawsuitsTable > * {
  border-width: 0.5px;
  border-color: whitesmoke;
}

#lawsuitsTable .btn {
  border: lightgrey !important;
}

.header-logo {
  width: 285px;
}

.sidenav-section {
  width: 285px;
}

.chat-views .custom-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 20px;
  background-color: #157347;
  color: white;
  border-radius: 20px;
}
.chat-views .custom-button-2 {
  background-color: rgb(32, 36, 66);
  color: white;
}

.chat-index .filters .date-filters select {
  height: 40px;
}
.chat-index .filters .date-filters .input-group input {
  height: 40px;
}
.chat-index .filters .name-search-reset {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 0 4px 4px 0;
  border: 0;
}
.chat-index .filters .name-search-reset svg {
  color: rgb(32, 36, 66);
}
.chat-index .filters .all-filters-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  color: rgb(32, 36, 66);
}
.chat-index .sort-section .sort-button-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chat-index .sort-section .sort-button-group button {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 0;
}
.chat-index .sort-section .sort-button-group button.active {
  color: white;
  background-color: rgb(32, 36, 66);
}
.chat-index .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.chat-index .thread-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  border-left: 4px solid white;
  background-color: white;
  transition: 0.2s;
}
.chat-index .thread-body .left-col {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-index .thread-body .left-col .name {
  margin-bottom: 0;
}
.chat-index .thread-body .middle-col {
  display: flex;
  align-items: center;
}
.chat-index .thread-body .right-col {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.chat-index .thread-body .right-col .badge {
  border: 0;
}
.chat-index .thread-body .right-col .delete-button {
  padding: 6px;
  color: #e3342f;
  background-color: whitesmoke;
  transition: 0.2s;
}
.chat-index .thread-body .right-col .delete-button:hover {
  background-color: #e8e8e8;
}
.chat-index .thread-body:hover {
  border-left: 4px solid #3B50E1;
  background-color: rgb(252, 252, 252);
}
.chat-index .read-message-style {
  padding-left: 24px;
}

.stepper-container {
  margin-bottom: 30px;
}

.stepper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .stepper {
    flex-direction: column;
  }
}

.stepper-item {
  flex: 1;
  position: relative;
  padding: 0 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.stepper-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -152px;
  width: 80%;
  height: 2px;
  background-color: #e9ecef;
  z-index: 0;
}
.stepper-item.completed:not(:last-child)::after {
  background-color: #28a745;
}
.stepper-item.active .stepper-title {
  color: #007bff;
}
@media (max-width: 767.98px) {
  .stepper-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .stepper-item:not(:last-child)::after {
    top: auto;
    left: 24px;
    width: 2px;
    height: 100%;
    bottom: -24px;
  }
}

.stepper-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
}
.stepper-item.active .stepper-circle {
  background-color: #007bff;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
.stepper-item.completed .stepper-circle {
  background-color: #28a745;
  color: white;
}
@media (max-width: 767.98px) {
  .stepper-circle {
    margin: 0 15px 0 0;
  }
}

.stepper-label {
  text-align: center;
}
@media (max-width: 767.98px) {
  .stepper-label {
    text-align: left;
  }
}

.stepper-title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1rem;
}

.stepper-desc {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.chat-create-attorney .card-header {
  padding-bottom: 15px;
  border-bottom: none;
  background-color: #F5F5FB;
}

.progress-steps {
  margin-bottom: 2rem;
}
.progress-steps .d-flex {
  position: relative;
  z-index: 2;
}
.progress-steps .step {
  text-align: center;
  flex: 1;
}
.progress-steps .step.active .step-number {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}
.progress-steps .step.active .step-label {
  color: #0d6efd;
  font-weight: 600;
}
.progress-steps .step.completed .step-number {
  background-color: #198754;
  color: white;
  border-color: #198754;
}
.progress-steps .step.completed .step-label {
  color: #198754;
  font-weight: 600;
}
.progress-steps .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  font-weight: bold;
  border: 3px solid #e9ecef;
  transition: all 0.3s ease;
}
.progress-steps .step-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}
.progress-steps .progress {
  height: 4px;
  background-color: #e9ecef;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  transition: width 0.3s ease;
}
.progress-steps .progress .progress-bar {
  background-color: #0d6efd;
  transition: width 0.3s ease;
}

.step-content.d-none {
  display: none !important;
}

.query-form.d-none {
  display: none !important;
}

.query-type-options,
.recipient-options {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.query-type-options.horizontal,
.recipient-options.horizontal {
  justify-content: center;
  flex-direction: row;
}

.query-option,
.recipient-option {
  margin-bottom: 0;
}
.query-option .form-check-input,
.recipient-option .form-check-input {
  display: none;
}
.query-option .form-check-input:checked + .form-check-label .query-card,
.query-option .form-check-input:checked + .form-check-label .recipient-card,
.recipient-option .form-check-input:checked + .form-check-label .query-card,
.recipient-option .form-check-input:checked + .form-check-label .recipient-card {
  border-color: #0d6efd;
  background-color: #f8f9ff;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
.query-option .form-check-input:checked + .form-check-label .query-icon,
.query-option .form-check-input:checked + .form-check-label .recipient-icon,
.recipient-option .form-check-input:checked + .form-check-label .query-icon,
.recipient-option .form-check-input:checked + .form-check-label .recipient-icon {
  color: #0d6efd;
}

.query-card,
.recipient-card {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
}
.query-card:hover,
.recipient-card:hover {
  border-color: #0d6efd;
  background-color: #f8f9ff;
}

.query-icon,
.recipient-icon {
  margin-right: 1rem;
  color: #6c757d;
  flex-shrink: 0;
}

.query-info h6,
.recipient-info h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #212529;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #f8f9fa;
  opacity: 0.7;
  cursor: not-allowed;
}
.form-control:disabled::placeholder,
.form-select:disabled::placeholder {
  color: #6c757d;
  font-style: italic;
}
.form-control:focus,
.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control:invalid,
.form-select:invalid {
  border-color: #dc3545;
}
.form-control:valid,
.form-select:valid {
  border-color: #198754;
}
.form-control:not(:disabled),
.form-select:not(:disabled) {
  transition: all 0.2s ease-in-out;
}

.form-select:disabled option {
  color: #6c757d;
  font-style: italic;
}

#department_id:disabled {
  background-color: #f8f9fa;
}

.form-label small.text-muted {
  font-weight: 400;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .form-label small.text-muted {
    display: block;
    margin-top: 0.25rem;
  }
}

.char-counter {
  text-align: right;
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.form-text {
  margin-top: 0.25rem;
}

#send-message.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  cursor: not-allowed;
}
#send-message.btn-success {
  background-color: #198754;
  border-color: #198754;
  cursor: pointer;
}
#send-message:disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}

#form-progress .progress {
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}
#form-progress .progress .progress-bar {
  background: linear-gradient(90deg, #0d6efd, #198754);
  transition: width 0.4s ease;
}

#court-selection-status .alert {
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  border: none;
  border-left: 4px solid #0dcaf0;
  background-color: #e1f5fe;
}

#signature-validation {
  min-height: 20px;
}

#signature-format-help {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

#signature-status .text-success {
  color: #198754 !important;
}
#signature-status .text-warning {
  color: #fd7e14 !important;
}
#signature-status .text-danger {
  color: #dc3545 !important;
}
#signature-status .bg-light {
  background-color: #f8f9fa !important;
  border: 1px solid #e9ecef;
}
#signature-status .bg-warning {
  border: 1px solid #ffc107;
}
@media (max-width: 768px) {
  #signature-status .small {
    font-size: 0.8rem;
  }
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.125em;
}

[data-feather] {
  vertical-align: text-bottom;
}

@media (max-width: 768px) {
  .query-type-options.horizontal,
  .recipient-options.horizontal {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style2.css.map */
