html {
  scroll-behavior: smooth;
}
body {
  background-image: url("../img/gallery/bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
}
body p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
small {
  color: #4B5D68;
}
.text-gray {
  color: #4B5D68;
}
.navbar {
  background-color: #FFF !important;
  border-bottom: 1px solid #f0f0f0;
}
.navbar-brand > .img-fluid {
  max-width: 85%;
  height: auto;
}
.modal-on-modal {
  z-index: 1051;
}
.btn-pill {
  border-radius: 50px;
  padding: 5px 30px;
  text-align: center;
}
.table.table-bordered > thead > tr > th {
  background-color: #434343;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.col-form-label {
  text-align: right;
}
.modal-content {
  border: 0;
  border-radius: 1.125rem;
}
.login-area {
  padding: 15px;
  text-align: center;
}
.g-login-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.login-form > .mb-3.row > label.col-form-label, .regis-form > .mb-3.row > label.col-form-label {
  text-align: left;
}
.g-content-area {
  margin-bottom: 80px;
}
.g-content-head {
  margin-bottom: 15px;
}
.g-card-booking {
  background-color: #FFF;
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
  border-radius: 1.125rem !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  transition: 0.5s;
}
.g-card-booking:hover {
  transition: 0.5s;
  -webkit-box-shadow: 0 0.5rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 0.5rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}
.g-bg-tran {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  border-radius: 1rem !important;
  overflow: hidden;
}
.g-card-stutus {
  padding: 0.72rem;
  color: #FFF;
}
.g-card-stutus .row .col-sm-6 h4 {
  margin-bottom: 0px;
  font-weight: 700;
}
.g-card-stutus.light {
  background-color: #c7c7c7;
}
.g-card-stutus.danger {
  background-color: tomato;
}
.g-card-stutus.primary {
  background-color: #0d6efd;
}
.g-card-stutus.success {
  background-color: forestgreen;
}
.g-card-stutus.warning {
  background-color: #ffb600;
}
.g-card-stutus > .row > p, .g-card-detail > .row > p {
  margin-bottom: 0;
}
.house-left {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 1rem;
}
.h-card-title > h3 {
  color: #FFF;
}
.h-card-title > a {
  color: #FFF;
  text-shadow: 1px 2px 5px #797979;
}
.g-card-right {
  text-align: right;
}
.g-card-right > h2 {
  color: #FFF;
}
.g-card-detail {
  padding: 10px;
  background-color: #FFF;
  transition: 0.5s;
  border-bottom: 1px solid #f0f0f0;
}
.g-card-booking:hover .g-bg-tran .g-card-detail {
  background-color: #FFF;
  transition: 0.5s;
  box-shadow: 0px 3px 4px 0px rgb(202 202 202 / 50%);
}
.g-card-content {
  padding: 10px;
  text-align: left;
}
.g-card-content > h5 > span {
  background-color: #cfe2ff;
  padding: 5px 5px;
  border-radius: 5px;
}
.bg-circle {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 18px;
  border-radius: 50%;
  padding: 8px;
  margin: 10px 0;
}
.bg-circle.icon h3 {
  line-height: 25px;
}
.bg-circle.icon {
  display: inline-flex;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.30);
}
.bg-circle.icon.primary {
  background-color: #0d6efd;
}
.g-card-insp > h5 {
  margin-top: 10px;
}
.g-card-insp.success {
  border-top: 7px solid forestgreen;
}
.g-card-insp.warning {
  border-top: 7px solid #ffb600;
}
.bg-light-gray {
  background-color: rgb(239, 239, 239);
}
.g-card-home-left {
  text-align: center;
  border-right: 1px solid #d3d4d6;
}
.g-card-home-left > .g-home-left-img {
  width: fit-content;
  display: inline-block;
  text-align: center;
}
.g-card-footer {
  text-align: right;
  margin-top: 15px;
}
.bg-dev {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 200px;
  /*  height: 100px;*/
  height: auto;
}
.bg-dev > img {
  width: 90%;
}
.g-chart-area {
  padding: 0 0 2rem 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #f5f8fa;
  border-radius: 0.50rem;
  margin-bottom: 2rem;
  transition: 0.5s;
}
.g-chart-area:hover {
  transition: 0.5s;
  -webkit-box-shadow: 0 0.5rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 0.5rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}
