#add-upfit-model .offcanvas-header{
display: flex;
justify-content: space-between;
padding: 24px;
align-items: flex-start;
border-bottom: 1px solid var(--Color-Neutral_Color-50_Border_light_and_inactive, #E8E8E8);
}

/* #add-upfit-model span{
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
color: var(--Color-Neutral_Color-500_Primary_text, #1A1A1A);
} */

#add-upfit-model .vin_value{
font-size: 16px;
font-weight: 400;
margin-right: 5px;
}

#add-upfit-model .vin_details{
font-size: 16px;
font-weight: 400;
margin-right: 5px;    
}

.priceDetails_addUpfit {
    display: flex;
    gap: 16px;
    padding: 0px 8px;
    justify-content: space-between;
}

.priceDetails {
    display: flex;
    gap: 16px;
    padding: 24px 8px;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.MSRP {
    display: flex;
    gap: 24px;
}

#add-upfit-model {
    & .upfit_percent_indicator {
      font-size: 20px;
      color: #000;
    }
  }

.list_price_percentage_indicator {
    font-size: 14px;
    font-weight: 500;
    color: var(--Color-Link_Color-500);
  }

#add-upfit-model .addMorewrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.addMorebtn {
    width: 100%;
    display: flex;
    height: 48px;
    padding: 12px 24px 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Color-Brand_Primary_Color-500, #25397F);
    color: var(--Color-Brand_Primary_Color-500, #25397F);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
 }

