.tutorials__root .no-transition-wrapper .auto .popup {
  height: 90%;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Outfit", sans-serif !important;
}
#configurator-container {
  width: 100%;
  height: 100%;
}

.pop-up-container,
.shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
}
.pop-up-container {
  z-index: -1;
}

.shadow {
  background: black;
  opacity: 0.4;
}
.pop-up--show {
  z-index: 10000000;
}
.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 700px;
  height: fit-content;
  max-height: 90%;
  padding: 25px 10px;
  background: white;
  box-sizing: border-box;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.hide {
  display: none;
}

.client-form-data {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.client-form-data form {
  width: 95%;
  padding: 5px;
  margin: auto;
}

div.submit button {
  color: #0b9892;
  background-color: white;
  border-color: #0b9892;
  width: 120px;
  height: 45px;
  border-radius: 30px;
  margin-top: 5px;
  text-transform: uppercase;
}

.form-horizontal-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
}

.form-group {
  width: 45%;
}

.comments-form-group {
  width: 100%;
}

.three-block-form-group {
  width: 30%;
}

.form-control {
  background-color: #e6e6e6;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  height: 30px;
}

.comments-form-control {
  height: 80px;
}

.upload-file-input-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.upload-file-input-container > input {
  display: none;
}

label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.submitted-popup {
  min-width: 750px;
  width: 750px;
  background: #e6e6e6;
  padding: 70px 80px;
  height: 76vh;
  background-image: url("https://krowne.com/floordesigner/assets/checkmark_gray.png");
  background-repeat: no-repeat;
  background-position: bottom -50px right -200px;
  background-size: 450px;
}

.submitted-popup-top-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.submitted-popup-top-block-buttons-container {
  display: flex;
  flex-direction: column;
}

.submitted-popup-top-block-button {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 1px;
}

.facebook {
  border: 1px solid #4769af;
  color: #4769af;
}

.twitter {
  border: 1px solid black;
  color: black;
}

.linkedin {
  border: 1px solid #0070b0;
  color: #0070b0;
}

.submitted-popup-main-block {
  display: flex;
  flex-direction: column;
}

.submitted-popup-main-block-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.submitted-popup-main-block-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.submitted-popup-list {
  margin-bottom: 20px;
}

.submitted-popup-list-item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 8px;
}

.start-a-new-design-button {
  width: 170px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #1e9993;
  color: #1e9993;
  border-radius: 15px;
  letter-spacing: 1px;
  font-size: 10px;
}

