:root {
    --circle-size: 1vw;
    /* Default size */
}

#kendoChat {
    max-width: unset !important;
}
#order-item-data .k-input-spinner.k-spin-button{
    display: none;
}

#order-item-data .nav-tabs .nav-item {
    padding-left: 50px !important;
    font-weight: 450 !important;
    color: #718599 !important;
}

.swal2-popup .swal-cancel-button-custom {
                       
    border-color: #979797 !important;
    background-color: #979797 !important;
   
}
#swal-custom-id{
    border-color: #979797 !important;
    background-color: #979797 !important;
    width: 160px !important;

}

.swal-custom-modal-orderedit{
    padding-bottom: 40px !important;
    padding-top: 35px !important;
    width: 40% !important;
}

/* For widths between 800px and 899px (80% - just before 90%) */
@media (min-width: 1600px) and (max-width: 1700px) {
    .swal-custom-modal-orderedit {
        width: 42% !important;
    }
  }
  
  /* For widths between 900px and 999px (90% - just before 100%) */
  @media (min-width: 1400px) and (max-width: 1600px) {
    .swal-custom-modal-orderedit {
        width: 50% !important;
    }
  }
  
  /* For widths 1000px and above (100%) */
  @media (min-width: 1280px) and (max-width: 1400px) {
    .swal-custom-modal-orderedit {
        width: 60% !important;
    }
  }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .swal-custom-modal-orderedit {
        width: 67% !important;
    }
  }
  

/* padding-bottom: 45px;
    padding-top: 35px;
    width: 35%; */
#order-item-data .nav-link:hover, .nav-tabs.primary-tabs .nav-item.show .nav-link {
    color: #718599 !important;
}
.status-confirmed-ordermodal {
    background-color: #03a6e6 !important;
    border: 1px solid #03a6e6 !important;
    color: #fff !important;}
.milestone-edit-overlay {
    position: absolute;
    width: 100%;
    background: #44464563;
    z-index: 9999;
    height: 100%;
    position: fixed;
}
#order-item-data .nav-tabs.primary-tabs .nav-item .nav-link.active {
    border-bottom: solid 3px #004d9a !important
}

#order-item-data.sidebar-right {
    z-index: 1005 !important;
}

.title-chat {

    text-align: center;
    font-size: larger;
    color: rgb(111, 109, 109);
    /* padding-top: 20px; */
    background-color: #edf4fe;
}
#client-visibility-order{
    position: fixed;
    bottom: 0;
    width: 37%;
    margin-left: -1px;
}

.circle-order-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    border-radius: 50%;
    width: 40%;
    /* height: var(--circle-size); */
    background-color: red;
    color: white;
    font-size: calc(var(--circle-size) / 1.5);
    /* font-size: 13px; */
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
}

.circle-order-modal[data-value] {
    --circle-size: calc(100px + (10px * attr(data-value length)));
}

#order-item-data {
    /* right: -60% !important; */
    width: 68% !important;
    overflow-y: scroll !important;
    overflow-x: auto !important;
}

.line-style {
    width: 100%;
    height: 1px;
    background-color: #b2bad4ff;
    margin: 12px 0;
    /* Adds space around the line */
}

.line-style-input {
    width: 100%;
    /* height: 1px; */
    /* background-color: #b2bad4ff; */
    margin: 17px 0;
    /* Adds space around the line */
}


.editable-input.form-control{
    border-color: #b9b8b8;
}

#order-item-data .k-header-column-menu {
    display: none;
}


#tracking-modal-order #accordion .card .card-body {
    background: #f9f9f9;
    /* border: 1px solid #ebebeb; */
    border-top: none;
    padding: 30px;
}

#tracking-modal-order #accordion .info-emission-table {
    margin-top: 15px !important;
}

@media (max-width: 1300px) {

    #tracking-modal-order .branch-track .word {
        font-size: 12px !important;
    }

    #tracking-modal-order .branch-track .date {
        font-size: 12px !important;
    }

    #accordion .card .card-header button.btn.btn-link h5 {
        font-size: 12px !important;
    }

    #accordion .card-header button .route {
        font-size: 9px !important;
    }

}

#tracking-modal-order ul li.tracking-circle.custom-background:before {
    content: '';
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 0px;
}

