.start-proj-one-on-one--new {
  background-image: linear-gradient(to bottom, #edfcff 40%, #ffffff 90%);
}
.start-proj-one-on-one--new .content_flesh h1 {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 16px;
  width: 265px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #252737;
  font-family: "Montserrat";
}
.start-proj-one-on-one--new .name p {
  margin-bottom: 24px;
  width: 229px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #252737;
}
.start-proj-one-on-one--new .name-input-wrapper input,
.start-proj-one-on-one--new .set_award_wrapper input,
.start-proj-one-on-one--new .one_on_one .deadline_poject input,
.start-proj-one-on-one--new .draganddrop .input_box input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 327px;
  padding-left: 48px;
  padding-right: 16px;
  border: 0;
  outline: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin: 0 auto;
}
.start-proj-one-on-one--new .name-input-wrapper input:hover,
.start-proj-one-on-one--new .set_award_wrapper input:hover,
.start-proj-one-on-one--new .one_on_one .deadline_poject input:hover {
  border: 1px solid #49badf;
  box-shadow: 0 0 4px #29b0d9;
  outline: none;
}
.start-proj-one-on-one--new .name-input-wrapper {
  width: 327px;
}
/* .start-proj-one-on-one--new .name-input-wrapper input::placeholder{
    padding-top: 9px;
} */
.start-proj-one-on-one--new .description p,
.start-proj-one-on-one--new .set_award_wrapper span,
.start-proj-one-on-one--new .deadline_poject span,
.start-proj-one-on-one--new .one_on_one .deadline_poject .nda-name {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 24px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #252737;
}
.start-proj-one-on-one--new .description p {
  padding: 0;
}
/* .start-proj-one-on-one--new .name-input-wrapper--textarea div:first-child  .nicEdit-panelContain{
    display: none;
} */
/* .start-proj-one-on-one--new .name-input-wrapper--textarea .nicEdit-main{

}
*/
.start-proj-one-on-one--new
  .name-input-wrapper--textarea
  .editable_textarea::placeholder,
.start-proj-one-on-one--new .set_award_wrapper input::placeholder,
.start-proj-one-on-one--new .one_on_one .deadline_poject input::placeholder,
.start-proj-one-on-one--new
  .draganddrop
  .input_box
  input[type="text"]::placeholder {
  opacity: 0.4;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  /* line-height: 1.2; */
  color: #252737;
  line-height: none;
}

.start-proj-one-on-one--new .one_on_one .deadline_poject input {
  color: rgba(37, 39, 55, 0.4) !important;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
}
.start-proj-one-on-one--new .one_on_one .deadline_poject input:hover {
  cursor: pointer;
}

.start-proj-one-on-one--new .set_award_wrapper span,
.start-proj-one-on-one--new .one_on_one .deadline_poject p:first-child span {
  padding: 0;
  display: block;
}
.start-proj-one-on-one--new .one_on_one .deadline_poject > p {
  padding: 0;
}
.start-proj-one-on-one--new .set_award_wrapper-input-wrapper,
.start-proj-one-on-one--new .deadline_poject-input-wrapper,
.start-proj-one-on-one--new .draganddrop .input_box {
  position: relative;
  margin: 0 auto;
  width: 327px;
  margin-bottom: 32px;
}
.start-proj-one-on-one--new .draganddrop .input_box {
  margin-bottom: 72px;
}

