.bootstrap-switch {
    display: block !important;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ed5565;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

small {
    text-align: left;
}

.small,
small {
    font-size: 85%;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #1ab394;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.scroller {
    width: 100%;
    overflow-x: scroll;
}

.required-field {
    color: red;
}

.pagination li a:hover {
    background: #114488;
    color: #ffffff;
}

.pagination li a {
    cursor: pointer;
    display: inline-block;
    height: 2.25rem;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    /* align-items: center; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* font-size: 1rem; */
    /* line-height: 1rem; */
    /* font-weight: 400; */
}

.pagination .disabled {
    cursor: pointer;
    display: inline-block;
    height: 2.25rem;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    /* align-items: center; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* font-size: 1rem; */
    /* line-height: 1rem; */
    /* font-weight: 400; */
}

.pagination .active {
    background: #114488;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 2.25rem;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    /* align-items: center; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* font-size: 1rem; */
    /* line-height: 1rem; */
    /* font-weight: 400; */
}

.pagination li {
    padding: 0;
    margin-right: 5px;
    display: inline-block;
}

.profile_image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.no-record {
    color: red;
    text-align: center;
}

.custom-form-head {
    height: 3.1rem !important;
    padding: 0px 1.2rem !important;
}

.form-control {
    font-family: "Poppins" !important;
}

/*.single-line-head{
    white-space: nowrap;
}*/
.hide {
    display: none;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    left: 97px !important;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.mapdiv {
    padding-top: 15px !important;
}

.pickuplable {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.table-word-wrapper tbody tr td {
    word-break: normal;
    white-space: nowrap;
}

.table-word-wrapper thead th {
    white-space: nowrap;
}

.m-portlet .m-portlet__body {
    padding: 16px 2.2rem !important;
}

.m-header--fixed .m-body {
    padding-top: 0 !important;
}

.m-portlet__head-text {
    font-size: 1.22rem !important;
}

.m-form .m-form__group {
    padding-top: 0 !important;
}

table tr th a {
    color: #ffffff;
}

table tr th a:hover {
    color: #ffffff;
}

#request_portlet_body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding {
    padding: 6px 6px 6px 6px !important;
}

.table-border th,
.table-border td {
    border: 1px solid grey !important;
}

.table-border th,
.table-border td {
    padding: 0.15rem;
}

.custom-checkbox-cell {
    text-align: center;
    width: 50px !important; /* Adjust the width as needed */
    padding: 10px !important; /* Adjust the padding as needed */
}

/*p{
    line-height: 0 !important;
}*/
.m-section {
    margin: 0 0 20px 0;
}

.table-border thead th {
    vertical-align: middle !important;
}

#load-wip-aging-report {
    padding: 13px;
}

#pickup_status_action {
    display: block;
    color: black;
    min-width: 80px;
    height: 23px;
    border-radius: 25px;
    padding: 2px;
    font-size: 11px;
}

.received-buttons {
    margin-right: 4px;
}

.thumbimage {
    margin-top: 15px;
    margin-bottom: 15px;
}

.image-zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.image-zoom:hover,
.image-zoom:active,
.image-zoom:focus {
    /**adjust scale to desired size,
    add browser prefixes**/
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    position: relative;
    z-index: 100;
}

.contact_info {
    padding-bottom: 7px;
}

.page-link {
    border: none !important;
}

.page-item.active .page-link {
    border-radius: 50% !important;
    width: 20px;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

/* ravi_redesign_admin_html */
.go_refresh_btn {
    margin-left: 16px;
}

.hide {
    display: none !important;
}

.wrapper2.m-section__content {
    overflow: auto;
}

.pickup_table {
    width: 100%;
    white-space: nowrap;
}

.pickup_group_form select {
    min-width: auto !important;
    width: 100%;
    min-height: 35px !important;
    padding: 5px 16px;
    border-radius: 0.25rem !important;
}

.pickup_group_form input {
    padding: 9px 5px;
}

.pickup_group_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 9px 21px 9px 5px !important;
}

.pickup_group_form .input-group-text {
    padding: 1px !important;
}

.mobile_header {
    display: none;
}

.close_toggle {
    background-color: #323446;
    color: #fff;
    border: none;
    padding: 5px;
}

.my_toggle_btn {
    padding: 20px 10px;
    margin: 0;
}

.my_toggle_btn i {
    color: #fff;
    font-size: 25px
}

.close_toggle {
    display: none;
}

.m-form__actions.m-form__actions--solid .btn {
    margin-left: 8px;
}

.ship_height_set span.select2-selection.select2-selection--single {
    height: 42px;
    border-radius: 0;
}

.cust_mar_label label {
    margin: 0 !important;
}

.pickup_completion_data input {
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .go_refresh_btn {
        margin-left: 10px;
        padding: 9px 8px;
    }

    .pickup_go_btn {
        padding: 9px 8px;
    }
}

