/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
html {
  scroll-padding-top: 10rem;
}
a {
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
button {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
body {
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
}
.btn {
  height: 48px;
  line-height: 45px;
  padding: 0px 25px;
  background: #e90e8b;
  border: solid 1px #e90e8b;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.border-btn {
  background: none;
  color: #e90e8b;
}
.btn:hover {
  background: #b5096b;
  color: #fff;
  border-color: #b5096b;
}
.paddTop0 {
  padding-top: 0 !important;
}
.btn-group-box .btn {
  margin-right: 15px;
}
.btn-group-box .btn:last-child {
  margin-right: 0;
}
.section-padding {
  padding: 80px 0px;
}

/*--------------------------------------------------------------------------------------*/
/*header-css-here
/*--------------------------------------------------------------------------------------*/

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 50px;
}
.inner-header {
  background: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-right {
  display: flex;
  align-items: center;
  flex: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.search-login-box {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.navbar {
  margin-left: 60px;
}
.navbar ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px !important;
}
.navbar ul li a:hover {
  color: #e90e8b;
}
.header-search {
  position: relative;
  background: #fff;
  border-radius: 100px;
  margin-right: 15px;
  border-radius: 50px;
}
.header-search .form-control {
  height: 48px;
  width: 260px;
  padding-right: 60px;
  border: none;
  font-size: 15px;
  border-radius: 50px;
}
.header-search .search-btn {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #e90e8b;
  border: none;
  position: absolute;
  right: -1px;
  top: 0;
}
.header-search .search-btn:hover {
  background: #b5096b;
}
.login-signup {
  display: flex;
  align-items: center;
}
.login-signup a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0px 15px;
}
.login-signup a.btn {
  padding: 0px 30px;
}

.login-signup .dropdown .dropdown-menu li a{color: #000 !important;}






.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #e90e8b;
}
.fixed header {
  background: #1206b3cc;
}
.join-playhouse {
  background: url(../images/line-shape.svg) no-repeat right center;
}

.menu-button {
  border: none;
  width: 35px;
  position: relative;
  right: 0;
  background: #e90e8b;
  padding: 5px;
  border-radius: 4px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  z-index: 9;
}
.menu-button svg {
  fill: #fff;
}
.sidebaropen .menu-button {
  right: 250px;
}
.sidebaropen .head-right {
  right: 0;
}
/* body.sidebaropen {
  overflow: hidden;
} */
.menu-close {
  display: none;
}
body.sidebaropen .menu-close {
  display: block;
}
body.sidebaropen .menu-icon {
  display: none;
}

/*--------------------------------------------------------------------------------------*/
/*home-page-css-here
/*--------------------------------------------------------------------------------------*/


.slider-section {
  overflow: hidden;
  height: 100vh;
}
.home-slider .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-slider .item video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slide-content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-content-inner {
  text-align: center;
  padding: 0px 60px;
}
.slide-content-inner h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 30px;
}
.slide-content-inner p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
}
.slide-btn {
  margin-top: 30px;
}
.home-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50px;
  margin-right: 5px;
}
.home-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.home-slider .owl-dots .owl-dot.active {
  background: #e90e8b;
}
.popular-modal-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.section-head {
  text-align: center;
  margin-bottom: 40px;
}
.section-head h2 {
  font-size: 45px;
  color: #3daeff;
  font-weight: 700;
}
.section-head h2 span {
  color: #e90e8b;
}
.section-head p {
  font-size: 22px;
  color: #3daeff;
  font-weight: 500;
}
.item1 {
  position: absolute;
  left: 0;
  top: 80px;
  animation: float 1s infinite;
}
.item2 {
  position: absolute;
  right: 0;
  top: 80px;
  animation: bounce 1s infinite;
}
.item3 {
  position: absolute;
  left: -65px;
  bottom: 40px;
  animation: float 1.5s infinite;
}
.item4 {
  position: absolute;
  right: -65px;
  bottom: 40px;
  animation: float 2s infinite;
}
.popular-modal-section .owl-prev {
  background: url(../images/left-arrow.svg) no-repeat left center !important;
  width: 19px;
  height: 35px;
  position: absolute;
  left: -50px;
  top: 40%;
}
.popular-modal-section .owl-next {
  background: url(../images/right-arrow.svg) no-repeat left center !important;
  width: 19px;
  height: 35px;
  position: absolute;
  right: -50px;
  top: 40%;
}
.popular-modal-section .owl-prev span,
.popular-modal-section .owl-next span {
  display: none;
}
.popular-modal-slider .item img {
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}
.message-board-section {
  background: url(../images/pattern.png) no-repeat right bottom #f5f5f5;
}
.message-board-section .row {
  margin: 0;
}
.message-board-section .row .col-md-6 {
  padding: 0;
  display: flex;
}
.message-user-inner {
  max-width: 495px;
  position: relative;
  z-index: 1;
}
.message-user-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-area {
  background: #fff;
  border-radius: 30px 30px 30px 0px;
  padding: 30px;
  font-size: 17px;
  color: #3daeff;
  line-height: 28px;
}
.emoji-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.emoji-box a {
  width: 45px;
  margin-right: 15px;
}
.emoji-box a:last-child {
  margin-right: 0;
}
.user01 {
  position: absolute;
  top: 35px;
  left: 40px;
}
.user02 {
  position: absolute;
  top: 35px;
  right: 40px;
}
.user03 {
  position: absolute;
  bottom: 35px;
  left: 40px;
}
.user04 {
  position: absolute;
  bottom: 35px;
  right: 40px;
}
.models-list {
  background: #fff;
}
.models-box {
  margin-bottom: 30px;
}
.models-box a {
  display: block;
  height: 418px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.models-box figure {
  margin: 0;
  height: 100%;
}
.models-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transform: scale(1.3);
}
.models-box figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transform: scale(0.5);
  opacity: 0;
}
.models-box:hover figure img {
  transform: scale(1);
  opacity: 1;
}
.models-box:hover figcaption {
  opacity: 1;
  transform: scale(1);
}

