.hidden {
  display: none !important;
}

.map_box {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button:disabled {
  opacity: 0.6;
}

input:disabled {
  opacity: 0.6;
  color: #808080;
}

.cust-form-control {
  margin: 0;
  border: none;
  display: flex;
  color: #666;
  padding: 10px;
  font-size: 12px;
  min-height: 45px;
  font-weight: 600;
  align-items: center;
  background-color: #f5f5f5;
}

/* jQuery confirm CSS */
.jconfirm .jconfirm-cell {
  vertical-align: top;
}
.jconfirm .jconfirm-holder {
  padding: 0 !important;
  height: 100vh;
}
.jc-bs3-container,
.jc-bs3-row,
.jconfirm .jconfirm-box-container.jconfirm-no-transition,
.jconfirm .jconfirm-box {
  height: 100%;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 0;
}
.pac-container {
  z-index: 100000000;
}
.map_code_edit {
  opacity: 0.5;
  pointer-events: none;
}
.edit-calculation select.form-control.in_icon,
.edit-calculation input.form-control.in_icon {
  padding: 10px;
}

.text-danger {
  color: #f52121 !important;
}

.error {
  margin: 0 !important;
  color: #f52121 !important;
  padding: 0 0 0 5px !important;
}

.direction-column {
  flex-direction: column !important;
}

.jq-toast-wrap.top-right {
  top: 20px !important;
  right: 40px !important;
}

/* vikash css start from here  */
.calculater_oct .switch_bar span {
  color: #222e2e;
  font-weight: 800;
}

.calculater_oct .switch_bar input:checked + label,
.calculater_oct .switch_bar label {
  background-color: #222e2e;
}

.calculater_oct .form_col.origin {
  max-width: 140px;
}
.calculater_oct .form_col img {
  display: none;
}

.calculater_oct .app_body input,
.calculater_oct .app_body select {
  border: 1px solid #222e2e;
  padding: 5px 5px;
  color: #222e2e;
  font-weight: 800;
  border-radius: 5px;
  background-color: #fff;
  min-height: 35px;
  border-radius: none;
}
.calculater_oct .one_card select.form-control,
.calculater_oct .one_card .change_input input {
  padding: 5px 5px;
  min-height: auto;
  border: transparent;
  border-bottom: 1px solid #222e2e;
  background-color: transparent;
  color: #222e2e;
  font-weight: 800;
  border-radius: 0px;
}
.calculater_oct .one_card .change_input input{
  padding-right: 10px;
}
.calculater_oct .app_body input::placeholder {
  color: #222e2e;
  font-weight: 800;
}
.shipping_destination .form_row {
  margin-bottom: 0px;
  width: calc(50% - 20px);
}
.shipping_destination .form_row select,
.shipping_destination .form_row input {
  border: none;
  min-height: 35px;
  color: #fff;
  background-color: #222e2e;
}
.shipping_destination {
  width: 100%;
  gap: 20px;
}

.shipping_destination .form_row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 10px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0px center;
}
.shipping_destination .form_row select option:hover{
  background-color: #222e2e;
  color: #fff;
}
.switch_bar.hawzat_bar {
  justify-content: flex-start;
}
.switch_bar.hawzat_bar label {
  background-color: #f33131;
}
.calculater_oct h2.app_subheading {
  font-size: 18px;
  font-weight: 700;
}

.heading_For_field {
  margin: 0px;
  font-size: 13px;
}

/* range slider css  */

.range_slider_OCT {
  margin: 50px 0px;
  padding-left:10px;
  padding-right:10px ;
}

.range {
  position: relative;
  /* width: 375px;  */
  width: 100%;
  height: 2px;
}

