/* @import "~bootstrap/scss/bootstrap"; */
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");

html,
body,
#root {
  font-family: "NanumSquare", sans-serif !important;
  background-color: #1c2025;
  height: 100%;
  margin: 0px;
}

@media (max-width: 1200px) {
  /* .content-wrap {
    width: 1800px !important;
  } */

  .signing {
    padding-top: 22vh !important;
  }
  .sign-box {
    padding: 0 30px !important;
    margin: 0 20px !important;
  }
  .btn-login button {
    width: 100% !important;
  }

  .form-input input {
    width: 87% !important;
  }
  .form-select select {
    width: 100% !important;
  }

  .modal-backdrop.show {
    width: 100%;
    height: 100%;
  }
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto !important;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem) !important;
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
@media (max-width: 320px) {
  .form-input input {
    width: 84% !important;
  }
}
@media (max-height: 420px) {
  .signing {
    padding-top: 4vh !important;
  }
}

/* display */
.d-none {
  display: none;
}
.d-block {
  display: block;
}

/* position */
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.right-30 {
  right: 30px;
}

/* height */
.h-100 {
  height: 100%;
}

/* width */
.w-unset {
  width: unset !important;
}

/* margin */
.m-0-5 {
  margin: 0 5px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}

/* border */
.br-unset {
  border-radius: unset !important;
}
.bblr-35 {
  border-bottom-left-radius: 0.35rem;
}
.bbrr-35 {
  border-bottom-right-radius: 0.35rem;
}
.bb-unset {
  border-bottom: unset !important;
}

/* font */
.c-blue {
  color: #4c9ffe !important;
}
.c-red {
  color: #f44336 !important;
}
.c-green {
  color: #4caf50 !important;
}

/* cursor */
.c-pointer {
  cursor: pointer;
}

.sign-wrapper {
  background: url(../images/bg.png) repeat;
  height: 100%;
}
.signing {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding-top: 32vh;
}
.logo-wrapper {
  margin-bottom: 10px;
  text-align: center;
}
.logo {
  display: inline-block;
  width: 134px;
  height: 31px;
  /* background: url(../images/main_logo.png) no-repeat 100%; */
}
.logo-title {
  margin: 0;
  color: #e6e5e8;
  font-size: 40px;
}
.sign-box {
  padding: 10px 40px;
  border-radius: 15px;
  border: 2px solid rgba(94, 255, 0, 0.918);
  background-color: #333333;
}
.title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #e6e5e8;
}
.input-box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-select {
  position: relative;
  height: 45px;
  background-color: white;
  margin-bottom: 4px;
}
.form-select select {
  padding-left: 16px;
  padding-right: 16px;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  height: 45px;
  width: 296px;
}
.form-input {
  position: relative;
  height: 40px;
  background-color: white;
  margin-bottom: 10px;
}
.form-input input {
  padding-left: 16px;
  padding-right: 16px;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  height: 40px;
  width: 260px;
}
.btn-login button {
  background-color: rgba(0, 255, 34, 0.938);
  height: 51px;
  width: 296px;
  font-size: 16px;
  font-weight: bold;
  color: #e6e5e8;
  border: 0px;
  cursor: pointer;
}
.btn-login button:disabled {
  background-color: #666666;
  height: 51px;
  cursor: no-drop;
}
.copyright {
  margin-top: 10px;
  margin-left: 8px;
  text-align: center;
  font-size: 12px;
  color: #b6b6b6;
}

