@import url('https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100;200;300;400;500;600;700;800;900&family=Mina&family=Montserrat+Alternates&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@200;300;400;500;600;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@200;300;400;500;600;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Poppins', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    border-radius: 3px;
}

.ui-mobile-viewport {
    margin: auto;
    text-shadow: none;
}
.ui-page-theme-a {
    text-shadow: none;
}
:root {
    --foreground: rgb(28, 32, 77);
    /* --foreground0-90: rgba(11, 14, 36, .9); */
    --background: white;
    --primary: hsl(200, 100%, 49%);
    --accent: #3bdeb8;
    --attnColor: #7a0000;

    --neutral: hsl(0, 0%, 50%);

    /* --foreground: rgb(16, 25, 53);
    --background: rgb(251, 252, 253);
    
    --accent: #3ADEB8;

    --foreground-l2: rgb(46, 71, 143);
    --foreground-d2: rgb(8, 13, 27);
    --foreground0-90: rgba(16, 25, 53, .9);
    --accent-l5: #C7FCEB; */

    --secondary-col: 354, 100%;

    --fore-ground: 25, 29, 70;
    --back-ground: 251, 252, 253;
    --primary-col: 200, 100%;
    --secondary-col: 28, 75%;
    --accent-col: 171, 62%;
    --neutral-col: 0, 0%;

    --foreground: rgb(var(--fore-ground));
    --background: rgb(var(--back-ground));
    --primary: hsl(var(--primary-col), 49%);
    --secondary: hsl(var(--secondary-col), 53%);
    --accent: hsl(var(--accent-col), 54%);
    --neutral: hsl(var(var(--neutral-col), 50%));

    --foreground0-90: rgba(var(--fore-ground), .95);

    --primary_0: hsl(var(--primary-col), 21%);
    --primary_1: hsl(var(--primary-col), 28%);
    --primary_2: hsl(var(--primary-col), 35%);
    --primary_3: hsl(var(--primary-col), 44%);
    --primary_4: hsl(var(--primary-col), 53%);
    --primary_5: hsl(var(--primary-col), 63%);
    --primary_6: hsl(var(--primary-col), 72%);
    --primary_7: hsl(var(--primary-col), 79%);
    --primary_8: hsl(var(--primary-col), 88%);
    --primary_9: hsl(var(--primary-col), 94%);
    --primary_10: hsl(var(--primary-col), 97%);

    --secondary_0: hsl(var(--secondary-col), 21%);
    --secondary_1: hsl(var(--secondary-col), 28%);
    --secondary_2: hsl(var(--secondary-col), 35%);
    --secondary_3: hsl(var(--secondary-col), 44%);
    --secondary_4: hsl(var(--secondary-col), 53%);
    --secondary_5: hsl(var(--secondary-col), 63%);
    --secondary_6: hsl(var(--secondary-col), 72%);
    --secondary_7: hsl(var(--secondary-col), 79%);
    --secondary_8: hsl(var(--secondary-col), 88%);
    --secondary_9: hsl(var(--secondary-col), 94%);
    --secondary_10: hsl(var(--secondary-col), 97%);

    --accent_0: hsl(var(--accent-col), 21%); 
    --accent_1: hsl(var(--accent-col), 28%); 
    --accent_2: hsl(var(--accent-col), 35%); 
    --accent_3: hsl(var(--accent-col), 44%); 
    --accent_4: hsl(var(--accent-col), 53%); 
    --accent_5: hsl(var(--accent-col), 63%); 
    --accent_6: hsl(var(--accent-col), 72%); 
    --accent_7: hsl(var(--accent-col), 79%); 
    --accent_8: hsl(var(--accent-col), 88%); 
    --accent_9: hsl(var(--accent-col), 94%); 
    --accent_10: hsl(var(--accent-col), 97%); 

    --neutral_0:  hsl(var(--neutral-col), 21%);
    --neutral_1:  hsl(var(--neutral-col), 28%);
    --neutral_2:  hsl(var(--neutral-col), 35%);
    --neutral_3:  hsl(var(--neutral-col), 44%);
    --neutral_4:  hsl(var(--neutral-col), 53%);
    --neutral_5:  hsl(var(--neutral-col), 63%);
    --neutral_6:  hsl(var(--neutral-col), 72%);
    --neutral_7:  hsl(var(--neutral-col), 79%);
    --neutral_8:  hsl(var(--neutral-col), 88%);
    --neutral_9:  hsl(var(--neutral-col), 94%);
    --neutral_10:  hsl(var(--neutral-col), 97%);

}
.primary_bkg   {background-color: var(--primary); color: var(--background);}
.primary_bkg_0 {background-color: hsl(var(--primary-col), 21%); color: var(--background);}
.primary_bkg_1 {background-color: hsl(var(--primary-col), 28%); color: var(--background);}
.primary_bkg_2 {background-color: hsl(var(--primary-col), 35%); color: var(--background);}
.primary_bkg_3 {background-color: hsl(var(--primary-col), 44%); color: var(--background);}
.primary_bkg_4 {background-color: hsl(var(--primary-col), 53%); color: var(--background);}
.primary_bkg_5 {background-color: hsl(var(--primary-col), 63%); color: var(--background);}
.primary_bkg_6 {background-color: hsl(var(--primary-col), 72%); color: var(--foreground);}
.primary_bkg_7 {background-color: hsl(var(--primary-col), 79%); color: var(--foreground);}
.primary_bkg_8 {background-color: hsl(var(--primary-col), 88%); color: var(--foreground);}
.primary_bkg_9 {background-color: hsl(var(--primary-col), 94%); color: var(--foreground);}
.primary_bkg_10{background-color: hsl(var(--primary-col), 97%); color: var(--foreground);}

