@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);

  .container {
      /* padding: 16px; */
      /* max-width: 100%; */
      margin: 0 auto;
          width: 100%;
    /* max-width: 900px; */
    max-width: 1400px;
    }

   


   .cards-row {
  display: flex;
  overflow-x: auto;
  gap: 26px;
  padding-bottom: 10px;
}

.card {
  /* min-width: 168px;
  height: 111px; */
  position: relative;
   min-width: 237px;
  height: 171px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #E3E3E380;
  /* flex-shrink: 0; */
}

/* FIX 1: Make sure no white space between image and label */
.card img {
  width: 100%;
  /* height: 83px; */
  height: 133px;
  object-fit: fill;
  display: block; /* removes bottom whitespace from inline images */
  margin: 0;      /* ensures no spacing */
  padding: 0;
  border: none;
}

/* FIX 2: Tighten connection between image and label */
.card-label {
  padding: 6px;
  padding-top: 10px;
  text-align: center;
  background: #334155;
  color: #C5C6CC;
  line-height: 1.4;
  font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 1%;

 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    /* height: 28px; */
    height: 38px;
    text-transform: capitalize;

}

    .myspace-card {
      /* flex: 0 0 250px; */
    }

    .myspace-card p {
      padding: 10px;
      font-size: 13px;
    }

    /* Scrollbar styling */
    .cards-row::-webkit-scrollbar {
      height: 6px;
    }

    .cards-row::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px;
    }

    
.myspace-title {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
}
.myspace-card-label{
  padding-top: 5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myspace-card-duration{
    font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

    color: #fff;
}
.section-title {
    display: flex;
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
    align-items: unset;
    justify-content: center;
    margin: 20px 0 14px;
}


.section-title a {
    /* font-size: 14px;
    color: #007bff;
    text-decoration: none;
    text-decoration: none; */
    font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-decoration: none;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: #147FD4;
padding: 5px 0px;

}
.subscribetowatch-heading{
    display: flex;
     gap: 15px;
         font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
    display: flex;
    align-items: center;
    display: flex;
}
.freetowatch-title{
    display: flex;
     gap: 15px;
}
.myspace-title{
    display: flex;
     gap: 15px;
}

.subscribe-title {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    align-items: center;


}
.notificationcard{
  background: #F1F5F9 !important;
border: 1px solid #E3E3E380
}
.myspaceNotifTitle{
font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 21px;
letter-spacing: 0%;
color: #334155;
height: 50px;
padding: 8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;

}

.myspaceNotifDescription{
font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 0%;
height: 107px;
color: #334155;
padding: 8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7; 
-webkit-box-orient: vertical;

}
.cards-row a{
  text-decoration: none;
}

.newloader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.newloader.hiddenspinner {
  display: none;
}

.spinner {
  width: 32px;
  height: 32px;
  border: 4px solid #ccc;
  border-top: 4px solid #ff7b00;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

 .myspace-playBtn{
            position: absolute;
   top: 56px;
    left: 42%;
    }

    /* .interest-option-card{
      position: relative;
    } */
  .interest-option-card.disabled{
    position: relative;
   /* background: #ccc; */
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
  /* opacity: 0.6; */
    }
    .interest-coming-soon{
      font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 29px;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
width: 119px;
height: 33px;
gap: 10px;
angle: 0 deg;
opacity: 0.8;
border-radius: 4px;
padding: 2px;
background: #202936;
    position: absolute;
    top: 92px;


    }
/* .sectionsvgicon {
    transform: scale(2); 
    transform-origin: center;
} */
    .sectionsvgicon svg {
    width: 22px;   /* increase width */
    height: 29px;  /* increase height */
}
 @media (max-width: 991px) {
     .sectionsvgicon svg {
    width: unset;   /* increase width */
    height: unset;  /* increase height */
}
    .myspace-playBtn{
    top: 32px;
    }

      .myspaceNotifDescription{
font-size: 12px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 0%;
height: 66px;
-webkit-line-clamp: 4; 


}
.myspaceNotifTitle{
  font-size: 12px;
  height: 37px;
  line-height: 16px;
}
       .container {
      /* padding: 16px; */
      max-width: 100%;
      margin: 0 auto;
    }

   

    .carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* width: 300%;  */
}

.slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

/* .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    357.94deg,
    #202936 -3%,
    rgba(32, 41, 54, 0) 96.82%
  );
  pointer-events: none; 
} */
.slide img {
  width: 100%;
  height: auto;
  display: block;
  
}



.carousel-title {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 1000;
}

.dots {
  text-align: center;
  margin-top: 5px;
}

.dot {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  /* background-color: #717171; */
  background: #FF7A00;

}
   .cards-row {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 10px;
}

.card {
  min-width: unset;
  width: 154px;
  min-width: 154px;
   height: 111px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* flex-shrink: 0; */
}



/* FIX 1: Make sure no white space between image and label */
.card img {
  width: 100%;
  height: 83px;
}

/* FIX 2: Tighten connection between image and label */
.card-label {
  padding: 6px;
    width: 100%;
    height: 28px;
    font-size: 12px;
    /* text-transform: lowercase; */

}



/* FIX 1: Make sure no white space between image and label */


/* FIX 2: Tighten connection between image and label */
/* .card-label {
  padding: 8px;
  text-align: center;
  background: #334155;
  color: #C5C6CC;
  line-height: 1.4;
  font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 1%;

   

} */

    .myspace-card {
      /* flex: 0 0 250px; */
    }

    .myspace-card p {
      padding: 10px;
      font-size: 13px;
    }

    /* Scrollbar styling */
    .cards-row::-webkit-scrollbar {
      height: 6px;
    }

    .cards-row::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px;
    }

    
.myspace-title {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
}
.myspace-card-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myspace-card-duration{
    font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

    color: #fff;
}
.section-title {
      margin: 20px 0 10px;
    justify-content: center;
    font-size: 27px;

}


.section-title a {
    /* font-size: 14px;
    color: #007bff;
    text-decoration: none;
    text-decoration: none; */
    font-size: 14px;
padding: unset;

}
.subscribetowatch-heading{
    display: flex;
     gap: 15px;
       font-size: 27px;
}
.freetowatch-title{
    display: flex;
     gap: 15px;
}
.myspace-title{
    display: flex;
     gap: 15px;
}

.subscribe-title {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    align-items: center;


}

    }

@media (max-width: 768px) {

  .card {
        /* min-width: 168px; */
        width: 154px;
        min-width: 154px;
      }
       .subscribe-title {
        padding-top: 6px;
        /* align-items: start !important; */
    }

    .myspace-title {
        padding-top: 6px;
    }
}


@media (max-width: 480px) {
 
  
}