/* General */
.page-template-dashboard header.elementor.elementor-792.elementor-location-header {
    display: none;
}
main.dashboard-main {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

	.profile-name{
    font-size:16px;
    font-weight:500;
    letter-spacing:0.8px;
    font-family: "Inter", Sans-serif;
}
button.favorite {
    background: white !important;
}
.page-template-dashboard footer.elementor.elementor-819.elementor-location-footer {
    display: none;
}

	.top-content {
    padding: 10px;
}
body { background:#f8fafc; }
.dashboard-container { 

    display:flex; 
   max-width: 100%;
    width: 100%; 
    margin:0 auto; 
    min-height:849px; 
		margin:10px;
 
}
.top-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

ul.sidebar-menu .active svg {
    fill: black !important;
}
ul.sidebar-menu li a:hover svg {
    fill: black !important;
}
h2.welcome-msg {
    color: white;
    font-size: 24px;
    line-height: 24px;
}
.xp-header h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
    padding-top: 16px;
}
	
.logout-link { margin-top:20px; display:block; text-align:center; color:#f87171; }

/* Main */
.dashboard-main { flex:1; padding:30px; padding-top:0px; }

/* Topbar */
.dashboard-topbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:20px; }
.user-profile { display:flex; align-items:center; gap:10px; }
.user-profile img { border-radius:50%; }

/***Banner */
.profile-banner {
    background: url("https://championshiplifeai.com/wp-content/uploads/2025/09/Group-1321319009.webp");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 225px;
    margin-bottom: -60px;
    position: relative;
}
.profile-header {
    margin-bottom: 38px;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    background:white;
    border-radius:16px;
    padding: 12px;
}
.profile-header {
    justify-content: space-between;
}
a.edit-profile {
    background: #001229;
    color: white;
    width: 147px;
    height: 45px;
    border-radius: 999px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    gap: 10px;
}
.profile-header img {
    border-radius: 8px;
    width: 60px;
    height: 60px;
}
.profile-info-detail h2 {
    color: #2D3748;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.profile-info-detail p {
    font-size: 14px;
    color: #718096;
    font-weight: 400;
}
.profile-header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(15.75px);
    -webkit-backdrop-filter: blur(15.75px);
    border-radius: 16px;
    border: 1px solid white;
}
.profile-info {
    display: flex;
    align-items: center;
    gap: 16.5px;
}
.profile-info-detail p {
    margin: 0px;
}
.profile-header {
    display: flex !important;
    align-items: center;
    width: 98%;
    margin: 0 auto;
}
.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.edit-icon {
    position: absolute;
  bottom: 0;
  right: 0;
  background: #E6F0FE;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1.5px 4.3px #0000000F;
  right: -4px;
}
.edit-icon svg {
  width: 14px;
  height: 14px;
  fill: #333;
}
/***profile box */
.user-dashboard-profile-box {
  font-family: "Inter", sans-serif;
  margin-top: 30px;
}
.udp-card.udp-profile-info h3 {
  font-family: "Inter", sans-serif;
    color: #2D3748;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom:12px;
}
.user-dashboard-profile-box .udp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.user-dashboard-profile-box .udp-card {
  flex: 1 1 300px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}
p.udp-bio {
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e1e299;
}
.udp-card.udp-stats h3 {
    font-family: "Inter", sans-serif;
    color: #2D3748;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
     padding-bottom:12px;
}

.udp-card.udp-settings h3 {
    font-family: "Inter", sans-serif;
    color: #2D3748;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
     padding-bottom:12px;
}
.udp-card.udp-profile-info strong {
    font-weight: 600;
}
.user-dashboard-profile-box .udp-profile-info p {
      margin-bottom: 12px;
    font-size: 14px;
    color: #000000B2;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
.user-dashboard-profile-box .udp-bio {
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 12px;
}

.user-dashboard-profile-box .udp-interest-tag {
  display: inline-block;
  background: #edf2f7;
  color: #1a202c;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 5px;
}

.user-dashboard-profile-box .udp-stats .udp-stat {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap:12px;
}

.user-dashboard-profile-box .udp-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  margin-right: 12px;
}
.user-dashboard-profile-box .udp-stat strong {
  font-size: 24px;
  color: #2D3748;
}
.user-dashboard-profile-box .udp-stat p {
  margin: 0;
  font-size: 14px;
  color: #718096;
}