.range input {
  width: 100%;
  position: absolute;
  top: -1px;
  height: 0;
  min-height: 0px !important;
  -webkit-appearance: none;
  padding: 0px !important;
  border: none !important;
  background: #1f2526;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  /* background: #1f2526; */
  background: #fff;
  outline: 1.5px solid #1f2526;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #fff;
  outline: 1.5px solid #1f2526;
  cursor: pointer;
  border: 0 !important;
}
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #fff;
  outline: 1.5px solid #1f2526;
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #1f2526;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #1f2526;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #1f2526;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-labels {
  margin: -38px -41px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  /* width: 75px; */
  width: 20%;
  text-align: center;
  color: #1f2526;
  font-size: 14px;
  cursor: pointer;
}
.range-labels li::before {
  position: absolute;
  /* top: -25px; */
  top: 31px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 2px;
  height: 13px;
  background: #1f2526;
  border-radius: 50%;
}
.range-labels .active {
  color: #1f2526;
}
.range-labels .selected::before {
  background: #1f2526;
}
.range-labels .active.selected::before {
  display: none;
}

/* header css  */
.app_header {
  padding: 0px;
  position: relative;
  background-color: #222e2e;
}
/* .app_header::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  left: -10px;
  top: -20px;
  right: -10px;
  z-index: -2;
} */
.div_forscroll {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  background-color: #222e2e;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 5px solid #000;
}

.app_header h1.app_title {
  color: #fff;
  /* max-width: 100px; */
}
.app_header img {
  max-width: 140px !important;
}
.app_div h1.app_title{
  color: #fff;
  padding-left: 20px;
  font-size: 24px;
  max-width: min-content;
  line-height: 26px;
}
.app_div {
  border: 5px solid #000;
  border-radius: 20px;
  padding: 0 ;
  overflow: hidden;
  margin: 0px auto 30px auto;
}
.app_div .app_body {
  margin: 10px 0px;
  padding: 10px;
}

/* buttons in map page  */

.form_row.map_buttons_page {
  margin: 30px auto 20px auto;
  max-width: 300px;
}
.form_row.map_buttons_page button {
  background-color: #fff;
  border: 2px solid #1f2526;
  border-radius: 5px;
  font-weight: 700;
  color: #1f2526;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 13px;
}

.distane_new_field p {
  margin:10px 5px;
  font-size: 11px;
  margin-bottom: 0px;
}

.distane_new_field .price p{
  margin-right: 0px;
}

/* table layout new design changes  */

.table_layout_oct .accessorials_table th {
  background-color: #ffffff;
  color: #222e2e;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  border: 1px solid #000;
  vertical-align: middle;
}
/* .table_layout_oct .accessorials_table th:first-child {
  border-radius: 10px 0px 0 0;
}
.table_layout_oct .accessorials_table th:last-child {
  border-radius: 0px 10px 0 0;
} */
.table_layout_oct .accessorials_table td {
  color: #ffffff;
  background-color: #222e2e;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.table_layout_oct .accessorials_table tr:nth-child(odd) {
  border: none;
}
.table_layout_oct .accessorials_table {
  border: 1px solid #000;
  overflow: auto;
}
.app_div.table_layout_oct .app_body{
  padding: 0px;
  margin: 0px;
  background-color: #000;
  padding-bottom: 15px;
}
.app_div .default_color{
  background-color: #222e2e;
}

.app_div.table_layout_oct .app_body > a{
  max-width: 95%;
  margin: 0px auto;
  border-radius: 5px;
  background-color: #222e2e;
}
.app_div{
  background: #222e2e;
}
.app_div .app_body{
  padding: 10px 10px;
  background: #fff;
  margin: 0px;
}
.app_div.table_layout_oct{
  max-width: 420px;
}

.switch_export:has( + [name="import_export"]:checked){
  color : #808080 !important;
}

[name="import_export"]:not(:checked) ~ .switch_import {
  color : #808080 !important;
}

.switch_export1:has( + [name="hazmat"]:checked){
  color : #808080 !important;
}

[name="hazmat"]:not(:checked) ~ .switch_import1 {
  color : #808080 !important;
}

@media screen and (max-width:767px) {
  .app_div {
    margin: 0 15px;
  }
  .app_div.table_layout_oct{
    margin: 0px auto;
    max-width: 92.5%;
  }
  .range_slider_OCT{
    padding-left: 0px;
    padding-right: 0px;
  }
  .range-labels li:nth-child(1){
    padding-left: 10px;
  }
  .range-labels li:nth-child(5){
    padding-right: 20px;
  }
}
