﻿body {
    background-color: #f3f3f9;
}

.app-layout {
    background-color: #f3f3f9;
}

.app-header {
    background-color: white;
}

.app-wrapper {
    margin: auto;
}

.app-content {
    padding: 0;
}

.app-main {
}

.app-container {
    background-color: #f3f3f9;
}

.header-menu-button {
    border:none;
}

.app-menu {
    background-color: white;
}

.app-footer {
    background-color: white;
    padding: 1rem;
}

.app-page {
    background-color: #f3f3f9;
    /*background-color: red;*/
}

.app-page-header {
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
}

.app-page-title {
    margin-bottom: 10px;
    /*background-color: blue;*/
}

.app-page-body {
    background-color: white;
    padding: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    border-radius: .2rem;
}

    .app-page-body.simple {
        background-color: transparent !important;
        margin-bottom: 0rem;
        margin-left: 0rem;
        padding-top: 0rem;
    }

.app-page-toolbar-bottom {
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .app-page-toolbar-bottom .simple {
        margin-bottom: 0rem;
    }

.page-content-details {
    margin-bottom: 10px;
}

.icon-page-title-small {
    font-size: 1rem;
    font-weight: 400;
}

.icon-page-title-medium {
    font-size: 1.5rem;
    font-weight: 400;
}

.icon-page-title-large {
    font-size: 2.5rem;
    font-weight: 400;
}

.content-separator {
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: dashed;
}

.content-detail-description {
    font-weight: 600;
    font-size: 1.25rem;
}

.section-container {
    margin-top: 1rem;
}

    .section-container .simple {
        background-color: transparent;
    }

.section-header {
    margin-bottom: 1rem;
}

.section-title {
}

.menu .sub-menu {
    margin-bottom: 1.5rem;
}

    .menu .sub-menu .menu-header {
        font-weight: 700;
        text-transform: uppercase;
    }

    .menu .sub-menu .menu-item {
        width: 100%;
        margin-bottom: .25rem;
        margin-top: .25rem;
        margin-left: .25rem;
        height: 30px;
    }

        .menu .sub-menu .menu-item a {
            color: #5E6278;
            text-decoration: none;
        }

        .menu .sub-menu .menu-item .menu-link:hover {
            color: black;
            background-color: #f7f7f7;
        }

        .menu .sub-menu .menu-item .menu-link {
            display: flex;
            padding: .2rem;
            border-radius: .2rem;
        }

        .menu .sub-menu .menu-item .active {
            background-color: #f1f1f1;
        }

.menu-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-style: solid;
    opacity: .10;
}

.link-list-item {
    margin-bottom: .5rem;
}

.list-item-title-link h4 {
    margin-bottom: 0;
}

.list-item-title-link a {
    color: #7E8299;
    margin-bottom: .25rem;
}

    .list-item-title-link a:hover {
        color: black;
    }

.link-type-list-item {
    margin-bottom: .5rem;
}

.list-item a {
    text-decoration: none;
}

span.icon-size-extra-small i {
    font-size: .7rem;
}

span.icon-size-small i {
    font-size: 1rem;
}

span.icon-size-medium i {
    font-size: 1.5rem;
}

span.icon-size-large i {
    font-size: 3rem;
}

.icon-square-small {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .3rem;
}

.icon-square-medium {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
}