#tracking-modal-order ul li.tracking-circle.red_mile:before{
    background-image: url(./red_cross.svg) !important;
    background-size: contain !important;
    background-color: white !important;
    border: unset !important;
    width: 22px !important;
    height: 22px !important;
    left: -11px !important;
}
#tracking-modal-order ul li.tracking-circle.gray_mile:before{
    background-image: url(./grey_cross.svg) !important;
    background-size: contain !important;
    background-color: white !important;
    border: unset !important;
    width: 22px !important;
    height: 22px !important;
    left: -11px !important;
}
#tracking-modal-order ul li.tracking-circle:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #004d9a;
    border: 1px solid #004d9a;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 0px;
    background-image: url('./red_cross.svg');
}

#tracking-modal-order ul li.tracking-circle {
    padding-bottom: 2rem;
    border-left: 1px solid #004d9a;
    position: relative;
    padding-left: 33px;
    margin-left: 10px;
}
#order-item-data .lastmile-popup {
    padding:30px !important;
}

select#order-amend-reason {
    border:1px solid  rgb(111, 109, 109);
    color: rgb(111, 109, 109);
}

#confirmDropdownMilestone,#confirmCheckboxMilestone {color: white;
    background-color: #004d9a !important;}
#tracking-modal-order ul li.tracking-circle:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #004d9a;
    border: 1px solid #004d9a;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 0px;
}

#tracking-modal-order #accordion .card .card-header button.btn.btn-link.collapsed::after{
    background-image: url("../../assets/img/plusgreyblue.svg");
    
}

#tracking-modal-order #accordion .card .card-header button.btn.btn-link:after {
    background-image: url("../../assets/img/minusgreyblue.svg");
}
/* #tracking-modal-order #accordion .completed-shipment  .card-header button.btn.btn-link.collapsed::after{
    background-image: url("../../assets/img/plus-whiteblue.svg");
    
} */

#tracking-modal-order ul li.tracking-sub-circle {
    padding-bottom: 2rem;
    border-left: 1px solid #004d9a;
    position: relative;
    padding-left: 33px;
    margin-left: 10px;
}
#tracking-modal-order #accordion .card .card-header button.btn.btn-link:after, #accordion .completed-shipment .card-header button.btn.btn-link:after {
    left: 1px !important;
}
#tracking-modal-order #accordion .card .card-header button.btn.btn-link h5:first-child {
    margin-left: 0px;
}

#tracking-modal-order ul li.tracking-sub-circle #accordion .card:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #a0a0a0;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    position: absolute;
    left: -37px;
    top: 18px;
    z-index: 99;
}

#tracking-modal-order ul li.tracking-sub-circle #accordion .card-header:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #a0a0a0;
    /* border: 1px solid #004d9a; */
    /* border-radius: 50%; */
    position: absolute;
    left: -30px;
    top: 22px;
}

#tracking-modal-order .branch-track {
    color: #a0a0a0;
}
#confirmExceptionButton:hover{
    color:white !important
}

#tracking-modal-order ul li.tracking-circle.custom-background:before {
    content: '';
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #004d9a;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 0px;
}
.hideAllTagonmilefirstLeg * {
    display: none;
}

#order-item-data #accordion .card ,#order-item-data #accordion .card .card-body {background-color: white !important};

#tracking-modal-order ul li.tracking-sub-circle #accordion .card.custom-background:before {
    content: '';
    width: 9px;
    height: 9px;
    background: white;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 18px;
    z-index: 99;
}

#tracking-modal-order #accordion .card:before{
    content: '' !important;
    width: 17px  !important;
    height: 17px  !important;
    background: white  !important;
    border: 1px solid #004d9a  !important;
    border-radius: 50%  !important;
    position: absolute  !important;
    /* left: px  !important; */
    top: 15px  !important;
    left:-42px !important

}

#tracking-modal-order ul li.tracking-sub-circle #accordion .card.wavegif:before {
    content: '';
    width: 22px;
    height: 22px;
    background: #ffffff00;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: -45px;
    top: 11px;
    z-index: 99;
    background-size: cover;
    background-image: url('../../../../img/icons/greenwave.gif')
}