.secondary_bkg   {background-color: var(--secondary); color: var(--background);}
.secondary_bkg_0 {background-color: hsl(var(--secondary-col), 21%); color: var(--background);}
.secondary_bkg_1 {background-color: hsl(var(--secondary-col), 28%); color: var(--background);}
.secondary_bkg_2 {background-color: hsl(var(--secondary-col), 35%); color: var(--background);}
.secondary_bkg_3 {background-color: hsl(var(--secondary-col), 44%); color: var(--background);}
.secondary_bkg_4 {background-color: hsl(var(--secondary-col), 53%); color: var(--background);}
.secondary_bkg_5 {background-color: hsl(var(--secondary-col), 63%); color: var(--background);}
.secondary_bkg_6 {background-color: hsl(var(--secondary-col), 72%); color: var(--foreground);}
.secondary_bkg_7 {background-color: hsl(var(--secondary-col), 79%); color: var(--foreground);}
.secondary_bkg_8 {background-color: hsl(var(--secondary-col), 88%); color: var(--foreground);}
.secondary_bkg_9 {background-color: hsl(var(--secondary-col), 94%); color: var(--foreground);}
.secondary_bkg_10{background-color: hsl(var(--secondary-col), 97%); color: var(--foreground);}

.accent_bkg   {background-color: var(--accent); color: var(--background);}
.accent_bkg_0 {background-color: hsl(var(--accent-col), 21%); color: var(--background);}
.accent_bkg_1 {background-color: hsl(var(--accent-col), 28%); color: var(--background);}
.accent_bkg_2 {background-color: hsl(var(--accent-col), 35%); color: var(--background);}
.accent_bkg_3 {background-color: hsl(var(--accent-col), 44%); color: var(--background);}
.accent_bkg_4 {background-color: hsl(var(--accent-col), 53%); color: var(--background);}
.accent_bkg_5 {background-color: hsl(var(--accent-col), 63%); color: var(--background);}
.accent_bkg_6 {background-color: hsl(var(--accent-col), 72%); color: var(--foreground);}
.accent_bkg_7 {background-color: hsl(var(--accent-col), 79%); color: var(--foreground);}
.accent_bkg_8 {background-color: hsl(var(--accent-col), 88%); color: var(--foreground);}
.accent_bkg_9 {background-color: hsl(var(--accent-col), 94%); color: var(--foreground);}
.accent_bkg_10{background-color: hsl(var(--accent-col), 97%); color: var(--foreground);}

.neutral_bkg   {background-color: var(--neutral); color: var(--background);}
.neutral_bkg_0 {background-color: hsl(var(--neutral-col), 21%); color: var(--background);}
.neutral_bkg_1 {background-color: hsl(var(--neutral-col), 28%); color: var(--background);}
.neutral_bkg_2 {background-color: hsl(var(--neutral-col), 35%); color: var(--background);}
.neutral_bkg_3 {background-color: hsl(var(--neutral-col), 44%); color: var(--background);}
.neutral_bkg_4 {background-color: hsl(var(--neutral-col), 53%); color: var(--background);}
.neutral_bkg_5 {background-color: hsl(var(--neutral-col), 63%); color: var(--background);}
.neutral_bkg_6 {background-color: hsl(var(--neutral-col), 72%); color: var(--foreground);}
.neutral_bkg_7 {background-color: hsl(var(--neutral-col), 79%); color: var(--foreground);}
.neutral_bkg_8 {background-color: hsl(var(--neutral-col), 88%); color: var(--foreground);}
.neutral_bkg_9 {background-color: hsl(var(--neutral-col), 94%); color: var(--foreground);}
.neutral_bkg_10{background-color: hsl(var(--neutral-col), 97%); color: var(--foreground);}

.opacity_50_dark {
    background-color: rgba(0,0,0, .5);
}



.attention_txt_color {
    color: var(--attnColor);
}
.bkg_empty {
    background: none;
}



html, body {
    margin: auto;
    padding: 0;
    background: var(--background);
    color: var(--foreground);
    position: relative;
    height: 100%;
}

.body {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y     mandatory;
}
p {
    text-decoration: none;
    color: var(--foreground);
}
a {
    color: var(--primary_1);
    text-decoration: none;
}
a:hover {
    color: unset;
  }

h1, h2, h3, h4, h5, h6 {
    color: var(--primary_1);
}
.outer_container {
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: auto;
}
.body_bkg {
    /* position: absolute; */
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
}
.mt_76 {
    margin-top: 76px;
}
[id] {
    scroll-margin-top: 56px;
  }
footer {
    background-color: var(--foreground);
}
footer a {
    color: white;   
}
footer a:hover {
    color: white;
}
label {
    font-size: 12pt;
}
.txt_light {
    color: var(--background);
}
.txt_dark {
    color: var(--foreground);
}
.txt_fgr_l2 {
    color: var(--primary_1);
}
.txt_italic {
    font-style: italic;
}
.font_wt_500 {
    font-weight: 500;
}
.img_text {
    color: white;
    font-weight: 500;
    text-shadow: 
      0 0 8px rgba(0, 0, 0, 0.6),
      0 2px 4px rgba(0, 0, 0, 0.8);
  }
