@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

html {
    height: 100%;
}

body {
    height: 100%;
    user-select: none;
    background-color: #4483b5;
    color: #fff;
    overscroll-behavior: none;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 1.1em;
    scrollbar-width: thin;
}

button,
input,
select,
textarea,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Space Grotesk', Arial, sans-serif;
}

.btn {
    font-size: 1em;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1.8em;
    font-weight: 600;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 0.78em;
    text-transform: uppercase;
}

h6 {
    font-size: 0.55em;
}

img {
    max-width: 100%;
}

label {
    margin-bottom: 0;
}

#header {
    position: fixed;
    width: 100%;
    background-color: #4483b5;
    z-index: 1030;
    height: 250px;
}

#logo {
    max-height: 53px;
    margin: 7px 0 7px 5px;
}

#top-brand-container {
    background-color: #0f1e2f;
    min-height: 68px;
    position: relative;
}

#header-right {
    padding-top: 18px;
    display: inline-block;
}

#header-right img {
    margin-top: -3px;
    margin-left: 4px;
    max-width: 72px;
    cursor: pointer;
}

.header-help {
    background: transparent;
    border: 0;
    border-radius: 6px;
    height: 44px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 44px;
}

.header-help img {
    display: block;
    height: 28px;
    width: 28px;
    opacity: 0.5;
    cursor: pointer;
}

.header-help:hover img,
.header-help:focus img {
    opacity: 0.8;
}

.header-help:focus {
    outline: 2px solid;
    outline-offset: 2px;
}

.cc-help-popover {
    border: 1px solid;
    box-sizing: border-box;
    font-size: 16px;
    max-width: 360px;
    width: 360px;
}

.cc-help-popover .driver-popover-title,
.cc-help-popover .driver-popover-description,
.cc-help-popover .driver-popover-footer button,
.cc-help-popover .driver-popover-progress-text {
    font-family: inherit;
}

.cc-help-popover .driver-popover-description {
    font-size: 15px;
}

.cc-help-popover .driver-popover-close-btn {
    height: 44px;
    width: 44px;
}

.cc-help-popover .driver-popover-footer button {
    min-height: 40px;
    min-width: 64px;
    padding: 9px 14px;
    text-align: center;
}

.cc-help-popover .driver-popover-navigation-btns button + button {
    margin-left: 8px;
}

.driver-overlay {
    z-index: 1060 !important;
}

.driver-popover {
    z-index: 1070;
}

@media only screen and (max-width: 420px) {
    .cc-help-popover {
        max-width: calc(100vw - 24px);
        width: calc(100vw - 24px);
    }
}

