.text-pink {
  color: #e90e8b !important;
}

.home-slider .owl-dots .owl-dot span {
  display: none !important;
}

.text-blue {
  color: #3daeff;
}

.bg-blue {
  background: #3daeff !important;
  border-color: #3daeff !important;
}
.bg-pink {
  background-color: #e90e8b !important;
}

.btn-red {
  background-color: #e90e2b !important;
}

.btn.dropdown-toggle::after {
  vertical-align: 0.15em;
}

.profile-photo {
  position: relative;
}
.profile-photo .profile-pic-edit {
  bottom: 29px;
  position: relative;
  right: 40px;
  background: #e90e8b;
  border-radius: 50%;
  padding: 5px;
}

.star-cont div a img {
  width: 50px;
  height: 50px;
}
.nav-item .dropdown-menu li:hover {
  background: #e90e8b;
  color: #fff !important;
}
.nav-item .dropdown-menu li a {
  transition: color 0s;
}

.nav-item .dropdown-menu li:hover a {
  color: #fff !important;
}

.inbox-people {
  min-width: 340px !important;
}

.bg-msgboard {
  width: 50%;
  height: 50%;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  opacity: 0.5;
}

.emoji-box {
  letter-spacing: 0.8rem !important;
  font-size: 3rem !important;
}
.cms-wrapper {
  margin: unset;
  width: unset;
}
@media only screen and (max-width: 1050px) {
  .bg-msgboard {
    width: 50%;
    height: 50%;
    max-width: 90px;
    max-height: 90px;
  }
}

.otp-field {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 28px;
  padding: 0;
  width: 40px;
  margin: 0 4px;
}

.text-danger {
  font-size: 1rem !important;
}

.footer-menu-box ul li {
  margin-bottom: unset !important;
}

.footer-adress-info .social-btn a {
  display: flex;
}
.breadcrumb-list {
  display: flex !important;
}

.accordion {
  font-size: 1rem;
}

.accordion-item {
  margin: 10px;
}

.accordion-button {
  /* background-color: rgba(0,0,0,0.02); */
  /* border: 1px solid rgba(231, 13, 137,0.5); */
  background: hsla(0, 0%, 44%, 0.06);
}

.custom-toggler {
  display: none;
}

.navbar-toggler.close-btn {
  display: none !important;
}

.sidebaropen .navbar ul li a {
  color: #fff;
}

.sidebaropen .navbar ul li nav-link.active {
  color: #e90e8b !important;
}

.custom-toggler .hamburger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(233 14 139)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
@media only screen and (max-width: 1299px) {
  .custom-toggler {
    display: flex !important;
  }
  .navbar-toggler.close-btn {
    display: block !important;
  }
  .dropdown-menu.show {
    color: #000;
  }
  .login-signup a {
    color: #fff !important;
  }
}
.faq-box {
  width: 75%;
  min-width: 700px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  margin: 20px auto;
}

.sidebaropen .username {
  color: #fff;
}

.didnot-recived {
  font-size: 1rem !important;
}
.form-link {
  text-decoration: underline !important;
}
.header-search .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-dots {
  margin-bottom: 30px;
}
/* .form-group{
  margin-bottom: 15px;
} */

