/*custom cc start */
.pd-t-50{
    padding-top: 50px;
}
/*ppm claim css start*/
body.ppm .subtext-ppm{
    display: inline-block;
    float: left;
    width: auto;
    font-size: 12px;
    background-color: transparent !important;
}
body.ppm .fullwidth-singleimgside .upload-img-claim {
    top: 0;
}
body.ppm .checked-switchery-bx span.subtext-ppm{
   background-color: transparent !important;
   box-shadow:none !important;
}
/*ppm claim css end*/
body .ro_submission_form{
    width: 101.3%;
    margin-left: -0.9%;
    margin-top: 10px;
}
.checked-switchery-bx span {
    box-shadow: #F5821E 0px 0px 0px 11px inset !important;
    border-color: #F5821E !important;
    background-color: #F5821E !important;
}
.rosub-msg{
    margin-top: 30px !important;
}
.upload-sect1{
    position: relative;
}
.upload-sect1 .uploadfieldsingle{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: ABSOLUTE;
    cursor: pointer;
}
span.type-claim{
    color: #000;
    margin: 10px;
}
.full-width-img-upload .inputtext-fl{
    min-height: 35px;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 15px;
}
body .fullwidth-singleimgside .loader-photoupload{
    left: 43%;
}
.full-width-img-upload .upload-img-claim {
    padding-top: 12%;
    font-size: 22px;
}
.mg-left15{
    margin-left: -15px !important;
}
.wind-shield .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E69749 !important;
    border: 1px solid #E69749 !important;
}
.fullwidth-singleimgside .upload-img-claim {
    padding-top: 70px;
    font-size: 22px;
    top: 55px;
}
.fullwidth-singleimgside{
    padding-top: 0px !important;
}
.fullwidth-singleimgside label{
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.ro_submission_form input.form-control{
    border-radius: 5px;
}
.ro_submission_form textarea{
    border-radius: 5px;
    width: 100%;
    padding: 30px;
    border: 1px solid #ccc;
}
.top-bck-btn-page i{
    position: relative;
    width: 35px;
    border-radius: 20px;
    height: 35px;
    margin-left: 0px;
}
input.form-control.date-field.costfm.empty_check {
    padding-right: 20px;
    text-align: right;
}
.small-car-img{
    max-width: 59px;
    margin-top: -4px;
    margin-left: -3px;
}
body .tire_wheel_claim h2.claim-msg-tp{
    margin-bottom: 20px !important;
}
.tire-icon{
    width: 42px !important;
    height: 42px !important;
}
.tire-icon:before{
    margin-top: 3px;
    background-size: 100% 100%;
    object-fit: cover;
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    content: "" !important;
    background-image: url('../images/tire-icon.svg');
}
.wheel-icon{
    width: 42px !important;
    height: 42px !important;
}

.wheel-form .nav.nav-tabs.md-tabs{
    width: 83%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block !important;
}
.multi-tab-claim-area .nav-tabs .nav-item {
    display: inline-table !important;
    width: 180px;
}
.wheel-icon:before{
    margin-top: 3px;
    background-size: 100% 100%;
    object-fit: cover;
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    content: "" !important;
    background-image: url('../images/wheel-icon.svg');
}
.claim_details-ar{
    padding: 2px 0 5px 0;
    color: green;
    font-weight: 700;
    font-size: 18px;
}
body .assign-claim-content.popup-table tr{
    margin-left: 6%;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 88%;
}
.top-bck-btn-page span{
    display: inline-block;
    margin-top: 13px;
}
.top-bck-btn-page i:before{
    position: absolute;
    left: 8px;
    top: 10px;
}
.top-bck-btn-page{
    font-size: 17px;
    font-weight: 400;
}
.upload-img-claim{
    padding-top: 33%;
    color: orange;
    font-size: 20px;
    font-size: 18px;
    opacity: 0.87;
    border-radius: 5px !important;
    top: 63px;
    left: 0;
    z-index: 9;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    display: none;
}
/*range slider css start*/
/*********** Baseline, reset styles ***********/
.slider-range {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 13rem;
}

/* Removes default focus */
.slider-range:focus {
    outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
.slider-range::-webkit-slider-runnable-track {
    background-color: #f5821e;
    border-radius: 0.5rem;
    height: 0.5rem;
}

/* slider thumb */
.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -2.4000000000000004px; /* Centers thumb on the track */
    background: #FFB84D;
    border-radius: 0.5rem;
    height: 0.8rem;
    width: 0.8rem;
}

.slider-range:focus::-webkit-slider-thumb {
    outline: 3px solid #f2ba40;
    outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
.slider-range::-moz-range-track {
    background-color: #f5821e;
    border-radius: 0.5rem;
    height: 0.5rem;
}

/* slider thumb */
.slider-range::-moz-range-thumb {
    background-color: #f2ba40;
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
}

.slider-range:focus::-moz-range-thumb{
    outline: 3px solid #f2ba40;
    outline-offset: 0.125rem;
    background-clip: red;
    color: red;
    border-color: yellow;
}
.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: rgb(255, 120, 0);
    overflow: visible;
    cursor: pointer;
}
/*range slider css end*/
.date-hide{
    visibility: hidden;
    height: 20px;
}
body .zero-mg-hd h2{
    margin-bottom: 0px !important;
}
.full-wt-ar{
    border-radius: 10px;
    padding: 0px !important;
    background-color: #fff;
    border: 1px solid #DADADA;
}
.full-wt-ar .wheel-form {
    padding: 20px;
    border-radius: 8px;
    border: 0px !important;
}
.assign-success-msg{
    padding: 16px;
    color: green;
    font-size: 19px;
}
.error-msg{
    color: red !important;
}
.active-chckbx{
    box-shadow: #F5821E 0px 0px 0px 11px inset !important;
    border-color: #F5821E !important;
    background-color: #F5821E !important;
}
.photo-nwbx img.preview{
    max-height: 100%;
    min-height: 170px;
}
.hide-element{
    display: none;
}
.photo-nwbx .upload-sect-top{
    height: 90px;
    padding: 34px;
}
.photo-nwbx {
    margin-top: -2px !important;
}
.succ-msg{
    font-size: 17px;
    color: #51b551;
    text-align: center;
    text-transform: capitalize;
}
.fl-msg{
    font-size: 17px;
    color: red;
    text-align: center;
    text-transform: capitalize;
}
.dashboard-bx{
    background: #fff;
    border-radius: 20px;
    min-height: 120px;
}
.reponse-msgbx h2{
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: center !important;
}
.reponse-msgbx li{
    width: 100% !important;
}
body .reponse-msgbx .wt-btn{
    background-color: #fff !important;
    color: grey !important;
    border: 1px solid grey !important;
}
.btn-msg{
    display: inline-block;
    width: 44%;
    margin: 20px 10px 20px 0 !important;
}
.reponse-msgbx{
    background-color: #fff;
    max-width: 500px;
    display: block;
    left: 0%;
    opacity: 1;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
}
.toltip-btn{
    background-color: #000;
    top: 63px;
    margin-left: 42px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
}
.numbr-cntbx{
    position: relative;
}
.numbr-cnt.slider::-webkit-slider-thumb {
    background: gray !important;
}

.numbr-cnt.slider::-moz-range-thumb {
    background: gray !important;
}

.numbr-cnt.slider::-ms-thumb {
    background: gray !important;
}
.ds-content-bx{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}
.contnt-area h4{
    font-weight: 700;
    font-size: 28px;
    color: #000;
    line-height: 20px;
}
.contnt-area p{
    font-weight: 500;
    font-size: 19px;
    color: #8392A5; 
}
.dashboard-page .col-xl-3{
    padding: 10px;
}
.dashboard-page{
    max-width: 1600px;
    margin: 0 auto;
}
.icon-area{
    background-color: #FFF7EB;
    width: 30%;
    padding: 20px;
    text-align: center;
    margin: 13px;
    border-radius: 15px;
}
.icon-area img{
    width: 70px;
}
.contnt-area{
    padding: 28px 80px 0 0;
    width: 66%;  
}
.pcoded-header {
    /*       border-bottom: 2px solid #d1d1d1 !important;*/
    min-height: 100px;
}
.profile-details-sec{
    margin-right: 49px;
    margin-top: 28px;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right li.header-notification {
    padding: 0px 10px;
}
.advisor-name-tp{
    font-size: 18px;
    font-weight: 600;
    color: #08111D;
    margin-top: 9px;
}
.advisor-title-tp{
    color: #5C5C5C;
    font-size: 18px;
    margin-top: 7px;
}
.pcoded-header .navbar-logo{
    margin-bottom: -2px;
    height: 104px !important;
}
.pcoded-header .navbar-logo img{
    margin-top: 26px;
}
.profile-details-sec img{
    width: 50px !important;
}
.bell-top-icon{
    margin-top: 16px;
}
.cm-bell-icon{
    display: inline-block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/lightning/bell-icon.svg');
}
.dashboard-page h6{
    font-size: 11px;
    font-weight: 700;
}
.dashboard-page .text-c-yellow{
    color:  #F5821E !important
}
.dashboard-page .bg-c-yellow{
    background: #F5821E !important
}
.field-ok{
    border: 1px solid #03840E !important;
    background: url(../images/ok-icon.png) no-repeat scroll 96% 9px;
    padding-left: 30px;
    height: 40px;
    color: #03840E;
}
.disable-cart{
    opacity: 0.3;
}
.strain-addcart-area .securitycode-text{
    float: left;
    width: 100%;
    margin-top: 20px;

}
.strain-addcart-area .securitycode-text label{
    float: left;
    width: 100%;
    margin-top: 0;
}
.strain-addcart-area .securitycode-text span{
    font-weight: 800;
    float: left;
}
.field-notok{
    border: 1px solid #CE2C2E !important;
    background: url(../images/not-ok.png) no-repeat scroll 96% 7px;
    padding-left: 30px;
    height: 40px;
    color: #CE2C2E;
}
#sig-canvas {
    height: 250px;
    width: 94%;
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
    margin-bottom: 25px;
}

.clear-signature{
    margin-right: 35px;
}
body{
    font-family: 'Inter', sans-serif !important;
}
p.name-surcharge{
    line-height: 18px;
    color: #6B7178;
    font-size: 15.7px;
}
.single-product h5{
    margin: 25px 0 10px 0;
    text-align: left;
    width: 100%;
    float: left;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
a.items-product-exten {
    float: left;
    clear: both;
}
.selected-product-inner .img-area .pdc-img{
    width: 50px;
    margin: 0 20px;
}
.selected-product-inner .delete-product{
    position: absolute;
    left: 0px;
    top: 5px;
}
.products-tabs-list{
    margin-bottom: 20px;
    border: 1px solid #DADADA;
    background-color: #fff;
    border-radius: 10px;
}
.product-sb-hd{
    color: #000000 !important;
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    font-size: 15px !important;
    Line-height: 18px !important;
}
.bottom-ar-product{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
body .products-tabs-list .single-product{
    border-color: #DADADA !important;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.bottom-ar-product .total-price-product{
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #404040 !important;
}
body .checkout-selected .strain-small .img-area {
    margin-right: 4px;
    max-width: 50px;
    flex: 20%;
}
body .checkout-selected .strain-small .img-area .pdc-img {
    width: 50px;
    margin: 0px;
}
body .checkout-selected .strain-small .list-exten {
    width: 100%;
    margin-top: 10px;
}
.checkout-data-step .items-right.details-box-customer {
    margin-left: -15px !important;
}
body .checkout-selected .strain-small .list-exten p{
    float: right;
    color: #404040;
    font-size: 16px;;
}
body .checkout-selected .strain-small .list-exten  .items-product-exten{
    margin: 4px 0px;
}
.name-surcharge{
    line-height: 18px;
    color: #404040;
    font-size: 15px;
    font-weight: 600;
}
.price-surcharge{
    font-size: 15px;
    font-weight: 600;
}
body .single-product .btn-area .btn-addedcart{
    font-weight: 600 !important;
    color: #0c0c0a !important;
    background-color: #e1e1e1 !important;
}
.bottom-ar-product div{
    color: #6B7178 !important;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 0;
    text-align: left;
    flex-basis: 50%;
}
body .Add-coverage .left-tp-icn {
    margin-top: 34px !important;
}
.qr-codeimg{
    width: 94%;
    height: 40px;
}
body  .muti-step-form input.securitycode-field{
    margin-top: 10px;
    width: 230px;
    font-size: 15px;
    float: left;
    padding: 8px !important;
    margin-left: 20px;
    border-radius: 5px !important;
    border-top-left-radius: 5px 5px !important;
    border-bottom-left-radius: 5px 5px !important;
    border: 1px solid #BDBDBD;
}
.selected-cart-items .item{
    transition: transform 0.3s ease-out;
}
body .selected-cart-items .item.removing {
    transform: scale(0);
}
.list-exten{
    margin-top: 5px;
}
.items-product-exten{
    margin: 4px 20px;
    float: left;
    font-weight: 400 !important;
    color: #000 !important;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px;
    margin: 10px 20px;
    /* height: 40px !important; */
    background-color: #d9d9d94a;
}
body .surcharges-list label{
    min-height: 10px;
    color:#6B7178 !important;
    font-size: 13px;
    line-height: 16px;
    display: inline-flex;
}
.surcharges-list label input{
    margin-right: 10px;
    height: 17px;
    width: 17px;
    border-color: #b3b3b3 !important;
}
.bd-line-product{
    margin:15px 0 5px 0px;
    width: 100%;
    height: 1px;
    background-color: #DADADA;
    float: left;
}
body .single-product .contant-area ul{
    margin-left: 0px;
}
.rotate-right-arrow{
    transform: rotate(180deg);
}
.photo-upload-dp{
    border: 1px solid #ccc;
    min-height: 48px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
    text-align: left;
}
.slide-photo-area.row {
    padding-top: 2px;
    margin: 0 0px;
    overflow-x: auto;
    /*    white-space: nowrap; */
    flex-wrap: inherit;
}
slide-photo-area.row  .col-md-4 {
    display: inline-block;
    float: none;
    padding: 6px;
}
body .remove-photo-upload-claim{
    top: 150px;
}
.img-icon-style{
    position: absolute;
    right: -5px;
    top: 114px;
    cursor: pointer;
}
.remove-photo-sec i{
    padding-top: 5px;
    color: #f5821e;
    display: inline-block;
}
.remove-photo-sec{
padding: 2px 7px;
    background-color: transparent;
    border-radius: 18px;
    border: 2px solid #f5821e;
    left: 15px;
    z-index: 9;
    position: absolute;
    top: 74px;
}
.slide-photo-area{
    max-width: 97%;
    position: relative;
}
body .btn-area .cart-btn{
    font-size: 13px;
    border-radius: 6px;
    width: 153px;
    display: inline-block;
    padding: 20px 10px 30px 10px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #E69749 !important;
    text-align: center;
    width: 130px;
    font-size: 16px;
    height: 40px !important;


}
body .single-product h4{
    font-size: 18px;
    margin-left: 0px;
    line-height: 21px;
    font-weight: 600;
}
.strain-addcart-area.selected-item-product{
    border: 0px !important;
}
.selected-product-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.selected-item-product .img-area {
    padding: 0px 0px!important;
    width: 55px;
    height: 55px;
    /*    flex: 10% !important;   */
}

.products-tabs-list .btn-area{
    text-align: right;
}
.products-tabs-list .tab-content{
    width: 100%;
}
.products-tabs-list ul li.nav-item a{
    background-color:  #F4F4F4
}
.products-tabs-list ul li.nav-item:first-child a{
    border-radius: 10px 0 0 0 !important;
}
.products-tabs-list ul li.nav-item:last-child {
    border-bottom: 0px !important;
}
.products-tabs-list ul li.nav-item a.active{
    background-color:  #FFFFFF !important;
}

.products-tabs-list ul li.nav-item{
    margin-bottom: 0px !important;
    border: 1px solid #DADADA !important;
    border-left: 0px !important;
    border-top: 0px !important;
}
.products-tabs-list ul li.nav-item a{

    width: 191px;
    height: 181px;
    border-color: #DADADA;
    bottom: 0px;
    z-index: 9;
}
.products-tabs-list ul li.nav-item a span{
    color: #141414 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.04em;
    text-align: left;

}
.img-tab-products{
    margin: 6px auto 20px auto;
    Width: 104px;
    Height: 84px;
    border-radius: 7px;
    padding: 16px;
    /*    background-color: #f5821e;*/
}
.img-tab-products img {
    object-fit: cover;
    width: 100%;
}
body .products-tabs-list .nav-tabs.tabs-left .slide {
    height: 4px;
    width: 100%;
    bottom: 0px;
}
.message-validation-info{
    font-size: 18px !important;
    color: red !important;
    display: none;
    margin: 15px;

}
.ml-form-hd{
    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: 600;
    margin: 20px 0 !important;
}
body .pd-rt{
    padding-right: 10px;
}
/*body .nxt-prev-multistp{
    width: 240px !important;
}*/
body .mx-w-set{
    max-width: 550px !important;
}
.hide-this-btn{
    display: none !important;
}
body .muti-step-form .next-btn-nw{
    color: #fff !important;
    font-weight: 400 !important;
    background-color: #E69749 !important;
    border-color: #E69749 !important;

}
/*
::-webkit-scrollbar {
  width: 1em;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
*/
.brd-rus-8{
    border-radius: 8px 8px !important;
}
.mg-lf-15{
    margin-left: 15px;
}
.select-field-fm{
    color: #120e0e;
    border-radius: 8px 8px !important;
    min-height: 55px;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #E7A21C !important;
}
.users-sidebr .toggle-btn-cm {
    position: absolute;
    left: -40px;
    top: 70px;
    cursor:pointer;
}
.show-claim-details{
    cursor: pointer;
}
.sidebar-menu-cm ul li.active svg.sidebar-menu-icon path.svg-icon-cm {
    stroke: #FFBF07 !important;
    stroke-width: 2;
    fill: none;
}
.sidebar-menu-cm ul li:hover svg.sidebar-menu-icon path.svg-icon-cm {
    stroke: #FFBF07 !important;
    stroke-width: 2;
    fill: none;
}
.sidebar-menu-cm ul li.active svg.sidebar-menu-icon path.svg-icon-cm-fill {
    fill: #FFBF07 !important;
}
.sidebar-menu-cm ul li:hover svg.sidebar-menu-icon path.svg-icon-cm-fill {
    fill: #FFBF07 !important;
}
svg.sidebar-menu-icon {
    width: 20px;
    left: 0;
    position: absolute;
    height: 20px;
    right: 0px;
    width: 20px;
}
svg.sidebar-menu-icon.plus-icon {
    width: 18px;
    height: 18px;
}
.sidebar-menu-cm ul li.active a, .sidebar-menu-cm ul li.active a span{
    color:  #FFBF07 !important;
}
.sidebar-menu-cm ul li:hover a,.sidebar-menu-cm ul li:hover a span {
    color:  #FFBF07 !important;
}
.muti-step-form input{
    color: #212529 !important;
    font-weight: 600;
}
.muti-step-form input::placeholder{
    color: #b3b3b3 !important;
    font-weight: 400 !important;
}
#model-poup-claims-details .claim-bx{
    margin: 10px 0;
}
#model-poup-claims-details .close-icn{
    right: -70px;
}
#model-poup-claims-details .long-height-popup{
    overflow: hidden;
    max-height: auto;
}
#model-poup-claims-details .long-height-popup .contarct_infobox{
    overflow-y: auto;
    max-height: 500px;
}
#products-listing-sp:has(div.no-product-found) {
    max-width: 500px;
    background-color: #fff !important;
}
.loader-photoupload{
    position: absolute;
    display: inline;
    z-index: 999;
    width: 70px;
    top: 44%;
    left: 46px;
    display: none;
}
.loader-img{
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    top: 20%;
    position: absolute;
    display: none;
}
.no-product-found{
    margin: 0 auto !important;
    padding: 10px 0px !important;
}
.no-product-found .bill-txt{
    margin-left: 0px;
}
.user-info-step{
    position: relative !important;
}
.no-product-found img{
    margin-bottom: 15px;
}
.no-product-found strong{
    font-weight: bold;
}
.no-product-btn{
    margin: 0 !important;
    display: inline-block;
    width: 46% !important;
    margin-right: 10px !important;
}
.loader-img-popupform{
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    top: 20%;
    position: absolute;
    display: none;
}

