@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

.nav_header_div img {
    display: none;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff9f2;
}

/* ================nav.navbar================= */

nav.navbar.navbar-expand-lg.navbar-light.bg-light.main_header_bar {
    padding: 20px 50px !important;
}

.toggle_links_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 30px;
}

span.select2-search.select2-search--inline {
    position: absolute;
}


.header_title_store {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
    max-width: 90%;
    /* margin: auto; */
}

.header_title_store h1 {
    margin: 0 !important;
}

a.btnn-arrow {
    padding: 6px;
    text-align: center;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: auto;
    display: flex;
    color: #222222;
    font-weight: bold;
}


img {
    width: 100%;
    display: block;
}

header.header-nav {
    background-color: #FFF;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-top: 5px solid rgb(252, 138, 3);
    padding-block: 12px;
    width: 100%;
    position: relative;
}

.logged-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 50px;
}

.nav-text-logo {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fc8a03;
}

.user-login {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
a.user-login.dropbtn span {
    color: #6666669e !important;
}
.user-login img {
    width: 30px;
    border-radius: 50px;
    padding: 5px;
    object-fit: scale-down;
}

button.user-login.dropbtn span {
    font-size: 18px;
}

.cross-login-form {
    padding: 0px 0px 40px;
}

#crosslogin .cross-login-form-box {
    background-color: #FFF;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 620px;
    margin: 60px auto;
}

#crosslogin .cross-login-form-box .login-heading-image img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 7px;
}

#crosslogin .cross-login-form-box .login-heading-image h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

#crosslogin .cross-login-form-box .login-input-bx {
    margin-bottom: 25px;
}

#crosslogin .cross-login-form-box .minus-margin {
    margin-bottom: 30px;
}

#crosslogin .cross-login-form-box .login-input-bx label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

#crosslogin .cross-login-form-box .login-input-bx span {
    position: relative;
    display: block;
}

#crosslogin .cross-login-form-box .login-input-bx span img {
    position: absolute;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

#crosslogin .cross-login-form-box .login-input-bx input {
    width: 100%;
    text-align: left;
    padding: 15px 15px 15px 50px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d6d9dd;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif !important;
}

input.valid {
    font-size: 14px !important;
}


#crosslogin .remember-forgiot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.error {
    color: red !important;
}

#crosslogin .remember-forgiot .rememberr label {
    text-align: left;
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

#crosslogin .remember-forgiot .rememberr label input[type="checkbox"] {
    width: auto;
    margin: 0;
    position: relative;
    border: 2px solid #d6d9dd;
    border-radius: 0px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 3px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    border-radius: 0px;
}

#crosslogin .remember-forgiot .rememberr label input[type=checkbox]:checked {
    background-color: #fc8a03;
    opacity: 1;
    border-color: #fc8a03;
}

#crosslogin .remember-forgiot .rememberr label input[type=checkbox]::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

#crosslogin .remember-forgiot .rememberr label input[type=checkbox]:checked:before {
    border-color: #FFF;
}

#crosslogin .forgotpp a {
    color: #0062c7;
    font-size: 14px;
    font-weight: 400;
}

.subbtn button {
    background-color: #fc8a03;
    border: 0;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 10px;
    color: #fff;
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-inline: auto;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    
}

.subbtn button img {
    width: 14px;
}


.search_bar .input-group {
    margin-bottom: 0px !important;
}





/* Store List Page */
.dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.dropdown {
    position: relative;
    display: inline-block;
    min-width: 150px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 185px;
    overflow: auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
    left: -90px;
    top: 35px;

}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.show {
    display: block;
}

.dropdown-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    font-size: 12px;
    font-weight: 400;
}

.dropdown-content a img {
    width: 17px;
}

.stores-list-sec {
    max-width: 1360px;
    margin: 0 auto;

}
section#storeslist {
    margin-top: 60px;
    margin-bottom: 30px;
}
section#total-sale {
    margin-bottom: 60px;
}

section#storeslist {
    min-height: calc(100vh - 194px);
}

.nav-item a {
    font-size: 16px !important;
    color: #666666;
}

.top-information,
.bottom-information {
    padding: 0 20px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #29cc97;
    top: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    font-weight: bold;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: fec400;
}




/* ===================================EASY CROSSBORDER table ====================================== */


table.table.table-striped.table-hover .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}
.Store_table {
    overflow: auto;
    border-radius: 10px 10px 0px 0px;
}

table.table.table-striped.table-hover {
    width: 1360px;
    margin-bottom: 1rem;
    color: #8a909d;
    background: white;
    max-width: 1360px;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px ;
    overflow: auto;
    border: 1px solid #cccccc3f;
}

table.table.table-striped.table-hover th,
td {
    width: auto;

}
th.Installation.Date {
    width: 250px !important;
}

th.Seral_no {
    width: 100px !important;
}

.table-hover thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #cccccc;
    color: #666666;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 20px;
}

li.select2-selection__choice button {
    border: none !important;
    box-shadow: none !important;
}


