body {
    background: #eee;
}

.table.table-bordered td,
.table.table-bordered th {
    word-break: break-word;
}

.content-header .store-filter {
    width: 185px;
}

.main-header-navigation.navbar-info {
    background-color: #13a89f;
}

.main-header-navigation.navbar-info {
    background-color: #13a89f;
}

.content-header .dashboard {
    width: 200px;
}

.main-sidebar .sidebar .user-panel .username {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.content-header .store-filter a {
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .main-header-navigation .main-sidebar {
        margin-left: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    .content-header .store-filter-main {
        margin-top: -11px;
    }
}

@media (min-width: 768px) {
    .main-header-navigation {
        margin-top: -20px !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 4.6rem;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 4.6rem;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        overflow-x: hidden;
    }

    .sidebar-mini.sidebar-collapse .brand-text,
    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
    .sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
        margin-left: -10px;
        opacity: 0;
        visibility: hidden;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel .image {
        float: none;
    }

    .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
        width: 4.6rem;
    }

    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 4.6rem !important;
    }

    .sidebar-mini .nav-sidebar,
    .sidebar-mini .nav-sidebar .nav-link,
    .sidebar-mini .nav-sidebar>.nav-header {
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 555px) {
    .main-footer .footer {
        font-size: 0.6em;
    }
}

div.break {
    margin-bottom: 12px;
}


.box-center {
    padding: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.Polaris-Page {
    width: 100%;
}

#AppFrameTopBar {
    position: absolute;
    border-bottom: 1px solid #dfe3e8;
    height: 5.2rem;
    padding: 0 1.7rem;
}

#AppFrameTopBar .AppFrameTopBarBox,
#AppFrameTopBar .Polaris-Button,
#AppFrameTopBar .Polaris-ButtonGroup {
    background: #f4f6f8 !important;
}

#AppFrameTopBar .AppFrameTopBarBox {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.Polaris-Frame.Polaris-Frame--hasTopBar .Polaris-Frame__Main {
    padding-top: 80px;
}

#AppFrameTopBar a {
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #f4f6f8;
    opacity: .5;
    padding: 16px 1px;
    margin-right: 16px;
    height: 3.8em;
}

#AppFrameTopBar a:hover {
    border-color: #ddd;
    opacity: .9;
}

#AppFrameTopBar a.active {
    border-color: #5c6ac4;
    opacity: .9;
}

#AppFrameTopBar a .Polaris-Button__Text>.Polaris-Icon {
    display: none;
}

#AppFrameTopBar a .Polaris-Button__Text>.Polaris-Icon img,
#AppFrameTopBar a .Polaris-Button__Text>.Polaris-Icon svg {
    height: 24px;
    width: 24px;
}

#AppFrameTopBar .plan {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 18px 10px 0;
    height: 65px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: transform .25s ease 0s;
    background-color: #fff !important;
}

#AppFrameTopBar .plan:hover {
    transform: matrix(1, 0, 0, 1, 0, 8);
}

#AppFrameTopBar .plan * {
    background-color: transparent !important;
}

#AppFrameTopBar .plan h3 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
}

#AppFrameTopBar .plan span {
    font-size: small;
    color: #999;
}

@media (min-width: 30.625em) {
    .box-center {
        padding: 0 2rem;
    }

    #AppFrameTopBar {
        padding: 0;
    }

    #AppFrameTopBar .plan {
        right: 2rem;
    }
}

@media (min-width: 46.5em) {
    .box-center {
        padding: 0 3.2rem;
        max-width: 99.8rem;
        margin: 0 auto;
    }

    #AppFrameTopBar .plan {
        right: 3.2rem;
    }
}

@media only screen and (max-width: 743px) {
    #AppFrameTopBar .Polaris-Card {
        padding: 0 2rem;
    }

    #AppFrameTopBar a {
        padding: 10px 0;
        margin-right: .2em;
    }

    #AppFrameTopBar a .Polaris-Button__Text .Polaris-Icon {
        display: block;
    }

    #AppFrameTopBar a .text {
        display: none;
    }
}