.menu-nav {
    border: 0;
    border-radius: 20px;
    display: block;
    font-size: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.menu-nav-input {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.menu-nav-item {
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 18px;
    position: relative;
    transition: color 0.24s ease;
    vertical-align: top;
    z-index: 1;
}

.menu-nav-indicator {
    border-radius: 16px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
}

.menu-nav-indicator.ready {
    -webkit-transition: width 0.34s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    transition: width 0.34s cubic-bezier(0.22, 1, 0.36, 1), transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-nav-input:focus + .menu-nav-item {
    outline: none;
}

.menu-nav-icon {
    display: inline-block;
    height: 18px;
    margin-right: 8px;
    vertical-align: -3px;
    width: 18px;
}

.menu-nav-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.menu-nav-input:checked + .menu-nav-item {
    font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
    .menu-nav-indicator.ready {
        -webkit-transition: none;
        transition: none;
    }
}

.menu-nav-mobile {
    border-radius: 16px;
    display: none;
    position: absolute;
    right: 8px;
    top: 11px;
    width: 205px;
    z-index: 2;
}

.menu-nav-mobile-icon {
    display: inline-block;
    height: 18px;
    margin-right: 8px;
    pointer-events: none;
    vertical-align: -3px;
    width: 18px;
}

.menu-nav-mobile-icon img,
.menu-nav-mobile-option-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.menu-nav-mobile-button {
    background: transparent;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 36px 0 18px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 189px;
}

.menu-nav-mobile-button:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 23px;
    transition: transform 0.18s ease;
    width: 0;
}

.menu-nav-mobile.open .menu-nav-mobile-button:after {
    transform: rotate(180deg);
}

.menu-nav-mobile-button:focus {
    outline: none;
}

.menu-nav-mobile-list {
    border-radius: 16px;
    display: none;
    left: 0;
    margin-top: 6px;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    top: 50px;
    width: 100%;
}

.menu-nav-mobile.open .menu-nav-mobile-list {
    display: block;
}

.menu-nav-mobile-option {
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    padding: 0 14px;
    white-space: nowrap;
}

.menu-nav-mobile-option-icon {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    vertical-align: -2px;
    width: 16px;
}

.menu-nav-mobile-option.active {
    font-weight: 600;
}

@media (max-width: 800px) {
    .menu-nav {
        left: auto;
        right: 62px;
        transform: none;
    }

    .menu-nav-item {
        font-size: 18px;
        padding: 0 11px;
    }
}

@media (max-width: 680px) {
    .menu-nav {
        display: none;
    }

    .menu-nav-mobile {
        display: block;
        right: 62px;
    }

    .row-zone-name > .col-12,
    .view-heading > .col-12 {
        height: auto;
        min-height: 3.5rem;
    }

    .row-zone-name .zonex-name,
    .view-heading .zonex-name {
        font-size: 1.1em;
        left: 4.5rem;
        line-height: 1.05;
        overflow: hidden;
        overflow-wrap: break-word;
        right: 7.25rem;
        white-space: normal;
    }
}

@media (max-width: 680px) {
    .menu-nav-mobile {
        border-radius: 14px;
        width: 190px;
    }

    .menu-nav-mobile-button {
        border-radius: 14px;
        font-size: 18px;
        height: 46px;
        line-height: 46px;
        padding: 0 32px 0 16px;
        width: 190px;
    }

    .menu-nav-mobile-icon {
        height: 16px;
        margin-right: 7px;
        vertical-align: -2px;
        width: 16px;
    }

    .menu-nav-mobile-button:after {
        right: 16px;
        top: 21px;
    }

    .menu-nav-mobile-list {
        border-radius: 14px;
        top: 46px;
    }
}

#top-menu .row {
    background-color: #4483b5;
}

#hostname {
    text-transform: capitalize;
}

.btn {
    border: 0;
    font-weight: 600;
}

.btn-left,
.btn-right {
    width: 49%;
}

#zone-details.visible {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 0;
}

#zone-schedules.visible {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 0;
}

#zonex-sched {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.row-zone-name .btn-toggle,
.row-schedule .btn-toggle {
    transform: scale(1.3);
    min-width: 3.4em;
}

.row-zone-name .btn-toggle {
    flex: 0 0 auto;
    margin: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) scale(1.3);
    z-index: 2;
}

.zone-detail-back-button {
    background: transparent;
    border: 0;
    height: 2.75rem;
    left: 1.5rem;
    margin: 0;
    padding: 0.55rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.75rem;
    z-index: 2;
    outline: 0 !important;
}

.zone-detail-back-button img {
    display: block;
    height: 100%;
    width: 100%;
}

.row-zone-name > .col-12 {
    display: block !important;
    height: 3.5rem;
    position: relative;
}

.row-zone-name .zonex-name {
    display: block;
    left: 0;
    margin-left: 0 !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.view-heading > .col-12 {
    display: block !important;
    height: 3.5rem;
    position: relative;
}

.view-heading .zonex-name {
    display: block;
    left: 0;
    margin-left: 0 !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#zone-details-footer-row .btn {
    width: 100%;
    margin: 3px 0;
}

.btn-left {
    margin-right: 1%;
    float: left;
}

.btn-right {
    margin-left: 1%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #11212f;
    border: 1px solid #ffffff29;
    box-shadow: none;
    text-shadow: 1px 1px 1px #0000005c;
}

.btn-primary:active {
    background-image: linear-gradient(to top, #1c6da7 0%, #2b72a4 80%, #155786 100%);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #130e3c;
    background-image: linear-gradient(to top, #130e3c 0%, #23366f 80%, #22567b 100%);
}

.btn-secondary:active {
    background-image: linear-gradient(to top, #22567b 0%, #23366f 80%, #130e3c 100%);
}

.card {
    background-color: #4483b580;
}

.btn-group .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #000;
    background-color: #fff;
    color: #333;
    border: 1px solid #505050;
    border-radius: 15px;
    text-shadow: none;
    background-image: none;
}

.btn-group label:hover {
    background: rgb(228 228 228);
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .active {
    background-color: #505050;
    color: #fff;
    box-shadow: inset 3px 3px 7px #00000061;
}

#btn-nav-heat.active {
    background-color: #913933 !important;
}


#btn-nav-cool.active {
    background-color: #18599a !important;
}

.zone-temp {
    background-color: #4483b5;
    padding: 5px 10px;
    margin-top: 1px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    min-width: 4.3em;
    text-align: center;
}

#main-container,
#settings-container {
    box-sizing: border-box;
    padding-top: 250px;
    height: 100%;
}

#main-row {
    height: 100%;
}

