.nb-btn {
background:#f6b22c;
border:none;
padding:10px 20px;
border-radius:10px;
font-weight:600;
cursor:pointer;
font-size:14px;
color:#000
}

.nb-btn:hover {
background-color:#0c0c0c;
color:#f6b22c;
text-decoration:none
}

.nb-help {
font-size:11px;
opacity:.65
}

.nb-live-results {
border-top:1px dashed #ddd;
padding-top:10px
}

.nb-live-search-form {
display:flex;
flex-wrap:nowrap;
gap:14px;
align-items:flex-end;
margin-bottom:14px
}

.nb-live-search-wrap {
position:relative;
background:#fff;
border:1px solid #e3e3e3;
padding:16px 18px;
border-radius:16px;
font-family:inherit;
margin:0 0 24px;
box-shadow:0 8px 32px 0 #3c3c782e
}

.nb-lr-action {
flex:0 0 auto;
display:flex;
align-items:center
}

.nb-lr-btn {
display:inline-block;
background:#f6b22c;
color:#222;
padding:8px 16px;
font-size:13px;
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:background .2s;
white-space:nowrap
}

.nb-lr-btn:hover {
background:#ffca55
}

.nb-lr-card {
    display: flex;
    gap: 16px;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 6px 9px;
    background: #fafafa;
    transition: box-shadow .2s, background-color .2s;
    flex-direction: row;
}

.nb-lr-card:hover {
background:#fff;
box-shadow:0 4px 14px #0000000f
}

.nb-lr-date,.nb-lr-duration,.nb-lr-price {
font-weight:600;
color:#333;
font-size:12.5px
}

.nb-lr-empty {
font-size:12px;
color:#777
}

.nb-lr-error {
color:#c00
}

.nb-lr-header {
font-size:12px;
margin-bottom:6px;
display:flex;
gap:12px;
align-items:center
}

.nb-lr-info {
flex:1 1 auto;
display:flex;
flex-direction:row;
gap:6px;
font-size:12.5px;
align-items: center;
flex-wrap: wrap;
}

.nb-lr-item {
list-style:none;
margin:0 0 10px;
padding:0;
background:transparent;
border:none
}

.nb-lr-label {
color:#666;
font-weight:500;
min-width:fit-content;
text-align:right
}

.nb-lr-list {
list-style:none;
margin:0;
padding:0;
max-height:420px;
overflow:auto
}

.nb-lr-loading {
font-size:12px;
margin:6px 0
}

.nb-lr-more {
margin-top:6px;
font-size:11.5px;
color:#b35a00
}

.nb-lr-price {
color:#8a1ebd
}


.nb-lr-row {
    display: flex;
    gap: 1px;
    align-items: center;
    margin-left: 3px;
    margin-right: 3px;
}
.nb-lr-title {
margin:0px;
font-size:14px;
font-weight:600;
line-height:1.4;
color:#222
}

.nb-lsf-field {
display:flex;
flex-direction:column;
gap:4px;
min-width:150px;
position:relative
}

.nb-lsf-field input,.nb-lsf-field select {
border:1px solid #ccc;
border-radius:8px;
padding:8px 10px;
font-size:13px;
background:#fff
}

.nb-lsf-field label {
font-size:12px;
font-weight:600
}

.nb-lsf-submit {
flex:0 0 auto
}

.select2-results__message {
color:#222!important;
font-size:14px!important;
font-weight:500!important;
text-align:center!important;
margin-bottom:4px;
white-space:normal!important;
line-height:2
}

@media (max-width:760px) {
.nb-live-search-form {
flex-direction:column
}

.nb-lr-action {
justify-content:flex-start
}

.nb-lr-card {
flex-direction:column
}
}

.nb-live-results {
position:absolute;
top:100%;
right:0;
left:0;
z-index:100;
background:#fff;
box-shadow:0 8px 32px #0000001f;
border-radius:1.1em;
min-height:60px;
overflow-y:auto;
display:none;
transition:all .18s cubic-bezier(.36,.84,.58,1)
}

.nb-live-results.nb-active {
display:block
}

.nb-live-results.nb-before-search {
display:none
}