.start-proj-one-on-one--new .set_award_wrapper-input-wrapper::before,
.start-proj-one-on-one--new .deadline_poject-input-wrapper::before,
.start-proj-one-on-one--new .draganddrop .input_box::before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: 1;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.start-proj-one-on-one--new .set_award_wrapper-input-wrapper::before {
  background-image: url("../images/new-emoji/money-bag_1f4b0.png");
}
.start-proj-one-on-one--new .deadline_poject-input-wrapper::before {
  background-image: url("../images/new-emoji/spiral-calendar-pad_1f5d3.png");
}
.start-proj-one-on-one--new .draganddrop .input_box::before {
  background-image: url("../images/new-emoji/pencil_270f.png");
}
.start-proj-one-on-one--new .deadline_poject .upgrades-item {
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 16px !important;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(17, 17, 17, 0.05);
  background-color: #ffffff;
  border: solid 2px transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.start-proj-one-on-one--new .deadline_poject {
  margin-bottom: 30px;
}

.start-proj-one-on-one--new .deadline_poject .upgrades-item .top-line-title {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  color: #525466;
  order: -10;
  text-align: left;
}
.start-proj-one-on-one--new .deadline_poject .upgrades-item .top-line {
  order: 5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.start-proj-one-on-one--new .one_on_one .upgrades-item .upgrade_description {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-size: 12px !important;
  line-height: 1.33;
  color: #525466 !important;
  width: 100%;
}
.start-proj-one-on-one--new
  .one_on_one
  .upgrades-item
  .upgrade_description
  .nda_link {
  font-family: "Montserrat";
  font-size: 12px;
  color: #1342bf;
  border-bottom: none;
  font-weight: normal;
}
.start-proj-one-on-one--new .one_on_one .top-line .upgrade-select {
  width: 88px;
}
.start-proj-one-on-one--new .one_on_one .upgrades-list {
  margin: 0 auto;
  width: 327px;
}
.start-proj-one-on-one--new .one_on_one .deadline_poject .upgrade-select input {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: -10;
}
.start-proj-one-on-one--new .one_on_one .deadline_poject .upgrade-select label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.start-proj-one-on-one--new .content_flesh .draganddrop h4 {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.start-proj-one-on-one--new .button_box div {
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.start-proj-one-on-one--new .one_on_one .button_box button {
  background: none;
  background-color: #00c1f1;
  color: #ffffff;
  /* padding: 0; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-bottom: 16px;
  outline: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: auto;
  border-radius: 28px;
  border: solid 2px #00c1f1;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  box-shadow: none;
}
.start-proj-one-on-one--new .button_box .btn-grey.continue::after {
  content: "";
}
.start-proj-one-on-one--new .button_box div .subtext {
  opacity: 0.4;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #525466;
}
.start-proj-one-on-one--new .uploider_item .uploid_img {
  height: auto;
  border: 0;
}
.start-proj-one-on-one--new .touch li .uploider_item .drop .icon,
.start-proj-one-on-one--new .uploider_item .drop p,
.start-proj-one-on-one--new .uploider_item .drop .icon::before {
  display: none;
  height: 0;
}
.start-proj-one-on-one--new .uploider_item .drop p {
  display: none !important;
}
/* .start-proj-one-on-one--new  li:hover .uploider_item .drop .icon{
    margin: 0;
} */
/* .start-proj-one-on-one--new .uploider_item .drop .icon::before{
    content: '';
} */
.start-proj-one-on-one--new .uploider_item {
  background-color: transparent;
  margin: 0 auto;
  display: block;
}
/* .start-proj-one-on-one--new .touch li .uploider_item .drop .icon{
  display: none !important;
} */
.start-proj-one-on-one--new .draganddrop .input_box button {
  background: transparent;
  width: auto;
  height: 32px;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  background-color: #fff;
  color: #00c1f1;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 32px;
  border: solid 2px #00c1f1;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  box-shadow: none;
  /* position: static; */
}
.start-proj-one-on-one--new .draganddrop .input_box button:hover {
  background-color: #00c1f1;
  color: #fff;
}
.start-proj-one-on-one--new .uploider_item .drop a.select_files_link {
  position: relative;
  margin-left: 32px;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #00c1f1;
  border-bottom: 2px solid #00c1f1;
  text-decoration: none;
}
.start-proj-one-on-one--new .uploider_item .drop a.select_files_link::before {
  position: absolute;
  content: "📎";
  left: -32px;
  margin-top: 3px;
  font-size: 18px;
}
.start-proj-one-on-one--new .draganddrop .add_new_file {
  margin-bottom: 28px;
}
.start-proj-one-on-one--new .draganddrop.options_box .subtext {
  width: 295px;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 0.4;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #525466;
  margin-top: 50px;
}
.start-proj-one-on-one--new .uploider_item .drop .icon::before,
.start-proj-one-on-one--new .uploider_item:hover .drop .icon::before {
  content: "";
  display: none;
}
.start-proj-one-on-one--new li .uploider_item .drop .icon,
.start-proj-one-on-one--new li:hover .uploider_item .drop .icon {
  margin: 0;
}
.start-proj-one-on-one--new li .uploider_item .drop .icon,
.start-proj-one-on-one--new li:hover .uploider_item .drop .icon {
  height: 0;
}
.start-proj-one-on-one--new .add_new_file input[type="file"] {
  cursor: pointer;
}
.start-proj-one-on-one--new .draganddrop .input_box input[type="text"] {
  font-weight: normal;
  font-size: 14px;
}

.start-proj-one-on-one--new .description .nicEdit-panelContain {
  display: none;
}
.start-proj-one-on-one--new .description .nicEdit-main {
  margin: 0 !important;
}
.start-proj-one-on-one--new .description div:nth-child(3) {
  border: 0 !important;
}
.start-proj-one-.start-proj-one-on-one--new
  on-one--new
  .editable_textarea:hover,
.start-proj-one-on-one--new .editable_textarea:focus {
  border: 1px solid #49badf !important;
  box-shadow: 0 0 4px #29b0d9 !important;
}
.start-proj-one-on-one--new .draft_box {
  width: 335px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.start-proj-one-on-one--new .custom-select {
  position: relative;
  width: 335px;
}

.start-proj-one-on-one--new .custom-select select {
  display: none;
}

.start-proj-one-on-one--new .select-selected {
  width: 335px;
  margin: 0 auto;
  background-color: #fff;
  color: #252737;
  border: solid 1px #d0d5da;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.start-proj-one-on-one--new .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #252737;
  border-bottom: 1px solid #252737;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.start-proj-one-on-one--new .select-selected:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 20px;
  background-color: #fff;
  top: 6px;
  right: 1px;
  border-radius: 2px;
}

.start-proj-one-on-one--new .select-selected.select-arrow-active:after {
  transform: rotate(-135deg);
}

.start-proj-one-on-one--new .select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.start-proj-one-on-one--new .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.start-proj-one-on-one--new .select-items div,
.start-proj-one-on-one--new .select-items p {
  width: 335px;
  color: #252737;
  border-bottom: solid 1px #d0d5da;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* position: relative; */
  padding-right: 30px;
}
.start-proj-one-on-one--new .select-items p {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  box-sizing: border-box;
  padding-left: 16px;
}
/* .start-proj-one-on-one--new .select-items div:before{
  position: absolute;
  content: "";
  width: 28px;
  height: 30px;
  background-color: #fff;
  top: 1px;
  right: 1px;
  border-radius: 2px;
} */

.start-proj-one-on-one--new .select-hide {
  display: none;
}

.start-proj-one-on-one--new .select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.start-proj-one-on-one--new .uploider_item .comment {
  position: static;
  width: 100%;
  margin-left: -10px;
}
.start-proj-one-on-one--new .uploid_details .svg-icon {
  font-size: 14px;
  margin-top: -2px;
}
.start-proj-one-on-one--new .draganddrop.options_box li {
  margin-bottom: 20px;
}
.one_on_one--started-new .drop .file_loading{
  top:70px;
  height: auto;
}

.start-proj-one-on-one--new .drop .file_loading .bar {
  z-index: 10;
  border: 1px solid #00c1f1;
  margin: 0 auto;
  margin-left: 17px;
}
.start-proj-one-on-one--new .drop .file_loading .strip {
  background-color: #00c1f1;
}
.start-proj-one-on-one--new .drop .file_loading span {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 17px;
}
.start-proj-one-on-one--new .file_loading .wrapper_bar {
  margin-top: -16px;
}
.start-proj-one-on-one--new .uploid_img.drop span.icon {
  display: none;
}
@media (min-width: 480px) {
  .start-proj-one-on-one--new .draganddrop.options_box ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 400px;
  }
  .start-proj-one-on-one--new .draganddrop.options_box li {
    width: 180px;
  }
  .start-proj-one-on-one--new .draganddrop.options_box .add_new_file {
    width: 100%;
  }
  .start-proj-one-on-one--new .uploider_item {
    box-shadow: 0 4px 10px transparent;
    padding: 10px 10px 0;
  }
  .start-proj-one-on-one--new .uploider_item.active_comment {
    box-shadow: 0 4px 10px #a9a9a9;
  }
}

/* //////////////////////-----------------------------------------media----------------------------------/////////////////////////////////////// */
@media (min-width: 768px) {
  .start-proj-one-on-one--new .draganddrop.options_box ul {
    justify-content: flex-start;
    width: 540px;
  }
  .start-proj-one-on-one--new .description p,
  .start-proj-one-on-one--new .set_award_wrapper span,
  .start-proj-one-on-one--new .deadline_poject span,
  .start-proj-one-on-one--new .one_on_one .deadline_poject .nda-name {
    width: auto;
    max-width: 365px;
    margin-bottom: 32px;
    font-size: 21px;
    line-height: 1.52;
  }
  .start-proj-one-on-one--new .name-input-wrapper,
  .start-proj-one-on-one--new .name-input-wrapper input {
    width: 520px;
    height: 56px;
  }
  .start-proj-one-on-one--new .draganddrop .input_box,
  .start-proj-one-on-one--new .draganddrop .input_box input[type="text"] {
    width: 400px;
    height: 56px;
  }
  .start-proj-one-on-one--new .editable_textarea {
    width: 520px;
    height: 192px;
  }
  .start-proj-one-on-one--new .editable_textarea::placeholder {
    font-size: 18px;
    line-height: 1.33;
  }
  .start-proj-one-on-one--new .set_award_wrapper {
    padding-top: 150px;
  }
  .start-proj-one-on-one--new .set_award_wrapper input,
  .start-proj-one-on-one--new .one_on_one .deadline_poject input {
    height: 56px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #252737;
  }
  .start-proj-one-on-one--new .name-input-wrapper--textarea {
    height: auto;
  }
  .start-proj-one-on-one--new .one_on_one .upgrades-list {
    width: 400px;
  }
  .start-proj-one-on-one--new .deadline_poject .upgrades-item .top-line-title {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  .start-proj-one-on-one--new .one_on_one .upgrades-item .upgrade_description {
    font-size: 14px !important;
    line-height: 1.71;
  }
  .start-proj-one-on-one--new
    .one_on_one
    .upgrades-item
    .upgrade_description
    .nda_link {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
  }
  .start-proj-one-on-one--new
    .one_on_one
    .deadline_poject
    .upgrades-item
    .top-line {
    width: 100%;
  }
  .start-proj-one-on-one--new .content_flesh .draganddrop h4 {
    font-size: 21px;
  }
  .start-proj-one-on-one--new .draganddrop .input_box button,
  .start-proj-one-on-one--new .one_on_one .button_box button {
    top: 75px;
    /* padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6; */
    /* height: 56px; */
  }
  .start-proj-one-on-one--new .draganddrop .input_box button {
    top: 1px;
    height: 56px;
    border-radius: 56px;
    left: initial;
    right: 0;
    transform: translateY(0%);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .start-proj-one-on-one--new .one_on_one .button_box {
    padding-bottom: 50px;
  }
  .start-proj-one-on-one--new .content_flesh h1 {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .start-proj-one-on-one--new .draganddrop.options_box ul {
    width: 720px;
  }
  .start-proj-one-on-one--new {
    padding-top: 64px;
  }
  .start-proj-one-on-one--new .content_flesh h1 {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #252737;
    margin-bottom: 48px;
  }
  .description-n-award-inner {
    display: flex;
    justify-content: space-between;
    width: 984px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .description-n-award-inner .description {
    width: 520px;
  }
  .start-proj-one-on-one--new .set_award_wrapper {
    padding-top: 0;
  }
  .start-proj-one-on-one--new .editable_textarea {
    height: 100%;
  }
  .start-proj-one-on-one--new .description p {
    max-width: 500px;
  }
  .start-proj-one-on-one--new .set_award_wrapper-input-wrapper {
    margin-bottom: 20px;
  }
  .start-proj-one-on-one--new .name-input-wrapper--textarea {
    height: 380px;
  }
  .start-proj-one-on-one--new .content_flesh .draganddrop h4 {
    width: 90%;
  }
  .start-proj-one-on-one--new .set_award_wrapper-input-wrapper,
  .start-proj-one-on-one--new .one_on_one .deadline_poject input,
  .start-proj-one-on-one--new .set_award_wrapper input,
  .start-proj-one-on-one--new .deadline_poject-input-wrapper {
    width: 400px;
  }
}
@media (min-width: 1224px) {
  .inner_content .center_content_wrapper.start-proj-one-on-one--new {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .start-proj-one-on-one--new .file_loading .wrapper_bar {
    padding-top: 0;
    margin-left: 160px;
    margin-top: -22px;
  }
  .start-proj-one-on-one--new .drop .file_loading span {
    margin-left: 65px;
  }
  .description-n-award-inner {
    width: 1216px;
  }
  .start-proj-one-on-one--new .description p {
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
  .start-proj-one-on-one--new .set_award-n-other_option-inner {
    width: 592px;
    display: flex;
    justify-content: space-between;
  }
  .start-proj-one-on-one--new .set_award_wrapper,
  .start-proj-one-on-one--new .set_award_wrapper-input-wrapper,
  .start-proj-one-on-one--new .deadline_poject-input-wrapper,
  .start-proj-one-on-one--new .set_award_wrapper input,
  .start-proj-one-on-one--new .deadline_poject,
  .start-proj-one-on-one--new .one_on_one .deadline_poject input {
    width: 280px;
  }
  .start-proj-one-on-one--new .set_award_wrapper span,
  .start-proj-one-on-one--new .one_on_one .deadline_poject p:first-child span {
    text-align: left;
  }
  .start-proj-one-on-one--new .one_on_one .deadline_poject .nda-name,
  .start-proj-one-on-one--new .one_on_one .upgrades-list {
    text-align: left;
    width: 592px;
    margin-left: -312px;
  }
  .start-proj-one-on-one--new .deadline_poject span,
  .start-proj-one-on-one--new .deadline_poject .upgrades-item .top-line-title {
    width: 100%;
    max-width: 100%;
  }
  .description-n-award-inner .name,
  .start-proj-one-on-one--new .deadline_poject-input-wrapper {
    margin-bottom: 48px;
  }
  .start-proj-one-on-one--new .deadline_poject .upgrades-item {
    position: relative;
  }
  .start-proj-one-on-one--new
    .one_on_one
    .deadline_poject
    .upgrades-item
    .top-line {
    order: 0;
    width: 182px;
    min-width: auto;
    position: absolute;
    align-items: center;
    right: 24px;
    top: 60px;
  }
  .start-proj-one-on-one--new .one_on_one .upgrades-item .upgrade_description {
    width: 312px;
  }
  .start-proj-one-on-one--new .name-input-wrapper--textarea {
    height: 201px;
  }
  .start-proj-one-on-one--new .one_on_one .top-line .upgrade-select {
    height: 32px;
    border-radius: 28px;
  }
  .start-proj-one-on-one--new .content_flesh .draganddrop h4,
  .start-proj-one-on-one--new .draganddrop .input_box,
  .start-proj-one-on-one--new .draganddrop .input_box input[type="text"] {
    width: 520px;
    margin-left: 0;
    margin-right: 0;
  }
  .start-proj-one-on-one--new .content_flesh .draganddrop h4 {
    width: 421px;
    text-align: left;
  }
  .start-proj-one-on-one--new .options_box,
  .draganddrop {
    width: 1216px;
    margin: 0 auto;
  }
  .start-proj-one-on-one--new .uploider_item {
    margin-left: 18px;
  }
  .start-proj-one-on-one--new .draganddrop.options_box .subtext {
    margin-left: 0;
    width: 374px;
    text-align: left;
    margin-top: 0;
  }
  .start-proj-one-on-one--new .one_on_one .button_box {
    padding-bottom: 70px;
  }
  .start-proj-one-on-one--new .draganddrop.options_box ul {
    width: 1216px;
  }
  .start-proj-one-on-one--new .add_new_file .uploider_item {
    width: 445px;
  }
  .start-proj-one-on-one--new .uploider_item .uploid_img {
    margin: 0;
  }
  .start-proj-one-on-one--new
    .draganddrop.options_box
    ul
    li:first-child
    .uploider_item {
    margin-left: 0;
  }
  .start-proj-one-on-one--new .add_new_file input[type="file"] {
    width: 160px;
    /* margin-left: 160px; */
  }
}

/* //////////////////////////////////////// validation styles////////////////////////////////////////////////// */
.start-proj-one-on-one--new .required-message-brand,
.start-proj-one-on-one--new .required-message-hidden {
  display: none;
}
.start-proj-one-on-one--new
  .deadline_poject
  .upgrades-item.upgrades-item-checked-border {
  border: solid 2px #00c1f1;
}
