@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

  .container {
      /* padding: 16px; */
      /* max-width: 100%; */
      margin: 0 auto;
          width: 100%;
    max-width: 900px;
    }

   


   .cards-row {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 10px;
}

.card {
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  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: 100px;
  object-fit: cover;
  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: 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 {
    display: flex;
    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;
    align-items: unset;
    justify-content: unset;
    margin: 20px 0 10px;
}


.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: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: #147FD4;

}
.subscribetowatch-heading{
    display: flex;
     gap: 15px;
}
.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: 24px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #202936;
    display: flex;
    flex-direction: column;
    align-items: start;


}
.notificationcard{
  background: #F1F5F9 !important;
border: 1px solid #E3E3E380
}
.myspaceNotifTitle{
font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
color: #334155;
height: 37px;
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: 12px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 0%;
height: 79px;
color: #334155;
padding: 8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5; 
-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);
  }
}

    @media (max-width: 991px) {

       .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; /* allows clicks through overlay */
}
.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: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #717171;
}
   .cards-row {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 10px;
}

.card {
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  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: 100px;
  object-fit: cover;
  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: 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 {
    display: flex;
    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;
    align-items: unset;
    justify-content: center;
    margin: 20px 0 10px;
}


.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: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: #147FD4;

}
.subscribetowatch-heading{
    display: flex;
     gap: 15px;
}
.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: 24px;
    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;
      }
       .subscribe-title {
        padding-top: 6px;
        /* align-items: start !important; */
    }

    .myspace-title {
        padding-top: 6px;
    }
}


@media (max-width: 480px) {
 
  
}