.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  font-family: monospace;
  white-space: pre-wrap;
}

.form-control.autosize {
  field-sizing: content;
  min-block-size: 4.9375rem;
  overflow-x: hidden;
  resize: none;
}

textarea.form-control {
  min-height: calc(1.375em + 1.086rem + var(--bs-border-width) * 2);
}

.report-list-item {
  background-color: var(--bs-base-color-rgb);
  padding-block: 0.75rem;
  padding-inline: 1rem;
}

.report-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-paper-bg);
  min-block-size: 40px;
  min-inline-size: 40px;
  border-radius: 0.375rem;
}

.form-label {
  color: var(--tbl-bdy-color);
}

.form-control:disabled, .form-control[readonly] {
  color: #b7b7b7;
  cursor: not-allowed;
}

.form-select:disabled, .form-select[readonly] {
  background: #ededed;
  color: #b7b7b7;
  cursor: not-allowed;
}

.input-group-text {
  border: 1px solid #d4e1e3;
  padding: 0 12px;
}

input[type=file].form-control::-webkit-file-upload-button {
  background: #d4e1e3;
}
input[type=file].form-control::file-selector-button {
  background: #d4e1e3;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.form-control, .form-select, .input-group-text {
  border-radius: 0;
  font-size: 14px;
}

.form-control, .form-select {
  color: var(--input-text-color);
}
.form-control:focus, .form-select:focus {
  color: var(--input-text-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), 0.25);
  border: 1px solid var(--primary-color);
}

input[type=file].form-control::-webkit-file-upload-button {
  border: 1px solid var(--input-field-border);
}
input[type=file].form-control::file-selector-button {
  border: 1px solid var(--input-field-border);
}

.form-check-input:checked {
  background-color: var(--primary-color-2);
  border-color: var(--primary-color-2);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), 0.25);
  border: 1px solid var(--primary-color);
}

.form-switch .form-check-input {
  background-color: var(--bs-switch-color);
  border-color: var(--bs-switch-border-color);
}
.form-switch .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-switch .form-check-input:focus {
  border-color: var(--primary-color);
}

input.form-check-input[type=checkbox] {
  border-radius: 0;
}

input.form-check-input[role=switch] {
  border-radius: 25px !important;
}

.form-custom-check:has(.form-check-input:checked) {
  border-color: var(--primary-color) !important;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: inherit;
}

/* When input is invalid and the form has .was-validated */
.was-validated .form-custom-check:has(.form-check-input:invalid), .bootstrap-tagsinput.is-invalid {
  border-color: var(--bs-form-invalid-border-color); /* Bootstrap danger red */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: white;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid ~ span > .selection > .select2-selection, .was-validated .form-control:invalid ~ span > .selection > .select2-selection {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 1.775rem) center;
  background-size: 1rem;
}

.form-control.is-valid ~ span > .selection > .select2-selection, .was-validated .form-control:valid ~ span > .selection > .select2-selection, .bootstrap-tagsinput.is-valid {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300b3b2%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-check%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  border-color: var(--primary-color);
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 1.775rem) center;
  background-size: 16px;
}

.was-validated .form-control:invalid ~ span > .selection > .select2-selection--multiple {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2rem) center;
  background-size: 1rem;
}

.was-validated .form-control:valid ~ span > .selection > .select2-selection--multiple {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300b3b2%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-check%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  border-color: var(--primary-color);
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2rem) center;
  background-size: 16px;
}

.bootstrap-tagsinput {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: none;
  border-radius: 0;
  min-height: 36px;
  padding: 5px 6px;
}
.bootstrap-tagsinput input {
  margin: 0;
  height: 24px;
  font-size: 0.8rem;
  line-height: 22px;
}
.bootstrap-tagsinput input:focus, .bootstrap-tagsinput input:active {
  border-color: var(--primary-color) !important;
}
.bootstrap-tagsinput:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), 0.25) !important;
  border: 1px solid var(--primary-color) !important;
}
.bootstrap-tagsinput .label-info {
  background-color: var(--bs-round-robin-select-tag);
  border: 0;
  color: var(--primary-color);
  font-size: 0.8rem;
  padding: 4px 6px;
  border-radius: 4px;
}
.bootstrap-tagsinput .label-info span {
  color: var(--primary-color-2);
}
.bootstrap-tagsinput .label-info span:hover {
  color: var(--primary-color);
}

.bootstrap-tagsinput.is-valid {
  border-color: #198754;
}

.bootstrap-tagsinput .tag [data-role=remove]::after {
  font-family: "FontAwesome";
  content: "\f00d";
  font-weight: 400;
}

.threshold_unit {
  border-radius: 0 !important;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B4D9D9'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.was-validated .form-check-input:invalid ~ .custom-option-content {
  border: 1px solid #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  border-radius: 0.25rem;
}

