
.btn.btn-clean .svg-icon-brand svg g [fill] {
    fill: #06386f !important;
}

.accordion.accordion-toggle-plus .card .card-header .card-title:after {
    color: white !important;
    font-weight: bold !important;
}

.uploaded-images.selected,
.background-images.selected {
    box-shadow: 0px 0px 4px 1px #0080ff;
}

.radio > input:checked ~ span {
    background-color: #0080ff;
}

.wrapper {
    margin: 0 !important;
    background: transparent;
    padding-top: 0 !important;
    border-radius: 0;
}

div#print-width {
    width: 100%;
    position: absolute;
    top: 15px;
}

div#print-height {
    height: 100%;
    position: absolute;
    padding-top: 0;
    left: -6px;
}

div#total-width {
    width: 100%;
    position: absolute;
    top: -50px;
}

div#total-height {
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 0;
}

.builder-frame {
    width: 160px;
    border: 5px solid #777;
    height: 160px;

}

.builder-label__label span {
    font-size: 13px;
    display: inlineblock;
}
.builder-label__label span:first-child {
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
}

.builder-container {
    margin-top: 100px;
    width: auto;
    display: inline-block;
    position: relative;
}

.builder-print__border {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border: 10px solid #ddd;
    top: -1px;
    position: relative;
    left: -1px;
}

.builder-print {
    width: 100%;
    height: 100%;
    position: relative;
}

.builder-label {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 50px;
    min-height: 50px;
}

.builder-label.builder-label__vertical {
    flex-direction: column;
    top: 0;
    bottom: 0;
}

.builder-label .builder-label__line {
    background: #b5b5c3;
}

.builder-label:not(.builder-label__vertical) .builder-label__line {
    position: absolute;
    width: calc(100% - 6px);
    left: 3px;
    right: 3px;
    height: 2px;
}

.builder-label.builder-label__vertical .builder-label__line {
    position: absolute;
    height: calc(100% - 6px);
    top: 3px;
    bottom: 3px;
    width: 2px;
}

.builder-label .builder-label__left,
.builder-label .builder-label__right {
    border-top: 2px solid #b5b5c3;
    border-left: 2px solid #b5b5c3;
    width: 12px;
    height: 12px;
    position: absolute;
    box-sizing: content-box;
}

.builder-label:not(.builder-label__vertical) .builder-label__left {
    transform: rotate(-45deg);
    left: 3px;
}

.builder-label:not(.builder-label__vertical) .builder-label__right {
    transform: rotate(135deg);
    right: 3px;
}

.builder-label.builder-label__vertical .builder-label__left {
    transform: rotate(45deg);
    top: 3px;
}

.builder-label.builder-label__vertical .builder-label__right {
    transform: rotate(-135deg);
    bottom: 3px;
}

.builder-label__label {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    top: 0;
      white-space: nowrap;
}

.builder-label__vertical .builder-label__label {
    /* top: 55%; */
    top: 50%;
    left: 65%;
    transform: translateY(-50%);
}

#file-upload.dropzone .dz-preview {
    position: absolute;
}

#file-upload.dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}

.custom-file-label--hide-label::after {
    content: unset !important;
}

.section-error .card-title {
    background: #f64e60 !important;
}

.section-error .card-title i.la::before {
    content: '\f071' !important;
    font-weight: 900 !important;
}

.image-delete-btn {
    margin: 0.25rem;
    appearance: none;
    -webkit-appearance: none;
    background: #f64e60;
    color: #ffffff;
    opacity: 0.9;
    outline: none;
    border: none;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
}

.image-delete-btn:hover,
.image-delete-btn:focus {
    opacity: 1;
}

.image-delete-btn > i {
    font-size: 1rem;
    color: white;
}
.bm-note-window__container {
    position: fixed;
    inset: 0;

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

.bm-add-note-window__overlay {
    position: absolute;
    inset: 0;
    background: #00000090;
}

.bm-add-note-window {
    width: 800px;
    z-index: 123123123123
}

.admin-note:not(:last-child) {
    border-bottom: 3px dashed #00000020;
    margin-bottom: 2px;
    padding-bottom: 15px;
}
.btn.btn-success.wizard-highlighted{
    border: 2px solid #8950fc !important
}

.symbol.symbol-40 > img {
    min-width: 40px;
}

.custom-scroll {
    height: 80%;
  overflow: scroll !important;
  scrollbar-color: var(--scroll-thumb-color, #F3F6F9) var(--scroll-track, transparent);
  scrollbar-width: thin;
}

.custom-scroll::-webkit-scrollbar {
  width: var(--scroll-size, 10px);
  height: var(--scroll-size, 10px);
}
.custom-scroll:-webkit-scrollbar-track {
}

.custom-scroll {
  --scroll-size: 12px;
  --scroll-radius: 20px;
  --scroll-thumb-color: #F3F6F9;
}