@media only screen and (max-width: 489px) {
    #AppFrameMain {
        padding-top: 7rem;
    }
}

.Polaris-Select__Input__Custom {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3.6rem;
    padding: .5rem .8rem .5rem 1.2rem;
    background-color: #ffff;
    border: .1rem solid #c4cdd5;
    box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, .05);
    border-radius: 3px;
    transition-property: box-shadow, background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.64, 0, .35, 1);
}

.Polaris-Select__Input__Custom:focus {
    border-color: #5c6ac4;
    outline-color: #5c6ac4;
}

@media (min-width: 40em) {
    .Polaris-Select__Input__Custom {
        font-size: 1.4rem;
    }
}

.input-group.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.no-wrap .Polaris-TextField {
    width: 100%;
}

.form-filter {
    padding: 1.6rem 1.6rem 0;
}

@media (min-width: 30.625em) {
    .form-filter {
        padding: 2rem 2rem 0;
    }
}

.Polaris-Frame--hasTopBar .Polaris-Frame__Main {
    padding-bottom: 30px;
}

.tile-stats {
    position: relative;
    color: #fff;
}

.tile-stats .main-icon {
    height: 65px;
    width: 65px;
    /* background: rgba(0, 0, 0, .2); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0.2;
}

.tile-stats .Polaris-Card__Section {
    padding-right: 50px;
}

.tile-stats .main-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.tile-stats .Polaris-Card {
    height: 100%;
}

.Tile-Layout.Polaris-Layout {
    align-items: normal;
}

@media only screen and (min-width: 744px) {
    .tile-stats .Polaris-Heading {
        font-size: 2rem;
    }
}

.tile-red .Polaris-Card {
    background: #f56954;
}

.tile-green .Polaris-Card {
    background: #00a65a;
}

.tile-aqua .Polaris-Card {
    background: #00c0ef;
}

.tile-blue .Polaris-Card {
    background: #0073b7;
}

.tile-purple .Polaris-Card {
    background: #9575cd;
}

.Polaris-Header-Title_Button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group-text {
    font-size: 1.4rem;
    padding: .375rem .75rem;
}

.daterangepicker .input-mini {
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3.6rem;
    padding: .5rem .8rem .5rem 2.8rem;
    background-color: #ffff;
    border: .1rem solid #c4cdd5;
    box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, .05);
    border-radius: 3px;
    transition-property: box-shadow, background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.64, 0, .35, 1);
    font-size: 1.6rem;
}

@media (min-width: 40em) {
    .daterangepicker .input-mini {
        font-size: 1.4rem;
    }
}

.daterangepicker .daterangepicker_input i {
    font-size: 14px;
    left: 1.2rem;
    top: 50%;
    transform: translate(0, -50%);
}

.daterangepicker .input-mini.active {
    border: 1px solid #5c6ac4;
    box-shadow: 0 0 1px 1px #5c6ac4;
}

.daterangepicker.ltr .ranges {
    float: none;
    clear: both;
}

.range_inputs {
    text-align: center;
}

.range_inputs .btn {
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 13.3333px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.6rem;
    min-width: 3.6rem;
    margin: 0;
    padding: .7rem 1.6rem;
    background: linear-gradient(180deg, #fff, #f9fafb);
    border: .1rem solid var(--p-border, #c4cdd5);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, .05);
    border-radius: 3px;
    line-height: 10px;
    color: #212b36;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    transition-property: background, border, box-shadow;
    transition-duration: var(--p-override-none, .2s);
    transition-timing-function: var(--p-override-none, cubic-bezier(.64, 0, .35, 1));
    -webkit-tap-highlight-color: transparent;
}

.range_inputs .btn:hover {
    background: linear-gradient(180deg, #f9fafb, #f4f6f8);
    border-color: #c4cdd5;
}

.range_inputs .btn:focus {
    border-color: #5c6ac4;
    outline: 0;
    box-shadow: 0 0 0 1px #5c6ac4;
}

.range_inputs .btn:active {
    background: linear-gradient(180deg, #f4f6f8, #f4f6f8);
    border-color: #c4cdd5;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, .1), inset 0 1px 4px 0 rgba(99, 115, 129, .2);
}

.range_inputs .applyBtn {
    background: linear-gradient(180deg, #6371c7, #5563c1);
    border-color: #3f4eae;
    box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, .05), 0 0 0 0 transparent;
    color: #fff;
}

.range_inputs .applyBtn:hover {
    background: linear-gradient(180deg, #5c6ac4, #4959bd);
    border-color: #3f4eae;
    color: #fff;
    text-decoration: none;
}

.range_inputs .applyBtn:focus {
    border-color: #202e78;
    box-shadow: inset 0 1px 0 0 #6f7bcb, 0 1px 0 0 rgba(22, 29, 37, .05), 0 0 0 1px #202e78;
}

.range_inputs .applyBtn:active {
    background: linear-gradient(180deg, #3f4eae, #3f4eae);
    border-color: #38469b;
    box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, .05), 0 0 1px 0 #38469b;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #3f4eae;
}

.range_inputs .cancelBtn {
    margin-left: 5px;
}

.dropdown-menu {
    font-size: 1.2rem;
    line-height: 2.2;
}

.Store-Info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media only screen and (min-width: 481px) {
    .Store-Info {
        flex-direction: row;
    }

    .Store-Info-Inner {
        width: 50%;
    }
}

.Polaris-Card.Transparent-Bg {
    background-color: transparent;
    box-shadow: none;
}

.Polaris-Frame__Custom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 2rem 2rem 0;
    flex-direction: column;
}

.nav-tabs.flex-column {
    border-right-width: 0;
}

@media only screen and (min-width: 641px) {
    .Polaris-Frame__Custom {
        flex-direction: row;
    }

    .Polaris-Frame__Navigation__Custom {
        width: 200px;
    }

    .Polaris-Frame__Layout__Custom {
        width: calc(100% - 200px);
    }

    .Polaris-Frame__Custom .Polaris-FormLayout__Item {
        padding-left: 20px;
    }

    .nav-tabs.flex-column {
        border-right-width: 1px;
    }
}

.nav-tabs.flex-column .nav-item.show .nav-link,
.nav-tabs.flex-column .nav-link.active,
.nav-tabs.flex-column .nav-link:focus,
.nav-tabs.flex-column .nav-link:hover {
    border-color: transparent;
    background-color: rgba(223, 227, 232, 1);
    color: #202e78;
    text-decoration: none;
}

.nav-tabs.flex-column .nav-link {
    margin-top: 0;
    margin-bottom: 1.6rem;
    padding: 0 8px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.2rem;
    font-size: 1.6rem;
    color: #212b36;
    background-color: rgba(223, 227, 232, 0.3);
}

@media (min-width: 48.0625em) {
    .nav-tabs.flex-column .nav-link {
        margin-top: 0;
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
    }
}

.pagination {
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link {
    background: linear-gradient(180deg, #6371c7, #5563c1);
    border-color: #3f4eae;
    box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, .05), 0 0 0 0 transparent;
    color: #fff
}

.padding-right-0 {
    padding-right: 0 !important;
}

.Polaris-Card-Custom {
    padding: 1.6rem 1.6rem 0;
}

@media (min-width: 30.625em) {
    .Polaris-Card-Custom {
        padding: 2rem 2rem 0;
    }
}

.Polaris-ChoiceField {
    display: flex;
    flex-direction: column;
}
.Polaris-Tag {
    margin: .8rem .8rem 0 0;
}

/* Select2 alignment for Polaris-styled selects */
.select2-container--default .select2-selection--single {
    height: 36px!important;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px!important;
    padding-left: 12px;
    color: #212b36;
    padding-top: 0;
    padding-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
}
