/* Start Common Css */

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #F5F5F5 !important;
    font-family: 'Poppins', sans-serif;
}

p {
    padding: 0;
    margin: 0 !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

input:focus-visible {
    outline: none;
}

.primaryBtn {
    text-align: center;
    padding: 10px 16px;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 700;
    background: #00405C;
    border-radius: 10px;
}

.space {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 16px;
}

.heading {
    font-weight: 600;
    font-size: 18px;
    color: #4C4747;
}

.text_ {
    font-weight: 400;
    font-size: 14px;
    color: #91979D;
}

hr {
    color: #ddd9d9 !important;
    border: 1.5px solid #ddd9d9 !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../img/calender_.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}
.searchBox_ .form-control:focus {
    border-color: transparent;
    box-shadow: 0px 10px 15px #0000000d;
}
.modal-content {
    width: 100% !important;
    border-radius: 24px !important;
    border: none !important;
}
.modal-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.modal-footer {
    justify-content: center !important;
    border-top: 0 !important;
}
.btn_close {
    background: transparent;
    border: none;
    color: #B7B7B7;
    font-size: 33px;
}

.modal-header {
    border: none;
    color: #4C4747;
    padding: 12px 24px 6px;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid #F5F5F5;
}

.btn-outline-info {
    background: #FFFFFF;
    border: 1px solid #0FB7EA;
    box-shadow: 0px 0px 10px rgb(15 183 234 / 15%);
    border-radius: 7px !important;
    font-size: 13px;
}
.btn.btn-primary:focus {
    box-shadow: none;
    outline: none;
}

.textInnerHead {
    color: #00405C;
    font-size: 16px;
    font-weight: 600;
}

.subInnerhead {
    color: #A4BFCB;
    font-size: 12px;
}

.paragraphText {
    color: #4B8098;
    font-size: 12px;
}

.disabled {
    opacity: .5;
}

.subHeading_ {
    color: #00405C;
    font-size: 12px;
    margin: 0;
}

.subInnerhead {
    color: #A4BFCB;
    font-size: 12px;
    margin: 0;
}
/* Scrollbar-Css */

.scrollbar {
    background-color: #000;
    width: 6px;
    height: 10%;
}

.scrollbar-track {
    background-color: #D9D9D9
}

.scrollbar-thumb {
    background-color: #000;
    border-radius: 16px;
    border: 0px solid #D9D9D9;
}

::-webkit-scrollbar {
    background-color: #A4BFCB;
    width: 4px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #D9D9D9;
}

::-webkit-scrollbar-thumb {
    background-color: #ff492d;
    border-radius: 16px;
    border: 0px solid #D9D9D9;
}

::-moz-scrollbar {
    background-color: #000;
    width: 5px;
    height: 5%;
}

::-moz-scrollbar-track {
    background-color: #000
}

::-moz-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 0px solid #fff;
}


/* End Scrollbar Css */
/* Start Custom Radio button */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label {
    color: #00405C !important;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #A4BFCB;
    margin-right: 20px;
    font-size: 14px;
}

[type="radio"]:checked+label:before {
    border: 1px solid #00405C !important;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #A4BFCB;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00405C;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* End Custom Radio button */


/* Start Custom Checkbox button */

.remember_me {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin: auto;
    vertical-align: middle;
    appearance: none;
    border: 1px solid #A4BFCB !important;
    background-color: #fff;
    box-shadow: 0px 10px 15px #a2d5ff2b;
    cursor: pointer;
    margin-right: 10px;
}

.remeberText {
    margin-left: 8px;
    color: #667085 !important;
    font-size: 14px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("../img/7-Check.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 14px 10px !important;
    background-position: calc(100% - 0px) !important;
    background-color: #00405C;
}

.form-check-input:checked {
    background: #00405C !important;
    border: 1px solid #00405C !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

label.checbox_text_ a {
    color: #006838;
    text-decoration: underline !important;
    font-weight: 500;
}

.form-toggle input[type="checkbox"] {
    position: relative;
    width: 30px;
    height: 15px;
    -webkit-appearance: none;
    appearance: none;
    background: #9ec0ca;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
    margin-top: 8px;
}

.form-toggle input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.form-toggle input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
}

.form-toggle input[type="checkbox"]:checked {
    background: #00a440;
}
/* End Custom Checkbox button */

/* End Common Css */


/* Start Sidebar Css */

.main {
    display: flex;
    background: #FFFFFF;
    width: 100%;
    overflow: auto;
}

.sidebar {
    max-width: 240px;
    position: fixed;
    height: 100vh;
    width: 100%;
    display: inline-block;
    background: #F05123;
    box-shadow: 10px 20px 40px #0000000d;
    border-radius: 0px 30px 30px 0px;
    overflow: auto;
    z-index: 999 !important;
}
.sidebar::-webkit-scrollbar{
    display: none;
}

.nav_link:hover {
    background: transparent linear-gradient(90deg, #FFFFFF40 0%, #F0512333 100%) 0% 0% no-repeat padding-box;
}

.nav_link:hover a {
    color: #fff !important;
}

.sidebarLogo img {
    max-width: 103px;
    width: 100%;
}

.commonrightBox {
    min-width: calc(100% - 240px);
    margin-left: 240px;
    height: 100vh;
    width: 100%;
}

.sidebarLogo {
    margin: 15px 0 10px 30px;
}
.nav_main {
    padding: 20px 0!important;
}
.nav_link {
    margin-bottom: 3px;
    padding: 6px 0;
    display: inline-block;
    width: 100%;
}

.nav_link.active .sidebar_icon {
    display: inline-block;
    margin-right: 4px;
    transition: all .5s;
}

.nav_link .sidebar_icon {
    display: none;
}

.nav_link.active {
    background: transparent linear-gradient(90deg, #FFFFFF40 0%, #F0512333 100%) 0% 0% no-repeat padding-box;
    border-left: 2px solid #fff;
}

.nav_link a {
    font-weight: 400;
    font-size: 14px;
    color: #F7A891 !important;
    display: inline-block;
    width: 100%;
    padding: 0 30px;
}

.sidebarFooter {
    position: absolute;
    bottom: 25px;
}
.closebtn2 i {
    font-size: 20px;
    display: block;
    position: absolute;
    right: 18px;
    color: #fff;
    top: 20px;
}

.commonrightBox {
    width: 100%;
}

.sidebar {
    width: 40%;
}

.user_details {
    display: flex;
}

.openbtn2 i {
    display: none;
}

/*End Sidebar Css*/


/* Start Header Css */

.mainHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 10px 10px #00000005;
    padding: 13px 19px;
    position: sticky;
    top: 0;
    z-index: 22;
}

.main-heading {
    color: #00405C;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.menusInnerTxt {
    text-align: right;
    margin-right: 12px;
    display: inline-block;
}

.boldheading_ {
    color: #00405C;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.subHeading {
    color: #A4BFCB;
    font-size: 10px;
    margin: 0;
}

.midRightlinks {
    position: relative;
    display: flex;
    align-items: center;
}

.headerRight {
    display: flex;
    align-items: center;
}

.headerRight .dropdown {
    min-width: auto;
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
}

.headerRight button {
    padding: 0;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-right: 38px;
}

.headerRight button::after {
    display: none;
}

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

.headerRight .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-top: 5px;
}
.userNotificatication {
    display: flex;
    align-items: center;
}
.notifictaion {
    padding-right: 1rem;
    border-right: 1px solid #DAE5EA;
    margin-right: 30px;
}
/* End Header Css */


/*===Start Dashboard Right Content===*/


/*Start search box*/

.searchBox_ .form-control {
    background: #fff;
    box-shadow: 0px 10px 15px #0000000d;
    border: 1px solid #7F909F14;
    border-radius: 10px;
    width: 351px;
    color: #A4BFCB;
    font-size: 13px;
    padding: 10px 10px 10px 35px;
}

.searchIcon {
    position: absolute;
    top: 14px;
    left: 12px;
}

.searchBox_ {
    display: inline-block;
    width: 100%;
    position: relative;
}

.searchBox_ ::placeholder {
    color: #A4BFCB !important;
}


/*End search box*/

.chartOuter {
    background: #FFFFFF;
    box-shadow: 10px 20px 40px #0000000d;
    border-radius: 24px;
    height: 100%;
    padding: 20px;
}

.notificatinContent_ .paragraphText:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 2px;
    height: 20px;
    background: #00405C;
    left: -9px;
}

.notificatinContent_ {
    position: relative;
    padding-left: 10px;
}

.notificatinBox_ {
    display: inline-block;
    width: 100%;
    height: 323px;
    overflow-y: auto;
}

.notificatinContent_:before {
    content: '';
    position: absolute;
    height: 30px;
    background: #00405C;
    width: 3px;
    left: 0;
    border-radius: 3px;
}

.userDetails_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F2F5F7;
    padding-bottom: 10px;
}

.userDetailsLeft_ {
    display: flex;
    align-items: center;
}

.profile_img {
    width: 32px;
    margin-right: 8px;
}


/* Start Dashboard */

.graph_indicator {
    display: flex;
    align-items: center;
    justify-content: end;
}

.indicator_main {
    position: relative;
    margin-right: 30px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    font-size: 12px;
    color: #4B8098;
    cursor: pointer;
}

.indicator_main.active {
    color: #00405C;
}

.indicator_main.active:before {
    background: #00405C;
}

.indicator_main:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #4B8098;
    border-radius: 4px;
    left: -10px;
    top: 6px;
}