section#general-setting-section .pagination-section {
    border: none !important;
    box-shadow: none !important;
}
table.table.table-striped.table-hover td {
    vertical-align: middle;
    border-top: 1px solid #e5e9f2;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 10px 20px;
    height: 55px;
}

table.table.table-striped.table-hover thead th,
tbody tr td:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}





table.table.table-striped.table-hover tr td:nth-child(4) {
    text-align: start;
}

section#total-sale table.table.table-striped.table-hover tr td:nth-child(3) {
    text-align: end !important;
}

table.table.table-striped.table-hover tr td:nth-child(5) {
    text-align: end;
    /* max-width: 148px !important; */
    display: flex;
    align-items: center;
    gap: 10px;
}

section#total-sale table.table.table-striped.table-hover tr td:nth-child(4) {
    text-align: end;
}


.table-hover td button {
    background-color: #fc8a03;
    border: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    margin-left: auto;
    box-shadow: 0px 1px 0px #935000;
    justify-content: center;
}

.table-hover td span.material-symbols-outlined {
    font-size: 20px;
}

.Completed {
    padding: 6px 12px;
    background: #c5f3bb;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

.Pending {
    padding: 6px 12px;
    background: #f9cdcd;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

.Underway {
    padding: 6px 12px;
    background: #f3e8bb;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

.table_header_sec_store_list {
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto 15px;
    align-items: center;
}


.filter_btn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 350px;
}

.table_header_sec_store_list h1, .table_header_sec h1 {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;

}
.shippment_label {
    font-size: 16px; 
    font-weight: bold;
    margin-bottom: 30px; 
    color: #222222;
}
.map_too {
    position: absolute;
    bottom: 20px;
    right: -12px;
    color: #000;
    font-size: 13px;
}
.chat-badge-count {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-left: -23px;
    margin-top: -27px;
    padding: 7px;
    line-height: 8px;
}
.form-outline {
    display: flex;
    align-items: center;
}

.search_bar span.material-symbols-outlined {
    margin-right: 0;
    position: relative;
    right: 4px;
    color: #ffffff;
    font-weight: 600;
    background: #ff803a;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 1px red; */
}
.manual_order_note {
    margin-top:5px;
    font-size: 11px;
    font-style: italic;
    color:#000;
}
.filter_btn span {
    font-size: 22px;
}

.filter_btn button {
    padding: 10px 30px;
    text-align: center;
    background: white;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    color: #000;
    border-top: none !important;
}



input#search-focus {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    background: white;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    min-width: 300px;
    height: 45px;
}

input#search-focus::placeholder {
    color: #666666;
}
th.Store_name_title {
    width: 350px !important;
}

th.Store_Status {
    width: 200px !important;
}


.pagination-section {
    max-width: 100%;
    padding: 20px;
    background: white;
    border-top: 1px solid #e5e9f2;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 1px 2px #0000002b;
}

.pagination-section h4 {
    font-size: 14px;
    color: #666666;
    font-size: 400;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    height: auto;
}

div#orderstable_paginate .pagination .page-link {
    color: #666666;
    padding: 5px 14px !important;
    font-size: 14px;
    border: 1px solid #ddd !important;
}


.pagination .page-link {
    padding: 5px 14px !important;
}



ul.pagination {
    padding-top: 10px;
}

li.paginate_button.page-item.active a {
    color: white !important;
}

.active>.page-link, .page-link.active {
    background-color: #fc8a03 !important;
    border-color: #fc8a03 !important;
    color: white !important;
}

.footer {
    background-color: #FFF;
    text-align: center;
    box-shadow: 2px -1px 2px 0px rgba(0, 0, 0, 0.1);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #fc8a03;
    border-color: transparent;
    color: #fff;
}