#main-col {
    display: block;
    height: 100%;
    padding: 0 0 138px;
}

#left-sidebar {
    width: 100%;
    box-shadow: inset -4px 5px 11px 0px #130e3c26;
    display: flex;
    flex-direction: column;
}

#top-menu {
    z-index: 100;
    position: sticky;
    top: 0;
}

.mobile-controls-toggle {
    display: none;
}

.left-panel-controls {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.left-panel-controls > .col-12 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-height: calc(100vh - 69px);
    padding-bottom: 40px;
}

.left-panel-power {
    display: block;
    width: 100%;
}

.left-panel-power-button {
    float: left;
    width: 48%;
    padding: 0.7em 0.5em;
    border-radius: 14px;
    font-size: 1.15em;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
    background-image: none;
}

.left-panel-power-button + .left-panel-power-button {
    margin-left: 4%;
}

.left-panel-power-button:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: -1px;
}

.left-panel-power-off:before {
    width: 10px;
    height: 10px;
    background: transparent;
}

.left-panel-mode {
    margin: 18px 0;
}

#left-sidebar .left-panel-mode .btn-group {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

#left-sidebar .left-panel-mode .gbl-hvac-btn {
    position: relative;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0.8em 0.25em 0.9em;
    border: 0;
    border-radius: 0;
    font-size: 1.12em;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
}

#left-sidebar .left-panel-mode .gbl-hvac-btn:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: transparent;
}

#left-sidebar .left-panel-mode .gbl-hvac-auto.active:after {
    background-color: #5acb79;
}

#left-sidebar .left-panel-mode .gbl-hvac-cool.active:after {
    background-color: #5fb1df;
}

#left-sidebar .left-panel-mode .gbl-hvac-heat.active:after {
    background-color: #df6468;
}

#left-sidebar .left-panel-mode .gbl-hvac-vent.active:after {
    background-color: #bd7be7;
}

.left-panel-status {
    position: relative;
    width: 70%;
    min-width: 270px;
    margin: 52px auto 0;
    margin-top: auto;
    padding: 22px 34px;
    border: 1px solid;
    border-radius: 14px;
    cursor: pointer;
    font-size: 0.85em;
    line-height: 1.45;
    overflow: hidden;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.left-panel-status-list {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.left-panel-status-row {
    display: table-row;
}

.left-panel-status-label,
.left-panel-status-value {
    display: table-cell;
    white-space: nowrap;
}

.left-panel-status-label {
    padding-right: 14px;
}

.left-panel-status-value {
    width: 70px;
    text-align: left;
}

.left-panel-status-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 0;
    width: 20px;
    height: auto;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 30%;
}

.quick-set-panel {
    margin-top: auto;
    padding-top: 10px;
}

.quick-set-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 0.95em;
    text-align: center;
}

.quick-set-icon {
    display: inline-block;
    width: 7px;
    height: 22px;
    margin-right: 9px;
}

.quick-set-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.quick-set-buttons {
    width: 100%;
}

.quick-set-button {
    position: relative;
    float: left;
    width: 31.333%;
    padding: 13px 6px 18px;
    border: 0;
    border-radius: 13px;
    overflow: hidden;
    font: inherit;
    line-height: 1.3;
    text-align: center;
    background-image: none;
}

.quick-set-button:focus {
    outline: none;
}

.quick-set-button + .quick-set-button {
    margin-left: 3%;
}

.quick-set-button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 0;
}

.quick-set-button span,
.quick-set-button strong {
    display: block;
}

.quick-set-button strong {
    font-size: 0.95em;
}

.quick-set-auto:after {
    background-color: #5acb79;
}

.quick-set-cool:after {
    background-color: #5fb1df;
}

.quick-set-heat:after {
    background-color: #df6468;
}

#all-zones {
    padding-bottom: 0;
}

#all-zones.visible {
    margin: 0;
    overflow-y: hidden;
    padding: 0;
}

.view-container {
    display: none;
    opacity: 0;
}

.view-container.visible {
    display: inherit;
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px 15px;
}

