@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body.restropress_page_rpress-reports{
    background-color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000;
}
ul, li{
    margin:0;
    padding: 0;
    list-style:none;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a{
   text-decoration:none;
}
.rpress-report-wrap .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rpress-report-wrap .mb-3 {
    margin-bottom: 1rem;
}
@media (min-width: 992px){    
    .rpress-report-wrap .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .rpress-report-wrap .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.rpress-report-wrap .button{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 6px 18px;
    cursor:pointer
}
.rpress-report-wrap .button-primary{
    background-color: #007AFF;
    border:2px solid #007AFF;
}
.rpress-report-wrap .button-primary:hover {
    background-color: #06aff1;
    border:2px solid #06aff1;
}
.rpress-report-wrap .button-primary svg{
    margin-right:10px;
}
.rpress-report-wrap .card{
    margin: 0;
    margin-bottom: 1.875rem;
    padding: 0;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    border-radius:12px;
    box-shadow: 0px 1px 10px 1px rgb(0 0 0 / 5%);
}
.rpress-report-wrap .card-header,
.rpress-report-wrap .tablenav.top{
    position: relative;
    background: transparent;
    padding:0.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
.rpress-report-wrap .tablenav.top{
    padding:0.5rem 0rem;
}
.rpress-report-wrap .card-header h3,
.rpress-report-wrap .tablenav.top form#rpress-reports-filter label{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    color: #1d2327;
    margin: 1em 0;
}
.rpress-report-wrap .tablenav.top form#rpress-reports-filter label{
    float: left;
    margin-right:10px;
}
.rpress-report-wrap .card-body {
    flex: 1 1 auto;
    padding: 1rem 1.6rem;
}
.rpress-report-wrap .me-auto {
    margin-right: auto;
}
.rpress-report-wrap select#rpress-reports-view,
.rpress-report-wrap form#rpress-reports-filter select.rpress-select{
    background-color: transparent;
    border: 0;
}
.rpress-report-wrap .analytic-overview-wrap form#rpress-graphs-filter {
    margin-left: 15px;
}
.rpress-report-wrap form#rpress-graphs-filter .tablenav .tablenav .actions,
.rpress-report-wrap div#rpress-date-range-options,
.rpress-report-wrap .alignleft.actions,
.rpress-report-wrap div.d-flex.mb-3,
.rpress-report-wrap form#rpress-reports-filter{
    display: flex;
    align-items: center;
}
.rpress-report-wrap .actions.bulkactions{
   display: contents;
}
.rpress-report-wrap .dropdown.custom-dropdown a,
.rpress-report-wrap table.striped tfoot{
    display:none;
}
.rpress-report-wrap .dropdown.custom-dropdown a.nav-tab-active {
    display:inline-block; 
    align-items: center;
    font-size:14px;
    text-transform: capitalize;
}
.rpress-report-wrap label.input-group-text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #F1F5F9;
    color: #64748B;
    border: 0.0625rem solid #f5f5f5;
    font-weight: 400;
    min-width: 3.125rem;
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px 11.5px;
    border-radius: 13px 0 0 13px;
    align-self: baseline;
}
.rpress-report-wrap .analytic-overview-wrap{
    background-color: #F8FAFC;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom:20px;
}
.rpress-report-wrap .analytic-overview-wrap div#rpress-dashboard-widgets-wrap.rpress_export_wrap{
    clear: both;
    display: flex;
}
.rpress-report-wrap .analytic-overview-wrap div#rpress-dashboard-widgets-wrap.rpress_export_wrap .postbox {
    border: 0rem solid transparent;
    border-radius: 12px;
    box-shadow: 0px 1px 10px 1px rgb(0 0 0 / 5%);
    float: left;
    margin: 0 10px 20px;
    width: 100%;
    max-width: 399px;
    padding: 20px;
    height: 330px;
}
.rpress-report-wrap .chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 0 8px;
}
.rpress-report-wrap .chosen-container .chosen-drop {
    top: 35px;
}
.rpress-report-wrap .analytic-overview-wrap div#rpress-dashboard-widgets-wrap.rpress_export_wrap input[type="text"],
.rpress-report-wrap .analytic-overview-wrap div#rpress-dashboard-widgets-wrap.rpress_export_wrap select#rpress_sales_export_fooditem,
.rpress-report-wrap  a.chosen-single{
    background: #fff;
    border: 0.0625rem solid #f0f1f5;
    padding: 0.3rem 0.5rem;
    color: #3A3535;
    min-height: auto;
    height: auto;
    width:100%;
    max-width: 500px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom:10px;
    display: block;
}
.rpress-report-wrap div#rpress_sales_export_fooditem_chosen,
.rpress-report-wrap div#rpress_customer_export_download_chosen{
    width:100% !important;
    margin-bottom:10px;
    display: contents;
}
.rpress-report-wrap div#rpress_sales_export_fooditem_chosen select{
    border: 0.0625rem solid #f0f1f5;
}
.rpress-report-wrap .analytic-overview-wrap div#rpress-dashboard-widgets-wrap.rpress_export_wrap .button-primary {
    display: block;
    margin-top:10px;
}
.rpress-report-wrap .card-title,
.rpress-report-wrap .card small,
.rpress-report-wrap #rpress-dashboard-widgets-wrap .postbox h3{
    font-family: 'Roboto', sans-serif;
    color: #64748B;
    font-weight: 500;
    font-size:18px;
    margin: 0;
}
.rpress-report-wrap .card small {
    font-weight: 400;
    font-size: 18px;
}
.rpress-report-wrap .card-count{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 30px 0 12px;
}
.rpress-report-wrap .card-count h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.rpress-report-wrap .progress-count {
    border-radius: 23px;
    padding:7px 12px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#46BD84;
    background-color: #EFF9F4;
}
.rpress-report-wrap .progress-count.percent-negative{
    color:#E03C4C;
    background-color: #FDF3F4;
}
.rpress-report-wrap .percent-positive:after,
.rpress-report-wrap .percent-negative:after{
    content: '';    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    right: 0;
    vertical-align: middle;
}
.rpress-report-wrap .progress-count.percent-positive:after{
    background-image: url(../svg/positive_arrow.svg);
}
.rpress-report-wrap .progress-count.percent-negative:after{
    background-image: url(../svg/negative_arrow.svg);
}
.rpress-report-wrap .displaying-num{
    margin-right: 0.5rem;
    background-color: #FAFDFF;
    box-shadow: 0px 1px 10px 1px rgb(0 3 0 / 5%);
    padding: 0rem 0.938rem;
    border-radius: 29px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #34455A;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
}
/*.rpress-report-wrap .tablenav-pages.one-page svg {
    margin-right: 0.5rem;
}
.rpress-report-wrap .tablenav-pages.one-page svg{
    margin-left:10px;
}*/
.rpress-report-wrap .chosen-wrapper.filter-box:before {
    background-image: none;
}
.rpress-report-wrap .chosen-wrapper.filter-box:after{
    display: block;
    top: 20px;
    right: 15px;
}
.rpress-report-wrap select#rpress-graphs-date-options,
.rpress-report-wrap .inside form select{
    width: auto;
    background-color: #F1F5F9;
    border: 0.0625rem solid #f5f5f5;
    height: 45px;
    line-height: 43px;
    color: #64748B;
    font-weight: 600;
    font-size: 14px;
    margin-left: -1px;
    border-radius: 0 13px 13px 0;
    box-shadow: none;
}
.rpress-report-wrap .inside form select{
    background-color:transparent;
    border-radius:0;    
    border: 0;
}
.rpress-report-wrap .rpress-graph-filter-submit.graph-option-section input.button-secondary,
.rpress-report-wrap input#submit {
    background-color: #F7F7F8;
    border: 1px solid #38A3FF;
    color: #38A3FF;
    padding: 3px 18px;
    border-radius: 5px;
    font-weight: 400;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
}
.rpress-report-wrap input#submit{
    font-size: 14px;
}
.rpress-report-wrap .rpress-graph-filter-options.graph-option-section label {
    font-size: 15px;
    color: #737C8E;
    font-family: Roboto;
}
.rpress-report-wrap div#rpress-date-range-options span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color:#64748B;
}
.rpress-report-wrap .tablenav .actions select {
    padding: 0px 24px 2px 12px;
    border-radius: 8px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    background-color: #F1F5F9;
    border: 0.0625rem solid #f5f5f5;
    height: 45px;
    line-height: 43px;
    color: #64748B;
    font-weight: 600;
    font-size: 14px;
    margin-left: -1px;
    box-shadow: none;
}
/*---checkbox---*/
.rpress-report-wrap input[type="checkbox"]{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25em;
    appearance: none;
    vertical-align: top;
    background-color: #F9F9F9;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: none;
    vertical-align: middle;
}
.rpress-report-wrap input:checked[type="checkbox"]{
    background-image: url(../svg/tick.svg);
    background-color: #1EAAE7;
    border-color: #1EAAE7;
}
.rpress-report-wrap input:checked[type="checkbox"]:checked::before{
    display:none;
}
/*----table---*/
.rpress-report-wrap table{
    border:0;
    border-radius: 12px;
    box-shadow: 0px 1px 10px 1px rgb(0 0 0 / 5%);
}
.rpress-report-wrap table, th, td {
    border-collapse: collapse;
}
.rpress-report-wrap table thead tr{
    background-color: #F7F7F8;   
    border-bottom: 1.6px solid #E6E6E6;
}
.rpress-report-wrap table tr th,
.rpress-report-wrap .analytic-overview-wrap table tr th{
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    background-color: transparent;
    border-bottom: 1.6px solid #ECEFF1;
    width: auto !important;
    line-height: inherit;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    color: #4B575E;
}
.rpress-report-wrap .analytic-overview-wrap table tr th a{
     padding:0;
 }
.rpress-report-wrap .analytic-overview-wrap table tr th span{
    color: #4B575E;
}
.rpress-report-wrap table.striped>tbody>:nth-child(odd){
    background-color: #fff;
}
.rpress-report-wrap table tbody tr{
    border-bottom: 1.5px solid #F5F7FA;
}
.rpress-report-wrap table tbody tr:last-child{
    border-bottom: 0px solid #F5F7FA;
}
.rpress-report-wrap table tbody tr td{   
    color: #50575e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 0.75rem 1.5rem;
}
.rpress-report-wrap .tablenav.bottom {
    opacity: 0;
}
.rpress-report-wrap .metabox-holder .postbox,
.rpress-report-wrap .rpress-mix-totals{
    border-radius: 12px;
    border: 0px solid #c3c4c7;
}