#form_id {
  display: flex;
  justify-content: center;
}

.dk_ntd_left {
  width: 48%;
  float: left;
}

.dk_ntd_left {
  width: 1100px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  height: fit-content;
}

.dk_ntd_left .head_gr {
  width: 100%;
  float: left;
}

.dk_ntd_left .head_gr {
  color: #616264;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.dk_ntd_left .head_gr h1 {
  color: #4c5bd4;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.dk_ntd_left .form_uv {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: none;
}

.dk_ntd_left .form_uv p {
  color: red;
}

.dk_ntd_left .form_uv .form_title {
  color: #616264;
  font-family: Roboto-Medium, sans-serif;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.dk_ntd_left .form_uv label {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  float: left;
  width: 100%;
  margin: 10px 0;
  color: #474747;
}

.dk_ntd_left .form_uv label .red_star {
  color: red;
}

.dk_ntd_left .form_uv input[type='text'] {
  display: block;
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: 16px;
  line-height: 19px;
}

.dk_ntd_left .form_uv input[type='text'],
.dk_ntd_left .form_uv #user_tk {
  border: 1px solid #a6a6a6;
  height: 46px;
  border-radius: 6px;
}

.dk_ntd_left .form_uv .form_50 {
  width: 50%;
}

.dk_ntd_left .form_uv input::placeholder {
  font-size: 16px;
}

.dk_ntd_left .form_uv input[type='password'] {
  border: 1px solid #a6a6a6;
  height: 46px;
  border-radius: 6px;
}

.dk_ntd_left .form_uv input[type='password'],
.dk_ntd_left .form_uv #user_password_first {
  display: block;
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: 16px;
  line-height: 19px;
}

.dk_ntd_left .form_uv .mk_nhac {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 5px;
  color: #616264;
  font-style: italic;
  font-weight: normal;
}

.dk_ntd_left .form_uv.form_pass_ntd {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 10px;
}

.dk_ntd_left .form_uv.form_ask_permission {
  margin-top: 10px;
}

