@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");
}
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";
}

.datepicker table tr td.disabled {
  text-decoration: line-through;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.red {
  color: red;
}

#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;
  margin-bottom: 10px;
}
#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: 10px 10px;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
}
#modal_datlich #khunggio_ul li p:nth-child(1) {
  margin-bottom: 5px;
}
#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_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;
}

@media (max-width: 991.98px) {
  .wrap_content {
    padding: 10px !important;
  }
}
@media (max-width: 330px) {
  .item_text {
    padding-left: 40px;
  }
}/*# sourceMappingURL=style.css.map */