.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: white;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

form.user .custom-checkbox.small label {
  line-height: 1.5rem;
}

form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

form.user .form-control-user {
  font-size: 1rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
  padding-left: 2rem;
}

.form-control.form-control-user {
  border-bottom-right-radius: 10rem !important;
  border-top-right-radius: 10rem !important;
}


.input-group-text {
  background-color: white !important;
  border-bottom-left-radius: 10rem !important;
  border-top-left-radius: 10rem !important;
}


label.btn.btn-outline-secondary {
  padding: 0.75rem 2rem 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 10rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  border-color: #ced4da;
}

label.btn.btn-outline-secondary.slider {
  font-size: 1rem;
  border-radius: 10rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  border-color: #ced4da;
}

/* Make the label and input group act as one visually */
.input-group {
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 10rem;
}

.input-group label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.input-group input[type="file"] {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.file-uploads {
  background-color: #ced4da;
}

.uploads {
  cursor: pointer;
}

label.form-control.form-control-user.uploads-label {
  padding: 0.5rem !important;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem !important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.image-upload {
    display:flex;
}

.image-upload-btn{
    background-color: #e9ecef !important;
    color: black !important;
    border: 1px solid #ced4da !important;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.image-upload-text{
    font-size: 1rem;
    color: #585353;
}

.disabled-textarea {
  height: 15rem !important;
}

.input-group-disabled {
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 1rem;
}

.input-group-disabled label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.input-group-disabled input[type="file"] {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