.sidebr-active{
    right: 10px !important;
}
.users-sidebr .toggle-btn-cm span {
    display:block;
    width:30px;
    height:5px;
    background:#F5821E;
    margin:5px 0px;
    cursor:pointer;
}
.cliam-name-col{
    min-width: 150px;
}
.hide-me{
    display: none !important;
}
#myclaims .sorting_disabled:before, #myclaims .sorting_disabled:after{
    display: none;
}
.myclaims_info{
    display: none;
}
.dataTables_paginate.paging_simple{
    display: none;
}
.table-bordered td .status-bx {
    padding: 6px 10px;
    color: #333333;
    background-color: #e3e3e3;
    border-radius: 15px;
}

.muti-step-form{
    z-index: 1;
}
.full-width-page .navbar-logo{
    display: none !important;
}
.full-width-page .pcoded-content{
    margin-left: 0 !important;
}
.advisor-page .users-page-logo{
    margin: 30px 0%;
}
.advisor-page .cm-search {
    margin-left: 0%;
    max-width: 100%;
}
body .full-width-popup{
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #dddddd96;
}
.page-title{
    text-transform: capitalize;
}
body .full-width-popup .login-form-box.user-form-popup {
    margin: 9% auto !important;
    max-width: 400px;
}
body .full-width-popup .login-form-box.user-form-popup .close-icn {
    right: 30%;
    top: 10%;
}
.popup-table.claims-pop-list tr {
    margin: 20px 30px 15px 20px !important;
    display: block;

}
#claims-list .card{
    overflow-y: auto;
    overflow-x:hidden;
    max-height: 400px;
}
#claims-list .btn-primary{
    transition: all ease-in 0s !important;
}
body .search-claim-info-area .col-md-4{
    padding: 6px;
}
body .search-claim-info-area .lft-icon-area{
    padding: 5px;
}
body .search-claim-info-area .lft-icon-area img{
    width: 25px;
}
body .search-claim-info-area .customer-4 .iconwith-text-list li p {
    font-size: 12px;
    margin: 8px 0px;
}
body .search-claim-info-area  .bg-img-round {
    padding: 18px 6px !important;
    height: 60px;
    width: 63px;
}
body .search-claim-info-area .customer-4 .iconwith-text-list li {
    padding: 6px;
}
/*APIs forms css start*/
.close-login-bx{
    outline: none !important;
}
.error_message{
    color: red;
    font-weight: 600;
}
.empty_val{
    border: 1px solid red !important;
}
.show-hide-pass .ti-eye{
    cursor: pointer;
}
.hide-btn-popup{
    display: none;
}
.model_poup_advisor, .model_poup_claims_list{
    display: none;
}
.validate-msg-advisor{
    color: red;
    margin: 10px 0;
    display: none;
}
/*APIs forms css end*/

