

/* form */
    .ui-widget-header {
    background: rgb(7 127 175);
  }
  
  #priceinput-handle, #capacityinput-handle {
    width: 3.5em;
    height: 2em;
    top: 50%;
    margin-top: -1em;
    text-align: center;
    line-height: 1.5em;
    padding: 2px;
  }
  
  
  
  .bluquicksearch_formblock {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  
  .bluquicksearch_formcontainer {
    display: flex;
    width: 80% !important;
    max-width: 600px !important;
    border-radius: 8px !important;
    padding: 10px !important;
    margin: auto !important;
    border-color: #ababab !important;
    border-width: 1px !important;
    border-style: solid !important;
    box-shadow: 0px 0px 5px 0px #7e7d7d;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  
  .bluquicksearch_formrow {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .bluquicksearch_formlabel {
    color: #222222;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.3em;
  }
  
  .bluquicksearch_formsublabel {
    margin-left: 4px;
    color: #464a53;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
  }
  
  .bluquicksearch_forminput {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
  
  #bluquicksearch_formdates {
    width: 90%;
    max-width: 400px;
    font-size: 1.5em;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
  }

  .flatpickr {
    width: 90%!important;
    min-width: 300px!important;
    max-width: 400px!important;
    font-size: 1.5em!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    padding: 5px!important;
  }
  
  #bluquicksearch_priceinput {
    width: 90%;
    height: 20px;
  }
  
  #bluquicksearch_capacityinput {
    width: 90%;
    height: 20px;
  }
  
  .bluquicksearch_formCatButton {
    color: #222222;
    flex: 1 1 30%;
    height: 100px;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #bababa;
    background-color: white;
  }

  .bluquicksearch_formCatButton:focus {
    color: #222222;
    border-color: #252525;
    background-color: #e9e9e9;
  }
  
  .SelectedCatButton {
    border-width: 2px;
    border-color: #252525;
    background-color: #e9e9e9;
  }
  
  .bluquicksearch_formfetRow {
    flex: 1 1 35%;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  
  .bluquicksearch_formfetButton {
    width: 24px;
    height: 24px;
    accent-color: #353535;
    cursor: pointer;
  }
  
  .bluquicksearch_formsubmitrow {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  
  #bluquicksearch_formsubmit {
    background: rgb(6 106 146);
    color: white;
    width: 90%;
    max-width: 200px;
    padding: 10px;
    border-radius: 5px;
    border-width: 0px;
    height: 40px;
    cursor: pointer;
  }
  
   #bluquicksearch_formsubmit:hover {
     background: rgb(5 81 112);
   }

/* form */


/* results */
    .bluquicksearch_resultsblock {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 10px;
    }

    .bluquicksearch_rescontent {
    display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 900px;
      margin: auto;
      gap: 10px;
  }
  
  .bluquicksearch_resblock {
  display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start;
      width: 30%;
      min-width: 260px;
      border-radius: 10px;
      border-color: #d6d6d6;
      border-width: 1px;
      border-style: solid;
      align-content: center;
      box-shadow: 2px 3px 5px 0px rgb(144 144 144);
  }
  
  .bluquicksearch_imgdiv {
    
  }
  
  .bluquicksearch_imgdiv img {
     border-radius: 10px 10px 0px 0px;
      width: 100%;
      max-width: 300px;
      max-height: 200px;
  }
  
  .bluquicksearch_detailsdiv {
    width: 100%;
  }
  
  .bluquicksearch_detailstitle {
      display: block;
      font-size: 1.2em;
      line-height: 20px;
      font-weight: bold;
      padding: 10px 5px 5px 10px;
      font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #161616;
      text-align: center;
  }
  
  .bluquicksearch_detailsdesc {
    width: 94%;
      border-style: none;
      height: 150px;
      overflow-y: auto;
      margin: 5px 10px 5px 10px;
      font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #161616;
  }
  
  .bluquicksearch_cart {
     display: flex;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      height: 100px;
      gap: 20px;
      flex-direction: column;
  }
  
  .bluquicksearch_amount {
    font-weight: bold;
      font-size: 1.2em;
      font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #161616;
  }
  
  .bluquicksearch_bookbutton {
    
  }
  
  .bluquicksearch_bookbutton a {
   background: rgb(6 106 146);
      color: white;
      width: 90%;
      max-width: 200px;
      padding: 10px;
      border-radius: 5px;
      border-width: 0px;
      height: 40px;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
      -webkit-font-smoothing: antialiased;
  }
  
  .bluquicksearch_bookbutton a:hover {
       background: rgb(5 81 112);
     }

     .noresblock {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 80%;
        min-width: 260px;
        max-width: 500px;
        border-radius: 10px;
        border-color: #d6d6d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: 2px 3px 5px 0px rgb(144 144 144);
        padding: 20px;
        font-weight: bold;
        font-size: 1.2em;
        color: #161616;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
        -webkit-font-smoothing: antialiased;
        }
/* results */


/* alert popup */
    #alert_popup {
        display: flex;
        position: fixed;
        z-index: 999999;
        bottom: -300px;
        width: 95%;
        max-width: 1000px;
        min-height: 80px;
        background-color: #F14433;
        border-color: white;
        border-width: 1px;
        border-style: solid;
        flex-direction: column;
        align-content: center;
        align-items: center;
        color: white;
        font-size: 1.5em;
        font-weight: bold;
        border-radius: 10px;
        flex-wrap: wrap;
        justify-content: center;
        right: 50%;
        transform: translate(50%);
        text-align: center;
        padding: 10px 10px 10px 10px;
    }
/* alert popup */


/* loading popup */
    #loading_overlay{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        height:100%;
        background: rgba(0,0,0,0.6);
    }

    .loading_spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;  
    }

    .loading_spinner .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }

    .spinner {
        visibility: unset;
    }


    @keyframes sp-anime {
        100% { transform: rotate(360deg); }
    }

/* loading popup */