.indicator_main:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

.monthly_progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calender_icon {
    height: 30px;
    width: 30px;
}

.progress_graph {
    /* background: url(../img/monthly_progress.png); */
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 3rem 0;
}

.summary_card {
    margin-bottom: 15px;
    border-bottom: 1px solid #F2F5F7;
    padding-bottom: 10px;
}

.summary_card:last-child {
    border-bottom: none;
}

.total_summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summaryheading {
    font-size: 12px;
    color: #A4BFCB;
}

.summary_per {
    font-size: 10px;
    color: #EE0505;
    padding-left: 5px;
}

.down_arrow {
    height: 10px;
    width: 10px;
}

.summary_heading {
    font-size: 14px;
    color: #00405C;
    font-weight: 600;
}

.summary_subheading {
    font-size: 10px;
    color: #A4BFCB;
}

.shipment_heading {
    font-size: 10px;
    color: #00405C;
    font-weight: 500;
}

.shipment_graph {
    /* background: url(../img/shipment_graph.png); */
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3rem;
}

.shipmentGreen_btn {
    font-size: 12px;
    color: #2DA52D;
    background: #2da52d38;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
    border: none;
    width: 100%;
    max-width: 80px;
}

.shipmentBlue_btn {
    font-size: 12px;
    color: #228BE6;
    background: #228be629;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
    border: none;
    width: 100%;
    max-width: 80px;
}

