.alignCenter{
	text-align: center;
}
#trTotalRow{
    background: #fefff3;
}
#trTotalRow td{
    font-size: 13px !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    color: #6e5c69;
    font-weight: bold !important;
    border-bottom: 1px dotted #e3e3e3;
}
 .totalRow td{
     color: #5f5f5f;
     font-size: 15px !important;
     font-weight: bold;
}

.brandGroupingTd{
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    padding: 4px !important;
}
table.tblCell{
    width: 100%;
}
.tblCell td{
    padding: 0px;
    font-size: 11px !important;
    font-weight: normal;
    border-top: 0px;
    border-bottom: 1px dotted #d7d7d7;
    padding-bottom: 3px;
    padding-top: 3px;
}
.tblCell tr:last-child td{
	border-bottom: 0px !important;
}


.loaderTextP{
    font-size: 14px;
    letter-spacing: 2px;
    color: #8c8c8c;
    text-align: center;
}
#resultContainerByBrand table th{
	padding: 2px !important;
}

td.brandGroupingTdSrc{
	padding: 0px !important;
	vertical-align: middle;
	padding-left: 10px !important;
    position: relative;
}
.showMoreDetailsBtn{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #ebefff;
    text-align: center;
    width: 38%;
    font-size: 15px;
    padding-top: 150px;
    display: none;
    text-decoration: none !important;
}
div.campaignDataDialog  .modal-dialog{
    max-width: 98% !important;
}
div.campaignDataDialog .modal-header .close{
    position: absolute;
    right: 30px;
}
div.campaignDataDialog .modal-body{
    max-height: 820px !important;
    overflow: auto;
}
#srcNameHeader{
    padding: 1px 5px;
    border-bottom: 1px solid #fff;
}
.btnBorder{
	border: 1px solid #b5b5b5;
}

span.cogsBreakdown{
    display: block;
    font-weight: normal !important;
    border-bottom: 1px dotted #e3e3e3;
    padding-top: 4px;
    padding-bottom: 2px;
    background: #f3f5ff;
    font-size: 11px;
}
span.cogsBreakdownLabel{
    text-transform: capitalize;
    padding-left: 13px;
}
tr.totalRow, tr#trTotalRow{
    border-bottom: 3px solid #d1d1d1;
}
td.netRevenueRow {
    font-weight: bold !important;
    font-size: 13px !important; 
}
span.helper{
    margin-left: 0px;
    font-size: 10px;
    color: #8eabff;
    cursor: pointer;
}
span.channelAdSpendVal{
    cursor: pointer;
    border-bottom: 1px solid #8eabff;
}
div#filterContainer .filterExcludeAmzBtn{
    font-size: 10px !important;
    border: 1px solid #dfdfdf !important;
    padding: 3px 7px !important;
    background: #ffffff !important;
    height: 21px !important;
}
div#filterContainer .filterExcludeAmzBtn__active{
    background: #d1d4ff !important;
    border: 1px solid transparent !important;
    color: #040404 !important;
}
#filterContainer{
    text-align: right;
}

#channelContainer    {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    /*min-width: 310px;
    max-width: 800px;*/
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}
.cardBodyUpdated{
    padding: 9px 17px !important;
}
div.summaryCard{
    margin-bottom: 10px;
}
div.salesPerChannelHeader{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7e7e7e;
}
div.salesPerChannelHeaderRow{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
div.salesPerChannelRow{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
}
div.salesPerChannelRowShowMore{
    cursor: pointer;
}
div.salesPerChannelRow:hover{
    background: #fbffdf !important;
}
div.salesPerChannelRow:nth-child(odd){
    background: #f5f5f5;
}
table.perChannelOrderBreakdown thead th{
    font-size: 11px !important;
}
.perChannelOrderBreakdown th{
    padding: 0px !important;
}
.perChannelOrderBreakdown td{
    padding: 0px 4px !important; 
}
.perChannelOrderBreakdown td{
    font-size: 12px !important;
}
.alignRight{
    text-align: right;
}
.itemsTbl, .perChannelOrderBreakdown{
    margin-bottom: 0px !important;
}
div.orderDataContainer{
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 350px !important;
    overflow: auto;
    display: none;
    overflow-x: hidden !important;
}

/*ajax loader*/
.ajax_loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    width:100%;
    height: 100vh;
    color:#fff;
    overflow: hidden;
}
#ajax_loader_container{
    display: block;
    margin-top: 50vh !important;
}