body{
    font-family: 'Inter', sans-serif;
}
body table tr,body table th, body table td, body table td span {
    font-family: 'Inter', sans-serif;
}
body span, body p, h2, h3, h4, h5, h6   {
    font-family: 'Inter', sans-serif;
}
body input,body label, body a, ul li, ul li a , nav  {
    font-family: 'Inter', sans-serif;
}
.top-bar-hd{
    width: 100%;
    line-height: 0px;
    float: left;
}
.dp-no{
    display: none !important;
}
.inline-list-bx.user-info-bx{
    width: 100%;
    float: left;
}
.inline-list-bx.user-info-bx{
    float: left;
}
.custom-info.box-user{
    padding: 20px 0px;
    margin: 0px 0;
}
.customer-4 .iconwith-text-list li {
    padding: 4px 4px 4px 4px;
    margin: 10px 5px;
    width: 45%;
}
.customer-4 .icon-bg-orange i {
    color: #fff;
    font-size: 17px;
}
body .customer-verify{
    text-align: center !important;
    margin-bottom: 25px !important;
    margin-top: 60px !important;
    color:#6B7178;
}
body .customer-verify .checkmark{
    left: 86px;
    border: 1px solid #938c8c;
}
.customer-4 .iconwith-text-list li p {
    margin: 6px 5px;
}
.customer-4 .qr-img{
    margin: 15px 0px;
    width: 190px;
}
.customer-4 .inline-list-bx.user-info-bx li{
    margin-bottom: 0px;
}
.qr-img{
    margin: 10px 0px;
    width: 210px;
    height: 60px;
    object-fit: contain;
}
.details-box-customer{
    padding: 25px !important;
}