/*--------------------------------------------------------------------------------------*/
/*footer-css-here
/*--------------------------------------------------------------------------------------*/

footer {
  background: #1206b3cc;
}
.top-footer {
  padding: 70px 0px;
}
.footer-adress-info {
  padding-right: 50px;
}
.footer-adress-info p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 30px 0px;
}
.social-btn {
  display: flex;
  align-items: center;
}
.social-btn a {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  border: solid 1px #fff;
  padding: 8px;
  margin-right: 15px;
}
.social-btn a:last-child {
  margin-right: 0;
}
.social-btn a svg path {
  fill: #fff;
}
.social-btn a:hover {
  background: #fff;
}
.social-btn a:hover svg path {
  fill: #e90e8b;
}
.footer-menu-box h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-menu-box ul li {
  margin-bottom: 15px;
}
.footer-menu-box ul li:last-child {
  margin-bottom: 0;
}
.footer-menu-box ul li a {
  font-size: 16px;
  color: #ffffff;
}
.footer-menu-box ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.bottom-footer {
  padding: 20px 0px;
  text-align: center;
  border-top: solid 1px #3a3a3a;
}
.bottom-footer p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/*Pop-up-css-here
/*--------------------------------------------------------------------------------------*/
.modal-content {
  border-radius: 15px;
}
.agree-modal-box {
  padding: 30px;
}
.agree-modal-box h1 {
  font-size: 27px;
  color: #3daeff;
  font-weight: 600;
}
.agree-modal-box .btn {
  margin: 10px 0px;
}
.agree-modal-box p {
  font-size: 15px;
  color: #3daeff;
  line-height: 24px;
}
.agree-modal-box p a {
  color: #e90e8b;
}

/*--------------------------------------------------------------------------------------*/
/*login-page-css-here
/*--------------------------------------------------------------------------------------*/

