@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* animation style --- start */
@keyframes cursor_blink {
  0% {
    opacity: 1;
  }
  59% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
/* animation style --- end */
:root {
  --color_whitewhite: 255, 255, 255;
  --color_blackblack: 0, 0, 0;
  --color_white: 255, 255, 255;
  --color_black: 0, 0, 0;
  --font-family_1: "Inter", sans-serif;
  --font-size_1: 14px;
}

html {
  font-family: Inter;
  font-size: var(--font-size_1);
  box-sizing: border-box;
  line-height: 120%;
  color: #34495E;
  min-height: 100%;
  width: 100vw;
  display: flex;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(177, 177, 177, 0.5);
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(177, 177, 177);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::selection {
  background: #34495E;
  color: rgb(var(--color_white));
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.hx {
  font-size: 16px;
  margin-top: 20px;
}

.mtb {
  margin-top: auto;
  margin-bottom: auto;
}

.form-bottom {
  margin-top: 20px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 10px;
  color: #999EA6;
}

.form-input {
  border-radius: 5px;
  border: 1px solid #D4D8DA;
  padding: 10px 20px;
  width: 100%;
}

.btn {
  border-radius: 5px;
  border: 0;
  padding: 10px 43px;
  border-width: 1px;
  border-style: solid;
  border-color: #999EA6;
  color: #34495E;
}
.btn:hover, .btn:active, .btn.active {
  border-color: #5EC7FF;
}

.btn-primary {
  background: #1991D1;
  border-color: #1991D1;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  border-color: #1991D1;
}

.btn-free {
  border-color: #5EC7FF;
  color: #5EC7FF;
}
.btn-free:hover, .btn-free:active, .btn-free.active {
  border-color: #5EC7FF;
}

.btn-success {
  background: #32C599;
  border-color: #32C599;
  color: #fff;
}
.btn-success:hover, .btn-success:active, .btn-success.active {
  border-color: #32C599;
}

.overflow-x {
  overflow-x: auto;
  width: calc(100% + 32px);
  margin-left: -16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overflow-x::-webkit-scrollbar {
  display: none;
}

.conteiner-centr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.conteiner-jc {
  justify-content: space-around;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 260px;
}

.logo-form {
  margin-bottom: 30px;
}

.bk-cont {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  min-height: 100%;
  overflow: hidden;
}
.bk-cont .bk-top {
  background: #ECF0F1;
  padding-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  position: relative;
}
.bk-cont .bk-top .logout-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: none;
}
.bk-cont .bk-top .bk-top__name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.bk-cont .bk-top .bk-top__phone {
  margin-bottom: 12px;
}
.bk-cont .bk-top .bk-top__cabinets {
  display: flex;
  width: fit-content;
  padding-left: 16px;
  padding-right: 16px;
}
.bk-cont .bk-top .bk-top__cabinets .btn {
  display: flex;
  padding: 8px 11px;
  font-size: 10px;
  flex: none;
  margin-right: 11px;
}
.bk-cont .bk-cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  flex: 1;
  text-align: center;
}
.bk-cont .bk-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 5px 0;
  padding-bottom: 70px;
}
.bk-cont .bk-list .bk-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  color: inherit;
  background: #F9F9F9;
  border-color: #FFFFFF;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.bk-cont .bk-list .bk-item .bk-item-conteiner {
  width: 100%;
}
.bk-cont .bk-list .bk-item .bk-item-name {
  font-weight: 600;
  margin-bottom: 5px;
}
.bk-cont .bk-list .bk-item .bk-item-more img {
  max-width: 22px;
}
.bk-cont .bk-list .bk-item.sucs {
  color: #999EA6;
}
.bk-cont .bk-list .bk-item.sucs .bk-item-time {
  color: #999EA6;
}
.bk-cont .bk-list .bk-item.sucs .bk-item-time-real {
  color: #999EA6;
  margin-left: auto;
  margin-right: -20px;
}
.bk-cont .bk-item-info {
  display: flex;
  font-size: 12px;
}
.bk-cont .bk-item-info .bk-item-procedure-txt {
  margin-right: 14px;
}
.bk-cont .bk-item-info .bk-item-procedure-name {
  font-weight: 300;
}
.bk-cont .bk-item-info .bk-item-time {
  font-weight: 500;
  color: #5EC7FF;
  margin-right: 8px;
}
.bk-cont .bk-item-info .bk-item-cabinet {
  font-weight: 300;
}
.bk-cont .bk-item-info .bk-item-procedure-cab {
  margin-top: 8px;
  font-weight: 400;
}
.bk-cont .bk-item-info.bk-item-bot {
  margin-top: 16px;
}
.bk-cont .bk-qr__cont {
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.bk-cont .bk-qr__cont .img-to-qr {
  height: 40px;
}
.bk-cont .bk-qr__cont .btn {
  margin-bottom: 30px;
}

.qr-scan_image-cont {
  width: 100%;
  text-align: center;
}
.qr-scan_image-cont img {
  width: calc(100% - 72px);
  max-width: 248px;
  background-color: #34495E;
}

#qr-video {
  position: relative;
  width: 100%;
  height: 300px;
  max-width: 300px;
  margin: auto;
  background: #121212;
}
#qr-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#qr-video::before, #qr-video::after {
  content: "";
  position: absolute;
  border: 2px solid #00ff00;
  width: 60px;
  height: 60px;
}
#qr-video::before {
  top: 10px;
  left: 10px;
  border-radius: 15px;
}
#qr-video::after {
  bottom: 10px;
  right: 10px;
  border-radius: 15px;
}

#qr-track {
  position: absolute;
  border: 2px solid #00ff00;
  border-radius: 15px;
  pointer-events: none;
}

.btn-bot-home {
  position: absolute;
  left: 20px;
  top: 20px;
}
.btn-bot-home img {
  height: 26px;
}

.input-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: #E9E9E9;
  height: 30px;
  border-radius: 5px;
}
.input-container .numberInput,
.input-container .numberButton {
  border: 0;
  background: none;
  height: 100%;
  color: #4A4A4A;
}
.input-container .numberInput {
  width: 30px;
  text-align: center;
}
.input-container .numberButton {
  padding: 0 10px;
}