.brand-logo {
    height: 28px;
    width: auto;
    display: block;
}

.brand-logo-light {
    display: none;
}

[data-bs-theme="dark"] .brand-logo-dark {
    display: none;
}

[data-bs-theme="dark"] .brand-logo-light {
    display: block;
}

.nav-icon-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.office-logo-thumb {
    max-width: 120px;
    max-height: 50px;
}

.marketing-template-thumb {
    max-width: 120px;
    max-height: 80px;
}

.login-card {
    width: 400px;
}

.marketing-template-checkbox {
    position: static;
    margin-right: 0.5rem;
}

.cropper-stage {
    width: 100%;
    max-width: 100%;
    height: 360px;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.cropper-stage .cropper-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.cropper-stage .cropper-wrap-box,
.cropper-stage .cropper-canvas,
.cropper-stage .cropper-drag-box,
.cropper-stage .cropper-crop-box {
    max-width: 100% !important;
    max-height: 100% !important;
}

.cropper-preview-box {
    min-height: 140px;
    border: 1px dashed #ced4da;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    overflow: hidden;
    padding: 0.5rem;
}

.cropper-preview-box img {
    max-width: 100%;
    max-height: 130px;
    display: block;
}

#cropImage {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
