/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@600;700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/
@import 'https://fonts.googleapis.com/css?family=Inter';
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap';
body {
/*font-family: 'Manrope', sans-serif;*/
/*font-family: Inter,sans-serif;*/
/*font-family: "Mona Sans", sans-serif;*/
font-family: Heebo, sans-serif, Helvetica, Arial;
font-size: 12px;
line-height: 1.4; 
font-weight: normal; 
margin: 0;
padding: 0;
color:#333;
overflow-x: hidden;
-ms-overflow-x: hidden;
background-color: #f3f4f7;
}
* {
  box-sizing: border-box;
  outline: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 20, 26, 0.2) #f3f3f3;
}
a{
text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.navbar-cus-main{
    position: relative;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(106 106 106 / 17%);
    /*border-bottom: 1px solid #f3f3f3;*/
}
.main-header{
padding: 24px 0;
}
.logo{
position: relative; 
}
.logo img{
    width: 210px;
    height: auto;
}
.top-header .mega-menu-cus {
left: 0;
right: 0;
width: 200px;
padding: 0;
border-radius: 0;
border: none;
margin-top: 0 !important;
margin-left: 0 !important;
}
.top-header .mega-menu-cus ul li a {
padding: 0;
font-size: 12px;
}
.top-header .mega-menu-cus ul li:after {
content: "";
background: red;
position: absolute;
height: 5px;
width: 5px;
left: 10px;
top: 17px;
border-radius: 30px;
}
 h4.fw-semibold.text-center.mb-2 {
    font-size: 16px;
}
h3.mb-3.d-flex.justify-content-between.align-items-center {
    font-size: 14px;
}
.dropdown .dropdown-toggle::after{
    display:none;
}
.navbar-nav .nav-item .head-noticftion{
    display: inline-flex;
    padding:14px !important;
    color:#0d0c22;
}
.noticftion-baar .cstm{
    min-width: 412px;
    text-align: center;
}
.noticftion-baar .cstm li p{
    border-bottom: 1px solid #d8d6d5;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.noticftion-baar .cstm li p.add-mesages{
    font-weight: 700;
    padding:5px 5px 10px 6px;
}
.noticftion-baar .cstm li p.add-mesages-all{
    padding: 20px 10px 20px 10px;
     font-weight: 400;
}
.noticftion-baar .cstm li p.add-mesages-btn{
        padding:20px 5px 10px 5px;
}
.noticftion-baar .cstm li p.add-mesages-btn a{
    background: #e31e24;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    font-size:13px;
    height:40px;
}
.noticftion-baar .cstm li p:last-child{
  border-bottom: 0px;
}
.top-header .navbar-nav{
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
}
.top-header .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-cus-main .top-header .nav-item .nav-link {
padding: 20px 15px 5px;
color: #333;
font-size: 12px;
text-transform: capitalize;
}
/*.dropdown:hover > .dropdown-menu,*/
/*.dropend:hover > .dropdown-menu {*/
/*display: block;*/
/*margin-top: 0.125em;*/
/*margin-left: 0.125em;*/
/*}*/
.ktm-mega-menu {
position: relative;
}
.mega-menu-cus {
left: 0;
right: 0;
width: 220px;
padding: 0;
border-radius: 0;
border: none;
margin-top: 0 !important;
margin-left: 0 !important;
}
.mega-menu-cus ul{
list-style-type: none;
padding: 0;
}
.mega-menu-cus ul li{
padding: 10px 0px 10px 25px;
border-bottom: 1px solid #ddd;
background-color: #f3f3f3;
position: relative;
}
.mega-menu-cus ul li:after{
content: "";
background: #da251c;
position: absolute;
height: 5px;
width: 5px;
left: 10px;
top: 18px;
border-radius: 30px;
}
.mega-menu-cus ul li a{ 
padding: 0;
font-size: 14px;
}
.mega-menu-cus .dropdown-item.active, .mega-menu-cus .dropdown-item:active {
color: #333;
text-decoration: none;
background-color: #0d6efd00;
}
.navbar-cus-main .nav-item .nav-link{
    padding: 0px 0px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.navbar-cus-main .navbar{
padding: 0;
}
.navbar-cus-main .dropdown-item:focus, .dropdown-item:hover {
color: var(--bs-dropdown-link-hover-color);
background-color: #006edd00;
}
.navbar-cus-main .nav-item a:hover {
color: #da251c;
}
.login-register-modal-main-cus{
    z-index: 99999;
    position: relative;
}
.login-register-modal-main-cus .modal-dialog {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    display: flex;
    align-items: center;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 70%;
    max-width: 70%;
    height: 100%;
    z-index: 999999;
    top: 50%;
    left: 50%;
    /*background-color: rgba(0, 0, 0, .7);*/
}
.login-register-modal-main-cus .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 12px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    width: 100%;
    height: 95%;
    margin: 0 auto;
}
.login-form-slider-user-main-cus{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus{
    width: 50%;
    border-right: 2px solid #f1f1f1;
    padding: 0 40px;
}
.login-form-slider-user-main-cus .login-form-user-box-cus{
    width: 50%;
    padding: 0 40px;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dc3545;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-indicators .active {
    width: 20px;
    opacity: 1;
}
.login-register-modal-main-cus .modal-header {
    padding: 15px 15px 0;
    border-bottom: none; 
}
.login-register-modal-main-cus .modal-header .close {
    margin-top: -2px;
    font-size: 28px;
    /*background-color: red;*/
    opacity: 1;
    color: #fff;
    /*width: 30px;*/
    /*height: 30px;*/
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    border-radius: 30px;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-item img {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-item .slider-content-cus {
    text-align: center;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-item .slider-content-cus h2 {
    font-size: 18px;
    color: #000;
}
.login-form-slider-user-main-cus .login-form-box-user-slider-cus .carousel-item .slider-content-cus p {
    margin: 0;
    line-height: 1.4;
}
.login-form-container{}
.login-form-container .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 30px;
}
label {
    display: inline-block;
    font-weight: 500;
    color: #333;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0px !important;
}
.login-form-container .form-control{
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 4px;
    height: 44px;
    box-shadow: none;
    font-size: 14px;
}
.login-form-container .form-control:focus{
    border: 1px solid #ed1c24;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding-left: 0.6rem;
     margin-bottom: 18px; 
    font-size: 12px;
    line-height: 1.42857143;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus{
    border: 1px solid #ed1c24;
    box-shadow: none;
}
textarea.form-control{
    height: auto;
}
.modal-login-form-btn-cus{
    padding: 10px 30px;
    background: #ed1c24;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    border: none;
    display: block;
    font-size: 16px;
    text-align: center;
    min-width: 100%;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.modal-login-form-btn-cus:hover{
    background: #ed1c24b5;
    color: #fff;
}
.forgot_password_btn{
    margin-bottom: 15px;
    display: block;
}
.register-btn-all-text{
    margin-top: 15px;
    display: block;
}
.login-form-slider-user-main-cus .register_form .terms-condition-registration-form {
    display: flex;
    gap: 5px;
    margin: 0px 0 10px;
    font-size: 12px;
}
.login-form-slider-user-main-cus .register_form .terms-condition-registration-form label {
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
}
.login-form-slider-user-main-cus .register_form #terms-condition-checkbox{
    margin: 1px 0 0;
}
#register_with_mail {
    display: none;
}
#forgot_password_box {
    display: none;
}
.my-account-container {
    position: initial;
    position: -webkit-sticky;
    top: 130px;
}
.v-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #fff;
    border: 1px solid #dbdee900;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.v-nav_list {
    padding: 3px 0;
}
.v-nav_list:not(:last-child) {
    border-bottom: none;
}
.v-nav_link {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 0px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    font-size: 12px;
    font-weight: 500;
}
.v-nav_link i {
    background-color: #dddddd00;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
    color: #6a6a6a;
}
.v-nav_link.active{
    border-left: 4px solid #ed1c24;
    font-weight: 600;
}
.form-box {
    border: solid 1px #ddd;
    border-radius: 4px;
    /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); */
    margin-bottom: 30px;
     background: #fff; 
    position: relative;
    height: 100%;
    min-height: 100vh;
}
.image-display img {
max-width: 80px;
max-height: 80px;
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
}
input[type="file"] {
    display: none;
}

.company-data-view-cus-single {
    /* box-shadow: 0 0 5px 1px #e7e7e7; */
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.followup-single-edit-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #084062;
    padding: 4px 8px;
    cursor: pointer
}
.followup-single-edit-btn i {
    color: #fff;
}
.company-data-view-cus-single .company-data-view {
    /* width: auto; */
    width: 30%;
    background-color: #fdf9f9;
    padding: 10px;
    border-radius: 4px;
}
.company-data-view-cus-single .company-data-view:last-child {
    width: 100%;
}
.company-data-view-cus-single .company-data-view:nth-last-child(2) {
    width: 100%;
}
.company-data-view-cus-single .company-data-view .heading {
    padding: 0;
    color: #212529;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 5px;
}
.company-data-view-cus-single .company-data-view .data {
    color: #333;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 28px;
}
.user-profile-name{
    margin-bottom: 0px;
}
.profile-view-img-name{
    background-color: #fdf9f9;
    width: 35%;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 8px;
}
.address-edit-delete-btn-cus{
    position: absolute;
    right: 15px;
}
.submit-btn-cus{
    color: #e31e24;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    min-width: 120px;
    text-transform: capitalize;
    padding: 8px 12px;
    background: rgb(255 177 0 / 0%);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border: 1px solid #e31e24;
    border-image: initial;
    transition: 0.3s ease-out;
}
.submit-btn-cus:hover{
    color: #fff;
    background: #e31e24;
}

.address_form-row-radios__xoDnm {
    display: flex;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 5px;
    margin-top: 5px;
    padding-left: 0;
}
fieldset {
    padding: 0;
    border: none;
    width: 100%;
    position: relative;
    text-align: left;
}
.address_form-row-radios__xoDnm .address_form-row-radio__1o3XG {
    grid-column-gap: 7px;
    -webkit-column-gap: 7px;
    column-gap: 7px;
    border: 1px solid #dbdee9;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    cursor: pointer;
}
.address_form-row-radios__xoDnm .address_form-row-radio__1o3XG label{
cursor: pointer;
font-size: 12px;
}
.address_form-row-radio__1o3XG.active {
    background: #fcefef;
}
.address_form-row-radios__xoDnm .address_form-row-radio__1o3XG input[type=radio] {
    margin-top: 0 !important;
    display: none;
}
.address_form-row-radios__xoDnm .address_form-row-radio__1o3XG.active label {
    color: #ed1c24;
}
#addressupdateModal .modal-header{
    border-bottom: none;
    padding: 16px 16px 0;
}
#profileupdateModal .modal-header{
    border-bottom: none;
    padding: 16px 16px 0;
}
.address-list .address-content{
    color:#333;
}
.address-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px 10px;
}
.address-header .new-address-title{}
.address-header .new-address-title .title{
font-size: 20px;
}
.address-header .add-new-address{}
.address-header .add-new-address a{
    font-size: 14px;
    border: 1px solid #1d95ff;
    padding: 6px 12px;
    border-radius: 4px;
    color: #1d95ff;
    cursor:pointer;
    transition: 0.3s ease-out;
}
.address-header .add-new-address a:hover{
    background-color: #1d95ff;
    color: #fff;
}
.default-address-btn{
    
}
.default-address-btn a{
font-size: 14px;
border: 1px solid #1d95ff;
padding: 6px 12px;
border-radius: 4px;
color: #1d95ff;
cursor: pointer;
display: inline-block;
transition: 0.3s ease-out;
margin-top: 20px;
}
.default-address-btn a:hover{
    background-color: #1d95ff;
    color: #fff;
}
.default-address-btn a.active{
background-color: #1d95ff;
color: #fff;
}
.quote-box {
border: solid 1px #ddd;
border-radius: 6px;
margin-bottom: 0px;
background: #fff;
/* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); */
padding: 16px;
/*height: 100%;*/
min-height: 73vh;
margin-bottom: 24px;
position: relative;
}
.quote-header {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    padding: 5px 15px;
}
.address-timeline {
    padding-left: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}