.footer-inner-section {
    padding: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.drp-buttons .btn-primary {
    color: #fff;
    background-color: #fc8a03;
    border-color: #fc8a03;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #fc8a03 !important;
    border-color: transparent;
    color: #fff;
}

.footer-inner-section span {
    color: #fc8a03 !important;
}

.footer-inner-section p,
a {
    color: #666666 ;
    font-size: 14px ;
    font-weight: 400;
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: none !important;
}

thead tr td:first-child {
    border-radius: 10px 0px 0px 0px;
}

/* 
==============================================  Store Details  ============================================== */

.Store_Details_inner h1 {
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 30px;

}

.container-fluid.Store_Details_section {
    padding: 50px 0px 40px;
    max-width: 1480px;
    margin: 0 auto;
}

.Profile_section {
    padding: 20px 30px;
    background: white;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    width: 100%;
    min-height: 425px;
    box-shadow: 0px 0px 2px #0000002b;
}

.Store_Details_inner {
    width: 100%;
}

.img_store_profile {
    background: antiquewhite;
    display: inline-block;
    border-radius: 52px;
}

.img_store_profile img {
    width: 50px;
    padding: 12px;
}

.Store-details_section {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 26px 0px;
}

.Store-content-text h5 {
    color: #fc8a03;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

}

.Store-content-text h3 {
    font-size: 16px;
    font-weight: 500;
    color: #212222;
    line-height: 24px;

}


.Parcels-Created-section {
    padding: 20px 30px;
    background: white;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    width: 100%;
    min-height: 425px;
    box-shadow: 0px 0px 2px #0000002b;
}



.date-picker-div label {
    background: antiquewhite;
    padding: 8px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #fc8a03;
}

.date-picker-div span {
    font-size: 24px;
}

.parcel-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.date-picker-div input[type="text"] {
    position: absolute;
    right: 48px;
    width: 40px;
    margin-top: 10px;
    opacity: 0;
    height: 33px;
    font-size: 50px;
    cursor: pointer;
}

.btnn {
    background-color: #fc8a03;
    border: 0;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    /* margin-left: auto; */
    box-shadow: 0px 1px 0px #935000;
    width: 56px;
}

.Shipping-Charges-sec {
    padding: 20px 30px;
    background: white;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    width: 100%;
    min-height: 425px;
    box-shadow: 0px 0px 2px #0000002b;
}

.Store_Details_inner .row h1 {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
}


.shipping_inner_content p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: inherit;
}

.shipping_inner_content h2 {
    font-size: 36px;
    color: #fc8a03;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px;
}

/* section#total-sale table.table.table-striped.table-hover th, td {
    width: 225px;
} */

th.main_Selected_carrier {
    width: 370px;
}

th.id_img {
    width: 200px;
}
th.Label-id {
    width: 200px !important;
}
.form_date_picker_div input {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    background: white;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    min-width: auto;
}

.form_date_picker_div {
    text-align: end;
}

.form_date_picker_div label {
    color: white;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    margin: -41px -45px;
    height: 38px;
    background: #fc8a03;
    display: none;
}

.menu_btn_div {
    display: none;
}

#crosslogin {
    min-height: calc(100vh - 120px) !important;
}






/* =========================================    new--------------------------- */



/* span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    align-items: center;
}


nav.flex.items-center.justify-between {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pagination-section a.relative {
    min-width: 30px;
}
.pagination-section svg.w-5.h-5 {
    width: 16px;
} */



.w-50-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 35px;
}

.nav_link_header {
    display: flex;
    align-items: center;
    gap: 30px;
}

a.active_header_link {
    font-weight: 600;
    color: #fc8a03 !important;
    
}

/* 
.form_section {
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px rgba(128, 128, 128, 0.315);
} */

.last-group-input-field,
.second-part-inputs,
.first-part-inputs {
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px rgba(128, 128, 128, 0.315);
    margin-bottom: 40px;

}



.form_section .col-6 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.last_input {
    display: flex;
    flex-direction: column;
}

.store_setting {
    max-width: 1360px;
  margin: 0 auto;
    min-height: calc(100vh - 150px);
}


.form_section label {
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 2px;
}

.form_section input {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.form_section textarea {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;

}

.input_text_form textarea {
    min-height: 150px;
}



.form_section select {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.form_seclect_group input[type="checkbox"] {
    width: auto;
    margin: 0;
    position: relative;
    border: 2px solid #d6d9dd;
    border-radius: 0px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 3px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    border-radius: 0px;
}

.form_seclect_group {
    width: 100%;
    padding: 30px;
    position: relative;
}

select.form-select {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    background-color: white;

}

.checkbox_part {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.checkbox_part label {
    margin: 0;
}

.form_seclect_group .col-12 {
    display: flex;
    align-items: center;
}

.input_text_form {
    margin-bottom: 10px;
    /* padding: 10px; */
}


.table_header_sec.more_table_title {
    padding-bottom: 15px;
    width: 100% !important;
}

.add_more_text a {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 0;
    font: 14px;
}

.add_more_text span.material-symbols-outlined {
    font-size: 20px;
}


.submit_btn_div button {
    background-color: #fc8a03;
    border: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
   
}

.order_split_toggle {
    display: flex;
    gap: 0;
}
.order_split_toggle label.switch {
    margin-left: 50px;
}


.submit_btn_div {
    text-align: end;
    display: flex;
    justify-content: end;
    padding-left: 10px;
    margin-bottom: 30px;
}

.map_content {
    width: 50%;
}

form.carrier_config_form {
    overflow: auto;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}


span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    width: 100%;
    text-align: left;
    padding: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    max-height: 45px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0px !important;
    color: #666666 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    gap: 10px !important;
    display: inline-flex !important;
}

.form_seclect_group .row {
    align-items: center;
    display: flex;
}


.google-api input{
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    border: 1px solid #d6d9dd;
    border-radius: 5px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.shapping-rule-inner {
    display: flex;
    align-items: end;
}


.toggle-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
div#stripe_mode .toggle-btn-div {
    justify-content: start;
}



/* ============================================  toggle button============================ */


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    margin: 0;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
  }
  
  input:checked + .slider {
    background-color: #fc8a03;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #fc8a03;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .toggle-btn-div p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}


.Shipping-Carrier-Configuration-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d9dd;
    width: 100%;
    padding: 20px 0px;
    gap: 40px;
}

.form-switch {
    padding-left: 0 !important;
}

.form-check {
    padding-left: 0 !important;
    
}

.title-row.gx-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_section_carrier h2 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: capitalize;
}
.title_section_carrier {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #d6d9dd;
    padding: 20px 0px;
}