#tracking-modal-order ul li.tracking-sub-circle #accordion .card-header.line:before {
    content: '';
    width: 30px;
    height: 1px;
    background: transparent ;
    /* border: 1px solid #004d9a; */
    /* border-radius: 50%; */
    position: absolute;
    left: -30px;
    top: 22px;
}
#tracking-modal-order ul li.tracking-sub-circle #accordion .card-header{border-bottom: transparent !important;}
#tracking-modal-order #accordion .card .card-header button.btn.btn-link{
    justify-content:unset !important

}
.milestone-edit-overlay .show-calendar.daterangepicker{
    top:145px !important;
    left:204px !important
}
.error-message-box {
    color: red;
    font-size: 12px;
    display: none; /* Initially hidden */
    margin-top: 5px;
}
#tracking-modal-order .accordion-title-tracking span{
    margin-right: 10px !important;
    margin-right: 10px !important;
    color: #a0a0a0;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'Roboto';
}

#tracking-modal-order ul li.tracking-sub-circle:last-child::before {
    content: "";
    border-left: 1px dotted #004d9a;
    position: absolute;
    left: 0;
    top: 1px;
    height: calc((100% / 2) - 15px);
}

.notificationCount img {
    width: 50%;
    margin-top: 10px;
    /* background-image: url("../orderlistmodal/chaticon-modal.svg"); */
}

.ordermodal-nav ul li {
    margin-left: 50px;
}

.left-avatar-string-removedText {
    left: 0.3vw !important;
    position: absolute !important;
}


.eventBox {
    color: #6f6d6d;
    background: #edf4fe;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

#order-amend-reason option:active, option:checked { background: unset !important; color: inherit !important;}

.datefieldDes {font-weight: 600;}
.searchBox input {
    
    border: 2px solid #80808026;
    color: #808080 !important;
  padding-left: 10px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    height: 40px;

}

.k-message-list-content,
.k-message-list {
    background-color: #edf4fe
}

.k-message-box {
    background-color: #fbf9f9
}

.k-message-list-content {
    padding-right: 70px !important;
    padding-left: 70px !important;
}
.k-message-group
{
    margin-right: 25px !important;
    margin-top: 20px;
    width: 100%;
}
.k-bubble{
    border-radius: 5px !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
}
.k-message-box{
    padding: 30px 5px 0px;
    margin-left: -2px;
    position: fixed;
    bottom: 30px;
    width: 37%;
}
.k-message {
    width: 100%;
}

.k-bubble {
    min-height: 40px;
    border-radius: 5px;
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0 !important;
}

.k-bubble:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 0;
    left: -16px;
    top: 10%;
    border-width: 8px 4px 8px 12px;
    border-color: transparent transparent transparent #a0a0a0;
    left: auto;
    right: -16px;
}
img[alt="John Doe _001"] {
    display: none;
  }



.k-chat .k-message-group.k-alt>.k-avatar {
    right: -10px !important;
    bottom: 25px !important;
}

.k-message-box.k-textbox.k-input,
.title-chat {
    background-color: #f3f5f7;
    text-align: end;
}

.k-message-box .k-input-inner {
    border: 1px solid #a8a8a8;
    border-radius: 7px;
}

.k-input-suffix {
    display: none;
}

#kendoChat .k-input-inner {
    border: 2px solid #80808066 !important;
    border-radius: 5px;
}

.k-input-inner::placeholder {
    color: #80808066 !important;
   
}


#sidebar-activitylog section .row .col-7>.title-chat:first-child {
    padding-top: 15px;
    background-color: #edf4fe !important;
    text-align: left;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;

}
#sidebar-documentation .doc-outer ,#sidebar-documentation .doc-outer-border.orange-border {height:15vh !important};
#sidebar-documentation .doc-img , #sidebar-documentation .orng-bttn ,#sidebar-documentation .down-bttn  {height:15vh !important};

#order-item-data .sidebar-content #sidebar-tabs .nav-link {font-size: large !important;}

#text-avatar {
    position: relative !important;
    margin-right: 10px !important;
}
#order-item-data .down-bttn {
  cursor: pointer;
}

#order-tab-content{
    overflow: unset !important;
}