.hw100 {
    height: 100%;
    width: 100%;
}
.bkg_white {
    color: var(--foreground);
    background-color: #ffffff
}
.bkg_light {
    color: var(--foreground);
    background-color: var(--background)
}
.bkg_dark {
    background-color: var(--foreground);
    color: var(--background);
}
.bkg_dark:hover {
    background-color: var(--foreground);
    color: var(--background);
}
.grad_bkg1 {
    background: linear-gradient(225deg, 
    var(--foreground) 40%, var(--accent_2) 100%);
}
.grad_bkg2 {
    background: linear-gradient(0, 
    var(--primary_2) 10%, var(--background) 50%);
}
.grad_bkg3 {
    background: linear-gradient(0, 
    var(--primary_8) 0%, var(--primary_2) 90%);
}
.grad_bkg4 {
    background: linear-gradient(180deg, 
    var(--primary_8) 20%, var(--secondary_7) 100%);
}
.grad_bkg5 {
    background: linear-gradient(135deg, var(--primary_8),
    var(--neutral_9) 50%, var(--accent_8));
}
.border_foreground_lighter {
    border-style: solid;
    border-color: var(--primary_1)
}
.border_dark {
    border-color: var(--foreground);
    border: solid;
}
.no_border {
    border: none;
}
.img_inv {
    filter: invert(100%);
}
.fs_8pt {
    font-size: 8pt;
}
.fs_9pt {
    font-size: 9pt;
}
.fs_10pt {
    font-size: 10pt;
}
.fs_xl {
    font-size: 30pt;
}
.fs_xxl {
    font-size: 36pt;
}
.y109x154px {
    height: 111px;
    width: 154px;
}
.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

.hide {
    display: none;
}
.navbar {
    background-color: var(--foreground);
    opacity: .9;
}

.navbar_dropdown {
    background-color: var(--foreground);
}

.snap_container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    position: relative;
}

.section {
    /* height: 100vh; */
    border-radius: 0;
    display: flex;
    align-items: center;
    position: relative;
    scroll-snap-align: center; /* Snaps the center of the section to the viewport center */
    scroll-snap-stop: normal;
    transition: opacity .5s ease-out, transform .5s ease-out;
}




#search_section {
    /* background: url('background_search.jpg') no-repeat center;
    background-size: cover; */
}
.inline_block {display: inline-block;}

.nights_in {
    display: none;
}
.nights_in.show {
    display: block;
}

/* STEP BY STEP DESTINATION FINDER */

.slider-container {
    /* background: 
    linear-gradient(rgba(66, 145, 134, 0.6), rgba(66, 145, 134, 0.6)), */
    /* url('images/pexels-keeganjchecks-11802404.jpg') no-repeat center; */
    /* url('background_search.jpg') no-repeat center;  */
    background: url('images/pexels-vince-2227774.jpg') no-repeat center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}
.slider-container > div {
    width: 100%;
    height: 100%;
    display: flex;
    backdrop-filter: blur(3px);
}

.slide-panel {
    position: absolute;
    display: flex;
    flex-shrink: 0;
    width: 100%;
    margin: auto;
    height: 100%;
    transition: transform .6s ease-in-out;
                /* opacity .6s ease-in-out, */
                /* scale .6s ease-in-out; */
    align-items: center;
    justify-content: center;
    opacity: 1; /* Default opacity */
    scale: 1; /* Default scale */
}

.slide-panel.active {
    transform: translateX(0);
    /* opacity: 1;  */
    /* scale: 1; */
}
.slide-panel.right {
    transform: translateX(110%);
    /* opacity: 0;  */
    /* scale: 3;  */
}
.slide-panel.left {
    transform: translateX(-110%);
    /* opacity: 0;  */
    /* scale: .5; */
}

.slide-panel > * {
    flex-grow: .9;
}
.sub_slide_panel {
    position: relative;
    display: flex;
    flex-direction: column;
    /* background-color: white; */
    width: 80%;
    max-width: 992px;
    /* height: 80%; */
    align-items: center;
    justify-content: center;
    flex-grow: unset;
}

.autocomplete-container {
    position: relative;
    width: 100%;

}
.temp-slider {
    width: 100%;
    max-width: 300px;
}





  






/* SEARCH SPACE */
.search_space {
    position: relative;
    flex-shrink: unset;
    /* width: 88%; */
    /* left: 50%; */
    /* margin-left: -44%; */
    background: var(--foreground0-90);
    box-shadow: 0 0 2rem rgb(0, 0, 0);
    /* backdrop-filter: blur(6px); */
    color: var(--background);
    margin: auto;
    /* max-width: 1296px; */
}
#search_tab_content {
    min-height: 304px;
}
.date_input_field {
    display: inline-block;
    width: 50%;
}
.date_input_field div {
    overflow: visible;
}

.book_button {
    position: relative;
    /* display: inline-block; */
    border-radius: 5px;
    width: 100%;
    /* height: 30px; */
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: var(--accent);
    border: none;
    border-radius: 5px;
    font-size: 14pt;
    font-weight: 400;
    color: var(--foreground);
}
.book_button a {
    text-decoration: none;
    margin: 8px auto;
}
/* .book_button a button {
    width: 100%;
    height: 100%;
    background: var(--accent);
    border: none;
    border-radius: 5px;
    font-size: 14pt;
    font-weight: 500;
    color: var(--foreground);
} */
.book_button a button:hover {
    cursor: pointer;
}
.bttn {
    border: none;
    border-radius: 6px;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}
.poi-user {
    cursor: pointer;
    position: relative;
}
.x_btn_hov {
    display: none;
    position:absolute;
    right: 3px;
    top: 3px;
    padding: 0 6px;
    /* background: none; */
    border: none;
}
.poi-user:hover .x_btn_hov {
    display: block;
}

.btn_s {
    width: unset;
    height: 25px;
    border: none;
    border-radius: 2px;
    padding: 1px 12px;
    font-size: 10pt;
    text-align: center;
}
.btn_s_sq {
    height: 30px;
    width: 30px;
    border: none;
    border-color: white;
    border-radius: 2px;
    padding: 1px;
    text-align: center;
}
.btn_m {
    /* width: unset; */
    height: 35px;
    border: none;
    border-radius: 6px;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}