@media only screen and (max-width: 1100px) {
    .m--align-right a {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .go_refresh_btn {
        margin-left: 6px;
    }
}
@media only screen and (min-width: 992px) {
    .m-stack__item.m-brand.m-brand--skin-dark{
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .customer_pickup .element-div {
        margin-bottom: 1rem;
    }

    .custom_margin .element-div {
        margin-bottom: 1rem;
    }

    .custom_margin .element-div label {
        margin-bottom: 0;
    }

    .padding-b-0 {
        padding-bottom: 0 !important;
    }

    .custom_mb_0 {
        margin-bottom: 0;
    }

    .mobile_header {
        display: block;
        width: 100%;
        float: left;
        background-color: #114488;
    }

    .mobile_logo {
        width: 120px;
        float: right;
        padding-right: 15px;
    }

    .mobile_logo img {
        width: 100px;
    }

    .open_sidebar {
        display: inline-block;
    }


    .close_toggle {
        display: block;
        position: absolute;
        right: 0;
    }

    #m_aside_header_menu_mobile_toggle,
    #m_aside_left_offcanvas_toggle,
    #m_aside_header_topbar_mobile_toggle {
        display: none !important;
    }

    .custom_margin h6 {
        margin-bottom: 0 !important;
    }

    .m-header{
        display: none !important;
    }

    .remove_mt_3{
        margin-top: 1rem;
    }

    .new_customer_btn{
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .go_refresh_btn {
        margin-left: 16px;
        padding: 9px 14px;
    }

    .pickup_go_btn {
        padding: 9px 14px;
    }

    .pickup_group_form {
        margin-bottom: 1rem;
    }

    .m-form.m-form--fit .m-form__group {
        padding: 0 !important;
    }

    .m-portlet .m-portlet__body {
        padding: 16px !important;
    }

    .m-form .m-form__actions {
        padding: 15px;
    }

    .m-portlet .m-portlet__head {
        padding: 15px;
    }
}


@media only screen and (max-width: 576px) {
    .my_modal_class .modal-dialog {
        max-width: 95% !important;
        margin: 5% auto;
    }

    .my_modal_class .modal-content .modal-body {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 390px) {
    .pick_footer_btn button {
        margin-bottom: 16px;
    }
}
.ml-25{
    margin-left: 25px;
}
.pickup_table{
    width: 100%;
}
.print-bol-doc {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00c5dc;
    color: #ffffff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}
.print-bol-doc:hover {
    background-color: #00a6b8;
    color: #ffffff;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.pick_up_date{
    width: 120px;
}
.h-55{
    height: 55px;
}
ins {
    background: lightgreen;
    text-decoration: none;
}
del {
    background: pink;
}
#option-repackager{
    display: none;
}
#option-poolpoint{
    display: none;
}
.mt-10{
    margin-top: 10px;
}
.bg-green {
    background-color: lightgreen;
}
.mb-0{
    margin-bottom: 0px;
}
#import-error{
    color:red;
}
.mt-0{
    margin-bottom: 0rem !important;
}
.miles-btn{
    margin-top: 27px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
}
.card {
    width: 20%;
}
.clickable-card {
    cursor: pointer;
}
.card-body .plus-btn {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
    height: 50px; /* Adjust the height as needed */
    text-decoration: none;
}
.total-count{
    background-color: #67b168;
    color: white;
    text-align: center;
}
.cus-select2-width .select2-selection__rendered{
    min-width: 170px;
}
.list-style-type{
    list-style-type: none;
}
.notification-label{
    font-weight: bold;
}
.toggle-link {
    cursor: pointer;
    color: grey;
}

.toggle-arrow {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.toggle-open .toggle-arrow {
    transform: rotate(180deg);
}
.cursor-pointer {
    cursor: pointer;
}
.mr-18{
    margin-right: 18px;
}
.ml-35{
    margin-left: 35px;
}
#map{
    margin-left: 35px;
    margin-right: 35px;
}
.dealer-name{
    color: #575962;
    font-size: 0.9rem;
    text-align: left;
    text-decoration: underline;
}
.import_btn {
    margin: 5px;
}
.display-none{
    display: none !important;
}

.modal-title-left {
    flex: 1; /* Allow the title to expand and push other elements to the right */
    text-align: left; /* Align the title text to the left */
    margin: 15px;
}

#to_email-error, #email_body-error{
    color: red !important;
}
#refreshButton {
    background-color: #34bfa3;
    color: #FFF;
    border: none;
    padding: 5px 6px;
    cursor: pointer;
    margin-right: 14px;
}
.track{
    margin-right: 10px;
}

#or-text-design{
    display:block;
    text-align:center;
    margin-top:35px;
}

#reset-button-design{
    margin-top: 26px;
}

.green-flag-mark{
    color: green
}
.red-flag-mark{
    color: red
}
/* For scroll on top and bottom*/
.ltl-report-section {

    .wrapper1,
    .wrapper2 {

        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .wrapper1 {
        height: 20px;
    }

    .div1 {
        height: 20px;
    }

    .div2 {
        overflow: auto;
    }
}

.l-bg-grey-dark {
    background: #544FC5 !important;
    color: #fff !important;
    border: none !important;
    height: 200px !important;
}

.l-bg-blue-dark {
    background: #fc542e !important;
    color: #fff !important;
    border: none !important;
    height: 200px !important;
}

.l-bg-blue-no-dark {
    background: #2CAFFE !important;
    color: #fff !important;
    border: none !important;
    height: 200px !important;
}

.bigger-icon {
    font-size: 4em !important; /* Adjust the size as needed */
    position: absolute;
    bottom: 18px; /* Adjust bottom margin as needed */
    right: 18px; /* Adjust right margin as needed */
}

.totalOrdersAnchorLink{
    text-decoration: none !important;
}
/* End For scroll on top and bottom*/

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}
.pointer {
    cursor: pointer;
}
/* Sidebar scroll */
.sidebar-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #bcc1c6;
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background: #bcc1c6;
}
.sidebar-scroll::-webkit-scrollbar-thumb:active {
  background: #bcc1c6;
}

.overflow-hidden {
  overflow: hidden;
}
/* End Sidebar scroll */

.disabled-button{
    cursor: not-allowed !important;
    pointer-events: none !important;
}