/* chatbox css */
.message-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.profile-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #343a40; /* dark circle */
}
#select2-item-dropdown-listing-container{
    font-size: 14px;
    text-align: left !important;
        padding: 0px 20px !important;
}
.message-bubble {
    flex-grow: 1;
    margin-left: 10px;
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
    position: relative;
}
.dark-bubble {
    background-color: #343a40; /* dark message */
}
.light-bubble {
    background-color: #6c757d; /* light message */
}
.message-bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}
.k-bubble-receive{
    text-align: left !important;
    background: black !important;
    /* height: 160px !important; */
    border-radius: 5px;

    padding: 20px;
}
.k-bubble-receive p {
    margin-bottom: unset !important;
    color: white;

}
.k-bubble-receive:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
    left: -16px;
    top: 10%;
    border-width: 8px 12px 8px 4px;
    border-color: transparent black transparent transparent;
    right: auto;
}
.block-icon{
    /* display: none; */
    /* position: absolute; */
    right: 10px;
    cursor: pointer;
    top: 10px;
  
    width: 20px;
    height: 20px;

}
.chattextvalue{
    margin-top: 13px;
}

.roleMessage{
    margin-left: 35%;
}
.k-bubble{
    height:auto !important
}
.k-toolbar-box{
    padding: unset !important;
}
.custom-st-msg{
    margin-top: 20px !important;
}
.custom-st-msg-receive{
    margin-top: 20px !important;
}
.custom-p-text{
    margin-top: 20px;
    padding: 5px;
    color: white;
}
.k-toolbar-box{
    background-color: #f3f5f7;
}
.dark-bubble::after {
    border-width: 10px 10px 10px 0;
    border-color: transparent #343a40 transparent transparent;
}
.light-bubble::after {
    border-width: 10px 10px 10px 0;
    border-color: transparent #6c757d transparent transparent;
}
#tracking-modal-order .milestoneinput{width: 8vw !important;
    border: 1px solid #808080ab  !important;
    height: 20px;
    color: gray;
    text-align: center;
    border-radius: 5px;
}

/* chatbox end */

#tracking-modal-order .shipment-modal-tracking {
   
    margin-left: 15px !important;}
.orng-bttn
{height: 15vh !important;}


#order-tab-content .milestone-date-section {
    width: 100% !important;}


    #order-tab-content  #tracking-modal-order ul li.tracking-circle {
        padding-bottom: 2rem !important ;

    }

.milestone-date-section{
    margin-top: 10px;
}
#tracking-modal-order{
    font-weight: 500;
}
.map-wrapper-x{
    padding-left: 1px !important;
}
.k-button-list{
    background-color: #f3f5f7;
}

.orderheaderData .label {
    width: 200px;
    font-weight: 600;
    
}
.orderheaderData .row{
    margin-left: 5px;

}

.orderheaderData{
    font-weight: 500;
    
color: #6A7696;

}

#order-tab-content .k-toolbar.k-grid-toolbar{
    display: none;
}

#sidebar-orderdata .px-padding-7{
    padding: unset !important;
}
#sidebar-orderdata .k-pager-sizes{
    display: none !important;
}
.amendButt {padding-right: 30px !important;
    color: #dbdbdb;
padding-left: 30px !important;
padding: 10px;cursor: pointer;
border-radius: 5px;border: 2px solid #dbdbdb;}
.swal2-backdrop-show{z-index: 99999999999999999999999}
.button-refresh-amend{
    /* margin-left: 40px; */
    border-radius: 5px;
    
    background-color: #004d9a;
    width: 50px;
    border: 2px solid #004d9a;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
}
.icon-orders{
    width: 20px;
}

#order-tab-content .select2-container{
    width: 15vw !important;
}
.padding-right-unset{padding-right: unset !important;}

#kendoChat{
    height: 79vh;
}

.reasonSection{
    display: none;
}
.save-booking-draft-btn {
    background-color: white; /* Set the background to white */
    border: 2px solid #dc0202; /* Red border with thickness */
    color: #dc0202; /* Red text */
    cursor: pointer; /* Pointer cursor on hover */
    text-align: center; /* Center-align text */
    transition: all 0.3s ease; /* Smooth hover effect */
  }
 
  .save-booking-draft-btn:hover {
    background-color: #dc0202; /* Red background on hover */
    color: white; /* White text on hover */
}

.request-booking-btn,.confirm-booking-btn,.request-booking-btn:hover,.confirm-booking-btn:hover{
    background-color: #dc0202; /* Red background on hover */
    color: white; /* White text on hover */
  }

.cancel-booking-btn,.cancel-approval-request-btn,.activity-log-btn,.activity-route-btn,.activity-route-btn:hover,.cancel-booking-btn:hover,.activity-route-btn:hover,.cancel-approval-request-btn:hover{
    background-color: white;
    color: #a6a6a6;
    font-weight: 500;
    border: 2px solid #a6a6a6;
}