.shipmentOrange_btn {
    padding: 4px 20px;
    border-radius: 15px;
    text-align: center;
    border: none;
    font-size: 12px;
    color: #F59F00;
    background: #f59f0045;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    max-width: 80px;
}

.recent_activities {
    position: relative;
}

.recent_shipmenthead {
    /* width: 25%; */
    font-size: 12px;
    color: #A4BFCB;
    font-weight: 500;
}

.activities_table {
    width: 100% !important;
    margin-top: 10px;
}

.activities_user {
    border-bottom: 1px solid #F2F5F7;
}

.shipment_subhead {
    font-size: 14px;
    color: #4B8098 !important;
    font-weight: 400 !important;
    padding: 20px 15px 20px 0;
    align-items: center;
}

.blur {
    position: absolute;
    background-color: #12121283;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.user_menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start;
}

.dropdown-item {
    color: #4B8098;
    font-size: 12px;
    margin: 10px 0;
}

.user_menudeatils {
    display: flex;
    align-items: center;
}

.edit_icon {
    cursor: pointer;
}

.profile_ {
    width: 100%;
    height: 100%;
    max-width: 40px !important;
    max-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown_heading {
    font-size: 16px;
    color: #00405C;
    font-weight: 500;
}
.dropdown-toggle::after {
    font-size: 16px;
}
.chnage_color {
    font-size: 10px;
    color: #EE0505;
}

.dropdown_subheading {
    font-size: 12px;
    color: #A4BFCB;
}

.user_profile .modal.show .modal-dialog {
    transform: none !important;
    right: 20px !important;
    position: absolute !important;
    top: 30px !important;
}

.user_profile .modal-content {
    width: 300px !important;
    border-radius: 24px !important;
    border: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #4B8098;
    background-color: transparent;
}

.logout_btn {
    background-color: #ffe6e6;
    border: none;
    margin: 10px 16px 25px 16px;
    padding: 10px 0;
    border-radius: 8px;
    color: #EE0505;
    font-size: 10px;
}
.customer-menu {
    border: none;
    border-radius: .25rem;
    right: 18px !important;
    top: -79px !important;
    box-shadow: 10px 20px 40px #0000000D;
}

.customer-menu::after {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid #fff;
    position: absolute;
    content: "";
    border-width: 10px 0 10px 13px;
    right: -13px;
    top: 57px;
    cursor: pointer;
}
.update_status {
    max-width: 400px;
}
.input_iconbox {
    position: absolute;
    top: 41px;
    right: 10px;
}

/* Start Edit modal */
.userName {
    font-size: 14px;
    color: #4B8098;
}
.edit_modal .modal-content {
    width: 450px !important;
    border-radius: 24px !important;
    border: none !important;
}

.edit_modal .modal-title {
    font-size: 14px;
    color: #00405C;
}

.edit_modal .modal-body {
    text-align: center;
}

.edit_modal .modal-footer {
    justify-content: center;
    border: none;
}

.cancel_btn {
    background: #A4BFCB;
    border: 1px solid #A4BFCB;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}

.save_btn {
    background: #00405C;
    border: 1px solid #00405C;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}

.edit_modal .profile_modal {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
    position: relative;
}

.user_box {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}
.edit_modal .input_icon,
.change_Password .input_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 16px;
    left: 10px;
}

.edit_modal .input_box,
.change_Password .input_box {
    padding: 9px 40px;
}
.edit_profile {
    position: relative;
    width: 30%;
    margin: 0 auto;
}
.custom-file-upload {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.profile_modal {
    width: 100%;
    max-width: 107px;
    height: 100%;
    max-height: 107px;
    position: relative;
    border-radius: 50%;
}
.edit_iconmodal {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

/* End Edit modal */


/* Start button */

.cancel_btn .btn-primary:focus {
    color: #fff !important;
    background-color: #A4BFCB !important;
    border-color: #A4BFCB !important;
    box-shadow: none !important;
}

.save_btn .btn-primary:focus {
    color: #fff !important;
    background: #00405C !important;
    border-color: #00405C !important;
    box-shadow: none !important;
}


/* End button */


/* Start Date table */

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    text-align: right;
    margin: 20px 20px 0 0;
}
.paginate_button {
    color:#4B8098;
    margin: 5px;
}
.paginate_button.current {
    margin: 5px;
    background:#4B8098;
    border-radius: 20px;
    padding: 2px 7px;
    color: #FFF;
}

.dataTables_length {
    position: absolute;
    bottom: 0px;
}

.dataTables_filter {
    text-align: right;
    margin-right: 30px;
    display: none;
}

.dataTables_length select {
    background: #F2F7FA;
    border: none;
    padding: 5px;
    border-radius: 6px;
    font-size: 14px;
    color: #4B8098;
}

.dataTables_length label {
    font-size: 14px;
    color: #4B8098;
}

.dataTables_filter input {
    background: #fff;
    box-shadow: 0px 10px 15px #0000000d;
    border: 1px solid #7F909F14;
    border-radius: 10px;
    width: 351px;
    color: #A4BFCB;
    font-size: 13px;
    padding: 10px 10px 10px 35px;
}

.table-responsive {
    position: relative;
}

#tableid_filter input:focus-visible,
.dataTables_length select:focus-visible {
    outline: none;
}

.previous {
    display: none;
}

.next {
    display: none;
}


/* End Date table */


/* Start common input */

.form-group {
    position: relative;
    text-align: left !important;
}

.input_box {
    background: #F2F7FA;
    border: none;
    width: 100%;
    padding: 9px 15px;
    border-radius: 38px;
    margin: 5px 0;
    color: #00405C;
    font-size: 14px;
}

.input_label {
    color: #A4BFCB;
    font-size: 12px;
}


/* End Common  input*/


/* Change Password modal*/

.change_Password .modal-content {
    border: none;
    border-radius: 24px;
}

.change_Password .toggle-password1,
.toggle-password2,
.toggle-password3 {
    position: absolute;
    top: 38px;
    right: 20px;
    color: #A4BFCB;
    font-size: 20px !important;
}

.change_Password .modal-title {
    font-size: 16px;
}


/* Start Common modal */

.modal-header {
    border-bottom: none;
}

.modal-footer {
    justify-content: center;
    border: none;
}

.modal-title {
    color: #00405C;
}

.modal-body {
    padding: 12px 24px 6px;
}


/* End Common modal */


/* Start Add Shipment */

.backButton .back_ {
    font-size: 14px;
    color: #A4BFCB;
    padding-left: 5px;
}

.input_shipment,
.postAd_upload_icon,
.form-select {
    background: #F2F7FA !important;
    border: none !important;
    width: 100% !important;
    padding: 9px 10px !important;
    border-radius: 38px !important;
    margin: 5px 0 !important;
    color: #00405C !important;
    font-size: 14px !important;
    appearance: none !important;
    resize: none;
}
.input_shipment_area{
    background: #F2F7FA !important;
    border: none !important;
    width: 100% !important;
    padding: 9px 10px !important;
    border-radius: 15px !important;
    margin: 5px 0 !important;
    color: #00405C !important;
    font-size: 14px !important;
    appearance: none !important;
    resize: none;
}
.input_shipment_area::-webkit-input-placeholder {
    color: #00405C;
    }
.input_shipment:focus-visible {
    box-shadow: none !important;
    outline: none;
}
.addNew_btn {
    border: 1px dashed #00405C;
    background: transparent;
    color: #00405C;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 600;
    margin-top: 30px;
    padding: 6px 20px;
}

.addNew_btn a {
    color: #00405C;
    font-size: 14px;
}

.shipment_form .form-group {
    margin-bottom: 15px;
}

.file-button {
    background: #00405C;
    color: #FFFFFF;
    border-radius: 18px;
    padding: 3px 10px;
}
.postAd_upload_icon {
    text-align: right;
}

#story {
    padding: 20px 30px;
    resize: none;
    border-radius: 15px;
}

#story:focus-visible {
    outline: none;
}

.border_box {
    background: #00405C;
    opacity: 10%;
    width: 98%;
    margin: 0 auto;
}

.addItem_btn {
    border: 1px dashed #00405C;
    background: transparent;
    color: #00405C;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 30px;
    padding: 6px 20px;
}

.radio_box .form-group {
    display: flex;
    align-items: center;
}

.shipment_box .nav-pills .nav-link.active,
.nav-link {
    background: transparent !important;
    padding: 10px 0 !important;
}

.form-group select:focus-visible,
.form-select:focus-visible .form-select:focus {
    outline: none;
    box-shadow: none;
}

.favorite {
    background: #00405C;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 6px 15px;
    color: #fff;
    font-size: 10px;
}
.favorite a{
    color: #FFFFFF;
}
.add_customer a {
    color: #FFFF;
    font-size: 14px;
}
.add_customer:hover a{
    color: #FFFFFF;
}
.form-select {
    background-image: url("../img/slected_.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: right 10px center !important;
}


/* Start Add Shipment */


/*Start Shipments*/

#tableshipment {
    width: 100%;
}

.shipment_details {
    font-size: 12px;
    color: #A4BFCB;
}

.shipment_table .shipment_subhead {
    font-size: 12px;
}

.calender_ {
    position: absolute;
    top: 36px;
    right: 12px;
}

.shipmentDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.srNumber {
    font-size: 16px;
    color: #F05123;
    background: #ffede9;
    padding: 4px 20px;
    border-radius: 15px;
}

.icon_box img {
    margin: 0 5px;
    cursor: pointer;
}

.shipmentcard_heading {
    font-size: 14px;
    color: #A4BFCB;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 15px;
}

.received_box {
    font-size: 20px;
    color: #00405C;
    font-weight: 600;
    margin: 10px 0;
}

.shipment_boxdetails {
    display: flex;
    margin: 10px 0;
}

.courier__boxdetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courier_card {
    display: flex;
}

.courier_link {
    font-size: 14px;
    color: #00405C;
    font-weight: 500;
}

.courier_cardmain {
    width: 100%;
    border-right: 1px solid #0000000D;
    position: relative;
    padding-left: 20px;
}

.courier_cardmain:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px dashed #9ec0ca;
    border-radius: 5px;
}