.list-block.user-other-info {
    margin: 20px 0;
    float: left;
}
.inline-list-bx.user-info-bx li h6{
    font-size: 15px;
    font-weight: 600;
    margin: 15px 15px 0px 15px;
}
.list-block.user-other-info  li{
    font-size: 19px;
    float: left;
    clear: both;
    display: block;
    margin: 8px 0;
    color: #08111D;
}
.total-bx{
    display: flex;
    flex-wrap:wrap;
    border-top: 1px solid #E5E5E5;
    padding: 20px;
}
.total-bx h3{
    flex:50%;
    border: 0px !important;
    color:#53585E;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.04em;
    text-align: left;

}

.signature-hd{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-align: left;
}
body button.wt-bg-btn{
    border-color: #555 !important;
    color: #555 !important;
    background-color: #ffffff !important;
}
.signature-area{
    border-radius: 8px;
    border: 1px solid #DADADA;
}
.complete-total{
    color: #404040 !important;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: left;
    margin: 20px 26px;

}
.muti-step-form  .complete-stp .border-step-form.border-line {
    width: 90%;
    margin: 25px auto !important;
}
.download-click i{
    font-size: 20px;
    margin: 10px;
}
.download-click{
    color: #555555 !important;
    display: inline-block;
    border: 1px solid #E5E5E5;
    /* float: left; */
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    margin: 0px auto;
    border-radius: 5px;
}
.muti-step-form .last-step.multiple-btn {
    margin-right: 10px;
    width: 220px!important;
}
.muti-step-form .complete-stp.small-step {
    max-width: 550px !important;
}
.complete-total span{
    margin-right: 30px;
    color: #53585E;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-align: left;

}
.bill-txt{
    margin-left: 26px;
    color: #6B7178 !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: left;

}
.complete-hd{
    color: #08111D;
    font-size: 22px;
    font-weight: 600;
    margin: 22px 0 0 0;
    line-height: 29px;
    letter-spacing: -0.04em;
    text-align: left;

}
.purchase-btn{
    max-width: 200px;
}
.bg-wt{
    background-color: #ffffff;
}
.textarea-st{
    width: 95%;
    margin: 3% 2%;
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 20px;
    border-color: #E5E9F2;
}
.total-bx p{
    flex:50%;
    text-align: right;
    color:#404040 !important;
    font-size: 17px !important;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-align: right;

}
.items-right.details-box-customer{
    height: 100%;
}
.inline-list-bx.user-info-bx li p{
    font-size: 15px !important;
    padding: 10px 15px;
}

