.tagify {
    --tag-bg: var(--primary-color);
    --tags-disabled-bg: var(--primary-color);
    --tag-hover: var(--primary-color);
    --tag-remove-bg: var(--primary-color);
    --tag-remove-btn-color: var(--white-color);
    --tag-remove-btn-color--hover: var(--white-color);
    --tag-remove-btn-bg--hover: var(--white-color);
    --tag-text-color: var(--white-color);
    --tag-text-color--edit: var(--white-color);
    --tag-text-color--remove: var(--white-color);
    --tag-remove-btn-bg: var(--primary-color);
}

.transform-scale-08
{
    transform: scale(0.8);
}

.button-nex-and-previous-product {
    padding: 0.25rem 0.725rem !important;
    font-size: 0.725rem;
    border-radius: 0.325rem
}

.bg-light-dark {
    background-color: #41434c !important;
}

.tagify[disabled]
{
    user-select:none;
    filter: none;
}

.tagify .tagify__tag .tagify__tag__removeBtn {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.comment-selected {
    animation: blink 0.5s infinite;
    border: 1px dotted var(--primary-color);
}

.scroll-to-end {
    display: flex;
    flex-direction: column-reverse;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

.container-header {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.swal2-footer
{
    font-size: 11px;
}

.cursor-pointer {
    cursor: pointer;
}

.card-disabled {
    opacity: 0.5;
    filter: grayscale(100%);
}

.hover-message {
    display: none;
}

.hoverable-item:hover .hover-message {
    display: block;
    margin-top: 10px;
}

.z-index-1 {
    z-index: 1;
}

.btn-xs-custom {
    padding: 0.55rem 1.25rem !important;
    font-size: 0.825rem;
    border-radius: 0.325rem;
}

.btn-sm-custom {
    padding: 0.55rem 1.25rem !important;
    font-size: 0.925rem !important;
    border-radius: 0.325rem;
}

.main-stone {
    position: relative;
    bottom: -27px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-item {
    position: relative;
    flex-basis: 50%;
    padding: 10px;
    margin-bottom: 10px;
}

.image-item img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.image-edit-button {
    display: flex;
    position: absolute;
    left: 25px;
    bottom: 0;
}

.object-fit-contain {
    object-fit: contain;
}

.modal-responsive {
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.min-vw-25 {
    min-width: 25vh !important;
}

.max-vh-85 {
    max-height: 85vh !important;
}

.max-vh-70 {
    max-height: 70vh !important;
}

.max-vh-55 {
    max-height: 55vh !important;
}

.max-vh-50 {
    max-height: 50vh !important;
}

.max-vh-43 {
    max-height: 43vh !important;
}

.max-vh-32 {
    max-height: 32vh !important;
}

.wh-40 {
    width: 40vh !important;
}

.top-17 {
    top: 17px; !important;
}

.end-57 {
    right: 57px; !important;
}

.start-120 {
    left: 120px !important;
}

.start-17 {
    left: 17px; !important;
}

.corner {
    transform: rotate(180deg);
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    border-style: solid;
    background-color: var(--primary-color);
    border-width: 0 70px 60px 0;
    border-color: transparent white transparent transparent;
    border-radius: 0 0 0 10px;
}

.icon-corner {
    top: 30px;
    position: absolute;
    right: -27px;
    color: white;
    transform: rotate(180deg);
    font-size: 20px;
}

.card-component-in-products {
    background-color: white;
    border: dashed 1px var(--primary-color);
}

input.main-stone-radio:checked ~ .card-component-in-products {
    border: 4px solid var(--primary-color);
    border-radius: 1.5rem;
}


.aside-background {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: var(--white-color);
    color: var(--primary-color);
}

.fa-solid.fa-bars.draggable {
    cursor: move;
}

.option-draggable {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer;
}

.opacity-50 {
    opacity: 0.5;
}

.disable-user-select {
    user-select:none;
}

.header_card_text {
    font-size: 30px;
    margin-top: 2.5%;
}

.dropzone-files {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 0.475rem;
    padding: 0.5rem 1rem;
    background-color: #F5F8FA;
}

.dropzone-filename {
    font-size: 0.9rem;
    font-weight: 500;
    color: #7E8299;
    text-overflow: ellipsis;
    padding: 0.4rem 0;
}

.dropzone-filename:hover {
    color: var(--primary-color);
}

.dropzone-icon-delete {
    position: absolute;
    right: 19px;
}

.jstree-contextmenu {
    z-index: 9999;
}

span.input-group-text.symbol {
    background-color: var(--white-color)
}

.left-badge {
    position: relative;
    left: -3px;
    top: -10px;
}

.right-badge {
    position: relative;
    left: 3px;
    top: -10px;
}

.comment-legend-block {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.input-changed {
    border-style: solid !important;
    border-color: #0acd0a !important;
    border-width: 1px !important;
}

.input-need-to-be-fill {
    border-style: solid !important;
    border-color: #c83204 !important;
    border-width: 1px !important;
}