.shipment_username {
    color: #4B8098;
    font-size: 14px;
    margin-left: 10px;
}

.checkbox {
    position: absolute;
    left: -7px;
    top: 30px;
    z-index: 3;
}

.address_details {
    background: #f6f8fa;
    border-radius: 12px;
    padding: 20px;
}

.vendorrow {
    width: 100%;
    color: #A4BFCB !important;
    border: none !important;
}

.vendor_heading {
    font-size: 16px;
    color: #00405C;
    margin-top: 20px;
}

.vendorcard_heading {
    font-size: 14px;
    color: #A4BFCB;
    font-weight: 400;
    padding-top: 11px;
}

.vendorcard_subheading {
    font-size: 14px;
    color: #00405C;
    font-weight: 400;
}

.package_cardbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 5px;
}

.package_cardbox .vendor_heading {
    margin: 0;
}

.package_cardbox .icon_box {
    margin: 0;
}

.add_item {
    background: transparent;
    color: #00405C;
    font-size: 14px;
    border: none;
}

.payment_status {
    color: #F05123;
    font-weight: 400;
    padding-left: 20px;
}

.document_pdf {
    width: 100%;
    height: 100%;
    max-width: 150px !important;
    border-radius: 10px;
}
.calender_btn {
    border: none;
    background: #00425a;
    padding: 1px 3px 2px 3px;
    border-radius: 10px;
    margin-left: 10px;
}
.export_btn {
    background: #A4BFCB;
    border: none;
    padding: 11px 13px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    color: #FFFFFF;
    margin-left: 10px;
}
.bulkupload_btn {
    background: #A4BFCB;
    border: none;
    padding: 11px 15px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    color: #FFFFFF;
    margin-left: 10px;
}
.mainmodal_btn{
    background: #00405C;
    border: none;
    padding: 11px 15px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    color: #FFFFFF;
    margin-left: 10px;
}
.exporttype_box {
    text-align: center;
}
.export_icon {
    border: 1px solid #A4BFCB;
    border-radius: 10px;
    padding: 13px;
    margin: 10px;
}
/* Start Export Modal */
.exportbox .modal-dialog {
    max-width: 330px;
    margin: 1.75rem auto;
}
.exportbox .modal-header {
    justify-content: center;
    text-align: center !important;
    padding-bottom: 0;
}
.export_subheading{
    color: #4B8098;
    font-size: 16px;
}
/* End Export Modal */
/* Start Date picker Modal */
.rangepicker .calender_ {
    position: absolute;
    top: 38px;
    left: 12px;
}
.rangepicker .input_shipment{
    padding: 9px 35px !important;
}
.daterangepicker.show-calendar .drp-buttons {
    display: none;
}
.rangepicker .modal-body {
    height: calc(100vh - 300px);
}
.daterangepicker{
    border: none;
    font-family: 'Poppins', sans-serif !important;
}
.daterangepicker td.off{
    color: #4B8098 !important;
}
.daterangepicker .calendar-table td {
    color: #00405C;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #00425a !important;
    color: #fff !important;
    border-radius: 50% !important;
    height: 20px !important;
    width: 30px !important;
}
.rangepicker .modal-footer {
    justify-content: space-between !important;
}
.cancel_btn,.save_btn{
    min-width: 110px;
    margin-left: 10px;
}
/* End Date picker Modal */


