/* Optional custom styles */
#shipping-quote-form {
  margin: 20px 0;
}
.item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.rounded-form {
  height: 47px !important;
  border-radius: 25px !important;
  border: 1px solid #aaa !important;
}

.rounded-one {
  height: 47px !important;
  border: 1px solid #aaa !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.rounded-two {
  height: 47px !important;
  border: 1px solid #aaa !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.normal-form {
  height: 47px !important;
  border: 1px solid #aaa !important;
}

.weight-form {
  display: flex !important;
}

.w-7 {
  width: 48% !important;
}

.w-5 {
  width: 48% !important;
}

.w-7 .form-control {
  height: 47px !important;
  border: 1px solid #aaa !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  margin-left: 3px !important;
}

.w-5 .form-control {
  height: 47px !important;
  border: 1px solid #aaa !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

@media (max-width: 768px) {
  .w-5 {
    width: 30% !important;
  }
  .w-7 {
    width: 70% !important;
  }
}

.btn-class {
  margin-top: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly;
  margin: 0px !important;
}
.btn-class button {
  background: transparent !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  border: 0px !important;
  outline: none !important;
}

@media (max-width:768px) {
  .btn-class {
    flex-direction: column !important;
  }
}

.btn-class button span {
  background: transparent !important;
  color: #1b4870 !important;
  font-weight: bold !important;
}

.totalShiipment {
  margin-top: 20px;
  font-size: 18px !important;
}

.color-heading {
  color: #1b4870 !important;
  font-size: 20px !important;
}

.form-check {
  margin-top: 10px;
}

.form-check input {
  font-size: 18px !important;
  border: 1px solid #aaa;
}

.form-check label {
  font-size: 16px;
  font-weight: 500;
}

/* Basic styles for tabs */

.form_heading_flex h4 {
  font-weight: 500;
  margin-right: 10px;
  color: #1b4870;
}
/* Style for the custom tabs */
.custom-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
  border-radius: 24px;
  padding: 15px;
}

.form_heading_flex {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .form_heading_flex {
    display: flex;
    flex-direction: column;
  }
  .form_heading_flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.tab-navigation {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* Hide radio buttons */
.tab-radio {
  display: none;
}

/* Style the labels */
.tab-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #ddd;
}

/* Custom radio button */
.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1b4870;
  margin-right: 10px;
  position: relative;
}

/* Initially unfilled radio button */
.custom-radio::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Fill the radio circle when active */
#ltl-tab:checked
  + .form_heading_flex
  .tab-navigation
  label[for="ltl-tab"]
  .custom-radio::before,
#ftl-tab:checked
  + .form_heading_flex
  .tab-navigation
  label[for="ftl-tab"]
  .custom-radio::before {
  background-color: #1b4870;
}

/* Tab content */
.tab-pane {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;

}

/* Show the content for the selected tab */
#ltl-tab:checked ~ .tab-content #ltl-content {
  display: block;
}

#ftl-tab:checked ~ .tab-content #ftl-content {
  display: block;
}

@media (max-width: 768px) {
  .checkboxWrapper {
    display: flex !important;
    flex-direction: column !important;
  }
}
.checkboxWrapper {
  display: flex !important;
  padding: 15px;
}
.checkboxWrapper .form-check {
  margin-left: 15px;
}
.myBtn{
  margin-top: 20px;
    background: #1b4870 !important;
    border-radius: 30px !important;
    height: 50px !important;
}
.myBtn:hover{
    background: #0e3150;
}
.remove-item{
    background: transparent !important;
    color: red !important;
    font-size: 16px !important;
    font-weight: bold;
    width: 10px !important;
    height: 10px !important;
}
button.remove-item {
  position: relative;
  top: -70px;
  left: -34px;
  width: 10px !important;
  height: 10px !important;
}

.item-row {
    margin-bottom: 10px !important; /* Adjust the value as needed for desired spacing */
}

.row.mt-4.mb-4, .row.mt-3 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}


.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
    margin-bottom: -1.6em;
}

.alert-success {
    color: green;
    background-color: #e7f7e7;
    padding: 10px;
    border: 1px solid green;
}

.alert-danger {
    color: red;
    background-color: #f7e7e7;
    padding: 10px;
    border: 1px solid red;
}


.custom-col-3 {
  flex: 0 0 auto !important;
  width: 25% !important;
}



.col-3{
  padding: 0px !important;
}

label{
  margin-bottom: 0px !important;
  font-size: 14px !important;
}

.form-control{
  margin-top: 10px !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff !important;
  opacity: 1 !important;
}

@media (max-width:768x) {
  .tab-navigation{
    flex-direction: column;
  }

  .tab-label{
    margin-top: 15px;
  }
}
