/*!
Theme Name: Pilates Compass Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pilatesnosara-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --primary-color: #546747;
  --secondary-color: #f9b73d;
}


html::-webkit-scrollbar {
  width: 3px;
}

/* html::-webkit-scrollbar-track {
  background: transparent;
} */

html::-webkit-scrollbar-thumb {
  background-color: #546747;
  /* border-radius: 10px; */
}

body {
  /* overflow-x: hidden; */
  line-height: 1.5;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button,
textarea,
select {
  outline: 0 !important;
}

button {
  transition: 0.5s all ease !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Helvetica World" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Helvetica World" !important;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

/* Hide arrows for all number inputs */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Hide arrows for Webkit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff !important;
  border-radius: 40px !important;
  padding: 50px 40px;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 20px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: var(--primary-color);
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

input[type="checkbox"] {
  position: relative;
  border: 2px solid #000;
  border-radius: 5px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0.3em 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
}

/* input[type=checkbox]:hover {
  opacity: 1;
} */

input[type="checkbox"]:checked {
  background-color: #546747;
  opacity: 1;
  border-color: #546747;
  /* padding: 0 !important; */
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

header#masthead,
footer#colophon {
  display: none;
}

body {
  margin: 0px;
}

section.Login_page_sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* .Login_page_sec :is(input#password, input#confirm-password) {
  padding-right: 42px;
} */
.password-field {
  padding-right: 42px !important;
}

section.Login_page_sec>div {
  height: 100vh;
}

section.Login_page_sec .right-col {
  background-image: url(/wp-content/uploads/2026/02/pilates-login-image-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 30px;
  position: relative;
  background-position: center;
}

section.Login_page_sec .right-col:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #FFFFFF 6.01%, rgba(255, 255, 255, 0) 49.37%);
  z-index: 0;
}

section.Login_page_sec .right-col .img {
  position: relative;
}

section.Login_page_sec .right-col .img img {
  width: 194.54px;
  height: auto;
}

section.Login_page_sec .left-col {
  display: flex;
  align-items: center;
  padding: 0px 200px;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

section.Login_page_sec .left-col::before {
  content: "";
  position: absolute;
  width: 220.89px;
  height: 300.5px;
  left: 0px;
  top: 0;
  background: url(/wp-content/uploads/2025/12/login-star.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.Login_page_sec .left-col .box {
  width: 100%;
}

section.Login_page_sec .left-col .head_40 h2 {
  font-family: "Helvetica World" !important;
  font-weight: 700 !important;
  line-height: 133% !important;
}

section.Login_page_sec .box .content {
  text-align: center;
  margin-bottom: 30px;
}

section.Login_page_sec .left:has(input#rememberme) {
  display: flex;
  align-items: center;
  gap: 8px;
}

section.Login_page_sec .left input#rememberme {
  margin: 0px;
}

section.Login_page_sec .left input#rememberme+label {
  color: #546747;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.head_30 h2 {
  font-family: "Helvetica World" !important;
  font-weight: 600;
  font-size: 30px;
  line-height: 155%;
  color: var(--primary-color);
  text-transform: capitalize;
}

.head_40 h2 {
  font-family: "Helvetica World" !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 133%;
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: center;
}

.head_60 h2 {
  font-family: "Helvetica World" !important;
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  color: var(--primary-color);
  text-align: center;
  text-transform: capitalize;
}

.para_14 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #000;
}

.para_16 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.para_18 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
}

.field label {
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.field .input_box {
  position: relative;
}

.field {
  margin-bottom: 20px;
}

.field .input_box svg {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.field .input_box input,
.field .input_box textarea,
.field .input_box input,
.field .input_box select,
#card-number,
#card-expiry,
#card-cvc {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  padding: 15px 10px 15px 60px;
  color: #584C45;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

#card-number,
#card-expiry,
#card-cvc {
  padding: 15px;
}

.field .input_box select {
  cursor: pointer;
  appearance: none;
  background: url(/wp-content/uploads/2025/04/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95% 21px;
}


input::placeholder,
textarea::placeholder {
  color: #584C45 !important;
}


.password input.email::placeholder {
  /* color: #000; */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
}

input#password::placeholder,
input#confirm-password::placeholder {
  color: #000;
}



.field .input_box textarea {
  resize: none;
  border-radius: 20px;
  height: 140px;
  padding: 15px;
}

.field .input_box input.no-icon-input {
  padding: 15px;
}

.field-icon {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color: var(--primary-color);
  display: flex !important;
  align-items: center;
}

.form .link_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.form .link_box .right {
  display: flex;
  align-items: center;
  gap: 7px;
}

.form .link_box span,
.form .link_box a {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
}

.form .link_box a:hover {
  color: #584C45;
}

.submit-field button,
.modal-footer a,
.modal-footer button,
.save-field button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  height: 50px;
  cursor: pointer;
}

.save-field:has(> button) {
  margin-top: 30px;
}

.save-field button {
  width: 200px;
}

.submit-field button:hover,
.modal-footer a:hover,
.modal-footer button:hover,
.save-field button:hover {
  background: #BCC8BA;
  color: #584C45;
}

.para_18.ask_acc {
  text-align: center;
  margin-top: 25px;
}

.para_18.ask_acc a {
  color: var(--primary-color);
  font-weight: 700;
}

.para_18.ask_acc a:hover {
  color: #584C45;
}

section.forgot_page_sec {
  height: 100vh;
  background-image: url(/wp-content/uploads/2025/01/forgot_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.forgot_page_sec .logo_icon {
  margin-bottom: 20px;
}

.forgot_page_sec .box {
  background: #ffffff;
  opacity: 0.95;
  border-radius: 40px;
  width: 700px;
  padding: 40px 40px;
}

.forgot_page_sec .box .content {
  text-align: center;
}

.forgot_page_sec .submit-field button {
  width: 240px;
  margin: auto;
}

.forgot_page_sec div.para_18 p {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.back_login {
  text-align: center;
  margin-top: 20px;
}


.back_login {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
}

.back_login a {

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 142%;
  color: #506243;
}

.back_login a:hover {
  color: #584C45;
}

/*Dashboard Page*/

.main_dashboard .right_side {
  padding: 20px 30px;
  width: calc(100% - 22%);
  position: relative;
  min-height: 100%;
  left: 22%;
}

.main_dashboard .left_side {
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  height: 100vh;
  overflow-x: auto;
  position: fixed;
  width: 22%;
  top: 0;
  left: 0;
  z-index: 10;
}

.main_dashboard .left_side::-webkit-scrollbar {
  display: none;
}

.main_dashboard .left_side .sidebar_content {
  position: relative;
  padding: 40px 20px;
  height: 100vh;
}

.main_dashboard .left_side .sidebar_content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 265px;
  height: 265px;
  background: url(/wp-content/uploads/2025/12/star-bottom.svg);
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}

.sidebar_logo {
  text-align: center;
}

.sidebar_logo img {
  width: 200px;
  height: auto;
}

.sidebar_links {
  margin: 40px 0px;
  position: relative;
}

.sidebar_links .img {
  width: 40px;
  height: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s ease !important;
}

.sidebar_links li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
  padding: 10px;
}

.sidebar_links li:not(:last-child) a {
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.sidebar_links li a.active,
.sidebar_links li a:hover {
  background: var(--primary-color);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  border-color: var(--primary-color);

}



.sidebar_links li a.active span,
.sidebar_links li a:hover span {
  color: #fff;
}

.sidebar_links li.has-submenu a:hover .dropdown-toggle {
  color: #fff !important;
}


.sidebar_links li a:hover .dropdown-toggle {
  color: #fff !important;
}




.sidebar_links .sub-menu li a:hover span,
.sidebar_links .sub-menu li a.active span {
  color: #506243 !important;
}

.sidebar_links li a.active {
  font-weight: 600;
}

.sidebar_links li a.active .img,
.sidebar_links li a:hover .img {
  background: #BCC8BA;
}

/* .sidebar_links li a.active .img img,
.sidebar_links li a:hover .img img {
  filter: brightness(0);
  
} */

.sidebar_links li.active .dropdown-toggle {
  color: #fff !important;
}



.sidebar_links .dropdown-toggle-wrap:hover .dropdown-toggle {
  color: #546747 !important;
}

.sidebar_links li.active .dropdown-toggle-wrap:hover .dropdown-toggle {
  color: #fff !important;
}


.dashboard_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.dashboard_head:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  background: #dbdbdb;
  width: 100%;
  height: 1px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.head_40.left h2 {
  text-transform: capitalize;
  text-align: left;
  margin: 0;
}

.dashboard_head .right_box_bar,
.dashboard_head .right_box_bar .head_user_detail {
  display: flex;
  align-items: center;
}

.exit_icon a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0F2F4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exit_icon {
  margin-left: 60px;
}

.exit_icon a:hover {
  background: var(--primary-color);
}

.exit_icon a:hover img {
  filter: contrast(0) brightness(100);
}

.hamburger-menu-wrap {
  display: none;
  margin-left: 12px;
}

.hamburger-menu-wrap button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 25px;
  color: #546747;
  font-weight: 400;
}

.hamburger-menu-wrap button:hover {
  background-color: #546747;
  color: #fff;
}

.hamburger-menu-wrap .hide-hamburger-button {
  background-color: #546747;
  color: #fff;
}

.hamburger-menu-wrap #close-icon {
  display: none;
}

.hamburger-menu-wrap .hide-hamburger-button #close-icon {
  display: block;
}

.hamburger-menu-wrap .hide-hamburger-button #ham-icon {
  display: none;
}

.bell_icon {
  margin-right: 30px;
  position: relative;
}

.bell_icon a {
  display: flex;
  align-items: center;
}

.bell_icon>a:hover {
  animation: shake 0.5s ease-in-out;
  /* Runs only once */
}

/* Keyframes for shaking effect */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  40% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.dashboard_head .right_box_bar .head_user_detail .img img,
.video_detail_sec2 .box .head_user_detail .img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.dashboard_head .right_box_bar .head_user_detail .text h6 {
  margin: 0px;
  margin-left: 15px;
  color: #584C45;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
}

.users_entries_box {
  padding: 30px 0px;
}

.users_entries_box .box {
  /* text-align: center; */
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.users_entries_box .box .img {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

}

.users_entries_box .box .img img {
  width: 50%;
}

.users_entries_box .box .text {
  margin-top: 0;
}

.users_entries_box .box .text p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
}

.users_entries_box .box .text span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 142%;
}

.new_subscriber {
  padding-bottom: 30px;
}

.users_entries_box .head_40,
.new_subscriber .head_40 {
  margin-bottom: 20px;
}




.new_subscriber h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #584C45;
}


div#example_wrapper .dt-layout-row:nth-child(1) .dt-layout-cell.dt-layout-start,
div#example_wrapper .dt-search label,
div#example_wrapper span.dt-column-order {
  display: none;
}

div#example_wrapper .dt-layout-row:nth-child(1) .dt-layout-cell.dt-layout-end {
  margin: unset;
}

.dt-container {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
}

div#example_wrapper [type="search"],
.search_box input {
  padding: 10px 60px 10px 20px;
  border: 1px solid #F0F2F4;
  border-radius: 100px;
  height: 60px;
  width: 481px;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: #000000;
}

div#example_wrapper [type="search"]::placeholder,
.search_box input::placeholder,
.add_comment_box form .box textarea#autoHeightTextarea::placeholder {
  color: #584C45;
}

.dt-search span.fa.fa-search,
.search_box button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #F0F2F4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-color);
}

.dt-search {
  position: relative;
}

div#example_wrapper thead tr th:nth-child(1) {
  border-radius: 40px 0px 0px 40px;
}

div#example_wrapper thead tr th:last-child {
  border-radius: 0px 40px 40px 0px;
}

div#example_wrapper thead tr th {
  background: #f5f5f5;
  border: none;
  padding-block: 15px;
  padding-left: 20px;
  padding-right: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 142%;
  color: #546747;
  outline: 0;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
}

/* div#example_wrapper thead tr th:nth-last-child(2) {
  padding-left: 0px;
} */

/* div#example_wrapper thead tr th:last-child {
  text-align: center;
} */

div#example_wrapper tbody tr td {
  padding-block: 15px;
  padding-left: 20px;
  padding-right: 0px;
  align-content: center;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
  color: #584C45;
  border-color: #e9eef4;
}

/* div#example_wrapper tbody tr td:last-child {
  text-align: center;
} */

.status {
  padding: 3px 0px;
  width: 77px;
  border-radius: 12px;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 18.6px;
}

.status.active {
  background-color: #3cd21e33;
}

.status.canceled {
  background-color: #f9b73d33;
}

.status.expired {
  background-color: #d02b2b33;
}

.status.deactivated {
  background-color: #dbdbdb;
  width: 96px;
}

div#example_wrapper button.dt-paging-button.current,
div#example_wrapper button.dt-paging-button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
}

div#example_wrapper button.dt-paging-button.disabled {
  background: transparent !important;
  border-color: transparent !important;
  color: #000 !important;
}

div#exampleModalCenter .modal-content,
#change_pass_modal .modal-content {
  text-align: center;
}

div#exampleModalCenter .modal-content .head_40,
div#change_pass_modal .modal-content .head_40 {
  margin: 20px 0px;
}

.modal-footer {
  border: none !important;
  padding: 0px !important;
  justify-content: center !important;
  z-index: 10;
}

.modal-footer a,
.modal-footer button {
  width: 200px;
  line-height: 50px;
}

.no_btn {
  background: transparent;
}

.modal-footer a.no_btn,
.modal-footer button.no_btn {
  background: transparent;
  border: 1px solid #dbdbdb;
  color: #584C45;

}

.modal-footer a.no_btn:hover,
.modal-footer button.no_btn:hover {
  background: var(--primary-color);
  color: #fff;
}

div#example_wrapper .img a {
  height: 25px;
  width: 25px;
  background: #F0F2F4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

div#example_wrapper .img a:hover {
  background: var(--primary-color);
}

div#example_wrapper .img a:hover img {
  filter: brightness(100);
}

/*Video Library*/

.searching_bar {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plus_btn a[data-target="#add-video-exercise-modal"] {
  /* width: 283px; */
}

.plus_btn a {
  background: var(--primary-color);
  padding: 16px 20px;
  border-radius: 60px;
  /* min-width: 242px; */
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
}

.plus_btn a span {
  width: 36px;
  height: 36px;
  background: #BCC8BA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.5s all ease;
}

.plus_btn a span path {
  fill: #584C45;
}

.plus_btn a:hover {
  background: #BCC8BA;
  color: #584C45;
}

.plus_btn a:hover span {
  background: var(--primary-color);
}

.plus_btn a:hover span path {
  fill: #fff;
}

.search_box {
  position: relative;
  width: 550px;
}

.search_box input {
  width: 100%;
  padding-right: 66px;
}

.search_box button {
  border: none;
  cursor: pointer;
}

.head_36 h2 {
  color: #000000;
  font-family: "Helvetica World" !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}

/*Profile Page*/
.profile_sec {
  padding: 30px 0px;
}

.profile_sec .box {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.profile_sec .box>div:first-child {
  margin-bottom: 20px;
}

.profile_sec .box>div:first-child .head_40.left h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
}

/* .security_box .head_40.left h2 {
  font-family: "Athena" !important;
} */

.change-field button {
  width: 240px;
  background: transparent;
  border: 1px solid #dbdbdb;
  color: #584C45;
}

.swal2-confirm {
  background: var(--primary-color) !important;
  transition: 0.5s all ease !important;
  color: #fff;
  width: 100px;
  border-radius: 100px;
}

.swal2-confirm:hover {
  background: #BCC8BA !important;
  color: #584C45;
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  text-align: left;
}

.security_box {
  margin-top: 30px;
}

.security_box .para_14 p {

  color: #584C45;
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
}

.box.image_edit_box {
  text-align: center;
  padding: 70px 30px;
}

.box.image_edit_box .img {
  position: relative;
  width: 180px;
  height: 180px;
  /* margin: auto; */
  margin-bottom: 15px;
}

.box.image_edit_box .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.box.image_edit_box .img .small_img a {
  position: absolute;
  right: 0;
  background: var(--primary-color);
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box.image_edit_box .img .small_img a:hover {
  background: #584C45;
}

.head_24 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.box.image_edit_box .content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 142%;
  color: #584C45;
}

.box.image_edit_box .content a:hover {
  color: var(--primary-color);
}

.box.image_edit_box .plans_data {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  align-items: self-start;
  gap: 0;
}


.user_dashboard_sec .right .plans_data {

  display: grid;
  grid-template-columns: 33% 33% 33%;
  align-items: self-start;
  gap: 0;
}

.box.image_edit_box .plans_data .para_14 p,
.user_dashboard_sec .right .plans_data .para_14 p {
  font-size: 14px;
  color: var(--primary-color);
}

.user_dashboard_sec .right .plans_data .para_16 p {
  font-size: 14px;
  color: #584C45;
  font-weight: 700;
  line-height: 142%;
  line-break: auto;
}


.box.image_edit_box .plans_data .para_16 p {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 142%;
  line-break: auto;
}

.box.image_edit_box.user_image_edit_box {
  padding: 37px 30px;
}

#change_pass_modal .modal-content .field label {
  text-align: left;
  display: block;
}

