.input-dark-bg {
  background: #2a2a2a;
  border: 1px solid #404040;
  border-radius: 8px;
  padding: 16px 20px;
  color: #ffffff;
}

.input-wrapper,
.pda-table-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1300px) {
  .input-wrapper,
  .pda-table-form-group {
    margin-bottom: 20px;
  }
}

.input-wrapper .label,
.pda-table-form-group .label {
  font-size: 14px;
}

.input-wrapper--row,
.pda-table-form-group--row {
  flex-direction: row;
}

.pda-table-form-group,
.label-wrapper,
.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1300px) {
  .pda-table-form-group,
  .label-wrapper,
  .form-group {
    margin-bottom: 20px;
  }
}

.pda-table-form-group label,
.label-wrapper label,
.form-group label {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
}

.pda-table-form-group .pda-table-form-input,
.pda-table-form-group .select2-selection,
.pda-table-form-group .form-input,
.pda-table-form-group .form-control,
.label-wrapper .pda-table-form-input,
.label-wrapper .select2-selection,
.label-wrapper .form-input,
.label-wrapper .form-control,
.form-group .pda-table-form-input,
.form-group .select2-selection,
.form-group .form-input,
.form-group .form-control {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #2c2c2c;
  min-height: 34px;
  border: 1px solid #aaa;
}

.pda-table-form-group .pda-table-form-input:focus,
.pda-table-form-group .select2-selection:focus,
.pda-table-form-group .form-input:focus,
.pda-table-form-group .form-control:focus,
.label-wrapper .pda-table-form-input:focus,
.label-wrapper .select2-selection:focus,
.label-wrapper .form-input:focus,
.label-wrapper .form-control:focus,
.form-group .pda-table-form-input:focus,
.form-group .select2-selection:focus,
.form-group .form-input:focus,
.form-group .form-control:focus {
  border-color: #ad4a62;
}

.pda-table-form-group .pda-table-form-input:disabled,
.pda-table-form-group .pda-table-form-input[readonly],
.pda-table-form-group .select2-selection:disabled,
.pda-table-form-group .select2-selection[readonly],
.pda-table-form-group .form-input:disabled,
.pda-table-form-group .form-input[readonly],
.pda-table-form-group .form-control:disabled,
.pda-table-form-group .form-control[readonly],
.label-wrapper .pda-table-form-input:disabled,
.label-wrapper .pda-table-form-input[readonly],
.label-wrapper .select2-selection:disabled,
.label-wrapper .select2-selection[readonly],
.label-wrapper .form-input:disabled,
.label-wrapper .form-input[readonly],
.label-wrapper .form-control:disabled,
.label-wrapper .form-control[readonly],
.form-group .pda-table-form-input:disabled,
.form-group .pda-table-form-input[readonly],
.form-group .select2-selection:disabled,
.form-group .select2-selection[readonly],
.form-group .form-input:disabled,
.form-group .form-input[readonly],
.form-group .form-control:disabled,
.form-group .form-control[readonly] {
  background-color: #e9ecef !important;
  cursor: no-drop;
}

.pda-table-form-group--row,
.label-wrapper--row,
.form-group--row {
  flex-direction: row;
}

@media screen and (min-width: 1400px) {
  .form-columns-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 150px;
  }

  .form-columns-wrapper .input-container {
    width: 48%;
  }
}

@media screen and (min-width: 1400px) {
  .form-wrapper-50 {
    padding: 0 150px;
    width: 48%;
  }
}

.form-part-wrapper:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (min-width: 1300px) {
  .form-part-wrapper:not(:first-of-type) {
    margin-top: 50px;
  }
}

.form-part-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}

.form-part-wrapper .details-card--title {
  margin-bottom: 10px;
}

@media screen and (min-width: 1300px) {
  .form-part-wrapper .details-card--title {
    margin-bottom: 30px;
  }
}

.form-part-wrapper .form-control:disabled,
.form-part-wrapper .form-control[readonly] {
  background-color: #e9ecef !important;
  cursor: no-drop;
}

.form-part-wrapper textarea {
  max-height: 450px !important;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #2c2c2c;
  border: 1px solid #aaa;
}

.form-center-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1400px) {
  .form-center-wrapper {
    padding: 0 150px;
  }
}