#add-new-order-line{
    line-height: normal;
    padding: 9px;
    outline: none;
    border: 1px solid #95B5D5;
    box-shadow: 0px -1px 1px rgb(217, 228, 240);
}

#add-new-order-line:hover{
    background: #004d9a !important;
}

/* .cancel-approval-request-btn{
    background-color: white;
    color: #dbd4d4;
    border: 2px solid #dbd4d4;
} */

.pending-shipment-approval {
    display: flex; /* Align items in a row */
    align-items: center; /* Center vertically */
    font-size: 16px; /* Adjust text size */
    font-weight: bold; /* Bold text */
    color: #dc0202; /* Red text color */
    gap: 8px; /* Space between icon and text */
  }
 
  .warning-icon {
    color: #f39c12; /* Orange color for the warning icon */
    font-size: 20px; /* Slightly larger icon */
  }
 
  .filter-and-menu {
    gap: 6px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* General Button Styles */
 #sidebar-shipment .menu-btn.disabled {
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    padding: 3px 11px;
    margin-left: 4px;
    width: 37px;
    height: 37px;
    background-color: #dbdcdc;
}

#sidebar-shipment .menu-btn {
    background-color: #004d9a;
}

#sidebar-shipment .menu-btn:focus {
    outline: none;
}

.orderHeading {
    color: #718599;
    font-size: 14px;
    font-weight: 400;
}
.orderValue {
    color: #5c6b79;
    font-size: 14px;
}

.edit-icon img {
    width: 15px;
    height: 15px;
}


/* #sidebar-orderdata .value:hover:after {
    padding: 2px 50px;
    border-radius: 20px;
    background: #e2e2e2a1;
    content: attr(title);
    position: absolute;
    top: -150%;
    left: 0;
} */
/* #sidebar-orderdata .value{
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
} */


  

  
  


/* table changes


 */

 #order-item-data .k-grid .k-table-row {
    height: 50px !important;}

    #order-item-data  .k-table-thead{font-size: 14px !important;}
    /* #order-item-data .k-input-inner {color:black !important} */
.cancel-booking-btn, .save-booking-draft-btn,.activity-log-btn{
    margin-right: 15px;
} 

#order-header-grid-save,.revert-orders{
    cursor: pointer;
}

#order-header-grid-save.disabled,.revert-orders.disabled{
    cursor: not-allowed !important;
    pointer-events: none;
}

/* #order-header-grid .k-selected {
    background-color: unset !important;
} */


#order-item-data .k-selected td div,#order-item-data  .k-selected td span {
    color: unset !important;;
}

/* .k-button-list > :first-child {
    display:none;
} */

 #orderItem .k-grid-header {
    padding: unset !important;
 }
 #order-item-data ul li a {
    font-size:large !important;
}
#order-tab-content .value {
    font-size:14px;
    width: 60%;
}

#sidebar-shipment .split-label  .select2-container {
    width: 49% !important;
}

#sidebar-shipment .select2-container {
    width: 100% !important;
}

#sidebar-shipment .form-control {
    color: #5c6b79;
    height: 42px;
}

#sidebar-shipment .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #ffffff !important;
    color: #5c6b79 !important;
    border: 1px solid #b9b8b8 !important;
    border-radius: 4px !important;
    padding: 3px 12px !important;
    height: 42px;
}

.swal2-container {
    z-index: 9999999999 !important; /* Ensure it's above other elements */
}


#sidebar-shipment.select2-container--default .modaldropdown .select2-results__option--selected, .select2-container--default .modaldropdown-status .select2-results__option--selected {
    color: #5c6b79 !important;
}

.input-container {
    position: relative;
    display: inline-block;
  }
  .input-container input {
    padding-left: 30px; /* Adjust padding for icon */
  }
  .input-container .calendar-icon {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    pointer-events: none;
    color: gray;
  }

  .date-picker-shipment-header:before { 
    background: url(../../min/assets/6856febf99f0f0de69e7.svg) 50%/20px 20px no-repeat #225496;
    border-radius: 0 6px 6px 0;
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    height: 100%;
    line-height: 40px;
    /* pointer-events: none; */
    position: absolute;
    right: 0;
    text-align: center;
    width: 18%
  }
#exceptionReadButton{
    font-weight: 500;
    display: none;
    border-radius: 5px;