#change_pass_modal .modal-content {
  padding: 70px 40px;
}

#change_pass_modal .modal-content form {
  margin-top: 40px;
}

.profile-edit-btn.active {
  background-color: var(--primary-color);
}

.profile-edit-btn.active img {
  filter: contrast(0) brightness(100);
}

.upload-container {
  display: flex;
  justify-content: left;
  align-items: center;
}

.upload-box {
  /* width: 100px; */
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px dashed #c4c4c4;
  border-radius: 12px;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.upload-box:hover {
  border-color: #6b7d5e;
}

div#add-video-exercise-modal .modal-content,
div#woe-add-video-exercise-modal .modal-content,
div#add-podcasts-exercise-modal .modal-content,
div#add-coupon-modal .modal-content,
div#edit-coupon-modal .modal-content,
div#edit-video-exercise-modal .modal-content,
div#playVideoModal .modal-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.upload-box svg {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.upload-text {
  color: #584C45;
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
}

.upload-input {
  display: none;
}

.exercise-category {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.exercise-category li {
  height: auto;
}

.exercise-category li a {
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  /* Border color */
  border-radius: 25px;
  /* Rounded corners */
  color: #333;
  /* Default text color */
  background: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.exercise-category li.selected a,
.exercise-category li a:hover,
.exercise-category li a.active {
  background-color: var(--primary-color);
  /* Selected background */
  color: #fff;
  /* Selected text color */
}

/* .scrollable-category {
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
} */

.scrollable-category {
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}

.scrollable-category::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/*Tabs*/
.Featured-listining ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #584C45;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  padding: 10px 20px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
  text-transform: capitalize;
}

.Featured-listining ul {
  border: none;
  margin-top: 20px;
}

.Featured-listining ul li a.active,
.Featured-listining ul li a:hover {
  background: #BCC8BA;
  border-color: #BCC8BA;
  color: #584C45;
}

.videos_tabs_slides .not-enough-slides {
  /*   display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px; */
  width: unset !important;
}

.videos_tabs_slides.not-enough-slides a {
  flex: 0 0 24%;
}

.single-podcast-slider .img {
  margin-bottom: 20px;
}

.all-latest-slider .box {
  background: #ffffff !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px !important;
  padding: 15px !important;
  display: block !important;
  margin: 10px !important;
  margin-left: 0px !important;
  touch-action: auto !important;
}

.all-latest-slider .box .img {
  position: relative;
}

.all-latest-slider .box .img img {
  width: 100%;
  /* height: 250px; */
  height: 175px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgb(0 0 0 / 10%);
}

.all-latest-slider .box .img svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.all-latest-slider .box h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  color: #584C45;
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-transform: capitalize;
}

.all-latest-slider .box p {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  text-transform: capitalize;
  color: var(--primary-color);
}

.all-latest-slider button.slick-arrow {
  left: unset;
  right: 0;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background: #dbdbdb;
  cursor: pointer;
}

.all-latest-slider button.slick-arrow::before {
  font-size: 0px;
}

.all-latest-slider button.slick-prev {
  right: 55px;
}

.all-latest-slider button.slick-arrow:hover {
  background: var(--primary-color);
}

.all-latest-slider button.slick-arrow:hover img {
  filter: brightness(10);
}

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.all-latest-slider .slick-list {
  padding-top: 20px;
  padding-bottom: 30px;
}

.video_detail_sec1 .exit_icon.back {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.video_detail_sec1 .exit_icon.back a {
  background: var(--primary-color);
}

.video_detail_sec1 .exit_icon.back a:hover {
  background: #dbdbdb;
}

.video_detail_sec1 .exit_icon.back a img {
  transition: 0.5s all ease;
}

.video_detail_sec1 .exit_icon.back a:hover img {
  filter: brightness(0);
}

.video_detail_sec1 .exit_icon.back span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.video_detail_sec1 .listing ul {
  display: flex;
  margin: 0px;
}

.video_detail_sec1 li {
  /* pointer-events: none; */
}

.video_detail_sec1 .listing ul li span {
  display: block;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
  transition: 0.5s all ease;
  text-transform: capitalize;
}

.video_detail_sec1 .listing ul li a:hover span {
  color: var(--primary-color);
}

.video_detail_sec1 .listing ul li:not(:last-child) span {
  border-right: 1px solid #dbdbdb;
}

.video_detail_sec2 {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 15px;
  margin: 30px 0;
  position: relative;
}

.video_detail_sec2 .VideoImg {
  position: relative;
}

.video_detail_sec2 .VideoImg img,
.video_detail_sec2 .VideoImg video {
  width: 100%;
  height: 460px;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgb(0 0 0 / 10%);
}

.video_detail_sec2 .VideoImg .video-skeleton {
  height: 460px;
}

.video_detail_sec2 .VideoImg img {
  object-fit: cover;
}

.user_dashboard_sec .video_detail_sec2 .VideoImg img {
  object-fit: cover;
  border: none;
}

.video_detail_sec2 .VideoImg a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_detail_sec2 .box {
  margin: 20px 0px 0 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.video_detail_sec2 .box .head_user_detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video_detail_sec2 .box .head_user_detail .text h6 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 155%;
  color: #000000;
}

.video_detail_sec2 .box .right,
.video_detail_sec2 .box .right>div,
.podcasts_sec1 .box .content .center,
.podcasts_sec1 .box .content .center>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.podcasts_sec1 .para_14 p {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #584C45;
  font-size: 14px !important;
  line-height: 142% !important;
}


.podcasts_sec1 .workshop-box .para_14 p {
  -webkit-line-clamp: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  overflow-wrap: break-word;
}

.video_detail_sec2 .box .right .views span,
.video_detail_sec2 .box .right .timer span,
.video_detail_sec2 .box .right .duration span {
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
  color: #584C45;
  /* font-size: 10px; */
}

.video_detail_sec2 .content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #584C45;
  margin: 0;
  text-transform: capitalize;
}

.video_detail_sec2 .content span {
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  text-transform: capitalize;
  color: var(--primary-color);
  display: inline-block;
  margin-top: 5px;
}

.video_detail_sec2 .content p {
  margin-top: 5px;
}

.video_detail_sec2 .content p,
.video_detail_sec2 .content ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 142%;
  color: #000000;
}

.video_detail_sec2 .content ul {
  margin: 0px;
}

.video_detail_sec2 .content ul li {
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}

.video_detail_sec2 .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: var(--primary-color);
  border-radius: 50px;
}

.video_detail_sec2 .content ul li:not(:last-child) {
  margin-bottom: 5px;
}

.video_detail_sec3 .head_24 h3 {
  color: var(--primary-color);
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.video_detail_sec3,
.podcasts_sec1 {
  margin-bottom: 20px;
}

.video_detail_sec3 {
  margin-top: 40px;
}

div#add-video-exercise-modal .modal-content .modal-body,
div#woe-add-video-exercise-modal .modal-content .modal-body,
div#add-coupon-modal .modal-content .modal-body,
div#edit-coupon-modal .modal-content .modal-body,
div#add-podcasts-exercise-modal .modal-content .modal-body,
div#playVideoModal .modal-content .modal-body {
  padding: 0px;
}

div#add-video-exercise-modal .modal-content .modal-body .content,
div#woe-add-video-exercise-modal .modal-content .modal-body .content,
div#add-coupon-modal .modal-content .modal-body .content,
div#edit-coupon-modal .modal-content .modal-body .content,
div#add-podcasts-exercise-modal .modal-content .modal-body .content,
div#playVideoModal .modal-content .modal-body .content {
  margin-bottom: 20px;
}

.podcasts_sec1 .box {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 15px;
}

.podcasts_sec1 .box .img {
  position: relative;
  padding-right: 10px;
}


.podcasts_sec1 .workshop-box .box .img {
  padding-right: 0px;
}

.podcasts_sec1 .box .img img {
  width: 100%;
  height: 175px;
  border-radius: 20px;
  object-fit: contain;
  border: 1px solid rgb(0 0 0 / 10%);
}

.podcasts_sec1 .workshop-box .box .img img {
  object-fit: cover;
  height: auto;
}

.podcasts_sec1 .box .img svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.podcasts_sec1 .box .content {
  padding-left: 5px;
  width: 90%;
}

.podcasts_sec1 .box .content h5 {
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  color: #584C45;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-transform: capitalize;
}

.podcasts_sec1 .workshop-box .box .content h5 {
  -webkit-line-clamp: 1;
}

.podcasts_sec1 .box .content .center {
  margin: 10px 0px;
}

.main-podcast-box {
  position: relative;
}

.main-podcast-box .post_remove {
  position: absolute;
  /* z-index: 15; */
  /* text-align: end; */
}

.main-podcast-box .hide_post_icon {
  right: 60px;
  top: 18px;
}

.podcasts_sec1 .box .content .center .views span,
.podcasts_sec1 .box .content .center .timer span,
.podcasts_sec1 .box .content .center .duration span {
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
  color: #584C45;
}

.podcasts_sec1 .row {
  row-gap: 30px;
}

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

.post_remove a.vertical_dots {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #645B57 !important;
  margin-left: auto !important;
  padding: 0px !important;
  position: relative !important;

}

.post_remove a.vertical_dots:hover {
  background: #645B57 !important;
}

.post_remove a.vertical_dots:hover img {
  filter: brightness(100);
}

.post_remove ul {
  margin: 0px;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 5px 10px;
  width: 250px;
  right: -2px;
  top: 50px;
}

.post_remove ul:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: -10px;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.post_remove ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}

.post_remove ul li:not(:last-child) {
  border-bottom: 1px solid #e9eef4;
}

.post_remove ul li a span {
  font-family: 'Helvetica World';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
}

.post_remove ul li a:hover span {
  color: var(--primary-color);
}

p.no-post {
  padding: 20px 5px;
  margin: 0;
  flex: 0 0 100%;
}

/* Loader CSS */
.ajax-loader-container {
  width: 100%;
  text-align: center;
}

.ajax-loader-wrap,
.ajax-loader-wrap div {
  box-sizing: border-box;
}

.ajax-loader-wrap {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.ajax-loader-wrap div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--primary-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary-color) transparent transparent transparent;
}

.ajax-loader-wrap div:nth-child(1) {
  animation-delay: -0.45s;
}

.ajax-loader-wrap div:nth-child(2) {
  animation-delay: -0.3s;
}

.ajax-loader-wrap div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Community Hall*/
.community_user_box {
  margin: 30px 0px;
}

.community_user_box .head_60 h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-transform: capitalize;
  color: #516740;
}

.community_user_box .para_16 {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}


.community_user_box .para_16 p {
  color: #584C45;
}

.community_user_box .plus_btn a {
  width: 238px;
  margin: auto;
}

.community_user_box .img {
  margin-top: 30px;
}

.community_user_box .img img {
  width: 100%;
  height: 385px;
  border-radius: 20px;
  object-fit: cover;
}

.community_box_one {
  padding: 30px;
  background: var(--primary-color);
  border-radius: 20px;
  margin: 30px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.community_box_one .content h2,
.community_box_one .content p {
  color: #fff;
  margin: 0;
}

.community_box_one .content h2 {
  margin-bottom: 15px;
}

.community_box_two {
  margin: 30px 0;
  margin-bottom: 70px;
}

.community_box_two .left_col_side .post_create_box {
  margin-bottom: 30px;
}

.community_box_two .left_col_side .post_create_box .img img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
}

.community_box_two .left_col_side .post_create_box .up {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

.community_box_two .left_col_side .post_create_box .text {
  width: 100%;
}

.community_box_two .left_col_side .post_create_box .text textarea {
  border: none;
  width: 100%;
  height: 70px;
  align-content: center;
  resize: none;
}

.community_box_two .left_col_side .post_create_box .text textarea::placeholder {
  color: #b3b3b3 !important;
}

.community_box_two .left_col_side .post_create_box .down {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.community_box_two .left_col_side .post_create_box .down a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: #584C45;
}

.community_box_two .left_col_side .post_create_box .down a:hover {
  color: var(--primary-color);
}

.community_box_two .right_col_side {
  padding: 30px;
  background: #f5f5f5;
  border-radius: 20px;
}

.community_box_two .right_col_side .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.community_box_two .right_col_side .title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: var(--primary-color);
}

.community_box_two .right_col_side .title .count_box {
  width: 40px;
  height: 40px;
  background: #BCC8BA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #584C45;
}

.profile_members ul li,
.profile_members ul li .left {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.profile_members ul li:not(:last-child) {
  margin-bottom: 15px;
}

.profile_members ul li .left .img img,
.community_box_two .left_col_side .post_boxes .box .p_img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.profile_members ul li .left .text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
  margin: 0;
}

.profile_members ul li .left .text h3 a:hover {
  color: var(--primary-color);
}

.profile_members ul li .right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .profile_members ul li .right.community_memebers_profile {
  display: none;
} */

.profile_members ul li .right .post_remove {
  margin: 0;
}

.profile_members ul li .right .post_remove ul {
  right: -20px;
}

.profile_members ul li .right .profile_btn a {
  background: rgba(249, 183, 61, 0.2);
  border: 1.35714px solid #f9b73d;
  border-radius: 135.714px;
  height: 35px;
  display: block;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  align-content: center;
}

.profile_members ul li .right .profile_btn a:hover {
  background: transparent;
}

.profile_members ul li .right .three_dots_btn a {
  display: flex;
  align-items: center;
}

div#blockuser,
div#unblockuser,
div#deleteuser,
div#remove-podcast-modal,
div#hide-and-show-podcast-modal,
div#delete-coupon-modal,
div#remove-video-modal,
div#archive-video-modal,
div#unarchive-podcast-modal {
  text-align: center;
}

div#blockuser .logo_icon,
div#unblockuser .logo_icon,
div#deleteuser .logo_icon,
div#remove-podcast-modal .logo_icon,
div#hide-and-show-podcast-modal .logo_icon,
div#delete-coupon-modal .logo_icon,
div#remove-video-modal .logo_icon,
div#archive-video-modal .logo_icon,
div#unarchive-podcast-modal .logo_icon {
  margin-bottom: 20px;
}

.community_box_two .left_col_side .post_boxes .box .head_data,
.community_box_two .left_col_side .post_boxes .box .left {
  display: flex;
  align-items: center;
}

