

 body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
}
.rml-pos {
  position: relative !important;
}

.configurator-container {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column-reverse;
}
.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%);
  width: 20%;
  min-width: 685px;
  height: 80%;
  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: #fff;
  border: none;
  background: #2678AB !important;
  width: 150px;
  height: 50px;
  border-radius: 30px;
  margin-top: 5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: white;
  font-size: 12px;
  font-weight: 700;
}

#submit-form-button:disabled {
  opacity: 0.5;
}

div.submit button:hover {
  background: #2678AB !important;
  
}

.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%;
}

label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 700;

}

.form-control {
  background-color: #e6e6e6;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border: none;
  height: 25px;
  border-radius: 0;
  font-size: 15px !important;
}

.comments-form-control {
  min-height: 80px !important;
}

.upload-file-input-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.upload-file-input-container > input {
  display: none;
}

.browse-button {
  width: 150px;
  height: 50px;
  font-size: 12px;
  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;
  padding: 5px
}

.copied-label {
  margin-top: -25px;
}

.invisible {
  opacity: 100%;
}

.browse-button:hover {
  color: #2678AB;
  border-color: #2678AB;
}

.submit-form-popup {
  min-height: 700px;
}

/* starting page */

.starting-page-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-left: 70px;
}

.header-logo {
  width: 200px;
}

.main-logo {
  width: 380px;
}

.starting-page-main,
.select-page-main {
  background: #f2f2f2;
  height: calc(100vh - 85px);

  overflow: hidden;
}

.starting-page-main-container,
.select-page-main-container {
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  padding-bottom: 25px;
  padding-right: 70px;
  padding-left: 70px;
}

.starting-page-main-container-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 60px;
}

.starting-page-main-container-title-block-part {
  display: flex;
  flex-direction: column;
}

.starting-page-cards-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.starting-page-cards-inner-block {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.starting-page-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #2678AB;
  margin-top: 25px;
  letter-spacing: 0.4px;
  margin-left: 100px;
}

.toggles-block {
  display: flex;

}

.starting-page-units-slider-block {
  width: 100%;
  display: flex;
  align-items: center;
justify-content: flex-end;
  align-self: flex-end;
  margin-bottom: -5px;
}

.select-page-option-card,
.favorites-card {
  width: 28%;
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease-in-out;
  /* max-width: 350px; */
  flex: 0 1 33%;
  max-width: 33%; 
  min-width: 200px; 
  aspect-ratio: 4/3;
}

.starting-page-option-card {
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease-in-out;
  padding: 30px 40px;

  max-width: 707px;
  font-size: 2vw;

  flex: 0 1 33%;
  max-width: 33%; 
  min-width: 200px; 
}

.starting-page-option-card:not(:last-child) {
  margin-right: 34px;
}

.starting-page-option-card:hover,
.select-page-option-card:hover,
.favorites-card:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.select-page-option-card {
  height: 540px !important;
  justify-content: flex-start !important;
  padding-top: 30px;
}

.starting-page-option-card-image {
  width: auto;
  height: 200px;
  margin-bottom: 20px;
}

.smooth-border {
  display: block;
  border-radius: 10px; /* Налаштуйте за потребою */
  background: radial-gradient(circle, grey, rgba(255, 255, 255, 0));
  -webkit-mask-image: radial-gradient(circle, grey, transparent);
  mask-image: radial-gradient(circle, grey, transparent);
}

.select-page-option-card-title1 {
  font-size: 1.8vw;
  font-weight: 700;
  line-height: normal;
  margin-right: 7px;
}

.starting-page-option-card-title2,
.select-page-option-card-title2 {
  font-size: 24px;
  font-weight: 700;
  color: #2678AB;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}

.starting-page-option-card-title2 {
  margin-bottom: 15px;
}

.starting-page-option-card-subtitle {
  font-size: 1.05vw;
  text-align: center;
  margin-top: 6px;
  line-height: normal;
}

.patent-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.starting-page-patent {
  align-self: flex-end;
  font-size: 12px;
  margin-top: 15px;
}

/* select page */

.select-page-main-container {
  padding: 110px;
}

.select-page-title {
  font-size: 20px;
  color: #2678AB;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.select-page-title-container {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-page-option-card-title2::after {
  content: none;
}

/* slider */

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
/* .glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
 
} */

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  margin-top: 50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(196, 196, 196);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(148, 148, 148);
}

.glider-slide {
  min-width: 270px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  background: #ccc;
  width: 70px;
  height: 12px;
  margin-top: 20px;
}

