:root
{
    --side-bg-color: #2191FB;
    --accent-color: #E57A44;
    --star-color: #F18F01;
    --card-bs: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

p
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

img
{
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

body {
    margin: 0;
    padding: 0;
    height: 100dvh;
    background: #495159;
}

.wrapper 
{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-template-rows: 150px 1fr;
    font-family: 'Roboto', sans-serif;
}

.header 
{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background-color: #F4F3EE;
    display: grid;
    grid-template: 1fr 1fr / 2fr 1fr;
    padding-left: 30px;
    padding-top: 16px;
    box-shadow: var(--card-bs);
}

.search
{
    display: flex;
    justify-content: start;
    align-items: center;
    grid-area: 1 / 1 / 2 / 2;
}

.search input
{
    width: 80%;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    border-style: none;
    border-style: double;
    border-width: 1px;
    background-color: lightgray;
}

.greet
{
    grid-area: 2 / 1 / 3 / 2;
    display:grid;
    width: 200px;
    grid-template: 50px 1fr / 50px 1fr;
    align-items: center;
}

.profile-img-large
{
    grid-row: 1 / 3;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
}

.profile-img-small
{
    border-radius: 50%;
}

.greet > p
{
    margin-left: 8px;
    align-self:self-end;
}


.greet > p:first-of-type
{
    font-size: 12px;
}

.greet > p:last-of-type
{
    margin-bottom: 20px;
    margin-top: 4px;
    width: 110px;
}

.btns
{
    grid-area: 2 / 2 / 3 / 3;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.btns input:hover
{
    background-color: #18538a;
    cursor: pointer;
}

.btns input
{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    border-style: none;
    background: var(--side-bg-color);
    color: white;
    font-weight: 600;
    border: 1px #495159 solid;
}

.login
{
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 32px;
    margin-block-start: 8px;
    font-weight: bolder;
}

.login > img
{
    height: 20px;
    width: 20px;
}

.side-bar {
    background-color: var(--side-bg-color);
    grid-row: 1 / 4;
    display: grid;
    grid-template-rows: 100px 300px 150px;
    justify-items: start;
    padding-left: 16px;
    min-width: 175px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.side-bar > a:first-of-type img
{
    filter: invert(1);
}

.side-bar > a:first-of-type > div
{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.dash-top,
.dash-bottom, 
.side-bar p
{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 10px;
    justify-content: space-evenly;
    align-items: flex-start;
    color: #F4F3EE;
    font-weight: 600;
}

.dash-top img,
.dash-bottom img
{
  filter: invert(1);  
}

.dash-top div,
.dash-bottom div
{
    display: flex;
    align-items: center;
}

.dash-top div:hover,
.dash-bottom div:hover
{
    border-bottom: 1px #495159 solid;
}

.side-bar p
{
    font-size: 1.5rem;
}

.project-wrapper
{
    grid-row: 2 / 4;
    display: grid;
    grid-template: repeat(4, 1fr) / repeat(3, 1fr);
    gap: 8px;
    min-width: 500px;
    max-width: 100dvw;
}

.projects
{
    /* background: grey; */
    grid-column: 1 / 3;
    grid-row: 1 / 5;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    padding-top: 8px;
    padding-bottom: 8px;
    justify-items: center;
    align-items: center;
    overflow: auto;
    box-shadow: var(--card-bs);
}

.project
{   
    display: inline-block;
    flex-direction: column;
    flex-wrap: wrap;
    width: 300px;
    height: 175px;
    font-size: .9rem;
    background-color: #F4F3EE;
    border-radius: 5px;
    margin-top: 8px;
    text-align: start;
    padding: 20px 5px 5px 10px;
    overflow: auto;
    box-shadow: var(--card-bs);
    border-left: 6px #E57A44 solid;
}

.description
{
    overflow: auto;
    height: 120px;
}

.title
{
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 5px;
}

.bottom-btns
{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
    height: 25px;
}

.bottom-btns > div:hover
{
    filter: invert(54%) sepia(96%) saturate(1184%) hue-rotate(2deg) brightness(95%) contrast(104%);
}

.project
{
    text-align: start;
    padding: 10px
}

.info
{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row: 1 / 5;
    width: clamp(200px, 90%, 250px);
    margin-top: 22px;
    margin-bottom: 20px;
    gap: 75px;
    border-radius: 8px;
}

.announcements
{
    background-color: #F4F3EE;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    grid-row: 1 / 2;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: var(--card-bs);
}

.announcements > :not(div:last-of-type)
{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.trending
{
    background-color: #F4F3EE;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 4px;
    grid-row: 2 / 3;
    border-radius: 8px;
    box-shadow: var(--card-bs);
}

.tag
{
    width: 95%;
    height: 70px;
    background-color: #F4F3EE;
    display: grid;
    grid-template: 1fr / 15px 1fr;
    align-items: center;
    padding-left: 5px;
    gap: 30px;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.tag img
{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.handle
{
    margin-bottom: 4px;
    font-size: .7rem;
}

.data
{
    font-size: .9rem;
    font-weight: 400;
}

.content
{
    width: 80%;
    height: 80px;
}

.content > p
{
    font-weight: 400;
    font-size: .8rem;
}

a
{
    text-decoration: none;
    color: #F4F3EE;
}

/* Scroll Bar */
/* width */
::-webkit-scrollbar 
{
    width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track 
{
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb 
{
background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
background: #555; 
}