@media only screen and (max-width: 767px) {
    /* Let the zone schedule card bleed through its inner scroll container. */
    #zonex-sched {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-mobile-bleed {
        margin-left: -15px;
        margin-right: -15px;
    }

    .schedule-card.card-mobile-bleed > .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .summary-bg.card-mobile-bleed {
        display: block;
        width: auto;
    }
}

#settings .settings-view-header {
    align-items: center;
    display: flex;
    min-height: 3.5rem;
    margin: 0 0 1rem;
    padding: 0;
}

#settings .settings-sliders-list {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#settings #zone-summary {
    padding-left: 7px;
    padding-right: 7px;
}

@media only screen and (max-width: 767px) {
    #settings #zone-summary {
        padding-left: 0;
        padding-right: 0;
    }
}

#settings #top-zone-form {
    margin-top: 0 !important;
}

#settings .economy-range-control {
    align-items: center;
    display: flex;
}

#settings .economy-range-control .rangeslider-container {
    flex: 1 1 auto;
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    min-height: 8px;
    min-width: 0;
}

#settings .economy-range-step {
    border-radius: 50%;
    flex: 0 0 2.25rem;
    height: 2.25rem;
    outline: 0;
    padding: 0.5rem;
    width: 2.25rem;
}

#settings .economy-range-step img {
    display: block;
    height: 100%;
    width: 100%;
}

#settings .economy-slider-amount {
    text-align: center;
    width: 100%;
}

#settings .settings-toggle-card {
    margin-bottom: 0.5rem;
}

#settings .settings-toggle-card .btn-toggle {
    margin: 0;
}

#settings .settings-toggle-help {
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Default modal styles */

.modal-dialog,
.modal-dialog .table tbody {
    color: #232323;
}

.modal-dialog .table th {
    width: 150px;
    border: 0;
}

.modal-dialog .table td {
    border: 0;
}

#btn-system-settings,
#btn-network-settings,
#btn-safety-settings {
    display: none;
}

/* Default table styles */

#main-container .table {
    color: #fff;
}

#main-container .table {
    margin-bottom: 0;
}

#main-container .table tr {
    opacity: 0;
    position: relative;
    display: block;
    bottom: -10px;
    transition: all 0.3s;
}

#main-container .table tr:first-child td {
    border-top: 0;
}

.summary-row {
    background: #00000059;
}

.summary-count {
    float: right;
    margin-top: 0.48em;
    margin-right: 15px;
}

/* Zones Table */

#zone-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #74a6d9;
    box-shadow: inset -4px 5px 3px 0px #130e3c14;
    margin-bottom: 2.5em;
}

.zone-item,
.summary-row {
    width: 100%;
    float: left;
    padding: 0.3em 0;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    font-weight: 500;
}

.zone-item:hover {
    background-color: #0000001f;
}

.zone-selected .zone-name {
    font-weight: 600;
}

.zone-name,
.summary-title {
    float: left;
    padding: 0.4em 0.3em 0.4em 1em;
    pointer-events: none;
}

#zone-list .zone-name {
    box-sizing: border-box;
    max-width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zone-toggle {
    pointer-events: none;
    float: right;
    margin-right: 5px;
}

.zone-selected .zone-item {
    background: #00000059;
}

/* Summary */

#gbl-tset-slider-amount,
#gbl-runtimer-slider-amount,
#gbl-cbandset-slider-amount,
#gbl-hbandset-slider-amount,
#label-unit-setpoint {
    background: #ebebeb;
    padding: 3px 5px;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    float: none;
    font-weight: 600;
}

#gbl-tset-slider-amount {
    top: 22px;
}

#gbl-runtimer-slider-amount,
#gbl-cbandset-slider-amount,
#gbl-hbandset-slider-amount,
#label-unit-setpoint {
    top: 0.4rem;
}

.return-air-temp {
    margin-top: 5px !important;
}

#zone-summary h5 {
    float: left;
    margin: 0;
}

.number {
    font-size: 1em;
    float: right;
    margin-top: -5px;
}

.tag {
    font-size: 1em;
    float: right;
    margin-top: -5px;
}

.summary-bg {
    background-color: #4583b5;
    border-radius: 5px;
    padding: 10px 10px 8px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.summary-return-temp h5,
.summary-return-temp .number {
    float: none !important;
}

.col-rangeslider .rangeslider-container {
    min-height: 20px;
}

.summary-return-temp {
    height: 100%;
}

.quickset-btn {
    cursor: pointer;
}

/* Other Systems */

#ac-list {
    display: none;
}

