.ranger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #efefef;
  height: 50px;
  padding: 0 15px;
/*   border-radius: 6px;  */
  }
  .ranger-scale {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 21.5px 0;
    }
    .ranger-scale:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 7px;
      border: 1px solid var(--sec);
      border-radius: 3px;
      }
  .ranger-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--sec);
    z-index: 2;
    }
    .ranger-marker:last-child {
      left: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .ranger-marker:after {
      display: none;
      content: attr(marker-value);
      position: absolute;
      left: 50%;
      margin-left: -15px;
      top: -39px;
      background: var(--primary);
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 15px ;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ranger-marker:focus {
      outline: none; }
      .ranger-marker:focus:after, .ranger-marker:focus:before {
        display: block; }
  .ranger-fill {
    position: absolute;
    top: 21.5px;
    bottom: 21.5px;
    background: var(--sec); }

/* Queue radio/checkbox card style override */
.choose-travel {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.choose-travel > [class*="col-"] {
    float: none;
    width: auto;
    padding: 0;
}
.choose-travel input[type="radio"] {
    display: none;
}
.labradio {
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px !important;
    padding: 11px 14px !important;
    font-weight: 550;
    min-height: 42px !important;
    height: auto !important;
    min-width: 130px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    color: #334155;
    transition: border-color .18s, background .18s, box-shadow .18s;
    user-select: none;
}
.labradio::before,
.radio-inline::before,
.checkbox-inline::before,
.field-boxes.quarter label::before,
.checkgrp::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #fff;
    flex-shrink: 0;
    transition: border-color .18s, background .18s, box-shadow .18s;
}
.labradio:hover,
.radio-inline:hover,
.checkbox-inline:hover,
.field-boxes.quarter label:hover,
.checkgrp:hover {
    border-color: #93c5fd;
    background: #eff6ff;
    font-weight: 600 !important;
}
.choose-travel input[type="radio"]:checked + .labradio,
.radio-inline:has(input:checked),
.checkbox-inline:has(input:checked),
.field-boxes.quarter label:has(input:checked),
.checkgrp:has(input:checked) {
    border-color: var(--primary, #3b82f6) !important;
    background: var(--primary, #3b82f6) !important;
    background-color: var(--primary, #3b82f6) !important;
    box-shadow: 0 0 0 3px rgba(59,130,246,.1);
    color: #fff !important;
    font-weight: 600 !important;
}
.choose-travel input[type="radio"]:checked + .labradio::before,
.radio-inline:has(input:checked)::before,
.checkbox-inline:has(input:checked)::before,
.field-boxes.quarter label:has(input:checked)::before,
.checkgrp:has(input:checked)::before {
    border-color: #fff;
    background: radial-gradient(circle, #fff 0 36%, transparent 42%);
    box-shadow: inset 0 0 0 5px var(--primary, #3b82f6), 0 0 0 2px rgba(255,255,255,.35);
}
.radio-inline,
.checkbox-inline,
.field-boxes.quarter label,
.checkgrp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    margin: 0 0 10px;
    padding: 11px 14px !important;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    color: #334155 !important;
    font-size: 12px;
    font-weight: 550;
    cursor: pointer;
    transition: border-color .18s, background .18s, box-shadow .18s;
    user-select: none;
}
.radio-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox-inline input[type="radio"],
.checkbox-inline input[type="checkbox"],
.field-boxes.quarter label input[type="radio"],
.field-boxes.quarter label input[type="checkbox"],
.checkgrp input[type="radio"],
.checkgrp input[type="checkbox"] {
    display: none !important;
}
.option-input:checked::after {
    content: none !important;
    display: none !important;
}

/* Search radio card style override */
.tab-group,
.ks-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.tab-item,
.ks-tab-item,
.choose-travel > div {
    float: none;
    width: auto;
    padding: 0;
}
.tab-item input[type="radio"],
.ks-tab-item input[type="radio"],
.choose-travel > div > input[type="radio"] {
    display: none !important;
}
.tab-label,
.ks-tab-label,
.choose-travel > div > input[type="radio"] + span,
.choose-travel > div > input[type="radio"] + label {
    text-transform: none;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px !important;
    padding: 11px 14px !important;
    font-weight: 550;
    min-height: 42px !important;
    height: auto !important;
    min-width: 130px;
    margin: 0;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    color: #334155 !important;
    transition: border-color .18s, background .18s, box-shadow .18s;
    cursor: pointer;
    user-select: none;
}
.tab-label::before,
.ks-tab-label::before,
.choose-travel > div > input[type="radio"] + span::before,
.choose-travel > div > input[type="radio"] + label::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #fff;
    flex-shrink: 0;
    transition: border-color .18s, background .18s, box-shadow .18s;
}
.tab-label:hover,
.ks-tab-label:hover,
.choose-travel > div > input[type="radio"] + span:hover,
.choose-travel > div > input[type="radio"] + label:hover {
    border-color: #93c5fd;
    background: #eff6ff;
    font-weight: 600 !important;
}
.tab-item input[type="radio"]:checked + .tab-label,
.ks-tab-item input[type="radio"]:checked + .ks-tab-label,
.choose-travel > div > input[type="radio"]:checked + span,
.choose-travel > div > input[type="radio"]:checked + label {
    border-color: var(--primary, #3b82f6) !important;
    background: var(--primary, #3b82f6) !important;
    background-color: var(--primary, #3b82f6) !important;
    box-shadow: 0 0 0 3px rgba(59,130,246,.1);
    color: #fff !important;
    font-weight: 600 !important;
}
.tab-item input[type="radio"]:checked + .tab-label::before,
.ks-tab-item input[type="radio"]:checked + .ks-tab-label::before,
.choose-travel > div > input[type="radio"]:checked + span::before,
.choose-travel > div > input[type="radio"]:checked + label::before {
    border-color: #fff;
    background: radial-gradient(circle, #fff 0 36%, transparent 42%);
    box-shadow: inset 0 0 0 5px var(--primary, #3b82f6), 0 0 0 2px rgba(255,255,255,.35);
}