.g-chart-area > h5 {
  font-size: 15px;
  padding-top: 10px;
  font-weight: 700;
}
.g-chart-area > h2 {
  margin-top: 2rem;
  font-weight: 600;
}
.g-chart-area > small {
  font-weight: 500;
}
/* Light */
.g-chart-area.primary > h5, .g-chart-area.primary > h2, .g-chart-area.primary > small {
  color: #4B5D68;
}
/* .g-chart-area.light {
  background-color: #cecece;
  background: rgb(215, 215, 215);
  background: linear-gradient(22deg, rgba(215, 215, 215, 1) 0%, rgba(128, 120, 105, 1) 60%, rgba(75, 75, 75, 1) 100%);
}*/
/* Primary */
.g-chart-area.primary > h5, .g-chart-area.primary > h2, .g-chart-area.primary > small {
  color: #4e97ff;
}
/* .g-chart-area.primary {
  background-color: #6cb3f7;
  background: rgb(239, 251, 255);
  background: linear-gradient(22deg, rgba(239, 251, 255, 1) 0%, rgba(148, 186, 233, 1) 60%, rgba(148, 192, 255, 1) 100%);
} */
/* Danger */
.g-chart-area.danger > h5, .g-chart-area.danger > h2, .g-chart-area.danger > small {
  color: #db4242;
}
/*.g-chart-area.danger {
   background-color: #f76c83;
  background: rgb(255, 190, 145);
  background: linear-gradient(22deg, rgba(255, 190, 145, 1) 0%, rgba(252, 168, 127, 1) 26%, rgba(219, 66, 66, 1) 100%);
}*/
/* Warning*/
.g-chart-area.warning > h5, .g-chart-area.warning > h2, .g-chart-area.warning > small {
  color: #E2A44C;
}
/*.g-chart-area.warning {
   background-color: #f7cb6c;
  background: rgb(255, 235, 145);
  background: linear-gradient(22deg, rgba(255, 235, 145, 1) 0%, rgba(232, 189, 107, 1) 45%, rgba(219, 160, 66, 1) 100%);
}*/
/* Success */
.g-chart-area.success > h5, .g-chart-area.success > h2, .g-chart-area.success > small {
  color: #20d489;
}
/*.g-chart-area.success {
  background-color: #7fce65;
  background: rgb(238, 232, 174);
  background: linear-gradient(22deg, rgba(238, 232, 174, 1) 6%, rgba(193, 233, 148, 1) 42%, rgba(148, 233, 173, 1) 95%);
}*/
.g-card-develop {
  text-align: right;
  margin-top: 0.50rem;
}
.g-card-develop > a {
  color: #52b6ff;
  font-size: 17px;
  background-color: #424242;
  padding: 8px 15px;
  border-radius: 50px;
}
.g-card-develop > a:hover {
  background-color: #2f2f2f;
  text-decoration: none;
}
.text-fb {
  float: left;
  font-size: 26px;
  color: #3b5998;
}
.text-line {
  float: left;
  font-size: 26px;
  color: #00B900;
}
a.clickable {
  text-decoration: none;
  padding: 0;
}
.clickable:hover {
  cursor: pointer;
  text-decoration: none;
}
.g-bg-dark {
  background-color: #848484;
}
.inverted-border-radius {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #848484;
}
.inverted-border-radius::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -50px;
  height: 50px;
  width: 25px;
  box-shadow: 0 -25px 0 0 #848484;
}
.inverted-border-radius > span {
  font-size: 20px;
  color: #FFF;
  margin: 12px;
  position: absolute;
}
.card-imgres {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-imgres.img {
  width: 100%;
  height: auto;
}
.g-img-upload {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-img-upload.img {
  width: 100%;
  height: auto;
}
.g-img-area {
  width: 100%;
}
.g-img-preview {
  width: 100%;
  height: auto;
}
/* ------ inv_user_table ------ */
#inv_user_table thead > tr > th {
  border-bottom: 2px solid #949494;
}
#inv_user_table tbody > tr > td:nth-child(1) {
  text-align: left;
  min-width: 200px;
}
#inv_user_table tbody > tr > td:nth-last-child(1) {
  text-align: right;
  max-width: 250px;
}
.span-time {
  padding: 5px;
  background-color: #d0e6ff;
  border-radius: 6px;
}
.total-table > td > h4 {
  color: dodgerblue;
}
.td-total {
  line-height: 30px;
  text-align: right;
}
.card-img-area {
  text-align: right;
}
.card-img-area > button {
  position: relative;
  bottom: 17px;
  right: 17px;
}
.g-imgarea-upload {
  margin-top: 3rem;
  text-align: center;
}
.fas.fa-circle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.fas.fa-circle.text-warning {
  background-color: #ffecad;
}
.fas.fa-circle.text-primary {
  background-color: #addeff;
}
.fas.fa-circle.text-success {
  background-color: #afe8df;
}
.fas.fa-circle.text-danger {
  background-color: #ffadad;
}
.btn-circle {
  background-color: #f9fafd;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}
.g-press-area {
  /* display: flex; */
  padding: 1rem 0;
  width: 100%;
}
.rounded-pill {
  transform: 0.5s;
}
.g-press-area:hover .rounded-pill {
  cursor: pointer;
  color: #299ef3;
  transform: 0.5s;
  box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}
.g-defect-head {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem;
}
.g-defect-head h4 {
  color: #4B5D68;
}
.g-defect-text {
  color: #4B5D68;
  text-align: left;
  display: table-cell;
  vertical-align: top;
}
.g-defect-text:hover {
  cursor: pointer;
}
.g-defect-day {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
img.g-detail-img {
  position: absolute;
}
.g-detail-defect {
  margin: 1rem 0;
  padding: 10px 20px;
  font-size: 20px;
  text-align: right;
  color: #696969;
  background-color: #ffdc64;
  border-radius: 50px;
}
#defect_table tbody > tr > td:nth-of-type(1) {
  min-width: 50px;
  max-width: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
}
#defect_table tbody > tr > td:nth-of-type(2) {
  min-width: 275px;
  max-width: 275px;
  text-align: center;
  background-image: url(/assets/img/defect/bg-table.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.mrg-tb-modal {
  margin-top: 15px;
  margin-bottom: 25px;
}
.bg-light-blue {
  background-color: #e7f4ff;
}
.btn-outline-primary:hover {
  transform: 0.5s;
}
.rounded-pill-outline {
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 50px;
  background: rgb(65 69 88 / 10%);
  transition: 0.5s;
}
.rounded-pill-outline:hover {
  color: #6baaea;
  background-color: #FFFFFF;
  transition: 0.5s;
  box-shadow: 0 0 0 0.25rem rgb(104 192 255 / 25%);
}
.rounded-pill-outline.warning {
  color: #e29f30;
  transition: 0.5s;
}
.rounded-pill-outline.warning:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem #ffba497d;
  transition: 0.5s;
}
.rounded-pill-outline.warning:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem #ffba497d;
  transition: 0.5s;
}
.rounded-pill-outline.primary {
  color: #6baaea;
  transition: 0.5s;
}
.rounded-pill-outline.primary:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgb(104 192 255 / 25%);
  transition: 0.5s;
}
.select2-container, .productFilter .select2-container, .form-group .select2-container, td .form-control + .select2-container, th .form-control + .select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dedede !important;
  padding: 7px 0;
  height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