.submitted-popup-share-link-input-container {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.submitted-popup-share-link-label {
  background-color: transparent;
  border: 1px solid black;
  border-right: none;
  height: 30px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 8px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.submitted-popup-share-link-input {
  background-color: transparent;
  border: 1px solid black;
  height: 30px;
  width: 45%;
  border-right: none;
  padding: 0 5px;
  margin-bottom: 0px !important;
}

.submitted-popup-share-link-copy-button {
  background-color: #1e9993;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
  height: 30px;
  width: 60px;
  font-size: 8px;
  font-weight: 600;
}

.submitted-popup-share-link-copy-button:active {
  background-color: #7aceca;
}

.submitted-popup-divider {
  display: none;
}

.submitted-popup-top-block-buttons-container-mobile {
  display: none;
}

.submitted-popup-close-button {
  border: none;
  background-color: transparent;
  margin-left: calc(100% + 30px);
  margin-top: -45px;
  font-size: 18px;
  cursor: pointer !important;
  opacity: 80%;
}

@media (max-width: 415px) {
  .patent-container {
    display: flex;
    justify-content: center;
  }

  .form-horizontal-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .pop-up {
    width: 90%;
    min-width: 280px;
  }

  .form-group {
    width: 100%;
    margin-bottom: 10px;
  }

  .comments-form-group {
    width: 100%;
  }

  .three-block-form-group {
    width: 45%;
  }

  .three-form-horizontal-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .three-block-form-group-first-element {
    width: 60%;
  }

  .three-block-form-group-third-element {
    margin-right: 0;
    margin-left: 30px;
  }

  .form-control {
    background-color: #e6e6e6;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: none;
    height: 25px;
    border-radius: 0;
  }

  .comments-form-control {
    height: 100px !important;
  }

  .submitted-popup-top-block-buttons-container {
    display: none;
  }

  .submitted-popup-top-block {
    justify-content: center;
  }

  .submitted-popup-main-block {
    align-items: center;
  }

  .submitted-popup-main-block > span {
    text-align: center;
  }

  .submitted-popup {
    padding: 40px 20px;
  }

  .submitted-popup-main-block-title {
    margin-top: 30px;
  }

  .submitted-popup-main-block-subtitle {
    font-size: 12px;
    width: 60%;
    font-weight: 600;
  }

  .submitted-popup-divider {
    width: 100%;
    height: 1px;
    background-color: black;
    display: block;
    margin: 20px 0;
  }

  .submitted-popup-main-block-subtitle-second {
    width: 100%;
  }

  .submitted-popup-top-block-buttons-container-mobile {
    display: block;
    margin-top: 20px;
  }

  .submitted-popup-share-link-input-container {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
  }
}

.browse-button {
  width: 150px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  border: 1.5px dashed black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.browse-button:hover {
  color: #0b9892;
  border-color: #0b9892;
}

@media (max-width: 430px) {
  .form-horizontal-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .comments-form-group {
    width: 100%;
  }
  
  .three-block-form-group {
    width: 45%;
  }
  
  .three-form-horizontal-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .three-block-form-group-first-element {
    width: 60%;
  }
  
  .three-block-form-group-third-element {
    margin-right: 0;
    margin-left: 30px;
  }
  
  .form-control {
    background-color: #e6e6e6;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: none;
    height: 25px;
    border-radius: 0;
  }
  
  .comments-form-control {
    height: 100px !important;
  }
  }

  @media (max-width: 441px) {
    .help-popup-data-container {
      display: flex;
      flex-direction: column;
    }
  
    .help-popup-data-col {
      padding: 0 15px;
      margin-bottom: 50px;
    }
  }
  
  .help-popup-got-it-button {
    align-self: center;
    margin-top: 20px;
    background-color: transparent;
    border: 1.5px solid #1e9993;
    color: #1e9993;
    font-size: 14px;
    border-radius: 12px;
    padding: 5px 30px;
    font-weight: 600;
  }
  
  .desktop-text {
    display: none;
  }
  
  @media (min-width: 1024px) {
    .mobile-text {
      display: none;
    }
    .desktop-text {
      display: block;
    }
  }
  
  .support-button {
    background-color: transparent;
    border: 1px solid #1e9993;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: transform 0.2s ease;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5000;
    animation-name: supportAttentionGrabber;
    animation-duration: 0.75s;
    animation-delay: 10s;
    animation-iteration-count: 4;
  }

  @keyframes supportAttentionGrabber {
  0% {
    transform: scale(1.0) rotate3d(0, 0, 0, 0);
    background-color: transparent;
  }
  50% {
    transform: scale(1.5) rotate3d(0, -1, 0, 25deg);
    background-color: #1e9993;
  }
  100% {
    transform: scale(1.0) rotate3d(0, 0, 0, 0);
    background-color: transparent;
  }
}
  
  .support-button:hover {
    transform: scale(1.1);
  }
  
  /* help popup */
  
  .help-popup {
    background-color: #f2f2f2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    width: 900px;
   
  }
  
  .help-popup-data-container {
    display: flex;
  }
  
  .help-popup-data-col-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .help-popup-data-col {
    padding: 40px;
    padding-top: 0;
  }
  
  .help-popup-data-col-left {
    border-right: 0.5px solid rgb(179, 179, 179);
  }
  
  .help-popup-data-col-right {
    border-left: 0.5px solid rgb(179, 179, 179);
  }
  
  .help-popup-data-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .help-popup-data-item:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .help-button-data-item-content-block {
    width: 65%;
  }
  
  .help-popup-data-item-title {
    font-size: 16px;
    font-weight: 600;
  }
  
  .help-popup-data-item-description {
    font-size: 12px;
  }
  
  .help-popup-item-image {
    width: 50px;
    object-fit: contain;
  }
  
  @media (max-width: 441px) {
    .help-popup-data-container {
      display: flex;
      flex-direction: column;
    }
  
    .help-popup-data-col {
      padding: 0 15px;
      margin-bottom: 50px;
    }
  }
  
  .help-popup-got-it-button {
    align-self: center;
    margin-top: 20px;
    background-color: transparent;
    border: 1.5px solid #1e9993;
    color: #1e9993;
    font-size: 14px;
    border-radius: 12px;
    padding: 5px 30px;
    font-weight: 600;
  }
  
  .desktop-text {
    display: none;
  }
  
  @media (min-width: 1024px) {
    .mobile-text {
      display: none;
    }
    .desktop-text {
      display: block;
    }
  }
  
  /* support form */
  #supportForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  
  #supportForm input,
  #supportForm textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
  }
  
  #supportForm button {
    padding: 10px;
    background-color: #1e9993;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  #supportForm button:hover {
    background-color: #1e9993;
  }
  
  .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #333;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .header-buttons-container {
    display: flex;
    align-items: center;
  }
  
  .support-button {
    background-color: transparent;
    border: 1px solid #1e9993;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: transform 0.2s ease;
  }
  
  .support-button:hover {
    transform: scale(1.1);
  }
  
  .header-button {
    height: 33px;
    background-color: #1e9993;
    color: #ffffff;
    border: none;
    border: 1px solid #e7e7e7;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-left: 11px;
    padding-right: 11px;
    position: absolute;
    right: 65px;
    top: 20px;
    cursor: pointer;
    z-index: 5000;
  }
  
  .submitted-popup-close-button {
    background-color: transparent;
    border: none;
    color: grey;
    font-size: 24px;
    font-weight: bold;
    text-align: end;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .upload-file-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }