.rotor-header * {
    font-family: "RotorFont";
}

.rotor-header {
    height: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2px;
    border-bottom: 1px solid #A6A6A6;
    background-color: #E8E8E8;
    box-shadow: 0px 1px 2px 0px #00000040;
}

.rotor-header-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
}

.logo-contanier {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 300px;
    justify-content: center;
}

.collins-logo {
    height: 42px;
    margin-bottom: 16px;
}

.pl6 {
    padding-left: 96px;
}

.low-tech-data-disclaimer {
    font-size: 8.5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 20.36px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-left: 8px;
    color: #000;
    margin:0px
}

.links-container {
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 16px;
}

.top-links-row {
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}

.rotor-header nav li {
    list-style: none;
    gap: 20px;
    display: block;
}

.rotor-select,
select.rotor-select {
    height: 32px;
    width: 177px;
    max-width: none;
    border: 1px solid #D1D1D1;
    border-radius: 0px;
    padding: 2px 8px;
    padding-right: 24px;
    font-size: 16px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    height: 32px;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99662 6L9.66329 1.33333L8.32996 0L4.99662 3.33333L1.66329 0L0.329956 1.33333L4.99662 6Z" fill="%23666666"/></svg>');
    }

.rotor-select:hover,
.rotor-search:hover,
select.rotor-select:hover,
input[type='search'].rotor-search:hover {
    outline: -webkit-focus-ring-color auto 0px;
    background-color: #FFF;
    border: 1px solid #D9D9D6;
}

.rotor-select:hover,
select.rotor-select:hover,
.rotor-select:active,
select.rotor-select:active,
.rotor-select:focus,
select.rotor-select:focus {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99662 6L9.66329 1.33333L8.32996 0L4.99662 3.33333L1.66329 0L0.329956 1.33333L4.99662 6Z" fill="%23666666"/></svg>');
    outline: -webkit-focus-ring-color auto 0px;
    background-color: #FFF;
    border: 1px solid #D9D9D6;
}

.rotor-select:focus-visible,
.rotor-search:focus-visible,
select.rotor-select:focus-visible,
input[type='search'].rotor-search:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    border: 1px solid #2D6BFF;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.rotor-select:focus-visible,
select.rotor-select:focus-visible {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.00004 -0.00341797L9.66671 4.66325L8.33337 5.99658L5.00004 2.66325L1.66671 5.99658L0.333374 4.66325L5.00004 -0.00341797Z" fill="black"/></svg>');
}

.rotor-search::-webkit-search-cancel-button,
input[type='search'].rotor-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type='search'].rotor-search {
    height: 32px;
    border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    width: 340px;
    max-width: none;
    margin: 0px 0px 0px 12px;
    padding: 0px 8px;
    font-family: "RotorFont";
}

.header-icon-container {
    display: flex;
    gap: 40px;
    padding: 0px 20px;
    align-items: center;
    height: 32px;
}