.btn_m_small_pad {
    width: unset;
    height: 35px;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    border: none;
    /* background: var(--background); */
}
.btn_m_sq {
    height: 35px;
    width: 35px;
    border-radius: 6px;
    padding: 3px;
    text-align: center;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.btn_l {
    display: inline-block;
    border: none;
    font-size: 16pt;
    border-radius: 6px;
    padding: 8px 16px;
    text-align: center;
    vertical-align: middle;
}
.btn_xxl button:hover, 
.submit_button button:hover,
.button_nlp button:hover {
    cursor: pointer;
}
.btn_xxl button, 
.submit_button button,
.button_nlp button {
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 20pt;
}
.btn_xxl {
    position: relative;
    height: 3em;
}
.btn_xxl button {
    font-size: 1.5rem;
}
.btn_empty {
    background: none;
    border: none;
    cursor: pointer;
}
.btn_icon {
    padding: 3px;
    height: 100%;
    cursor: pointer;
    cursor: pointer;
}
.square_icon {
    width: 100%;
    aspect-ratio: 1/1;
}

.btn_border_dark {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: hsl(var(--primary-col), 21%);
}
.btn_border_light {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: hsl(var(--back-ground), 21%);
}
.link_btn{
    padding: 8px 12px;
}
.fav_btn {
    padding: 4px;
}
.fav_btn_fix_w{
    width: 245px;
    /* padding: 6px; */
}
.full_width {
    width: 100%;
}
.auto_width {
    width: auto;
}
.fav_list_name {
    margin: 0;
    display: inline-block;
    width: 200px;
}
.fav_list_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.fav_list_icon_lg {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.form_p0m0 {
    padding: 0;
    margin: 0;
    height: 100%;
    width: unset;
}

.outline_accent_thick {
    border: solid;
    border-width: 4px;
    border-color: var(--accent);
}

.total_pax {
    position: relative;
}
.num_adults, .num_children, .num_infants {
    margin: auto;
    border: none;
    height: 60px;
    width: 60px;
}
#search-landmarks {
    scroll-behavior: auto;
}
.attraction_results_drop {
    position: absolute;
    /* z-index: 21; */
}
.autocomplete-suggestions {
    position: absolute;
    background-color: var(--background);
    color: var(--foreground);
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0 0 4px 4px;
    width: 100%;
    max-height: none !important;
    z-index: 21;  
}
.attraction_results_drop .autocomplete-suggestions .left-panel, 
.attraction_results_drop .autocomplete-suggestions .right-panel {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 5px;
    box-sizing: border-box;
    overflow-y: auto;
    /* max-height: 200px; */
}

.attraction_results_drop .autocomplete-suggestions .left-panel {
    border-right: 1px solid #ccc;
}

.shadow_xs_light {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.shadow_xs_dark {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.shadow_sm_light {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.shadow_sm_dark {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.shadow_md_light {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.shadow_md_dark {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.shadow_lg_light {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.shadow_lg_dark {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.7);
}
.shadow_xl_light {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
}
.shadow_xl_dark {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.7);
}

.ratio_16-9 {
    aspect-ratio: 16/9;
}
.ratio_4-1 {
    aspect-ratio: 4/1;
}

.password-requirements {
    margin-top: 10px;
    font-size: 0.9rem;
    display: none;
}
.form-check-label, .form-check-input[type=radio] {
    cursor: pointer;
}
.lbl_radio:hover {
    cursor: pointer;
}
.lbl_radio div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 12px 3px;
    overflow: visible;
}
.rd_btn_style[type=radio] {
    border-color: var(--accent_8);
}
.rd_btn_style:checked[type=radio] {
    border-width: 4px;
    background-color: var(--foreground);
    background-image: none;
}


.sidebar {
    width: 100%;
    margin: 0 10px;
    background-color: var(white);
    color: var(--primary_1);
    font-weight: 400;
}
.sidebar input {
    padding: 0;
    border-style: none;
}
.results_city_selection {
    width: 600px;
    position: relative;
    margin: auto;
    flex-wrap: wrap !important;
}

.container_576 {
    max-width: 576px;
    margin: auto;
}
.overflow-x_vis {
    overflow-x: visible;
    overflow-y: hidden;
}
.w_fit_content {
    width: fit-content;
}
/* CHAT */
.chat-wrapper {
    min-height: calc(50vh - 140px);
    margin-top: 0;
}
.chat-container {
    padding-bottom: 20px;
}
.message {
    width: fit-content;
    max-width: 75%;
    padding: 12px 18px;
    margin-bottom: 12px;
    border-radius: 18px;
    line-height: 1.5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3)
}
.user-message {
    background-color: var(--secondary);
    color: white;
    margin-left: auto;
    border-radius: 18px 18px 0 18px;
    text-align: right;
}
.assistant-message {
    background-color: var(--primary_10);
    margin-right: auto;
    border-radius: 18px 18px 18px 0;
}
.list-group-item {
    border: var(--primary_8);
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: var(--primary_9);
}
.chat-input {
    width: 100%;
    margin: 0 auto;
    border: 2px solid;
    border-color: var(--accent);
    border-radius: 27px;
    background-color: white; 
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#user-input {
    padding: 10px 25px;
    border-radius: 23px;
    background-color: white;
    border: none; 
}
#user-input:focus {
    box-shadow: none !important;
    outline: none !important;
}
#chat-input_btn {
    border-radius: 23px;
}
.typing-indicator {
    display: flex;
    align-items: center;
    padding: 10px 18px;
}
.typing-text {
    margin-right: 10px;
    font-size: 0.9em;
    color: #333;
}
.typing-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 2px;
    animation: typing 1.5s infinite linear;
}
.typing-dot:nth-child(1) {
    animation-delay: 0s;
}
.typing-dot:nth-child(2) {
    animation-delay: 0.5s;
}
.typing-dot:nth-child(3) {
    animation-delay: 1.0s;
}
@keyframes typing {
    0%, 66.67%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    33.33% {
        opacity: 1;
        transform: scale(1.2);
    }
}





.tooltip {
    --bs-tooltip-bg: var(--primary_0);
    --bs-tooltip-opacity: 1;
    /* --bs-tooltip-color: var(--primary_0); */
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
  }
  .info-icon {
    padding: 0;
    width: 22px;
    height: 20px;
    /* padding-bottom: 3px; */
    text-align: center;
    /* border-style: solid; */
    border-width: 1px; */
    /* border-radius: 50%; */
    background-color: var(--neutral_10);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: var(--primary_3);
    cursor: pointer;
    user-select: none;
  }
  .info_mark {
    /* border: var(--primary);
    border-radius: 50%;
    border-color: var(--primary);
    border-width: 1px; */ */
}

.tour {
    max-width: 556px;
    position: relative;
    margin: 10px auto;
    /* padding: 5px 0; */
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 0px 6px gray;
    vertical-align: middle;
    min-height: 115px;
}
.alltrips {
    position: relative;
    width: 360px;
    margin: auto 5px;
}
.trip {
    position: relative;
    width: 100%;
    border-style: none;
    border-radius: 5px;
    padding: 5px;
}
.carrier_name {
    display: inline-block;
    border: none;
    border-radius: 16px;
    /* box-shadow: 0 2px 4px rgb(185, 185, 185); */
    /* height: 60px;
    width: 60px; */
    overflow: hidden;
}
.carrier_name img {
    /* height: 100%;
    width: 100%; */
    /* border-radius: 16px; */
    background: linear-gradient(120deg, #ffffff, #f0f0f0f5, #ffffff);
}
.date {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 100%;
    margin: 0;
    font-size: 8pt;
    text-align: center;
}
.dep_box, .arr_box{
    position: relative;
    width: 100px;
    height: 60px;
    display: inline-block;
    margin: 0 -25px 0 6px ;
    overflow: visible;
    padding: 0 0 0 0;
    font-weight: 600;
}
.dep_box{
    text-align: right;
    margin: 0 6px 0 -25px;
}
.dep_box .time{
    text-align: right;
}
.trip_details {
    width: 18%;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 10pt;
}
.location_name {
    right: 0;
    top: 0;
    height: 18px;
    max-height: 18px;
    margin-top: 3px;
    margin-bottom: -3px;
    right: 0;
    font-size: 10pt;
    overflow-x: visible;
    overflow-y: hidden;
}
.location_code {
    position: relative;
    font-size: 16pt;
    width: 100%;
}
.diff_airport {
    position: relative;
    font-size: 16pt;
    color: var(--attnColor);
    font-style: italic;
    width: 100%;
    vertical-align: middle;
}
.time {
    /* width: 100%; */
    /* text-align: left; */
    margin: -4px 0;
    /* font-size: 12pt; */
}
.days_later {
    display: inline-block;
    vertical-align: super;
    font-size: 8pt;
    color: var(--attnColor);
}
.trip_duration {
    margin: -4px 0 4px 0;
}
.booking {
    display: inline-block;
    position: absolute;
    background-color: white;
    width: 140px;
    height: 100%;
    border-style: none;
    border-radius: 6px;
    right: 0;
    top:0;
}
.booking_sub {
    bottom: 0;
    height: max-content;
    width: 100%;
    position: absolute;
    vertical-align: middle;
}
.fare {
    position: relative;
    text-align: center;
    margin: auto;
}
.total_fare {
    position: relative;
    font-size: 20pt;
    font-weight: 500;
    color: var(--primary_1);
    width: 100%;
    text-align: center;
}

.single_fare {
    position: relative;
    font-size: 10pt;
    text-align: center;
    margin: auto;
}



.search_box_modal {
    margin: auto;
    background-color: var(--foreground);
    color: var(--background);
}
.modal-header{
    border-style: none;
}
.modal-dialog {
    /* width: 800px; */
    /* max-width: 100%; */
}
.modal_form {
    width: unset;
    max-width: 992px;
}
.modal_custom_guide {
    width: unset;
    max-width: 800px;
}

/* TABS */
.nav-item {
    cursor: pointer;
}
.nav {
    flex-wrap: unset;
}
.nav-item {
    cursor: pointer;
}
.nav-pills .nav-link {
    color: var(--primary_1);
}

.city_info_tabs {
    position: relative;
}
.city_info_tabs .nav-tabs .nav-link {
    border-width: 0 0 0 0;
    margin: 0;
    color: var(--primary_1);
}
.tab-pane {
    max-width: 992px;
    margin: auto;
}
#search_section div .nav-tabs .nav-link {
    border-width: 0 0 0 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);  
}

