@font-face {
  font-family: "PJS";
  src: url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PJSSemi";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-size: 14px;
  font-family: "PJS", sans-serif;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

.main-section {
  display: grid;
  grid-template-columns: 240px auto;
}
.main-section .right-main-section {
  padding: 1.5rem 1.5rem 0 1.5rem;
  background-color: #F5F5F5;
  border-radius: 24px 0 0 0;
  display: flex;
  flex-direction: column;
}
.main-section .right-main-section .header-right-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.main-section .right-main-section .header-right-main .reusable-h2 {
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
  font-family: "PJSSemi", sans-serif;
}
.main-section .right-main-section .header-right-main .reusable-p {
  color: #575757;
}
.main-section .right-main-section .header-right-main .btn-style-first {
  padding: 0 1rem;
  height: 40px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #C63838;
  color: #C63838;
}
.main-section .right-main-section .header-right-main .btn-style-first:hover {
  background-color: #F9EBEB;
}
.main-section .right-main-section .header-right-main .btn-style-second {
  background-color: #C63838;
  color: #fff;
  border-radius: 100px;
  padding: 0 1rem;
  height: 40px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.main-section .right-main-section .header-right-main .btn-style-second:hover {
  background-color: rgba(198, 56, 56, 0.8784313725);
}

.box-reusable {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}

.reusable-h3 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.125rem;
  line-height: 120%;
  font-family: "PJSSemi", sans-serif;
  margin-bottom: 1rem;
}

.header-box-reusable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.header-box-reusable .reusable-h3 {
  margin-bottom: 0;
}

.grid-style-first {
  display: grid;
  grid-template-columns: auto 20%;
  grid-gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBEBEB;
}
.grid-style-first:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.grid-style-first .col-second {
  padding-left: 1rem;
  border-left: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-style-first .col-second .avatar-upload-box {
  border-radius: 0.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px dashed #DEDEDE;
}
.grid-style-first .col-second .avatar-upload-box #avatarPreview {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid-style-first .col-second .avatar-upload-box #avatarPreview img {
  width: 100%;
  height: auto;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.grid-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.grid-three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.form-group label {
  margin-bottom: 0.5rem;
  color: #757575;
  font-family: "PJSSemi", sans-serif;
}
.form-group .form-control {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  border-radius: 0.75rem;
  color: #000;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form-group .form-control::-moz-placeholder {
  color: #949494;
}
.form-group .form-control::placeholder {
  color: #949494;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  vertical-align: middle;
  margin-left: 8px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  transition: 0.4s;
  border-radius: 24px;
  border: 1.5px solid #E0E0E0;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2.5px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

input:checked + .slider {
  background-color: #C63838;
  border-color: #C63838;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.table-container {
  width: calc(100vw - 3rem - 2rem - 1rem - 240px);
  overflow-x: auto;
  margin-top: 1rem;
}
.table-container .table-list {
  width: 100%;
}
.table-container .table-list table {
  width: 100%;
}
.table-container .table-list table thead {
  background-color: #FAFAFA;
}
.table-container .table-list table thead tr {
  border-bottom: 1px solid #EBEBEB;
}
.table-container .table-list table thead tr th {
  color: #A3A3A3;
  font-family: "PJSSemi", sans-serif;
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
}
.table-container .table-list table tbody tr {
  border-bottom: 1px solid #EBEBEB;
}
.table-container .table-list table tbody tr td {
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
}
.table-container .table-list table tbody tr td .col-second label {
  margin-bottom: 0;
  margin-left: 0 !important;
}

.projects-by-user {
  padding: 0;
  border: 0;
  background: unset;
  outline: unset;
}

.project-by-user-modal .modal-dialog {
  max-width: 1200px;
}
.project-by-user-modal .modal-dialog .modal-body {
  height: 600px;
  overflow: auto;
}
.project-by-user-modal .modal-dialog .modal-body .table-container {
  width: 100%;
}

.button-rotate-box {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.button-rotate-box #rotate-left,
.button-rotate-box #rotate-right,
.button-rotate-box #floor-rotate-right,
.button-rotate-box #floor-rotate-left,
.button-rotate-box #bim-rotate-left,
.button-rotate-box #bim-rotate-right,
.button-rotate-box #zoom-in,
.button-rotate-box #zoom-out,
.button-rotate-box #hand-toggle {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1215686275);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}
.button-rotate-box #hand-toggle.active {
  background: #39c41e;
  border-radius: 50%;
  box-shadow: 0 0 4px #aaa;
}

.gallery-section {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-section .gallery-main-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery-main-image .image-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-section .gallery-main-image .image-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.gallery-section .gallery-main-image .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.gallery-section .gallery-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-thumbnails-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.gallery-section .gallery-thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  padding: 10px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-section .gallery-thumbnails .gallery-thumbnail {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #ccc;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  width: 60px;
  height: 38px;
}
.gallery-section .gallery-thumbnails .gallery-thumbnail.adjacent {
  width: 85px;
  height: 53px;
  opacity: 1;
}
.gallery-section .gallery-thumbnails .gallery-thumbnail.active {
  width: 115px;
  height: 72px;
  border-color: #007bff;
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.gallery-section .gallery-thumbnails .gallery-thumbnail:hover {
  transform: scale(1.05);
  border-color: rgba(0, 123, 255, 0.5);
}
.gallery-section .gallery-thumbnails .gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-thumbnails .gallery-thumbnail:hover img {
  transform: scale(1.1);
}
.gallery-section .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
}
.gallery-section .gallery-nav:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}
.gallery-section .gallery-nav.gallery-prev {
  left: 20px;
}
.gallery-section .gallery-nav.gallery-next {
  right: 20px;
}
.gallery-section .gallery-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
}

.floor-pin {
  cursor: pointer;
}

.pin-tooltip {
  transition: opacity 0.15s;
  pointer-events: none;
  z-index: 9999;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1333333333);
  width: 260px;
  background-color: #fff;
}
.pin-tooltip .img-box {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.pin-tooltip .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pin-tooltip .name {
  font-family: "PJSSemi", sans-serif;
  color: #000;
  margin-bottom: 0.5rem;
}
.pin-tooltip ul {
  font-size: 0.75rem;
}

#floor-view-container2 .floor-image {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#floor-view-container2 .floor-image.active {
  display: block;
}
#floor-view-container2 .floor-pin-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#floor-view-container2 .floor-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/img/icon/location.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -100%);
  pointer-events: auto;
  cursor: pointer;
}
#floor-view-container2 .floor-pin-info {
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px solid #C63838;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  padding: 8px 12px;
  z-index: 15;
  font-size: 14px;
  color: #333;
  pointer-events: auto;
  white-space: normal;
  transform: translate(-50%, -100%);
}
#floor-view-container2 .floor-pin-info .img-box {
  width: 100%;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 8px;
}
#floor-view-container2 .floor-pin-info .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#floor-view-container2 .floor-pin-info .name {
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
#floor-view-container2 .floor-pin-info .overview li {
  color: #666;
  margin-bottom: 4px;
  font-size: 12px;
}
#floor-view-container2 .floor-pin-info .close-pin-info {
  border-radius: 50%;
  background-color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C63838;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */