@import url("bootstrap.min.css");
@import url("bootstrap-icons.css");
@import url("animate.css");
@import url("jquery-ui.css");
@import url("menu.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery.fancybox.min.css");

:root {
  --font-main-color: #9A9A9A;
  --white-color: #fff;
  --blue-color: #1D9BF0;
}

html {
  font-size: 16px;
}



body {
  font: 100% "Noto Sans Thai", sans-serif;
  line-height: 2;
  color: var(--font-main-color);
  font-weight: 500;
  background-color: #2C2C2C;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.border-2 {

  border-width: 2px;

}

.border-dashed {

  border-style: dashed;

}

.rounded-md {

  border-radius: 0.375rem;

}

.flex-wrap {

  flex-wrap: wrap;

}

.w-24 {

  width: 6rem;

}

.h-24 {

  height: 6rem;

}

.image-fit {

  position: relative;

}

.image-fit > img {

  position: absolute;

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}

.flex {

  display: flex;

}

.pt-4 {

  padding-top: 1rem;

}

.px-4 {

  padding-left: 1rem;

  padding-right: 1rem;

}

.mb-5 {

  margin-bottom: 1rem;

}

.mr-5 {

  margin-right: 1.25rem;

}

.w-5 {

  width: 1.25rem;

}

.h-5 {

  height: 1.25rem;

}

.items-center {

  align-items: center;

}

.justify-center {

  justify-content: center;

}

.absolute {

  position: absolute;

}

.rounded-full {

  border-radius: 9999px;

}

.text-white {

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity));

}

.right-0 {

  right: 0px;

}

.top-0 {

  top: 0px;

}

.-mr-2 {

  margin-right: -0.5rem;

}

.-mt-2 {

  margin-top: -0.5rem;

}

.cursor-pointer {

  cursor: pointer;

}

.p-5 {

  padding: 1.25rem;

}

.grid {

  display: grid;

}

.Box_buttonActive .buttonActive {

  background-color: #F5F5F5 !important;

    border-radius: 27px;

    border: 1px solid;

    padding: 30px 30px;

    float: left;

    border: none;

    outline: none;

    cursor: pointer;

    width: 100%;

}

.Box_buttonActive a {

  color: #000 !important;

  font-size: 16px;

  text-decoration: none; 

}



.Box_buttonActive  img {

    width: 50px;

    height: 50px;

    object-fit: cover;

    border-radius: 50px;

}

.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popup .modal-content {
  position: relative;
  background-color: transparent;
  padding: 5px;
}

.popup .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  opacity: 1;
}

.topic-head {
  font-size: 1.9rem;
  text-transform: uppercase;
}

