/* General Styles */
.get-offers-body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

.get-offers-formdiv {
  background: #ffffff;
  padding: 20px;
  margin: 20px auto;
  border-radius: 8px;
  max-width: 800px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.get-offer-form-group {
  margin-bottom: 40px;
}

.get-offer-group-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.get-offer-group-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.get-offer-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.get-offer-instruction {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.get-offer-form-row {
  margin-bottom: 30px;
}

/* Input Fields */
.get-offer-text-input,
.get-offer-dropdown-select,
.get-offer-textarea-input,
.get-offer-date-picker {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.get-offer-text-input:focus,
.get-offer-dropdown-select:focus,
.get-offer-textarea-input:focus,
.get-offer-date-picker:focus {
  border-color: #007bff;
  outline: none;
}

/* Single and Multi-Select Buttons */
.get-offer-btn-select,
.get-offer-btn-single-select,
.get-offers-type-of-storage-button {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #ddd;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.get-offer-btn-select.selected,
.get-offer-btn-single-select.selected,
.get-offers-type-of-storage-button.selected {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.get-offer-btn-select:hover,
.get-offer-btn-single-select:hover,
.get-offers-type-of-storage-button:hover {
  background-color: #eaeaea;
  color: #333;
}

/* Type of Storage Styles */
.get-offers-type-of-storage-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.get-offers-type-of-storage-button-content {
  display: flex;
  align-items: center;
}

.get-offers-type-of-storage-button-icon-span {
  margin-right: 10px;
}

.get-offers-type-of-storage-button-icon-img {
  width: 40px;
  height: 40px;
}

.get-offers-type-of-storage-button-text-span {
  display: flex;
  flex-direction: column;
}

.get-offers-type-of-storage-button-text {
  font-weight: bold;
  margin-bottom: 5px;
}

.get-offers-type-of-storage-button-small-text {
  font-size: 12px;
  color: #777;
}

.get-offers-type-of-storage-button-info-icon {
  margin-left: auto;
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
}

.get-offers-type-of-storage-button-info-box {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 10;
  font-size: 12px;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.get-offers-type-of-storage-button:hover
  .get-offers-type-of-storage-button-info-box {
  display: block;
}

/* Error Message Styles */
.get-offer-error-message {
  display: none;
  color: #ff3333;
  font-size: 14px;
  margin-top: 5px;
}

/* Form Buttons */
.get-offer-submit-btn,
.get-offer-back-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.get-offer-submit-btn:hover,
.get-offer-back-btn:hover {
  background-color: #0056b3;
}

.get-offer-center-items {
  text-align: center;
}

/* Progress Bar */
.get-offer-progress-steps {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.get-offer-progress-step {
  text-align: center;
  flex: 1;
}

.get-offer-progress-step-number {
  display: block;
  font-weight: bold;
  font-size: 16px;
  background-color: #ddd;
  color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px auto;
}

.get-offer-progress-step.active .get-offer-progress-step-number {
  background-color: #007bff;
  color: #fff;
}

.get-offer-progress-step-title {
  font-size: 14px;
  color: #777;
}

.get-offer-progress-step.active .get-offer-progress-step-title {
  color: #333;
}

/* Single Select Dropdown */
.get-offer-dropdown-select {
  height: 45px;
}

/* Textarea */
.get-offer-textarea-input {
  min-height: 100px;
}

/* Buttons and Containers */
.get-offer-form-row {
  margin-bottom: 20px;
}

/* Specific Styles for Selected Buttons */
.selected {
  background-color: #007bff !important;
  color: white !important;
}

/* Single Select Dropdown */
.get-offer-dropdown-select {
  height: 45px;
}

/* Textarea Input */
.get-offer-textarea-input {
  min-height: 120px;
  font-family: Arial, sans-serif;
}

/* Group Titles */
.get-offer-group-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Multi-select buttons container */
.get-offers-type-of-storage-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.get-offers-type-of-storage-button {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.get-offers-type-of-storage-button-content {
  display: flex;
  align-items: center;
}

.get-offers-type-of-storage-button-icon-span {
  margin-right: 15px;
}

.get-offers-type-of-storage-button-icon-img {
  width: 50px;
  height: 50px;
}

.get-offers-type-of-storage-button-text-span {
  flex-grow: 1;
}

.get-offers-type-of-storage-button-info-icon {
  margin-left: auto;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}

.get-offers-type-of-storage-button-info-box {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 100;
  font-size: 14px;
  color: #333;
  width: 200px;
}

.get-offers-type-of-storage-button:hover
  .get-offers-type-of-storage-button-info-box {
  display: block;
}