.community_box_two .left_col_side .post_boxes .box .head_data {
  justify-content: space-between;
  width: 100%;
}

.community_box_two .left_col_side .post_boxes .box .left {
  gap: 15px;
}

.community_box_two .left_col_side .post_boxes .box .text h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
  margin: 0;
}

.community_box_two .left_col_side .post_boxes .box .head_data .post_date_box span {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #dbdbdb;
  padding: 0px 20px;
}

.community_box_two .left_col_side .post_boxes .box .head_data .post_date_box span:before,
.community_box_two .left_col_side .post_boxes .box .head_data .post_date_box span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 6.15px;
  height: 6.15px;
  background: #dce0e4;
  top: 0;
  bottom: 0;
  margin: auto;
}

.community_box_two .left_col_side .post_boxes .box .head_data .post_date_box span:after {
  left: unset;
  right: 0;
}

.community_box_two .left_col_side .post_boxes .box .head_data .post_remove {
  margin: 0;
}

.community_box_two .left_col_side .post_boxes .box .para_16 {
  margin: 15px 0px;
}

span.yellow {
  color: var(--secondary-color);
}

.community_box_two .left_col_side .post_boxes .box .img {
  border: 1px solid #546747;
  border-radius: 20px;
  overflow: hidden;
  gap: 2px;
}

.community_box_two .left_col_side .post_boxes .box .img a {
  width: 100%;
  /* min-height: 430px; */
  /* max-height: 100%; */
  min-height: 370px;
  max-height: 370px;
  display: flex;
  /* border: 1px solid #546747; */
  /* border-radius: 20px; */
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.community_box_two .left_col_side .post_boxes .box .img img {
  /* width: 100%;
  height: 430px;
  border-radius: 20px;
  object-fit: contain;
  border: 1px solid #546747; */
  /* max-width: 100%; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.community_box_two .left_col_side .post_boxes .box .img video {
  /* border: 1px solid #546747; */
}

.community_box_two .left_col_side .post_boxes .box .like_cmt_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}

.community_box_two .left_col_side .post_boxes .box .like_cmt_bar a {
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
  color: #584C45;
}

.community_box_two .left_col_side .post_boxes .box .like_cmt_bar a i {
  color: var(--primary-color);
}

.community_box_two .left_col_side .post_boxes .box .like_cmt_bar a:hover {
  color: var(--primary-color);
}

.community_box_two .left_col_side .post_boxes .box .like_cmt_bar a img {
  margin-right: 4px;
  transition: 0.5s all ease;
}

.community_box_two .left_col_side .post_boxes .box .like_cmt_bar a img {
  filter: invert(35%) sepia(19%) saturate(615%) hue-rotate(52deg) brightness(99%) contrast(88%);
}

.all_comments_box {
  margin: 15px 0px;
  margin-top: 0px;
}

.all_comments_box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.all_comments_box .head h3 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.all_comments_box .head .selection select {
  background: #f5f5f5;
  border: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  outline: 0;
  cursor: pointer;
  padding: 6px 12px;
  padding-right: 23px;
  border-radius: 50px;
  appearance: none;
  background-image: url(/wp-content/uploads/2025/04/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: 94% 12px;
}

.all_comments_box .box ul {
  margin: 0;
}

.all_comments_box .box ul li .cmt_box {
  display: flex;
  gap: 15px;
}

.all_comments_box .box ul li .content {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
}

.all_comments_box .box ul li .content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all_comments_box .box ul li .content .text .comment_time {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.all_comments_box .box ul li .content .para_14 {
  margin: 15px 0px;
}

.community_box_two .left_col_side .post_boxes .box .cmt_box .like_cmt_bar {
  justify-content: unset;
  gap: 20px;
  padding: 0;
}

.prev_reply {
  margin: 15px 0px;
}

.prev_reply a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.prev_reply a:hover {
  color: var(--primary-color);
}

.add_comment_box form {
  display: flex;
  position: relative;
  gap: 10px;
}

.add_comment_box form .p_img {
  padding-top: 5px;
}

.add_comment_box form .box {
  width: 100%;
}

.add_comment_box form .box a {
  position: absolute;
  right: 20px;
  top: 11px;
}

.add_comment_box form .box textarea#autoHeightTextarea {
  align-content: center;
  border-radius: 50px;
  background: #f5f5f5;
  border: none;
  box-shadow: none;
  padding: 18px 20px;
  padding-right: 55px;
  width: 100%;
  resize: none;
}

.community_box_two .left_col_side .post_boxes>.box:not(:last-child) {
  margin-bottom: 20px;
}

.community_profile_box {
  margin-bottom: 30px;
}

.community_profile_box .dt-container {
  display: flex;
  align-items: center;
}

.community_profile_box .left_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.community_profile_box .left_box .img img {
  width: 150px;
  height: 150px;
  border: 8px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
}

.community_profile_box .left_box .text h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
}

.community_profile_box .left_box .text .since p {
  margin: 0;
}

.back_with_text {
  position: relative;
  margin-top: 70px;
}

.back_with_text .exit_icon.back {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  top: 0px;
}

.back_with_text .exit_icon.back a img {
  filter: invert(36%) sepia(5%) saturate(2499%) hue-rotate(52deg) brightness(50%) contrast(80%);
  transition: 0.5s all ease;
}

/*.back_with_text .exit_icon.back a:hover img {*/
/*  filter: brightness(0);*/
/*}*/

.mentor_package_box {
  margin-bottom: 70px;
}

.mentor_package_box .box {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-top: 30px;
}

.mentor_package_box .box .left {
  padding: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 20px 0px 0px 20px;
}

.mentor_package_box .box .right .img img {
  border-radius: 0px 20px 20px 0px;
}

.mentor_package_box .box .right .img,
.mentor_package_box .box .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mentor_package_box .box .inn_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 15px;
}

.mentor_package_box .box .inn_box:before {
  content: "";
  position: absolute;
  left: -12px;
  width: 103%;
  height: 1px;
  background: rgba(219, 219, 219, 1);
  bottom: 0;
  right: 0;
  margin: auto;
}

.mentor_package_box .box .inn_box .content {
  padding-top: 5px;
}

.mentor_package_box .box .inn_box .head_40 h2 {
  text-align: left;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 28px;
  line-height: 133%;
  color: #516740;
}

.mentor_package_box .box .inn_box .head_24 {
  display: flex;
  margin-top: 10px;
}

.mentor_package_box .box .inn_box .head_24 h3 {
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 133%;
  color: #584C45;
}

.mentor_package_box .box .inn_box span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
  display: inline-block;
}

.select_btn a {
  width: 160px;
  height: 50px;
  background: var(--primary-color);
  /* border: 1px solid #e8e8e8;*/
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  color: #fff;
}

.select_btn a:hover {
  background: #BCC8BA;
  color: #584C45;
}

.mentor_package_box .box .left ul {
  margin: 0;
  padding-top: 15px;
}

.mentor_package_box .box .left ul li:not(:last-child) {
  margin-bottom: 20px;
}

.mentor_package_box .box .left ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  position: relative;
  padding-left: 45px;
}

.mentor_package_box .box .left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/12/tick-white.png  );
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.disclaimer_box {
  margin: 70px 0px;
}

.disclaimer_box .box {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 20px 0px 0px 20px;
  padding: 50px;
}

.disclaimer_box .box .checkbox_text {
  margin: 20px 0px;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}

.disclaimer_box .box .checkbox_text:hover .check-box-wrapper {
  opacity: 1;
}

.disclaimer_box .box .submit-field button {
  margin: auto;
  width: 424px;
}

.disclaimer_box .box .para_18 p {
  color: #584C45;
  line-height: 30px;
}

.disclaimer_box .box .checkbox_text label {
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 142%;
  color: #584C45;
}

.mentor_sec.payments_sec .logo {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 15px;
}

.mentor_sec.payments_sec .logo img {
  width: auto;
  height: auto;
}

.mentor_sec.payments_sec .back_with_text {
  margin-top: 40px;
}

.dashboard_head .head_40.left h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-transform: capitalize;
  color: #516740;
}

.payments_sec1 {
  margin-top: 30px;
  margin-bottom: 70px;
}

.payments_sec1 .form .head_24 h3 {
  color: var(--primary-color);
  margin: 0px;
}

.payments_sec1 .form .head_24 {
  margin-bottom: 30px;
  margin-top: 10px;
}

.payments_sec1 .form .head_24:first-child {
  margin-top: 0;
}

.payments_sec1 .field .input_box input,
.payments_sec1 .field .input_box select {
  padding: 15px 20px;
}

.payments_sec1 .submit-field button {
  width: 295px;
  margin-top: 10px;
}

.order_summary .box {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
}

.order_summary .box .head_24 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #584C45;
  text-align: center;
}

.order_summary .box .mid {
  border: 1px solid #e3e8ef;
  backdrop-filter: blur(4px);
  border-radius: 12px;
  margin: 30px 0px 15px 0px;
}

.order_summary .box .mid .img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}

.order_summary .box .mid .text {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
}

.order_summary .box .mid .text p {
  margin: 0;
}

.order_summary .box .mid .text .para_16 p {
  color: var(--primary-color);
  font-weight: 700;
  line-break: unset;
}

.order_summary .box .mid .text .para_14 p {
  color: #584C45;
  font-weight: 700;
  line-break: unset;
}

.order_summary .box .total_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-color);
  padding: 12px 20px;
  border-radius: 6px;
}

.order_summary .box .total_box p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.005em;
}

div#Paymentdetails .modal-content {
  text-align: center;
  padding: 55px 40px;
}

div#Paymentdetails .modal-content .logo_icon,
div#cancelSubscription .modal-content .logo_icon {
  margin-bottom: 20px;
}

div#Paymentdetails .modal-content .modal-body,
div#cancelSubscription .modal-content .modal-body {
  padding: 0;
}

div#Paymentdetails .modal-content .para_16 p,
div#cancelSubscription .modal-content .para_16 p {
  font-weight: 400;
}

div#Paymentdetails .modal-content .modal-footer {
  margin-top: 40px;
}

div#Paymentdetails .modal-content .modal-footer a {
  width: 430px;
}

div#Paymentdetails .modal-content .head_40 h2 {
  margin-bottom: 15px;
}

.user_subs_box {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
}

.user_subs_box .head_40 h2 {
  text-align: left;
  text-transform: capitalize;
  font-family: "Helvetica World" !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #584C45;
}

.user_subs_box .right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cancel_btn a {
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  background: #ff5454;
  border: 1px solid #ff5454;
}

.user_subs_box .right .para_16 p {
  margin: 0;
  font-weight: 400;
}

.cancel_btn a:hover {
  color: #000;
  background: rgba(208, 43, 43, 0.2);
}

.cancel_btn.cancelled_btn {
  pointer-events: none;
}

.reactivate_btn a {
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-decoration: none;
}

.reactivate_btn a:hover {
  color :white
}

.user_subs_box1 {
  margin-top: 30px;
  margin-bottom: 70px;
}

.user_subs_box1 span.sub-id {
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
}

.user_subs_box1 .row:not(:last-child) {
  margin-bottom: 30px;
}

.user_subs_box1 .box {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
}

.user_subs_box1 .box .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.user_subs_box1 .box .data .left span {
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  color: var(--primary-color);
}

.user_subs_box1 .box .data .head_40 h2 {
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
}

.status_btn span {
  background: rgba(60, 210, 30, 0.2);
  border: 1.35714px solid #3cd21e;
  border-radius: 135.714px;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #000000;
}

.status_btn.inactive span {
  background: rgba(249, 183, 61, 0.2);
  border: 1.35714px solid #f9b73d;
  border-radius: 135.714px;
}

.status_btn.expired span {
  background: rgba(208, 43, 43, 0.2);
  border: 1.35714px solid #d02b2b;
  border-radius: 135.714px;
}

.status_btn.trial-active span {
  background-color: #e6f0ff;
  border: 1.35714px solid #1e90ff;
  width: 75px;
}

.plans_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.plans_data .inn_box p {
  margin: 0;
}

.plans_data .inn_box .para_14 {
  margin-bottom: 10px;

}

.plans_data .inn_box .para_14 p {
  color: #584C45;
}

.plans_data .inn_box .para_16 p {
  color: var(--primary-color);
  font-weight: 700;
}

.plans_data .inn_box .img a {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans_data .inn_box .img a:hover {
  background: #dbdbdb;
}

.plans_data .inn_box .img a:hover img {
  filter: invert(36%) sepia(5%) saturate(2499%) hue-rotate(52deg) brightness(50%) contrast(80%);
}

.plans_data .inn_box .img a img {
  transition: 0.5s all ease;
}

div#cancelSubscription .modal-content {
  text-align: center;
  padding: 70px 40px;
}

.user_dashboard_sec {
  margin-bottom: 50px;
}

.user_dashboard_sec .video_detail_sec2 {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.user_dashboard_sec .video_detail_sec2 .VideoImg img,
.user_dashboard_sec .video_detail_sec2 .VideoImg video {
  height: 590px;
}

.user_dashboard_sec .right .plans_data {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-align: center;
}

.user_dashboard_sec .left .all-latest-slider {
  margin-top: 30px;
}

.user_dashboard_sec .left .all-latest-slider .row:not(:last-child) {
  margin-bottom: 20px;
}

.user_dashboard_sec .left .all-latest-slider .head_24 h3 {
  color: #584C45;
  margin-bottom: 20px;
}

.schedule_box {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin: 30px 0px;
}

.schedule_box .img {
  margin-bottom: 20px;
}

.schedule_box .img img {
  width: 95px;
  height: 90px;
}

.schedule_box .head_24 h3 {
  font-size: 22px;
}

.schedule_box .para_16 p {
  font-weight: 400;
}

.schedule_box .para_16 p,
.user_studio_podcast_sec .content .para_16 p {
  line-break: auto;
}

.schedule_box .head_24 h3,
.schedule_box .para_16 p {
  margin-bottom: 20px;
}

.user_studio_podcast_sec,
.user_studio_podcast_sec .img {
  position: relative;
}

.user_studio_podcast_sec .img img {
  width: 100%;
  border-radius: 20px;
  height: 363px;
  object-fit: cover;
}

.user_studio_podcast_sec .content {
  padding: 45px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.user_studio_podcast_sec .img:before {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(0deg,
      rgba(22, 22, 22, 0.8),
      rgba(22, 22, 22, 0.8)),
    url(image00004.jpg);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.user_studio_podcast_sec .content .para_18 p {
  color: #fff;
  font-weight: 500;
}

.user_studio_podcast_sec .content .text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.user_studio_podcast_sec .content .para_16 p {
  color: #ffffff;
  font-weight: 400;
}

/*Playlist*/

.verified_art_box {
  padding: 120px 30px 120px 30px;
  border-radius: 20px;
  position: relative;
  background: linear-gradient(86.67deg,
      #546747 22.69%,
      rgba(148, 160, 140, 0) 74.36%),
    url(/wp-content/uploads/2025/04/Verified-Artist-img.png), #c4c4c4;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 30px 0px;
}


/*.verified_art_box .last-text {*/
/*  margin-top: 80px;*/
/*}*/

.note-text p {
  margin: 0;
  /*font-style: italic;*/
  color: #584C45;
  font-weight: 800;
  font-size: 18px;
  line-height: 142%;
}


.note-text.single {
  margin-top: 30px;
}

.verified_art_box .icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.verified_art_box .icon p {
  margin: 0;
  color: #fff;
}

.verified_art_box .head_60 h2 {
  text-align: left;
  color: #fff;
  line-height: 133%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
}

.verified_art_box .para_14 p {
  color: #fff;
  line-height: 142%;

}

/*Menu Test*/
.main_dashboard .left_side .sidebar_content a.close_btn {
  position: fixed;
  top: 25px;
  left: 21%;
  width: 40px;
  height: 40px;
  background: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
}

.main_dashboard .left_side .sidebar_content a.close_btn i {
  color: var(--primary-color);
  font-size: 20px;
  transition: 0.5s all ease;
}

.main_dashboard .left_side .minimize_sidebar_logo {
  opacity: 0;
  height: 0;
}

.main_dashboard .left_side .minimize_sidebar_logo img {
  width: 60px;
  height: auto;
}

.main_dashboard.menu_open .sidebar_logo {
  display: none;
}

.main_dashboard.menu_open .minimize_sidebar_logo {
  opacity: 1;
  height: auto;
}

.main_dashboard.menu_open .sidebar_links a {
  display: inline-block;
}

.main_dashboard.menu_open .sidebar_links a .img {
  margin: 0;
}

.main_dashboard.menu_open .sidebar_links a span {
  display: none;
}

.main_dashboard.menu_open .sidebar_links a span.dropdown-toggle-wrap {
  display: block;
  right: -6px;
  width: 20px;
  height: 20px;
  top: 20px;
}

.main_dashboard.menu_open .left_side {
  width: 5.5%;
}

.main_dashboard.menu_open .left_side .sidebar_content a.close_btn {
  left: 4.5%;
}

/*.main_dashboard.menu_open .left_side .sidebar_content a.close_btn i {*/
/*  transform: rotate(180deg);*/
/*  transition: 0.5s all ease;*/
/*}*/

.main_dashboard.menu_open .left_side .sidebar_content a.close_btn svg {
  transform: scaleX(-1);
  transition: 0.5s all ease;
}

.main_dashboard.menu_open .right_side {
  left: 5.5%;
  width: calc(100% - 5.5%);
}

.main_dashboard .left_side,
.main_dashboard .right_side {
  transition: 0.5s all ease;
}

.main_dashboard.menu_open .left_side .sidebar_content:before {
  width: 80px;
  height: 50px;
  background-size: contain;
}

@media (max-width: 1900px) {
  .main_dashboard.menu_open .left_side .sidebar_content {
    padding: 40px 10px;
  }
}

.tooltipText {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 9999;
  display: none;
}

.tooltipText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

.bell_icon a span.bubble_icon {
  position: absolute;
  background: #f0e7d7;
  font-size: 11px;
  border-radius: 5px;
  right: -10px;
  top: -5px;
  color: #584C45;
  padding: 1px 3px;
  font-weight: 600;
}

.notifications_box {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  min-width: 360px;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 99;
  margin: auto;
  transform: translate3d(-166px, 5px, 10px) !important;
  border-radius: 20px;
}

.notifications_box header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #dbdbdb;
  position: relative;
  border-radius: 15px 15px 0px 0px;
  border-bottom: 1px solid var(--primary-color);
}

.notifications_box header::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--primary-color) transparent;
  transform: rotate(0deg);
  margin: 0 auto;
  top: -10px;
  left: -4px;
}

