@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    font-family: 'Lato', sans-serif;
}
.container{
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}
.side-nav{
    display: flex;
    flex-direction: column;
    padding: 7px;
    background: #014619;
    box-shadow: 12px 0px 4px rgba(3, 166, 60, 0.1);
    border-radius: 30px 0px 0px 30px;
    width: 20%;
    height: 894px;
    /* position: fixed; */
    align-items: center;
}
.side-nav h2{
    color: #E6F6EC;
}
.side-nav img{
    margin-top: 50px;
    width: 60px;
    height: 60px;
    border: 2px solid #03A63C;
    border-radius: 50%;
}
.side-nav p{
    margin-top: 6px;
    text-align: center;
    color: #FEFEFE;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    position: relative;
}
.side-nav p::before{
    content: '';
    width: 80%;
    background-color: white;
    height: 2px;
    top: 60px;
    position: absolute;
}
.list-1{
    display: flex;
    flex-direction: column;
    /* background-color: red; */
    padding: 20px;
    height: 290px;
    width: 100%;
    float: left;
    margin-bottom: 200px;
}
.list-1 i{
    color: white;
    margin-right: 20px;
}
.list-1 a{
    margin: 22px 0;
    color: white;
    height: 500px;
    transition: 0.5s;
}
.list-1 a:hover{
    background: #03A63C;
    border-radius: 0px 30px 30px 0px;
    width: 100%;
    padding: 10px 0;
}
.log-out{
    float: left;
    margin-top: 150px;
}
.log-out i{
    color: #F6AF58;
    margin-right: 14px;
}
.log-out .logout{
    color: #F6AF58;
    float: left;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    margin-left: -92px;
}
.log-out .logout:hover{
    color: #f0bf84;
}

/* main dashboard */
.main{
    width: 80%;
    background: #F9F9F9;
    border-radius: 0px 30px 30px 0px;
    height: 894px;
    display: flex;
    flex-direction: column;
    /* position: relative; */
}
.main .navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E6F6EC;
    border-top-right-radius: 30px;
    height: 79px;
    padding-left: 30px;
    margin-bottom: 23px;
}
.search-box{
    display: flex;
    /* background-color: rebeccapurple; */
    margin-right: -260px;
    align-items: center;
}
.search-box input{
    background-color: transparent;
    color: black;
    width: 280px;
    margin-right: 30px;
    border: 0.5px solid #141414;
    border-radius: 5px;
    padding: 8px 0;
    font-size: 16px;
}
.search-box input::placeholder{
   padding-left: 30px;
   color: gray;
}

.search-box i{
    color: gray;
    position: absolute;
    cursor: pointer;
    margin-left: 6px;
}
.sub-navbar{
    display: flex;
    justify-content: space-evenly;
    width: 350px;
    align-items: center;
    padding: 0 60px;
}

.sub-navbar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main-1{
    margin: 0 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.main-1 .main-1-box{
    width: 295px;
    height: 90px;
    background: #FEFEFE;
    border: 0.25px solid #939393;
    box-shadow: 0px 4px 8px rgba(40, 40, 40, 0.04);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 25px 8px;
}
.main-1-box .sub-main{
    display: flex;
    flex-direction: column;
}
.main-1-box i{
    font-size: 24px;
}
.sub-main p{
    margin: 14px 0;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.0025em;
    color: #141414;
}
.sub-main h2{
    color: #03A63C;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
}


.main-2{
    display: flex;
    justify-content: space-between;
    margin: 0 30px 0 30px;
    margin-bottom: 20px;
}
.main-2 .sub-main-2{
    width: 610px;
    height: 232px;
    background: #FEFEFE;
    border: 0.5px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(40, 40, 40, 0.04);
    border-radius: 14px;
    margin: 0 0px 0 10px;
}
.main-2 .sub-main-2-1{
    width: 290px;
    height: 232px;
    background: #FEFEFE;
    border: 0.5px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(40, 40, 40, 0.04);
    border-radius: 14px;
}
.main-2 .sub-main-2-1 img{
    width: 295px;
    height: 238px;
}
.main-3{
    display: flex;
    flex-direction: column;
    width: 930px;
    height: 430px;
    background: #FEFEFE;
    border: 0.5px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(40, 40, 40, 0.04);
    border-radius: 14px;
    margin: 0 30px 0 40px;
    padding: 24px 24px;
    align-items: center;
}
.main-3 .sub-main-3{
    width: 862px;
    height: 80px;
    border: 0.25px solid #9393938d;
    border-radius: 14px;
    background: #FEFEFE;
}
.activ{
    display: flex;
}
.sub-main-3 .sub-main-3-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.write-up{
    width: 411px;
    height: 284px;
    background: #FEFEFE;
    border: 0.4px solid #9393938d;
    box-shadow: -4px 4px 6px rgba(10, 10, 10, 0.06);
    border-radius: 6px;
    margin-top: 100px;
    display: flex;  
    flex-direction: column;
    padding: 20px;
}
.write-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.write-1 h2{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.0025em;
    color: #03A63C;
}
.write-1 h2:hover{
    color: #088032;
    cursor: pointer;
}
.other-activities{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.other-activities i{
    margin-right: 14px;
    color: #03A63C;
    font-size: 24px;
}
.other-activities p{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #141414;
}
.selling{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding: -20px;
}
.selling h3{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.0025em;
    color: #434343;
}

.selling img{
    width: 40px;
    height: 40px;
    margin: 3px 0;
}
.purchase{
    display: flex;
    flex-direction: column;
}
.purchase p{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.0025em;
    color: #434343;
}
.purchase span{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.0025em;
    color: black;
}