@import url(variable.css);
@import url(_fonts.css);
@import url(_colors.css);
@import url(_text.css);
@import url(_card.css);
@import url(_misc.css);
@import url(_titles.css);
@import url(_buttons.css);
@import url(_field.css);
@import url(_tooltip.css);
@import url(_icons.css);

*,
::after,
::before {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: var(--primary-color);
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  shape-rendering: crispEdges;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--placeholder-color) !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--placeholder-color) !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--placeholder-color) !important;
}

html {
  font-family: var(--base-font-name);
  font-style: normal;
  font-weight: 500;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--primary-color);
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;

  font-family: var(--base-font-name);
  font-style: normal;
  font-weight: 500;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--primary-color);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
}

.top-cover {
  background-color: var(--accent-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 189px;
  width: 100%;
  border-radius: 0px 0px 60px 60px;
}

.contactin-link {
  color: inherit;
  text-decoration: none;
}

.text-decoration-none {
  text-decoration: none;
}

.align-self-center {
  align-self: center;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-weight: normal;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-success {
  color: #30b552;
  background-color: #d8fce0;
  border-color: #c5e3cd;
}


.fw-content {
  font-weight: 300;
  padding-top: 0.5rem;
}

.w-100 {
  width: 100%;
}

#btn-upload-avatar {
  font-weight: 400;
}

.card {
  overflow: visible !important;
}

[tooltip=""] {
  visibility: hidden;
}

.w-50 {
  width: 50% !important;
}
.justify-content-center {
  justify-content: center;
}

a {
  color: #054169;
}

.inbook-list-container .inbook-list-item {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 100%;
  padding: 10px;

  width: 100%;

}

.contact-blocked img {
  filter: grayscale(100%);
}

.qr-modal-button button {
  background: transparent;
  border: 0px;
  cursor: pointer;
}

.qr-modal-button {
  
  position: absolute;
  float: right;

  right: 15px;
  top: 20px;
  
}

.qr-modal-button img {

  width: 60px;
}

.inbook-list-container .inbook-list-item .overlay {
  display: flex;

  width: 97%;
  height: 96%;
  position: absolute;
  background: #8080807a;
  z-index: 3;
  border-radius: 7px;

}

.inbook-list-container .inbook-list-item .overlay img {
  position: absolute;
  
  right: 10%;
  top: 10%;
  
  width: 50px;
  filter: contrast(0.4);
}

.inbook-list-container .inbook-list-item .profile-img {
  
  z-index: 2;

}

#home-link, #logout-link {
  padding-top: 10px;
}

.btn-bottom-wrapper {
  z-index: 4;
  height: 6em;
}

.btn-bottom-wrapper .row {
  width: 100%;
  text-align: center;
}

.btn-bottom-wrapper .row div {
  padding: 0px 5px;
}

.inbook-list-container .inbook-list-item .card {

  width: 100%;
  height: 100%;

}

[data-href] {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.go-home-logo {
  position: relative;
  text-align: center;
}
.go-home-logo img {
  height: 150px;
}

/* MODAL */

.ci-modal-wrapper {

  position: fixed !important;
  z-index: 5;
  background-color: rgb(89 89 89 / 52%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  justify-content: center;
  display: flex;
  vertical-align: middle;
}

.ci-modal-body {
  border: 0px !important;
}

.ci-modal-dialog .row {
  width: 100%;
}

.ci-modal-dialog {
  margin-top: 30px;
  border: 0px;
  background-color: white;
  padding: 10px;
  
  width: 90%;
  height: fit-content;
  max-width: 90%;
}

/*  END MODAL */

.qr-modal-button {
  z-index: 3;
}

#qr-modal .ci-modal-body {
  text-align: center;
}

#qr-modal img {
  width: 250px;
}

#html5-qrcode-select-camera {
  text-align: center;
}

#html5-qrcode-anchor-scan-type-change {
  display: none !important;
  pointer-events: none !important;
}




#qr-reader video {
  max-height: 500px;
}

.full_height {
  height: 100%
}

#qr-reader-error, #qr-reader-loading {
  text-align: center;
}

.qr-float-button {

  text-align: center;

  position: fixed;
  right: 0px;
  top: 120px;
  z-index: 4;

  padding: 5px;

  border-radius: 10px 0px 0px 10px;
  background-color: white;
  box-shadow: var(--box-shadow);

}

.qr-float-button img {
  width: 40px;
  background-color: transparent;
}

#top_search_row {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
}

#top_search_row.search_fixed {
  position: fixed;
  top: 0;
  z-index: 4;

  justify-content: center;
  width: 100%;

  background-color: var(--accent-color);

}

#top_search {
  padding: 0.5rem;
  text-align: center;
  height: 70%;
}

.inbook-list-item-filtered {
  display: none !important;
}