.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 900;
    border: none;
    padding: 10px 20px;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108), rgba(0, 0, 0, 0.18) 0 4.8px 14.4px 0
    }
.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center
    }
body::-webkit-scrollbar, div.scroll::-webkit-scrollbar {
    width: 9px;
    height: 10px
    }
body::-webkit-scrollbar-thumb, div.scroll::-webkit-scrollbar-thumb {
    border: 3px solid rgba(0, 0, 0, 0);
    border-right-width: 2px;
    background-clip: padding-box;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3)
    }
body.modal-open {
    overflow-y: auto !important
    }
.table-noborder-top tr > th {
    border-top: none
    }
.modal-xl {
    width: 90%;
    max-width: 1200px
    }
#auth {
    background: rgba(224, 230, 235, 0.25)
    }
#auth .panel {
    width: 400px;
    border-radius: 3px;
    border: none;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)
    }
#auth .alerts {
    margin: 0
    }
#auth .alert {
    padding: 10px;
    font-size: 14px
    }
#auth .alert .close {
    display: none
    }
#auth .social-auth {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2.5em 0 1.5em 0;
    margin-top: 2em
    }
#auth .social-auth .or {
    position: relative;
    top: -3.5em;
    font-size: 14px;
    margin-bottom: -20px;
    background: #fff;
    width: 50px;
    left: 50%;
    margin-left: -25px
    }
.version-footer {
    font-size: small;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.03)
    }
table.table ~ .version-footer, #table ~ .version-footer {
    border-top: none
    }
.fixed-footer ~ .version-footer {
    margin-bottom: 5rem
    }
.version-footer span.dot {
    margin: 0.5em
    }
#menu {
    width: 300px;
    position: fixed;
    height: 100%;
    z-index: 1000
    }
#menu .menu-bar {
    background: rgba(224, 230, 235, 0.25);
    padding-top: 0.75rem;
    max-width: 60px;
    padding-left: 9px
    }
#menu .menu-bar .btn-search span {
    margin: 20px 10px;
    font-size: 25px;
    color: #000
    }
#menu .menu-bar .adbro-logo {
    height: 42px;
    width: 42px;
    background: url(../img/adbro-logo.svg) no-repeat;
    background-size: 560%;
    background-position-y: 40%
    }
.logo--animate {
    -webkit-animation: slideUp 0.3s 0.3s both, fadeUp 0.6s 1.3s forwards;
    animation: slideUp 0.3s 0.3s both, fadeUp 0.6s 1.3s forwards
    }
@-webkit-keyframes slideUp {
    to {
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0);
        }
    }
@keyframes slideUp {
    to {
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0);
        }
    }
@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        } to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        }
    }
@keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        } to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        }
    }
#menu .menu-bar .user-avatar {
    position: absolute;
    bottom: 20px
    }
#menu .menu-bar .user-avatar > img {
    width: 42px;
    height: 42px
    }
#menu .menu-nav {
    background: #fff;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
    }
#menu .nav-pills .oi, #menu .menu-bar .dropdown-item .oi {
    margin-right: 5px
    }
#menu .nav-item {
    margin-bottom: 10px
    }
#menu .nav-item > .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
    }
#menu .nav-item > p.nav-link {
    margin-bottom: 0
    }
#menu .nav-item a:not(.active) {
    color: black
    }
#menu .nav-item a.active:hover {
    color: white
    }
#menu .nav-item a:not(.active):hover {
    background-color: #eee
    }
#menu .nav-item .nav-sub a {
    padding-left: 40px;
    color: #555
    }
#menu .nav-item .nav-sub a.active {
    background-color: #eee;
    color: #000
    }
#menu .oi.float-right {
    top: 5px
    }
.menu-collapse {
    padding: 3px 8px 3px 7px;
    text-align: center;
    position: absolute;
    left: 286px;
    background: #fff;
    border-radius: 50px;
    top: 50%;
    font-size: 0.75em;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)
    }
.menu-collapse:hover {
    background: #007bff;
    color: #fff
    }
.menu-collapsed .menu-collapse {
    left: 98px
    }
.menu-collapsed .menu-collapse span {
    margin: 0 -1px 0 1px;
    transform: rotate(180deg)
    }
.menu-visible {
    width: auto;
    left: 300px;
    right: 0;
    position: absolute
    }
.menu-visible .fixed-footer {
    left: 315px;
    right: 15px;
    bottom: 8px;
    padding: 10px;
    border-radius: 5px !important
    }
