.custom-shipping-form label {
    line-height: 35px;
    position: relative;
}

input#smt_get_rates {
    margin-top: 10px;
}

.loaders_img {
    height: 50px;
}

.loaders_img.warehouse-img {
    height: 30px;
}

.smt-overlay {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

.warehouse-overlay {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 56.8%;
    left: 0;
    right: 72%;
    text-align: center;
    color: #555;
}

.create_label_button {
    border: 1px solid green;
    color: white !important;
    background: green;
    width: 75px;
    margin: 0px auto;
    height: 30px;
    line-height: 30px;
    border-radius: 5px 5px 5px 5px;
}

.customs-required-fields {
    width: 20%
}

.add-customs-required-fields {
    flex: 20;
}

.carrier-rate-rows {
    text-align: center;
    padding: 7px 7px 7px 7px;
}

.additional-service-shipstation {
    width: 50%;
    float: left;
}

.delete-icon {
    flex: 3;
}

.smt-required-fields .select-packages,
.smt-required-fields .select-ship-product {
    width: 45%;
}

.smt-required-fields .select-ship-product {
    margin-left: 5%;
}

.smt-required-fields input[type=number] {
    width: 75%;
}

select.smt_get_packages {
    width: 100%;
}

select.smt_shipstation_product {
    width: 100%;
}

.color-red {
    color: red;
}

.text-center {
    text-align: center;
}

.smt-allitemsdatatable {
    display: none;
}

.smt-shipexportimport {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.smt-required-fields {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    border: 1px solid rgba(26, 54, 126, 0.125);
    padding: 10px;
}

button#addSmarttShippingOptionsRowBtn {
    margin: 15px 0px;
}

select.select-warehouse-address {
    max-width: 100%;
    width: 95%;
}

.required-additional-fields div.fields {
    display: flex;
}

div.additional-information {
    padding: 5px 10px 5px 10px;
    border: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 5px;
}

div.additional-information h2 {
    padding: 10px 0px !important;
}

.clr {
    clear: both;
}

.smt-usa-data {
    padding: 5px 5px 5px 5px;
    border: 1px solid rgba(26, 54, 126, 0.125);
}

.smt-article-msg {
    display: none;
}

#smt-clear-ship {
    display: none;
}

.smt-shipexportimport {
    display: none;
}

.allitemsdatatable {
    display: none;
}

.shipmentunder {
    padding: 10px 10px;
}

span.shipvalueinternalabove {
    margin-left: 15px;
}

div#smt-clear-ship {
    padding: 10px 10px;
}

span.clearshipinternalfalse {
    margin-left: 10px;
}

input#smtImporterrecord {
    margin-right: 90px;
}

.smt-shipexportimport {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

div.smt-shipexportimport .shipment-record {
    margin-right: 60px;
}

div#smt-article-msg {
    color: blue;
}

.weightmsg {
    color: blue;
}

div#fetchratesdiv {
    margin-bottom: 25px;
}

table#smtIs_tblCustomers {
    margin-top: 20px;
    width: 809px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltiptexts {
    visibility: hidden;
    width: 130px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptexts {
    visibility: visible;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.dollar {
    display: inline-block;
    position: relative;
}

.dollar input {
    padding-left: 15px;
}

.dollar:before {
    position: absolute;
    content: "$";
    right: 10px;
    top: 3px;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
}

.smt_btn_item_remove {
    max-width: 20px !important;
}


/* css from function php */

.thumb_image {
    height: 28px;
    float: right;
}

span.ques_no h1 {
    margin-left: 30px;
}

.progress-bar-success {
    background-color: #F65E26 !important;
}

.progress-bar-danger {
    background-color: #09214F !important;
}

.progress {
    height: 28px !important;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.enter-email {
    font-size: 25px;
    line-height: 1.5px;
}

textarea.emails {
    width: 100%;
}

.send-btn {
    width: 161px;
    padding: 7px 28px;
    border: 1px solid;
    background: white;
    font-size: 20px;
    border-radius: 35px;
    outline: none;
}

.send_emails_btn {
    text-align: center;
    margin-top: 10px;
}

input.myBtn {
    padding: 10px 40px;
    margin-top: 10px;
}

.share_btn {
    text-align: center;
}

div#results {
    margin-top: 20px;
}


/** manifest */

.smart_shipping_refresh_info_btn {
    display: none;
}

.manifest-widget {
    width: 98%;
    display: flex;
    background-color: white;
    padding: 10px 10px 10px 10px;
}

.display td {
    text-align: center;
}

.button-eodm {
    width: 50%;
    text-align: right;
}

.manifest_files {
    display: none;
}

.manifest_error_main {
    display: none;
}

.smt-overlay {
    display: none;
}


/** warehouse adress */

.ware-delete-btn,
.ware-edit-btn {
    background: #ff2300f2;
    color: #fff;
    border: red;
    border-radius: 4px;
    padding: 5px 8px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin: 0 1px;
}

.ware-delete-btn:hover {
    color: #135e96;
}

.width50 {
    width: 45%;
    margin-top: 5px;
}

.ware-house-title {
    margin-bottom: 5px;
}

.width30 {
    width: 22%;
    margin-top: 5px;
}

.width45 {
    width: 44.5%;
    margin-top: 5px;
}

.width100 {
    width: 100%;
}

.width100 .ware-label {
    margin: 5px 0px;
}

.displayInLine {
    display: inline-block !important;
}

.ware-house-form label,
.package-form label {
    display: block !important;
    font-weight: bold;
}

.sm_submit_btn {
    /* width: 100px; */
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#wareAddress {
    border-collapse: collapse;
    width: 100%;
}

#wareAddress td,
#wareAddress th {
    border: 1px solid #ddd;
    padding: 8px;
}

#wareAddress tr:nth-child(even) {
    background-color: #f2f2f2;
}

