.loading-indicator {
  display: none;
}
#preview-box {
  width: 200px;
  height: 200px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.text-result {
  white-space: pre-wrap;
}
#loadingMessage {
  display: none;
}

#gpaResults th {
  background-color: #f8f9fa;
  font-size: 13px;
}
#gpaTable tfoot tr:first-child td {
  background: #dddddd;
}
#gpaTable tfoot tr:last-child td {
  background: #c3c3c3;
}

#imagePreview {
  max-width: 100%;
  max-height: 300px;
  display: none;
}
#base64Output {
  word-wrap: break-word;
}
#loadingIndicator {
  display: none;
}
.json-container {
  margin-top: 20px;
}
.json-key {
  font-weight: bold;
}
.json-value {
  color: #007bff;
}
.json-item {
  padding-left: 20px;
}
.toggle-button {
  cursor: pointer;
}
.shape-form {
  display: none;
}
.age-comparison,
.age-info {
  font-size: 15px;
  line-height: 1em;
  margin: 16px 0;
}
/* .single-user .form-control {
  margin: 12px 0;
} */

.card {
  margin-bottom: 20px;
}

.result-box {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.color-preview {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: middle;
}

svg#barcode {
  display: none;
}

.field--name-field-page-sections .code-container {
  display: inline-block;
}

.flex-container {
  display: flex;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  height: 500px;
  overflow: auto;
}
.flex-item {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 5px;
  text-align: center;
  flex: 1 1 auto; /* Default flex properties */
}
.flex-item:nth-child(odd) {
  background: #e1e1e1;
}
.flex-item:nth-child(even) {
  background: #c1c1c1;
}

/* flex */

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  height: 500px;
  padding: 20px;
  margin-top: 20px;
  overflow: auto;
  border: 1px solid #ddd;
}
.flex-container .flex-item span {
  display: block;
}
.flex-item {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 5px;
  text-align: center;
  flex: 1 1 150px; /* Default flex properties */
  cursor: pointer;
  position: relative;
}
.flex-item:nth-child(odd) {
  background: #e1e1e1;
}
.flex-item:nth-child(even) {
  background: #c1c1c1;
}
.item-controls {
  margin-top: 20px;
}
.item-controls .form-control {
  margin-bottom: 10px;
}
.css-code {
  white-space: pre;
}
.remove-item {
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.copy-icon {
  cursor: pointer;
  color: #007bff;
}
.copy-icon:hover {
  text-decoration: underline;
}
.ui-menu-item {
  padding: 0.5rem;
}
.error {
  color: red;
}

.page-node-type-quick-tool .header-main .main-menu ul li a,
.page-node-type-quick-tool .far.fa-bars {
  color: #fff;
}
.page-node-type-quick-tool .header-2 .header-main {
  border-bottom: none;
}

.region-sidebar-second {
  background: #f4f1fa;
  padding: 10px 26px;
}

.region-sidebar-second .view-display-id-list li {
  margin: 1em 0;
}

.region-sidebar-second .view-display-id-list li a:hover {
  color: var(--theme) !important;
}

/* .region-sidebar-second .view-display-id-list li .views-field::before {
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    color: var(--theme);
    padding: 0 6px;
    font-weight: bold;
} */

.region-sidebar-second .view-display-id-list li {
  position: relative;
  padding-left: 15px; /* Adjust padding as needed */
  margin-bottom: 10px; /* Adjust margin as needed */
  line-height: 1.5;
}
.region-sidebar-second .view-display-id-list li::before {
  content: "\f105"; /* Unicode of the Font Awesome icon you want to use */
  font-family: "Font Awesome 5 Pro"; /* Font Awesome font family */
  font-weight: 900; /* Font weight of the icon */
  position: absolute;
  left: 0;
  top: 0;
}
.region-sidebar-second .view-display-id-list li:hover::before,
.region-sidebar-second .view-display-id-list li.is-active a,
.region-sidebar-second .view-display-id-list li.is-active::before {
  color: var(--theme) !important;
}
.region-sidebar-second .view-display-id-list li.is-active a {
  font-weight: bold;
}

.page-node-type-quick-tool .field--name-field-description > ul {
  margin-bottom: 1rem;
}

.page-node-type-quick-tool {
  color: #333;
}

.page-node-type-quick-tool input::placeholder,
.page-node-type-quick-tool textarea::placeholder {
  color: #bdbcbc; /* Adjust color as needed */
}

.page-node-type-quick-tool .field--name-field-quick-tool .card,
.page-node-type-quick-tool .field--name-field-quick-tool .form-control,
.page-node-type-quick-tool .field--name-field-quick-tool .form-select,
.page-node-type-quick-tool .field--name-field-quick-tool .btn {
  border-radius: 0;
}

.page-node-type-quick-tool .field--name-field-quick-tool .form-label {
  margin: 0;
  font-size: 14px;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout:empty {
  display: none;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

/* Add this CSS to your stylesheet or within a <style> tag */
#resultText,
#outputPreview {
  white-space: pre-wrap; /* Preserves line breaks and white space */
  word-wrap: break-word; /* Breaks long words if necessary */
}

.card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: none;
}
.card-header {
  border: none;
  background-color: #f4f1fa;
}
input.select2-search__field {
  color: #333 !important;
}

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

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 38px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 35px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 36px;
  width: 33px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 38px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
.leaflet-control-attribution {
  display: none !important;
}
