.search-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  max-height: 50px;
  margin: 25px 0;
}

.search-box {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
}

.input-ctnr > input {
  background: #FFFFFF;
  border: 2px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding-left: 45px;
  padding-right: 212px;
  font-size: 16px;
  color: #333333;
  height: 50px;
}

.input-ctnr > input ~ svg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 20px;
  left: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
}

.input-ctnr > input:focus ~ .search-dropdown {
  border-color: #008AD7;
}

/* SEARCH BAR BUTTON */
.search-bar-input-button > button.label {
  position: absolute;
  right: 20px;
  align-items: center;
  padding: 0;
  top: 12px;
  display: flex;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
}


.chosen-image {
  max-height: 130px;
  max-width: 130px;
}

.search-bar-input-button > button.label > .label-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.button-span > .label-icon {
  position: relative;
  margin-right: 5px;
}

.search-bar .search-icon {
  left: 12px;
  position: absolute;
  top: 20px;
}

.search-box .qr-icon {
  margin-right: 5px;
}

button.location {
  color: #da3939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-dropdown {
  top: -50px;
  display: block;
}

body.dropdown .search-box {
  height: calc(155px + 29vh);
}

.list-item-left {
  pointer-events: none;
}

.dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 0;
  width: calc(100% - 30px);
  top: 5px;
  left: 10px;
  margin: 5px 0;
}

.dropdown-list-item:hover {
  opacity: 1;
}

.dropdown-list-item:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  display: block;
  z-index: -1;
  position: absolute;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dropdown-list-item:focus::after {
  width: calc(100% + 10px);
  left: -5px;
}

.unable-find-sch {
  justify-content: center;
}

.SMSInput {
  list-style: none;
  border: 1px solid transparent;
  margin-bottom: 10px;
  padding: 10px 10px 30px;
  position: relative;
}

div.dropdown .search-box {
  height: calc(200px + 25vh);
}

.two-fa-container {
  padding-top: 50px;
}

.two-fa-select-container {
  padding: 50px;
}

.mfa-container {
  position: absolute;
  width: 80%;
  height: 70%;
  max-width: 800px;
  margin: 0;
  padding: 20px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

video {
  object-fit: fill !important;
}

.button-div {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.button-div > button {
  margin-left: 10px;
  margin-right: 10px;
}

/*.two-fa-modal .cl-modal-ctnr .cl-modal {*/
/*  display: block;*/
/*  position: absolute !important;*/
/*  height: 100% !important;*/
/*  width: 100% !important;*/
/*}*/

.scanner-container {
  margin-top: 20px;
}

.center-div {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

ol > li {
  margin-top: 0px;
  margin-bottom: 15px;
}

.text-button {
  text-align: center;
  margin: 15px auto;
  background: #f2f2f2;
  max-width: 50%;
}

.password-reset-container {
  position: absolute;
  width: 60%;
  height: 60%;
  max-width: 600px;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.remember-device-container {
  position: absolute;
  width: 60%;
  height: 45%;
  max-width: 600px;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  box-shadow: 0px 0px 40px rgba(0, 70, 108, 0.5);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.reset-logo {
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.horizontal-logo {
  position: absolute;
  top: 5%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.5));
}

.two-fa-logo {
  position: absolute;
  top: 10%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.remember-device-logo {
  position: absolute;
  top: 27%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

cl-input {
  margin: auto;
}

cl-dropdown {
  max-width: 40%;
  margin: auto;
}

.cl-tooltip {
  background: white;
  color: black;
  font-weight: bold;
  width: 25%;
  border-radius: 10px;
}

/*.cl-tooltip::after {*/
/*  border-top-color: white;*/
/*}*/

/* media querries */

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

  /* cl-input {
    max-width: 80%;
  } */

  .mfa-container {
    padding-top: 20px;
    height: 80%;
  }

  cl-dropdown {
    max-width: 100%;
    margin: auto;
  }

  .reset-logo {
    display: none;
  }

  .remember-device-logo {
    display: none;
  }

  .two-fa-logo {
    display: none;
  }

  .text-button {
    text-align: center;
    margin: 15px auto;
    background: #f2f2f2;
    max-width: 80%;
  }

  .password-reset-container {
    position: absolute;
    width: 80%;
    height: 80%;
  }

  .remember-device-container {
    width: 80%;
    height: 80%;
    padding-top: 40px;
  }

  .search-box {
    width: 90%;
  }

  .cl-dropdown-options {
    max-height: 400px;
  }

  .dropdown-list {
    height: auto;
  }

  .search-bar-input-button > button.label {
    width: auto;
    right: 15px;
  }

  .search-bar-input-button > button.label > .label-icon {
    margin-right: 0px;
  }

  .search-bar-input-button > button.label.default > .label-icon > svg {
    font-size: 24px;
  }

  .search-bar-input-button > button.label > span:nth-child(2) {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */

