body
{
    min-height: 100vh;
    box-sizing: border-box;
}
main
{
    margin-top: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
    margin-bottom: 3vh;
}

.MainContainer
{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    ul
    {
        
        margin: 5px 0px;
        background-color: #201E43;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 40vw;
        border-radius: 50px;
        padding: 10px 10px;

        li
        {
            list-style: none;
            display: flex;
            font-size: 17px;
            font-weight: 800;
            color: white;
            padding: 3px 10px;
            /* padding-bottom: 5px; */
            border-radius: 20px;
            cursor: pointer;
            /* text-decoration: underline; */
            position: relative;
        }
        li:hover {
            transform: translatey(-2px);
            /* background-color: #F0F3FF !important;
            color: black !important; */
        }

        /* li::after {
            position: absolute;
            content: '';
            text-decoration: none;
            width: 0%;
            height: 5px;
            border-radius: 10px;
            left: 0;
            top: 100%;
            background: yellow;
            background: var(--NavBarHoverLoadColour);
            transition: 0.5s;
            margin-left: 20px;
            margin-right: 20px;
        }
    
        li:hover::after {
            width: 70%;
        } */

        #StudentBtn
        {
           background-color: #F5004F;
        }

        #ParentBtn
        {
           background-color: #201E43;
        }

        /* .ActiveTab
        {
            background-color: #F5004F;
        } */
    }

}


#VideosBtn
{
    /* background-color: #F5004F; */
    i 
    {
        margin-left: 5px;
        margin-top: 2px;
    }
    a 
    {
        text-decoration: none !important;
        color: white;

    }
}

.StudentReviewsContainer
{
    width: 70vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1vh;
    /* background-color: peru; */
    border-radius: 15px;
    h3 
    {
        margin-top: 5px;
        background-color: #191825;
        background-color: #212121;
        /* color: black !important; */
        padding: 5px 20px;
        border-radius: 30px;
        font-weight: 800;
        font-size: larger;
    }
    

    #StudentReviewsHeading
    {
        color: white;
        margin: 10px 0px;
        background-color: #4C3BCF;
        background-color: #910A67;
        background-color: #180161;
        background-color: #F11A7B;
        border: 2px solid black;
        /* border: 2px solid #F7418F; */
    }
}
.ReviewCard
{
    
    box-shadow: rgba(34, 34, 34, 0.116) 5px 5px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #F5004F;
    background-color: #22092C;
    background-color: #37E2D5;
    margin: 0px 10px;
    margin-top: 10px;
    /* display: none; */
    border-radius: 15px;
    margin-bottom: 10px;

    .TextAndIcons
    {
        
        width: 50vw;

        .StartQuote
        {
            display: flex;
            align-items: center;
            justify-content: start;
            margin: 5px 0px;
            margin-left: 13px;
            color: black !important;
        }
        .EndQuote
        {
            display: flex;
            align-items: center;
            justify-content: end;
            margin: 5px 0px;
            margin-right:13px;
            color: black !important;
            
         } 
         
         p
         {
            margin-left: 30px;
            padding: 2px 5px;
            font-weight: 600;
            color: black;
            font-size: larger;
         }
    }


    hr
    {
        background-color: black !important;
        width: 1px !important;
        margin: 7px;
        border: 1px solid black;
        border-radius: 50px !important;
    
    }

     .ImageAndName{
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        text-align: center;
         img 
         {
          /* display: none; */
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border-color: 3px solid black;
            margin-bottom: 10px;
            border: 2px solid black;
            pointer-events: none;
            
         }
         h4 /*Name*/
         {
            font-weight: 700;
            font-size: x-large;
            color: wheat;
            color: white;
                padding: 2px 10px;
                border-radius: 10px;
                background-color: black;
         }

         h5 /*Details*/
         {
            font-weight: 600;
            font-size: large;
            color: black;
         }
         .School
         {
            font-size: larger;
            font-weight: 700;
         }
     }
}



.ParentReviewsContainer
{
    
    width: 70vw;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1vh;
    /* background-color: peru; */
    border-radius: 15px;
    h3 
    {
        margin-top: 5px;
        background-color: #F5004F;
        background-color: #191825;
        padding: 5px 10px;
        border-radius: 30px;
    }
    
    
    #ParentReviewsHeading
    {
        color: white;
        color: black;
        background-color: #161D6F;
        background-color: #A0DEFF;
        background-color: #FFEC9E;
        border: 2px solid black;
        margin: 10px 0px;
        padding: 5px 20px;
        border-radius: 30px;
        font-weight: 800;
        font-size: larger;
    }
    
    
    .ReviewCard
    {
        background-color: #1C1678;
        background-color: #37E2D5;
        background-color: #22092C;
        .TextAndIcons
        {
            .StartQuote
            {
                display: flex;
                align-items: center;
                justify-content: start;
                margin: 5px 0px;
                margin-left: 13px;
                color: black !important;
                color: #FFD43B !important;
            }
            .EndQuote
            {
                display: flex;
                align-items: center;
                justify-content: end;
                margin: 5px 0px;
                margin-right:13px;
                color: #FFD43B !important;
                
             } 
             p 
             {
                 color: white;
             }
        }

        hr 
        {
            background-color: silver !important;
            border: 1px solid silver !important;
            border-radius: 50px !important;
        }
        .ImageAndName
        {
            h4
            {
                background-color: #22092C;
                color: white;
                padding: 2px 10px;
                border-radius: 10px;
            }
            h5
            {

                color: white;
            }
        }
        
        }
    }
.TextAndIcons
{
    p
    {

        font-weight: 700 !important;
    }
}

#AddReviewContainer
{
    cursor: pointer;
    a
    {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;

        position: fixed;
        bottom: 90px;
        right: 10px;
        /* Optional styling */
        background-color: #eafbea;
        /* background-color: #f0f0f0; */
        color: black;
        color: #234d20;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 2px solid rgba(0, 0, 0, 0.267);
        

    }
}


@media (max-width:900px) {
    .MainContainer
    {
        width: 90vw !important;
        
        ul
        {
            width: 80vw;
        }
    }

    .TextAndIcons
       {
        width: 70vw !important;
    }




}

@media (max-width:785px)
{
    .MainContainer
    {
        margin-top: 10vh !important;
    }
}


@media (min-width : 0px) and (max-width : 510px) {
    .MainContainer
    {
        width: 90vw !important;
        /* background-color: red; */
    }
    .ReviewCard
    {
        /* overflow: hidden; */
        box-sizing: border-box;
        flex-direction: column !important;
       .TextAndIcons
       {
        p
        {
            /* font-size: medium; */
            margin: 0;
            padding: 2px 3px;
            margin-left: 15px;
        }
       }
       hr
       {
        width: 95% !important;
        margin: 3px 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        
        
       }
       .ImageAndName
       {
        text-align: center;
        margin-bottom: 5px;
       }
       .TextAndIcons
       {
        width: 90vw !important;
    }
    }
   
}

@media (min-width : 401px) and (max-width : 583px) {
    .MainContainer
    {
        ul
        {
            width: 90vw;
        }
    }
   
}

@media (max-width:517px) {
.MainContainer
{
    ul
    {
        flex-direction: column;
        gap: 5px;
        border-radius: 20px;
    }
}    
}

@media (min-width:786px) and (max-width:1180px) {
   .MainContainer
   {
    ul 
    {
        width: 70vw;
    }
   }

}
