.start-proj-one-on-one-des--new {
  background: rgb(237, 252, 255);
  background: linear-gradient(
    0deg,
    rgba(237, 252, 255, 1) 59%,
    rgba(237, 252, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-top: 0;
}
.start-proj-one-on-one-des--new .contest_heading-wrapper {
  padding-top: 15px;

  background: rgb(237, 252, 255);
  background: linear-gradient(
    0deg,
    rgba(237, 252, 255, 1) 59%,
    rgba(237, 252, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}
.start-proj-one-on-one-des--new input[type="checkbox"]:checked +  label:not(.contest-submit__label)::before{
content: '';
}
.start-proj-one-on-one-des--new #chat_messages{
background: #edfcff;
margin-top: -1px;
}
.inner_content
  .start-proj-one-on-one-des--new.center_content_wrapper.control_center.one_on_one {
  padding-top: 0;
}

.start-proj-one-on-one-des--new .contest_heading {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}
.start-proj-one-on-one-des--new .main_info {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.start-proj-one-on-one-des--new .main_info .inner_wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.start-proj-one-on-one-des--new .main_info .name_contest {
  order: -1;
}
.start-proj-one-on-one-des--new.one_on_one
  .main_info
  .inner_wrapper
  .name_contest
  h1 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #252737;
  width: 100%;
}
.start-proj-one-on-one-des--new.one_on_one .status_designer {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #525466;
  display: flex;
  flex-wrap: wrap;
}
.start-proj-one-on-one-des--new.one_on_one .status_designer a {
  padding-left: 16px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1342bf;
}
.start-proj-one-on-one-des--new .main_info .contest_status {
  display: inline-block;
  padding: 8px 16px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #252737;

  border-radius: 28px;
  border: solid 1px #e8e8e8;
  /* flex-basis: 50%; */
}
.start-proj-one-on-one-des--new .contest_status-wrapper {
  flex-basis: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.start-proj-one-on-one-des--new.one_on_one .main_info .date {
  display: none;
}
.start-proj-one-on-one-des--new .contest_heading .entries .inner_wrapper,
.start-proj-one-on-one-des--new .contest_heading .prize .inner_wrapper {
  min-height: auto;
}

.start-proj-one-on-one-des--new .contest_heading .prize .inner_wrapper,
.start-proj-one-on-one-des--new .contest_heading .entries .inner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.start-proj-one-on-one-des--new .contest_heading .entries,
.one_on_one .contest_heading .prize {
  width: auto;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.one_on_one .contest_heading .prize {
  padding-right: 24px;
  border-right: solid 1px #e8e8e8;
  height: auto;
  margin: 0;
}
.start-proj-one-on-one-des--new.one_on_one .contest_heading .entries {
  padding-left: 24px;
  margin-bottom: 0;
}
.start-proj-one-on-one-des--new .price-entryes-wrapper {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-left: 15px;
}
.start-proj-one-on-one-des--new .prize p,
.start-proj-one-on-one-des--new.one_on_one .entries p {
  padding: 0;
}
.start-proj-one-on-one-des--new .prize p,
.start-proj-one-on-one-des--new.one_on_one .entries p {
  order: 1;
  text-transform: lowercase;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #525466;
}
.start-proj-one-on-one-des--new .prize .value,
.start-proj-one-on-one-des--new .header_deadline_input-val {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #252737;
  height: auto;
}
.start-proj-one-on-one-des--new.one_on_one .entries p {
  order: 1;
}
.start-proj-one-on-one-des--new.one_on_one .contest_heading .entries {
  height: auto;
  min-height: auto;
}
.start-proj-one-on-one-des--new.one_on_one .deadline_poject .svg-icon {
  display: none;
}
.start-proj-one-on-one-des--new.one_on_one #ui-datepicker-div {
  left: 20px !important;
  top: 285px !important;
}
.start-proj-one-on-one-des--new.one_on_one .header_deadline_input-lable {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  padding: 0;
  border: none;
  background-image: url("../images/small-pencil.svg");
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #91dcef;
  margin-left: 8px;
}
.start-proj-one-on-one-des--new.one_on_one .header_deadline_input-lable input {
  position: absolute;
  z-index: -100;
}
.start-proj-one-on-one-des--new.one_on_one .deadline_poject {
  display: flex;
  align-items: center;
  align-content: center;
}
.start-proj-one-on-one-des--new.one_on_one
  .contest_tabs.contest_options.mobile_tab {
  box-sizing: border-box;
  margin: 0 auto !important;
  padding-bottom: 30px;
  width: 90%;
  background: transparent !important;
  background-color: transparent;
  outline: 0;
}
.start-proj-one-on-one-des--new.one_on_one.control_center
  .contest_tabs.contest_options.mobile_tab
  .btn-menu {
  background-color: #fff;
  color: #00c1f1;
  border-radius: 28px;
  width: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
  .contest_tabs.contest_options.mobile_tab
  > ul.show {
  background-color: #fff;
  margin-top: 5px;
  border-radius: 10px;
  box-shadow: 0 0 8px 4px rgba(17, 17, 17, 0.05);
}
.start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
  .contest_tabs.contest_options.mobile_tab
  > ul
  > li {
  line-height: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #252737;
}
.start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
  .contest_tabs.contest_options.mobile_tab
  > ul
  > li:hover {
  cursor: pointer;
}
.start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
  .contest_tabs.contest_options.mobile_tab
  > ul
  > li.active {
  color: #00c1f1;
  border-left: 2px solid #00c1f1;
  border-top: none;
}
.start-proj-one-on-one-des--new.control_center.control_center.one_on_one
  .contest_tabs.contest_options
  .close_tab {
  margin-top: -3px;
  margin-left: 10px;
  padding: 0;
  position: relative;
}
.start-proj-one-on-one-des--new.control_center.control_center.one_on_one
  .contest_tabs.contest_options
  .close_tab {
  width: 18px;
  height: 18px;
  order: 1;
}
.start-proj-one-on-one-des--new.control_center
  .contest_tabs.contest_options.mobile_tab.contest_tabs
  ul
  li
  span,
.control_center
  .contest_tabs.contest_options.mobile_tab.contest_tabs
  ul
  li.active
  span {
  display: block;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 4px;
  height: 16px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #1342bf;
}
.start-proj-one-on-one-des--new.control_center.control_center.one_on_one
  .contest_tabs.contest_options
  .close_tab::before {
  display: none;
}
.start-proj-one-on-one-des--new.control_center.control_center.one_on_one
  .contest_tabs.contest_options
  .close_tab::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  left: -5px;
  top: 1px;
  background-image: url("../images/new-design-contest-start-icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
  .contest_tabs.contest_options.mobile_tab
  > ul
  > li.active
  .close_tab::after {
  background-image: url("../images/new-design-contest-start-icons/close-active.svg");
}
.start-proj-one-on-one-des--new.control_center.control_center.one_on_one
  .contest_tabs.contest_options
  .left_tab.active:hover
  .close_tab {
  margin: 0;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: -10px;
  /* padding-right: 0; */
}
.start-proj-one-on-one-des--new
  .contest_tabs.contest_options
  li.active:hover
  .cost,
.control_center.control_center.one_on_one
  .contest_tabs.contest_options
  li.active:hover
  .close_tab {
  top: 0;
}
.start-proj-one-on-one-des--new
  .contest_tabs.contest_options
  li.active:hover
  .cost {
  top: 0;
}
.start-proj-one-on-one-des--new.contest_options > ul > li:hover {
  border-bottom: 1px solid #00c1f1;
}
.start-proj-one-on-one-des--new .filter__in {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.start-proj-one-on-one-des--new .filter__in .filter__row {
  order: 1;
  text-align: center;
  opacity: 0.7;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #252737;
  padding-bottom: 10px;
  padding-top: 10px;
}
.start-proj-one-on-one-des--new.one_on_one .filter__in .filter-left {
  padding: 0;
}
.start-proj-one-on-one-des--new.one_on_one
  .filter__search
  .field__el
  button
  .icon-search::before {
  opacity: 0.5;
}
.start-proj-one-on-one-des--new
  .filter
  .filter__search_right
  .field
  .field__el {
  width: 256px;
  margin: 0 auto;
}
.start-proj-one-on-one-des--new .filter .filter-left ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.start-proj-one-on-one-des--new .filter .filter-left ul label {
  position: relative;
}
.start-proj-one-on-one-des--new .filter__in .filter-left ul li span {
  display: block;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #252737;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: lowercase;
  margin-right: 8px;
  margin-left: 8px;
}
.start-proj-one-on-one-des--new
  .filter
  .filter-left
  ul
  input[type="checkbox"]
  + label::before {
  position: absolute;
  /* z-index: -100; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  min-height: 24px;
  border: solid 1px #d0d5da;
}
.start-proj-one-on-one-des--new
  .filter
  .filter-left
  ul
  input[type="checkbox"]:checked
  + label::before {
  content: "";
  color: transparent;
  border: 1px solid !important;
  border-color: #00c1f1 !important;
}
.start-proj-one-on-one-des--new.center_content_wrapper .filter {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr {
  border: solid 1px #f3f3f3;
}
.start-proj-one-on-one-des--new.one_on_one
  #tab_data
  .invite-ml
  table
  thead
  tr
  td,
.start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr td {
  border: none;
}

.start-proj-one-on-one-des--new.one_on_one#tab_data .invite-ml table {
  box-shadow: 0 0 8px 4px rgba(17, 17, 17, 0.02);
}
.start-proj-one-on-one-des--new #tab_data .invite-ml table .designer-foto img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: cover;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  tr
  td
  .designer-info
  div:first-child {
  display: flex;
  align-content: center;
  /* align-items: center; */
  justify-content: space-between;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  tr
  td
  .designer-info {
  padding-top: 12px;
  padding-bottom: 8px;
  display: block;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  tr
  td
  .designer-info
  div:first-child.line-1 {
  display: block;
}
.start-proj-one-on-one-des--new.one_on_one .designer_name.favorite {
  border-left: none !important;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  .designer-info-right {
  width: 120px;
}
.start-proj-one-on-one-des--new .designer_name {
  border-right: none;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  .designer-info-right
  .line-2 {
  margin-top: 0;
}
.start-proj-one-on-one-des--new .designer-name {
  padding-bottom: 0;
}
.start-proj-one-on-one-des--new #tab_data .invite-ml table tr {
  height: auto;
  /* padding-top: 24px;
    padding-bottom: 24px; */
}
.start-proj-one-on-one-des--new .designer-info {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}
.start-proj-one-on-one-des--new #tab_data .invite-ml table tr td .btn-grey {
  height: auto;
  padding: 4px 24px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #00c1f1;
  background-color: #fff;
  border-radius: 28px;
  border: solid 1px #00c1f1;
  background: #fff;
  transition: all 0.2s linear;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  tr
  td
  .btn-grey.disabled,
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  tr
  td
  .btn-grey.disabled:hover {
  opacity: 1;
  background-color: #e8e8e8;
  color: #fff;
  border-color: #e8e8e8;
}
.start-proj-one-on-one-des--new .contest_options > ul > li:hover {
  border-color: #00c1f1;
}

.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  tr
  td
  .btn-grey:hover {
  background: #00c1f1;
  color: #fff;
}
.control_center #tab_data .invite-ml table tr.row-1:hover {
  outline: 2px solid #00c1f1;
}
.start-proj-one-on-one-des--new
  #tab_data
  .invite-ml
  table
  .designer_name
  > span {
  float: none;
  margin: 0 auto;
  margin-left: -44px;
}
/* .start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr:last-child{
  border-bottom-left-radius:5px ;
  border-bottom-right-radius:5px ;
} */
.start-proj-one-on-one-des--new #tab_data .invite-ml table {
  border-color: transparent;
  table-layout: auto;
}
.start-proj-one-on-one-des--new .designer-level-txt {
  font-weight: 600;
}
.start-proj-one-on-one-des--new .confirmation {
  font-family: "Montserrat";
}
.start-proj-one-on-one-des--new .confirmation button {
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 25px;
  background: none;
  transition: all 0.2s linear;
}
.start-proj-one-on-one-des--new .confirmation .btn-grey {
  background-color: #fff;
  border: 1px solid #00c1f1;
  color: #00c1f1;
}
.start-proj-one-on-one-des--new .confirmation .btn-blue {
  background-color: #00c1f1;
  color: #fff;
  border: 1px solid #00c1f1;
}
.start-proj-one-on-one-des--new .confirmation .btn-blue:hover {
  border: 1px solid #00c1f1;
  background-color: #fff;
  color: #00c1f1;
}
.start-proj-one-on-one-des--new .confirmation .btn-grey:hover {
  border: 1px solid transparent;
  background-color: rgb(0, 193, 241, 0.5);
  /* opacity: 0.8; */
  color: #fff;
}
.start-proj-one-on-one-des--new #tab_data {
  display: flex;
  flex-direction: column;
  /* padding-left: 10px;
    padding-right: 10px; */
  padding-top: 32px;
  box-shadow: 0 0 8px 4px rgba(17, 17, 17, 0.02);
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one .block_with_text {
  order: -1;
}
.start-proj-one-on-one-des--new.control_center.one_on_one .block_with_text div {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #252737;
  padding-left: 10px;
  padding-right: 10px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .block_with_text
  div
  div
  a {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #00c1f1;
  border-bottom: 1px solid #00c1f1;
}
.start-proj-one-on-one-des--new #accept_designers_reward {
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  line-height: 1;
  box-sizing: border-box;
  background: none;
  background-color: #00c1f1;
  color: #fff;
  padding: 8px 24px;
  border-radius: 28px;
  border: 1px solid #00c1f1;
  cursor: pointer;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .addcomment_box
  .addcomment,
.reply_box .addcomment_box .addcomment {
  width: 100%;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .addcomment_box
  .addcomment
  textarea {
  resize: none;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.start-proj-one-on-one-des--new .addcomment-txtarea::placeholder {
  opacity: 0.56;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #252737;
}
.start-proj-one-on-one-des--new .contest_options.comments_options .right_item {
  display: flex;
  justify-content: flex-start;
  float: none;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 0px;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .addcomment_box
  .btn-grey.comment
  i {
  display: none;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .addcomment_box
  .btn-grey {
  width: auto;
  height: auto;
  background: none;
  background-color: #00c1f1;
  color: #fff;
  padding: 8px 24px;
  border-radius: 28px;
  border: 1px solid #00c1f1;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .addcomment_box
  .btn-grey
  span {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0;
}
.start-proj-one-on-one-des--new .contest_options.comments_options div {
  padding: 0;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .addcomment_box {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.start-proj-one-on-one-des--new
  .content_comments
  .comments_list
  .my_comment
  .comment_details,
.content_comments
  .comments_list
  li
  .comment_replies
  .subcomments
  .my_comment
  .comment_details {
  background-image: none;
}
.start-proj-one-on-one-des--new .contest_options {
  margin: 0;
}
.start-proj-one-on-one-des--new
  .content_comments
  .comments_list
  .parent
  .comment_details {
  border-radius: 0;
  border-right: none;
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.start-proj-one-on-one-des--new .comment_details .user_box {
  border-radius: 0;
  border-bottom: none;
}
.start-proj-one-on-one-des--new .content_comments .user_img div {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.start-proj-one-on-one-des--new .content_comments .user_img div img {
  object-fit: cover;
}
.start-proj-one-on-one-des--new .comment_details .user_box .user_name a {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #252737;
  transition: all 0.2s linear;
}
.start-proj-one-on-one-des--new .comment_details .user_box .user_name a:hover {
  color: #00c1f1;
}
.start-proj-one-on-one-des--new .user_box-top-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.start-proj-one-on-one-des--new .comment_details .user_box .user_name {
  padding: 0;
  margin-right: 8px;
}
.start-proj-one-on-one-des--new .comment_details .comment_options {
  border-top: none;
}
.start-proj-one-on-one-des--new
  .comment_details
  .user_box
  .user_name
  .end-name {
  display: none;
}
.start-proj-one-on-one-des--new .comment_details .comment_options li {
  opacity: 0.48;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #252737;
  width: auto;
  border-left: none;
}
.start-proj-one-on-one-des--new .comment_details .comment_options {
  height: auto;
}
.start-proj-one-on-one-des--new .status_online {
  margin: 0;
  display: block;
  margin-right: 8px;
}
.start-proj-one-on-one-des--new .comment_details .comment_text {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #252737;
}
.start-proj-one-on-one-des--new .content_comments {
  padding-bottom: 0;
}
.start-proj-one-on-one-des--new #tab_data > div.invite-ml {
  border-right: 0;
}
.start-proj-one-on-one-des--new .content_brief {
  border-right: none;
  border-left: none;
  border: 0;
  box-shadow: none;
  width: 300px;
  margin: 0 auto;
  /* padding-left: 20px;
  padding-right: 20px; */
}
.start-proj-one-on-one-des--new .content_brief .project-desc {
  padding: 0;
  margin-bottom: 40px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.start-proj-one-on-one-des--new .content_brief .project-desc:hover {
  border: none;
  padding: 0;
}
.start-proj-one-on-one-des--new .content_brief .project-desc h2 {
  margin: 0 auto;
  margin-bottom: 16px;
  float: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #252737;
  font-family: "Montserrat";
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}
.start-proj-one-on-one-des--new .content_brief #brief_area {
  box-sizing: border-box;
  width: 300px;
  padding-left: 16px;
  padding-right: 16px;
  border: 0;
  outline: 0;
  /* height: 40px; */
  /* border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); */
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 9px;
  /* opacity: 0.4; */
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #252737;
}
.start-proj-one-on-one-des--new .content_brief .styled-brief-input {
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  border-radius: 28px;
  box-sizing: border-box;
  padding-top: 7px;
  position: relative;
}
.start-proj-one-on-one-des--new .content_brief .styled-brief-input::before {
  position: absolute;
  content: "";
  display: block;
  height: 36px;
  width: 16px;
  background-color: #fff;
  /* border: 1px solid; */
  top: 0px;
  right: -2px;
}
.start-proj-one-on-one-des--new
  .content_brief
  .styled-brief-input
  .nicEdit-main {
  box-sizing: border-box;
  height: 28px !important;
  min-height: 10px !important;
  margin: 0;
}
.start-proj-one-on-one-des--new .comment_item .item_icons_edit {
  width: 24px;
  height: 24px;
  background-position: center;
}
.start-proj-one-on-one-des--new .comment_item .item_icons_edit:hover {
  background-position: center;
}
.start-proj-one-on-one-des--new .icon-pencil2::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  padding: 0;
  border: none;
  background-image: url("../images/small-pencil.svg");
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #91dcef;
}
.start-proj-one-on-one-des--new .content_brief .project-desc .comment_item {
  top: 6px;
  right: 18px;
}
/* .start-proj-one-on-one-des--new
  .content_brief
  .project-desc:hover
  .comment_item {
  top: 3px;
  right: -10px;
} */
.start-proj-one-on-one-des--new.control_center.one_on_one .draganddrop {
  padding: 0;
  margin: 0 auto;
  width: 300px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one .draganddrop h2 {
  text-align: center;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item {
  margin: 0 auto;
  display: block;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  > .drop,
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  > .drop:hover {
  border: none;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  .drop
  p {
  display: none;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .add_new_file
  input[type="file"] {
  width: 1px;
  height: 1px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  .uploid_img {
  height: auto;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  li:hover
  .uploider_item
  .drop
  .icon,
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  .drop
  .icon {
  margin: 0;
  display: none;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  li:hover
  .uploider_item
  .drop
  .icon:hover {
  margin: 0;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  .drop
  a {
  /* padding-bottom: 20px; */
  display: block;
  position: relative;
  margin-left: 32px;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #00c1f1;
  border-bottom: 2px solid #00c1f1;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .uploider_item
  .drop
  a::before {
  position: absolute;
  content: "📎";
  left: -32px;
  margin-top: 3px;
  font-size: 18px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one .draganddrop span {
  text-align: center;
  display: block;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .draganddrop
  .upload_file_limit {
  margin-bottom: 10px;
}
.start-proj-one-on-one-des--new .comments_list{
  max-width: 1280px;
    margin: 0 auto;
}
.start-proj-one-on-one-des--new.one_on_one .price_designer span {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #252737;
  padding-left: 10px;
  padding-right: 10px;
}
.start-proj-one-on-one-des--new.one_on_one .price_designer input[type="text"] {
  border-radius: 18px;
  box-shadow: 0 0 4px transparent;
}
.start-proj-one-on-one-des--new.one_on_one
  .price_designer
  input[type="text"]:hover,
.start-proj-one-on-one-des--new.one_on_one
  .price_designer
  input[type="text"]:active,
.start-proj-one-on-one-des--new.one_on_one
  .price_designer
  input[type="text"]:focus {
  box-shadow: 0 0 4px #00c1f1;
}
.start-proj-one-on-one-des--new.one_on_one .price_designer button.btn-blue,
.start-proj-one-on-one-des--new.one_on_one .price_designer button.btn-grey {
  border-radius: 40px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #00c1f1;
  color: #fff;
  padding: 8px 24px;
  border: 1px solid #00c1f1;
  transition: all 0.2s linear;
  cursor: pointer;
}
.start-proj-one-on-one-des--new.one_on_one .price_designer button.btn-grey {
  background-color: #fff;
  color: #00c1f1;
  padding: 8px 24px;
  border: 1px solid #00c1f1;
}
.start-proj-one-on-one-des--new.one_on_one
  .price_designer
  button.btn-blue:hover {
  background-color: #fff;
  color: #00c1f1;
  box-shadow: 0 0 3px #49badf;
}
.start-proj-one-on-one-des--new.one_on_one .accept-decline-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
.start-proj-one-on-one-des--new.one_on_one
  .content_comments
  .comments_list
  .parent
  .comment_details {
  border-left: none;
}
.start-proj-one-on-one-des--new.one_on_one
  .contest_heading
  .entries
  .deadline_poject
  input[type="text"] {
  width: 0;
}
.inner_content
  .start-proj-one-on-one-des--new.center_content_wrapper.control_center.one_on_one {
  padding-bottom: 20px;
  margin-bottom: 0px;    
  min-height: 90vh;
}
.start-proj-one-on-one-des--new #tab_data > div.invite-ml {
  padding-bottom: 40px;
}
.start-proj-one-on-one-des--new .uploid_details .svg-icon {
  font-size: 12px;
}
.start-proj-one-on-one-des--new .uploider_item .comment {
  position: static;
  width: 100%;
  margin-left: -10px;
  box-shadow: none;
}
.start-proj-one-on-one-des--new .draganddrop ul li {
  margin-bottom: 16px;
}
/* pay method styles */
.start-proj-one-on-one-des--new .contest_options.comments_options .pay {
  background: #edfcff;
  position: relative;
}
.start-proj-one-on-one-des--new .contest_options.comments_options .pay::before,
.start-proj-one-on-one-des--new .contest_options.comments_options .pay::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #edfcff;
}
.start-proj-one-on-one-des--new .contest_options.comments_options .pay::before {
  height: 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: -32px;
}
.start-proj-one-on-one-des--new .contest_options.comments_options .pay::after {
  height: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: -20px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .headline
  h4 {
  margin-bottom: 15px;
}
.start-proj-one-on-one-des--new.one_on_one .content_flesh .top-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 307px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 8px 4px rgba(17, 17, 17, 0.02);
  padding: 15px;
  box-sizing: border-box;
}
.start-proj-one-on-one-des--new.one_on_one
  .content_flesh
  .top-line
  .upgrade-select {
  width: auto;
  height: 24px;
  border-radius: 28px;
}
.start-proj-one-on-one-des--new.one_on_one
  .content_flesh
  .upgrade-select
  label {
  padding-left: 31px;
  padding-right: 31px;
}
.start-proj-one-on-one-des--new.one_on_one .content_flesh .upgrades-list {
  width: auto;
}
.start-proj-one-on-one-des--new.one_on_one .proj-title {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #252737;
  text-align: center;
}
.start-proj-one-on-one-des--new.one_on_one
  .top-line
  .content_flesh
  .upgrade-select {
  margin-top: 24px;
}
.start-proj-one-on-one-des--new.one_on_one
  .content_flesh
  .headline
  .top-line
  .upgrade-price {
  padding-left: 0;
  margin-left: auto;
}
.start-proj-one-on-one-des--new.one_on_one .content_flesh.step4 .headline {
  margin-bottom: 24px !important;
}
/* custom payment select */
.start-proj-one-on-one-des--new.one_on_one
  .content_flesh.step4
  .selection::after,
.start-proj-one-on-one-des--new.one_on_one .content_flesh.step4 select::after {
  content: none;
}
.start-proj-one-on-one-des--new.one_on_one .custom-select-paymet-selection,
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .method-payment
  .selection {
  width: 307px;
}
.start-proj-one-on-one-des--new.one_on_one .select-items div {
  width: 100%;
  border: 1px solid rgba(141, 26, 26, 0.1);
  color: #252737;
  padding-left: 10px;
  padding-top: 7px;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .content_flesh
  .select-selected {
  padding-left: 10px;
  padding-top: 7px;
 border: solid 1px #d0d5da;;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .content_flesh
  .select-selected::after {
  border-right: 1px solid #252737;
  border-bottom: 1px solid #252737;
}
.start-proj-one-on-one-des--new
  .contest_options.comments_options
  .content_flesh
  .top-line-blue-border {
  border: solid 2px #00c1f1;
}
.start-proj-one-on-one-des--new #add_new_payment:not(.contest-add-payment),
.start-proj-one-on-one-des--new .card ul {
  width: auto;
}
.start-proj-one-on-one-des--new .card ul {
  max-width: 330px;
  margin: 0 auto;
}
.start-proj-one-on-one-des--new .content_flesh.step4 .card ul .icon_card,
.start-proj-one-on-one-des--new .information .record.img_card {
  display: none;
}
.start-proj-one-on-one-des--new .record .country .ico {
  background: none;
  top: 4px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .sumary
  .box {
  width: 290px;
  margin-bottom: 16px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .sumary
  .box
  .inside {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .sumary
  .box
  .title
  p {
  margin-bottom: 10px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .sumary
  .box
  .inside
  ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .sumary
  .box
  .inside
  ul
  li:not(:last-child) {
  margin-bottom: 16px;
}
.start-proj-one-on-one-des--new .contest_options.comments_options div.month {
  margin-bottom: 16px;
}
.start-proj-one-on-one-des--new .selection.styled-paymet-selection {
  display: block;
  margin: 0 auto;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .bar_scroll {
  width: 100%;
}
.expire-wrapper {
  display: flex !important;
}
.expire-wrapper p:first-child {
  margin-right: 6px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .terms {
  margin: 0 auto;
  width: 280px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one
  .content_flesh.step4
  .terms
  label {
  width: 100%;
}
.start-proj-one-on-one-des--new .content_flesh .button_box {
  display: flex;
  justify-content: center;
}
.start-proj-one-on-one-des--new #credit_radio:checked + label,
.start-proj-one-on-one-des--new #paypal_radio:checked + label {
  border: solid 2px #00c1f1 !important;
}
.start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .button_box button{
  /* width: 192px !important; */
height: 56px !important;
border-radius: 56px;
cursor: pointer;
}
/* .start-proj-one-on-one-des--new .contest_options.comments_options .content_flesh .select-selected{
  
}
.start-proj-one-on-one-des--new .contest_options.comments_options .content_flesh .select-selected:nth-child(n+2){
  display: none;
} */
/* .select-selected{
  width: 300px !important; */
/* } */

.styled-counry-section .custom-select {
  position: relative;
  font-family: Arial;
}

.styled-counry-section .custom-select select {
  display: none; /*hide original SELECT element: */
}

.styled-counry-section .select-selected,
.styled-country-section-paypal .select-selected {
  background-color: #fff;
  width: 250px;
}

/* Style the arrow inside the select element: */
.styled-counry-section .select-selected:after {
  position: absolute;
  content: "";
  top: 11px;
  right: 10px;
  width: 6px;
  height: 6px;
  /* border: 6px solid transparent; */
  /* border-color: #fff transparent transparent transparent; */
}

/* Point the arrow upwards when the select box is open (active): */
.styled-counry-section .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.styled-counry-section .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;
}

/* Style items (options): */
.styled-counry-section .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.styled-counry-section .select-hide {
  display: none;
}

.styled-counry-section .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.start-proj-one-on-one-des--new .information .record input.medium.req_val.phones{
  padding-left: 36px;
}
/* /////////////////////////////---------------------------------------media-----------------------------------------------///////////////////////////////// */
@media (min-width: 480px) {
  .start-proj-one-on-one-des--new .content_brief,
  .start-proj-one-on-one-des--new.control_center.one_on_one .draganddrop {
    width: 400px;
  }
  .start-proj-one-on-one-des--new .draganddrop ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 400px;
    margin: 0 auto;
  }
  .start-proj-one-on-one-des--new .draganddrop ul li {
    width: 180px;
  }
  .start-proj-one-on-one-des--new .draganddrop ul li:not(:last-child){
    margin-left: 15px;
    margin-right: 15px;
  }
  .start-proj-one-on-one-des--new .draganddrop ul li.add_new_file {
    width: 100%;
    margin-bottom: 30px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    thead
    tr
    td,
  .start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .start-proj-one-on-one-des--new .price-entryes-wrapper {
    padding-left: 0;
    justify-content: center;
    margin-bottom: 20px;
  }
  .start-proj-one-on-one-des--new.one_on_one.control_center
    .contest_tabs.contest_options.mobile_tab
    .btn-menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .contest_tabs.contest_options.mobile_tab {
    padding-bottom: 35px;
  }
  .start-proj-one-on-one-des--new
    #tab_data
    .invite-ml
    table
    tr
    td
    .designer-info
    div:first-child {
    width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  /* .start-proj-one-on-one-des--new .contest_options.comments_options .addcomment_box .addcomment textarea{
    box-sizing: content-box;
    padding: 16px 16px 24px 16px;
  } */
}
@media (min-width: 641px) {
  .start-proj-one-on-one-des--new.control_center.one_on_one
    .content_flesh.step4
    .terms {
    margin: 0 auto;
    width: 350px;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .addcomment_box
    .btn-grey {
    margin-left: 62px;
  }
  /* .start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr td.medals{
    display: flex;
  } */
  .start-proj-one-on-one-des--new .user-comment-wrapper {
    display: flex;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .addcomment_box {
    padding-left: 15px;
    padding-right: 20px;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .box
    .addcomment_box
    .user_img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float: none;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-right: 0;
    margin-right: 22px;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .addcomment_box
    .user_img
    img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .start-proj-one-on-one-des--new .addcomment_box .user_img img {
    border-radius: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    > span {
    position: relative;
    width: 30px;
    margin: 0 auto;
    padding-left: 25px;
    margin-bottom: 2px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    thead
    tr
    td.medals
    > span {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    > span:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    > span.medals-gold:before {
    background-image: url("../images/New-designer-contest-medals/medal-gols.svg");
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    > span.medal-silver:before {
    background-image: url("../images/New-designer-contest-medals/medal-silver.svg");
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    > span.medal-bronze:before {
    background-image: url("../images/New-designer-contest-medals/medal-bronze.svg");
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    thead
    tr
    td.medals
    > span:before {
    display: none;
  }

  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    span {
    display: block;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .main_info
    .inner_wrapper
    .name_contest
    h1 {
    font-size: 28px;
  }
  .start-proj-one-on-one-des--new .contest_status-wrapper {
    order: -1;
    margin-bottom: 20px;
  }
  .start-proj-one-on-one-des--new .main_info .name_contest {
    order: -2;
    margin-bottom: 20px;
    padding: 0;
  }
  .start-proj-one-on-one-des--new .main_info .inner_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .start-proj-one-on-one-des--new.one_on_one .status_designer {
    flex-basis: 100%;
  }
  .start-proj-one-on-one-des--new .contest_status-wrapper {
    flex-basis: 0%;
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .start-proj-one-on-one-des--new .contest_heading {
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .start-proj-one-on-one-des--new.one_on_one .main_info {
    width: 50%;
    height: auto;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .main_info
    .inner_wrapper
    .name_contest
    h1 {
    width: 100%;
    white-space: unset;
  }
  .start-proj-one-on-one-des--new .price-entryes-wrapper{
    align-items: flex-start;
  }
  .start-proj-one-on-one-des--new.one_on_one .top_info {
    margin-top: 30px;
  }
  .start-proj-one-on-one-des--new .price-entryes-wrapper {
    justify-content: flex-end;
    margin-top: 14px;
  }
  .start-proj-one-on-one-des--new .header_deadline_input-val {
    min-width: 120px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .contest_tabs.contest_options.mobile_tab {
    width: 100%;
    border-radius: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one .contest_options > ul {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box
    .contest_options
    > ul
    li {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .start-proj-one-on-one-des--new.one_on_one .contest_tabs ul > li {
    border-bottom: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active {
    border-left: none;
    border-top: 2px solid #00c1f1;
    margin-top: -2px;
    padding-top: 2px;
    border-radius: 0;
  }
  .control_center.one_on_one .contest_options > ul > li {
    padding-right: 0;
  }

  .start-proj-one-on-one-des--new.control_center.control_center.one_on_one
    .contest_tabs.contest_options
    .close_tab::after {
    position: absolute;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    left: -5px;
    top: 0px;
  }
  .start-proj-one-on-one-des--new.control_center.control_center.one_on_one
    .contest_tabs.contest_options
    .close_tab:hover {
    color: #252737;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one
    .contest_options
    > ul
    > li {
    margin: 0;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one
    .contest_options
    > ul
    > li:hover {
    margin: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .contest_tabs.contest_options.mobile_tab {
    padding-bottom: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    thead
    tr
    td,
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.oneonone {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .start-proj-one-on-one-des--new#start_contest_box
    .contest_tabs.contest_options
    ul
    li {
    min-width: 15%;
    width: auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .start-proj-one-on-one-des--new .styled-counry-section .select-selected,
  .start-proj-one-on-one-des--new .styled-country-section-paypal .select-selected{
    width: 300px;
  }
  .start-proj-one-on-one-des--new #add_new_payment:not(.contest-add-payment) {
    max-width: 630px;
  }

  .start-proj-one-on-one-des--new.control_center.one_on_one
    .content_flesh.step4
    .sumary
    .box
    .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  .start-proj-one-on-one-des--new .card ul {
    margin-left: -20px;
  }
  .start-proj-one-on-one-des--new #CreditCard_form,
  .start-proj-one-on-one-des--new #PayPal_form {
    background-color: #fff;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 44px;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 24px;
    max-width: 630px;
    margin: 0 auto;
  }
  .start-proj-one-on-one-des--new #CreditCard_form::before,
  .start-proj-one-on-one-des--new #CreditCard_form:after,
  .start-proj-one-on-one-des--new #PayPal_form::before,
  .start-proj-one-on-one-des--new #PayPal_form::after {
    position: absolute;
    content: "";
    top: 0;
    background-color: #fff;
    width: 20px;
    height: 100%;
    margin-bottom: 25px;
    /* border: 1px solid; */
  }
  .start-proj-one-on-one-des--new #CreditCard_form::before,
  .start-proj-one-on-one-des--new #PayPal_form::before {
    left: -20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .start-proj-one-on-one-des--new #CreditCard_form::after,
  .start-proj-one-on-one-des--new #PayPal_form::after {
    right: -20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .start-proj-one-on-one-des--new .content_brief,
  .start-proj-one-on-one-des--new.control_center.one_on_one .draganddrop {
    width: 720px;
  }
  .start-proj-one-on-one-des--new .draganddrop ul {
    width: 600px;
  }

  .start-proj-one-on-one-des--new .main_info .inner_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .start-proj-one-on-one-des--new .contest_heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  .start-proj-one-on-one-des--new .price-entryes-wrapper {
    margin-left: auto;
  }
  .start-proj-one-on-one-des--new#start_contest_box
    .contest_tabs.contest_options
    ul
    li {
    /* min-width: 15%; */
    width: auto;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .start-proj-one-on-one-des--new .filter__in {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row {
    flex-basis: 100%;
    border-top: none;
    /* background-color: #e8e8e8; */
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row p {
    width: 417px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #252737;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .filter__in
    .filter__row
    .filter-left {
    width: 100%;
  }
  /* .start-proj-one-on-one-des--new.one_on_one .filter__in .filter-left{
    padding-left: 20px;  
  } */
  .start-proj-one-on-one-des--new.center_content_wrapper .filter {
    padding-bottom: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one .filter__in .filter-left {
    padding-left: 20px;
  }
  .start-proj-one-on-one-des--new.one_on_one #new_payment_box{
    margin-bottom: 32px;
  } 
}
@media (min-width: 886px) {
  .start-proj-one-on-one-des--new .bar_scroll .sumary .box .title .right {
    margin: 0;
  }
}
@media(min-width:920px){
  .start-proj-one-on-one-des--new.one_on_one .main_info{
    width: 70%;
  }
  .start-proj-one-on-one-des--new .main_info .name_contest{
    width: 75%;
  }
  .start-proj-one-on-one-des--new .contest_status-wrapper{
    margin-left: 20px;
  }
  .start-proj-one-on-one-des--new .main_info .inner_wrapper{
    align-items: flex-start;
  }
}
@media (min-width: 960px) {
  .inner_content
    .start-proj-one-on-one-des--new.center_content_wrapper.control_center.one_on_one {
    padding-bottom: 0px;
  }
  .start-proj-one-on-one-des--new.center_content_wrapper .filter {
    margin: 0 auto;
    margin-top: -22px;
  }
  .start-proj-one-on-one-des--new #tab_data {
    /* margin-top: -2px; */
    box-shadow: none;
  }

  .start-proj-one-on-one-des--new #tab_data {
    width: 100%;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .contest_tabs.contest_options.mobile_tab {
    width: 100%;
    max-width: 100%;
    background: #fff !important;
  }
  .start-proj-one-on-one-des--new .filter {
    box-shadow: none;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    thead
    tr
    td.designer_name {
    width: 400px;
  }
  .start-proj-one-on-one-des--new
    #tab_data
    .invite-ml
    table
    tr
    td
    .designer-info
    div:first-child {
    width: 300px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    thead
    tr
    td,
  .start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active {
    background: none;
  }
}
@media (min-width: 1024px) {
  .start-proj-one-on-one-des--new .styled-counry-section .select-selected,
  .start-proj-one-on-one-des--new .styled-country-section-paypal .select-selected{
    width: 342px;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .sumary .box{
    width: 384px;
  }
  .start-proj-one-on-one-des--new.one_on_one .content_flesh.step4 .headline,
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .content_flesh.step4
    .upgrades-item,
  .start-proj-one-on-one-des--new.control_center.one_on_one
    .content_flesh.step4
    .method-payment,
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .content_flesh.step4
    .upgrades-list,
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .content_flesh.step4
    #new_payment_box,
  .start-proj-one-on-one-des--new #add_new_payment:not(.contest-add-payment),
  .start-proj-one-on-one-des--new .contest_options.comments_options .card,
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .content_flesh-top, 
    .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .content_flesh-bottom,
    .start-proj-one-on-one-des--new .contest_options.comments_options div.pay{
    border: none;
  }
  .start-proj-one-on-one-des--new .contest_options.comments_options .card {
    overflow: visible;
  }
  .start-proj-one-on-one-des--new #add_new_payment:not(.contest-add-payment) {
    width: 744px;
    max-width: 744px;
    overflow: visible;
  }
  .start-proj-one-on-one-des--new .card ul{
    margin-left: -8px;
  }
  .start-proj-one-on-one-des--new #CreditCard_form,
  .start-proj-one-on-one-des--new #PayPal_form {
    width: 718px;
    max-width: 718px;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .bar_scroll .sumary,
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .bar_scroll,
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4,
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .terms,
  .start-proj-one-on-one-des--new .contest_options.comments_options .button_box {
    border: none;
  }
  .start-proj-one-on-one-des--new.one_on_one .content_flesh .top-line .upgrade-select{
    border: 1px solid #00c1f1;
  }
  .start-proj-one-on-one-des--new .bar_scroll .sumary .box .title .right span{
    margin: 0;
  }
  .start-proj-one-on-one-des--new div.right.currency_box{
    overflow: visible;
  }
    .contest_options.comments_options
    .information
    .record {
    width: 345px;
    overflow: visible;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .information
    .record
    input {
    width: 342px !important;
  }
  .start-proj-one-on-one-des--new .information {
    overflow: visible;
  }
  .start-proj-one-on-one-des--new .content_brief .project-desc h2 {
    padding-left: 15px;
  }
  .start-proj-one-on-one-des--new .content_brief,
  .start-proj-one-on-one-des--new.control_center.one_on_one .draganddrop {
    width: 100%;
  }
  .start-proj-one-on-one-des--new.center_content_wrapper .filter {
    margin: 0;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .block_with_text {
    background-color: rgba(232, 232, 232, 0.23);
  }
  .start-proj-one-on-one-des--new #tab_data {
    padding-top: 0;
    box-shadow: none;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .block_with_text {
    padding-top: 15px;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .addcomment_box {
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
  }
  /* .start-proj-one-on-one-des--new .contest_options.comments_options div, */
  .start-proj-one-on-one-des--new .contest_options,
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .addcomment_box {
    border: 1px solid #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    /* border-radius: 5px; */
  }
  

  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .addcomment_box
    .addcomment
    textarea {
    max-width: 864px;
    margin-left: 0;
  }
  .start-proj-one-on-one-des--new .comment_details .comment_text {
    max-width: 864px;
  }
 
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .right_item {
    margin-top: 0;
  }
  .start-proj-one-on-one-des--new
    .contest_options.comments_options
    .right_item {
    margin-right: 16px;
  }
  .start-proj-one-on-one-des--new
    .content_comments
    .comments_list
    .parent
    .comment_details {
    padding-left: 26px;
  }
  .start-proj-one-on-one-des--new .content_comments {
    padding-bottom: 40px;
  }
  /* .start-proj-one-on-one-des--new .contest_options.comments_options div{
    position: relative;
    margin-top: 5px;
  }
  .start-proj-one-on-one-des--new .contest_options.comments_options div:before{
    position: absolute;
    content: '';
    border: 1px solid;
    width: 100%;
    height: 5px;
    left: 0;
    top: -5px;
  } */
}
@media (min-width: 1216px) {
 
  .start-proj-one-on-one-des--new.control_center.one_on_one .block_with_text {
    padding-top: 32px;
  }
  .start-proj-one-on-one-des--new .filter__in {
    position: relative;
    z-index: 2;
  }
  .start-proj-one-on-one-des--new .filter__in::before,
  .start-proj-one-on-one-des--new .filter__in:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: -1;
  }
  .start-proj-one-on-one-des--new .filter__in::before {
    left: -98%;
  }
  .start-proj-one-on-one-des--new .filter__in::after {
    right: -98%;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row {
    background-color: rgba(232, 232, 232, 0.23);
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active {
    margin-top: 0;
    padding-top: 0;
  }
  .inner_content
    .start-proj-one-on-one-des--new.center_content_wrapper.control_center.one_on_one {
    max-width: 100%;
  }
  .start-proj-one-on-one-des--new .contest_heading,
  .start-proj-one-on-one-des--new.one_on_one .contest_options > ul {
    width: 1216px;
  }
  .start-proj-one-on-one-des--new.one_on_one .contest_options > ul {
    margin: 0 auto;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .contest_tabs.contest_options.mobile_tab {
    border-bottom: 1px solid rgba(17, 17, 17, 0.09);
  }
  .start-proj-one-on-one-des--new .contest_heading {
    box-sizing: border-box;
  }
  .start-proj-one-on-one-des--new .contest_heading-wrapper {
    padding-top: 40px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    .main_info
    .inner_wrapper
    .name_contest
    h1 {
    font-size: 32px;
  }
  .start-proj-one-on-one-des--new .contest_heading {
    margin: 0 auto;
    margin-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li {
    justify-content: flex-start;
    min-width: auto;
    width: auto;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li:first-child {
    margin-left: 0;
  }

  .start-proj-one-on-one-des--new.one_on_one#start_contest_box
    .contest_options
    > ul
    li {
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active {
    /* border-top: none; */
    position: relative;
  }
  .start-proj-one-on-one-des--new #tab_data {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active {
    padding-top: 22px;
  }
  /* .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00c1f1;
    top: 0;
   
left: 0;
  } */
  /* .start-proj-one-on-one-des--new.one_on_one#start_contest_box.control_center
    .contest_tabs.contest_options.mobile_tab
    > ul
    > li.active{
   
    } */
  .start-proj-one-on-one-des--new.one_on_one .filter__in .filter-left {
    padding-left: 0;
    padding-bottom: 32px;
    width: 50%;
  }
  .start-proj-one-on-one-des--new.one_on_one .filter__in .filter-left ul li {
    margin-right: 16px;
  }
  .start-proj-one-on-one-des--new.one_on_one .filter__in .filter__search {
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    display: flex;
  }
  .start-proj-one-on-one-des--new .filter__in {
    padding-top: 24px;
  }
  .start-proj-one-on-one-des--new .filter .filter-left ul {
    justify-content: flex-start;
  }
  .start-proj-one-on-one-des--new
    .one_on_one
    .filter__search_right
    .field__el
    input {
    width: 280px;
  }
  .start-proj-one-on-one-des--new .filter__search_right .field {
    margin-left: auto;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row {
    padding-top: 32px;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row::before,
  .start-proj-one-on-one-des--new .filter__in .filter__row:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(232, 232, 232, 0.23);
    z-index: -1;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row::before {
    left: -100%;
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row::after {
    right: -100%;
  }
  .start-proj-one-on-one-des--new #tab_data .invite-ml table {
    width: 1216px;
    margin: 0 auto;
  }
  .start-proj-one-on-one-des--new .invite-ml {
    background-color: rgba(232, 232, 232, 0.23);
  }
  .start-proj-one-on-one-des--new .filter__in .filter__row {
    opacity: 1;
  }
  .start-proj-one-on-one-des--new.one_on_one #tab_data .invite-ml table tr td {
    padding-left: 40px;
    padding-right: 40px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals {
    width: 130px;
    padding-left: 20px;
    padding-right: 20px;
    /* display: flex; */
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.medals
    span {
    display: inline;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    .designer_name.favorite {
    padding-left: 0;
    padding-right: 10px;
  }
  .start-proj-one-on-one-des--new
    #tab_data
    .invite-ml
    table
    tr
    td
    .designer_name.favorite
    .designer-info {
    padding-left: 32px;
  }
  .start-proj-one-on-one-des--new.one_on_one
    #tab_data
    .invite-ml
    table
    tr
    td.last-active {
    width: 130px;
  }
  /* .start-proj-one-on-one-des--new #tab_data .invite-ml table tr td .designer-info div:first-child{
    margin-left: 0;
  } */
}
@media(min-width:1280px){
  .start-proj-one-on-one-des--new.one_on_one .main_info{
    width: 90%;
  }
   .start-proj-one-on-one-des--new .contest_options.comments_options .addcomment_box{
    width: 1216px;
    margin: 0 auto;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4{
    display: flex;
    /* flex-direction: column; */
    max-width: 1216px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .start-proj-one-on-one-des--new.one_on_one .content_flesh .top-line,
  .start-proj-one-on-one-des--new .selection.styled-paymet-selection,
  .start-proj-one-on-one-des--new #add_new_payment:not(.contest-add-payment){
    margin-left: 0;
  }
  .start-proj-one-on-one-des--new #add_new_payment:not(.contest-add-payment){
    padding-left: 0px;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .bar_scroll{
    margin-top: 68px;
  }
  .start-proj-one-on-one-des--new .card ul {
    margin-left: 0px;
}
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .headline h4,
  .control_center.one_on_one .content_flesh.step4 .headline p{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .headline h4{
    top: 15px;
  }
  .control_center.one_on_one .content_flesh.step4 .headline p{
    top: 50px;
  }
  .start-proj-one-on-one-des--new #CreditCard_form{
    width: 704px;
  }
  .start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .content_flesh-top,
  .start-proj-one-on-one-des--new.one_on_one .content_flesh.step4 .headline
  {
    overflow: visible;
  }
  .start-proj-one-on-one-des--new.one_on_one .content_flesh.step4 .headline{
    position: static;
  }
.start-proj-one-on-one-des--new.one_on_one .content_flesh .top-line{
  margin-top: 88px;
}
.start-proj-one-on-one-des--new.control_center.one_on_one .content_flesh.step4 .terms label{
  margin-left: 23px;
}
.start-proj-one-on-one-des--new .contest_options.comments_options .button_box{
  width: 100%;
  margin-bottom: 32px;
}

}