#search_section div .nav-tabs .nav-link:hover {
    border-width: 0 0 2px 0;
    color: white;
}

#search_section div .nav-tabs .nav-link.active {
    border-width: 0 0 2px 0;
    border-bottom-color: var(--accent);
    color: var(--background);
    background: none;
    font-weight: unset;
}
.city_info_tabs .nav-tabs .nav-link:hover {
    border-width: 0 0 3px 0;
    border-radius: 0;
    padding-bottom: 5px;
}
.city_info_tabs .nav-tabs .nav-link.active {
    border-width: 0 0 3px 0;
    padding-bottom: 5px;
    border-bottom-color: var(--accent);
    color: var(--primary_1);
    background: none;
    font-weight: unset;
}
.city_info_tabs .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.city_info_tabs .nav-tabs::before, .city_info_tabs .nav-tabs::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 55px;
    pointer-events: none;
    transition: opacity 0.1s;
    opacity: 1;
}
.city_info_tabs .nav-tabs::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.city_info_tabs .nav-tabs::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.nav-tabs.no-left-shadow::before,
.nav-tabs.no-right-shadow::after {
    opacity: 0;
}

/* CITY-HEAD */
.city_title_bkg {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;   
}
.city_title_dsearch {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50%;
}
.city_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 30px;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.city_title_dsearch .autocomplete_drop form input {
    background-color: rgb(0,0,0,.4);
    border-width: 2px;
}
.city_title_dsearch .autocomplete_drop form input::placeholder {
    color: white;
}
.city_title_dsearch .autocomplete_drop form input:focus {
    background-color: rgb(255,255,255,.8);
    border-width: 2px;
}
.city_title_dsearch .autocomplete_drop form input:focus::placeholder {
    color: unset;
}
.fav_dr_down {
    padding: 0;
    width: fit-content;
    margin-right: 0;
}

