﻿

body {
    font-family: "Open Sans", sans-serif;
    min-width: 1300px;
    overflow: hidden;
    height: 100vh;
    position: relative;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.btn-light {
    border: 1px solid #dadada;
}

.ve-header {
    width: 100%;
    height: 75px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
}

.ve-header .header-logo  {
    font-size: 22px;
    padding-left:5px;
}

.ve-header .header-logo .first {
    color: #0d6efd;
    font-weight: bold;
    font-size: 37px;
    letter-spacing: -2px;
    padding-right: 2px;
}

.ve-header .header-logo .second {
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 27px;
}

    .ve-header .header-right {
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        transition-delay: 250ms;
        justify-content: flex-end;
    }

    .ve-header .header-right .right-menu {
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        transition-delay: 250ms;
        justify-content: flex-end;
        min-width:400px;
    }



.ve-header .header-right span {
    transition: all 0.2s ease;
}

.ve-header.scrolleddown .header-right .nav span {
    display:none;
}

.ve-header .btn-primary{
    font-size: 14px;
}


.btn-header-vamatags {
    position: absolute;
    border-radius: 100px !important;
    right: -13px;
    top: -8px;
    z-index:999;
    display:none;
}

.btn-header-vamatags .badge {
    position: absolute;
    border-radius: 100px;
    left: 19px;
    top: -7px;
}


.ve-header .nav-item {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
    transition-delay: 250ms;
}

.ve-header .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
    transition-delay: 250ms;
}


.ve-body {
    width: 100%;
    transition: all 0.2s ease;
    height:100vh;
    overflow-y:scroll;
    padding-left:290px;
    background-color:#f9f9f9
  
}

.ve-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.ve-body::-webkit-scrollbar-track {
    background: #fff
}

.ve-body::-webkit-scrollbar-thumb {
    background: #dddddd;
}

    .ve-body::-webkit-scrollbar-thumb:hover {
        background: #a0a0a0;
    }


body.showsidebar .ve-body {
    width:calc(100% - 290px);
}

.ve-body .searcher-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
      
    padding-left: 100px;
    padding-right: 100px;
    margin-top:50px;
    margin-bottom:20px;
}

.ve-body .searcher-container h2 {
    font-size:30px;
    font-weight:600;
    margin-bottom:10px;
}

.ve-body .searcher-container .vamatags-headline {
    font-weight:bold;
    font-size:12px;
    margin-top:3px;
}

.ve-body .searcher-container .searchfield-container {
    margin-bottom: 10px;
}

