html,
body {
  font-size: 16px;
  background: transparent;
}

body {
  font-family: "Inter", sans-serif;
}

body > * {
  font-size: 14px;
}

.select-placeholder::after {
  content: unset;
}

.select-placeholder label,
.select-placeholder label small {
  filter: none;
  opacity: 1;
}

body.styled {
  background: #f1f5f9;
}

body.styled .form-col {
  margin-top: 50px;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  min-height: 1px;
  padding: 2rem;
}

input {
        background: black;
}
.logo {
  margin-top: 40px;
}

.logo img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.form-control{
    padding: 0 1rem;
    font-family: inherit;
    width: 100%;
    text-align: inherit;
    color: gray;
    min-height: 3rem;
    background-color: transparent!important;
    border: 2px solid #9690a2!important;
    font-size: 1.025rem;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.form-control::placeholder {
  font-size: 15px !important;
  color: #9e9e9e !important; /* Light gray placeholder */
  font-family: inherit;
}

.form-control:hover,
.form-control:focus {
  border-color: #6a6a6a !important; /* Slightly lighter border on hover/focus */
  outline: none;
}

.control-label, label{
color: #9e9e9e!important;
font-size: 0.9rem;
    font-weight: 500;
    
}


.form-projektdetails {
    padding: 1rem 1rem;        

    resize: vertical;
    height: 10rem;

}

.dropdown.bootstrap-select.butget-form.form-control.bs3 button {
    background-color: transparent!important;
    border: none;
    height: 100%;
    color: #635e6f;
    padding: 12px;
      border-radius: 6px;
    font-size: 15px;

}



.btn-submit {
    font-family: "DM Sans", sans-serif;
    font-size: 0.95em;
    min-height: 3rem;
    border: 2px solid transparent;
    padding: 0 1.15rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
    background-image: none !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color:white;
}


#file-input {
    min-height: 4rem;
}

input::file-selector-button {
  padding: 0.5em;
  margin-top: 13px;
    margin-right: 16px;
    cursor: pointer;
    border:none;
color: #9e9e9e!important;
   font-size: 0.95em;
    border-radius: 0.35rem;

background-color: rgba(150, 144, 162, 0.25)!important;
}


