@import "style-grid-viaphoton.css";

body {
  position: relative;
  font-family: 'Manrope', sans-serif;
  background: var(--background);
  margin: auto !important;
}

::selection {
  background: var(--secondary-main);
}

::-moz-selection {
  background: var(--secondary-main);
}

.h2,
h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: center;
  color: var(--text-color-1);
}

.h3,
h3 {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 148.5%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--text-color-1);
}

.h4,
h4 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: var(--text-color-1);
}

.p,
p {
  color: var(--text-color-1);
}

ul {
  list-style-type: none;
}

input[type=text] {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.025em;
  color: var(--text-color);
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--secondary-main);
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
}

.bg:before {
  content: '';
  background: #f6f7f9;
  transform: skew(-30deg);
  position: fixed;
  width: 100%;
  height: 100%;
  left: -50%;
  z-index: 0;
}


.center-logo {
  padding-bottom: 32px;
}

.start-project {
  padding-bottom: 24px;
}

.app-content {
  background: #FFFFFF;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px rgba(0, 0, 0, 0.08);
  width: 338px;
  min-height: 338px;
  position: relative;
  transition: all .2s ease-in-out;
}

.btn-orange-with-arrow {
  padding: 6px 10px;
  background: var(--primary-main);
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FEFEFE;
  margin-bottom: 25px;
  /* margin-top: 25px; */
  border-radius: 0rem;
}

.btn-orange-with-arrow:hover {
  color: var(--button-lg-font-color);
  background-color: var(--secondary-main);
  border: 1px solid var(--secondary-main);
}


.start-h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: left;
  padding: 15px 0px 0px 15px;
  letter-spacing: 0.025em;
  color: var(--text-color-1);
}


.navbar-brand {
  position: fixed;
  left: 0.9375rem;
  top: 0.3125rem;
  pointer-events: none;
}

.powered-by-header {
  position: absolute;
  top: 19px;
  right: 32px;
  pointer-events: none;
  display: none;
}

.powered-by-header img {
  width: 170px;
}

.center-att {
  height: calc(100vh - 57px);
}

.hover-content {
  /* display: none;
  opacity: 0; */
  transition: all 0.3s ease;

}

.app-content:hover {
  transform: scale(1.1);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05), 0px 8px 16px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0.5px 1px rgba(0, 0, 0, 0.05);

}

/* .app-content:hover>.hover-content {
  position: absolute;
  background: #fff;
  width: 200px;
  top: 188px;
  display: block;
  z-index: 100;
  box-shadow: 0px 0.5px 1px rgb(0 0 0 / 8%), 0px 1px 2px rgb(0 0 0 / 8%);
  opacity: 1;
  animation: animate 0.0s;
} */

@keyframes animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.cat-label {
  min-height: 80px;
}


.part-number-text {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 148.5%;
  text-align: center;
  letter-spacing: 0.05em;
  /* margin-bottom: 3rem; */
  margin-top: 30px;
}

.patch-number {
  max-width: 23.75rem;
  margin: 0 auto;
}

.patch-number-input {
  background-color: transparent;
  border: none;
  border-bottom: 0.125rem solid var(--secondary-main);
  margin-right: 1.25rem;
  border-radius: 0rem
}

.btn-patch-number-go {
  border-color: var(--secondary-main);
  color: var(--secondary-main);
  border-radius: 0rem;
}

.btn-patch-number-go:hover {
  background-color: var(--secondary-main);
  border-color: var(--secondary-main);
  color: #FFFFFF;
}

.btn-back {
  border-radius: 0rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--secondary-main) !important;
  border: 0.0625rem solid var(--secondary-main) !important;
}

.btn-back:hover {
  background-color: var(--secondary-main) !important;
  color: #ffffff !important;
  z-index: 1;
}

.btn.btn-back {
  position: fixed;
  left: 17px;
  top: 60px;
  z-index: 50;
}

.footer {
  height: 28px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tou p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
  color: var(--text-color-1);
}


.priv p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-start;
  color: var(--text-color-1);
}
.copyr p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  color: var(--text-color-3);
}

.content.text-center {
  /* padding-bottom: 3.5rem; */
  margin-bottom: 130px;
}
/* .footer-text {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  color: var(--text-color);
}

.footer-text>a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
  color: var(--primary-main);
  padding-left: 5px;
} */

/* MODAL  */
.modal-content {
  border-radius: 0px !important;
}

.help-form {
  background-color: #ffffff;
  box-shadow: none;
  padding: 1.875rem 1.875rem;
  margin-bottom: 2rem;
}

.help-form .hf-item {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: 0.9rem;
}

