@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.container{
    width: 100%;
    height: auto;
    background-color: white;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 3rem;
}
.main-container{
    width: 100%;
    height: auto;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 1rem;
}

.top-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 2rem;
}

.top-top-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 1.5rem;
}

.header-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e2e4;
    padding: 1rem 2rem;
}

.mobile-view-icon{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 0.5rem;
}

.hamburger-icon i{
    display: none;
    cursor: pointer;
}

.logo-container{
    width: 40px;
    height: 40px;
}

.logo-container img{
    width: fit-content;
    height: fit-content;
}

.nav-bar-container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 3rem;
}

.mobile-menu{
    width: 100%;
    background-color: white;
    color: #1b3241;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    padding: 2rem;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 1.5rem;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 1rem;
}

.nav-bar-container p{
    font-size: 1rem;
    color: #495260;
    font-weight: 600;
}

.profile-container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 2rem;
}

.profile-container i{
   font-size: 24px;
   color: #c0c4cc;
}

.profile-container img{
    width: 36px;
    height: 36px;
    border-radius: 3rem;
    border: none;
}

.cashflow-list-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.cashflow-list-list-container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 1rem;
}

.cashflow-text-container{
    width: fit-content;
    padding-right: 1rem;
    border-right: 1px solid #cacaca;
}

.cashflow-text-container p{
    font-size: 1rem;
    font-weight: 600;
    color: #495260;
}

.time-container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 1.5rem;
}

.time-container p{
    font-size: 1rem;
    font-weight: 600;
    color: #4b515c;
}

#text-color{
    color: #4f46e5;
}

.button-container{
    width: fit-content;
}

.button-container button{
    background-color: #4f46e5;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    border: none;
    outline: none;
    border-radius: 1rem;
    padding: 1rem;
}

.button-container i{
    font-size: 14px;
    color: white;
    padding-right: 0.6rem;
}

.revenue-list-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.revenue-list1-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;  
}

.revenue-card-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 1rem;
    padding: 2rem 2rem;
    border: 1px solid #efefef;
}

.revenue-top-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.revenue-top-container p{
    font-size: 1rem;
    color: #7c8088;
}

.amount-container{
    width: fit-content;
}

.amount-container p{
    font-size: 2rem;
    font-weight: 600;
    color: #111827;
}

#number{
    color: #e54165;
}

#numbers{
    color: #e54165;
}

.middle-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 2rem;
    border: 1px solid rgb(234, 234, 234);
}

.recent-container{
    width: fit-content;
    padding: 3rem 2rem 0 2rem;
}

.recent-container p{
    font-size: 1rem;
    font-weight: 600;
    color: #1b3241;
}

.table-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.today-table-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.today-text-container{
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f9fafb;
    padding: 0.9rem 2rem;
}

.today-text-container p{
    font-size: 1rem;
    font-weight: 600;
    color: #1b3241;
}

.table1-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 2rem;
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(234, 234, 234);
}

.logo-and-amount-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    column-gap: 1rem;
}

.logo-icon-container{
    width: fit-content;
}

.logo-icon-container i{
    font-size: 16px;
    padding-bottom: 0.2rem;
    color: #9ca3af;
}

.amount-and-tax-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 0.5rem;
}

.amount-amount-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 1rem;
}

.amount-amount-container p{
    font-size: 1rem;
    font-weight: 500;
    color: #1b3241;
}

.amount-amount-container button{
    background-color: #f0fdf4;
    color: #21808d;
    border: 1px solid #d3f0de;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    font-weight: 600;
}

#button1{
    background-color: #f9fafb;
    color: #696e91;
    border: 1px solid #ecedee;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    font-weight: 600;
}

.tax-container{
    width: fit-content;
}

.tax-container p{
    font-size: 0.9rem;
    font-weight: 300;
    color: #8a919e;
}

.name-and-purpose-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 0.7rem;
}

.name-and-purpose-container p{
    font-size: 1rem;
    font-weight: 500;
    color: #1b3241;
}

#another{
    font-size: 0.9rem;
    font-weight: 400;
    color: #8a919e;
}

