.logo-name {
    color: #0576b9;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.starIcon {
    display: inline-block;
    height: 18px;
    width: 102px;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-popover {
    --bs-popover-max-width: 400px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.select-box-versand {
    background-position: right .10rem center !important;
    background-size: 12px 8px !important;
}

.fs-super-1 {
    font-size: calc(1.34375rem + 2.525vw) !important;
}

.fs-super-11 {
    font-size: calc(1.34375rem + 1.525vw) !important;
}

.fs-super-2 {
    font-size: calc(1.3rem + 0.9vw) !important;
}

.fs-super-3 {
    font-size: calc(1.278125rem + 0.6375vw) !important;
}

.text-super-danger {
    color: red !important;
}
.text-super-success {
    color: green !important;;
}
.bg-super-success {
    background-color: #0f5132;
}
.bg-super-danger {
    background-color: red;
}
.bg-super-warning {
    background-color: yellow;
}

.shipping-first {
    min-width: 160px !important;
    max-width: 180px !important;
    padding-right: 10px;
    white-space: nowrap;
}
.shipping-other {
    min-width: 144px !important;
    white-space: nowrap;
}
.w-10 {
    width: 10% !important;
}

.form-control:disabled, .form-select:disabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/*.rainbow {
    background:
            linear-gradient(
                    to right,
                    rgba(100, 200, 200, 1),
                    rgba(100, 200, 200, 1)
            ),
            linear-gradient(
                    to right,
                    rgba(255, 0, 0, 1),
                    rgba(255, 0, 180, 1),
                    rgba(0, 100, 200, 1)
            );
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.rainbow.active, .rainbow:hover {
    background-size: 0 3px, 100% 3px;
}*/

.inactive-menu {
    background-color: #5f6771;
    color: #c3cfe0;
}

#sidebar-menu ul.metismenu > li.mm-active.inactive-menu > a {
    background-color: rgba(5, 118, 185, 0.29) !important;
    color: #fff !important;
}

.sidenav-divider {
    -ms-flex: 0 0 auto;flex:0 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    margin-top: .75rem;
    margin-bottom: .75rem;
    padding: 0;
    list-style: none;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.form-control:read-only {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* summernote */
.note-editable {
    min-height: 300px;
}

.autocomplete-menu {
    position: absolute !important;
    z-index: 1050; /* Über anderen Elementen, falls nötig */
    /*width: 100%; !* Dropdown soll gleich breit wie das Input-Feld sein *!*/
}
