/* Customize the label (the container) */
.box_confirm_data {
  float: left;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.l_blank {
  color: #4c5bd4;
}

.cb_container {
  float: left;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb_container .cb_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 6px;
}

/* Create a custom checkbox */
.cb_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.cb_container:hover .cb_checkbox~.cb_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb_container .cb_checkbox:checked~.cb_checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb_container .cb_checkbox:checked~.cb_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb_container .cb_checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form_id {
  display: flex;
  justify-content: center;
}

.dk_ntd_left {
  width: 48%;
  float: left;
}

.dk_ntd_left {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 109px;
  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 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.dk_ntd_left .head_gr h1 a {
  text-decoration: underline;
  color: #5e5eef;
}

.dk_ntd_left .form_gr {
  width: 100%;
  float: left;
}

.dk_ntd_left .form_gr .form_reg {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.dk_ntd_left .form_gr .form_reg p {
  color: red;
}

.dk_ntd_left .form_gr .form_reg p::before {
  display: inline;
  content: '⚠ ';
}

.dk_ntd_left .form_gr .form_reg label {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  float: left;
  width: 100%;
  margin: 10px 0;
  font-family: Roboto-Medium, sans-serif;
  color: #616264;
}

.dk_ntd_left .form_gr .form_reg label .red_star {
  color: red;
}

.dk_ntd_left .form_gr .form_reg input[type='text'],
.dk_ntd_left .form_gr .form_reg input[type='number'],
.dk_ntd_left .form_gr .form_reg input[type='date'] {
  width: 100%;
  float: left;
  box-sizing: border-box;
  height: 41px;
  border-radius: 8px;
  border: 1px solid #dad8d3;
  padding-left: 18px;
  margin-bottom: 4px;
  font-size: 16px;
  /* font-family: Roboto-Regular; */
  color: #474747;
}

.dk_ntd_left .form_gr .form_reg input[type='password'] {
  width: 100%;
  float: left;
  box-sizing: border-box;
  height: 41px;
  border-radius: 8px;
  border: 1px solid #dad8d3;
  padding-left: 18px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #474747;
  /* font-family: Roboto-Regular; */
}

.dk_ntd_left .form_gr .form_reg[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

.dk_ntd_left .form_gr .form_reg[data-title]:after {
  content: attr(data-title);
  background-color: #fff;
  color: red;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  padding: 10px;
  bottom: -1.6em;
  left: 0;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  border-radius: 10px;
}

.dk_ntd_left .form_gr .form_reg[data-title] {
  position: relative;
}

.dk_ntd_left .form_gr .form_reg.reg_pass {
  width: 49.5%;
  margin-right: 1%;
}

.dk_ntd_left .form_gr .form_reg.reg_repass {
  width: 49.5%;
}
.box_select {
  display: flex;
  width: 100%;
}

.box_select_left {
  width: 49.5%;
  margin-right: 1%;
  display: flex;
}

.box_select_right {
  width: 49.5%;
  display: flex;
}
.dk_ntd_left .form_gr .item_select span[class~='ant-select-selection-placeholder'] {
  font-size: 16px;
  color: #474747;
  /* font-family: Roboto-Regular; */
}

.dk_ntd_left .form_gr .item_option span {
  color: #474747;
  font-size: 16px;
  /* font-family: Roboto-Regular; */
}

.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 label {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  float: left;
  margin: 10px 0;
  color: #616264;
  font-family: Roboto-Medium, sans-serif;
}

.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;
  font-size: 14px;
  line-height: 16px;
  color: #4f4f4f;
  margin-bottom: 50px;
}

.dk_ntd_left .dk_btn label {
  text-align: center;
}

.dk_ntd_left .dk_btn #sub_blo {
  width: 315px;
  height: 46px;
  background: #4c5bd4;
  margin-top: 30px;
  border: none;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

.moneytype_2,
.moneytype_3,
.moneytype_5 {
  width: 50%;
}
.money_from,
.money_to,
.money_kg {
  width: 100% !important;
}
.share_location {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  gap: 5px;
}
@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: 1170px) 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_gr {
    width: 100%;
    float: left;
  }

  .dk_ntd_left .form_gr .form_reg {
    width: 100%;
    float: left;
    margin-bottom: 0px;
  }

  .dk_ntd_left .form_gr .form_reg p {
    color: red;
  }

  .dk_ntd_left .form_gr .form_reg p::before {
    display: inline;
    content: '⚠ ';
  }

  .dk_ntd_left .form_gr .form_reg label {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: Roboto-Medium, sans-serif;
    color: #616264;
  }

  .dk_ntd_left .form_gr .form_reg label .red_star {
    color: red;
  }

  .dk_ntd_left .form_gr .form_reg input[type='text'] {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #dad8d3;
    padding-left: 18px;
    margin-bottom: 4px;
    /* font-family: Roboto-Regular; */
  }

  .dk_ntd_left .form_gr .form_reg input[type='password'] {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #dad8d3;
    padding-left: 18px;
    margin-bottom: 4px;
    /* font-family: Roboto-Regular; */
  }

  .dk_ntd_left .form_gr .form_reg.reg_pass {
    width: 100%;
    margin-right: 0%;
  }

  .dk_ntd_left .form_gr .form_reg.reg_repass {
    width: 100%;
  }

  .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: 15px !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;
  }
  .box_select {
    flex-direction: column;
  }
  .box_select_left,
  .box_select_right {
    width: 100%;
    gap: 5px;
  }
  .moneytype_2, .moneytype_3, .moneytype_5 {
    width: 100%;
  }
  .moneytype_4 {
    display: flex;
    gap: 5px;
  }
}

.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: 8px;
  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 .box_dess_permission .content_dess_permission {
  background: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  display: none;
}

.box_permission .box_user_permission .title_user_permission .box_dess_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 .box_dess_permission .content_dess_permission .ct_dess {
  font-size: 16px;
  line-height: 22px;
}

.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 .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 .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 .txt_show_user {
  background: #f2f4ff;
  border-radius: 2px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .box_show_pqchat .txt_show_user .txt_show_email {
  font-size: 16px;
  line-height: 19px;
  color: #474747;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .form_noti .box_show_pqchat .txt_show_user .btn_del_acc {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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_form_notify .btn_form_noti {
  display: flex;
  justify-content: flex-end;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .btn_form_noti .btn_remove_noti {
  background: rgba(76, 91, 212, 0.1);
  border-radius: 3px;
  border: none;
  padding: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #4c5bd4;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  cursor: pointer;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .box_header_loaitbao {
  background: #e6e6e6;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .box_header_loaitbao .hder_noti {
  font-size: 16px;
  line-height: 19px;
  color: #333;
  font-family: 'Roboto-Medium';
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 10px 0;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .box_header_loaitbao .hder_txt_stt {
  width: 61px;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .box_header_loaitbao .hder_txt_loaitbao {
  width: calc(100% - 110px);
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .content_show_ltbao {
  gap: 10px;
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow: auto;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .content_show_ltbao .box_content_loaitbao {
  display: flex;
  min-height: 45px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  justify-content: space-between;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .content_show_ltbao .box_content_loaitbao .ct_stt_ltbao {
  width: 61px;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #333;
  justify-content: center;
  border-right: 1px solid #ddd;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .content_show_ltbao .box_content_loaitbao .ct_noidung_ltbao {
  width: calc(100% - 110px);
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #ddd;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .content_show_ltbao .box_content_loaitbao .ct_noidung_ltbao .txt_ndung_ltbao {
  font-size: 16px;
  line-height: 19px;
  color: #333;
}

.box_permission .box_user_permission .box_content_notify .box_form_notify .box_table_noti .content_show_ltbao .box_content_loaitbao .delete_ltbao {
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
}

.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;
}

.box_select_register {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 10px;
}

.box_select_register .rg_title {
  color: #4c5bd4;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}

.box_select_register .box_btn_sl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.box_select_register .box_btn_sl .btn_sl_ct {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.box_select_register .box_btn_sl .title_btn {
  color: #474747;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.box_select_register .box_btn_sl .btn_sl_sm {
  width: 350px;
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #f2f4ff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.box_select_register .box_btn_sl .create_cv {
  color: #4c5bd4;
}

.box_select_register .box_btn_sl .upload_cv {
  color: #f8971c;
  background: #fff0de;
}

.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}

.select2-container .select2-selection--multiple {
  min-height: 41px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
  height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  height: 30px;
}

@media screen and (max-width: 767px) {
  .box_select_register .rg_title {
    font-size: 16px;
  }

  .box_select_register .box_btn_sl {
    flex-direction: column;
    gap: 30px;
  }

  .box_select_register .box_btn_sl .btn_sl_sm {
    width: 100%;
  }
}