.form-check-label {
  cursor: pointer;
}

.form-check {
  display: block;
  min-height: 1.3754296875rem;
  padding-left: 1.8em;
  margin-bottom: 0;
}
.form-check:not(.form-switch) .form-check-input[type=radio]:not(:checked) {
  background-size: 0.75rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.8em;
}

.custom-option {
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding-inline-start: 0;
}
.custom-option .custom-option-content {
  inline-size: 100%;
}
.custom-option.custom-option-icon {
  overflow: hidden;
}
.custom-option.custom-option-icon .custom-option-body {
  display: block;
  margin-block-end: 0.5rem;
}
.custom-option.custom-option-icon .custom-option-content {
  padding: 1.065em;
  text-align: center;
}
.custom-option.checked {
  border: 2px solid var(--bs-primary);
  margin: 0;
}

.form-control:disabled, .form-control[readonly] {
  color: #b7b7b7;
  cursor: not-allowed;
}

.form-select:disabled, .form-select[readonly] {
  background: #ededed;
  color: #b7b7b7;
  cursor: not-allowed;
}

.input-group-text {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.group-right .input-group-text {
  padding: 0;
}
.group-right .input-group-text span {
  padding: 9px;
  width: auto;
  height: 100%;
}
.group-right.form-control-lg ~ .input-group-text span {
  padding: 1rem;
}

input[type=file].form-control::-webkit-file-upload-button {
  background: #d4e1e3;
}
input[type=file].form-control::file-selector-button {
  background: #d4e1e3;
}

.form-label, .form-check-label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.form-control, .form-select, .input-group-text {
  border-radius: 0;
  font-size: 0.8rem;
}

.form-control, .form-select {
  color: var(--input-text-color);
}
.form-control:focus, .form-select:focus {
  color: var(--input-text-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), 0.25);
  border: 1px solid var(--primary-color);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300b3b2%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-chevron-down%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E") !important;
  background-size: 16px !important;
}

input[type=file].form-control::-webkit-file-upload-button {
  border: 1px solid var(--input-field-border);
}
input[type=file].form-control::file-selector-button {
  border: 1px solid var(--input-field-border);
  padding: 0.39rem 0.75rem;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), 0.25);
  border: 1px solid var(--primary-color);
}

.form-switch .form-check-input {
  background-color: var(--bs-switch-color);
  border-color: var(--bs-switch-border-color);
}
.form-switch .form-check-input:checked {
  background-color: var(--primary-color-2);
  border-color: var(--primary-color-2);
}
.form-switch .form-check-input:focus {
  border-color: var(--primary-color);
}

input.form-check-input[type=checkbox] {
  border-radius: 0;
}

input.form-check-input[role=switch] {
  border-radius: 25px !important;
}

.form-custom-check:has(.form-check-input:checked) {
  border-color: var(--primary-color) !important;
}

/* When input is invalid and the form has .was-validated */
.was-validated .form-custom-check:has(.form-check-input:invalid), .was-validated .custom-option-basic:has(.form-check-input:invalid) {
  border-color: var(--bs-form-invalid-border-color) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0rem) top 5px;
  background-size: calc(0.75em + 0.275rem) calc(0.75em + 0.275rem);
  background-color: rgba(238, 183, 183, 0.18);
}

.form-check.has-error ~ .invalid-feedback {
  display: block;
}

.threshold_unit {
  border-radius: 0 !important;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B4D9D9'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.was-validated .form-check-input:invalid ~ .custom-option-content {
  border: 1px solid #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  border-radius: 0.25rem;
}

.dt-checkboxes-cell .form-check-input[type=radio] {
  background-size: 1.3125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.8em;
}
.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300b3b2%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-check%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  border-color: var(--primary-color);
  background-repeat: no-repeat;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  border-color: var(--primary-color-Robin-egg-blue);
  background-color: var(--primary-color-Robin-egg-blue);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit;
}

.valid-feedback {
  color: var(--primary-color);
}