color: white;
background: red;
}
.k-message.k-last:not(.custom-msg) {display: none;}
.k-message.k-middle:not(.custom-msg){display: none;}
.k-message.k-first:not(.custom-msg){display: none;}
.k-message.k-only:not(.custom-msg){display: none;}

.header-values {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #CFC7E1;
}

.activitylog-noData{
    display: none;
    color: #718599;
    font-weight: 500;
    font-size: larger;
    left: 45%;
    top: 50%;
    position: absolute;
    display: flex
;
}

.activitylog-data,.activitylog-noData {display:none;}

.chat-removed,.chat-reason{
    margin-top: 15px;
    /* font-size: 15px; */
    font-weight: 500;
    color: rgb(111, 109, 109);
}
/* .k-last{display: none;} */

#kendoChat .avatars-text-name {
    height: 27px;
    width: 27px;}
    #kendoChat .avatars-text-name  span {
        font-size: 10px;

    }


    .chat-reason, .chat-removed{
        width: 27vw;
    }

   

    .chat-removed .col-9{
        display: flex;
            justify-content: left;
            align-items: center;
    }




    /* user tag  */
    .tag-suggestions {
        font-weight: 600;
    color: #6f6d6db8;
    background-color: #f3f5f7 !important;
        position: absolute;
        background-color: white;
        border: 1px solid #ccc;
        list-style: none;
        padding: 5px;
        max-height: 150px;
        overflow-y: auto;
        z-index: 1000;
        bottom: 80px !important;
    }
    .tag-suggestions li {
        padding: 5px;
        cursor: pointer;
    }
    .tag-suggestions li:hover {
        background-color: #f0f0f0;
    }

    #order-tab-content #sidebar-documentation .upload-status{
        height: 15vh !important;
    }

    .icon-orders-top {
        height: 20px !important;
        width: 20px !important;
    }

    #order-data-head-text {color: #718599;
    font-weight: 600;
    font-size: 15px;
    padding: 15px;}


   .icon-orders-setting {
    cursor: pointer;
    height: 40px !important;
    width: 60px !important;position: absolute;right: 50px;
   } 
    
   .icon-orders-setting-dropdown {
    display: block; 
  
    top: 100px;
    }

    #customize-view .dropdown-item span {
        color: var(--text-blue);
        font-size: var(--font-08);
        white-space: normal;
        word-break: break-word;
        display: block;
        max-width: 240px
    }
    #order-item-data .dropdown-menu {
        position: absolute;
        right: 60px;
        width: 225px;
        border-radius: 0.25rem;
        left: auto;
    }
    .dropdown-item:focus, 
    .dropdown-item:active

     {
        background-color: transparent !important; 
        outline: none !important;
        box-shadow: none !important;
    } 
  
    .dropdown-item:hover {
        color: inherit !important;
    } 

    #customize-view .dropdown-item:hover {
    background-color: rgba(231, 241, 253, .2);
    color: #004d9a; /* Text color change */
    transition: background-color 0.2s ease-in-out;
    }    

   /* Style for the confirm and cancel buttons */
   .custom-swal-modal .swal2-confirm, .swal2-cancel {
        width: 160px;  /* Set equal width for both buttons */
        padding: 10px 20px;  /* Add padding to make them look consistent */
    }
      
   .select2-container--default .select2-results>.select2-results__options{
    max-height: 200px !important;
    overflow-y: auto !important;
   }

   .borderredValidation{
    border: 2px solid red !important;
    /* transition: border 1s ease-in-out !important; */
   }

   .k-animation-container {
    z-index: 9999999999999999 !important;
   }
   /* #amendbuttonDivision {
    display: none;
   } */


   .orderloglistarrow::before{
    content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 16px 10px 0;
border-color: transparent #fff transparent transparent;
z-index: 0;


border-width: 8px 4px 8px 12px;
border-color: transparent transparent transparent #edf4fe;

right: -16px;
}

#sidebar-activitylog .paginationjs-pages{
    margin-top: 20px !important;
    text-align: center !important;
}
img[src="hidden"] {
    display: none;
}
.k-chat .k-alt .k-selected .k-bubble {
    box-shadow: 0 3px 10px #004d9a !important;
}

.mapboxgl-map {
    max-height: 500px;
}

.input_milestone_leg:checked {
    background-color: #767a7f;  /* Change to your preferred color */
}

#orderItem .k-pager.k-grid-pager.k-pager-md{display:none;}