.countery p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.countery {
    width: min-content;
}
.choose_buttons {
    width: 50%;
}

.dni_image_input{
    width: 59% !important;
    padding: 8px !important;
}

.toggle_main_div {
    width: 22%;
}

.main-section-row {
    display: flex;
    justify-content: space-between;
}

li.select2-selection__choice span {
    color: #fc8a03;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e47d !important;
    border: 1px solid #eeeeee !important;
}

.btn-orange,.btn-orange:hover {
    background : #ff852a;
    color: #fff;
    border : solid #ff852a
}


span.select2-selection.select2-selection--multiple {
    padding: 10px;
    border: 1px solid #d6d9dd;
}

.select2-container .select2-search--inline .select2-search__field{
margin: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field{
    height: 20px !important; 
}

select.form-select , .form_section input {
    height: 44px;
    min-width: 108px;
}
th.id_img.Delete {
    max-width: 92px;
}
th.countery {
    min-width: 200px;
}

th.Default-Carrier , th.Needed.text-center {
    min-width: 150px;
}




    .toggle_main_div.order-sm-2.main_Selected_carrier {
        width: 42% !important;
    }
    h2.toggle_main_div.main_Selected_carrier {
        width: 50% !important;
        margin-left: 10px;
    }
    h2.toggle_main_div.id_img {
        margin-left: 10px;
    }
    .toggle_main_div.order-sm-2.upload_file_row {
        width: 20% !important;
    }


    .d-flex.align-items-center.input_img_div {
        gap: 10px;
    }

    .input_img_div img{
    
      height: 40px;
      width: 40px;
      object-fit: cover;
      border: 1px solid #ddd;
      padding: 5px;
    }

    .toggle_main_div.order-sm-2.toggle_switch_td {
        max-width: 100px;
    }

    .popup_section {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.634);
        display: none;
        right: 0;
    }

