  .dashboard-spare-buyagain-popup-container, .dashboard-requested-quote-container{
    display: none;
    align-items: center;
    justify-content: center;
  }
  .dashboard-spare-buyagain-popup, .dashboard-requested-quote-popup {
    font-family: "RotorFont, Arial, Helvetica, sans-serif";
    width: min(85vw, 1005px);
    max-height: 85vh;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
  }
  .popup-no-scroll{
    overflow: hidden;
  }
  .dashboard-spare-buyagain-popup--header {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    height: 48px;
    align-items: center;
  }
  .dashboard-spare-buyagain-popup--body{
    margin: 0 60px;
  }
  .dashboard-spare-buyagain-popup--title{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
    color: #000;
    margin-bottom: 16px;
  }
  .spare-buyagain-popup-po-details,.spare-buyagain-popup-soldto-details{
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
  }
  .spare-buyagain-popup-po-details div{
    flex: 0 1 23%;
  }
  .sold-to-wrapper,.ship-to-wrapper{
    flex: 0 1 50%;
  }
  .spare-buyagain-popup-po-details input[type="text"]{
    width: 100%;
    height: 32px;
    border-width: 1px;
    border-radius: 1px;
    border-color: #d1d1d1;
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .spare-buyagain-popup-po-details div label, .spare-buyagain-popup-soldto-details label{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color:#000;
    margin-bottom: 4px;
  }
.spare-buyagain-popup-po-details label, .spare-buyagain-popup-po-details span {
    color:#000;
  }
  .spare-buyagain-popup-po-details div label.spare-shipdate span{
    color: #666;
    gap: 4px;
  }
  .spare-ship-date{
    display: block;
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top:5px;
  }
  .buy-btn-primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    width: 100%;
    height: 32px;
    border: 1px solid var(--neutrals-neutral-300, #d1d1d1);
    padding: 0 12px;
    box-sizing: border-box;
  }
  .spare-dropdown-menu, .spare-soldto-dropdown-menu, .spare-shipto-dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 100%;
  }
  .spare-dropdown-menu.show, .spare-soldto-dropdown-menu.show, .spare-shipto-dropdown-menu.show {
    display: block;
  }
  
  .spare-dropdown-menu li, .spare-soldto-dropdown-menu li, .spare-shipto-dropdown-menu li{
    padding: 6px 12px;
    cursor: pointer;
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  .spare-soldto-dropdown-menu li, .spare-shipto-dropdown-menu li,.soldto-showSelected, .shipto-showSelected{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .spare-dropdown-menu li:hover, .spare-soldto-dropdown-menu li:hover, .spare-shipto-dropdown-menu li:hover{
    background-color: #f0f0f0;
  }
  
  .order-priority {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .spare-buyagain-caret {
    background: url('/_ui/desktop/common/images/arrow-down.svg') no-repeat center center;
    width: 16px;
    height: 16px;
    border: 0;
    transition: transform 0.3s ease;
  }
  .spare-buyagain-grey-caret {
    background: url('/_ui/desktop/common/images/arrow-down-grey.svg') no-repeat center center;
    width: 16px;
    height: 16px;
    border: 0;
    transition: transform 0.3s ease;
  }
  .spare-dropdown-toggle.active .spare-buyagain-caret, .spare-soldto-dropdown-toggle.active .spare-buyagain-grey-caret, .spare-shipto-dropdown-toggle.active .spare-buyagain-grey-caret {
    transform: rotate(180deg);
  }
  .order-priority-wrapper, .soldto-wrapper, .shipto-wrapper {
    position: relative;
  }
  .order-priority-showSelected, .soldto-showSelected, .shipto-showSelected {
    display: inline-block;
    line-height: 1;
  }
  .order-priority-showSelected{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    vertical-align: middle;
    font-size: 14px;
  }
  .soldto-showSelected, .shipto-showSelected {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    vertical-align: middle;
  }
  #aog-tailnumber-field{
    display: none;
  }
  .spare-tooltip{
    cursor: pointer;
  }
  .spare-shipdate {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap:4px;
  }
  
  .tooltip-content {
    display: none;
    position: absolute;
    top: 0;
    left: 65px;
    transform: translateX(-50%);
    background-color: #d1d1d1;
    color: #000 !important;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
    margin-top: -80px;
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    width: 200px;
    text-wrap: wrap;
  }
  
  .tooltip-content::after {
    content: '';
    position: absolute;
    bottom: -16px; /* Position pointer at bottom */
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #d1d1d1 transparent transparent transparent; /* Downward pointing */
  }
  
  .spare-tooltip:hover + .tooltip-content {
    display: block;
  }
  .line-details-block{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .line-details-block.scroll{
    height: auto;
    max-height:215px;
    overflow-y: auto;
    padding-right: 8px;
  }
  .line-details-block.scroll::-webkit-scrollbar {
    width: 6px;
  }
  
  .line-details-block.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  .line-details-block.scroll::-webkit-scrollbar-thumb {
    background: #D1D1D1;
    border-radius: 10px;
  }
  
  .line-details-block.scroll::-webkit-scrollbar-thumb:hover {
    background: #D1D1D1;
  }
  .line-details-content-block{
      display: flex;
      flex-direction: column;
      border: solid 1px #d1d1d1;
      padding: 8px 24px;
    }
  .line-details-content{
    display: flex;
    gap: 48px;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
  .line-details-content span:nth-child(2) dd{
      width: 156px;
  }
  .line-details-content span:nth-child(3) dd{
      width: 180px;
  }
  .line-details-content span dt{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color:#666;
    margin-bottom: 4px;
    text-wrap:nowrap;
  }
  .line-details-content span:nth-child(5) dt{
    color:#000;
  }
  .line-details-content span dd{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color:#000; 
    word-break: break-word;
  }
  .line-details-content  input[type="text"]{
    width: 56px;
    border-radius: 0;
    height: 22px;
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color:#000;
    text-align: center;
    padding: 0 11px;
  }
  .line-details-content svg{
    cursor: pointer;
  }
  .spare-buyagain-popup-note{
    margin-top: 24px;
    margin-bottom: 42px;
  }
  .spare-buyagain-popup-note span dt{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
  }
  .spare-buyagain-popup-note span dd{
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#4f4f4f;
  }
  .spare-buyagain-popup-review-order{
    margin-bottom: 26px;
  }
  .spare-buyagain-popup-review-order-button{
    padding: 6px 16px;
    font-family: "RotorFont", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: center;
    background-color: #2D6BFF;
    color: #fff;
    display: block;
    margin: 0 auto;
  }
  .spare-buyagain-popup-review-order button[disabled] {
    cursor: default;
    filter: grayscale(1) !important;
  }

  #sapre-buynow-popup .removeCartPopUP {
    display: none;
  }

  .showErrorMsg {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    margin-top: 8px;
    color:#D20532 !important;
  }
.poerrorcheck{
    line-height: 18px;
    display: inline-block;
    text-align: left;
}
  .error-border{
    border: solid 1px red !important;
  }

.buyAgainSpinner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    overflow-y: auto;
    z-index:9000;
}

.spare-validate:read-only,
 .spare-validate:read-only:focus {
    border: 0.0625rem solid #ccc;
}

.dashboard-spare-buyagain-popup#zpStockPopupCont{
  width: 400px;
}
.zp-message{
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4f4f4f;
}
.dashboard-spare-buyagain-popup-zpstock-overlay{
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup-flex-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 35px;
  margin-top: 25px;
}
.popup-flex-buttons button {
  padding: 10px 16px 8px 16px;
  border: none;
  border: solid 1px #2d6bff;
  cursor: pointer;
}
.popup-flex-buttons button.confirm{
  background-color: #3367d6;
}
.popup-flex-buttons button.cancel{
  background-color: #fff;
  color: #2D6BFF;
}
.dashboard-page .removeExistCarthead{
  letter-spacing: 1px;
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.dashboard-spare-buyagain-popup-zpstock-overlay .dashboard-spare-buyagain-popup--title{
  letter-spacing: 1px;
}
.dashboard-page .clearcartmessage{
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4f4f4f;
}

.dashboard-spare-buyagain-popup#partsremoved{
  width: 500px;
  height: auto;
}
.zp-stock-cancel-btn {
  padding: 10px 16px 8px 16px;
  border: solid 1px #2d6bff;
  cursor: pointer;
  color:#2d6bff;
}
#partsremoved .bottom-content{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 26px;
}
.bottom-content p,.bottom-content a{
  color: #666;
}
.dashboard-spare-buyagain-popup--body a{
  color: red;
  cursor: pointer;
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.spare-parts-deleted-items {
  display: none;
  margin-bottom: 10px;
  height: auto;
  overflow: auto;
  width: 100%;
}
.buy-again-part-message{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.buy-again-part-message span{
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4f4f4f;
}
.spare-parts-deleted-items {
  max-height: 150px;
  overflow-y: auto;
}
.spare-parts-deleted-items table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
}
.spare-parts-deleted-items th, .spare-parts-deleted-items td {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: left;
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.zpstockRFQConfirmationPopup{
  cursor: default;
}
.dashboard-page #RFQstockcreditPopup {
  border-radius: 0;
  padding: 0;
  width: 500px !important;
}
.dashboard-page #RFQstockcreditPopup .zp-popup-container-close {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px 16px;
}
.dashboard-page #RFQstockcreditPopup{
  border-radius: 0;
  padding: 0;
  width: 500px !important;
}
.dashboard-page #RFQstockcreditPopup .zp-popup-container-close, .dashboard-requested-quote-close-popup {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px 16px;
  cursor: pointer;
}

.dashboard-page #RFQstockcreditPopup .dashboard-spare-buyagain-popup--title{
  letter-spacing: 1px;
  margin: 0 16px 16px 30px;
}
.zp-stock-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.zp-stock-cancel-btn {
  padding: 10px 16px 8px 16px;
  border: solid 1px #2d6bff;
  cursor: pointer;
  color:#2d6bff;
}

.dashboard-page #RFQstockcreditPopup .rfqtable{
    height: auto;
    max-height: 206px;
    overflow: auto;
    margin: 0 30px;
}
.dashboard-page #RFQstockcreditPopup .rfqtable table th{
  color: #4f4f4f;
  font-weight: 500;
  font-family: "RotorFont500", Arial, Helvetica, sans-serif;
}
.dashboard-page #RFQstockcreditPopup .rfqtable table td{
  font-family: "RotorFont", Arial, Helvetica, sans-serif;
}
.spare-parts-deleted-items th {
  position: sticky;
  top: 0;
  background-color: #4f4f4f;
  color: white;
  z-index: 1;
  will-change: transform;
}
.quoteValidationBody{
  font-family: 'RotorFont' !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4f4f4f;
  padding: 10px 16px;
}
.dashboard-requested-quote-popup{
 width: 600px;
}


.spare-buyagain-popup-line-details .rtr-checkbox__label {
    font-weight: 400;
    padding-left: 24px;
    color: #4f4f4f;
}

.spare-buyagain-popup-line-details .rtr-checkbox + .rtr-checkbox__label:before,
.spare-buyagain-popup-line-details .rtr-checkbox:checked + .rtr-checkbox__label:before {
    position: absolute;
}

.spare-buyagain-popup-line-details .rtr-checkbox__label span {
    color: #4f4f4f;
 }