body, html {
    height: 100%;
    margin: 0;
}

body {
    min-width: 1280px;
    margin: 0 auto;
    background-color: #f8f9fa;
}
body.semantic-sidebar-collapsed {
    min-width: 1000px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.navbar-menu {
    background-color: transparent;
    box-shadow: 0px 1px 11px -4px #bfcfdf;
    height: 50px !important;
    /* background: rgb(194,247,255); */
    /* background: linear-gradient(90deg, rgba(194,247,255,1) 0%, rgba(255,252,166,1) 30%, rgba(0,212,255,0.8337928921568627) 100%); */
    /* background: #e3f2fd; */
}

.navbar-brand__description {
    display: block;
    font-size: 12px;
    text-align: left;
}

.navbar__container {
    max-width: 1700px;
}

/* Скрываем каретку */
    .no-caret::after {
    display: none;
}

.body-container__wrapper {
    min-width: 1260px;
    max-width: 1700px;
    margin: 10px auto 15px auto;
    padding-bottom: 30px;
}

.body-container {
    margin: 10px 10px 15px 10px;
    font-size: 15px;
}

.traffic-metric-column {
    min-width: 100px;
}

.traffic-metric {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    line-height: 1.2;
}

.traffic-metric__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.traffic-metric__value {
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    min-width: 48px;
    text-align: left;
}

.traffic-metric__bar {
    display: flex;
    width: 100%;
    height: 5px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f1f3f5;
}

.traffic-metric__bar--empty {
    background-color: #f1f3f5;
}

.traffic-metric__segment {
    height: 100%;
}

.traffic-metric__segment--organic {
    background-color: #4caf50;
}

.traffic-metric__segment--other {
    background-color: #90caf9;
}

.traffic-metric__organic {
    color: #6c757d;
    font-size: 11px;
}

.traffic-sparkline {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1px;
    height: 18px;
    line-height: 0;
    width: 48px;
    max-width: 100%;
    margin-left: auto;
}

.traffic-sparkline--empty {
    opacity: 0.35;
}

.traffic-sparkline__bar {
    width: 3px;
    background-color: #b0bec5;
    border-radius: 2px 2px 0 0;
    min-height: 1px;
    flex: 0 0 auto;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.traffic-sparkline__bar:hover,
.traffic-sparkline__bar.is-active {
    background-color: #4c6ef5;
    box-shadow: 0 0 0 1px rgba(76, 110, 245, 0.35);
}
