
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body {
  
  font-family: "Noto Sans JP", sans-serif !important;
  --gradient: linear-gradient(to top, #DB6660, #D43873);
  --primary: #FC628F;
  --primary-bright: #DD4360;
  --secondary: #0D085C;
  --secondary-bright: #2100A7;
  /* --soft-pink:#FFF3F5; */
  --soft-pink: #FFB8D1;
  --border-color: #cacaca;
  --border-radius:6px;
  --border-radius-2:20px;
  color: #333333!important;
  max-width: 1024px;
  margin: auto;
  background-color: #fff;
}
/* #appCapsule {
  width: 50%!important;
  margin: auto;
  max-width: 1024px;
} */
a {
  /* background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
    color: var(--primary)!important;
}
a:hover {
    color: #c12b65!important;
}
.text-muted {
  font-size: 15px;
  /* color: #333333!important; */
  color: #6c757d!important;
  background: none;
}
.text-danger {
  color: #c02038!important;
}
.text-success {
  color: #35b512!important;
}
.text-decoration-underline {
  border-bottom: 1px solid var(--primary); 
}
.fw-normal {
  font-weight: 500!important;
}
.login-form,
.content-center{
  min-height: 87vh;
  display: flex;
  align-items: center;
}
.text-gradient {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.text-primary, a.text-primary {
  color: var(--primary)!important;
}
.text-secondary {
  color: var(--secondary)!important;
}
.small, small {
  font-size: 0.875em;
}
.rounded-2 {
  border-radius: var(--border-radius)!important;
}
.bg-primary {
  background-color: var(--primary)!important;
}
.bg-highlight {
  background-color: #EA3777;
}
.bg-light-grey {
  background-color: #EDEDED;
}
.bg-pink {
  background-color: var(--soft-pink);
}
.bg-soft {
  background-color: #FFEEE9;
}
.bg-success {
  background-color: #35b512!important;
}

.btn-primary {
  background: var(--primary)!important;
  border-color: transparent!important;
}
/* .btn-primary:hover, .btn-primary:focus,
.btn-outline:hover, .btn-outline:focus {
  background: linear-gradient(to top, #c7534c, #c52d67)!important;
  border-color: transparent!important;
  color: #fff!important;
}
.btn-outline {
  background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box !important;
  border-radius: 6px;
  border: 2px solid transparent!important;
  border-color: transparent!important;
  color: #c52d67;
} */
.btn-primary:hover, .btn-primary:focus,
.btn-outline:hover, .btn-outline:focus {
  background: var(--primary-bright)!important;
  border-color: transparent!important;
  color: #fff!important;
}
.btn-outline {
  border-radius: 6px;
  border: 2px solid var(--primary)!important;
  color: var(--primary);
}
.btn-icon {
  background-color: #ececec!important;
  border-color: transparent!important;
}
.btn-icon:hover,
.btn-icon:focus {
  background: var(--primary-bright)!important;
  border-color: transparent!important;
  color: #ffffff;
}

.btn-icon ion-icon{
  color: black!important;
}
.btn-icon:hover ion-icon{
  color: #fff!important;
}
.badge-primary {
  background: var(--primary)!important;
}
.badge-danger {
  background-color: #c02038;
}
.border-primary {
  border: 3px solid var(--primary)!important;
}
.border-gradient {
  background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box !important;
  border-radius: 6px;
  border: 3px solid transparent!important;
  border-color: transparent!important;
}
.border-white {
  border: 3px solid #ffffff;
}
.text-ellipsis {
  white-space:nowrap; 
  text-overflow:ellipsis; 
  overflow:hidden; 
}
.button.goTop {
  background-color: var(--soft-pink);
  color: var(--primary);
}
.form-group .form-control {
  border: 1px solid #e1e1e1;
}
.form-group.boxed .form-control:focus {
  background-color: #FFEEE9;
  border: 2px solid var(--primary-bright)!important;
}
.form-group.boxed .form-control.pink-input, 
.choose-birthday {
  /* background-color:#FFF3F5!important;
  border-color: transparent!important; */
  /* padding-top: 10px;
  padding-bottom: 10px; */
  height: 50px;
  background: transparent;
}
.form-button-group {
  background: transparent;
}
.form-group.searchbox {
  position: relative;
}
/* .form-group.boxed .form-control.pink-input:focus {
  background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box;
  border-radius: 6px;
  border: 2px solid transparent!important;
} */
.form-group.searchbox .form-control.pink-input {
  padding-left: 35px!important;
}
.form-group.searchbox .input-icon,
.form-group.searchbox .form-control.pink-input::placeholder {
  /* color: var(--)!important; */
  height: 50px;
}
.form-group.searchbox .input-icon ion-icon {
  font-size: 20px;
}
#searchBar {
  display: none;
}
#searchBar .clear-input {
  height: 100%;
}
.form-group.basic.animated .input-wrapper {
  border: 1px solid #E1E1E1;
  padding: 5px 10px 0;
  border-radius: var(--border-radius);
}
.form-group.basic.animated .input-wrapper.active {
  background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box !important;
  border-radius: 6px;
  border: 3px solid transparent!important;
  border-color: transparent!important;
}
.form-group.basic.animated .input-wrapper.not-empty .form-label {
  margin: 8px 0;
  font-size: 11px;
}
.form-group .input-wrapper.active .form-label {
  color: var(--primary)!important;
}
.form-group.basic.animated .form-control {
  height: 35px;
  border-bottom: none;
  padding-top: 10px;
}
.form-group.basic.animated .form-control:focus {
  border-bottom: none;
  box-shadow: none;
}
.form-group.basic.animated .clear-input {
  right: 5px;
}
/* .login-form .form-control, .choose-birthday {
  border: 1px solid var(--border-color)!important;
  background: transparent!important;
} */
/* .login-form .form-control:focus {
  background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box !important;
  border-radius: 6px;
  border: 3px solid transparent!important;
  border-color: transparent!important;
} */
.otp {
  width: 60px;
  height: 60px;
  border: solid 1px var(--border-color)!important;
  border-radius: 6px!important;
  font-weight: 700;
  font-size: 21px;
  display: inline-block!important;
}
.otp:focus, .otp:active {
   outline: solid 2px var(--primary);
}
.filled {
  /* background: var(--gradient); */
  background: var(--primary);
  color: #fff;
}