/*End Shipments*/
/* Start pre-alertrequest */
.common_buttonbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button_box{
    display:flex;
}
.invoice_btn{
    background: #E5EBEE;
    border: 1px solid #E5EBEE;
    font-size: 14px;
    color: #00405C;
    font-weight: 400;
    border-radius: 20px;
    width: 100%;
    padding: 6px;
    max-width: 110px;
}
.invoice_icon{
    margin-right: 10px;
}
.pre-alertrequestsdetails{
    justify-content: end;
}
/* start customer_modal  */

.customer_modal .modal-content {
    border-radius: 24px !important;
    border: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}


/* Start  Containers page*/

.img_box {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.img_box img {
    margin: 0 5px;
}

.container_heading {
    font-size: 14px;
    color: #A4BFCB;
    font-weight: 400;
}

.container_subheading {
    font-size: 14px;
    color: #00405C;
}

.courier_container {
    border: none;
}


/* Start Add Containers Modal */

.add_Container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.add_Container .input_box {
    padding: 9px 10px;
    font-size: 14px;
    margin: 5px 0;
}

.add_Container .form-group {
    margin-bottom: 10px;
}


/* End Add Containers Modal */


/* End  Containers page*/


/* Start Customer page */

.status_update {
    background: #e9f6eb;
    color: #2DA52D;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    padding: 5px 10px;
}

.shipment_table {
    width: 100%;
}

.customer_details {
    display: flex;
    align-items: center;
}

.customerName {
    font-size: 20px;
    color: #00405C;
    font-weight: 600;
    padding-left: 20px;
    margin: 0;
}

.userDetails_customer {
    padding-left: 20px;
}

.userDetails_customer span {
    font-size: 14px;
    color: #A4BFCB;
}

.userDetails_customer img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.call_icon {
    margin-left: 3rem;
}

.customerDetails .shipment_graph {
    height: 344px;
}

.add_Customer .input_box {
    padding: 9px 10px;
    font-size: 14px;
    margin: 5px 0;
}
.add_Address .remember_me {
    margin-right: 0;
}
.bulkbranches .add_customer{
    background: #00405C;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 8px 19px;
    color: #fff;
}
.delete {
    margin-right: 8px;
}
.branchActivity {
    margin-left: 24px;
}
.filter {
    margin-right: 8px;
}
.bulk_upload {
    background: #A4BFCB;
    border: 1px solid #A4BFCB;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 19px;
}
.bulk_upload a {
    color: #FFFFFF;
}
.bulk_upload:hover a {
    color: #FFFFFF;
}
.favorite_filter a {
    background: #FFFFFF;
    color: #A4BFCB;
    margin-right: 5px;
}
.favorite_filter a:hover {
    color: #A4BFCB;
}
.favorite_filter:hover a{
    background-color: #FFFFFF;
    border-color: #A4BFCB;
}
.favorite_filter {
    background: #FFFFFF;
    font-size: 14px;
    color: #A4BFCB;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 10px 15px #0000000D;
    padding: 8px 19px;
}
.dropdown-item.listingStyle {
    color: #A4BFCB;
}
.dropdown-menu.show {
    display: inline-block;
    box-shadow: 0px 10px 15px #0000000d;
    border: 1px solid #7F909F14;
    border-radius: 10px;
}
.bulkbranches {
    display: flex;
    justify-content: end;
    text-align: center;
    align-items: center;
}
.click_here {
    font-size: 12px;
    color: #00405C;
    text-decoration: underline !important;
    cursor: pointer;
    display: inline-block;
}
.click_here:hover{
    color: #00405C;
}
/* End Customer page */


/* Start Content Tabs Css */

.contentManagement_tabs mt-3 {
    background: #A4BFCB;
    box-shadow: 10px 20px 40px #0000000d;
}

.contentManagement_tabs.nav-pills .nav-link.active,
.nav-link {
    padding: 10px 20px 10px 0 !important;
    font-size: 16px;
    color: #A4BFCB;
}

.contentManagement_tabs .nav-link.active {
    color: #00405C;
    font-weight: 600;
}

.contentManagement_tabs .nav-link:hover {
    color: #00405C;
}

.contentManagement_tabs.nav-link {
    color: #00405C;
}

.contenttabs {
    padding: 12px;
    background: #F2F7FA;
    border-radius: 15px;
}

.contentinnertext {
    font-size: 14px;
    color: #00405C;
}

.innretext {
    color: #A4BFCB;
    font-size: 14px;
    padding: 0 margin;
}

.contentUpdate {
    text-align: end;
    padding: 12px;
}


/* End Content Tabs Css */


/* Start Branches Css */

.active-styled_btn {
    font-size: 16px;
    color: #2DA52D;
    background: #2da52d29;
    padding: 4px 20px;
    border-radius: 6px;
}

.activities_user.activities_ {
    border: none;
}

.graph_ {
    width: 100%;
    height: 224px;
}


/* Start Add Branches Modal */

.branch_Container .modal-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.branch_Container .input_box {
    padding: 9px 10px;
    font-size: 14px;
    margin: 5px 0;
}

.branch_Container .form-group {
    margin-bottom: 10px;
}

.save_btn {
    background: #00405C;
    border: 1px solid #00405C;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    padding: 6px;
    max-width: 110px;
}

.cancel_btn {
    background: #A4BFCB;
    border: 1px solid #A4BFCB;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    padding: 6px;
    max-width: 110px;
}


/* Start Add End Modal */


/*End Branches Css */


/* Start Invoice Css */
#disabled_btn {
    border: none;
    padding: 4px 8px;
    border-radius: 10px;
    background: #E9F6E9;
    color: #2DA52D;
}
#disabled_btn:after {
    margin-left: 1rem !important;
}
#unable_btn {
    border: none;
    padding:4px 8px;
    border-radius: 10px;
    background: #ffe6e6;
    color: #EE0505;
}
#unable_btn:after {
    margin-left: 1rem !important;
}
.activities_icon {
    margin-right: 12px;
    width: 40px;
}

