#customer_details {
  display: flex !important;
  flex-direction: column !important;
}

.wtt_button_parent,
.wtt_button_parent_adminside {
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 10px 0px !important;
}

.wtt_button_parent_adminside {
  justify-content: start;
  width: 100%;
}

.eyet_clasification_btn,
.Apply_shiping_rate,
.close-popup-button,
.eyet_show_clasification_btn {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  padding: 5px 12px;
  font-size: 15px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.eyet_show_clasification_btn {
  margin-left: 10px;
}

.Apply_shiping_rate,
.close-popup-button {
  width: 125px;
  text-align: center;
  margin-top: 20px;
  display: none;
}

.close-popup-button {
  margin-left: 15px;
}

.eyet_clasification_btn:hover,
.Apply_shiping_rate:hover,
.close-popup-button:hover,
.eyet_show_clasification_btn:hover {
  background: #135e96;
  color: #fff;
  text-decoration: none;
}

.eyet_clasification_edt {
  margin-left: 10px;
}

a#eyet_clasification_btn_show {
  margin-left: 10px;
}

.checkboxClass_Wtt_wrap_parent {
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
  margin-top: 20px;
  width:70%;
}

.checkboxClass_Wtt_wrap {
  display: flex;
  align-items: start;
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.checkboxClass_Wtt_wrap label {
  font-size: 16px;
  font-weight: 600;
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.ineer_tax_label_wtt {
  font-size: 16px;
  font-weight: 700;
}

a.custom_chnage_address_wtt_button {
  width: 80px;
  text-align: right;
  text-decoration: none;
  height: 31px;
  cursor: pointer;
  border: 0px !important;
}

a.custom_chnage_address_wtt_button_shipto {
  width: 80px;
  text-align: right;
  text-decoration: none;
  height: 31px;
  cursor: pointer;
  border: 0px !important;
}

#wtt_total_tax_lable {
  text-align: end;
}

.checkboxClass_Wtt_wrap:first-of-type {
  font-size: 16px;
  font-weight: 700;
}

.checkboxClass_Wtt_wrap label span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 6px;
  width: 100%;
}

.checkboxClass_Wtt {
  margin: 10px 10px 0px 0px;
}

.my_custom_api_wtt_button {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #2271b1 !important;
  padding: 10px 20px !important;
  color: #fff;
  border: 0px;
}

.wrapp_custom_chnage_address_wtt_button {
  padding: 8px;
  border: 1px solid #ccc;
  display: flex;
}

.woocommerce-shipping-fields {
  display: flex;
  flex-direction: column;
}

.wrapp_custom_chnage_address_wtt_button div {
  width: 70px;
}

.wrapp_custom_chnage_address_wtt_button .ineer_tax_label_wtt {
  width: calc(100% - 70px);
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.wrapp_custom_chnage_address_wtt_button a {
  font-weight: 400 !important;
}

.woocommerce-shipping-fields:last-child() {
  border-top: 0px solid;
  margin-top: -5px;
}

.change_price_wtt_line {
  width: 100%;
  margin: 0px auto !important;
  border: 1px !important;
}

.preloader {
  padding: 29px 0px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 70%;
}

#label_text {
  width: 75%;
}

/* Styling for the circular preloader */
.preloader-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  /* CSS animation to make it spin */
}

.heading_rate_shipping {
  font-size: 22px;
  font-weight: 600;
  padding-top: 20px !important;
}

/* Keyframes for the spinning animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* admin Side Css */
.custom-popup-parent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000063;
  z-index: 999;
}

#custom-popup {
  position: fixed;
  display: block;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  padding: 20px;
  z-index: 999;
  top: 20%;
  /* bottom: 79%; */
  max-height: 65vh;
  max-width: 600px;
  margin: auto;
  left: 10%;
  right: 10%;
  border-radius: 5px;
  overflow-y: scroll;
}

.eyet_clasification_edt.itemsection {
  position: absolute;
  bottom: 20px;
  left: 289px;
  margin-left: 0px;
}

#custom-popup .checkboxClass_Wtt {
  margin: 10px 10px 0px 0px !important;
}

.button_popup_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row-reverse;
}

@media screen and (width: 1024px) {
  .woocommerce .customer_details_container .col-2 {
    float: right;
    width: 100% !important;
  }
}