.inner-header .navbar ul li a {
  color: #3daeff;
}
.inner-header .header-search {
  background: #f1f1f1;
  margin-right: 0;
}
.notification-btn {
  margin: 0px 15px;
}
.inner-header .header-search .form-control {
  background: #f1f1f1;
}
.inner-header .login-signup a {
  color: #3daeff;
}
.inner-header .login-signup a.btn {
  color: #fff;
}
.fixed .inner-header .navbar ul li a {
  color: #fff;
}
.fixed .inner-header .login-signup a {
  color: #fff;
}
.inner-warper {
  padding-top: 94px;
}
.inner-page-heading {
  background: url(../images/inner-title-bg.png) no-repeat;
  background-size: cover;
  padding: 50px 30px;
}
.breadcrumb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-menu li {
  padding: 0px 15px;
  background: url(../images/line.svg) no-repeat right center;
}
.breadcrumb-menu li img {
  position: relative;
  top: -2px;
}
.breadcrumb-menu li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.breadcrumb-menu li:last-child {
  background: none;
}
.form-bg-section {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.form-box {
  width: 500px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  margin: auto;
}
.form-head {
  /* text-align: center; */
  margin-bottom: 30px;
}
.form-head h2 {
  font-size: 32px;
  color: #3daeff;
  font-weight: 600;
}
.form-head p {
  font-size: 16px;
  color: #3daeff;
  margin: 0;
}
.form-head p a {
  color: #e90e8b;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-heading {
  font-size: 18px;
  color: #3daeff;
  font-weight: 700;
}
.form-group label {
  font-size: 16px;
  color: #3daeff;
  margin-bottom: 5px;
}
.form-control {
  height: 42px;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
}
textarea.form-control {
  height: 125px;
}
select.form-control {
  background: url(../images/select-arrow.svg) no-repeat right center #fff;
}
.remember-forgot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-check {
  display: flex;
  align-items: center;
}
.form-check input {
  width: 24px;
  height: 24px;
}
.form-check label {
  padding-top: 3px;
  padding-left: 10px;
  font-size: 16px;
  color: #3daeff;
}
.form-check-input:checked {
  background-color: #e90e8b;
  border-color: #e90e8b;
  outline: none;
  box-shadow: none;
}
.forgot-password a {
  font-size: 16px;
  color: #e90e8b;
  text-decoration: underline;
  font-weight: 500;
}
.form-submit-btn {
  margin-top: 30px;
  text-align: center;
}
.tumblr-btn {
  text-align: center;
  margin-bottom: 30px;
}
.pay-btn a {
  font-size: 16px;
  color: #e90e8b;
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------------*/
/*purchase-credit-page-css-here
/*--------------------------------------------------------------------------------------*/

.plan-list-bg .col-md-3 {
  display: flex;
}
.plan-box {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
}
.plan-head {
  text-align: center;
  background: linear-gradient(to bottom, #e90e8b 0%, #0c2340 100%);
  padding: 15px 15px;
}
.plan-head h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
.plan-price {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}
.plan-price sub {
  font-size: 24px;
  bottom: 0;
}
.plan-head p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  opacity: 0.5;
}
.plan-point {
  padding: 20px;
}
.plan-point ul li {
  background: url(../images/tik.svg) no-repeat left 5px;
  background-size: 24px 15px;
  font-size: 18px;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 10px;
}
.plan-point ul li:last-child {
  margin-bottom: 0;
}
.buy-btn {
  padding: 0px 20px 20px 20px;
  text-align: center;
}
.buy-btn .btn {
  min-width: 135px;
}
.user-profile-box button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
}
.user-profile-box button figure {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #e90e8b;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.user-profile-box button figcaption {
  font-size: 16px;
  color: #3daeff;
  font-weight: 600;
  padding-left: 15px;
}
.fixed .user-profile-box button figcaption {
  color: #fff;
}
.fixed .user-profile-box .dropdown-toggle:after {
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/*become-a-model-page-css-here
/*--------------------------------------------------------------------------------------*/

.become-model-bg .form-box {
  width: 790px;
}

/*--------------------------------------------------------------------------------------*/
/*blog-page-css-here
/*--------------------------------------------------------------------------------------*/

.blog-list-bg {
  background: #f5f5f5;
}
.blog-list-bg .row .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}
.blog-box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.blog-box figure {
  height: 316px;
  overflow: hidden;
  margin: 0;
}
.blog-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-box figcaption {
  padding: 25px;
}
.blog-box figcaption h3 {
  font-size: 24px;
  color: #3daeff;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-box figcaption p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #a0a0a0;
}
.pagination-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-box ul li {
  margin-right: 10px;
}
.pagination-box ul li:last-child {
  margin-right: 0;
}
.pagination-box ul li a {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  color: #3daeff;
  font-weight: 600;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-box ul li.previous-btn a {
  width: auto;
  padding: 0px 15px;
}
.pagination-box ul li.next-btn a {
  width: auto;
  padding: 0px 10px;
}
.pagination-box ul li.active a {
  background: #e90e8b;
  color: #fff;
}
.pagination-box ul li a:hover {
  background: #e90e8b;
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/*blog-detail-page-css-here
/*--------------------------------------------------------------------------------------*/

.blog-detail-bg {
  background: #f5f5f5;
}
.blog-detail-bg h2 {
  font-size: 32px;
  color: #000000;
  font-weight: 600;
}
.publish-date {
  font-size: 16px;
  color: #bec5cc;
  margin-bottom: 15px;
}
.blog-detail-bg p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.blog-detail-img {
  margin-bottom: 15px;
}
.blog-detail-bg p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------*/
/*blog-detail-page-css-here
/*--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------*/
/*home-after-login-page-css-here
/*--------------------------------------------------------------------------------------*/

.categories-video-bg {
  padding: 50px;
}
.categories-video-inner {
  display: flex;
}
.categories-box {
  width: 250px;
  flex: 0 0 250px;
  max-width: 250px;
}
.categories-box-inner {
  background: #e90e8b;
  border-radius: 20px;
  padding: 25px;
  position: sticky;
  top: 130px;
}
.categories-box h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
.categories-box ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 0px;
  display: block;
}
.categories-video-list {
  flex: 1;
  margin-left: 30px;
}
.thmub-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.thmub-box figure {
  height: 316px;
  overflow: hidden;
  margin: 0;
}
.thmub-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-view-credit-bg {
  border-bottom: solid 1px #f4f4f4;
  padding: 15px;
}
.title-view-credit-bg h3 {
  font-size: 24px;
  color: #3daeff;
  font-weight: 700;
  margin-bottom: 10px;
}
.title-view-credit-bg h3 a {
  color: #3daeff;
  display: block;
}
.view-credit-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.view-credit-box span {
  background: #f4f4f4;
  font-size: 14px;
  color: #a3a3a3;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 10px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  font-weight: 500;
      margin-top: 3px;
}
.view-credit-box span:last-child {
  margin-right: 0;
}
.thmub-box figcaption p {
  font-size: 15px;
  line-height: 24px;
  color: #a0a0a0;
  margin: 0;
  padding: 15px;
}
.thmub-box:hover .title-view-credit-bg h3 a {
  color: #e90e8b;
}
.thmub-box:hover .view-credit-box span {
  background: #e90e8b;
  color: #fff;
}
.credit-model-box figure img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

/*--------------------------------------------------------------------------------------*/
/*cart-page-css-here
/*--------------------------------------------------------------------------------------*/

.cart-content-bg {
  position: relative;
  overflow: hidden;
}
.quantity {
  display: flex;
  overflow: hidden;
}
.quantity button {
  background-color: #f2f2f2;
  color: #000000;
  border: none;
  cursor: pointer;
  font-size: 27px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.quantity button:hover {
  background-color: #f2f2f2;
}
.input-box {
  width: 40px;
  text-align: center;
  background: #f2f2f2;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
}
/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box[type="number"] {
  -moz-appearance: textfield;
}
.product-cart-list {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
}
.product-cart-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product-cart-list ul li:last-child {
  margin-bottom: 0;
}
.product-cart-list figure {
  margin: 0;
  width: 132px;
  height: 144px;
}
.product-cart-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-cart-list figcaption {
  flex: 1;
  padding-left: 30px;
}
.cart-list-right-box {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.product-cart-list figcaption h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-cart-list figcaption h5 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.product-cart-list figcaption p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.cart-product-price {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-right: 30px;
}
.remove-cart {
  background: none;
  border: none;
  margin-left: 20px;
}
.total-amount-box {
  background: #fff;
  width: 100%;
  padding: 25px;
  border-radius: 15px;
}
.total-amount-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-amount-box ul li h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.total-amount-box ul li span {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}
.cehckout-btn {
  text-align: center;
  margin-top: 15px;
}


.product-description{border-top: solid 1px #F5F5F5; padding-top: 15px;}
p{font-size: 16px; color: #1F2F49;}
.product-detail-bg .model-profile-image img{height: 375px;object-fit: cover;}
.product-detail-bg .tab-content > .tab-pane{display: block;}


/*--------------------------------------------------------------------------------------*/
/*cehckout-page-css-here
/*--------------------------------------------------------------------------------------*/

.checkout-form-bg {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
}
.checkout-form-bg h3 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.shipping-address-box .form-check-label {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
}
.add-address-box {
  margin-top: 25px;
}
.checkout-form-bg h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.payment-method-box {
  margin-top: 15px;
}
.payment-method-box h4 {
  margin-bottom: 15px;
}
.save-payment {
  margin-bottom: 20px;
}
.save-payment label {
  font-size: 16px;
  color: #3daeff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-form-bg .other-methods {
  letter-spacing: normal;
}
.payment-btn {
  display: flex;
}
.payment-btn a {
  margin-right: 15px;
}
.payment-btn a:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------------------------------*/
/*video-detail-page-css-here
/*--------------------------------------------------------------------------------------*/

.video-detail-bg {
  background: #fff;
}
.video-detail-bg h1 {
  font-size: 45px;
  color: #3daeff;
  font-weight: 700;
  margin-bottom: 30px;
}
.video-detail-bg h1 span {
  color: #e90e8b;
}
.video-box img,
.video-box video,
.video-box iframe {
  width: 100%;
  height: 644px;
  object-fit: cover;
  border-radius: 15px;
}
.video-social-info {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.video-social-info a {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.video-social-info a:last-child {
  margin-right: 0;
}
.video-social-info a i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-social-info a span {
  font-size: 18px;
  color: #3daeff;
  font-weight: 500;
  margin-left: 10px;
}
.comments-box h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comments-box label {
  font-weight: 500;
}
.comments-list {
  margin-top: 15px;
}
.comments-list ul li {
  display: flex;
  margin-bottom: 30px;
}
.comments-list ul li figure {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: solid 5px #f5f5f5;
  overflow: hidden;
  flex: 0 0 88px;
  max-width: 88px;
}
.comments-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments-list ul li figcaption {
  padding-left: 20px;
}
.comments-list ul li figcaption h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.comments-list ul li figcaption p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
}
.comments-list ul li .video-social-info {
  margin: 0;
}

/*--------------------------------------------------------------------------------------*/
/*my-account-page-css-here
/*--------------------------------------------------------------------------------------*/

.my-account-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: solid 1px #f5f5f5;
}
.my-account-list ul li h5 {
  font-size: 14px;
  color: #3daeff;
  margin: 0;
}
.my-account-list ul li h5 strong {
  font-weight: bold;
}
.my-account-list ul li span {
  font-size: 16px;
  color: #e90e8b;
  font-weight: 600;
  word-wrap: anywhere;
}
.my-account-list ul li a {
  color: #e90e8b;
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------------*/
/*purchase-history-page-css-here
/*--------------------------------------------------------------------------------------*/

.filter-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.filter-box label {
  font-size: 16px;
  color: #3daeff;
  margin-right: 10px;
}
.filter-box .form-control {
  max-width: 254px;
}
.table-bg table {
  width: 100%;
  overflow: auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.table-bg table tr th {
  background: #e90e8b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
}
.table-bg table tr td {
  padding: 15px 15px;
  font-size: 16px;
  color: #3daeff;
  font-weight: 600;
  border-bottom: solid 1px #f5f5f5;
}
.table-bg table tr:last-child td {
  border-bottom: none;
}
.purchase-history-bg .pagination-box {
  justify-content: flex-end;
}
.dds-playhouse-member textarea {
  resize: none;
}

/*--------------------------------------------------------------------------------------*/
/*model-detail-page-css-here
/*--------------------------------------------------------------------------------------*/

.model-detail-bg {
  background: #f5f5f5;
}
.model-profile-info {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.model-profile-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
.model-title-rating h2 {
  font-size: 45px;
  color: #3daeff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.model-title-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.model-rating {
  display: flex;
  align-items: center;
}
.model-rating a {
  margin-right: 4px;
}
.model-rating a:last-child {
  margin-right: 0;
}
.model-info {
  padding-left: 15px;
}
.model-profile-info .my-account-list ul li:last-child {
  border-bottom: none;
}
.profile-info-tab {
  margin-top: 30px;
}
.profile-info-tab ul{flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden;}


.profile-info-tab .tab-content {
  background: #fff;
  padding: 30px;
  border-radius: 0px 30px 30px 30px;
}
.profile-info-tab .nav li {
  margin-right: 15px;
}
.profile-info-tab .nav li:last-child {
  margin-right: 0;
}
.profile-info-tab .nav li a {
  background: #ffffff;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #3daeff;
  padding: 0px 15px;
  border-radius: 15px 15px 0px 0px;
  white-space: nowrap;
}
.profile-info-tab .nav li a.active {
  background: #e90e8b;
  color: #fff;
}
.recent-photos-model {
  position: relative;
}
.recent-photos-model .item img {
  height: 288px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.recent-photos-model .owl-prev {
  position: absolute;
  left: 15px;
  top: 40%;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50px;
  overflow: hidden;
}
.recent-photos-model .owl-nav button span {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  position: relative;
  top: -11px;
}
.recent-photos-model .owl-next {
  position: absolute;
  right: 15px;
  top: 40%;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50px;
  overflow: hidden;
}
.recent-photos-content h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
.hootchie-des,
.about-des-box {
  margin-top: 20px;
}
.about-des-box p {
  font-size: 16px;
  color: #3daeff;
  line-height: 26px;
}

.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}
.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}
.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}
.modal-content {
  width: 100%;
}
.modalscale {
  transform: scale(0);
  opacity: 0;
}
.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}
.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  width: 60px;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
}
.lightbox-btn:focus {
  outline: none;
}
.left {
  left: 50px;
}
.right {
  right: 50px;
}
#close {
  top: 50px;
  right: 50px;
}
.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 100vh;
  width: auto;
  object-fit: cover;
}
@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
.tab-content .thmub-box {
  border: solid 1px #f5f5f5;
}
.tab-content .pagination-box ul li a {
  border: solid 1px #f5f5f5;
}
.tab-content .pagination-box ul li.active a {
  border-color: #e90e8b;
}
.tab-content .pagination-box ul li a:hover {
  border-color: #e90e8b;
}
.paid-record-videos-list .title-view-credit-bg {
  border: none;
  padding-bottom: 0;
}
.paid-record-videos-list .thmub-box figcaption p {
  padding-top: 0;
}
.audio-gallery-list .thmub-box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #f5f5f5;
  height: 230px;
}
.audio-gallery-list .thmub-box figure img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.audio-gallery-list .title-view-credit-bg {
  border: none;
  padding-bottom: 10px;
}
.audio-price {
  font-size: 16px;
  color: #e90e8b;
  font-weight: 600;
}
.audio-gallery-list .title-view-credit-bg h3 {
  margin-bottom: 0;
}
.audio-gallery-list .thmub-box figcaption p {
  padding-top: 0;
}
.audio-hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  opacity: 0;
}
.audio-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-action a {
  margin-right: 15px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: solid 1px #e90e8b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-action a:last-child {
  margin-right: 0;
}
.thmub-box:hover .audio-hover-box {
  opacity: 1;
}
.product-list .view-credit-box span {
  color: #000;
}
.cart-btn {
  margin: 0px 15px 15px 15px;
}
.cart-btn .btn {
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
.add-product-btn {
  text-align: center;
  margin: 30px 0px 45px 0px;
}
.add-product-head {
  text-align: center;
  padding: 0px 30px;
  width: 100%;
}
.add-product-head h5 {
  font-size: 32px;
  color: #3daeff;
  font-weight: 600;
}
.add-product-head p {
  font-size: 16px;
  color: #3daeff;
  margin: 0;
}
.modal-header {
  position: relative;
  border: none;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: none;
}
.form-control[type="file"] {
  padding: 10px 20px;
}
.product-modal .modal-body {
  padding: 25px;
}
.form-submit {
  text-align: center;
  margin-top: 30px;
}
.guide-content-bg .row {
  margin-bottom: 30px;
}
.guide-content-bg .row:last-child {
  margin-bottom: 0;
}
.guide-image-box {
  text-align: center;
}
.guide-image-box img {
  border-radius: 10px;
}
.filter-category-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.filter-category-box label {
  font-size: 16px;
  color: #3daeff;
  font-weight: 600;
  margin-right: 15px;
}
.filter-category-box .form-control {
  max-width: 254px;
}
.profile-photo {
  text-align: center;
}
.profile-photo figure {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.profile-photo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.profile-photo figure input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.advertising-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #3daeff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
}
.advertising-box h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #3daeff;
}
.advertising-box .btn {
  height: 30px;
  line-height: 27px;
  font-size: 14px;
}
.become-model-bg .form-submit-btn .btn {
  min-width: 250px;
}

/*************************/
.inbox_people {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
  display: flex;
  flex-direction: column;
  flex: 0 0 400px;
  padding: 20px 15px;
}
.inbox_msg {
  border: 1px solid rgb(221 221 221 / 32%);
  clear: both;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
  border-radius: 10px;
  background: #fff;
  display: flex;
  height: calc(100vh - 100px);
}
.recent_heading {
  width: 40%;
}
.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: 0;
}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}
.chat_ib h5 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-bottom: 3px;
  justify-content: space-between;
  display: flex;
}
.stylish-input-group {
  position: relative;
}
.stylish-input-group .btn.search-btn {
  right: auto;
  left: 12px;
  opacity: 0.3;
}
.chat_ib p {
  font-size: 14px;
  color: #02778a;
  font-weight: 600;
}
.chat_img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
}
.chat_img {
  margin-right: 10px;
  position: relative;
}
.chat_people {
  clear: both;
  display: flex;
  flex: 1;
}
.chat_list {
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  padding: 12px 10px 12px 10px;
  margin-bottom: 5px;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inbox_chat {
  overflow-y: auto;
  height: 100%;
  padding-right: 6px;
}
.active_chat {
  background: rgb(67 197 239 / 13%);
}
.outgoing_msg {
  display: flex;
  justify-content: flex-end;
  align-items: self-start;
}
.sent_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
  text-align: right;
}
.sent_withd_msg {
  width: 460px;
  margin-left: auto;
}
.outgoing_msg_img {
  width: 45px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}
