.fel-admin-head h1{
  color: #68b329;
}


.fel-credit-app {
  max-width: 1180px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f275f;
}

.fel-hidden {
  display: none !important;
}

.fel-simulator-card,
.fel-form-card {
  background: #f3f4f7;
  border-radius: 20px;
  padding: 0 0 28px;
  box-shadow: 0 18px 45px rgba(14, 33, 91, 0.08);
  overflow: hidden;
}

.fel-top-bar {
  height: 66px;
  background: #0032f5;
}

.fel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 26px;
}

.fel-field-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fel-field-block label {
  font-size: 18px;
  font-weight: 700;
  color: #4b4b56;
}

.fel-input-row {
  display: flex;
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  border: 2px solid #f4b400;
  border-radius: 12px;
  background: #ffffff;
}

.fel-prefix,
.fel-suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
  background: #ffffff;
}

.fel-prefix {
  border-right: 1px solid #e7e7e7;
}

.fel-suffix {
  min-width: 120px;
  border-left: 1px solid #e7e7e7;
  background: #eef2f7;
}

.fel-input-row input {
  flex: 1;
  min-height: 58px;
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #4b4b4b;
  background: transparent;
}

.fel-input-row-readonly {
  border-color: #d4d9e4;
  background: #edf1f6;
}

.fel-input-row-readonly input {
  color: #8b93a6;
  background: #edf1f6;
  cursor: not-allowed;
  user-select: none;
}

.fel-input-row-readonly .fel-suffix {
  background: #e2e7ef;
  color: #7d879b;
}

.fel-input-row-readonly input:focus {
  outline: none;
  box-shadow: none;
}

.fel-duration-text {
  margin-top: -10px;
  font-size: 15px;
  color: #5e5e5e;
}

.fel-field-block input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  border-radius: 999px;
  outline: none;
  background: linear-gradient(90deg, #d9e0f7 0%, #4c73f5 100%);
}

.fel-field-block input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 42px;
  height: 42px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #3f6df1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.fel-field-block input[type="range"]::-moz-range-thumb {
  width: 42px;
  height: 42px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #3f6df1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.fel-rate-block {
  grid-column: 1 / 2;
  max-width: 520px;
}

.fel-result-box {
  margin: 6px 26px 0;
  padding: 28px 34px;
  border-radius: 14px;
  background: #ecf2fa;
}

.fel-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  font-size: 22px;
  color: #425077;
}

.fel-result-row strong {
  font-size: 26px;
  color: #0032f5;
}

.fel-agreement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 26px;
}

.fel-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #2f3a66;
}

.fel-checkbox-wrap input {
  width: 20px;
  height: 20px;
}

.fel-open-form,
.fel-btn-primary,
.fel-btn-secondary {
  border: none;
  border-radius: 14px;
  padding: 16px 28px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}

.fel-open-form,
.fel-btn-primary {
  color: #ffffff;
  background: #0032f5;
  box-shadow: 0 10px 22px rgba(0, 50, 245, 0.25);
}

.fel-open-form:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fel-btn-secondary {
  background: #e8edf9;
  color: #1f275f;
}

.fel-open-form:hover:not(:disabled),
.fel-btn-primary:hover {
  transform: translateY(-2px);
}

.fel-form-card {
  margin-top: 24px;
  padding: 28px;
}

.fel-steps-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.fel-step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #d9e3ff;
  color: #0032f5;
  font-weight: 800;
}

.fel-step-indicator.is-active {
  background: #0032f5;
  color: #ffffff;
}

.fel-step-line {
  width: 80px;
  height: 4px;
  border-radius: 999px;
  background: #d9e3ff;
}

.fel-form-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  color: #1f275f;
}

.fel-summary,
.fel-summary-2 {
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid #d8e0fb;
  border-radius: 14px;
  background: #f7f9ff;
  color: #44527d;
}

.fel-summary ul,
.fel-summary-2 ul {
  margin: 0;
  padding-left: 18px;
}

.fel-form-grid,
.fel-upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.fel-form-grid input {
  padding: 16px 14px;
  border: 1px solid #d5dcf0;
  border-radius: 12px;
  background: #ffffff;
  font-size: 17px;
}

.fel-upload-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px dashed #9ab1fa;
  border-radius: 14px;
  background: #ffffff;
  color: #1f275f;
  font-weight: 700;
}

.fel-upload-box input {
  font-weight: 400;
}

.fel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.fel-message {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
}

.fel-message.is-error {
  color: #c0392b;
}

.fel-message.is-success {
  color: #1d8f47;
}

.fel-front-success {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #bfe6c7;
  border-radius: 14px;
  background: #edf9f0;
  color: #1d8f47;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .fel-grid,
  .fel-form-grid,
  .fel-upload-grid {
    grid-template-columns: 1fr;
  }

  .fel-rate-block {
    grid-column: auto;
    max-width: none;
  }

  .fel-result-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fel-open-form,
  .fel-btn-primary,
  .fel-btn-secondary {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .fel-grid,
  .fel-agreement-row,
  .fel-form-card {
    padding: 18px;
  }

  .fel-top-bar {
    height: 52px;
  }

  .fel-form-card h3 {
    font-size: 24px;
  }

  .fel-result-row {
    font-size: 18px;
  }

  .fel-result-row strong {
    font-size: 22px;
  }

  .fel-input-row input {
    font-size: 18px;
  }

  .fel-prefix,
  .fel-suffix {
    min-width: auto;
    padding: 0 12px;
    font-size: 16px;
  }
}
