
@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');


body {
  font-family: "Poppins", sans-serif !important;
  --gradient: linear-gradient(to top, #DB6660, #D43873);
  --primary: #D43873;
  --secondary: #ED625D;
  --soft-pink:#FFF3F5;
  --border-color: #cacaca;
  --border-radius:6px;
  --border-radius-2:20px;
  color: #333333!important;
}
a {
  background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
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 {
  color: var(--primary)!important;
}
.text-secondary {
  color: var(--secondary);
}
.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-success {
  background-color: #35b512!important;
}
.btn-primary {
  background: var(--gradient)!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-icon {
  background-color: #ececec!important;
  border-color: transparent!important;
}
.btn-icon:hover,
.btn-icon:focus {
  background: var(--gradient)!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;
}
.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; 
}
.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;
}
.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;
}
.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(--primary)!important;
  height: 50px;
}
.form-group.searchbox .input-icon ion-icon {
  font-size: 20px;
}
.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);
  border-radius: 6px;
  font-weight: 700;
  font-size: 21px;
}
.otp:focus, .otp:active {
   outline: solid 2px var(--primary);
}
.filled {
  background: var(--gradient);
  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-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);
  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);
  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);
  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;
}
#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;
}
.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(--gradient);
  opacity: 1;
}
.appBottomMenu .item i.bi, 
.appBottomMenu .item i.icon, 
.appBottomMenu .item ion-icon {
  color: var(--primary);
  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);
}
.splide__pagination {
  bottom: -10px;
}
.splide__pagination__page.is-active {
  width: 15px;
  background: var(--gradient);
  border-radius: 10px;
  opacity: 1;
}
.flex-wrap .card {
  width: 48%;
}

.nav-tabs.capsuled {
  background: transparent;
  overflow-y: scroll;
  flex-wrap: nowrap;
}
.nav-tabs.capsuled .nav-item .nav-link {
  border: 1px solid var(--border-color) !important;
  border-radius: 50px;
  transition:  linear;
  white-space: nowrap;
}
.nav-tabs.capsuled .nav-item .nav-link.active {
  color: #ffffff!important;
  background: var(--gradient);
  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(--gradient);
  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(5px);
  -webkit-filter: blur(5px);
}
.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: #FFDDE9!important;
  background-image: url('../img/creditplan-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#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(--gradient);
  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(--secondary)!important;
}
/* end FAQ */

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

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

/* Chat Style */
.message-item .bubble {
  background: var(--bs-gray-200);
}
.message-item.user .bubble {
  background: var(--gradient);
  display: flex;
  align-items: center;
}
.chatFooter .btn-icon {
  background-color: transparent;
}
.chatFooter .btn-icon:hover, .chatFooter .btn-icon:focus {
  background: transparent!important;
}
.chatFooter .btn-icon:hover ion-icon, .chatFooter .btn-icon:focus 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 */

.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-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;
  border-radius: var(--border-radius-2)!important;
  width: fit-content;
  margin: auto;
  display: block;
}

/* Idol Profile */
.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: 32%;
  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(--gradient);
}



#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: 5px;
}

.profile-stats {
  
}
.profile-stats .item {
  font-size: 14px;
  color: inherit;
}
.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 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;
}


.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;
}

.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;
}

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