.addMorewrapper span.add-more-by-count-rule {
    color: var(--Color-Neutral_Color-500_Primary_text, #1A1A1A) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
}

.discount-num-text {
    margin-top: 24px;
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    background: var(--Color-Brand_Primary_Color-50, #E9EBF2);
    color: var(--Color-Neutral_Color-500_Primary_text, #1A1A1A);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#add-upfit-model .accordion-button {
    width: 100%;
    font-weight: 500 !important;
    font-size: 20px !important;
    background: var(--Color-Brand_Primary_Color-50, #E9EBF2) !important;
}

#add-upfit-model .accordion-button span{
    font-weight: 500 !important;
    font-size: 20px !important;    
}

#add-upfit-model .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
  
#add-upfit-model .discount-space {
    display: flex;
    padding: 16px;
    padding-top: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--Color-Neutral_Color-50_Border_light_and_inactive, #E8E8E8);
    background: #FFF;
}

#collapseAddDiscount1{

    border: 1px solid #f7f0f0;
}


.discountNamewrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.discount-space {
    & span, & label {
      color: var(--Color-Neutral_Color-400_Label_and_placeholder_text, #484848);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
    }
}
.discount-space {
    & select.msrp, & select.listprice_and_or, & input:not(.form-switch .form-check-input):not(.form-check .form-check-input), & textarea {
      display: flex;
      height: 48px;
      padding: 6px 8px 6px 12px;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      border-radius: 4px;
      border: 1.5px solid var(--Color-Neutral_Color-200_border_dark, #969696);
    }
}

.flatRatewrapper .form-switch{
    padding-left: 0px !important;
}

#flatRateswitch {
    padding-left: 0px;
    margin-left: 10px;
    width: 38px;
    height: 20px;  
}

.toggle-btn {
    padding-left: 0px !important;
    margin-left: 10px !important;
    width: 38px !important;
    height: 20px !important;    
}

.disclaimer_textarea {
    width: 100%;
    resize: none;
    height: 87px !important;
    display: flex;
    padding: 6px 8px 6px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1.5px solid var(--Color-Neutral_Color-200_border_dark, #969696);
}

.upfit_del_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.upfit_del_btn .deletebtn button {
    display: flex;
    height: 32px;
    padding: 6px 12px 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Color-Error_Color-500, #D02631);
    color: var(--Color-Error_Color-500, #D02631);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
}

.delete-alert-service {
    background-color: var(--Color-Error_Color-50) !important;
    border: 1px solid var(--Color-Error_Color-500);
    justify-content: space-between;
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
}
#deleteMsgYes{
    background-color: var(--Color-Error_Color-500) !important;
    color: var(--Color-Background_Color-Dark) !important;
    padding: 5px 20px !important;
    margin: 0 20px;
    border-radius: 6px;
    height: 36px;
}

.bulk-error {
    visibility: hidden;
}

.bulk-error.active,
.bulk-table-error.active {
    visibility: visible;
}

.bulk-error {
    width: auto;
    visibility: hidden;
    display: inline-block !important;
    height: 0px !important;
    /* position: absolute; */
    bottom: 3px;
    left: 0;
    font-size: 14px !important;
    color: red;
    float: left;
    font-weight: 500;
    text-align: left !important;
    line-height: 1.8;
}

.delete-alert-service {
    background-color: var(--Color-Error_Color-50) !important;
    border: 1px solid var(--Color-Error_Color-500);
    justify-content: space-between;
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
}

.delete-alert-service {
    & .btn-yes {
      background-color: var(--Color-Error_Color-500);
      color: #fff;
      margin: 0 8px;
      border-radius: 6px;
      height: 36px;
    }
  }

.delete-alert-service {
    & .btn-no {
      background-color: #fff;
      border-radius: 6px;
      height: 36px;
    }
}
.define_upfits_main_container {
    background-color: #fff;
    padding: 20px;
}

.auto_head_discount {
    border-bottom: 2px solid lightgrey;
    padding-bottom: 5px;
}

.automated_head_main {
    display: flex;
    justify-content: flex-start;
    align-items: end;

}

.automated_head {
    display: flex;
}

.automated_head h3 {
    font-size: 22px;
    font-weight: 500;
}

.automated_head span {
    display: flex;
    justify-self: center;
    align-items: center;
    margin: 0 8px;
    font-weight: 500;
}

.define_upfits_main_container {
    & .rounded_border_bg {
      background-color: var(--Color-Brand_Primary_Color-500);
      color: #fff;
      text-decoration: none;
      padding: 2px 5px;
      border-radius: 50px;
      width: 25px;
      display: flex;
      justify-content: center;
      margin-left: 4px;
  }
}

.automated_head_add button {
    border: 2px solid var(--Color-Brand_Primary_Color-500);
    color: var(--Color-Brand_Primary_Color-500);
    text-transform: uppercase;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 7px;
    height: 46px;
}


.automated_head_add span {
    display: block;
    margin-top: 8px;
    font-weight: 500;
}

.automated_head_add {
    float: right;
}

.auto_discount_add_items {
    padding: 8px;
}

.define_upfits_main_container {
    & .year-of-selection {
      font-size: 18px;
      font-weight: 600;
    }
}

#accordionExamplenew {
    & .accordion-item {
      display: block;
      padding: 0;
    }
  }
  
.auto_discount_add_items {
    & .accordion-item {
      margin: 16px 0;
      
    }
}

#accordionExamplenew {
    & .accordion-button {
      width: 100%;
    }
  }
.auto_discount_add_items {
    & .accordion-button:not(.collapsed) {
      background-color: #E9EBF2;
      color: #000;
      font-size: 18px;
      font-weight: 500;
    }
}

.accordion-header {
    font-size: 16px;
    font-weight: 600;
    color: var(--Color-Neutral_Color-500_Primary_text);
    /* padding: 13px; */
    /* background-color: #E9EBF2 !important; */
    border-radius: 5px !important;
}

.auto_discount_add_items {
    & .discount_toggle {
      position: relative;
    }
}

.toggle_switch_action {
  display: flex;
}



.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-left: 10px;
  }
  
  .price_switch {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .lever {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red; /* Unchecked color */
    transition: .4s;
    border-radius: 34px;
  }
  
  .lever:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }
  
  .price_switch:checked + .lever {
    background-color: green; /* Checked color */
  }
  
  .price_switch:checked + .lever:before {
    transform: translateX(26px);
}
  