.address-timeline .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.address-icon {
    width: 30px;
    flex: 0 0 30px;
}
.address-from .address-icon svg {
    fill: #0A66C2;
}
.address-to .address-icon svg {
    fill: #00bbd0;
}
.address-icon svg {
    height: 25px;
}
.quote-body {
    padding: 24px;
}
.address-box .text-muted {
    display: flex;
    flex-direction: column;
}
.address-box .badge {
    width: fit-content;
}
.d-align-center {
    align-items: center;
    display: flex;
}
.quote-header{}
.quote-header .enq-num-cus{
    font-size: 14px;
    color: #333;
}
.quote-header .track-btn-cus{
    border: 1px solid #1d95ff;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #1d95ff;
    line-height: 1.2;
    transition: 0.3s ease-out;
}
.quote-header .track-btn-cus:hover{
    background-color: #1d95ff;
    color: #fff;
}
.icon-box-cus{
width: 70px;
}
.icon-box-cus img{}
.address-timeline .submit-btn-cus {
    color: rgb(51, 51, 51);
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    min-width: 75px;
    text-transform: capitalize;
    padding: 6px 12px;
    background: rgb(255, 177, 0);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: 0.3s ease-out;
}
.address-timeline .submit-btn-cus:hover {
    color: rgb(255, 255, 255);
    background: rgb(237, 28, 36);
}
.quote-body-box-cus{
    padding: 15px;
}
.quote-body-box-cus .title{}
.quote-body-box-cus .title h2{
    font-size: 18px;
    margin-bottom: 10px;
}
.enq-no-move-date-cus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.enq-no-move-date-cus .enq-no{
    font-size: 14px;
    margin-bottom: 0;
}
.enq-no-move-date-cus .enq-no span{
    margin-left: 5px;
    color: #333;
}
.enq-no-move-date-cus .move-date{
    font-size: 14px;
    margin-bottom: 0;
}
.enq-no-move-date-cus .move-date span{
    margin-left: 5px;
    color: #333;
} 
.order-history-details-from-to-address-cus{
    display: flex;    
    gap: 12px;
    margin-top: 0px;
}
.order-history-details-from-to-address-cus .address-from{
    width: 50%;
}
.order-history-details-from-to-address-cus .address-to{
    width: 50%;
}
.survey-date-quotationno-status-cus{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f4f7;
    padding: 15px 10px;
    border-radius: 4px;
    margin-top: 15px;
    gap: 12px;
}
.survey-date-quotationno-status-cus .survey-date{
    width: 33.3333333%;
}
.survey-date-quotationno-status-cus .survey-date h2{
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 5px;
    margin-bottom: 0;
}
.survey-date-quotationno-status-cus .survey-date span{
    color: #333;    
}
.survey-date-quotationno-status-cus .quotationno{
    width: 32%;
}
.survey-date-quotationno-status-cus .quotationno h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 5px;
    margin-bottom: 0;
}
.survey-date-quotationno-status-cus .quotationno span{
    color: #333;    
}
.survey-date-quotationno-status-cus .status{
    width: 32%;
}
.survey-date-quotationno-status-cus .status h2{
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 15px;
    gap: 5px;
    margin-bottom: 0;
}
.survey-date-quotationno-status-cus .status span{
    color: #0ac300;    
}
.survey-date-quotationno-status-cus .surveystatus{
    width: 32%;
}
.survey-date-quotationno-status-cus .surveystatus h2{
    display: flex;
    align-items: center; 
    font-size: 15px;
    gap: 5px;
    margin-bottom: 0;
}
.survey-date-quotationno-status-cus .surveystatus span{
    color: #0ac300;
}