.header-icon-container .header-icons {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-icon-container .header-icons svg {
    max-width: 22px;
    max-height: 22px;
    color: #666;
    fill: #666;
}

.header-icon-container .header-icons svg:hover path,
.rotor-header .global-barnav--cart svg:hover path {
    fill:#2D6BFF;
    color: #2D6BFF;
}

.welcome-user {
    display: flex;
    gap: 7px;
    padding: 0px 16px;
    align-items: center;
    height: 32px;
    font-size: 14px;
    line-height: 22px;
    min-width: 205px;
    padding-top: 4px;
    justify-content: end;
}

.welcome-user > span {
    margin-top: 4px;
    height: 28px;
}

#indocSearch:focus,
.rotor-header input[type='checkbox']:active:not(:disabled) + label:not(.label--toggle)::after,
.rotor-header input[type='checkbox']:focus:not(:disabled) + label:not(.label--toggle)::after{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.rotor-header input[name='indocSearch']:active:not(:disabled) + label:not(.label--toggle)::after {
    border: 0px !important;
}


.blue-btn {
    background-color: #2D6BFF;
    width: 40px;
    height: 32px;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-btn svg {
    width: 18px;
    height: 18px;
}

.header-nav-link,
a.header-nav-link:active, 
a.header-nav-link:link, 
a.header-nav-link:visited {
    font-family: "RotorFont";
    padding: 0px;
    gap: 20px;
    font-size: 16px;
    color: #000;
}

button.header-username,
button.header-username span {
    font-family: "RotorFont500";
    color: #000;
    font-size: 14px;
    margin: 0px;
}

a.header-nav-link:hover, 
.header-nav-link__selected,
.header-nav-link--container a.header-nav-link__selected {
    font-family: 'RotorFont500';
    border-bottom: 3px solid #2D6BFF;
}

.badge,
.badge.counter-box {
    background-color: #2D6BFF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    line-height: 7px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge.counter-box--white,
.rotor-header .counter-box--white {
    background-color: #2D6BFF;
}

@media screen and (max-width:1440px){
    .header-icon-container {
        gap: 25px;
    }
}

/* start overwrite for new header rotor design*/

.rotor-header .siteSearchFlex #siteSearchForm select.rotor-select#search_select {
    font-size: 14px;
    background-color: #fff;
    color: #000;
    height: 32px;
    width: 200px !important;
    border-radius: 0px;
}

.rotor-header .siteSearchFlex #siteSearchForm button.ngSearchBarIcoSize.blue-btn {
    background-color: #2D6BFF;
    width: 40px;
    height: 32px;
    border: 0px;
    border-radius: 0px;
}

.rotor-header .siteSearchFlex {
    padding-top: 0px;
}

.rotor-header .advanced-filters__input {
    margin-bottom: 0px;
    margin-right: 0px;
}

.rotor-header .advanced-filters__input {
    margin-right: 0px !important;
}

.rotor-header .global-list__link-container {
    margin-right: 0px;
}

.rotor-header .global-list__link-container:has(a) {
    margin-right: 40px;
}

.rotor-header .siteSearchFlex #siteSearchForm .advanced-filters__input.advanced-filters__input-select.advanced-filters__input-select--small input.sbFieldInput {
    width: 340px !important;
    border-radius: 0px;
}

.utas-page {
    background: transparent;
}

.siteSearchFlex #siteSearchForm .advanced-filters__input.advanced-filters__input-select.advanced-filters__input-select--small label.advSearch.rotor-checkbox__label {
    color: #000;
    font-size: 14px;
}

.rotor-header .label--checkbox::after {
    border: 0px;
}

.rotor-header .label--checkbox {
    padding-left: 0px;
}

.rotor-header input[type='checkbox']+label::before,.rotor-header input[type='checkbox']:checked + label::before {
    left: 0px;
    top: 0px;
    position: unset;
}

.rotor-header input[type='checkbox']:checked + label::before, .rotor-header input[type='checkbox']+label::before {
    height: 12px;
    width: 12px;
    margin-top: -1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rotor-header div#cbInDocSearch {
    padding-top: 0px;
    margin: 0px;
    margin-left: 0px;
    margin-top: 16px;
    padding: 0px;
    line-height: 1;
}

.rotor-header .ng-caret-down {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99662 6L9.66329 1.33333L8.32996 0L4.99662 3.33333L1.66329 0L0.329956 1.33333L4.99662 6Z" fill="%23666666"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 6px;
    right: 0px;
}

.rotor-header .ng-caret-up {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.00004 -0.00341797L9.66671 4.66325L8.33337 5.99658L5.00004 2.66325L1.66671 5.99658L0.333374 4.66325L5.00004 -0.00341797Z" fill="%23666666"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 6px;
    right: 0px;
}

.rotor-header .ng-caret-down::before, .rotor-header .ng-caret-up::before {
    content: '';
    width: 16px;
    height: 8px;
    display: block;
}

.rotor-header .global-header--drop {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    display: inline;
    padding-right: 20px;
}

@media screen  and (min-width:1600px) {
    .rotor-header .global-header--drop {
        width: unset;
    }
}

.rotor-header .flyout .flyout-content {
	padding: 1.5625rem 1.125rem;
}


.rotor-header .flyout .global-list {
	margin: 0;
	width: 100%;
}

.rotor-header .flyout li {
	border: 0;
	display: block;
	font-size: 1rem !important; 
	margin: 0 0 0.9375rem;
	padding: 0;
}

.rotor-header .flyout li:last-child {
	border-top: 0.0625rem solid #e5e5e5;
	margin-bottom: 0;
	padding-top: 0.9375rem;
}

.rotor-header .flyout .cpal-logout li:last-child {
	border-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	display: flex;
    align-items: center;
}