.form-check-input[type="radio"] ~ .form-check-label:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-position: 95%;
  margin-top: 10px;
}
.input-list .form-check .form-check-label {
  padding-left: 16px;
  border: 1px solid #E1E1E1;
  border-radius: var(--border-radius);
}
.input-list .form-check .form-check-label:before, .input-list .form-check .form-check-label:after {
  left: 0;
  top: 0;
  border: none;
}
.input-list .form-check:after {
  background: transparent;
}
.form-check .form-check-label:before {
  width: 100%;
  height: 30px;
}
.form-switch .form-check-label:before {
  width: 24px;
  height: 24px;
}
.form-switch .form-check-input:checked ~ .form-check-label:after{
  border-radius: 30px;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-check-input:checked ~ .form-check-label:after {
  border-radius: var(--border-radius);
  /* background: var(--gradient); */
  background: var(--secondary-bright);
  height: 100%;
  z-index: -1;
  width: 100%;
  border: none;
}
.form-check-input:checked ~ .form-check-label {
  color: #fff;
  background: transparent;
}

.traditional-check.form-check .form-check-label:before,
.traditional-check .form-check-input:checked ~ .form-check-label:after {
  width: 22px;
  height: 22px;
  border-radius: var(--border-radius-2);
  border: none;
  margin-top: 3px;
}
.traditional-check .form-check-input:checked ~ .form-check-label {
  color: inherit;
}
#personalInterests .form-check .form-check-label:before {
  background-image: none;
  background-repeat: no-repeat;
}
#personalInterests .form-check-label:after {
  border: none;
}
#personalInterests .form-check-input:checked ~ .form-check-label:after {
  box-shadow: 1px 2px 5px var(--secondary);
  border: none;
  background: var(--secondary-bright);
  z-index: -1;
  width: 100%;
}
#personalInterests .form-check-label ion-icon, #personalInterests .form-check-label i {
  font-size: 21px;
  margin-right: 8px;
}
#personalInterests .form-check-label  {
  text-align: left;
  justify-content: start;
}

.input-list.avatars {
  display: flex;
}
.input-list.avatars .form-check .form-check-label{
  border: none;
  padding: 5px;
}
.avatars .form-check-input[type="radio"] ~ .form-check-label:before {
  background-size: 70%;
  background-position: center;
} 
.avatars .form-check .form-check-label:before, .avatars .form-check .form-check-label:after {
  width: 75px;
  height: 75px;
  border-radius: 100%;
}
.avatars .form-check-input:checked ~ .form-check-label:after {
  border-radius: 50%;
}

.upload-photo {
  background: var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: var(--border-radius);
}
.upload-photo button ion-icon {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-left: 10px;
}
.upload-photo_camera-icon {
  position: absolute;
  /* background: var(--gradient); */
  background: #FFEEE9;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  bottom: -10px;
}
.upload-photo_camera-icon i {
  /* color: #fff; */
  /* color: var(--border-color); */
}
#uploadPhotoName {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  height: 50px;
  width: 100%;
  background: var(--gradient);
  color: #fff;
  display: none;
  padding:0 40px 0 16px;
}