.ve-body .searcher-container .searcher-textbox .input-group-text {
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ve-body .searcher-container .searcher-textbox .form-control {
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ve-body .searcher-container .searchfield-container {
   display:flex;
   width:100%;
   align-items:center;
}

.ve-body .searcher-container .searchfield-container .input-group-text {
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.ve-body .searcher-container .searchfield-container .searcher-textbox-text {
    width: 100%;
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-text .form-control {
    border-radius: 0px;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-text .form-control::placeholder {
   color:#ccc;
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags {
    width: 40%;
    display:flex;
    margin-left:5px;
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-container {
    min-height: 50px;
}




.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-search {
   
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 1px;
    min-height: 48px;
    max-height: 48px;
    overflow-y: auto;
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-selection::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-selection::-webkit-scrollbar-track {
    background: #fff
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-selection::-webkit-scrollbar-thumb {
    background: #dddddd;
}

.ve-body .searcher-container .searchfield-container .searcher-textbox-tags .select2-selection::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #dee2e6;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 12px;
    margin-bottom: 3px;
}

.ve-body .searcher-container .searchfield-container.showtextboxtags .btn-addTags {
    display: none;
}

.ve-body .searcher-container .vamatags-container {
    text-align: center;
}

.ve-body .searcher-container .vamatags-container .vamatags-btn,
.modal-multitagging .vamatags-container .vamatags-btn {
    margin-right: 2px;
    margin-top: 5px;
    display: inline-block;
}

.ve-body .searcher-container .vamatags-container .vamatags-btn.collapsed,
.item-detail-sidebar .vamatags-container .vamatags-btn.collapsed,
.modal-multitagging .vamatags-container .vamatags-btn.collapsed {
    display: none;
}

.ve-body .searcher-container .vamatags-container .vamatags-btn.collapsed.visible,
.item-detail-sidebar .vamatags-container .vamatags-btn.collapsed.visible,
.modal-multitagging .vamatags-container .vamatags-btn.collapsed.visible {
    display: inline-block;
}

.ve-body .searcher-container .vamatags-container .vamatags-btn .btn-primary {
    font-size:13px;
}

.ve-body .sort-container {
    display:flex;
    width:100%;
    justify-content:end;
}

.ve-body .image-container {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.ve-body .image-container-cover {
    background-size: cover;
}

.ve-body .image-container-contain {
    background-size: contain;
}

.IMAGESSUCHEContentPlaceholder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    gap: 10px;
}

.image-grid .noResult {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.image-grid .noResult .noresult-container {
    max-width: 1000px;
}

    .image-grid .noResult .noresult-container img {
        width:100%;
        height:250px;
        margin-bottom:30px;
    }

.image-grid .noResult .noresult-container .text-leadin {
    font-weight:600;
    font-size:20px;
    text-align:center;
    margin-top:10px;
}

    .image-grid .noResult .noresult-container .text-leadin span {
        font-weight:400;
        font-size:15px;
    }

.ve-body .image-container .image-typ {
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #212529;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 6px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.item-detail-sidebar {
    position: absolute;
    z-index: 998;
    background-color: #fff;
    right: 0px;
    width: 0px;
    padding-top: 100px;
    overflow-x: hidden;
    border-left: 1px solid #e5e5e5;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
}

.btn-sm {
    padding: .375rem .75rem;
    white-space:nowrap;
}

.tagselect-container {
    position:relative;
}

body.showsidebar .item-detail-sidebar.rightbar {
    opacity: 1;
    visibility: visible;
    height: 91vh;
    width: 290px;
    overflow-y: auto;
    font-size: 15px;
}

.item-detail-sidebar.leftbar {
    opacity: 1;
    visibility: visible;
    padding: 20px;
    padding-top:100px;
    height: 100vh;
    overflow-y: auto;
    top: 0px;
    border-left: none;
    border-right: 1px solid #e5e5e5;
    left: 0px;
    right: auto;
    font-size: 15px;
    width: 290px;
}

.item-detail-sidebar.leftbar  .form-switch {
    font-size:18px;
}

.item-detail-sidebar.leftbar .form-switch .form-check-label {
    font-size: 14px;
}

    .item-detail-sidebar.leftbar .searchbar-header {
        display: flex;
        justify-content: space-between;
    }


.item-detail-sidebar.leftbar .searcher-textbox .form-control {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.item-detail-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.item-detail-sidebar::-webkit-scrollbar-track {
    background: #fff
}

.item-detail-sidebar::-webkit-scrollbar-thumb {
    background: #dddddd;
}

.item-detail-sidebar::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

body .item-detail-sidebar .vamatags-container .vamatags-btn {
    display: inline-block;
    margin-bottom:2px;
    pointer-events:none;
}

body .item-detail-sidebar p {
   margin-bottom:0.75rem;
}


body .item-detail-sidebar .vamatags-container .vamatags-btn .btn {
    font-size: 11px;
}


.item-detail-sidebar .btn-close {
    border-radius: 100px;
    font-size: 16px;
    padding: 7px;
}

.item-detail-sidebar .sidebar-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}




.item-detail-sidebar .sidebar-header h5 {
    margin-bottom: 0px;
}



.item-detail-sidebar .vamatags-btn-more {
    font-size: 11px;
    margin-left: 44px;
}

.ve-body .image-container .img-details {
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    padding: 25px;
    background-color: #00000062;
    height: 100%;
    position: relative;
}

.ve-body .image-container.active .img-border {
    border: 5px solid #0d6efd;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.ve-body .image-container:hover .img-details,
.ve-body .image-container.active .img-details {
    opacity: 1;
}

.ve-body .image-container .img-details .img-ampel {
    position:absolute;
    top:10px;
    right:10px;
    width:10px;
    height:10px;
    border-radius:10px;
}

.ve-body .image-container .img-details .img-ampel.green {
    background-color: #8dd768;
}

.ve-body .image-container .img-details .img-ampel.yellow {
    background-color: #ebe653;
}

.ve-body .image-container .img-details .img-ampel.red {
    background-color: #e46464;
}

.ve-body .image-container .img-details .img-ampel.grey {
    background-color: #d3d3d3;
}

.ve-body .image-container .img-details .img-header {
   font-size:19px;
   font-weight:600;
}

.ve-body .image-container .img-details .img-description {
    font-size:12px;
    font-weight:300;
}

.ve-body .img-vamatags  {
   pointer-events:none;
}

.ve-body .img-vamatags .vamatags-btn {
    margin-top: 5px;
    display: inline-block;
}

.ve-body .img-vamatags .vamatags-btn .btn {
   font-size:11px;
   border-radius:50px;
}


.ve-image-toolbar {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(100% - 50px);
    height: 55px;
    display: flex;
    align-items: center;
    z-index: 999;
    background-color: #fff;
    border-radius: 100px;
    padding-left: 20px;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.20);
    justify-content: space-between;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    margin-left: 315px;
}

body.showsidebar .ve-image-toolbar {
    width: calc(100% - 645px);
}

body .ve-image-toolbar {
    width: calc(100% - 350px);
}


.ve-image-toolbar.visible {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.ve-image-toolbar .toolbar-left {
    display:flex;
    align-items:center;
}

.ve-image-toolbar .toolbar-right {
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

.ve-image-toolbar .btn-close {
    border-radius: 100px;
    font-size: 20px;
    padding: 10px;
}

.ve-image-toolbar .toolbar-info {
    font-size:13px;
    margin-right:13px;
}

.modal-content .modal-header {
    border-bottom: 0px;
    padding: 25px;
    padding-bottom: 15px;
    padding-top:18px;
}

.modal-content .modal-body {
    border-bottom: 0px;
    padding: 35px;
    background-color: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.modal-content .modal-footer {
    border-top: 0px;
}

.alert {
    color: #fff;
    font-size: 13px;
    padding: 13px;
}

    .alert.alert-warning {
        border: 1px solid #9d9eae;
        background-color: #a9aabc;
    }

.alert.alert-error {
    border: 1px solid #f57e6f;
    background-color: #d84a38;
}

.alert i {
    font-size: 48px;
}

.form-label {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0.2rem;
}

.item-detail-sidebar.rightbar .form-label {
    margin-bottom: 0.1rem;
}

.modal-addElement .image-holder-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 235px;
}

.modal-addElement .image-holder {
    display: block;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
}

.modal-addElement .image-holder img {
    width: 100%;
    object-fit: contain;
    max-height: 235px;
}

.form-text {
    font-size: .675em;
    padding-left: 2px;
    padding-right: 2px;
}


#drop-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255,0.88);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0d6efd;
    font-size: 21px;
    z-index: 1000;
    font-weight: 600;
    flex-direction: column;
}

#drop-area i{
    font-size:90px;
    margin-bottom:10px;
}

#drop-area p {
    width: 470px;
}

.nav {
    position:relative;
    top:1px;
}

.tab-pane {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9997;
    position:absolute;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
}

.loader {
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader-text {
    color:#fff;
    font-size:20px;
    margin-top:10px;
    font-weight:600;
}

.loader-bounce {
    width: 10px;
    height: 38px;
    background: #fff;
    display: inline-block;
    -webkit-animation: kw-bouncedelay 1.4s infinite ease-in-out both;
    animation: kw-bouncedelay 1.4s infinite ease-in-out both;
}

.loader-bounce--1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-bounce--2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes kw-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes kw-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.page-error {
    width: 100%;
    text-align: center;
    padding: 150px 10px;
}

.page-error-inner {
    max-width: 800px;
    display: inline-block;
}

.cropper-preview {
    overflow: hidden;
    margin-top: 5px;
}

.cropper-container {
    margin-top: 5px;
}

.modal-cropper-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: space-around;
}

.cropper-vertical-line {
    Float: left;
    width: 4px !important;
    background-color: #0d6efd;
    align-self: stretch;
}

.img-container-cropper {
    height: 100%;
    margin-right: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 576px) {
    .modal-cropper-container {
        flex-direction: column;
        gap: 15px;
    }

    .cropper-vertical-line {
        height: 4px !important;
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .img-container-cropper {
        margin-right: 0px;
        width: 100%;
    }
}


.background-container {
    height: 100%;
    width: 100%;
    background-size: cover;
    will-change: background-position;
}

#positioner-container {
    position: absolute;
    bottom: 3em;
    left: 3em;
    background: #fafafa;
    width: 20em;
    max-width: 45vw;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    z-index: 10;
    text-align: center;
    padding: 0 0.5em 0.25em;
    box-sizing: border-box;
}

#picker {
    position: relative;
}

#point {
    box-shadow: 0 0 0 2pt #0d6efd;
    background-color: white;
    width: 1.5em;
    height: 1.5em;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    cursor: move;
}

    #point:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.viewport {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1);
    will-change: width, height;
}

    .viewport.mobile {
        width: 134px;
        height: 200px;
    }

    .viewport.tablet {
        width: 200px;
        height: 134px;
    }

    .viewport.desktop {
        width: 380px;
        height: 214px;
    }

.controls {
    text-align: left;
    padding-right: 0.25em;
    color: #666;
    display: flex;
    justify-content:center;
}

.results {
    font-size: 12px;
    margin: 12px 0;
    display: block;
    font-weight: bold;
}

.control {
    font-size: 1.25em;
    display: inline-block;
    margin: 0 0.25em;
    vertical-align: sub;
    cursor: pointer;
    color: #000;
    opacity: 0.38;
}

.control.active {
    opacity: 0.6;
}

#focal-img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
    box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
    max-width: 500px;
    max-height: 400px;
    height: auto;

}

.img-max-size {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
    box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
    max-width: 400px;
    max-height: 300px;
}

/* sweetalert custom */
.swal2-icon.swal2-info {
    border-color: #339900 !important;
    color: #339900 !important;
}

.swal2-icon.swal2-warning {
    border-color: #339900 !important;
    color: #339900 !important;
}

.swal2-icon.swal2-error {
    border-color: #f30 !important;
    color: #f30 !important;
}

.has-error .select {
    border-color: #aa1f17;
}

.has-error .select-icon {
    border-color: #aa1f17;
    border-left-color: #d5d5d5;
}

.input-accepted .select {
    border-color: #390;
}

.input-accepted .select-icon {
    border-color: #390;
    border-left-color: #d5d5d5;
}

.has-error .form-label {
    color: #d84a38;
    font-weight: bold;
}

.has-error input {
    border-color: #d84a38;
}

.input-accepted input {
    border-color: #390;
}


.btmultiTagging{
    cursor: pointer;
}

.btn.btn-primary.specialpurple {
    background-color: #ae38f3;
    border-color: #ae38f3;
}

    .btn.btn-primary.specialpurple:hover {
        background-color: #9935d4;
        border-color: #9935d4;
    }

.sidebar-image {
    pointer-events: none;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.jstree-default a {
    white-space: normal !important;
    height: auto;
    font-size:12px;
}

.jstree-anchor {
    height: auto !important;
}

.jstree-default li > ins {
    vertical-align: top;
}

.jstree-leaf {
    height: auto;
}

    .jstree-leaf a {
        height: auto !important;
    }

.btn-extrasmall {
    transform: scale(0.7);
    position: absolute;
    top: -9px;
    right: -3px;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

.modal-addElement .form-group {
    position:relative;
}

.modal-addElement .directory-container {
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.jstree-checkbox.jstree-checkbox-disabled {
    cursor: not-allowed;
}


.sidebar-content{
    user-select: text;
}

#svgModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}


.modal-content.svgModalContent {
    background: transparent !important;
    border: none !important;
}


.modal-body.svgModalBody {
    background: transparent !important;
    border: none !important;
    max-height: 80vh !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.svgModalBody svg {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.svgModalBody img {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.btn-close-white {
    color: white !important;
}

.svgModalHeader {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}

.image-holder.image-zoomable {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.image-holder.image-zoomable::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.image-holder.image-zoomable:hover::before {
    background: rgba(0, 0, 0, 0.4); 
}

.image-holder.image-zoomable:hover .zoom-icon {
    opacity: 1;
    pointer-events: auto;
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2;
}


.img-explain-trigger {
    position: absolute;
    right: 5px;
    top: 20px;
    padding: 3px;
    margin: 5px;
    color: black;
    background-color: yellow;
    cursor:pointer;
}


.img-explain-trigger .img-explain-score {
    font-size: 9px;
    font-weight: bold;
}

.img-explain-details {
    display: none;
}

.modal-backdrop.zoom-backdrop {
    z-index: 1060 !important;
}