﻿﻿.dropzone{position:relative;overflow:hidden;border:2px dotted rgb(0 0 0 / .2);background-color:rgb(0 0 0 / .09);margin-bottom:20px;border-radius:5px}.dropzone.dropzone-active{background-color:#999}.dropzone label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.fileProgress{vertical-align:middle!important}.app-load{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:9999}.loading-image{width:100px;animation:wave 2s linear infinite}@keyframes wave{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}
:root {
    --omni-color-primary: #6c4d9d;
    --omni-color-primary-strong: #4f3480;
    --omni-color-primary-soft: #f4effa;
    --omni-color-text: #252837;
    --omni-color-text-muted: #727785;
    --omni-color-border: #e3e6ed;
    --omni-color-surface: #ffffff;
    --omni-color-page: #f6f8fb;
    --omni-color-danger: #b53f4b;
    --omni-color-danger-soft: #fff8f8;
    --omni-radius-control: 10px;
    --omni-radius-card: 20px;
    --omni-radius-pill: 999px;
    --omni-shadow-card: 0 16px 44px rgba(27, 27, 62, 0.1);
    --omni-shadow-control-focus: 0 0 0 3px rgba(108, 77, 157, 0.12);
    --omni-transition: 0.18s ease;
}

/* Standard dashboard layout shared by Omni modules */
.odash-shell {
    background: #f6f8fb;
    min-height: calc(100vh - 56px);
    padding: 28px;
}

.odash-hero {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 30px 330px 28px 30px;
    border: 1px solid #e8e7f5;
    border-radius: 14px;
    background:
        radial-gradient(circle at 83% 30%, rgba(124, 92, 255, .16), transparent 24%),
        linear-gradient(110deg, #ffffff 0%, #ffffff 58%, #f4f1ff 100%);
    box-shadow: 0 18px 45px rgba(31, 41, 55, .06);
    margin-bottom: 22px;
}

.odash-kicker {
    margin-bottom: 10px;
    color: #6548f5;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.odash-title {
    max-width: 700px;
    margin: 0;
    color: #0f172a;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.25;
}

.odash-copy {
    max-width: 720px;
    margin: 12px 0 0;
    color: #52617d;
    font-size: .94rem;
    line-height: 1.55;
}

.odash-art {
    position: absolute;
    right: 42px;
    top: 25px;
    width: 240px;
    height: 124px;
    pointer-events: none;
}

.odash-art-main {
    position: absolute;
    right: 42px;
    top: 10px;
    width: 110px;
    height: 96px;
    border-radius: 22px;
    background: linear-gradient(145deg, #8d6dff, #5832d9);
    box-shadow: 0 22px 42px rgba(88, 50, 217, .28);
    transform: rotate(4deg);
}

.odash-art-main::before {
    content: "";
    position: absolute;
    left: 23px;
    right: 23px;
    bottom: 22px;
    height: 9px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 -19px 0 rgba(255, 255, 255, .72), 0 -38px 0 rgba(255, 255, 255, .5);
}

.odash-art-chart {
    position: absolute;
    left: 8px;
    bottom: 2px;
    width: 92px;
    height: 65px;
    border: 1px solid rgba(103, 72, 225, .14);
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff, #eee9ff);
    box-shadow: 0 14px 30px rgba(80, 60, 170, .18);
    transform: rotate(-6deg);
}

.odash-art-chart::before {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 15px;
    width: 11px;
    height: 19px;
    border-radius: 4px 4px 1px 1px;
    background: #9f87ff;
    box-shadow: 20px -10px 0 #7555eb, 40px 4px 0 #c3b6ff;
}

.odash-filter-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid #ececf6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, .04);
    margin-bottom: 22px;
}

.odash-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}

.odash-filter-main,
.odash-filter-actions,
.odash-period-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
}

.odash-filter-controls {
    align-items: flex-end;
}

.odash-filter-main {
    flex: 1 1 auto;
    min-width: 0;
}

.odash-filter-actions {
    align-items: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
}

.odash-period-buttons {
    flex: 1 1 auto;
}

.odash-field {
    display: grid;
    gap: 4px;
    min-height: 58px;
    width: 160px;
    padding: 8px 12px;
    border: 1px solid #d9e1ee;
    border-radius: 8px;
    background: #fff;
}

