.openApp {
  cursor: pointer;
}

.btn_login_do {
  padding: unset;
  border: unset;
}

.audio_news {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin: 10px 0px;
  padding: 0px 20px;
}

.audio_news audio {
  width: 100%;
  height: 30px;
}

.ctn_audio {
  display: block;
  width: calc(100% - 30px);
  height: 30px;
}

.tca_giong {
  position: absolute;
  width: 200px;
  padding: 10px 10px;
  gap: 10px;
  top: 25px;
  right: 12px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  transform: scale(0.2);
  transform-origin: top right;
  animation: fadeAndScaleTcaGiong 0.8s forwards;
}

@keyframes fadeAndScaleTcaGiong {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.giong_moi {
  width: 100%;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #474747;
  font-weight: 600;
  margin-bottom: 10px;
}

.box_show_star {
  display: flex;
}

.box_show_star_left {
  width: 25%;
  min-width: 120px;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.box_show_star .txt_count_star {
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  color: #474747;
}

.box_show_star .box_lst_star {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.box_show_star .icon_star,
.star_pp_vote {
  width: 20px;
  height: 20px;
}

.box_show_star .txt_note_vote {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #474747;
}

.box_show_star_right {
  width: 75%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.item_process_vote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}

.box_number_star {
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.icon_star_process {
  width: 14px;
  height: 14px;
}

.number_star_process,
.pecent_process {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}

.progress_vote {
  width: calc(100% - 65px);
  border-radius: 8px;
  height: 5px;
}

.item_process_vote progress::-webkit-progress-bar {
  background: #efefef;
  border-radius: 8px;
}

.item_process_vote progress::-webkit-progress-value {
  background: #4c5bd4;
  border-radius: 8px;
}

.box_btn_vote {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.txt_btn_vote {
  font-family: Roboto-Medium;
  line-height: 19px;
  font-size: 16px;
  color: #474747;
}

.btn_vote {
  background: #4c5bd4;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  font-family: Roboto-Medium, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.popup_vote {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
}

.popup_vote .wapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 469px;
  padding: 30px;
  row-gap: 24px;
  margin: 100px auto;
}

.banner_pp_vote {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  width: 100%;
}

.img_banner_pp_vote {
  width: 100%;
}

.txt_banner_pp_vote {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #474747;
}

.box_lst_star_vote {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.item_star_vote {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  padding: 0 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.txt_stt_star {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #474747;
  text-align: center;
}

.btn_send_vote {
  background: #4c5bd4;
  border-radius: 4px;
  padding: 10px 0;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  border: none;
  width: 100%;
}

.btn_send_vote:disabled {
  opacity: 0.5;
}

.pecent_process {
  width: 50px;
}

.box_show_star_left .icon_vote_new {
  width: 20px;
  height: 20px;
}

.cm_input {
  width: 100%;
  clear: both;
  position: relative;
}

.cm_input .ct_cm {
  width: calc(100% - 60px);
  background: #fff;
  min-height: 48px;
  border: 1px solid #d1d4dc;
  border-radius: 28px;
  vertical-align: top;
  height: 48px;
  padding: 10px 20px;
  float: right;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  outline: unset;
  resize: none;
}

.cm_input .img_user {
  float: left;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.bg_send {
  background: #e6ecfe;
}

.popup_share_chat365 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 40px auto 10px;
  width: 412px;
  z-index: 9999;
  background: #ffffff;
  border-radius: 10px;
  max-height: 463px;
  min-height: 250px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.popup_share_chat365 .box_header {
  padding: 16px 15px 11px 15px;
  border-bottom: 1px dashed #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup_share_chat365 .frame_items {
  max-height: 341px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 25px;
  line-height: unset !important;
}

.frame_items::-webkit-scrollbar {
  width: 4px;
}

.frame_items::-webkit-scrollbar-track {
  background: #fff;
}

.frame_items::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 5px;
}

.frame_items::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.frame_items .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  margin-top: 10px;
}

.frame_items .items_u {
  display: flex;
  align-items: center;
}

.frame_items .items_u img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  object-fit: cover;
  margin-right: 10px;
}

.frame_items .name {
  font-size: 14px;
  color: #474747;
}

.popup_share_chat365 .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.box_share_items:hover {
  background: #f4f4f4;
}

.frame_items .btn_buttom_send {
  padding: 2px 10px;
  border-radius: 30px;
  color: #2758dd;
  display: flex;
  justify-content: center;
  width: 67px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.tag_gray {
  background: #f4f4f4;
  color: #474747;
  padding: 0 5px;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
  white-space: nowrap;
  /* margin-top: 5px; */
  margin-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 1023.98px) {
  .main_timviec {
    padding: 0px;
    background: unset;
  }
}

@media only screen and (max-width: 600px) {
  .box_show_star .txt_count_star {
    font-size: 24px;
  }

  .box_show_star .icon_star {
    width: 18px;
    height: 18px;
  }

  .box_show_star .txt_note_vote {
    font-size: 13px;
  }

  .txt_btn_vote {
    line-height: 16px;
    font-size: 14px;
  }

  .popup_vote .wapper {
    max-width: 382px;
    width: 95%;
  }
}

@media only screen and (max-width: 414.5px) {
  .popup_share_chat365 {
    width: 90%;
  }

  .cm_input .ct_cm {
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 350px) {
  .main_timviec {
    padding: 0px;
    background: unset;
  }
}