:root {
  --progress-bar-width:200px;
  --progress-bar-height: 200px;
  --font-size: 2rem;
}

.circular-progress{
  width: var(--progress-bar-width);
  height:var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle{
  position:absolute;
  width:calc(var(--progress-bar-width)-30px);
  height:calc(var(--progress-bar-height)-30px);
  border-radius: 50%;
  background-color: lightgrey;
}

.percentage {
  position:relative;
  font-size: var(--font-size);
  color:rgb(0,0,0,0.8);
}

@media screen and (max-width:800px){
  :root {
    --progress-bar-width:150px;
  --progress-bar-height: 150px;
  --font-size: 1.3rem;
  }
}


@media screen and (max-width:500px){
  :root {
    --progress-bar-width:120px;
  --progress-bar-height: 120px;
  --font-size: 1rem;
  }
}

@font-face {
  font-family: "PermanentMarker-Regular";
  src: url("PermanentMarker-Regular.ttf");
}

@font-face {
  font-family: "Kalam-Regular";
  src: url("Kalam/Kalam-Regular.ttf");
}

@font-face {
  font-family: "IndieFlower-Regular";
  src: url("IndieFlower-Regular.ttf");
}

@font-face {
  font-family: "Cabin-Regular";
  src: url("Cabin/static/Cabin-Regular.ttf");
}

@font-face {
  font-family: "Caveat-Regular";
  src: url("Caveat/static/Caveat-Regular.ttf");
}

@font-face {
  font-family: "WorkSans-Regular";
  src: url("Work_Sans/static/WorkSans-Regular.ttf");
}

@font-face {
  font-family: "Kanit-Regular";
  src: url("Kanit/Kanit-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Kalam-Bold";
  src: url("Kalam/Kalam-Bold.ttf") format("truetype");
}



@font-face {
  font-family: "MontserratAlternates-Regular";
  src: url("Montserrat_Alternates/MontserratAlternates-Black.ttf");
}


.customInfobox {
    background-color: rgba(0,0,0,0.5);
    color: white;
    max-width: 500px;
    border-radius: 10px;
    padding: 10px;
    font-size:12px;
    pointer-events:auto !important;
} 

    .customInfobox .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .customInfobox .description {
      font-size: 14px;
      font-weight: bold;
      
  }

    .customInfobox2 {
      background-color:floralwhite;
      color: black;
      max-width: 500px;
      border-radius: 10px;
      padding: 10px;
      font-size:12px;
      pointer-events:auto !important;
  } 
  
      .customInfobox2 .title {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 5px;
      }

    #location_error,#newTripButton{
        display: none;
    }

    .ui-datepicker-calendar{
        z-index: 9999999;
    }

#ui-datepicker-div{
    z-index: 9999999999;
}

/* #createTripModal {
    position: relative;
  } */
  
  .modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  /* @media (max-width: 768px) {
    .modal-dialog {
      width: 600;
      margin: 30px auto;
    }
} */


#filterContainer2 {
    position: absolute;
    z-index: 40000;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
    /* resize:both; */
    overflow: scroll;
    /* bottom:-415px;
    height: 300px; */
    overflow-y: scroll;
  }
  
  /* #filterContainerHeader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
  } */

  #minimizedFilter {
    display:none;
    margin-left:15px
  }

  .trip-deleted{
    text-decoration: line-through;
  }

  #searchResultsContainer{
    display: none;
  }

  #filter-show-button-loading, #searchLoadingResultsSpinner, #go_button_loading, #noTripsCreated, #search_location_not_found, #search_map_loading,
  .loading, #myTripsModal_loading, #tripResult_loading, #deleteBidButton_loading, #search_refresh_button_loading,#register_go_button_loading{
    display: none;
  }

  .ui-menu-item a{
    text-decoration: none;
  }

  .ui-menu-item-wrapper{
    padding: 5px;
    z-index: 99999999999999999 !important;
  }

  .register_help{
    display: none;
  }

  .ui-autocomplete{
    z-index:2300045 !important;
    position:relative;
  }

  .login-register-unlock{
    display: none;
    font-size:smaller;

  }

  .rentalTableCell{
    min-width: 100px;
  }

  .driverDeparturesTableCell{
    text-align:center
  }

  ::-webkit-scrollbar{
    -webkit-appearance: none;
    width:5px;
    height:5px;
  }

  ::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5)
  }

  .rentalsTableCol{
    display:none
  }

  #driverDeparturesTitle{
    display: none;
  }

  #noDriverDepartures{
    display:none;
    text-align: center;
    color: white;
    margin-bottom: 0px;
    background-color: black;
    background-size: 100%
  }

  @media (min-width: 576px){
    .rentalsAccordionCol{
      display:none
    }
    #driverDeparturesTitle2{
      display: none;
    }

    #driverDeparturesTitle{
      display: block;
    }
    .rentalsTableCol{
      display:block
    }
  }
  
  .main-button{
    display:block;
    background: aliceblue;
    padding: 10px;
    border-radius: 5%;
    margin:5px
  }

  .main-button2{
    background: aliceblue;
    padding: 10px;
    border-radius: 5%;
    margin:5px
  }

  .main-info{
    
    margin-bottom:0.5rem
  }

  .main-col{
    /* margin-left:auto;
    margin-right:auto; */
  }
  .ft{
    font-family:"Kalam-Regular";
    
  }

  .ft2{
    font-family:"Kalam-Bold";
    
  }

  .main-info2{
    
    margin-bottom:0.5rem;
    font-family: "Kalam-Bold";
  }


  

  

  #no_search_results_msg{
    margin-top:5px; 
  }

  .text-desc-col{
    min-width: 300px;
    margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:15px
  } 


  @media (min-width: 576px){
    .card_div{
      min-width:150px
    }
    #searchResultsBody{
      max-height:500px;
      overflow-y: scroll;
    }
    #no_search_results_msg{
      margin-top:15px;
      margin-right:5px;

    }

    .text-desc-col{
      margin-top:5px
    }

    .flatpickr-innerContainer{
      font-size: large;
    }
  
  .flatpickr-time{
    font-size: large;
  }
  }

  


  /* .card_div_appear{
    background-color: white;
  } */

  
  .filterEdit{
    border-style: ridge;
  }

  

  /* .card-deck{
    display: grid;
    margin-top: 10px;
    margin-left: auto;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: .5rem
  } */

  

  circle-progress::part(base) {
    height: 10
  }

  .createTripDriverOptions{
    /* display:none; */
    max-height: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:0;

  }

  .createTripPaxOptions{
    /* display:none; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  

  }
  

/* .inputElement{
  font-size: x-large;
} */

.filterEditButton{
  padding:1px
}

.ui-autocomplete{
  max-height:200px;
  overflow-y:scroll;
  max-width:90%
}
.inputElementDate{
  height:100px;
  font-size:large
}

.text-desc{
  text-align: center
}