.custom-option {
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding-inline-start: 0;
}
.custom-option .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid var(--bs-border-color);
}
.custom-option:hover {
  border-color: var(--bs-gray-600);
}
.custom-option .custom-option-body {
  color: var(--modal-title-color);
}
.custom-option .custom-option-content {
  inline-size: 100%;
}
.custom-option.custom-option-icon {
  overflow: hidden;
}
.custom-option.custom-option-icon .form-check-input {
  margin: 0;
  float: none;
}
.custom-option.custom-option-icon .custom-option-body {
  display: block;
  margin-block-end: 0.5rem;
}
.custom-option.custom-option-icon .custom-option-body small {
  color: var(--input-text-color);
  font-size: 0.7rem;
}
.custom-option.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  color: var(--bs-heading-color);
  font-weight: 500;
  margin-block-end: 0.5rem;
}
.custom-option.custom-option-icon .custom-option-body svg {
  block-size: 2.5rem;
  inline-size: 2.5rem;
  margin-block-end: 0.5rem;
}
.custom-option.custom-option-icon .custom-option-content {
  padding: 1.065em;
  text-align: center;
}
.custom-option.custom-option-basic .custom-option-content {
  padding: 1.065em;
  padding-inline-start: 3.515em;
}
.custom-option.custom-option-basic .custom-option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 0.4375rem;
}
.custom-option.custom-option-basic .custom-option-header span {
  color: var(--tbl-bdy-color);
}
.custom-option.checked {
  background-color: var(--bs-round-robin-select-tag);
  border: 1px solid var(--primary-color);
  margin: 0;
}
.custom-option.checked .icon-base, .custom-option.checked svg {
  color: var(--primary-color);
}

.js-example-basic-single.is-invalid ~ .invalid-feedback {
  display: block;
}

.toggle-password {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.toggle-password:hover {
  background-color: #00b3b2;
  color: #ffffff;
}

.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #75787D;
  border-radius: 0;
  padding: 0.2rem 0.6rem;
  font-size: 0.8rem;
}

.select2-dropdown {
  box-shadow: var(--bs-box-shadow-sm);
}
.select2-dropdown .select2-results__option {
  font-size: 0.8rem;
}
.select2-dropdown .select2-results__option--highlighted {
  background: var(--primary-color) !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}

.select2-container .select2-selection--multiple, .select2-container--default .select2-selection--single {
  padding: 0.3rem;
  min-height: 32.8px;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 9px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 0;
}

.select2-container .select2-selection--multiple {
  padding-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300b3b2%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-chevron-down%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: -3px center;
  background-size: 19px;
  width: 28px;
  height: 100%;
  display: block;
  border-color: transparent;
  position: relative;
  margin: 0;
  border-style: unset;
  border-width: inherit;
  left: 0;
  top: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 2px 5px;
  height: 24px;
  font-size: 0.8rem;
  line-height: 22px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary-color) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgba), 0.25);
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bs-round-robin-select-tag);
  border: 0;
  color: var(--primary-color);
  margin: 0 3px 4px 2px;
  display: inline-flex;
  width: fit-content;
  flex-flow: row-reverse;
  padding: 0;
}

.delvm .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bs-round-robin-select-tag-danger);
  color: var(--danger-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--primary-color-2);
  padding: 0 6px;
  top: 0;
  border: 0;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent;
  color: var(--primary-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 0.75rem;
  padding: 3px 0 0 6px;
  display: flex;
}

.select2-selection.is-invalid {
  border-color: #dc3545 !important; /* Bootstrap danger red */
  padding-right: calc(1.5em + 0.75rem); /* Adjust if needed */
  background-image: url("data:image/svg+xml,..."); /* Bootstrap error icon if you want */
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5em 1.5em;
}

.tagify {
  border: var(--bs-border-width) solid var(--bs-border-color);
  color: var(--input-text-color);
}
.tagify:focus {
  border-color: var(--primary-color) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 191, 233, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(104, 191, 233, 0.25);
  border-radius: 0;
}
.tagify .tagify__input::before {
  color: var(--bs-secondary-color) !important;
}
.tagify .tagify__input::after {
  color: var(--bs-secondary-color) !important;
}
.tagify .tagify__tag {
  background-color: var(--bs-round-robin-select-tag);
  border: 0;
  color: var(--primary-color);
  border-radius: 4px;
}
.tagify .tagify__tag .tagify__tag__removeBtn {
  color: var(--primary-color-2);
  padding: 0 6px;
  top: 0;
  border: 0;
  position: relative;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  background: transparent;
  color: var(--primary-color);
}
.tagify .tagify__tag div {
  color: var(--primary-color);
}
.tagify .tagify__tag div::before {
  position: relative;
}

.iti {
  width: 100%;
}
.iti .iti__country-name, .iti .iti__dial-code, .iti .iti__search-input {
  font-size: 0.8rem;
}

.box-lg .iti__country-container {
  height: 48px;
}
.box-lg .iti__country-container .iti__dropdown-content {
  z-index: 5;
}

.iti__country-container {
  display: flex;
  align-items: center;
  height: 34px;
}
.iti__country-container .iti__dropdown-content {
  top: -3px;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: var(--input-text-color);
  border-radius: 0;
}
.iti__country-container .iti__dropdown-content .iti__search-input {
  border-radius: 0;
  width: calc(100% - 10px);
  margin: 5px;
  padding: 0.2rem 0.7rem;
}
.iti__country-container .iti__dropdown-content .iti__country-list {
  max-height: 173px;
}