.rotor-header .flyout li::before {
	content: '';
	margin: 0;
	padding: 0;
	width: 0;
}

.rotor-header .flyout li a {
	color: #000;
	font-weight: 200;
	text-decoration: none;
	font-size: 0.97rem !important; 
}

.rotor-header .flyout li a:hover {
	color: #3059bb;
	text-decoration: underline;
}

.rotor-header .flyout .icon {
	color: #3059bb;
	height: 1.25rem;
	margin-right: 1.25rem;
	vertical-align: middle;
	width: 1.25rem;
}

.rotor-header .flyout .icon svg, .rotor-header .flyout .icon svg>g {
	fill: #3059bb;
	height: 1.25rem;
	width: 1.25rem;
}

.rotor-header .flyout {
    width: 15rem;
}

/* End overwrite for new header rotor design*/

body:has(.rotor-header) .new-cart-summary {
    margin-top: 0px;
}

body:has(.rotor-header) #page {
    overflow: auto;
}

body:has(.rotor-header) #footer_bottom {
    position: fixed;
    z-index: 11;
}

body:has(.rotor-header) .utas-page {
    padding-top: 40px;
    margin-top: 128px;
}

body:has(.rotor-sec-header) .utas-page {
    padding-top: 40px;
    margin-top: 180px;
}


body:has(.rotor-header .dropdown-menu.active) .utas-page {
    padding-top: 40px;
    margin-top: 168px;
}

body:has(.rotor-sec-header) .utas-page {
    padding-top: 40px;
    margin-top: 228px;
}


.rotor-header .global-barnav--cart svg:hover {
    background-color: transparent;
}

.rotor-header .quickOrderEntry {
    padding-left: 0px;
}

.rotor-header .counter-box--white {
    margin: 0px !important;
    height: 16px;
    width: 16px;
    top: -8px;
    right: -8px;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 16px;
}

.rotor-header span.counter-box.counter-box--white.cartCount {
    padding: 0;
}

.rotor-header .counter-box {
    padding: 0px;
}

.rotor-header #cartItems {
    display: inline-flex !important;
}

.save-for-later-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <path d="M12 15L7 12.82L2 15V2H12M12 0H2C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2V18L7 15L14 18V2C14 0.89 13.1 0 12 0Z" fill="%23666666" /> </svg>');
    height: 18px;
    width: 14px;
    display: block;
}

.save-for-later-icon:hover, 
.save-for-later-icon:focus  {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="19" viewBox="0 0 14 19" fill="none"><path d="M12 0.499756H2C0.9 0.499756 0 1.39976 0 2.49976V18.4998L7 15.4998L14 18.4998V2.49976C14 1.39976 13.1 0.499756 12 0.499756Z" fill="%232D6BFF"/></svg>');
    height: 19px;
    width: 14px;
    display: block;
}

.mini-cart-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M18 18C18 19.11 17.11 20 16 20C14.89 20 14 19.1 14 18C14 16.89 14.89 16 16 16C17.11 16 18 16.9 18 18ZM6 16C4.89 16 4 16.89 4 18C4 19.1 4.89 20 6 20C7.11 20 8 19.11 8 18C8 16.89 7.11 16 6 16ZM6.2 12.63L6.17 12.75C6.17 12.89 6.28 13 6.42 13H18V15H6C4.89 15 4 14.1 4 13C4 12.65 4.09 12.32 4.24 12.04L5.6 9.59L2 2H0V0H3.27L4.21 2H19C19.55 2 20 2.45 20 3C20 3.17 19.95 3.34 19.88 3.5L16.3 9.97C15.96 10.58 15.3 11 14.55 11H7.1L6.2 12.63ZM7.5 9H9V7H6.56L7.5 9ZM10 7V9H13V7H10ZM13 6V4H10V6H13ZM16.11 7H14V9H15L16.11 7ZM17.78 4H14V6H16.67L17.78 4ZM5.14 4L6.08 6H9V4H5.14Z" fill="%23666666"/></svg>');
    height: 20px;
    width: 20px;
    display: block;
}