.glider-dot:first-child {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

.glider-dot:last-child {
  border-bottom-right-radius: 999px;
  border-top-right-radius: 999px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a3a3a3;
}

/* @media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
} */

.favorites-item {
  width: 25% !important;
  height: 300px !important;
  max-width: 350px;
}

/* select options page */

.options-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.options-cards-inner-block {
  display: flex;
  justify-content: center;
  width: 100%;
}

.options-cards-inner-second-block {
  justify-content: center;
}

.select-page-option-card:not(:last-child) {
  margin-right: 50px;
}

.choose-option-page-container {
  padding-top: 41px;
  padding-bottom: 0;
}

.choose-option-image {
  width: 250px;
  margin-bottom: 50px;
}

.choose-option-after-card-title {
  text-align: center;
}

.recomended-subtitle {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

.choose-option-after::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
  margin: 10px 0;
}

.remove-after-pseudo::after {
  content: none;
}

.option-advantages-list {
  margin-top: 10px;
  font-size: 12px;
}

.legs-option-image {
  margin-bottom: 63px;
}

.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;
}

/* submitted-popup */

.submitted-popup {
  min-width: 440px;
  width: 440px;
  background: #FFF;
  border-radius: 20px;
  padding: 32px;
  background-size: 450px;
  height: fit-content;
}

.submitted-popup-main-block {
  display: flex;
  flex-direction: column;
}

.submitted-popup-main-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.submitted-popup-main-block-title {
  color: #0E121B;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.176px;
}
.submitted-popup-main-block-subtitle {
  color: #525866;
text-align: center;
font-family: Inter, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px;
letter-spacing: -0.176px;
}

.submitted-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submitted-popup-list-item {
  color: #0E121B;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.084px;
}

.submitted-popup-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.submitted-popup-list-item::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("./img/checked-icon.svg");
  background-size: contain;
  content: '';
  margin-right: 8px;
  margin-bottom: -2.5px;
}

.start-a-new-design-button {
  color: #0E121B;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.084px;
text-decoration-line: underline;
background: none;
border: none;
width: fit-content;
align-self: center;
}

.submitted-popup-share-link-copy-button:active {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 100%), #c21722;
}

.submitted-popup-divider {
  width: 100%;
  height: 1px;
  background-color: #E1E4EA;
  margin: 24px 0;
}

.submitted-popup-new-design-label {
  color: #525866;
text-align: center;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
letter-spacing: -0.084px;
margin-bottom: 4px;
}

.submitted-popup-share-link-copy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 10px;
  border-radius: var(--radius-10, 10px);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 100%), #ec1c2a;
color: #FFF;
font-family: Inter, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
letter-spacing: -0.096px;
border: none;
margin: 24px 0;
cursor: pointer;
}

/* favorites */

.favorites-scrollable-block {
  overflow-y: auto;
  overflow-x: clip;
  padding: 10px;
}

.favorites-scrollable-block > .glider-track {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}


.favorites-card {
  /* width: 25% !important; */
  margin: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.favorites-floorplan-card {
  width: 50% !important;
}

.favorites-card-image {
  height: 120px;
}

.favorites-scrollable-block > div {
  flex-wrap: wrap;
}

.favorites-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #2678AB;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.favorites-card-subtitle {
  font-size: 14px;
}

@media (max-width: 1289px) {

.starting-page-option-card-image {
  height: 170px;
}
}

@media (max-width: 1144px) {

  .starting-page-option-card-image {
    height: 100px;
  }
  }