.received_withd_msg-bg {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 15px 20px 15px 15px;
  width: auto;
  border-radius: 33px;
  border-bottom-left-radius: 0;
  background: #e90e8b;
  margin-bottom: 5px;
}
.received_withd_msg-bg:first-child {
  border-radius: 33px;
  border-bottom-left-radius: 0;
}
.mesgs-head {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px 20px 10px;
  align-items: center;
}
.mesgs-head figcaption h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.mesgs-head figcaption {
  padding-left: 10px;
}
.mesgs-head-L {
  display: flex;
  align-items: center;
}
.mesgs-head-L figure img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 0;
}
.sent_msg span.time_date {
  display: flex;
  justify-content: flex-end;
}
.sent_msg span.time_date i {
  font-size: 16px;
  padding-left: 5px;
}
.received_withd_msg {
  width: 460px;
}
.mesgs {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgb(190 197 204 / 0);
  border: 1px solid rgb(221 221 221 / 16%);
}
.notification-text {
  width: 16px;
  height: 16px;
  background: #43c5ef;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: auto;
  margin-top: 15px;
}
.incoming_msg {
  display: flex;
  margin-bottom: 20px;
}
.incoming_msg_img {
  width: 45px;
  margin-right: 10px;
  display: flex;
  height: 45px;
  flex: 0 0 45px;
  margin-top: 15px;
  margin-top: auto;
}
.sent_msg-bg {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 15px 18px 15px;
  width: auto;
  border: 1px solid #e8e8e8;
  border-radius: 33px;
  border-bottom-right-radius: 0;
  background: #e2e2e2;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
}
.sent_msg-bg:first-child {
  border-radius: 33px;
  border-bottom-right-radius: 0;
}
.your-offer-outgoning-msge .sent_msg-bg {
  min-width: 351px;
}
.msg_send_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  margin-left: 20px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg_history {
  overflow-y: auto;
  padding: 30px 25px;
  height: 100%;
}
.offer-sent-box,
.reciver-offer {
  padding: 4px 0;
  border-top: 1px solid rgb(255 255 255 / 43%);
}
.sent_msg-bg h6 {
  padding-bottom: 10px;
}
.reciver-offer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f6f6f6;
}
.received_withd_msg-bg h6 {
  color: #201d3e;
  font-weight: 400;
}
.received_withd_msg-bg h6 {
  padding-bottom: 10px;
}
.received_withd_msg .offer-sent-L,
.received_withd_msg .offer-sent-R {
  color: #201d3e;
}
.received_withd_msg-bg p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.input_msg_write {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}
.input_msg_write .form-control {
  height: 50px !important;
  padding-right: 50px;
}
.chat_list:hover {
  background: rgb(67 197 239 / 13%);
  cursor: pointer;
}
.scroll-chat {
  overflow-y: auto;
}
.reciver-offer small {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #fff;
}
.reciver-offer span.price-offer {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.btn-offer-list li a {
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #000 !important;
  box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
  padding: 15px;
  margin-right: 10px;
}
.btn-offer-list {
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}
.received_withd_msg-bg-offer {
  min-width: 351px;
}
.chat-space {
  padding-top: 100px;
}
.profile-top {
  display: flex;
  align-items: center;
}
.profile-top h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-left: 15px;
}
.active-green {
  width: 12px;
  height: 12px;
  background: #0fdb66;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: -3px;
  top: -4px;
}
.profile-top figure {
  position: relative;
}
.headind_srch h4 {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 5px;
}
span.active-green.deactive-grey {
  background: #bec5cc;
}
.chat_ib {
  flex: 1;
}
.serch-box .serch-btn {
  border-radius: 8px;
  bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: oldlace;
  background: #43c5ef;
  width: 54px;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.stylish-input-group {
  position: relative;
  margin: 0 0 15px;
}
.service-toggle-drop-down button#dropdownMenuButton {
  background: transparent;
  padding: 0;
  border: 0;
}
.chat-drop-down,
.details-drop-down {
  position: relative;
  right: 0;
  top: 0;
}
.service-toggle-drop-down .dropdown-menu.show {
  transform: none !important;
  display: block;
  left: auto !important;
  right: 6px;
  width: 150px !important;
  border: 0;
  box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
  top: 35px !important;
}
.service-toggle-drop-down .dropdown-toggle::after {
  display: none;
}
.service-toggle-drop-down button#dropdownMenuButton i {
  color: #fff;
  font-size: 22px;
}
.type_msg {
  display: flex;
  align-items: center;
  margin: 20px 20px;
}
.type_msg button.send-btn {
  position: absolute;
  right: 13px;
  border: 0;
  background: transparent;
  font-size: 30px;
  color: #43c5ef;
}
a.btn.msg_send_btn i {
  color: #fff;
}
.chat_img {
  margin-right: 20px;
  position: relative;
}
.s-chat-user {
  position: absolute;
  bottom: -5px;
  z-index: 999;
  display: flex;
  right: -4px;
}
.s-chat-user img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}
h6.chat-user-sub-title {
  font-size: 14px;
  color: #bbb;
  font-weight: 600;
  padding-bottom: 1px;
}
.chat_ib p {
  font-size: 12px;
  color: #bbb;
}
small.chat-time {
  font-size: 12px;
  color: #bbb;
}
.chat-box-Right{display: flex; flex-direction: column;}
.chat-bg{padding-top: 190px; background: rgb(221 221 221 / 42%);}
ul.img-list-box li img{width: 93px; height: 83px; border-radius: 4px;}
ul.img-list-box li{margin-right: 10px;}
ul.img-list-box{display: flex;}
body .accordion-button{background: none; font-weight: bold; font-size: 16px;} 
body .accordion-button:not(.collapsed){background: #1206b3cc; color: #fff; box-shadow: none;}
.location-box{max-height: 200px; overflow: auto;}
.location-box ul li{padding: 10px 10px; font-size: 14px; font-weight: 600; color: #000; border: solid 1px #e9e9e9; margin-top: -1px;}
.location-box ul li:last-child{margin-bottom: 0;}





.page-detail-bg{padding-top: 81px;}
.profile-action li a{padding: 0 !important; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;}
.profile-action li a i{width: 24px; height: 24px; font-size: 20px;}
.profile-bg{padding: 30px;}
.profile-video img{width: 100%; aspect-ratio: 16 / 7; object-fit: cover;}
.profile-video-box{flex-direction: column; gap: 20px; display: flex;}
.profile-video-caption{padding: 15px; border-radius: 15px; background: #fff;}
.like-private-tip-box ul li a .primary-color{color: var(--primary);}
.profile-message-box-inner{background:#fff; border-radius: 15px; padding: 15px; display: flex; flex-direction: column; gap: 15px;}
.public-chat-list{height: 625px; overflow: auto;}
.public-chat-list ul{display: flex; flex-direction: column; gap: 15px; margin: 0; padding: 0; list-style: none;}
.public-chat-list ul li a{display: flex; align-items: center; gap: 15px;}
.public-chat-list ul li a figure{width: 36px; height: 36px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--black-100); margin: 0;}
.public-chat-list ul li a figcaption{flex: 1;}
.public-chat-list ul li a figcaption p{margin: 0; color: var(--black-400);}
.public-chat-list ul li a figcaption p span.high{color: var(--primary);}
.public-chat-list ul li a figcaption p span.medium{color: var(--primary-100);}
.message-send-box{position: relative;}
.message-send-box .form-control{padding-right: 50px;}
.message-tab-head ul li .nav-link{padding: 10px 25px; font-weight: 700;}
.message-send-box button{background: none; border: none; font-size: 24px; color: var(--black-900); position: absolute; right: 12px; top: 5px; width: 35px;}
.message-send-box .form-control{height: 50px;}


.send-tip-tab-head{background: rgba(255, 255, 255, 0.05);}
.send-tip-tab-head ul li button{font-size: 14px; font-family: var(--semiBold); color: var(--black-400); padding: 15px 15px; border-bottom: solid 2px transparent;}  
.send-tip-tab-head ul li button.active{border-bottom: solid 2px var(--primary); color: var(--black-900);}
.send-tip-tab-head ul li button:hover{color: var(--black-900);}
.table{border:solid 1px var(--black-100);}
.table > :not(caption) > * > *{background: none; border-color:var(--black-100);}
.table tr th{font-size: 16px; font-family: var(--semiBold); font-weight: normal; color: var(--black-900); padding: 15px;}
.table tr td{font-size: 16px; font-family: var(--semiBold); color: var(--black-700); padding:12px 15px; vertical-align: middle;}
.table tr td span{color: var(--black-400); font-family: var(--medium);}
.table tr td a{font-size: 16px; font-family: var(--semiBold); color: var(--black-900); padding: 15px; display: flex; align-items: center; gap: 15px;}
.send-tip-table{max-height: 450px;}


.user-box figure{margin: 0; width: 72px; flex:0 0 72px; height: 72px; border-radius: 24px; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--black-900); background: var(--black-100);}
.user-box figure i{width: 24px; height: 24px;}
.user-box figure img{aspect-ratio: 1 / 1; object-fit: cover; border-radius: 24px; width: 100%;}
.user-box figcaption{display: flex; flex-direction: column; gap: 5px;}
.user-box figcaption h5{margin: 0;}
.user-box figcaption p{margin: 0; color: var(--black-400);}