.login-bg {
  background: url(../images/bg-mo.jpg);
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-mo {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 30% 0 0;
}

.login-mo .topic-head {
  text-align: center;
  margin: 10px 0;
  color: var(--font-main-color);
}

.login-mo .form-control {
  border-radius: 50px;
  background-color: #EFEFEF;
  font-size: 14px;
  line-height: 2;
  padding: 10px 20px;
}

.login-mo button {
  width: 100%;
  color: #fff;
  border: none;
  font-size: 12px;
  line-height: 2;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  background-color: #1D9BF0;
}

.wrap_banner {
  position: relative;
}

.wrap_banner .owl-carousel.owl-bannerSlide {
  max-height: 700px;
  overflow: hidden;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-item {
  max-height: 600px;
  overflow: hidden;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transform: scale(1.15);
  transition: 2.5s all ease;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-item.active img {
  transform: scale(1);
  transition: 5s all ease;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-item .title-banner {
  width: 100%;
  position: absolute;
  bottom: 30%;
  text-align: center;
  color: #fff;
  font-size: 0.5;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-item .title-banner h1 {
  font-size: 5rem;
  margin: 0;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 5px;
  margin: 7px;
  transition: 0.5s;
  border-radius: 0;
}

.wrap_banner .owl-carousel.owl-bannerSlide .owl-dots .owl-dot.active span,
.wrap_banner .owl-carousel.owl-bannerSlide .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 40px;
}

.wrap_filter {
  margin: 30px 0;
}

.wrap_filter .search-item {
  width: 100%;
  margin: 0 auto;
}

.wrap_filter .search-item .has-search {
  position: relative;
}

.wrap_filter .search-item .has-search .form-control {
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 40px;
}

.wrap_filter .search-item .has-search .form-control-feedback {
  position: absolute;
  left: 5px;
  /* z-index: 2; */
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  color: #1D9BF0;
  font-size: 22px;
}

.wrap_filter .filter {
  width: 100%;
  border: none;
  padding: 5px;
  background-color: #969696;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}

.wrap_filter .filter span {
  margin: 0 5px;
}

.wrap_filter .list-item {
  text-align: center;
}

.wrap_filter .list-item button {
  width: 100px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}

.wrap_filter .list-item button.active {
  background-color: var(--purple-color);
  color: var(--white-color);
  border: 1px solid #fff;
}

.wrap_filter .list-item button:hover {
  background-color: var(--purple-color);
  color: var(--white-color);
  border: 1px solid #fff;
}

.filterCanvas {
  background-color: #4E4E4E;
}

.filterCanvas .offcanvas-title {
  color: #fff;
  font-size: 14px;
}

.filterCanvas .offcanvas-header {
  border-bottom: 1px solid #6F6F6F;
}

.filterCanvas .offcanvas-header .btn-close {
  font-size: 10px;
  border: 1px solid #6f6f6f;
  border-radius: 50px;
  padding: 6px;
}

.filterCanvas .offcanvas-body {
  padding: 15px;
}

.filterCanvas .offcanvas-body .accordion-item {
  background: none;
  border: none;
  border-bottom: 1px dashed #6F6F6F;
}

.filterCanvas .offcanvas-body .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  box-shadow: none;
}

.filterCanvas .offcanvas-body .accordion-item .accordion-button::after {
  width: 15px;
  background-size: 100%;
  margin-top: 4px;
  filter: brightness(0) invert(1);
}

.filterCanvas .offcanvas-body .accordion-item .accordion-body {
  padding: 0 15px;
  font-size: 13px;
  color: #969696;
}

.filterCanvas .offcanvas-body .find-friend {
  width: 100%;
  padding: 5px;
  display: block;
  background-color: #1D9BF0;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}

.accordion-button:not(.collapsed)::after {
  margin-top: -6px !important;
}

.wrap_profile {
  margin-bottom: 100px;
}

.wrap_profile .item {
  width: 100%;
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.wrap_profile .item .header_comment {
  width: 100%;
  display: flex;
}

.wrap_profile .item .col-left {
  padding: 5px;
}

.wrap_profile .item .col-left .img-cover {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}

.wrap_profile .item .col-left .img-cover img {
  width: 100%;
  height: auto;
}

.wrap_profile .item .col-left .contact-status {
  margin: 7px;
}

.wrap_profile .item .col-left .contact-status .circle {
  position: relative;
  font-size: 12px;
  padding-left: 12px;
}

.wrap_profile .item .col-left .contact-status .circle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

.wrap_profile .item .col-left .contact-status .online {
  color: #0CCB08;
}

.wrap_profile .item .col-left .contact-status .online::before {
  background-color: #0CCB08;
}

.wrap_profile .item .col-left .contact-status .offline {
  color: #969696;
}

.wrap_profile .item .col-left .contact-status .offline::before {
  background-color: #969696;
}

.wrap_profile .item .col-center {
  padding: 10px 15px 0;
}

.wrap_profile .item .col-center .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
}

.wrap_profile .item .col-center .location-job.two-line {
  font-size: 11px;
}

.wrap_profile .item .col-center .date-post {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0;
}

.wrap_profile .item .col-center .icon {
  display: inline-block;
}

.wrap_profile .item .col-center .icon ul li {
  float: left;
  margin-right: 10px;
}

.wrap_profile .item .col-center .icon ul li span {
  font-size: 24px;
  margin-right: 5px;
  line-height: 0;
}

.wrap_profile .item .col-right .detail button {
  font-size: 14px;
  padding: 4px 30px;
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid #969696;
  float: right;
  border-radius: 5px;
}

.wrap_profile .item .col-right .detail a {
  font-size: 14px;
  padding: 4px 30px;
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid #969696;
  float: right;
  border-radius: 5px;
  text-decoration: none;
}

.wrap_profile .item .col-right .img-vdo {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}

.wrap_profile .item .col-right .img-vdo ul {
  display: flex;
  margin: 0;
}

.wrap_profile .item .col-right .img-vdo ul li {
  float: left;
}

.wrap_profile .item .col-right .img-vdo ul li a {
  color: var(--white-color);
  background-color: var(--blue-color);
  border: none;
  border-radius: 50px;
  font-size: 14px;
  padding: 4px 30px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.wrap_profile .item .col-right .img-vdo ul li a span {
  margin-right: 5px;
}

.modal-detail .modal-dialog {
  width: 90%;
  margin: 100px auto 0;
}

.modal-detail .modal-dialog .btn-close {
  position: fixed;
  top: 17px;
  right: 14px;
  z-index: 1;
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-detail .modal-dialog .modal-content .modal-header {
  justify-content: flex-start;
  padding-bottom: 0;
  border: 0;
}

.modal-detail .modal-dialog .modal-content .modal-header .item_area {
  position: absolute;
  top: 5px;
  right: 10px;
}

.modal-detail .modal-dialog .modal-content .modal-header .item_area ul li {
  float: left;
  font-size: 12px;
  font-weight: 500;
  color: #1E1E1E;
  margin: 0 5px;
}

.modal-detail .modal-dialog .modal-content .modal-header .item_area ul li .fa-heart {
  color: #FF0707;
  margin-right: 5px;
}

.modal-detail .modal-dialog .modal-content .modal-header .item_area ul li .fa-location-dot {
  color: var(--blue-color);
  margin-right: 5px;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left {
  padding: 5px;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .img-cover {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .img-cover img {
  width: 100%;
  height: auto;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .contact-status .circle {
  position: relative;
  font-size: 12px;
  padding-left: 12px;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .contact-status .circle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .contact-status .online {
  color: #0CCB08;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .contact-status .online::before {
  background-color: #0CCB08;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .contact-status .offline {
  color: #969696;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-left .contact-status .offline::before {
  background-color: #969696;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right {
  padding: 0 15px;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #1E1E1E;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .shape {
  display: flex;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .shape ul {
  margin: 0;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .shape ul li {
  font-size: 12px;
  float: left;
  color: #1E1E1E;
  font-weight: 500;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .shape ul li span {
  color: var(--blue-color);
  margin: 0 5px;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .location-job {
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}

.modal-detail .modal-dialog .modal-content .modal-header .col-right .location-job span {
  margin-right: 5px;
  color: var(--blue-color);
}

.modal-detail .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job {
  font-size: 12px;
  color: #363636;
  font-weight: 500;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .topic-head {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 700;
  line-height: 1;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .content-work {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .content-work .work-detail {
  width: 50%;
  float: left;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .content-work .work-detail ul {
  padding-left: 20px;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .content-work .work-detail ul li {
  list-style: disc;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail {
  padding: 10px 0;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail .box-working {
  margin: 10px 0;
  border-bottom: 1px dashed #C9C9C9;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail .box-working .profile-working {
  width: 100%;
  display: inline-block;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail .box-working .profile-working .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--white-color);
  background-color: var(--blue-color);
  float: left;
  margin: 0 10px 0 0;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail .box-working .profile-working .name {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding-top: 5px;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail .box-working .profile-working .date-post {
  font-size: 12px;
  color: #898989;
}

.modal-detail .modal-dialog .modal-content .modal-body .content_job .comment-detail .box-working .comment {
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #898989;
}

.warp_content {
  margin-bottom: 100px;
}

.warp_content .topic-head {
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.warp_content .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  bottom: -5px;
}

.warp_content .box-detail {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 20px;
}

.warp_content .box-detail .header-profile {
  width: 100%;
  display: inline-block;
}

.warp_content .box-detail .header-profile .col-left {
  width: 30%;
  float: left;
}

.warp_content .box-detail .header-profile .col-right {
  width: 70%;
  float: right;
  text-align: left;
  padding-top: 10px;
}

.warp_content .box-detail .header-profile .img-user {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.warp_content .box-detail .header-profile .img-user img {
  width: 100%;
  height: auto;
}

.warp_content .box-detail .header-profile .detail-User h5 {
  color: #fff;
  margin: 10px 0;
}

.warp_content .box-detail .header-profile .edit-user {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.warp_content .box-detail .header-profile .edit-user ul {
  display: inline-block;
  margin: 0;
}

.warp_content .box-detail .header-profile .edit-user ul li {
  float: left;
  margin: 0 5px;
}

.warp_content .box-detail .header-profile .edit-user .member-level {
  border: 1px solid #FFD240;
  background-color: #271F03;
  color: #FFD240;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.warp_content .box-detail .header-profile .edit-user .edit {
  border: 1px solid #7B7B7B;
  background-color: #272727;
  color: #7B7B7B;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  text-decoration: none;
}

.warp_content .box-detail .header-profile .edit-user .credit {
  width: 100%;
  border: 1px solid #7B7B7B;
  background-color: #272727;
  color: #7B7B7B;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
}

.warp_content .box-detail .header-profile .edit-user .credit .title {
  float: left;
}

.warp_content .box-detail .header-profile .edit-user .credit .title .credit-balance {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.warp_content .box-detail .header-profile .edit-user .credit .topUp {
  float: right;
  margin: 10px 0;
}

.warp_content .box-detail .header-profile .edit-user .credit .topUp a {
  border-radius: 20px;
  padding: 5px 10px;
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
  text-decoration: none;
  font-size: 12px;
}

.header-profile .edit-user .url_modeling {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 5px;
}


.warp_content .box-detail .header-profile .credit p {
  font-size: 14px;
  margin: 0;
}

.warp_content .box-detail .header-profile .credit .credit-balance {
  color: var(--blue-color);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.warp_content .box-detail .form-user {
  margin: 20px 0;
}

.warp_content .box-detail .form-user .form-control {
  background-color: #1E1E1E;
  border: none;
  border-bottom: 1px solid #7B7B7B;
  border-radius: 0;
  color: #fff;
}

.warp_content .box-detail .form-user .btn {
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 20px;
}

.warp_content .box-detail .form-user .btn.btn-default {
  color: #fff;
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.warp_content .box-detail .wallet .header-profile .img-user {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.warp_content .box-detail .wallet .header-profile .img-user img {
  width: 100%;
  height: auto;
}

.warp_content .box-detail .wallet .header-profile .userName {
  color: var(--white-color);
}

.warp_content .box-detail .wallet .header-profile .credit {
  width: 100%;
  background-color: #272727;
  border: 1px solid #9A9A9A;
  padding: 5px;
  border-radius: 5px;
}

.warp_content .box-detail .wallet .header-profile .credit p {
  font-size: 14px;
  margin: 0;
}

.warp_content .box-detail .wallet .header-profile .credit .credit-balance {
  color: var(--blue-color);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.warp_content .box-detail .form-topup {
  margin: 20px 0;
}

.warp_content .box-detail .form-topup h5 {
  text-align: center;
  font-size: 16px;
  color: var(--white-color);
}

.warp_content .box-detail .form-topup .form-control {
  background-color: #1E1E1E;
  border-color: #7B7B7B;
  color: #fff;
}

.warp_content .box-detail .form-topup .form-select {
  background-color: #1E1E1E;
  border-color: #7B7B7B;
  color: #fff;
}


.warp_content .box-detail .btn {
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 20px;
}

.warp_content .box-detail .btn.btn-default {
  color: #fff;
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.booking-status .item {
  border-bottom: 1px dashed #7B7B7B;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


.booking-status .item .col-left .img-cover {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}


.booking-status .item .col-left {
  padding: 5px;
}

.booking-status .item .col-left .img-cover {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}

.booking-status .item .col-left .img-cover img {
  width: 100%;
  height: auto;
}

.booking-status .item .col-left .contact-status {
  margin: 7px;
}

.booking-status .item .col-left .contact-status .circle {
  position: relative;
  font-size: 12px;
  padding-left: 12px;
}

.booking-status .item .col-left .contact-status .circle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

.booking-status .item .col-left .contact-status .online {
  color: #0CCB08;
}

.booking-status .item .col-left .contact-status .online::before {
  background-color: #0CCB08;
}

.booking-status .item .col-left .contact-status .offline {
  color: #969696;
}

.booking-status .item .col-left .contact-status .offline::before {
  background-color: #969696;
}

.booking-status .item .col-center {
  padding: 10px 15px 0;
}

.booking-status .item .col-center .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
}

.booking-status .item .col-center .location-job.two-line {
  font-size: 11px;
}

.booking-status .item .col-center .date-post {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0;
}

.booking-status .item .col-center .icon {
  display: inline-block;
}

.booking-status .item .col-center .icon ul li {
  float: left;
  margin-right: 10px;
}

.booking-status .item .col-center .icon ul li span {
  font-size: 24px;
  margin-right: 5px;
  line-height: 0;
}

.booking-status .item .col-center .contact-status .circle {
  position: relative;
  font-size: 12px;
  padding-left: 12px;
}

.booking-status .item .col-center .contact-status .circle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

.booking-status .item .col-center .contact-status .location {
  font-size: 12px;
  margin-top: -5px;
  display: block;
  color: var(--font-main-color);
  text-decoration: none;
}

.booking-status .item .col-center .contact-status .location:hover {
  color: var(--blue-color);
}

.booking-status .item .col-center .contact-status .Way::before {
  background-color: #1D9BF0;
}

.booking-status .item .col-center .contact-status .online::before {
  background-color: #0CCB08;
}

.booking-status .item .col-center .contact-status .offline::before {
  background-color: #969696;
}

.booking-status .item .col-right .detail a.dt-job {
  padding: 1px 10px;
  font-size: 11px;
  color: var(--white-color);
  background-color: #1d9bf0;
  border: 1px solid #fff;
  float: right;
  border-radius: 5px;
}

.booking-status .item .col-right .detail button {
  padding: 1px 10px;
  font-size: 11px;
  color: var(--white-color);
  border: 1px solid #fff;
  float: right;
  border-radius: 5px;
}

.booking-status .item .col-right .detail button.confirmJob {
  border: 1px solid #7B7B7B;
  background-color: #272727;
  color: #7B7B7B;
}

.booking-status .item .col-right .detail a {
  font-size: 14px;
  padding: 4px 30px;
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid #969696;
  float: right;
  border-radius: 5px;
  text-decoration: none;
}

.booking-status .item .col-right .detail ul {
  display: inline-block;
  margin: 0;
}

.booking-status .item .col-right .detail ul li {
  float: left;
  margin: 0 3px;
}

.booking-status .item .col-right .detail ul li button {
  padding: 1px 10px;
  font-size: 11px;
  background-color: transparent;
}

.booking-status .item .col-right .detail ul li button.confirm {
  background-color: #157347;
}

.booking-status .item .col-right .detail ul li button.refuse {
  background-color: #dc3545;
}


.addReview .imagePreview {
  height: 130px;
  font-size: 12px;
}

.addReview .del {
  height: 20px;
  font-size: 18px;
  line-height: 22px;
}

.addReview button.btn-close,
.formReport button.btn-close {
  background-color: transparent !important;
}

.addReview .modal-body .form-control,
.formReport .modal-body .form-control {
  border-radius: 0.25rem;
  background-color: #fff;
}

.addReview .col-form-label,
.formReport .col-form-label {
  font-size: 14px;
  color: #363636;
}

.addReview .modal-footer button,
.formReport .modal-footer button {
  width: 100%;
  padding: 0.375rem 0.75rem !important;
}

.warp_contact {
  margin: 30px 0 60px;
}

.warp_contact .topic-head {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
  color: var(--white-color);
  position: relative;
}

.warp_contact .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  left: 48%;
  bottom: -5px;
}

.warp_contact .item-contact {
  margin: 0;
}

.warp_contact .item-contact li {
  width: 33.33%;
  text-align: center;
  float: left;
  font-size: 14px;
  color: var(--white-color);
}

.warp_contact .item-contact li span {
  display: block;
  font-size: 30px;
  color: var(--blue-color);
}

.warp_contact .item-contact li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.warp_social {
  background-image: url(../images/bg-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  text-align: center;
}

.warp_social .topic-head {
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.warp_social .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  left: 48%;
  bottom: -5px;
}

.warp_social .qr_code {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid var(--blue-color);
}

.warp_social .icon_social {
  text-align: center;
  display: inline-block;
  margin: 30px 0;
}

.warp_social .icon_social li {
  margin: 0 5px;
  float: left;
}

.warp_social .icon_social li a {
  width: 30px;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
}

.warp_member {
  margin-bottom: 100px;
}

.warp_member .topic-head {
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.warp_member .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  bottom: -5px;
}

.warp_member .box-detail {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 50px 20px;
}

.warp_member .box-detail .header-profile .img-user {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.warp_member .box-detail .header-profile .img-user img {
  width: 100%;
  height: auto;
}

.warp_member .box-detail .header-profile .credit p {
  font-size: 14px;
  margin: 0;
}

.warp_member .box-detail .header-profile .credit .credit-balance {
  color: var(--blue-color);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.warp_member .box-detail .form-user {
  margin: 20px 0;
}

.warp_member .box-detail .form-user h5 {
  color: var(--white-color);
  margin: 20px 0;
  font-size: 16px;
}

.warp_member .box-detail .form-user .form-floating label {
  font-weight: 400;
  color: #777;
  font-size: 14px;
  opacity: 1;
}

.warp_member .box-detail .form-user .form-control {
  background-color: #1E1E1E;
  border: none;
  border-bottom: 1px solid #7B7B7B;
  border-radius: 0;
  color: #fff;
  padding: 10px;
}

.warp_member .box-detail .form-user .form-select {
  background-color: #1E1E1E;
  border: none;
  border-bottom: 1px solid #7B7B7B;
  border-radius: 0;
  color: #fff;
  color: #7b7b7b;
  background: none;
  padding: 10px;
}

.warp_member .box-detail .form-user .btn {
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 20px;
}

.warp_member .box-detail .form-user .btn.btn-default {
  color: #fff;
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.warp_member .box-detail .form-user .form-check-input {
  margin-top: 8px;
}

.warp_member .box-detail .form-user .form-check-label {
  font-size: 14px;
}

.warp_member .box-detail .wallet .header-profile .img-user {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.warp_member .box-detail .wallet .header-profile .img-user img {
  width: 100%;
  height: auto;
}

.warp_member .box-detail .wallet .header-profile .userName {
  color: var(--white-color);
}

.warp_member .box-detail .wallet .header-profile .credit {
  width: 100%;
  background-color: #272727;
  border: 1px solid #9A9A9A;
  padding: 5px;
  border-radius: 5px;
}

.warp_member .box-detail .wallet .header-profile .credit p {
  font-size: 14px;
  margin: 0;
}

.warp_member .box-detail .wallet .header-profile .credit .credit-balance {
  color: var(--blue-color);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.warp_member .box-detail .form-topup {
  margin: 20px 0;
}

.warp_member .box-detail .form-topup h5 {
  text-align: center;
  font-size: 16px;
  color: var(--white-color);
}

.warp_member .box-detail .form-topup .form-control {
  background-color: #1E1E1E;
  border-color: #7B7B7B;
  color: #fff;
}

.warp_member .box-detail .btn {
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 20px;
}

.warp_member .box-detail .btn.btn-default {
  color: #fff;
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.wrap {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.wrap .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  cursor: move;
  margin: 0 auto;
}

.wrap .thumb:before {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  height: 96%;
  border: 3px dashed #eee;
  z-index: 9;
  top: 1%;
  left: 1%;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}

.wrap .thumb:hover::before {
  opacity: 0.6;
}

.wrap .thumb img {
  width: 70px;
  height: 70px;
  transition: all 0.4s;
  border-radius: 50px;
}

label[for=upload] {
  width: 26px;
  height: 26px;
  display: inline-block;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  bottom: -10px;
}

label[for=upload]:hover {
  background: #000;
}

label[for=upload] input {
  display: none;
}

.form-check-input:checked {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.imagePreview {
  width: 100%;
  height: 280px;
  background-color: #ebebeb;
  text-align: center;
  color: #7a7a7a;
  font-size: 1rem;
  border-radius: 10px;
  padding-top: 55%;
  line-height: 25px;
  position: relative;
  background-size: 100% 100%;
  border: 1px dashed #D9D9D9;
}

.btn-upload {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.btn-upload i {
  margin-top: 50%;
}

.imgUp {
  margin-bottom: 15px;
  position: relative;
}

.imgUp label {
  font-size: 0.9em;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  color: var(--white-color);
  background-color: rgba(241, 20, 21, 0.6);
  cursor: pointer;
}

.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--blue-color);
  color: var(--white-color);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 32px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
  padding: 0;
}



/*--------- Start  Style Bux  -------*/


.Box_BigModeling {
  padding: 10px;
  background-color: #272727;
  border-top: 1px solid #7B7B7B;
  /*border-bottom: 1px solid #7B7B7B;*/
  /*margin-bottom: 25px;*/
}

.Head_Mo {
  text-align: center;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0rem !important;
}

.bax_teammodeling hr {
  width: 40px;
  color: #1D9BF0;
  height: 2px !important;
  opacity: 1 !important;
  margin: auto;
}

.itemMo {
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
  display: block;
}

.itemMo .img_shoemo {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 5px auto;
}

.itemMo:hover .img_shoemo {
  border: 1px solid #1D9BF0;
}

.itemMo .Name_modeling p {
  font-size: 12px;
  color: #969696;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.jobtype_name {
  font-size: 12px;
  color: #969696;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.jobtype_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 15%;
  margin: 3px auto;
}

.job_img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 15%;
  margin: 3px auto;
}
.job_detail{
  font-size: 11px;
}

.itemMo:hover .Name_modeling p {
  color: #1D9BF0;
}

.Baner_Top {
  height: 450px;
  overflow: hidden;
}

.Baner_Top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.Head_NameMo p {
  text-align: center;
  color: white;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 0rem !important;
}

.Detail_textModeling p {
  font-size: 12px;
  color: #969696;
  text-align: center;
}


.Detail_textModeling span {
  font-size: 12px;
  color: #969696;
  text-align: center;
}


.Img_BoxHead img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 52px;
  border: 2px solid #ffffff;
  position: relative;
  margin-top: -50px;
}

.Text_DetailModeling p {
  font-size: 12px;
  color: #969696;
  text-align: center;
}

.Box_social {
  text-align: center;
}

.Box_social ul {
  display: inline-block;
}

.Box_social ul li {
  float: left;
  margin: 0 5px;
}

.Box_social ul li a {
  color: #969696;
  display: block;
  padding: 5px;
  border: 1px solid #969696;
  border-radius: 50%;
}

.Box_SearchPeople {
  padding: 20px 0;
  background-color: #272727;
  margin-bottom: 25px;
}

.Head_TextSearch p {
  font-size: 14px;
  color: #969696;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0rem !important;
}


.Head_TextSearch span {
  font-size: 14px;
  color: #1D9BF0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.img_showpre {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid #ffffff;
  margin: 0 auto;
}

.img_showpre img {
  width: 100%;
  height: auto;
}

.Box_Review {
  padding: 25px;
}

.Head_Review {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;

}

.Head_Review span {
  font-size: 14px;
  color: #1D9BF0;
  text-transform: uppercase;
}

.Box_ReviewShow {
  width: 100%;
  display: flex;
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 5px;
  height: 200px;
}

/* .fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
  font-size: 24px;
  padding-right: 5px;
} */

.Img_UserProfile {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 0 auto;
  float: right;
}

.Img_UserProfile img {
  width: 100%;
  height: auto;
}


.wrap_profile .item .col-center .title_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #1D9BF0;
  text-transform: uppercase;
}

.box_level {
  float: left;
}

.level {
  font-size: 14px;
  color: #969696;
}

.level span {
  color: #1D9BF0;
}

.Detail_CommentReview {
  font-size: 12px;
  color: white;
  padding-top: 15px;
}

.wrap_profile .item .col-center .Detail_CommentReview {
  display: inline-block;
}

.Comment-img {
  width: 100%;
  display: inline-block;
}

.Comment-img figure {
  width: 120px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
}

.Comment-img figure img {
  width: 100%;
  height: auto;
}
.cropped-video {
  width: 120px;
  height: 120px;
  object-fit: cover; 
}

.Img_ProfileShow img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 52px;
  border: 1px solid #ffffff;
  position: relative;
  margin-top: -50px;
  object-fit: cover;
}

.Head_SHoeModeling {
  width: 100%;
  display: inline-block;
  background-color: #363636;
}

.Head_SHoeModeling .fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
  font-size: 12px;
  padding-right: 0px;
}

.Detail_textModeling span {
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.Button_Active a {
  background-color: #1D9BF0;
  border-radius: 50px;
  color: white;
  padding: 8px 35px 9px 35px;
  font-size: 14px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  text-decoration: none;
}


.Button_Active .video_v {
  background-color: #C4C4C4;
  border-radius: 50px;
  color: white;
  padding: 5px 35px 5px 35px;
  font-size: 14px;
}

.Button_Active .modal-detail .modal-dialog .btn-close {
  position: fixed;
  top: 17px;
  right: -17px;
  z-index: 1;
  filter: invert(1) grayscale(100%) brightness(200%);
  background-color: #fff8dc00;
}



/*--------- slide image  -------*/

.Box_SlideImageBox {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #363636;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff0;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-wrapper {
  max-width: 100%;
  margin-top: 20px;
}

img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
  object-fit: cover;
}

.img-select {
  display: flex;
}

.img-select .img-item img {
  margin: 0.3rem;
  height: 100px !important;
  padding: 4px !important;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}


/* @media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }

  .card-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-content {
    padding-top: 0;
  }
} */


.Box_ChoiceProfile {
  padding: 20px;
}

.Head_TextChoice {
  font-size: 14px;
  color: white;
}

.Head_TextChoice span {
  font-size: 14px;
  color: #1D9BF0;
  text-transform: uppercase;
  font-weight: 500;
}

/*--------- End  Style Bux  -------*/

.booking-Job {
  margin-bottom: 100px;
}

.booking-Job .topic-head {
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.booking-Job .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  bottom: -5px;
}

.booking-Job .form-booking {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
}

.booking-Job .form-booking .form-control,
.booking-Job .form-booking .form-select {
  background-color: #EFEFEF;
  font-size: 14px;
  line-height: 2;
}

.booking-Job .form-booking .input-group-text {
  padding: 0.5rem 0.75rem;
}

.booking-Job .form-booking .map {
  width: 100%;
  height: 200px;
}

.booking-Job .form-booking button {
  width: 100%;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 2;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #1D9BF0;
}

.booking-Job .detail-booking {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
}

.booking-Job .detail-booking .headerJob {
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7B7B7B;
}

.booking-Job .detail-booking .headerJob h3 {
  margin-bottom: 5px;
}

.booking-Job .detail-booking .headerJob p {
  margin: 0;
}

.booking-Job .detail-booking h5 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
}

.booking-Job .detail-booking p {
  margin-bottom: 5px;
}

.booking-Job .detail-booking p span {
  margin-right: 10px;
}

.booking-Job .detail-booking .totol-job {
  color: var(--blue-color);
  font-weight: 700;
  font-size: 18px;
}

.wrap_notifications {
  margin-top: 80px;
}

.wrap_notifications .topic-head {
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.wrap_notifications .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  bottom: -5px;
}

.wrap_notifications .item-noti {
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px dashed #6F6F6F;
}

.wrap_notifications .item-noti .title-head {
  color: var(--white-color);
  margin: 0;
  font-size: 18px;
}

.wrap_notifications .item-noti .title-head span {
  color: var(--blue-color);
}

.wrap_notifications .item-noti a {
  color: var(--blue-color);
}

.wrap_notifications .item-noti .detail {
  color: var(--font-main-color);
  margin: 0;
}

.wrap_history .topic-head {
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.wrap_history .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  bottom: -5px;
}

.content-booking  {
  padding-bottom: 150px;
}

.content-booking .item {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 5px;
}


.content-booking .item .col-left .img-cover {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}


.content-booking .item .col-left {
  width: 20%;
  float: left;
}

.content-booking .item .col-left .img-cover img {
  width: 100%;
  height: auto;
}

.content-booking .item .col-center {
  width: 80%;
  display: inline-block;
}

.content-booking .item .detailBook {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 5px;
}

.content-booking .item .detailBook li {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
  margin-bottom: 5px;
}

.content-booking .item .detailBook li span {
  float: right;
  color: #fff;
}

.content-booking .item .detailBook li span.succeed {
  color: #0CCB08;
}

.content-booking .item .detailBook li span.unsuccessful {
  color: #FF0707;
}

.content-booking .item .detail {
  padding: 0 15px;
  text-align: right;
}

.content-booking .item .detail a {
  font-size: 12px;
  color: var(--white-color);
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  padding: 5px 15px;
}

.content-booking .item .detail a:hover {
  background-color: var(--blue-color);
}

.content-wallet .item {
  width: 100%;
  display: inline-block;
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
}

.content-wallet .item .detail {
  float: left;
}

.content-wallet .item .detail h3 {
  margin: 0;
  font-size: 18px;
}

.content-wallet .item .detail .date {
  font-size: 12px;
}

.content-wallet .item .total-TopUp {
  float: right;
  font-size: 22px;
  line-height: 22px;
  color: #0CCB08;
  text-align: end;
}

.content-wallet .item .total-TopUp span {
  font-size: 12px;
  color: var(--font-main-color);
}

.wrap_board {
  margin-top: 110px;
  margin-bottom: 10%;
}

.leaderBoard {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 20px;
}

.leaderBoard .topic-head {
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.leaderBoard .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  bottom: -5px;
}

.item-ranking {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px dashed #7B7B7B;
}

.item-ranking .rank-number {
  width: 10%;
  float: left;
  text-align: center;
  font-size: 40px;
  line-height: 66px;
  font-weight: 700;
  color: var(--font-main-color);
}

.rank-number.topRank {
  color: gold
}

.item-ranking .img-rank {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 0 10px;
}

.item-ranking .img-rank img {
  width: 100%;
  height: auto;
}

.item-ranking .name-item {
  width: 60%;
  float: left;
  padding: 5px 10px;
}

.item-ranking .name-item .col-name a {
  font-size: 20px;
  line-height: 26px;
  color: var(--blue-color);
  text-decoration: none;
}

.item-ranking .name-item .col-rank {
  font-size: 14px;
}

.item-ranking .name-item .col-rank img {
  width: auto;
  height: 25px;
  float: left;
  margin-right: 5px;
}

.item-ranking .star {
  float: right;
  text-align: right;
  font-size: 18px;
  color: var(--white-color);
  padding: 10px;
}

.item-ranking .star .iconStar {
  font-size: 14px;
  line-height: 0;
  color: var(--font-main-color);
}

.item-ranking .star .iconStar i {
  font-size: 14px;
  color: gold;
  padding: 0 5px;
}

.item-ranking .star .iconStar span {
  font-size: 20px;
  color: var(--white-color);
}

.howTo-board {
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 20px;
}

.howTo-board .topic-head {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--white-color);
  position: relative;
}

.howTo-board .topic-head::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  bottom: -5px;
}

.box-board {
  width: 100%;
}

.box-board .item {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #7B7B7B;
}

.box-board .icon {
  width: 20%;
  float: left;
  padding: 10px;
}

.box-board .icon img {
  width: 100%;
  height: auto;
}

.box-board .topic {
  padding: 15px 0;
  float: left;
}

.box-board .topic h5 {
  font-size: 18px;
  color: var(--white-color);
  margin: 0;
}

.box-board .topic span {
  font-size: 14px;
  color: var(--blue-color);
}

.note {
  margin: 10px 0;
}

.note p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.note h6 {
  color: var(--blue-color);
}

.profile-board {
  width: 100%;
  display: inline-block;
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 20px 10px;
  text-align: center;
  position: sticky;
  top: 100px;
}

.profile-board .col-rank {
  font-size: 18px;
  text-align: left;
  line-height: 44px;
  color: var(--white-color);
  padding: 5px 15px 10px;
  border-bottom: 1px dashed #7B7B7B;
}

.profile-board .col-rank .iconRank {
  float: left;
}

.profile-board .col-rank .iconRank img {
  width: auto;
  height: 40px;
  margin-right: 5px;
}

.profile-board .img-rank {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto 10px;
  border: 1px solid #fff;
}

.profile-board .img-rank img {
  width: 100%;
  height: auto;
}

.profile-board .col-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--blue-color);
}

.profile-board .col-name .regis-date {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: var(--font-main-color);
}

.profile-board .detail-item{
  margin: 10px 0;
}

.profile-board .detail-item .list{
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.profile-board .detail-item .list span{
  display: block;
  font-size: 16px;
  color: var(--white-color);
}

.detail-board{
  width: 100%;
  display: inline-block;
  background-color: #1E1E1E;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  padding: 20px 10px;
}

.detail-board .topic-head{
  font-size: 20px;
  margin-bottom: 10px;
}

.detail-board .topic-head span{
  color: var(--blue-color);
}
.detail-board .wrap_profile{
  margin: 0;
}
.detail-board .wrap_profile .item{
  background-color: #2c2c2c;
  margin-bottom: 20px;
}


footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #272727;
  z-index: 10;
}

footer .line-chat {
  background-color: var(--blue-color);
}

footer a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

footer a span {
  display: block;
}

footer a span img {
  width: 20px;
  height: auto;
  margin: 5px auto;
}

footer a:hover {
  color: var(--blue-color);
}

footer a:hover span .img-svg {
  filter: invert(46%) sepia(89%) saturate(1735%) hue-rotate(179deg) brightness(98%) contrast(91%);
}

footer .active a {
  color: var(--blue-color);
}

footer .active a span .img-svg {
  filter: invert(46%) sepia(89%) saturate(1735%) hue-rotate(179deg) brightness(98%) contrast(91%);
}

footer .line-chat {
  font-weight: 700;
}

footer .line-chat span img {
  width: 30px;
}

/*responsive*/
@media (max-width: 991px) {
  .wrap_banner .owl-carousel.owl-bannerSlide {
    margin-top: 55px;
  }
}

@media (max-width: 575px) {
  .topic-head {
    font-size: 1.2rem;
  }

  .wrap_banner .owl-carousel.owl-bannerSlide .owl-item {
    max-height: 170px;
  }

  .wrap_banner .owl-carousel.owl-bannerSlide .owl-item .title-banner {
    bottom: 20%;
    font-size: 10px;
  }

  .wrap_banner .owl-carousel.owl-bannerSlide .owl-item .title-banner h1 {
    font-size: 2rem;
  }

  .wrap_banner .owl-carousel.owl-bannerSlide .owl-dots {
    bottom: 0;
  }

  .wrap_banner .owl-carousel.owl-bannerSlide .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 2px;
    margin: 7px;
    transition: 0.5s;
    border-radius: 0;
  }

  .wrap_banner .owl-carousel.owl-bannerSlide .owl-dots .owl-dot.active span,
  .wrap_banner .owl-carousel.owl-bannerSlide .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 20px;
  }

  .wrap_banner .box-search {
    position: static;
    margin-top: 15px;
  }

  .wrap_banner .box-search .search-profile .topic-head {
    font-size: 2rem;
  }

  .wrap_banner .box-search .search-profile .location a {
    font-size: 14px;
    padding-right: 0;
  }

  .wrap_profile .item.col-left {
    padding: 0;
  }

  .wrap_profile .item .col-left .contact-status {
    margin: 2px 8px;
  }

  .wrap_profile .item .col-left .contact-status .circle {
    font-size: 9px;
  }

  .wrap_profile .item .col-left .contact-status .circle::before {
    top: 5px;
  }

  .wrap_profile .item .col-center {
    padding: 5px 0 0 10px;
  }

  .wrap_profile .item .col-center .title {
    font-size: 18px;
  }

  .wrap_profile .item .col-center .icon ul li {
    font-size: 9px;
  }

  .wrap_profile .item .col-center .icon ul li span {
    font-size: 14px;
  }

  .wrap_profile .item .col-right .detail button {
    font-size: 9px;
    padding: 2px 10px;
  }

  .wrap_profile .item .col-right .detail a {
    font-size: 10px;
    padding: 2px 10px;
  }

  .wrap_profile .item .col-right .img-vdo {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
  }

  .wrap_profile .item .col-right .img-vdo ul {
    display: flex;
    margin: 0;
  }

  .wrap_profile .item .col-right .img-vdo ul li {
    float: left;
  }

  .wrap_profile .item .col-right .img-vdo ul li a {
    width: 60px;
    display: block;
    font-size: 9px;
    padding: 0;
    margin: 10px 2px 0;
  }

  .wrap_profile .item .col-right .img-vdo ul li a span {
    margin-right: 5px;
  }

  .warp_contact .topic-head::before {
    left: 45%;
  }

  .warp_contact .item-contact li {
    font-size: 12px;
  }

  .warp_contact .item-contact li span {
    font-size: 18px;
  }

  .warp_social .topic-head::before {
    left: 45%;
  }

  .itemMo .Name_modeling p {
    font-size: 9px;
  }

  .Baner_Top {
    height: 200px;
    margin-top: 55px;
  }

  .img_showpre {
    width: 60px;
    height: 60px;
  }

  .wrap_profile .item .col-left .img-cover {
    width: 50px;
    height: 50px;
  }

  .Img_UserProfile {
    width: 50px;
    height: 50px;
  }

  .level {
    font-size: 11px;
  }

  .booking-status .item .col-center {
    padding: 5px 10px 0;
  }

  .booking-status .item .col-center .icon ul li {
    font-size: 9px;
  }

  .booking-status .item .col-center .icon ul li span {
    font-size: 14px;
  }

  .booking-status .item .col-right .detail a {
    font-size: 10px;
    padding: 2px 10px;
  }

  .addReview .imagePreview {
    height: 200px;
    font-size: 12px;
    line-height: 0;
    padding-top: 110px;
  }

  .addReview .btn-upload i {
    margin-top: 22%;
  }

  .booking-status .item .col-center .title {
    font-size: 16px;
  }

  .booking-status .item .col-left {
    padding-top: 0;
  }

  .wrap_board {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .leaderBoard {
    padding: 20px 10px;
  }

  .item-ranking .rank-number {
    font-size: 28px;
  }

  .item-ranking .name-item {
    width: 45%;
    padding: 5px;
  }

  .item-ranking .star {
    padding: 10px 5px;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .before\:rounded-md::before {
    content: var(--tw-content);
    border-radius: 0.375rem;
  }
}

/*# sourceMappingURL=layout.css.map */