/* Style for the input file */
#uploadPhoto .file-input {
  display: none;
}
/* Style for the custom file input label */
#uploadPhoto .custom-file-input-label, #cameraButton {
  display: inline-block;
  padding: 8px 20px;
  background-color:transparent;
  border: none;
  cursor: pointer;
}
.action-button-list > li .btn {
  color: #333333!important;
}
.offcanvas.show {
  border-radius: var(--border-radius-2) var(--border-radius-2) 0 0;
  padding-top: 10px;
}

/* Calendar input */
.choose-birthday {
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-radius: var(--border-radius);
}
.choose-birthday:hover, .choose-birthday:focus, .choose-birthday:active {
  background: #FFF3F5!important;
  color: var(--primary)!important;
}
.choose-birthday:hover p, .choose-birthday:focus p, .choose-birthday:active p {
  color: var(--primary)!important;
}
.custom-birthday-calendar {
  font-family: Arial, sans-serif;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  min-height: 400px;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.calendar-header button {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}

.calendar-header h2 {
  margin-bottom: 0;
  line-height: 1;
}

.calendar-header h2 span:first-child {
  font-size: 30px;
  font-weight: 700;
}

.calendar-header h2 span:last-child {
  font-size: 16px;
  margin-top: -10px;
  font-weight: 500;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-grid div {
  padding: 5px;
  cursor: pointer;
}

.calendar-grid div:hover {
  background-color: #f4f4f4;
}

/* #selectedDate {
  display: none;
} */

#filePreview {
  display: none;
  width: 100px; height: 100px; border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

.icon-lg {
  font-size: 32px;
  font-weight: 700;
  background-color: #FFF3F5;
  color: #c52d67;
  border-radius: 50%;
  padding: 15px;
}
.icon-lg {
  font-size: 62px;
}
.password-container {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.toggle-password ion-icon {
  font-size: 20px;
  margin-top: 5px;
}

/* Header Bar*/
.appHeader .left, .appHeader .right,
.appHeader .left .headerButton, .appHeader .right .headerButton {
  height: auto;
  min-height: auto;
}
.appHeader .left i.bi, .appHeader .left i.icon, .appHeader .left ion-icon, .appHeader .right i.bi, .appHeader .right i.icon, .appHeader .right ion-icon {
  font-size: 24px;
}
/* .appHeader .left {
  left: 18px;
} */
.goBack {
  margin-top: 3px;
  border: 1px solid #f7f7f7;
  border-radius: var(--border-radius);
}
.appHeader .left .headerButton {
  color: var(--primary);
  padding: 15px 10px;
}
.appHeader .right {
  right: 18px;
  top: auto;
}
.appHeader {
  transition: background-color 0.3s ease;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height:50px;
  box-shadow: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.02);
}
.appHeader.scrolled {
  background: white!important;
  position: fixed!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.02)!important;
}
.appHeader.appHeader.scrolled .pageTitle {
  opacity: 1;
  color: inherit!important;
}
.appHeader.appHeader.scrolled ion-icon {
  color: inherit!important;
}

/* #appCapsule {
  padding-top: 16px;
} */
/* end of Header Bar*/

/* Bottom Menu */
.appBottomMenu {
  bottom: 1%;
  left: 4%;
  width: 92%;
  border-radius: 50px;
}
.appBottomMenu .item.active i.bi, 
.appBottomMenu .item.active i.icon, 
.appBottomMenu .item.active ion-icon, 
.appBottomMenu .item.active strong {
  color: #ffffff!important;
  border-radius: 50px;
  padding: 7px;
  background: var(--secondary-bright);
  opacity: 1;
}
.appBottomMenu .item i.bi, 
.appBottomMenu .item i.icon, 
.appBottomMenu .item ion-icon {
  color: var(--secondary);
  opacity: 0.7;
}
/* end of Bottom Menu */

/* Sidebar Menu */
#sidebarPanel {
  width: 100%;
}
#sidebarPanel .offcanvas-body {
  margin-top: 50px;
  padding-bottom: 10px;
}
#sidebarPanel .profileBox {
  background: #ffffff;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.close-sidebar-button {
  right: auto;
  left: 10px;
  color: inherit!important;
  width: auto;
}
.profileBox .in strong {
  color: inherit;
  padding-left: 30px;
}
#sidebarPanel .image-listview > li a.item:after,
.listview-arrow.image-listview > li a.item:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
#sidebarPanel .image-listview > li .item,
.listview-arrow.image-listview > li .item {
  padding:10px 0px;
  border-top: 1px solid #E1E1E1;
  margin: 0 16px;
  width: auto;
  font-weight: 500;
}
#sidebarPanel .image-listview > li .item:hover,
#sidebarPanel .image-listview > li .item:focus,
#sidebarPanel .image-listview > li .item:focus,
.listview-arrow .image-listview > li .item:hover,
.listview-arrow .image-listview > li .item:focus {
  background: transparent;
}
#sidebarPanel .image-listview > li a.item:after,
.listview-arrow .image-listview > li a.item:after{
  right: 0;
}
.listview.listview-arrow > li:after {
  background: none;
}