.nb-live-search-form .select2-container {
min-width:170px
}

.nb-live-search-wrap .nb-live-results {
position:absolute;
left:0;
right:0;
top:calc(100% + 12px);
background:#fff;
z-index:999;
box-shadow:0 4px 12px #0000001a;
border-radius:8px;
padding:12px
}

.nb-lr-list {
max-height:360px;
overflow-y:auto
}

.nb-package-card {
scroll-margin-top:90px;
transition:box-shadow .6s,background-color .6s
}

.nb-package-card.nb-anchor-hit {
box-shadow:0 0 0 3px #f6b22c inset,0 4px 16px #00000026;
background:#fffdf3
}

.select2-container .select2-selection--single {
height:38px;
border:1px solid #ccc;
border-radius:8px
}

.select2-container--default .select2-selection--single {
height:38px!important;
border:1px solid #ccc!important;
border-radius:8px!important;
background:#fff!important;
display:flex!important;
align-items:center!important;
box-sizing:border-box!important;
padding-right:8px!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
height:36px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
height:36px!important;
top:1px!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:36px;
font-size:13px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:36px!important;
font-size:13px!important;
color:#444!important;
padding-right:0!important
}






.nb-build-tour-link:hover {
text-decoration:underline
}



.select2-selection__placeholder {
color:#999!important;
font-size:13px!important
}


.nb-build-tour-link,.nb-lr-build-btn {
display:inline-block;
background:#f6b22c!important;
color:#222!important;
padding:10px 22px;
border-radius:10px;
font-weight:600!important;
font-size:15px!important;
text-decoration:none!important;
border:none!important;
cursor:pointer;
transition:background 0.18s,color .18s;
margin-top:8px;
box-shadow:0 2px 6px #f6b22c12
}

.nb-build-tour-link:active,.nb-lr-build-btn:active {
background:#ff9800!important;
color:#fff!important
}

.nb-build-tour-link:hover,.nb-lr-build-btn:hover {
background:#ffca55!important;
color:#111!important;
text-decoration:none!important;
box-shadow:0 4px 16px #f6b22c2e
}

.popular-route-item {
display:inline-block;
padding:3px 10px;
font-size:13px;
background:#fff;
color:#373958;
border:1.5px solid #e4e7ef;
border-radius:32px;
font-weight:600;
text-decoration:none;
transition:all .18s;
position:relative;
font-weight:500
}

.popular-route-item:hover {
background:#f6b22c;
color:#000;
border-color:#f6b22c
}

.popular-routes-list {
display:flex;
flex-wrap:wrap;
gap:10px
}

.popular-routes-section {
margin-top:15px;
padding:0
}

.popular-title {
font-size:15px;
font-weight:700;
color:#373958;
margin-bottom:7px;
display:flex;
align-items:center;
gap:6px
}

.select2-results__message .nb-build-tour-link {
display:inline-block;
text-align:center
}

.nb-lr-build-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 14px auto 0 auto;
  padding: 12px 0;
  background: #f6b22c !important;
  color: #222 !important;
  border-radius: 12px;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-align: center;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
  box-shadow: 0 2px 8px #f6b22c18;
  transition: background 0.16s, color .16s;
  white-space: normal;
  line-height: 1.7;
}
.nb-lr-build-btn:hover, .nb-lr-build-btn:focus {
  background: #ffca55 !important;
  color: #111 !important;
  box-shadow: 0 4px 16px #f6b22c2e;
  outline: none;
}

.select2-selection__clear {
  color: #ef436b !important;           /* رنگ اصلی x */
  font-size: 20px !important;          /* اندازه x */
  font-weight: bold !important;
  background: transparent !important;  /* پس‌زمینه شفاف */
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  margin-right: 7px !important;        /* فاصله سمت راست برای rtl */
  margin-left: 0 !important;
  transition: color 0.2s;
}

.select2-selection__clear:hover {
  color: #e61c51 !important;           /* رنگ روی هاور */
  background: #fff5fa !important;      /* بکگراند ملایم روی هاور */
  border-radius: 50%;
}