.disablepointer{
    cursor: not-allowed;
}

#order-item-data h4 {
    font-family: 'Roboto' !important;
}

.order-milestone-checkbox {
    position: absolute;
    width: 100%;
    background: #44464563;
    z-index: 9999;
    height: 100%;
    position: fixed;
}
.order-milestone-dropdown {
    position: absolute;
    width: 100%;
    background: #44464563;
    z-index: 9999;
    height: 100%;
    position: fixed;
}

#order-item-data .lastmile-popup{
    right:30% !important
}

.date-picker-milestone {
    height: 40px;
    border-radius: 6px 0px 0px 6px;
    width: 100%;
    /* margin-left: 20px; */
    border-width: 1px;
    padding-left: 10px;
    color: #5c6b79;
    font-size: 14px;
    border: 1px solid #b9b8b8;
}

#milestone-edit-maindiv input[type="checkbox"]:checked {
    accent-color: #004d9a; /* Change to your desired color */
}

.exception-removed-profile-image-override{
    width: 25px !important;
    height: 25px !important;
    margin-left: unset !important;
}
.left-avatar-string{
    left: -2.14vw !important;
    position: absolute !important;
}
.right-avatar-string{
    right: -2.14vw !important;
    position: absolute !important;
}
.left-avatar-string-removedText{
    /* left: 2.86vw !important; */
    /* position: absolute !important; */
}

 /* order item dropdown */
 #orderItemListDropDown .select2-container {
    width: 30vw !important;
   };

 #orderItemListDropDown #select2-orderNumberList-container{ background:white !important}

#orderItemListDropDown .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#6A7696 !important;
    line-height: 50px !important;
    background: white;
    padding: 0px 10px !important;
    border :1px solid #b2bad4ff !important;
    border-radius:4px;
    height: 100%;
}
.milestone-item-dropdown-list{
    text-align: end !important;
}

.milestone-item-dropdown-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6A7696 !important;
    line-height: 50px !important;
    background: white;
    padding: 0px 10px !important;
    border: 1px solid #b2bad4ff !important;
    border-radius: 4px;
    height: 100%;
}
.milestone-item-dropdown-list{text-align: end;}



#orderItemListDropDown .select2-selection.select2-selection--single{
    height: 50px !important;
}


 #orderItemListDropDown #select2-orderNumberList-container::before {
    content: "Order # ";
    color: #6A7696; /* Adjust color to match your design */
    font-weight:bold;
    margin-right: 8%;
}

#order-header-grid .k-table-th.k-header , #orderItem .k-table-th.k-header {
    color: #5a617b !important;
    font-family: Roboto, sans-serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.milestone-reason{

font-weight: 400 !important;
font-size: small !important;
margin-left: 35px !important;
}


#file-drag-order {
    border: 2px dashed #004d9a;
    border-radius: 7px;
    color: #004d9a;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 1em 0;
    padding: 3em;
    text-align: center;
    transition: background 0.3s, color 0.3s;
}

.chat-extra-info {background-color: #edf4fe;padding: 2px 1px 1px 50px;
    margin: 0;

    font-size: 15px;
    /* font-weight: 500; */
    color: rgb(111, 109, 109);}

.cursor-not-allowed{
    background-color: #dbdbdb !important;
    border: 2px solid #dbdbdb !important;
    cursor: not-allowed !important;
}

.custom-tooltip-milestone-reason {
    position: absolute;
    background: #a0a0a0;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    display: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
#extrainfoEleProf .left-avatar-string-removedText span{ font-size:1.1rem;}
#extrainfoEleProf .left-avatar-string-removedText {
    width: 30px !important;
    height: 30px !important;
    left:1.5vw !important}
                                     
    
    .tgl-light+.tgl-btn.ordersCriticalStandardToggleLabel {
        background-color: #a0a0a0 !important;
    }