.delete-listview > li a.item:after {
  background-image: url('../img/icon/trash.svg')!important;
  background-size: 22px;
  width: 22px;
  height: 22px;
  opacity: 1;
}
.delete-listview > li a.item:hover p,
.delete-listview > li a.item:focus p {
  color: var(--primary);
}
/* #sidebarPanel .image-listview > li:last-child .item {
  border-bottom: none;
} */
/* end of Sidebar Menu */

.card, .card .card-img {
  border-radius: var(--border-radius-2);
  overflow: hidden;
}
.splide__pagination {
  bottom: -10px;
}
.splide__pagination__page.is-active {
  width: 15px;
  background: var(--secondary-bright);
  border-radius: 10px;
  opacity: 1;
}
.flex-wrap .card {
  width: 48%;
  margin: 0;
}

.specialist.splide .user-profile-pic{
  width: 80px;
  height: 80px;
}
.specialist.splide .card {
  background: transparent; 
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}
.specialist.splide .splide__slide {
  margin-left: 0!important;
  padding-right: 0!important;
}
.splide .splide__list {
  padding-bottom: 0!important;
}
.specialist.splide .card > p {
  color: #333!important;
}
.specialist.splide .card > p:last-child small{
  color:#6c757d!important;
}
.specialist.splide .card > p:last-child small,
.category.splide > div p:last-child small{
  font-size: 11px; 
  line-height: 1;
}
.category.splide a > div {
  background: rgba(0,0,0,.4); 
  border-radius: var(--border-radius-2);
}

.enlargeFocusCarousel > .card > div {
  background: linear-gradient(to bottom,rgba(0,0,0,0.7), rgba(0,0,0,0)); 
  border-radius: var(--border-radius-2) var(--border-radius-2) 0 0;
}
.badge-highlight {
  border-radius: 50px; 
  padding-top: 3px!important;
}
.card .btn-icon {
  background:var(--primary)!important;
}
.card .btn-icon ion-icon, .btn-icon i {
  color:#fff!important;
}
.explore .card .position-absolute {
  bottom:0px; 
  left:0px;
  background: linear-gradient(to top,rgba(0,0,0,0.7), rgba(0,0,0,0)); 
  border-radius: 0 0 var(--border-radius-2) var(--border-radius-2);width:100%;
}
.explore .card .btn-icon {
  width: 45px; 
  height: 45px;
}
.explore .card .btn-icon.lock {
  /* opacity: 0.7; */
  /* background: var(--border-color)!important; */
}

.nav-tabs.capsuled {
  background: transparent;
  overflow-y: scroll;
  flex-wrap: nowrap;
}
.nav-tabs.capsuled .nav-item .nav-link {
  border: 1px solid var(--secondary-bright) !important;
  color: var(--secondary-bright) !important;
  border-radius: 50px;
  transition:  linear;
  white-space: nowrap;
  margin: 0!important;
}
.nav-tabs.capsuled .nav-item .nav-link.active {
  color: #ffffff!important;
  background: var(--secondary-bright);
  border-color: transparent!important;
}
#creditPlans {
  border-bottom: 1px solid var(--border-color) !important;
  border-radius: 0;
}
#creditPlans .nav-item {
  margin-bottom: 15px;
}
#creditPlans .nav-item .nav-link {
  border: none !important;
  border-radius: 50px;
  transition:  linear;
  padding: 6px;
}
#creditPlans .nav-item .nav-link.active {
  color: #ffffff!important;
  background: var(--secondary-bright);
  border-color: transparent!important;
}

.idol-box a{
  background: none;
}
.idol-box i{
  font-size: 22px;
}
.idol-box .card-body {
  padding: 10px 13px;
}
.idol-box .btn {
  padding: 3px 10px;
  width: 100%;
}
.idol-box .card-text {
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow: hidden;
}
.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.blur ~ .position-absolute {
  display: block!important;
}
.idol-box .img-top {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.splide.is-active .splide__list {
  align-items: center;
}
#creditPlansCarousel-track .splide__slide{
  margin-left: -140px!important;
}
#creditPlansCarousel .carousel-multiple .splide__slide {
  padding: 0;
}
#creditPlansCarousel .card {
  box-shadow: none!important;
  background-color: transparent;
  border: 1px solid #ddd;
  width: 80%;
  margin: auto;
  opacity: .5;
  transition:  linear 0s;
}