.rotated-chevron-icon::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--primary-color) transparent;
  transform: rotate(0deg);
  margin: 0 auto;
  top: -10px;
  left: -4px;
}

.notifications_box header strong,
.notifications_box header i {
  color: var(--primary-color);
}

.notifications_box header i {
  cursor: pointer;
}

.notifications_box .content_box_data {
  height: 240px;
  overflow-y: auto;
  border-radius: 0px 0px 15px 15px;
}

.notifications_box .content_box_data {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #546747 #e0e0e0;
}

/* Chrome / Edge / Safari */
.notifications_box .content_box_data::-webkit-scrollbar {
  width: 3px;
}

.notifications_box .content_box_data::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  /* gray track */
}

.notifications_box .content_box_data::-webkit-scrollbar-thumb {
  background-color: #546747;
  border-radius: 10px;
}

.notifications_box .content_box_data .item {
  display: flex;
  padding: 13px 20px;
  gap: 15px;
}

.notifications_box .content_box_data .item .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.notifications_box .content_box_data .item:not(:last-child) {
  border-bottom: 1px solid var(--primary-color);
}

.notifications_box .content_box_data .item .item_content p {
  color: #000;
}

.notifications_box .content_box_data .item .item_content p span {
  font-weight: 600;
}

.notifications_box .content_box_data .item p {
  margin: 0;
  font-size: 14px;
}

.notifications_box .content_box_data .item .item_content .time_spent {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 7px;
}

.notifications_box .content_box_data .item .item_content .time_spent i {
  color: var(--primary-color);
}

.notifications_box .content_box_data .item .item_content .time_spent p {
  font-size: 12px;
  margin-bottom: 2px;
}

.notifications_box .content_box_data .item:hover,
.notifications_box .content_box_data .item.notification-unread {
  background: #dbdbdb;
}

/* Notification Actions Dropdown */
.notification-actions {
  position: relative;
}

.notification-menu-toggle {
  cursor: pointer;
  font-size: 18px;
  color: var(--primary-color);
  padding: 5px;
}

.notification-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-width: 180px;
  z-index: 999;
  margin-top: 5px;
}

.notification-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-dropdown ul li {
  border-bottom: 1px solid #f0f0f0;
}

.notification-dropdown ul li:last-child {
  border-bottom: none;
}

.notification-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease;
}

.notification-dropdown ul li a:hover {
  background: #f5f5f5;
}

.notification-dropdown ul li:first-child a:hover {
  border-radius: 8px 8px 0 0;
}

.notification-dropdown ul li:last-child a:hover {
  border-radius: 0 0 8px 8px;
}

.notification-dropdown ul li a i {
  color: var(--primary-color);
  font-size: 14px;
}

.mobile-notification-box {
  display: none;
}

/* Hide the default radio button */
.custom-radio input[type="radio"] {
  display: none;
}

/* Video Library Category */
.radio-label input {
  display: none;
}

.radio-label {
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  color: #333;
  background: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.radio-label span {
  font-weight: 400;
  color: #584C45;
  font-size: 14px;
  text-transform: capitalize;
}

.radio-label:hover {
  background-color: var(--primary-color);
}

.radio-label:hover span {
  color: #fff;
}

.radio-label:has(input:checked) {
  background-color: var(--primary-color);
  color: #fff;
}

.radio-label input:checked+span {
  color: #fff;
}

#selected-video-name {
  /* margin-left: 10px; */
  margin-bottom: 0;
}

/* Cat Loader */
.cat-loader,
.cat-loader div {
  box-sizing: border-box;
}

.cat-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.cat-loader div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: #546747;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.cat-loader div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.cat-loader div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.cat-loader div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.cat-loader div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.community-post-btn {
  border: 0;
  background-color: unset;
  cursor: pointer;
}

.community-post-btn:hover {
  color: var(--primary-color);
}


.community-post-btn.disabled {
  pointer-events: none;
  background: transparent !important;
}

/* Post button — visible color for enabled vs disabled (driven by .disabled toggle) */
.select_btn button.community-post-btn {
  padding: 0 24px;
  color: var(--primary-color) !important;   /* enabled: brand colour */
  background: #fff !important;
}
.select_btn button.community-post-btn img {
  filter: 1 !important;          /* enabled: native icon */
  opacity: 1;
}
.select_btn button.community-post-btn.disabled img {
  opacity: 0.4;                     /* disabled: muted — follows button STATE, never media */
}

.select_btn button.community-post-btn.disabled {
  color: #BCC8BA !important;                 /* disabled: muted */
  background: #fff !important;
}

.wrapallimages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px;
}

.preview_item img,
.preview_item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 10%);
}

.preview_item {
  position: relative;
  width: 150px;
  height: 150px;
}

.preview_item i {
  position: absolute;
  right: -5px;
  top: -5px;
  color: #fff;
  background: var(--primary-color);
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
  width: 19px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}

.community_box_two .left_col_side .post_boxes .box .img video {
  width: 100%;
  /* height: 100%; */
  height: auto;
  max-height: 550px;
  /* border-radius: 20px; */
}

.community_box_two .left_col_side .post_boxes .box .para_16 .toggle-content {
  cursor: pointer;
  color: #546747;
}

.post_boxes .box.shadow>div:not(:first-child),
.post_boxes .box.shadow .left {
  filter: blur(8px);
}

.dt-container.shadow>div:not(:first-child) {
  pointer-events: none;
}

.like-post,
.comment-like-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.like-post i,
.comment-like-btn i {
  font-size: 24px;
}

.like-post.liked,
.comment-like-btn.liked {
  color: var(--primary-color) !important;
}

.like-post.liked i,
.comment-like-btn.liked i {
  font-weight: bold;
  color: var(--primary-color);
}

.comment-send-btn {
  display: none;
  border: 0;
  background-color: transparent;
  color: var(--primary-color);
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 11px;
  cursor: pointer;
}

.all_comments_box ul>li {
  margin-top: 15px;
}

.all_comments_box .inner_box_if {
  width: 100%;
}

.add_comment_box .reply-wrapper {
  padding-left: 70px;
  font-size: 14px;
  margin-bottom: 2px;
}

.reply-wrapper {
  display: none;
}

.reply-wrapper .reply-to {
  font-weight: bold;
}

.reply-wrapper .cancel-reply-btn {
  cursor: pointer;
}

emoji-picker {
  position: absolute;
  z-index: 1000;
}

emoji-picker {
  --background: #ffffff;
  --color: #000000;
  --category-button-color: #000000;
  --category-button-active-color: #007bff;
  --border-color: #ddd;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

div#imageView .modal-body img {
  /* width: 100%; */
  /* height: 500px; */
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

div#imageView .modal-content {
  padding: 10px;
  border-radius: 10px !important;
}

div#imageView .close {
  right: -15px;
  position: absolute;
  z-index: 9999;
  top: -15px;
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  font-size: 16px;
  display: flex;
  align-items: center;
}

div#imageView .modal-content .modal-body {
  padding: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
}

div#imageView>div {
  position: relative;
  margin: 0 auto !important;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  width: max-content;
}

.forgot_page_sec .head_40 h2 {
  margin-bottom: 20px;
}

.forgot_page_sec .para-field {
  margin-bottom: 53px !important;
}

.reset-password-form .field:first-child {
  margin-bottom: 20px;
}

.prices-list {
  gap: 50px;
}

.payment-error-text {
  margin-block: 12px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: red;
}

.check-box-wrapper {
  opacity: 0;
  transition: all 250ms ease;
}

.checkbox-text-box {
  padding: 20px;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  width: 383px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  right: 50%;
  top: 30px;
  border: 1px solid #999;
  transform: translate(-50%);
}

.checkbox-text-box span {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

div.dt-container div.dt-layout-row {
  margin-top: 30px !important;
}

.add-exercise-form input[name="title"]::placeholder {
  color: #999;
}

.field .input_box textarea::placeholder {
  color: #999;
}

.field .input_box input::placeholder {
  color: #999;
}

.add-exercise-form textarea::placeholder {
  color: #999;
}

p.no-post {
  font-size: 20px;
  /* font-weight: bold; */
  color: var(--clr-primary);
  text-align: center;
  /* text-decoration: underline; */
}

div:where(.swal2-icon).swal2-info {
  border-color: #546747 !important;
  color: #546747 !important;
}

.podcast-back-link {
  /* pointer-events: none; */
}

.show-sidebar {
  left: 0vw !important;
}

/* 404 - NOT FOUND PAGE */
.error-404.not-found {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
}

.not_found_inner {
  max-width: 100%;
}

/* .error404 #masthead,
.error404 #colophon {
  display: none;
} */

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: var(--primary-color);
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #584C45;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 0;
  width: 200px;
  border-radius: 100px;
  line-height: 50px;
  font-weight: 600;
  font-size: 18px;
  height: 50px;
  cursor: pointer;
}

.page-content .return_home:hover {
  background-color: #BCC8BA;
  color: #584C45;
}

/* 404 - NOT FOUND PAGE ENDS */

/* Not found css start */
.video-unavailable-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-message {
  text-align: center;
  font-family: "Helvetica World" !important;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.video-message .icon {
  font-size: 25px;
  font-weight: bold;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  border-radius: 1000px;
  padding: 4px 18px;
}

.video-message p {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

/* Not found css end */

.hide_post_icon {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 25px;
}

.hide_post_icon img {
  height: 100%;
  width: 100%;
}

.swal2-cancel {
  border-radius: 100px;
  background-color: var(--primary-color);
}

.swal2-cancel:hover {
  background-color: #BCC8BA;
  color: #584C45;
}

.removed_picture {
  margin-bottom: 60px !important;
}

.remove_profile_picture a {
  color: #ff0000;
  margin-top: 5px;
  display: inline-block;
}

.remove_profile_picture a:hover {
  color: #ff0000;
}

/* button:focus,
input:focus {
  outline: none !important;
  box-shadow: 0 0 5px 1px rgb(249 183 61 / 50%) !important;
  border-color: rgb(249 183 61 / 50%) !important;
} */


button:focus,
input:focus {
  outline: none !important;
  box-shadow: 0 0 5px 1px rgba(80, 98, 67, 0.5) !important;
  /* #506243 with 50% opacity */
  border-color: #506243 !important;
  /* #506243 for border */
}

.community_box_two .left_col_side .post_create_box .down .select_btn button {
  width: auto;
  height: 50px;
  /* background: var(--secondary-color); */
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 142%;
  color: #584C45;
  gap: 6px;
}

.community_box_two .left_col_side .post_create_box .down .select_btn button:hover {
  color: #546747;
  /* background-color: var(--primary-color); */
}

.community_box_two .left_col_side .post_create_box .down .select_btn button i {
  margin-right: 6px;
}

.right.is_you {
  margin-right: 16px;
}

.post-textarea-box {
  position: relative;
}

.post-textarea-box .comment-emoji-btn {
  position: absolute;
  top: 0;
  right: 15px;
}

/*.para_16 p {*/
/*  line-break: anywhere;*/
/*}*/

#submit-podcast-btn[disabled="disabled"],
#submit-coupon-btn[disabled="disabled"],
#submit-video-btn[disabled="disabled"] {
  background-color: rgb(0 0 0 / 20%);
  pointer-events: none;
}

.subscription-badge {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 4px 6px;
  /* width: 62px; */
  height: 20px;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
  /* animation: pulse 1.2s infinite; */
}

.new-badge {
  background-color: var(--primary-color);
}

.trial-badge {
  background-color: #f9b73d33;
  color: black;
  width: 62px;
}

.free-account-badge {
  background-color: rgb(216 246 210 / 50%);
  color: black;
  width: 75px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

div#example_info {
  color: #546747;
}

#agree-error {
  margin-top: -18px;
  margin-left: 28px;
}

button.no_btn.closet {
  all: unset;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

button.no_btn.closet svg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

button.no_btn.closet svg rect {
  transition: 0.5s all ease;
  fill: #F0F2F4;
}

button.no_btn.closet svg path {
  transition: 0.5s all ease;
  fill: #506243;
}

button.no_btn.closet:hover svg rect {
  fill: #584C45;
}

button.no_btn.closet:hover svg path {
  fill: #fff;
}

#leave-community {
  width: 250px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

.leave-community-box {
  margin-top: 20px;
}

#leave-community:hover {
  background: #BCC8BA;
  color: #584C45;
}

.profile_members ul li .left .text h3 a {
  color: #584C45;
}

.profile_members .user-blocked .left .img img,
.profile_members .user-restricted .left .img img {
  filter: grayscale(100%);
}

.profile_members .user-blocked .text h3 a,
.profile_members .user-restricted .text h3 a {
  color: #7e7e7e !important;
  pointer-events: none;
}

