/* 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;
}