#creditPlansCarousel .splide__slide.is-active .card {
  width: 90%;
  z-index: 2;
  opacity: 1;
  background-color: var(--secondary)!important;
  background-image: url('../img/creditplan-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
}
#creditPlansCarousel .splide__slide.is-active .card .card-title {
  color: #fff;
}
#creditPlansCarousel .splide__slide .card .card-img {
  margin: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  
}
#creditPlansCarousel .card ul {
  padding-left: 0px;
}
#creditPlansCarousel .card ul li{
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 10px;
}
#creditPlansCarousel .card ul li::before {
  content: "✓";
  border-radius: 50px;
  background-color: #F5B55C;
  color: var(--secondary);
  padding: 3px 8px;
  margin-right: 10px;
}

.creditPlansCarousel .splide__pagination{
  height: 100%;
  z-index: -1;
}
.creditPlansCarousel .splide__track {
  padding-top: 50px;
}
.creditPlansCarousel .splide__arrows {
  display: none;
}
.creditPlansCarousel .splide__pagination__page{
  display: none;
}
.creditPlansCarousel .splide__pagination--custom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  z-index: -1;
}
.creditPlansCarousel .splide__pagination--custom .splide__pagination__page {
  width: auto;
  border: none !important;
  border-radius: 50px;
  transition: linear;
  /* color: #4F5050; */
  font-weight: 500;
  font-size: 13px;
  background: none;
  line-height: 1.2em;
  padding: 6px 10px;
  height: 30px;
  display: block;
}
.creditPlansCarousel .splide__pagination--custom .splide__pagination__page.is-active {
  color: #ffffff !important;
  background: var(--secondary-bright);
  font-size: 13px;
  transform: none;
}

/* FAQ */
.accordion {
  border-top: none;
  background: transparent;
}
.accordion-item {
  background: transparent;
}
.accordion .accordion-header .btn, .accordion .accordion-header .accordion-button {
  /* color: #D43873; */
  color: #333333;
  font-weight: 500;
  background: transparent!important;
  border-bottom: 1px solid var(--border-color)!important;
  padding: 0;
}
.accordion .accordion-header .btn.collapsed:before, .accordion .accordion-header .accordion-button.collapsed:before {
  background: none;
}
.accordion .accordion-body {
  padding: 10px 0;
}
.accordion-button:not(.collapsed) {
  color: var(--primary)!important;
}
/* end FAQ */

.modal-content {
  border-radius: var(--border-radius-2);
}
.modal-footer {
  flex-wrap: nowrap;
}



.drag-right-list a.item {
  padding: 5px 15px!important;
}
.drag-right-list.image-listview > li .item .in > div:nth-child(2) {
  width: 50%;
}
.drag-right-list.image-listview > li .item .in > div:nth-child(3) {
  width: 10%;
  min-width: 90px;
  /* max-width: 10px; */
  margin-left: auto;
  text-align: right;
}
.drag-right-list li {
  position: relative;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.drag-right-list li.revealed {
  background-color: var(--soft-pink);
}
.drag-right-list li .reveal-button {
  position: absolute;
  right: -125px;
  display: flex;
  gap: 1em;
  align-items: center;
  height: 100%;
  color: #fff;
  border: none;
  padding: 0 15px 0 1em;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  /* border-top: 1px solid #E1E1E1; */
  top: 1px;
  border-bottom: 1px solid #E1E1E1;
  background-color: var(--soft-pink);
}
#videoCall .drag-right-list li .reveal-button {
  right: -70px;
}
.drag-right-list li:first-child .reveal-button {
  border-top: none;
}
/* .drag-right-list li .reveal-button .btn-icon {
  background-color: rgb(255, 255, 255,1)!important;
} */
/* .drag-right-list li .reveal-button .btn-icon ion-icon {
  color: var(--primary)!important;
} */
.drag-right-list li .reveal-button .btn-icon ion-icon {
  color: #fff!important;
}
 .drag-right-list li .reveal-button .btn-icon:first-child {
  background: #ffffff!important;
}
.drag-right-list li .reveal-button .btn-icon:first-child ion-icon {
  color: inherit!important;
}
.drag-right-list li .reveal-button .btn-icon:first-child:focus ion-icon {
  color: initial!important;
}
.drag-right-list li .reveal-button .btn-icon:last-child ion-icon {
  color: #ffffff!important;
}
/* .drag-right-list li .reveal-button .btn-icon:first-child.muted {
  background: #333333!important;
} */
.drag-right-list li .reveal-button .btn-icon:last-child{
  background: #c02038!important;
}
.drag-right-list li .notification-icon {
  display: none; 
  margin-right: 10px;
  padding-top: 4px;
  font-size: 20px;
}
.drag-right-list li .muted {
  display: inline;
}
.drag-right-list .time {
  font-size: 11px;
}