/* button.btn.btn-orange{
        height: 40px;
        padding: 5px 14px;
    } */

    .popupinner_div {
        max-width: 550px;
        height: auto;
        margin: 20vh auto;
        background: white;
        border-radius: 5px;
        box-shadow: 0px 0px 10px #80808063;
        position: relative;
    
    }

    span.material-symbols-outlined.close-popup-btn {
        height: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 18px;
    }

    /* .popupinner_div h3 {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;  
        padding-bottom: 10px;
        font-size: 20px;
        color: #222;
        text-transform: capitalize;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 14px;
    } */


    .total-row {
        justify-content: space-between !important;
    }
  
    .total-container {
        color: rgb(14, 14, 14);
        max-width: 450px;
        margin-left: auto;
        margin-top: 20px;
        box-shadow: 0px 0px 10px #80808030;
        padding: 20px;
        border-radius: 0;
        font-size: 14px;
    }

    .total-row.Grand_total {
        font-size: 17px;
        font-weight: 600 !important;
        color: #000;
    }
    .total-label {
        text-align: left;
        font-weight: 400 !important;
    }
    .total-row.Grand_total b {
        font-weight: 600 !important;    
    }
    .total-row.Grand_total span.total-label {
        font-weight: 600 !important;
    }





  /*========================== chat_box======================== */

  .chat_box_content {
    margin: 30px auto !important;
    text-align: center;
    margin-top: 0;
    max-height: 300px;
    width: 90% !important;
    min-height: 300px;
    justify-content: end;
    display: flex !important;
    flex-direction: column;
}

    .main_msg_box {
        display: flex;
        justify-content: space-around;
        gap: 20px;
    }

    .text_msg_card {
        padding: 10px;
        text-align: start;
        border: 1px solid rgba(221, 221, 221, 0.485);
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 5px #dddddd40;
        transition: all ease-in-out 0.5;
        position: relative;
    }
    .text_msg_card h5 {
        color: #222;
        font-size: 14px;
        margin: 0;
        line-height: 24px;
        
    }

    .text_msg_card:hover {
        transform: scale(1.01);
        background: #ff852a14;
        cursor: pointer;
    }


    input.search_input {
        max-width: 650px;
        margin: 0 auto;
        display: block;
        border-radius: 10px;
        border: 1px solid rgb(221, 221, 221);
        box-shadow: 0px 0px 5px #dddddd40;
        position: relative;
        height: 60px;
    }
    
    .text_msg_card::after {
        content: "\e163";
        position: absolute;
        font-size: 20px;
       visibility: hidden;
        z-index: 99999;
        color: #222;
        font-family: 'Material Symbols Outlined';
        right: 10px;
        top: 6px;
    }

    .text_msg_card:hover::after {
        visibility: visible;
    }
    input#input_message:hover + span {
        visibility: visible;
        opacity: 1 !important;
    }
    span#Send_arrow_icon:hover {
        opacity: 1 !important;
        color: #ff852a !important;
    }
    input#input_message:focus {
        border: 2px solid #fc8a03;
        box-shadow: 0px 0px 10px rgba(255, 226, 201, 0.793);
    }

    span#Send_arrow_icon {
        position: absolute;
        right: 25px;
        cursor: pointer;
        color: #222;
        font-size: 20px;
        opacity: 0.4;
    }
    
    textarea#input_message {
        padding: 10px 90px 10px 10px;
        color: #757575;
        font-weight: 400 !important;
        font-size: 14px !important;
    }
    span#attach_file_icon {
        right: 58px;
        font-size: 20px;
        color: #222;
        opacity: 0.4;
        top: 0;
        cursor: pointer;
    }

    span#attach_file_icon:hover{
        color: #fc8a03;
        opacity: 1;
    }

    .search_bar {
        max-width: 90%;
        margin: 0 auto;
        position: relative; 
        display: flex;
        align-items: center;
    }

    .chat-box {
        max-width: 90%;
        margin: 30px auto;
        background-color: #ffffff;
        border: 1px solid rgba(204, 204, 204, 0.439);
        border-radius: 5px;
        padding: 10px;
        min-height: 300px;
        max-height: 300px;
        overflow: auto;
        box-shadow: 0px 0px 5px #dddddd40;
    }

    .message {
        color: #222;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 5px 0;
        clear: both;
    }
    .message span {
        font-size: 10px;
    }
    .message small {
        font-size: 12px;
        margin-right: 5px;
    }

    .user_detail_div {
        text-align: end;
        display: block;
        padding: 2px 12px;
    }

    .receiver-message .user_detail_div {
        text-align: start;
        display: block;
        padding: 2px 12px;
    }

    .message.receiver-message .message_div {
        display: inline-block;
        background-color: #f2f2f2;
        padding: 10px 12px;
        border-radius: 10px;
        max-width: 350px;
    }
    .sender-message .message_div {
        float: right;
        background-color: #eaf3fd;
        padding: 10px 12px;
        border-radius: 10px;
        max-width: 350px;
    }
    .message.sender-message img {
        margin-left: auto;
    }

    .receiver-message {
        display: inline-block;
        float: left;
    }

    .message-input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .send-button {
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px;
        cursor: pointer;
        margin-top: 10px;
    }
    .search_bar label {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .message.sender-message {
        margin-bottom: 30px;
    }

    img.popup_dni_img {
        float: none;
        margin: 20px auto;
        max-width: 100%;
    }
    .chat-box .message img {
        border-radius: 5px;
    }

    .nav-item a {
        font-size: 14px !important;
        color: #666666;
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 216, 169, 0.611);
    border-radius: 5px;
    
   
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fc8a03; 
    border-radius: 5px;
   
  }
  
  .sidebar {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    z-index: 1050;
    min-height: 100%;
    position: relative;
    background: #202223;
    width: 300px;
    position: absolute;
    top: 65px;
   
    left: 0;
}

.sidebar-container {
    padding: 30px 10px;
}



.sidebar-container a {
    font-size: 16px;
    color: white;
}

.sidenav a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 10px;
    width: 100%;
    border: 0.5px solid #ddd;
    border-radius: 5px;
}
.chat_history a {
    display: flex;
    font-size: 14px;
    background-color: #ffffff1f;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 16px;
    margin-right: 10px;
    gap: 8px;
    /* align-items: center; */
}

.chat_history .selected_chat {
    background-color: #d4d4d4e6;
    color: #000;
}

.chat_history span {
    font-size: 18px;
    margin-top: 4px;
}

