.alertDialog{
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
}
table{
  border-collapse: collapse;
}
table tr td{
  border: 1px solid black;
}
.phoneInput {
  margin-top:1vh;
  border-radius: 24px;
  height: 4.2vh;
  width: 100%;
  font-size: 2vh;
  color: #333;
  box-sizing: border-box;
  background-color: #BBD0FB;
  border:none;
  padding:8px 24px;
  text-align: center;
}
.phoneInput::placeholder{
  color:#999;
  font-size: 1rem;
}
.el-checkbox__input {
  line-height:normal;
}
.maskDialog {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
}
.maskDialog .el-dialog__body{
  padding: 0;
}
.maskDialog .el-dialog__footer {
  position: relative;
  bottom:8vh;
  text-align: center;
}
.maskButton {
  border-radius: 24px;
  background-color: #FDE2BB;
  color: #B56437;
  border: none;
}
.maskButton:focus, .maskButton:hover {
  color: #B56437;
  border-color: #fff;
  background-color: #ecf5ff;
}
.infoDialog {
  box-sizing: border-box;
  margin-top: 8vh !important;
}
.infoDialog .el-dialog__body{
  height: 65vh;
  overflow-y: auto;
  padding: 0 15px;
}

.el-loading-spinner {
  margin-top: -14px;
}
.el-loading-spinner .circular {
  height: 30px;
  width: 30px
}

.el-loading-spinner .path {
  stroke: rgb(253,76,124);
}

.notify__custom__cls {
  top:16px;
  left:50%;
  transform: translate(-50%,16px);
}

.bgimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}