﻿#damage-form .form-control {
  padding-left: 12px !important;
}
#damage-form .section-title {
  font-weight: 600;
}
#damage-form #radio-label-yes {
  margin-left: 20px;
  font-weight: 600;
}
#damage-form #radio-label-no {
  margin-left: 90px;
  font-weight: 600;
}
#damage-form .file-entry {
  display: flex;
  margin-left: 8px;
}
#damage-form .file-entry img {
  margin-right: 8px;
  margin-top: -18px;
}
#damage-form .file-entry button {
  margin-left: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #B8B8B8;
  font-size: 12px;
}
#damage-form .success-modal-text-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#damage-form .success-modal-text-wrapper .success-modal-text {
  width: 70%;
  text-align: left;
}
#damage-form .select2 {
  width: 100% !important;
}
#damage-form .select2 .select2-selection__choice {
  background-color: white !important;
}
#damage-form .select2-invalid {
  border: 1px solid;
  border-radius: 4px;
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