.chat_history a div {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.chat_history p {
    font-size: 14px;
    line-height: 18px;
    max-width: 155px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
}

.chat_history p span {
    font-size: 12px;    
    margin: 0 !important;
}

.chat_history {
    max-height: 65vh;
    overflow: auto;
}



.sidenav {
    margin-bottom: 50px;
}


.chat_history::-webkit-scrollbar {
    width: 6px;
    height: 4px;
  }
  

  .form_section.main_chat_box_div {
    margin-left: 250px;
}

.edit_title_input {
    overflow: visible;
    width: 100%;
    border-radius: 4px;
    border: none;
    padding: 3px;
}

.second-part-inputs {
    /* overflow: auto; */
    position: relative;
}

.filter_div {
    display: flex;
    justify-content: flex-end;
    gap:10px;
}

.filter_div .form-control {
    width: 15%;
}

.filter_div select {
    height: 42px !important;
    padding: 0px 5px !important;
    background: transparent !important;
    z-index: 99;
}
input.form-control.form-control-sm {
    height: 36px;
}

section.Push_notification_Sec .table_header_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


section.Push_notification_Sec .table_reponsive {
    overflow: auto;
    min-height: 180px;
}

span.material-symbols-outlined.deleteLabelInputs {
    color: #222222;
    font-size: 20px;
}

.dropdown.bootstrap-select.show-tick button.btn.dropdown-toggle.btn-light.bs-placeholder {
    border: 1px solid #ddd;
    background: transparent;
}







table.table.table-striped.table-hover.push_noti_form_table {
    max-width: 100% !important;
    width: 100% !important;
}

.second-part-inputs_two .pagination-section {
    justify-content: end;
}
.HS_CODE_TABLE th, td {
    padding: 20px 10px !important;
}

table.table.table-striped.HS_CODE_TABLE {
    background: white;
    border-radius: 10px 10px 0px 0px;
    overflow: auto;
    max-width: 100%;
}

table.table.table-striped.HS_CODE_TABLE .pagination-section {
    justify-content: end !important;
}
table.table.table-hover.general-setting-table th, td {
    padding: 20px 10px !important;
}

span#Header_nav_links_menu {
    display: none;
}
span#Header_nav_links_close {
    display: none;
}


/* ===========================tooltip================= */
 .tooltip_me {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tooltip_me span{
    font-size: 18px;
    color: #666;
    padding: 2px;
  }
   .tooltip_me .tooltiptext {
    visibility: hidden;
    width: 325px;
    background-color: #fff9f2;
    color: #111;
    text-align: center;
    border-radius: 6px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    text-align: start;
    font-weight: 400;
    margin-left: 8px;
    text-transform: math-auto;
}
span.tooltiptext::before {
    position: absolute;
    left: -4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    /* right: 15px; */
    transform: rotate(45deg);
    top: 7px;
}


   .tooltip_me:hover .tooltiptext {
    visibility: visible;
  }

td {
    vertical-align: top !important;
}


.help_icon {
    width: 50px;
    position: fixed;
    top: 87vh;
    box-shadow: 0px 0px 5px rgba(255, 223, 209, 0.964);
    z-index: 9;
    right: 30px;
    border-radius: 60px;
    cursor: pointer;
}
.help_icon:hover {
    transform: scale(1.04);
}





  /* ==========tooltip end========= */

@media (min-width:1601px) {

.chat_box_content , .chat-box {
    max-height: 60vh;
    min-height: 60vh;
   
}

.form_section.main_chat_box_div {
    margin-left: 150px;
}

}


    @media (max-width:1600px) {


        .form_seclect_group.last-group-input-field {
            margin-right: 50px;
        }



    table#orderstable {
        width: 1900px !important;
        overflow: hidden;
    }
    /* .second-part-inputs .col-sm-12 {
        overflow: auto;
    } */

    .w-50-header {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 30px;
    }
    
    .dropdown {
        min-width: 120px;
    }
    section#storeslist {
        padding: 0px 20px;
    }

    }


@media (min-width:1280px) {


    .Store_Details_inner .col-lg-6 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .Store_Details_inner .col-lg-3 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

}


@media (min-width:1025px) and (max-width:1600px) {
    table.table.table-striped.HS_CODE_TABLE th {
        min-width: 235px;
    }



    .nav_link_header {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .nav-item a {
        font-size: 12px !important;
        color: #666666;
    }

    canvas#myChart {
        margin-top: 30px;
    }
    .title_section_carrier {
        gap: 0px !important;
        width: 100% !important;
    }
    .choose_buttons {
        width: 50% !important;
    }
    .Shipping-Carrier-Configuration-row {
        width: 100% !important;
        gap: 0px !important;
    }
    .toggle_main_div {
        width: 25% !important;
    }




    #crosslogin .cross-login-form-box {
        width: 500px;
        margin: 30px auto;
    }
    .subbtn button {
   margin-top: 20px;
    }

    .stores-list-sec {
        max-width: 1265px;
    }

    .table_header_sec {
        max-width: 1360px;

    }



    

    .container-fluid.Store_Details_section {
        padding: 40px 0px;
        max-width: 1140px;
        margin: 0 auto;
    }

    table.table.table-striped.table-hover th, td {
        width: auto;
    }
    .Store-details_section {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin: 20px 0px;
    }
    .form_date_picker_div input {
        min-width: 220px;
    }
    section#total-sale table.table.table-striped.table-hover th, td {
        width: auto;
    }


}

