.alert.alert-danger ul {
    margin-bottom: 0;
}

.copy {
    cursor: pointer;
}
.copy.badge, .copy .badge {
    text-align: left;
    white-space: normal;
    word-break: break-all;
}

table th a:after {
    content: "\2193";
    position: absolute;
    right: 5px;
    opacity: 0.3;
}
table th a:before {
    content: "\2191";
    position: absolute;
    right: 13px;
    opacity: 0.3;
}

table th a.desc:after {
    opacity: 1;
}
table th a.asc:before {
    opacity: 1;
}

table th {
    position: relative;
}
.daterangepicker.ltr .ranges {
    float: left;
}

span.no-pointdown.dropdown-toggle:after {
    display: none;
}
.dropdown-menu.show {
    max-height: 200px;
    overflow: auto;
}

.table .table {
    border: 1px solid #eef1f7;
    background: none;
}
.table .close-button {
    cursor: pointer;
}

ul.pagination {
    margin: 0 10px 10px;
}

@media (max-width: 991px) {
    .hor-header .header-brand {
        margin-left: 50px;
    }

    #header_username {
        text-align: right !important;
        min-width: 200px;
    }
    #header_avatar {
        display: none;
    }

    .header-message {
        min-width: 250px;
    }
}
@media (max-width: 470px) {
    .header-brand {
        display: none;
    }
}

.form-group label.control-label {
    display: block;
}
.no-label-block .form-group label.control-label {
    display: inline;
}

.report-form .panel, .report-form .kv-panel-before, .report-form .kv-panel-after {
    border: none;
}
.logo-heavy {
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1.25rem;
    background: #000;
    padding: 20px 10px 32px;
    height: 35px;
    opacity: 0.4;
}
.logo-tracker {
    position: absolute;
    margin-top: 20px;
    margin-left: -62px;
    color: #000;
    opacity: 0.6;
}

.copy-input {
    cursor: pointer;
}

.dark-mode .logo-heavy,
.dark-mode .logo-tracker {
    color: #fff !important;
}
.dark-mode .dropdown-item {
    color: #fff !important;
}


td .image-preview {
    overflow: hidden;
    display: block;
}

td .image-preview .full {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1;
    max-width: 400px;
    width: auto;
    height: auto;
    border-radius: unset;
}

td .image-preview:hover .full {
    display: block;
}

.campaign-forwarding-form .select2-container {
    width: 100% !important;
}

.statistics-wide {
    position: absolute;
    left: 0;
    width: 100%;
    margin: auto;
}