@charset "UTF-8";
.bg-home {
  background-image: url("../img/app/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 94vh;
  width: 100%;
}

.banner {
  padding-top: 10px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .logo {
  width: 150px;
  margin-bottom: 10px;
}
.banner .banner_text {
  color: white;
  font-size: 35px;
  letter-spacing: 2px;
  padding-top: 10px;
}

.title {
  background-color: darkblue;
  color: white;
  padding: 3px 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

img {
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

.form-control {
  color: #000000;
}

.form-control-tps {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  background-color: unset;
  height: 28px;
  padding: 0;
}

.span_tps {
  padding: 5px 10px;
  font-size: 15px;
}

.pointer {
  cursor: pointer;
}

.group_btn_img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.group_btn_img img {
  width: 20px;
}

textarea {
  overflow: hidden;
}

.ts-dropdown .option:hover,
.ts-dropdown .option.active {
  background-color: #ebebeb;
  color: darkblue;
  cursor: pointer;
}

.ts-dropdown .option {
  padding: 8px 12px !important;
  transition: background-color 0.2s ease;
}

.ts-dropdown .option.selected {
  font-weight: bold;
}

.ts-control .item {
  font-weight: bold;
  color: red;
}

.toast-container {
  width: 290px;
}

.toast-header {
  background-color: #ffffcb;
  border-color: #ddd;
  font-size: medium;
}

.toast-body {
  font-size: medium;
}

.toast {
  --bs-toast-bg: white;
  border: none;
}

.table tbody tr {
  cursor: pointer;
}

.table {
  --bs-table-active-bg: #fbe3e3;
}

.rolate {
  transition: transform 1s ease-in-out;
  cursor: pointer;
}

.block_all input,
.block_all select,
.block_all img,
.block_all button,
.block_all p,
.block_all textarea {
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: scale(0.7);
  /* Bắt đầu nhỏ */
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
  /* Phóng lớn về kích thước chuẩn */
}

#login {
  background: linear-gradient(314deg, rgb(83, 57, 187) 0%, rgb(33, 153, 167) 100%);
}
#login .body {
  width: 20%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2588235294);
  border-radius: 10px;
  padding: 30px;
}
#login .body .logo {
  max-width: 150px;
  border-radius: 8px;
  margin-bottom: 30px;
}
#login .body input {
  border: none;
  padding: 10px 20px;
}/*# sourceMappingURL=style_home.css.map */