.loader{width:28px;height:28px;border-radius:50%;display:inline-block;border-top:3px solid #fff;border-right:3px solid #0000;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.trekBooking{width:44%;border-radius:5px;display:flex;flex-direction:column;align-items:center;box-shadow:0 7px 29px 0 #64646f33;padding-bottom:2rem;background:#fff}.trekBooking>h2{background:#2b78a7;width:max-content;padding:0 .8rem;text-align:center;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-weight:400}.trekBooking>div:first-of-type{width:80%}.trekBooking>div:first-of-type h3{font-weight:400;font-size:18px!important;color:#7c7979}.dateAndAdult{width:80%;display:flex;flex-wrap:wrap}.dateAndAdult>div{display:flex;flex-direction:column;margin-right:1rem;flex:1 1 10rem}.dateAndAdult>div h5{font-weight:400;margin:1rem 0}.react-date-picker__wrapper{border:none!important;border-radius:5px;background:#c2c2c2;outline:none;font-size:.8rem}.adultPicker{display:flex;width:6rem}.adultPicker>div{width:1.5rem;display:flex;align-items:center;justify-content:center}.adultPicker>div:first-of-type,.adultPicker>div:nth-of-type(3){background:#2b78a7;color:#fff;cursor:pointer}.addonDetails{margin:1rem 0 0;width:80%;position:relative}.addonDetails h4{font-size:1.2rem;display:flex;align-items:center}.addOnsCheckbox{display:flex;margin:.2rem 0;background-color:#fff;padding:.2rem;border-radius:5px;position:relative;width:15rem;align-items:center;justify-content:space-between;width:100%}.addOnsCheckbox>div{font-size:14px;display:flex}.addOnContainer{overflow-y:hidden;height:0;transition:all .2s ease-in-out}.addOnContainerActive{height:auto}.addOnsCheckboxContainer{width:100%;display:flex;align-items:center}.addOnsCheckbox svg{background:#d2d2d2;margin:0 .2rem;border-radius:50%}.bookingDeatils{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.bookingDeatils>div{width:90%}.bookingDeatils>div:is(:nth-of-type(2),:first-of-type){width:90%;padding:.6rem;display:flex;align-items:center;justify-content:space-between;border:1px solid #add8e6;margin:.8rem 0;border-radius:5px}.bookTrekButton{width:100%;text-align:center;color:#fff;margin:auto;display:flex;align-items:center;justify-content:center;border:none!important;margin:.5rem!important}.bookTrekButton>button{background-color:#138944;border:none;outline:none;color:#fff;padding:.8rem 1rem;font-weight:600;width:100%}@media (max-width:768px){.trekBooking{width:95%!important;margin:auto!important}}.batchPickerBackdrop{position:fixed;inset:0;background:#0f0f0f8c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.batchPickerSheet{width:100%;max-width:480px;max-height:80vh;background:#fff;border-radius:14px;box-shadow:0 25px 50px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:batchSheetIn .18s ease-out}@keyframes batchSheetIn{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.batchPickerHeader{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.batchPickerHeader h3{margin:0;font-size:16px;font-weight:600;color:#111}.batchPickerClose{width:32px;height:32px;border:none;background:#0000;border-radius:999px;font-size:22px;line-height:1;color:#555;cursor:pointer;transition:background .15s}.batchPickerClose:hover{background:#f4f4f5}.batchPickerTabs{display:flex;gap:.5rem;padding:.75rem 1.25rem 0;overflow-x:auto;scrollbar-width:thin}.batchPickerTab{flex:0 0 auto;padding:.45rem .9rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#555;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.batchPickerTab:hover{background:#f4f4f5}.batchPickerTab.active{background:#ff5e00;border-color:#ff5e00;color:#fff}.batchPickerList{flex:1 1;overflow-y:auto;padding:.5rem 1.25rem 1.25rem}.batchPickerEmpty{padding:2rem 0;text-align:center;color:#888;font-size:14px}.batchPickerRow{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid #f1f1f1;gap:1rem}.batchPickerRow:last-child{border-bottom:none}.batchPickerRow.selected .batchPickerRange{color:#ff5e00;font-weight:600}.batchPickerRange{font-size:15px;color:#111;font-weight:500}.batchPickerCta{flex:0 0 auto;padding:.5rem 1.1rem;border:1px solid #ff5e00;border-radius:8px;background:#fff;color:#ff5e00;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.batchPickerCta:hover,.batchPickerRow.selected .batchPickerCta{background:#ff5e00;color:#fff}