.refinebar {
    position: relative;
    width: 100%;
}
.ftitle {
    position: relative;
    margin: 10px auto;
    font-weight: 500;
}
.stops_select {
    margin: 30px 0;
    height: 6px;
}
.stops_selection {
    width: 84%;
    margin: auto 8%;
}
.city_pair {
    margin: 8px 0 4px 0;
}
.t_range_slider{
    height: 6px;
    padding: 0 6px;
    margin-bottom: 24px;
}
.label_and_times {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 6px;
}
.label_and_times div
{
    display: inline-block;
    font-size: 9pt;
    font-weight: 400;
    width: fit-content;
}

.dropdown_close:hover{
    cursor: pointer;
}
.dropdown_close {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 24px;
    font-size: 12pt;
    text-align: right;
}
.shrt_number_input input {
    text-align: center;
}
.pax_dr_down{
    position: absolute;
    display: none;
    width: 100%;
    min-width: 255px;
    z-index: +22 !important;
    right: 0;
    background-color: white;
    margin-top: 5px;
    color: var(--primary_1);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    font-weight: 400;
}
.pax_num_select {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 10px;
}
.pax_num_select div {
    width: 25%;
    display: inline-block;
}
.pax_num_select .shrt_number_input {
    position: relative;
    width: 75%;
    text-align: center;
    display: inline-block;
    margin: auto;
    color: var(--primary_1);
}
.pax_num_select .shrt_number_input button {
    margin: auto;
    background-color: var(--accent);
    border-width: 0;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    font-size: 16pt;
    color: var(--foreground);
    text-align: center;
    vertical-align: middle;
}

.checkbox_styling {
    display: none;
}
.checkbox_styling:checked + label .toggle{
    background-color: var(--accent_8);
}
.checkbox_styling_mc {
    background-color: rgb(var(--back-ground))
}

.checkbox_styling:checked + label .toggle div {
    position: absolute;
    visibility: visible;
    margin: auto;
    border-radius: 0;
    bottom: 4px;
    left: 6px;
    height: 12px;
    width: 6px;
    border: solid var(--foreground);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ch_bx_lbl {
    display: inline-block;
    position: relative;
    user-select: none;
    padding: 2px !important;
}
.ch_bx_lbl:hover {
    cursor: pointer;
}
.ch_bx_lbl_txt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.toggle {
    background-color: var(--background);
    font-size: 10pt;
    border-color: var(--foreground);
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    height: 22px;
    width: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.toggle:hover {
    cursor: pointer;
}
.toggle div{
    visibility: hidden;
    height: 0;
    width: 0;
}
#loading_message {
    display:none;
    font-weight: bold;
    margin-top: 4rem;
    width: 100%;
}


/* FLASH MESSAGES */
.alert {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.alert-info {
    background-color: #c6d5ff;
    color: #00277c;
}
.alert-success {
    background-color: #bfffcf;
    color: #007413;
}
.alert-warning {
    background-color: #ffffa7;
    color: #918700;
}
.alert-error {
    background-color: #ffd2d2;
    color: #7c0000;
}
#flashMessage {
    display: none;
}

.weather_icon_check {
    display: none;
}
.weather_icon {
    position: relative;
    margin: 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: white;
    border-width: 5px;
    border-color: white;
    border-style: solid;
}
.weather_icon:hover {
    cursor: pointer;
}
.weather_icon_check:checked + label .weather_icon {
    border-color: var(--accent);
}

.card_d {
    overflow: hidden;
    transition: transform .2s;
    position: unset;
}
.card_d:hover {
    transform: scale(1.01)
}
.card_image {
    aspect-ratio: 3/2;
    overflow: hidden;
}
.card_weather {
    width: 100%;
    height: 300px;
}
.card_weather > div {
    height: 100%;
}
.full_height {
    height: 100%;
}
.card_weather_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.card_weather_body {
    /* width: fit-content; */
    /* width: 100%; */
}
.card_local_info {
    height: 100%;
}




.category_scores {
    display: flex;
    flex-direction: row;
    justify-content: center; /* Centers charts vertically */
    align-items: flex-start; /* Aligns charts to the left */
    height: 100%; /* Takes full height of the parent */
    gap: 10px; /* Spacing between charts */
}

.category_score_chart {
    width: 100%;
}

.category_name {
}

.category_container {
    width: 100%;
    display: flex;
    align-items: center;
}
.category_score {
    font-size: 14px;
    min-width: 35px;
    text-align: right;
    font-weight: 500;
}

.progress_bar {
    position: relative;
    flex-grow: 1;
    height: 8px;
    background-color: var(--accent_8);
    border-radius: 4px;
    overflow: hidden;
}

.progress_fill {
    height: 100%;
    width: calc(var(--percentage, 0) * 1%);
    background-color: var(--accent_3);
    transition: width 0.3s ease-in-out;
}

.progress_separators {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between; */
}

.progress_separators div {
    /* width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); Visible separators */
}





.weather_day {
    flex: 0 0 auto;
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 10pt;
}
.hourly_3way {
    display: block;
    flex: 0 0 auto;
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 10pt;
}

.temperature {
    font-size: 11pt;
    font-weight: 500;
}
.weather_day_icon {
    margin: auto;
    width: 50px;
    height: 50px;
}
.mountain_location_title {
    height: 50px;
    display: flex;
    text-align: center;
    vertical-align: center;
}
.weather_description {
    min-height: 40px;
}



/* WEATHER CARDS */
.weather-scroll-container {
    position: relative;
    display: flex;
    align-items: center;
}
.weather_fixed_col {
    position: relative;
    display: flex;
    align-items: right;
}

.weather-scroll-content {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding-left: 40px; /* Space for left arrow */
    padding-right: 40px; /* Space for right arrow */
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    justify-content: start; /* Default behavior */
}

.weather-scroll-content[style*="justify-content: center;"] {
    padding-left: 0;
    padding-right: 0;
}

.weather_day_conditions {
    height: 185px;
    position: relative; /* Reference for arrow alignment */
}

.scroll-btn {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
    height: 60%; /* Adjust height to match the .weather_day_conditions */
    width: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: background 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
    top: 50%; /* Dynamically aligned */
    transform: translateY(-50%);
}

.scroll-btn.left {
    left: 0;
}

.scroll-btn.right {
    right: 0;
}

.scroll-btn:hover {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}





.card_listing {
    height: 150px;
}
.card_listing div div img {
    height: 150px;
    width: 150px;
}
.card_listing div div div h5 {
    /* max-height: 24px;
    overflow: hidden; */
}
.card_listing div div div p {
    max-height: 75px;
    overflow: hidden;
}
/* .card_poi {
    height: 160px;
}
.card_poi_last div {
    display: inline-block;
} */
/* USER ACCOUNT */

.user_side div a {
    color: var(--foreground);
    text-decoration: none;
}
.pic_sidebar{
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}
.saved_search {
    position: relative;
    box-shadow: 0px 0px 6px gray;
    border-radius: 6px;
}
#save_itinerary_button {
    display: none;
    /* visibility: hidden; */
}
.add_note_form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.add_note_form form {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2% 5%;
}
.add_note_form form textarea {
    font-size: 12pt;
    font-weight: 300;
    width: 100%;
    height: 70px;
    border: var(--foreground);
    color: var(--primary_1);
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    word-wrap: break-word;
    word-break: break-all;
}
.add_note_form form button {
    font-size: 12pt;
    padding: 0;
    border: none;
    padding: 0 3px;
    color: var(--foreground);
    background-color: var(--accent);
    border-radius: 3px;
}
.add_note_to_saved[type=checkbox]:checked ~ .add_note_form {
    display: inline-block;
    background-color: white;
    padding: 4px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px gray;
}