.text-danger {
  margin: 0px 3px 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.profile-pic {
  overflow: hidden;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-select-height {
  padding: 10px 25px;
  height: 48px !important;
}

.pagination-box ul li {
  cursor: pointer !important;
}

.audio-wrapper {
  padding: 6px 6px;
  height: 65px;
  border: 2px solid #e90e8b !important;
  box-shadow: inset 0px 0px 2px 10px #fff;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.audio-btn {
  background-color: #e90e8b;
  appearance: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;

  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border: none;
  outline: none;
  color: #fff !important;
}
.action-box-head {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  z-index: 1;
}

.action-box-head-L a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer !important;
}

.action-box-head-L {
  display: flex;
  align-items: center;
  /* z-index: 999; */
}
.edit-btn {
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #292d32;
}

.delete-btn {
  background: #292d32;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}

.btn-close {
  margin: 0px !important;
}

.modal-title {
  width: 100% !important;
}

.cursor-pointer {
  cursor: pointer !important;
  user-select: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.btn:disabled {
  color: #e90e8b;
  filter: grayscale(50%);
}

.description-ellipse p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.para-ellipse {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-ellipse {
  /* display: inline-block; */
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thmub-box figcaption p {
  padding: 5px 15px;
}

.models2-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.loading-indicator:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.2;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-size: 50px;
}

.loading-indicator:after {
  content: url(../images/logo.svg);
  position: fixed;
  width: 100%;
  top: 40%;
  left: 0;
  z-index: 1001;
  color: #fffb00;
  z-index: 99999;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: PFDinMonoRegular;
}

.float-animation {
  animation: float 1s linear infinite;
  -webkit-animation: float 1s linear infinite;
}

.form-head {
  text-align: center;
}

.video-box .detail-video {
  object-fit: contain !important;
}

.content-parent {
  text-align: initial;
}

.dropdown-styles {
  width: 100%;
  margin-top: 7px;
  border-radius: 21px;
  padding: 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}

.dropdown-styles li {
  /* border-bottom: 2px solid #ccc; */
}

.list-marker-white::marker {
  color: #fff !important;
}

.actionBtn {
  display: flex;
  align-items: center;
}
.actionBtn a {
  margin-right: 10px;
}
.actionBtn a:last-child {
  margin-right: 0;
}
.actionBtn .blue-btn {
  background: #3daeff;
  border-color: #3daeff;
}
.actionBtn .blue-info {
  background: #f9c10b;
  border-color: #f9c10b;
}

.model-profile-info .owl-dots.disabled {
  display: block !important;
}

.model-profile-info .owl-stage-outer {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.model-profile-info .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.model-profile-info .owl-carousel div.owl-nav > button {
  background: #e90e8b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 23px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-profile-info .owl-carousel div.owl-nav > button span {
  margin-bottom: 4px;
}
.model-profile-info .owl-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.model-profile-info .owl-item div {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-crousal-container {
  height: 125px;
}

.audio-modal.thmub-box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #f5f5f5;
  height: 230px;
}

.audio-modal.thmub-box figure img {
  width: auto;
  height: auto;
  object-fit: contain;
}

figure > div > div.owl-nav {
  position: absolute;
  top: 33%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart-carousel .owl-carousel .owl-nav button {
  background: #e90e8b !important;
  color: inherit;
  border: none;
  padding: 0px !important;
  font: inherit;
  height: 20px;
  width: 20px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-carousel .owl-carousel .owl-nav button span {
  display: inline-block;
  margin-bottom: 2px;
}

.modal-header .btn-close {
  position: absolute !important;
  right: 10px;
  top: 10px;
}

.product-list .plan-box {
  margin-top: 20px;
}

.plan-list-bg .plan-box {
  margin-top: 20px;
}

.pink-btn-shadow {
  box-shadow: 0rem 0rem 1rem #e90e8b99;
}

.tip-btn {
  background-color: #e90e8b99;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; */
}
.tip-btn .tip-text {
  margin-top: 0.3px;
  font-weight: bolder;
}
.badge-gold {
  cursor: pointer;
  background-color: #ffd700 !important;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.badge-gold:hover {
  color: #fff !important;
  background-color: #e90e8b !important;
}
.sent_msg-bg {
  color: #fff !important;
  background: #3daeff;
  border: 1px solid #3daeff;
}

.sent_msg-bg p {
  color: #fff !important;
}

.user-details .chat-container {
  padding: 0px;
  margin: 0px;
}

.user-details .my-chat-box-main {
  padding: 0px !important;
  margin: 0px !important;
}

.modal-fullscreen {
  height: fit-content !important;
  min-height: 100vh !important;
}

.EmojiPickerReact {
  height: 450px;
  width: 350px;
  position: absolute !important;
  z-index: 999 !important;
  right: 0px !important;
  margin-top: 8px !important;
}

.emoji-container:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -10px;
  right: 10px;
  background: red;
  z-index: -1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.form-input-container {
  display: flex !important;
  justify-content: "space-around";
  align-items: "center";
}
.form-input {
  padding: 0.375rem 0.75rem;
  border: none;
  width: 100%;
  height: 42px;
  background: transparent;
}

.form-input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.text-area-btn-float {
  bottom: 0px;
  right: 9px;
}

.order-product-list {
  padding-top: 15px;
  text-align: left;
}
.order-product-list h2 {
  font-size: 18px;
  font-weight: bold;
}
.order-detail-modal-bg .product-cart-list figure {
  height: 125px;
}
.order-detail-modal-bg .product-cart-list {
  padding: 15px;
  max-height: 292px;
  overflow: auto;
}

.quantity button:disabled {
  background: #ccc;
}

.desc-dots {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desc-dots + a {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

.pass-btn {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  height: 20px;
  width: 20px;
}
.stopWatchBtn {
  display: flex;
  border: #094fb7 solid 3px;
  border-radius: 10px;
  padding: 5px;
}
.startBtn {
  padding-left: 5px;
}
.stopBtn {
  padding-left: 5px;
}
.stop-msg {
  padding-left: 5px;
}

.favorite-btn {
  height: 48px;
  line-height: 45px;
  padding: 0px 25px;
  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;
}
.favorite-btn:hover {
  background: #fa68bb;
  color: #fff;
  border-color: #fa68bb;
}
.tip-list-btn {
  margin-left: 10px;
  padding: 0px 20px;
  background: #e90e8b;
  border: solid 1px #e90e8b;
  font-size: 15px;
  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;
}

.list-model {
  display: grid;
}

.content-terms-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.content-terms-modal .modal-header {
  border-bottom: 1px solid #dee2e6;
}

.pdf-container {
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.rounded-circle-img {
  width: 50%;
  height: auto;
  max-width: 200px;
  margin-right: 20px;
  object-fit: cover;
  border:  2px solid #007bff;
}



.incoming-call-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.call-popup {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.call-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.video-call-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 0px;
  box-sizing: border-box;
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0px;
  width: 100%;
  max-width:100%;
  padding: 0px;
  box-sizing: border-box;
}

.remote-video-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #222;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
}

.remote-video-box video {
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0px;
}

.local-video-box {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30%;
  max-width: 250px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #222;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.local-video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.video-label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: bold;
}

.controls {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

.control-button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-button:hover {
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .remote-video-box {
    width: 100%;
    height: auto;
  }

  .local-video-box {
    width: 100%;
    max-width: 200px;
    max-height: 170px;
    height: auto;
    bottom: 10px;
    right: 10px;
  }

  

  .control-button {
    padding: 8px;
  }
}

.profile-video {
   width: 100%;
   aspect-ratio: 16 / 9;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   position: relative;
   background-color: black;
}

.profile-video > div {
   all: unset !important; 
   width: 100% !important;
   height: 100% !important;
   position: relative !important;
   overflow: hidden !important;
   background-color: transparent !important;
}