/* Chat Style */
.message-item .bubble {
  background: #FFEEE9;
}
.message-item.user .bubble {
  background: var(--secondary);
  display: flex;
  align-items: center;
}
.chatFooter .btn-icon {
  background-color: transparent!important;
}
.chatFooter .btn-icon:hover, .chatFooter .btn-icon:focus {
  background: transparent!important;
}
.chatFooter .btn-icon:hover ion-icon{
  color: var(--primary)!important;
}

.message-item .special-action {
  animation: pulse 1.5s ease-in-out 0s alternate;
  transform: scaleY(1);
}
@keyframes pulse {
  0%   {transform: scale(0.9);}
  50%  {transform: scale(1.5);}
  100% {transform: scale(1.2);}
}
/* end of Chat Style */

/* Video Call Style */
#videoCall .text-danger {
  opacity: .7;
  font-size: 13px;
}
.callBottomButton {
  bottom: 5vh;
}
.callBottomButton a {
  background: rgba(255,255,255,.5);
}
.callBottomButton a {
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callBottomButton a:nth-child(2) {
  width: 60px;
  height: 60px;
}
.video-screen {
  background-size: cover!important;
  height: 100vh; 
  width: 100vw;
}
.user-screen {
  position: fixed;
  width: 25%;
  height: 25%;
  top: 3vh;
  right: 5vw;
  background-size: cover!important;
  border-radius: var(--border-radius);
}
.user-screen button {
  background: rgba(255, 255, 255, 0.6);
  border: none; 
  border-radius: var(--border-radius); 
  position: absolute; 
  top: 20vh; 
  right: 2vw;
}
.timer {
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 1.5vh;
  width: 100%;
}
.received-gift {
  position:fixed; 
  top: 3vh; 
  left: 3vw; 
  width: 40px; 
  height: 40px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  background: #fff; 
  border-radius: 50%;
}
/* end of Video Call Style */

.special-action-sheet {
  /* background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box !important;
  border: 3px solid transparent!important;
  border-color: transparent!important; */
  border: 3px solid var(--primary)!important;
  border-radius: var(--border-radius-2)!important;
  overflow-y: scroll;
  max-height: 40vh;
}
.special-action:hover, .special-action:focus {
  background: rgba(255,255,255,.5);
  border-radius: var(--border-radius-2);
}
.special-action.selected {
  /* background: linear-gradient(#FFF3F5, #FFF3F5) padding-box,
              linear-gradient(to top, #DB6660, #D43873) border-box !important;
  border: 3px solid transparent!important;
  border-color: transparent!important; */
  background: #FFEEE9;
  border: 3px solid var(--primary)!important;
  border-radius: var(--border-radius-2)!important;
  width: fit-content;
  margin: auto;
  display: block;
}

/* Idol Profile */
.idol-profile .user-profile-pic {
  width: 140px;
  height: 140px;
}
.idol-profile-tabs .nav-tabs.capsuled .nav-item .nav-link {
  border: none!important;
  font-size: 18px;
  padding: 20px;
}
.idol-profile-tabs .nav-tabs.capsuled .nav-item .nav-link.active {
  color: var(--primary)!important;
  border: none;
  background: none!important;
  border-bottom: 1px solid var(--primary)!important;
  box-shadow: none;
  border-radius:0;
}
.idol-profile-tabs .nav-tabs.capsuled .nav-item .nav-link ion-icon {
  font-size: 24px;
}
.idol-profile-tabs .tab-content .flex-wrap .card {
  width: 31.7%;
  cursor: pointer;
}
.idol-profile-tabs .tab-content .flex-wrap .card .card-img-top {
  border-radius: var(--border-radius);
}
.idol-profile-tabs .tab-content .flex-wrap .card .duration {
  left: 10px; 
  bottom: 5px;
}
/* .idol-profile-tabs .tab-content .flex-wrap .card:nth-child(even) {
  margin-right: 1.8vw;
  margin-left: 1.8vw;
} */
.video .modal-content {
  background: transparent;
  position: relative;
  border: none;
}
.video .modal-content .modal-body {
  text-align: center;
  padding: 0;
}
.video .modal-content .modal-body video{
  width: 100%;
  height: auto;
}
.video .modal-content .close{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 24px;
 padding: 10px 13px;
 z-index: 2;
 color: #6c757d;
 background: rgba(255,255,255,.2);
 border-radius: 50px;
}
.video .modal-content .close:hover,
.video .modal-content .close:focus {
  color: var(--primary);
}

.category-list .form-check-input[type="radio"] ~ .form-check-label:before {
  background-image: none;
  margin-top: 0;
}
.category-list .form-check .form-check-label,
.category-list .form-check .form-check-label:after {
  border-radius: 50px;
  min-height: auto;
  height: auto;
}
.category-list .form-check-input:checked ~ .form-check-label {
  background: var(--secondary-bright);
}



#loadMoreContent .card {  
  display: none;  
}  
#loadMore {  
  margin: auto;
  display: block;
  padding: 15px;
  background: transparent;
  border: none;
  color: var(--primary);
}  
#loadMore:hover {   
  color: var(--secondary);
} 
.noContent {  
  display: none!important; 
}

