@font-face {
  font-family: "regular";
  src: url("../font/Merriweather-Regular.ttf");
}
@font-face {
  font-family: "bold";
  src: url("../font/Merriweather-Bold.ttf");
}
@font-face {
  font-family: "medium";
  src: url("../font/Merriweather-Black.ttf");
}
@font-face {
  font-family: "italic";
  src: url("../font/Merriweather-Italic.ttf");
}
.bs_0939578111 {
  background: linear-gradient(to right, #d8007d, #fc6064);
}

.bs_0919116199 {
  background: linear-gradient(to right, #fe7a16, #fea525);
}

.bs_0919425185 {
  background: linear-gradient(to right, #0a7bfb, #1fb7ff);
}

.sdt_0939578111 {
  color: #d8007d;
}

.sdt_0919116199 {
  color: #fe7a16;
}

.sdt_0919425185 {
  color: #0a7bfb;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  overflow-y: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
li {
  font-family: "regular";
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

#wrap {
  background-image: url("../img/bg.png");
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden auto;
  height: 100%;
}
#wrap .wrap_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px 300px;
}
#wrap .wrap_content .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#wrap .wrap_content .info .avatar {
  display: flex;
}
#wrap .wrap_content .info .avatar img {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  max-width: 100%;
  border: 2px solid rgba(255, 255, 255, 0);
}
#wrap .wrap_content .info h1 {
  font-family: "bold";
  font-size: 26px;
  color: #fff;
}
#wrap .wrap_content .content a {
  text-decoration: none;
}
#wrap .wrap_content .content li {
  cursor: pointer;
  border-radius: 36px;
  background-color: rgb(255, 255, 255);
  color: rgb(48, 48, 48);
  text-transform: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 0px, rgb(255, 255, 255) 0px 8px 0px;
  font-size: 15px;
  min-height: 65px;
  padding: 8px;
  margin: 16px 0px;
  border: 2px solid rgb(48, 48, 48);
  display: flex;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#wrap .wrap_content .content li .item_img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  margin-left: 8px;
  width: 45px;
  height: 45px;
}
#wrap .wrap_content .content li .item_img img {
  max-width: 100%;
  border-radius: 100%;
}
#wrap .wrap_content .content li .item_text {
  width: 100%;
  display: flex;
  justify-content: center;
}
#wrap .wrap_content .content li .item_text a,
#wrap .wrap_content .content li .item_text p {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: "regular";
}

#modal_datlich .modal-title {
  font-family: "medium";
}
#modal_datlich .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(239, 245, 249, var(--tw-bg-opacity));
  border: unset;
  height: 50px;
}
#modal_datlich .checkbox {
  display: flex;
  align-items: flex-end;
}
#modal_datlich .checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#modal_datlich #datlich_benhnhan li {
  background-color: #9b9be7;
  color: #fff;
  border-radius: 14px;
  padding: 14px 10px;
  margin: 10px 0;
}
#modal_datlich #khunggio_ul {
  margin: 0 15px;
}
#modal_datlich #khunggio_ul li {
  background-color: #9b9be7;
  color: #fff;
  border-radius: 14px;
  padding: 14px 10px;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
}
#modal_datlich #khunggio_ul .active {
  background-color: yellowgreen;
}
#modal_datlich #khunggio_ul .full {
  background-color: #a3a0a0;
}
#modal_datlich .modal-footer {
  justify-content: flex-start;
}
#modal_datlich .modal-footer #datlich_rp {
  width: 100%;
}
#modal_datlich .modal-footer #datlich_rp .datlich_rp_title {
  margin-bottom: 10px;
  color: red;
}
#modal_datlich .modal-footer button {
  width: 100%;
  border-radius: 20px;
  padding: 12px;
}
#modal_datlich #bsnghi {
  text-align: center;
  color: red;
  font-weight: bold;
}
#modal_datlich .radio_wrap {
  display: flex;
  justify-content: space-between;
}
#modal_datlich .radio_wrap .radio_div {
  display: flex;
  align-items: flex-end;
}
#modal_datlich .radio_wrap .radio_div .radio_input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#modal_datlich_success .success_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#modal_datlich_success .success_div p {
  font-size: 18px;
  margin: 20px 0;
}
#modal_datlich_success .success_div .title {
  font-weight: bold;
  color: darkgreen;
  font-size: 25px;
}
#modal_datlich_success .success_div ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modal_datlich_success .success_div ul .stt {
  color: red;
  font-weight: bold;
  font-size: 40px;
}
#modal_datlich_success .success_div ul .time_dukien {
  color: red;
  font-weight: bold;
  font-size: 25px;
}
#modal_datlich_success .success_div .note {
  color: darkgreen;
  line-height: 1.4;
  font-size: 22px;
}

