.search-container {
  width: 100%;
  padding-bottom: 4px;
}
.search-container .search-icon {
  width: 20px;
  height: 20px;
  color: #787878;
}
.search-container .search-input {
  padding: 0;
  display: flex;
  gap: 8px;
  color: #303030;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.search-container .current-room-filter-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8 8 8 12;
  height: 18px;
  align-items: center;
  border-radius: 4px;
  border: 0.5px solid var(--Secondary-100, #C5C5C5);
  background: var(--monochrome-white-ffffff, #FFF);
}
.search-container .suggested-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0px 12px 0px;
  color: #3E3E3E;
}
.search-container .suggested-container .suggested-label {
  margin: 0;
  color: var(--secondary-5003-e-3-e-3-e, #3E3E3E);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.search-container .suggested-container .suggested-btn {
  border: 1px solid #BDBDBD;
  background-color: white;
  padding: 6px 10px;
  color: #3E3E3E;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.search-container .suggested-container .suggested-btn .btn-icon {
  width: 16px;
  height: 16px;
  color: #787878;
}
.item-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 290px;
  padding: 8px 8px 14px 8px;
  cursor: pointer;
  font-family: Inter;
}
.item-card .item-card-main-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 8px;
}
.item-card .item-card-main-container .item-card-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  width: 100%;
  height: 138px;
}
.item-card .item-card-main-container .item-card-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.item-card .item-card-main-container .item-card-image-container .image-button {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 1px solid #E8E8E8;
  color: #5B5B5B;
  background: var(--monochrome-white-ffffff, #FFF);
  opacity: 0.4;
}
.item-card .item-card-main-container .item-card-image-container .image-button .image-button-icon {
  width: 24px;
  height: 24px;
}
.item-card .item-card-main-container .item-card-image-container .image-circular-progress {
  padding: 12px 0;
}
.item-card .item-card-main-container .item-card-description-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.item-card .item-card-main-container .item-card-description-container .item-card-class {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #284F99;
}
.item-card .item-card-main-container .item-card-description-container .item-card-name {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.item-card .item-card-type-container {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 15;
  border-top: 1px solid #E8E8E8;
}
.item-card .item-card-type-container .item-card-type-icon {
  width: 12px;
  height: 12px;
}
.item-card .item-card-type-container .item-card-type-text {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #5B5B5B;
  text-transform: capitalize;
}

.filter-pill-item {
  border-radius: 60px;
  background: var(--monochrome-white-ffffff, #FFF);
  padding: 6px 10px;
  color: var(--secondary-5003-e-3-e-3-e, #3E3E3E);
  cursor: pointer;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.item-type-filter-container {
  border-radius: 4px;
  background: rgba(31, 49, 82, 0.07);
  color: var(--secondary-300787878, #787878);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.item-type-filter-container .item-type-button {
  display: flex;
  width: 88px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0.5px solid var(--secondary-50-e-8-e-8-e-8, #E8E8E8);
  background: var(--secondary-25-f-2-f-2-f-2, #F2F2F2);
}
.item-type-filter-container .item-type-button-selected {
  display: flex;
  width: 88px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--secondary-300787878, #787878);
  background: var(--monochrome-white-ffffff, #FFF);
  color: var(--secondary-700303030, #303030);
}

.kits-and-items-toggle-button {
  color: var(--secondary-4005-b-5-b-5-b, #5B5B5B);
  text-align: center;
  text-transform: none;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  height: 36px;
  width: 86px;
}

.item-type-filter-container > div {
  cursor: pointer;
}
.kit-card {
  display: flex;
  gap: 10px;
  padding: 8px 10px;
  margin: 4px;
  border: 1px solid #F2F2F2;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 0.1px 0.3px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.kit-card img {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  pointer-events: none;
}
.kit-card .image-circular-progress-container {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.kit-card .kit-card-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  pointer-events: none;
  cursor: pointer;
}
.kit-card .kit-card-main-content .kit-card-button-container {
  align-self: baseline;
}
.kit-card .kit-card-main-content .kit-card-button-container .kit-card-btn {
  color: #C5C5C5;
  border: 1px solid #C5C5C5;
  padding: 4px;
  pointer-events: auto;
  width: 30px;
  height: 30px;
}
.kit-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kit-list-item img {
  width: 64px;
  height: 64px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
.kit-list-item .image-circular-progress-container {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kit-list-item .list-item-content-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kit-list-item .list-item-content-container .list-item-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #3E3E3E;
  margin: 0;
}
.kit-list-item .list-item-content-container .list-item-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin: 0;
}
.kit-item-list .item-list-header {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #3E3E3E;
}
.kit-item-list .item-list-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.resident-responsibility-container {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 12px;
}
.resident-responsibility-container .resident-responsibility-header-container {
  display: flex;
  justify-content: space-between;
}
.resident-responsibility-container .resident-responsibility-header-container .header-main {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3E3E3E;
}
.resident-responsibility-container .resident-responsibility-header-container .header-main .header-icon {
  height: 24px;
  width: 24px;
  color: #787878;
}
.resident-responsibility-container .resident-responsibility-header-container .header-main h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.resident-responsibility-container .resident-responsibility-content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
.resident-responsibility-container .resident-responsibility-content-container .amount-container p {
  margin: 0;
}
.resident-responsibility-container .resident-responsibility-content-container .amount-container .amount-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.14px;
  color: #5B5B5B;
}
.resident-responsibility-container .resident-responsibility-content-container .amount-container .amount-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.resident-responsibility-container .resident-responsibility-content-container .bill-amount-container {
  border-radius: 4px;
  background-color: #F2F2F2;
  padding: 6px 12px 16px 12px;
}
.resident-responsibility-container .resident-responsibility-content-container .bill-amount-container .bill-amount-input-container {
  display: flex;
  align-items: center;
}
.resident-responsibility-container .resident-responsibility-content-container .bill-amount-container .bill-amount-input-container .bill-amount-input-label {
  margin: 0;
  width: 60%;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #5B5B5B;
}
.resident-responsibility-container .resident-responsibility-content-container .bill-amount-container .bill-amount-input-container .bill-amount-input {
  width: 40%;
}
.resident-responsibility-container .resident-responsibility-content-container .bill-amount-container .bill-amount-checkbox-container {
  display: flex;
  align-items: center;
}
.resident-responsibility-container .resident-responsibility-content-container .bill-amount-container .bill-amount-checkbox-container .bill-amount-checkbox-label {
  margin: 0;
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  align-self: center;
}
.resident-responsibility-container .resident-responsibility-content-container .additional-notes-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.resident-responsibility-container .resident-responsibility-content-container .additional-notes-container .additional-notes-header {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.14px;
  color: #5B5B5B;
}
.task-sidebar-container::-webkit-scrollbar-thumb {
  display: none;
}

.task-sidebar-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: white;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 25px;
}
.task-sidebar-container .hr-seperator {
  border: 1px solid #E8E8E8;
  width: 100%;
  margin: 0;
}
.task-sidebar-container .task-sidebar-card-container {
  font-family: Inter;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 12px;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-buttons-container .sidebar-button {
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #3E3E3E;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-buttons-container .sidebar-button .btn-icon {
  width: 24px;
  height: 24px;
  color: #3576E5;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-buttons-container .sidebar-button-disabled {
  background-color: #E8E8E8;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-header-container {
  display: flex;
  justify-content: space-between;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-header-container .sidebar-header-main {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3E3E3E;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-header-container .sidebar-header-main .header-icon {
  height: 24px;
  width: 24px;
  color: #787878;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-header-container .sidebar-header-main h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-content-container {
  margin-top: 16px;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-content-container .content-room-container {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  margin: 16 0;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-content-container .content-room-additional-rooms {
  display: flex;
  padding: 12px 20px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--secondary-50-e-8-e-8-e-8, #E8E8E8);
  background: var(--monochrome-white-ffffff, #FFF);
  color: var(--primary-5003576-e-5, #3576E5);
  text-align: center;
  cursor: pointer;
  /* IM Typography/Button */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.25px;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-content-container .content-room {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--secondary-25-f-2-f-2-f-2, #F2F2F2);
  color: var(--secondary-5003-e-3-e-3-e, #3E3E3E);
  /* IM Typography/Caption */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.4px;
}
.task-sidebar-container .task-sidebar-card-container .sidebar-content-container .content-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #6D6D6D;
}
.task-sidebar-container .additional-notes-input {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 12px 12px 24px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  width: 100%;
}
.task-details-title-container {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: #F2F2F2;
  align-items: center;
  font-family: Inter;
}
.task-details-title-container p {
  margin: 0;
}
.task-details-title-container .task-name-container {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 80%;
}
.task-details-title-container .task-name-container .task-name-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #303030;
}
.task-details-title-container .task-name-button {
  width: 32px;
  height: 32px;
}
.task-details-title-container .task-name-button .task-name-icon {
  width: 20px;
  height: 20px;
  color: #5B5B5B;
}
.task-details-title-container .task-name-edit-container {
  width: 80%;
}
.task-details-title-container .task-name-edit-container .task-name-edit-input {
  background-color: white;
  padding-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #303030;
}
.task-details-title-container .task-name-edit-container .task-name-edit-input input {
  padding: 6px 0px 6px 12px;
}
.task-details-title-container .task-name-edit-container .task-name-edit-input fieldset {
  border: none;
}
.task-details-title-container .task-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #282828;
  text-align: right;
  width: 20%;
}
.restore-quantity-btn {
  background-color: white;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #303030;
  text-transform: none;
}
.restore-quantity-btn .restore-btn-icon {
  width: 24px;
  height: 24px;
  color: #3576E5;
}

.global-counter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #C5C5C5;
  background-color: #E0E0E0;
}
.global-counter-container p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #3E3E3E;
}
.global-counter-container .global-counter-buttons-container {
  display: flex;
  gap: 8px;
}
.global-counter-container .global-counter-buttons-container .counter-buttons-container {
  height: 40px;
}
.global-counter-container .global-counter-buttons-container .counter-buttons-container .counter-btn {
  border: 1px solid #E8E8E8;
  background-color: #E8E8E8;
  color: #303030;
  padding: 0;
}
.global-counter-container .global-counter-buttons-container .counter-buttons-container .counter-btn .counter-btn-icon {
  width: 24px;
  height: 24px;
}
.global-counter-container .global-counter-buttons-container .counter-buttons-container .show-counter-btn {
  background-color: white;
}
.item-edit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  font-family: Inter;
}
.item-edit-card .content-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
  margin: 0;
  color: #303030;
}
.item-edit-card .item-card-type-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.item-edit-card .item-card-type-container .item-card-type-icon {
  width: 12px;
  height: 12px;
}
.item-edit-card .item-card-type-container .item-card-type-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #3E3E3E;
  text-transform: capitalize;
}
.item-edit-card .item-edit-header {
  display: flex;
  gap: 16px;
}
.item-edit-card .item-edit-header .item-edit-header-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  width: 96px;
  height: 96px;
}
.item-edit-card .item-edit-header .item-edit-header-image-container img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.item-edit-card .item-edit-header .item-edit-header-content-container {
  display: flex;
  gap: 20px;
  width: 100%;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-title-container {
  display: flex;
  justify-content: space-between;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-title-container .header-content-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-title-container .header-content-title .header-content-title-text {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin: 0;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-title-container .header-content-title-icons-container .header-content-title-delete-btn {
  margin-right: 8px;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-title-container .header-content-title-icons-container .header-content-title-icon-container {
  border: 1px solid #E8E8E8;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-title-container .header-content-title-icons-container .header-content-title-icon-container .header-content-title-icon {
  width: 20px;
  height: 20px;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-buttons {
  display: flex;
  justify-content: space-between;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-buttons .counter-buttons-container .counter-btn {
  border: 1px solid #E8E8E8;
  background-color: #E8E8E8;
  color: #303030;
  padding: 0;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-buttons .counter-buttons-container .counter-btn .counter-btn-icon {
  width: 24px;
  height: 24px;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-buttons .counter-buttons-container .show-counter-btn {
  background-color: white;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-buttons .counter-buttons-container .disable-counter-btn {
  background-color: #C5C5C5;
}
.item-edit-card .item-edit-header .item-edit-header-content-container .header-content-buttons .alternatives-btn {
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #3576E5;
  text-transform: none;
  padding: 12px 20px;
}
.item-edit-card .item-edit-content {
  padding: 6px 12px 12px 12px;
  background-color: #F2F2F2;
  border-radius: 4px;
}
.item-edit-card .item-edit-content .edit-content-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #E8E8E8;
}
.item-edit-card .item-edit-content .edit-content-container {
  display: flex;
  gap: 28px;
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
}
.item-edit-card .item-edit-content .edit-content-container .edit-content-input-container .edit-content-input {
  background-color: white;
}
.item-edit-card .item-edit-content .edit-content-container .edit-content-input-container .edit-content-input-disabled {
  background-color: #E8E8E8;
}
.item-edit-card .item-edit-bundle-content .edit-content-container {
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}
.item-edit-card .item-edit-bundle-content .edit-content-container .edit-content-input-container {
  display: flex;
}
.item-edit-card .item-edit-bundle-content .edit-content-container .edit-content-input-container p {
  width: 60%;
}
.item-edit-card .item-edit-bundle-content .edit-content-container .edit-content-input-container .edit-content-input {
  width: 40%;
  height: 100%;
}
.item-edit-card-container {
  display: flex;
  flex-direction: column;
  overflow: "auto";
  gap: 10px;
  padding: 0 12px;
  width: 100%;
  padding-bottom: 30px;
  background: var(--secondary-25-f-2-f-2-f-2, #F2F2F2);
}
.item-edit-card-container .add-buttons-container {
  display: flex;
  gap: 8px;
}
.item-edit-card-container .add-buttons-container .add-btn {
  background-color: white;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #303030;
  text-transform: none;
}
.item-edit-card-container .add-buttons-container .add-btn .add-btn-icon {
  width: 24px;
  height: 24px;
  color: #3576E5;
}
.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
}
.ReactCrop *, .ReactCrop *::before, .ReactCrop *::after {
  box-sizing: border-box;
}
.ReactCrop--disabled, .ReactCrop--locked {
  cursor: inherit;
}
.ReactCrop__child-wrapper {
  max-height: inherit;
}
.ReactCrop__child-wrapper > img, .ReactCrop__child-wrapper > video {
  display: block;
  max-width: 100%;
  max-height: inherit;
}
.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper > img, .ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper > video {
  touch-action: none;
}
.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection {
  touch-action: none;
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
}
.ReactCrop--no-animate .ReactCrop__crop-selection {
  outline: 1px dashed white;
}
.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection) {
  animation: marching-ants 1s;
  background-image: linear-gradient(to right, #fff 50%, #444 50%), linear-gradient(to right, #fff 50%, #444 50%), linear-gradient(to bottom, #fff 50%, #444 50%), linear-gradient(to bottom, #fff 50%, #444 50%);
  background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  color: #fff;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes marching-ants {
  0% {
    background-position: 0 0, 0 100%, 0 0, 100% 0;
  }
  100% {
    background-position: 20px 0, -20px 100%, 0 -20px, 100% 20px;
  }
}
.ReactCrop__crop-selection:focus {
  outline: none;
  border-color: blue;
  border-style: solid;
}
.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none;
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%;
}
.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: 33.3333333333%;
}
.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: 66.6666666667%;
}
.ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px;
}
.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: 33.3333333333%;
}
.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: 66.6666666667%;
}
.ReactCrop__drag-handle {
  position: absolute;
}
.ReactCrop__drag-handle::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  outline: 1px solid transparent;
}
.ReactCrop__drag-handle:focus::after {
  border-color: blue;
  background: #2dbfff;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-nw::after {
  top: 0;
  left: 0;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-n::after {
  top: 0;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-ne::after {
  top: 0;
  right: 0;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-e::after {
  right: 0;
}
.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-se::after {
  bottom: 0;
  right: 0;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-s::after {
  bottom: 0;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop .ord-w::after {
  left: 0;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar, .ReactCrop--new-crop .ReactCrop__drag-handle, .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media (pointer: coarse) {
  .ReactCrop .ord-n,
  .ReactCrop .ord-e,
  .ReactCrop .ord-s,
  .ReactCrop .ord-w {
    display: none;
  }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px;
  }
}
.overlay-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
@media (max-width: 600px) {
  .overlay-wrapper {
    flex-direction: column;
  }
}

.overlay-background {
  background-color: #171717;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-text-wrapper {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-text {
  color: white;
  font-size: 1em;
  z-index: 2;
  opacity: 0.6;
}
.flythrough-container {
  width: 40%;
  height: 48px;
  position: fixed;
  bottom: 64px;
  left: 30%;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(51, 51, 51, 0.75);
  border-radius: 4px;
}

.flythrough-container.fixed-top {
  bottom: 25px;
  left: unset;
  width: unset;
  right: 25px;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.review-context-menu-wrapper {
  position: absolute;
  top: 45px;
  right: 65px;
}

.show-comment-btn-wrapper {
  display: flex;
  align-items: center;
  width: 159px;
  height: 38px;
  background: #232323;
  opacity: 0.64;
  border-radius: 4px;
  align-items: center;
  margin: 22px 11px;
  box-sizing: border-box;
  padding: 9px 11px;
  cursor: pointer;
}

.show-comment-btn-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #ffffff;
  padding-left: 10px;
}

.add-drawer-paper-style {
  background-color: white !important;
  width: 400px !important;
  height: 100% !important;
}

.thumbnail-wrapper {
  box-sizing: border-box;
  padding: 16px 21px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thumb-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: #2f2f2f;
}

.comment-state-container {
  display: flex;
  padding: 16px 0px 12px 0px;
  align-items: center;
  justify-content: space-between;
}

.state-comments-number {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #2f2f2f;
}

.drop-down-menu-comment-state {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 4px 4px 4px 16px;
  cursor: pointer;
}

.menu-title-reivew {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 1.25px;
  color: #2f2f2f;
  padding-right: 8px;
}

.reivew-menu-wrapper {
  width: 140px;
  height: 120px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.td-menu {
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #979797;
}

.td-menu:hover {
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #2f2f2f;
  background: #F2F2F2;
}

.td-menu.selected {
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #2f2f2f;
}

.title-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.title-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.subtitle-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.4px;
  /* Secondary/200 */
  color: #979797;
}

.comment-card-class {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 8px;
}

.comment-card-class-selected {
  background: #FFFFFF;
  border: 2px solid #549FE4;
  box-sizing: border-box;
  border-radius: 8px;
}

.comment-text {
  word-break: break-word;
  margin-bottom: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  letter-spacing: 0.25px;
  /* Primary/600 */
  color: #4E4E4E;
}

.bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.15px;
  /* Secondary/500 */
  color: #2F2F2F;
}

.version-no-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 74px;
  left: 1076px;
  top: 240px;
  padding: 4px 10px;
  background: #F2F2F2;
  border-radius: 20px;
}
.smart-tag-drag-button-container {
  border-radius: 4px;
  border: var(--Fine-null, 1px) dashed var(--main-Medium, #757575);
  background: var(--layer-1, #FFF);
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.smart-tag-drag-button-container .smart-tag-drag-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 32px;
  background: var(--layer-5, #E0E0E0);
  cursor: pointer;
  z-index: 10;
}
.smart-tag-drag-button-container .smart-tag-drag-button .smart-tag-drag-button-center {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(33, 33, 33, 0.8980392157);
}
.smart-tag-drag-button-container .smart-tag-drag-button-shadow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 32px;
  background: var(--layer-5, rgba(224, 224, 224, 0.3960784314));
  cursor: pointer;
  z-index: 9;
}
.smart-tag-drag-button-container .smart-tag-drag-button-shadow .smart-tag-drag-button-shadow-center {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(33, 33, 33, 0.4039215686);
}

.smart-tag-undo-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #2E6DDA;
  color: #2E6DDA;
}
.logo-container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 225px;
  height: 180px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left top;
}
.splash-photo-gradient {
  background-image: radial-gradient(circle at bottom center, rgb(139, 139, 139), rgb(53, 53, 53));
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

.splash-photo-image {
  margin: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-position: center center;
}
.loadingBarContainer {
  width: 100px;
  height: 100px;
  z-index: 1;
}

.centerElement {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  z-index: 1;
}

.loadingBarText {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  text-align: center;
  margin-left: -200px;
  margin-top: 65px;
  color: white;
  z-index: 1;
  width: 400px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.loadingIcon {
  max-width: 64px;
  max-height: 64px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  z-index: 1;
}
.background-loading-progress-bar {
  z-index: 999;
  left: 0px;
  top: 0px;
  height: 3px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.93);
}
.loadingBackground {
  background-image: radial-gradient(circle at bottom center, rgb(139, 139, 139), rgb(53, 53, 53));
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}

.errorPageStyle {
  color: white;
  font-size: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 80%;
}
@media (max-width: 600px) {
  .errorPageStyle {
    height: 60% !important;
  }
}

.errorPageSmallText {
  font-size: 14px;
}
.login-button {
  width: 100px !important;
  margin: 20px auto !important;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.login-dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  min-height: 0px;
}
@media (max-width: 481px) {
  .login-dialog-content {
    min-width: 0px;
    min-height: 500px;
  }
}
.login-dialog-content button {
  background: #ffffff !important;
  color: black !important;
}
.login-dialog-content button:hover {
  background: #d5d5d5 !important;
}

.login-logo {
  width: 250px;
  height: 100px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 30px auto;
}

.login-error-text {
  margin: 15px auto;
  width: 100%;
  text-align: center;
  color: #cf5541;
}

.login-input {
  margin: 10px auto !important;
  width: 95%;
}

.login-default-input {
  width: 95% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  padding-right: 63px !important;
}

.login-sign-in-button {
  width: 75%;
  height: 40px !important;
  min-width: 235px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin: 15px auto !important;
}

.login-google-logo {
  height: 18px;
  width: 18px;
  margin-right: 24px;
  margin-left: 8px;
}

.login-auth-button {
  width: 75%;
  height: 40px !important;
  min-width: 235px !important;
  margin: 5px auto !important;
  padding: 0px !important;
  justify-content: left !important;
}

.login-helper-text {
  color: #7f8a8b;
  font-size: 12;
  text-align: right;
  position: relative;
  text-decoration: underline;
  bottom: 32px;
  right: 3px;
  cursor: pointer;
}

.login-helper-text-wrapper {
  text-align: right;
  width: 95%;
  height: 0;
}

.im-logo {
  height: 30px;
  position: absolute;
  left: 3px;
}

.apple-logo {
  width: 20px;
  margin: 8px;
  padding-right: 20px;
}
.embed-play-icon-container {
  width: 100px;
  height: 100px;
  z-index: 1;
}

.embed-center-element {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  z-index: 1;
}

.embed-title {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  text-align: center;
  margin-left: -200px;
  margin-top: 65px;
  color: white;
  font-size: 18px;
  z-index: 1;
  width: 400px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.embed-message {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  text-align: center;
  margin-left: -300px;
  margin-top: 115px;
  color: white;
  z-index: 1;
  width: 600px;
  font-size: 37px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.embed-play-icon {
  max-width: 64px;
  max-height: 64px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}
.cookie-banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: black;
  z-index: 99999;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
  }
}

.cookie-text-wrapper {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-text {
  color: white;
  font-size: 1em;
}

.cookie-button-wrapper {
  display: flex;
}

.cookie-button {
  margin: 10px 10px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", "sans-serif";
  margin: 0px;
  overflow: hidden;
}

canvas {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "VerdanaIKEA";
  src: url("https://s3.amazonaws.com/im-production/media/ikea/fonts/VerdanaIKEA-Reg500.ttf") format("truetype");
}
@font-face {
  font-family: VerdanaIKEA-Bold;
  src: url("https://s3.amazonaws.com/im-production/media/ikea/fonts/VerdanaIKEA-Bol500.ttf") format("truetype");
}
.large-icon {
  font-size: 120%;
}

.small-icon {
  font-size: 80%;
}

.icon-style {
  color: white !important;
  text-shadow: 1px 1px 2px black !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.icon-style-dark {
  color: black !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.icon-style.light {
  color: black !important;
  background-color: rgba(0, 0, 0, 0) !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.app-bar-menu-button {
  margin-left: 40px;
  margin-right: 40px;
}

.project-info {
  margin-left: 24px !important;
}

.drawer-header {
  display: block;
  align-items: center;
  width: 320px;
}

.bookmark-list-item-button {
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important;
}
.minimap-container-collapsed {
  position: fixed;
  top: 74px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  width: 300px;
  height: 300px;
  text-align: left;
  z-index: 2;
  background-color: rgb(255, 255, 255) !important;
}

.minimap-options-collapsed {
  position: fixed;
  top: 379px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  width: 300px;
  height: 26px;
  z-index: 2;
  text-align: left;
  background-color: #368edf !important;
}

.minimap-image-collapsed {
  margin: 10px;
  padding: 0px;
  max-width: 280px;
  max-height: 280px;
}

.minimap-wrapper-collapsed {
  position: fixed;
  left: 10px;
  top: 74px;
  margin: 0px;
  padding: 0px;
  width: 300px;
  height: 331px;
  z-index: 3;
}

.minimap-container-expanded {
  position: fixed;
  top: 74px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  width: 650px;
  height: 650px;
  text-align: left;
  z-index: 2;
  background-color: rgb(255, 255, 255) !important;
}

.minimap-options-expanded {
  position: fixed;
  top: 729px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  width: 300px;
  height: 26px;
  z-index: 2;
  text-align: left;
  background-color: #368edf !important;
}

.minimap-image-expanded {
  margin: 10px;
  padding: 0px;
  max-width: 630px;
  max-height: 630px;
}

.minimap-wrapper-expanded {
  position: fixed;
  left: 10px;
  top: 74px;
  margin: 0px;
  padding: 0px;
  width: 650px;
  height: 681px;
  z-index: 3;
}

.minimap-control-button {
  width: 26px !important;
  height: 26px !important;
  margin-left: 20px !important;
  padding: 0px !important;
}

.minimap-image {
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  box-sizing: border-box;
}

#minimap-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  max-width: 320px;
}
.minimap-poi {
  position: absolute;
}

.minimap-poi-outline {
  position: absolute;
}

.minimap-smart-tag-poi {
  position: absolute;
}

.minimap-poi-spin-number {
  text-align: center;
  color: white !important;
}
.loading-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  left: 50%;
}
.floor-picker-input {
  color: white !important;
  font-size: inherit !important;
}

.floor-picker-input svg {
  fill: white;
}

.floor-picker-input-focused {
  background: #368edf !important;
  outline: none;
}

.floor-picker-container {
  position: absolute;
  left: 0px;
  width: 256px;
  height: 64px;
  display: flex;
  align-items: center;
  z-index: 4;
}

.bottom {
  bottom: 0px;
}

.places-list-container {
  position: absolute;
  left: 15px;
  bottom: 84px;
  max-height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  color: black !important;
}

.places-list-paper {
  width: 100%;
  background-color: white !important;
  overflow: auto;
  max-height: 250px;
  position: relative;
}

.places-list-paper-open {
  width: 100%;
  background-color: rgba(72, 72, 72, 0.93) !important;
  overflow: auto;
  max-height: 250px;
  position: relative;
}

.places-list-paper-open.light {
  width: 100%;
  background-color: white !important;
}

.menu-title {
  color: black !important;
  padding-left: 12px;
  padding-top: 12px;
}

.menu-title-open {
  color: white !important;
  padding-left: 12px;
  padding-top: 12px;
}

.place-name-text {
  color: black !important;
}

.place-item-radio {
  color: black !important;
}

.place-item-radio-root {
  width: 24px;
  height: 24px;
  padding: 0px !important;
}

.close-menu-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}

.floor-picker-container-menu {
  width: 100%;
  min-height: 35px;
  background-color: transparent;
  color: white;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.menu-picker-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.floor-picker-expand-icon {
  height: 21px;
}

.floor-picker-container-menu::before {
  background-color: transparent !important;
}

.floor-picker-container-menu::hover {
  background-color: #484848 !important;
}

.floor-picker-container-span-menu {
  color: white;
  padding: 0px 10px;
  justify-content: space-between !important;
}

.floor-picker-container-span-menu span {
  align-self: flex-start;
  margin: 0px 10px;
}

.floor-picker-container-span-menulight {
  color: black;
}

.place-name-text-menu-open {
  color: white !important;
}

.place-name-text-menu-open.light {
  color: black !important;
}

.place-item-radio-menu-open {
  color: white !important;
}

.place-item-radio-menu-open.light {
  color: black !important;
}

.place-item-radio-root-menu-open {
  width: 24px;
  height: 24px;
  padding: 0px !important;
}

.place-delete-button {
  background-color: transparent !important;
  padding: 0px !important;
}

.floor-picker-list {
  color: white !important;
  box-shadow: none !important;
  padding: 0;
  width: 100%;
}

.floor-picker-list.light {
  color: black !important;
}

.menu-places-list-container {
  position: absolute;
  width: 95%;
  padding: 0 2.5%;
  display: flex;
  justify-content: center;
  color: white !important;
  bottom: 110%;
}

.menu-places-list-container.hidden-minimap {
  bottom: unset;
}
.background-gradient {
  background-image: radial-gradient(circle at bottom center, rgb(139, 139, 139), rgb(53, 53, 53));
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.tour-ui {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: hidden;
}

.measurement-buttons {
  display: flex;
  position: fixed;
  bottom: 20px;
  align-items: center;
  width: 50vw;
  left: 50vw;
  justify-content: center;
}

.thermal-palette, .thermal-palette-invalid, .thermal-palette-small, .thermal-palette-regular {
  position: absolute;
  right: 20px;
  top: 25%;
  width: 50px;
  height: 500px;
  max-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thermal-palette-regular {
  background: linear-gradient(0deg, rgb(64, 64, 159) 0%, rgb(86, 64, 183) 20%, rgb(174, 64, 183) 40%, rgb(183, 75, 64) 60%, rgb(183, 170, 64) 80%, rgb(183, 183, 137) 100%);
}

.thermal-palette-small {
  background: linear-gradient(0deg, rgb(174, 64, 183) 0%, rgb(183, 75, 64) 100%);
}

.thermal-palette-invalid {
  background: rgb(192, 192, 192);
}

.thermal-palette-label {
  background-color: black;
  color: white;
  width: 70px;
  text-align: center;
  position: absolute;
  padding: 1px;
  display: flex;
  flex-direction: column;
}

#thermal-label {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 20px;
  pointer-events: none;
  background-color: black;
  color: white;
  opacity: 0.7;
}
.dialog-paper {
  overflow-y: hidden !important;
}

.save-progress {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.add-place-style {
  margin-left: 40px;
  color: white !important;
}

.add-place-style.light {
  color: black !important;
}
.play-button {
  position: absolute !important;
  width: 50px;
  bottom: 30px;
  right: 30px;
}

.video-wrapper {
  position: absolute !important;
  top: 10px;
  right: 10px;
}

#video-wrapper-mobile video {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.video-button-mobile-container {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.context-menu-td {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.context-menu-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #303030 !important;
  border-radius: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.context-icon-button-root:hover {
  background-color: #303030 !important;
}

.context-menu-tr {
  display: flex;
  justify-content: space-between;
}

.inspection-context-menu-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.inspection-context-menu-text {
  position: absolute;
  width: 87px;
  height: 24px;
  padding-left: 46px;
  padding-top: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.inspection-context-menu:hover .inspection-context-menu-text {
  color: white;
}

.inspection-context-menu {
  width: 160px;
  height: 50px;
  background-color: white;
  color: #323232;
  cursor: pointer;
}

.inspection-context-menu:hover {
  background-color: #318EDC;
}
.dialog-paper-style {
  margin: 0px !important;
  background-color: white !important;
}

.dialog-content-style {
  padding: 0px !important;
}

.dialog-content-style:first-child {
  padding: 0px !important;
}

.tag-card-root-style {
  width: 50%;
  border-radius: 8px !important;
  overflow: auto !important;
  z-index: 10;
  position: relative;
  overflow: auto;
  max-height: 80%;
  padding: 35px;
}
@media (max-width: 600px) {
  .tag-card-root-style {
    width: 85%;
    max-height: 80%;
  }
}

.tag-card-text-style {
  width: 100%;
  word-break: break-all;
}

.tag-card-content-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.tag-card-image-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1px;
}

.tag-card-image {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tag-card-info-container {
  display: flex;
  width: 100%;
  min-height: 1px;
}

.tag-card-actions-container {
  display: flex;
  width: 100%;
  margin: 10px;
}

.tag-card-color-circle-container {
  display: flex;
  width: 50px;
  justify-content: center;
  align-items: flex-start;
}

.tag-card-color-circle {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tag-card-text-info-container {
  width: 100%;
  margin-bottom: 10px;
}

.close-card-button {
  position: absolute !important;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  padding: 0px !important;
}

.tag-card-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.video-card-iframe {
  width: 100%;
  min-height: 400px;
  padding: 10px;
  box-sizing: border-box;
}

.comment-timestamp-preview-tag {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.4px;
  /* Secondary/200 */
  color: #979797;
  margin-left: 13px;
}

.preview-card-comment {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #4e4e4e;
  width: 243px;
}

#card-text-container {
  word-break: break-word;
}

.menu-option-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #2f2f2f;
}

.popper-container {
  width: 328px;
  max-height: 264px;
  overflow-y: auto;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.popper-container::-webkit-scrollbar {
  display: none;
}

.comment-preview-wrapper::-webkit-scrollbar {
  display: none;
}

.editable-popper {
  z-index: 9999;
  padding: 0px 0px 8px 18px;
}

.nonEditable-popper {
  z-index: 9999;
  padding: 8px 20px 8px 20px;
}

.popper-user-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #232323;
}

.popper-user-email {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #6d6d6d;
}

.popper-list-item {
  padding: 16px 16px 12px 16px;
}

.popper-list-item:hover {
  background: #f2f2f2;
  border-radius: 8px 8px 0px 0px;
}

.warning-cmt-resolve {
  padding: 4px 20px 24px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.warning-title {
  padding-left: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #6d6d6d;
}

.attachment-image-wrapper {
  margin: 3px;
  height: 100px;
  width: 100px;
}

.img-wrap {
  position: relative;
  width: 100px;
  margin: 2px;
}

.img-wrap .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: black;
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 100;
  display: none;
}
.carousel-small-image-wrapper {
  flex-shrink: 0;
  border-radius: 4px;
  align-items: center;
  margin: 3px;
}

.carousel-image-not-selected {
  border: var(--Fine-null, 3px) solid var(--Secondary-700, #ffffff);
}
.task-card-root-style {
  width: 70%;
  border-radius: 8px !important;
  overflow: auto !important;
  scrollbar-color: rgb(214, 214, 214) transparent;
  z-index: 10;
  position: relative;
  max-height: 80%;
}
@media (max-width: 600px) {
  .task-card-root-style {
    width: 85%;
    max-height: 80%;
  }
}

.task-card-root-style::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.task-card-root-style::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.task-card-root-style::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.task-card-scrollable-container::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.task-card-scrollable-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.task-card-scrollable-container::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.task-card-content-container {
  width: 100%;
}

.task-card-image-thumbnail {
  max-width: 83px !important;
  max-height: 83px;
  border-radius: 5px;
  cursor: pointer;
}

.task-card-image-thumbnail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 7px;
  padding-top: 11px;
}

.inspection-task-card-image-carousel-item {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  object-fit: contain;
  margin: 5px;
}

.inspection-task-card-image-carousel-item-selected {
  padding: 3px;
  border: 3px solid #285DB8;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 4px;
}

.task-card-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.resident-responsibility-label {
  display: flex;
  padding: 8px 10px;
  align-items: flex-start;
  background-color: #FFD54F;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  color: black;
}

.task-card-image-container {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.task-card-text-label {
  display: flex;
  flex-direction: row;
}
.menu-icon-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
}

.menu-content-container {
  position: absolute;
  left: -23%;
  top: 0px;
  min-width: 250px;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(72, 72, 72, 0.93);
  width: fit-content;
  z-index: 10;
}

.menu-inspection-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(165.72deg, rgba(255, 255, 255, 0.8) 0%, rgba(184, 215, 241, 0.66) 46.55%, rgba(237, 247, 255, 0.42) 98.01%);
  opacity: 0.98;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
}

.menu-content-slide-in {
  animation-name: menu-content-slide-in;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.menu-content-slide-out {
  animation-name: menu-content-slide-out;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.menu-content-inspection-slide-in {
  animation-name: menu-content-inspection-slide-in;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.menu-content-inspection-slide-out {
  animation-name: menu-content-inspection-slide-out;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.row-action-buttons {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
}

.close-menu-button {
  left: -10px;
  position: relative;
}

.project-info-container {
  display: flex;
  flex-direction: column;
}

.project-info-item, .project-info-item-light {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  margin: 3px;
  max-height: 100%;
}

.project-info-item-light {
  color: black;
}

.action-buttons-container {
  display: flex;
  flex-direction: row-reverse;
  flex-grow: 1;
}

.row-minimap {
  width: 100%;
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
}

.row-spin-disable, .row-spin-disable-light {
  width: 100%;
  display: flex;
  background-color: #484848;
  margin: 5px;
  justify-content: space-between;
  align-items: center;
}

.row-spin-disable-light {
  background-color: white;
}

.spin-visible-checkbox {
  color: white !important;
}

.spin-visible-checkbox-light {
  color: black !important;
}

.row-start-spin-for-project, .row-start-spin-for-project-light {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #484848;
  margin: 5px;
  justify-content: center;
  align-items: center;
}

.row-start-spin-for-project-light {
  background-color: white;
}

.row-im-brand {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.compact-text {
  padding: 0px 10px 0px 0px;
  margin: 0px;
  font-size: 0.75em;
  color: #abafb2;
  font-family: unset;
  font-weight: normal;
}

.row-adress-info {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
}

.row-organization-info {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
}

.row-video {
  width: 100%;
  padding: 10px 0;
  min-height: 1px;
}

.row-video video {
  width: 100%;
  height: auto;
}

.row-video-header {
  width: 100%;
  box-sizing: border-box;
}

.video-header {
  width: 100%;
  height: 41px;
}

.menu-logo-wrapper {
  max-width: 50%;
  height: 54px;
  align-self: center;
  text-align: right;
}

.menu-logo {
  width: 50%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right;
}

.menu-logo-push-right {
  position: absolute;
  right: 0;
}

.row-video-description {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border-bottom: #000000 2px solid;
  margin-bottom: 15px;
  max-height: 150px;
}

.markdown-style {
  display: inline;
  max-height: 150px;
  overflow-y: scroll;
}

.markdown-style p {
  display: inline;
}

.read-more-description {
  color: #00c4ff;
  cursor: pointer;
}

.menu-im-logo {
  max-width: 100%;
}

.info-bar-and-logo-wrapper {
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}

.info-bar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 45%;
  height: 100%;
}

.project-name-wrapper {
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.home-icon-style {
  color: white !important;
  align-self: center;
}

.home-icon-style.light {
  color: black !important;
}

@keyframes menu-content-slide-in {
  from {
    left: -450px;
  }
  to {
    left: 0px;
  }
}
@keyframes menu-content-slide-out {
  from {
    left: 0px;
  }
  to {
    left: -450px;
  }
}
@keyframes menu-content-inspection-slide-in {
  from {
    left: -1000px;
  }
  to {
    left: 0px;
  }
}
@keyframes menu-content-inspection-slide-out {
  from {
    left: 0px;
  }
  to {
    left: -1000px;
  }
}
.menu-content-container {
  left: -290px;
}

.menu-content-container.light {
  background-color: white;
  width: fit-content;
}

.menu-open-style {
  left: 0%;
}

.menu-closed-style {
  left: -100%;
}

.share-button-style {
  z-index: 2;
}
.vr-button-container {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.cardboard-direction {
  position: fixed;
  top: calc(50% - 25px);
}

.cardboard-direction.right {
  left: calc(25% - 25px);
}

.cardboard-direction.left {
  left: calc(75% - 25px);
}

.cardboard-direction-circle {
  transform: rotate(-90deg);
}
.add-tag-dialog-paper-style {
  background-color: white !important;
  padding: 32px;
}
@media (min-width: 600px) {
  .add-tag-dialog-paper-style {
    min-width: 500px;
  }
}

.add-comment-dialog-paper-style {
  background-color: white !important;
  min-width: 368px;
  border-radius: 8px;
}

.title-style-comment-tag {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #2f2f2f;
}

.user-name-dialog-comment {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #232323;
  margin-left: 13px;
}

.comment-tag-user-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 16px 20px;
  box-sizing: border-box;
}

#comment-tag-attachment-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#comment-tag-attachment-list {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.pdf-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #2f2f2f;
}

.reply-pdf-container {
  display: flex;
  justify-content: space-between;
  color: gray;
  align-items: center;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid gray;
  margin-bottom: 5px;
  border-radius: 4px;
  word-break: break-all;
  cursor: pointer;
}

.comment-tag-input-box {
  overflow: auto !important;
  height: 100% !important;
  padding: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.comment-tag-pdf {
  margin: 2px;
}

.add-tag-tag-icons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 50%;
}

.right-aligned-option-container {
  width: 64px;
  display: flex;
}

.add-tag-flex-row {
  display: flex;
  width: 100%;
  min-height: 64px;
}

.add-tag-flex-row-sm {
  display: flex;
  width: 100%;
  min-height: 48px;
}

.add-tag-center-flex {
  justify-content: center;
  align-items: center;
}

.add-tag-space-between {
  align-items: center;
  justify-content: space-between;
}

.add-tag-switch-root {
  margin: 0px;
}

.add-tag-color-swatch {
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  height: 14px;
}

.add-tag-selected-color {
  width: 24px;
  height: 14px;
  border-radius: 2px;
}

.add-tag-color-picker {
  position: absolute;
  right: 100px;
  z-index: 1501;
}

.smart-tag-icons {
  width: 40px;
  height: 40px;
  margin: 10px 10px 0px 0px;
  border-radius: 40px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.smart-tag-icons.selected {
  border: 2px solid black;
  width: 36px;
  height: 36px;
  border-radius: 36px;
}

#smart-tag-default-icon {
  display: inline-block;
}

.add-tag-delete-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
}

.add-tag-main-actions-container {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 64px;
}

.add-tag-crop-pano-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.ReactCrop {
  z-index: 2;
}

.crop-pano-btn {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 3;
}

.upload-label {
  margin: 0px -16px 0px -16px;
  padding: 16px 16px;
  width: 100%;
}

.upload-label:hover {
  cursor: pointer;
}

#mention__user {
  color: #3086DB;
}
.mode-label-container {
  position: absolute;
  display: flex;
  height: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  justify-content: center;
}

.mode-label {
  width: auto;
  min-width: 300px;
  height: 50px;
  background-color: #fdb11c;
  display: flex;
  justify-content: space-between;
}
.label-text-container {
  display: flex;
  width: 250px;
  margin-left: -125px;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.label-text {
  text-shadow: 1px 1px 1px black;
  color: white;
  font-size: 140%;
  font-weight: bold;
}
.error-boundary-container {
  background-image: radial-gradient(circle at bottom center, rgb(139, 139, 139), rgb(53, 53, 53));
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  color: white;
  font-size: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding-bottom: 20%;
}

.error-boundary-message {
  font-size: 14px;
}
.pano-list-toggle-button {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  height: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 5;
}

.inspection-pano-list-toggle-button {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px 8px 0px 0px;
}

.inspection-pano-list-room-button {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  border-radius: 6px;
  background: rgba(26, 26, 26, 0.75);
  color: var(--monochrome-white-ffffff, #FFF);
  margin: 0 6px;
  white-space: nowrap;
}

.inspection-pano-list-room-button-selected {
  border-radius: 6px;
  border: 2px solid var(--monochrome-white-ffffff, #FFF);
  background: rgba(3, 3, 3, 0.75);
}

.pano-list-content-container {
  position: absolute;
  bottom: -200px;
  height: 190px;
  padding: 0px 10px 10px 10px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.inspection-pano-list-content-container {
  position: absolute;
  bottom: -210px;
  left: 0px;
  right: 0px;
  height: 260px;
  z-index: 2;
}

.inspection-pano-list-content-container > :nth-child(2) {
  padding: 12px 10px 0px 290px;
  background: rgba(0, 0, 0, 0.75);
}

.inspection-pano-list-content-container > :nth-child(3) {
  background: rgba(0, 0, 0, 0.75);
  padding-left: 290px;
  padding-right: 10px;
}

.react-horizontal-scrolling-menu--scroll-container {
  overflow: hidden;
}

.pano-list-content-slide-in {
  animation-name: pano-list-content-slide-in;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.inspection-pano-list-content-slide-in {
  animation-name: inspection-pano-list-content-slide-in;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.pano-list-content-slide-out {
  animation-name: pano-list-content-slide-out;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.inspection-pano-list-content-slide-out {
  animation-name: inspection-pano-list-content-slide-out;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes pano-list-content-slide-in {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes pano-list-content-slide-out {
  from {
    bottom: 0px;
  }
  to {
    bottom: -200px;
  }
}
@keyframes inspection-pano-list-content-slide-in {
  from {
    bottom: -210px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes inspection-pano-list-content-slide-out {
  from {
    bottom: 0px;
  }
  to {
    bottom: -210px;
  }
}
.pano-list-open-style {
  bottom: 0px;
}

.pano-list-closed-style {
  bottom: -200px;
}

.inspection-pano-list-closed-style {
  bottom: -400px;
}

.pano-list-controls-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.inspection-pano-list-controls-container {
  align-self: flex-start;
  display: flex;
  justify-content: center;
  margin-left: 300px;
  height: 52px;
  width: 52px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px 8px 0px 0px;
  pointer-events: none;
}

.inspection-pano-list-panos-container {
  background: rgba(0, 0, 0, 0.75);
  flex: "none";
  max-width: 100%;
}

.pano-room-list-panos-container {
  flex: "none";
}

.pano-room-list-items {
  display: "flex";
  flex-direction: "row";
  align-items: "center";
}

.pano-scroll-container-class {
  width: 700px;
}

.pano-room-list-panos-containe-item {
  display: flex;
  flex-direction: row;
}

.pano-room-list-panos-container::-webkit-scrollbar {
  display: none;
}

.pano-list-panos-container::-webkit-scrollbar {
  display: none;
}
.pano-list-item-container {
  height: 135px;
  display: flex;
  align-items: center;
  padding: 2px;
  flex-direction: column;
  user-select: none;
  margin: 5px;
}

.inspection-pano-list-item-container {
  height: 135px;
  display: flex;
  align-items: center;
  padding: 2px;
  flex-direction: column;
  user-select: none;
  margin: 5px;
}

.inspection-carousel-item-container {
  position: relative;
  display: inline-block;
}

.inspection-carousel-item-selected {
  border-radius: 8px;
  border: 2px solid var(--monochrome-white-ffffff, #FFF);
}

.inspection-item-contains-smart-tags {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.pano-list-item-image {
  width: 105px;
  height: 85px;
  border-radius: 6px;
}

.pano-list-item-text {
  color: var(--monochrome-white-ffffff, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.portal-icons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.portal-icon-selected {
  width: 60px;
  height: 60px;
  margin: 15px;
  border: 2px solid #368edf;
  background-color: #abafb2;
}

.portal-icon {
  width: 60px;
  height: 60px;
  margin: 15px;
  border: 2px solid transparent;
  background-color: #abafb2;
}
.application-ui-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: 100%;
}
.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspection-flex-columns-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inspection-standard-LR-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-standard-LR-padding {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.inspection-standard-TB-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inspection-standard-TB-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inspection-inner-card-padding {
  padding: 15px;
}

.label-dark-blue {
  color: #284F99;
}

.inspection-navigation-container {
  width: 100%;
  background-color: #FFFFFF;
  color: black;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
  height: 45px;
}

.inspection-navigation-actions-container {
  display: flex;
  align-items: center;
  color: inherit;
}

.inspection-ui {
  position: absolute;
  width: 30%;
  max-width: 30%;
  height: 85%;
  max-height: 85%;
  left: 35px;
  top: 100px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  background-repeat: repeat;
  background-size: contain;
}

.inspection-maximize-container {
  display: flex;
  flex-direction: row-reverse;
  height: 48px;
}

.inspection-property-info-container {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-top: 24px;
}

.inspection-project-image {
  width: 48px !important;
  height: 48px !important;
}

.inspection-property-info {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  justify-content: center;
}

.inspection-items-container {
  display: flex;
  flex-direction: column;
  padding: 24px;
  flex-grow: 1;
}

.inspection-submit-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 100%;
}

.inspection-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 64px;
  width: 100%;
}

.inspection-item-wrapper-small {
  width: 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15% !important;
  box-sizing: border-box !important;
  position: relative;
  cursor: pointer;
  margin: 1% !important;
  min-width: 150px;
  min-height: 150px;
}

.inspection-item-card-content {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.inspection-item-max-width {
  width: 100% !important;
}

.inspection-item-wrapper-flexible {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}

.inspection-item-wrapper-column {
  width: 95%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.inspection-item-border {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}

.inspection-additional-data-padding {
  padding: 16px 0px;
}

/* Remove after adding MUI theme */
.inspection-items-text-styling {
  color: #333333;
}

.inspection-light-button {
  background-color: #e1f5fe !important;
  color: #358ede !important;
}

.inspection-light-chip {
  background-color: #e1f5fe !important;
  color: #358ede !important;
}

.inspection-smart-tags-container {
  margin-top: 5%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.inspection-text-item-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 0px;
}

.inspection-dropdown-head-item {
  width: 100%;
  height: 56px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.inspection-dropdown-item {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  color: #828282;
}

.inspection-dropdown-item-selected {
  cursor: pointer;
  border: 1px solid #2f80ed;
  border-radius: 10px;
  background-color: #e3f2fd;
  color: #323232;
}

.inspection-item-status-container {
  margin-right: 48px;
  width: 40px;
  position: absolute;
  bottom: 60px;
}

.add-comment-info-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #232323;
  color: #ebebeb;
  height: 80px;
  z-index: 100;
}

.add-comment-canvas-overlay {
  position: fixed;
  z-index: 99;
}

.add-comment-inspection-item-overlay {
  position: fixed;
  z-index: 100;
  cursor: pointer;
}

.inspection-item-comments-container {
  position: fixed;
  top: 64px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: white;
}

.item-icon-container {
  width: 25%;
  height: 25%;
  background-color: rgba(49, 142, 220, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

/* Hide up/down number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.inspection-navigation-header-logo {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 6px 6px -6px #222;
  -moz-box-shadow: 0 6px 6px -6px #222;
  box-shadow: 0 6px 6px -6px #222;
  height: 55px;
}

.inspection-im-logo {
  width: 122px;
  padding-left: 30px;
  padding-top: 10px;
}

.inspection-item-button {
  width: 172px;
  height: 32px;
  color: #323232;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.inspection-item-button-true {
  background-color: #2f80ed;
  color: #FFFFFF;
}

.inspection-item-button-false {
  background-color: #EF5350;
  color: #FFFFFF;
}

.inspection-item-name-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.inspection-item-name-container h6 {
  font-size: 16px;
}

/* Remove when MUI Theme for inspection item name is implemented is implemented */
.inspection-item-name-style {
  font-family: "Manrope" !important;
  font-weight: 800 !important;
  line-height: 28px !important;
  letter-spacing: 0.02em !important;
  color: #3E3E3E;
  margin-bottom: 16px !important;
}

.inspection-button-container {
  display: flex;
  width: 100% !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px;
  flex-wrap: wrap;
  text-transform: none;
}

.inspection-button-style, .inspection-button-style-selected {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  gap: 8px;
  width: 48%;
  height: 44px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}

.inspection-button-style-selected {
  background: #E7EFFC;
  border: 2px solid #3576E5;
}

.inspection-item-has-value {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  background: #E8F5EC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inspection-item-has-no-value {
  width: 16px;
  height: 16px;
  background: #FFD54F;
  border-radius: 50%;
}

.asset-goto-button {
  transition: all 0.3s ease-in-out;
}

.asset-goto-button:hover {
  transform: scale(1.03);
  box-shadow: 0px 3px 1px #06BBDF;
}

.notes-goto-button {
  transition: all 0.3s ease-in-out;
}

.unpositioned-smart-tags-goto-button {
  transition: all 0.3s ease-in-out;
}

.notes-goto-button:hover {
  transform: scale(1.03);
  box-shadow: 0px 3px 1px #F57F17;
}

.unpositioned-smart-tags-goto-button:hover {
  transform: scale(1.03);
  box-shadow: 0px 3px 1px red;
}

.task-goto-button {
  transition: all 0.3s ease-in-out;
}

.task-goto-button:hover {
  transform: scale(1.03);
  box-shadow: 0px 3px 1px #2866D1;
}

.reports-menu-item {
  text-decoration: none;
  width: 353px;
  height: 50px;
  font: Inter;
  font-weight: 400;
  size: 14px;
  color: #303030;
}
.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspection-flex-columns-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inspection-standard-LR-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-standard-LR-padding {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.inspection-standard-TB-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inspection-standard-TB-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inspection-inner-card-padding {
  padding: 15px;
}

.label-dark-blue {
  color: #284F99;
}

.inspection-ui-task-creation {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  min-width: 440px;
  z-index: 2;
  transition: transform 0.4 ease-in-out;
}

.inspection-ui-image-cropping-container {
  display: flex;
  flex-direction: column;
}

.inspection-ui-image-cropping-image-container {
  border-radius: 10px;
  border: 2px dashed #e6e6e6;
  padding: 15px;
  margin: 50px auto;
}

.inspection-ui-image-cropping-label {
  font-family: "Manrope";
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  margin-top: 15px;
  text-align: center;
}

.inspection-ui-image-selecting-task-type-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.select-task-nav-bar {
  display: flex;
  flex-direction: row;
}

.task-filter-status-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 30 0 25;
  align-items: center;
  height: 48px;
}

.filter-dropdown-list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 10;
  height: 48;
}

.filter-tasks-title {
  color: #787878;
  font-size: 11 !important;
  display: flex;
  align-items: center;
}

.filter-text-style {
  color: var(--secondary-4005-b-5-b-5-b, #5B5B5B);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding-left: 2px;
  flex-grow: 2;
}

.filter-text-style.bold {
  font-weight: 600;
}

.main-header-text-style {
  color: var(--secondary-700303030, #303030);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.main-header-text-style-second {
  color: var(--secondary-5003-e-3-e-3-e, #3E3E3E);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.inspection-confirm-button {
  border-radius: 4px;
  height: 40px;
  width: 110px;
  text-transform: none;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.25px;
}

.filter-dropdown-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
  height: 40;
  padding: 5px 0px !important;
}

.task-category-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 3 6;
  height: 24;
  background-color: #F2F2F2;
}

.task-category-number-selected {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 3 6;
  height: 24;
  background-color: #3576E5;
  color: white;
}

.inspection-ui-room-list-item {
  display: flex;
  align-items: center;
  color: #303030;
  background-color: #e6e6e6;
  border-radius: 24px;
  padding: 10px 12px;
  font-family: "Manrope";
  font-size: 14px;
  cursor: pointer;
  flex-wrap: nowrap;
}

.inspection-ui-action-list-selected-item {
  display: flex;
  align-items: center;
  color: #285DB8;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 10px 12px;
  margin-right: 7px;
  font-family: "Manrope";
  font-size: 16px;
}

.inspection-ui-applies-to-item {
  display: flex;
  align-items: center;
  color: #285DB8;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding: 10px 12px;
  font-family: "Manrope";
  cursor: pointer;
  font-size: 14px;
}

.inspection-ui-selecting-task-items {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.inspection-ui-task-list-container {
  display: flex;
  flex-direction: column;
  background-color: #EFF4FC;
  height: 80%;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 18px;
  overflow: auto;
  padding-bottom: 100px;
}

.inspection-ui-task-list-container::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.inspection-ui-task-list-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.inspection-ui-task-list-container::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.inspection-ui-task-list-item-container {
  display: flex;
  flex-direction: row;
}

.inspection-ui-task-list-item-selected {
  border: 2px solid #538AE9;
}

.inspection-ui-task-list-item-icon {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #232323;
}

.inspection-ui-task-list-item-content {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.inspection-ui-task-propagation {
  display: flex;
  flex-direction: column;
  padding: 15px 20px 150px 20px;
  gap: 15px;
  overflow: auto;
}

.inspection-ui-task-propagation-category {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.inspection-ui-task-propagation-item {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 20px;
  gap: 15px;
}

.inspection-ui-task-propagation-item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.inspection-ui-task-propagation-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px 0 20px;
  gap: 20px;
}

.inspection-ui-task-propagation-floors {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inspection-ui-task-propagation-floors-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.inspection-ui-task-propagation-rooms-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.inspection-ui-items-container {
  display: flex;
  flex-direction: column;
  background-color: #EFF4FC;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
}

.inspection-ui-items-container::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.inspection-ui-items-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.inspection-ui-items-container::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.inspection-ui-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 15px;
}

.inspection-ui-item-data {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 10px;
  flex-grow: 1;
}

.inspection-ui-task-item-icon {
  width: 48px !important;
  height: 48px;
  display: flex;
  justify-content: center;
}

.inspection-ui-task-items-select-all-header {
  height: 80px;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}

.inspection-ui-next-button {
  background-color: #318EDC;
  color: white;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  width: 88%;
  left: 6%;
  bottom: 20px;
  height: 45px;
  z-index: 2;
}

.inspection-ui-task-overview-container {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  gap: 15px;
  overflow-y: scroll;
  padding-bottom: 200px;
}

.inspection-ui-task-overview-data {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  gap: 10px;
}

.inspection-ui-task-overview-photos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  border: 2px dashed rgb(208, 208, 208);
}

.inspection-ui-task-overview-photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
}

.inspection-ui-task-overview-photos-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inspection-ui-task-overview-photos-grid-item > div {
  position: relative;
}

.inspection-ui-task-overview-photo {
  max-width: 100%;
  max-height: 100%;
}

.inspection-ui-task-overview-photo-close-icon:hover {
  color: hsl(0, 50%, 50%);
}

.inspection-ui-task-item-component {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.inspection-ui-task-item-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.inspection-ui-task-item-header-circle {
  border-radius: "50%";
  width: "30px";
  height: "30px";
  background-color: "#2196f3";
  text-align: "center";
  vertical-align: "middle";
  line-height: "30px";
}

.inspection-ui-task-item-counter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  min-width: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #368EDF;
  border-radius: 5px;
}

.task-item-image-container {
  display: "flex";
  flex-direction: "row" !important;
}

.task-items-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.task-items-quantity-container {
  display: flex;
  flex-direction: row;
}

.task-items-quanitity-input {
  border: none;
  outline: none;
  padding-left: 5px;
  background-color: #E0F5FE;
  color: #368EDF;
  width: 60;
  overflow: auto;
  font-size: 18px;
  height: 32px;
}

.task-items-quanitity-end-adornment {
  margin: auto;
  background-color: #E0F5FE;
  color: #368EDF;
  line-height: 32px;
  padding-right: 5px;
}

.inspection-create-task-ui-header-grid-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0px 10px;
  background-color: #28354D;
  color: white;
  height: 80px;
  flex-shrink: 0;
}

.inspection-create-task-ui-header-grid-2 {
  display: grid;
  grid-template-rows: 2rem 1fr;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  padding: 15px 5px 0;
  gap: 15px;
}

.inspection-create-task-ui-header-grid-1 > *:first-child .inspection-create-task-ui-header-grid-2 > *:first-child {
  cursor: pointer;
  padding: 0 6px;
  grid-row: 1;
}

.inspection-create-task-ui-header-grid-2 > *:nth-child(n+2) {
  grid-row: 1/3;
}

.inspection-create-task-breadcrumbs-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspection-flex-columns-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inspection-standard-LR-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-standard-LR-padding {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.inspection-standard-TB-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inspection-standard-TB-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inspection-inner-card-padding {
  padding: 15px;
}

.label-dark-blue {
  color: #284F99;
}

.inspection-create-asset-panel {
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  min-width: 440px;
  z-index: 2;
}

.inspection-create-asset-row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.inspection-create-asset-details-container {
  display: flex;
  flex-direction: column;
  height: 85%;
  overflow: auto !important;
}

.inspection-asset-detail-half {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 25px 0px;
  border-radius: 5px;
  width: 100%;
}

.inspection-asset-detail-full {
  gap: 10px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 25px 0px;
  border-radius: 5px;
}

.inspection-edit-asset-image-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspection-flex-columns-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inspection-standard-LR-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-standard-LR-padding {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.inspection-standard-TB-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inspection-standard-TB-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inspection-inner-card-padding {
  padding: 15px;
}

.label-dark-blue {
  color: #284F99;
}

.inspection-3d-view-btns {
  right: 2rem;
  top: 2rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  gap: 12px;
}

.inspection-3d-view-btns > button {
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 10px;
  border-radius: 4px;
  color: white;
  background-color: #232323;
  border: none;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.inspection-right-panel-open {
  transform: translateX(0);
}

.inspection-right-panel-closed {
  transform: translateX(100%);
}

.inspection-right-panel {
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  min-width: 440px;
  z-index: 2;
}
@media (max-width: 768px) {
  .inspection-right-panel {
    width: 100%;
    min-width: 0;
  }
}

.inspection-right-panel-extended {
  width: 50%;
  transition: width 0.4s ease-in-out;
}

.inspection-right-panel-shrink {
  width: 40%;
  transition: width 0.4s ease-in-out;
}

.inspection-right-panel-page, .inspection-assets-list-container, .inspection-task-list-panel {
  overflow: auto;
  scrollbar-color: rgb(214, 214, 214) transparent;
}

.inspection-task-list-panel {
  background-color: #F2F2F2;
}

.inspection-task-list-panel::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.inspection-task-list-panel::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.inspection-task-list-panel::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.inspection-assets-list-container::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.inspection-assets-list-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.inspection-assets-list-container::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.inspection-right-panel-page::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

.inspection-right-panel-page::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

.inspection-right-panel-page::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.inspection-right-panel-closed {
  transform: translateX(100%);
}

.inspection-page-header {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 0px #e6e6e6;
  flex-shrink: 0;
  padding: 0px 20px 0px 10px;
  height: 60px;
}

.inspection-page-header > * {
  margin: 0 0.5rem;
}

.inspection-page-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-overview-grid-1 {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 2rem 1.6rem 1rem;
}

.inspection-assets-list-grid-1,
.inspection-tasks-list-grid-1 {
  padding: 15px;
  margin-bottom: 15px;
}

.inspection-tasks-list-grid-1 {
  margin: 8px 16px;
}

.inspection-asset-sl-number {
  background-color: #E8E8E8;
  border-radius: 4px;
  padding: 5px;
}

.smart-tag-go-to-number {
  color: black;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.inspection-asset-index-button,
.positioned-smart-tag-go-to-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  border-radius: var(--corner-radius-s, 4px);
  border: 1px solid var(--layer-5, #E0E0E0);
  padding: 0 10px;
  cursor: pointer;
}

.unpositioned-smart-tag-go-to-button {
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: var(--Fine-6dp, 6px);
  border-radius: 24px;
  background: var(--secondary-50-e-8-e-8-e-8, #E8E8E8);
}

.inspection-task-edit-list-grid-1 {
  display: grid;
  grid-template-columns: 64px 1fr 35px;
  grid-template-rows: 30px 40px 20px;
  margin: 1.2rem 1.6rem 1.2rem;
  cursor: pointer;
}

.task-item-task-details-button {
  display: flex;
  padding: var(--padding-xs, 8px) var(--padding-l, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-m, 8px);
  border-radius: var(--corner-radius-s, 4px);
  border: 1px solid var(--layer-5, #E0E0E0);
  text-transform: none;
}

.inspection-edit-task-preview-1 {
  padding: 20px 0px;
}

.inspection-edit-task-preview-3 {
  padding: 20px 0px 50px 0px;
  overflow: auto;
}

.inspection-edit-task-preview-2 {
  margin: 10px 15px;
}

.inspection-edit-task-propagation-container {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px;
}

.inspection-task-list-grid-1 {
  display: grid;
  grid-template-columns: 64px 1fr 35px;
  grid-template-rows: 30px 30px 20px;
  margin: 1.2rem 1.6rem 1.2rem;
  cursor: pointer;
  place-self: start start;
}

.inspection-task-list-grid-2 {
  display: grid;
  grid-template-columns: 64px 1fr 35px;
  grid-template-rows: 30px 30px 20px;
  margin: 1.2rem 1.6rem 1.2rem;
  cursor: pointer;
}

.inspection-item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.018px;
  color: #333333;
  user-select: none;
}

.inspection-navigated-task {
  background-color: #e3f2fd;
  border: 0.5px solid #C2D5F7;
}

.inspection-asset-item-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 15px;
  color: #232323;
  margin: 0;
  padding-left: 20px;
  grid-column: 2;
  grid-row: 1;
  place-self: start start;
}

.inspection-asset-item-age {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  grid-row: 3;
  grid-column: 2;
  padding-left: 20px;
  place-self: start start;
}

.inspection-task-action-needed {
  color: #2f80ed;
  margin: 0;
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
  grid-column: 2;
  grid-row: 1;
  place-self: start start;
}

.inspection-task-room-name {
  color: #828282;
  padding-left: 20px;
  grid-column: 2;
  grid-row: 3;
  place-self: end start;
  font-family: "Manrope";
  font-weight: normal;
  font-size: 12px;
}

.inspection-task-list-item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.018px;
  color: #323232;
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding-left: 20px;
  grid-column: 2;
  grid-row: 2;
  place-self: end start;
}

.inspection-task-list-item-price {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.018px;
  color: #323232;
  grid-column: 3 span;
  grid-row: 3;
  place-self: end end;
}

.inspection-item-subtitle {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #828282;
  margin: 0;
  grid-column: 2;
  grid-row: 2;
  place-self: start start;
  font-style: normal;
}

.inspection-asset-item-subtitle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  margin: 0;
  padding-left: 20px;
  grid-column: 2;
  grid-row: 2;
  place-self: start start;
}

.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-grid-overview-btn, .inspection-grid-overview-btn-2 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  height: 60px;
  cursor: pointer;
  padding: 0 12px;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
  margin: 5px;
  text-align: left;
  width: 100%;
}

.inspection-grid-overview-btn-2 {
  grid-template-columns: repeat(2, max-content) 1fr;
}

.inspection-grid-overview-btn:hover, .inspection-grid-overview-btn-2:hover {
  background-color: rgba(240, 240, 240, 0.9);
}

.inspection-floor-item:hover {
  background-color: rgba(240, 240, 240, 0.9);
}

.inspection-grid-overview-btn-icon {
  background-color: #e3f2fd !important;
  color: #2f80ed !important;
}

.inspection-overview-task-price {
  grid-column: 3;
  grid-row: span 2;
  place-self: center end;
  font-weight: 500;
  line-height: 18px;
}

.inspection-floor-item {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  border: 1px solid #e6e6e6;
  height: 35px;
  padding: 12px;
  gap: 13px;
  border-radius: 4px;
  cursor: pointer;
}

.inspection-floor-item-doghnut-completed {
  border: 0.5rem solid #81c784;
  border-radius: 1rem;
  height: 0.5rem;
  width: 0.5rem;
}

.inspection-floor-item-doghnut-started {
  border-right: 0.5rem solid #FFC107;
  border-bottom: 0.5rem solid #FFC107;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #FFC107;
  border-radius: 1rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
}

.inspection-floor-item-doghnut-not-started {
  border: 0.5rem solid #E8E8E8;
  border-radius: 1rem;
  height: 0.5rem;
  width: 0.5rem;
}

.inspection-assets-list-header {
  display: flex;
  flex-direction: row;
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
}

.inspeciton-assets-count-grid {
  margin: 1.25rem 0rem 0.938rem 1.25rem;
  color: #828282;
}

.inspection-asset-info-filed {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 5px;
  border: 1px solid #e6e6e6;
  margin: 10px 5px;
  padding: 10px;
}

.inspection-asset-location {
  grid-column: 3;
  grid-row: 1;
  color: #2f80ed;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.inspection-task-location {
  grid-column: 3;
  grid-row: 1;
  color: #2f80ed;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.inspection-task-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 26px 8px 16px;
  color: #828282;
}

.inspection-status-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 10px;
  min-width: 20px;
  height: 20px;
  padding: 5px;
  font-weight: 400;
  font-size: 18px;
}

.inspection-status-dropdown {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 210px;
  height: 52px;
}

.inspection-center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.inspection-overview-price {
  background-color: #EFF4FC;
  border-radius: 5px;
  padding: 7px;
}

@media screen and (max-width: 1920px) {
  .inspection-right-panel-extended {
    width: 50%;
    transition: width 0.4s ease-in-out;
  }
  .inspection-right-panel-shrink {
    width: 40%;
    transition: width 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1440px) {
  .inspection-right-panel-extended {
    width: 55%;
    transition: width 0.4s ease-in-out;
  }
  .inspection-right-panel-shrink {
    width: 45%;
    transition: width 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1280px) {
  .inspection-right-panel-extended {
    width: 65%;
    transition: width 0.4s ease-in-out;
  }
  .inspection-right-panel-shrink {
    width: 55%;
    transition: width 0.4s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .inspection-right-panel-extended {
    width: 100%;
    transition: width 0.4s ease-in-out;
  }
  .inspection-right-panel-shrink {
    width: 100%;
    transition: width 0.4s ease-in-out;
  }
}
.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspection-flex-columns-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inspection-standard-LR-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-standard-LR-padding {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.inspection-standard-TB-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inspection-standard-TB-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inspection-inner-card-padding {
  padding: 15px;
}

.label-dark-blue {
  color: #284F99;
}

.inspection-task-edit-body {
  padding-bottom: 20px;
}

.inspection-edit-task-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem 0px;
}

.inspection-edit-task-image-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.inspection-edit-task-image-carousel-item {
  border-radius: 4px;
  object-fit: contain;
}

.inspection-note-image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: contain;
  margin: 5px;
}

.inspection-edit-task-image-carousel-item-selected {
  border: var(--Fine-null, 3px) solid var(--Secondary-700, #303030);
  border-radius: 4px;
}

.inspection-note-image-selected {
  padding: 3px;
  border: 3px solid #285DB8;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 4px;
}

.inspection-add-additional-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  height: 78px;
  width: 78px;
  margin: 5px 3px 3px 3px;
}

.inspection-edit-task-notes-title,
.inspection-edit-task-description-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #284F99;
  padding-top: 20px;
  padding-bottom: 8px;
}

.inspection-task-edit-item-container {
  padding-bottom: 10px;
}

.inspection-task-edit-items-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0px;
}

.inspection-task-edit-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  border-radius: 4px;
  padding: 0px 15px;
  background-color: #EFF4FC;
  color: #3E3E3E;
  margin-bottom: 10px;
}

.inspection-task-edit-count {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #284F99;
  color: white;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  margin-right: 15px;
}

.inspection-task-edit-remove-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-transform: none;
  width: 100%;
  cursor: pointer;
}

.inspection-edit-item-price-and-ppu-container {
  padding-bottom: 20px;
}

.inspection-task-edit-item-header-button {
  margin: auto 0;
}

.inspection-edit-task-item-quantity {
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2;
  border-radius: 4px;
}

.inspection-edit-task-add-item-button,
.inspection-edit-task-update-button,
.inspection-notes-download-images-button {
  width: 100% !important;
  height: 45px;
}

.inspection-edit-task-add-selected-items-button {
  background-color: #318EDC;
  color: white;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  width: 88%;
  left: 6%;
  bottom: 20px;
  height: 45px;
  z-index: 2;
}

.inspection-task-propagation-types {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  margin: 20px 1.6rem;
}

.inspection-edit-task-propagation-type-item {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  align-items: center;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  font-family: "Manrope";
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.inspection-edit-task-propagation-type-item-selected {
  background-color: #EFF4FC;
  border: 2px solid #3576E5;
  border-radius: 4px;
  align-items: center;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  font-family: "Manrope";
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
}

.inspection-task-propagation-type-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #E7EFFC;
  padding: 15px 1.6rem;
  align-items: center;
  border: 1px solid #e6e6e6;
}

.inspection-task-propagation-header-button {
  background-color: #EFF4FC;
  border: 1px solid #e6e6e6;
  color: #2f80ed;
  padding: 5px 20px;
  cursor: pointer;
}

.inspection-task-propagation-floor-container {
  display: flex;
  flex-direction: column;
  margin: 1.6rem;
}

.inspection-task-propagation-floor-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.inspection-task-propagation-rooms-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}

.inspection-task-propagation-room-not-selected {
  color: #333333;
  background-color: white;
  border: 2px solid #e6e6e6;
}

.inspection-task-propagation-room-selected {
  color: #333333;
  background-color: #EFF4FC;
  border: 2px solid #3576E5;
}

.inspection-task-propagation-original-room {
  background-color: #E8E8E8;
  color: #333333;
  display: flex;
  align-items: center;
  border-radius: 24px;
  padding: 10px 12px;
  font-family: "Manrope";
  font-size: 14px;
  cursor: pointer;
}

.inspection-task-propagation-room {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  font-family: "Manrope";
  text-align: center;
  border-radius: 18px;
  align-items: center;
  padding: 10px 15px 10px 5px;
  margin: 7px;
  cursor: pointer;
}

.category-list-menu {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.14));
  width: 256px;
  height: 448px;
}

.category-list-menu-item {
  padding: 8px;
  gap: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 64px;
  background: #FFFFFF;
  letter-spacing: 0.02em !important;
  color: #3E3E3E !important;
  font-size: 15px !important;
}

.category-list-menu-item:hover {
  background: #EFF4FC !important;
}

.task-sidebar-small-image-container {
  position: relative;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.task-sidebar-small-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.add-smart-tag-drag-drop-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  height: 80px;
  background-color: #232323;
  color: #ebebeb;
  z-index: 10;
  padding-left: 32px;
}
.tutorial-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tutorial-fixed-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
}

.tutorial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95%;
  justify-content: space-between;
  width: 100%;
}

.tutorial-header {
  display: flex;
  width: 95%;
  justify-content: space-between;
}

.tutorial-footer {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

.tutorial-step-view {
  color: white;
}

.tutorial-main-content-step-1 {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
}

.tutorial-bubble-text-wrapper {
  width: 250px;
  height: 100px;
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.tutorial-skip-button-label {
  color: white !important;
}

.tutorial-main-content-step-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 98%;
  height: 95%;
  justify-content: space-between;
}

.tutorial-main-content-step-3 {
  width: 100%;
  height: 100%;
}

.tutorial-main-content-step-1-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}
.scan-information {
  background-color: white;
  padding: 12px 24px 36px 24px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 7px;
}

.scan-information-title {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scan-information-content {
  display: flex;
  gap: 10px;
  padding: 15px 0px;
}

.scan-information-header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 3px;
}
.scan-information-header h3 {
  margin: 0;
  font-weight: 500;
  color: #344054;
}

.scan-information-email {
  display: flex;
  align-items: center;
  gap: 5px;
}
.scan-information-email h3 {
  margin: 0;
  font-weight: 500;
  color: #3576E5;
}

.scan-information-icon {
  padding: 5px;
  width: 20px;
  height: 20px;
  color: #3576E5;
  border: 2px solid #EFF4FC;
  background-color: #EFF4FC;
  border-radius: 50%;
}
.inspection-flex-columns {
  display: flex;
  flex-direction: column;
}

.inspection-flex-rows {
  display: flex;
  flex-direction: row;
}

.inspection-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspection-flex-columns-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inspection-standard-LR-margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.inspection-standard-LR-padding {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.inspection-standard-TB-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.inspection-standard-TB-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inspection-inner-card-padding {
  padding: 15px;
}

.label-dark-blue {
  color: #284F99;
}

.inspection-notes-left-panel {
  position: absolute;
  background-color: #F1F3F6;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  min-width: 300px;
  z-index: 4;
  transition: transform 0.4s ease-in-out;
}

.inspection-notes-left-panel-closed {
  transform: translateX(-100%);
}

.inspection-show-notes-btn {
  left: 2rem;
  top: 2rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  gap: 12px;
}

.inspection-show-notes-btn > button {
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 10px;
  border-radius: 4px;
  color: white;
  background-color: #232323;
  border: none;
  cursor: pointer;
  z-index: 2;
}

#notes-left-panel-container::-webkit-scrollbar {
  display: block;
  width: 9px;
  margin-right: 1px;
}

#notes-left-panel-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(158, 158, 158);
}

#notes-left-panel-container::-webkit-scrollbar-thumb:hover {
  background: rgb(133, 133, 133);
}

.applies-to-room-section,
.pending-section,
.done-section,
.priority-section {
  color: #3A3A3C;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  border-radius: 3;
  padding: 2px 6px;
}

.applies-to-room-section {
  background-color: #F2F2F2;
  align-self: flex-start;
}

.pending-section {
  background-color: #FFF8D7;
}

.done-section {
  background-color: #DCFED5;
}

.priority-section {
  background-color: #FFDDD7;
}

.inspection-notes-download-images-button {
  background-color: white;
  color: #3E3E3E;
  border: 1px solid #E8E8E8;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.rr-big-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.rr-big-container .rr-first-inner-container {
  padding: 16px;
  outline: 1px solid #F2F2F2;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.rr-big-container .rr-first-inner-container .rr-first-inner-container-small {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.rr-big-container .rr-second-inner-container {
  padding: 16px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rr-big-container .rr-second-inner-container .first-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rr-big-container .rr-second-inner-container .first-container .label-text-1 {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.14px;
}
.rr-big-container .rr-second-inner-container .first-container .label-text-2 {
  color: #303030;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.14px;
}
.rr-big-container .rr-second-inner-container .second-container {
  background-color: white;
  border-radius: 5px;
  padding: 10px 10px 10px 12px;
  gap: 10px;
  align-self: right;
}
.rr-big-container .rr-third-inner-container {
  padding: 16px;
  outline: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rr-big-container .rr-third-inner-container .text-label {
  color: #284F99;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12px;
}
.modal-header-text {
  color: var(--secondary-700303030, #303030);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.modal-description-text {
  color: var(--secondary-300787878, #787878);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