.mini-cart-icon:hover,
.mini-cart-icon:focus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M16.8569 16.3311C15.7469 16.3311 14.8569 17.2211 14.8569 18.3311C14.8569 18.8615 15.0676 19.3702 15.4427 19.7453C15.8178 20.1203 16.3265 20.3311 16.8569 20.3311C17.3874 20.3311 17.8961 20.1203 18.2711 19.7453C18.6462 19.3702 18.8569 18.8615 18.8569 18.3311C18.8569 17.2211 17.9569 16.3311 16.8569 16.3311ZM0.856934 0.331055V2.33105H2.85693L6.45693 9.92105L5.09693 12.3711C4.94693 12.6511 4.85693 12.9811 4.85693 13.3311C4.85693 13.8615 5.06765 14.3702 5.44272 14.7453C5.81779 15.1203 6.3265 15.3311 6.85693 15.3311H18.8569V13.3311H7.27693C7.21063 13.3311 7.14704 13.3047 7.10016 13.2578C7.05327 13.2109 7.02693 13.1474 7.02693 13.0811C7.02693 13.0311 7.03693 12.9911 7.05693 12.9611L7.95693 11.3311H15.4069C16.1569 11.3311 16.8169 10.9111 17.1569 10.3011L20.7369 3.83105C20.8069 3.67105 20.8569 3.50105 20.8569 3.33105C20.8569 3.06584 20.7516 2.81148 20.564 2.62395C20.3765 2.43641 20.1222 2.33105 19.8569 2.33105H5.06693L4.12693 0.331055M6.85693 16.3311C5.74693 16.3311 4.85693 17.2211 4.85693 18.3311C4.85693 18.8615 5.06765 19.3702 5.44272 19.7453C5.81779 20.1203 6.3265 20.3311 6.85693 20.3311C7.38737 20.3311 7.89607 20.1203 8.27115 19.7453C8.64622 19.3702 8.85693 18.8615 8.85693 18.3311C8.85693 17.2211 7.95693 16.3311 6.85693 16.3311Z" fill="%232D6BFF"/></svg>');
    height: 21px;
    width: 21px;
    display: block;   
}

.quotes-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="20" viewBox="0 0 16 20" fill="none"><path d="M9.17 2L14 6.83V18H2V2H9.17ZM10 0H2C0.9 0 0 0.9 0 2V18C0 19.1 0.9 20 2 20H14C15.1 20 16 19.1 16 18V6L10 0ZM11 9H7V10H10C10.55 10 11 10.45 11 11V14C11 14.55 10.55 15 10 15H9V16H7V15H5V13H9V12H6C5.45 12 5 11.55 5 11V8C5 7.45 5.45 7 6 7H7V6H9V7H11V9Z" fill="%23666666"/></svg>');
    height: 20px;
    width: 16px;
    display: block;
}

.quotes-icon:hover,
.quotes-icon:focus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="21" viewBox="0 0 16 21" fill="none"><path d="M10 0.5H2C0.9 0.5 0 1.4 0 2.5V18.5C0 19.6 0.9 20.5 2 20.5H14C15.1 20.5 16 19.6 16 18.5V6.5L10 0.5ZM11 9.5H7V10.5H10C10.55 10.5 11 10.95 11 11.5V14.5C11 15.05 10.55 15.5 10 15.5H9V16.5H7V15.5H5V13.5H9V12.5H6C5.45 12.5 5 12.05 5 11.5V8.5C5 7.95 5.45 7.5 6 7.5H7V6.5H9V7.5H11V9.5Z" fill="%232D6BFF"/></svg>');
    height: 21px;
    width: 16px;
    display: block;
}

.quick-order-entry-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><rect x="1" y="1.5" width="16" height="16" rx="1" stroke="%23666666" stroke-width="2"/><rect x="4.5" y="5" width="9" height="1" stroke="%23666666"/><rect x="4.5" y="9" width="9" height="1" stroke="%23666666"/><rect x="4.5" y="13" width="6" height="1" stroke="%23666666"/></svg>');
    height: 19px;
    width: 18px;
    display: block;
}

.quick-order-entry-icon:hover,
.quick-order-entry-icon:focus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><rect width="18" height="18" rx="2" fill="%232D6BFF"/><rect x="4.5" y="4.5" width="9" height="1" stroke="white"/><rect x="4.5" y="8.5" width="9" height="1" stroke="white"/><rect x="4.5" y="12.5" width="6" height="1" stroke="white"/></svg>');
    height: 19px;
    width: 18px;
    display: block;
}

.rotor-sec-header.infoMessage,
#ngplusSelectEntity.rotor-sec-header.infoMessage {
    border: 1px solid #A6A6A6;
    border-width: 0 0 1px 0 ;
    margin: 0 !important;
    width: 100%;
    font-weight: bold;
    border-left: 0px;
    border-right: 0px;
    min-height: 61px;
    padding: 10px 0;
    text-align: center;
    background-color: #F7F7F7;
    padding-left: 396px;
    height: auto;
}

.rotor-sec-header * {
    font-family: 'RotorFont';
}

.rotor-sec-header {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotor-sec-header .rotor-btn {
    text-transform: none;
    width: 104px;
}

#selling_entity_dd.rotor-select {
    height: 32px;
}

#sold_to_account.rotor-textbox {
    height: 32px;
    border-radius: 0px;
    font-family: 'RotorFont';
}

#ngplusSelectEntity.rotor-sec-header span {
    font-family: 'RotorFont500';
    color: #000;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 40px 0px 32px !important;

}

#ngplusSelectEntity.rotor-sec-header .field__label {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'RotorFont';
    padding-top: 0px;
    width: -webkit-fill-available;   
}

#ngplusSelectEntity.rotor-sec-header form#int_user_filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.internal-user-form-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#ngplusSelectEntity.rotor-sec-header .field {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .rotor-tooltip.header-tooltip .rotor-tooltiptext {
    left: -54px;
    width: 121px;
    background-color: #fff;
    font-size: 12px;
    font-family: 'RotorFont';
    text-align: center;
}

.rotor-tooltip.header-tooltip .rotor-tooltiptext p {
    font-size: 12px;
    font-family: 'RotorFont';
}

.rotor-tooltip.header-tooltip .rotor-tooltiptext:after {
    border-color: #fff transparent transparent transparent;
}

.rotor-tooltip.header-tooltip.header-cart-tooltip .rotor-tooltiptext {
    left: -10px;
    width: 40px;
}

.rotor-tooltip.header-tooltip.header-quotes-tooltip .rotor-tooltiptext {
    left: -16px;
    width: 50px;
}

.rotor-tooltip.header-tooltip.header-sfl-tooltip .rotor-tooltiptext {
    left: -42px;
    width: 100px;
} */


.rotor-header-container #int_user_msg {
    text-align: left;
    width: 100%;
    padding-left: 0px;
    max-width: 925px;
    font-weight: 400;
    color: #F04438;
    margin-left: 555px;
}

.rotor-header-container #int_user_filter {
    flex-direction: column;
}

#ngplusSelectEntity.rotor-sec-header form#int_user_filter {
    align-items: flex-start;
}


@media screen and (min-width: 1360px) and (max-width:1440px) {
    .rotor-header,
    .rotor-header.pl6 {
        margin: auto;
        padding: 0  0 0 4%;
    }
    .rotor-sec-header.infoMessage, #ngplusSelectEntity.rotor-sec-header.infoMessage {
        padding-left: calc(4% + 300px);
    }
}

@media screen and (max-width:1360px) {
    .rotor-header-container #int_user_msg {
        text-align: left;
        width: 100%;
    }    
    .rotor-header-container #int_user_filter {
        flex-direction: column;
    }

}

@media screen and (min-width:1280px) and (max-width:1360px) {
    .rotor-header,
    .rotor-header.pl6 {
        margin: auto;
        padding: 0  0 0 2%;
    }
    .rotor-sec-header.infoMessage, #ngplusSelectEntity.rotor-sec-header.infoMessage {
        padding-left: calc(2% + 300px);
    }
    .header-icon-container {
        padding: 0px 20px;
    }
    .rotor-header-container .siteSearchFlex #siteSearchForm .advanced-filters__input.advanced-filters__input-select.advanced-filters__input-select--small input.sbFieldInput {
        width: 300px !important;
    }
}

@media screen and (max-width:1280px) {
    .rotor-header,
    .rotor-header.pl6 {
        margin: auto;
        padding: 0 10px;
    }
    .rotor-sec-header.infoMessage, #ngplusSelectEntity.rotor-sec-header.infoMessage {
        padding-left: 300px;
    }
}

.rotor-btn.advanced-search-icon {
    margin: 0px;
    background-color: #2D6BFF;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 1px solid #2D6BFF;
    visibility: hidden;
}

