h5>a,
h6>a {
    color: inherit;
}

.bottom-5 {
    padding-bottom: 5.5rem;
}

.card-header>.table {
    border-top: #fff;
}

table.card-table tr:first-child td,
table.card-table tr:first-child th {
    border-top-width: 0px;
}

.table-sm th:first-child,
tbody td:first-child {
    padding-left: 1.5rem !important;
}

.table>:not(caption)>*>* {
    padding: 0.75rem 0.5rem;
}

.success {
    background: #00d97e;
    color: #FFF;
}

.error {
    background: red;
    color: #FFF;
}

.alert-dismissible {
    color: #FFF;
    padding-right: 2rem;
}

.no-label label {
    display: none;
}

.modal .fixed-right {
    padding-right: 0 !important;
}

.modal.fixed-right .modal-dialog-vertical {
    margin-left: auto;
}

.modal-dialog-vertical {
    height: 100%;
    max-width: 350px;
    margin: 0;
}

.modal-content {
    height: 100%;
}

.modal-dialog-vertical .modal-content {
    border-radius: 0;
}

.modal.fixed-right.fade .modal-dialog-vertical {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.modal.fixed-right.show .modal-dialog-vertical {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    opacity: .8;
    color: #FFF;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.block-form-price {
    height: 4.8rem;
}

.jsonwidget,
textarea.form-control {
    font-size: 0.75rem !important;
}

/* -------------------------------------
    PrettyJSONWidget
------------------------------------- */
.jsonview {
    font-size: 0.75rem;
}

.jsonwidget textarea.form-control {
    font-size: 0.75rem;
}

.card .table thead th:first-child,
.card .table thead td:first-child,
.card .table tbody td:first-child {
    padding-left: 1.5rem !important;
}

.card .table thead th:last-child,
.card .table thead td:last-child,
.card .table tbody td:last-child {
    padding-right: 1.5rem !important;
}

div.parsed {
    max-height: None !important;
}

h5>a, h6>a {
    color: inherit;
}
.card-header>.table {
    border-top: #fff;
}
.fe {
    line-height: inherit;
}
table.card-table tr:first-child td, table.card-table tr:first-child th {
    border-top-width: 0px;
}
.table-sm th:first-child, tbody td:first-child {
    padding-left: 1.5rem!important;
}
.table>:not(caption)>*>* {
    padding: 0.75rem 0.5rem;
}
.offcanvas-header {
    border-bottom: 1px solid #e3ebf6;
    padding: 1rem 1.5rem;
}

@media (min-width: 576px) {
    .offcanvas.offcanvas-wide {
        --bs-offcanvas-width: 100%;
    }
}
@media (min-width: 768px) {
    .offcanvas.offcanvas-wide {
        --bs-offcanvas-width: 85%;
    }
}
@media (min-width: 992px) {
    .offcanvas.offcanvas-wide {
        --bs-offcanvas-width: 45%;
    }
}
@media (min-width: 1200px) {
    .offcanvas.offcanvas-wide {
        --bs-offcanvas-width: 40%;
    }
}

.product-image {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: .8333333333rem;
    padding: 0;
    background-size: cover;
    background-image: url;
    border-radius: 0.5rem;
    z-index: 1;
    border: 1px #dbdbdb solid;
}

.product-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    z-index: 1;
    border: 1px #dbdbdb solid;
}

.btn-code-copy {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.btn-code-copy > div {
    position: relative
}

pre code.hljs {
    background: transparent;
    padding: 0;
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@keyframes pulse-animation {
    0% { transform: scale(1.5) }
    to { transform: scale(.25) }
}
.pulse-beacon {
    margin: 8px 0;
    background: var(--bs-primary);
    width: 5px;
    height: 5px;
    float: right;
    border-radius: 50%;
    transition: box-shadow .4s;
    position: relative;
    margin-right: 10px;
}
.pulse-beacon:after {
    animation-delay: 1s;
}
.pulse-beacon:after, .pulse-beacon:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 0.045rem solid var(--bs-primary);
    border-radius: 50%;
    animation: pulse-animation 2s linear infinite;
}

.product-thumbnail {
    width: 2.5rem;
    border-radius: 0.5rem;
    border: 1px var(--bs-gray-400) solid;
}
.container:has(.fixed-bottom) {
    padding-bottom: 100px;
}

.stat-box{
    cursor: pointer;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 10;
}