body {
  font-family: "Noto Sans JP";
}
.main {
  max-width: 1920px;
  margin: 0 auto;
  height: 70%;
}

header {
  max-width: 1920px;
  margin: 0 auto;
}
.text-home{
  font-size: 32px;
}
.text-home > a {
  color: #87cefa;
}
.txt-right {
  text-align: right;
}
/* input:disabled {
  background-color: #6666;
} */
.pt-50px {
  padding-top: 50px;
}
.pb-50px {
  padding-bottom: 50px;
}
/* start: area list */
.area-list {
  width: 100%;
  padding: 0 15px;
}
.area-list .tbl-areas {
  padding-top: 50px;
  padding-bottom: 60px;
}

.area-list td,
th {
  border: 1px solid #adb5bd;
  /* padding: 8px 15px; */
}

.area-list tr > :last-child {
  width: 8em;
  vertical-align: middle;
  border: none;
}
.area-list :last-child button {
  text-align: center;
  display: inline-block;
  width: 7em;
  margin: auto;
  border: 1px solid #adb5bd !important;
  border-radius: 3px;
}
.area-list tr td:last-child button {
  left: auto;
  border: none;
}
.area-list #name {
  width: 20%;
  border: 1px solid;
}
.area-list #isinvalid {
  height: 25px;
  width: 30px;
  margin-left: 20px;
}
.area-disable {
  background-color: #d3d3d3;
}
.area-disable td:last-child {
  background-color: #fff;
  /* border: 2px solid #fff; */
}
.area-list .crt-area,
.ticket-detail .crt-area {
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  width: 120px;
  height: 60px;
}
/* end: list area */

/* start: create area */
.create-area input,
textarea {
  width: 100%;
}
.create-area button {
  width: 20%;
  text-align: center;
  height: 30px;
  line-height: 10px;
}
.form-input-fail {
  border: 1px solid red !important;
}
/* end: create area */

/* start: modal invalid */
.txt-center {
  text-align: center;
}
.title-modal {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid;
  background: #86b7fe36;
  margin-bottom: 30px;
}
.modal-block-item .mar-btn {
  margin: 30px 40px;
  border: 1px solid;
}
.modal-block-item .mar-btn:hover {
  margin: 30px 40px;
  border: 1px solid;
}
/* end: modal invalid */
/* end: modal invalid */

/* start: ticket */
.create-area #allFacilities {
  width: auto;
  margin-bottom: 24px;
}
#ticket .title,
.ticket-edit .title,
.ticket-detail .title,
.ticket-create .title {
  text-align: center;
  margin-bottom: 60px;
}
#ticket table {
  width: 100%;
  margin-top: 25px;
}
/* end: ticket */
/* start: user-aggregation */
.form-select {
  width: 150px !important;
}
.body-user-aggregation {
  margin-bottom: 120px;
}
.body-user-aggregation table {
  width: 100%;
}
/* end: ticket */

/* start: facility edit */
#facility-update .crt-area {
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  width: 120px;
  height: 60px;
}
#facility-update .aff-ticket-lsts {
  width: 165px;
}
/* end: facility edit */

.body-user-aggregation table th,
.body-user-aggregation table td {
  padding: 8px;
}
.body-user-aggregation table th,
.body-user-aggregation .user-tr1 {
  text-align: center;
}
.body-user-aggregation table td {
  font-size: 14px;
}
.title-modal {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid;
  background: #86b7fe36;
  margin-bottom: 30px;
}
.modal-block-item .mar-btn {
  margin: 30px 40px;
  border: 1px solid;
  max-width: 140px;
  width: 100%;
}
.modal-block-item .mar-btn:hover {
  margin: 30px 40px;
  border: 1px solid;
}
/* end: modal invalid */
/* end: modal invalid */

/* */
.container-content {
  height: 90%;
}

