.warranty-track-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 49px;
    text-align: center;
}

.warranty-track-partner-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
.warranty_partner_image_box{
    height:200px;
    width: 200px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.warranty_partner_image_box img{
    max-height:100%;
    max-width:100%;
}

.warranty-track-sub-text{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #00205B;
}

.img-btw-text{
    color: #00205B;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
}

.register-now-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
}

.autofill-modal-btn{
    display: none;
}

.add-notes-textarea{
    border-radius: 4px;
    background-color:#FAFAFA;
}

.add-notes-textarea:focus{
    border: 1px solid #ddd;
    background-color:transparent !important;
}

.auto-fill-modal-body-process{
    opacity:50%;
}

.upload-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: 'gothic-bold' !important;
}

.modal-register-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    font-family: 'gothic-bold' !important;
}

.custom-register-autofill-img{
    cursor: pointer;
}

.custom-register-manual-img{
    cursor: pointer;
}

.register-modal-header{
    border-bottom: none !important;
}

.register-modal-footer{
    border-top: none !important;
}

.auto-fill-register-modal-footer{
    height:80px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.auto-fill-register-modal-footer img{
    height:80px;
}

.register-modal-btn{
    background: #00A2D9;
    border-radius: 6px;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.register-modal-btn:hover{
    color: #FEFEFE;
}

.register-modal-subbtn{
    background: #00A2D9;
    border-radius: 6px;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.register-modal-subbtn:hover{
    color: #FEFEFE;
}

.another-item-btn{
    color: #00A2D9;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: #E5F9FF;
    border: 1px solid #00A2D9;
    border-radius: 6px;
}

.another-item-btn:hover{
    color: #00A2D9;
}

.warrenty-modal-box{
    border-radius: 10px !important;
}

.warranty-success-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
}

.warranty-submit-text{
    color: #f35457;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
}

.warranty-submit-subtext{
    color: #00205B;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.warranty-submit-btn-text{
    color: #00205B;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
}

.warranty-form{
    background-color: #FAFAFA;
    border-radius: 4px;
}

.warranty-form:focus{
    border: 1px solid #ddd;
}



.warranty-form-text{
    color: #00205B;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: 'gothic-bold' !important;
}

.warranty-month-text{
    color: #00205B;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.register-btn-close{
    filter: none !important;
}

.file-upload {
    background-color: #EEEEEE;
    /* width: 600px; */
    margin: 0 auto;
    /* padding: 20px; */
    }

    .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #EEEEEE;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 1px solid #8A8A8A;
    /* transition: all .2s ease; */
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    }

    .file-upload-btn:hover {
    background: #EEEEEE;
    color: #ffffff;
    /* transition: all .2s ease; */
    cursor: pointer;
    }

    .file-upload-btn:active {
    border: 0;
    /* transition: all .2s ease; */
    }

    .file-upload-content {
    display: none;
    text-align: center;
    }

    .warranty-file-upload-content{
        display: none;
        text-align: center;
    }

    .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    }

  .warranty-file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    }

    .image-upload-wrap {
    margin-top: 6px;
    border: 1px dashed #8A8A8A;
    position: relative;
    margin-bottom: 20px;
    }

    .warranty-image-upload-wrap {
    margin-top: 6px;
    border: 1px dashed #8A8A8A;
    position: relative;
    margin-bottom: 20px;
    }


    .image-dropping,
    .image-upload-wrap:hover {
    background-color: #EEEEEE;
    border: 1px dashed #8A8A8A;
    }

     .image-dropping,
    .warranty-image-upload-wrap:hover {
    background-color: #EEEEEE;
    border: 1px dashed #8A8A8A;
    }

    .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
    }

    .drag-text {
    text-align: center;
    }

    .drag-text h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: #00205B;
    }

    .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
    }

   .warranty-file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
    }

    .remove-image {
    /* width: 200px; */
    font-size: 8px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 7px;
    border-radius: 4px;
    /* border-bottom: 4px solid #b02818; */
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    }

    .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
    }

    .remove-image:active {
    border: 0;
    transition: all .2s ease;
    }

    .custom-select-file-text{
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        color: #00205B;
    }

.ximple-product-search-suggestion{
    background: #fafafa !important;
    border: transparent;
    border-color: #ff7500;
    box-shadow: 0px 4px 16px #dadada !important;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
}


.check-error-msg-text{
    color:red;
    font-size:12px;
    line-height: 18px;
}

.custom-form-upload{
    padding: 0.5em;
}






/* Multi select file upload section */
.file-upload-box{
    margin: 0 auto;
    border-radius: 5px;
}

.image-upload-sec{
    border: 1px dashed #8A8A8A;
    border-radius: 5px;
    cursor: pointer;
    height:130px;
    position: relative;
    background-color: #FAFAFA;
}

.image-upload-sec .img_preview{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 5px;
}







.xt-img-preview-del {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.36);
    border-radius: 5px;
}

.xt-img-preview-del i {
    color: white;
}

.xt-img-preview-del:hover {
    opacity: 100;
}

.xt-img-preview-del > ul {
    margin: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 45px;
    list-style: none;
    display: inline-block;
}

.xt-img-preview-del > ul > li {
    cursor: pointer;
    padding: 5px;
    float: left;
    transform: scale(1.3);
}

/*.xt-img-preview-del > ul > li:hover {

}*/


input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
    -moz-appearance: textfield;
}