.shipment_blue {
    font-size: 12px;
    color: #228BE6;
    background: #228be629;
    padding: 4px 8px;
    border-radius: 15px;
    text-align: center;
}
/* End Invoice Css */


/* Start Support Ticket */

.shipment_orange {
    font-size: 12px;
    color: #F59F00;
    background: #f59f0045;
    padding: 4px 8px;
    border-radius: 15px;
    text-align: center;
}
/* End Support Ticket */


/* Start Support Ticket Details */
.ticket_green {
    font-size: 16px;
    color: #2DA52D;
    background: #e9f6eb;
    padding: 4px 20px;
    border-radius: 15px;
}

.ticket_user {
    margin-right: 10px;
}

.ticketSubtext {
    font-size: 14px;
    color: #A4BFCB;
}

.supporTicket {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-para {
    color: #A4BFCB;
    font-size: 14px;
}

.support_link {
    color: #00405C;
}

.ticketsRepliesdetails {
    background: #a4bfcb47;
}

.ticketDetails_right.replies {
    display: flex;
}

.time-icon {
    margin-right: 3px;
}

.ticketInnertext {
    font-size: 12px;
    color: #4B8098;
}

.dashed_ .postAd_upload_icon {
    border: 1px dashed #A4BFCB !important;
    border-radius: 15px;
}

.inputfile-box.active {
    padding-top: 30px;
}

.dashed_ .postAd_upload_icon {
    text-align: center !important;
    background: none;
}

.ticketcontentred {
    color: #EE0505;
    font-size: 10px;
    margin-bottom: 30px;
}

.file-button.support-button {
    background: #00405C;
    color: #FFFFFF;
    border-radius: 18px;
    padding: 7px 10px;
    font-weight: 600;
}

.dashed_ .container_heading {
    margin: 9px;
}
/* End Support Ticket Details */

/*===End Dashboard Right Content===*/
/*EditCashier Details*/

.user_profile.more_edit .modal.show .modal-dialog {
    transform: none !important;
    right: 60px !important;
    position: absolute !important;
    top: 70px !important;
    cursor: pointer;
}

.user_profile.more_edit .modal-content {
    width: 100%;
    border-radius: 24px !important;
    border: none !important;
    max-width: 151px;
    padding: 14px 3px 11px 13px;
    margin: 0 auto;
}

.user_profile.more_edit .modal-content::after {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid white;
    position: absolute;
    content: "";
    border-width: 10px 0 10px 13px;
    right: -13px;
    top: 29px;
    cursor: pointer;
}

.editCashier {
    cursor: pointer;
}
/*EditCashier Details*/

.cash-menu {
    border: none;
    border-radius: .25rem;
    right: 18px !important;
    top: -52px !important;
    box-shadow: 10px 20px 40px #0000000D;
}

.cash-menu::after {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid #fff;
    position: absolute;
    content: "";
    border-width: 10px 0 10px 13px;
    right: -13px;
    top: 29px;
    cursor: pointer;
}


/* Start Sweet alert */

.icon.warning.pulseWarning {
    display: none !important;
}

.cancel {
    background-color: #A4BFCB !important;
}
.deleteAccount .modal-body {
    padding: 12px 24px 6px;
    text-align: center;
}
.deleteAccount .modal-header{
    margin: 0 auto;
}
.deleteAccount .textSubacc {
    color: #4B8098;
    font-size: 16px;
    font-weight: 400;
}
.deleteAccount .modal-dialog {
    max-width: 300px;
    margin: 0 auto;
}
/* End Sweet alert */

/* Start Warehouse css */
.shipment_green {
    font-size: 12px;
    color: #2DA52D;
    background: #E9F6E9;
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
    border: none;
}
/* Start  Content Managment*/
.contentManagement_tabs.nav-pills .nav-link.active, .nav-link {
    padding: 10px 20px 10px 0 !important;
    font-size: 16px;
    color: #A4BFCB !important;
} 
.contentManagement_tabs .nav-link.active {
    color: #00405C !important;
    font-weight: 600;
}
/* Start Delete Modal */
/* Start Invoice details */
.print_svg{
    margin-right: 10px;
}