/* start: ticket */
.create-area #allFacilities {
  width: auto;
  margin-bottom: 24px;
}
#ticket .title,
.ticket-edit .title,
.ticket-detail .title,
.ticket-create .title {
  text-align: center;
  margin-bottom: 60px;
}
#ticket table {
  width: 100%;
  margin-top: 25px;
}
#tickets_ul {
  display: flex;
}
#tickets_ul li {
  padding: 0px 0px 0px 20px;
}
#tickets_ul .form-check-label {
  margin-left: 10px;
}
.ticket-btn .crt-area {
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  width: 120px;
  height: 60px;
  cursor: pointer;
}
.btn-form .crt-area {
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  width: 120px;
  height: 60px;
}
/* end: ticket */

/* start: facility edit */
#facility-update .crt-area {
  color: #000;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  width: 120px;
  height: 60px;
}
#facility-update .aff-ticket-lsts {
  width: 165px;
}
/* end: facility edit */

.txt-danger {
  color: red;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.page-nav {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: inherit;
  /* background: #222; */
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(5, 191, 248, 0.856);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

.content-children {
  background-color: #fff;
  margin: 1rem;
  min-height: 100%;
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
  .content-children {
    min-height: 119%;
  }
}

/* search */
.search {
  display: flex;
}
.text-search {
  width: 20%;
}
.search > span {
  margin-left: 10px;
}
/* Checkbox */
.checkbox > input {
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 40px;
}

.span-checkbox {
  margin-left: 15px;
}

.input-group > input {
  text-align: center;
}

/* Table */

.table-item {
  line-height: 25px;
  width: 100%;
}
.wrapper-table {
  /* height: 415px ; */
  /* background-color: #fff; */
}

.invalid {
  background-color: rgb(184, 179, 179) !important;
}

.input-group {
  display: flex;
}

/* form-create-area */

.btn-light {
  align-self: end;
  width: 15%;
  height: 10%;
  margin-bottom: 10px;
}

.select-left {
  display: flex;
  align-items: center;
  min-width: 30%;
  flex: 1;
}
.select-right {
  display: flex;
  justify-content: flex-end;
}

.page-nav-table {
  display: flex;
  justify-content: center;
}
.login-left {
  height: 100%;
  width: 100%;
  background-color: #87cefa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-left > img {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

.login-left h1 {
  font-size: 50px;
  color: #ffffff;
  margin-top: 32px;
}

@media (max-width: 1360px) {
  .login-left > img {
    width: 150px;
  }

  .login-left h1 {
    font-size: 30px;
  }
}

.login-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.login-right-content {
  position: absolute;
}
.login_input {
  width: 70%;
}
.login_input_item {
  display: flex;
  width: 100%;
  height: 30%;
  background: #e5eff8;
  align-items: center;
}
.reset-password{
  display: flex;
  width: 100%;
  height: 20%;
  background: #e5eff8;
  align-items: center;
}
.reset-password > input {
  /* height: inherit; */
  width: 100%;
  background-color: #e5eff8;
  /* flex: 1; */
  outline: none;
  font-size: 25px;
}

.icon-user {
  margin: 0 29px;
  width: 36px;
  height: 42px;
}

.icon-gmail {
  margin: 25px 24px;
  border: 1px solid #707070;
  position: relative;
  width: 40px;
  height: 27px;
}

.icon-gmail > i {
  border-top: 14px solid;
  border-left: 17px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
}
.icon-gmail > i::after {
  content: " ";
  top: -14px;
  right: -15px;
  border-top: 13px solid;
  border-left: 16px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  color: #e5eff8;
}

.icon-password {
  margin: 0 22.5px;
  width: 48px;
  height: 49px;
}

.login_input_item > input {
  /* height: inherit; */
  width: 100%;
  background-color: #e5eff8;
  /* flex: 1; */
  outline: none;
  font-size: 25px;
}

.login-right h3 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  opacity: 0.9;
  letter-spacing: 2px;
  font-weight: bold;
  color: #707070;
}
.login_input_text {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
}

.input-search {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
.input-search-content {
  display: flex;
  margin-left: 20px;
  align-items: center;
  width: 50%;
}
.input-search-content button{
  margin-right: 1rem;
}
.login_input_text > a {
  color: #87cefa;
}

.login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 481px;
  height: 88px;
  background-color: #87cefa;
  border-radius: 35px;
  border: 1px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
}
.text-message-reset-password{
  font-size: 28px;
  color: #707070;
}
.reset_password_content {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  color: #707070;
}
/* 
.reset_password > .login_input_item {
  margin-bottom: 10px;
} */

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.login-body {
  display: flex;
}
/* */
.background-container {
  height: 100vh;
  background-color: rgb(229, 239, 248);
}
/* Start Header */
.header-content {
  padding: 10px 20px;
  width: 100%;
  background-color: rgb(135, 206, 250);
}
.header-content-right-pc span,
.header-content-left span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.header-content-right-sp{
  display: none;
}
.content-left-img img {
  width: 67px;
  margin-right: 14px;
}

/* End Header */

/* Start Nav */

.sidebar {
  padding-left: 0;
  margin: 20px 0 0 0;
}
.sidebar-item {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.sidebar-item a {
  text-decoration: none;
  color: #000;
}
.sidebar-item.acctive {
  height: 100%;
  width: 100%;
  background-color: rgb(229, 239, 248);
  position: relative;
}
.sidebar-item.acctive::after {
  content: "";
  border-left: 10px solid rgb(135, 206, 250);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* End Nav */

/* Start Content */
.content {
  background-color: rgb(229, 239, 248);
  width: 100%;
  height: 100%;
}
.content-wrapper-nav {
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.content-nav {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 1rem;
}

.content-nav-link {
  text-decoration: none;
  color: #333;
}
.wrapper-content-item{
  display: flex;
  margin-left: 1rem;
  font-size: 14px;
}
.input-search .btn-detail{
  font-size: 14px;
  height: 38px;
}
.content-item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 3rem;
}

.content-item.focus img,
.content-item.focus span,
.content-item.focus .active{
  justify-content: center;
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(151deg)
    brightness(120%) contrast(80%) opacity(0.7);
}
.content-item.focus span{
  font-size: 16px;
}

.content-item.focus > .active {
  position: absolute;
  bottom: -7px;
  border-bottom: 5px solid #999;
  width: 100%;
  display: flex;
  min-width: 110px;
}

i img {
  display: inline-block;
  width: 30px;
  margin-right: 6px;
  color: rgb(26, 151, 144);
}
.invalid-area {
  background-color: #87cefa;
  color: #ffffff;
  align-self: center;
  text-align: center;
  width: 140px;
  min-width: 70px;
  margin-right: 10px;
  line-height: 30px;
  cursor: pointer;
}
/* End Content */

.translate {
  /* float: right;*/
  margin-left: 16px; 
}

.translate .btn-translate {
  border: 1px solid;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 8px;
}
.translate button:hover {
  background-color: #e9e6e6;
}
/* Screen User */
.wrap-container {
  flex: 1;
  width: 100%;
  height: 100vh;
}
#fontTile.wrap-container {
  font-family: var(--font) !important;
}
.background-image {
  width: 100%;
  height: 100%;
  background-image: url("../img/backgrand-overlay@3x.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.background-image1 {
  width: 100%;
  height: 100%;
  /* background-image: url("../img/backgrand-overlay@3x.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#font.background-image1 {
  font-family: var(--font) !important;
}
.bg-container {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo-lang-item.selected {
  display: flex;
  justify-content: end;
}
::-webkit-scrollbar {
  display: none;
}
.icon-ticket-login {
  width: 159px;
  height: 159px;
  margin-top: 50px;
}
.text-title-login {
  height: 110px;
  margin: 0;
  font-size: 55px;
  color: #fff;
  text-align: center;
}
.input-user-id {
  width: 100%;
  height: 66px;
  background-color: #000000;
  opacity: 55%;
  border-radius: 35px;
  display: flex;
  align-items: center;
}
.icon-login {
  width: 40px;
  height: 40px;
  margin-left: 36.5px;
  margin-right: 28px;
}
.input-login {
  color: #fff;
  background: transparent;
  outline: none;
}
.btn-login {
  width: 100%;
  height: 52px;
  border-radius: 35px;
  margin: 70px 0 30px 0;
  /* background-color: #bb5548; */
  color: #ffffff;
  font-size: 20px;
}
.button-use-login {
  min-width: 7rem;
  background-color: red;
}
.bg-scan-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30%;
  /* background-image: url("../img/グループ 18@3x.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-scan-qr1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30%;
  /* background-image: url("../img/グループ 18@3x.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.text-bg-qr {
  margin: 0;
  font-size: 55px;
  color: #fff;
  text-align: center;
}
.container-scan-qr {
  position: relative;
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-title-scan {
  margin: 42px 0;
  color: #2f2f2f;
  opacity: 100%;
  font-size: 21px;
}
.title-list-facility {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #2f2f2f;
  opacity: 100%;
  font-size: 21px;
}
.facility-heading-noti {
  background-color: #FFFCEA;
  border-left: 6px solid #F4CF49;
  margin: 0 26px 15px 26px;
  font-size: 12px;
  padding: 10px 15px;
}
.text-title-scan-success {
  margin-top: 39px;
  margin-bottom: 7px;
  color: #2f2f2f;
  opacity: 100%;
  font-size: 25px;
  text-align: center;
}
.container-ticket {
  width: 100%;
  padding: 0 30px 0 30px;
  height: 70%;
  display: flex;
  justify-content: center;
}
.ticket-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url("../img/ticket-button@3x.png"); */
  width: 100%;
  height: 100%;
  background-size: 100% 200px;
  /* background-position: center;
  background-repeat: no-repeat; */
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask: url("../img/ticket-button_3x.svg") center / contain no-repeat;
}
.text-ticket {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 31px;
}
.text-ticket-bot {
  margin: 0;
  text-align: center;
  color: #2f2f2f;
  font-size: 18px;
}
.error-text-tax {
  color: #dc3545;
}

.icon-close-item-button {
  color: #949494;
  margin-left: 10px;
  font-size: 19px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.icon-close-item-button:hover {
  color: red;
}

/* Start Pagination */
.pagination li a {
  border: none;
  color: #707070;
}
.pagination li a:hover {
  color: #707070;
}
a[aria-label="Previous page"],
a[aria-label="Next page"] {
  color: #707070;
  font-size: 25px;
  line-height: 100%;
}
a[aria-label="Previous page"]:focus,
a[aria-label="Next page"]:focus {
  color: #707070;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
/* End Pagination */

.scan-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}

.scan-error-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fe0b0b;
  margin-top: 28px;
  font-size: 25px;
  font-weight: 500;
}
/* Start  Ticket user*/
.wrapper-ticket {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ticket-content {
  width: 344px;
  height: 871px;
  background: #fff url("../img/ticket-frame.png") top center / cover no-repeat;
}
.ticket-content-top {
  display: flex;
  height: 40%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.ticket-title {
  font-size: 21px;
  color: #d55a43;
  display: flex;
  align-items: center;
}
.ticket-title strong {
  font-size: 35px;
  color: #d55a43;
  font-weight: 400;
}
.ticket-content-heading {
  font-size: 25px;
  width: 75%;
  margin-top: 16px;
  color: #707070;
  text-align: center;
  padding: 5px;
}
.ticket-content-qr {
  height: 56%;
}

.ticket-content-bottom {
  height: 60%;
  margin-top: 56px;
  padding: 0 20px;
}
.ticket-sp-bottom-between {
  width: 100%;
  height: 32%;
  padding: 26px 0;
  border-bottom: 2px solid #666;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ticket-sp-bottom-bottom {
  width: 100%;
  height: 51%;
  padding: 0 10px;
}
.ticket-sp-input-group {
  margin-top: 20px;
}
.ticket-sp-input-group label {
  line-height: 30px;
  margin-bottom: 6px;
  font-size: 17px;
  color: rgb(187, 85, 72);
}
.ticket-sp-input-group input {
  background-color: rgb(228, 228, 228);
  outline: none;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.sp-between-input-group {
  width: 100%;
  display: flex;
  height: inherit;
  align-items: center;
  margin: 0 10px;
}
.sp-between-input-group label {
  margin-right: 6px;
  color: rgb(187, 85, 72);
}
.sp-between-input-group input {
  background-color: rgb(228, 228, 228);
  outline: none;
  text-align: center;
  width: 100%;
  line-height: 30px;
  flex: 1;
}
.sp-between-top {
  display: flex;
  justify-content: space-between;
}

.input-group-from-day {
  width: 20px;
}
.sp-between-bottom,
.between-input-group-child {
  display: flex;
}
.between-input-child-right {
  height: 30px;
  display: flex;
}
.between-input-child-left {
  display: flex;
  align-items: center;
}
.between-input-child-right label {
  width: 40px;
  margin: 0 4px;
}
.between-input-child-right input {
  width: 30px;
}
.user_scan_succcess {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: red;
}
/* End  Ticket user*/

.business-hours-time {
  display: flex;
  align-items: flex-end;
}
.business-hours-text {
  font-size: 25px;
  line-height: 47px;
}

.input-form-control {
  width: 100%;
}
/*start contentQR */

.text_contentQR{
  font-size: 40px;
}

.QrReaderscreen{
  width: 60% ;
}

/*end contentQR */


/* Start: Component Btn */

.execution{
  display: flex;
  color: #fff;
  background-color: #0057AE;
  border-color: #0d6efd;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}
.execution_without_my{
  display: flex;
  color: #fff;
  background-color: #0057AE;
  border-color: #0d6efd;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}
.execution-light{
  background-color: #f8f9fa;
  color: #000;
}

.logout:hover,
.execution:hover{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.execution-light:hover{
  background-color: #f8f9fa;
  color: #000;
}
.logout{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  text-align: center;
  cursor: pointer;
}
/* End: Component Btn */

/*      */
.conainer-addition{
  margin-left:20px;
  margin-right: 20px;
  padding: 20px 0;
  position: relative;
}
.whole{
  position: absolute;
  top: 7px;
  left: 10px;
  padding: 0 17px;
  border: 1px solid #EEEEEE;
  background-color: 	#BCD2EE;
}
.content-addition{
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 20px;
}

.box-editor {
  border: 1px solid #ced4da;
  font-size: 12;
  border-radius:5px ;
}
.fs-20px {
  font-size: 20px !important;
}
.button-group-ticket {
  display: flex;
}
.header-content-right-pc .user-name {
  display: flex;
  flex-direction: column;
}


/* START add icon */
.content-children .content-btn-top{
  width: 142px;
 display: flex;
 align-items: center;
}
.content-children .content-btn-top img{
  width: 30px;
  margin-right: 6px;
  color: rgb(26, 151, 144);
}
/* START add icon */
.text-QR-pc{
  font-size: 22px;
  color: #ffffff;
}
.text-QR-sp{
  display: none;
}
.icon-edit{
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.font-image {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.wrap-image{
  width: fit-content;
  position: relative;
}
.img-close{
  position: absolute;
  top: 0;
  right: 0;
}
.image-note {
  font-size: 12px;
  color: #6c757d;
}
.font-image-bg-login {
  width: 180px;
  height: 400px;
  object-fit: cover;
}
.font-image-bg-ticket {
  width: 400px;
  height: 180px;
  object-fit: cover;
}
.text-validate-img{
  color: #dc3545;
}
/* .QR-code-render{
  width: 43%;
} */
#page-error {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
}
#page-error .center-screen {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page-error img {
  margin: 0 auto;
}

.text-danger{
  font-size: 13px;
  margin: 0;
}
.business-hours-right{
  width: 50%;
}

.wrapper-pagination{
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
/* Start breadcrum */

.breadcrumb .breadcrum-item:first-child a{
  padding-left: 0;
}
/* End breadcrum */

.content-sp{
  display: none;
}
.form-input-item{
  margin-top: 1.5rem;
  margin-left: 1rem;
}
.input-search-content-right{
  margin-left: 20px;
}
.content-wrapper-nav.facility-nav{
  display: flex;
    justify-content: space-between;
}

.wrapper-table .table-btn{
  font-size: 11px;
  min-width: 93px;
}

.crt-loading {
  width: 100%;
  height: 100%;
  pointer-events: all;
  top: 0px;
  left: 0px;
  position: fixed;
  /* background-color: rgba(0, 0, 0, 0.6); */
}
.crt-loading-child {
  position: relative;
  top: 50%;
  left: 50%;
}
.custom-picker .form-input-item {
  margin-left: 0;
}
/* Start screen SP */
@media (min-width: 768px) and (max-width: 1182px){
  .login_btn{
    width: 320px;
    height: 65px;
  }
}
@media (max-width: 767px){ 
  .login-right{
    width: 100%;
    height: unset;
  }
  .login-left{
    width: 100%;
  }
  .login_input_text{
     font-size: 16px;
  }
  .login_input .login_btn{
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
  .login-left > img{
    width: 100px;
    margin-top: 70px;
  }
  .login-left h1{
    margin: 16px  0 70px 0;
    font-size: 22px;
  }
  .login-right h3{
    margin-top: 70px;
    font-size: 20px;
  }
  .icon-user{
    margin: 8px 29px;
    width: 24px;
    height: 30px;
  }
  .icon-password{
    margin: 4px 22.5px;
    width: 36px;
    height: 37px;
  }
  .login_input_item > input{
    font-size: 16px;
  }
  .wrapper-table{
    overflow-x: auto;
    font-size: 14px;
  }
  .wrapper-table .table tbody tr td:nth-child(1)
  {
    min-width: 85px;
  }
  .wrapper-table .table tbody tr td:nth-child(4),
  .wrapper-table .table tbody tr td:nth-child(5),
  .wrapper-table .table tbody tr td:nth-child(6),
  .wrapper-table .table tbody tr td:nth-child(7),
  .wrapper-table .table tbody tr td:nth-child(8){
    min-width: 180px;
  }
  .wrapper-table .table td{
    min-width: 200px;
  }
  .wrapper-table .table-btn{
    font-size: 10px;
    padding: 4px 9px;
  }
  .logout{
    font-size: 10px;
  }
  .header-content-right-pc span, .header-content-left span{
    font-size: 14px;
  }
  .content-left-img img{
    width: 50px;
  }
  .input-search{
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 20px;
  }
  .input-search-content{
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 10px;
  }
  .input-search-content-right{
    margin-left: 20px;
    width: 30%;
  }
  .input-search-content-left{
    flex: 1;
  }
  .input-search button{
    width: 100%
  }
  .wrapper-pagination{
    justify-content: end;
  }
  .breadcrumb .breadcrum-item a{
    font-size: 12px;
  }
  .content-item.focus .active{
    display: none;
  }
  .content-sp{
    display: block;
  }
  .content-pc{
    display: none;
  }
  .content-item:first-child{
    border-left: none;
  }
  .content-item{
    position: relative;
    flex-direction: column;
    margin: 0;
    padding: 0 9px;
    margin: 6px 0;
    text-align: center;
    /* width: 25%; */
    justify-content: center;
    border-left: 2px solid #999;
    font-size: 14px;
  }
  .content-item img {
    margin-right: unset;
  }

  .wrapper-content-item{
    margin-left: unset;
  }
  .form-input-item{
    margin-left: 1rem;
    margin-right: 0;
  }
  .content-children .content-btn-top img{
    width: 24px;
  }
  .content-children .content-btn-top{
    font-size: 14px;
    background-color: #fff;
    border: 0;
    outline: none;
    height: 50px;
  }
  .execution{
    font-size: 14px;
  }
  .facility-nav{
    display: flex;
    justify-content: space-between;
  }
  /* .content-wrapper-nav.facility-nav .wrapper-content-item{
    width: 30%;
  } */
  .content-wrapper-nav.facility-nav .wrapper-content-item .content-item {
    /* width: 100%; */
  }
  /* .facility-btn-qr{
    display: flex;
    justify-content: flex-end;
    align-items: end;
  } */
  /* .facility-btn-qr button{
      font-size: 10px;
  } */
  .content-children h5{
    font-size: 14px;
  }
  
  /* .QR-code-render{
    width: 90%;
  } */
  .text-QR-pc{
    display: none; 
  } 
  .text-QR-sp{
    display: block;
    color: rgb(135, 206, 250);
    font-size: 20px;
  }
  .header-content-right-pc{
    display: none;
  }
  .header-content-right-sp{
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .text-home{
    font-size: 20px;
  }
  .Home_title__3DjR7{
    font-size: 2.5rem !important;
  }
  .background-container{
    flex-direction: column;
  }
  .login-left{
    height: auto;
  }

  /* Start Confirm Ticket SP */
    #confirm-ticket{
      font-size: 14px;
    }
    
    #confirm-ticket .input-form-control input{
      padding-left:  0.5rem !important; 
      padding-right:  0.5rem !important; 
      font-size: 14px;
    }
    .confirm-ticket-wrap{
      flex-wrap: wrap;
      display: flex;
    }
  /* End Confirm Ticket SP */

}
@media(max-width: 510px) {
  .content-left-img img{
    width: 40px;
  }
  .header-content-right-pc span, .header-content-left span{
    font-size: 9px;
  }
  .logout{
    font-size: 7px;
    padding: 4px 1rem;
  }
  
  
}
/* END screen SP */

/* START: screen user */
.btn-back-to-scan-qr {
  width: 80%;
  height: 52px;
  border-radius: 35px;
  margin: 70px 0 30px 0;
  background-color: #bb5548;
  color: #ffffff;
  font-size: 20px;
}
.scan-error-text span {
  text-align: center;
  padding: 0 24px;
  color: #000000;
}
.modal-login .modal-content {
  border-radius: 4px;
}
.modal-login .modal-content .title-modal {
  border-bottom: unset;
  background-color: #000000;
  opacity: 80%;
  margin-bottom: unset;
}
.modal-login .modal-content .title-modal h3 {
  color: #ffffff;
  margin-top: 15px;
}
.modal-login .modal-content .modal-block-item {
  background-color: #000000;
  opacity: 80%;
  padding-top: 24px;
}
.modal-login .modal-content .modal-block-item p {
  color: #ffffff;
  margin-bottom: unset;
}
.modal-login .modal-content .mar-btn {
  color: #ffffff;
}
/* END: screen user */
.btn-close-dialogQRCode{
  width: 100px;
  margin: 50px 0 20px 0;
  text-align: center;
  background-color: rgb(200, 190, 190);
}

.content-wrapper-nav .content-item.faci > img,
.content-btn-top > img{
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(151deg) brightness(15%) contrast(80%) opacity(0.7);
}

.ant-picker.ant-picker-disabled,
.ant-picker.ant-picker-disabled input {
  cursor: default !important;
  background: #e9ecef !important;
}
.css-1insrsq-control{
  background-color:#e9ecef !important
}
.css-lr9fot-singleValue{
  color: #212529 !important;
}
#qr__reception .btn-primary {
  align-self: end;
  width: 15%;
  height: 10%;
  margin-bottom: 10px;
}

/* .Color-Picker .btn-picker{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: none;
  min-width: 100px;
  height: 26px;
  font-size: 14px;
  line-height: 10px;
} */
.color-picker{
  position: relative;
}
.color-picker-bg{
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  left: 11px;
  bottom: 14px;
}
/* Start Confirm Ticket SP */

#confirm-ticket .input-form-control{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-swap-camera{
  position: absolute;
  top: 50px;
  right: 14%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 12px 0px #999;
}
div .qr-video {
  position: relative;
}
.QR-code-render div {
  height: 500px;
}
@media(max-width: 1100px) {
  .QR-code-rendering-tablet {
    maxHeight: 400px;
  }
}

@media(max-width: 950px) {
  .QR-code-render div {
  height: 470px !important;
  }
}

@media(max-width: 767px) {
  .btn-swap-camera {
    top: 20%;
  }
}

@media screen and (min-width: 1450px) and (max-width: 2999.98px) {
  .btn-swap-camera {
    right: 10.5%;
  }
}

@media screen and (max-height: 1000px) {
  .qr-video .QR-code-render div {
  position: absolute !important;
  height: 400px;
  width: 72% !important;
  left: 0;
  margin-left: 50vw;
  transform: translate(-50%);
  padding-top: 0 !important;
  }
  
  .QR-code-render div {
  height: 400px;
  }
}
/* @media (min-width: 768px) and (max-width: 1182px){
  .btn-swap-camera {
    top: 194px;
    right: 14%;
  }
} */

/* End Confirm Ticket SP */

/* qr-reception */
#video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.qr-video .QR-code-render div {
  position: absolute !important;
  height: 500px;
  width: 72% !important;
  left: 0;
  margin-left: 50vw;
  transform: translate(-50%);
  padding-top: 0 !important;
}
.qr-video .QR-code-render {
  margin-top: 50px;
}


.wrap-scroll{
  width: 100%;
  height: 45%;
  position: relative;
  overflow: hidden;
}
.wrapper-list-ticket-area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  overflow: auto;
}
.wrap-list-ticket-area{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 0 24px;
}
.list-ticket-area{
  width: 20px;
  height: 45px;
  /* background: #c56969; */
  margin-right: 10px;
}
.list-ticket-area-content{
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  background: #f2f2f2;
}
.list-ticket-area-text{
  margin: 0 0 0 10px;

}
.btn-list-ticket-area{
  width: 250px;
  height: 45px;
  /* background: #d09c9c; */
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.img__qr{
  width: 20%;
}

@media(max-width: 767px) {
  .qr-video .QR-code-render {
    margin-top: 50px;
    margin-bottom: 50%;
  }
  #video {
    min-width: 100%;
    min-height: 60%;
    object-fit: cover;
    width: 100%;
  }
}
@media(max-width: 414px) {
  .qr-video .QR-code-render {
    margin-top: 50px;
    margin-bottom: 50%;
  }
  #video {
    min-width: 100%;
    min-height: 60%;
    object-fit: cover;
    width: 100%;
  }
  .qr-video .QR-code-render div {
    /* height: 45%; */
  }
}
.error-choose-facility {
  padding-top: 10px;
  color: #f90000;
  font-weight: 550;
}
.invalid-facility-warning {
  padding-top: 10px;
  color: #f90000;
}
@media(max-width: 767px) {
  .invalid-facility-warning {
    margin: 0 24px;
  }
}
.disable-faci-warning {
  text-align: left;
  max-width: 364px;
  margin: 0 auto;
}
.disable-faci-warning ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}
.ticket-regisered {
  margin-bottom: 0;
}
@media(max-width: 767px) {
  .disable-faci-warning {
    max-width: 280px;
  }
  .change-valid-buttons {
    display: flex;
  }
  .modal-block-item .mar-btn {
      margin: 14px 22px 20px 30px;
  }
}
ul.design li.nav-item {
  cursor: pointer;
}
.wrap-image {
  background: #fff url("../img/image_placeholder.png") top center / cover no-repeat
}
/* START: User login screen */
.logo-lang {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding: 18px 18px 0 0;
}
.logo-lang-item.selected {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 8px 14px;
  background-color: #fff;
  text-align: left;
}
.logo-lang-item.selected span {
  width: auto;
}
.logo-lang-item.remaining {
  position: absolute;
  margin-top: 45px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  /* border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; */
}
.logo-lang-item.remaining div {
  padding: 8px 25px;
  /* background-color: #fff; */
  background-color: transparent;
}
/* .logo-lang-item.remaining div:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.logo-lang-item.remaining div:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
} */
.logo-lang-item.remaining div span{
  width: 60px;
}

/* END: User login screen */

.facility-edit {
  padding-bottom: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}