.dk_ntd_left .form_ask_permission {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.dk_ntd_left .form_ask_permission .form_title {
  width: unset;
}

.dk_ntd_left .form_ask_permission .select_ask_permission {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-grow: 1;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn {
  width: calc((100% - 20px) / 3);
  border-radius: 30px;
  padding: 10px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_y {
  background: #e3e6fe;
  color: #4c5bd4;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_n {
  background: #fde6e6;
  color: #f00;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_guide {
  background: #fff5dc;
  color: #ff7a00;
  cursor: pointer;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_view {
  background: #e3e6fe;
  color: #4c5bd4;
}

.dk_ntd_left .dk_btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #4f4f4f;
  margin-bottom: 50px;
}

.dk_ntd_left .dk_btn label {
  text-align: center;
  font-size: 16px;
}

.dk_ntd_left .dk_btn #sub_blo {
  width: 175px;
  height: 40px;
  background: #4c5bd4;
  margin-top: 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

.modal_tbao .modal-content {
  padding: 0px;
  border-radius: 10px;
  width: 500px;
}

.modal-header {
  background: #3F51B5;
  color: white;
  padding: 0 10px;
  font-size: 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header .close {
  cursor: pointer;
  font-size: 30px;
}

.modal-body {
  padding: 20px;
  font-size: 16px;
}

.modal-body p.t_right{
  text-align: right;
}

.modal-body .warning-icon {
  font-size: 40px;
  color: red;
}

.modal-body span {
  font-weight: bold;
}

.modal-body .hotline {
  color: red;
  font-weight: bold;
  font-size: 25px;
}

.modal-footer {
  padding-bottom: 20px;
}

.modal-footer button {
  background: #3F51B5;
  color: white;
  border-radius: 20px;
  font-size: 16px;
}

.modal-footer button:hover {
  background: #2C3E99;
}



@media screen and (max-width: 1165px) {
  .dk_ntd_left {
    width: 100%;
  }
}

@media (max-width: 1025px) {
  .dk_ntd_left .dk_btn {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 590px) {
  .dk_ntd_left .dk_btn .notifice_re {
    margin: 25px 0;
  }
}

@media (max-width: 960px) {
  .dk_ntd_left {
    width: 100%;
    padding: 30px 20px;
  }

  .dk_ntd_left .head_gr h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .dk_ntd_left .head_gr {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .dk_ntd_left .form_ask_permission {
    flex-direction: column;
  }

  .dk_ntd_left .form_ask_permission .form_title {
    width: 100%;
  }

  .dk_ntd_left .form_ask_permission .select_ask_permission {
    width: 100%;
  }

  .dk_ntd_left .form_ask_permission .select_ask_permission .btn {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .dk_ntd_left {
    width: 100%;
    float: left;
  }
}

@media (max-width: 480px) {
  .dk_ntd_left {
    padding: 0 16px;
    background: transparent;
  }

  .dk_ntd_left .head_gr {
    margin-bottom: 0;
  }

  .dk_ntd_left .head_gr h1 {
    font-weight: 700;
    font-size: 20px !important;
  }

  .dk_ntd_left .form_uv.form_pass_ntd {
    flex-direction: column;
  }

  .dk_ntd_left .form_uv .form_50 {
    width: 100%;
  }

  .dk_ntd_left .dk_btn {
    margin-top: 10px;
  }
}

.pop_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
  margin-bottom: 5px;
}

.pop_header .tieude_pop {
  font-size: 20px;
  line-height: 24px;
  color: #4c5bd4;
  font-weight: 500;
}

.pop_header .close_pop {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.mota_hdan {
  width: 100%;
  display: flex;
  text-align: justify;
  font-size: 16px;
  line-height: 21px;
  color: rgba(51, 51, 51, 1);
}

.box_permission {
  width: 700px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.box_permission .box_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box_permission .box_header .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #4c5bd4;
}

.box_permission .box_header .btn_close_pop {
  background: none;
  border: none;
}

.box_permission .box_tk {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box_permission .box_tk .tk_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #474747;
}

.box_permission .box_tk .show_tk {
  padding: 14px 15px;
  width: 100%;
  background: #ececec;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #474747;
}

.box_permission .box_user_permission {
  position: relative;
  width: 100%;
  float: left;
}

.box_permission .box_user_permission .title_user_permission {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.box_permission .box_user_permission .title_user_permission .form_title {
  color: #616264;
  font-family: Roboto-Medium, sans-serif;
  font-size: 14px;
  line-height: 16px;
  float: left;
  margin-bottom: 10px;
  width: fit-content !important;
}

.box_permission .box_user_permission .title_user_permission .form_title .note {
  font-family: 'Roboto-Regular';
  font-style: italic;
}

.box_permission .box_user_permission .title_user_permission .btn_dess_permission {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Roboto-Medium';
  color: #4c5bd4;
  border: none;
  background: transparent;
  text-decoration: underline;
}

.box_permission .box_user_permission .title_user_permission .box_dess_permission:hover .content_dess_permission {
  display: block;
}

.box_permission .box_user_permission .title_user_permission .content_dess_permission {
  background: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px;
  display: none;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
}

.box_permission .box_user_permission .title_user_permission .content_dess_permission .tt_dess {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Roboto-Medium';
  color: #4c5bd4;
}

.box_permission .box_user_permission .title_user_permission .content_dess_permission .ct_dess {
  font-size: 16px;
  line-height: 22px;
}

.box_permission .box_user_permission .box_content_notify {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify {
  border: 1px dashed #4c5bd4;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .form_title {
  color: #616264;
  font-family: Roboto-Medium, sans-serif;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .form_title_noti {
  margin-top: 0 !important;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .box_show_pqchat {
  border: 1px solid #a6a6a6;
  min-height: 36px;
  border-radius: 6px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .box_show_pqchat .form_control.show_user_role {
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-size: 16px;
  line-height: 19px;
  color: #999;
  padding: 5px 10px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .box_show_pqchat .btn_confirm_notify {
  height: 30px;
  background: #4c5bd4;
  border: navajowhite;
  border-radius: 5px;
  padding: 0px 5px;
  color: #fff;
  margin-left: 5px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .box_show_pqchat .error_noti {
  font-size: 16px;
  line-height: 19px;
  color: red;
}

.box_permission .box_user_permission .box_content_notify .box_btn_add_noti {
  text-align: right;
}

.box_permission .box_user_permission .box_content_notify .box_btn_add_noti .btn_add_noti {
  background: #4c5bd4;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.box_permission .box_btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box_permission .box_btn button {
  border-radius: 30px;
  width: calc(50% - 15px);
  border: none;
  padding: 13px;
}

.box_permission .box_btn button.cancel {
  background: #dcdcdc;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #474747;
}

.box_permission .box_btn button.confirm {
  background: #4c5bd4;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.box_permission .box_btn {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-direction: row;
}

.box_permission .box_btn button {
  border-radius: 30px;
  width: calc(50% - 15px);
  border: none;
  padding: 13px;
}

.box_permission .box_btn button.cancel {
  background: #dcdcdc;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #474747;
}

.box_permission .box_btn button.confirm {
  background: #4c5bd4;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.content_show_error {
  max-width: 90%;
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}

.content_show_error .noti_icon {
  width: 56px;
  height: 56px;
}

.content_show_error .noti_error {
  width: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.content_show_error .noti_error .content_noti {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: left;
  width: 100%;
}

.content_show_error .noti_error .btn_confirm {
  background: #4c5bd4;
  border-radius: 10px;
  padding: 5px 30px;
  border: none;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  cursor: pointer;
}