.rotor-btn.advanced-search-icon:hover,
.rotor-btn.advanced-search-icon:active,
.rotor-btn.advanced-search-icon.rotor-btn--active,
.rotor-btn.advanced-search-icon.rotor-btn--active:hover {
    background-color: #2D6BFF;
    border: 1px solid #2D6BFF;
}

.advanced-search-icon {
    height: min-content;
    width: min-content;
    margin-left: 12px;
}

.welcome-user {
    width: 100%;
}

.welcome-user .global-header--drop {
    margin: 0px;
    display: flex;
}
.welcome-user .global-header--drop p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customerLogin p {
    max-width: 130px;
    margin: 0px;
} 


.main-nav {
  list-style: none;
  display: flex;
  gap: 40px;
}

.nav-item {
  position: relative;
}

.nav-link {
  cursor: pointer;
  position: relative;
}

.dropdown-menu {
  display: none;
  position: fixed;
  align-items: end;
  left: 0;
  background: #f7f7f7;
  list-style: none;
  width: 100%;
  height: 48px;
  padding-top: 18px 16px 0px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #a6a6a6;
  box-shadow: 0px 1px 2px 0px #00000040 inset;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #f7f7f7;
}

.dropdown-menu .dropdown-item .header-nav-link {
  font-family: "IBM Plex Sans" !important;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #7b7b7b;
  border-bottom: 0px;
  padding: 8px 20px;
  display: block;
  height: 100%;
  width: 100%;

}

.dropdown-menu .dropdown-item:hover .header-nav-link,
.dropdown-menu .dropdown-item .header-nav-link:active {
  color: #000;
  border-bottom: 0px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
  border-bottom: 1px solid #2d6bff;
}

.nav-item-new:hover .dropdown-menu {
  display: flex;

}


.nav-item-new:last-of-type .dropdown-menu {
  padding-left: 69%;
}

.dropdown-menu.active {
    display: flex;
}

.nav-item-new {
    position: relative;
}


body:not(.page-utasDashboardPage):not(.page-creditManagementPage) .nav-item-new:hover .dropdown-menu,
body.page-utasDashboardPage #TechRequestNavNode:hover .dropdown-menu,
body.page-creditManagementPage #TechRequestNavNode:hover .dropdown-menu{
    left: unset;
    width: 154px;
    height: auto;
    top: 30px;
    flex-direction: column;
    display: block;
    align-content: flex-start;
    position: absolute;
}

body:not(.page-utasDashboardPage):not(.page-creditManagementPage) .nav-item-new:hover .dropdown-menu .dropdown-item .header-nav-link,
body.page-utasDashboardPage #TechRequestNavNode:hover .dropdown-menu .dropdown-item .header-nav-link,
body.page-creditManagementPage #TechRequestNavNode:hover .dropdown-menu .dropdown-item .header-nav-link {
  font-family: DIN Next LT Pro;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #344054;
  border-bottom: 0px;
  padding: 0px;
  display: block;
  height: 34px;
  width: 100%;
}

body:not(.page-utasDashboardPage):not(.page-creditManagementPage) .nav-item-new:hover .dropdown-menu .dropdown-item,
body.page-utasDashboardPage #TechRequestNavNode:hover .dropdown-menu .dropdown-item,
body.page-creditManagementPage #TechRequestNavNode:hover .dropdown-menu .dropdown-item{
   border-bottom: 0px;
   height: 34px;
   padding-left: 12px;
   padding-top: 6px;
}

body:not(.page-utasDashboardPage):not(.page-creditManagementPage) .nav-item-new:hover .dropdown-menu li:hover,
body.page-utasDashboardPage #TechRequestNavNode:hover .dropdown-menu li:hover,
body.page-creditManagementPage #TechRequestNavNode:hover .dropdown-menu li:hover{
    border-bottom: 2px solid #2d6bff;
}

.dropdown-menu .dropdown-item:not(:has(a)) { 
    display: none;
}

.nav-item-new:hover .dropdown-menu:not(:has(.dropdown-item a)) { 
    display: none;
}

.nav-item-new .dropdown-menu:not(:has(.dropdown-item a)) { 
    display: none;
}

.dropdown-item.active {
    border-bottom: 1px solid #2d6bff;
}

.dropdown-item.active .header-nav-link {
    color: #000;
}