@media (max-width: 1200px) {

    .col-lg-11.d-flex.justify-content-md-end {
        max-width: 92%;
    }

    table.table.HS_product_table {
        width: 1200px;
    }
    .hs_responsive {
        overflow: auto;
    }
    .store_data {
        display: flex;
        justify-content: start;
        gap: 50px !important;
    }

    .nav_header_div img {
        display: block !important;
    }

    span#Header_nav_links_close {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #222;
        cursor: pointer;
    }
    .nav-text-logo img {
        margin-left: 25px;
    }
    .nav_header_div {
        margin-bottom: 30px;
    }
    div#Header_nav_links {
        display: none;
        position: fixed;
        background: white;
        text-align: start;
        padding: 20px;
        left: 0;
        top: 0;
        height: 100vh;
        max-width: 350px;
        z-index: 9999;
        box-shadow: 1px 0px 5px #6e6e6e4d;
        border-top: 5px solid #ff852a;
    }
    div#Header_nav_links .nav-item {
        margin-bottom: 20px;
    }
    div#Header_nav_links .nav-item a {
        font-size: 16px !important;
        color: #666666;
    }

    span#Header_nav_links_menu {
        display: block;
        position: absolute;
        left: 3px;
        color: #222;
        font-size: 32px;
        cursor: pointer;
        z-index: 999;
    }


    .Store_table {
        overflow: auto;
        max-width: 1200px;
    }


    .pagination-section {
        max-width: 1200px;
    }
    section#storeslist {
        overflow: hidden;
    }
    tr.ui-sortable-handle td.row {
        padding: 20px 0px !important;
    }
    section#storeslist .table_reponsives {
        overflow: auto;
    }

    table.table.table-striped.HS_CODE_TABLE th {
        min-width: 235px;
    }
}

@media (min-width:768px) and (max-width:1024px) {



    .col-lg-10.col-sm-12.d-flex.justify-content-md-end {
        max-width: 84%;
    }

    table.table.table-striped.table-hover {
        overflow: hidden;
    }

 

    .main-section-row {
        flex-direction: column;
    }
    .Shipping-Carrier-Configuration-row {
        width: 100% !important;
       
    }
    .submit_btn_div {
        padding-top: 0px;
    }


    .logged-header-nav {
        padding-inline: 10px;
    }



    .stores-list-sec {
        overflow: auto;
    }

    .form_seclect_group .row {
        gap: 10px !important;
    }

    .stores-list-sec,
    .pagination-section,
    table.table.table-striped.table-hover,
    .table_header_sec { 
        max-width: 1200px;
    }

    .container-fluid.Store_Details_section {
        padding: 20px;
    }

    .cross-login-form {
        padding: 20px;
    }

    .Parcels-Created-section,
    .Profile_section {
        margin-bottom: 20px;
    }

    .logged-header-nav .dropdown {
        min-width: AUTO;
    }

    .Shipping-Charges-sec {
        min-height: auto;

    }

    .table_reponsive {
        width: 100%;
        overflow: hidden;
    }

    .title_section_carrier.second-title-div {
        display: none;
    }
    .title_section_carrier {
        width: 100%;
      
    }
    .toggle_main_div {
        width: 30% !important;
    }
    .choose_buttons {
        width: 50% !important;
    }
    .countery {
        width: 22% !important;
    }
    .title_section_carrier{
        width: 100% !important;
    }
    section#storeslist {
        margin-top: 20px;
    }

    .first-part-inputs {
        margin-bottom: 0;
    }

    .last-group-input-field, .second-part-inputs, .first-part-inputs {
        margin-bottom: 30px;
    }
    
}