.menu-collapsed .menu-visible {
    left: 110px
    }
.menu-collapsed .menu-visible .fixed-footer {
    left: 125px
    }
.menu-collapsed #menu {
    width: 110px
    }
.menu-collapsed #menu .menu-nav {
    width: 40px;
    overflow: unset
    }
.menu-collapsed #menu .nav-item {
    width: 40px
    }
.menu-collapsed #menu .nav-item .nav-link {
    width: 34px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 11px
    }
.menu-collapsed #menu .nav-item .nav-sub {
    display: none
    }
.global-search .global-search-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1001;
    white-space: nowrap
    }
.global-search a {
    color: #343a40 !important
    }
.global-search a:hover {
    color: #1d2124 !important;
    text-decoration: none
    }
.global-search .global-search-panel {
    width: 500px;
    height: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.22) 0 25.6px 57.6px 0, rgba(0, 0, 0, 0.18) 0 4.8px 14.4px 0;
    padding: 20px 20px 20px 60px
    }
.global-search .btn-close span {
    position: absolute;
    font-size: 25px;
    left: 15px;
    top: 30px;
    color: #000
    }
.global-search h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #6c757d !important
    }
.global-search h5 {
    font-size: 16px
    }
.global-search ul {
    margin: 2px 0 10px -20px
    }
.global-search ul > li {
    list-style: none;
    margin-top: 5px
    }
.global-search mark {
    background: rgba(100, 100, 200, 0.1);
    color: inherit;
    margin: 0 -0.2em;
    z-index: 1000;
    position: relative
    }
.global-search .global-search-results {
    overflow: hidden
    }
.global-search .global-search-results > div:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px
    }
.modal-backdrop {
    background-color: #fff
    }
.modal-backdrop.show {
    opacity: 0.75
    }
.modal-content {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.22) 0 25.6px 57.6px 0, rgba(0, 0, 0, 0.18) 0 4.8px 14.4px 0
    }
.breadcrumb {
    background: none;
    padding: 0.5rem 0 0 0
    }
.breadcrumb .dropdown-menu {
    width: 850px
    }
.breadcrumb .nav-tabs {
    padding-left: 7px;
    margin-bottom: 7px
    }
#advertisement-preview {
    border: 1px solid #eee
    }
#advertisement-preview > .advertisement {
    height: 350px
    }
#advertisement-preview > div {
    position: relative
    }
#advertisement-preview-card .card-body {
    max-height: 500px;
    overflow-y: auto
    }
.table {
    table-layout: fixed
    }
.one-line-trimmed {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 48px
    }
.one-line-trimmed .screenshot {
    position: absolute;
    right: 0;
    top: 2px
    }
.one-line-trimmed .badge {
    position: absolute;
    top: 5px;
    right: 26px
    }
.one-line-trimmed .oi {
    width: 25px;
    text-align: center
    }
.dashboard .list-group-item {
    padding-top: 7px;
    padding-bottom: 7px
    }
.dashboard .list-group-item .oi {
    width: 20px;
    top: 2px
    }
.dashboard .card {
    margin-bottom: 20px
    }
.dashboard .loading {
    text-align: center;
    font-size: 14px
    }
.dashboard > .col {
    width: 100%;
    margin: 0;
    padding: 0
    }
.dashboard > .col:not(:last-child) {
    margin-right: 10px
    }
.dashboard .col .alert {
    width: 100%;
    max-height: none
    }
.alert b {
    font-weight: 500
    }
#inventory_utilization_chart, #booked_traffic_panel .chart {
    height: 300px;
    margin-top: 10px
    }
#booked_traffic_panel div[class*=carousel-control] {
    filter: brightness(0.1) hue-rotate(180deg);
    margin: 0 -20px;
    width: 25px
    }
#booked_traffic_panel div[class*=carousel-control].disabled {
    display: none
    }
.card-group-stack .card-group:not(:first-child) {
    margin-top: -3px
    }
.card-group-stack .card-group:not(:first-child) .card, .card-group-stack .card-group:not(:first-child) .card-header, .card-group-stack .card-group:not(:first-child) .card-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0
    }
#images.card-body div.img-thumbnail {
    width: 170px;
    height: 170px;
    margin: 0 5px 5px 0;
    background-size: cover;
    display: inline-block;
    background-position: 50% 50%
    }