.systems-list {
    display: inline-block;
    width: 100%;
    background-color: #74a6d9;
    box-shadow: inset -4px 5px 3px 0px #130e3c14;
}

.acsystem {
    width: 100%;
    float: left;
    padding: 0 15px;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
}

.acsystem.active {
    background: #00000059;
}

.acsystem:last-child {
    border-bottom: none;
}

.acsystem-item {
    width: 100%;
}

.acsystem a {
    color: #fff;
}

.acname-name {
    padding: 11px 0;
    display: inline-block;
    font-weight: 500;
}

.acsystem .btn {
    margin: 4px 0;
}

/* Diagnostics */

#unit-background {
    background-image: url('../images/diagnostics/x-small-duct.png');
    width: 100%;
}

#unit-coil {
    background-image: url(../images/diagnostics/coil-off.gif);
    width: 29.6%;
    position: absolute;
    top: 22%;
    left: 0%;
    padding-top: 46% !important;
}

#unit-coil.heating {
    background-image: url(../images/diagnostics/coil-heating.gif);
}

#unit-coil.cooling {
    background-image: url(../images/diagnostics/coil-cooling.gif);
}

#unit-duct {
    background-image: url(../images/diagnostics/fan-off.gif);
    width: 52.9%;
    position: absolute;
    top: 21%;
    left: 27%;
    padding-top: 50.8% !important;
}

#unit-duct.active {
    background-image: url(../images/diagnostics/round-fan-east.gif);
}

#unit-background,
#unit-coil,
#unit-duct {
    display: block;
    background-size: cover;
    padding-top: 69.1%;
    height: 0;
}

.diagnostics-arrow-left,
.diagnostics-arrow-right {
    display: flex;
    align-self: flex-end;
    flex-direction: column;
}

.diagnostics-arrow-left span,
.diagnostics-arrow-right span {
    width: 100%;
    display: block;
    font-size: 0.6em;
}

.diagnostics-arrow-left span {
    padding-right: 10px;
}

.diagnostics-arrow-right span {
    padding-left: 12px;
}

.diagnostics-arrow-left img {
    max-height: 45px;
    align-self: flex-end;
}

.diagnostics-arrow-right img {
    max-height: 51px;
    align-self: flex-start;
    margin-left: 7px;
}

.table-min-max tr {
    display: table-row !important;
}

.table-min-max th {
    border-bottom-width: 1px !important;
}

.table-min-max th,
.table-min-max td {
    border: 1px solid #dee2e6;
    text-align: center;
}

.table-min-max thead tr {
    background: #4583b5;
}

.table-min-max th:first-of-type,
.table-min-max td:first-of-type {
    text-align: left;
}

.table-diagnostics,
.table-min-max {
    background-color: #74a6d9;
}

.table-diagnostics tr td {
    padding: 0 15px 0 15px;
    vertical-align: middle;
}

.table-diagnostics tr td:nth-child(1) {
    width: 97%;
}

.table-diagnostics tr td span {
    background-color: #4483b5;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    padding: 3px;
    margin: 5px 0 5px 5px;
    border-radius: 3px;
}

.diagnostics-details {
    background-color: #74a6d9;
    padding: 10px 15px;
    height: 100%;
}

.diagnostics-details p {
    margin-bottom: 0;
}

#diagnostics-airflow {
    font-size: 1.1em;
}

/* Schedules */

#global-schedules .btn-toggle {
    min-width: 1.9em;
}

#global-schedules .autooff-range-control {
    align-items: center;
    display: flex;
}

#global-schedules .autooff-range-control .rangeslider-container {
    flex: 1 1 auto;
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    min-height: 8px;
    min-width: 0;
}

#global-schedules .autooff-range-control .autooff-range-step {
    flex: 0 0 2.25rem;
    height: 2.25rem;
    padding: 0.5rem;
    width: 2.25rem;
}

.row-schedule-select select {
    width: 100%;
    border-radius: 4px;
    height: 34px;
    padding: 4px;
    background: #fff;
}

.card-schedule {
    display: none;
    opacity: 0;
    transition: all 2s;
}

.card-schedule.visible {
    display: block;
    opacity: 1;
}

.schedule-card .card-schedule > .card-body {
    padding: 0;
}

.card-schedule .btn-group .btn {
    font-size: 0.8em;
    padding-left: 0em;
    padding-right: 0em;
}

.chk-dows {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.chk-dow {
    background: #fff;
    color: #333;
    flex: 1 1 auto;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #505050;
    border-left: 0;
    font-weight: 600;
}

.chk-dow:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #505050;
}