.profile_members .user-restricted .text h3 a>span {
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 12px;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.iti__country-list {
  width: 100%;
  top: 52px;
  cursor: pointer;
}

.bold-disclaimer {
  font-weight: 700 !important;
  margin-bottom: 5px;
}

.subscribers_dashboard_table .top,
.subscribers_dashboard_table .bottom,
.discounts_dashboard_table .top,
.discounts_dashboard_table .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subscribers_dashboard_table .top,
.discounts_dashboard_table .top {
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}

.discounts_dashboard_table .top {
  flex-wrap: nowrap !important;

}

.discounts_dashboard_table .filters {
  /* flex: 0 0 100%;
  margin-top: 25px; */
}

.subscribers_dashboard_table .bottom,
.discounts_dashboard_table .bottom {
  margin-top: 30px;
}

.subscribers_dashboard_table .bottom .dt-length,
.discounts_dashboard_table .bottom .dt-length {
  display: none;
}

.subcribers-table-filters,
.discounts-table-filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}

.subcribers-table-filters .filter-item,
.discounts-table-filters .filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.discounts-table-filters,
.discounts_dashboard_table input#dt-search-0 {
  margin-left: 0;
}

.subcribers-table-filters .filter-item label,
.discounts-table-filters .filter-item label {
  margin: 0;
}

.subcribers-table-filters select,
.discounts-table-filters select {
  padding: 6px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  outline: none;
  appearance: none;
  padding-right: 25px;
  background: url(/wp-content/uploads/2025/04/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 13px;
  cursor: pointer;
  border-radius: 20px;
}

.subcribers-table-filters input[type="date"],
.discounts-table-filters input[type="date"] {
  padding: 6px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  /* color: #546747; */
  outline: none;
  cursor: pointer;
  border-radius: 20px;
}

.subcribers-table-filters input[type="date"]::-webkit-calendar-picker-indicator,
.discounts-table-filters input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(39%) sepia(12%) saturate(866%) hue-rotate(52deg) brightness(92%) contrast(94%);
  cursor: pointer;
}

.subcribers-table-filters .to-text,
.discounts-table-filters .to-text {
  font-size: 14px;
  color: #666;
}

#cancel-upload-btn,
#cancel-podcast-upload-btn,
#cancel-edit-upload-btn {
  margin-top: 15px;
  background: #d9534f;
  color: #fff;
  border: none;
  padding: 4px 15px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
}

#cancel-upload-btn:hover,
#cancel-podcast-upload-btn:hover,
#cancel-edit-upload-btn:hover {
  /* background: #a51712; */
}

#swal2-title {
  color: black;
}

/* Community Post Grid */
/* 
  ** Grid Two
*/
.img.two_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  /* grid-column-gap: 10px;
  grid-row-gap: 0px; */
}

.img.two_grid>a,
.img.two_grid>video {
  min-height: unset !important;
  max-height: unset !important;
  height: 370px !important;
}

/* 
  ** Grid Three
*/
.img.three_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* grid-column-gap: 10px;
  grid-row-gap: 10px; */
}

.img.three_grid>a,
.img.three_grid>video {
  min-height: unset !important;
  max-height: unset !important;
}

.img.three_grid>a:nth-child(1),
.img.three_grid>video:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
  height: 410px !important;
}

.img.three_grid>a:nth-child(2),
.img.three_grid>video:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  height: 200px !important;
}

.img.three_grid>a:nth-child(3),
.img.three_grid>video:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  height: 200px !important;
}

/* 
  ** Grid Four
*/
.img.four_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* grid-column-gap: 10px;
  grid-row-gap: 10px; */
}

.img.four_grid>a,
.img.four_grid>video {
  min-height: unset !important;
  max-height: unset !important;
  height: 270px !important;
}

/* 
  ** Grid Five
*/
.img.five_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* grid-column-gap: 10px;
  grid-row-gap: 10px; */
}

.img.five_grid>a,
.img.five_grid>video {
  min-height: unset !important;
  max-height: unset !important;
}

.img.five_grid>a:nth-child(1),
.img.five_grid>video:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
  height: 400px !important;
}

.img.five_grid>a:nth-child(2),
.img.five_grid>video:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  height: 200px !important;
}

.img.five_grid>a:nth-child(3),
.img.five_grid>video:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  height: 200px !important;
}

.img.five_grid>a:nth-child(4),
.img.five_grid>video:nth-child(4) {
  grid-area: 1 / 3 / 2 / 4;
  height: 200px !important;
}

.img.five_grid>a:nth-child(5),
.img.five_grid>video:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
  height: 200px !important;
}

.highlight-comment>.cmt_box>.inner_box_if>.content {
  /* border: 2px solid var(--primary-color); */
  background-color: rgb(249 183 61 / 20%);
  border-radius: 20px;
  transition: background-color 1s ease;
}

.highlight-comment>.cmt_box>.inner_box_if>.content>.like_cmt_bar {
  border: 0px;
  transition: background-color 1s ease;
}

.upload-box.drag-over {
  background-color: rgb(84 103 71 / 20%);
  border-color: var(--primary-color);
}

.account-restrict {
  color: var(--secondary-color);
  font-weight: 600;
}

.account-restrict:hover {
  color: var(--primary-color);
}

td.dt-empty {
  text-align: center !important;
}

.discounts_dashboard_table {
  margin-top: 40px;
}

.unlimited-checkbox {
  margin-top: 10px;
}

#limit-title-input:disabled {
  background-color: rgb(0 0 0 / 5%);
  pointer-events: none;
}

.sidebar_links li a.blocked_user:hover {
  cursor: not-allowed;
}

.profile_members ul li .left .text h3 img {
  width: 15px;
  /* height: 20px; */
  vertical-align: middle;
}

/* My css  */

.discounts_dashboard_table .discounts_table .img a:hover img {
  filter: brightness() !important;
}

.discounts_dashboard_table div#example_wrapper .img a:hover {
  background: none;
}

.active-coupon-switchere-btn .toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  gap: 6px;
  width: 114px;
  height: 40px;
  background: rgba(60, 210, 30, 0.3);
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}

.seven-days-toggle .toggle {
  width: 100px;
}

/* Label */
.active-coupon-switchere-btn .toggle .label {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* width: 50px; */
  /* height: 8px; */
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: all 0.4s ease;
}

/* Circle */
.active-coupon-switchere-btn .toggle .circle {
  width: 26px;
  height: 26px;

  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 2px;
  z-index: 2;
}

/* Active State */
.active-coupon-switchere-btn .toggle.active {
  background-color: #c4f1c4;
  justify-content: flex-start;
}

.active-coupon-switchere-btn .toggle.active .circle {
  background-color: #3cd21e;
  transform: translateX(79px);
  /* move right */
}

.seven-days-toggle .toggle.active .circle {
  transform: translateX(65px);
}

.active-coupon-switchere-btn .toggle.active .label {
  padding-left: 10px;
  text-align: left;
}

/* Deactive State */
.active-coupon-switchere-btn .toggle.deactive {
  background-color: #f5b7b1;
  justify-content: flex-end;
}

.active-coupon-switchere-btn .toggle.deactive .circle {
  background-color: #e74c3c;
  transform: translateX(2px);
  /* move left */
}

.active-coupon-switchere-btn .toggle.deactive .label {
  text-align: right;
  /* label right side */
  padding-right: 10px;
}

.coupon-details-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-details-wraper .actions {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 5px;
}

.coupon-details-table {
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;

  padding: 30px;
  gap: 14px;
}

.coupon-details-table .table-row {
  overflow-x: auto;
  /* Horizontal scroll enable */
  -webkit-overflow-scrolling: touch;
  /* Smooth mobile scrolling */
  padding-bottom: 10px;
}

.main-coupon-details-table {
  min-width: 700px;

  width: 100%;
}

.main-coupon-details-table th {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #546747;
  padding: 5px 0 5px 5px;
}

.main-coupon-details-table td {
  padding: 5px 0 5px 5px;
}

.free-trial h4 {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 142%;
  color: #546747;
}

.coupon-code-wraper h4 {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: #546747;
}

.free-trial p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.coupon-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 13px;
  background: #ffffff;
  border: 1.16418px solid #e8e8e8;
  border-radius: 100px;
  margin-bottom: 20px;
  height: 60px;
}

.coupon-bar .coupon-input {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
}

.coupon-bar .coupon-input {
  border: none !important;
  /* border remove */
  outline: none !important;
  /* focus outline remove */
  box-shadow: none !important;
  /* focus shadow remove */
}

.coupon-input:focus,
.coupon-input:hover {
  border: none !important;
  /* hover & focus par bhi border na ho */
  outline: none !important;
  /* outline na ho */
  box-shadow: none !important;
  /* koi glow effect na ho */
}

.coupon-bar button.apply-coupon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: #BCC8BA;
  border-radius: 100px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #584C45;
  border: none;
  cursor: pointer;
}

span.coupon-code {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #546747;
}

span.coupon-code-title {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #584C45;
  /* display: none; */
}

.discount_applied {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #584C45;
}

.coupon-details-wraper h4.seven-days-free-trial {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  color: #584C45;
  margin: 0px !important;
}

.users_entries_box .coupon-details-wraper .actions {
  align-items: center;
  gap: 15px;
}

.mentor_sec .head-image-box {
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 15px;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 30px 0 0 0;
}

.back_with_text .head_40 h2 {
  font-weight: 700;
}

.head-image-box .content h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 133%;
  text-transform: capitalize;
  color: #516740;
  /* margin-bottom: 10px; */
}

.head-image-box .pilates-logo-img {
  width: 106px;
  height: 106px;
}

.pilates-logo-img img {
  width: 100%;
}

.head-image-box .content p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
  text-align: left;
  margin: 0;
}

.add-category-wraper,
.add-sub-category-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-category-wraper a.add-category-btn,
.add-sub-category-wraper a.add-sub-category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #000000;
}

.add-exercise-form .radio-label {
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
  transition: all ease 0.3s;
}

.add-exercise-form .edit-delete-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.add-exercise-form .edit-delete-btn a {
  width: 15px;
}

.add-exercise-form .radio-label:hover {
  /* background-color: transparent; */
}

.add-exercise-form .radio-label:hover span {
  color: #fff;
}

.radio-label:has(input:checked) .edit-delete-btn {
  display: none;
}

.add-exercise-form .add-category-fields-group {
  display: none;
}

.add-exercise-form .edit-category-fields-group {
  display: none;
}

.add-exercise-form .delete-category-fields-group {
  display: none;
}

.add-exercise-form .add-sub-category-fields-group {
  display: none;
}

.add-exercise-form .edit-sub-category-fields-group {
  display: none;
}

.add-exercise-form .delete-sub-category-fields-group {
  display: none;
}

.delete-category-group .delete-image {
  width: 100px;
  margin: auto;
}

.delete-category-group p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  text-align: center;
  color: #584C45;
}

.delete-category-group p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  text-align: center;
  color: #584C45;
}

.delete-category-fields-group button#return-to-main-form-btn,
.delete-sub-category-fields-group button#return-to-main-form-btn {
  background: transparent;
  border: 1px solid #dbdbdb;

  color: #584C45;
}

.delete-category-fields-group button#return-to-main-form-btn:hover,
.delete-sub-category-fields-group button#return-to-main-form-btn:hover {
  background: var(--primary-color);
  border: 1px solid #546747;
  color: #fff;
}

.edit-sub-category-fields-group input.edit-category-title,
.add-sub-category-fields-group input.add-sub-category {
  background: #F0F2F4 !important;
  border: 0px;
  color: #584C45 !important;
}

.edit-sub-category-fields-group input.edit-category-title::placeholder,
.add-sub-category-fields-group input.add-sub-category::placeholder {
  color: #584C45 !important;
}

.discount_detail {
  margin-top: 25px;
}

.class-plan .top-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  gap: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 40px 0px;
}

.class-plan .top-head h2 {
  font-family: "Helvetica World" !important;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
  color: #516740;
}

.class-plan .top-head p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.post-edit-option span.vertical_dots {
  width: 20px;
  position: absolute;
  top: 7px;
  right: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: rgba(88, 76, 69, 0.9);
  border-radius: 200px;
  z-index: 99px;
}

.vertical_dots img {
  width: auto !important;
  border: none !important;
  height: auto !important;
}

.post-edit-option ul {
  margin: 0;
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.add-class-plan img,
.move-class-plan img,
.remove-class-plan img,
.remove-class-plan-button img {
  width: 30px !important;
  height: auto !important;
  border: none !important;
}

.add-to-class-plan img {
  width: 30px !important;
}

.post-edit-option span.add-class-plan,
.post-edit-option span.move-class-plan,
.post-edit-option span.remove-class-plan,
.post-edit-option span.remove-class-plan-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px;
  gap: 10px;
  cursor: pointer;
}

.add-class-plan span,
.move-class-plan span,
.remove-class-plan span,
.remove-class-plan-button span {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #181a1c;
}

.post-edit-option ul {
  width: 230px;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-edit-option ul::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: -10px;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.add-class-plan-form .class-plan-checkbox,
.move-class-plan-form .class-plan-checkbox,
.remove-class-plan-form .class-plan-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.post-edit-option li {
  padding: 10px 0px 10px;
}

.post-edit-option li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.free-trail-note {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0 0 0;
  gap: 10px;
}

.free-trail-note img {
  width: 20px;
  height: auto;
}

.free-trail-note p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.add-class-plan-form input[type="checkbox"],
.move-class-plan-form input[type="checkbox"],
.remove-class-plan-form input[type="checkbox"] {
  padding: 0px !important;
}



.remove-modal-content .remove-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.remove-modal-content p {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  text-align: center;
  color: #546747;
  margin-top: 15px;
}

.remove-class-plan-form button#return-to-back-btn {
  border: 1px solid #dbdbdb;
  background: transparent;
  color: #584C45;
}

.remove-class-plan-form button#return-to-back-btn:hover {
  border: 1px solid #546747;
  background: #546747;
  color: #FFF;
}

.delete-class-plan-form button#return-to-back-btn {
  border: 1px solid #dbdbdb;
  background: transparent;
  color: #584C45;
}

.delete-class-plan-form button#return-to-back-btn:hover {
  border: 1px solid #546747;
  background: #546747;
  color: #FFF;
}

.class-plan-toggle-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 200px;
  margin-right: 15px;
  cursor: pointer;
}

.top-bar-class-plan-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  flex-wrap: wrap !important;
  row-gap: 15px !important;

}

.class-plan-toggle-option img {
  width: auto;
}

.class-plan-toggle-wraper {
  position: relative;
}

.class-plan-toggle-option img {
  width: auto !important;
  border: none !important;
  height: auto !important;
}