#table .table-wrapper {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)
    }
#table .ReactTable {
    border: none;
    border-top: 1px solid #f3f3f3
    }
#table .ReactTable .-pagination {
    box-shadow: none;
    border-top: 1px solid #f3f3f3
    }
#table .ReactTable .rt-tr.-even {
    background: rgba(0, 0, 0, 0.01)
    }
#table .oi-rss-alt {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 4px
    }
#table .cell .oi {
    margin-right: 5px
    }
#table .status-icon {
    position: relative;
    display: inline-block;
    text-align: center;
    bottom: -1px
    }
#table .status-cell {
    position: absolute;
    margin: -2px 0 0 -3px
    }
#table .status-cell:hover, #table .status-cell.show {
    z-index: 1
    }
#table .status-cell .btn {
    padding: 0 6px 0 2px;
    overflow: hidden
    }
#table .status-cell:not(.show) .btn:not(:hover) {
    background: transparent;
    border-color: transparent;
    width: 25px
    }
#table .status-cell .dropdown-item {
    cursor: pointer
    }
#table .percent-cell .oi {
    margin-right: 0.4em;
    font-size: 0.8em;
    opacity: 0.5
    }
#table .percent-cell .oi-space {
    width: 1.1em;
    display: inline-block
    }
#table .number-cell {
    text-align: right
    }
#table .number-cell .badge-pill {
    padding: 0.1em 0.25em 0.25em 0.3em;
    margin: 0.4em 0.25em 0 0;
    float: left
    }
#table .timespan-cell {
    text-align: right
    }
#table .progress-cell {
    display: inline-block;
    float: right;
    margin-top: 5px;
    min-width: 200px;
    width: 50%
    }
#table .progress-cell .progress:not(:first-child) {
    margin-top: 5px
    }
#table .alert-cell {
    float: left;
    font-size: 0.8em;
    font-weight: 500
    }
#table .alert-cell .alert {
    padding: 0 4px;
    margin-top: 4px;
    margin-bottom: 0
    }
#table .screenshot-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    text-decoration: none
    }
.image-gallery-content:not(.fullscreen) .image-gallery-image {
    max-height: calc(100vh - 150px) !important
    }
#table .-header {
    background: #fff;
    z-index: 100
    }
#table .-filters {
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.03);
    font-weight: 500;
    user-select: text
    }
#table .-filters .rt-th {
    padding: 10px 5px;
    text-align: left
    }
.table-react {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    overflow: hidden
    }
.table-react thead {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.15)
    }
.table-react thead th {
    font-weight: 400;
    font-size: 16px;
    border-bottom: none;
    text-align: center
    }
.table-react thead th.table-col-sorted {
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6)
    }
.table-react tbody {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1)
    }
.table-react tr > * {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 7px 5px
    }
.table-react tr > *:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
    }
.table-warning, .table-warning td {
    background-color: rgba(255, 238, 186, 0.25)
    }
.table-info, .table-info td {
    background-color: rgba(190, 229, 235, 0.25)
    }
.rt-tbody .rt-td:last-child {
    overflow: visible
    }
.rt-tbody .rt-td:last-child .dropdown-menu {
    top: 0
    }
.tags-badge {
    display: inline-block;
    cursor: default
    }
.tags-badge .badge {
    margin-left: 5px
    }
.tags-badge .badge-light {
    font-weight: 500
    }
.tags-badge .badge .oi {
    margin-right: 3px
    }
.dropdown-menu-columns {
    margin: 0 7px;
    column-count: 3;
    column-rule: 1px solid rgba(0, 0, 0, 0.15);
    column-gap: 14px
    }
.dropdown-menu-columns.inactive {
    padding: 5px 5px 8px;
    margin: 5px 0 -8px 0;
    background: #f3f3f3
    }
.dropdown-menu-columns .dropdown-item {
    display: inline-block !important
    }
.dropdown-menu .oi-external-link {
    margin-left: 5em;
    font-size: 14px;
    margin-top: 4px
    }
.metrics-choice {
    margin: -5px 5px 0 0
    }
.tz-choice {
    margin: -5px 0 0 5px
    }
.tz-choice .dropdown-item.active {
    background: #6c757d !important;
    color: #fff !important
    }
.metrics-form {
    z-index: 1010
    }
.metrics-form .button-block {
    padding: 7px 14px
    }
.metrics-form .metric-checkbox {
    margin: 7px 14px;
    min-width: 260px
    }