.chk-dow:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.chk-dow-on {
    color: #fff;
    background-color: #545b62;
    box-shadow: inset 3px 3px 7px #00000061;
}

/* Top Zone Form */

#top-zone-form .rangeslider-container {
    margin-top: 3px;
}

#top-zone-form h5 {
    margin-bottom: 12px;
    float: none;
}

/* Zone Details */

#summary-energy-settings {
    display: flex;
}

.zone-big-number {
    font-size: 65px;
    font-weight: 300;
}

.big-number-row {
    margin-top: 3em;
}

.split-details span:first-child {
    float: left;
}

.split-details span:last-child {
    float: right;
}

.split-details {
    background-color: #2a73a499;
    border-radius: 5px;
    padding: 6px 10px 6px;
    display: inline-block;
    width: 100%;
}

#zone-details-footer-row {
    position: relative;
    top: -50px;
}

.zone-view {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.zone-view-visible {
    display: block;
    opacity: 1;
}

#zone-details .row-zone-name,
#zone-schedules .row-zone-name {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

#zone-details .zone-control-layout {
    align-items: stretch;
    box-sizing: border-box;
    height: 100%;
    justify-content: center;
    margin-top: 0;
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#zone-details .zone-slider-column,
#zone-details .zone-reading-column {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#zone-details .zone-slider-column {
    align-items: center;
    flex: 0 0 7rem;
    max-width: 7rem;
}

#zone-details .zone-range-control {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    width: 100%;
}

#zone-details .zone-range-step,
#global-schedules .autooff-range-step {
    border-radius: 50%;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    outline: 0;
    padding: 0.55rem;
    width: 2.5rem;
}

#zone-details .zone-range-step-up {
    margin-bottom: 0.35rem;
}

#zone-details .zone-range-step-down {
    margin-top: 0.35rem;
}

#zone-details .zone-range-step img,
#global-schedules .autooff-range-step img {
    display: block;
    height: 100%;
    width: 100%;
}

#zone-details .zone-range-step-down img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#zone-details .zone-reading-column {
    flex: 0 0 16rem;
    justify-content: center;
    max-width: 16rem;
    text-align: center;
}

#zone-details .zone-reading-primary {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 0.5rem 0;
    width: 100%;
}

#zone-details .zone-reading-stack {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

#zone-details .big-number-row {
    margin-top: 0;
    white-space: nowrap;
}

#zone-details .zone-reading-list {
    display: table;
    font-size: 0.88em;
    line-height: 1.45;
    margin: 0.35rem 0 0;
    max-width: 100%;
    table-layout: auto;
    text-align: left;
}

#zone-details .zone-reading-row {
    display: table-row;
}

#zone-details .zone-reading-label,
#zone-details .zone-reading-value {
    display: table-cell;
    white-space: nowrap;
}

#zone-details .zone-reading-label {
    padding-right: 14px;
}

#zone-details .zone-reading-label:after {
    content: ":";
}

#zone-details .zone-reading-value {
    text-align: left;
}

#zone-details .zone-mode-control {
    margin-top: 1.15rem;
}

#zone-details .zone-mode-control .btn {
    font-size: 0.88em;
    margin: 0;
    padding: 0.5em;
}

#zone-details .zone-reading-primary > .row {
    width: 100%;
}

#zone-details .zone-reading-primary > .row > .col-12 {
    white-space: nowrap;
}

.zone-detail-action-row {
    flex: 0 0 auto;
    margin-top: auto;
    padding-bottom: 1rem;
}

.zone-detail-action-row .btn {
    border-radius: 1em;
    font-size: 0.95em;
    padding: 0.45em 1em;
    transition: all 0.1s;
}

.zone-schedule-navigation {
    margin-top: auto;
    padding-top: 1rem;
}

.zone-schedule-navigation-button {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.2;
    min-height: 2.65rem;
    position: relative;
    text-align: center;
    white-space: normal;
}

.zone-schedule-navigation-arrow {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    flex: 0 0 auto;
    height: 0.55rem;
    position: absolute;
    top: 50%;
    width: 0.55rem;
}

.zone-schedule-navigation-arrow-previous {
    left: 1rem;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.zone-schedule-navigation-arrow-next {
    right: 1rem;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 500px) {
    .zone-schedule-navigation-button {
        min-height: 60px;
    }

    .zone-schedule-navigation-suffix {
        display: none;
    }
}

.freematch button {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 0.3rem;
}

.freematch button img {
    width: 25px;
    margin-right: 12px;
    margin-top: -3px;
}

/*  Toggle Switch  */

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #130e3c;
    box-shadow: none !important;
    pointer-events: all;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}

