/*** new_submit_form ***/
.form-inputs.padding-15 {
    padding: 15px;
}
.form-header.new-header-banner {
    height: 176px;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(90deg, rgba(13, 20, 28, 0.5), rgba(0, 43, 77, 0.5)),
            url("../images/submit_banner.png");
    background-position: left 49%;
    padding: 20px 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.char-count {
    background-color: transparent;
    width: 40px;
    height: 21px;
    border-radius: 4px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 4px;
    font-style: italic;
    margin-left: 16px;
}

.char-count span {
    transition: font-size 0.3s ease-in-out;
    font-weight: 500;
}
.form-header.new-header-banner h2 {
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    color: #fff;
}
.form-header.new-header-banner p {
    font-size: 16px;
    color: #DBEAFE;
}

.form-header.new-header-banner .status {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 7px;
}

.form-header.new-header-banner .status h4 {
    font-size: 14px;
    color: #DBEAFE;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0px;
}

.form-header.new-header-banner .status .progress-bar {
    background-color: #6ef372;
}

.form-header.new-header-banner .status .progress {
    background-color: rgb(255, 255, 255, 0.3);
}

.input-box-outer,.file-upload {
    background-color: #F7FAFC;
}

.input-box select, .input-box input:not([type="file"]) {
    background: #f7fafc;
}
.input-box-outer,.file-upload {
    background-color: #F6F6F6;
}

.form-details-box .input-box select, .input-box input:not([type="file"]) {
    background: #f6f6f6;
}
.form-control:focus {
  border-color: #FF5E4F !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 79, 0.25) !important;
  outline: none !important;
}

  .form-details-box input[type="file"]::file-selector-button {
    background: linear-gradient(90deg, #1884DA 0%, #079580 100%);
    color: #fff;
    border: 1px solid #4A739C;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }

.file-upload-label button {
  /* background: linear-gradient(90deg, #ff5e4f 100%, #000000 80%); */
  color: black;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  height: 35px;
}
.form-inputs .input-box span {
    /*color: #63666A !important;*/
}
.form-details-box .form-buttons .de-btn-secondary {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}

.form-header.new-header-banner h2 img {
  width: 42px;
  height: 42px;
}


.form-details-box .form-buttons button {
    min-width: 104px;
    min-height: 40px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: none;
    font-size: 14px;
}

.form-details-box .form-buttons .de-btn-primary {
  background: #ff5e4f !important;
  color: #1a1a1a !important;
  white-space: nowrap;
}

label.file-upload-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 90px;
    font-style: italic;
}

label.file-upload-label span {
    font-size: 15px !important;
    display: inline-block;
    color: #63666A;
}
label.file-upload-label input[type="file"] {
    position: absolute;
    height: 90px;
    width: 97%;
    top: 34px;
    opacity: 0;
}
.form-inputs> label {
    display: flex;
    gap: 3px;
    justify-content: flex-start;
    align-items: center;
}
span.legend-text {
    font-size: 13px !important;
    font-style: italic;
    margin-left: 10px;
    margin-bottom:15px !important;
    margin-top:5px;
    display:block;
}

span.legend-text i {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    margin-right: 5px;
}

span.legend-text.circle-green i {
    background: #007F63 !important;
}
  span.legend-text.circle-or i {
    background: #482475 !important;
  }

  span.legend-text.circle-green {
    color: #007F63;
    
  }
.input-box-outer:before {
  border: 1px solid black !important;
}

.input-box-outer:after {
  border: 1px solid #e51616 !important;
}
  span.legend-text.circle-or {
    color:#482475;
    
  }
.input-box-outer:has(+ .legend-text),.file-upload:has(+ .legend-text) {
  margin-bottom: 0;
}
.idea-success-message p {
  color: #ff5e4f;
  font-style: italic;
  font-weight: 600;
}
.idea-success-message p:nth-child(3n) {
    color: #000 !important;
    font-weight: 500;
    font-style: normal;
}

.modal-header.cus-modal-header h2 {
    font-weight: 500;
    color: #1B1B1B;
}
.idea-success-message p a {
  margin-left: 8px;
  text-decoration: underline;
  color: #ff5d4e;
}
.bg-popup .modal-content.cus-modal-content {
  background: linear-gradient(90deg, #FBFBFB 0.01%, #FFCBC5 96.63%);
  box-shadow: 0px 0px 12px 0px #00000040;
}

span.footer-text {
  font-size: 12px;
  color: #1a1a1a !important;
}

.modal-header.cus-modal-header {
    background-color: transparent !important;
}
.ai-genrate-text button {
    color: #70777B !important;
    background-color: #f6f6f6 !important;
}
textarea#chatDisplay {
  background-color: #ffff !important;
  border-radius: 20px !important;
  min-height: 100px;
  padding-top: 10px !important;
}
.ai-genrate-text {
  height: auto !important;
  border-radius: 20px;
  border: 1px solid #ff5e4f;
}
.modal-body .de-btn-secondary {
  background: black !important;
  color: white !important;
  border: 1px solid black !important;
}

.modal-body .de-btn-primary {
  color: black !important;
}