.metrics-form input[type=checkbox] {
    vertical-align: middle;
    margin: 5px
    }
.metrics-form label {
    vertical-align: middle
    }
.progress-title {
    pointer-events: none;
    width: 100%;
    margin: -1px -100% 0 0;
    z-index: 100;
    color: #000;
    text-shadow: 0 0 4px #fff;
    text-align: center
    }
.trigger-progress {
    padding: 0.5em 1em;
    min-height: 56px
    }
.trigger-progress .oi {
    top: 2px;
    margin-right: 0.5em
    }
.trigger-progress .progress {
    margin: 0.5em 0 0 0;
    height: 1.5em
    }
.trigger-distribution {
    width: 100%;
    height: 20px;
    margin: 3px 0 0 0;
    font-size: 12px;
    display: inline-block
    }
.trigger-distribution .target-wrapper {
    height: 20px;
    margin-top: -19px
    }
.trigger-distribution .target {
    border-right: 2px solid black;
    height: 20px;
    display: inline-block
    }
.trigger-distribution span {
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px
    }
.trigger-distribution .current {
    background: #66afe9;
    padding-left: 5px;
    border-radius: 4px 0 0 4px
    }
.progress-bar-animated {
    animation: none
    }
.progress-bar {
    position: relative;
    overflow: hidden
    }
.progress-bar-animated.progress-bar-striped {
    background-image: none
    }
.progress-bar-striped.progress-bar-animated:before {
    content: "";
    width: calc(100% + 1rem);
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    background-repeat: repeat;
    animation: progress-bar-pseudo-animation 1s linear infinite
    }
@keyframes progress-bar-pseudo-animation {
    to {
        transform: translateX(-1rem);
        }
    }
.chart-wrapper {
    border-bottom: none;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3
    }
.chart-wrapper:empty, .chart-wrapper.hide {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
    border: none
    }
.chart-wrapper > div:not(.flot-summary) {
    height: 300px;
    font-size: 14px
    }
.flotTip {
    position: relative;
    padding: 5px;
    font-size: 12px !important;
    border-radius: 2px !important;
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #f1f1f1;
    z-index: 5
    }
.filters-wrapper {
    min-height: 52px;
    border-bottom: none;
    padding: 5px 0
    }
.filters-wrapper > div {
    margin: 5px 10px 5px 0
    }
.filters-wrapper .filters-spacer {
    clear: both
    }
.filters-wrapper .oi-calendar {
    right: -10px;
    top: 2px
    }
.filters-wrapper .chart-button, .filters-wrapper .export-button, .filters-wrapper .refresh-button {
    padding-left: 10px;
    display: inline-block;
    cursor: pointer
    }
.filters-wrapper #daterange {
    width: 225px;
    padding-left: 30px;
    margin-left: -15px
    }
.filters-wrapper .tag-remove {
    margin: 0 4px 0 4px
    }
.filters-wrapper .tag-remove .tag-text {
    max-width: 350px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -5px
    }
.filters-wrapper .tag-remove > .oi-circle-x {
    top: 2px;
    margin-left: 4px
    }
.filters-wrapper .scroll {
    overflow-x: auto;
    display: flex;
    max-width: 99%
    }
.alert ul {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 0
    }
.alerts {
    display: block;
    margin: 10px
    }
.container-fluid .alerts {
    margin: 0
    }
/* Copied from .alert-danger to match django messages error level */
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
    }
/* Flots summary popups. */
.flot-summary {
    z-index: 100;
    opacity: 0.95;
    font-size: 14px;
    float: right;
    min-width: 450px;
    max-width: 700px;
    width: 60%;
    padding: 5px 10px;
    border-radius: 2px;
    border: none;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
    }
.flot-summary table {
    margin: 0
    }
.flot-summary table td, .flot-summary table th {
    text-align: right;
    vertical-align: top;
    width: 10%;
    padding: 5px 0
    }
.flot-summary table td:not(.serie-label) {
    white-space: nowrap;
    padding-left: 10px
    }
.flot-summary .serie-label {
    text-align: left;
    width: 40%
    }
.flot-summary .serie-label .color {
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin-right: 4px;
    margin-top: 2px
    }
.flot-summary .serie-label .color div {
    width: 14px;
    height: 14px
    }
#codes .card {
    margin-bottom: 20px
    }
.alert-page-top {
    border-radius: 0;
    margin: -5px -15px 0 -15px;
    z-index: 1000
    }