.bg-img-round{
    padding: 25px 15px !important;
    height: 76px;
    width: 80px;
    border-radius: 40px;
    background-color: #DFF7FF;
}
.inline-list-bx.user-info-bx li{
    float: left;
    text-align: left;
    margin-right: 5px;
    margin-bottom: 25px;
}
/*.clear-btn-products,.next-btn-products{
    width: 46% !important;
}*/
#user-odometer{
    border-bottom-right-radius: 10px 10px !important;
    border-top-right-radius: 10px 10px !important;
}
.complete-purchase-btn{
    margin-left: 0;
    width: 219px !important;
    float: left;
}
.btn-area-bx{
    margin: 40px 0 0 0;
}
.items-right{
    border-radius: 10px;
    padding: 30px 0px;
    background-color: #ffff;
    border: 1px solid #DADADA;
}
.items-right h3{
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    padding: 0px 10px 19px 0;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
}
body .strain-small .contant-area{
    flex: 50%;
    min-width: 275px;
}
body .strain-small .img-area{
    flex: 20%;
    max-width: 90px;
}
.strain-small .delete{
    margin: 14px 10px 10px 0px;
}
body .strain-small{
    border: 0px;
}
.shifted-btn{
    visibility: hidden;
}
body .strain-small  .btn-area {
    margin-top: 0px;
    text-align: right;
    flex: 8%;
    max-width: 90px;
}
.btn-area p{
    color: #000 !important;
    font-size: 15px !important;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.users-searchbox ul li{
    display: inline-block;
    margin-bottom: 30px;
}
.users-searchbox ul li:nth-child(2n){
    margin-left: 15px;
}
.no-pd{
    padding: 0px !important;
}
.strain-addcart-area.single{
    padding: 20px;
}
.btn-area .selected-product-price p{
    color: #404040;
}
.items-right .total-price-hd{
  color: #53585E;
  font-size: 18px;
  font-weight: 500;
}
.strain-addcart-area{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border: 1px solid #DADADA;
    border-radius: 0px;
    padding: 0px;
    margin: 16px 0 20px 0;
}
.strain-addcart-area .img-area{
    border-radius: 7px;
    padding: 16px;
    flex: 12%;

    /*    background-color: #f5821e;*/
}
.no-bg{
    background-color: transparent !important;
    box-shadow: none !important;
}
.strain-addcart-area .contant-area{
    flex: 57%;
}
.strain-addcart-area .contant-area ul li span{
    font-size: 15.07px;
    line-height: 15.24px;
    font-weight: 400;
    color: #898989;
}
.strain-addcart-area{
    flex: 70%;
}
.strain-addcart-area .btn-area{
    margin-top: 5px;
    flex: 20%;
}
.strain-addcart-area .contant-area ul{
    float: left;
    display: inline-block;
    margin: 0 0 0 10px;
}
.tire_wheel_claim h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
    font-weight:600;
}
body .inner-page-hd{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
    font-weight:600;
}
.tire_wheel_claim h1 i{
    padding: 10px;
    text-align: center;
    width: 45px;
    margin-right: 10px;
    border-radius: 5px;
    /* height: 50px; */
    color: #fff;
    background-color: #F5821E;
}
h3.hd-with-icon{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #F5821E;
    font-weight:600;
}
h3.hd-with-icon:after{
    position: absolute;
    content: "";
    bottom: -20px;
    width: 144px;
    height: 3px;
    left: 0px;
    background-color: #F5821E;
}
.simple-select{
    border: 1px solid #BDBDBD99;
    border-radius: 7px;
    color:#6F6F6F;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-align: left;

}
.radio-btn-cm {
    position: relative;
}
body .radio-btn-cm .helper::after, body .radio-btn-cm .helper::before {
    left: -1px;
    top: -1px;
}
.radio-btn-cm input:checked~.helper::before {
    border-color: #E7A21C !important;
    color: #E7A21C !important;
    background-color: #E7A21C !important;
}
.pd-cm-10-15{
    padding: 10px 15px;
}
body  .radio-btn-cm {
    margin-right: 7px;
}
body  .radio-btn-cm input~.helper::before {
    background-color: #fff !important;
    border-color: #BDBDBD !important;
}
body .radio-btn-cm label input{
    margin-right: 10px;
}
.width-200{
    max-width: 200px;
}
h3.hd-with-icon i{
    padding: 8px;
    text-align: center;
    width: 35px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #F5821E;
}
.form-control.txt-ar{
    border-radius: 5px;
    border: 1px solid #BDBDBD;
}
.label-form{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-align: left;
    color:#6B7178;

}
.driver-rearer-form{
    padding: 25px;
    background-color:  #FAFAFA;
    border:1px solid #E5E9F2;
}
.btn-primary.btn-custom{
    margin-right: 20px;
    display: inline-block;
    padding: 10px 30px !important;
}
.fields-group{
    margin-top: 1em;
    margin-bottom: 2em;
}
.label-form span{
    color: #E45950;
}
.contract-info-search .wheel-form {
    padding: 20px;
    border-radius: 21px;
    border: 0px;
    box-shadow: 0px 10px 17px -1px rgba(0,0,0,.1);
}
.wheel-form {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #DADADA;
}
.date-field{
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    margin: 0;
}
.tire_wheel_claim h2{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #5C5C5C;
    margin-bottom: 45px !important;
}
body .ppm-page .tire_wheel_claim h2{
    margin-bottom: 25px !important;
}
body .ppm-page .tire_wheel_claim h1 .icon-bg-orange{
    padding: 5px 7px 9px 7px;
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.strain-addcart-area .contant-area ul li{
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    Size: 12px;
    Line-height: 14.24px;
}
body .muti-step-form fieldset {
    width: 97%;
}
.strain-addcart-area  h4{
    margin: 0px 10px 10px 8px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
    letter-spacing: -0.04em;
    text-align: left;

}
.btn-area a{
    font-weight: 400 !important;
    color: #000 !important;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px;
    /* height: 40px !important; */
    background-color: #d9d9d94a;
}
.search_bx input{
    max-width: 230px;
    color: #8392A5;
    border-color: #fff !important;
    padding-left: 35px;
    background-color: #D9D9D94D !important;
    font-size: 14px;
}
.dark-black-cl{
    color:#08111D;
}
.popup-table{
    border:0px !important;
}
.popup-table tr{
    border-radius: 15px;
    background-color: #F7F7F7 !important;
    margin: 12px 0px 15px 23px !important;
    display: inline-block;
}
body .white-btn.btn-primary{
    background-color: #ffffff !important;
    color: #6B7178 !important;
    border:1px solid #E5E5E5 !important;
}
body .white-btn.btn-primary{
    background-color: #ffffff !important;
    color: #6B7178 !important;
    border:1px solid #E5E5E5 !important;
}
.inline-list-bx{
    margin-left: 0px;
}
.border-line{
    margin: 10px 0;
    border: 1px solid #E5E9F2;
}
.custom-info{
    margin: 0px 0;
}
.list-block span{
    color: #6B7178;
    float: left;
    margin-right: 10px;
}
.user-other-info .list-block span{
    font-size: 18px;
}
.muti-step-form fieldset{
    transform: none !important;
}
.list-block li{
    display: block;
    margin: 20px 0;
    color: #08111D;
}
.long-height-popup{
    max-height: 500px;
    overflow-y:scroll;
}
.icon-bg-orange{
    padding: 10px;
    border-radius: 5px;
    background-color: #F5821E;
}
.claim-bx ul li span{
    font-weight: 500;
}
.claim-bx ul li:nth-child(2){
    padding-left: 30px;
}

.status-submitted {
    margin: 10px 0;
    text-align: center;
    padding: 8px 0px;
    color: #0AAFFF;
    background-color: #E6F7FF;
    border-radius: 15px;
}
.claim-bx .border-line {
    border: 1px solid #dddddd;
}
.claim-bx ul  {
    display: flex;
}
.claim-bx ul li {
    flex: 50%;
    display: inline-block;
}
.id-bx{
    background-color: rgba(0, 162, 244, 0.1);
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    font-weight: 600;
    max-width: 130px;
    margin: 10px 0;
}

.claim-bx{
    background-color: #E5E9F2;
    border:  1px solid #D9D9D91F;
    padding: 15px;
    border-radius: 10px;

}
.iconwith-text-list li{
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 24px rgba(228, 232, 240, 0.8);
    width: 100%;
    display: inline-block;
}
.iconwith-text-list li p{
    display: inline-block;
    margin: 15px 20px;
}

.icon-bg-orange i{
    color: #fff;
    font-size: 26px;
}
.user-popup-area{
    padding: 0 25px !important;
}
.inline-list-bx li{
    display: inline-block;
    margin-right: 5px;
}
.popup-buttons-area{
    padding: 0 25px;
}
.muti-step-form #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 28px;
    line-height: 28px;
}
.muti-step-form label{
    min-height: 30px;
    width: 100%;
    text-align: left;
    color: #8392A5;
    margin-top: 10px;
}
.muti-step-form .small-step{
    margin: 0 auto;
    max-width: 400px;


}
.muti-step-form fieldset{
    border-radius: 15px !important;
}

.muti-step-form .multiple-btn {
    margin-top: 0px;
    width: 155px;
    display: inline-block;
}
.muti-step-form .step-3 .multiple-btn {

    width: 250px;
}
.shift-new {
    margin: 5px;
}
.muti-step-form .multiple-btn.previous{
    color: #6B7178;
    background-color: transparent !important;
    border-color: #6B7178;
}
.muti-step-form .multiple-btn.bck{
    color: #6B7178;
    background-color: transparent !important;
    border-color: #6B7178;
}
.muti-step-form .step-3{
    max-width: 600px;
}
.muti-step-form .multiple-btn.next{
    margin-left: 17px;
}
.inline-list-bx.same-line h3{
    font-weight: 500;
    float: left;
    margin: -43px 0 0px 22px;
    font-size: 18px;
}
.inline-list-bx.same-line h3{
    margin-bottom: 30px;
}
.mg-top-list{
    margin-top: 60px !important
}
.text-with-checkbox{
    font-size: 17px;
    margin: 10px;
}
.muti-step-form #progressbar li span {
    display: none;
}
.muti-step-form #progressbar li.active span {
    display: block;
}
.muti-step-form  .border-step-form.border-line{
    margin: 40px 0 !important;
}
.muti-step-form input{
    padding: 25px;
    border-radius: 10px 10px 10px 10px;
    color: #b3b3b3;
    border-top-left-radius: 10px 10px !important;
    border-bottom-left-radius: 10px 10px !important;
}
.muti-step-form #progressbar li:before {
    color: #fff;
    font-size: 0;
    width: 20px;
    border-radius: 20px;
    height: 20px;

}
.muti-step-form #progressbar li.active:before {
    color: #fff;
    font-size: 0;
    width: 30px !important;
    border-radius: 20px;
    height: 30px !important;

}
.muti-step-form #progressbar li.active:before{
    background-color: #E7A21C;
}
.muti-step-form #progressbar li.active span{
    background-color: #FFF;
}
.muti-step-form #progressbar li:before{
    background-color: #D0D3D9;
}
.muti-step-form #progressbar li span{
    background-color: #D0D3D9;
}
.muti-step-form #progressbar li{
    font-size: 16px;
}
.muti-step-form #progressbar span {
    /*position: absolute;*/
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    margin: -29px auto 12px auto;
    /* left: 46.6%;
     top: 6px;*/

}

