.navbar-brand-bar {
    background: linear-gradient(135deg, #1b8a4a 0%, #00796b 100%);
}

.drop-zone {
    border-color: #cdd5df !important;
    cursor: pointer;
    transition: background-color .15s, border-color .15s, transform .15s;
    outline: none;
}
.drop-zone:hover,
.drop-zone:focus {
    border-color: #0d6efd !important;
    background-color: #f5f9ff !important;
}
.drop-zone-active {
    border-color: #0d6efd !important;
    background-color: #e7f1ff !important;
}
.drop-zone-inner {
    pointer-events: none;
}

.toolbar-top {
    z-index: 100;
}

.cropper-wrap {
    min-height: 300px;
}

.cropper-container-outer {
    width: 100%;
    height: calc(100vh - 180px);
    min-height: 300px;
    background-color: #f1f3f5;
    background-image:
        linear-gradient(45deg, #e9ecef 25%, transparent 25%),
        linear-gradient(-45deg, #e9ecef 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #e9ecef 75%),
        linear-gradient(-45deg, transparent 75%, #e9ecef 75%);
    background-size: 16px 16px;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
}
.cropper-container-outer.bg-solid {
    background-image: none;
}

.cropper-container-outer img {
    display: block;
    max-width: 100%;
}

.sidebar-card {
    top: 70px;
}

#modeMove.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

@media (max-width: 991.98px) {
    .cropper-container-outer {
        height: 60vh;
    }
    .sidebar-card {
        position: static !important;
    }
}
