.warranty-claim-form input,.warranty-claim-form label{
    width : 270px;
}
.warranty-claim-form select{
    width : 270px;
    height : 1.90rem;
    padding-right: 2.25rem;
}
.warranty-claim-form .form-field{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: max-content;
}
.warranty-claim-form input[type="date"]{
    border-color: #ccc;
    height: 1.90rem;
    border: 0.0625rem solid #bdbdbd;
    border-radius: 0.375rem;
    color: #333;
    font-family: 'Neue Helvetica', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}
.warranty-tabs{
 margin:0px;
 height:3rem;
 font-weight:600 !important;
}
.mr-5 {
    margin-right: 50px;
}
.ml-5 {
    margin-left: 50px;
}
.mt-1 {
    margin-top: 10px;
}
.warranty-form-content, .claim_status-form-content{
    margin: 50px;
}
.warranty-form-content h3, .claim_status-form-content h3 {
    font-size: 2rem;
}
.warranty-form-content h4, .claim_status-form-content h4 {
    color: #000;
}
.warranty-form-content *{
    font-family: MyWebFont !important;
}
.warranty-form-content p, .claim_status-form-content p{
    color: #2D6BFF;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.claim_status-form-content{
   margin-top:15px;
}
.form-field .rotor-btn-warranty{
    margin-left: 0px;
    margin-top: 20px;
}
.form-field-set{
    display: flex;
    flex-direction: row;
}
.form-field-set hr{
    width: 100%;
    margin-top: 40px;
}
.warranty-form-checkbox input[type='checkbox']+label::before{
    position: relative;
    top: 0;
}

.warranty-form-checkbox input[type='checkbox']+label::after{
    position: relative;
    top: 0;
}
.warranty-form-checkbox input,.warranty-form-checkbox label{
    width : 310px;
    color: #666;
}
.warranty-form-checkbox .rotor-checkbox:checked + .rotor-checkbox__label:before {
    font-size: 11px;
    line-height: 10px;
}
.form-field .d-block{
    display:block;
}
.form-field .d-none{
    display:none;
}
.warranty-form-content .pop-up{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
    overflow-y: auto;
    font-family: 'RotorFont' !important;
}
.warranty-form-content .popUpSection{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    height: auto;
    max-height: 325px;
    overflow-y: auto;
    width: 698px !important;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 24px 40px -8px rgba(26, 26, 26, 0.16);
}
.warranty-form-content .messageSection{
    align-items: center;
    margin: 30px;
    display: flex;
    flex-direction: column;
}
.messageSection div{
    color:#000;
}
/* Remove below rotor style css from here after rotor style css file is complete and moved to prod*/
.rotor-btn-warranty {
    padding: 6px 16px 4px 16px;
    background-color: #e6e6e6;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: black;
    border: 0px;
    /*margin: 5px 20px;*/
    border: 1px solid #e6e6e6;
}
.warranty-active{
   background-color: #2D6BFF;
   border: 1px solid #2D6BFF;
   color: #fff;
}
.rotor-checkbox {
    height: 16px;
    width: 16px;
    margin-right: 7px;
    box-sizing: border-box;

}


.rotor-checkbox {
    opacity: 0;
    position: relative;
    margin-right: -18px;
}
.rotor-checkbox, .rotor-checkbox__label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.rotor-checkbox + .rotor-checkbox__label:before {
    content: ' ';
    background: transparent;
    border: 2px solid #666666;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
}

.rotor-checkbox:disabled + .rotor-checkbox__label:before {
    background-color: transparent;
    border: 2px solid #a6a6a6;
    content: '';
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    cursor: not-allowed;
}

.rotor-checkbox:disabled + .rotor-checkbox__label {
    color: #a6a6a6;
    cursor: not-allowed;
}

.rotor-checkbox:checked + .rotor-checkbox__label:before {
    background: #2D6BFF;
    border: 2px solid #2D6BFF;
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}

.rotor-checkbox:disabled:checked + .rotor-checkbox__label:before {
    background-color: #a6a6a6;
    border: 2px solid #a6a6a6;
    content: '\f00c';
    color: #777;
    font-size: 13px;
    line-height: 13px;
    cursor: not-allowed;
}

.rotor-checkbox__label {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}
.rotor-checkbox {
    height: 16px;
    width: 16px;
    margin-right: 7px;
    box-sizing: border-box;

}

#claimStatusTable_length > label, #claimStatusTable_length > label {
	text-align: left;
	display: inline-flex;
	margin-top: 15px;
}

#claimStatusTable_wrapper th {
  color: #262c43;
  font-weight: 700;
  font-size: 0.875rem;
}

#claimStatusTable_wrapper td {
  font-size: 0.875rem;
  font-weight: 300;
}

#claimStatusTable_wrapper .shipped-col {
  min-width: 165px;
}

#claimStatusTable_wrapper .line-col {
  max-width: 80px;
}
.claim_status_search_area{
 width: 22rem;
}
.search_reset_download{
 display:flex;
}
.claim_status_date{
display:flex;
}
.warranty-data-row{
  font-weight:600 !important;
}
.mt-1{
 margin-top:1rem;
}
.pl-1{
 padding-left:1rem !important;
}
.claim_status_search_section{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
    gap: 10px;
}
.h-5{
  height:5px !important;
}

.link-button {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    font-family: inherit;
}

.link-button:focus {
    outline: none;
}

.link-button:hover {
    color: darkblue;
}

.outlined-div {
    outline: 2px solid #ccc; /* Adjust the color and width as needed */
    padding: 10px;          /* Optional: Add padding for inner spacing */
    margin: 10px 0;         /* Optional: Add margin for spacing between divs */
}