.muti-step-form #progressbar li.previous_sc span{
    background-position: 2px 4px;
    background-color: transparent !important;
    background-image:url('../images/lightning/check_icon.svg');
    background-repeat: no-repeat;
}
.muti-step-form #progressbar li {
    width: 16.33%;

}
body #msform.muti-step-form{
    width:100%;
}
body #msform.muti-step-form fieldset{
    width:97%;
}
.popup-buttons-area.claim{
    padding: 15px 25px;
}
body .popup-table td{
    background-color: transparent;
    border-bottom: 0px !important;
    border: 0px;
}
.sidebarbox-ar label{
    float: left;
    position: relative;
    margin-left: 11px;
}
.sidebarbox-ar a{
    margin: 7px 12px;
    float: left;
    text-decoration: underline;
}
.sidebarbox-ar{
    margin: 25px 0;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0px;
}
.search_bx i {
    color: #8392A5;
    font-size: 16px;
    top: 10px;
    left: 10px;
    position: absolute;
}
.sidebar-advisorslist{
    overflow-y: auto;
    height: 95vh;
    min-width: 320px;
}
.users-sidebr{
    box-shadow: 0px 4px 24px rgba(228, 232, 240, 0.8);
    border-radius: 0px 0px 12px 12px;
    top: 10%;
    position: absolute;
    right: -330px;
    z-index: 99;
    width: 400px;
    max-width: 335px;
    text-align: center;
    transition:all 300ms linear;
    background-color: #ECECEC;
}
.fx-container{
    display: flex;
    flex-wrap: nowrap;
}
.top-page-hd{
    margin: 32px 30px!important;
    font-weight: 700;
    font-size: 28px;
    color: #08111D;
}
.fst-col{
    min-width: 200px;
}
/*checkbox css start */