.artical-list-main-cus{
    margin-top: 20px;
}
.artical-list-main-cus .title{}
.artical-list-main-cus .title h2{}
.artical-list-items-cus{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 0px;
}
.artical-list-items-cus .artical-items-single{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 32.3%;
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #e7e7e7;
    padding: 15px;
    border-radius: 4px;
    transition: transform 0.2s ease;
}
.artical-list-items-cus .artical-items-single:hover {
    transform: translateY(-4px);
}
.artical-list-items-cus .artical-items-single .icon{
    height: 50px;
    width: 50px;
    /*background-color: rgb(237 28 36 / 50%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.artical-list-items-cus .artical-items-single .icon i{
    font-size: 14px;
    color: #ed1c24;
}
.artical-list-items-cus .artical-items-single .icon img{
    height: 50px;
    border-radius: 100%;
    width: 50px;
}
.artical-list-items-cus .artical-items-single .artical-content{
    width: 75%;
}
.artical-list-items-cus .artical-items-single .artical-content h2{
    margin-bottom: 0;
    font-size: 14px;
}
.artical-list-items-cus .artical-items-single .artical-content span{
    color: #333;
    margin-left: 5px;
}
.footer-main {
    background-color: #ed1c24;
    padding: 5px 0;
}
.footer-main .footer-copyright-social-media .copy-right p {
    color: #fff;
    margin-bottom: 0;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-main .footer-copyright-social-media .copy-right i {
    font-size: 18px;
}
.footer-main .footer-bottom-links {
    text-align: end;
}
.footer-main .footer-bottom-links a {
    color: #fff;
    width: auto;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 0px;
    margin-right: 35px;
}
.footer-main .footer-bottom-links a:last-child {
    margin-right: 0px;
}
.faq-cus-main .accordion-item {
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: rgba(247, 247, 251, .5);
    margin-bottom: 15px;
    position: relative;
}
.faq-cus-main .accordion-header {
    margin-bottom: 0;
}
.faq-pg-cus-main .accordion-item {
    border-radius: 4px;
}
.faq-pg-cus-main .accordion-button-cus {
    position: relative;
    height: 50px;
    border-radius: 0px !important;
    background: #fff0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.faq-cus-main .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.faq-content {}
.faq-content p { }
.faq-cus-main .accordion-button-cus:after {
    background-image: url(../images/plus.png) !important;
    --bs-accordion-btn-icon-width: 0.9rem;
}
.accordion-button-cus:not(.collapsed)::after {
    background-image: url(../images/minus.png) !important;
}
.adtab-detail {
    position: relative;
    background: #f8f9fa00;
    /* border-bottom: 2px dotted #ddd; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.adtab-detail h2 {
    margin: 10px 0;
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 34px;
    font-weight: 500;
}
.filter-btn-add-new-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 5px 0 5px;
}
.filter-btn-add-new-btn .add_btn_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.add_btn {
    position: relative;
    background: none;
    color: #ef1c26;
    border: 1px solid #ef1c26;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    height: 38px;
    width: auto;
    min-width: 100px;
    overflow: hidden;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.add_btn_box .add_btn {
    margin-left: 5px;
}
.add_btn:hover {
    background: #ef1c26;
    color: #fff;
}
.consignment-page .top-sec {
    padding: 30px 0;
    text-align: center;
}
.consignment-page .top-sec h2 {
    font-size: 16px;
    line-height: 30px;
    color: #ed1d25;
    font-weight: 500;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.consignment-page .top-sec p{
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}
.consignment-page .top-sec .top-image {
    position: relative;
    margin-top: 35px;
    width: 100%;
}
.consignment-page .top-sec .top-image img {
    width: 100%;
    height: auto;
    display: block;
}
.consignment-page .top-sec .top-form {
    max-width: 460px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    top: 50%;
    right: 18px;
    left: auto;
    margin: 0 auto;
    padding: 50px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.consignment-page .top-sec .top-form h4 {
    font-size: 26px;
    line-height: 26px;
}
.consignment-page .top-sec .top-form p {
    margin: 25px 0;
    line-height: 1.2;
    font-size: 14px;
}
.consignment-page .top-sec .top-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.consignment-page .top-sec .top-form ul li input {
    background-color: transparent;
    width: 100%;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #212529;
    height: 55px;
    padding: 0 10px;
    border-radius: 4px;
    outline: 0;
    text-align: center;
}
.consignment-page .error {
    font-size: 13px;
    line-height: 16px;
    color: #ee1c25;
}
.consignment-page .top-sec .top-form ul li button {
    background: #ee1c25;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    height: 55px;
    text-shadow: none;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
}
.validation-error{
     font-size: 12px;
     margin-top: -5%;
}
.alert {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure it is on top of other content */
}

.spinner-border {
    border: 8px solid rgba(0, 0, 0, 0.1); /* Light grey background */
    border-radius: 50%;
    border-top: 8px solid #ed1c24FF; /* Blue border */
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
#loader {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark semi-transparent overlay */
    z-index: 9998; /* Just below the loader */
    backdrop-filter: blur(5px); /* Blur effect for background */
}
input[readonly] {
    background-color: #f0f0f0;  /* Light grey background */
    cursor: not-allowed;       /* Indicate it's not editable */
}

