/*
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

@import url("//cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css");

@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
*/

a {
    text-decoration: none
}

.loading {
    background: transparent url("/app/components/com_dataexplorer/site/assets/img/loading.gif") center center no-repeat;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

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

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

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-link {
    color: #007bff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-citation {
    color: #fff;
    background-color: #513B1C;
    border-color: #513B1C;
}

.btn-citation:hover {
    background-color: #511B10;
}

.custom-btn-block {
    width: 100px !important;
}

.custom-btn-block-l {
    width: 150px !important;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hover styles for specific button classes */
.btn-primary:hover {
    background-color: #0056b3; /* Example: Darken color on hover */
}

.btn-info:hover {
    background-color: #13748f; /* Example: Darken color on hover */
}

.btn-warning:hover {
    background-color: #d39e00; /* Example: Darken color on hover */
}

.btn-danger:hover {
    background-color: #bb2c39; /* Example: Darken color on hover */
}

.btn-secondary:hover {
    background-color: #545b62; /* Example: Darken color on hover */
}

.btn-link:hover {
    text-decoration: underline; /* Example: Underline text on hover */
}

/* Apply styles to the role="button" attribute */
[role="button"] {
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    opacity: 0.70; /* color: #212529; */
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

/*
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

 */

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.3rem 0.3rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.treeview .list-group-item {
    cursor: pointer
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

.nemar-margin-bottom-10 {
    margin-bottom: 10px;
}

.nemar-margin-left-15 {
    margin-left: 15px;
}

.nemar-margin-left-20 {
    margin-left: 20px;
}

.nemar-margin-right-5 {
    margin-right: 5px;
}

.nemar-margin-right-10 {
    margin-right: 10px;
}

.nemar-margin-left-right-10 {
    margin-left: 10px;
    margin-right: 5px;
}

.nemar-color-blue {
    color: blue;
}

.nemar-table-layout {
    table-layout: fixed;
    word-wrap: break-word;
}

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

.nemar-font-size-0p875 {
    font-size: 0.875em;
}

.nemar-back-button-bg {
    background-color: #e7e7e7;
    color: #2B7DA6;
}

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

.nemar-readme {
    /*
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    */
    margin-bottom: 5px;
    overflow: auto;
    width: auto;
    padding: 5px;
    /*
    background-color: #eee;
    */
    max-height: 600px;
    font-size: inherit;
}

.nemar-width-30 {
    width: 30rem;
}

.nemar-color-ds {
    color: #000066 !important;
}

.nemar-visibility-h {
    visibility: hidden;
}

.nemar-padding-top-6 {
    padding-top: 6px;
}

.nemar-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 2px 6px 4px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: inherit;
    line-height: 22px;
    cursor: text;
}

.nemar-tagsinput .nemar-tag {
    margin-right: 2px;
    color: white;
}

.nemar-tagsinput .nemar-tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.nemar-tagsinput .nemar-tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.nemar-tagsinput .nemar-tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.nemar-tagsinput .nemar-tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.nemar-label-info {
    background-color: #3a87ad;
}

.nemar-label {
    display: inline-block;
    padding: 2px 4px 2px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* white-space: nowrap; */
    vertical-align: baseline;
    /* background-color: #999999; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nemar-label:empty {
    display: none;
}

.nemar-padding-0 {
    padding: 0px !important;
}

.nemar-padding-5 {
    padding: 5px !important;
}

.nemar-margin-0 {
    margin: 0px !important;
}

.nemar-width-250 {
    width: 250px;
}

.nemar-width-270 {
    width: 270px;
}

.nemar-padding-top-0 {
    padding-top: 0px;
}

.nemar-margin-left-3p0 {
    margin-left: 3.0em;
}

.nemar-margin-left-5p6 {
    margin-left: 5.6em;
}

.nemar-button-display {
    padding: 0px;
    border: none;
    background: none;
}

.nemar-margin-bottom-0 {
    margin-bottom: 0px;
}

.nemar-margin-top-5 {
    margin-top: 5px;
}

.nemar-margin-top-10 {
    margin-top: 10px;
}

.nemar-padding-left-3em {
    padding-left: 3.0em;
}

.nemar-text-align-margin-bottom {
    text-align: justify;
    margin-bottom: 1.3em;
}

.nemar-padding-left-0 {
    padding-left: 0 !important;
}

.nemar-float-left {
    float: left;
}

.nemar-border-0 {
    border: 0;
    color: #000000;
    font-weight: inherit;
    text-align: center;
}

.tableFixHead {
    overflow-y: auto;
    height: 520px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th, .tableFixHead td {
    white-space: nowrap;
    border: 1px solid #ccc;
}

.tableFixHead th {
    background: #eee;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

.light-theme a {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    background: #FCFCFC;
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme a.disabled {
    pointer-events: none;
    cursor: default;
}

.nemar-visibility-s {
    visibility: visible;
}

.nemar-table-center {
    margin-left: auto;
    margin-right: auto;
"
}

#nemar_data_summary {
    border-collapse: collapse;
    width: 75%;
}

#nemar_data_summary td, #nemar_data_summary th {
    border: 1px solid #ddd;
    padding: 8px;
}

#nemar_data_summary tr:nth-child(even) {
    background-color: #f2f2f2;
}

#nemar_data_summary tr:hover {
    background-color: #ddd;
}

#nemar_data_summary th {
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: black;
    font-size: 18px;
}

.nemar-padding-rgiht-2p29-rem {
    padding-right: 2.29rem;
    white-space: nowrap;
}

.nemar-margin-left-5p5 {
    margin-left: 5.5em;
}

.nemar-padding-rgiht-5-rem {
    padding-right: 5.0rem;
    white-space: nowrap;
}

.nemar-margin-left-2p3-rem {
    margin-left: 2.3rem;
}

.nemar-margin-left-1-rem {
    margin-left: 0.9rem;
}

.nemar-padding-rgiht-0p4-rem {
    padding-right: 0.4rem;
    white-space: nowrap;
}

.nemar-padding-rgiht-3p4-rem {
    padding-right: 3.4rem;
    white-space: nowrap;
}

.nemar-padding-rgiht-6p8-rem {
    padding-right: 6.8rem;
    white-space: nowrap;
}

.nemar-white-space-normal {
    white-space: normal; !important;
}

.facet-open.modality-facet {
    margin: 20px 0;
    border: 0;
    background: #e5f4f7;
    border-radius: 4px;
    padding: 10px;
}

.facet-open.modality-facet .neamr-text {
    margin: 10px 0 15px;
}

.facet-open.modality-facet .facet-list {
    padding: 0 0 10px;
}

.facet-open.modality-facet .facet-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.facet-open.modality-facet .facet-list .level-1 > li {
    border-top: 1px solid #dfdfdf;
}

.facet-open.modality-facet .facet-list .level-1 > li > .label {
    padding: 10px;
}

.facet-open.modality-facet .facet-list ul li > .label {
    font-weight: 500;
}

.nemar-modality-button-display {
    padding: 0 6em 0 0;
    border: none;
    background: none;
}

.facet-open.modality-facet .facet-list .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

hr {
    margin: 0.5em 0; /* Set margin to 0 to remove any margin around the <hr> element */
    /* Optionally, you can set other styles, such as border and color */
    border: none; /* Remove the border if desired */
    background-color: #ddd; /* Set a background color if desired */
    height: 1px; /* Set the height of the <hr> element */
}

.json-document {
    padding: 0;
}

.font-tiny-14-color-blue {
    font-size: 14px;
    color: #0d6efd;
}

.nemar-red-bold {
    color: red;
    font-weight: bold;
}

.nemar-margin-left-24-rem {
    margin-left: 2.4rem;
}