@media (min-width:280px) and (max-width:767px) {

    .col-lg-11.d-flex.justify-content-md-end {
        max-width: 100%;
    }


    .shippment_label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #222222;
    }


    .order_split_toggle label.switch {
        margin-left: auto;
    }


    .input_text_form {
        width: 100%;
        text-align: end;
    }

    .Ship-From-section.address-width div {
        display: flex;
        flex-direction: column !important;
    }
    .hs_responsive {
        overflow: auto;
    }

    .total-container {
        margin: 0 auto !important;
    }






    section.Push_notification_Sec .table_reponsive {
        overflow: auto;
        max-width: 1200px;
    }
    .carrier_maping_section .row {
        flex-wrap: nowrap;
    }
    .carrier_maping_section .row .input_text_form {
        min-width: 130px;
    }
    .carrier_maping_section .row .my-auto {
        padding: 0 !important;
    }
    .carrier_maping_section .col-lg-7.col-sm-12.d-flex.justify-content-md-end {
        justify-content: end;
    }
    .carrier_maping_section span.material-symbols-outlined.deleteLabelInputs {
        position: absolute;
        right: -10px;
        top: -15px;
    }
    section#storeslist .table_header_sec {
        display: flex;
        justify-content: end;
        align-items: start;
        margin-bottom: 20px;
    }
    .head_row_hs_code {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    section.Push_notification_Sec {
        max-width: 100%;
        overflow: hidden;
    }
    .form-outline {
        width: 100%;
    }
    .search_bar {
        max-width: 100%;
        margin: 0;
        position: relative;
        display: flex;
        align-items: center;
    }
    .create_hscode_btn_div {
        display: flex;
        justify-content: end;
    }
    .col-lg-12.col-sm-12.d-flex.justify-content-md-end {
        justify-content: end;
    }



    



    
    tr.ui-sortable-handle td.row {
        padding: 20px 0px !important;
    }
    tr.ui-sortable-handle span.material-symbols-outlined.deleteStatusRowBtn {
        margin-left: auto;
        display: block;
        text-align: end;
        position: absolute;
        right: -10px;
        top: -30px;
    }

    form#drag_standard_status_form .col-lg-7.col-sm-12.d-flex.justify-content-md-end {
        justify-content: end;
    }

    form.country_markup_form_table td, th {
        min-width: 150px;
    }
    section#storeslist {
        overflow: hidden;
    }


    .table_header_sec.more_table_title {
        padding-bottom: 0;
    }
    section#storeslist {
        padding: 20px ;
    }

    .table_header_sec_store_list {
        flex-wrap: wrap;
    }
    select#store_status {
        width: 40%;
    }

    .switch_div {
        justify-content: space-between;
    }
    section#general-setting-section {
        overflow: hidden;
    }

    tr.carrier-config-row td {
        min-width: 150px;
    }
    
    h2.toggle_main_div {
        margin: 0 !important;
        font-size: 12px;
    }

    .title_section_carrier h2 {
        font-size: 12px;
    }

    .last-group-input-field, .second-part-inputs, .first-part-inputs {
        margin-bottom: 30px;
    }



    .main-section-row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
       
    }
    .toggle-btn-div {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .submit_btn_div {
        padding-top: 0px;
    }

    .title_section_carrier{
        width: 100%;
        gap: 4px;
    }
    .toggle_main_div {
        width: 100%;
    }
    .choose_buttons {
        width: 100%;
    }
    .countery {
        width: 100%;
    }

    .Shipping-Carrier-Configuration-row {
        width: 100%;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .title_section_carrier.second-title-div {
        display: none;
    }
    

    section#storeslist {
        margin-top: 0;
    }
    .form_seclect_group.last-group-input-field h1 {
        margin-bottom: 20px;
    }

    /* ===================================   side_bar_menu   =================================== */

    .menu_btn_div {
        display: block;
    }

    .side_bar_links {
        text-align: start;
        padding: 0;
        gap: 0;
        display: flex;
        flex-direction: column;
    }

    .side_bar_links .nav-item {
        padding: 10px;
    }


    .side_bar_menu {
        left: 0;
        position: absolute;
        width: 200px;
        height: 90px;
        background: white;
        box-shadow: 0px 1px 2px #0000002b;
    }

 

    /* ===================================   side_bar_menu     end =================================== */


    .nav_link_header {
        gap: 10px !important;
    }


    .stores-list-sec {
        overflow: auto;
    }


    .logged-header-nav .dropdown {
        min-width: auto !important;
    }

    .w-50-header {
        gap: 10px !important;
    }

    #crosslogin .cross-login-form-box {
        width: 100%;
        padding: 40px 20px;
        margin: 20px auto;
    }

    .container-fluid.Store_Details_section {
        padding: 20px 10px;
        max-width: 1600px;
        margin: 0 auto;
        overflow: hidden;
    }

    .Parcels-Created-section,
    .Profile_section {
        margin-bottom: 20px;
    }

    .stores-list-sec {
        padding: 20px;
    }

    .footer-inner-section {
        padding: 20px;
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .logged-header-nav {
        padding-inline: 10px;
    }

    .nav-text-logo {
        font-size: 16px;
    }

    .stores-list-sec,
    .pagination-section,
    table.table.table-striped.table-hover,
    .table_header_sec {
        max-width: 1200px;
    }

    .cross-login-form {
        padding: 10px;
    }

    .nav-item a {
        font-size: 14px !important;
    }

    .user-login {
        gap: 0;
    }
    .form_seclect_group {
        width: 100%;
        padding: 15px;
    }
   

    .form_seclect_group .row {
        gap: 10px !important;
    }

    span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {

        margin-right: 3px !important;
        margin-top: 5px;
    }

    .Profile_section {
        min-height: auto !important;

    }

    .Parcels-Created-section {
        min-height: auto !important;
    }

    .Shipping-Charges-sec {
        min-height: auto !important;
    }

    .logged-header-nav .dropdown-content {
        position: absolute;
        background-color: #FFF;
        min-width: 185px;
        overflow: auto;
        box-shadow: none;
        z-index: 1;
        border-radius: 5px;
        left: -70px;
        top: 35px;
    }
    div#carrierDropdown a.dropdown-item {
        font-size: 14px !important;
        padding: 5px;
    }


    .table_header_sec {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 15px;
        align-items: start;
        flex-direction: column;
    }

    input#search-focus {
        min-width: 100%;
      
    }

    section#total-sale .table_header_sec.mb-3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 1200px;
        align-items: center;
    }

    .map_content {
        width: 100% !important;
    }

    .Ship_address {
        padding: 0px 30px;

    }
    table.table.table-striped.table-hover tr td:nth-child(5) {
        text-align: end;
        display: flex;
        align-items: center;
        gap: 10px;
    }
   
}