@media (max-width: 821px) {
  .starting-page-cards-block {
    padding: 0 20px;
    margin: auto;
  }

  .starting-page-option-card-subtitle {
    font-size: 16px;
  }

  .starting-page-option-card-image {
    height: 120px;
  }

  .starting-page-cards-block,
  .options-container {
    display: inline-block;
  }

  .glider {
    display: flex;
  }

  .favorites-scrollable-block {
    display: block;
    height: 600px;
  }

  .favorites-card-image {
    width: 150px;
  }

  .favorites-card {
    width: 100% !important;
  }

  .starting-page-main-container {
    width: 100%;
  }

  .starting-page-option-card {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .options-cards-inner-second-block {
    justify-content: flex-start;
  }

  .select-page-option-card {
    min-width: 320px;
    width: 320px;
    justify-content: flex-start;
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .select-page-title {
    font-size: 16px;
    width: 80%;
    margin: 30 auto;
  }

  .select-page-title-container {
    margin-top: 30px;
  }


}

@media (max-width: 430px) {
  /* .configurator-container {
    height: calc(100vh - 180px);
    margin-top: -60px;
  } */
  .header-button {
    font-size: 10px;
  }

  .starting-page-main,
.select-page-main {
  height: calc(100vh - 65px);

}

.starting-page-option-card {
  padding: 20px 30px;
}

  .main-logo {
    width: 260px;
  }

  .starting-page-subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
  
  }

  .starting-page-main-container-title-block {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 0;
  }

  .starting-page-main-container {
    padding: 15px;
  }

  .select-page-main-container,
  .choose-option-page-container {
    padding: 15px;
  }

  .choose-option-after-card-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .straight-image {
    height: 90px !important;
  }

  .favorites-scrollable-block {
    height: 400px;
  }

  .favorites-card {
    width: 80% !important;
    max-width: 80% !important;
    aspect-ratio: unset;
    margin: auto;
    margin-bottom: 15px
  }

  .submit-form-popup {
    min-height: 0;
  }



  .favorites-floorplan-card {
    padding-top: 25px;
  }

  .select-page-option-card:not(:last-child) {
    margin-right: 20px;
  }

  .header-logo {
    width: 130px;
  }

  .starting-page-header {
    justify-content: center;
    padding: 0;
    height: 55px;
  }

  .starting-page-patent {
    font-size: 8px;
  }

  .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%;
  }

  .select-page-title {
font-size: 18px;
line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .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 {
    justify-content: center;
  }

  .submitted-popup-main-block {
    align-items: center;
  }

  .submitted-popup-main-block > span {
    text-align: center;
  }

  .submitted-popup {
    padding: 40px 20px;
  }

  .favorites-card-image {
    width: 150px;
  }

  .ribbon {
    font-size: 22px !important;
    font-weight: bold;
    color: #fff;
    z-index: 100;
  }
  .ribbon {
    --f: .5em; /* control the folded part */
    
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.1 !important;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(
      100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #2678AB; /* the main color  */
  }
}

.back-button {
  font-size: 20px;
  font-weight: 300;
  border: none;
  background-color: transparent;
  height: 0;
}

.back-button > span {
  margin-right: 7px;
  font-size: 18px;
}

.support-button {
  background-color: transparent;
  border: 1px solid #2678AB;
  color: #2678AB;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin-right: 10px;
}


/* toggle  */

.toggle-container {
  position: relative;
  width: 60px;
  height: 31px;
  margin-top: 10px;
  margin: 10px 10px 0 10px;
}

.toggle-switch {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 36px;
}

.toggle-label:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.toggle-switch:checked + .toggle-label {
  background-color: #000;
}

.toggle-switch:checked + .toggle-label:before {
  transform: translateX(34px);
}

/* Supademo styles */

 




 

.supademo-popup-overlay {

 

  display: none;

 

  position: fixed;

 

  top: 0;

 

  left: 0;

 

  width: 100%;

 

  height: 100%;

 

  background-color: rgba(0, 0, 0, 0.5);

 

  z-index: 1000;

 

}

 




 

.supademo-popup-content {

 

  position: absolute;

 

  top: 50%;

 

  left: 50%;

 

  transform: translate(-50%, -50%);

 

  width: 80%;

 

  height: 80%;

 

  /*max-width: 800px;*/

 

  background-color: white;

 

  padding: 20px;

 

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

 

}

 




 

.supademo-close-popup {

 

  position: absolute;

 

  top: 10px;

 

  right: 10px;

 

  cursor: pointer;

 

  font-size: 20px;

 

}

 




 

#demoIframe {

 

  width: 100%;

 

  height: 100%;

 

  border: none;

 

}

/* end Supademo styles */


/* HTML: <div class="ribbon">Your text content</div> */

#howToGuideButton {
  position: relative;
}
#howToGuideButton:hover {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
}
.ribbon {
  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #2678AB; /* the main color  */
}

/* фививф */

.toggle-group {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin: 10px;
}

.toggle-button {
  padding: 8px 16px;
  border: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s, color 0.2s;
}

.toggle-button.active {
  background: #000;
  color: #fff;
}

.toggle-button:not(:last-child) {
  border-right: 1px solid #ccc;
}

.toggle-button:focus {
  outline: none;
}

/* support button */

.support-button {
  position: fixed;
  top: 50px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #2563eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.support-button:hover {
  transform: scale(1.1);
}

.support-icon {
  width: 24px;
  height: 24px;
}

/* support form */
#supportForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#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: #0077cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#supportForm button:hover {
  background-color: #005fa3;
}

.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); }
}
