/* Order pages Css */
/* .dt-buttons{
        display: none
    } */
    /* .dropdown-menu:not(.show) {
        display: none !important;
      } */
      /* .OrderTable .odd:hover,
      .OrderTable .even:hover{
          transition: 0.5s ease-in;
          background-color: #f3e6de;
          box-shadow: 0 0 4px #ddd;
      } */
      .OrderTable td{
          padding: 8px !important;
          text-align: center;
      }
      .DropItems{
          max-height: 230px;
          overflow: auto;
      }
      .product{
          text-overflow: ellipsis;
          white-space: nowrap;
          /* overflow: hidden;
          max-width: 141px; */
          padding: 8px !important;
      }
      .Icons{
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 141px;
          padding: 8px !important;
          position: relative;
      }
      .Icons .dropdown-menu {
          z-index: 9999;
          height: 240px;
          width: 240px;
          padding: 10px;
          overflow: hidden;
      }
      .Icons .dropdown-menu .d-flex{
          margin-top: 8px;
      }
      .Icons .dropdown-menu .d-flex textarea{
          height: 88%;
      }
      .BtnCheck {
          background-color: #04b904;
          border-radius: 5px;
          color: #fff;
          font-size: 18px;
          border: 1px solid #04b904;
          display: block;
          margin-bottom: 10px;
      }
  
      .orderModal .modal-lg{
          max-width: 1000px;
      }
      .L-side-Head i.fa-amazon{
          background: #ff9900;
          padding: 5px;
          border-radius: 4px;
          float: left;
          width: 45px;
          height: 45px;
          margin-right: 7px;
          color: #fff;
          font-size: 33px;
          text-align: center;
      }
      .L-side-Head div h4{
          font-size: 17px;
          font-weight: bold;
      }
      .L-side-Head div p span{
          background: #ddd;
          border-left: 6px solid #ff9900;
          padding: 2px 5px 2px 4px;
          border-radius: 3px;
          font-size: 12px;
          margin-left: 10px;
      }
      .filterBtns {
          display: flex;
          justify-items: center;
          gap: 10px;
          justify-content: flex-end;
      }
      .FilterInnerbtn{
          border-radius: 5px;
          border: 1px solid #ddd;
          padding: 5px 10px 5px 5px;
          font-size: 13px;
      }
  
      .BatchDropDown{
          max-height: 300px; 
          overflow-y: auto;
      }
      .BatchDropDown a {
          position: relative;
          border-bottom: 1px solid #ddd;
          padding: 8px 20px;
      }
      .BatchDropDown a span{
          background-color: #ddd;
          padding: 0 3px;
          border-radius: 4px;
          position: absolute;
          right: 10px;
      }
      .BatchDropDown p{
          background-color: #ddd;
          margin: 0
      }
  
      .OrderInnerPopup{
          background-color: #575d61a1;
      }
      .accordion-icon-rotate{
          max-height: 300px;
          overflow-y: auto;
          overflow-x: hidden;
      }
      .OrderSumm{
          border-right: 1px solid #ddd;
      }
      .OrderSummInner p span{
          font-size: 12px;
      }
  
      table.OrderTable, table.OrderTable {
          border-spacing: 0 1.3rem;
          padding: 0 0.7rem;
      }
      table.OrderTable tbody tr, table.OrderTable tbody tr {
          background-color: #FFFFFF;
          box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 0;
          cursor: pointer;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border-radius: 0.5rem;
      }
      table.OrderTable tbody tr:hover, table.OrderTable tbody tr:hover {
          -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
          transform: translateY(-4px);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
      }
  
  
      /* right sidebar */
      /* right sidebar */
      .RSorderRightSidebar {
          position: fixed;
          border: 1px solid #fcfcfc;
          top: 0;
          right: 0;
          z-index: 999;
          width: 0px;
          background-color: #fff;
          box-shadow: 0 0 10px;
          transition: .5s;
          height: 100%;
      }
      .RSorderRightSidebarShow {
          width: 450px;
      }
      .RSorderRightSidebarWrp {
          position: relative;
          padding-top:35px;
          height: 100%;
      }
      .RSorderRightSidebar .icon-plus {
          position: absolute;
          right: 20px;
          font-size: 25px;
          transform: rotate(45deg);
          top: 8px;
          opacity: 0;
          transition: .5s;
      }
      .RSorderRightSidebarShow .icon-plus {
          opacity: 1;
      }
      .RSaccordionwithborder {}
      .RSaccordionwithborder .collapse-icon [data-toggle='collapse']:before,
      .RSaccordionwithborder .collapse-icon [data-toggle='collapse']:after {
          left: 0px;
          font-size: 20px;
          margin-top: -12px;
          right: unset;
      }
      .RSaccordionwithborder .accordion .collapse-border-item.card .card-header {
          padding: 12px 12px 12px 20px;
      }
      .RSaccordionwithborder .accordion .collapse-border-item.card .card-header .dropdown .collapse-icon.accordion-icon-rotate [aria-expanded='false']:after {
          opacity: 1;
      }
      .collapse-icon.accordion-icon-rotate [aria-expanded='false']:after {
  
      }
      .RSaccordionwithborder .accordion .collapse-border-item.card .card-header .dropdown {}
      .RSaccordionwithborder .accordion .collapse-border-item.card .card-header .dropdown button.ApplyPresetBtn {
          padding: 4px 8px 4px 0;
      }
      .RSaccordionwithborder .accordion .collapse-border-item.card .card-header .dropdown button.ApplyPresetBtn:after {
          border: none !important;
          font-family: 'feather';
          content: '\e842' !important;
          position: relative;
          top: 1px;
          right: 0;
          left: 0.714rem;
          padding: 0;
          margin: 0;
          vertical-align: 0;
          opacity: 1;
          transform: rotate(0deg);
      }
      .RSaccordionwithborder #accordion-with-border .accordion-icon-rotate {
          max-height: 90vh;
      }
      .RSshippingSmallinput input {
          width: 50px;
      }
      .RSshippingSmallinput label {
          padding: 5px;
      }
      .accordionForm {
          color: #000;
      }
      .accordionForm .accordionFormWrp {
          margin: 10px 0;
      }
      .accordionForm .accordionFormWrp label {
          color: #000;
          font-weight: 500;
      }
      .accordionForm .accordionFormWrp label.accordionLabeltitle {
          width: 100%;
          text-align: right;
      }
      .accordionForm .accordionFormWrp input {
      }
      .accordionForm .accordionFormWrp select,
      .accordionForm .accordionFormWrp input {
          height: 32px;
          padding: 7px;
      } 
      .accordionFormPrintlabel {
          border-top: 1px solid #d9d9d9;
          padding: 15px 0;
      }
      .accordionFormPrintlabel .PrintlabelRate {
          color: #d67600;
          font-weight: bold;
          font-size: 16px;
          line-height: 26px;
      }
      .accordionFormPrintlabel .PrintlabelRateError {}
      .accordionFormPrintlabel .PrintlabelRateError .feather.icon-alert-triangle {
          color: hsl(33.08deg 100% 41.96%)
      }
      .accordionFormPrintlabel .PrintlabelRateError a {
          font: 13px;
      }
      .accordionFormPrintlabel .PrintlabelRateError .feather.icon-rotate-cw {}
      .accordionFormPrintlabel .PrintlabelDelivery {
          margin-top: 10px;
      }
      .accordionFormPrintlabel .PrintlabelDelivery p {
          margin-bottom: unset
      }
      .accordionFormPrintlabel .accordionFormdropdown {}
      .accordionFormPrintlabel .accordionFormdropdown button {
          padding: 10px 5px !important;
          background-color: #147014 !important;
      }
      .RSshippingOptionsWrp {}
      .RSshippingOptionsWrpTitle{}
      .RSshipmentsListWrp {}
      .RSshipmentsList {
          list-style: none;
          padding-left: unset;
          display: flex;
          margin-bottom: unset;
      }
      .RSshipmentsList li {
          margin: 0 4px;
      }
      .RSshipmentsList li a {
          font-size: 12px;
      }
      .RSshipmentsList li .dropdown {}
      .RSshipmentsList li .dropdown button {
          font-size: 12px;
          padding: unset !important;
          color: #7367F0;
      }
      .RScollapseTitle {
          font-size: 16px !important;
          font-weight: 700 !important;
          color: #000;
      }
      .RSRScollapseItemsImgs {
          position: relative;
          margin-right: 10px;
      }
      .RSRScollapseItemsImgOne {
          width: 60px;    
      }
      .RSRScollapseItemsImgTwo {
          display: none;
          position: absolute;
          top: -40px;
          right: -100px;
          width: 100px;
          transition: .5s;
      }
      .RSRScollapseItemsImgOne:hover + .RSRScollapseItemsImgTwo {
          display: block;
      }
      .RSRScollapseItemsBodyCnt {
          border-bottom: 2px solid #818f9c    ;
          padding-bottom: 5px;
      }
      .RSRScollapseItemsRightCnt a {
          margin-bottom: 10px;
      }
      .RSRScollapseItemsRightCnt a:hover {
          text-decoration: underline;
      }
      .RSItemDescriptionCnt {}
      .RSItemDescriptionHide {}
      .RSItemDescriptionTitle {
          font-weight: 700;
          font-size: 15px;
          cursor: pointer;
      }
      .RSItemDescriptionCnt {}
      .RSItemDescriptionCnt h6 {
          color: #818f9c;
      }
      .RSItemDescriptionCnt h6 span {
          font-weight: bold;
          font-size: 15px;
          margin-right: 3px;
      }
      .ViewDescription {
          display: none;
      }
      .RSItemQnty {
          font-size: 35px;
          margin-right: 20px;
          margin-top: -30px;
      }
      .RSaddressValidate {
          font-size: 12px;
          margin-top: 10px;
      }
      .RSaddressValidate  i {
          color: #3e8000;
      }
      .RSaddressValidate  span {
          color: #3e8000;
          margin-left: 5px;
      }
      .RSaddressValidate  a {
  
      }
      .RSrecipientminiAddForm {
          display: none;
      }
      
      .RSrecipientTaxFormWrp {}
      .RSrecipientTaxFormWrp label,
      .RSrecipientTaxFormWrp input,
      .RSrecipientTaxFormWrp fieldset {
          width: 50%;
      }
      .RSrecipientTaxFormWrp.RSrecipientNotesForm label{
          width: 30%;
          text-align: right;
          padding-left: unset;
          padding-right: 5px;
          padding-top: 10px;
      }
      .RSrecipientTaxFormWrp.RSrecipientNotesForm input,
      .RSrecipientTaxFormWrp.RSrecipientNotesForm fieldset,
      .RSrecipientTaxFormWrp.RSrecipientNotesForm textarea {
          width: calc(70% - 35px);
          margin-right: 10px;
      }
      span.RSrecipientNotesPin {
          width: 25px;
          padding-top: 8px;
      }
      .RSrecipientTaxFormWrpInner {
          width: 100%;
          margin: 7px 0;
      }
      .RSrecipientTaxAddFormBtn button {
          border: 1px solid #a6a6a6;
          padding: 5px;
          margin: 3px;
          border-radius: 6px;
      }
      .RSrecipientTaxAddFormBtn button:last-child {
          background-color: #0071bd;
          color: #fff;
      }
      .RSrecipientSoldTo {
          margin-bottom: 30px;
      }
      .RSrecipientSoldTo a {
          color: inherit
      }
      .RSrecipientSoldTo i {
          margin-right: 5px;
      }
      .RSrecipientSoldTo h6 {
          font-size: 14px;
      } 
      .RSrecipientSoldTo h6:first-child {
          font-size: 12px;
          line-height: 22px;
          color: #818f9c;
      }
      /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: auto !important;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    appearance: auto;
  }
    
  /* Order Pages Css end */
.filterBox {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 7px;
    margin: 15px 0;
}

/* ahmad faraz */
.order-checkbox{
    display: flex;
padding-top: 10px;
}
.order-checkbox label{
padding-top: 10px;
}
.apply_btn{
    display: flex;
    margin-top: 11px;
}
.apply_btn_row{
    display: flex;
    justify-content: space-between;
}

select {
    background-image: none !important;
}