/* Modern custom scrollbar styles */
div.campaignDataDialog .modal-body::-webkit-scrollbar {
    width: 10px; /* Narrow scrollbar */
    height: 10px; /* Horizontal scrollbar height */
}

div.campaignDataDialog .modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #83a1bb, #3276b1); /* Gradient for a modern look */
    border-radius: 10px; /* Smooth rounded corners */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

div.campaignDataDialog .modal-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3276b1, #285e8e); /* Darker gradient on hover */
}

div.campaignDataDialog .modal-body::-webkit-scrollbar-track {
    background: #f9f9f9; /* Light, clean track */
    border-radius: 10px; /* Rounded corners */
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); /* Slight inner shadow for a modern touch */
}

/* Firefox styles */
* {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #83a1bb #f9f9f9; /* Thumb and track colors */
}

footer.sticky-footer{
    padding: 15px !important;
}

#filtersContainer{
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: #fff;
    padding-top: 5px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px 14px 23px -14px rgba(153,143,143,0.75);
    -webkit-box-shadow: 0px 14px 23px -14px rgba(153,143,143,0.75);
    -moz-box-shadow: 0px 14px 23px -14px rgba(153,143,143,0.75);
}
span.cogsPercentageSpan{
    background: #ffd1e1;
    padding: 0px 4px;
    font-size: 10px;
    border-radius: 4px;
    color: #545252;
    margin-bottom: -1px !important;
    font-weight: normal;
}
tr.rowNoCogs{
    background: #fdffb6 !important;
}
#summaryValue-cogs-span{
    background: #ffd1e1;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #ef0606;
}
#filtersContainer div.dropdown{
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    width: 100%;
}
#filtersContainer label{
    font-size: 10px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
}

#filtersContainer button.bs-placeholder, #filtersContainer .btn {
    height: 30px;
    font-size: 13px !important;
}
#filtersContainer button#pullDataBtn{
    font-size: 11px !important;
    border: 1px solid #d5d5d5;
    padding: 6px 10px;
    height: 28px;
    margin-top: 4px;
}
div.btnContainer{
    text-align: right;
    margin-top: 22px;
}
#daterange-btn{
    width: 100%;
    display: block;
}
div.pageTitleContainer{
    margin-bottom: 14px !important;
    margin-top: 26px !important;
    position: relative;
}
div.noCogsBrandContainer{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    margin-top: 5px;
}

div.noCogsBrandContainer h1{    
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
div.noCogsCampaignContainer{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

div.noCogsCampaignContainer:nth-child(odd){
    background: #f7f7f7;
    border-radius: 6px;
}

p.noCogsCampaign{
    margin-bottom: 2px;
    padding-left: 0px;
    font-size: 13px;
    font-weight: bold;
}
p.noCogsProduct{
    padding-left: 11px;
    margin-bottom: 1px;
    font-size: 12px;
}
div#noCogsContainer{
    max-height: 475px;
    overflow-y: auto;
    padding: 7px !important;
}
p.noCogsProduct:nth-child(even){
    background: #e6f3ff;
} 
.noMarginBottom{
    margin-bottom: 0px !important;
}
#noCogsWidget h6{
    font-size: 15px !important;
}
.showAdSpendBreakdown, .showNoCogsData{
    color: #86878b;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    padding: 2px 3px;
    border-radius: 4px;
    font-size: 8px;
}
.showAdSpendBreakdown:hover, .showNoCogsData:hover{
    background: #4e73df;
    border: 1px solid transparent;
    color: #fff;
    transition: 0.5s all;
}
div.tooltip{
    font-size: 11px !important;
}
.noCogsDialog div.modal-body{
    max-height: 800px !important;
    overflow: auto;
}
.bootstrap-dialog-header{
    width: 100% !important;
}
div.adBreakdownDialog .bootstrap-dialog-message{
    max-height: 720px;
    overflow: auto
}
div.adBreakdownDialog .bootstrap-dialog-message table {
    font-size: 12px;
}
div.adBreakdownDialog .modal-dialog{
    max-width: 600px !important;
}