.header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 3.75rem;
  color: #e6e5e8;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 4px -2px rgba(0, 0, 0, 0.5);
  background-color: #282c34;
  z-index: 3;
}
.header .header-img {
  padding-left: 3rem;
}
.header .header-img img {
  padding-top: 1rem;
}
.header .header-img .header-title {
  margin: 0;
  line-height: 3.75rem;
  font-size: 35px;
}
.header .header-info {
  position: absolute;
  right: 0;
  float: right;
  padding-top: 1rem;
  padding-right: 3rem;
  /* font-weight: bold; */
}
.dropdown {
  width: 31px;
}
.header-dropdown-wrap {
  padding-left: 130px;
}
.header-info .dropdown button {
  padding: 7px 9px;
}
.header .header-info .logout {
  display: inline;
  padding-left: 0.5rem;
  font-size: 13px;
  color: indianred;
  cursor: pointer;
}
.header .header-info .logout span {
  font-size: 14px;
}
.header-info .dropdown-menu {
  width: 10rem;
}
.header-info .user-info {
  cursor: default;
  /* color: #e6e5e8; */
  color: #adb0bb;
  padding: 4px 20px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-info .user-info:hover {
  background-color: #282c34 !important;
}
.header-info .user-info p {
  margin: 0;
  color: rgba(0, 255, 34, 0.699);
}
.header-info .user-info span {
  color: #ff9800;
  font-size: 13px;
}
.logout-icon {
  position: absolute;
  right: 20px;
  padding-top: 3px;
  cursor: pointer;
}

.card-list {
  display: flex;
  flex-flow: row wrap;
  color: #e6e5e8;
}
.card-wrap {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  width: 240px;
  word-wrap: break-word;
  background-color: #282c34;
  background-clip: border-box;
  border: 2px solid #28323d;
  border-radius: 0.25rem;
  margin: auto;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.card-wrap:hover {
  border: 2px solid rgba(0, 255, 34, 0.699);
}
.card-img {
  height: 220px;
  width: 100%;
  display: block;
}
.card-img img {
  height: 220px;
  width: 100%;
  padding: 20px;
  display: block;
}
.card-img svg {
  height: 60px;
  width: 60px !important;
  margin: auto;
  padding-top: 80px;
  display: block;
}
.card-img.no svg {
  color: #9c9c9c;
}
.card-img.no p {
  text-align: center;
  color: #9c9c9c;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-body-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 255, 34, 0.699);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-body-text {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 0.87rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* color: #ff9800; */
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #282c34;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-text-muted {
  /* color: #6c757d */
  color: #ff9800;
}

.sidebar {
  position: fixed;
  left: 0;
  background-color: #282c34;
  width: 16.0625rem;
  height: 100%;
  padding: 3.75rem 0 2.5rem;
  color: #e6e5e8;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #28323d;
  z-index: 2;
}
.sidebar .sidebar-item-box {
  padding-top: 1.5rem;
  font-size: 18px;
}
.sidebar .sidebar-item-title {
  /* margin-bottom: 1.5rem; */
  padding: 0.75rem 1rem;
}
.sidebar .sidebar-item-title p {
  margin: 0;
  color: rgb(156, 156, 156);
  /* font-weight: bold; */
}
.sidebar .sidebar-item {
  display: inline-flex;
  width: 100%;
  padding: 1.2rem 0;
  cursor: pointer;
}
.sidebar-item:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.sidebar-item .menu-name {
  position: relative;
  right: 2rem;
  cursor: default;
  background-color: #1c2025;
  border-radius: 1rem;
  width: 25px;
  text-align: center;
  padding: 3px 3px 0;
  font-size: 14px;
  font-weight: bold;
  color: rgb(156, 156, 156);
  /* color: #ff9800; */
}
.sidebar-item:hover .menu-name,
.sidebar-item.active .menu-name {
  color: #ff9800;
}
.sidebar svg {
  padding-right: 0.9rem;
}
.sidebar-item p {
  width: 100%;
  color: rgb(156, 156, 156);
  text-decoration: none;
  padding: 0 2rem;
  margin: 0;
  /* font-weight: bold; */
}
.sidebar-item:hover p,
.sidebar-item.active p {
  color: rgba(0, 255, 34, 0.699);
}
.sidebar .hotel-list-box {
  height: 104px;
  background-color: #1c2025;
  padding: 0 0.7rem 0;
  border-bottom: 1px solid #28323d;
}
.hotel-list-box .hotel-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 8px;
}
.hotel-list-box .dropdown {
  width: 100%;
  height: 2.8125rem;
  background-color: #1c2025;
  border: none;
}
.hotel-list-box .dropdown-menu {
  width: 91%;
}
.hotel-list-box .dropdown button {
  width: 100%;
  border-radius: 0;
  padding: 7px 0;
}
.hotel-list-box .dropdown svg {
  position: absolute;
  right: 0;
  padding-top: 3px;
}
.hotel-list-box .selected-item {
  /* padding: 0; */
  /* width: 100%; */
  color: rgba(0, 255, 34, 0.699);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotel-list-box .fixed-item {
  color: rgba(0, 255, 34, 0.699);
  font-size: 16px;
  padding: 14px 0 16px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pt-8 {
  padding-top: 8px;
}
.hotel-list-box .dropdown-item-select {
  color: rgb(156, 156, 156);
}
.hotel-list-box .dropdown-item-selected {
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  color: #e6e5e8;
  font-size: 15px;
  text-decoration: none;
  background-color: #282c34;
  text-align: left;
}
.hotel-list-box .dropdown-item-select:hover,
.hotel-list-box .dropdown-item-selected:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: #e6e5e8;
}
.hotel-list-box .dropdown-item-select:hover .dropdown-item {
  color: #e6e5e8;
}
.hotel-list-box .dropdown-item-select.active {
  color: rgb(59, 125, 221);
  font-weight: bold;
}
.hotel-list-box .dropdown-item-select .dropdown-item {
  display: block;
  /* padding: .25rem 1.5rem; */
  clear: both;
  font-weight: 400;
  /* color: white; */
  color: rgb(156, 156, 156);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
}
.hotel-list-box .dropdown-item-selected .dropdown-item {
  color: #e6e5e8;
  text-decoration: none;
}
.hotel-list-box p {
  margin: 0;
  padding: 2px 0 2px 4px;
  font-size: 13px;
  /* color: #ff9800; */
}
.selected-sub-item {
  color: rgb(156, 156, 156);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selected-sub-item span {
  color: #ff9800;
}
.sidebar .has-sub-menu {
  cursor: pointer;
}
.sidebar-sub-item > div {
  padding: 1rem 0 0 1.8rem;
}
.sidebar .sidebar-button {
  background-color: #282c34;
  position: absolute;
  cursor: pointer;
  left: 258px;
  top: 164px;
  border-top: 1px solid #28323d;
  border-bottom: 1px solid #28323d;
  border-right: 1px solid #28323d;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.sidebar .sidebar-button:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.sidebar .sidebar-button svg {
  margin: 13px 6px;
  padding-right: 0;
}
.sidebar.close {
  width: 50px;
}
.sidebar.close .dropdown,
.sidebar.close .fixed-item,
.sidebar.close .selected-sub-item,
.sidebar.close .sidebar-item span {
  display: none;
}
.sidebar.close .sidebar-item p {
  padding: 0 1rem;
}
.sidebar.close .sidebar-button {
  left: 51px;
}
.sidebar.view,
.sidebar.view .sidebar-button {
  box-shadow: 3px 0px 3px 1px rgb(0 0 0 / 25%);
}
.breadcrumb-wrap {
  padding: 1.25rem 4.7rem 0;
}
.breadcrumb {
  display: inline-flex;
  font-size: 14px;
}
.breadcrumb a {
  color: white;
  text-decoration: none;
}
.breadcrumb p {
  color: rgb(156, 156, 156);
  margin: 0;
}

.navigationbar {
  display: flex;
  padding: 1.25rem 4.2rem 0.625rem;
  font-weight: bold;
}
.navigationbar-item a {
  color: rgb(156, 156, 156);
  text-decoration: none;
  padding: 0.5rem 0;
  margin: 0.5rem 1.5rem 0.5rem 0;
  /* border-bottom: 3px solid #282C34; */
}
.navigationbar-item .nav-link:hover {
  color: white;
}
.navigationbar-item .nav-link-active {
  /* border-top-left-radius: .35rem;
  border-top-right-radius: .35rem; */
  /* color: rgb(51, 255, 0); */
  color: white;
  border-bottom: 2px solid white;
  /* background-color: #282C34; */
}
.navigationbar-item .nav-link-disable {
  display: none;
}

.content-wrap {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  min-width: 1530px;
}
.content {
  flex: 1 1 auto;
  /* min-height: calc(100% - 100px); */
  padding: 3.75rem 0px 2.5rem 16.125rem;
  background-color: #1c2025;
  position: relative;
}
.content-card {
  flex: 1 1 auto;
  width: 100%;
  padding: 3.75rem 21rem;
  background-color: #1c2025;
}
.content-title2 {
  display: flex;
  margin: 1.25rem 2rem 0.625rem;
  font-weight: bold;
  position: relative;
  height: 32px;
}
.content-title2 h3 {
  cursor: default;
  color: #e6e5e8;
  margin: 0;
  line-height: 32px;
}
.content-card .content-title2 h3 {
  margin: auto;
}
.content-title2.detail h3 {
  color: rgba(0, 255, 34, 0.699);
}
.content-title2 h3 span {
  cursor: pointer;
  padding-right: 20px;
  border-radius: 1rem;
}
.content-title2 h3 span:hover {
  /* background-color: rgba(255, 255, 255, 0.04); */
  color: #4c9ffe;
}
.content-title {
  display: flex;
  position: relative;
  height: 2rem;
  /* flex-direction: row-reverse; */
  flex-flow: row wrap;
  margin: 10px 32px;
}
.content-card .content-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-title.detail {
  position: relative;
  padding: 20.2px 0 0.3rem;
  margin: 0 29px;
}
.content .excel-upload {
  display: inline-flex;
  right: 0;
  height: 100%;
  padding: 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2e7d32;
  cursor: pointer;
  border-radius: 0.35rem;
  background-color: #282c34;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.content .excel-upload:hover {
  background-color: darkgreen;
  color: #e6e5e8;
}
.content .excel-upload span {
  padding-top: 8px;
  padding-left: 4px;
}
.content-chart-detail {
  padding: 10.2px 22px 20px;
}
.content-chart-detail .content-title {
  padding: 0.625rem 0.6%;
  margin: 0;
}
.content.close,
.content.view {
  padding-left: 50px;
}

.filter {
  position: absolute;
  right: 0;
}
.filter.detail-page {
  right: 7px;
}
.filter .xsm {
  width: 80px;
}
.filter .sm {
  width: 100px;
}
.filter .md {
  width: 120px;
}
.filter .lg {
  width: 140px;
}
.filter .xlg {
  width: 160px;
}
.filter .filter-item-wrap {
  display: inline-flex;
  position: relative;
}
.filter .filter-item-wrap .filter-item-remove-button {
  position: absolute;
  top: 9.25px;
  right: 6px;
  color: rgb(207, 207, 207);
  font-size: 12px;
  cursor: pointer;
}
.filter .filter-item-wrap:first-child input,
.filter .filter-item-wrap:first-child select,
.filter .first {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.filter input {
  height: 1.75rem;
  border: 1px solid #282c34;
  padding: 0px 0.625rem;
  background-color: #282c34;
  color: rgb(207, 207, 207);
  font-size: 14px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.filter select {
  height: 1.875rem;
  min-width: 5rem;
  border: 1px solid #282c34;
  padding: 0px 0.625rem 0px;
  background-color: #282c34;
  color: rgb(207, 207, 207);
  font-size: 14px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.filter select:valid {
  -webkit-appearance: none;
}
.filter select:invalid {
  color: #757575;
}
.content-title.detail .filter select {
  background-color: #1c2025;
  border: 1px solid #1c2025;
}
.init-filter {
  height: 1.875rem;
  background-color: #9c9c9c;
  color: #282c34;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #9c9c9c;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.0625rem 0.3125rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.init-filter:hover {
  background-color: rgb(207, 207, 207);
}

.filter.card-filter {
  margin: auto;
  position: relative;
  right: unset;
}
.filter.card-filter .search-filter {
  cursor: default;
  height: 35px;
  background-color: #282c34;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #282c34;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.0625rem 0.3125rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.card-filter .card-md {
  width: 50vh;
}
.filter.card-filter .init-filter {
  width: 30px;
  height: 35px;
  background-color: #282c34;
  border: 1px solid #282c34;
  color: #9c9c9c;
}
.filter.card-filter .init-filter:hover {
  background-color: #282c34;
}
.filter.card-filter .search-filter svg,
.filter.card-filter .init-filter svg {
  /* color: #1c2025; */
  padding: 0 2px;
}
.filter.card-filter .init-filter:hover svg {
  color: rgb(207, 207, 207);
}
.filter.card-filter input {
  height: 33px;
}

.footer {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  background-color: #282c34;
  /* border-top: 1px solid rgba(0, 0, 0, 0.50); */
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 -3px 4px -2px rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.excel-logo {
  margin-top: 4.7px;
  width: 1.35rem;
  height: 1.35rem;
}

.table {
  margin: 0 32px;
  color: white;
  background-color: #282c34;
  border-spacing: unset;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
  border-radius: 0.35rem;
}
.table thead {
  display: table-header-group;
  border-color: inherit;
  font-weight: bold;
  font-size: 14px;
}
.table tbody {
  display: table-row-group;
  border-color: inherit;
  font-size: 14px;
  color: #e6e5e8;
}
.table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  text-align: left;
}
.table th {
  padding: 0.75rem;
  background: #282c34;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0px 0 rgb(0 0 0 / 70%), 0 2px 2px -2px rgb(0 0 0 / 50%);
  position: sticky;
  top: 60px;
  z-index: 1;
  word-break: keep-all;
  cursor: default;
}
.table th:first-child {
  border-top-left-radius: 0.35rem;
  padding: 0.75rem 2rem;
}
.table th:last-child {
  border-top-right-radius: 0.35rem;
  padding: 0.75rem 2rem;
}
.table th span svg {
  color: #adb0bb;
}
.table th span:hover svg {
  display: initial;
}
.table td {
  padding: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.table tbody tr:first-child td {
  border-top: unset;
}
.table td:first-child {
  padding: 0.65rem 2rem;
}
.table td .status-granting {
  color: #ff9800;
  background-color: rgba(255, 152, 0, 0.08);
  border-radius: 0.35rem;
  padding: 4px 8px;
  font-size: 14px;
}
.table td .status-installed,
.table td .status-granted {
  color: #4caf50;
  background-color: rgba(76, 175, 80, 0.08);
  border-radius: 0.35rem;
  padding: 4px 8px;
  font-size: 14px;
}
.table td .status-created,
.table td .status-cleaning {
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.08);
  border-radius: 0.35rem;
  padding: 4px 8px;
  font-size: 14px;
}
.custom-link {
  font-weight: bold;
  cursor: pointer;
}
.custom-link:hover {
  color: #e6e5e8;
}
/* .table .action-button {
  cursor: pointer;
} */
.action-button span {
  cursor: pointer;
  border-radius: 1rem;
}
.action-button.list span {
  padding: 6px 11px;
}
.action-button span:hover {
  /* background-color: rgba(255, 255, 255, 0.04); */
  color: #4c9ffe;
}
.action-button.list span:hover {
  color: #e6e5e8;
}
.table tbody tr .report-detail {
  border-top: 0;
  text-align: center;
}
.table tbody tr .report-detail div {
  display: inline-block;
  text-align: left;
}
.no-list-data {
  text-align: center;
}

.link-detail {
  cursor: pointer;
  /* color: #4c9ffe; */
  color: rgb(59, 125, 221);
  border-bottom: 1px solid rgb(59, 125, 221);
}
.link-detail:hover {
  /* font-weight: bold; */
  /* color: #76b6ff; */
  color: #4c9ffe;
}
.wrap-overlay {
  position: relative;
}
.wrap-overlay.w-70 {
  width: 70px;
}
.overlay-key {
  display: block;
  cursor: default;
  padding: 0.5rem;
  border-radius: 0.35rem;
  /* color: rgb(59, 125, 221); */
  color: #e6e5e8;
  font-size: 14px;
  /* font-weight: bold; */
  /* background-color: rgb(59, 125, 221); */
  /* background-color: #1c2025; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overlay-item {
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  border-radius: 0.35rem;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
}
.wrap-overlay:hover .overlay-item {
  opacity: 1;
}

.form-dropdown {
  position: absolute;
  right: 1.375rem;
}
.form-dropdown.detail {
  right: 2rem;
  cursor: pointer;
  width: 35.63px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  margin: auto;
  color: #e6e5e8;
  border-radius: 1rem;
  font-size: 16px;
}
.form-dropdown.detail:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.form-dropdown.detail.disabled {
  cursor: default;
  color: #adb0bb;
}
.form-dropdown.detail.disabled:hover {
  background-color: unset;
}
.form-dropdown.detail.first {
  right: 5rem;
}
.form-toggle-btn {
  position: absolute;
  right: 2rem;
  cursor: pointer;
  width: 35.63px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  margin: auto;
  color: #e6e5e8;
  border-radius: 1rem;
  font-size: 18px;
}
.form-toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 7rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  list-style: none;
  background-color: #282c34;
  background-clip: padding-box;
  border-radius: 0.35rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.dropdown-menu.show {
  display: inline;
  text-decoration: none;
  transform: none;
  border: 1px solid #1c2025;
}
.dropdown-menu.show .dropdown-item-list:hover,
.dropdown-menu.show .dropdown-item-select:hover,
.dropdown-menu.show .dropdown-item-edit:hover,
.dropdown-menu.show .dropdown-item-delete:hover {
  background-color: rgba(255, 255, 255, 0.04);
  /* border-radius: 0.35rem; */
}
.dropdown-menu.show div.dropdown-item-list.disabled:hover,
.dropdown-menu.show div.dropdown-item-edit.disabled:hover,
.dropdown-menu.show div.dropdown-item-delete.disabled:hover {
  cursor: default;
  background-color: #282c34;
  color: #adb0bb;
}
.dropdown-item-list,
.dropdown-item-select,
.dropdown-item-edit,
.dropdown-item-delete {
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  color: white;
  /* color: #4c9ffe; */
  /* color: rgb(59, 125, 221); */
  font-size: 15px;
  text-decoration: none;
  background-color: #282c34;
  text-align: left;
}
.dropdown-item-list.center,
.dropdown-item-select.center,
.dropdown-item-edit.center,
.dropdown-item-delete.center {
  text-align: center;
}
.dropdown-item-list.disabled span,
.dropdown-item-edit.disabled span,
.dropdown-item-delete.disabled span {
  cursor: default;
  /* color: rgba(255, 255, 255, 0.12); */
  color: #adb0bb;
}
/* .dropdown-item-select span:hover {
  color: #28a745;
}
.dropdown-item-edit span:hover {
  color: rgb(59, 125, 221);
} */
/* .dropdown-item-select span:hover,
.dropdown-item-edit span:hover,
.dropdown-item-delete span:hover {
  color: rgb(221, 59, 59);
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 0.35rem;
} */
.dropdown button {
  display: flex;
  color: #e6e5e8;
  padding: 7px;
  border-radius: 1rem;
}
.form-dropdown.detail .dropdown button {
  display: flex;
  color: #e6e5e8;
  padding: 8px 14px;
  border-radius: 1rem;
}
.dropdown button:hover {
  /* color: #e6e5e8; */
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
}

.pagination {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 1.875rem 0;
  list-style: none;
  border-radius: 0.25rem;
  bottom: 1.875rem;
  /* position: absolute; */
}
.form-card.detail.tab .pagination,
.form-tab-wrap .pagination {
  padding: 15px 0;
}
.pagination .form-pagination {
  margin: auto;
  display: flex;
}
.page-item {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e6e5e8;
  background-color: #282c34;
  border: 1px solid #212529;
  text-decoration: none;
}
.page-item.active span {
  background-color: #1c2025;
}

/* spin */
.spinner-wrap {
  position: fixed;
  background: rgba(28, 32, 37, 0.35) !important;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.spinner-wrap.in-modal {
  position: absolute;
}
.spinner-wrap.in-modal .spinner-border {
  top: 40%;
  left: 45%;
}
.spinner-wrap .text-success {
  color: #28a745 !important;
}
.spinner-wrap .spinner-border {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  100% {
    transform: rotate(1turn);
  }
}

.card-list .pagination {
  display: flex;
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  list-style: none;
  border-radius: 0.25rem;
  bottom: 0;
}
.card-list .pagination .page-item {
  position: absolute;
  font-size: 2rem;
  box-shadow: unset;
  border-radius: 2rem;
  border: 1px solid #1c2025;
}
.card-list .pagination .page-item:first-child {
  left: -50px;
  bottom: 245px;
  width: 40px;
  height: 40px;
  background-color: #282c34;
  cursor: pointer;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.card-list .pagination .page-item:first-child:hover .page-link span:first-child,
.card-list .pagination .page-item:last-child:hover .page-link span:first-child {
  color: #4c9ffe;
}
.card-list .pagination .page-item:last-child {
  right: -50px;
  bottom: 245px;
  width: 40px;
  height: 40px;
  background-color: #282c34;
  cursor: pointer;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.card-list .pagination .page-link {
  background-color: unset;
  line-height: unset;
  border: unset;
  padding: 0 0.75rem;
  margin-left: 0;
}
.card-list .pagination .page-link svg {
  margin-top: 4px;
}
.card-list .pagination .page-item:first-child .page-link span:first-child {
  position: absolute;
  bottom: -47px;
  left: 11px;
}
.card-list .pagination .page-item:last-child .page-link span:first-child {
  position: absolute;
  bottom: -47px;
  right: 11px;
}
.card-page-item-wrap {
  position: unset;
  margin: auto;
}
.card-list .pagination .card-page-item-wrap .page-item {
  position: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  width: unset !important;
  height: unset !important;
  background-color: unset !important;
  cursor: default;
  box-shadow: unset !important;
  font-size: 1rem;
  font-style: italic;
}

.form-card-title {
  display: inline-flex;
  width: 100%;
  /* color: white; */
  color: rgba(0, 255, 34, 0.699);
  text-align: left;
  padding-left: 1.875rem;
  margin: 1.25rem 0;
}
.form-card-title.detail {
  position: relative;
  margin: 0.675rem 0;
  padding-left: 0;
  height: 2rem;
}
.form-card-title h4 {
  margin: 0;
  font-size: 18px;
}
.form-card-title h4 span {
  margin: 0 5px;
  font-size: 16px;
  color: #e6e5e8;
}
.form-card {
  width: 100%;
  margin: auto;
  background-color: #282c34;
  border-radius: 0.3rem;
}
.form-card.detail {
  width: 96%;
  text-align: center;
  margin: 0 32px;
}
.form-card.detail.tab {
  border-top-left-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.form-card .border {
  width: calc(100% - 3.75rem);
  margin: 1.75rem;
  border: 2px solid dimgray;
  border-radius: 0.35rem;
  position: relative;
}
.card-text {
  width: calc(100% - 3.75rem);
  padding: 1rem 1.875rem 0;
}
.card-text.center {
  text-align: center;
}
.card-box {
  width: calc(100% - 3.75rem);
  padding: 1rem 1.875rem 0;
  /* height: calc(100% - 3.75rem); */
}
.card-box.detail {
  height: calc(100% - 3.75rem);
}
.card-text p,
.card-box p {
  margin-top: 0;
  margin-bottom: 0;
  /* color: #e6e5e8; */
  /* color: rgba(255, 255, 255, 0.23); */
  /* color: #adb0bb; */
  color: steelblue;
  padding-left: 0;
  /* font-weight: bold; */
  /* font-size: 13px; */
}
.card-text p span,
.card-box p span {
  font-size: 12px;
}
.card-text-select {
  background-color: #282c34;
  border: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  /* border-radius: .35rem; */
  height: 1.8rem;
  width: 100%;
  padding: 0;
  color: #e6e5e8;
  font-size: 16px;
  /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.70),
  0 2px 4px -2px rgba(0, 0, 0, 0.50); */
}
.card-text-input {
  background-color: #282c34;
  border: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  /* border-radius: .35rem; */
  height: 1.8rem;
  width: 100%;
  padding: 0 0 0 2px;
  color: #e6e5e8;
  font-size: 16px;
  /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.70),
  0 2px 4px -2px rgba(0, 0, 0, 0.50); */
}
.card-text-input:read-only {
  cursor: default;
}
.card-text-input:disabled {
  color: #adb0bb;
}
.card-box-text-container.detail .card-text-input:disabled {
  color: #777881;
}
.card-text-input-checkbox {
  background-color: #282c34;
  border: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  padding: 0 0 0 2px;
  margin-left: 0;
  color: #e6e5e8;
  font-size: 15px;
}
.card-text .card-text-display {
  background-color: #282c34;
  cursor: default;
  border: none;
  width: 100%;
  padding: 0 0 0 2px;
  margin: 5px 0;
  color: #e6e5e8;
  /* font-size: 15px; */
}
.card-text .card-text-display span {
  font-size: 15px;
}
.card-text-date-V4 {
  display: flex;
}
.card-text-date-V4 select {
  margin-left: 1rem;
  width: 5rem;
}
.form-radio {
  height: 2.3rem;
  line-height: 2.3rem;
  padding-left: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
}
.form-radio label {
  padding-right: 30px;
  font-size: 15px;
}
.form-radio label span {
  padding-left: 5px;
}
.card-text-input-radio {
  margin: 0;
}
.card-box-input {
  background-color: #1c2025;
  border: none;
  border-top-left-radius: 0.35rem;
  border-right: 1px solid dimgray;
  height: 1.8rem;
  width: calc(100% - 3.75rem);
  padding: 0 0.625rem;
  color: #e6e5e8;
  font-size: 15px;
}
.card-box-text-container {
  background-color: #1c2025;
  border: none;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  height: 10rem;
  width: 100%;
  color: #e6e5e8;
  font-size: 16px;
  overflow-y: auto;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.card-box-text-container.detail {
  height: 17.5rem;
}
.card-box-input-container {
  display: inline-flex;
  width: 100%;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  background-color: #1c2025;
  border-bottom: 1px solid dimgray;
}
.card-box-input-button {
  cursor: pointer;
  margin: auto;
  color: #e6e5e8;
}
.card-box-input-button:hover {
  color: #e6e5e8;
}
.card-box-text {
  display: inline-flex;
  width: 100%;
  /* background-color: #1c2025; */
  /* border-bottom: 1px solid dimgray; */
}
.card-box-text-container .card-box-text {
  padding-left: 10px;
  width: calc(100% - 10px);
}
.card-box-text p {
  padding: 0.625rem 0.625rem 0;
  width: calc(100% - 3.75rem);
  font-size: 15px;
  color: #e6e5e8;
}
.card-box-text input {
  border-bottom: none;
  background-color: #1c2025;
  width: calc(100% - 6.5rem);
  padding: 0 0.625rem;
}
.card-box-text-container .card-box-text input {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  padding-left: 0;
  padding-right: 1.25rem;
}
.card-box-text-container .card-box-text input:disabled {
  border-bottom: 1px dotted #1c2025;
}
.card-foot {
  display: inline-flex;
  width: calc(100% - 58px);
  padding: 1rem 0;
  justify-content: space-between;
}
.card-foot > .form-item-add.center.detail {
  position: relative;
  right: 0;
}
.card-foot.center {
  width: unset;
}
.card-foot.detail {
  /* width: 100%; */
  width: calc(100% - 30px);
  padding: 1rem;
}
.form-key-foot {
  position: relative;
}
.form-key-foot > .form-item-add {
  right: 2rem !important;
}
.card-tab {
  display: flex;
  padding-bottom: 5px;
  /* border-bottom: 1px solid rgb(156, 156, 156); */
}
.form-tab-wrap {
  padding: 50px 0;
}
.form-tab-item {
  width: 96%;
  margin: 0 32px;
  background-color: #282c34;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.form-card.detail.tab .table,
.form-tab-item .table {
  width: calc(100% - 60px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.form-tab-item .form-item-add {
  right: 4rem;
  padding-top: 15px;
}
.form-card.detail.tab .form-item-add .btn-item-add.list,
.form-tab-item .form-item-add .btn-item-add.list {
  background-color: #1c2025;
}
.form-card.detail.tab .form-item-add .btn-item-add:hover,
.form-tab-item .form-item-add .btn-item-add:hover {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}
.card-tab-item {
  margin: auto;
}
.card-tab-item p {
  cursor: pointer;
  color: rgb(156, 156, 156);
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 5px;
  /* padding: .5rem 0;
  margin: .5rem 1.5rem .5rem 0; */
}
.card-tab-item p:hover {
  color: #e6e5e8;
}
.card-tab-item.selected p {
  color: #e6e5e8;
  /* padding-bottom: 5px; */
  border-bottom: 1px solid #e6e5e8;
}
.form-tab {
  display: inline-flex;
  margin: 0 32px;
  color: #e6e5e8;
}
.form-tab.modal-detail {
  padding-left: 1rem;
  /* padding-top: 1px; */
  margin: 0 2%;
  z-index: 1;
  top: 1.1px;
  position: relative;
}
.tab-item {
  cursor: default;
  background-color: #282c34;
  color: rgba(0, 255, 34, 0.699);
  border: 1px solid #282c34;
  margin: auto;
  padding: 0 15px;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  min-width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 -0.5px 1px rgba(0, 0, 0, 0.7), 0 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.form-tab.modal-detail .tab-item {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid #282c34;
  font-size: 16px;
  min-width: 100px;
}
.tab-item.inactive {
  background-color: #1c2025;
  color: #9c9c9c;
  cursor: pointer;
}
.form-tab.modal-detail .tab-item.inactive {
  background-color: #1c2025;
  border: 1px solid #1c2025;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
/* .tab-item:hover, */
.tab-item.selected {
  background-color: #282c34;
  color: rgba(0, 255, 34, 0.699);
}
.required {
  margin-left: 3px;
  font-size: 16px !important;
  color: rgb(221, 59, 59);
}

.response-fail {
  font-size: 80px;
  color: rgb(221, 59, 59);
}
.response-fail-msg {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  color: rgb(221, 59, 59);
}
.response-fail-sub-msg {
  margin-bottom: 0;
  font-size: 13px;
  color: #e6e5e8;
}

.inline-flex {
  width: calc(100% - 60px);
  height: 100%;
  background-color: #282c34;
  /* display: inline-flex; */
  display: flex;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.35rem;
  margin: 0 1.75rem;
  position: relative;
  /* padding-bottom: 1.875rem; */
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.inline-flex.detail {
  margin-top: 1.75rem;
}
.inline-flex.tab {
  border-top-left-radius: 0;
}

.excel-desc {
  font-size: 14px;
  padding: 0 1rem;
}

.w-100 {
  flex: 1;
  width: 100%;
  /* height: 100%; */
  padding-bottom: 1rem;
}
.w-50 {
  flex: 1;
  width: 50%;
  /* height: 100%; */
  padding-bottom: 1rem;
}
.dark {
  background-color: #1c2025;
}

:focus {
  outline: none;
}

.form-total {
  /* display: inline; */
  padding: 0.625rem 0px 0px 8vh;
  color: rgb(207, 207, 207);
  font-size: 15px;
}

.form-item-btn {
  display: block;
  position: unset;
  margin: auto;
}
.form-item-btn button {
  margin: 0 0.5rem;
}

.form-item-add {
  display: flex;
  position: absolute;
  right: 32px;
  padding-top: 1.875rem;
}
.form-item-add.center {
  display: block;
  /* position: unset; */
  padding-top: 0;
}
.form-item-add.center.detail {
  right: 4rem;
}
.form-item-add.center.pl20 {
  padding-left: 1.25rem;
}
.btn-item-add {
  height: 2.3rem;
  min-width: 5rem;
  padding: 0.5rem;
  border-radius: 0.35rem;
  color: rgb(59, 125, 221);
  font-size: 14px;
  font-weight: bold;
  background-color: #1c2025;
  border: 0px;
  cursor: pointer;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.btn-item-add.list {
  background-color: #282c34;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.btn-item-add.list:disabled {
  cursor: not-allowed;
}
.btn-item-add.list:disabled:hover {
  background-color: #282c34;
  color: rgb(59, 125, 221);
}
.icon-item-add {
  height: 13px;
  width: 1rem;
  padding-right: 0.1875rem;
}
.btn-item-add:hover {
  background-color: rgb(59, 125, 221);
  /* color: #1c2025; */
  color: #e6e5e8;
}

.form-item-cancel {
  display: block;
  position: unset;
  left: 8vh;
}
.form-item-cancel.detail {
  /* margin-left: 28px; */
  margin: auto;
}
.btn-item-cancel {
  height: 2.3rem;
  min-width: 5rem;
  padding: 0.5rem;
  border-radius: 0.35rem;
  color: rgb(221, 59, 59);
  font-size: 14px;
  font-weight: bold;
  background-color: #1c2025;
  border: 0px;
  cursor: pointer;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.icon-item-cancel {
  height: 1rem;
  width: 1rem;
  padding-right: 0.1875rem;
}
.btn-item-cancel:hover {
  background-color: rgb(221, 59, 59);
  /* color: #1c2025; */
  color: #e6e5e8;
}

.form-item-close {
  display: block;
  position: unset;
  left: 8vh;
}
.form-item-close.detail {
  /* margin-left: 28px; */
  margin: auto;
}
.btn-item-close {
  height: 2.3rem;
  min-width: 5rem;
  padding: 0.5rem;
  border-radius: 0.35rem;
  color: rgb(148, 148, 148);
  font-size: 14px;
  font-weight: bold;
  background-color: #1c2025;
  border: 0px;
  cursor: pointer;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.icon-item-close {
  height: 1rem;
  width: 1rem;
  padding-right: 0.1875rem;
}
.btn-item-close:hover {
  background-color: rgb(148, 148, 148);
  /* color: #1c2025; */
  color: #e6e5e8;
}

.icon-item-edit {
  height: 1rem;
  width: 1rem;
  padding-right: 0.1875rem;
}
.icon-item-edit.disabled {
  color: #777881;
}
.card-box-input-button:hover .icon-item-edit.disabled {
  color: #e6e5e8;
}

.page-limit {
  display: flex;
  position: absolute;
  padding-top: 1.875rem;
  padding-left: 2rem;
}
.page-limit select {
  cursor: pointer;
  height: 2.3rem;
  width: 4.5rem;
  background-color: #282c34;
  padding: 0.5rem;
  border: 1px solid #282c34;
  border-radius: 0.35rem;
  color: rgb(207, 207, 207);
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.form-card.detail.tab .page-limit,
.form-tab-item .page-limit {
  padding-top: 15px;
}
.form-card.detail.tab .page-limit select,
.form-tab-item .page-limit select {
  background-color: #1c2025;
  border: 1px solid #1c2025;
}

.dropdown-lang-item {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  color: rgb(207, 207, 207);
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.dropdown-lang-item:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.dropdown-lang-item.selected {
  color: #ff9800;
}

.lang-btn {
  cursor: pointer;
  /* height: 2.3rem; */
  width: 4.5rem;
  background-color: #1c2025;
  padding: 0.5rem 1rem;
  border: 1px solid #1c2025;
  border-radius: 0.35rem;
  color: rgb(207, 207, 207);
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 70%), 0 2px 4px -2px rgb(0 0 0 / 50%);
}

.view-type-wrap {
  position: absolute;
  right: 0;
}
.view-type-wrap .view-type {
  background-color: #282c34;
  border: 1px solid #28323d;
  border-radius: 0.35rem;
  color: rgb(207, 207, 207);
  height: 32px;
  padding: 2px 9px 0;
  margin-left: 10px;
  font-size: 16px;
}
.view-type-wrap .view-type:hover,
.view-type-wrap .view-type.selected {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}

.file-upload-body {
  width: 100%;
}
.file-upload-key-type-wrap {
  margin: 1rem 1rem 2rem;
  text-align: left;
}
.file-upload-key-type-wrap .file-upload-key-type-header {
  margin: 0 0 10px 0;
  color: #4682b4;
  font-weight: bold;
}
.file-upload-key-type-wrap .file-upload-key-type-checkbox-wrap {
  display: flex;
  margin: 0 0 10px;
  color: #c5c8ce;
}
.file-upload-key-type-wrap .file-upload-key-type-checkbox-wrap .cbx {
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #606062;
  background-image: linear-gradient(#474749, #606062);
  /* background-image: linear-gradient(#141414,#1f1f1f); */
  transition: all 0.15s ease;
  margin: 0 8px 0 0;
}
.file-upload-key-type-wrap .file-upload-key-type-checkbox-wrap .cbx svg {
  position: absolute;
  top: 3px;
  left: 3px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  transform: translate3d(0, 0, 0);
}
.file-upload-key-type-wrap .file-upload-key-type-checkbox-wrap label {
  display: inline-block;
  cursor: pointer;
}
.file-upload-key-type-wrap
  .file-upload-key-type-checkbox-wrap
  input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.file-upload-key-type-wrap
  .file-upload-key-type-checkbox-wrap
  input[type="checkbox"]:checked
  + .cbx {
  background-color: #606062;
  background-image: linear-gradient(#255cd2, #1d52c1);
}
.file-upload-key-type-wrap
  .file-upload-key-type-checkbox-wrap
  input[type="checkbox"]:checked
  + .cbx
  svg {
  stroke-dashoffset: 0;
  transition: all 0.15s ease;
}
.file-upload-key-type-wrap .file-upload-pincode-type-radio-wrap {
  margin: 0 10px 10px;
  color: #c5c8ce;
}
.file-upload-key-type-wrap .file-upload-pincode-type-radio-wrap .rdo {
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #606062;
  background-image: linear-gradient(#474749, #606062);
  /* background-image: linear-gradient(#141414,#1f1f1f); */
  transition: all 0.15s ease;
  margin: 0 8px;
}
.file-upload-key-type-wrap .file-upload-pincode-type-radio-wrap .rdo::after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  opacity: 0;
  transform: scale(0);
}
.file-upload-key-type-wrap .file-upload-pincode-type-radio-wrap label {
  display: inline-block;
  cursor: pointer;
}
.file-upload-key-type-wrap
  .file-upload-pincode-type-radio-wrap
  input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.file-upload-key-type-wrap
  .file-upload-pincode-type-radio-wrap
  input[type="radio"]:checked
  + .rdo {
  background-color: #606062;
  background-image: linear-gradient(#255cd2, #1d52c1);
}
.file-upload-key-type-wrap
  .file-upload-pincode-type-radio-wrap
  input[type="radio"]:checked
  + .rdo::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.15s ease;
}

.file-wrap {
  margin: 1rem;
}
.file-wrap .file-upload-file-header {
  display: flex;
  position: relative;
  margin: 0 0 5px 0;
}
.file-wrap .file-upload-file-header .file-upload-file-header-label {
  margin: 0 0 5px 0;
  color: #4682b4;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
}
.file-wrap .file-upload-file-header .excel-download-wrap {
  display: inline-flex;
  position: absolute;
  right: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2e7d32;
  cursor: pointer;
  border-radius: 0.35rem;
  background-color: #1c2025;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 70%), 0 2px 4px -2px rgb(0 0 0 / 50%);
}
.file-wrap .file-upload-file-header .excel-download-wrap:hover {
  background-color: darkgreen;
  color: #e6e5e8;
}
.file-wrap .file-upload-file-header .excel-download-wrap .excel-logo {
  margin-top: 1.7px;
  width: 16px;
  height: 16px;
}
.file-wrap .file-upload-file-header .excel-download-wrap span {
  padding-top: 2px;
  padding-left: 4px;
}
.file-wrap input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-wrap label {
  display: inline-block;
  padding: 8px 12px;
  width: calc(100% - 24px);
  color: #c5c8ce;
  font-size: inherit;
  cursor: pointer;
  background-color: #1c2025;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 70%), 0 2px 3px -2px rgb(0 0 0 / 50%);
  border: unset;
}
.file-wrap .file-upload-select-wrap {
  margin: 0;
}

/* booking-filter */
.booking-list-building-filter-wrap {
  display: grid;
  grid-template-columns: minmax(180px, auto) repeat(10, minmax(60px, auto));
  grid-auto-rows: minmax(30px, auto);
  gap: 10px;
}
.booking-list-building-filter-wrap .booking-list-building-filter {
  border: 1px solid #28323d;
  border-radius: 0.35rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.booking-list-building-filter-wrap .booking-list-building-filter select {
  cursor: pointer;
  height: 1.875rem;
  width: 100%;
  border: unset;
  padding: 0px 0.625rem 0px;
  background-color: #282c34;
  color: rgb(207, 207, 207);
  font-size: 16px;
}
.booking-list-building-filter-wrap
  .booking-list-building-filter
  select:invalid {
  color: #757575;
}
.booking-list-building-filter-wrap .booking-list-floor-filter {
  cursor: pointer;
  border: 1px solid #28323d;
  border-radius: 0.35rem;
  background-color: #282c34;
  text-align: center;
  color: rgb(207, 207, 207);
  font-size: 16px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.booking-list-building-filter-wrap .booking-list-floor-filter:hover {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}
.booking-list-building-filter-wrap .booking-list-floor-filter:nth-child(12),
.booking-list-building-filter-wrap .booking-list-floor-filter:nth-child(22),
.booking-list-building-filter-wrap .booking-list-floor-filter:nth-child(32),
.booking-list-building-filter-wrap .booking-list-floor-filter:nth-child(42),
.booking-list-building-filter-wrap .booking-list-floor-filter:nth-child(52) {
  grid-column: 2;
}
.booking-list-building-filter-wrap .booking-list-floor-filter p {
  margin: 0px 10px;
  line-height: 30px;
}
.booking-list-status-filter-wrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(80px, auto));
  grid-auto-rows: minmax(30px, auto);
  gap: 10px;
}
.booking-list-status-filter-wrap .booking-list-status-filter {
  display: flex;
  /* background-color: #282c34;
    border: 1px solid #28323d; */
  border-radius: 0.35rem;
  /* box-shadow: 0 0 1px 0 rgb(0 0 0 / 70%), 0 3px 4px -2px rgb(0 0 0 / 50%); */
  font-weight: bold;
  color: rgb(207, 207, 207);
  /* cursor: pointer; */
}
/* .booking-list-status-filter-wrap .booking-list-status-filter:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(59, 125, 221);
  } */
.booking-list-status-filter-wrap
  .booking-list-status-filter
  .booking-list-status-filter-image {
  margin: auto;
  margin-left: 8px;
  /* margin-right: 8px; */
  height: 20px;
  width: 20px;
  /* background-color: #808080; */
}
.booking-list-status-filter-wrap
  .booking-list-status-filter
  .booking-list-status-filter-image.checkin {
  background-color: #2e8b57;
}
.booking-list-status-filter-wrap
  .booking-list-status-filter
  .booking-list-status-filter-image.checkout {
  background-color: #faad14;
}
.booking-list-status-filter-wrap
  .booking-list-status-filter
  .booking-list-status-filter-image.cleaning {
  background-color: #13c2c2;
}
.booking-list-status-filter-wrap
  .booking-list-status-filter
  .booking-list-status-filter-image.uninstalled {
  background-color: #1c2025;
}
.booking-list-status-filter-wrap
  .booking-list-status-filter
  .booking-list-status-filter-name {
  margin: auto;
  margin-left: 8px;
  margin-right: 8px;
}

/* booking card */
.booking-list-header {
  display: flex;
  position: relative;
  margin: 20px 32px 1px;
  font-weight: bold;
}
.booking-list-card-wrap {
  /* background-color: #282c34;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 70%), 0 2px 4px -2px rgb(0 0 0 / 50%); */
  border-radius: 0.35rem;
  margin: 0 32px;
}
.booking-list-card-wrap .booking-list-card-header {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  /* height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-time-filter-wrap {
  display: flex;
  /* border-left: 1px solid rgba(255, 255, 255, 0.12); */
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter {
  display: inline-flex;
  margin: auto;
  font-size: 24px;
  color: #c5c8ce;
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter
  .booking-list-time-filter-item {
  padding: 4px 10px 0px;
  border-radius: 2rem;
  cursor: pointer;
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter
  .booking-list-time-filter-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgb(59, 125, 221);
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter
  p {
  margin: 4px 15px 0;
}
.booking-list-card-wrap .booking-list-card-header .booking-list-refresh-wrap {
  display: flex;
  color: rgb(59, 125, 221);
  cursor: pointer;
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-refresh-wrap:hover {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-refresh-wrap
  .booking-list-refresh {
  display: inline-flex;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  /* color: #e6e5e8; */
}
.booking-list-card-wrap
  .booking-list-card-header
  .booking-list-refresh-wrap
  .booking-list-refresh
  p {
  margin: 0;
  margin-left: 10px;
}
.booking-list-card-wrap .booking-list-card-body {
  /* margin: 10px; */
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* grid-auto-rows: minmax(150px, auto); */
  gap: 10px;
}
.booking-list-card-wrap .booking-list-card-body .booking-card-wrap {
  cursor: pointer;
  position: relative;
  /* background: #28323d; */
  background: #282c34;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 70%), 0 2px 4px -2px rgb(0 0 0 / 50%);
  border: 2px solid #0e1217;
  border-radius: 0.35rem;
}
.booking-list-card-wrap .booking-list-card-body .booking-card-wrap:hover {
  border: 2px solid rgb(59, 125, 221);
  background: rgba(0, 0, 0, 0.45);
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header {
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* position: relative; */
  height: 40px;
  border-top-right-radius: 0.35rem;
  border-top-left-radius: 0.35rem;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap:hover
  .booking-card-header {
  opacity: 0.5;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header.issued {
  background-color: #2e8b57;
  /* background-color: #0fa22b; */
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header.expired {
  background-color: #faad14;
  /* background-color: #ff9800; */
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header.cleaning {
  /* background-color: #69c0ff; */
  background-color: #13c2c2;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header
  .booking-card-header-room {
  margin: 0 10px;
  /* position: absolute;
          left: 5px; */
  font-size: 20px;
  font-weight: bold;
  color: #e9ebee;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header
  .booking-card-header-keys {
  margin: 0;
  margin-right: 10px;
  text-align: right;
  /* position: absolute;
          right: 5px; */
  font-size: 16px;
  color: #e9ebee;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header
  .booking-card-header-keys.created {
  color: #f44336;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-header
  .booking-card-header-keys.installed {
  color: #4caf50;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-content {
  margin: 10px;
  color: #c5c8ce;
  height: 70px;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap:hover
  .booking-card-content {
  opacity: 0.5;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-content
  p {
  margin: 0 0 3px 0;
  font-size: 14px;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-horizontal-line {
  border-top: 1px solid #3d434a;
  margin: 0 10px;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer {
  position: absolute;
  /* background-color: #282c34; */
  bottom: 43px;
  width: 100%;
  /* height: 35px; */
  display: none;
  /* border-bottom-left-radius: .35rem;
        border-bottom-right-radius: .35rem; */
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap:hover
  .booking-card-footer {
  display: flex;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button-gab {
  border-left: 1px solid #3d434a;
  margin: 10px 0;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button {
  height: 40px;
  width: 40px;
  padding: 0;
  color: #e6e5e8;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  background-color: #282c34;
  border-radius: 2rem;
  margin: auto;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button:hover {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button.delete:hover {
  background-color: rgb(221, 59, 59);
  color: #e6e5e8;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button.disabled,
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button.disabled:hover {
  cursor: default;
  background-color: #282c34;
  color: #808080;
}
.booking-list-card-wrap
  .booking-list-card-body
  .booking-card-wrap
  .booking-card-footer
  .booking-card-button
  span {
  margin-left: 5px;
}
.booking-list-card-wrap .booking-list-card-footer {
  height: 1px;
}

.booking-cancel-content {
  margin: 10px 30px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px;
  color: #c5c8ce;
}
.booking-cancel-content p {
  margin: 5px;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #282c34;
  background-clip: padding-box;
  border: 1px solid #1c2025;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
  color: #e6e5e8;
  border-radius: 0.3rem;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 400px;
  }
  /* .modal-md {
    max-width: 600px;
  } */
  /* .card-deck .card {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 400px;
    word-wrap: break-word;
    background-color: #282C34;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border-color: rgba(0, 255, 34, 0.699);
    color: rgb(172, 172, 172);
    cursor: pointer;
  }
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #282C34;
    color: #e6e5e8;
  }
  .card-footer {
    padding: .35rem 1.25rem;
    background-color: rgba(0, 255, 34, 0.699);
    border-top: 1px solid rgba(0, 0, 0, .125);
    font-size: 20px;
    font-weight: bold;
    color: #e6e5e8;
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  } */
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-primary .modal-content {
  background: #3b7ddd;
  color: #fff;
}

.modal-primary h1,
.modal-primary h2,
.modal-primary h3,
.modal-primary h4,
.modal-primary h5,
.modal-primary h6,
.modal-primary .h1,
.modal-primary .h2,
.modal-primary .h3,
.modal-primary .h4,
.modal-primary .h5,
.modal-primary .h6 {
  color: #fff;
}

.modal-secondary .modal-content {
  background: #ced4da;
  color: #212529;
}

.modal-secondary h1,
.modal-secondary h2,
.modal-secondary h3,
.modal-secondary h4,
.modal-secondary h5,
.modal-secondary h6,
.modal-secondary .h1,
.modal-secondary .h2,
.modal-secondary .h3,
.modal-secondary .h4,
.modal-secondary .h5,
.modal-secondary .h6 {
  color: #fff;
}

.modal-success .modal-content {
  background: #28a745;
  color: #fff;
}

.modal-success h1,
.modal-success h2,
.modal-success h3,
.modal-success h4,
.modal-success h5,
.modal-success h6,
.modal-success .h1,
.modal-success .h2,
.modal-success .h3,
.modal-success .h4,
.modal-success .h5,
.modal-success .h6 {
  color: #fff;
}

.modal-info .modal-content {
  background: #20c997;
  color: #fff;
}

.modal-info h1,
.modal-info h2,
.modal-info h3,
.modal-info h4,
.modal-info h5,
.modal-info h6,
.modal-info .h1,
.modal-info .h2,
.modal-info .h3,
.modal-info .h4,
.modal-info .h5,
.modal-info .h6 {
  color: #fff;
}

.modal-warning .modal-content {
  background: #fd7e14;
  color: #212529;
}

.modal-warning h1,
.modal-warning h2,
.modal-warning h3,
.modal-warning h4,
.modal-warning h5,
.modal-warning h6,
.modal-warning .h1,
.modal-warning .h2,
.modal-warning .h3,
.modal-warning .h4,
.modal-warning .h5,
.modal-warning .h6 {
  color: #fff;
}

.modal-danger .modal-content {
  background: #dc3545;
  color: #fff;
}

.modal-danger h1,
.modal-danger h2,
.modal-danger h3,
.modal-danger h4,
.modal-danger h5,
.modal-danger h6,
.modal-danger .h1,
.modal-danger .h2,
.modal-danger .h3,
.modal-danger .h4,
.modal-danger .h5,
.modal-danger .h6 {
  color: #fff;
}

.modal-light .modal-content {
  background: #e9ecef;
  color: #212529;
}

.modal-light h1,
.modal-light h2,
.modal-light h3,
.modal-light h4,
.modal-light h5,
.modal-light h6,
.modal-light .h1,
.modal-light .h2,
.modal-light .h3,
.modal-light .h4,
.modal-light .h5,
.modal-light .h6 {
  color: #fff;
}

.modal-dark .modal-content {
  background: #153d77;
  color: #fff;
}

.modal-dark h1,
.modal-dark h2,
.modal-dark h3,
.modal-dark h4,
.modal-dark h5,
.modal-dark h6,
.modal-dark .h1,
.modal-dark .h2,
.modal-dark .h3,
.modal-dark .h4,
.modal-dark .h5,
.modal-dark .h6 {
  color: #fff;
}

.modal-tertiary .modal-content {
  background: #669ae5;
  color: #fff;
}

.modal-tertiary h1,
.modal-tertiary h2,
.modal-tertiary h3,
.modal-tertiary h4,
.modal-tertiary h5,
.modal-tertiary h6,
.modal-tertiary .h1,
.modal-tertiary .h2,
.modal-tertiary .h3,
.modal-tertiary .h4,
.modal-tertiary .h5,
.modal-tertiary .h6 {
  color: #fff;
}

.modal-colored .modal-header,
.modal-colored .modal-footer {
  border-color: rgba(255, 255, 255, 0.33);
}

// Modals
$modal-content-border-width: 0 !default;
$modal-header-border-width: 1px !default;
$modal-footer-border-width: 1px !default;
$modal-xl: 1140px !default;
$modal-lg: 900px !default;
$modal-md: 600px !default;
$modal-sm: 400px !default;
$modal-transition: transform 0.25s ease-out !default;

@mixin modal-variant($color) {
  .modal-content {
    background: $color;
    color: color-yiq($color);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    color: $white;
  }
}

@each $color, $value in $theme-colors {
  .modal-#{$color} {
    @include modal-variant($value);
  }
}

.modal-colored {
  .modal-header,
  .modal-footer {
    border-color: rgba(255, 255, 255, 0.33);
  }
}

.text-center {
  text-align: center !important;
}

.m-3 {
  margin: 1rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.btn,
.fc-unthemed .fc-button {
  display: inline-block;
  font-weight: 400;
  color: #3e4676;
  text-align: center;
  /* vertical-align: middle; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .fc-unthemed .fc-button {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover,
.fc-unthemed .fc-button:hover {
  color: #3e4676;
  text-decoration: none;
}
/* .btn:focus, .fc-unthemed .fc-button:focus, .btn.focus, .fc-unthemed .focus.fc-button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25); } */
.btn.disabled,
.fc-unthemed .disabled.fc-button,
.btn:disabled,
.fc-unthemed .fc-button:disabled {
  opacity: 0.65;
}

a.btn.disabled,
.fc-unthemed a.disabled.fc-button,
fieldset:disabled a.btn,
fieldset:disabled .fc-unthemed a.fc-button,
.fc-unthemed fieldset:disabled a.fc-button {
  pointer-events: none;
}

.btn-primary,
.fc-unthemed .fc-button {
  color: #fff;
  background-color: #3b7ddd;
  border-color: #3b7ddd;
}
.btn-primary:hover,
.fc-unthemed .fc-button:hover {
  color: #fff;
  background-color: #2469ce;
  border-color: #2264c3;
}
.btn-primary:focus,
.fc-unthemed .fc-button:focus,
.btn-primary.focus,
.fc-unthemed .focus.fc-button {
  box-shadow: 0 0 0 0.2rem rgba(88, 145, 226, 0.5);
}
.btn-primary.disabled,
.fc-unthemed .disabled.fc-button,
.btn-primary:disabled,
.fc-unthemed .fc-button:disabled {
  color: #fff;
  background-color: #3b7ddd;
  border-color: #3b7ddd;
}
.btn-primary:not(:disabled):not(.disabled):active,
.fc-unthemed .fc-button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.fc-unthemed .fc-button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.fc-unthemed .show > .dropdown-toggle.fc-button {
  color: #fff;
  background-color: #2264c3;
  border-color: #205eb8;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.fc-unthemed .fc-button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.fc-unthemed .fc-button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.fc-unthemed .show > .dropdown-toggle.fc-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 145, 226, 0.5);
}

.modal-form-input {
  border: 2px dotted #1d1d1d;
  border-radius: 0.35rem;
}
.excel-desc .modal-form-input {
  width: 100%;
}
.modal-btn-confirm {
  margin: 1rem 1rem 0 1rem;
  width: 40%;
  border-radius: 0.35rem;
  background: #1c2025;
  font-size: 16px;
  font-weight: bold;
  color: rgb(59, 125, 221);
  border: 0px;
  cursor: pointer;
  height: 50px;
}
.modal-btn-confirm:hover {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}
.modal-btn-cancel {
  margin: 1rem 1rem 0 1rem;
  width: 40%;
  border-radius: 0.35rem;
  background: #1c2025;
  font-size: 16px;
  font-weight: bold;
  color: rgb(221, 59, 59);
  border: 0px;
  cursor: pointer;
  height: 50px;
}
.modal-btn-cancel:hover {
  background-color: rgb(221, 59, 59);
  color: #e6e5e8;
}
.modal-btn-close {
  margin: 1rem 1rem 0 1rem;
  width: 40%;
  border-radius: 0.35rem;
  background: #1c2025;
  font-size: 16px;
  font-weight: bold;
  color: rgb(148, 148, 148);
  border: 0px;
  cursor: pointer;
  height: 50px;
}
.modal-btn-close:hover {
  background-color: rgb(148, 148, 148);
  color: #e6e5e8;
}

.fade.show.tooltip.bs-tooltip-right {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  background-color: #1c2025;
  color: #e6e5e8;
  font-size: 13px;
  border: 1px solid #1c2025;
  border-radius: 0.3rem;
  padding: 5px 10px;
  /* transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */

  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; */

  /* -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.css-yk16xz-control {
  background-color: #282c34 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22) !important;
  /* height: 2.3rem !important; */
  /* white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important; */
  padding: 0 !important;
  color: #e6e5e8;
  font-size: 15px !important;
  align-items: center !important;
  cursor: default;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  min-height: 38px !important;
  outline: 0 !important;
  position: relative !important;
  -webkit-transition: all 100ms !important;
  transition: all 100ms !important;
  box-sizing: border-box !important;
}
.css-g1d714-ValueContainer {
  -webkit-align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  -webkit-overflow-scrolling: touch !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.css-tlfecz-indicatorContainer {
  color: #e6e5e8;
}
.select__indicator.select__clear-indicator.css-1gtu0rj-indicatorContainer,
.select__indicator.select__clear-indicator.css-tlfecz-indicatorContainer {
  color: #e6e5e8;
  cursor: pointer;
}
.select__indicator.select__dropdown-indicator.css-1gtu0rj-indicatorContainer {
  color: #e6e5e8;
  cursor: default;
}
.css-xb97g8 {
  cursor: pointer;
}
.css-xb97g8:hover {
  background-color: #ffbdad;
  color: #de350b;
}
.css-6q0nyr-Svg:hover {
  color: #de350b;
}
.css-b8ldur-Input {
  color: #e6e5e8 !important;
}
.select__control.select__control--is-focused.css-1pahdxg-control,
.select__control.select__control--is-focused.select__control--menu-is-open.css-1pahdxg-control {
  background-color: #282c34 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22) !important;
  box-shadow: none !important;
  height: 2.3rem !important;
  width: 100% !important;
  padding: 0 !important;
  color: #e6e5e8;
  font-size: 15px !important;
  align-items: center !important;
  cursor: default;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  min-height: 38px !important;
  outline: 0 !important;
  position: relative !important;
  -webkit-transition: all 100ms !important;
  transition: all 100ms !important;
  box-sizing: border-box !important;
}
.select__control.select__control--is-focused.css-1pahdxg-control
  > div:nth-child(2)
  > span,
.select__control.select__control--is-focused.select__control--menu-is-open.css-1pahdxg-control
  > div:nth-child(2)
  > span,
.basic-multi-select > div:nth-child(1) > div:nth-child(2) > span {
  width: 0;
}
.select__control.select__control--is-focused.css-1pahdxg-control
  > div:nth-child(2)
  > div,
.select__control.select__control--is-focused.select__control--menu-is-open.css-1pahdxg-control
  > div:nth-child(2)
  > div,
.basic-multi-select > div:nth-child(1) > div:nth-child(2) > div {
  padding: 0;
}
.select__control.select__control--is-focused.css-1pahdxg-control
  > div:nth-child(2)
  > div
  > svg,
.select__control.select__control--is-focused.select__control--menu-is-open.css-1pahdxg-control
  > div:nth-child(2)
  > div
  > svg,
.basic-multi-select > div:nth-child(1) > div:nth-child(2) > div > svg {
  height: 16px;
  width: 16px;
  color: #e6e5e8;
}
.select__menu.css-2613qy-menu span {
  background-color: #1c2025 !important;
}
.css-1rhbuit-multiValue.select__multi-value {
  background-color: #1c2025 !important;
  color: #e6e5e8 !important;
  border-radius: 0.3rem;
}
.css-12jo7m5.select__multi-value__label {
  color: #e6e5e8 !important;
}
.filter .react-datepicker-wrapper {
  width: unset;
}
.react-datepicker__input-container input {
  background-color: #282c34;
  width: 100%;
  border: none;
  color: #e6e5e8;
  height: 1.8rem;
  padding: 0 0 0 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  font-size: 16px;
}
.filter .react-datepicker__input-container input {
  height: 1.75rem;
  width: 10.625rem;
  border: 1px solid #282c34;
  padding: 0px 0.625rem 0px;
  background-color: #282c34;
  color: rgb(207, 207, 207);
  font-size: 14px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.filter.detail-page .react-datepicker__input-container input {
  background-color: #1c2025;
  border: 1px solid #1c2025;
}
.filter .react-datepicker-wrapper .react-datepicker__input-container input {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.filter
  .filter-item-wrap:first-child
  .react-datepicker-wrapper
  .react-datepicker__input-container
  input {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.filter .react-datepicker__tab-loop {
  display: inline-flex;
}
.filter .react-datepicker__tab-loop .react-datepicker-popper {
  z-index: 5;
}
.filter .react-datepicker__tab-loop .react-datepicker {
  display: flex;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 100px !important;
}
.react-datepicker__navigation--next--with-time:not(
    .react-datepicker__navigation--next--with-today-button
  ) {
  right: 110px !important;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  height: 20px !important;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 100px !important;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.doorlock-list-card-wrap {
  /* background-color: #282c34;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 70%), 0 2px 4px -2px rgb(0 0 0 / 50%); */
  border-radius: 0.35rem;
  margin: 0 32px;
}
.doorlock-list-card-wrap .doorlock-list-card-header {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  /* height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-time-filter-wrap {
  display: flex;
  /* border-left: 1px solid rgba(255, 255, 255, 0.12); */
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter {
  display: inline-flex;
  margin: auto;
  font-size: 24px;
  color: #c5c8ce;
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter
  .booking-list-time-filter-item {
  padding: 4px 10px 0px;
  border-radius: 2rem;
  cursor: pointer;
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter
  .booking-list-time-filter-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgb(59, 125, 221);
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-time-filter-wrap
  .booking-list-time-filter
  p {
  margin: 4px 15px 0;
}
.doorlock-list-card-wrap .doorlock-list-card-header .booking-list-refresh-wrap {
  display: flex;
  color: rgb(59, 125, 221);
  cursor: pointer;
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-refresh-wrap:hover {
  background-color: rgb(59, 125, 221);
  color: #e6e5e8;
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-refresh-wrap
  .booking-list-refresh {
  display: inline-flex;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  /* color: #e6e5e8; */
}
.doorlock-list-card-wrap
  .doorlock-list-card-header
  .booking-list-refresh-wrap
  .booking-list-refresh
  p {
  margin: 0;
  margin-left: 10px;
}
.doorlock-list-card-wrap .doorlock-list-card-body {
  /* margin: 10px; */
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* grid-auto-rows: minmax(150px, auto); */
  gap: 10px;
}
.doorlock-list-card-wrap .doorlock-list-card-body .doorlock-card-wrap {
  cursor: pointer;
  position: relative;
  /* background: #28323d; */
  background: #282c34;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 70%), 0 2px 4px -2px rgb(0 0 0 / 50%);
  border: 2px solid #0e1217;
  border-radius: 0.35rem;
}
.doorlock-list-card-wrap .doorlock-list-card-body .doorlock-card-wrap:hover {
  border: 2px solid rgb(59, 125, 221);
  background: rgba(0, 0, 0, 0.45);
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-header {
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* position: relative; */
  height: 40px;
  border-top-right-radius: 0.35rem;
  border-top-left-radius: 0.35rem;
}

.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-header
  .doorlock-card-header-room {
  margin: 0 10px;
  /* position: absolute;
      left: 5px; */
  font-size: 20px;
  font-weight: bold;
  color: #e9ebee;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-header
  .doorlock-card-header-keys {
  margin: 0;
  margin-right: 10px;
  text-align: right;
  /* position: absolute;
      right: 5px; */
  font-size: 16px;
  color: #e9ebee;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-header
  .doorlock-card-header-keys.created {
  color: #f44336;
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-header
  .doorlock-card-header-keys.installed {
  color: #4caf50;
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-content {
  margin: 10px;
  color: #c5c8ce;
  height: 110px;
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap:hover
  .doorlock-card-content {
  opacity: 0.5;
}
.doorlock-list-card-wrap
  .doorlock-list-card-body
  .doorlock-card-wrap
  .doorlock-card-content
  p {
  margin: 0 0 3px 0;
  font-size: 14px;
}