.iti__tel-input.form-control {
  height: calc(1.5em + 0.75rem + 2px); /* Default Bootstrap input height */
  box-sizing: border-box;
}

.iti__tel-input.form-control.form-control-lg {
  height: calc(2.875rem + 2px);
}

.form-control::placeholder {
  opacity: 0.6;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--btn-disabled-bg);
  border-color: var(--btn-disabled-bg);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, fieldset:disabled .btn-outline-primary {
  pointer-events: none;
  background-color: var(--btn-outline-disabled-bg) !important;
  cursor: not-allowed !important;
  opacity: var(--bs-btn-disabled-opacity);
  color: var(--btn-outline-color) !important;
  border: 1px solid #727272 !important;
}

.btn-primary {
  border: 1px solid var(--primary-color-dark-orange);
  background: var(--primary-color-dark-orange);
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  border-radius: 0;
  padding: 8px 24px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.btn-primary:hover {
  background: var(--secondary-color-Vibrant-Orange);
  border-color: var(--secondary-color-Vibrant-Orange);
}
.btn-primary:active {
  background: var(--secondary-color-Vibrant-Orange) !important;
  border-color: var(--secondary-color-Vibrant-Orange) !important;
  box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color-Vibrant-Orange), 0.5) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color-Vibrant-Orange), 0.5);
}
.btn-primary:focus {
  outline: none;
  background: var(--secondary-color-orange-light);
  border-color: var(--secondary-color-orange-light);
  box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color-Vibrant-Orange), 0.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color-Vibrant-Orange), 0.5);
}

.btn-outline-secondary {
  border: 1px solid var(--bs-secondary-color);
  background: transparent;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  border-radius: 0;
  padding: 8px 24px;
  font-size: 0.8rem;
  color: var(--bs-secondary-color) !important;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.3;
}
.btn-outline-secondary:hover {
  background: transparent;
  opacity: 1;
  color: var(--bs-secondary-color);
  border-color: var(--bs-secondary-color);
}
.btn-outline-secondary:active {
  background-color: transparent !important;
  border-color: var(--bs-secondary-color);
  opacity: 1;
  color: var(--bs-secondary-color);
}
.btn-outline-secondary:focus {
  outline: none;
}

.form-text {
  margin-top: 0.3rem;
  font-size: 0.7125rem;
  color: var(--primary-color);
}

.btn-submit-load {
  display: flex !important;
  column-gap: 10px;
  justify-content: center;
}

.form-actions {
  padding: 20px 0;
}

.bd-callout {
  --bs-link-color-rgb: var(--bd-callout-link);
  --bs-code-color: var(--bd-callout-code-color);
  font-size: 0.9rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: var(--bd-callout-bg, var(--bs-gray-100));
  border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout > p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.bd-callout-warning {
  --bd-callout-color: var(--bs-warning-text-emphasis);
  --bd-callout-bg: var(--bs-warning-bg-subtle);
  --bd-callout-border: var(--bs-warning-border-subtle);
}

.bd-callout-info {
  --bd-callout-color: var(--bs-info-text-emphasis);
  --bd-callout-bg: var(--bs-info-bg-subtle);
  --bd-callout-border: var(--bs-info-border-subtle);
}

.bd-callout-danger {
  --bd-callout-color: var(--bs-danger-text-emphasis);
  --bd-callout-bg: var(--bs-danger-bg-subtle);
  --bd-callout-border: var(--bs-danger-border-subtle);
}

/*-----------------------Password Strength meter---------------------*/
.password-meter {
  display: flex;
  height: 5px;
  margin-top: 10px;
}

.meter-section {
  flex: 1;
  background-color: #ddd;
}

.weak {
  background-color: #ff4d4d;
}

.medium {
  background-color: #ffd633;
}

.strong {
  background-color: #00b300;
}

.very-strong {
  background-color: #009900;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.625rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
  margin-right: auto;
  margin-left: auto;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-inline: 1rem;
}

.container-p-x {
  padding-inline: 1rem !important;
}

.container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
  padding-block-start: 1.5rem !important;
}

.container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
  padding-block-end: 1.5rem !important;
}

.container-m-ny:not([class^=mt-]):not([class*=" mt-"]) {
  margin-block-start: -1.5rem !important;
}

.container-m-ny:not([class^=mb-]):not([class*=" mb-"]) {
  margin-block-end: -1.5rem !important;
}

@media (min-width: 992px) {
  .container-p-x {
    padding-inline: 1.625rem !important;
  }
}
.container-m-nx {
  margin-inline: -1rem !important;
}

@media (min-width: 992px) {
  .container-m-nx {
    margin-inline: -1.625rem !important;
  }
}

/*# sourceMappingURL=forms.min.css.map */