.class-plan-toggle-wraper ul {
  margin: 0;
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.edit-class-plan img,
.delete-class-plan img {
  width: 30px;
  height: 30px;
}

.class-plan-toggle-wraper span.edit-class-plan,
.class-plan-toggle-wraper span.delete-class-plan {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px;
  gap: 10px;
  cursor: pointer;
}

.edit-class-plan span,
.delete-class-plan span {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #181a1c;
}

.class-plan-toggle-wraper ul {
  width: 230px;
  position: absolute;
  right: 15px;
  top: 48px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.class-plan-toggle-wraper ul::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: -10px;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.class-plan-toggle-wraper li {
  padding: 10px 0px 10px;
}

.class-plan-toggle-wraper li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.add-to-class-plan-single {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
  z-index: 9;
}

span.add-class-plan {
  cursor: pointer;
}

.class-plan-videos-lists .see-all-video-row h3,
.class-plan-videos-lists .see-all-Podcasts-row h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  color: #000000;
}

.class-plan-videos-lists .see-all-video-row,
.class-plan-videos-lists .see-all-Podcasts-row {
  justify-content: space-between;
  align-items: center;
}

.class-plan-videos-lists .see-all-video-row,
.class-plan-videos-lists .see-all-Podcasts-row {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.class-plan-videos-lists .see-all-Podcasts-row {
  margin-bottom: 20px;
}

.class-plan-videos-lists .see-all-video-row {
  margin-bottom: 10px;
}

.class-plan-videos-lists a.see-all-video,
.class-plan-videos-lists a.see-all-Podcasts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  gap: 10px;
  /* border: 1px solid #584C45; */
  border-radius: 100px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 155%;
  text-align: center;
  color: #fff;
  background: #584C45;
}

.class-plan-videos-lists a.see-all-video:hover,
.class-plan-videos-lists a.see-all-Podcasts:hover {
  background: #516740;
  color: #fff;
}

.user_dashboard_sec .post-edit-option {
  display: none;
}

.see-all-Podcasts-list a.box {
  all: unset;
  display: grid !important;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.see-all-Podcasts-list .main-podcast-box .post_remove {
  right: 20px;
}

.top-bar-class-plan-listing h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #584C45;
  text-transform: capitalize;
  margin: 0;

}

/* .class-plan-videos-lists button.slick-arrow {
  top: -36px !important;
  right: 50px !important;
} */

/* .class-plan-videos-lists button.slick-prev {
  top: -36px !important;
  right: 97px !important;
} */

.single-video-library .edit-delete-btn {
  display: none;
}

.discount_applied a.remove-coupon {
  color: #546747;
  font-weight: 700;
}

.discount_applied a.remove-coupon:hover {
  color: #584C45;
}

.video-selection-area,
.thumbnail-selection-area,
.woe-thumbnail-selection-area,
.woe-video-selection-area {
  position: relative;
}

a.remove-selected-video,
a.remove-selected-thumbnail,
a.woe-remove-selected-video,
a.woe-remove-selected-thumbnail {
  all: unset;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

a.remove-selected-video>svg,
a.remove-selected-thumbnail>svg,
a.woe-remove-selected-video>svg,
a.woe-remove-selected-thumbnail>svg {
  width: 100%;
  height: 100%;
}

a.remove-selected-video:hover>svg {
  fill: aquamarine;
}

input#active_date,
input#active_date::-webkit-datetime-edit,
input#active_date::-webkit-datetime-edit-text,
input#active_date::-webkit-datetime-edit-month-field,
input#active_date::-webkit-datetime-edit-day-field,
input#active_date::-webkit-datetime-edit-year-field {
  color: #000 !important;
}

.combine-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.archive_video_btn a {
  color: #546747;
  font-weight: 600;
  font-size: 16px;
  line-height: 155%;
}

.archive_video_btn a:hover {
  color: #f9b73d;
  text-decoration: underline !important;
}

a.uncategorized_video_restore_btn {
  margin-right: 10px;
}

.radio-label:hover .edit-delete-btn a img {
  filter: brightness(100);
}

.class-plan-videos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.all-latest-slider.class-plan-videos-list>a {
  flex: 0 0 24%;
}

.top-bar-class-plan-listing-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.top-bar-class-plan-listing-right>.post_remove {
  margin-bottom: 0;
}

.top-bar-class-plan-listing-right>.class_plan_view_all a {
  background-color: #584C45;
  padding: 8px 20px;
  border-radius: 100px;
  color: #fff;
}

.top-bar-class-plan-listing-right>.class_plan_view_all a:hover {
  background-color: var(--primary-color);
  color: white;
}

.class-plan-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.add-new-class-plan-btn {
  background: var(--primary-color);
  padding: 12px 20px;
  border-radius: 60px;
  /* min-width: 242px; */
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
}

a.add-new-class-plan-btn:hover {
  background: #BCC8BA;
  color: #584C45;
}

a.add-new-class-plan-btn span {
  width: 36px;
  height: 36px;
  background: #BCC8BA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.5s all ease;
}

a.add-new-class-plan-btn span path {
  fill: #584C45;
}


a.add-new-class-plan-btn:hover span {
  background: var(--primary-color);
}

a.add-new-class-plan-btn:hover span path {
  fill: #fff;
}

.class-plan-videos-list button.slick-arrow {
  display: none !important;
}

span.Uncategorized {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 6px;
  height: 20px;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
}

span.newly {
  background-color: #f9b73d33;
  color: black;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 6px;
  height: 20px;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
}

/* Video Skeleton CSS */
/* 🎬 Simple Responsive Video Skeleton */
:root {
  --skeleton-bg: #e9e9ee;
  --skeleton-highlight: #f6f7fb;
  --skeleton-duration: 1.2s;
  --skeleton-radius: 8px;
}

/* Skeleton Box */
.video-skeleton {
  width: 100%;
  /* ✅ fills parent width */
  aspect-ratio: 16 / 9;
  /* ✅ height auto adjusts */
  background: linear-gradient(90deg,
      var(--skeleton-bg) 0%,
      var(--skeleton-highlight) 50%,
      var(--skeleton-bg) 100%);
  background-size: 200% 100%;
  border-radius: var(--skeleton-radius);
  overflow: hidden;
  animation: skel-shimmer var(--skeleton-duration) linear infinite;
}

@keyframes skel-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.all-latest-slider .box .img .video-skeleton {
  height: 175px;
  aspect-ratio: unset;
}

/* NEW CSS START */

.video_lib_wrapper .head_36 h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #584C45;
}

.modal-content .head_40 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 133%;
  text-align: center;
  text-transform: capitalize;
  color: #516740;
}

.modal-content .logo_icon img {
  width: auto;
  height: auto;
}

#add-class-plan-modal .head_40 h2 {
  font-weight: 600;
  /*   text-transform: capitalize; */
}

#add-new-class-plan-modal .modal-content .head_40 h2 {
  text-transform: unset;
}

.user-profile-page .head_40.left h2 {
  font-family: "Helvetica World" !important;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #516740;
}

.admin-box-image img {
  width: 119px;
  height: 119px;
}

.user-box-image img {
  width: 106px;
  height: 106px;
}

.Featured-listining ul {
  row-gap: 15px;
}

/* NEW CSS END */

.categories-item-acc .acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 10px 10px;
}

.categories-management .categories-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
}

.categories-management .categories-list .categories-item-acc {
  width: 100%;
}

.acc-head .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
}

.acc-head .left span.categories-name {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  text-transform: capitalize;
  color: #584C45;
}

.acc-head .left span.categories-count {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 30px;
  height: 30px;
  background: #F0F2F4;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  text-align: center;
  color: #584C45;
}

.categories-item-acc .right {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center;
  padding: 0px;
  gap: 15px;
}

.categories-item-acc .right a.acc-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 30px;
  height: 30px;
  background: #F0F2F4;
  border-radius: 200px;
  flex: none;
  order: 1;
  flex-grow: 0;
  transition: background 0.3s ease;
}

.categories-item-acc .right a.acc-toggle svg {
  transition: transform 0.3s ease;
}

.categories-item-acc .right a.acc-toggle.active-toggle {
  background: #516740;
}

.categories-item-acc .right a.acc-toggle.active-toggle svg {
  transform: rotate(90deg);
  filter: brightness(10);
}

.categories-item-acc .right a {
  cursor: pointer;
}

.acc-body .sub-categories-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categories-item-acc .acc-body {
  padding: 20px 20px;
  display: none;
}

.sub-categories-item .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
}

.sub-categories-item .left span.sub-categories-name {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  color: #584C45;
}

.sub-categories-item .left span.sub-categories-count {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  flex: none;
  order: 2;
  flex-grow: 0;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
}

.add-subcategory-btn {
  display: flex;
  justify-content: end;
  margin-top: 0px;
}

.add-subcategory-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.add-subcategory-btn .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-subcategory-btn .btn-text {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #584C45;
}

.categories-item-acc .acc-body .sub-categories-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.video-thimbnail img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  object-fit: cover;
}

.video-thimbnail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.video-thimbnail>a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-thimbnail p.video-name {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #584C45;
  margin: 0;
}

.add-videos span.uploading-video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  gap: 10px;
  background: #dbe8ff;
  border-radius: 100px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  text-align: center;
  color: #000000;
  width: fit-content;
}

.add-videos .processing-video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  gap: 10px;
  background: #dbdbdb;
  border-radius: 100px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  text-align: center;
  color: #000000;
  width: fit-content;
}

.move-video-form .field .input_box select,
.unarchive-video-form .field .input_box select {
  padding-left: 15px;
}

.move-video-form-fields-wraper,
.unarchive-video-form-fields-wraper {
  height: 450px;
  overflow-y: auto;

  /* Hide scrollbar but keep scroll functional */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.move-video-form-fields-wraper::-webkit-scrollbar,
.unarchive-video-form-fields-wraper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.categories-management a.add-category-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 26px;
  gap: 10px;
  background: #506243;
  border-radius: 100px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #fff;
  transition: ease 0.3s;
}

.categories-management a.add-category-btn:hover {
  background: #BCC8BA;
  color: #584C45;
}

.categories-management a.add-category-btn span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.5s all ease;
  background: #BCC8BA;
}

.categories-management a.add-category-btn span path {

  fill: #584C45;

}

.categories-management a.add-category-btn:hover span {
  background: #506243;
}

.categories-management a.add-category-btn:hover span path {
  fill: #fff;
}

.all-latest-slider.category-all-videos {
  display: flex;
  flex-wrap: wrap;
}

.all-latest-slider.category-all-videos>a {
  flex: 0 0 24%;
}

.all-latest-slider.category-all-videos .video_box_wrapper {
  flex: 0 0 24%;
}

.video_detail_sec2 .post_remove {
  position: absolute;
  right: 25px;
  z-index: 99;
  top: 25px;
}

section.video_detail_sec2 {
  position: relative;
}

.video_detail_sec2 .post_remove a.vertical_dots {
  background: rgba(88, 76, 69, 0.9) !important;
  border: 0px !important;
}

.video_detail_sec2 .post_remove a.vertical_dots img {
  filter: brightness(100);
}

.view-all-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-all-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  gap: 10px;
  width: 132px;
  border: 1px solid #584C45;
  border-radius: 100px;
  height: 40px;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  text-align: center;
  color: #fff;
  transition: ease all 0.3s !important;
  background-color: #584C45;
}

.view-all-btn a:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.sort-by span {
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1a1f2c;
}

.sort-by {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.sort-by select {
  width: 88px;
  height: 35px;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  padding: 0 10px;
  appearance: none;
  background-image: url(/wp-content/uploads/2025/11/Path.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 66px center;
}

.new_uncategorized_videos_dashboard_table .dt-container:has(.dt-empty) .dt-paging,
.new_uncategorized_videos_dashboard_table .dt-container:has(.dt-empty) .dt-info {
  display: none !important;
}

.new_uncategorized_videos_dashboard_table .dt-container:not(:has(.dt-empty)) .dt-paging[aria-label="pagination"]:has(button.dt-paging-button.disabled.next[aria-disabled="true"]) {
  display: none !important;
}

.add_videos_dashboard_table .dt-container:has(.dt-empty) .dt-paging,
.add_videos_dashboard_table .dt-container:has(.dt-empty) .dt-info {
  display: none !important;
}

.add_videos_dashboard_table .dt-container:not(:has(.dt-empty)) .dt-paging[aria-label="pagination"]:has(button.dt-paging-button.disabled.next[aria-disabled="true"]) {
  display: none !important;
}

.post-type-archive-video-library span.add-class-plan {
  position: absolute;
  right: 10px;
  top: 10px;
}

.video_lib_sec .Featured-listining ul {
  margin-bottom: 15px;
}

.categories-list a.drag-icon {
  cursor: grab;
}

.categories-list a.drag-icon:active {
  cursor: grabbing;
}

.sidebar_links .has-submenu.active .dropdown-toggle {
  transform: rotate(180deg);
}

/* .sidebar_links .has-submenu.active {
  transform: rotate(180deg);
} */


/* Playlist CSS Start */
.no-post {
  text-align: center;
  font-size: 20px;
}

.playlist-name-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  flex-wrap: wrap;
}

.playlist-name-box>a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  gap: 0;
  border-radius: 10px;
  background: #F0F2F4;
  flex: 0 0 49%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.playlist-name-box h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
  margin: 0;
}

.playlist-name-box span {
  padding: 8px 10px;
  width: 150px;
  background: transparent;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #516740;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  justify-content: center;
  border: 1px solid #506243;
}

.playlist-name-box span svg path {
  stroke: #506243;
  /* fill: #506243;    */
}

.read-all {
  padding: 13px 20px;
}

.read-all a {
  color: var(--primary-color);
}

.read-all a:hover {
  color: var(--secondary-color) !important;
}

.suggestion-video-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video_lib_sec:not(:last-child) {
  margin-bottom: 30px;
}

.all-latest-slider .box p {
  width: 90%;
}

.category-videos-list-detail-page>a,
.podcasts_sec1 .box,
.all-latest-slider.class-plan-videos-list>a {
  position: relative;
}

.category-videos-list-detail-page .drag-btn,
.podcasts_sec1 .box .drag-btn,
.all-latest-slider.class-plan-videos-list>a .drag-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: grab;
  width: 15px;
  height: 24px;
  background: url(/wp-content/themes/pilatesnosara-child/icons/drag-icon.png);
}

.drag-btn svg {
  display: none;
}

.all-latest-slider.category-all-videos>a.dragging,
.class-plan-videos-list-detail>a.dragging {
  display: none !important;
}

.category-videos-list-detail-page>a:only-child .drag-btn,
.podcasts_sec1 .row>div:only-child .drag-btn,
.all-latest-slider.class-plan-videos-list>a:only-child .drag-btn {
  display: none;
}





/* 

.dashboard_head .head_40.left {padding-left: 60px;}

.video_detail_sec1 .exit_icon.back a {
    position: absolute;
    top: 25px;
} */




.profile-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.profile-btn-wrapper a.profile-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  gap: 13.57px;
  background: #BCC8BA;
  border-radius: 135.714px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
  text-align: center;
}

.profile-btn-wrapper a.profile-btn:hover {
  background: #506243;
  color: #fff;
}

.community_box_two .left_col_side .post_boxes .box .para_16 p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: #584C45;
}


.coupon-details-wraper h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #584C45;
}


.profile_sec .row {
  row-gap: 30px;
}



.profile_sec .box.image_edit_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;

  position: relative;
}

.profile_sec .box.image_edit_box .content-wrapper {
  text-align: left;
  width: 80%;
}


.profile_sec .box.image_edit_box .head_24 h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #506243;
}


.back_with_text .head_40 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px !important;
  line-height: 133% !important;
  color: #506243 !important;
  text-transform: capitalize;
}



.disclaimer-form h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #584C45;
}



.schedule_box .heading {
  margin-bottom: 20px;
}

.schedule_box .heading h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: #516740;
  width: 70%;
  margin: auto;
}



.schedule_box .image-wraper img {
  width: 100%;
}

.schedule_box .content {
  padding-top: 20px;
}

.schedule_box .content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}

.schedule_box .text {
  margin-bottom: 20px;
}

.schedule_box .text p {
  width: 80%;
  margin: auto;
}


.user_studio_podcast_sec .modal-footer a {
  background: #BCC8BA;
  color: #584C45;
}


.user_studio_podcast_sec .modal-footer a:hover {
  background: var(--primary-color);
  color: #fff;
}


.video-acc-toggle-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 36px;
  height: 36px;
  background: #584C45;
  border-radius: 200px;
  transition: all ease 0.3s;
  cursor: pointer;
}


.video-acc-item {
  background: #FFFFFF;
  box-shadow: 4px 4px 179.5px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 10px 16px;
  transition: all ease 0.3s;
}

.video-acc-item:hover,
.video-acc-item.active {
  background: #BCC8BA;
}

.video-acc-body {
  display: none;
}

.video-acc-item .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}



.video-acc-item .right .total-count p {
  margin: 0;
  color: #584C45;
  font-size: 14px;
  font-weight: 400;
}