.section > h2 {
  margin-bottom: 1px;
  font-size: 1.2rem;
}
.section > p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.profile-stats .item {
  font-size: 14px;
  color: inherit;
  color: #ffffff!important;
}
.profile-stats .item strong {
  font-size: 22px;
  color: inherit;
  font-weight: 700;
}


.listview {
  background: transparent;
  border-top: none;
   border-bottom: none; /*280624 */
}
.image-listview > li a.item {
  padding: 8px;
  color: #333333!important;
  background: none;
}
.image-listview > li a.item:after {
  background-image: none;
}
.listview .text-muted {
  color: #6c757d!important;
}
.listview ion-icon.text-muted {
  font-size: 15px;
  --ionicon-stroke-width:50px;
}
.listview span {
  font-weight: 700;
}

/* .tab-content .btn-icon:hover,
.tab-content .btn-icon:focus {
  background: rgba(255,255,255,.5)!important;
} */
.user-profile .btn-icon:hover,
.user-profile .btn-icon:focus  {
  background: rgb(255, 255, 255, .02)!important;
}
.user-profile-pic {
  width: 64px;
  height: 64px; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEDED;
  overflow: hidden;
}
.user-profile-pic > div:first-child {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.user-profile-pic.border {
  border: 3px solid var(--primary)!important;
  overflow: visible;
}
.item .user-profile-pic {
  width: 50px;
  height: 50px;
}
.appHeader .profile-head .user-profile-pic {
  width: 48px;
  height: 48px;
}
.user-online {
  position: absolute;
  border-radius: 100%;
  width: 12px; 
  height: 12px; 
  right: 8px; 
  bottom: 0;
  background-color: #35b512;
}

.form-check-label p.text-muted {
  line-height: 1;
}
.package-options .form-check-input[type="radio"] ~ .form-check-label:before {
  background-image: none;
}
.package-options .form-check-input:checked ~ .form-check-label > div i,
.package-options .form-check-input:checked ~ .form-check-label > div h3,
.package-options .form-check-input:checked ~ .form-check-label > div p {
  color: #fff!important;
}
.package-options .row>.col {
  width: 50%;
}

.radio-input.traditional-circle.form-check .form-check-label:before, .radio-input.form-check .form-check-label:after {
  top: inherit;
}
.radio-input.traditional-circle.form-check .form-check-label:after {
  border-radius: 50px;
  border: 1px solid #E1E1E1;
  width: 22px;
  height: 22px;
  right: 0;
  left: auto;
}
.radio-input.traditional-circle.form-check .form-check-label:before {
  width: 22px;
  height: 22px;
  right: 6px;
  left: auto;
  top:3px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='4' cy='4' r='4'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.radio-input.traditional-circle .form-check-input:checked ~ .form-check-label::after {
  border: none;
  outline: none;
}
.radio-input.traditional-circle .form-check-input:checked ~ .form-check-label {
  color: inherit;
}

.notification-list.image-listview > li a.item {
  padding: 12px 15px!important;
}
.notification-list.image-listview > li .item .in {
  justify-content: flex-start;
}
.notification-list.image-listview > li .item .in > div:nth-child(2) {
  width: 80%;
}
.notification-list.image-listview > li .item .in > div:nth-child(2) .text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
}
.notification-list.drag-right-list li .reveal-button {
  right: -70px;
}
.new-notification:after {
  width: 8px!important; 
  height: 8px!important; 
  opacity: 1!important;
  right: 20px!important; 
  top: 20px!important;
  background-color: #c02038;
  border-radius: 100%;
}
.notification-list .user-profile-pic {
  width: 48px;
  height: 48px;
}
/* .unread-badge {
  position: absolute;
  border-radius: 100%;
  min-width: 8px!important; 
  width: 8px!important; 
  height: 8px; 
  right: 0px; 
  top: 0;
  background-color: #c02038;
} */

/* Referral Page */
.referral_code {
  background:  var(--soft-pink);
  /* #FFEEE9 */
  padding: 15px;
  border-radius: var(--border-radius);
}
.referral_code h2 {
  color: var(--secondary);
}
.referral_code .small {
  font-size: 0.85rem;
  font-weight: normal;
  vertical-align: middle;
}
.referral_instruction {
  display: none;
}
.referral_instruction ol {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
}
.referral_instruction li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px; 
  text-align: left;
  /* background: var(--soft-pink);
  border-radius: var(--border-radius);
  padding: 15px auto; */
}
.referral_instruction li span{
  color: var(--secondary);
}
.referral_instruction li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-0%);
  color: var(--secondary);
  padding: 5px 10px;
  border-radius: 50%; 
  font-weight: bold; 
  width: 30px; 
  height: 30px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--soft-pink);
}
.referral_instruction li small{
  display: block;
}
.leaderboard li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px; 
  text-align: left;
}
.leaderboard li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-0%);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50%; 
  font-weight: bold; 
  width: 25px; 
  height: 25px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--border-color);
}
.leaderboard li:first-child:before, .leaderboard li:nth-child(2):before, .leaderboard li:nth-child(3):before {
  background: var(--primary);
  /* width: 30px; 
  height: 30px; 
  top: 25%; */
}
/* end of Referral Page */