.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
    left: 0.6rem !important;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #4483b5;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.12rem;
    width: 4.2rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0.25rem;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.25rem;
    left: 0.23rem;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 2.4rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.45rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
    left: 1.35rem;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}

.view-heading .btn-toggle.btn-sm {
    margin: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) scale(1.3);
    z-index: 2;
}

/* Range Slider */

.rangeslider-setpoint,
.rangeslider-flow {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 17rem;
    margin-top: -5px;
    padding: 10px 12px;
    background-color: rgb(91 151 194 / 27%);
    border-radius: 30px;
}

#zone-details .rangeslider-setpoint,
#zone-details .rangeslider-flow {
    box-sizing: border-box;
    flex: 1 1 auto;
    height: auto;
    margin-top: 0;
    max-height: 100%;
    min-height: 6rem;
}

.rangeslider-control-target {
    margin: 35px 0 15px;
}

.rangeslider {
    background-color: #130e3c;
}

.rangeslider__fill {
    background-color: #2b72a4;
}

.rangeslider--vertical {
    min-height: 100%;
    width: 12px;
}

.rangeslider--horizontal {
    height: 8px;
}

.rangeslider--horizontal .rangeslider__handle {
    width: 20px;
    height: 20px;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -6px;
}

.rangeslider--vertical .rangeslider__handle {
    left: -13px;
}

/* -- Navigation */
#top-menu-schedules-nav,
#footer-row {
    display: none;
}

#header {
    height: auto;
}

#main-container,
#settings-container {
    padding-top: 69px;
}

/* Settings Page */

#settings-container .table th {
    padding: 1rem;
}

#settings-container .table tr th:nth-of-type(1) {
    width: 10%;
}

#table-zone-settings tr th:nth-of-type(2) {
    width: 65%;
}

#table-zone-settings tr th:nth-of-type(3) {
    width: 25%;
}

.settings-form label {
    margin-top: 5px;
}

.settings-form>.row {
    margin: 5px 0;
}

.settings-form,
.settings-form .form-control {
    font-size: 0.9em;
}

.settings-form .form-control {
    padding: 0.3em 0.5em;
}

#settings-zones-container {
    overflow-y: auto;
}

#settings-zones-container .settings-form {
    min-width: 410px;
}

.row-setting-titles {
    font-size: 0.8em;
}

/* Media Queries */

@media only screen and (max-width: 440px) {
    #zone-details .zone-control-layout {
        flex-wrap: nowrap;
    }

    #zone-details .zone-slider-column {
        flex: 0 0 6rem;
        max-width: 6rem;
    }

    #zone-details .zone-reading-column {
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
    }

    #zone-details .zone-reading-primary > .row > .col-12 {
        font-size: 0.8em;
    }

    #zone-details .zone-reading-list {
        font-size: 0.75em;
    }

    #zone-details .zone-reading-label {
        padding-right: 8px;
    }
}

@media only screen and (min-width: 450px) {
    .card-schedule .btn-group .btn {
        font-size: 1em;
    }

    #zone-details-footer-row .btn {
        width: 49%;
        margin: 0;
    }

    #zone-details-footer-row .btn-left {
        margin-right: 1%;
    }

    #zone-details-footer-row .btn-right {
        margin-left: 1%;
    }

    .settings-form,
    .settings-form .form-control {
        font-size: 1em;
    }
}

@media only screen and (min-width: 530px) {
    .row-setting-titles {
        font-size: 1em;
    }

    #gbl-runtimer-slider-amount,
    #gbl-cbandset-slider-amount,
    #gbl-hbandset-slider-amount,
    #label-unit-setpoint {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 600px) {
    .diagnostics-arrow-left span,
    .diagnostics-arrow-right span {
        font-size: 1em;
    }
}

@media only screen and (max-width: 500px) {
    #settings-zones-container {
        background-image: linear-gradient(to right, white, white),
            linear-gradient(to right, white, white),
            linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)),
            linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-size: 0px 100%, 0px 100%, 20px 100%, 20px 100%;
        background-attachment: local, local, scroll, scroll;
        margin-left: -20px;
        margin-right: -20px;
    }

}

