/* =======================================================
   DATA VENDORS TOOLBAR
   Reuses .dd-toolbar, .dd-toolbar__actions, .dd-pill from dd.css.
   These rules cover the vendor-specific element IDs.
======================================================= */

.dd-toolbar #dvSearch {
    flex: 1 1 220px;
    height: 36px;
    padding: 0 12px;
    font-family: inherit;
    font-size: 14px;
    color: var(--ix-ink, #1F2937);
    background: #fff;
    border: 1px solid var(--ix-line, #E5E7EB);
    border-radius: var(--radius, 4px);
    outline: none;
    box-shadow: none !important;
    box-sizing: border-box;
    margin: 0 !important;
}
.dd-toolbar #dvSearch:focus {
    border-color: var(--ix-primary, #8796DD);
    box-shadow: 0 0 0 2px rgba(135, 150, 221, 0.25) !important;
}
.dd-toolbar #dvSearch::placeholder { color: var(--ix-muted, #6B7280); }

.dd-toolbar #dvTypeSelect,
.dd-toolbar #dvChannelSelect,
.dd-toolbar #dvRegionSelect {
    flex: 0 1 180px;
    height: 36px;
    padding: 0 10px;
    font-family: inherit;
    font-size: 14px;
    color: var(--ix-ink, #1F2937);
    background: #fff;
    border: 1px solid var(--ix-line, #E5E7EB);
    border-radius: var(--radius, 4px);
    outline: none;
    cursor: pointer;
    width: auto;
    margin: 0 !important;
}
.dd-toolbar #dvTypeSelect:focus,
.dd-toolbar #dvChannelSelect:focus,
.dd-toolbar #dvRegionSelect:focus {
    border-color: var(--ix-primary, #8796DD);
    box-shadow: 0 0 0 2px rgba(135, 150, 221, 0.25);
}

.dd-toolbar #dvResetButton {
    height: 36px;
    padding: 0 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    color: var(--ix-ink, #1F2937);
    background: #fff;
    border: 1px solid var(--ix-line, #E5E7EB);
    border-radius: var(--radius, 4px);
    cursor: pointer;
    white-space: nowrap;
    margin: 0 !important;
}
.dd-toolbar #dvResetButton:hover  { background: var(--ix-bg, #F7F8FA); border-color: #c0c5ce; }
.dd-toolbar #dvResetButton:active { background: #eceef2; }

.dd-toolbar #dvExportButton {
    height: 36px;
    padding: 0 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--ix-primary, #8796DD);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    appearance: none;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    margin: 0 !important;
}
.dd-toolbar #dvExportButton:hover  { background: #6e7ec4; }
.dd-toolbar #dvExportButton:active { background: #5a69b0; }

/* reponsiveness of the search bar */
/* @media (max-width: 900px) {
    .global-searchbar {
        width: 100% !important;
    }
} */

@media (width >= 2500px) {
    .global-searchbar {
        width: 50% !important;
        max-width: 50% !important;

    }
}
@media (width > 1499px) and (width < 2500px) {
    .global-searchbar {
        width: 75% !important;
        max-width: 75% !important;            
    }
}
@media (max-width: 1499px) {
    .global-searchbar {
        width: 90% !important;
        max-width: 90%;
    }
}
@media (max-width: 1020px)
{
	.global-searchbar
	{
		width: 100%;
		max-width: 100%;      
	}
}
@media (max-width: 900px) {
    .global-searchbar {
        width: 100% !important;
    }
}

/* search bar width */
.search-bar._Skins_global_search.mc-component .search-field {
    width: 100%;
    margin: 0px !important;
    max-width: 100% !important;
}
.global-searchbar .search-bar.search-bar-container._Skins_global_search.mc-component {
    max-width: 100% !important;
}

/* other styles */

.header {
    margin: 0px auto;
}
#mainContent {
    border-radius: 0px;
}


.ix-table.has-sticky thead th {
    z-index: 0 !important;
    top: none !important;
}
.global-searchbar {
    top: 0px !important;
    margin:auto;
    padding: 28px var(--shell-pad) var(--shell-pad) !important;
}
.page-wrap {
    padding: 14px 16px !important;
}
.search-field.needs-pie {
    box-shadow: 0 0 0 3px rgba(76, 211, 204, .2) !important;
    outline: none !important;
}



