/* loader spinner CSS */
.loader-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader-overlay-for-model {
  height: 100%;
  width: 100%;
  min-height: 400px;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* loader spinner CSS */

/* error message CSS */
.customInputError {
  color: red;
  font-size: 12px;
  margin-bottom: 1px;
}
/* error message CSS */

/* navbar */
.nav-bar {
  width: 68%;
  margin: 0;
  padding: 0;
}
/* navbar */

/* order */
.order-checkbox {
  margin-top: 5px !important;
  margin-right: 6px !important;
}

.order-checkbox .form-check {
  position: relative;
}
.order-checkbox .form-check .customInputError {
  position: absolute;
  bottom: -17px;
}

/* order */

/* google map address */

.suggestion-render {
  background-color: #ebeef2;
  padding: 5px 10px;
}

.suggestions-container {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}

.suggestions-container > .section-divider {
  border-top: 1px solid #ccc;
  margin: 8px 0;
}

.suggestion-item {
  padding: 4px 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  display: block;
}

.suggestion-item:hover {
  background-color: #b5b5b5fc;
}

/* google map address */

/* payment */

.lightbox-modal {
  border: 1px solid #ced2d8;
  margin: 30px 10px 10px 10px;
}

.lightbox-modal .col {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}

.title-borderbox {
  margin: 0 0 5px 0;
  padding-left: 4px;
}

.title-borderbox h1 {
  color: #000;
  font-size: 20px;
  text-align: left;
  margin: 7px 0 10px 10px;
  padding: 0;
  line-height: normal;
  font-weight: 600;
}

.title-left {
  float: left;
  margin: 0;
  padding: 0;
}

.blue-button {
  color: #ffffff;
  background-color: #0d6efd;
  padding: 5px;
  margin: 5px;
  border: none;
  min-width: 175px;
  min-height: auto;
  border-radius: 5px;
  vertical-align: top;
  font-size: 14px;
}

.blue-button:hover {
  color: #ffffff;
  background-color: #095dd8;
  padding: 5px;
  border: none;
}

.blue-button:disabled {
  color: #ffffff;
  background-color: #7285a1;
  padding: 5px;
  border: none;
}

/* payment */

/* login */

.content-wrapper {
  height: 100vh;
  margin-bottom: -83px;
  background-color: #f4f4f4;
  padding: 8em 0 4em;
}

.form-horizontal input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
  border-bottom: 1px solid #c2dbfe !important;
}

.form-group input {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ced2d8 !important;
}

.form-horizontal .form-group {
  display: flex;
  justify-content: center;
}

.form-horizontal .form-group label {
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  width: 9%;
  padding: 0 15px;
  margin-top: 8px;
}

.form-horizontal .input-group {
  width: 25%;
}

.form-horizontal .form-group {
  margin-bottom: 15px;
}

.form-horizontal .input-group-addon {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  height: 34px;
  display: flex;
  align-items: center;
}

.form-horizontal .form-control {
  display: table-cell;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-horizontal .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.signIn-btn {
  color: #555 !important;
  background-color: rgb(238, 238, 238) !important;
  border-color: rgb(204, 204, 204) !important;
  margin-right: 1em !important;
}

.signIn-btn:hover {
  color: #555 !important;
  background-color: rgb(238, 238, 238) !important;
  border-color: rgb(204, 204, 204) !important;
  margin-right: 1em !important;
}

.form-horizontal .customInputError {
  color: #d10303;
  font-size: 11px;
  flex-basis: 100%;
}


/* login */

/* responsive css */

@media only screen and (max-width: 568px) {
  .nav-bar {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

/* responsive css */
