
.icon {
    height:32px;
}

/* SUBJECT-CHOOSE */

.main {
    background-color: #f8f9fa;
    display: flex;
    position: relative;
    height: 90vh;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    transition: all 0ms ;
}
.blur {
    filter: blur(5px);
    /* AQUI VA LO SKIBIDI D POINTER EVENTS */
    transition: all 0ms ;
}


.header {
    margin-top: 1rem;
    text-align: center;
    position: relative;
    top: 10px
}

.thin-text {
    font-family: 'Poppins', serif;
    font-size: 16px;
    font-weight: 100;
    color: #6c757d;
    letter-spacing: 1px;
}
.bold-text {
    margin-top: -0.5rem;
    font-family: 'Poppins', serif;
    font-size: 26px;
    font-weight: 600;
    color:#1d3557;
}
.header::after {
    content: '';
    display: block;
    width: 400px; /* Width of the line */
    height: 4px; /* Thickness */
    background: linear-gradient(135deg, #457b9d, #1d3557); /* Gradient line */
    margin: 13px auto 0; /* Centered below the text */
    border-radius: 2px; /* Slightly rounded edges */
  }
  
  /* Animation (Optional) */
  .header-section {
    animation: fadeInUp 1s ease-in-out; /* Smooth fade-in effect */
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.main-container {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 70%;
}
.main-container-student {
    align-items: start;
    margin-top: 3rem;
    height: 200px;
}

/* USER PLAN */
.user-plan-text {
    font-size: 1rem;
    position: absolute;
    transform: translate(170px, -10px);
    font-weight: 400;
}
.user-plan-icon {
    position: absolute;
}   .user-plan-icon.free{
    width: 190px;
    height: 90px; /* height: 18%;  for other ones*/
    transform: translate(60px, -50px) rotate(-36deg); /* transform: translate(100px, -100px) rotate(-30deg); */
}   .user-plan-icon.premium {
    width: 60px;
    height: 54px;
    transform: translate(110px, -105px) rotate(30deg); 
}   .user-plan-icon.premium-2 {
    width: 80px;
    height: 72px;
    transform: translate(246px, 0px) rotate(30deg); 
    z-index: 2;
}   .user-plan-icon.premium-stamp {
    width: 170px;
    height: 153px;
    transform: translate(100px, -65px) rotate(58deg);
}   .user-plan-icon.premium-stamp-gold {
    width: 170px;
    height: 153px; 
    transform: translate(-250px, -75px) rotate(-42deg);
}   .user-plan-icon.hidden {
    display: none;
}

.box-container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem;
    padding: 1rem 0rem;
    width: 600px;
    height: 200px;
    justify-content: center;
    align-items: center;
    bottom: 3rem;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.subjects-background-video {
    position: absolute;
    top: -100px;
    left: -255px;
    width: 100%;
    height: 100%;
    z-index: 0; /* Behind other content */
    transform: scale(0.16);
    opacity: 0.7;
}   .homework-background-video {
    position: absolute;
    top: -150px;
    left: -370px;
    width: 100%;
    height: 100%;
    z-index: 0; /* Behind other content */
    transform: scale(0.27);
    opacity: 0.5;  
}   .set-homework-background-video {
    position: absolute;
    top: -150px;
    left: -200px;
}   .due-homework-background-video {
    position: absolute;
    top: -150px;
    left: -700px;
}
.button-box {
    background-color: #073F8C; /* Elegant muted blue */
    color: #f1faee;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0.75rem; /* Rounded edges */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    cursor: pointer;
    transition: all 300ms ease-in-out;
    width: 150px;
    z-index: 1;
}   

.button-box:hover {
    background-color: #a8dadc; /* Lighter blue */
    color: #1d3557;
    transform: scale(1.05);
}


/* HOMEWORK INFO */

/* .homework-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}
.set-homework, .due-homework {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}   
.homework-header {
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    background-color: #0953BA;
    border-radius: 10px;
    padding: 10px;
    width: 300px;
}
.set-homework-container, .due-homework-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border: 2px solid #0953BA;
    background-color: white;
    height: 300px;
    gap: 4px;
    padding: 4px;
    border-radius: 15px;
    overflow: scroll;
} .set-homework-container::-webkit-scrollbar {
    display: none; 
}   

.set-homework-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #0953BA;
    padding: 5px;
    border-radius: 10px;
    background-color: #f8f9fa;
    width: 300px;
    gap: 10px;
} */
.homework {
    display: flex;
    position: relative;
    flex-direction: column;   
}.homework-header {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: black;
    gap: 300px

}
.homework-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.set-homework-container, .due-homework-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}   
.homework-header {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #1d3557;
}   .homework-header::after {
    content: '';
    display: block;
    position: absolute;
    width: 300px; /* Width of the line */
    height: 4px; /* Thickness */
    background: linear-gradient(135deg, #457b9d, #1d3557); /* Gradient line */
    margin: 13px auto 0; /* Centered below the text */
    border-radius: 2px; /* Slightly rounded edges */
    top: 35px;
}
.set-homework-section, .due-homework-section {
    display: flex;
    position: relative;
    align-items: start;
    justify-content: center;
    width: 500px;
    border: 1px solid black;
    border-radius: 1rem;
    background-color: #f0f0f0;
    border-color: #D1D5DB;
    height: 325px;
    padding: 8px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 1rem  0rem;
    overflow: hidden;
}


.set-homework-content, .due-homework-content {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.set-homework-container .set-homework-content, .due-homework-container .due-homework-content {
    width: 100%;
    height: 100%;
}
.set-homework-container .set-homework-content,  .due-homework-container .due-homework-content{
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}



.set-homework, .due-homework {
    display: flex;
    width: 100%;
    height: 100%;
}
.set-homework, .due-homework {
    flex-direction: column;
    transform: translateX(0px);
    transition: all 300ms ease;
}


.due-homework, .class-homework, .subject-homework {
    flex: 1;
}

.actualHomeworkDisplay {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.homework-heading {
    font-weight: 600;
    color: white;
    background-color: #306CBF;
    font-size: 1rem;
    margin-top: 0rem;
}

.subject-homework {
    display: flex;
    gap: 10px;
    align-items: center;
}

.subject-homework img {
    width: 30px;
}



.icon {
    height:32px;
}