/* The container */
.checkbx {
    float: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbx .checkmark {
    position: absolute;
    top: -3px;
    left: -3px;
    border: 1px solid #eee;
    height: 30px;
    border-radius: 6px;
    width: 30px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbx:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbx input:checked ~ .checkmark {
    background-color: #e69749;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbx .checkmark:after {

    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbx input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbx .checkmark:after {
    left: 11px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*checkbox css end */
/*select box checkbox css start */
.select2-selection__choice__remove{
    top: 7px;
    position: absolute;
    right: 6px !important;
}
.select2-container {
    min-width: 400px;
}

.select2-results__option {
    font-weight: 400;
    padding-right: 0px;
    vertical-align: middle;
    border-bottom: 1px solid #bdbdbd;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #e69749;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}



/*select box checkbox css end */
.date-filter input{
    border: 0px;
    border-radius: 6px;
    font-size: 14px;
    position: relative;
    padding-left: 46px;
    max-width: 220px;
}
.date-filter input:focus{
    border: 1px solid #D7A925 !important;
    outline: none !important;
    box-shadow: none;
}
.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #E69749 !important;
}
.daterangepicker td.in-range {
    background-color: #e6974933 !important;
}
.date-filter label{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 6px;
    font-size: 14px;
}
.checkbox-st-1 .cr .cr-icon{
    color: #fff;
}
.checkbox-st-1{
    background-color: #E7A21C;
    border: 2px solid #fff;
}
.cm-search.bg-search-ar input{
    border-radius: 5px;
    width: 381px;
    background-color: #fff !important;
    border-color: #fff !important;
    font-size: 14px;
}
.cm-search.bg-search-ar input:focus{
    box-shadow: none;
}
.cm-search.bg-search-ar input::placeholder{
    color: #8392A5;
}
.filter-data-list label{
    font-weight: 400;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 9px;
    font-size: 13px;
}
.filter-data-list{
    position: relative;
    margin: 0 10px;
}
.wd-filter .select2-container {
    max-width: 145px;
    min-width: 145px;
}
.wd-filter-2 .select2-container {
    max-width: 155px;
    min-width: 155px;
}
.sp_title{
    float: left;
    margin: 12px 20px 0 0;
}
.table-responsive .container{
    padding-left: 0;
    text-align: left;
}
.full-wd label,.full-wd label input{
    max-width: 100% !important;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 0;
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-left: 52px;

}
.filter-data-list .select2-container span.selection{
    padding-left: 0px;
}
.filter-data-list  .select2-selection--multiple{
    border: 0px !important;
    border-radius: 6px;
}
.filter-yl .select2-selection--multiple .select2-selection__choice {
    color: #E7A21C;
}
.filter-black  .select2-selection--multiple .select2-selection__choice {
    color: #000;
}
.all-count{
    background-color: #fff;
}
.open-count{
    background-color: #FFECE0;
}
.pending-count{
    background-color: #FFF9E7;
}
.submitted-count{
    background-color: #E6F7FF;
}
.paid-count{
    background-color: #E8F8E9;
}
.denied-count{
    background-color: #FFE8E8;
}
.approved-count{
    background-color: #E6F0FA;
}
.open-count span{
    color:#F6965A;
}
.approved-count span{
    color:#0466C8;
}
.pending-count span{
    color:#D7A925;
}
.submitted-count span{
    color:#0AAFFF;
}
.paid-count span{
    color:#1BB728;
}
.denied-count span{
    color:#C80404;
}
.filter-result-count i{
    font-style: normal;
    color: #6B717859;
}
.paging-cm{
    color: #08111D;
    font-size: 14px;
    padding: 10px 2px;
}
.paging-cm i{
    cursor: pointer;
    margin: 10px;
}
.date-filter {
    margin-left: auto;
}
.filter-result-count{
    font-weight: 500;
    color: #58606A;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 10px;
    text-align: center;
}
.filters-count li{
    margin: 10px 12px 20px 0;
    display: inline-block;
}


.clear-filter-btn{
    color: #E7A21C;
    margin: 6px 20px 6px 5px;
    font-size: 17px;
    display: inline-block;
}
.filter-data-list .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 0px;
    padding: 0 0px !important; 
    font-size: 13px;
    line-height: 18px;
}
.date-filter{
    position: relative;
}
.filter-icon-ar{
    float: left;
    margin: 11px 10px 0 10px;
    display: inline-block;
}
body table.dataTable.nowrap th,body table.dataTable.nowrap td {
    vertical-align: middle;
}
body table.dataTable tbody th, body table.dataTable tbody td {
    padding: 15px 10px;
}
th.sorting.open-date.sorting_disabled {
    min-width: 160px;
}
.sorting_asc.sorting_disabled{
    border-radius: 10px 0;
}

th.sorting.sorting_disabled {
    width: 100px !important;
}
.disabled-btn{
    opacity: 0.4;
    cursor: no-drop;
}
.page-body.table-content-page .myclaim-card.card{
    flex-direction: row;
}
.sorting_disabled:before, .sorting_disabled:after{
    display: none !important;
}
.row.start-claims-topinfo{
    padding: 10px;
    margin-bottom: 25px;
}
#myclaims.table{
    border: 0px !important;
}
.start-claims-table{
    margin: 20px 0;
    border: 0px !important;
}
.last-border-r{
    border-radius: 0px 10px;
}

body .assign-filter .select2-container {
    min-width: 214px;
}
.filter-icon-ar img{
    width: 60px;
}
.filter-data-list  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 9px !important;
    margin-top: -4px;
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    margin-right: 1px;
    display: inline-block;
}
.cm-search-default.cm-search{
    margin-left: 0px;
    max-width: 100%;
}
.bg-n-shadow-none{
    background-color: transparent;
    box-shadow: none;
}
.rt-content-tp{
    width: min-content;
    margin: 0px 20px 0 0;
    float: left;
}

.top-bck-link{
    margin: 8px 10px;
    display: inline-block;
}
.page-cm-bg.coverage-page{
    margin-top: 100px !important;
}
.top-page-hd.Add-coverage{
    margin: 0px 30px !important;
}
body .site-cl{
    color: #E7A21C;
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li>a:before {
    border: 0px !important;
}
body .left-tp-icn{
    border-radius: 20px;
    background-color: #fff;
    padding: 6px 6px;
    display: inline-block;
    font-size: 20px !important;
    margin-top: 6px !important;
}
.cm-icm-ar{
    position: relative;
}
.cm-dashboard-icon{
    left:0;
    position: absolute;
    height: 20px;
    right: 0px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/lightning/dashboard-icon.svg');
}
.cm-claim-icon{
    left:0;
    position: absolute;
    height: 20px;
    right: 0px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/lightning/claim-icon.svg');
}
.logout-link,.logout-link:hover{
    margin: 20px 0;
    float: left;
    color: #dcdcdc !important;
    padding-left: 26px;
}
.table-bordered td .blue-cl-bg{
    background-color: rgba(0, 162, 244, 0.1);
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    font-weight: 600;
}
.table-bordered td .simple-cl-bg{
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    font-weight: 700;
}
.table-bordered td .status-pending{
    padding: 6px 10px;
    color: #D6A720;
    background-color: #FFF9E7;
    border-radius: 15px;
}
.table-bordered td .status-submitted{
    padding: 6px 10px;
    color: #0AAFFF;
    background-color: #E6F7FF;
    border-radius: 15px;
}
.table-bordered td .status-paid{
    padding: 6px 10px;
    color: #1BB728;
    background-color: #E8F8E9;
    border-radius: 15px;
}
.table-bordered td .action-required{
    padding: 6px 10px;
    color: #CE2C2E;
    background-color: rgba(232, 39, 42, 0.1);
    border-radius: 15px;
}
.warning-icon-cm{
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    top: 10px;
    position: relative;
    display: inline-block;
    background-image:url('../images/lightning/danger-icon.svg');
}
.message-icon-cm{
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    top: 11px;
    left: 4px;
    position: relative;
    display: inline-block;
    background-image:url('../images/lightning/message-icon.svg');
}
.message-tip{
    margin-right: 10px;
    padding: 6px 10px;
    color: #556A27;
    border-radius: 15px;
    background-color: #F1F4EB;
}
.table-bordered td .status-approved{
    padding: 6px 10px;
    color: #0466C8;
    background-color: #E6F0FA;
    border-radius: 15px;
}
.table-bordered td .blue-cl-bg i, .table-bordered td .simple-cl-bg i{
    font-size: 10px;
}
.table-content-page .table thead th {
    background-color: #FFF3E6;
    font-weight: 600;
    border: 0px;
}
.table-bordered td{
    border: 0px;
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}
.cm-logout-icon{
    left:-25px;
    position: absolute;
    height: 20px;
    right: 0px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/lightning/logout.svg');
}
.cm-plus-icon{
    left: 0;
    position: absolute;
    height: 15px;
    right: 0px;
    top:6;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/lightning/plus-icon.svg');
}
.cm-stting-icon{
    left: 0;
    position: absolute;
    height: 20px;
    right: 0px;
    top:6;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url('../images/lightning/setting-icon.svg');
}
.login-form-box{
    margin-top: 40%;
    max-width: 330px;
}
.login-form-box .card{
    padding: 25px 0;
    border-radius: 15px;
}
.login-bg .login-form-box input{
    border-radius: 10px !important;
    border: 0px !important;
}
.show-hide-pass .ti-eye {
    background-image: url(../images/lightning/eye.svg);
    float: left;
    width: 40px;
    background-repeat: no-repeat;
    height: 40px;
    object-fit: cover;
    background-size: 26px 40px;
}
.login-form-box .img-fluid{
    margin-bottom: 3%;
    margin-top: 4%;
}
.show-hide-pass .ti-eye:before{
    display: none;
}
.login-bg .login-form-box input{
    border-radius: 10px !important;
    border: 0px !important;
}
.login-bg{
    padding: 150px;
    width: 100%;
    height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url('../images/lightning/loginbg.png');
}

body .login-bg .login-btn{
    background-color: #E69749 !important;
    border-color: #E69749 !important;
}
.login-form-box .j-content{
    background-color: #fff;
}
body .login-form-box input{
    background-color: #ECECEC !important;
}
.login-form-box .j-pro, .login-form-box .j-icon-right{
    border: 0px;
}
/*.cm-dashboard-icon:before{font-size: 20px;width: 32px;height: 32px; content: "";}*/
.right-top-icon{
    transform: rotate(-270deg);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
body .star-claim-clear-btn{
    max-width: 100px;
    margin-left: 2px !important;
}
body .pcoded .pcoded-header[header-theme=theme1] {
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    background: #ECECEC;
    color: #404e67;
}
.table-area-startclaim table tr:last-child td:first-child{
    border-radius: 0px 10px;
}
.table-area-startclaim table tr:last-child td:last-child{
    border-radius: 10px 0;
}
.inner-page-sec .fx-container{
    margin-bottom: 20px;
}
.claim-btn{
    display: inline-block;
    margin: 10px 0;
    padding: 10px !important;
}
body .btn-primary{
    background-color:#E69749 !important;
    border-color: #E69749;
    color: #fff;
    border-radius: 6px;
}
.logout-sidebar-area{
    margin-top: 20%;
    margin-left: 7%;
}
.top-bx-ar h2{
    font-weight: 600;
    font-size: 26px;
    color: #FBBA58;
}
.line-bx-bottom{
    width: 70%;
    background-color: #FBBA58;
    height: 4px;
}
.adv-ar ul li{
    margin-right: 10px;
    display: inline-block;
}
.adv-ar p{
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
}
.adv-ar ul li a i:hover,.adv-ar ul li a i{
    color: #000;
    font-size: 22px;
}
.adv-ar ul li a img{
    margin-top: -7px;
}
.adv-ar{
    background-image:url('../images/lightning/mobile-hand.svg');
    padding: 15px;
    max-width:85%;
    background-color: #fff;
    border-radius: 15px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 48%;
}
.user-form-popup-bx{
    max-width: 400px;
}
.close-icn i{
    color:#a9a9a9;
}
.close-icn{
    padding: 5px 9px;
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #a9a9a9;
    right: 3px;
    z-index: 99999;
    position: absolute;
    top: 10px;
}
.cm-search{
    margin-left: 9%;
    position: relative;
    max-width: 82%;
}
.user-form-popup  .label-title{
    background-color: #fff;
    font-size: 15px;
    padding-left: 26px;
}
.user-form-popup .user-box{
    background-color: #fff;
    border-radius: 0px;
}
.login-form-box.user-form-popup{
    margin: 0px !important
}
.cm-search input:placeholder{
    color: #8392A5;
}
.cm-search input{
    color: #8392A5;
    border-color: #dfdfdf !important;
    padding-left: 45px;
    height: 49px;
    border: 0px;
    background-color: #D9D9D94D !important;
}
body .select-user-hd{
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 20px 0;
}
.cm-search i{
    color: #8392A5;
    font-size: 16px;
    top: 17px;
    left: 16px;
    position: absolute;
}
.user-box{
    background-color: #F7F7F7;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
}
.users-page-logo{
    height: 65px;
    float: left;
    margin: 30px 7%;
}
.user-box h6{
    color: #43474B;
    text-transform: capitalize;
}
.user-box img{
    margin-bottom: 15px;
}
.user-box p{
    color: #888F98
}
.user-login-btn i{
    font-size: 13px;
    float: right;
    margin-top: 8%;
}
.page-cm-bg{
    background-color: #ECECEC;
    border-top: 0px solid #bdbdbd;
}
.login-btn{
    padding: 12px !important;
}
.login-btn i{
    float: right;
    margin-top: 4px;
}
body .btn-primary:active, .sweet-alert button.confirm:active, .wizard>.actions a:active{
    background-color: #E69749!important;
    border-color: #E69749 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
body .pcoded-main-container .sidebar-menu-cm{
    margin-top: -15px;
    z-index: 9999999;
    padding-top: 60px;
}
/*end cc start */

.total{
    margin:auto;
}
body .claim-icon-cm{
    padding: 6px 6px 6px 4px !important;
    margin: 10px 10px 10px 0 !important;
    display: inline-block;
}
body .claim-icon-cm img{
    width: 32px;
}
.btn-bck{
    margin: 0 0 10px -13px !important;
    padding: 10px 30px !important;
}
.btn-custom2 {
    background: #E697491F 12%;
    color: #E7A21C;
    padding: 10px 12px;
    margin: 8px 5px;
    border-radius: 4px;
    font-size: 13px;
}
.trash-icon{
    cursor: pointer;
    margin: auto;
    font-size: 20px;
    padding-left: 0px;
    color: red;
}
.trash-icon-img, .trash-icon-img-upload{
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    margin: auto;
    font-size: 20px;
    padding-left: 0px;
    color: red;
}
.trash-icon-img-upload{
    right: 50px;
    top: 60px;
}
.del-icon, .del-icon-upload{
    display: none;
}
input.form-control.drag-photo, input.form-control.drag-photo-upload {
    display: none;
}
span.browse {
    color: #E7A21C;
}
i.ti-upload {
    cursor: pointer;
    padding: 10px;
    background: #F5821E;
    border-radius: 50%;
    color: white;
}
.upload-sect{
    padding: 50px 255px;
}
.upload-sect1 {
    height: 200px;
    text-align: center;
    padding: 50px;
    border: 1px dotted;
    border-radius: 6px;
}
.RO-sect{
    height: 225px;
    text-align: center;
    padding: 30px;
    border: 1px dotted;
    border-radius: 6px;
}
.upload-sect-top{
    height: 50px;
    text-align: center;
    padding: 10px;
    border: 1px dotted;
    border-radius: 6px;
    background: #FFFDFA6B;
}
p.upload-text {
    margin-top: 25px;
}
h2.heading-second {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 700;
    color: #08111D;
    margin: 20px 0px;
}
.row.r-o-bottom {
    margin-bottom: 5px;
}
.RO-sect .trash-icon {
    margin-right: 0px;
    margin-bottom: 15px;
}
img.preview {
    display: none;
    max-height: 50px;
    width: 100%;
    object-fit: cover;
}
img.uploadSect {
    display: none;
    max-height: 200px;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
}
.left-sect {
    padding: 0px 10px;
}
.right-sect {
    padding: 0px 10px;
}
.btn-row{
    margin:0px;
}
.icon-cliam-main{
    padding: 4px 6px 5px 4px;
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.label-form span.total{
    color: #6B7178;
    font-weight: 800;
}
.label-form span.total span{
    color: #6B7178;
    font-weight: 800;
}
.switchery>small {

    height: 20px;
    width: 20px;
}
.switchery {

    height: 20px;
    width: 40px;
}
.fields-group .btn-sro{
    padding: 10px 0px 10px 30px !important;
}
.btn-sro i.ti-arrow-right {
    padding-left: 20px;
    padding-right: 10px;
}
#select2-claim_status-results li#select2-7rct-result-csyo-open, .assign-filter  li#select2-7rct-result-csyo-open{
    color: #FE7E2D;
}
#select2-claim_status-results li.select2-results__option:nth-child(1){
    color: #FE7E2D !important;
}
#select2-claim_status-results li.select2-results__option:nth-child(2) {
    color: #D7A925 !important;
}
#select2-claim_status-results li.select2-results__option:nth-child(3) {
    color: #0AAFFF!important;
}
#select2-claim_status-results li.select2-results__option:nth-child(4) {
    color: #1BB728 !important;
}
#select2-claim_status-results li.select2-results__option:nth-child(5){
    color: #0466C8 !important;
}
#select2-windshieldfeatures-y7-results .select2-results__option{
    padding:10px !important;
}
.windshield-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-left: 10px;
}
input#contract-sect,input#vin-sect  {
    border: 0px;
    border-radius: 10px;
    padding: 26px 27px 26px 21px;
    background-color: #ECECEC;
}
input#contract-sect::placeholder ,input#vin-sect::placeholder  {
    color: #8392A5 !important;
    font-weight: normal;
}

