#app {
    margin-top: 1.5rem !important;
}

.theme-selector {
    position: absolute;
    top: 40px;
    right: 10px;
    display: flex;
    z-index: 2;
}

.form-control {
    border-right: 0;
}

.input-group-append {
    margin-left: -1px;
}

.slider-label {
    display: block;
    margin-top: 20px;
}

.tooltip-inner {
    max-width: 200px;
    /* Override Bootstrap's default width for tooltips */
}

.logo-container {
    position: relative;
    width: 150px;
    /* eller den bredd du föredrar */
    /* height: 200px; eller den höjd du föredrar */
    height: 60px;
    /* margin: 0 auto */
}

.logo {
    height: 60px;
    position: absolute;
    cursor: grab;
    /* Ändrar muspekaren för att indikera att objektet kan dras */
    z-index: 1;
}

html {
    background: linear-gradient(135deg, rgba(231, 241, 247, 1) 0%, rgba(179, 158, 219, 1) 100%);
    height: 100%;
    background-attachment: fixed;
}

body {
    /* durchsichtiger hintergrund */
    background-color: transparent !important;
}

body,
html {
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
}

.settings-icon {
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
}