*{
    margin: 0;
    padding: 0;
}
body{
    background: rgb(46, 45, 45);
    font-family: sans-serif;
}
:root{
    --blue-color: #7895f3;
    --purple-color: #4d4cac;
    --light-purple-color: #9698d6;
    --light-red-color: #ff808b;
}

.grid-container{
    display: grid;
    grid-template-columns: 15% 60% 25%;
}

.grid-left{
    background: white;
    height: auto;
    padding: 32px 1px 8px 24px;
}
.logo{
    display: flex;
    align-items: center;
    gap: 24px;
}
.logo span:nth-child(1){
    background: var(--purple-color);
    padding: 8px 10px;
    border-radius: 5px;
    color: white;
    font-size: 22px;
}
.logo span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
}
.menu-icon {
    margin: 48px 0;
    color: #9092c4a4;
}
.menu-icon div{
    margin: 32px 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.menu-icon div:nth-child(1){
    border-right: 2px solid var(--blue-color);
    color: rgb(92, 90, 90);
}

.files {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.files img{
    width: 150px;
    height: 120px;
}
.files button{
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid var(--purple-color);
    background: var(--purple-color);
    color: white;
}
.pro{
    color: var(--purple-color);
    font-weight: bold;
}
.files span{
    margin: 20px 0;
}




/* grid center code */



.grid-center {
    background: #e4e0e0;
    padding: 32px;
}

header nav .menu {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
header nav .menu p{
    display: flex;
    align-items: center;
}

header nav .menu p span {
    background: var(--purple-color);
    padding: 6px 8px;
    border-radius: 5px;
    margin-left: 16px;
    color: white;
}

.welcome-box {
    background: rgba(235, 184, 184, 0.555);
    display: flex;
    border-radius: 16px;
    margin-top: 20px;
}
.welcome-box div{
    padding: 32px 54px;
}
.welcome-box div p{
    margin: 16px 0px;
}
.welcome-box div h2{
    color: #f05461;
}
.welcome-box img {
    width: 200px;
    position: relative;
    top:-45px;
    left:150px;
}


/* postrate code  */

.prostrate {
    display: flex;
    gap: 16px;
}

.prostrate-width {
    background: white;
    margin-top: 20px;
    width: 400px;
    padding: 24px 24px 10px 24px;
    border-radius: 10px;
}
.prostrate-width div:nth-child(6){
    border-bottom: none;
}
.title-prostrate-width {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title-prostrate-width div{
    display: flex;
    align-items: center;
    gap: 8px;
}

.gray-text {
    color: gray;
}
.color-purple{
    color: var(--purple-color);
}
.bg-ps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    padding: 18px 0;
}
.ps{
    width: 100px;
    height: 5px;
    background: rgb(223, 221, 221);
    border-radius: 5px;
}

.pr-ps {
    display: flex;
    width: 30px;
    height: 5px;
    border-radius: 5px;
}
.ps-25{
    background: var(--light-red-color);
}
.ps44{
    width: 50px;
    background: var(--purple-color);
}
.ps40{
    width: 40px;
    background: var(--purple-color);
}
.ps-15{
    width: 15px;
    background: var(--light-red-color);
}

.bg-ps div {
    display: flex;
    align-items: center;
    gap: 16px;
}
.total{
    color: var(--light-red-color);
    font-weight: bold;
    font-size: 14px;
}
.purple{
    color: var(--purple-color);
}
.bg-purple{
    width: 76px;
    background: var(--purple-color);
}

.df-aline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid black; */
}


/* prostrate height code  */


.prostrate-hieght{
    background: white;
    margin-top: 20px;
    width: 400px;
    padding: 24px 24px 10px 24px;
    border-radius: 10px;
}

.sm{
    margin-bottom: 16px;
}

.mon-day {
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
    flex-direction: column;
    width: 30px;
    margin: 28px 14px;
}
.mon-day div{
    /* display: flex; */
    align-items: end;
}
.ps-stand {
    width: 5px;
    height: 150px;
    background: lightgray;
    border-radius: 5px;
    display: flex;
}

.ps-stand .ps-in{
    height: 100px;
    background: var(--light-red-color);
}
.duble-in{
    background: var(--purple-color);
    height: 70px;
}
.df{
    display: flex;
}

.ps-stand .tue{
    height: 160px;
    background: var(--light-red-color);
}
.tue .tue-tue {
    background: var(--blue-color);
    height: 130px;
}
.ps-stand .wed{
    height: 120px;
    background: var(--purple-color);
}
.wed .wed-wed {
    background: var(--blue-color);
    height: 50px;
}

.ps-stand .sat{
    background: var(--purple-color);
    height: 150px;
}
.sat .sat-sat{
    background: var(--blue-color);
    height: 75px;
}

select {
    border: none;
    color: rgb(43, 42, 42);
    font-size: 16px;
}

/* .sm-note{
    font-size: 14px;
    color: gray;
} */

.cicle {
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
.cl-note{
    display: flex;
    align-items: center;
}
.sm-word{
    color: gray;
}
.note {
    display: flex;
    gap: 8px;
}
.note div{
    margin-right: 10px;
}

.cicle-red {
    background: #f05f6b;
}

.cicle-purple {
    background: var(--purple-color);
}
.cicle-light-purple {
    background: var(--light-purple-color);
}
.cicle-gray{
    background: lightgray;
}

.course{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    margin-bottom: 8px;
}
.course div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.border{
    border: 1px solid black;
}

.business-english{
    color: white;
    gap: 16px;
    display: flex;
    padding: 20px 24px;
    border-radius: 16px;
    /* padding-right: 8px; */
}
.df{
    display: flex;
}
.inline{
    background:#6766be;
    padding: 12px;
    border-radius: 8px;
}
.business-english div div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 172px;
}

.course-btn{
    display: flex;
    gap: 24px;
}

.English{
    background: var(--purple-color);
}

.Common{
    background: var(--light-purple-color);
}
.Spanish{
    background: var(--light-red-color);
}

.red-inline{
    background: #e2a0a5;
}
.common-inline{
    background: #abade4;
}





/* grid right code  */


.grid-right{
    background: white;
    /* text-align: center; */
    padding:  40px 24px;
}

.logout{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-right div img{
    width: 150px;
}

.logo-profile p{
    background: var(--purple-color);
    display: inline;
    color: white;
    padding:  3px 7px;
    border-radius: 16px;
}
.logo-profile p{
    position: relative;
    bottom: 20px;
    left: -55px;
}
.center{
    text-align: center;
    margin-bottom: 20px;
}

.student{
    margin-top: 14px;
}
.subject{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.subject .gap16{
    gap: 24px;
}
.mg56{
    margin-top: 10px;
}
.subject div p{
    font-size: 14px;
    margin-top: 6px;
}
.padding8{
    padding: 12px;
    background: rgb(238, 235, 235);
    display: inline;
    border-radius: 8px;
    font-weight: bold;
}

.subject div:nth-child(2){
    justify-content: start;
}
.reminder{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.reminder span{
    color: rgb(83, 82, 82);
}
.reminder-items{
    display: flex;
    gap: 24px;
    margin: 16px 0;
}
.reminder-items span{
    color: #f05461;
}

.reminder-items div p{
    font-size: 14px;
    margin-top: 8px;
    color: gray;
}

.footer-right{
    text-align: center;
    color: rgb(90, 89, 89);
    margin-top: 30px;
}
.reminder-items .mail{
    color: var(--purple-color);
}
.width-80{
    width: 80px;
}