.view-transaction-and-invoice-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    row-gap: 0.7rem;
}

.view-transaction-and-invoice-container p{
    font-size: 1rem;
    font-weight: 500;
    color: #615de8;
}

#anothers{
    font-size: 0.9rem;
    font-weight: 400;
    color: #8a919e;
}

.bottom-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 2rem;
    padding: 5rem 2rem 3rem 2rem;
}

.recent-clients-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.recent-clients-container p{
    font-size: 1rem;
    font-weight: 600;
    color: #1b3241;
}

#color{
    font-size: 1rem;
    font-weight: 600;
    color: #765ae6;
}

.cards-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.tuple-card{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 1rem;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 0.6rem;
}

.top-tuple-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f9fafb;
    border-bottom: 1px solid rgb(234, 234, 234);
    padding: 1.5rem 1.5rem;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}

.logo-and-text-container{
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
}

.logo-and-text-container img{
    width: 48px;
    height: 48px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 0.3rem;
}

.logo-and-text-container p{
    font-size: 1rem;
    font-weight: 500;
    color: black;
}

.more-icon-container{
    width: fit-content;
}

.more-icon-container i{
    font-size: 16px;
    color: #9ca3af;
}

.bottom-tuple-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 1rem;
    padding: 0.6rem 1rem 1rem 1rem;
}

.first-info-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.first-info-container p{
    font-size: 1rem;
    color: #9ba0aa;
}

.second-info-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.amount-text-container{
    width: fit-content;
}

.amount-text-container p{
    font-size: 1rem;
    color: #9ba0aa;
}

#month{
    font-size: 1rem;
    font-weight: 400;
    color: #1b3241;
}

.amount-and-status-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 1rem;
}

.amount-and-status-container p{
    font-size: 1rem;
    font-weight: 500;
    color: #1b3241;
}

.amount-and-status-container button{
    background-color: #f0fdf4;
    color: #21808d;
    border: 1px solid #d3f0de;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    font-weight: 600;
}

#button{
    background-color: #fef2f2;
    color: #b9456b;
    border: 1px solid #f5d8d8;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    font-weight: 600;
}