.diff del, .diff ins {
    color: #000;
    text-decoration: none
    }
.diff del {
    background-color: #ffe6e6
    }
.diff ins {
    background-color: #e6ffe6
    }
.has-danger .invalid-feedback {
    display: block
    }
.image-examples {
    border-bottom: 1px dotted;
    cursor: pointer
    }
.popover {
    max-width: 600px;
    width: auto
    }
.popover iframe {
    border: none
    }
.popover-images {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 420px
    }
.popover-images img {
    object-fit: cover;
    height: 128px;
    width: 128px
    }
.revision-cell li > p {
    margin: 7px 0 0 7px
    }
.revision-cell li > p > .mark {
    margin: -3px;
    display: inline-block
    }
.revision-cell li > table {
    border: 0;
    font-size: 0.8em;
    margin-top: 7px !important
    }
.revision-cell li > table pre {
    margin: 3px 0 2px 3px
    }
.revision-cell li > table td {
    border-color: rgba(0, 0, 0, 0.05) !important
    }
.revision-cell li:last-child > table tr:last-child td {
    border-bottom: 0
    }
.revision-cell li > table td:first-child {
    border-left: 0;
    padding-left: 7px
    }
.revision-cell li > table td:last-child {
    border-right: 0
    }
.trigger-forms .add_nested_subform__link {
    margin-bottom: 1em;
    margin-left: 43.4%
    }
.trigger-forms .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem
    }
.trigger-forms .ant-form-horizontal {
    margin-bottom: 1rem
    }
.header-cards:not(:empty) {
    margin: 0 0 3px -3px;
    padding: 0 0 5px 3px;
    overflow-x: scroll;
    overflow-y: visible;
    display: flex
    }
.header-cards:not(.dashboard) {
    font-size: 80%
    }
.header-cards::-webkit-scrollbar {
    height: 4px
    }
.header-cards::-webkit-scrollbar-track {
    margin-left: 3px
    }
.header-cards::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3)
    }
.chart, #chart {
    font-size: 80%
    }
.header-cards .alert {
    min-width: 275px;
    width: 275px;
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1px 0 0 0;
    padding: 0.5em 1em;
    display: inline-block;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)
    }
.header-cards .alert:not(:last-child) {
    margin-right: 10px
    }
.header-cards .alert::-webkit-scrollbar {
    width: 4px
    }
.header-cards .alert::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3)
    }
/* Shadows for Ant Cards (incl. Tabs) */
.ant-card-bordered, .ant-tabs-nav-list > *, .ant-tabs-top > .ant-tabs-nav::before {
    border: none !important
    }
.ant-card-bordered, .ant-tabs-nav-list > * {
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108) !important
    }
.ant-tabs-tabpane > .ant-card-bordered {
    box-shadow: 0 0.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108) !important;
    border-top-left-radius: 0
    }
.ant-tabs-card, .ant-tabs-nav-wrap {
    overflow: revert !important
    }
.ant-tabs-nav {
    z-index: 1000;
    overflow: hidden;
    padding: 3px 3px 0 3px !important;
    margin-left: -3px !important;
    margin-top: -3px !important
    }
.ant-tabs-nav-list > * {
    margin-right: 4px !important;
    border-bottom: 1px solid #fff !important
    }
.ant-tabs-nav-list > *:not(.ant-tabs-tab-active) {
    border-bottom: 1px solid #f0f0f0 !important
    }
/* Read-Only mode for Ant Forms */
.readonly {
    pointer-events: none
    }
.readonly input, .readonly textarea, .readonly .ant-select-selector, .readonly .ant-input-number {
    border: none !important;
    padding: 0 !important;
    resize: none
    }
.readonly .ant-select-selection-item-remove {
    display: none !important
    }
.readonly .ant-tabs-nav {
    pointer-events: auto !important
    }
/* Other Ants customizations */
.ant-divider-with-text-left:before {
    width: 0 !important
    }
.ant-divider-with-text-left .ant-divider-inner-text {
    padding-left: 0 !important
    }
.ant-collapse-header {
    padding: 0 0 0 18px !important;
    margin-top: -13px
    }
.ant-collapse-content-box {
    padding: 0 !important
    }
.ant-collapse-arrow {
    left: 0 !important
    }
.ant-form-compact .ant-form-item:not(.ant-form-item-has-error) {
    margin-bottom: 14px
    }