.form-center-wrapper .form-part-wrapper {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .form-padding-box {
    padding: 0 150px;
  }
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eaf0f9;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 3px 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3b82f6 !important;
  outline: 0;
  box-shadow: none;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.card--dark-bg {
  background-color: #2c2c2c;
}

.card--light-bg {
  background-color: #fff;
}

.heading {
  font-weight: 500;
  color: #2c2c2c;
}

.heading--big {
  font-size: 30px;
}

@media screen and (min-width: 992px) {
  .heading--big {
    font-size: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .heading--big {
    font-size: 38px;
  }
}

.heading--primary {
  color: #841732;
}

.heading--secondary {
  color: #2c2c2c;
}

.heading--light-pimary {
  color: #ffffff;
}

.heading--light-secondary {
  color: #cccccc;
}

.heading--form-subtitle {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}

.text {
  font-size: 16px;
  color: #2c2c2c;
}

.text--secondary {
  color: #666666;
}

.text--standard {
  color: #2c2c2c;
}

.text--error {
  color: #dc3545;
}

.text--warning {
  color: #ffc107;
}

.text--muted {
  color: #999999;
}

.text--light {
  color: #fff;
}

.text--info {
  color: #3b82f6;
}

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

.text--link-dark-bg {
  color: #999999;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.text--link-dark-bg:hover {
  color: #ad4a62;
}

.text--mb {
  margin-bottom: 20px;
}

.text--success {
  color: #28a745;
}

.text--error {
  color: #dc3545;
}

.text--error:hover {
  color: #c82333;
}

.text--info-link {
  color: #3b82f6;
  cursor: pointer;
}

.text--info-link:hover {
  color: #2563eb;
}

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

.text--primary {
  color: #841732;
}

button {
  outline: none;
  border: none;
  box-shadow: none;
}

.btn-wrapper {
  display: flex;
}

.btn-wrapper--center {
  justify-content: center;
}

.btn-wrapper--end {
  justify-content: flex-end;
}

.btn {
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1300px) {
  .btn {
    padding: 10px 20px;
    display: inline-block;
  }
}

.btn--full {
  width: 100%;
}

.btn--primary {
  background-color: #841732;
  color: #fff;
}

.btn--primary:hover {
  background-color: #651226;
  color: #fff;
}

.btn--success {
  background-color: #28a745;
  color: #fff;
}

.btn--success:hover {
  background-color: #218838;
  color: #fff;
}

.btn--danger {
  background-color: #dc3545;
  color: #fff;
}

.btn--danger:hover {
  background-color: #c82333;
  color: #fff;
}

.btn--warning {
  background-color: #ffc107;
  color: #fff;
}

.btn--warning:hover {
  background-color: #e0a800;
  color: #fff;
}

.btn--login {
  font-weight: 600;
  padding: 15px 20px;
  font-size: 16px;
}

.btn--info {
  color: #fff !important;
  background-color: #3b82f6;
}

.btn--info:hover {
  color: #fff;
  background-color: #2563eb;
}

.btn--info i {
  padding: 5px 10px;
}

@media screen and (min-width: 1300px) {
  .btn--info i {
    padding: 0px;
  }
}

.btn--submit--big {
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.fixed-filter-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1001;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}

.fixed-filter-button:hover {
  background-color: #2563eb;
}

.filter-button-details {
  position: relative;
  padding: 10px 20px;
  background-color: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}

.filter-button-details:hover {
  background-color: #2563eb;
}

.filter-badge {
  background-color: #dc2626;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 15px;
}

.table-actions-btns-wrapper .table-actions-btns-container {
  display: flex;
  gap: 5px;
}

.action-button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.action-button:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.action-button--delete {
  color: #dc3545;
}

.action-button--delete:hover {
  color: #c82333;
  background-color: #f8d7da;
}

.action-button--edit {
  color: #3b82f6;
}

.action-button--edit:hover {
  color: #2563eb;
  background-color: #dbeafe;
}

.action-button--warning {
  color: #ffc107;
}

.action-button--warning:hover {
  color: #e0a800;
  background-color: #fff3cd;
}

.action-button--success {
  color: #28a745;
}

.action-button--success:hover {
  color: #218838;
  background-color: #d4edda;
}

.action-button i {
  font-size: 14px;
}

.fixed-table-toolbar button.dropdown-toggle,
.page-list button.dropdown-toggle {
  background-color: #3b82f6 !important;
  border: none;
}

@media screen and (max-width: 1300px) {
  .fixed-table-toolbar button.dropdown-toggle,
  .page-list button.dropdown-toggle {
    padding: 10px;
  }
}

.fixed-table-toolbar button.dropdown-toggle:hover,
.page-list button.dropdown-toggle:hover {
  background-color: #2563eb !important;
  box-shadow: none !important;
}

.fixed-table-toolbar button.dropdown-toggle:active,
.fixed-table-toolbar button.dropdown-toggle:focus,
.page-list button.dropdown-toggle:active,
.page-list button.dropdown-toggle:focus {
  background-color: #3b82f6 !important;
  box-shadow: none !important;
}

body {
  background: #2c2c2c;
}

.content-container {
  display: flex;
}

.logo-container {
  text-align: center;
  margin-bottom: 50px;
}

.login-page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 auto;
  max-width: 600px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.heading--big {
  margin-bottom: 15px;
}

.btn-wrapper {
  margin: 40px 0 20px;
}

