/*
--------------------------------------
Containers
--------------------------------------
*/

.wrapper__inner {
  position       : relative;
  width          : 100%;
  max-width      : var(--container-primary-max-width);
  margin         : 0 auto;
  padding-bottom : 20px;
}

#content {
  padding : 0;
}

#contact .card {
  background : none;
}

.contact-form__left, .contact-form__right {
  background    : var(--color-white-default);
  border-radius : 10px;
}

/*
--------------------------------------
Form -- body
--------------------------------------
*/

.contact-form {
  color      : var(--color-grey-font-default);
  width      : 100%;
  margin-top : 30px;
}

.contact-logo-container {
  display         : flex;
  justify-content : center;
  padding-bottom  : 1.5em;
}

.contact-links-list-hours {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  text-align     : center;
  gap            : 10px;
}

.btn.btn-evole {
  text-align      : center;
  text-shadow     : 0 0 4px rgba(0, 0, 0, 0.25);
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 700;
  line-height     : normal;
  text-transform  : initial;
  width           : 235px;
  height          : 50px;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.btn.btn-evole svg{
  margin-right: 10px;
}

.contact-form__right .form-group.full,
.form-footer {
  grid-column : 1/-1;
}

.contact-form .page-header h1 {
  border-bottom : none;
  line-height   : 1;
  background    : none;
  font-size     : 2rem;
}

.contact-form .input-group .input-group-btn > .btn {
  background : var(--color-primary);
}

.contact-form__right .form-control {
  background : var(--color-grey-default) !important;
}

/*
--------------------------------------
Form -- footer
--------------------------------------
*/

.form-footer {
  width           : 100%;
  display         : flex;
  justify-content : center;
}

/*
--------------------------------------
HONEYPOT
--------------------------------------
*/
.label-special-token {
  pointer-events : none;
  opacity        : 0;
  height         : 0;
}

/*
--------------------------------------
Success message
--------------------------------------
*/
.alert.alert-success {
  display         : flex;
  justify-content : center;
  align-items     : center;
  padding         : 50px 0;
}

.contact-form .alert {
  font-size   : 1rem;
  font-weight : 500;
}


.contact-form__right input,
.contact-form__right select {
  display       : flex;
  padding       : 16px 16px 16px 20px;
  align-items   : flex-start;
  gap           : 8px;
  border-radius : 100px;
  border        : none;
  width         : 100%;
  font-size     : 15px;
  color         : var(--color-primary);
  height        : 50px !important;
  background    : var(--color-grey-default);
}

.contact-form__right textarea {
  display       : flex;
  padding       : 16px 16px 16px 20px;
  align-items   : flex-start;
  gap           : 8px;
  border-radius : 10px;
  border        : none;
  width         : 100%;
  font-size     : 15px;
  color         : var(--color-primary);
}

.contact-form__right .form-group-type,
.contact-form__right .form-group {
  position : relative;
}

.contact-form__right select:not([size]):not([multiple]) {
  height             : 100%;
  background         : var(--color-grey-default) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M1 1L6 6L11 1' stroke='black' stroke-opacity='0.35' stroke-width='1.2' stroke-linecap='round'/></svg>") no-repeat right 0.8rem center !important;
  appearance         : none;
  -webkit-appearance : none;
  -moz-appearance    : none;
}

.group-span-filestyle.input-group-btn .btn.btn-default {
  border-radius : 0 100px 100px 0;
  top           : 0 !important;
}

/*Test */
.float-label-field {
  position   : relative;
  box-sizing : border-box;
}

.float-label-field label {
  top            : 0;
  height         : 100%;
  position       : absolute;
  transition     : all 0.2s ease;
  font-size      : 15px;
  color          : #9D9E90;
  padding        : 13px 20px;
  text-transform : initial;
  z-index        : 5;
}

.float-label-field.float label,
.float-label-field.focus label {
  top        : -9px;
  font-size  : 11px;
  transition : all 0.2s ease;
  padding    : 10px 20px;
  pointer-events: none;
}

.float-label-field :not(.bootstrap-filestyle) label{
  pointer-events: all;
}

.form-control-label-special {
  z-index        : 1;
  position       : absolute;
  color          : #9D9E90;
  font-size      : 11px;
  font-weight    : 500;
  text-transform : initial;
  margin         : 10px 20px;
  top            : -9px;
}

.contact-form__form {
  display        : flex;
  flex-direction : column;
  gap            : 40px;
}


.contact-form .form-control-comment{
  padding-left: 20px;
}
