@layer base {
  h1 {
    @apply font-bold; }

  h2 {
    @apply font-medium; }

  h3 {
    @apply font-bold; } }
#loadingIndicator, .loading-block {
  display: none;
  /* Initially hidden */
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 20%;
  font-size: 24px;
  color: #333;
  align-items: center;
  justify-content: center; }
  #loadingIndicator.fixed, .loading-block.fixed {
    position: fixed;
    z-index: 11112; }

.sing-title {
  font-size: 24px;
  color: #484848;
  margin-top: 0;
  font-weight: bold; }

.font-12 {
  font-size: 12px; }

.color-gray {
  color: #8C8C8C; }

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

.items-center {
  align-items: center; }

.w-50 {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1; }

.pr-8 {
  padding-right: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.my-3 {
  margin: 12px 0; }

.pl-16 {
  padding-left: 16px; }

.pb-8 {
  padding-bottom: 8px; }

.form-field {
  padding: 5px 0; }
  .form-field.flex {
    display: flex; }
  .form-field input, .form-field textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 12px;
    border: 1px solid #D1D5DB;
    background: #F9FAFB; }
    .form-field input.error-field, .form-field textarea.error-field {
      background: #FDF2F2;
      border: 1px solid #F05252; }
  .form-field label {
    color: #101010;
    font-size: 12px;
    font-weight: 500; }
  .form-field select {
    width: 100%;
    outline: none;
    font-size: 12px;
    border: 1px solid #D1D5DB;
    background: #F9FAFB;
    min-height: 38px;
    height: 100%;
    padding-left: 10px; }

.sign-btn {
  width: 195px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 20px auto;
  padding: 11px 1px;
  text-transform: none;
  cursor: pointer; }

#add-room.link, a.link {
  color: #56B147;
  font-size: 12px;
  cursor: pointer; }

.full-width {
  width: 100% !important; }

.form-error {
  padding: 10px 0;
  font-size: 12px;
  color: #6A1616; }

.form-success {
  padding: 10px 0;
  font-size: 12px;
  color: #56b147; }

#resend-verification-btn {
  border: none; }

.ml-auto {
  margin-left: auto !important;
  margin-right: 0 !important; }

.pum-close.popmake-close {
  width: 16px !important;
  height: 16px !important;
  background: url("img/close.png") center no-repeat !important;
  background-size: contain !important; }

.pointer {
  cursor: pointer; }

.sing-form .sing-title {
  padding-bottom: 20px; }
.sing-form.hidden {
  display: none; }
.sing-form label {
  display: block;
  padding-bottom: 5px;
  color: #484848;
  font-size: 14px;
  font-weight: 300; }
.sing-form .font-12 {
  font-size: 12px; }
.sing-form .divider:before, .sing-form .divider:after {
  content: "";
  -ms-flex: 1 1;
  flex: 1 1;
  border-bottom: 1px solid #cecece;
  margin: auto; }
.sing-form .divider:after {
  margin-left: 10px; }
.sing-form .display:before {
  margin-right: 10px; }
.sing-form .divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0; }
.sing-form hr {
  border: 0;
  border-bottom: 1px solid #cecece;
  padding-top: 10px; }
.sing-form .sign-up-btn {
  background: #000;
  width: 100%;
  border: 0;
  color: #fff;
  padding: 20px;
  text-align: center;
  cursor: pointer; }
.sing-form input[type='checkbox'] {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 0; }
.sing-form #registration-message {
  color: #56B147; }
.sing-form .loader {
  font-size: 10px;
  margin: 40px auto 0;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(72, 72, 72, 0.1);
  border-right: 5px solid rgba(72, 72, 72, 0.1);
  border-bottom: 5px solid rgba(72, 72, 72, 0.1);
  border-left: 5px solid #56b147;
  transform: translateZ(0);
  animation: a 1.1s infinite linear; }

.text-primary {
  color: #56b147; }

.single-favorites .products__right {
  padding-top: 30px; }

.my-project, .single-favorites {
  padding: 30px 0; }
  .my-project hr, .single-favorites hr {
    border: 0;
    border-bottom: 1px solid #cecece;
    padding-top: 10px; }
  .my-project .left-sidebar, .single-favorites .left-sidebar {
    flex-basis: 275px;
    margin-right: 40px;
    min-width: 275px; }
    .my-project .left-sidebar .sing-title, .single-favorites .left-sidebar .sing-title {
      text-align: center; }
  .my-project .sing-title, .single-favorites .sing-title {
    font-size: 20px;
    line-height: 1.5; }
  .my-project hr, .single-favorites hr {
    padding-top: 0;
    margin-bottom: 5px; }
  .my-project .main-content, .single-favorites .main-content {
    flex-shrink: 1;
    flex-grow: 1; }

.left-menu {
  padding-top: 20px; }

.user-menu li {
  padding: 2px 0; }
  .user-menu li a {
    display: block;
    background: rgba(85, 177, 71, 0.05);
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
    color: #484848;
    font-family: "Inter", sans-serif; }
    .user-menu li a.is-active, .user-menu li a:hover {
      background: rgba(85, 177, 71, 0.15); }
  .user-menu li.current-menu-item a {
    background: rgba(85, 177, 71, 0.15); }

#resend-email {
  display: none; }

.fav-block {
  width: 100%;
  height: 131px;
  border: 1px solid #cecece;
  display: flex;
  overflow: hidden; }
  .fav-block__left {
    flex: 0 0 66%;
    max-width: 66%;
    border-right: 1px solid #cecece; }
  .fav-block__right {
    flex: 0 0 34%;
    max-width: 34%; }
    .fav-block__right-top {
      height: 64px;
      overflow: hidden; }
    .fav-block__right-bottom {
      height: 64px;
      border-top: 1px solid #cecece; }

.fav-categories {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px; }

.add-category-btn {
  height: 36px;
  width: 80px;
  padding: 0 !important; }

#new-category-name {
  width: 120px; }

.fav-title {
  margin: 5px 0;
  font-size: 14px; }
  .fav-title a {
    color: #484848; }

.edit-category, .edit-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  cursor: pointer;
  background: url("img/edit.svg") center no-repeat !important;
  background-size: contain; }

.create-project-block {
  position: relative; }
  .create-project-block h3 {
    font-size: 16px;
    font-weight: bold; }
  .create-project-block .create-project-popup {
    width: 300px;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #cecece;
    display: none;
    right: 0; }
    .create-project-block .create-project-popup .btn {
      height: 40px;
      padding: 10px;
      margin-left: 20px;
      line-height: 1; }

.btn-small {
  padding: 0 15px;
  height: 40px;
  margin-left: 10px; }

.flat-header h3 {
  margin: 12px 0; }

.project-details {
  border: 1px solid #D1D5DB; }
  .project-details__header {
    background: #56b147;
    color: #ffffff;
    padding: 10px; }
  .project-details__content {
    padding: 10px; }

.add-product-block, .add-favorite-block, .modal-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 11111;
  top: 0; }
  .add-product-block.custom-modal, .add-favorite-block.custom-modal, .modal-container.custom-modal {
    display: block; }
  .add-product-block #add-product-to-room-form, .add-product-block #add-favorites-form, .add-favorite-block #add-product-to-room-form, .add-favorite-block #add-favorites-form, .modal-container #add-product-to-room-form, .modal-container #add-favorites-form {
    width: 500px;
    background: #ffffff;
    margin: 50px auto;
    padding: 32px 40px;
    position: relative; }
  .add-product-block hr, .add-favorite-block hr, .modal-container hr {
    border: 0;
    border-bottom: 1px solid #cecece;
    padding-top: 10px; }

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("img/close-icon.svg") center no-repeat !important; }

.edit-fav-form-block {
  width: 300px;
  background: #ffffff;
  margin: 50px auto;
  padding: 20px;
  position: relative; }

.bg-gray {
  background: #F6F6F6; }
  .bg-gray select {
    width: 360px;
    height: 44px;
    background: white;
    border: 1px solid #D0D0D0; }

.ordering-block {
  padding: 6px 18px;
  margin-top: 16px; }
  .ordering-block .add-to-project-btn {
    padding: 12px 16px;
    background: #484848;
    border: 0;
    color: #ffffff;
    cursor: pointer; }

.modal-open {
  overflow: hidden; }

#addNewFavList {
  width: 195px;
  height: 134px;
  border: 1px solid #0A0A0A;
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  text-decoration: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  cursor: pointer; }

.add-fav-form-block {
  display: none; }

.flat-details {
  border: 1px solid #cecece;
  padding: 16px 20px;
  font-size: 12px;
  border-radius: 8px; }
  .flat-details__header {
    background: rgba(153, 153, 153, 0.1);
    padding: 8px 10px; }
  .flat-details .flat-room-list {
    display: flex;
    border-bottom: 1px solid #cecece;
    padding: 10px 0; }
    .flat-details .flat-room-list:first-child {
      padding-top: 30px; }
    .flat-details .flat-room-list:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .flat-details .flat-room-list .first-col {
      width: 200px; }

.flat-room-details {
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  padding: 20px 0; }
  .flat-room-details h3 {
    padding-bottom: 20px; }
  .flat-room-details .products__right .item__name {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300; }

#add-to-favorite-folder {
  background: none;
  border: none;
  cursor: pointer; }

.btn-trnt {
  background: none;
  border: none;
  font-size: 12px;
  padding: 5px 20px;
  cursor: pointer; }

.add-btn {
  background: url("img/add.svg") left center no-repeat !important; }

.delete-btn {
  background: url("img/delete.svg") left center no-repeat !important; }

.print-btn {
  background: url("img/print.svg") left center no-repeat !important; }

.lock-btn {
  background: url("img/lock.svg") center center no-repeat !important;
  background-size: contain;
  height: 20px; }
  .lock-btn:hover {
    background: url("img/lock-hover.svg") center center no-repeat !important; }

.edit-btn {
  display: block;
  padding: 0 !important;
  height: 14px;
  min-width: 24px;
  cursor: pointer;
  background: url("img/edit.svg") center no-repeat;
  background-size: contain; }

.link {
  color: #56B147;
  font-size: 12px;
  cursor: pointer; }

.remove-btn {
  background: #D04648;
  border: 0;
  width: 120px;
  display: block;
  color: #ffffff;
  height: 41px;
  margin: 0 10px; }

.cancel-btn {
  background: #F6F6F6;
  border: 0;
  width: 120px;
  color: #000000;
  height: 41px;
  margin: 0 10px; }

.btn-save-icon {
  background: url("img/save-icon.svg") center no-repeat !important; }

.btn-cancel-icon {
  background: url("img/close-icon.svg") center no-repeat !important; }

.btn-favorite {
  background: url("img/favorite.svg") center no-repeat !important;
  width: 20px;
  height: 20px; }

.btn-copy {
  background: url("img/copy.svg") center no-repeat !important;
  width: 20px;
  height: 20px; }

.btn-favorite.is-favorite {
  background: url("img/favorite-fill.svg") center no-repeat !important; }

.btn-primary {
  background: #56b147;
  border: 0;
  width: 120px;
  color: #ffffff;
  height: 41px;
  margin: 0 10px; }

.products-block {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: auto;
  grid-gap: 12px; }

.room-product {
  display: flex;
  border-bottom: 1px solid #D1D5DB;
  padding: 20px 0; }

.move-room-section .create-room-option {
  display: none; }

.gallery-count-block {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px; }

.project-img {
  width: 75px;
  height: 75px;
  background-size: cover;
  border: 1px solid #D1D5DB;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 10px; }
  .project-img a {
    display: block;
    width: 100%;
    height: 100%; }

.room-table {
  width: 100%; }
  .room-table th {
    text-align: left;
    padding: 10px;
    white-space: nowrap; }
  .room-table td {
    border-top: 1px solid #D1D5DB;
    padding: 10px;
    text-align: left; }
  .room-table tfoot th {
    background: rgba(153, 153, 153, 0.1); }

.delete-post-type-btn {
  display: flex;
  align-items: center; }

.room-table-block {
  width: 100%;
  max-height: 200px;
  max-width: 850px;
  overflow: auto;
  padding-bottom: 10px;
  display: none;
  box-sizing: border-box; }

#burger-button {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer; }

#burger-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease; }

#burger-button span:nth-child(1) {
  top: 0; }

#burger-button span:nth-child(2) {
  top: 8px; }

#burger-button span:nth-child(3) {
  top: 16px; }

#burger-button.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px); }

#burger-button.open span:nth-child(2) {
  opacity: 0; }

#burger-button.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px); }

.delete-file-button {
  width: 15px;
  height: 15px;
  background-size: contain !important;
  padding-right: 0; }


/*# sourceMappingURL=global.css.map */