#lichlamviec .title_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#lichlamviec .title_wrap .title {
  padding: 20px 40px;
  width: 600px;
  border-radius: 20px;
  background: #d8007d;
  background: linear-gradient(to right, #d8007d, #fc6064);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
#lichlamviec .title_wrap .title p {
  color: #fff;
  font-size: 14pt;
  text-align: center;
  font-family: "bold";
  line-height: 1.3;
}
#lichlamviec .title_wrap .title p:last-child {
  font-size: 18pt;
}
#lichlamviec .title_wrap .intro {
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lichlamviec .title_wrap .intro h1 {
  font-size: 25pt;
  color: #d8007d;
  font-family: "bold";
}
#lichlamviec .title_wrap .intro p {
  color: #d8007d;
  font-size: 14pt;
  line-height: 1.3;
}
#lichlamviec .title_wrap .intro .note {
  font-family: "italic";
  font-size: 11pt;
}
#lichlamviec .title_wrap .intro #mocthoigian {
  width: 300px;
  margin: 5px 0;
}
#lichlamviec #lichlamviec_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap {
  border: 1px solid #d8007d;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 40px;
  padding: 20px;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  min-height: 100px;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item .ngaylamviec_div {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background-color: #d8007d;
  padding: 10px 20px;
  margin-bottom: 5px;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item .ngaylamviec_div p {
  color: #fff;
  font-size: 12pt;
  text-align: center;
  font-family: "bold";
  line-height: 1.2;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item {
  margin-bottom: 10px;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item .tenbs_div {
  border-radius: 20px;
  background: linear-gradient(to right, #d8007d, #fc6064);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 10px 20px;
  margin-bottom: 5px;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item .tenbs_div p {
  color: #fff;
  font-size: 11pt;
  text-align: center;
  font-family: "bold";
  line-height: 1.2;
}
#lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item .giokham {
  text-align: center;
  color: #d8007d;
  font-size: 14pt;
  font-family: "bold";
  line-height: 1.2;
}
#lichlamviec #lichlamviec_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 100px;
}
#lichlamviec #lichlamviec_footer #list_bacsi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
#lichlamviec #lichlamviec_footer #list_bacsi .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
#lichlamviec #lichlamviec_footer #list_bacsi .item .name {
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 5px;
}
#lichlamviec #lichlamviec_footer #list_bacsi .item .name p {
  font-family: "bold";
  color: #fff;
  line-height: 1.3;
}
#lichlamviec #lichlamviec_footer #list_bacsi .item .sdt {
  font-family: "bold";
}
#lichlamviec #lichlamviec_footer .ghichu {
  background: linear-gradient(to right, #d8007d, #fc6064);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 10px 20px;
}
#lichlamviec #lichlamviec_footer .ghichu a {
  color: #fff;
}
#lichlamviec #lichlamviec_footer .ghichu p {
  color: #fff;
  font-size: 12pt;
  text-align: center;
  font-family: "bold";
  line-height: 1.3;
}
#lichlamviec #lichlamviec_footer .ghichu .title {
  font-size: 18pt;
}