.notestext {
    font-size: 1rem;
    margin-bottom: 0px;
    width: 600px;
    min-height: 90px;
    padding: 2px 6px;
    border: 1px solid #d1d1d1;
    resize: none;
}

.charslimiter {
    margin-top: 2px;
    text-align: right;
}

.remove-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #2D6BFF;
    text-align: right;
}

.remove-btn img {
    width: 20px;
    height: 20px;
}

#addMorePartsButton:disabled {
    color: #666;
    cursor: not-allowed;
}
.mandatory{
 height:5px !important;
 text-align: right;
}
input.error,select.error,textarea.error {
    background-color: #ffeeee !important;
    border-color: #d32a23 !important;
    scroll-margin-top: 160px;
}

.warranty-form-content .resizablePopUpSection{
 overflow-y: auto;
 position: fixed;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 background: #fff;
 height: 267px;
 width: 698px !important;
 border: 1px solid #E0E0E0;
 border-radius: 2px;
 background-color: #FFFFFF;
 box-shadow: 0 24px 40px -8px rgba(26, 26, 26, 0.16);
}

.d-none{
    display : none;
}
.grey-bg{
     background-color: #e6e6e6;
     padding: 12px;
     margin-bottom: 12px;
}
.notes-styling{
    margin-top: 24px;
    width: 100%;
    justify-content: space-between;
}
.warranty-form-content .resizableMessageSection {
align-items: center;
margin: 20px 20px 20px 20px;
display: flex;
flex-direction: column;
}
@media only screen and (min-width: 1264px) {
  .warranty-claim-form input, .warranty-claim-form label {
    width: 245px;
  }
  .mr-5 {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1290px) {
  .warranty-claim-form input, .warranty-claim-form label {
    width: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .warranty-claim-form input, .warranty-claim-form label {
    width: 270px;
  }
}


#ClaimStatusSearchForm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
}

.page-utasWarrantyClaimsPage .claim_status_date {
    width: 140px;
}

.page-utasWarrantyClaimsPage  .advanced-filters__input {
    width: auto;
    margin: 0px;
    margin-right: 0px !important;
}

.advanced-filters__input .datepicker-field {
    flex-direction: column;
}

.page-utasWarrantyClaimsPage .advanced-filters__download-container {
    height: 5.25rem;
}

.page-utasWarrantyClaimsPage  .advanced-filters__input.order-type {
    width: 180px;
}

.page-utasWarrantyClaimsPage  .advanced-filters__input.order-status {
    width: 170px;
}
.qtysnerror{
    border: solid 1px red;
    outline: 0;
}
#claimStatusTable tbody tr td:nth-child(3){
  white-space: pre !important;
  text-wrap: wrap !important;
}
#claimStatusTable .dataTables_empty{
    text-align: center !important;
    display: block;
    padding: 20px 0 !important;
}


  .claim_label_wrapper {
    white-space: nowrap;
  }
  .claim_submission_date {
    display: flex;
    gap: 8px;
  }
#ClaimStatusSearchForm .field{
    display: inline-block;
}

.fromtodate{
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.claim-status-date-error-msg{
        color: #d32a23 !important;
        margin-top: 5px !important;
        font-weight: lighter !important;
        text-transform: none !important;
    text-align: center;
}

.claim-status-from-date-error-msg, .claim-status-to-date-error-msg{
    color: #d32a23 !important;
    margin-top: 5px !important;
    display: none;
    float: left;
    font-weight: lighter !important;
    text-transform: none !important;
}

.claim_submission_date .advanced-filters__input{
    display: flex;
    flex-direction: column;
    color:red;
}
#warrantyClaimsForm .warranty-confirmation-popup-btns{
    display: flex;
    gap: 20px;
}
.warranty-confirmation-popup-btns .rotor-btn{
    margin: 0;
}
#warrantyClaimsForm .messageSection.messageSectionConfirmation{
    margin: 20px 60px;
    row-gap: 20px;
}
#warrantyClaimsForm .messageSection.messageSectionConfirmation span, #warrantyPONumber{
    color: #000;
}
#warrantySendEmail{
    font-size: inherit;
}
#warrantyClaimsForm .warrantytechdatacert{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}
#warrantyClaimsForm .warrantytechdatacert input[type='checkbox'] {
    opacity: 1;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}
#warrantyClaimsForm .warrantytechdatacert label{
    margin: 0;
}
#warrantyClaimsForm p.warrantytechdataerrormsg{
    margin-top: 5px;
    color: red;
    margin-bottom: 0px;
    display: none;
}
.warrantycheckboxerror{
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid red;
}
.warranty-claim-form .form-field.hide-pc-fields{
    display: none;
}
.warranty-claim-form .form-field.show-pc-fields{
    display: flex;
}
.bulk-claim-block{
    flex-direction: column;
    padding: 24px 16px;
    background-color: #F7F7F7;
}
#warrantyClaimsForm .bulk-claim-block p{
    color: #000;
    margin-top: 0;
}
#warrantyClaimsForm .bulk-claim-block a{
    font-size: 18px;
    color: #2D6BFF;
    font-weight: 500;
    line-height: 23px;
    text-decoration: underline;
    font-family: 'RotorFont500';
}
#warrantyClaimsForm .bulkclaim-ack input[type='checkbox'] {
    opacity: 1;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}
#warrantyClaimsForm .bulkclaim-ack {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    align-items: center;
    background-color: #F7F7F7;
    padding-bottom: 20px;
    margin-left: 16px;
}

#warrantyClaimsForm .bulkclaim-ack label {
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.pc_email{
    font-size: 18px;
    color: #2D6BFF;
    font-weight: 400;
    line-height: 23px;
    text-decoration: underline;
}
.warranty-claim-form .bulk-claim-block .form-field {
    margin-bottom: 18px;
}