.help-form .hf-item input {
  height: 2.7rem;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 0;
  transition: all .2s;
  width: 100%;
  background: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  font-weight: 500;
}

.help-form .hf-label {
  transform-origin: top left;
  position: absolute;
  opacity: .5;
  transition: all .2s;
  white-space: nowrap;
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: var(--text-color);
  transform: translateY(2rem) scale(1);
  top: 0rem;
  left: 0.0rem;
}


.help-form .hf-item input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border-color: #bbb;
  outline: 0;
}

.hf-item.is-active input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=file])~.qf-label {
  color: var(--secondary-main);
  opacity: 1;
  transform: translate(0);
  top: 0;
  left: 0;
  font-style: normal;
  font-size: 80%;
}

.hf-item.is-filled input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=file])~.qf-label {
  transform: translate(0);
  top: 0;
  left: 0;
  font-style: normal;
  font-size: 80%;
}

.help-form .helper-text {
  position: relative;
  display: block;
  font-size: 0.8rem;
  width: 100%;
  transition: all .2s ease-in-out;
  margin-top: .2rem;
  color: #ea5b3a;
  font-weight: 700;
}

.btn-email {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background: var(--secondary-main);
  text-transform: uppercase;
  color: #FEFEFE;
  border-radius: 0rem;
  margin-top: 2rem;
}

.btn-summary {
  border-radius: 0rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--secondary-main);
  border: 0.0625rem solid var(--secondary-main);
}

.go-go-btn {
  color: var(--primary-main) !important;
  border: 0.0625rem solid var(--primary-main);
  z-index: 2;
}

a.nav-link {
  /* color: var(--secondary-main) !important; */
  padding: 3px;
}

.go-go-btn {
  position: absolute;
  right: 30px;
  top: 14px;
  width: 230px;
}

a.nav-link:hover {
  color: white !important;
  padding: 3px;
}

.go-go-btn:hover {
  background-color: var(--primary-main);
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.isDisabled>a {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

a.navbar-brand {
  z-index: 2;
}

@media all and (max-width: 768px) {
  .bg {
    display: none;
  }

  .tou p {
    justify-content: center;
  }



  .priv p {
    justify-content: center;
  }


  #page-container {
    position: relative;
  }

  .content.text-center {
    padding-bottom: 0rem;
  }

  .bc {
    margin-top: 40px;

  }

  a.navbar-brand {
    display: none;
  }

  .center-logo {
    padding-top: 32px;

  }

  .content.text-center {
    margin-bottom: 30px;
  }

  .app-content {
    width: auto;
  }

  .footer-text {
    display: block;
  }

  .footer-text>a {
    display: block;
  }

  .footer-text>a:before {
    content: ' ';
    clear: right;
    display: block;
    margin-bottom: 10px;
  }

  .go-go-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 230px;
  }

  .btn.btn-back {
    position: relative;
    left: auto;
    margin: 0 auto;
    top: auto;
    line-height: 1.2rem;
    height: 32px;
    z-index: 50;
  }
  .footer {
    position: inherit;
    bottom: 46px;
  }

}

@media all and (max-width: 991px) {}

@media all and (max-width: 1200px) {}

@media all and (max-height: 700px) {


  .center-att {
    /* height: auto; */
    min-height: 654px;
  }
/* 
  .content.text-center {
    margin-bottom: 0px;
  } */

}




/* MODAL  */
.quote-form {
  background-color: #ffffff;
  box-shadow: none;
  padding: 1.875rem 1.875rem;
  margin-bottom: 2rem;
}

.modal-content {
  border-radius: 0px !important;
}

.close {
  padding: 10px
}

.custom-modal {
  margin-top: -30px;
}

.modal-icon {
  font-size: 4em;
}

.modal-h3 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
}

.modal-p {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  padding: 25px;
  text-align: center;
  letter-spacing: 0.025em;
}

.red {
  color: #EA5B3A;
}

.green {
  color: #68CA66;
}

.orange {
  color: #FFD249;
}

.blue {
  color: #56CCF2;
}

button.feedback-btn {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  border-radius: 0px 0px 10px 10px;
  border: 2px solid var(--primary-main);
  border-top: none;
  color: white;
  transition: 0.5s;
  position: absolute;
  box-shadow: 0rem 0.0625rem 0.125rem rgb(0 0 0 / 7%), 0rem 0.125rem 0.25rem rgb(0 0 0 / 7%);
  background: var(--primary-main);
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 16px;
}


button.feedback-btn:hover, button.feedback-btn:focus:active {
  border-color: var(--secondary-main) !important;
  background: var(--secondary-main);
  color:white;
}