.send_articles label {
  font-weight: 600;
  font-size: 20px;
  color: #283891;
  margin-bottom: 4px;
}
.send_articles input,
.send_articles textarea {
  width: 100%;
  display: block;
  border: 2px solid #e5eaf4;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 18px;
  color: #283891;
  outline: none;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 16px;
}
.send_articles textarea {
  height: 155px;
  background-position: left 16px top 16px;
}
.send_articles select {
  width: 100%;
  display: block;
  border: 2px solid #e5eaf4;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 18px;
  color: #283891;
  outline: none;
  background-color: #fff;
}

.send_line {
  background-color: #283891;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 25px;
}
#telegram {
  background-image: url("../img/send_tg.svg");
}
#phone {
  background-image: url("../img/send_phone.svg");
}
#position {
  background-image: url("../img/send_pos.svg");
}
#fullname {
  background-image: url("../img/send_user.svg");
}
#title {
  background-image: url("../img/send_pencil.svg");
}
.send_articles input::placeholder,
.send_articles textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #959ead;
}
.emty_label {
  height: 22px;
}
.fileInput {
  width: 100%;
  color: #283891;
  border: 2px solid #e5eaf4;
  padding: 13px 20px;
  text-align: start;
  display: flex;
  align-items: center;
  background-color: #e5eaf4;
  border-radius: 10px;
}
.btn_send_articles {
  width: 100%;
  padding: 11px 16px;
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #283891;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_send_articles i {
  margin-right: 12px;
}
.fileInput i {
  font-size: 20px;
  margin-right: 5px;
}
.user_articles {
  margin-top: 60px;
}
.search_article_input {
  background-image: url("../img/send_phone.svg");
  background-repeat: no-repeat;
  padding: 9px 10px;
  padding-left: 42px;
  background-position: left 14px center;
  background-size: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #283891;
  border: 1px solid #283891;
  border-radius: 8px;
  outline: none;
  width: 350px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px transparent;
}
.search::placeholder {
  color: #283891b0;
  font-size: 18px;
}
.search_block2 {
  display: flex;
  align-items: center;
}
.search_block2 button {
  border: 1px solid #283891;
  background-color: #283891;
  color: #fff;
  padding: 10.5px 20px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.articles_users_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border: 8px;
  background: #f2f4ff;
}
.articles_user_item {
  width: 100%;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.articles_user_item time {
  font-weight: 600;
  font-size: 16px;
  color: #283891;
  margin-bottom: 12px;
}
.articles_user_item h3 {
  font-weight: 700;
  font-size: 24px;
  color: #283891;
  margin-bottom: 20px;
}
.articles_user_item .articles_bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.articles_user_item .articles_bottom .articles_bottom_left div {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #283891;
  font-size: 15px;
}
.articles_user_item .articles_bottom .articles_bottom_left div b {
  font-weight: 600;
}
.articles_user_item .articles_bottom .articles_bottom_right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.articles_user_item .articles_bottom .articles_bottom_right p {
  font-size: 16px;
  color: #283891;
  padding: 5px 24px;
  border: 1px solid #283891;
  border-radius: 20px;
}
.ecctept {
  color: #fff !important;
  background-color: #283891;
}
.rejected {
  color: #fff !important;
  background-color: #fc502b;
  border: 1px solid #fc502b !important;
}
.progress_status {
  color: #fff !important;
  background-color: #959EAD;
  border: 1px solid #959EAD !important;
}
.accept_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.accept_row p {
  margin: 0;
}
.article_certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.certificate_download_btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #283891;
  border-radius: 8px;
  white-space: nowrap;
}
.certificate_download_btn i {
  margin-right: 6px;
}
.add_articles_btn {
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  padding: 7px 20px;
  background-color: #fc502b;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 2s infinite ease-out;
}
.not_found_articles {
  margin: 18px 0;
  padding: 25px;
  text-align: center;
  background: #f2f4ff;
  color: #283891;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px;
}
.articles_closed_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.articles_closed_block i {
  font-size: 48px;
  color: #283891;
  line-height: 1;
}
.article_type_tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.article_type_tab {
  flex: 1;
  padding: 12px 20px;
  border: 2px solid #e5eaf4;
  border-radius: 10px;
  background-color: #fff;
  color: #283891;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}
.article_type_tab.active {
  background-color: #283891;
  border-color: #283891;
  color: #fff;
}
.article_type_badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 8px;
}
.article_type_badge.journal_badge {
  background-color: #f2f4ff;
  color: #283891;
  border: 1px solid #283891;
}
.article_type_badge.conference_badge {
  background-color: #283891;
  color: #fff;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f46d4ee5;
  }
  70% {
    box-shadow: 0 0 4px 4px #fd988273;
  }
  100% {
    box-shadow: 0 0 0 0 #fd998231;
  }
}
@media only screen and (max-width: 1160px) {
  .articles_user_item .articles_bottom {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .articles_user_item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
  .articles_user_item time {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 700;
  }
  .articles_user_item {
    text-align: center;
  }
  .articles_user_item .articles_bottom .articles_bottom_left div {
    justify-content: center;
  }
  .emty_label {
    display: none;
  }
  .btn_send_articles {
    margin-top: 10px;
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 6px;
  }
  .article_type_tab {
    padding: 10px 14px;
    font-size: 16px;
  }
  .article_type_badge {
    display: block;
    margin: 8px 0 0 0;
  }
}
@media only screen and (max-width: 990px) {
  .accept_row {
    flex-direction: column;
    align-items: center;
  }
  .article_certificates {
    width: 100%;
  }
  .certificate_download_btn {
    width: 100%;
    justify-content: center;
  }
  .articles_user_item .articles_bottom .articles_bottom_right {
    flex-direction: column;
    width: 100%;
  }

  .articles_user_item .articles_bottom .articles_bottom_right p {
    width: 100%;
  }
  .articles_users_block {
    gap: 18px;
    padding: 0px;
    padding-bottom: 10px;
    background-color: transparent;
  }
  .articles_user_item {
    padding: 18px;
  }
  .articles_user_item time {
    margin-bottom: 5px;
  }
  .articles_user_item h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .article_result_b {
    flex-direction: column;
    gap: 10px;
  }
  .search_article_input {
    padding: 5px 10px;
    padding-left: 35px;
    background-position: left 12px center;
    background-size: 15px;
    font-size: 16px;
    width: 100%;
  }
  .search_block2 {
    width: 100%;
  }
  .search_block2 button {
    padding: 5.2px 8px;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .fileInput {
    border: 1px solid #e5eaf4;
    padding: 8px 12px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .articles_user_item .articles_bottom .articles_bottom_left div {
    flex-direction: column;
    gap: 0px;
    padding-top: 5px;
  }
  .add_articles_btn {
    right: 16px;
    bottom: 16px;
    font-size: 15px;
    padding: 5px 20px;
    gap: 4px;
  }
  .send_articles input,
  .send_articles textarea {
    border: 2px solid #e5eaf4;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 16px;
    padding-left: 35px;
    background-position: left 12px center;
    background-size: 15px;
  }
  .send_articles input::placeholder,
  .send_articles textarea::placeholder {
    font-size: 16px;
  }
  .send_articles select {
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 16px;
  }
  .article_type_tabs {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
  }
  .send_articles label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .send_articles textarea {
    height: 155px;
    background-position: left 12px top 12px;
  }
  .not_found_articles {
    font-size: 16px;
  }
}