.icon-square-large {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.model-field-text-small {
    font-size: 1rem;
    font-weight: 400;
}

.model-field-text-medium {
    font-size: 1.5rem;
    font-weight: 400;
}

.model-field-text-large {
    font-size: 2.5rem;
    font-weight: 400;
}

.model-field-multiline {
    white-space:pre-line;
}

.group-list-item {
    margin-bottom: .5rem;
}

.group-details-name {
    margin-bottom: 10px;
}

.group-details-description {
    margin-bottom: 10px;
}

.link-details-url {
    margin-bottom: .5rem;
}

.link-details-title {
    /*margin-bottom: .5rem;*/
}

.link-details-description {
    margin-bottom: .5rem;
}

.link-url-margin-large {
    margin-left: 5rem;
}

.link-url-margin-medium {
    margin-left: 4rem;
}

.link-url-margin-small {
    margin-left: 2.5rem;
}

.linktype-list-item {
    margin-bottom: .5rem;
}

.overview-list-item {
    margin-bottom: .5rem;
}

.overview-details-name {
    margin-bottom: 10px;
}

.overview-details-description {
}

.model-field-button {
    width: 50px;
}

.draggable {
    cursor: move;
}

    .draggable:hover {
        /*background-color: #f0f0f0;*/
        /* Optional: add a subtle shadow or border to highlight */
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

.rotate-180 {
    transform: rotate(180deg);
}

.listitem-state {
    position: relative !important;
    margin-right: .5rem;
    min-width: 5px;
    height: 35px
}

.section-body div.overviewgroup-list-item:last-child {
    margin-bottom: 0rem;
}

.overviewgroup-list-item, .overviewgroup-publish-list-item {
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: .2rem;
}

.overviewgroup-header {
    margin-bottom: 1rem;
}

.overviewgroup-body {
    margin-left:1rem;
}

.overviewgroup-sortable-list {
    background-color: white;
    border-radius: .2rem;
    margin-bottom: 1rem;
}

.overviewgroup-sortable-list-item {
    background-color: white;
    padding: 1rem;
    border-radius: .2rem;
}

    .overviewgroup-sortable-list-item .overviewgroup-header {
        margin-bottom: 0rem;
    }

    .overviewgroup-sortable-list-item .group-details-name {
        margin-bottom: 0rem;
    }

.overviewgroup-publish-list-item .overviewgroup-header {
    margin-bottom: 0rem;
    padding-bottom: 1rem;
}

.overviewgroup-publish-list-item .group-details-name {
    margin-bottom: 0rem;
}

.overviewgroup-sortable-toolbar {
    background-color: white;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem;
}

.link-sortable-list-item {
    padding: 1rem;
}

.overview-create, .group-create, .link-create {
    background-color: white;
    border: dashed;
    border-style: dashed;
    border-width: thin;
    border-color: #dee2e6;
    border-radius: .2rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.group-links-loading, .pending-link-loading, .pending-overview-loading, .pending-overviewgroup-loading {
    border: dashed;
    border-style: dashed;
    border-width: thin;
    border-color: #dee2e6;
    border-radius: .2rem;
    padding: 1rem;
    margin: 1rem;
}

.pending-link-loading, .pending-overview-loading, .pending-overviewgroup-loading {
    background-color: white;
    margin: 0rem;
}

.no-items-found {
    border: dashed;
    border-style: dashed;
    border-width: thin;
    border-color: #dee2e6;
    border-radius: .2rem;
    padding: 1rem;
}

    .no-items-found.simple {
        background-color: white;
    }

.collapsed {
    display: none;
}

.clickable {
    cursor: pointer;
}

.loading-message {
    padding: 1rem;
}

    .loading-message.simple {
        background-color: white;
        padding: 2rem;
        /*margin: 1rem;*/
    }

.authentication-message {
    background-color: white;
    padding: 1rem;
    margin: 1rem;
}

.overview-publish-url-prefix {
    font-weight: 500;
}

.validation-message {
    margin-top: 1rem !important;
    color: orange;
}

.link-title-favicon {
    margin-top: .7rem;
}

.modal-close {
    margin-top: 1rem;
    margin-right: .5rem;
}

.scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
    background-color: #005299;
}

.publish-link-list-item {
    margin-bottom: 1rem;
}

.publish-settings {
    margin-top:2rem;
}

.publish-settings-title {
    margin-bottom: 1rem;
}

.publish-qrcode, .publish-qrcode-title {
    margin-bottom: .5rem;
}

. publish-qrcode-download {
    margin-left:2rem;
}

.user-profile-field {
    margin-bottom: 1rem;
}

.observation-details {
    margin-top: 2rem;
}

.observation-summary {
    margin-bottom: .5rem;
}