/* --------- Max-width ---------- */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 15px;
  }
  .g-chart-area > h5 {
    font-size: 12px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  nav > .container {
    padding: 0;
  }
  ul.navbar-nav > li.nav-item {
    text-align: center;
    padding: 20px 0;
  }
  /* ul.navbar-nav > li.nav-item:nth-child(2) {
		border-top:1px solid #bec3d0;
	} */
  ul.navbar-nav > li.nav-item {
    border-top: 1px solid #f0f0f0;
  }
  .house-hide {
    display: none;
  }
  .g-bg-tran {
    background-color: rgb(255 255 255 / 80%);
    border-radius: 0.5rem !important;
    padding-bottom: 1rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .g-card-develop > a {
    font-size: 14px;
  }
  /* nav button */
  .g-content-area > ul.nav.nav-tabs {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 12;
    display: inline-flex;
    height: 70px;
    justify-content: center;
    border-top: 1px solid #f0f0f0;
  }
  .g-content-area > ul.nav.nav-tabs > li.nav-item > a {
    margin-top: 7px;
    color: #8e8e8e;
    background-color: rgba(0, 0, 0, 0.0);
    border: 0;
  }
  .g-content-area > ul.nav.nav-tabs > li.nav-item > a > i {
    display: list-item;
  }
  .g-content-area > ul.nav.nav-tabs > li.nav-item > a.nav-link.active {
    color: #29aaf5;
  }
  .navbar-light .navbar-brand {
    width: 60%;
  }
  .btn-comment {
    text-align: right;
    margin: 0.5rem 0;
  }
  .card-imgres {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0px;
  }
  .card-body.g-card-body {
    height: 100%;
    margin-top: -25px;
    background-color: #FFF;
    padding: 0.5rem 1rem;
  }
  .g-card-home-left {
    border-right: 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1rem;
  }
}
.text-inline {
  display: inline-flex;
}
.text-inline h3 {
  margin-top: 12px;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar-brand > .img-fluid {
    max-width: 60%;
    height: auto;
  }
  .g-card-booking {
    background-size: cover;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}
/* --------- Min-width ---------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .card-body.g-card-body {
    /* height: 100%; */
    margin-left: -25px;
    background-color: #fff;
    padding: 0.5rem 1rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1100px;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
/* width */ ::-webkit-scrollbar {
  width: 5px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #cdcdcd;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #a29f9f;
}
.adminReportArea {
  margin-top: 80px;
}
.adminReportArea .content-bg {
  background-color: transparent;
}
.head-underline {
  background: rgb(231 188 216 / 67%);
  background: linear-gradient(90deg, rgba(231, 188, 216, 0.8) 0%, rgba(231, 188, 216, 0) 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 57%);
  font-size: 20px;
  border-radius: 0px;
  letter-spacing: 3px;
}
.adminReportArea .btn-group.btn-group-toggle.btn-block .btn.btn-secondary {
  border: none;
}
.adminReportArea .btn-group.btn-group-toggle.btn-block .btn.btn-secondary.active {
  background-color: rgb(35 77 131 / 80%);
  color: #ffffff;
  box-shadow: none;
}
.searchSetArea {
  background-color: rgb(255 255 255 / 37%);
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
}
.searchSetArea input[type="text"].mydate {
  background-color: rgb(255 255 255 / 70%);
}
.chkboxBlock {
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.chkboxBlock:hover {
  background-color: rgb(115 203 235 / 40%)
}
.chkboxBlock.active {
  background-color: rgb(115 203 235 / 69%)
}
.chkboxBlock.active:hover {
  background-color: rgb(115 203 235 / 69%)
}
.chkboxBlock .icheckbox_flat-grey {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid rgb(255 255 255 / 60%);
}
.chkboxBlock .icheckbox_flat-grey.checked {
  background-position: -24px -2px;
}
.imgInChkbox {
  width: calc(100% - 30px);
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.chkboxBlockTextUnderImage {
  padding-left: 30px;
  text-align: center;
}
.chkboxBlock.othercheck {
  text-align: center;
}
.chkboxBlock.othercheck i.fas {
  font-size: 30px;
  line-height: 50px;
  height: 50px;
}
.chkboxBlock.othercheck .chkboxBlockTextUnderImage {
  padding-left: 0px;
}
.chkboxBlock.otherDevList {
  margin-top: 10px
}
.chkboxBlock.otherDevList ul {
  margin-left: 15px;
}
.foot-action-area-overlay {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 12;
  text-align: center;
}
.navPageArea {
  float: left;
  width: 100%;
}
.navPageAreaLeft {
  float: left;
}
.navPageAreaRight {
  float: right;
}
.navPageBtn {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin: 5px 1px;
}
.navPageBtn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.navPageBtn.active {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.summaryCountArea {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 15px;
  color: #5e5e5e;
  letter-spacing: 1px;
  margin: 15px 0;
  display: grid;
  align-content: center;
  height: 110px;
}
.summaryCountArea .summaryNumber {
  text-align: center;
  width: 100%;
  font-size: 45px;
  line-height: 44px;
}
.summaryCountArea .summaryNumber .summaryLogo {
  width: 100%;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.summaryCountArea .summaryDetail {
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.summaryCountArea.houseTypeDetail .summaryNumber {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  line-height: 1rem;
  padding-bottom: 8px;
}
.summaryCountArea.houseTypeDetail .summaryDetail {
  line-height: 1rem;
  letter-spacing: 0.5px;
  padding-top: 8px;
}
.summaryCountArea.defect {
  background-color: rgb(41 141 204 / 50%);
  color: #fff;
}
.summaryCountArea.major {
  background-color: rgb(226 61 38 / 70%);
  color: #fff;
}
.summaryCountArea.minor {
  background-color: rgb(220 187 38 / 75%);
  color: #fff;
}
.summaryCountArea.fixed {
  background-color: rgb(141 198 63 / 60%);
  color: #fff;
}
.summaryCountArea.addnew {
  background-color: rgb(247 148 29 / 60%);
  color: #fff;
}
.summaryCountArea.total {
  background-color: rgb(228 186 215 / 60%);
  color: #fff;
}
.summaryCountArea.onetextinbox .summaryDetail {
  font-size: 22px;
  line-height: 66px;
  height: 66px;
}
.summaryCountArea.roundCheckerBtn {
  display: block;
  vertical-align: middle;
  height: 65px;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}
.summaryCountArea.roundCheckerBtn .roundCheckerText {
  display: inline-block;
  vertical-align: middle;
}
.summaryCountArea.roundCheckerBtn .roundCheckerIcon {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px
}
.summaryCountArea.roundCheckerBtn .roundCheckerText .summaryNumber {
  font-size: 30px;
  text-align: left;
  line-height: 30px;
}
.summaryCountArea.roundCheckerBtn.active {
  opacity: 1;
}
.summaryCountArea.roundCheckerBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.summaryCountArea.roundCheckerBtn.active:hover {
  opacity: 1;
  text-decoration: none;
}
.summaryGraphDonut {
  text-align: center;
}
.tableSummaryReport {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 15px;
}
.tableSummaryReport td, .tableSummaryReport th {
  border-color: rgba(255, 255, 255, 0.7) !important;
  text-align: center;
}
.tableSummaryReport tbody tr {
  cursor: pointer;
}
.tableSummaryReport tbody tr:hover {
  background-color: rgb(255 255 255 / 55%);
}
.summaryCountArea.clickon {
  height: 120px;
  cursor: pointer;
}
.summaryCountArea.clickon:hover {
  opacity: 0.8;
  text-decoration: none;
}
.summaryCountArea.clickon.disabled {
  opacity: 0.6;
  cursor:not-allowed;
}


.summaryclick {
  background-color: #ffffff2b;
  margin: 11px -15px -7px -15px;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
  padding: 5px;
}
.summaryclick.green {
  background-color: rgb(70 182 175 / 67%);
  color: #fff;
}
.summaryclick.blue {
  background-color: #79b3e1;
  color: #fff;
}
/*defect list in modal*/
.card-border {
  background-color: rgb(255 255 255 / 50%);
  padding: 8px;
  border-radius: 13px;
}
.g-card-num {
  height: 40px;
  position: absolute;
  background-color: rgb(255 255 255 / 75%);
  border-radius: 15px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin: -8px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}
.card-img-area .img {
  width: 100%;
  height: auto;
}
.card-imgres {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 13px;
}
.defect-comment {
  position: relative;
}
.defect-comment .ribbon span {
  background-color: #ecbb07;
}
.defectDetailArea {
  padding: 0px 8px;
}
.defectDetail {
  padding: 5px;
}
.defectDetailHead {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.defectDetailData {
  display: inline-block;
  color: #b51e1e;
  font-weight: bold;
  width: calc(100% - 104px);
  vertical-align: top;
}
hr.lineWhite {
  color: rgb(255 255 255 / 60%);
}
.summaryCountPaddingX {
  padding: 0px 6vw;
}
.statusDetailArea {
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.statusDetail {
  display: inline-block;
  padding: 10px;
  color: #808285;
}
.text-normal {
  color: #1C1C1C;
}
@media (max-width: 991px) {
  .summaryCountArea .summaryNumber {
    letter-spacing: 0;
    font-size: 30px;
  }
  .summaryCountArea .summaryDetail {
    letter-spacing: 0;
  }
  .summaryCountArea.roundCheckerBtn {
    height: 55px;
  }
  .summaryCountArea.roundCheckerBtn .roundCheckerText .summaryNumber {
    font-size: 20px;
    line-height: 20px;
  }
  .summaryCountArea.roundCheckerBtn .summaryDetail {
    font-size: 12px;
  }
  .summaryCountArea.roundCheckerBtn {
    padding: 5px 2px;
  }
  .summaryCountArea.roundCheckerBtn .roundCheckerIcon {
    font-size: 30px;
  }
  .splitDefectTypeArea .summaryCountArea.clickon .summaryDetail {
    font-size: 13px
  }
  .splitDefectTypeArea .summaryCountArea.onetextinbox.clickon .summaryDetail {
    font-size: 23px;
    height: 64px;
    line-height: 24px;
    padding-top: 10px;
  }
  .row {
    --bs-gutter-x: 1rem;
  }
  .summaryCountPaddingX {
    padding: 0px 8px;
  }
}
@media (max-width: 767px) {
  /* width */ ::-webkit-scrollbar {
    width: 0px;
  }
  .navPageAreaLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .navPageAreaRight {
    width: 100%;
    text-align: center;
  }
  .summaryCountArea {
    margin: 8px 0px;
  }
  .summaryCountArea .summaryNumber {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .summaryCountArea .summaryDetail {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .summaryclick {
    margin: 11px -15px -21px -15px;
  }
  .pa-15 {
    padding: 15px 30px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .splitDefectTypeArea .summaryCountArea.clickon {
    height: 124px;
  }
  .summaryCountArea.clickon {
    height: 125px;
  }
  .splitDefectTypeArea .summaryCountArea.clickon .summaryDetail {
    font-size: 16px
  }
  .splitDefectTypeArea .summaryCountArea.onetextinbox.clickon .summaryDetail {
    font-size: 23px;
    height: 64px;
    line-height: 24px;
    padding-top: 10px;
  }
}
.pa-15 {
  padding: 15px;
}
.tableMemberDefectDetail {
  font-size: 14px;
  padding: 0px 15px;
  background-color: rgb(0 0 0 / 10%);
  border-radius: 15px;
}
.tableMemberDefectDetail table {
  margin: 0px;
}
.tableMemberDefectDetail tr td:nth-of-type(1) {
  width: 110px;
}
/*timeline Defect*/
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
.li {
  transition: all 200ms ease-in;
}
.timestamp {
  margin-bottom: 10px;
  padding: 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.status {
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #fff;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 15px;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}
.li.complete .status {
  border-top: 2px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #66DC71;
}
/*end timeline Defect*/
.carousel.defectslide .carousel-item img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel.defectslide .carousel-item .carousel-caption p {
  background-color: rgba(255, 255, 255, 0.5);
  color: #272727;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  padding: 0px 8px;
  border-radius: 5px;
}
.adminReportArea .select2-selection.select2-selection--single {
  padding: 0px;
  height: 23px !important;
  font-size: 14px;
  border: none !important;
}
.adminReportArea .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}
.adminReportArea .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 22px !important;
}