.enlargeFocusCarousel .splide__track {
  /* padding-top: 20px!important; */
}
.enlargeFocusCarousel .splide__slide.is-visible > .card {
  transform: scale(1.07);
  z-index: 2;
}
.enlargeFocusCarousel .splide__slide {
  aspect-ratio: 1 / 1;
}
.enlargeFocusCarousel .splide__slide .card{
  height: 100%!important;
}
/* .enlargeFocusCarousel .splide__track .splide__list .splide__slide {
  width: fit-content!important;
} */


.hidden {
  display: none!important;
}

.user-message #user-message-text {
  line-height: 1;
}
.user-message .image-listview > li .item {
  min-height: auto;
  height: auto;
  background: rgba(255,255,255,.1);
  font-size: 11px;
  border-radius: var(--border-radius);
  padding: 5px!important;
}
.user-message .image-listview > li:last-child {
  margin-bottom: 20px;
}
.user-message .listview {
  max-height: 30vh;
  overflow: scroll;
}
.user-message .listview > li:after {
  background: transparent;
}
.close {
  background: rgb(255,255,255,.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live_right-button {
  position: absolute;
  right: 4%;
  bottom: 25%;
}
.live_right-button div a,
.live_right-button div button{
  width: 35px;
  height: 35px;
  margin: auto;
  margin-top: 15px ;
  border: none;
    font-size: 24px;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
    border-radius: 50%;
}
.live_right-button div:first-child button{
  width: 50px;
  height: 50px;
  color: #fff;
}

#actionSheetViewerList {
  max-height: 50%;
  overflow: scroll;
}
#actionSheetViewerList .user-profile-pic{
  width: 30px;
  height: 30px;
}
#actionSheetViewerList li {
  margin-bottom: 5px;
}

@media (max-width:1199px) {
  body {
    width: 100%!important;
  }
}

@media (min-width:768px) {
  .flex-wrap .card {
    width: 32.5%;
  }
}

#holdToTalk {
  transition: all 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#holdToTalk:active {
  transform: scale(0.95);
}

/* Conversation Area */
.conversation-container {
  position: fixed;
  bottom: 13vh;
  left: 0;
  right: 0;
  height: 20vh;
  background: transparent;
  z-index: 90;
  pointer-events: none;
}

.conversation-messages {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: auto;
}

.conversation-messages::-webkit-scrollbar {
  width: 3px;
}

.conversation-messages::-webkit-scrollbar-track {
  background: transparent;
}

.conversation-messages::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.conversation-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.message-item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
  animation: fadeInUp 0.3s ease-out;
}

.message-item.user {
  justify-content: flex-end;
}

.message-item .bubble {
  max-width: 70%;
  padding: 12px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.message-item.user .bubble {
  background: var(--primary);
  color: #fff;
  border-radius: 20px 20px 5px 20px;
}

.message-item:not(.user) .bubble {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-radius: 20px 20px 20px 5px;
}

.message-item .bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Auto-scroll to bottom */
.conversation-messages {
  scroll-behavior: smooth;
}

/* Hide scrollbar on mobile for cleaner look */
@media (max-width: 768px) {
  .conversation-messages {
      scrollbar-width: none;
      -ms-overflow-style: none;
  }
  
  .conversation-messages::-webkit-scrollbar {
      display: none;
  }
}




.language-options .form-check {
  margin-bottom: 0.5rem;
}

.language-options .form-check-label {
  border: 1px solid #E1E1E1;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.2s ease;
}

.language-options .form-check-label:hover {
  background-color: #f8f9fa;
}

.language-options .form-check-input:checked ~ .form-check-label {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.language-options .form-check-input:checked ~ .form-check-label .text-muted {
  color: rgba(255, 255, 255, 0.8) !important;
}

.language-options .form-check-input {
  display: none;
}

.flag-icon {
  font-size: 24px;
  width: 32px;
  text-align: center;
}

#switchLanguage {
  transition: all 0.2s ease;
}

#switchLanguage:hover {
  background: var(--primary) !important;
  color: #fff !important;
}


.form-check .form-check-label-hide:after {
  display: none;
}