.upfitMandat {
    color: red !important;
}
.btn-inventory {
    background-color: var(--Color-Brand_Primary_Color-500);
    color: #fff;
    text-transform: uppercase;
    width: 25%;
    display: block;
    margin: 0 auto;
      margin-top: 0px;
    padding: 8px 0;
    border-radius: 8px;
    height: 57px;
    border: none;
}

.add-item-footer-btns {
    float: right;
}

.btn-delete-auto {
    border: 1.5px solid var(--Color-Error_Color-500);
    color: var(--Color-Error_Color-500);
    font-weight: 500;
    border-radius: 4px;
    height: 39px;
    background-color: white;
    width: 91px;
}
.auto-cancel-btn{
    border: 2px solid var(--Color-Brand_Primary_Color-500);
    color: var(--Color-Brand_Primary_Color-500);
    width: 100%;
    padding: 8px 0;
    border-radius: 4px;
    background-color: white;
}
.auto-save-and-apply-btn{
    background-color: var(--Color-Brand_Primary_Color-500);
    color: #fff;
    width: 100%;
    padding: 8px 0;
    border-radius: 4px;
    border:none;

}

#selectAlertGoBtn, #yesOkBulkUpfit {
    background-color: #D02631;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    width: 46px;
    height: 43px;
    border-radius: 4px;
}


.cancel--btn{
    background-color: var(--Color-Error_Color-500) !important;
    color: var(--Color-Background_Color-Dark) !important;
    padding: 5px 20px !important;
    margin: 0 20px;
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
}
    
.yes--btn{
    background-color: #fff !important;
    color: var(--Color-Neutral_Color-500_Primary_text) !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
}

.delete-alert-service-success {
    background-color: #E9F2EA !important;
    border: 1px solid var(--Color-Success_Color-500);
    justify-content: space-between;
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
}
    
.offcanvas-header-new-auto {
    padding: 20px;
    border-bottom: 0.2px solid #f1e6e6;
}

.offcanvas-header-new-auto h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

.offcanvas-header-new-auto h3 {
    text-transform: uppercase;
}

.close-icon-auto-discount {
    position: absolute;
    top: 0;
    right: 0;
}

.icon_large {
    /* margin-top: 14px !important; */
    height: 24px;
    width: 24px;
}

.auto-discount-body label {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.dropdown-select {
    height: 45px;
    border: 2px solid #BDBDBD;
    font-size: 15px;
    color: #4F4F4F;
}
.ms-options{
    .form-check-input{
        margin-right: 8px;
        position: initial;
    }
}
.discount-flat-rate{
    display: block;
    margin:38px 0;
    .toggleBase,.switch{
        display: flex;
    }
}

#CreatedDiscountBtn {
    background-color: var(--Color-Brand_Primary_Color-500);
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
}

.delete-discount,.edit-discount,.add-discount-field{
    background: var(--Color-Brand_Primary_Color-50, #E9EBF2);
    border-radius: 20px;
    padding: 5px;
    
}

.gridTableWrapper.processing table {
    display: table;
    width: 100%;
}
.gridTableWrapper.processing th, 
.gridTableWrapper.processing td {
    display: table-cell;
    text-align: left;
}

.gridTableWrapper.processing {
    display: block !important;
}

#gridTableUpfitContainer_new tbody td {
 
font-weight:500;
}

.flat_rate{
    margin-top:7px;
}

.btnupfit-yes {
    background-color: var(--Color-Error_Color-500);
    color: #fff;
    margin: 0 8px;
    border-radius: 4px;
}

.delete-alert-upfitsaved {
    background-color: var(--Color-Error_Color-50) !important;
    border: 1px solid var(--Color-Error_Color-500);
    justify-content: space-between;
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
}

.delete-alert-upfitsaved {
    & .btn-no {
      background-color: #fff;
      border-radius: 6px;
      height: 36px;
    }
}

.delete-alert-upfitsaved {
    & .btn-yes {
      background-color: var(--Color-Error_Color-500);
      color: #fff;
      margin: 0 8px;
      border-radius: 6px;
      height: 36px;
    }
}

.offcanvas-header-new-auto button{
  margin-top: 14px !important;
}