/* NOUI SLIDER */
.noUi-pips-horizontal {
    padding: 0;
    height: 20px;
    top: -15px;
    left: 0;
}
.noUi-marker {
    top: 13px;
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary_1);
    border-color: var(--primary_1);
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    top: -20px;
    text-align: center;
}
.noUi-value-horizontal{
    font-size: 10pt;
    color: var(--primary_1);
}

.noUi-horizontal {
    height: 100%;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    right: -10px;
    top: -7px;
    border-radius: 50%;
    background-color: var(--accent);
    border-color: var(--primary_1);
    border-width: 0px;
  }
.noUi-connect{
    background: var(--primary_1);
  }
.noUi-handle {
    box-shadow: none;
  }
.noUi-handle:before,
.noUi-handle:after {
    content: none;
}
.autocomplete-wrapper {
    position: relative;
}
.autocomplete-results {
    position: absolute;
    background: white;
    z-index: 20;
    top: 100%;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    border-top-width: 0;
    box-shadow: 
    0 5px 10px rgba(0, 0, 0, 0.3);
}
.autocomplete-result {
    padding: 12px 15px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
    color: var(--foreground);
    min-width: 240px;
}
.autocomplete-result:last-child {
    border-bottom-width: 0;
}
.autocomplete-location {
    opacity: .8;
    font-size: smaller;
}
.autocomplete-suggestion {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}
.autocomplete-suggestion strong {
    font-weight: 600;
}
#map {
    height: 85vh; /* Full-screen height */
    width: 100%;   /* Full width */
}
$iPlus: 0;
@for $i from 0 through 5 {
    $iPlus: $i + 1;
    .autocomplete-results[data-highlight='#{$i}'] > :nth-child(#{$iPlus}) {
      color: white;
      background: #26C9FF;
      border-bottom-color: #26C9FF;
      outline: solid 1px darken(#26C9FF, 10%);
    }
  }

  #cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: left;
    padding: 30px 15px;
    display: none;
  }
  #cookie-consent-banner a {
    color: white;

  }
  #cookie-consent-banner button {
    cursor: pointer;
  }

  .lightpick {

  }

.rounded_ {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    }
.rounded_start {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    }
.rounded_end {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    }
.rounded_0 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    }

@media (min-width: 576px) {
  .rounded_start_sm {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    }
  .rounded_end_sm {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    }
  .rounded_0_sm {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    }
}
@media (min-width: 992px) {
  .container_576 {
    margin: 0;
  }
  .rounded_start_lg {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    }
  .rounded_end_lg {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    }
  .rounded_0_lg {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    }
}