/* Keep zones primary in portrait, with global controls in a bottom drawer. */
@media only screen and (max-width: 767px) {
    #main-col {
        padding-bottom: 0;
    }

    #main-col.zones-view-active {
        padding-bottom: 158px;
    }

    #view-right {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #zone-list {
        box-sizing: border-box;
        height: 100%;
        margin-bottom: 0;
        padding-bottom: 40px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #all-zones.visible {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1020;
        height: 160px;
        margin: 0;
        overflow: visible;
        padding: 0;
        -webkit-transition: height 160ms ease;
        transition: height 160ms ease;
    }

    #all-zones.visible.mobile-controls-expanded {
        height: -webkit-calc(100vh - 69px);
        height: calc(100vh - 69px);
        height: calc(100dvh - 69px);
    }

    .visible.mobile-controls-expanded #mobile-controls-toggle {
        top: -25px;
    }

    .mobile-controls-expanded #top-menu {
        margin-top: 35px;
    }

    #all-zones #left-sidebar,
    #all-zones #top-menu {
        height: 100%;
    }

    #all-zones #left-sidebar {
        box-shadow: 0 -5px 16px #00000024;
    }

    #all-zones #left-sidebar {
        border-right: none;
    }

    #all-zones #top-menu {
        box-sizing: border-box;
        overflow: visible;
        padding-top: 10px;
        position: relative;
    }

    .mobile-controls-toggle {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        width: 120px;
        height: 25px;
        padding: 0 10px;
        border: 1px solid;
        border-bottom: 0;
        border-radius: 9px 9px 0 0;
        font-size: 0.72em;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

    .mobile-controls-toggle-expanded {
        display: none;
    }

    .mobile-controls-toggle:focus {
        outline: none;
    }

    .mobile-controls-expanded .mobile-controls-toggle-collapsed {
        display: none;
    }

    .mobile-controls-expanded .mobile-controls-toggle-expanded {
        display: inline;
    }

    .mobile-controls-expanded .mobile-controls-toggle {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .mobile-controls-toggle-arrow {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: 6px;
        border-top: 1px solid;
        border-left: 1px solid;
        vertical-align: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-controls-expanded .mobile-controls-toggle-arrow {
        vertical-align: 2px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    #all-zones .left-panel-controls {
        height: 100%;
        min-height: 0;
        margin: 0;
        overflow: hidden;
        padding-top: 8px !important;
    }

    #all-zones.mobile-controls-expanded .left-panel-controls {
        min-height: calc(100vh - 93px);
        min-height: calc(100dvh - 93px);
        overflow-y: auto;
    }

    #all-zones .left-panel-controls > .col-12 {
        min-height: 0;
        padding: 0 10px 24px;
    }

    #all-zones.mobile-controls-expanded .left-panel-controls > .col-12 {
        min-height: calc(100vh - 101px);
        min-height: calc(100dvh - 101px);
    }
}

@media only screen and (max-width: 991px) {
    .row-setting-titles {
        font-size: 0.7em;
    }
}

@media only screen and (min-width: 768px) {
    .zone-item,
    .summary-row {
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
    }

    #left-sidebar {
        width: auto;
        padding: 0;
        position: relative;
        background-color: #74a6d9;
    }

    #main-col {
        display: flex;
        padding: 0;
    }

    .view-container.visible {
        display: block;
    }

    #settings {
        padding-top: 0;
    }

    #view-right {
        width: 60%;
        padding: 0;
        display: block;
        overflow-y: auto;
    }

    #zone-details, #global-schedules {
        padding-top: 0;
    }

    #all-zones.visible {
        display: block;
        width: 40%;
        background-color: #74a6d9;
        box-shadow: inset -4px 5px 11px 0px #130e3c26;
    }

    #energy-settings {
        display: block !important;
        opacity: 1;
    }

    #summary-energy-settings {
        display: none;
    }

    .row-zone-name,
    .view-heading,
    .row-schedule {
        margin-top: 11px;
    }

    .big-number-row {
        margin-top: 5em;
    }

    .rangeslider-setpoint,
    .rangeslider-flow {
        height: 340px;
    }
}

@media only screen and (min-width: 1180px) {
    #all-zones.visible {
        width: 40%;
    }

    #view-right {
        width: 70%;
    }

    .number {
        font-size: 1.2em;
    }

    #gbl-runtimer-slider-amount,
    #label-unit-setpoint {
        top: 0.2rem;
    }
}

::-webkit-scrollbar {
    width: 6px;
    background: #e2e5e8;
}

::-webkit-scrollbar-thumb {
    background: #8a8f94;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #e2e5e8;
}
