.search-patient {
  height: 60px;
  width: 100%;
  font-size: 25px;
}
.other-search-patient {
  height: 60px;
  width: 500px;
  font-size: 25px;
}
#result-patient-close-btn {
  display: none;
}
#karteNumber {
  height: 60px;
  width: 150px;
  font-size: 25px;
  margin-left: 20px;
}
#search-result-box {
  top: 331px;
  position: absolute;
  background-color: #f8f9fa;
  box-shadow: 5px 12px 10px 2px #dee2e6, -5px 12px 10px 2px #dee2e6;
  width: 93%;
  border-radius: 13px;
  z-index: 1;
  display: none;
}
.comming-search-result-box {
  top: 375px !important;
}
.other-search-result-box {
  top: 149px !important;
  margin-left: 1% !important;
  z-index: 2 !important;
}
.other-search-result-box2 {
  top: 88px !important;
  margin-left: 1% !important;
  z-index: 2 !important;
}
#search-result-patient {
  max-height: 500px;
  margin: 30px 30px 0 30px;
  border-bottom: solid 2px #dee2e6;
  border-top: solid 2px #dee2e6;
}
.finish-button {
  position: fixed;
  z-index: 99;
  width: 100px;
  height: 100px;
  right: 10px;
  bottom: 100px;
  border-radius: 50px;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 24%);
  text-align: center;
  border: none;
  outline: none !important;
  background: blue;
  color: white;
}
#table-close-btn {
  outline: none;
  display: none;
  background-color: #f8f9fa;
  box-shadow: 0 9px 8px 2px #dee2e6;
  width: 100%;
  left: 1%;
  border-radius: 0 0 13px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#table-close-text {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width:991px) {
  #search-result-box {
    margin-left: -2%;
  }
  .sms-search-result-box {
    margin-left: 2% !important;
  }
  .pdf-search-result-box {
    margin-left: 2% !important;
  }
}