.user-dashboard-profile-box .udp-settings h4 {
margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #00000066;
    padding-bottom:8px;
}
.user-dashboard-profile-box .udp-toggle-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 8px 0;
}

.user-dashboard-profile-box .udp-toggle-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.user-dashboard-profile-box .udp-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  position: relative;
}

.user-dashboard-profile-box .udp-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.user-dashboard-profile-box .udp-slider {
  width: 40px;
  height: 22px;
  background-color: #cbd5e0;
  border-radius: 34px;
  position: relative;
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.swiper-slide {
     flex-shrink: unset !important;}
.user-dashboard-profile-box .udp-slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.user-dashboard-profile-box .udp-switch input:checked + .udp-slider {
  background-color: #2563eb; /* Blue */
}

.user-dashboard-profile-box .udp-switch input:checked + .udp-slider::before {
  transform: translateX(18px);
}

.user-dashboard-profile-box .udp-label {
  color: #2d3748;
  line-height: 1.4;
}
.udp-toggle-group.first {
    padding-bottom: 10px;
}


/***video Library***/
  .video-card {
  border-radius: 12px;
  overflow: hidden;

  
}
.yellow{
  background-color:#FFF6DE;
}
.bubbles{
  background-color:#E9FAFF;
}
.lavender{
  background-color:#E7DFF7;
}
.unbleached{
background:#FFDECB;
}
.video-carousel.owl-carousel.owl-loaded.owl-drag {
    padding-top: 50px;
    margin-top: -70px;
}
.video-card.bubbles .progress {
    background: #002F6C;
}

.video-card.bubbles .continue {background: #002F6C;color: white;font-weight: 400;}

.video-card.lavender .progress {
    background: #9676D9;
}

.video-card.lavender .continue {
    background: #9676D9;
    color: white;
    font-weight: 400;
}

.video-card.unbleached .progress {
    background: #FE8537;
}

.video-card.unbleached .continue {background: #FE8536;color: white;font-weight: 400;}


.owl-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    gap: 20px;
}

.owl-stage-outer {
    margin-top: 20px;
}
.video-card .content p {
    margin-bottom: 0;
    color: #000000B2;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 16px;
}
.video-library-section h3 {
    color: #202224;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.video-carousel.owl-carousel {
    overflow: hidden;
}
.owl-item {
    display: none;
}
.owl-item.active {
    display: block;
}
.video-card img {
  width: 100%;
  border-radius: 12px;
  border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.video-card .content {
   
    margin: 0px;
    padding-top: 12px;
    padding-left: 18px;
    padding-bottom: 18px;
    padding-right: 18px;
}
.tags {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
}
button.favorite {
    background: white;
}
button.favorite svg {
    position: relative;
    top: 4px;
    right: 1px;
}

.tags span {
  background: #fff;
  padding: 4px 8px;
  font-size: 12px;
    border-radius: 16px;
    color: #000000;
    font-weight: 600;
}

.favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 6px;
}


.progress-bar {
  height: 6px;
  background: #eee;
  border-radius: 4px;
  margin: 8px 0;
}
.video-card.yellow button.continue {
    background: #facc15;
    color: white;
    font-weight: 400;
}
.progress-bar {
    margin-bottom: 20px;
}
button.continue {
    height: 40px;
}
.progress {
  height: 100%;
  background: currentColor;
  border-radius: 4px;
  height:13px;
}

.video-card.yellow { color: #facc15; }
.video-card.blue { color: #2563eb; }
.video-card.purple { color: #9333ea; }
.video-card.orange { color: #f97316; }

.continue {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: currentColor;
}


@media (max-width: 768px){
.user-dashboard-profile-box .udp-row {
    flex-direction: column;
  }
  .dashboard-container {
    display: flex;
    flex-direction: column;
    margin:0px;
}
main.dashboard-main {
    padding-left: 10px;
    padding-right: 10px;
}

}