.standard-text-color {
    color: #a0a0a0;
    font-weight: bold;
}
.critical-text-color {
    font-weight: bold;
}
.tracking-sub-circle .word,  .tracking-circle  .word {
    font-size:16px !important;
        color:#718599 !important;
    }


    .sub-leg-daterow{
        color: #a0a0a0 !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: unset !important;
    }
    #order-item-data .tracking-sub-circle #accordion .card-header:before{
        background: transparent !important;
    }

    #order-item-data #accordion .completed-shipment .card-body {border: unset !important;}
    #order-item-data img.powered-by-pledge {
        width: 100px;
    }


    .editable-input + .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent !important;
    }

    .editable-input + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent !important;
    }

    #order-header-grid .k-input-inner{
        text-overflow: clip;
    }
    .customDropdown {
        padding: 8px 12px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: rgba(120, 141, 180, 0.9) !important;
        background-color: #fff;
        border: 1px solid #dce3ec;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        width: 100%;
    }
    
    #search-port-details-order-header {
        margin: 8px;
        width: calc(100% - 16px);
        padding: 6px 10px;
        border: 1px solid #dce3ec;
        border-radius: 4px;
        font-size: 14px;
    }
    
    #orders-header-dropdown-modal {
        max-height: 200px;
        overflow-y: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        border-top: 1px solid #eee;
    }
    #orders-header-dropdown-modal li a {
        font-size: 15px;
        color: #333;
        display: flex;
        justify-content: space-between;
        padding: 8px 12px;
        transition: background 0.2s ease;
        text-decoration: none;
    }
    
    #orders-header-dropdown-modal li a:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    
    .menu-icons.dropdown-menu-left {
        position: absolute;
        z-index: 1000;
        background-color: #fff;
        border: 1px solid #dce3ec;
        border-radius: 4px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        margin-top: 4px;
        width: 100%;
        top: 38px;
    }
    
    .selectedValue{
        color: #5c6b79 !important;
    }

    .custom-dropdown-menu li a {
        width: 100%;
    }

    .dropdown-menu-left[data-type="carrier_name"] {
        width: calc(100% - 24px);
    }

    .modalColumnCheckBox {
        width: 18px;
        height: 18px;
        border: 2px solid #004d9a !important;
        background: transparent !important;
        border-radius: 4px;
    }
    
    .modalColumnCheckBox:checked:checked {
        background-color: #004d9a !important;
    }
    
    .modalColumnCheckBox:checked::before {
        color: white;
    }
    
    .modalColumnCheckBox:disabled {
        border: 2px solid grey !important;
    }
                                         
    .checkbox-spacing {
        margin-right: 5px;
    }

    .asterisk{
        color: #dc2626;
    }

    .error-span{
        color: #dc2626;
        font-size: 12px;
    }
    .shipmentTab {
        display: flex;
        align-items: center;
    }

    .request-booking-btn.disabled, .save-booking-draft-btn.disabled {
        pointer-events: unset;
        cursor: not-allowed;
    }
    .request-booking-btn.disabled:hover, .save-booking-draft-btn.disabled:hover {
        background-color: unset;
        color: unset;
    }

    #extrainfoEleProf .left-avatar-string-removedText {
        position:unset !important;
    }

    #order-header-grid .k-table-tbody  ,#orderItem .k-table-tbody 
    {
        font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #6a7696;
}

#order-header-grid .k-selected  ,#orderItem .k-selected{
    background-color: white !important;
}

#activitylog_sublogsection{
    display: none;
    width: 15%;
    height: 65%;
    background-color: rgb(182, 241, 253);
    z-index: 99999999;
    position: fixed;
    /* left: 325px; */
    right: 1305.59375px;
    top: 208px;
}

#sublogActivityLog{
   width: 50%;
    height: 50%;
    background: #edf4fe;
}
.aside-overlay-fixed-sublog {
    position: absolute;
    margin-left: 12px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, .3);
    bottom: 0;
}
.aside-overlay-fixed-sublog .row{
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.activity-modal-order .accordion-content{
    border-radius: 10px;
    width: 122%;
}

.doc-outer-border:hover .orng-bttn-disable{
    cursor: not-allowed !important;
}

.accordion-content ul li{
    margin-top: 5px !important;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
}

.trackgrayredclick{
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
    left: -10px;
    top: 0px;
    cursor: pointer;
}

#tracking-modal-order .tracking-circle.red_mile::before, #tracking-modal-order .tracking-circle.gray_mile::before{
    cursor: pointer;
}

.greyedOut{
    background-color: #617183!important;
}

#order-tab-content .milestone-item-dropdown-list .select2-container{
    width: 100% !important;
}

.k-popup .k-list-filter span.k-searchbox.k-input.k-input-md.k-rounded-md.k-input-solid {
    max-width: 100%;
}
.cancel-booking-checkbox{
    width: 16px;
    height: 16px;

}