
.icon {
    height:32px;
}

/* SUBJECT-CHOOSE */
.main {
    background-color: var(--color-main-bg);
    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;
}


  /* 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-student {
    height: fit-content;
}

/* 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;
}



.set-homework-background-video {
    position: absolute;
    top: -580px;
    left: -300px;
}   .due-homework-background-video {
    position: absolute;
    top: -150px;
    left: -700px;
}
.button-box {
    background-color: var(--color-dark-blue); /* Elegant muted blue */
    color: var(--white);
    text-align: center;
    padding: 15px 10px;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0.75rem; /* Rounded edges */
    box-shadow: 0 2px 4px var(--shadow-color); /* Subtle shadow */
    cursor: pointer;
    transition: all 300ms ease-in-out;
    width: 220px;
    z-index: 0;
}   

.button-box:hover {
    background-color: var(--color-table-item-hover); /* Lighter blue */
    color: var(--dark-text-col);
    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:var(--white);
    background-color: var(--color-primary);
    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 var(--color-primary);
    background-color: var(--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 var(--color-primary);
    padding: 5px;
    border-radius: 10px;
    background-color: var(--color-main-bg);
    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: var(--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;
    flex: 1;
}   
.homework-header {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--dark-text-col);
}   .homework-header::after {
    content: '';
    display: block;
    position: absolute;
    width: 300px; /* Width of the line */
    height: 4px; /* Thickness */
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-end)); /* 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 var(--black);
    border-radius: 1rem;
    background-color: var(--color-gray-light);
    border-color: var(--color-gray-border);
    height: 325px;
    padding: 8px 5px;
    box-shadow: 0 4px 8px var(--shadow-color);
    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 .due-homework {   /* the due date and the container of the due date is the same */
    justify-content: center;
}
#homeworkContainer {
    justify-content: start;
}


.class-homework {
    display: flex;
    align-items: center;
}

.actualHomeworkDisplay {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.homework-heading {
    font-weight: 600;
    color: var(--white);
    background-color: var(--color-light-blue);
    font-size: 1rem;
    margin-top: 0rem;
}

.subject-homework {
    display: flex;
    gap: 10px;
    align-items: center;
}

.subject-icon {
    width: 30px;
}



.icon {
    height:32px;
}

.msgBox{
    z-index: 100;
    display: none;
    justify-self: center;
    position: absolute;
    height: fit-content;
    width: fit-content;
    border: var(--green) solid 2px;
    background-color: transparent;
    border-left: none;
    border-right: none;
    opacity: 0;
    transition: all 300ms ease;
}
.msgBox.shown {
    display: flex;
    opacity: 0;
    animation: slidedown 3.5s forwards;
    animation-delay: 1.5s;
    transition: all 300ms ease;
}
#Msg {
    padding: 0px;
    font-size: 20px;
    font-weight: 900;
}

@keyframes slidedown {
    0% {
        transform: translateY(-70px);
        opacity: 0;
    }
    10% {
        transform: translateY(-10px);
        opacity: 1;
    }
    80% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(-70px);
        opacity: 0;
    }
}