.odash-field > span,
.odash-field > label,
.odash-filter-label {
    display: block;
    margin: 0;
    color: #637083;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.odash-field input,
.odash-field .form-control {
    min-height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #101828;
    font-size: 14px;
    font-weight: 900;
    outline: 0;
}

.odash-department-field {
    min-width: 320px;
}

.odash-select .simple-dropdown-button {
    min-height: 24px;
    padding: 0 22px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #101828;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
}

.odash-select .simple-dropdown-button.dropdown-toggle::after {
    display: none;
}

.odash-select .simple-dropdown-text {
    padding-right: 18px;
}

.odash-select .dropdown-menu {
    max-height: 280px;
    min-width: 320px;
    overflow-y: auto;
    border: 1px solid #d9e1ee;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(16, 24, 40, .12);
}

.odash-filter-summary {
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.odash-button,
.odash-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 900;
    white-space: nowrap;
}

.odash-icon-button {
    width: 44px;
    min-width: 44px;
    padding: 0;
}

.odash-custom-mode .odash-button {
    min-height: 58px;
    margin-bottom: 5px;
    text-align: center;
    padding: 20px;
}

.odash-button {
    border: 1px solid #d9e1ee;
    background: #fff;
    color: #40506d;
}

.odash-button.active {
    border-color: transparent;
    background: linear-gradient(135deg, #7b5cff, #5230d7);
    color: #fff;
    box-shadow: 0 10px 20px rgba(82, 48, 215, .18);
}

.odash-primary-button {
    border: 1px solid #148f5a;
    background: #148f5a;
    color: #fff;
}

.odash-period-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 13px;
}

.odash-period-summary i {
    color: #6548f5;
}

@media (max-width: 992px) {
    .odash-hero {
        padding-right: 220px;
    }
}

@media (max-width: 760px) {
    .odash-shell {
        padding: 18px;
    }

    .odash-hero {
        padding: 24px;
    }

    .odash-art {
        display: none;
    }

    .odash-filter-panel,
    .odash-filter-main,
    .odash-filter-actions,
    .odash-filter-row,
    .odash-period-buttons,
    .odash-field,
    .odash-button,
    .odash-primary-button {
        align-items: stretch;
        width: 100%;
    }

    .odash-department-field {
        min-width: 0;
    }

    .odash-filter-summary {
        max-width: calc(100vw - 110px);
    }
}

/* Modais operacionais Omni */
.omni-modal {
    z-index: 1060 !important;
}

.omni-modal.fade {
    opacity: 1;
}

.omni-modal.fade .modal-dialog {
    transform: none;
}

.omni-modal .modal-dialog {
    width: calc(100% - 24px);
    margin: 24px auto;
}

.modal-content.omni-modal,
.omni-modal .modal-content {
    overflow: hidden;
    color: var(--omni-color-text, #252837);
    background: var(--omni-color-surface, #fff);
    border: 1px solid var(--omni-color-border, #e3e6ed);
    border-radius: var(--omni-radius-card, 20px);
    box-shadow: 0 24px 64px rgba(27, 27, 62, .24);
}

.omni-modal .modal-header,
.omni-modal .modal-footer {
    display: flex;
    align-items: center;
    padding: 18px 22px;
    background: var(--omni-color-surface, #fff);
    border-color: var(--omni-color-border, #e3e6ed);
}

.omni-modal .modal-header {
    justify-content: space-between;
}

.omni-modal .modal-body {
    padding: 22px;
    text-align: left;
}

.omni-modal .modal-footer {
    justify-content: flex-end !important;
    gap: 10px;
}

.omni-modal-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
    min-width: 0;
    text-align: left;
}

.omni-modal-heading > div {
    min-width: 0;
    text-align: left;
}

.omni-modal-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: var(--omni-color-primary, #6c4d9d);
    font-size: 17px;
    background: var(--omni-color-primary-soft, #f4effa);
    border-radius: 12px;
}

.omni-modal-eyebrow {
    display: block;
    margin-bottom: 1px;
    color: var(--omni-color-primary, #6c4d9d);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.omni-modal .modal-title {
    margin: 0;
    color: var(--omni-color-text, #252837);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.omni-modal .close {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: var(--omni-color-text-muted, #727785);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-shadow: none;
    background: var(--omni-color-page, #f6f8fb);
    border-radius: var(--omni-radius-control, 10px);
    opacity: 1;
}

.omni-modal .close > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 2px;
    line-height: 1;
    text-align: center;
}

.omni-modal .close:hover {
    color: var(--omni-color-primary-strong, #4f3480);
    background: var(--omni-color-primary-soft, #f4effa);
}

.omni-modal .close:focus-visible,
.omni-modal button:focus-visible,
.omni-modal input:focus-visible,
.omni-modal textarea:focus-visible,
.omni-modal select:focus-visible,
.omni-modal a:focus-visible {
    outline: 0;
    box-shadow: var(--omni-shadow-control-focus, 0 0 0 3px rgba(108, 77, 157, .18));
}

.omni-modal .form-group {
    margin-bottom: 16px;
    text-align: left;
}

.omni-modal .row,
.omni-modal .custom-control,
.omni-modal .icheck-success,
.omni-modal .text-muted:not(.text-center) {
    text-align: left;
}

.omni-modal label,
.omni-modal .control-label,
.omni-modal .form-label {
    margin-bottom: 6px;
    color: var(--omni-color-text, #252837);
    font-size: 14px;
    font-weight: 600;
}

.omni-modal .form-control {
    min-height: 44px;
    padding: 9px 12px;
    color: var(--omni-color-text, #252837);
    background: var(--omni-color-surface, #fff);
    border: 1px solid var(--omni-color-border, #dce0e8);
    border-radius: var(--omni-radius-control, 10px);
    box-shadow: none;
    transition: border-color var(--omni-transition, .18s ease), box-shadow var(--omni-transition, .18s ease);
}

.omni-modal .form-control:focus {
    border-color: var(--omni-color-primary, #6c4d9d);
    box-shadow: var(--omni-shadow-control-focus, 0 0 0 3px rgba(108, 77, 157, .18));
}

.omni-modal .input-group .form-control {
    border-radius: var(--omni-radius-control, 10px) 0 0 var(--omni-radius-control, 10px);
}

.omni-modal .input-group-append .btn,
.omni-modal .input-group-append .input-group-text {
    min-height: 44px;
    border-radius: 0 var(--omni-radius-control, 10px) var(--omni-radius-control, 10px) 0;
}

.omni-modal .btn,
.omni-modal .rounded-button,
.omni-modal .modal-footer button,
.omni-modal .modal-footer a {
    min-height: 42px;
    padding: 9px 16px;
    font-weight: 600;
    border-radius: var(--omni-radius-pill, 999px);
}

.omni-modal .btn-primary,
.omni-modal .bg-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--omni-color-primary, #6c4d9d), var(--omni-color-primary-strong, #4f3480));
    border-color: transparent;
}

.omni-modal .modal-footer .btn-success {
    color: #fff;
    background: linear-gradient(135deg, var(--omni-color-primary, #6c4d9d), var(--omni-color-primary-strong, #4f3480));
    border-color: transparent;
}

.omni-modal .modal-footer .btn-danger,
.omni-modal .modal-footer .btn-info,
.omni-modal .modal-footer .btn-default,
.omni-modal .modal-footer .btn-secondary {
    color: var(--omni-color-text-muted, #5f6470);
    background: var(--omni-color-page, #f2f4f7);
    border: 1px solid var(--omni-color-border, #e3e6ed);
}

.omni-modal .omni-modal-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: var(--omni-radius-pill, 999px) !important;
}

.omni-modal .omni-modal-action .nav-link {
    padding: 9px 18px;
    color: inherit !important;
    font-weight: 600;
}

.omni-modal .omni-modal-action-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--omni-color-primary, #6c4d9d), var(--omni-color-primary-strong, #4f3480)) !important;
    border-color: transparent !important;
    box-shadow: 0 8px 18px rgba(79, 52, 128, .2);
}

.omni-modal .omni-modal-action-secondary {
    color: var(--omni-color-text-muted, #5f6470) !important;
    background: var(--omni-color-page, #f2f4f7) !important;
    border-color: var(--omni-color-border, #e3e6ed) !important;
}

.omni-modal .omni-modal-action-primary:hover {
    background: var(--omni-color-primary-strong, #4f3480) !important;
}

.omni-modal .omni-modal-action-secondary:hover {
    background: var(--omni-color-primary-soft, #f4effa) !important;
}

.omni-modal-form-shell,
.omni-modal-form-shell .box-body {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.omni-choice-intro {
    margin-bottom: 18px;
    text-align: center;
}

.omni-choice-intro h5 {
    margin: 0;
    color: var(--omni-color-text, #252837);
    font-size: 17px;
    font-weight: 700;
}

.omni-choice-intro p {
    margin: 4px 0 0;
    color: var(--omni-color-text-muted, #727785);
}

.omni-choice-card,
.omni-modal .video-source-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding: 28px 22px;
    color: var(--omni-color-text, #252837);
    text-align: center;
    background: var(--omni-color-surface, #fff);
    border: 1px solid var(--omni-color-border, #e3e6ed) !important;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(27, 27, 62, .06);
    transition: transform var(--omni-transition, .18s ease), border-color var(--omni-transition, .18s ease), box-shadow var(--omni-transition, .18s ease);
}

.omni-choice-card:hover,
.omni-modal .video-source-card:hover {
    color: var(--omni-color-text, #252837);
    border-color: var(--omni-color-primary, #6c4d9d) !important;
    box-shadow: 0 14px 30px rgba(79, 52, 128, .14);
    transform: translateY(-3px);
}

.omni-choice-icon,
.omni-modal .video-source-card > i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    color: var(--omni-color-primary, #6c4d9d) !important;
    font-size: 24px !important;
    background: var(--omni-color-primary-soft, #f4effa);
    border-radius: 16px;
}

.omni-choice-title {
    font-size: 16px;
    font-weight: 700;
}

.omni-choice-description {
    max-width: 280px;
    margin-top: 6px;
    color: var(--omni-color-text-muted, #727785);
    line-height: 1.45;
}

.omni-choice-link {
    margin-top: 16px;
    color: var(--omni-color-primary-strong, #4f3480);
    font-size: 13px;
    font-weight: 700;
}

.omni-participant-modal .nav-tabs {
    gap: 8px;
    border: 0;
}

.omni-participant-modal .nav-tabs .nav-link {
    min-height: 42px;
    padding: 10px 16px;
    color: var(--omni-color-text-muted, #727785);
    font-weight: 600;
    background: var(--omni-color-page, #f6f8fb);
    border: 1px solid transparent;
    border-radius: var(--omni-radius-pill, 999px);
}

.omni-participant-modal .nav-tabs .nav-link.active {
    color: var(--omni-color-primary-strong, #4f3480);
    background: var(--omni-color-primary-soft, #f4effa);
    border-color: rgba(108, 77, 157, .18);
}

.omni-participant-modal .tab-content {
    padding-top: 18px;
}

.omni-participant-modal .bg-dark {
    color: var(--omni-color-text, #252837) !important;
    background: var(--omni-color-page, #f6f8fb) !important;
    border: 1px solid var(--omni-color-border, #e3e6ed);
    border-radius: 14px !important;
}

.omni-participant-modal .callout {
    margin: 0 0 16px;
    color: var(--omni-color-text-muted, #727785) !important;
    background: var(--omni-color-primary-soft, #f4effa) !important;
    border: 0;
    border-left: 4px solid var(--omni-color-primary, #6c4d9d);
    border-radius: 10px;
}

.omni-participant-modal .bg-dark .table,
.omni-participant-modal .bg-dark .table td {
    color: var(--omni-color-text, #252837);
    background: var(--omni-color-surface, #fff);
    border-color: var(--omni-color-border, #e3e6ed);
}

.omni-upload-modal .upload-post-file-form {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.omni-video-modal .video-source-choice > p {
    color: var(--omni-color-text-muted, #727785) !important;
}

.omni-modal .omni-change-source-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 8px 14px;
    color: #fff;
    background: var(--omni-color-primary, #6c4d9d);
    border: 1px solid var(--omni-color-primary, #6c4d9d);
    border-radius: var(--omni-radius-pill, 999px);
    box-shadow: 0 6px 14px rgba(79, 52, 128, .2);
}

.omni-modal .omni-change-source-button:hover {
    color: #fff;
    background: var(--omni-color-primary-strong, #4f3480);
    border-color: var(--omni-color-primary-strong, #4f3480);
}

.omni-video-modal iframe {
    min-height: 280px;
    border-radius: 14px;
}

/* Relatórios operacionais Omni */
.omni-confirm-dialog {
    width: calc(100% - 32px);
    max-width: 460px;
    margin: 30px auto;
}

.omni-modal .nav-tabs {
    gap: 6px;
    padding: 4px;
    border: 0;
    border-radius: 12px;
    background: var(--omni-color-page, #f2f4f7);
}

.omni-modal .nav-tabs .nav-link {
    min-height: 40px;
    padding: 9px 16px;
    color: var(--omni-color-text-muted, #5f6470);
    font-weight: 600;
    border: 0;
    border-radius: 9px;
}

.omni-modal .nav-tabs .nav-link.active {
    color: var(--omni-color-primary-strong, #4f3480);
    background: var(--omni-color-surface, #fff);
    box-shadow: 0 3px 10px rgba(27, 27, 62, .09);
}

.omni-modal .tab-content {
    padding-top: 16px;
}

.omni-modal .omni-camera-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.omni-modal .omni-camera-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 150px;
    min-height: 46px;
    padding: 10px 18px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: var(--omni-radius-pill, 999px);
    opacity: 1;
}

.omni-modal .omni-camera-primary,
.omni-modal .omni-camera-primary:hover,
.omni-modal .omni-camera-primary:focus {
    color: #fff !important;
    background: linear-gradient(135deg, var(--omni-color-primary, #6c4d9d), var(--omni-color-primary-strong, #4f3480)) !important;
    border: 1px solid transparent !important;
    box-shadow: 0 8px 18px rgba(79, 52, 128, .22);
}

.omni-modal .omni-camera-secondary,
.omni-modal .omni-camera-secondary:hover,
.omni-modal .omni-camera-secondary:focus {
    color: var(--omni-color-primary-strong, #4f3480) !important;
    background: var(--omni-color-primary-soft, #f4effa) !important;
    border: 1px solid rgba(108, 77, 157, .3) !important;
}

.omni-modal .omni-camera-button:disabled {
    color: #fff !important;
    background: #7b8190 !important;
    border-color: #7b8190 !important;
    opacity: .72;
}

.omni-reports-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: var(--omni-color-text, #252837);
}

.omni-reports-page > .row:first-child {
    align-items: center;
    margin: 0 0 22px;
    padding: 22px 24px;
    border: 1px solid var(--omni-color-border, #e3e6ed);
    border-radius: var(--omni-radius-card, 20px);
    background: linear-gradient(135deg, var(--omni-color-surface, #fff) 65%, var(--omni-color-primary-soft, #f4effa));
    box-shadow: var(--omni-shadow-card, 0 12px 30px rgba(27, 27, 62, .08));
}

.omni-reports-page > .row:first-child .header {
    margin-bottom: 0 !important;
}

.omni-reports-page > .row:first-child h4 {
    margin: 0 0 5px !important;
    color: var(--omni-color-text, #252837);
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    letter-spacing: -.02em;
}

.omni-reports-page > .row:first-child h4::before {
    display: block;
    margin-bottom: 5px;
    color: var(--omni-color-primary, #6c4d9d);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .09em;
    content: "RELATÓRIOS";
}

.omni-reports-page > .row:first-child small {
    color: var(--omni-color-text-muted, #5f6470) !important;
    font-size: .95rem;
}

.omni-reports-page > .card,
.omni-reports-page > .row:not(:first-child) > [class*="col-"] > .card,
.omni-reports-page .card.card-outline {
    overflow: hidden;
    border: 1px solid var(--omni-color-border, #e3e6ed) !important;
    border-radius: var(--omni-radius-card, 20px);
    background: var(--omni-color-surface, #fff);
    box-shadow: var(--omni-shadow-card, 0 12px 30px rgba(27, 27, 62, .08)) !important;
}

.omni-reports-page > .card.shadow-sm.border-0.mb-4 {
    position: relative;
    z-index: 20;
    overflow: visible;
}

.omni-reports-page > .card.shadow-sm.border-0.mb-4 .card-body {
    overflow: visible;
}

.omni-reports-page .simple-dropdown {
    position: relative;
    z-index: 30;
}

.omni-reports-page .simple-dropdown .dropdown-menu.show {
    z-index: 1080;
    max-height: 260px;
    overflow-y: auto;
    border-color: var(--omni-color-border, #dfe3eb);
    border-radius: 10px;
    box-shadow: 0 14px 32px rgba(27, 27, 62, .18);
}

.omni-reports-page > .card > .card-body {
    padding: 22px 24px;
}

.omni-reports-page label,
.omni-reports-page .control-label,
.omni-reports-page .form-label {
    margin-bottom: 7px;
    color: var(--omni-color-text, #252837);
    font-size: .875rem;
    font-weight: 600;
}

.omni-reports-page .form-control,
.omni-reports-page select,
.omni-reports-page .multiselect {
    min-height: 44px;
    border-color: var(--omni-color-border, #dfe3eb);
    border-radius: var(--omni-radius-control, 10px);
    background-color: var(--omni-color-surface, #fff);
}

.omni-reports-page .form-control:focus,
.omni-reports-page select:focus {
    border-color: var(--omni-color-primary, #6c4d9d);
    box-shadow: var(--omni-shadow-control-focus, 0 0 0 3px rgba(108, 77, 157, .18));
}

.omni-reports-page .btn-primary,
.omni-reports-page .btn-success {
    min-height: 44px;
    color: #fff;
    font-weight: 600;
    border-color: transparent;
    border-radius: var(--omni-radius-pill, 999px);
    background: linear-gradient(135deg, var(--omni-color-primary, #6c4d9d), var(--omni-color-primary-strong, #4f3480));
    box-shadow: 0 7px 16px rgba(79, 52, 128, .18);
}

.omni-reports-page .table-responsive {
    scrollbar-width: thin;
    scrollbar-color: var(--omni-color-primary-soft, #d8cbed) transparent;
}

.omni-reports-page .table {
    margin-bottom: 0;
    color: var(--omni-color-text, #252837);
}

.omni-reports-page .table thead th {
    padding: 13px 12px;
    color: var(--omni-color-text-muted, #5f6470);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 1px solid var(--omni-color-border, #e3e6ed);
    background: var(--omni-color-page, #f6f7f9);
}

.omni-reports-page .table td {
    padding: 13px 12px;
    vertical-align: middle;
    border-color: var(--omni-color-border, #e9ebf0);
}

.omni-reports-page .nav-tabs {
    gap: 4px;
    border-bottom-color: var(--omni-color-border, #e3e6ed);
}

.omni-reports-page .nav-tabs .nav-link {
    color: var(--omni-color-text-muted, #5f6470);
    font-weight: 600;
    border-radius: 9px 9px 0 0;
}

.omni-reports-page .nav-tabs .nav-link.active {
    color: var(--omni-color-primary-strong, #4f3480);
    border-color: var(--omni-color-border, #e3e6ed) var(--omni-color-border, #e3e6ed) var(--omni-color-surface, #fff);
}

.omni-reports-page iframe {
    width: 100% !important;
    min-height: 65vh;
    border: 1px solid var(--omni-color-border, #e3e6ed);
    border-radius: 12px;
}

@media (max-width: 767px) {
    .omni-modal .modal-dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    .omni-modal .modal-header,
    .omni-modal .modal-body,
    .omni-modal .modal-footer {
        padding: 16px;
    }

    .omni-modal .modal-content {
        max-height: calc(100vh - 16px);
        border-radius: 16px;
    }

    .omni-modal .modal-body {
        overflow-y: auto;
    }

    .omni-modal .modal-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .omni-modal .modal-footer > *,
    .omni-modal .modal-footer .btn,
    .omni-modal .modal-footer button,
    .omni-modal .modal-footer a {
        width: 100%;
    }

    .omni-choice-card,
    .omni-modal .video-source-card {
        min-height: 190px;
        margin-bottom: 12px;
    }

    .omni-modal .input-group {
        display: flex;
        flex-direction: column;
    }

    .omni-modal .input-group > .form-control,
    .omni-modal .input-group-append,
    .omni-modal .input-group-append .btn,
    .omni-modal .input-group-append .input-group-text {
        width: 100%;
        border-radius: var(--omni-radius-control, 10px);
    }

    .omni-modal .input-group-append {
        margin-top: 8px;
        margin-left: 0;
    }

    .omni-video-modal iframe {
        min-height: 190px;
    }

    .omni-confirm-dialog {
        width: calc(100% - 24px);
        margin: 12px auto;
    }

    .omni-reports-page {
        padding: 12px !important;
    }

    .omni-reports-page > .row:first-child {
        gap: 14px;
        padding: 18px;
    }

    .omni-reports-page > .row:first-child > [class*="col-"] {
        padding: 0;
    }

    .omni-reports-page > .row:first-child > [class*="col-"]:last-child {
        justify-content: flex-start !important;
    }

    .omni-reports-page > .card > .card-body,
    .omni-reports-page .card.card-outline > .card-body {
        padding: 16px;
    }

    .omni-reports-page .btn,
    .omni-reports-page .input-group,
    .omni-reports-page .dropdown {
        max-width: 100%;
    }

    .omni-reports-page iframe {
        min-height: 480px;
    }

    .omni-modal .omni-camera-actions {
        flex-direction: column;
    }

    .omni-modal .omni-camera-button {
        width: 100%;
    }
}