#wareAddress tr:hover {
    background-color: #ddd;
}

#wareAddress th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.ware-wrapper {
    background: #fff;
    padding: 20px 40px !important;
}


/*  preferred carriers css */

.carrier-box .select_all,
.carrier-box .deselect_all {
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fl-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.save-preferred-carrier {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 5px;
    margin-top: 20px;
}

.fl-wrapper .carrier-row {
    padding: 0px 10px 10px 10px;
}

.fl-wrapper .title-box {
    clear: both;
    overflow: hidden;
    border: 1px solid #ccd0d4;
    margin-bottom: 10px;
}

.fl-wrapper .carrier-heading {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 10px;
    text-transform: uppercase;
}

.fl-wrapper .select-link-box {
    float: right;
    padding: 10px;
}

.fl-wrapper .carrier-box {
    width: 100%;
    background: #fff;
    margin: 4px 50px 20px 4px;
    border: 2px solid #ccd0d4;
    overflow: auto;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
    max-width: 400px;
    max-height: 350px;
}

.ware-wrapper .success-msg {
    margin-top: 10px;
    background-color: #dff0d8;
    padding: 10px;
    max-width: 450px;
    font-weight: bold;
}

.ware-wrapper .error-msg {
    margin-top: 10px;
    background-color: #fcf8e3;
    padding: 10px;
    max-width: 450px;
    font-weight: bold;
}

.ware-wrapper .error-msg,
.ware-wrapper .success-msg {
    display: none;
}

.ware-wrapper {
    background: #fff;
    padding: 20px 40px !important;
}

.ware-wrapper .overlay-content {
    top: 12%;
}

.tracking-details span {
    display: inline-block;
    padding: 10px 0px;
    font-size: 13px;
}

.tracking-details span.track-heading {
    padding: 10px;
    font-weight: 700;
}

img.form-loader {
    position: relative;
    right: -10px;
    top: 6px;
    width: 20px;
}

img#sync-loader {
    display: none;
}

@media screen and (max-width: 600px) {
    .width50 {
        width: 100%;
        margin-top: 5px;
    }
    .width30,
    .width45 {
        width: 100%;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .importrecordmain {
        margin-top: 10px;
        margin-left: 0px;
    }
    .importexportmain {
        margin-top: 10px;
    }
    div#smt-clearshippment {
        margin-top: 10px;
    }
}

.wc-shipping-zone-method-fields>label {
    float: left;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
    clear: left;
    font-size: 14px;
    margin-right: 10px;
}

.wc-shipping-zone-method-fields fieldset {
    float: left;
    width: calc(100% - 240px);
    margin-bottom: 9px;
    padding: 15px 10px;
}

.wc-shipping-zone-method-fields select {
    width: 400px;
}

.wc-shipping-zone-method-fields .input-text.regular-input {
    width: 400px;
}

p.submit {
    text-align: left;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    float: left;
}

.custom-shipping-form table {
    border-spacing: 0;
}

.custom-shipping-form table tr th,
.custom-shipping-form table tr td {
    border-left: 1px solid rgba(26, 54, 126, 0.125);
    border-top: 1px solid rgba(26, 54, 126, 0.125);
    padding: 5px 10px;
}

.custom-shipping-form table tr:last-child td {
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}

.custom-shipping-form table tr td:last-child,
.custom-shipping-form table tr th:last-child {
    border-right: 1px solid rgba(26, 54, 126, 0.125);
}

.additional-information .custom-shipping-form {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
}

.package-manager .ware-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-manager .ware-header-right {
    display: flex;
    gap: 10px;
}

.warehouse {
    margin-bottom: 30px;
}
.warehouse h3{
    margin-bottom: 10px;
}
.card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}