@media screen and (max-width: 820px) {
  #custom-popup input[type="checkbox"],
  input[type="radio"] {
    height: 17px;
    width: 17px;
    position: relative;
  }

  #custom-popup input[type="radio"]:checked:before {
    vertical-align: middle;
    width: 10px;
    height: 0.5625rem;
    position: absolute;
    top: 1.5px;
    bottom: 1px;
    left: 1.7px;
    margin: auto !important;
    right: 1px;
  }
}

@media screen and (max-width: 568px) {
  .Apply_shiping_rate,
  .close-popup-button {
    margin-left: 0px;
    margin-top: 10px;
    float: left;
  }

  .checkboxClass_Wtt_wrap {
    /* padding: 10px 10px 10px 0px; */
    padding: 10px 20px 10px 10px;
  }

  .wrapp_custom_chnage_address_wtt_button .ineer_tax_label_wtt {
    flex-direction: column;
    justify-content: end;
  }

  a.custom_chnage_address_wtt_button {
    /* margin-left: auto; */
    margin-top: 10px;
    text-align: left;
  }

  /* .checkboxClass_Wtt {
        width: 40px !important;
    } */
  .Apply_shiping_rate,
  .close-popup-button {
    width: 80px;
  }

  .close-popup-button {
    margin-left: 5px;
  }

  .wtt_button_parent_adminside {
    width: 400px;
  }

  #wtt_total_tax_lable {
    width: 25%;
  }
}

#custom-order-item-button-perform-edt {
  pointer-events: none;
  opacity: 0.5;
}

.no-rates {
  font-weight: 400 !important;
  background-color: #fbf3f3;
  gap: 20px;
}

.no-rate-img {
  margin-top: 4px;
}

.remove-cart-bundle-item {
  display: none !important;
}

#order_line_items tr.hidden-bundle-item {
  display: none;
}

.bold-label,
dt.variation-Bundledproducts {
  font-weight: bold;
}

.edtcs-itemmeta-bundles,
.variation-Bundledproducts {
  font-size: small; 
}

.display_meta{
  display: none;
}

.pointer-event{
  pointer-events: none;
}

.checkboxClass_Wtt_wrap.no-rates {
  color: red;
}
.edtcs-extra-info {
    font-size: 12px;
    font-weight: normal;
    line-height:1.5;
}

/* Box Sizes Table overall look */
#edgetariff_boxes_table {
  border-collapse: collapse;
  width: 100%;
}

#edgetariff_boxes_table th,
#edgetariff_boxes_table td {
  padding: 6px;
  text-align: center;
  border: 1px solid #ddd;
}


#edgetariff_boxes_table thead th {
  background: #f9f9f9;
  font-weight: 600;
}


#edgetariff_boxes_table input[type="text"],
#edgetariff_boxes_table input[type="number"] {
  width: 100%;
  padding: 4px 6px;
  box-sizing: border-box;
  text-align: center;
}


#edgetariff_boxes_table input[name*="[name]"] {
  background: #f6f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 500;
  cursor: default;
}

#edgetariff_boxes_table input[name*="[length]"],
#edgetariff_boxes_table input[name*="[width]"],
#edgetariff_boxes_table input[name*="[height]"],
#edgetariff_boxes_table input[name*="[inner_length]"],
#edgetariff_boxes_table input[name*="[inner_width]"],
#edgetariff_boxes_table input[name*="[inner_height]"],
#edgetariff_boxes_table input[name*="[box_weight]"],
#edgetariff_boxes_table input[name*="[max_weight]"],
#edgetariff_boxes_table input[name*="[max_quantity]"],
#edgetariff_boxes_table input[name*="[enabled]"] {
  background: #f6f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: default;
}


#edgetariff_boxes_table input[type="checkbox"] {
  display: block;
  margin: auto;
}

#add_box,
#remove_box {
  margin-top: 8px;
}


#edgetariff_boxes_table th:first-child,
#edgetariff_boxes_table td:first-child {
  width: 20%;
}

#nav-tab-title+ h2 {
  margin-top: 20px !important; 
}


.edgetariff-print-label.loading img {
  animation: spin 1s linear infinite;
}

.edgetariff-void-shipment.loading {
  position: relative;
  opacity: 0.7;
  pointer-events: none;
}