/* Optional: reinforce the styles on hover */
input[readonly]:hover {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

/* Optional: reinforce the styles on focus (click) */
input[readonly]:focus {
    background-color: #f0f0f0;
    cursor: not-allowed;
    outline: none; /* Optional: remove blue border */
}


.feedback-main-box-cus{
    padding: 30px;
}
.feedback-main-box-cus .title-desc-cus-feedback{
    border-radius: 4px;
    text-align: center;
    margin-bottom: 50px;
}
.feedback-main-box-cus .title-desc-cus-feedback h2{
    font-size: 18px;
}
.feedback-main-box-cus .title-desc-cus-feedback p{
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}
.feedback-main-box-cus .rateus-box-single-cus{
    margin-bottom: 12px;
}
.feedback-main-box-cus .rateus-box-single-cus .rate{
    display: flex;
    align-items: center;
}
.feedback-main-box-cus .rateus-box-single-cus .rate h3{
    width: 20%;
    font-size: 16px;
}
.feedback-main-box-cus .rateus-box-single-cus .rate ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    padding: 0;
    list-style: none;
    gap: 12px;
    margin-bottom: 0;
}
.feedback-main-box-cus .rateus-box-single-cus .rate li{
    width: 25%;
    background-color: #f3f4f7;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.feedback-main-box-cus .rateus-box-single-cus.radio-btn-titile-main{}
.feedback-main-box-cus .rateus-box-single-cus.radio-btn-titile-main li{
    background-color: #ff000000;
    height: 40px;
}
.feedback-main-box-cus .rateus-box-single-cus.radio-btn-titile-main .radio-label{
    font-size: 14px;
    font-weight: 600;
}
.feedback-main-box-cus .rate-us {
    /*padding-top: 25px;*/
    /*margin-top: 35px;*/
    /*border-top: 1px solid #d5d3d3;*/
}
.feedback-main-box-cus .rate-us .rate{
    margin-bottom: 30px;
}
.feedback-main-box-cus .rate-us h3 {
    background: #f3f4f7;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    padding: 15px 15px;
    border-radius: 4px;
    margin-bottom: 0;
}
.feedback-main-box-cus .rate-us ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedback-main-box-cus .rate-us ul li {
    width: 25%;
}
.feedback-main-box-cus .radio input[type=radio] {
    opacity: 0;
    display: none;
}
.feedback-main-box-cus input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
}
.feedback-main-box-cus .radio-label {
    color: #55555a;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.feedback-main-box-cus .radio-label:before {
    content: "";
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ee1c25;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.feedback-main-box-cus .radio input[type=radio]:checked+.radio-label:before {
    background-color: #ee1c25;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}
.feedback-main-box-cus form .qstn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.feedback-main-box-cus form .qstn li:first-child {
    width: 60%;
    text-align: left;
    color: #333;
}
.feedback-main-box-cus form .qstn li {
    margin-bottom: 20px;
    font-size: 14px;
    width: 15%;
    text-align: start;
}
.feedback-main-box-cus .captacha-sec {
    width: 100%;
    display: block;
    margin: 0;
}
.feedback-main-box-cus .captacha-sec .captcha_code {
    width: 100%;
    display: inline-block;
    position: relative;
}
.feedback-main-box-cus .captacha-sec .captcha_code input {
    background-color: transparent;
    width: calc(100% - 142px) !important;
    height: 44px;
    padding: 0.375rem 0.75rem;
    outline: 0;
    position: relative;
    z-index: 9;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 4px;
    text-transform: none !important;
}
.feedback-main-box-cus .captacha-sec .captcha_code span {
    overflow: hidden;
    padding: 0 5px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    width: 75px;
    right: 0px;
    top: 0;
    position: absolute;
    background: #000;
    display: inline-block;
}
.feedback-main-box-cus form .btn {
    background: #e31e24;
    color: #fff;
    text-transform: uppercase;
    width: 120px;
    height: 40px;
    padding: 0;
    text-shadow: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    outline: 0;
}
.captcha_code .btnRefresh {
    float: right;
    margin: 0 0 0 5px;
    border: none;
    background: #000 !important;
    display: none;
}
.section-header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
.section-header-top h4{
    color: #ed1c24;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
.section-header-top i{}
.kam-boxes-main-cus{
  padding: 0px;
  background-color: #f9f9f9;
}
.kam-boxes-main-cus .card{
    border-radius: 4px;
}
.kam-boxes-main-cus .title-data-single{
    margin-bottom: 16px;
}
.kam-boxes-main-cus .title-data-single h2{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.kam-boxes-main-cus .title-data-single span{
    color: #212529bf;
    font-weight: 400;
}
.address-card {
  transition: box-shadow 0.3s ease;
}
.kam-boxes-main-cus .address-card:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
}
.kam-boxes-main-cus .badge {
  font-size: 0.75rem;
}
.kam-boxes-main-cus a.btn i {
  font-size: 0.9rem;
}
.call-btn-mail-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call-btn-mail-btn .call-btn{
    font-size: 16px;
}
.call-btn-mail-btn .call-btn i{
        color: #fff;
        font-size:14px;
}
.call-btn-mail-btn .call-btn a{
        color: #fff;
} 
.call-btn-mail-btn .mail-btn{
    font-size: 16px;
}
.call-btn-mail-btn .mail-btn i{
        color: #fff;
}
.call-btn-mail-btn .mail-btn a{
        color: #fff;
}
.card-active{
    border: 2px solid #ed1c24;
}
.dashboard-table-custom.table-inner-custom {
    margin-bottom: 12px;
}
.table-inner-custom {
    margin-bottom: 0;
    box-shadow: 0px 0px 0px 1px #dbdde0;
    border-radius: 4px;
    overflow: hidden;
}
.table-custom tr th{
    background-color: #f7f7f7;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    border-bottom-color: #dbdde0 !important;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}
.table-custom tbody tr {
    border-bottom: 1px solid #e2e8f0;
}
.table-custom tr td {
    vertical-align: middle;
}
.table-custom span {
    font-size: 11px;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.2;
    transition: all 0.3s ease;
}
.action-table-btns-cus{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.title-desc-main-cus{
    margin-bottom: 30px;
}
.title-desc-main-cus h2{
    font-size: 30px;
    line-height: 30px;
    color: #ed1d25;
    font-weight: 700;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.title-desc-main-cus p{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin-bottom:0;
}
.video-boxes-main-cus{}
.video-boxes-main-cus .video-box-single-cus{
    border: 1px solid #ddd;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
}
.video-boxes-main-cus .video-box-single-cus iframe{}
.video-boxes-main-cus .video-box-single-cus .box-title-desc-cus{
padding: 15px;
}
.video-boxes-main-cus .video-box-single-cus .title{
    font-size: 18px;
    color: #000;
}
.video-boxes-main-cus .video-box-single-cus .desc{
    margin-bottom: 0;
    font-size: 14px;
}
.order-history-main-cus{}
.order-history-main-cus .card{
    margin-bottom: 24px;
}
.history-details-value-added-services-main-cus{
    margin-top:30px;
}
.history-details-value-added-services-main-cus .title{
    margin-bottom: 30px;
}
.history-details-value-added-services-main-cus .title h2{
    font-size: 20px;
    margin-bottom: 0px;
}
.value-added-services-cus{
    display: flex;
    align-items: center;
    gap: 12px;
}
.value-added-services-cus .title{
    margin: 0;
}
.value-added-services-cus .title h2{
    margin-bottom: 0;
    font-size: 16px;
}
.value-added-services-cus .title h2>span{
    display: block;
    margin-top: 5px;
}
.icon-checkbox-heading-cus{
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.icon-checkbox-heading-cus .icon-checkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.icon-checkbox-heading-cus .icon-checkbox .icon{}
.icon-checkbox-heading-cus .icon-checkbox .icon img{}
.icon-checkbox-heading-cus .icon-checkbox .checkbox-cus{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}
.icon-checkbox-heading-cus .icon-checkbox .checkbox-cus input{}
.icon-checkbox-heading-cus .heading{
    margin-top: 10px;
}
.icon-checkbox-heading-cus .heading h3{
    font-size: 14px;
    margin: 0;
}
.sidebar-menu-cus {
background: #fff;
border-radius: 10px;
padding: 1rem 0;
/*height: 100%;*/
min-height: 73vh;
} 
.v-nav_link:hover {
background: rgb(241 241 241 / 40%);
color: #ed1c24;
}
.v-nav_link:hover i{
color: #ed1c24;
}

.v-nav_link.active {
    background: rgb(241 241 241 / 40%);
    color: #ed1c24 !important;
    font-weight: 600;
}

.v-nav_link.active i {
color: #ed1c24 !important;
}

.v-nav_list i {
font-size: 16px;
}

.followup-next-followup-remark-single {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px 0px 10px 10px;
    border-radius: 4px;
    position: relative;
    width: 90%;
    float: right;
}
.followup-next-followup-remark-single .left-side-border-with-icon {
    position: absolute;
    left: -32px;
    top: 0;
    z-index: 2;
    color: #198754;
    border-radius: 30px;
    box-shadow: 0 0 1px 1px #198754;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
}
.followup-next-followup-remark-single:after {
    content: "";
    position: absolute;
    height: 140%;
    width: 1px;
    border-right: 2px solid #198754;
    top: 0;
    left: -20px;
}
.blink:after{
    border-right: 2px solid #6c757d;
}

.followup-next-followup-remark-single:last-child:after {
    height: 100%;
}
.tracking-details-status-map-main-cus{}
.tracking-details-status-map-main-cus .faq-content p {
    font-size: 14px;
    color: #ed1d25;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.tracking-details-status-map-main-cus .faq-content .date {
    color: #606060;
    font-weight: 500;
    font-size: 12px;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus.collapsed{
    border-bottom: 1px solid #ff000000;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus{
    border-bottom: 1px solid #cfcfcf;
    padding: 0 10px;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion{
    margin-bottom: 0;
    color: #8f8b8b;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 60%;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion p{
    margin-bottom: 0;
    color: #8f8b8b;
    font-size: 11px;
    display: inline-flex;
    align-items: start;
    flex-direction: column;
    gap: 2px;
    width: 80%;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion i{
    margin-right: 0px;
    color: #ed1c24;
    font-size: 16px;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.tracking-details-status-map-main-cus .faq-pg-cus-main .accordion-button-cus .title-accordion span{
    font-size: 14px;
    color: #000;
    margin-left: 0px;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus:after {
    background-image: url(../images/angle-small-down.png) !important; 
    --bs-accordion-btn-icon-width: 1.3rem;
}
.tracking-details-status-map-main-cus .accordion-button-cus:not(.collapsed)::after {
    background-image: url(../images/angle-small-up.png) !important;
    transform: none;
}
.tracking-details-status-map-main-cus .accordion-button:not(.collapsed){
    box-shadow: none;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn{
    text-align: end;
    width: 40%;
    margin-right: 12px;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn span.shipped{
    border: 1px solid green;
    color: green;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
}
.tracking-details-status-map-main-cus .faq-cus-main .accordion-button-cus .intransit-heading-btn span.intransit {
    border: 1px solid #009688;
    color: #009688;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
}
/* Layout Container */
 

/* Card Styling */
.address-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}
.address-card .card-body{
      padding: 0px;
}

/* Hover Effect */
.address-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  border-color: #ed1c24;
}

/* Card Title Info */
.title-data-single h2 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}

.title-data-single span {
  color: #007bff;
  font-weight: 600;
}

/* Button Container */
.call-btn-mail-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 15px;
}
h4.text-danger.mb-3 {
    font-size: 14px;
}
/* Common Button Styling */
.call-btn a, .mail-btn a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 8px 15px;
    background: linear-gradient(to right, #ed1c24, #ed1c24);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
}

.call-btn a:hover, .mail-btn a:hover {
  background: linear-gradient(to right, #ed1c24, #b51d2b);
}

.call-btn i, .mail-btn i {
  margin-right: 6px;
}
/*.nav-item.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/

.header-search-box-main-cus{
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #f3f3f6;
    border-radius: 30px;
    height: 56px;
    padding: 0 8px 0 0;
    border: 3px solid transparent;
    margin-left: 115px;
}
.header-search-box-main-cus:hover{
    border-color: rgb(227 30 36 / 20%);
    background-color: #fff;
}
.header-search-box-main-cus .search-box{}
.header-search-box-main-cus .search-box .form-control{
    margin-bottom: 0;
    width: 300px;
    max-width: 520px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    border: none;
    background-color: #ff000000;
    padding: 0 0 0 24px;
    font-size: 12px;
    color: #060318;
    font-weight: 400;
}
.header-search-box-main-cus .dropdown-btn-search-header{
margin-right: 5px;
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown{}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown:hover .dropdown-menu{
    display:block;
}
button:focus-visible {
outline: 0px solid #0d6efd00 !important;
outline-offset: 0px;
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown .btn{
    border: none;
    font-size: 12px;
    color: #333;
    padding: 17px 5px; 
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown .btn:after{
    display:none;
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown svg {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown:hover svg {
    transform: rotate(180deg);
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown .dropdown-menu{
    border: none;
    font-size: 14px;
    color: #333;
    padding: 17px 6px;
    box-shadow: 0 0 4px .2px #ddd;
    width: 200px;
    left: auto;
    right: -50px;
}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown .dropdown-menu li{}
.header-search-box-main-cus .dropdown-btn-search-header .dropdown .dropdown-menu li a{
    padding: 8px 16px;
}
.header-search-box-main-cus .search-btn{}
.header-search-box-main-cus .search-btn a{
    background-color: #e31e24;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.header-search-box-main-cus .search-btn i{}
.header-search-box-main-cus .search-box .list-group{}
.header-search-box-main-cus .search-box .list-group .list-group-item{
    padding: 0;
}
.header-search-box-main-cus .search-box .list-group .list-group-item a{
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 20px;
    display: block;
}
.header-search-box-main-cus .search-box .list-group .list-group-item a:hover{
    background: rgb(241 241 241 / 40%);
    color: #ed1c24;
}
.form-group{
        position: relative;
}

.error{
        color: rgb(128, 6, 6);
    position: absolute;
    bottom: -17px;
    font-size: 12px;
}
/*.nav-item .dropdown-menu {*/
/*    display: block;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: opacity 0.2s ease-in-out;*/
/*}*/
/*.nav-item.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 0; */
/*    transition: opacity 0.2s ease-in-out;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.nav-item.logoutdrop{
position: relative;
padding-left:5px;
}
.nav-item.logoutdrop:hover .dropdown-menu {
    background: transparent;
    border: none;
}
.nav-item.logoutdrop.dropdown .dropdown-menu {
    right: 0px;
    left: auto;
    border: 1px solid #ddd;
    padding: 0;
    overflow: hidden;
}
.logoutdrop .dropdown-menu li{
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px;
    padding: 0px;
}
.logoutdrop .dropdown-menu li:last-child{
    border-bottom: none;
}
.logoutdrop .dropdown-menu li a{
padding: 10px 12px;
font-size: 13px;
}

.trackng-input-box-cus{
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #f3f3f6;
    border-radius: 30px;
    height: 50px;
    padding: 0 8px 0 0;
    border: 3px solid transparent;
    margin-bottom: 24px;
}
.trackng-input-box-cus .form-control{
    margin-bottom: 0;
    border: none;
    background-color: #ff000000;
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown {
    position: relative;
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown:after{
    content: "";
    position: absolute;
    background-color: #ddd;
    height: 30px;
    width: 1px;
    left: -6px;
    bottom: 12px;
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown .btn {
    border: none;
    font-size: 14px;
    color: #333;
    padding: 17px 5px;
    position: relative;
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown:hover .dropdown-menu {
    display: block;
}

.trackng-input-box-cus .dropdown-btn-search-header .dropdown svg {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown:hover svg {
    transform: rotate(180deg);
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown .dropdown-menu {
    border: none;
    font-size: 14px;
    color: #333;
    padding: 17px 6px;
    box-shadow: 0 0 4px .2px #ddd;
    width: auto;
    right: 0;
}
.trackng-input-box-cus .dropdown-btn-search-header .dropdown .dropdown-menu li a {
    padding: 8px 12px;
    font-size: 13px;
}
.tracking-btn-cus{
    background-color: #ed1c24;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px; 
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.tracking-btn-cus:hover{
    background-color: #ff3b3bf0;
    color: #183153;
}
.sidebar-menu-cus .menu-arrow:before {
    content: "\f107";
}
.sidebar-menu-cus li a.active .menu-arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar-menu-cus > ul > li > a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    padding: 6px 5px 6px 6px;
    position: relative;
    color: #555;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu-cus > ul > li.menu-item-has-childrent a.active{
    background: rgb(241 241 241 / 40%);
    color: #ed1c24 !important;
    font-weight: 600;
}
.sidebar-menu-cus .menu-arrow {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    font-size: 12px;
    position: absolute;
    right: 24px;
    top: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.sidebar-menu-cus ul li .sidebar-menuicon {
    margin-right: 6px;
    background-color: #dddddd00;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px; 
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu-cus > ul > li .sub-menu{
    list-style-type: none;
    padding: 0 0 0 24px;
}
.sidebar-menu-cus > ul > li .sub-menu li a{
    padding: 4px 12px;
}
.sidebar-menu-cus > ul > li .sub-menu li:first-child a{
    padding: 10px 12px 4px;
}
.btn-danger{
background-color: #ed1c24 !important;
}
.text-danger{
color: #ed1c24 !important;
}
.bg-danger{
    background-color: #ed1c24 !important;
}
.weight-calculator-main-cus{}

.weight-colcultor-with-img-main-cus{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin-top: 50px;
}
.box-height-width-ex-cus{
    width: 20%;
}
.box-height-width-ex-cus img{
    width:100%;
    height:auto;
}
.inputbox-switch-btn-main-cus{
    width: 80%;
}
.inputbox-switch-btn-main-cus .switch-btn-cus{
    display: flex;
    text-align: center;
    justify-content: start;
}
.inputbox-switch-btn-main-cus .switch-btn-cus ul{
    display: inline-flex;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
    width: auto;
    align-items: center;
    justify-content: start;
    border-radius: 30px;
    overflow: hidden;
    gap: 24px;
}
.inputbox-switch-btn-main-cus .switch-btn-cus li{}
.inputbox-switch-btn-main-cus .switch-btn-cus li a{
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #555;
    border-radius: 30px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.inputbox-switch-btn-main-cus .switch-btn-cus li a.active{
    background-color: #e31e24;
    color: #fff;
} 
.inputbox-submit-button-calculate-main-cus{
    display: flex;
    align-items: flex-end;
    justify-content: start;
    gap: 24px;
    margin-top: 50px;
}
.inputbox-submit-button-calculate-main-cus .top-input-calculate{
    text-align: start;
    position: relative;
}
.inputbox-submit-button-calculate-main-cus .top-input-calculate .form-control{
    margin-bottom:0;
    height: 44px;
}
.inputbox-submit-button-calculate-main-cus .inch-cm-text-input{
    position: absolute;
    /*top: 19px;*/
    top: 24px;
    right: 1px;
    background-color: #edf2fa;
    height: 42px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border-radius: 0px 4px 4px 0px;
}
.inputbox-submit-button-calculate-main-cus .inch-cm-text-input p{
    margin-bottom:0;
}
.inputbox-submit-button-calculate-main-cus .inch-cm-text-input p.inch{
    display: none;
}
.inputbox-submit-button-calculate-main-cus .inch-cm-text-input p.cm{}
.inputbox-submit-button-calculate-main-cus .top-input-calculate-submit-btn{}
.inputbox-submit-button-calculate-main-cus .top-input-calculate-submit-btn .btn{
    background-color: #e31e24;
    color: #fff;
    font-size: 14px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 24px;
}
.volumetric-weight-calculator-body-cus{
    padding:24px;
}

.weight-output-box-cus{
    background-color: #edf2fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px;
    margin-top: 50px;
    border-radius: 4px;
}
.weight-output-box-cus .your-volumetric-weight-cus{
    text-align: start;
}
.weight-output-box-cus .your-volumetric-weight-cus h2{
    font-size: 24px;
    font-weight: 300;
}
.weight-output-box-cus .your-volumetric-weight-cus h3{
    margin-bottom: 0;
}
.weight-output-box-cus .your-chargeable-weight-cus{
    text-align: start;
}
.weight-output-box-cus .your-chargeable-weight-cus h2{
    font-size: 24px;
    font-weight: 300;
}
.weight-output-box-cus .your-chargeable-weight-cus h3{
    margin-bottom: 0;
}
.pincode-box-cus{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 50px;
}
.pincode-box-cus .input-box-pincode-cus{
    width: 50%;
}
.pincode-box-cus .input-box-pincode-cus .form-control{
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
}
.pincode-box-cus .input-box-pincode-cus .form-floating > label{
    padding-left: 0;
}
.pincode-box-cus .pincode-submit-btn-cus{
    width: 26%;
}
.pincode-box-cus .pincode-submit-btn-cus .btn{
    background-color: #e31e24;
    color: #fff;
    font-size: 14px;
    /*height: 50px;*/
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 24px;
}
.office-address-box-cus{}
.office-address-box-cus:first-child{
    margin-bottom: 50px;
}
.office-address-box-cus .office-heading{
    font-size: 16px;
    font-weight: 500;
}
.office-address-box-cus .company-type{
    font-size: 14px;
}
.office-address-box-cus .office-address{}
.office-address-box-cus .office-phone{
    margin-bottom: 12px;
    color: #e31e24;
}
.office-address-box-cus .office-phone i{
    margin-right: 6px;
}
.office-address-box-cus .office-phone span{}
.office-address-box-cus .office-mail{
    color: #e31e24;
}
.office-address-box-cus .office-mail i{
    margin-right: 6px;
}
.office-address-box-cus .office-mail span{}

.find-branch-main-cus{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}
.find-branch-main-cus .find-branch-single-cus{
    background-color: #edf2fa;
    padding: 15px;
    border-radius: 4px;
    width: 48%;
}
.find-branch-main-cus .find-branch-single-cus .area-title-name-cus{
    margin-bottom: 24px;
}
.find-branch-main-cus .find-branch-single-cus .area-title-name-cus p{
    margin-bottom: 6px;
    color: #e31e24;
}
.find-branch-main-cus .find-branch-single-cus .area-title-name-cus h2{
    font-size: 20px;
    font-weight: 400;
}
.find-branch-main-cus .find-branch-single-cus .warehouse-title-adress-cus{}
.find-branch-main-cus .find-branch-single-cus .warehouse-title-adress-cus p{
    color: #e31e24;
    margin-bottom: 6px;
}
.find-branch-main-cus .find-branch-single-cus .warehouse-title-adress-cus h3{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.4;
}
.find-branch-main-cus .find-branch-single-cus .warehouse-title-adress-cus h4{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.spport-img-branch-locator{
    margin-top: 50px;
}
.spport-img-branch-locator img{
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.delivery-available-this-pincode-text{
    position: absolute;
    bottom: -46px;
    color: green;
}
.delivery-available-this-pincode-text i{
margin-right: 4px;
}
.delivery-available-this-pincode-text span{}
.submit-btn-cus{}
.complaint-form-main-cus{
    width: 80%;
    margin: 0 auto;
}
.pickup-available-this-pincode-text{
    position: absolute;
    bottom: -46px;
    color: green;
}
.pickup-available-this-pincode-text i{
margin-right: 4px;
}
.pickup-available-this-pincode-text span{}
.submit-btn-cus{}
.complaint-form-main-cus{
    width: 80%;
    margin: 0 auto;
}
.feedback-form-main-cus{
     width: 90%;
    margin: 0 auto;
}
.complaint-box-cus{}
.complaint-box-cus img{
width: 80px;
height:auto;
margin-bottom: 15px;
}
.complaint-box-cus h2{
font-size: 16px;
}
.complaint-box-cus p{}
.get-estimate-form-cus{
    margin-top: 24px;
}
.get-estimate-form-cus.pincode-box-cus .input-box-pincode-cus {
    width: 27%;
}
.get-estimate-form-cus.pincode-box-cus .pincode-submit-btn-cus {
    width: 19%;
}
.estimate-form-title-cus{
    margin-top: 50px;
}
.estimate-form-title-cus h2{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.estimate-calculate-total-cus{
    border: 1px solid #ddd;
    margin-top: 100px;
    padding: 24px;
    border-radius: 4px;
    width: 40%;
}
.estimate-calculate-total-cus .by-road-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    position: relative;
}
.estimate-calculate-total-cus .by-road-icon:after{
    content: "";
    position: absolute;
    border-bottom: 1px dashed #afafaf;
    bottom: 0;
    right: 0;
    width: 82%;
}
.estimate-calculate-total-cus .by-road-icon span{
    background-color: #ffffff;
    z-index: 999;
}
.estimate-calculate-total-cus .by-road-icon i{
    font-size: 18px;
    color: #dc3545;
}
.estimate-calculate-total-cus .large-title{
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
}
.estimate-calculate-total-cus .desc{
    font-size: 18px;
    font-weight: 300;
}
.estimate-calculate-total-cus .transit-time-date{
    display: flex;
    gap: 48px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 24px 0;
    margin-bottom: 24px;
}
.estimate-calculate-total-cus .transit-time-date .transit-time{
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.estimate-calculate-total-cus .transit-time-date .transit-time .transit-heading{
    color: #585858;
}
.estimate-calculate-total-cus .transit-time-date .transit-time .transit-data{
    font-size: 24px;
    font-weight: 300;
}
.estimate-calculate-total-cus .transit-time-date .transit-price{
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.estimate-calculate-total-cus .transit-time-date .transit-price .transit-heading{
    color: #585858;
}
.estimate-calculate-total-cus .transit-time-date .transit-price .transit-data{
    font-size: 24px;
    font-weight: 300;
}
.estimate-calculate-total-cus .submit-btn-cus{}
.estimate-calculate-total-cus .submit-btn-cus a{}
.estimate-note-box-cus{
margin-top: 50px;
}
.estimate-note-box-cus h2{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
.estimate-note-box-cus p{}
.paddingrightleft{
  padding: 0 6px;  
}

.btn-link-default {
    background: rgba(10, 118, 250, 0.9) none repeat scroll 0 0;
    border: 1px solid #ed1c24;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.btn-link-default:hover {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
    box-shadow: none;
}

.filter-main-box-cus{}
.filter-main-box-cus .btn-link-default {
    background: #f2812800 none repeat scroll 0 0;
    font-size: 13px;
    color: #ed1c24;
    font-weight: 500;
    height: 38px;
    line-height: 32px;
    padding: 0px 6px;
    border-radius: 4px;
    text-transform: capitalize;
    min-width: 35px;
    text-align: center;
    border: 1px solid #ed1c24;
    margin-bottom: 12px;
}
.filter-main-box-cus .btn-link-default:hover {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
    box-shadow: none;
}
.filter-main-box-cus .form-control{
    margin-bottom: 12px;
}
.btn_box .add_btn {
    margin-left: 6px;
}
.btn_box .add_btn:first-child {
    margin-left: 0px;
}
.table tr>td .dropdown {
    position: static;
}
.action.dropdown {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action .dropdown-toggle {
    background: none;
    color: #102a83;
    border: none;
    display: inline-block;
    font-size: 12px;
}
.dropdown-menu {
    float: none;
    border: 1px solid #ddd;
    z-index: 9999 !important;
}
.action .dropdown-menu {
    text-align: left;
    right: 0;
    right: auto;
    padding: 0;
    overflow: hidden;
}
.action .dropdown-menu > li > a {
    cursor: pointer;
    padding: 12px 12px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
    display: flex;
    align-items: baseline;
    line-height: 1.2;
    color: #333;
}
.action .dropdown-menu > li:last-child a{
    border-bottom: none;
}
.action .dropdown-menu > li > a i {
    font-size: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 0;
    background: #fff0;
    color: #333;
    border-radius: 4px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action .dropdown-menu > li > a:hover {
    background: #f0f1f4;
}
.header-profile-icon{
    width: 42px; 
    height: 42px; 
    border-radius: 50%; 
    background:#ed1c24; 
    color:#fff; 
    font-weight:bold; 
    font-size:16px;
}

   .ui-autocomplete {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f9f9f9;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 0;
    margin: 0;
    z-index: 9999;
}
.ui-autocomplete li {
    width: 100%;
    display: block;
    border-bottom: solid 1px rgba(0,0,0,.1);
    font-size: 11px;
    line-height: 18px;
    color: #333;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}
.ui-autocomplete li:last-child {border-bottom:none;}
.ui-autocomplete li .ui-menu-item-wrapper{padding: 10px 10px 10px 28px;}
.ui-autocomplete li .ui-menu-item-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/pin1.png) no-repeat center;
    background-size: 15px;
    z-index: 111;
}

    
    
    /* Autocomplete container styling */
#autocomplete-results {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Individual autocomplete item styling */
.autocomplete-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease-in-out;
}

/* Last item border removal */
.autocomplete-item:last-child {
    border-bottom: none;
}

/* Hover effect on autocomplete items */
.autocomplete-item:hover {
    background: #f4f4f4;
}

/* Selected autocomplete item effect */
.autocomplete-item.active {
    background: #007bff;
    color: #fff;
}
#autocomplete-results_to {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Individual autocomplete item styling */
.autocomplete-item_to {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease-in-out;
}

/* Last item border removal */
.autocomplete-item_to:last-child {
    border-bottom: none;
}

/* Hover effect on autocomplete items */
.autocomplete-item_to:hover {
    background: #f4f4f4;
}

/* Selected autocomplete item effect */
.autocomplete-item_to.active {
    background: #007bff;
    color: #fff;
}
#autocomplete-results_to {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Individual autocomplete item styling */
.autocomplete-item_to {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease-in-out;
}

/* Last item border removal */
.autocomplete-item_to:last-child {
    border-bottom: none;
}

/* Hover effect on autocomplete items */
.autocomplete-item_to:hover {
    background: #f4f4f4;
}

/* Selected autocomplete item effect */
.autocomplete-item_to.active {
    background: #007bff;
    color: #fff;
}

.ui-widget.ui-widget-content{
    z-index: 99999;
}
.ui-autocomplete li .ui-menu-item-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/pin1.png) no-repeat center;
    background-size: 15px;
    z-index: 111;
}
.datepicker {
z-index: 9999 !important;  
}    
.calendar-icon-cus{
    position: absolute;
    right: 16px;
    top: 7px;
    font-size: 16px;
    color: #525252;
}
.calendar-icon-cus i{}
.feedack_error{
    position: absolute;
    bottom: -18px;
    font-size: 12px;
}
.fee_cno_error{
    position: absolute;
    bottom: -18px;
    font-size: 12px;
}
.textbox-error-msg{
    position: absolute;
    bottom: 0px;
    font-size: 12px;
}   
/* Make dropdown items smaller */
#add-messages-al .dropdown-item.small {
    font-size: 0.85rem;  
    padding: 0.25rem 0.5rem; 
}

/* Make badge smaller */
#add-messages-al .badge.small {
    font-size: 0.65rem;
    padding: 0.15em 0.3em;
}


.dropdown-menu.cstm {
  border-radius: 12px;
  font-size: 14px;
}

.dropdown-header {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.dropdown-item {
  font-size: 12px;
  transition: all 0.2s;
}

.dropdown-item:hover {
  background-color: #f1f5f9;
  color: #000;
}


#notification-item-all li {
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s;
}

#notification-item-all li:hover {
  background-color: #f1f5f9;
  color: #000;
  cursor: pointer;
}

.notification-item {
  cursor: pointer;
  transition: background 0.2s;
}
.notification-item:hover {
  background: #f8f9fa;
}
.view-all a {
  text-decoration: none;
}

.loader-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.9);
display: none; /* Hide by default */
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.3s ease;
}

/* Loader container */
.loader {
flex-direction: column;
align-items: center;
gap: 12px;
}

/* Three bouncing circles */
.loader .circle {
width: 15px;
height: 15px;
background: linear-gradient(135deg, #ff4d4d, #ff9900);
border-radius: 50%;
display: inline-block;
animation: bounce 0.6s infinite alternate;
}

.loader .circle:nth-child(2) {
animation-delay: 0.2s;
}
.loader .circle:nth-child(3) {
animation-delay: 0.4s;
}

/* Loading text */
.loader span {
font-size: 1rem;
font-weight: bold;
color: #444;
letter-spacing: 1px;
animation: pulse 1.5s infinite;
}

/* Animations */
@keyframes bounce {
from { transform: translateY(0); }
to { transform: translateY(-15px); }
}

@keyframes pulse {
0%, 100% { opacity: 0.5; }
50% { opacity: 1; }
}

.table-header {
background: linear-gradient(90deg, #007bff, #00bcd4);
color: #fff;
font-weight: 600;
text-align: center;
}
.table-header th {
padding: 9px 8px;
font-size: 13px;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.table-header th:last-child {
border-right: none;
}
.table tbody tr:hover {
background-color: #f1f8ff;
transition: 0.3s ease;
}
.badge {
font-size: 11px;
padding: 5px 8px;
}
.dropdown-menu {
min-width: 150px;
}

.PickupDetailsBoxCus{
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.PickupDetailsBoxCus .title-main-cus {
    margin-bottom: 16px;
}

.title-main-cus{}
.title-main-cus h2{
    color: #ed1c24;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.DeliveryDetailsBoxCus{
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.DeliveryDetailsBoxCus .title-main-cus {
    margin-bottom: 16px;
}
.ExpectedPickupDateDetailsBoxCus{
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.ExpectedPickupDateDetailsBoxCus .title-main-cus {
    margin-bottom: 16px;
}
.ProductDetailsBoxCus{
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.ProductDetailsBoxCus .title-main-cus {
    margin-bottom: 16px;
}
.FreightModetDetailsBoxCus{
    margin-bottom: 24px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 6px;
}
.FreightModetDetailsBoxCus .title-main-cus {
    margin-bottom: 16px;
}
.FreightModetDetailsBoxCus label{
    width: auto;
    margin-bottom: -3px !important;
}
.submit-btn-cus{}
.status-BookingRequest {
    background-color: rgb(0 150 136 / 10%);
    color: rgb(0 150 136 / 100%) !important;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline !important;
}
.status-pending{
    background-color: rgb(255 152 0 / 10%);
    color: #FF9800 !important;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline !important;
}
.status-intransit{
    background-color: rgb(63 81 181 / 10%);
    color: #3F51B5 !important;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline !important;
}
.status-delivery{
    background-color: rgb(0 150 136 / 10%);
    color: #009688 !important;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline !important;
}
.chat-message-box-main-cus{
    height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    border-radius: 6px;
}

.chat-message-question-input-main-cus{
    position: absolute;
    width: 95.6%;
    bottom: 15px;
    left: 15px;
}
.chat-message-question-input-main-cus .inputbox-submint-cus{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.chat-message-question-input-main-cus .inputbox-submint-cus .submint-btn-cus{
    background-color: #e31e24;
    color: #fff;
    height: 38px;
    width: 80px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
#chatMessage.form-control{
    border-radius: 30px;
    padding: 0 16px;
}
.chat-room-main-cus{
    border: 1px solid #ddd;
    min-height: 73vh;
    margin-bottom: 24px;
    border-radius: 6px;
    background-color: #fff;
    padding-top: 15px;
}
.chat-room-main-cus .section-header-top{
    padding-left: 15px;
}
.chat-room-main-cus .list-group{}
.chat-room-main-cus .list-group .list-group-item{}
.chat-room-main-cus .list-group .list-group-item i{}
.chat-room-main-cus .list-group-item.list-group-item-action.active{
    background-color: #e31e24;
    border-color: #e31e24;
}
.chat-room-main-cus #chatUserList.list-group {
    height: 43vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.submit-btn-add-group-cus{
    background-color: #e31e24;
    color: #fff;
    height: 38px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.submit-btn-add-group-cus:hover{
    background-color: #e31e24;
    color: #fff;
}
.submit-btn-add-group-cus i{
    font-size: 14px;
    margin-right: 6px;
}
.modal-main-cus .modal-header {
    padding: 1rem 1rem;
}
.modal-main-cus .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.modal-main-cus .modal-header .btn-close {
    background-size: 12px;
}
.modal-main-cus .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.modal-main-cus .modal-footer {
    padding: .5rem 1rem;
}
.cancel-btn-cus {
    border: 1px solid #ddd;
    font-size: 13px;
    height: 38px;
}
.cancel-btn-cus:hover {
    color: #fff;
    border: 1px solid #ed1c24;
    background-color: #ed1c24;
}
.tracking-box-main-cus{}
.tracking-box-main-cus .tracking-content{}
.tracking-box-main-cus .tracking-content h4{}
.tracking-box-main-cus .tracking-content p{}

.chat-bg-main-cus{ 
    /*background: linear-gradient(rgb(0 0 0 / 40%)), url(../images/chat-bg-image.png) center center no-repeat;*/
    background: linear-gradient(rgb(0 0 0 / 5%)), url(../images/chat-bg-image.png) center center no-repeat;
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.book-now-error-message{
    position: absolute;
    left: 12px;
    bottom: -2px;
    width: 100%;
}

h4.fw-semibold.text-start.mb-2 {
    font-size: 16px;
}

.activeClass {
    background-color: rgb(0 150 136 / 10%)!important;
    color: rgb(0 150 136)!important;   /* Green text */
    padding: 6px 12px!important;
    border-radius: 30px;
    font-weight: 500;
}

.inactiveClass {
    background-color: rgb(244 67 54 / 10%)!important; /* Light red background */
    color: rgb(244 67 54)!important;                 /* Red text */
    padding: 6px 12px!important;
    border-radius: 30px;
    font-weight: 500;
}

.roletype 
{
    background-color: #007bff2b;
    color: #009cffd1 !important;
    padding: 6px 12px!important;
    border-radius: 30px;
    font-weight: 500;
}



