@media screen and (max-width: 1000px) {

    .header-container{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e4;
        padding: 1rem 1rem;
        column-gap: 2rem;
    }
    .nav-bar-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 1rem;
    }

    .nav-bar-container p{
        font-size: 1rem;
        color: #495260;
        font-weight: 600;
    }
    
    .profile-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 1rem;
    }
    
    .profile-container i{
       font-size: 18px;
       color: #c0c4cc;
    }
    
    .profile-container img{
        width: 24px;
        height: 24px;
        border-radius: 3rem;
        border: none;
    }
    
    .cashflow-list-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    
    .cashflow-list-list-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 0.9rem;
    }
    
    .cashflow-text-container{
        width: fit-content;
        padding-right: 0.9rem;
        border-right: 1px solid #cacaca;
    }
    
    .cashflow-text-container p{
        font-size: 1rem;
        font-weight: 600;
        color: #495260;
    }
    
    .time-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 1rem;
    }
    
    .time-container p{
        font-size: 1rem;
        font-weight: 600;
        color: #4b515c;
    }
    
    #text-color{
        color: #4f46e5;
    }
    
    .button-container{
        width: fit-content;
    }
    
    .button-container button{
        background-color: #4f46e5;
        font-size: 0.9rem;
        font-weight: 500;
        color: white;
        border: none;
        outline: none;
        border-radius: 0.7rem;
        padding: 0.8rem;
    }
    
    .button-container i{
        font-size: 14px;
        color: white;
        padding-right: 0.6rem;
    }
    
    .revenue-list-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .revenue-list1-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;  
    }
    
    .revenue-card-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1rem;
        padding: 2rem 1rem;
        border: 1px solid #efefef;
    }
    
    .revenue-top-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .revenue-top-container p{
        font-size: 1rem;
        color: #7c8088;
    }
    
    .amount-container{
        width: fit-content;
    }
    
    .amount-container p{
        font-size: 2rem;
        font-weight: 600;
        color: #111827;
    }

    .middle-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 2rem;
        border: 1px solid rgb(234, 234, 234);
    }
    
    .recent-container{
        width: 100%;
        padding: 2rem 1rem 0 1rem;
    }
    
    .recent-container p{
        font-size: 1rem;
        font-weight: 600;
        color: #1b3241;
    }
    
    .table-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    
    .today-table-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    
    .today-text-container{
        width: 100%;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        background-color: #f9fafb;
        padding: 0.9rem 1rem;
    }
    
    .today-text-container p{
        font-size: 1rem;
        font-weight: 600;
        color: #1b3241;
    }
    
    .table1-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        column-gap: 4rem;
        padding: 2rem 1rem;
        border-top: 1px solid rgb(234, 234, 234);
        border-bottom: 1px solid rgb(234, 234, 234);
    }
    
    .logo-and-amount-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        column-gap: 1rem;
    }
    
    .logo-icon-container{
        width: fit-content;
    }
    
    .logo-icon-container i{
        font-size: 14px;
        padding-bottom: 0.2rem;
        color: #9ca3af;
    }
    
    .amount-and-tax-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.5rem;
    }
    
    .amount-amount-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 1rem;
    }
    
    .amount-amount-container p{
        font-size: 1rem;
        font-weight: 500;
        color: #1b3241;
    }
    
    .amount-amount-container button{
        background-color: #f0fdf4;
        color: #21808d;
        border: 1px solid #d3f0de;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        font-weight: 600;
    }
    
    #button1{
        background-color: #f9fafb;
        color: #696e91;
        border: 1px solid #ecedee;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        font-weight: 600;
    }
    
    .tax-container{
        width: fit-content;
    }
    
    .tax-container p{
        font-size: 0.9rem;
        font-weight: 300;
        color: #8a919e;
    }
    
    .name-and-purpose-container{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.7rem;
    }
    
    .name-and-purpose-container p{
        font-size: 1rem;
        font-weight: 500;
        color: #1b3241;
    }
    
    #another{
        font-size: 0.9rem;
        font-weight: 400;
        color: #8a919e;
    }
    
    .view-transaction-and-invoice-container{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        row-gap: 0.7rem;
    }
    
    .view-transaction-and-invoice-container p{
        font-size: 1rem;
        font-weight: 500;
        color: #615de8;
    }
    
    #anothers{
        font-size: 0.9rem;
        font-weight: 400;
        color: #8a919e;
    }

    .bottom-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 2rem;
        padding: 5rem 2rem 3rem 2rem;
    }
    
    .recent-clients-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }
    
    .recent-clients-container p{
        font-size: 1rem;
        font-weight: 600;
        color: #1b3241;
    }
    
    #color{
        font-size: 1rem;
        font-weight: 600;
        color: #765ae6;
    }
    
    .cards-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 2rem;
    }
    
    .tuple-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1rem;
        border: 1px solid rgb(234, 234, 234);
        border-radius: 0.6rem;
    }
    
    .top-tuple-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #f9fafb;
        border-bottom: 1px solid rgb(234, 234, 234);
        padding: 1.5rem 1.5rem;
        border-top-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
    }
    
    .logo-and-text-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        column-gap: 1rem;
    }
    
    .logo-and-text-container img{
        width: 48px;
        height: 48px;
        border: 1px solid rgb(234, 234, 234);
        border-radius: 0.3rem;
    }
    
    .logo-and-text-container p{
        font-size: 1rem;
        font-weight: 500;
        color: black;
    }
    
    .more-icon-container{
        width: fit-content;
    }
    
    .more-icon-container i{
        font-size: 16px;
        color: #9ca3af;
    }
    
    .bottom-tuple-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1rem;
        padding: 0.6rem 1rem 1rem 1rem;
    }
    
    .first-info-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgb(234, 234, 234);
    }
    
    .first-info-container p{
        font-size: 1rem;
        color: #9ba0aa;
    }
    
    .second-info-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .amount-text-container{
        width: fit-content;
    }
    
    .amount-text-container p{
        font-size: 1rem;
        color: #9ba0aa;
    }
    
    #month{
        font-size: 1rem;
        font-weight: 400;
        color: #1b3241;
    }
    
    .amount-and-status-container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 1rem;
    }
    
    .amount-and-status-container p{
        font-size: 1rem;
        font-weight: 500;
        color: #1b3241;
    }
    
    .amount-and-status-container button{
        background-color: #f0fdf4;
        color: #21808d;
        border: 1px solid #d3f0de;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        font-weight: 600;
    }
    
    #button{
        background-color: #fef2f2;
        color: #b9456b;
        border: 1px solid #f5d8d8;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        font-weight: 600;
    }
}