.video-acc-head {
  cursor: pointer;
  overflow: hidden;
}

.video-acc-item.active .video-acc-head {
  cursor: auto;
}


.video-acc-item.active .video-acc-body {
  display: block;
}

.video-acc-item .video-acc-toggle-btn svg {
  transition: all ease 0.3s;
}

.video-acc-item.active .video-acc-toggle-btn {
  background: #546747;
}

.video-acc-item.active .video-acc-toggle-btn svg {
  transform: rotate(90deg);
}

.video-acc-item .view-all-btn {
  display: flex;
  justify-content: end;
}


.video-acc-item .view-all-btn a {
  background: #584C45;
  color: #fff;
}




.video-acc-item .view-all-btn a:hover {
  background: #546747;
  color: #fff;
}




.video-acc-item .Featured-listining ul li a.active,
.video-acc-item .Featured-listining ul li a:hover {
  background: #584C45;
  border-color: #584C45;
  color: #fff;
}


.video-acc-item .Featured-listining ul li a {

  background: transparent;
  border-color: #584C45;
  color: #584C45;

}


.video_detail_sec1 .exit_icon.back span {
  display: none;
}

.class-plan-videos-lists .exit_icon.back span {
  display: none;
}


.video_lib_wrapper .exit_icon.back span {
  display: none;
}

.class-plan-videos-lists .exit_icon.back {
  margin-left: 0;
}

.video_lib_wrapper .exit_icon.back {
  margin-left: 0;
}

.video_lib_wrapper .exit_icon.back {
  display: none;
}


.class-plan-videos-lists .exit_icon.back a:hover img {
  filter: brightness(0);
}

.video_lib_wrapper .exit_icon.back a:hover img {
  filter: brightness(0);
}



.exit_icon.back a {
  position: absolute;
  top: 22px;
  background: transparent !important;
}

.class-plan-videos-lists .exit_icon.back a {
  top: 22px;
}


.single-video-library .dashboard_head,
.single-conversation .dashboard_head,
.single-playlist .dashboard_head,
.single-workshop .dashboard_head {
  padding-left: 50px;
}


.page-template-discounts-and-coupons:has(.coupon-details-wraper) .dashboard_head {
  padding-left: 50px;
}

.page-template-discounts-and-coupons:has(.coupon-details-wraper) .coupon-details-wraper .actions {
  padding: 20px 0px;
}


.page-template-class-plan:has(.class-plan-videos-lists .back) .dashboard_head {
  padding-left: 50px;
}


.post-type-archive-video-library:has(.video_lib_sec.category-detail-page) .dashboard_head {
  padding-left: 50px;
}

.post-type-archive-video-library:has(.video_lib_sec.category-detail-page) .back {
  display: block !important;
}

.post-type-archive-video-library:has(.video_lib_wrapper .no-post.global-message) .back {
  display: block !important;
}

.page-template-community:has(.exit_icon.back) .dashboard_head {
  padding-left: 50px;
}

.page-template-community .exit_icon.back {
  margin-left: 0px;
}

.page-template-community .exit_icon.back a:hover img {
  filter: brightness(0);
}



.log-out-modal::before {
  content: '';
  width: 150px;
  height: 150px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-image: url(/wp-content/uploads/2025/12/log-out-start.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.log-out-modal {
  overflow: hidden;
}



.header-dropdown-wrapper {
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.header-dropdown-wrapper ul {
  margin: 0px;
  position: absolute;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 10px 10px;
  width: 200px;
  right: -17px;
  top: 65px;
}

.header-dropdown-wrapper ul::before {
  content: "";
  position: absolute;
  right: 11px;
  width: 10px;
  height: 10px;
  top: -10px;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 10;
}

.header-dropdown-wrapper ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DBDBDB;
}

.header-dropdown-wrapper ul li .Profile,
.header-dropdown-wrapper ul li .Logout {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;

}







/* globle tooltip  */
[data-alt-tooltip] {
  position: relative;
  cursor: pointer;
}

/* Default → Right */
[data-alt-tooltip]::after {
  content: attr(data-alt-tooltip);
  position: absolute;
  bottom: -30px;
  right: 0;
  /* min-width: 70px;
    max-width: 200px; */
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease, transform 0.2s ease;
  z-index: 9999;
  transform: translateY(-4px);
  text-align: center;
}

/* Left side */
[data-alt-tooltip].tooltip-left::after {
  right: 0;
  left: auto;
}

/* Hover → show */
[data-alt-tooltip].hover::after {
  opacity: 1;
  transform: translateY(0);
}





.coupon-details-wraper a.edit-coupon-btn,
.coupon-details-wraper a.del-coupon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}






div#Paymentdetails .modal-content::before {
  content: '';
  width: 150px;
  height: 150px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-image: url(/wp-content/uploads/2025/12/log-out-start.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

div#Paymentdetails .modal-content {
  overflow: hidden;
}




.is-user .category-detail-page .Featured-listining {
  display: block !important;
}





.video_lib_sec.category-detail-page.video-acc-item {
  background: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}

.video_lib_sec.category-detail-page.video-acc-item:hover {
  background: none;
}

.video_lib_sec.category-detail-page.video-acc-item .Featured-listining ul li a.active,
.video_lib_sec.category-detail-page.video-acc-item .Featured-listining ul li a:hover {
  background: #BCC8BA;
  border-color: #BCC8BA;
  color: #584C45;
}

.video_lib_sec.category-detail-page.video-acc-item .Featured-listining ul li a {
  color: #584C45;
  background: #ffffff;
  border: 1px solid #dbdbdb;
}

.video_lib_sec.category-detail-page .view-all-btn a {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #584C45;
  background-color: #584C45 !important;
}

.video_lib_sec.category-detail-page .view-all-btn a:hover {
  background: #546747 !important;
  border: 1px solid #546747 !important;
}






.view-switcher {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 10px;
  border-radius: 30px;
  padding: 4px;
  width: 160px;
  background: #FFFFFF;
  box-shadow: 4px 4px 179.5px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  transition: all ease 0.3s;
}





.switch-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 42px !important;
  font-size: 14px !important;
  line-height: 142%;
  color: #584C45 !important;
}

.switch-btn:focus,
.switch-btn.active:focus {
  box-shadow: none !important;
  border: 0 !important;
}

.switch-btn .btn-text,
.switch-btn .btn-icon {
  transition: opacity 0.35s ease;
}

.switch-btn.active {
  background: #BCC8BA;
  border-radius: 100px;
  font-family: 'Helvetica World';
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 142%;
  color: #584C45 !important;
  width: 120px;

}

.switch-btn .btn-text {
  display: none;
}

.switch-btn.active .btn-text {
  opacity: 1;
  font-size: 14px !important;
  line-height: 142%;
  color: #584C45 !important;
}

.switch-btn.active .btn-icon {
  opacity: 0;
}

.switch-btn.inactive .btn-text {
  opacity: 0;
  color: transparent !important;

}

.switch-btn.inactive .btn-icon {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.searching_bar .right {
  display: flex;
  gap: 15px;
}



/* for user  */

.for-user span.add-class-plan {
  top: 20px;
  right: 20px;
}

.for-user .list-view span.add-class-plan {
  top: 10px;
  right: 10px;
}

.for-user a.box {
  position: relative;
}

.for-user .list-view a.box {
  flex: 0 0 100% !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  transition: none !important;
}

.for-user .grid-view a.box {
  transition: none !important;
}

.for-user .list-view a.box .img {
  width: 80px;
  height: 80px;
}

.for-user .list-view a.box .img img {
  height: 100%;
}

.for-user .list-view a.box .img svg {
  width: 30px;
  height: 30px;
}

.for-user .list-view a.box h3 {
  margin-top: 0;
}

.for-user .list-view a.box .content-wrapper {
  width: 93%;
}


/* for admin  */


.for-admin .list-view .drag-btn {
  top: 15px;
  right: 60px;
}


.for-admin a.box,
.for-admin .video_box_wrapper {
  position: relative;
}

.for-admin .grid-view a.box,
.for-admin .grid-view .video_box_wrapper {
  transition: none !important;
}

.for-admin .list-view a.box {
  flex: 0 0 100% !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  transition: none !important;
}

.for-admin .list-view .video_box_wrapper {
  flex: 0 0 100% !important;
}

.for-admin .list-view .video_box_wrapper a.vertical_dots {
  width: 32px !important;
  height: 32px !important;
  top: 23px;
  right: 22px;

}

.for-admin .list-view .post_remove_wrapper ul {
  right: 5px;
  top: 66px;
}




.for-admin .list-view a.box .img {
  width: 80px;
  height: 80px;
}

.for-admin .list-view a.box .img img {
  height: 100%;
}

.for-admin .list-view a.box .img svg {
  width: 30px;
  height: 30px;
}

.for-admin .list-view a.box h3 {
  margin-top: 0;
}

.for-admin .list-view a.box .content-wrapper {
  width: 93%;
}




/* for conversation list view  */

.coversation-list-view.list-view .row {
  flex-direction: column;
  row-gap: 15px;
}

.coversation-list-view.list-view .row .col-md-6 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  transition: none !important;
}

.coversation-list-view.grid-view .row .col-md-6 {
  transition: none !important;
}



.podcasts_sec1 .row .col-md-6 {
  transition: 0.15s ease-out;
}

.coversation-list-view.grid-view .row a.box {
  transition: none !important;
}

.coversation-list-view.list-view .row a.box {
  display: flex;
  gap: 15px;
  transition: none !important;
}

.coversation-list-view.list-view .row .img {
  width: 80px;
  height: 80px;
  padding: 0px;
  margin: 0;
}

.coversation-list-view.list-view .row .img img {
  height: 100%;
}

.coversation-list-view.list-view .row .img svg {
  width: 30px;
  height: 30px;
}

.coversation-list-view.list-view .row .content {
  width: 93% !important;
}

.coversation-list-view.list-view .row .convo-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.coversation-list-view.list-view .row .convo-content-wrapper .center {
  margin: 0;
}

.coversation-list-view.list-view .row .convo-content-wrapper p {
  margin: 0;
}

.coversation-list-view.list-view .row .content h5 {
  margin-bottom: 10px;
}


.coversation-list-view.list-view .row a.box .drag-btn {

  top: 13px;
  right: 60px;
}





/* for workshop grid view  */




.workshop-list-view.grid-view .row a.box {
  display: flex;
  flex-direction: column;
}

.workshop-list-view.grid-view .row a.box .img {
  width: 100%;
}

.workshop-list-view.grid-view .row a.box .content {
  width: 100%;
  padding-top: 20px;
}

.workshop-list-view.grid-view .row a.box .convo-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.workshop-list-view.grid-view .row a.box .convo-content-wrapper .center {
  margin: 0;
}



.workshop-list-view.grid-view .row a.box .convo-content-wrapper .duration span {
  font-size: 12px;
  color: #000;
}


.workshop-list-view.list-view .row a.box .convo-content-wrapper .duration span {
  font-size: 12px;
  color: #000;
}


.workshop-list-view.list-view .row .col-md-3 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  transition: none !important;
}


.podcasts_sec1 .row .col-md-6 {
  transition: 0.15s ease-out;
}





/* for class plan list view  */

.class-plan-view-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}


.class-plan-videos-lists.list-view .row {
  flex-direction: column;
}

.class-plan-videos-lists.list-view .see-all-video-row {
  flex-direction: row;
}

.class-plan-videos-lists.list-view .row .col-md-3 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}


.class-plan-videos-lists.list-view .row .col-md-3 a.box {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  position: relative;
}

.class-plan-videos-lists.grid-view .row .col-md-3 a.box .post-edit-option span.vertical_dots {
  top: 30px;
  right: 45px;
}

.class-plan-videos-lists.list-view .row .col-md-3 a.box .post-edit-option span.vertical_dots {
  top: 10px;
  right: 10px;
}

.class-plan-videos-lists.list-view .row .col-md-3 a.box .img {
  width: 80px;
  height: 80px;
}

.class-plan-videos-lists.list-view .row .col-md-3 a.box .box-content-wrapper {
  width: 90%;
}

.class-plan-videos-lists.list-view .row .col-md-3 a.box .img img {
  height: 100%;
}

.class-plan-videos-lists.list-view .row .col-md-3 a.box .img svg {
  width: 30px;
  height: 30px;
}

.class-plan-videos-lists.list-view .row .col-md-3 a.box .box-content-wrapper h3 {
  margin-top: 0px;
}





li.has-submenu.active .dropdown-toggle {
  color: #526546;
}


svg.thumbnail-img {
  fill: #546747;
}

svg.video-img path {
  fill: #546747;
}



.profile_members ul li:first-child .profile-btn-wrapper {
  gap: 10px;
}


.video_lib_sec.category-detail-page .view-all-btn {
  display: none;
}


.playlist-track .audio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.playlist-track .audio-list iframe {
  width: 47%;
}




.video_lib_sec .grid-view .duration {
  display: none;
}






.video_lib_sec .duration span {
  font-size: 12px;
  color: #000;
}

.video_lib_sec .list-view .duration {
  display: flex;
  margin-bottom: -20px;
  align-items: center;
  gap: 10px;
  width: 150px;
  justify-content: end;
}


.video_lib_sec .list-view .duration-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.header-dropdown-wrapper .user-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.header-dropdown-wrapper .user-icon {
  display: none;
}


.user_dashboard_sec .user-front-video {
  position: relative;
  width: 100%;
}

.user_dashboard_sec .user-front-video .video-wrapper {
  width: 100%;
  border-radius: 20px;
}

.user_dashboard_sec .user-front-video .video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.user_dashboard_sec .user-front-video .video-wrapper video::-webkit-media-controls {
  display: none !important;
}

.user_dashboard_sec .user-front-video .video-wrapper video::-webkit-media-controls-panel {
  display: none !important;
}

.user_dashboard_sec .user-front-video .video-wrapper video::-webkit-media-controls-play-button {
  display: none !important;
}

.user_dashboard_sec .user-front-video .video-wrapper video::-webkit-media-controls-start-playback-button {
  display: none !important;
}


.header-dropdown-wrapper a.header-dropdown {
  margin-bottom: 3px;
}


.header-dropdown-wrapper .text {
  padding: 10px 0px;
  border-bottom: 1px solid #536546;
  margin-bottom: 20px;
  display: none;
}

.header-dropdown-wrapper .text h6 {
  font-size: 14px;
  font-weight: 700;
}


div#imageView .modal-content .modal-body {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

div#imageView .modal-body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div#imageView .modal-content {
  width: 100%;
  background-color: #202020 !important;
}

div#imageView>div {
  max-width: 1000px !important;
}


section.video_detail_sec2 h6.desc {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 142%;
  color: #506243;
  margin-top: 28px;
}




.code_number_fields input.otp-input {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #DCE0E4;
  border-radius: 8px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
  padding: 0px !important;
}

.code_number_fields input.otp-input:focus {
  outline: none !important;
}

#two-factor-modal .logo_icon {
  text-align: center;
  margin-bottom: 30px;
}

#two-factor-modal .para_18 p {
  text-align: center;
}

#two-factor-modal .resend_code {
  text-align: center;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: #584C45;
}

#two-factor-modal .resend_code a#resend-2fa-code {
  color: #506243;
  font-weight: 700;
}

#two-factor-modal .modal-content {
  padding: 20px 20px;
}

#two-factor-modal .content {
  margin-bottom: 25px;
}

#two-factor-modal button#verify-2fa-btn {
  width: 200px;
  margin: auto;
}






.active-two-factor-switchere-btn .toggle {
  width: 105px;
  height: 38px;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0 10px;
}

/* Deactive State (Default) */
.active-two-factor-switchere-btn .toggle.deactive {
  background-color: #f5b7b1;
}