@media only screen and (max-width: 992px) {
    body {
        width: 100%;
        min-width: 576px;
    }
    /* .search_space {
        width: 92%;
        margin-left: -46%;
    } */
    .ratio_16-9 {
        aspect-ratio: 2/3;
    }
    .city_info_tabs .nav-tabs .nav-link{
        height: 60px;
    }
    .pax_num_select .shrt_number_input button {
        height: 40px;
        width: 40px;
    }
    .checkbox_styling:checked + label .toggle div{
        /* bottom: 4px;
        left: 8px;
        height: 20px;
        width: 10px;
        border-width: 0 5px 6px 0; */
    }
    .ch_bx_lbl {
        padding: 10px 0;
    }
    .toggle{
        /* height: 30px;
        width: 30px; */
        font-size: 16px;
    }
    .sidebar {
        font-size: 12pt;
        width: 88%;
    }
    .ftitle {
        margin-bottom: 20px;
    }
    .stops_select {
        margin-top: 60px;
    }
    .stops_selection {
        width: 90%;
        margin: auto 5%;
    }
    .city_pair{
        margin-bottom: 24px;
    }
    .t_range_slider {
        margin-bottom: 36px;
    }
    .label_and_times {
        margin-bottom: 20px;
    }
    .label_and_times div {
        font-size: 10pt;
    }

    #filter_expand[type=checkbox]:checked ~ .sidebar {
        display: block;
        position: absolute;
        margin: 0;
        border-radius: 8px;
        background: rgba(229, 244, 255, 0.4);
        left: 0;
        width: 100%;
        height: 100%;
        z-index: +99;
    }

    .noUi-value {
        top: -40px
    }
    .noUi-value-horizontal {
        font-size: 10pt;
    }
    .noUi-horizontal .noUi-handle {
        width: 30px;
        height: 30px;
        right: -16px;
        top: -13px;
    }
    .lightpick {
        width: 94%;
        /* margin: 0; */
        left: 3% !important; 
        right: 3% !important;
        
    }
    .lightpick__month{
        width: 100%;
    }
    .lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
        margin: 8px;
        width: 40px;
        height: 40px;
        border-radius: 20%;
        background-color: #DDD;
        justify-content: center;
        align-items: center;
    }
    .lightpick__day.is-today{
        background-image: none;
        font-weight: bolder;
        color: var(--foreground);
     }
    .daterangepicker{
        width: 100%;
    }
    .drp-calendar .right{
        width: 50%;
    }
    .drp-calendar .left{
        width: 50%;
    }
    .calendar-table{
        width: 100%;
    }
    .daterangepicker .drp-calendar{
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {

    .card_weather {  
        height: unset
    }
    .card_weather > div {

    }
    .card_weather_img {
        aspect-ratio: 21/9;
    }
    .card_local_info {
        height: unset;
    }
    .category_scores {
        justify-content: left;
        
    }
    .category_score_chart {
        width: 50%;
        margin-right: -8px;
    }

}

@media only screen and (max-width: 576px) {



    body {
        max-width: 576px;
        min-width: 360px;
    }
    #search_section {
        /* position: absolute; */
        background: none;
    }
    .search_space {
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0%;
        flex-shrink: unset;
        background: var(--foreground0-90);
        box-shadow: unset;
    }
    .container_576 {
        max-width: 410px;
        max-width: 360px;
        margin: auto;
    }
    .card_image {
        aspect-ratio: 16/9;
    }
    .card_weather_img {
        aspect-ratio: 16/9;
    }
    .ratio_16-9 {
        aspect-ratio: 9/16;
        /* min-height: 400px; */
    }
    .pax_dr_down{
        min-width: 320px;
        font-size: 14pt;
        vertical-align: middle;
    }
    .pax_num_select div{
        width: 100%;
        display: block;
        text-align: center;
    }
    .pax_num_select .shrt_number_input{
        display: block;   
    }
    .pax_num_select .shrt_number_input button {
        height: 50px;
        width: 50px;
    }

    .checkbox_styling:checked + .num_of_stops_input label .toggle div{
        bottom: 4px;
        left: 8px;
        height: 20px;
        width: 10px;
        border-width: 0 5px 6px 0;
    }
    .ch_bx_lbl {
        padding: 10px 0;
    }

    .travel_dates {
        width: 100%;
        margin: 12px 0;
    }

    .refinebar {
        width: 96%;
        max-width: 420px;
        margin: auto;
    }
    .tour {
        min-width: 360px;
        max-width: 420px;
    }
    .alltrips {
        margin: auto;
    }
    .trip {
        border-radius: 0;
        margin:auto;
    }
    .day_month {
    }
    .weekday {
        font-size: 9pt;
    }
    .dep_box{
        margin-left: -30px;
    }
    .arr_box {
        margin-right: -30px;
    }   
    .booking{
        display: block;
        position: relative;
        width: 100%;
        height: 60px;
    }
    .booking_sub{
        position: relative;
        margin: 10px 0;
        width: 100%;
        height: 40px;
    }
    
    .fare {
        display: inline-block;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 50%;
        vertical-align: middle;
    }
    .total_fare{
        height: 100%;
        text-align: center;
    }
    .single_fare{
        width: 100%;
        text-align: center;
        margin-top: -8px;
    }
    .book_button {
        display: inline-block;
        height: 100%;
        width: 44%;
        padding: 0;
        margin: auto;
    }

    .city_title_bkg{
        aspect-ratio: 4/3;
    }
    .city_title_dsearch {
        width: 90%;
        right: 5%;
    }
    .city_title {
        padding: 0 20px 10px 10px ;
    }
    .card_listing {
        height: unset;
    }
    .card_listing div .card-body {
        max-height: 150px;
        overflow: visible;
    }
    .card_listing div div div h5 {
        max-height: 48px;
    }
    .card_listing div div div p {
        max-height: 125px;
    }
    .add_note_form form button {
        padding: 6px 10px;
        margin: 10px 20px 10px 0;
    }
    .dep_range_input{
        width: 85%;
        margin: 12px 0;
    }
    .daterangepicker .drp-calendar{
        max-width: none;
    }






}