@media screen and (max-width: 450px){
    .container{
    width: 100%;
    height: auto;
    background-color: white;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 3rem;
    }


    .header-container{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e4;
        padding: 1rem 1rem;
    }

    .mobile-view-icon{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 0.5rem;
    }

    .hamburger-icon i{
        display: block;
        cursor: pointer;
        font-size: 14px;
    }
    
    .logo-container{
        width: 24px;
        height: 24px;
    }

    .nav-bar-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 3rem;
    }
    
    .mobile-menu{
        width: 100%;
        background-color: white;
        color: #1b3241;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 100;
        padding: 2rem;
        display: none;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1.5rem;
        border: 1px solid rgb(234, 234, 234);
        border-radius: 1rem;
    }
    
    
    .nav-bar-container p{
        font-size: 1rem;
        color: #495260;
        font-weight: 600;
    }

    .mobile-menu p:hover{
        width: 50%;
        padding: 0.5rem;
        font-size: 1rem;
        color: #495260;
        font-weight: 600;
        background-color: rgb(215, 215, 215);
    }


    .profile-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 1rem;
    }
    
    .profile-container i{
       font-size: 14px;
       color: #c0c4cc;
    }
    
    .profile-container img{
        width: 24px;
        height: 24px;
        border-radius: 3rem;
        border: none;
    }

    .nav-bar-container{
        width: fit-content;
        display: none;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 3rem;
    }

    .cashflow-list-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        padding: 0 1rem;
    }
    
    .cashflow-list-list-container{
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1rem;
    }

    .cashflow-text-container{
        width: 100%;
        border: none;
    }
    
    .cashflow-text-container p{
        font-size: 0.8rem;
        font-weight: 600;
        color: #495260;
    }
    
    .time-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .time-container p{
        font-size: 0.7rem;
        font-weight: 600;
        color: #4b515c;
    }
    
    #text-color{
        color: #4f46e5;
    }
    
    .button-container{
        width: fit-content;
    }
    
    .button-container button{
        background-color: #4f46e5;
        font-size: 0.6rem;
        font-weight: 500;
        color: white;
        border: none;
        outline: none;
        border-radius: 0.6rem;
        padding: 0.6rem 0.6rem;
    }
    
    .button-container i{
        font-size: 12px;
        color: white;
        padding-right: 0.4rem;
    }

    .revenue-list-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .revenue-list1-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;  
    }
    
    .revenue-card-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1rem;
        padding: 1rem 1rem;
        border: 1px solid #efefef;
    }
    
    .revenue-top-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .revenue-top-container p{
        font-size: 0.9rem;
        color: #7c8088;
    }
    
    .amount-container{
        width: fit-content;
    }
    
    .amount-container p{
        font-size: 1.5rem;
        font-weight: 600;
        color: #111827;
    }

    .middle-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1rem;
        border: 1px solid rgb(234, 234, 234);
    }
    
    .recent-container{
        width: fit-content;
        padding: 2rem 1rem 0 1rem;
    }
    
    .recent-container p{
        font-size: 0.88rem;
        font-weight: 600;
        color: #1b3241;
    }
    
    .table-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    
    .today-table-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    
    .today-text-container{
        width: 100%;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        background-color: #f9fafb;
        padding: 0.6rem 1rem;
    }
    
    .today-text-container p{
        font-size: 0.8rem;
        font-weight: 600;
        color: #1b3241;
    }
    
    .table1-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        column-gap: 1rem;
        padding: 1rem;
        border-top: 1px solid rgb(234, 234, 234);
        border-bottom: 1px solid rgb(234, 234, 234);
    }
    
    .logo-and-amount-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        column-gap: 0.7rem;
    }
    
    .logo-icon-container{
        width: fit-content;
        display: none;
    }
    
    .logo-icon-container i{
        font-size: 14px;
        padding-bottom: 0.1rem;
        color: #9ca3af;
    }
    
    .amount-and-tax-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.2rem;
    }
    
    .amount-amount-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 0.6rem;
    }
    
    .amount-amount-container p{
        font-size: 0.6rem;
        font-weight: 500;
        color: #1b3241;
    }
    
    .amount-amount-container button{
        background-color: #f0fdf4;
        color: #21808d;
        border: 1px solid #d3f0de;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.6rem;
        font-weight: 600;
    }
    
    #button1{
        background-color: #f9fafb;
        color: #696e91;
        border: 1px solid #ecedee;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.6rem;
        font-weight: 600;
    }
    
    .tax-container{
        width: fit-content;
    }
    
    .tax-container p{
        font-size: 0.5rem;
        font-weight: 300;
        color: #8a919e;
    }
    
    .name-and-purpose-container{
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.5rem;
    }
    
    .name-and-purpose-container p{
        font-size: 1rem;
        font-weight: 500;
        color: #1b3241;
    }
    
    #another{
        font-size: 0.9rem;
        font-weight: 400;
        color: #8a919e;
    }
    
    .view-transaction-and-invoice-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        row-gap: 0.5rem;
    }
    
    .view-transaction-and-invoice-container p{
        font-size: 0.6rem;
        font-weight: 500;
        color: #615de8;
    }
    
    #anothers{
        font-size: 0.5rem;
        font-weight: 400;
        color: #8a919e;
    }

    #button{
        background-color: #fef2f2;
        color: #b9456b;
        border: 1px solid #f5d8d8;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.6rem;
        font-weight: 600;
    }

    .bottom-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.8rem;
        padding: 2rem 1rem 1.5rem 1rem;
    }
    
    .recent-clients-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }
    
    .recent-clients-container p{
        font-size: 0.7rem;
        font-weight: 600;
        color: #1b3241;
    }
    
    #color{
        font-size: 0.7rem;
        font-weight: 600;
        color: #765ae6;
    }
    
    .cards-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 1.5rem;
    }
    
    .tuple-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.6rem;
        border: 1px solid rgb(234, 234, 234);
        border-radius: 0.6rem;
    }
    
    .top-tuple-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #f9fafb;
        border-bottom: 1px solid rgb(234, 234, 234);
        padding: 0.6rem 1rem;
        border-top-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
    }
    
    .logo-and-text-container{
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        column-gap: 0.5rem;
    }
    
    .logo-and-text-container img{
        width: 24px;
        height: 24px;
        border: 1px solid rgb(234, 234, 234);
        border-radius: 0.2rem;
    }
    
    .logo-and-text-container p{
        font-size: 0.7rem;
        font-weight: 500;
        color: black;
    }
    
    .more-icon-container{
        width: fit-content;
    }
    
    .more-icon-container i{
        font-size: 14px;
        color: #9ca3af;
    }
    
    .bottom-tuple-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 0.8rem;
        padding: 0.4rem 0.8rem 0.8rem 0.8rem;
    }
    
    .first-info-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgb(234, 234, 234);
    }
    
    .first-info-container p{
        font-size: 0.6rem;
        color: #9ba0aa;
    }
    
    .second-info-container{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .amount-text-container{
        width: fit-content;
    }
    
    .amount-text-container p{
        font-size: 0.6rem;
        color: #9ba0aa;
    }
    
    #month{
        font-size: 0.6rem;
        font-weight: 400;
        color: #1b3241;
    }
    
    .amount-and-status-container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 0.6rem;
    }
    
    .amount-and-status-container p{
        font-size: 0.6rem;
        font-weight: 500;
        color: #1b3241;
    }
    
    .amount-and-status-container button{
        background-color: #f0fdf4;
        color: #21808d;
        border: 1px solid #d3f0de;
        padding: 0.2rem 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.6rem;
        font-weight: 600;
    }
}