.active-two-factor-switchere-btn .toggle.deactive .circle {
  left: 5px;
  background-color: #e74c3c;

}

.active-two-factor-switchere-btn .toggle.deactive .label {
  margin-left: auto;
  /* Text ko right side pe dhakelnay ke liye */
  color: #584C45;
  font-size: 14px;
}

/* Active State */
.active-two-factor-switchere-btn .toggle.active {
  background-color: #c4f1c4;
}

.active-two-factor-switchere-btn .toggle.active .circle {
  left: calc(100% - 30px);
  /* Circle right side chala jayega */
  background-color: #3cd21e;
}

.active-two-factor-switchere-btn .toggle.active .label {
  margin-right: auto;
  /* Text ko left side pe rakhne ke liye */
  color: #000;
  font-size: 14px;

}

/* Circle Animation */
.active-two-factor-switchere-btn .toggle .circle {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.two-factor-switcher-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: self-start;
  gap: 15px;
  margin-top: 30px;

}


.two-factor-switcher-wrapper h4.two-factor-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 142%;
  color: #506243;
  margin: 0;
}


.post_remove_wrapper a.vertical_dots {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px !important;
  background: rgba(88, 76, 69, 0.9) !important;
  border: 0px !important;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 15;
  transition: none !important;
}

.post_remove_wrapper {
  position: relative;
}


.post_remove_wrapper ul {
  margin: 0px;
  position: absolute;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 5px 10px;
  width: 195px;
  right: 20px;
  top: 80px;

}

.post_remove_wrapper ul li:not(:last-child) {
  border-bottom: 1px solid #e9eef4;
}

.post_remove_wrapper ul::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  top: -10px;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 20;
}

.post_remove_wrapper ul li a {
  border: 0;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px;
  align-items: center;
  border-radius: 0;
  background-color: #fff;
}

.post_remove_wrapper ul li a:hover {
  background-color: #fff;

}



.workshop-list-view .main-podcast-box .post_remove_wrapper {
  position: relative !important;
}

.workshop-list-view.grid-view .main-podcast-box .post_remove_wrapper ul,
.workshop-list-view.list-view .main-podcast-box .post_remove_wrapper ul {
  z-index: 20 !important;
}



.workshop-list-view.grid-view .main-podcast-box .post_remove_wrapper ul {
  width: 210px;
  right: 14px !important;
  top: 75px !important;
}


.workshop-list-view.list-view .main-podcast-box .post_remove_wrapper ul {
  right: -5px !important;
  top: 50px !important;
}

.workshop-list-view.grid-view .main-podcast-box .post_remove_wrapper ul::before,
.workshop-list-view.list-view .main-podcast-box .post_remove_wrapper ul::before {
  z-index: 20 !important;
}


.workshop-list-view.grid-view .main-podcast-box .post_remove_wrapper a.vertical_dots {
  position: absolute !important;

  right: 20px !important;
  top: 20px !important;
  z-index: 15 !important;
  transition: none !important;
}


.workshop-list-view.list-view .main-podcast-box .post_remove_wrapper a.vertical_dots {
  position: absolute !important;

  right: 5px;
  top: 5px;
  z-index: 15 !important;
  transition: none !important;
}

.workshop-list-view.list-view .main-podcast-box .post_remove_wrapper a.vertical_dots {
  width: 32px !important;
  height: 32px !important;
  transition: none !important;
}





.coversation-list-view .main-podcast-box .post_remove_wrapper {
  position: relative !important;
}




.coversation-list-view.grid-view .main-podcast-box .post_remove_wrapper ul,
.coversation-list-view.list-view .main-podcast-box .post_remove_wrapper ul {
  z-index: 20 !important;
}



.coversation-list-view.grid-view .main-podcast-box .post_remove_wrapper ul {
  width: 210px;
  right: 4px;
  top: 66px;
}


.coversation-list-view.list-view .main-podcast-box .post_remove_wrapper ul {
  right: -5px !important;
  top: 55px !important;
}


.coversation-list-view.grid-view .main-podcast-box .post_remove_wrapper ul::before,
.coversation-list-view.list-view .main-podcast-box .post_remove_wrapper ul::before {
  z-index: 20 !important;
}


.coversation-list-view.grid-view .main-podcast-box .post_remove_wrapper a.vertical_dots {
  position: absolute !important;

  right: 10px;
  top: 10px;
  z-index: 15 !important;
  transition: none !important;
}


.coversation-list-view.list-view .main-podcast-box .post_remove_wrapper a.vertical_dots {
  position: absolute !important;
  right: 12px;
  top: 10px;
  z-index: 15 !important;
  transition: none !important;
}

.coversation-list-view.list-view .main-podcast-box .post_remove_wrapper a.vertical_dots {
  width: 32px !important;
  height: 32px !important;
  transition: none !important;
}


.post_remove_wrapper ul li a span {
  font-family: 'Helvetica World';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #584C45;
}


.podcasts_sec1.list-view .workshop-box .duration {
  width: 120px;
  justify-content: end;
  margin-bottom: -20px;
}

.podcasts_sec1.list-view .conversation-box .duration {
  width: 120px;
  justify-content: end;
  margin-bottom: -20px;
}



.video_detail_sec3.workshop-box .box .content h5 {
  -webkit-line-clamp: 1;
}

.video_detail_sec3.workshop-box .para_14 p {
  -webkit-line-clamp: 1;
}

.video_detail_sec3.workshop-box .box .img img {
  object-fit: cover;
  height: auto;
}


.video_detail_sec3.conversation-box .box .content h5 {
  -webkit-line-clamp: 1;
}

.video_detail_sec3.conversation-box .para_14 p {
  -webkit-line-clamp: 1;
}

.video_detail_sec3.conversation-box .box .img img {
  object-fit: cover;
  height: auto;
}




.video_detail_sec2 .box .left {
  width: 70%;
}

.video_detail_sec2 .box .right {
  width: 300px;
}


.workshop-list-view.list-view .row .img {
  width: 120px;
}


.all-latest-slider.category-all-videos .video_box_wrapper img {
  object-fit: cover;
}


.post-edit-option-single span.vertical_dots {
  top: 25px;
  right: 25px;
  z-index: 1;
  font-family: "Helvetica World" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #181a1c;
}

.post-edit-option-single ul {
  right: 25px;
  top: 80px;
}


span.vertical_dots.add-to-class-plan.add-to-class-plan-single {
  width: 190px;
  background: #fff;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.post-edit-option-single span.vertical_dots ul li span {
  cursor: pointer;
}



.suggestion-video-list span.add-class-plan {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* .all-latest-slider.suggestion-video-list {
  margin-top: 15px;
} */


.suggestion-video-list a.box {
  position: relative;
  margin-bottom: 10px !important;
}


a.close_btn svg {
  width: 20px;
  color: #546747;

}

.unlimited-checkbox {
  display: flex !important;
}


.all-latest-slider.class-plan-videos-lists.list-view {
  padding-bottom: 35px;
}


.green-btn a {
  background: #546747;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 36px;
}

.green-btn {
  display: flex;
  justify-content: center;
}

.green-btn a:hover {
  background: #BCC8BA;
  color: #584C45;
}

.lime-green-btn {
  display: flex;
  justify-content: center;
}

.lime-green-btn a {
  background: #BCC8BA;
  border-radius: 100px;
  color: #584C45;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 36px;

}


.lime-green-btn a:hover {
  background: #546747;
  color: #fff;
}

#ZipCode[disabled]::placeholder {
  color: #aaa !important;
}

.page-template-community .community_box_two .left_col_side .post_create_box .down img {
    height: 28px;
    width: 28px;
}  

.right_col_side .profile-btn-wrapper {
  gap: 10px;
}


/* intl-tel-input dropdown sizing */
.iti__country-list { width: 320px !important; max-height: 260px !important; overflow-y: auto !important; }
.iti__country-list .iti__country { padding: 6px 10px; }

/* Add-to-class-plan trigger — visual reflects whether the post is in any of the
   current user's class plans. .is-bound = solid icon, .is-unbound = inverted/ghost. */
.add-class-plan { cursor: pointer; }
/* Icons are pre-colored SVGs (AddtoClass / AddedtoClass) — no invert in any state. */
.add-class-plan img,
.add-class-plan:hover img { filter: none; }

/* "Add to Class Plan" + "Move to Class Plan" modals — share the same inner UX. */
#add-class-plan-modal .modal-body .content .head_40,
#move-class-plan-modal .modal-body .content .head_40 { width: 100%; text-align: center; margin-bottom: 18px; }

#add-class-plan-modal #add-class-plan-form,
#move-class-plan-modal #move-class-plan-form { display: block; width: 100%; }

#add-class-plan-modal #add-class-plan-form .field:not(.title-field),
#move-class-plan-modal #move-class-plan-form .field:not(.title-field) { display: block !important; width: 100% !important; margin-bottom: 12px; }

#add-class-plan-modal #add-class-plan-form .title-field,
#move-class-plan-modal #move-class-plan-form .title-field { display: none; width: 100%; margin-bottom: 12px; }

#add-class-plan-modal #add-class-plan-form .title-field.is-open,
#move-class-plan-modal #move-class-plan-form .title-field.is-open { display: block; }

#add-class-plan-modal .class-plan-checkbox,
#move-class-plan-modal .class-plan-checkbox { display: block !important; width: 100% !important; }

/* Unified label font size across heading, checkbox labels, toggle, title label */
#add-class-plan-modal .modal-body,
#add-class-plan-modal .class-plan-section-title,
#add-class-plan-modal .class-plan-checkbox .unlimited-checkbox,
#add-class-plan-modal .add-new-plan-toggle-wrap,
#add-class-plan-modal .title-field label,
#move-class-plan-modal .modal-body,
#move-class-plan-modal .class-plan-section-title,
#move-class-plan-modal .class-plan-checkbox .unlimited-checkbox,
#move-class-plan-modal .add-new-plan-toggle-wrap,
#move-class-plan-modal .title-field label {
  font-size: 14px; line-height: 1.4;
}

#add-class-plan-modal .class-plan-section-title,
#move-class-plan-modal .class-plan-section-title {
  display: block; width: 100%; text-align: left;
  font-weight: 600; opacity: 0.85;
  margin: 0 0 10px;
}

/* Existing-plan checkboxes — inline-flex chips, wrap on overflow */
#add-class-plan-modal .class-plan-checkbox .unlimited-checkbox,
#move-class-plan-modal .class-plan-checkbox .unlimited-checkbox {
  display: inline-flex !important; align-items: center; gap: 6px;
  width: auto;
  margin: 0 12px 8px 0;
  text-align: left;
}
#add-class-plan-modal .class-plan-checkbox .unlimited-checkbox input[type="checkbox"],
#move-class-plan-modal .class-plan-checkbox .unlimited-checkbox input[type="checkbox"] { flex: 0 0 auto; margin: 0; }

/* "Add New Class Plan" toggle — inlined chip */
#add-class-plan-modal .add-new-plan-toggle-wrap,
#move-class-plan-modal .add-new-plan-toggle-wrap {
  display: block !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  margin: 30px 12px 10px 0 !important;
  padding-top: 0 !important;
  text-align: left;
}

#add-class-plan-modal .class-plan-section-title.class-plan-section-title2,
#move-class-plan-modal .class-plan-section-title.class-plan-section-title2 {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  display: inline-flex !important;
  align-items: center;
}

.add-new-plan-toggle {
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
}

#add-class-plan-modal .title-field label,
#move-class-plan-modal .title-field label { display: block; margin-bottom: 4px; opacity: 0.85; }

#add-class-plan-modal .title-field .input_box,
#move-class-plan-modal .title-field .input_box { width: 100%; }

#add-class-plan-modal .title-field #class-plan-title,
#move-class-plan-modal .title-field #move-class-plan-title {
  width: 100%; max-width: 100%;
  padding: 6px 10px; height: 36px; line-height: 1.2;
}

/* Responsive — phones: stack chips full-width for tap-target comfort */
@media (max-width: 575px) {
  #add-class-plan-modal .modal-content,
  #move-class-plan-modal .modal-content { padding: 24px 20px !important; }
  #add-class-plan-modal .class-plan-checkbox .unlimited-checkbox,
  #move-class-plan-modal .class-plan-checkbox .unlimited-checkbox {
    display: flex !important;
    width: 100%;
    margin-right: 0;
  }
  #add-class-plan-modal .title-field #class-plan-title,
  #move-class-plan-modal .title-field #move-class-plan-title { max-width: 100%; }
}

.unlimited-checkbox.add-new-plan-toggle-wrap {
    padding: 0 !important;
}

span.class-plan-section-title.class-plan-section-title2 {
    padding-top: 30px;
}

#add-class-plan-modal #add-class-plan-form .field.is-hidden,
#move-class-plan-modal #move-class-plan-form .field.is-hidden,
#add-class-plan-modal #add-class-plan-form .field .add-new-plan-toggle-wrap.is-hidden,
#move-class-plan-modal #move-class-plan-form .field .add-new-plan-toggle-wrap.is-hidden,
#add-class-plan-modal .add-new-plan-toggle-wrap.is-hidden,
#move-class-plan-modal .add-new-plan-toggle-wrap.is-hidden,
#add-class-plan-modal .class-plan-checkbox.is-hidden,
#move-class-plan-modal .class-plan-checkbox.is-hidden {
    display: none !important;
}

.playlist-track .audio-list iframe.playlist-embed {
  width: 100%;
  max-width: 100%;
}


@media screen and (min-width: 1441px) and (max-width: 1800px) {
    .Login_page_sec .left-col::before {
        width: 150px !important;
        height: 150px !important;
    }
}


.post_remove a.vertical_dots:hover img {
    filter: brightness(100) !important;
}

 .post_remove a.vertical_dots img  {
    filter: brightness(0) !important;
}
.post_remove a.vertical_dots {
    background: transparent !important;
}

/* Add-to-Class pill — ONLY on main /video-library/ listing (scoped class, no bleed) */
.add-class-plan--labeled {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
}
.add-class-plan--labeled img { filter: none !important; pointer-events: none; }
.add-class-plan--labeled .class-plan-label {
  display: block;
  font-size: 11px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.add-class-plan--labeled.is-unbound { background: #B0BBAE; }
.add-class-plan--labeled.is-bound   { background: #584C45; }

/* Community feed — video processing placeholder (MediaConvert pending) */
.community-video-pending { position: relative; width: 100%; min-height: 220px; border-radius: 10px; overflow: hidden; background: #1c1c1c; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.community-video-pending .video-skeleton { position: absolute; inset: 0; background: linear-gradient(90deg, #232323 25%, #2e2e2e 37%, #232323 63%); background-size: 400% 100%; animation: pn-skeleton 1.4s ease infinite; }
.community-video-pending .video-processing-text { position: relative; z-index: 1; color: #cfd8cc; font-size: 14px; }
@keyframes pn-skeleton { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }
.post-video.community-hls { width: 100%; border-radius: 10px; background: #000; }
.is-user .profile_members ul li:first-child .profile-btn-wrapper { gap: 0px !important }


/* Class Plan page — scope the Add/Added pill so it doesn't conflict with the
   video-library card layout. Overlay it top-right of the card (absolute), like
   the video-library listing — NOT an in-flow full-width flex bar. */
.page-template-class-plan a.box { position: relative; }
.page-template-class-plan .add-class-plan--labeled {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: auto;
}
.page-template-class-plan .add-class-plan--labeled.is-unbound { background: #B0BBAE; }
.page-template-class-plan .add-class-plan--labeled.is-bound   { background: #584C45; }

.add-class-plan--labeled.is-bound   { background: #584C45; }

.pn-vl-card { position: relative; }
.pn-vl-card > .add-class-plan--labeled {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: auto;
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
    section.Login_page_sec > div {
        height: 125vh;
    }
}