.rotor-header nav li .nav-link {
    margin-bottom: 18px;
}

li.nav-item-new:not(:has(a)) {
    display: none;
}

.internal-header .rotor-header {
    display: block;
}

.internal-header-row {
    display: flex;
}

.internal-header .rotor-sec-header.infoMessage, 
.internal-header #ngplusSelectEntity.rotor-sec-header.infoMessage {
    background-color: transparent;
    padding-left: 0px;
    border: 0px;
    width: auto;
}

.internal-header .rotor-header nav li .nav-link {
    margin-bottom: 30px;
}

.internal-header.rotor-header-container #int_user_msg {
    width: auto;
    margin-left: 194px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}

.internal-header .rotor-sec-header.infoMessage, 
.internal-header #ngplusSelectEntity.rotor-sec-header.infoMessage {
    padding: 0px;
    min-height: 64px;
        display: flex;
    align-items: baseline;
}

.internal-header #selling_entity_dd.rotor-select {
    margin-right: 12px;
}

.internal-header .main-nav {
    margin-right: 38px;
    margin-top: 6px;
    gap: 51px;
}

.internal-header-row__top {
    min-height: 96px;
}

.internal-header #sold_to_account {
    min-width: 283px;
}

@media screen and (max-width:1600px){
    .internal-header .main-nav {
        gap: 25px;
    }
}

.rotor-header-container .sessionExpire {
    padding: 0px;
    color: #FF525C;
    font-weight: 400;
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
}

.rotor-header-container #sessionExpMsg {
    color: #FF525C;
    font-size: 18px;
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
}

.rotor-header-container #sessionExpMsg a{
    color: #d02b25;
    font-size: 18px;
}

.rotor-header-container:has(.dropdown-menu.active) .sessionExpire {
    margin-top: 47px;
}

.rotor-header {
    margin-bottom: 0px;
}

.rotor-header nav li.global-list__link-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotor-header nav li .credit-management-badge {
  gap: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.rtr-badge__container {
  position: relative;
  line-height: 32px;
}

.rtr-badge {
  display: inline-block;
  color: #fff;
  background-color: #999;
  border-radius: 8px;
  height: 16px;
  min-width: 23px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  padding: 1px 5px;
}

/* Variants */
.rtr-badge--azul {
  background-color: #007bff;
}

.rtr-badge--green {
  background-color: #28a745;
}

.rtr-badge--warning {
  background-color: #ffc107;
  color: #212529;
}

.rtr-badge--red {
  background-color: #dc3545;
}

.rtr-badge--info {
  background-color: #17a2b8;
}

.rtr-badge-3::before {
  content: "99+"; /* For example: counts over 99 */
}

/* Hide original number if using custom content */
.rtr-badge-3 {
  color: transparent;
  position: relative;
}

.rtr-badge-3::before {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  content: "99+";
  text-align: center;
}


/* Start : 177016 - Available Credit: Tab Alert */

.credit-alert-banner {
  display: none;
  position: absolute;
  width: 531px;
  height: 99px;
  top: 58px;
  left: 215px;
  background: #FBE7D9;
  border: 1px solid #D1D1D1;
  border-radius: 0px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 1000;
  align-items: center;
}

.credit-alert-badge{
  cursor:pointer;
}



.credit-alert-banner::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 32px solid #FBE7D9;
  transform: rotate(0deg);
}

.credit-alert-header {
  width: 531px;
  height: 28px;
  background: #F7CDB1;
  opacity: 1;
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: #000000;
  justify-content: space-between;
}

.credit-alert-header h4{
  width: 57px;
  height: 24px;
  top: 2px;
  left: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #666666;
}


.credit-alert-banner .credit-alert-message {
  padding: 6px 12px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #000000;
}

.credit-alert-banner .message-container{
  display: flex;
}

.credit-alert-banner a {

  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;

}



.credit-alert-banner .close-icon {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  color: #000000;
}


/* END : 177016 - Available Credit: Tab Alert */

li#CreditManagementLink:not(:has(a)) {
    display: none;
}

.global-header--drop .rotor-tooltip .rotor-tooltiptext{
    word-break: break-all;
    width: fit-content;
    max-width: 178px;
    min-width: 178px;
    left: -30px;
    text-align: center;
}

.rotor-tooltip:hover .rotor-tooltiptext.tooltip-hidden {
  display: none;
}