.select2-selection__clear:active,
.select2-selection__clear:focus {
  background: #ffe0ee !important;
  color: #c50044 !important;
  box-shadow: 0 0 0 2px #fde2f2;
}



@media (max-width: 650px) {
  .nb-live-search-form {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: stretch;
    padding: 0 0 10px 0;
  }
  .nb-lsf-field {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  .nb-lsf-field label {
    min-width: 72px;
    margin-left: 8px;
    font-size: 14.2px;
    font-weight: 700;
    color: #222;
    text-align: right;
    flex: 0 0 auto;
  }
  .nb-lsf-field select,
  .select2-container--default .select2-selection--single {
    min-width: 0 !important;
    font-size: 15px !important;
    border-radius: 12px !important;
    border: 1.8px solid #f6b22c !important;
    box-shadow: 0 2px 7px #f6b22c18;
    padding: 10px 12px !important;
    margin: 0 !important;
    background: #fffbe8 !important;
  }
  .select2-container--default .select2-selection--single:focus {
    outline: none !important;
    border-color: #f6b22c !important;
    box-shadow: 0 0 0 2px #f6b22c33;
  }
  .select2-dropdown {
    border-radius: 15px !important;
    box-shadow: 0 8px 32px #f6b22c22 !important;
    border: none !important;
    overflow: hidden !important;
    margin-top: 6px !important;
    background: #fff;
  }
  .select2-results__options {
    border-radius: 0 0 15px 15px !important;
    font-size: 15px;
    scrollbar-width: thin;
    scrollbar-color: #f6b22c #fff;
  }
  .select2-results__options::-webkit-scrollbar {
    width: 5px;
    background: #fff;
  }
  .select2-results__options::-webkit-scrollbar-thumb {
    background: #f6b22c77;
    border-radius: 5px;
  }
  .select2-search--dropdown .select2-search__field {
    border-radius: 10px !important;
    border: 2px solid #f6b22c !important;
    font-size: 15px;
    padding: 10px 12px;
    margin-bottom: 7px;
    background: #fffbe7 !important;
    outline: none !important;
    box-shadow: 0 1.5px 7px #f6b22c12;
  }
  .select2-results__option {
    padding: 12px 13px !important;
    font-size: 15px;
    border-bottom: 1px solid #fcf5e7;
    color: #292c3b;
    cursor: pointer;
    transition: background 0.18s;
  }
  .select2-results__option--highlighted[aria-selected] {
    background: #f6b22c !important;
    color: #111 !important;
  }
  .select2-selection__placeholder {
    color: #b8ae8b !important;
    font-size: 15px !important;
  }
  .nb-btn {
    width: 100%;
    font-size: 16px !important;
    padding: 13px 0 !important;
    border-radius: 13px !important;
    margin-top: 7px !important;
  }
  .popular-routes-list {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: flex-start;
  }
  .popular-route-item {
    font-size: 14px;
    padding: 7px 14px 7px 10px;
    margin-bottom: 3px;
    border-radius: 30px;
    background: #fff;
    color: #222;
    border: 1.5px solid #f6b22c;
    font-weight: 500;
    transition: all 0.18s;
  }
  .popular-route-item:hover,
  .popular-route-item:focus {
    background: #f6b22c;
    color: #000;
    border-color: #f6b22c;
  }
  .popular-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .nb-lsf-field select:disabled,
  .select2-container--default .select2-selection--single[aria-disabled=true] {
    background: #f7f7f7 !important;
    color: #bbb !important;
    border: 1.8px dashed #ddd !important;
    cursor: not-allowed;
    opacity: 0.87;
  }
  .select2-results__option[aria-selected=true] {
    background: #fffbe3 !important;
    color: #272727 !important;
    font-weight: bold !important;
    position: relative;
  }
  .select2-results__option[aria-selected=true]::after {
    content: '✔';
    position: absolute;
    left: 18px;
    color: #11b45b;
    font-size: 15px;
  }
  .nb-live-search-wrap {
    box-shadow: 0 3px 15px #f6b22c35, 0 1.5px 8px #0001;
    border-radius: 18px !important;
    border: 1.5px solid #f6b22c2a !important;
  }
}