div.adBreakdownDialog td.header{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
#adSpendLoader{
    position: sticky;
    bottom: 15%; 
    left: 0;
    width: 300px;
    background: #3f4148d6;
    padding: 9px;
    z-index: 9999999;
    display: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

p.adSpendLoaderPlatform{
    font-size: 15px;
    margin-bottom: 0px;
    color: gray;
}
p.adSpendLoaderPlatform_done{
    color: #6eff6e;
    font-weight: bold;
}
div#legend{
    text-align: right;
    border-top: 1px dotted #dddddd;
    margin-top: 13px;
    margin-bottom: 0px !important;
    padding-top: 8px;
}
div#legend p.helper{
    font-size: 10px;
    color: #555252;
    font-style: italic;
    margin-bottom: 0px;
}

td.salesBreakdownTdLabel{
    padding-left: 10px !important;
    background: #f3f5ff;
}
td.salesBreakdownTdVal{
    background: #f3f5ff;
}
a.actionChargesBtn{
    font-size: 10px;
    padding: 3px 4px !important;
}
a.addExpenseBtn, a.addUserBtn{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 12px;
}
a#expenseDateRange{
    width: 100%;
}
.dialogBtn{
    border: 1px solid #bdbdbd;
    margin-left: 5px;
}
#expenseBrandInputContainer div.bootstrap-select{
    width: 100%;
}

#expenseDataTable td{
    padding: 5px 10px;
    font-size: 15px;
}

td.expenseTd{
    background: #FFCCCC !important;
    color: #D8000C;
}
td.incomeTd{
    background: #CCFFCC;
    color: #006400;
}
td.incomeRatioTd{
    background: #CCE5FF;
    color: #004085;
}

#loginFormContainer{
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
div.loginResponseContainer{
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}

#texasTransactionReport .nav-link{
    background: #f9fbfd;
    color: #444746;
    font-weight: bold;
    font-size: 14px;
}

#texasTransactionReport .nav-tabs .nav-item.show .nav-link, 
#texasTransactionReport .nav-tabs .nav-link.active{
    color: #0b57d0 !important;
    background: #e1e9f7 !important;
}
#texasTransactionReport .nav-link:hover{
    background: whitesmoke !important;
}

#texasTransactionReport .borderLeft{
    border-left: 2px solid #c9c9c9;
}
#texasTransactionReport .borderRight{
    border-right: 2px solid #c9c9c9;
}

#texasTransactionReport .tdTaxable{
    background: #f3fff3;
}

#texasTransactionReport #summaryTotals td{
    background: #ffff83;
    font-weight: bold;
}

#texasTransactionReport #summaryTable td{
    font-size: 16px;
}
#texasTransactionReport table.tableRawData th{
    font-size: 11px !important;
    padding: 2px 5px;
}
#texasTransactionReport table.tableRawData td{
    font-size: 11px;
    padding: 2px 5px;
}
#texasTransactionReport table .tableRawDataTotal td{
    font-size: 12px;
    font-weight: bold;
}
#texasTransactionReport table.tableRawData tr.highLightRow{
    background: #fffddb9c;   
}

#texasTransactionReport table.tableRawData tr.borderRightRed{
    border-right: 2px solid #ff8585
}
#texasTransactionReport table td.noTax{
    background: red;
    color: #fff;
}

#texasTransactionReport tr:hover{
    background: #e4fffd !important;
}


.bordered{
    border-left: 3px solid #d4d5d4 !important;
    border-right: 3px solid #d4d5d4 !important;
}

.rfndCol{
    background: #fff6f64f !important;
}
.grossCol{
    background: #fdffea5c !important;
}
.netCol{
    background: #d9ffe747 !important;
}
#salesPerStateTbl th,#salesPerStateTbl td{
    padding: 5px !important;
} 

#salesPerStateTbl{
    border-collapse: collapse !important;
    width: 100% !important;
}

td.tdFntSizeChange{
    font-size: 14px !important;
}
td.padLeft15{
    padding-left: 15px !important;
}
a.dialogOrderId{
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
}

.saleStateOidDialog .modal-body{
    max-height: 700px;
    overflow: auto;
}

.saleStateOidDialog .modal-header{
    display: block !important;
}

.txnValTd{
    cursor: pointer;
}
i.txnValTd{
    color: #1f7ede;
}
 .exportBtn:hover{
     background: #077c3f;
     color: #fff;
     border: 0px transparent;
}
.mediaFeeBreakdown{
    font-size: 10px;
    font-style: italic;
    padding: 1px;
    border-radius: 4px;
    background: #f9ffc1;
}