#modal_lichlamviec table thead th {
  white-space: nowrap;
}
#modal_lichlamviec table .lichlamviec_item p {
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
}
#modal_lichlamviec table .lichlamviec_item .buoi {
  color: darkgreen;
}
#modal_lichlamviec table .lichlamviec_item .tenbs {
  color: #d8007d;
  font-family: "bold";
}
#modal_lichlamviec table .lichlamviec_item .datkham_btn {
  display: flex;
  justify-content: center;
}
#modal_lichlamviec table .lichlamviec_item .datkham_btn button {
  min-width: 100px;
}

@media (max-width: 991.98px) {
  .wrap_content {
    padding: 10px !important;
  }
}
@media (max-width: 576px) {
  .item_text {
    padding-left: 40px;
  }
  #lichlamviec .title_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #lichlamviec .title_wrap .title {
    padding: 10px 20px;
    border-radius: 20px;
    background: #d8007d;
    background: linear-gradient(to right, #d8007d, #fc6064);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }
  #lichlamviec .title_wrap .title p {
    color: #fff;
    font-size: 12pt;
    text-align: center;
    font-family: "bold";
    line-height: 1.2;
  }
  #lichlamviec .title_wrap .title p:last-child {
    font-size: 16pt;
  }
  #lichlamviec .title_wrap .intro {
    margin-top: 5px;
    text-align: center;
  }
  #lichlamviec .title_wrap .intro h1 {
    font-size: 20pt;
    color: #d8007d;
    font-family: "bold";
  }
  #lichlamviec .title_wrap .intro p {
    color: #d8007d;
    font-size: 12pt;
    line-height: 1.2;
  }
  #lichlamviec .title_wrap .intro .note {
    font-family: "italic";
    font-size: 10pt;
  }
  #lichlamviec #lichlamviec_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap {
    border: 1px solid #d8007d;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 10px;
    padding: 5px 0px;
    width: 100%;
    overflow-x: auto;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    min-height: 100px;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item .ngaylamviec_div {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #d8007d;
    padding: 7px 10px;
    margin-bottom: 5px;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item .ngaylamviec_div p {
    color: #fff;
    font-size: 10pt;
    text-align: center;
    font-family: "bold";
    line-height: 1.2;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item {
    margin-bottom: 5px;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item .tenbs_div {
    border-radius: 20px;
    background: linear-gradient(to right, #d8007d, #fc6064);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 7px 10px;
    margin-bottom: 5px;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item .tenbs_div p {
    color: #fff;
    font-size: 10pt;
    text-align: center;
    font-family: "bold";
    line-height: 1.2;
    white-space: nowrap;
  }
  #lichlamviec #lichlamviec_content .ngaykham_wrap .item .tenbs_item .giokham {
    text-align: center;
    color: #d8007d;
    font-size: 10pt;
    font-family: "bold";
    line-height: 1.2;
  }
  #lichlamviec #lichlamviec_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
  }
  #lichlamviec #lichlamviec_footer #list_bacsi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
    overflow-x: auto;
  }
  #lichlamviec #lichlamviec_footer #list_bacsi .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
  }
  #lichlamviec #lichlamviec_footer #list_bacsi .item .name {
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  #lichlamviec #lichlamviec_footer #list_bacsi .item .name p {
    font-family: "bold";
    color: #fff;
    line-height: 1.3;
    font-size: 10pt;
    white-space: nowrap;
  }
  #lichlamviec #lichlamviec_footer #list_bacsi .item .sdt {
    font-family: "bold";
    font-size: 10pt;
  }
  #lichlamviec #lichlamviec_footer .ghichu {
    background: linear-gradient(to right, #d8007d, #fc6064);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 5px 10px;
  }
  #lichlamviec #lichlamviec_footer .ghichu a {
    color: #fff;
  }
  #lichlamviec #lichlamviec_footer .ghichu p {
    color: #fff;
    font-size: 10pt;
    text-align: center;
    font-family: "bold";
    line-height: 1.3;
  }
  #lichlamviec #lichlamviec_footer .ghichu .title {
    font-size: 12pt;
  }
  #modal_datlich .radio_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #modal_datlich .radio_wrap .radio_div {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  #modal_datlich .radio_wrap .radio_div .radio_input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}/*# sourceMappingURL=style.css.map */