.col-md-5.start-claim {
    margin: auto;
    max-width: 480px;
    margin-top: 10%;
}
button.btn.btn-primary.btn-custom-saerch.form-control {
    padding: 15px 22px 15px 22px;
    height: auto;
    background-color: #E69749 !important;
}
button.btn.btn-primary.btn-custom-saerch.form-control i{
    margin: 5px 0;
    float: right;
}
.copy-data-option{
    position: ABSOLUTE;
    top: 8px;
    right: 15px;
    font-size: 11px;
    width: 130px;
    padding: 6px;
}
body .hr-mrg{
    margin-top: 32px;
    margin-bottom: 32px;
}
.tab_img_cost_area{
    display: none;
}
body .wheel-claim-imgs-area .photo-nwbx .upload-sect-top {
    height: 167px;
    width: 100%;
    padding: 64px 34px;
    cursor: pointer;
}
.photo-nwbx .browse{
    font-size: 16px;
}
body .multi-tab-claim-area .tab-content .col-md-4 label{
    margin: 20px 0 10px 5px;
}
body .multi-tab-claim-area .driver-rearer-form{
    border-radius: 10px;
    padding:15px;
}
.active-img-cst{
    display: block !important;
}
.empty_field_tab h3{
    color:red !important;
}
.tire_tab_content, .wheel_tab_content, .new_tab_claim_right_content{
    display: none;
}
.empty_field_tab h3.hd-with-icon i.fa-life-ring{
    background-color: red !important;
}
body .multi-tab-claim-area h3.hd-with-icon i {
    padding: 5px;
    width: 27px;
    margin-right: 7px;

}
body .multi-tab-claim-area h3.hd-with-icon{
    font-size: 20px;
}
body .multi-tab-claim-area .top-optionwheel{
    margin-top: 40px;
}
body .photo-nwbx.wheel-img-claim img.preview {
    max-height: 190px;
    border-radius: 5px;
}
.sprt-btn{
    width: 2px;
    height: 30px;
    display: inline-block;
    margin: -12px 10px;
    background-color: #F0F0F0;
}
body .costarea-bx.full-wt-ar{
    padding: 20px !important;
}
body .photo-nwbx.wheel-img-claim .trash-icon-img{
    width: 35px;
    height: 35px;
    border-radius: 20px;
    padding: 8px 8px;
    background-color: red;
    color: #fff !important;
    right: 10px;
    top: 70px;
    font-size: 19px;
}
body .close-c-tab i{
    background: transparent;
    color: grey;
    font-weight: 900;
    position: absolute;
    right: 0px;
    font-size: 12px;
    top: 3px;
}
.multi-tab-claim-area .nav-tabs .nav-item {
    margin-right: 2px;
}
body .wheel-claim-imgs-area{
    padding: 5px
}
body .photo-nwbx.wheel-img-claim{
    position:relative;
    overflow: hidden;
}
body .multi-tab-claim-area .tab-content.card-block{
    padding: 0px;
}
body .multi-tab-claim-area h3.hd-with-icon:after{
    display: none;
}
body .multi-tab-claim-area .nav-tabs .slide{
    background: #F5821E;
    height: 3px;
}
body .multi-tab-claim-area .md-tabs .nav-item a {
    padding: 10px 0!important;
}
